Move declaration of overload_debug to header
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2
3 * gdbtypes.c (overload_debug): Move comment to header.
4 * gdbtypes.h (overload_debug): Declare.
5 * valops.c: Remove declaration of overload_debug, instead
6 include gdbtypes.h.
7
8 2019-10-08 Christian Biesinger <cbiesinger@google.com>
9
10 * language.c (show_language_command): Pass lang_frame_mismatch_warn
11 through _().
12 (lang_frame_mismatch_warn): Make const, mark with N_(), and
13 move comment...
14 * language.h (lang_frame_mismatch_warn): ... here. Also add
15 declaration.
16 * top.c (lang_frame_mismatch_warn): Remove declaration.
17 (check_frame_language_change): Pass lang_frame_mismatch_warn
18 through _().
19
20 2019-10-07 Christian Biesinger <cbiesinger@google.com>
21
22 * c-lang.h (vtbl_ptr_name): Declare.
23 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
24 it from the header.
25 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
26
27 2019-10-07 Christian Biesinger <cbiesinger@google.com>
28
29 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
30 gdb_static_assert.
31
32 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
33
34 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
35 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
36 * ctfread.c: New file.
37 * ctfread.h: New file.
38 * elfread.c: Include ctfread.h.
39 (struct elfinfo text_p): New member ctfsect.
40 (elf_locate_sections): Mark CTF section.
41 (elf_symfile_read): Call elfctf_build_psymtabs.
42 * Makefile.in (LIBCTF): Add.
43 (CLIBS): Use it.
44 (CDEPS): Likewise.
45 (DIST): Add ctfread.c.
46
47 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * ctfread.c (struct nextfield): Renamed to ...
50 (struct ctf_nextfield): ... this.
51 (struct field_info): Renamed to ...
52 (strut ctf_field_info): ... this.
53 (attach_fields_to_type): Update for renamed structures.
54 (ctf_add_member_cb): Likewise.
55 (ctf_add_enum_member_cb): Likewise.
56 (process_struct_members): Likewise.
57 (process_enum_type): Likewise.
58
59 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
60
61 * tracectf.h: Rename, was ctf.h.
62 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
63 * tracefile.c: Likewise.
64 * tracepoint.c: Remove unused include ctf.h.
65 * mi/mi-main.c: Likewise.
66 * Makefile.in Replace ctf.c with tracectf.c.
67
68 2019-10-06 Joel Brobecker <brobecker@adacore.com>
69
70 * version.in: Change version number to "9.0.50.DATE-git".
71
72 2019-10-03 Tom Tromey <tom@tromey.com>
73
74 PR rust/24976:
75 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
76
77 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
80 cp_search_name_hash.
81 * NEWS: Add entry about nested function support.
82
83 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
84 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
87 for nested static variables when searchin VAR_DOMAIN.
88 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
89 global scope, update comment.
90 (add_partial_subprogram): Call add_partial_subprogram recursively
91 for nested subroutines when processinng Fortran.
92 (load_partial_dies): Process the child entities of a subprogram
93 when processing Fortran.
94 (partial_die_parent_scope): Handle building scope
95 for Fortran nested functions.
96 (process_die): Record that nested functions have a scope.
97 (new_symbol): Always record Fortran subprograms on the global
98 symbol list.
99 (determine_prefix): How to build the prefix for Fortran
100 subprograms.
101
102 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
105 have just sent the thread a SIGSTOP and are waiting for it to
106 arrive.
107
108 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
109
110 * btrace.c (btrace_add_pc): Remove whitespace before the template
111 parameter in 'std::vector <...>'.
112 (parse_xml_btrace_block): Likewise.
113 (btrace_maint_decode_pt): Likewise.
114 (btrace_maint_update_packets): Likewise.
115 (btrace_maint_print_packets): Likewise.
116 * btrace.h (struct btrace_maint_info): Likewise.
117 * dwarf2read.c (struct type_unit_group): Likewise.
118 (build_type_psymtabs_reader): Likewise.
119 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
120 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
121 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
122
123 2019-10-03 Tom de Vries <tdevries@suse.de>
124
125 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
126 the first line of the help text for set/show style metadata.
127
128 2019-10-02 Tom Tromey <tromey@adacore.com>
129
130 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
131 * gdbsupport/common-inferior.c: New file.
132 * infcmd.c (startup_with_shell): Don't define.
133 * nat/fork-inferior.h (startup_with_shell): Don't declare.
134 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
135 * inferior.h (startup_with_shell): Don't declare.
136
137 2019-10-02 Christian Biesinger <cbiesinger@google.com>
138
139 * gdbsupport/gdb_assert.h: Include errors.h.
140 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
141
142 2019-10-02 Tom Tromey <tromey@adacore.com>
143
144 * NEWS: Add $_ada_exception entry.
145 * ada-lang.c (struct ada_catchpoint): Add constructor.
146 <m_kind>: New member.
147 (allocate_location_exception, re_set_exception): Remove
148 "ex" parameter.
149 (should_stop_exception): Compute $_ada_exception.
150 (check_status_exception, print_it_exception)
151 (print_one_exception, print_mention_exception): Remove
152 "ex" parameter.
153 (allocate_location_catch_exception, re_set_catch_exception)
154 (check_status_exception, print_it_catch_exception)
155 (print_one_catch_exception, print_mention_catch_exception)
156 (print_recreate_catch_exception)
157 (allocate_location_catch_exception_unhandled)
158 (re_set_catch_exception_unhandled)
159 (check_status_exception, print_it_catch_exception_unhandled)
160 (print_one_catch_exception_unhandled)
161 (print_mention_catch_exception_unhandled)
162 (print_recreate_catch_exception_unhandled)
163 (allocate_location_catch_assert, re_set_catch_assert)
164 (check_status_assert, print_it_catch_assert)
165 (print_one_catch_assert, print_mention_catch_assert)
166 (print_recreate_catch_assert)
167 (allocate_location_catch_handlers, re_set_catch_handlers)
168 (check_status_handlers, print_it_catch_handlers)
169 (print_one_catch_handlers, print_mention_catch_handlers)
170 (print_recreate_catch_handlers): Remove.
171 (create_ada_exception_catchpoint): Update.
172 (initialize_ada_catchpoint_ops): Update.
173
174 2019-10-02 Tom Tromey <tromey@adacore.com>
175
176 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
177 (create_excep_cond_exprs): Simplify exception string computation.
178 (ada_exception_catchpoint_cond_string): Likewise.
179
180 2019-10-02 Tom Tromey <tromey@adacore.com>
181
182 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
183 * ada-lang.c (lesseq_defined_than): Handle
184 LOC_STATIC.
185 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
186 parameter.
187 (dwarf2_has_info): Likewise.
188 (new_symbol): Set maybe_copied on symbol when
189 appropriate.
190 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
191 parameter.
192 <can_copy>: New member.
193 * elfread.c (record_minimal_symbol): Set maybe_copied
194 on symbol when appropriate.
195 (elf_symfile_read): Update call to dwarf2_has_info.
196 * minsyms.c (lookup_minimal_symbol_linkage): New
197 function.
198 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
199 * symtab.c (get_symbol_address, get_msymbol_address):
200 New functions.
201 * symtab.h (get_symbol_address, get_msymbol_address):
202 Declare.
203 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
204 maybe_copied.
205 (struct symbol, struct minimal_symbol) <maybe_copied>:
206 New member.
207
208 2019-10-02 Tom Tromey <tromey@adacore.com>
209
210 * source.c (struct current_source_location): New.
211 (current_source_key): New global.
212 (current_source_symtab, current_source_line)
213 (current_source_pspace): Remove.
214 (get_source_location): New function.
215 (get_current_source_symtab_and_line)
216 (set_default_source_symtab_and_line)
217 (set_current_source_symtab_and_line)
218 (clear_current_source_symtab_and_line, select_source_symtab)
219 (info_source_command, print_source_lines_base)
220 (info_line_command, search_command_helper, _initialize_source):
221 Update.
222
223 2019-10-02 Tom Tromey <tromey@adacore.com>
224
225 * source.c (select_source_symtab): Don't call
226 decode_line_with_current_source.
227
228 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * symtab.c (lookup_global_symbol): Search global block.
231
232 2019-10-02 Tom Tromey <tromey@adacore.com>
233
234 * coffread.c (process_coff_symbol): Update.
235 * dwarf2read.c (var_decode_location, new_symbol): Update.
236 * mdebugread.c (parse_symbol): Update.
237 * objfiles.c (relocate_one_symbol): Update.
238 * stabsread.c (define_symbol, fix_common_block)
239 (scan_file_globals): Update.
240 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
241 (SET_SYMBOL_VALUE_ADDRESS): New macro.
242 * xcoffread.c (process_xcoff_symbol): Update.
243
244 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
245
246 * MAINTAINERS: Update my email address.
247
248 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
249
250 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
251 std::vector.
252 (build_type_psymtabs_reader): Update for std::vector.
253 (build_type_psymtab_dependencies): Likewise.
254 * dwarf2read.h: Remove use of DEF_VEC_P.
255 (typedef sig_type_ptr): Delete.
256
257 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
258
259 * btrace.c (btrace_maint_clear): Update to handle change from VEC
260 to std::vector.
261 (btrace_maint_decode_pt): Likewise, and move allocation of the
262 vector outside of the loop.
263 (btrace_maint_update_packets): Update to handle change from VEC to
264 std::vector.
265 (btrace_maint_print_packets): Likewise.
266 (maint_info_btrace_cmd): Likewise.
267 * btrace.h: Remove use of DEF_VEC_O.
268 (typedef btrace_pt_packet_s): Delete.
269 (struct btrace_maint_info) <packets>: Change fromm VEC to
270 std::vector.
271 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
272
273 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
274
275 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
276 make accesses into the vector constant references.
277 (btrace_add_pc): Update for std::vector.
278 (btrace_stitch_bts): Likewise.
279 (parse_xml_btrace_block): Likewise.
280 (btrace_maint_update_packets): Likewise.
281 (btrace_maint_print_packets): Likewise.
282 (maint_info_btrace_cmd): Likewise.
283 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
284 std::vector.
285 (btrace_data::empty): Likewise.
286 (btrace_data_append): Likewise.
287 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
288 (typedef btrace_block_s): Delete.
289 (struct btrace_block): Add constructor.
290 (struct btrace_data_bts) <blocks>: Change to std::vector.
291 * nat/linux-btrace.c (perf_event_read_bts): Update for
292 std::vector.
293 (linux_read_bts): Likewise.
294
295 2019-10-01 Tom Tromey <tom@tromey.com>
296
297 * cli/cli-logging.c (show_logging_filename): Use styled_string.
298
299 2019-10-01 Tom Tromey <tom@tromey.com>
300
301 * stack.c (print_frame, info_frame_command_core): Use
302 styled_string.
303 * linux-thread-db.c (try_thread_db_load_1)
304 (try_thread_db_load_from_pdir_1): Use styled_string.
305 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
306 (auto_load_section_scripts, info_auto_load_local_gdbinit)
307 (maybe_print_unsupported_script_warning)
308 (maybe_print_script_not_found_warning): Use styled_string.
309 * ada-lang.c (user_select_syms): Use styled_string.
310
311 2019-10-01 Tom Tromey <tom@tromey.com>
312
313 * p-lang.c (pascal_printstr): Use metadata style.
314 * value.c (show_convenience): Use metadata style.
315 * valprint.c (valprint_check_validity, val_print_optimized_out)
316 (val_print_not_saved, val_print_unavailable)
317 (val_print_invalid_address, generic_val_print, val_print)
318 (value_check_printable, val_print_array_elements): Use metadata
319 style.
320 * ui-out.h (class ui_out) <field_fmt>: New overload.
321 <do_field_fmt>: Add style parameter.
322 * ui-out.c (ui_out::field_fmt): New overload.
323 * typeprint.c (type_print_unknown_return_type)
324 (val_print_not_allocated, val_print_not_associated): Use metadata
325 style.
326 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
327 parameter.
328 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
329 * tracepoint.c (tvariables_info_1): Use metadata style.
330 * stack.c (print_frame_arg, print_frame_info, print_frame)
331 (info_frame_command_core): Use metadata style.
332 * skip.c (info_skip_command): Use metadata style.
333 * rust-lang.c (rust_print_enum): Use metadata style.
334 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
335 metadata style.
336 * python/py-framefilter.c (py_print_single_arg): Use metadata
337 style.
338 * printcmd.c (do_one_display, print_variable_and_value): Use
339 metadata style.
340 * p-valprint.c (pascal_val_print)
341 (pascal_object_print_value_fields): Use metadata style.
342 * p-typeprint.c (pascal_type_print_base): Use metadata style.
343 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
344 parameter.
345 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
346 * m2-valprint.c (m2_print_long_set): Use metadata style.
347 * m2-typeprint.c (m2_print_type): Use metadata style.
348 * infcmd.c (print_return_value_1): Use metadata style.
349 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
350 * f-valprint.c (info_common_command_for_block): Use metadata
351 style.
352 * f-typeprint.c (f_type_print_base): Use metadata style.
353 * expprint.c (print_subexp_standard): Use metadata style.
354 * cp-valprint.c (cp_print_value_fields): Use metadata style.
355 * cli/cli-style.h (class cli_style_option): Add constructor.
356 (metadata_style): Declare.
357 * cli/cli-style.c (metadata_style): New global.
358 (_initialize_cli_style): Register metadata style.
359 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
360 parameter.
361 * cli-out.c (cli_ui_out::do_field_fmt): Update.
362 * c-typeprint.c (c_type_print_base_struct_union)
363 (c_type_print_base_1): Use metadata style.
364 * breakpoint.c (watchpoint_value_print)
365 (print_one_breakpoint_location): Use metadata style.
366 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
367 style.
368 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
369 style.
370 * ada-valprint.c (val_print_packed_array_elements, printstr)
371 (print_field_values, ada_val_print_ref, ada_val_print): Use
372 metadata style.
373 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
374 style.
375 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
376 style.
377 * ada-lang.c (user_select_syms): Use metadata style.
378
379 2019-10-01 Tom Tromey <tom@tromey.com>
380
381 * cli/cli-cmds.c (pwd_command): Style output.
382
383 2019-10-01 Pedro Alves <palves@redhat.com>
384 Tom Tromey <tom@tromey.com>
385
386 * symtab.c (print_symbol_info): Use %ps.
387 (print_msymbol_info): Use %ps.
388 * symfile.c (symbol_file_add_with_addrs): Use %ps.
389 * printcmd.c (print_variable_and_value): Use %ps.
390 * macrocmd.c (show_pp_source_pos): Use %ps.
391 * infrun.c (print_exited_reason): Use ui_out::message.
392 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
393 (describe_other_breakpoints): Use ui_out::message and new
394 formats.
395 (say_where): Use new formats.
396 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
397 and new formats.
398
399 2019-10-01 Pedro Alves <palves@redhat.com>
400 Tom Tromey <tom@tromey.com>
401
402 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
403 (test_gdb_formats): New function.
404 (run_tests): Call it.
405 (test_format_specifier): Update.
406 * utils.h (fputs_filtered): Update comment.
407 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
408 (fputs_styled_unfiltered): Declare.
409 * utils.c (fputs_styled_unfiltered): New function.
410 (vfprintf_maybe_filtered): Add gdbfmt parameter.
411 (vfprintf_filtered): Update.
412 (vfprintf_unfiltered, vprintf_filtered): Update.
413 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
414 * ui-out.h (enum ui_out_flag) <unfiltered_output,
415 disallow_ui_out_field>: New constants.
416 (enum class field_kind): New.
417 (struct base_field_s, struct signed_field_s): New.
418 (signed_field): New function.
419 (struct string_field_s): New.
420 (string_field): New function.
421 (struct styled_string_s): New.
422 (styled_string): New function.
423 (class ui_out) <message>: Add comment.
424 <vmessage, call_do_message>: New methods.
425 <do_message>: Add style parameter.
426 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
427 methods.
428 (ui_out::message): Rewrite.
429 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
430 parameter.
431 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
432 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
433 gdb_extensions parameter.
434 (class format_piece): Add parameter to constructor.
435 (n_int_args): New field.
436 * gdbsupport/format.c (format_pieces::format_pieces): Add
437 gdb_extensions parameter. Handle '*'.
438 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
439 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
440 vfprintf_styled_no_gdbfmt.
441 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
442 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
443 unfiltered output.
444 * ui-style.h (struct ui_file_style) <ptr>: New method.
445
446 2019-10-01 Tom Tromey <tom@tromey.com>
447
448 * unittests/format_pieces-selftests.c: Update. Add final format.
449 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
450 empty literal pieces.
451
452 2019-10-01 Tom Tromey <tom@tromey.com>
453
454 * ui-out.h (enum class ui_out_style_kind): Remove.
455 (class ui_out) <field_string, field_stsream, do_field_string>:
456 Change type of "style".
457 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
458 (ui_out::field_string): Update.
459 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
460 of "style".
461 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
462 * tracepoint.c (print_one_static_tracepoint_marker): Update.
463 * stack.c (print_frame_arg, print_frame_info, print_frame):
464 Update.
465 * source.c (print_source_lines_base): Update.
466 * solib.c (info_sharedlibrary_command): Update.
467 * skip.c (info_skip_command): Update.
468 * record-btrace.c (btrace_call_history_src_line)
469 (btrace_call_history): Update.
470 * python/py-framefilter.c (py_print_frame): Update.
471 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
472 "style".
473 * mi/mi-out.c (mi_ui_out::do_table_header)
474 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
475 (mi_ui_out::do_field_string): Update.
476 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
477 Update.
478 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
479 "style".
480 * cli-out.c (cli_ui_out::do_table_header)
481 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
482 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
483 (cli_ui_out::do_field_fmt): Update.
484 * breakpoint.c (print_breakpoint_location): Update.
485 (update_static_tracepoint): Update.
486
487 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
488
489 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
490 conversion of gdb_datadir.
491 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
492 remove not needed c_str ().
493
494 2019-09-30 Ali Tamur <tamur@google.com>
495
496 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
497 (dwarf2_string_attr): Likewise.
498
499 2019-09-30 Ali Tamur <tamur@google.com>
500
501 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
502 (process_full_type_unit): Likewise.
503 (dump_die_shallow): Likewise.
504 (cu_debug_loc_section): Likewise.
505
506 2019-09-28 Christian Biesinger <cbiesinger@google.com>
507
508 * minsyms.c (compare_minimal_symbols): Rename to...
509 (minimal_symbol_is_less_than): ...this, and adjust to STL
510 conventions (return bool, take arguments as references)
511 (minimal_symbol_reader::install): Call std::sort instead
512 of qsort.
513
514 2019-09-29 Christian Biesinger <cbiesinger@google.com>
515
516 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
517 hash and why.
518 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
519 msymbol_hash, msymbol_demangled_hash>: Improve comments.
520
521 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
524 * psympriv.h (add_psymbol_to_list): Move comment here and update
525 it.
526
527 2019-09-29 Tom de Vries <tdevries@suse.de>
528
529 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
530 Use $tmpdir/$(basename "$output_file").dwz instead of
531 "${output_file}.dwz".
532
533 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
534
535 PR gdb/25045
536 * hppa-linux-nat.c: Include gdbarch.h.
537
538 2019-09-26 Christian Biesinger <cbiesinger@google.com>
539
540 * blockframe.c (find_pc_partial_function): Change return type to bool.
541 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
542 * minsyms.c (in_gnu_ifunc_stub): Likewise.
543 (stub_gnu_ifunc_resolve_name): Likewise.
544 * symtab.c (compare_filenames_for_search): Likewise.
545 (compare_glob_filenames_for_search): Likewise.
546 (matching_obj_sections): Likewise.
547 (symbol_matches_domain): Likewise.
548 (find_line_symtab): Change out param EXACT_MATCH to bool *.
549 (find_line_pc): Change return type to bool.
550 (find_line_pc_range): Likewise.
551 (producer_is_realview): Likewise.
552 * symtab.h (symbol_matches_domain): Likewise.
553 (find_pc_partial_function): Likewise.
554 (find_pc_line_pc_range): Likewise.
555 (in_gnu_ifunc_stub): Likewise.
556 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
557 (find_line_pc): Likewise.
558 (find_line_pc_range): Likewise.
559 (matching_obj_sections): Likewise.
560 (find_line_symtab): Change out parameter to bool.
561 (producer_is_realview): Change return type to bool.
562 (compare_filenames_for_search): Likewise.
563 (compare_glob_filenames_for_search): Likewise.
564
565 2019-09-26 Tom Tromey <tom@tromey.com>
566
567 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
568 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
569 * gdb_usleep.h: Remove.
570 * gdb_usleep.c: Remove.
571 * utils.c: Don't include gdb_usleep.h.
572
573 2019-09-26 Tom Tromey <tromey@adacore.com>
574
575 * python/py-type.c (type_to_type_object): Call check_typedef
576 for stub types.
577
578 2019-09-26 Tom Tromey <tom@tromey.com>
579
580 * utils.h (initialize_utils): Don't declare.
581 * top.c (gdb_init): Don't call initialize_utils.
582 * utils.c (initialize_utils): Remove. Move contents...
583 (_initialize_utils): ... here.
584
585 2019-09-25 Tom Tromey <tom@tromey.com>
586
587 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
588 * utils.h (make_hex_string): Don't declare.
589 * utils.c (make_hex_string): Remove.
590
591 2019-09-24 Tom de Vries <tdevries@suse.de>
592
593 PR gdb/23815
594 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
595 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
596
597 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
598
599 * NEWS: Mention new simulator port for PRU.
600
601 2019-09-23 Christian Biesinger <cbiesinger@google.com>
602
603 * ada-exp.y (write_object_remaining): Update.
604 * ada-lang.c (ada_decode): Return a std::string instead of a char*
605 and eliminate the static buffer.
606 (ada_decode_symbol): Update.
607 (ada_la_decode): Update.
608 (ada_sniff_from_mangled_name): Update.
609 (is_valid_name_for_wild_match): Update.
610 (ada_lookup_name_info::matches): Update and simplify.
611 (name_matches_regex): Update.
612 (ada_add_global_exceptions): Update.
613 * ada-lang.h (ada_decode): Update signature.
614 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
615 * dwarf-index-write.c (debug_names::insert): Update.
616
617 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
618
619 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
620 formatting.
621
622 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
623
624 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
625 Change "nonzero" to "true" in documentation.
626
627 2019-09-20 Christian Biesinger <cbiesinger@google.com>
628
629 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
630 (_initialize_darwin_solib): Don't set
631 darwin_so_ops.lookup_lib_global_symbol.
632 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
633 set_gdbarch_iterate_over_objfiles_in_search_order.
634 (elf_lookup_lib_symbol): Rename to...
635 (svr4_iterate_over_objfiles_in_search_order): this, and update
636 to iterate semantics.
637 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
638 * solib.c (solib_global_lookup): Remove.
639 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
640 (solib_global_lookup): Remove.
641 * symtab.c (lookup_global_or_static_symbol): Remove call to
642 solib_global_lookup.
643
644 2019-09-20 Joel Brobecker <brobecker@adacore.com>
645
646 * NEWS: Move entries about default MI version now being
647 version 3, and about the GDB/MI fix for multi-location
648 breakpoints to the "since GDB 8.3" section.
649
650 2019-09-20 Joel Brobecker <brobecker@adacore.com>
651
652 GDB 8.3.1 released.
653
654 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
655
656 * NEWS: Mention that Cell/B.E. debugging support was removed.
657 * MAINTAINERS: Remove spu target.
658
659 * config/djgpp/fnchange.lst: Remove entries for removed files.
660
661 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
662 spu-multiarch.o, and spu-tdep.o.
663 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
664 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
665 spu-multiarch.c, and spu-tdep.c.
666 * spu-linux-nat.c: Remove file.
667 * spu-multiarch.c: Remove file.
668 * spu-tdep.c: Remove file.
669 * spu-tdep.h: Remove file.
670 * solib-spu.c: Remove file.
671 * solib-spu.h: Remove file.
672
673 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
674 * configure.nat (spu-linux): Remove.
675 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
676 solib-multiarch.o from gdb_target_obs.
677 (spu*-*-*): Remove.
678
679 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
680 feature flag.
681 (ppc_linux_no_features): Update.
682 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
683 Cell/B.E. support.
684 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
685 (tdesc_powerpc_cell64l): Likewise.
686 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
687 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
688 Cell/B.E. support.
689 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
690 Do not include "features/rs6000/powerpc-cell32l.c" or
691 "features/rs6000/powerpc-cell64l.c".
692 (ppc_linux_spu_section): Remove.
693 (ppc_linux_core_read_description): Remove Cell/B.E. support.
694 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
695 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
696 (ppc_linux_spe_context_lookup): Remove.
697 (ppc_linux_spe_context_inferior_created): Remove.
698 (ppc_linux_spe_context_solib_loaded): Remove.
699 (ppc_linux_spe_context_solib_unloaded): Remove.
700 (ppc_linux_spe_context): Remove.
701 (struct ppu2spu_cache): Remove.
702 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
703 (struct ppu2spu_data): Remove.
704 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
705 ppu2spu_unwind): Remove.
706 (ppc_linux_init_abi): Remove Cell/B.E. support.
707 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
708
709 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
710 (rs6000/powerpc-cell64l-expedite): Likewise
711 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
712 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
713 rs6000/powerpc-cell64l.xml.
714 * features/rs6000/powerpc-cell32l.xml: Remove.
715 * features/rs6000/powerpc-cell64l.xml: Likewise.
716 * features/rs6000/powerpc-cell32l.c: Remove generated file.
717 * features/rs6000/powerpc-cell64l.c: Likewise.
718 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
719 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
720 * regformats/reg-spu.dat: Remove.
721
722 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
723 * corelow.c (struct spuid_list): Remove.
724 (add_to_spuid_list): Remove.
725 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
726 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
727 (remote_protocol_features): Remove associated entries.
728 (_initialize_remote): No longer initialize them.
729 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
730 * linux-nat.c (SPUFS_MAGIC): Remove.
731 (linux_proc_xfer_spu): Remove.
732 (spu_enumerate_spu_ids): Remove.
733 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
734 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
735 (linux_make_corefile_notes): No longer call it.
736
737 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
738 (cooked_write_test): Likewise.
739
740 2019-09-20 Tom Tromey <tom@tromey.com>
741
742 * NEWS: Mention case-sensitivity of TUI commands.
743 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
744 (tui_set_win_height_command, parse_scrolling_args): Likewise.
745 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
746
747 2019-09-20 Tom Tromey <tom@tromey.com>
748
749 * tui/tui-source.c (tui_source_window::set_contents): Use
750 make_unique_xstrdup.
751 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
752 make_unique_xstrdup.
753
754 2019-09-20 Tom Tromey <tom@tromey.com>
755
756 * tui/tui-data.c: Remove separator comments.
757 * tui/tui-layout.c: Remove separator comments.
758 * tui/tui-win.c: Remove separator comments.
759 * tui/tui-wingeneral.c: Remove separator comments.
760
761 2019-09-20 Tom Tromey <tom@tromey.com>
762
763 * tui/tui.h (strcat_to_buf): Don't declare.
764 * tui/tui.c (strcat_to_buf): Remove.
765
766 2019-09-20 Tom Tromey <tom@tromey.com>
767
768 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
769 from "fullname".
770 * tui/tui-source.c (tui_source_window::set_contents)
771 (tui_source_window::location_matches_p)
772 (tui_source_window::maybe_update): Update.
773
774 2019-09-20 Tom Tromey <tom@tromey.com>
775
776 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
777 Update.
778 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
779 prefix.
780 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
781 (tui_data_window::line_from_reg_element_no)
782 (tui_data_window::first_reg_element_no_inline)
783 (tui_data_window::show_registers)
784 (tui_data_window::show_register_group)
785 (tui_data_window::display_registers_from)
786 (tui_data_window::display_registers_from_line)
787 (tui_data_window::first_data_item_displayed)
788 (tui_data_window::delete_data_content_windows)
789 (tui_data_window::erase_data_content)
790 (tui_data_window::do_scroll_vertical)
791 (tui_data_window::refresh_window)
792 (tui_data_window::check_register_values): Update.
793
794 2019-09-20 Tom Tromey <tom@tromey.com>
795
796 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
797 (struct tui_locator_window) <full_name, proc_name>: Now
798 std::string.
799 * tui/tui-stack.c (tui_locator_window::make_status_line)
800 (tui_locator_window::set_locator_fullname)
801 (tui_locator_window::set_locator_info): Update.
802 * tui/tui-source.c (tui_source_window::set_contents)
803 (tui_source_window::showing_source_p): Update.
804
805 2019-09-20 Tom Tromey <tom@tromey.com>
806
807 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
808 Don't call tui_locator_win_info_ptr.
809
810 2019-09-20 Tom Tromey <tom@tromey.com>
811
812 * tui/tui-win.c (tui_resize_all): Don't call refresh.
813
814 2019-09-20 Tom Tromey <tom@tromey.com>
815
816 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
817 height for locator.
818 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
819 * tui/tui-layout.c (show_source_disasm_command, show_data)
820 (show_source_or_disasm_and_command): Use 1 as height for locator.
821
822 2019-09-20 Tom Tromey <tom@tromey.com>
823
824 * tui/tui.c (tui_enable): Update.
825 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
826 Update.
827 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
828 Update.
829 * tui/tui-data.c (win_resized): Now bool.
830 (tui_win_resized): Return bool.
831 (tui_set_win_resized_to): Accept a bool.
832
833 2019-09-20 Tom Tromey <tom@tromey.com>
834
835 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
836 Change type of "refresh_values_only".
837 * tui/tui-regs.c (tui_data_window::show_register_group): Change
838 type of "refresh_values_only".
839
840 2019-09-20 Tom Tromey <tom@tromey.com>
841
842 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
843 std::string.
844 (tui_disassemble): Add "pos" parameter.
845 (tui_disasm_window::set_contents): Simplify.
846
847 2019-09-20 Tom Tromey <tom@tromey.com>
848
849 * tui/tui-winsource.h (struct tui_source_window_base)
850 <show_source_content>: Now private.
851 * tui/tui-winsource.c
852 (tui_source_window_base::show_source_content): Don't handle empty
853 content case.
854
855 2019-09-20 Tom Tromey <tom@tromey.com>
856
857 * tui/tui-layout.c (show_source_disasm_command)
858 (show_source_or_disasm_and_command): Don't call
859 show_source_content.
860
861 2019-09-20 Tom Tromey <tom@tromey.com>
862
863 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
864 Declare.
865 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
866 from tui_make_status_line.
867 (tui_locator_window::rerender): Update.
868
869 2019-09-20 Tom Tromey <tom@tromey.com>
870
871 * tui/tui-stack.c (tui_make_status_line): Return std::string.
872 (tui_locator_window::rerender): Update.
873
874 2019-09-20 Tom Tromey <tom@tromey.com>
875
876 * tui/tui-winsource.h (struct tui_source_window_base)
877 <~tui_source_window_base>: Don't declare.
878 <fullname>: Remove.
879 * tui/tui-winsource.c (~tui_source_window_base): Remove.
880 * tui/tui-source.h (struct tui_source_window) <fullname>: New
881 member.
882 * tui/tui-source.c (tui_source_window::set_contents): Update.
883 (tui_source_window::location_matches_p)
884 (tui_source_window::maybe_update): Update.
885
886 2019-09-20 Tom Tromey <tom@tromey.com>
887
888 * tui/tui-winsource.h (~tui_source_element): Remove.
889 (tui_source_element): Update.
890 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
891 * tui/tui-winsource.c (tui_show_source_line): Update.
892 * tui/tui-source.c (tui_source_window::set_contents): Update.
893 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
894
895 2019-09-20 Tom Tromey <tom@tromey.com>
896
897 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
898 declare.
899 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
900 tui_clear_source_windows_detail.
901 * tui/tui-winsource.h (struct tui_source_window_base)
902 <clear_detail>: Don't declare.
903 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
904 Remove.
905 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
906
907 2019-09-20 Tom Tromey <tromey@adacore.com>
908
909 PR ada/24919:
910 * block.c (contained_in): Fix final return value.
911
912 2019-09-20 Alan Modra <amodra@gmail.com>
913
914 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
915 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
916 (read_indirect_string_from_dwz): Use bfd accessor.
917 * dwarf2read.h (struct dwz_file <filename>): Likewise.
918 * machoread.c (macho_symfile_read_all_oso): Likewise.
919 * solib.c (solib_bfd_open): Likewise.
920
921 2019-09-19 Christian Biesinger <cbiesinger@google.com>
922
923 * eval.c: Move declaration of overload_resolution to...
924 * value.h: ...here.
925
926 2019-09-19 Christian Biesinger <cbiesinger@google.com>
927
928 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
929 * arm-linux-tdep.c: Likewise.
930 * arm-nbsd-nat.c: Likewise.
931 * arm-tdep.h: Declare arm_apcs_32.
932 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
933
934 2019-09-19 Christian Biesinger <cbiesinger@google.com>
935
936 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
937 * dwarf2read.h: Declare dwarf_always_disassemble.
938
939 2019-09-19 Tom de Vries <tdevries@suse.de>
940
941 PR gdb/25009
942 * source-cache.c (source_cache::ensure): Catch exception thrown during
943 construction of the highlighter.
944
945 2019-09-18 Alan Modra <amodra@gmail.com>
946
947 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
948 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
949 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
950 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
951 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
952 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
953 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
954 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
955 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
956 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
957 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
958 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
959 * solib-spu.c, * solib-svr4.c, * solib-target.c,
960 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
961 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
962 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
963 * mi/mi-interp.c: Update throughout for bfd section macro and
964 function changes.
965 * gcore (gcore_create_callback): Use bfd_set_section_lma.
966 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
967
968 2019-09-18 Tom Tromey <tom@tromey.com>
969
970 * NEWS: Add entry.
971 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
972 call rl_initialize.
973 (tui_enable): Do not call rl_initialize.
974
975 2019-09-18 Christian Groessler <chris@groessler.org>
976
977 * alpha-linux-nat.c: Include gdbarch.h.
978
979 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
980
981 * ui-file.c: Include cli/cli-style.h.
982 (term_cli_styling): Remove cli_styling declaration.
983
984 2019-09-18 Alan Modra <amodra@gmail.com>
985
986 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
987 to bfd_asymbol_section.
988
989 2019-09-18 Alan Modra <amodra@gmail.com>
990
991 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
992 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
993 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
994
995 2019-09-18 Alan Modra <amodra@gmail.com>
996
997 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
998 * spu-linux-nat.c (spu_bfd_open): Likewise.
999
1000 2019-09-18 Christian Biesinger <cbiesinger@google.com>
1001
1002 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1003 to bool to match definition in dwarf2read.c.
1004
1005 2019-09-17 Christian Biesinger <cbiesinger@google.com>
1006
1007 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1008 (print_signatures): Likewise.
1009 (trust_pad_over_xvs): Likewise.
1010 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1011 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1012 * arm-linux-nat.c (arm_apcs_32): Likewise.
1013 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1014 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1015 * arm-tdep.c (arm_debug): Likewise.
1016 (arm_apcs_32): Likewise.
1017 * auto-load.c (debug_auto_load): Likewise.
1018 (auto_load_gdb_scripts): Likewise.
1019 (global_auto_load): Likewise.
1020 (auto_load_local_gdbinit): Likewise.
1021 (auto_load_local_gdbinit_loaded): Likewise.
1022 * auto-load.h (global_auto_load): Likewise.
1023 (auto_load_local_gdbinit): Likewise.
1024 (auto_load_local_gdbinit_loaded): Likewise.
1025 * breakpoint.c (disconnected_dprintf): Likewise.
1026 (breakpoint_proceeded): Likewise.
1027 (automatic_hardware_breakpoints): Likewise.
1028 (always_inserted_mode): Likewise.
1029 (target_exact_watchpoints): Likewise.
1030 (_initialize_breakpoint): Update.
1031 * breakpoint.h (target_exact_watchpoints): Change to bool.
1032 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1033 * cli/cli-cmds.c (trace_commands): Likewise.
1034 * cli/cli-cmds.h (trace_commands): Likewise.
1035 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1036 to bool*.
1037 * cli/cli-logging.c (logging_overwrite): Change to bool.
1038 (logging_redirect): Likewise.
1039 (debug_redirect): Likewise.
1040 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1041 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1042 to bool.
1043 <boolean_option_def>: Update.
1044 (struct flag_option_def): Change default type of Context to bool
1045 from int.
1046 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1047 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1048 (get_setshow_command_value_string): Likewise.
1049 * cli/cli-style.c (cli_styling): Change to bool.
1050 (source_styling): Likewise.
1051 * cli/cli-style.h (source_styling): Likewise.
1052 (cli_styling): Likewise.
1053 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1054 to bool.
1055 * command.h (var_types): Update comment.
1056 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1057 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1058 bool.
1059 (debug_compile_cplus_scopes): Likewise.
1060 * compile/compile-internal.h (compile_debug): Likewise.
1061 * compile/compile.c (compile_debug): Likewise.
1062 (struct compile_options) <raw>: Likewise.
1063 * cp-support.c (catch_demangler_crashes): Likewise.
1064 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1065 (usr_cmd_cris_dwarf2_cfi): Likewise.
1066 * csky-tdep.c (csky_debug): Likewise.
1067 * darwin-nat.c (enable_mach_exceptions): Likewise.
1068 * dcache.c (dcache_enabled_p): Likewise.
1069 * defs.h (info_verbose): Likewise.
1070 * demangle.c (demangle): Likewise.
1071 (asm_demangle): Likewise.
1072 * dwarf-index-cache.c (debug_index_cache): Likewise.
1073 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1074 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1075 * dwarf2read.c (check_physname): Likewise.
1076 (use_deprecated_index_sections): Likewise.
1077 (dwarf_always_disassemble): Likewise.
1078 * eval.c (overload_resolution): Likewise.
1079 * event-top.c (set_editing_cmd_var): Likewise.
1080 (exec_done_display_p): Likewise.
1081 * event-top.h (set_editing_cmd_var): Likewise.
1082 (exec_done_display_p): Likewise.
1083 * exec.c (write_files): Likewise.
1084 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1085 (debug_fbsd_nat): Likewise.
1086 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1087 Likewise.
1088 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1089 <backtrace_past_entry> Likewise.
1090 * gdb-demangle.h (demangle): Likewise.
1091 (asm_demangle): Likewise.
1092 * gdb_bfd.c (bfd_sharing): Likewise.
1093 * gdbcore.h (write_files): Likewise.
1094 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1095 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1096 * gdbthread.h (print_thread_events): Likewise.
1097 * gdbtypes.c (opaque_type_resolution): Likewise.
1098 (strict_type_checking): Likewise.
1099 * gnu-nat.c (gnu_debug_flag): Likewise.
1100 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1101 * guile/scm-param.c (pascm_variable): Add boolval.
1102 (add_setshow_generic): Update.
1103 (pascm_param_value): Update.
1104 (pascm_set_param_value_x): Update.
1105 * hppa-tdep.c (hppa_debug): Change to bool..
1106 * infcall.c (may_call_functions_p): Likewise.
1107 (coerce_float_to_double_p): Likewise.
1108 (unwind_on_signal_p): Likewise.
1109 (unwind_on_terminating_exception_p): Likewise.
1110 * infcmd.c (startup_with_shell): Likewise.
1111 * inferior.c (print_inferior_events): Likewise.
1112 * inferior.h (startup_with_shell): Likewise.
1113 (print_inferior_events): Likewise.
1114 * infrun.c (step_stop_if_no_debug): Likewise.
1115 (detach_fork): Likewise.
1116 (debug_displaced): Likewise.
1117 (disable_randomization): Likewise.
1118 (non_stop): Likewise.
1119 (non_stop_1): Likewise.
1120 (observer_mode): Likewise.
1121 (observer_mode_1): Likewise.
1122 (set_observer_mode): Update.
1123 (sched_multi): Change to bool.
1124 * infrun.h (debug_displaced): Likewise.
1125 (sched_multi): Likewise.
1126 (step_stop_if_no_debug): Likewise.
1127 (non_stop): Likewise.
1128 (disable_randomization): Likewise.
1129 * linux-tdep.c (use_coredump_filter): Likewise.
1130 (dump_excluded_mappings): Likewise.
1131 * linux-thread-db.c (auto_load_thread_db): Likewise.
1132 (check_thread_db_on_load): Likewise.
1133 * main.c (captured_main_1): Update.
1134 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1135 xx2_opt, boolean_opt>: Change to bool.
1136 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1137 * maint.c (maintenance_profile_p): Likewise.
1138 (per_command_time): Likewise.
1139 (per_command_space): Likewise.
1140 (per_command_symtab): Likewise.
1141 * memattr.c (inaccessible_by_default): Likewise.
1142 * mi/mi-main.c (mi_async): Likewise.
1143 (mi_async_1): Likewise.
1144 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1145 * nat/fork-inferior.h (startup_with_shell): Likewise.
1146 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1147 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1148 * nios2-tdep.c (nios2_debug): Likewise.
1149 * or1k-tdep.c (or1k_debug): Likewise.
1150 * parse.c (parser_debug): Likewise.
1151 * parser-defs.h (parser_debug): Likewise.
1152 * printcmd.c (print_symbol_filename): Likewise.
1153 * proc-api.c (procfs_trace): Likewise.
1154 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1155 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1156 (set_parameter_value): Update.
1157 (add_setshow_generic): Update.
1158 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1159 to bool*.
1160 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1161 int*.
1162 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1163 * record-btrace.c (record_btrace_target::store_registers): Update.
1164 * record-full.c (record_full_memory_query): Change to bool.
1165 (record_full_stop_at_limit): Likewise.
1166 * record-full.h (record_full_memory_query): Likewise.
1167 * remote-notif.c (notif_debug): Likewise.
1168 * remote-notif.h (notif_debug): Likewise.
1169 * remote.c (use_range_stepping): Likewise.
1170 (interrupt_on_connect): Likewise.
1171 (remote_break): Likewise.
1172 * ser-tcp.c (tcp_auto_retry): Likewise.
1173 * ser-unix.c (serial_hwflow): Likewise.
1174 * skip.c (debug_skip): Likewise.
1175 * solib-aix.c (solib_aix_debug): Likewise.
1176 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1177 (spu_auto_flush_cache_p): Likewise.
1178 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1179 Likewise.
1180 (struct info_print_options) <quiet>: Likewise.
1181 * symfile-debug.c (debug_symfile): Likewise.
1182 * symfile.c (auto_solib_add): Likewise.
1183 (separate_debug_file_debug): Likewise.
1184 * symfile.h (auto_solib_add): Likewise.
1185 (separate_debug_file_debug): Likewise.
1186 * symtab.c (basenames_may_differ): Likewise.
1187 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1188 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1189 (struct info_types_options) <quiet>: Likewise.
1190 * symtab.h (demangle): Likewise.
1191 (basenames_may_differ): Likewise.
1192 * target-dcache.c (stack_cache_enabled_1): Likewise.
1193 (code_cache_enabled_1): Likewise.
1194 * target.c (trust_readonly): Likewise.
1195 (may_write_registers): Likewise.
1196 (may_write_memory): Likewise.
1197 (may_insert_breakpoints): Likewise.
1198 (may_insert_tracepoints): Likewise.
1199 (may_insert_fast_tracepoints): Likewise.
1200 (may_stop): Likewise.
1201 (auto_connect_native_target): Likewise.
1202 (target_stop_and_wait): Update.
1203 (target_async_permitted): Change to bool.
1204 (target_async_permitted_1): Likewise.
1205 (may_write_registers_1): Likewise.
1206 (may_write_memory_1): Likewise.
1207 (may_insert_breakpoints_1): Likewise.
1208 (may_insert_tracepoints_1): Likewise.
1209 (may_insert_fast_tracepoints_1): Likewise.
1210 (may_stop_1): Likewise.
1211 * target.h (target_async_permitted): Likewise.
1212 (may_write_registers): Likewise.
1213 (may_write_memory): Likewise.
1214 (may_insert_breakpoints): Likewise.
1215 (may_insert_tracepoints): Likewise.
1216 (may_insert_fast_tracepoints): Likewise.
1217 (may_stop): Likewise.
1218 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1219 (make_thread_apply_all_options_def_group): Change argument from int*
1220 to bool*.
1221 (thread_apply_all_command): Update.
1222 (print_thread_events): Change to bool.
1223 * top.c (confirm): Likewise.
1224 (command_editing_p): Likewise.
1225 (history_expansion_p): Likewise.
1226 (write_history_p): Likewise.
1227 (info_verbose): Likewise.
1228 * top.h (confirm): Likewise.
1229 (history_expansion_p): Likewise.
1230 * tracepoint.c (disconnected_tracing): Likewise.
1231 (circular_trace_buffer): Likewise.
1232 * typeprint.c (print_methods): Likewise.
1233 (print_typedefs): Likewise.
1234 * utils.c (debug_timestamp): Likewise.
1235 (sevenbit_strings): Likewise.
1236 (pagination_enabled): Likewise.
1237 * utils.h (sevenbit_strings): Likewise.
1238 (pagination_enabled): Likewise.
1239 * valops.c (overload_resolution): Likewise.
1240 * valprint.h (struct value_print_options) <prettyformat_arrays,
1241 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1242 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1243 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1244 Likewise.
1245 * windows-nat.c (new_console): Likewise.
1246 (cygwin_exceptions): Likewise.
1247 (new_group): Likewise.
1248 (debug_exec): Likewise.
1249 (debug_events): Likewise.
1250 (debug_memory): Likewise.
1251 (debug_exceptions): Likewise.
1252 (useshell): Likewise.
1253 * windows-tdep.c (maint_display_all_tib): Likewise.
1254 * xml-support.c (debug_xml): Likewise.
1255
1256 2019-09-17 Mike Gulick <mgulick@mathworks.com>
1257
1258 * source.c (prepare_path_for_appending): New function.
1259 (openp): Make use of new function.
1260 (find_and_open_source): Search for the compilation directory and
1261 source file as a relative path beneath the directory search path.
1262
1263 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * source-cache.c (source_cache::get_line_charpos): Catch
1266 exceptions and return false, this matches the behaviour documented
1267 in the header file.
1268
1269 2019-09-17 Joel Brobecker <brobecker@adacore.com>
1270
1271 * ada-tasks.c (info_task): Remove quoting of the task's name.
1272
1273 2019-09-16 Christian Biesinger <cbiesinger@google.com>
1274
1275 * symfile.c (auto_solib_add): Replace comment with a reference
1276 to the header file.
1277
1278 2019-09-14 Christian Biesinger <cbiesinger@google.com>
1279
1280 * NEWS: Mention that gdb can now be compiled with Python 3
1281 on Windows.
1282
1283 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1284
1285 * maint.c (maint_print_section_data::maint_print_section_data):
1286 Force use of 'float log10 (float)' by casting the argument to
1287 float.
1288
1289 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1290
1291 * maint.c: Add 'cmath' include.
1292 (struct maint_print_section_data): New structure.
1293 (print_section_index): New function.
1294 (print_bfd_section_info): Add header comment, small whitespace
1295 cleanup, and update to call new print_section_index function.
1296 (print_objfile_section_info): Likewise.
1297 (maint_obj_section_from_bfd_section): New function.
1298 (print_bfd_section_info_maybe_relocated): New function.
1299 (maintenance_info_sections): Add header comment, always use
1300 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1301
1302 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1305 inner scope, add check that the objfile has psymtabs before
1306 checking psymtabs_addrmap.
1307 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1308
1309 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1310
1311 * NEWS: Announce that Ada task names are now shown at more places,
1312 and between quotes (except in info task output).
1313 * gdb/ada-tasks.c (task_to_str): New function.
1314 (display_current_task_id): Call task_to_str.
1315 (task_command_1): Likewise.
1316 (print_ada_task_info): In non-mi mode, Properly align headers and data
1317 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1318
1319 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1320
1321 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1322 prstatus.pr_lwp.pr_info instead of making it up.
1323
1324 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1325
1326 * auto-load.c (auto_load_expand_dir_vars): Update.
1327 * defs.h (gdb_datadir): Change to std::string.
1328 (python_libdir): Likewise.
1329 (relocate_gdb_directory): Change return type to std::string.
1330 * guile/guile.c (gdbscm_data_directory): Update.
1331 (initialize_scheme_side): Update.
1332 * jit.c (jit_reader_dir): Change to std::string.
1333 (jit_reader_load_command): Update.
1334 * main.c (gdb_datadir): Change to std::string.
1335 (python_libdir): Likewise.
1336 (set_gdb_data_directory): Update.
1337 (relocate_path): Change to return std::string.
1338 (relocate_gdb_directory): Change to return std::string.
1339 (relocate_gdbinit_path_maybe_in_datadir): Update.
1340 (captured_main_1): Update.
1341 * python/python.c (do_start_initialization): Update.
1342 * top.c (show_gdb_datadir): Update.
1343 * xml-syscall.c (xml_init_syscalls_info): Update.
1344 (init_syscalls_info): Update.
1345
1346 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1347
1348 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1349 out of get_init_files.
1350 (get_init_files): Update.
1351
1352 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1353
1354 * main.c (get_init_files): Change to use std::string.
1355 (captured_main_1): Update.
1356 (print_gdb_help): Update.
1357
1358 2019-09-11 Ali Tamur <tamur@google.com>
1359
1360 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1361 implementation.
1362
1363 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1364
1365 * dbxread.c (read_dbx_symtab): Update.
1366 * dwarf2read.c (load_partial_dies): Update.
1367 * mdebugread.c (parse_partial_symbols): Update.
1368 (handle_psymbol_enumerators): Update.
1369 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1370 * psymtab.c (add_psymbol_to_bcache): Likewise.
1371 (add_psymbol_to_list): Likewise.
1372 * symtab.c (symbol_set_names): Likewise.
1373 * symtab.h (symbol_set_names): Likewise.
1374 * xcoffread.c (scan_xcoff_symtab): Update.
1375
1376 2019-09-11 Tom Tromey <tom@tromey.com>
1377
1378 * symfile-mem.c (symbol_file_add_from_memory): Use
1379 bfd_set_filename.
1380 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1381 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1382
1383 2019-09-10 Tom Tromey <tromey@adacore.com>
1384
1385 * dwarf-index-write.c (write_psymbols): Extend error message.
1386 (debug_names::insert): Add Ada code.
1387 (debug_names::write_psymbols): Remove Ada check.
1388 (debug_names) <m_string_obstack>: New member.
1389 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1390 (gdb_index_symbol_name_matcher::matches): Remove.
1391 (mapped_index_base::find_name_components_bounds): Add "lang"
1392 parameter.
1393 (mapped_index_base::build_name_components): Also split names
1394 according to Ada syntax.
1395 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1396 type of "match_callback".
1397 (check_match, check_find_bounds_finds)
1398 (dw2_expand_symtabs_matching): Update.
1399 (dw2_debug_names_iterator): Add new constructor.
1400 (dw2_debug_names_map_matching_symbols): New function.
1401 (dw2_debug_names_expand_symtabs_matching): Update.
1402 (dwarf2_debug_names_functions): Use
1403 dw2_debug_names_map_matching_symbols.
1404
1405 2019-09-10 Tom Tromey <tromey@adacore.com>
1406
1407 * dwarf2read.c (dw2_get_file_names_reader): Add the
1408 CU's file name to the results.
1409
1410 2019-09-10 Tom Tromey <tromey@adacore.com>
1411
1412 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1413 map_matching_symbols. Update.
1414 * dwarf2read.c (dw2_map_matching_symbols): Update.
1415 * psymtab.c (match_partial_symbol): Change type; update.
1416 (psym_map_matching_symbols): Likewise.
1417 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1418 type; update.
1419 * symfile.h (struct quick_symbol_functions)
1420 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1421 Remove "match".
1422
1423 2019-09-10 Tom Tromey <tromey@adacore.com>
1424
1425 * psymtab.c (map_block): Remove.
1426 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1427 * symtab.c (iterate_over_symbols_terminated): New function.
1428 * symtab.c (iterate_over_symbols_terminated): Declare.
1429
1430 2019-09-10 Tom Tromey <tromey@adacore.com>
1431
1432 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1433 * language.h (struct language_defn) <la_iterate_over_symbols>:
1434 Return bool.
1435 * symtab.c (iterate_over_symbols): Return bool.
1436 * symtab.h (iterate_over_symbols): Return bool.
1437
1438 2019-09-10 Tom Tromey <tromey@adacore.com>
1439
1440 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1441 (add_nonlocal_symbols): Update.
1442 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1443 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1444 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1445 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1446 Change type of "callback". Remove "data".
1447
1448
1449 2019-09-09 Ali Tamur <tamur@google.com>
1450
1451 * dwarf2read.c (comp_unit_head): Update comment.
1452 (dwarf2_dwo_name): New function declaration.
1453 (dwarf_unit_type_name): New function declaration.
1454 (read_comp_unit_head): Add support for new compilation units,
1455 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1456 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1457 (currently named as "signature") in their header. Also clarify error
1458 messages.
1459 (lookup_dwo_id): New function. Returns the dwo id of the given
1460 compile unit.
1461 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1462 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1463 functions.
1464 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1465 (dwarf2_dwo_name): Get the dwo name if present.
1466 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1467 purposes.
1468
1469 2019-09-09 Tom Tromey <tom@tromey.com>
1470
1471 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1472
1473 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1474
1475 * python/python.c (do_start_initialization): Make progname_copy static,
1476 to avoid a leak report.
1477
1478 2019-09-08 Tom Tromey <tom@tromey.com>
1479
1480 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1481
1482 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
1483
1484 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1485 Change type to gdb::optional<block_enum>.
1486 (dw2_symtab_iter_init): Change block_index parameter type
1487 to gdb::optional<block_enum>.
1488 (dw2_lookup_symbol): Change block_index parameter
1489 type to block_enum.c
1490 (dw2_debug_names_lookup_symbol): Likewise.
1491 * psymtab.c (psym_lookup_symbol): Likewise.
1492 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
1493 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
1494 Likewise.
1495
1496 2019-09-06 Christian Biesinger <cbiesinger@google.com>
1497
1498 * defs.h (relocate_gdb_directory): Change int to bool in
1499 signature and rename flag to relocatable.
1500 * main.c (relocate_path): Likewise.
1501 (relocate_gdb_directory): Likewise.
1502
1503 2019-09-06 Alan Modra <amodra@gmail.com>
1504
1505 * coffread.c (coff_symfile_read): Constify filename variable.
1506 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
1507 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
1508 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
1509 * solib.c (reload_shared_libraries_1): Likewise.
1510 * symfile.c (reread_symbols): Likewise.
1511 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
1512 * solib-darwin.c (darwin_bfd_open): Likewise.
1513 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
1514
1515 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1516
1517 * psymtab.c (print_partial_symbols): Handle missing domain_enum
1518 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
1519
1520 2019-09-03 Tom Tromey <tromey@adacore.com>
1521
1522 * ada-valprint.c (ada_val_print_num): Don't recurse for range
1523 types.
1524 (has_negatives): Unbias a range type bound.
1525 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
1526 * gdbtypes.c (operator==): Handle new field.
1527 (create_range_type): Add "bias" parameter.
1528 (create_static_range_type, resolve_dynamic_range): Update.
1529 * gdbtypes.h (struct range_bounds) <bias>: New member.
1530 (create_range_type): Add bias parameter.
1531 * printcmd.c (print_scalar_formatted): Unbias range types.
1532 * value.c (unpack_long): Unbias range types.
1533 (pack_long): Bias range types.
1534
1535 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1536
1537 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
1538 probe arguments.
1539
1540 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1541
1542 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
1543 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
1544 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
1545 (compile_probe_arg): Likewise.
1546 * probe.h (get_argument_count): Likewise.
1547 * solib-svr4.c (solib_event_probe_action): Likewise.
1548 * stap-probe.c (stap_probe::get_argument_count): Likewise.
1549
1550 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1551
1552 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
1553 code to here...
1554 (svr4_create_solib_event_breakpoints): ...from here.
1555
1556 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
1557
1558 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
1559 suffix from warning message.
1560
1561 2019-08-30 Tom Tromey <tom@tromey.com>
1562
1563 * tui/tui-winsource.h (struct tui_source_window_base)
1564 <refresh_all>: Don't declare.
1565 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
1566 Remove.
1567 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
1568 tui_show_locator_content.
1569 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
1570 declare.
1571 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
1572 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
1573 declare.
1574
1575 2019-08-30 Tom Tromey <tom@tromey.com>
1576
1577 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
1578
1579 2019-08-30 Tom Tromey <tom@tromey.com>
1580
1581 * tui/tui-stack.c (_initialize_tui_stack): Move later.
1582 Remove unnecessary forward declarations.
1583
1584 2019-08-30 Tom Tromey <tom@tromey.com>
1585
1586 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
1587 rerender.
1588 (tui_update_locator_fullname, tui_show_frame_info): Don't call
1589 tui_show_locator_content.
1590
1591 2019-08-30 Tom Tromey <tom@tromey.com>
1592
1593 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
1594 (tui_locator_window::rerender): Rewrite using body of previous
1595 tui_show_locator_content.
1596
1597 2019-08-30 Tom Tromey <tom@tromey.com>
1598
1599 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
1600 set_locator_fullname>: New methods.
1601 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1602 Rename from tui_set_locator_fullname.
1603 (tui_locator_window::set_locator_info): Rename from
1604 tui_set_locator_info. Return bool.
1605 (tui_update_locator_fullname, tui_show_frame_info): Update.
1606
1607 2019-08-30 Tom Tromey <tom@tromey.com>
1608
1609 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
1610
1611 2019-08-30 Tom Tromey <tom@tromey.com>
1612
1613 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
1614 call touchwin.
1615
1616 2019-08-30 Tom Tromey <tom@tromey.com>
1617
1618 * tui/tui-wingeneral.c (box_win): Assume win_info and
1619 win_info->handle cannot be NULL.
1620
1621 2019-08-30 Tom Tromey <tom@tromey.com>
1622
1623 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
1624 refresh_window>: Declare.
1625 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
1626 resize.
1627 (tui_data_item_window::rerender): Rename from
1628 tui_display_register.
1629 (tui_data_item_window::refresh_window): New method.
1630 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
1631 no-op.
1632
1633 2019-08-30 Tom Tromey <tom@tromey.com>
1634
1635 * tui/tui-regs.h (struct tui_data_window) <regs_content,
1636 regs_column_count, current_group>: Move later. Now private.
1637 <get_current_group>: New method.
1638 * tui/tui-regs.c (tui_reg_command): Update.
1639 * tui/tui-layout.c (tui_set_layout): Update.
1640
1641 2019-08-30 Tom Tromey <tom@tromey.com>
1642
1643 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
1644 (tui_data_window::rerender): Don't call
1645 check_and_display_highlight_if_needed.
1646 (tui_data_window::refresh_all): Remove call to
1647 erase_data_content.
1648
1649 2019-08-30 Tom Tromey <tom@tromey.com>
1650
1651 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1652 (tui_data_window::display_registers_from)
1653 (tui_data_window::display_reg_element_at_line)
1654 (tui_data_window::display_registers_from_line): Remove checks of
1655 "empty".
1656
1657 2019-08-30 Tom Tromey <tom@tromey.com>
1658
1659 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
1660 Don't declare.
1661 * tui/tui-regs.c (tui_data_window::show_registers): Call
1662 rerender.
1663 (tui_data_window::rerender): Rename from display_all_data.
1664 (tui_data_window::rerender): Remove old implementation.
1665
1666 2019-08-30 Tom Tromey <tom@tromey.com>
1667
1668 * tui/tui-regs.c (tui_data_window::display_all_data): Change
1669 text.
1670 * tui/tui-data.h (NO_DATA_STRING): Remove define.
1671
1672 2019-08-29 Bernhard Wodok <barto@gmx.net>
1673 Sergio Durigan Junior <sergiodj@redhat.com>
1674
1675 PR win32/24284
1676 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
1677
1678 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1679
1680 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
1681 when searching for types.
1682
1683 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * f-lang.c (f_language_defn): Use f_print_typedef.
1686 * f-lang.h (f_print_typedef): Declare.
1687 * f-typeprint.c (f_print_typedef): Define.
1688
1689 2019-08-27 Christian Biesinger <cbiesinger@google.com>
1690
1691 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
1692
1693 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1694
1695 * cli/cli-utils.c (info_print_options_defs): Delete.
1696 (make_info_print_options_def_group): Delete.
1697 (extract_info_print_options): Delete.
1698 (info_print_command_completer): Delete.
1699 (info_print_args_help): Add extra parameter, and optionally
1700 include text about -n flag.
1701 * cli/cli-utils.h (struct info_print_options): Delete.
1702 (extract_info_print_options): Delete declaration.
1703 (info_print_command_completer): Delete declaration.
1704 (info_print_args_help): Add extra parameter, extend header
1705 comment.
1706 * python/python.c (gdbpy_rbreak): Pass additional parameter to
1707 search_symbols.
1708 * stack.c (struct info_print_options): New type.
1709 (info_print_options_defs): New file scoped variable.
1710 (make_info_print_options_def_group): New static function.
1711 (info_print_command_completer): New static function.
1712 (info_locals_command): Update to use new local functions.
1713 (info_args_command): Likewise.
1714 (_initialize_stack): Add extra parameter to calls to
1715 info_print_args_help.
1716 * symtab.c (search_symbols): Add extra parameter, use this to
1717 possibly excluse non-debug symbols.
1718 (symtab_symbol_info): Add extra parameter, which is passed on to
1719 search_symbols.
1720 (struct info_print_options): New type.
1721 (info_print_options_defs): New file scoped variable.
1722 (make_info_print_options_def_group): New static function.
1723 (info_print_command_completer): New static function.
1724 (info_variables_command): Update to use local functions, and pass
1725 extra parameter through to symtab_symbol_info.
1726 (info_functions_command): Likewise.
1727 (info_types_command): Pass additional argument through to
1728 symtab_symbol_info.
1729 (rbreak_command): Pass extra argument to search_symbols.
1730 (_initialize_symtab): Add extra arguments for calls to
1731 info_print_args_help, and update help text for 'info variables',
1732 'whereis', and 'info functions' commands.
1733 * symtab.h (search_symbols): Add extra argument to declaration.
1734 * NEWS: Mention new flags.
1735
1736 2019-08-26 Christian Biesinger <cbiesinger@google.com>
1737
1738 * symtab.c (lookup_static_symbol): Call the new function (and move
1739 it down to be next to lookup_global_symbol).
1740 (struct global_sym_lookup_data): Add block_enum member and rename to...
1741 (struct global_or_static_sym_lookup_data): ...this.
1742 (lookup_symbol_global_iterator_cb): Pass block_index instead of
1743 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
1744 (lookup_symbol_global_or_static_iterator_cb): ...this.
1745 (lookup_global_or_static_symbol): New function.
1746 (lookup_global_symbol): Call new function.
1747
1748 2019-08-26 Tom de Vries <tdevries@suse.de>
1749
1750 PR c++/24852
1751 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
1752 when pc_probe.prob == NULL.
1753
1754 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1755
1756 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
1757 variable symbol_linkage to symbol_linkage_.
1758
1759 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1760
1761 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
1762 represent whether the symbol is static, dynamic, or we don't
1763 know.
1764
1765 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
1766
1767 * gdb/rx-tdep.c (rx_register_names): New.
1768 (rx_register_name): Delete.
1769 (rx_psw_type): Delete.
1770 (rx_fpsw_type): Delete.
1771 (rx_register_type): Delete.
1772 (rx_gdbarch_init): Convert target-descriptions.
1773 (_initialize_rx_tdep): Add initialize_tdesc_rx.
1774 * gdb/features/Makefile: Add rx.xml.
1775 * gdb/features/rx.xml: New.
1776 * gdb/features/rx.c: Generated.
1777 * gdb/NEWS: Mention target description support.
1778
1779 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1780
1781 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
1782 *slot_ptr.
1783
1784 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1785
1786 * configure.ac: Don't check for 'dlfcn.h' (moved to
1787 gdbsupport/common.m4).
1788 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
1789 'gdbsupport/'.
1790 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
1791 * compile/compile-c-support.c: Include
1792 'gdbsupport/gdb-dlfcn.h'.
1793 * gdbsupport/common.m4: Check for 'dlfcn.h'.
1794 * gdb-dlfcn.c: Move to...
1795 * gdbsupport/gdb-dlfcn.c: ... here.
1796 * gdb-dlfcn.h: Move to...
1797 * gdbsupport/gdb-dlfcn.h: ... here.
1798
1799 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
1800
1801 * nios2-tdep.c (struct reg_value): Improve comments. Make
1802 the offset field signed.
1803
1804 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1805
1806 * python/lib/gdb/__init__.py (_execute_file): New function.
1807 * python/python.c (python_run_simple_file): Call gdb._execute_file
1808 on Windows.
1809
1810 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
1811
1812 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
1813 all uses as this was never set to anything but a zero value.
1814
1815 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
1816
1817 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
1818
1819 2019-08-21 Christian Biesinger <cbiesinger@google.com>
1820
1821 * tui/tui-data.h (tui_gen_win_info): Add an =default
1822 move constructor, required by some GCC versions.
1823
1824 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
1825
1826 * go32-nat.c (go32_sysinfo): Add hygon_p.
1827
1828 2019-08-20 Tom Tromey <tom@tromey.com>
1829
1830 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
1831 line_from_reg_element_no, first_reg_element_no_inline,
1832 display_all_data, delete_data_content_windows,
1833 erase_data_content>: Now private.
1834
1835 2019-08-20 Tom Tromey <tom@tromey.com>
1836
1837 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
1838 (tui_unhighlight_win, tui_highlight_win)
1839 (tui_win_info::make_window): Update.
1840 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
1841
1842 2019-08-20 Tom Tromey <tom@tromey.com>
1843
1844 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1845 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1846 (MAX_PID_WIDTH): Move to tui-stack.c.
1847 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1848 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1849 (MAX_PID_WIDTH): Move from tui-data.h.
1850
1851 2019-08-20 Tom Tromey <tom@tromey.com>
1852
1853 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
1854 * tui/tui-wingeneral.c (box_win): Change type of win_info.
1855 (box_win): Update.
1856 (tui_gen_win_info::make_window): Rename from tui_make_window.
1857 (tui_win_info::make_window): New method.
1858 (tui_gen_win_info::make_visible): Update.
1859 * tui/tui-source.c (tui_source_window::set_contents): Update.
1860 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
1861 (tui_data_window::display_registers_from): Update.
1862 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1863 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
1864 Declare.
1865 <can_box>: Remove.
1866 <title>: Remove.
1867 (struct tui_win_info) <make_window>: Declare.
1868 <can_box>: Now virtual.
1869 <title>: New member.
1870 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
1871 * tui/tui-command.c (tui_cmd_window::resize): Update.
1872
1873 2019-08-20 Tom Tromey <tom@tromey.com>
1874
1875 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
1876 * tui/tui-regs.c (tui_data_window::show_registers): Update.
1877 (tui_data_window::check_register_values): Update.
1878
1879 2019-08-20 Tom Tromey <tom@tromey.com>
1880
1881 * tui/tui-regs.h (struct tui_data_window): Use
1882 DISABLE_COPY_AND_ASSIGN.
1883 <regs_content>: Change type, removing unique_ptr.
1884 <tui_data_window>: Add move constructor.
1885 * tui/tui-regs.c (tui_data_window::show_registers)
1886 (tui_data_window::show_register_group)
1887 (tui_data_window::display_registers_from)
1888 (tui_data_window::display_registers_from)
1889 (tui_data_window::first_data_item_displayed)
1890 (tui_data_window::delete_data_content_windows)
1891 (tui_data_window::rerender, tui_data_window::refresh_window)
1892 (tui_data_window::check_register_values): Update.
1893
1894 2019-08-20 Tom Tromey <tom@tromey.com>
1895
1896 * tui/tui-regs.h (struct tui_data_window) <show_registers,
1897 show_register_group>: Declare.
1898 (tui_show_register_group): Don't declare.
1899 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
1900 tui_show_registers.
1901 (tui_data_window::show_register_group): Rename from
1902 tui_show_register_group.
1903 (tui_data_window::check_register_values, tui_reg_command):
1904 Update.
1905 * tui/tui-layout.c (tui_set_layout): Update.
1906
1907 2019-08-20 Tom Tromey <tom@tromey.com>
1908
1909 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
1910 Declare.
1911 (tui_check_register_values): Don't declare.
1912 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
1913 from tui_check_register_values.
1914 * tui/tui-hooks.c (tui_register_changed): Update.
1915
1916 2019-08-20 Tom Tromey <tom@tromey.com>
1917
1918 * tui/tui-regs.c (tui_reg_layout): Move later.
1919 (tui_show_registers): Don't enable TUI mode or change layout.
1920
1921 2019-08-20 Tom Tromey <tom@tromey.com>
1922
1923 * tui/tui-regs.h (struct tui_data_item_window)
1924 <~tui_data_item_window>: Remove.
1925 <content>: Now a unique_xmalloc_ptr.
1926 * tui/tui-regs.c (tui_register_format): Return a
1927 unique_xmalloc_ptr.
1928 (tui_get_register): Update.
1929 (~tui_data_item_window): Remove.
1930 (tui_data_window::display_registers_from, tui_display_register):
1931 Update.
1932 * tui/tui-io.h (tui_expand_tabs): Update.
1933 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
1934 Remove "col" parameter.
1935
1936 2019-08-20 Tom Tromey <tom@tromey.com>
1937
1938 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
1939 field.
1940 * tui/tui-regs.c (~tui_data_item_window): Update.
1941
1942 2019-08-20 Tom Tromey <tom@tromey.com>
1943
1944 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
1945 earlier.
1946
1947 2019-08-20 Tom Tromey <tom@tromey.com>
1948
1949 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
1950
1951 2019-08-20 Tom Tromey <tom@tromey.com>
1952
1953 * tui/tui-source.h (struct tui_source_window): Update.
1954 * tui/tui-regs.c (tui_show_registers): Update.
1955 * tui/tui-disasm.h (struct tui_disasm_window): Update.
1956 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
1957 (NO_REGS_STRING): Remove defines.
1958
1959 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
1960
1961 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
1962 unnecessary thread walk if remote doesn't support the packet.
1963
1964 2019-08-19 Tom Tromey <tromey@adacore.com>
1965
1966 * python/py-value.c (value_has_field): Fix indentation.
1967
1968 2019-08-19 Tom Tromey <tromey@adacore.com>
1969
1970 * printcmd.c (do_one_display, info_display_command): Update.
1971 * block.h (contained_in): Return bool. Add allow_nested
1972 parameter.
1973 * block.c (contained_in): Return bool. Add allow_nested
1974 parameter.
1975
1976 2019-08-19 Tom Tromey <tom@tromey.com>
1977
1978 * configure: Rebuild.
1979 * configure.ac: Disallow the combination of -static-libstdc++ and
1980 source highlight.
1981 * source-cache.c (get_language_name): Handle rust.
1982 (source_cache::get_source_lines): Ignore highlighting exceptions.
1983
1984 2019-08-16 Tom Tromey <tom@tromey.com>
1985
1986 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
1987 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
1988 (struct tui_source_window_base) <make_visible, refresh_window,
1989 resize>: Remove methods.
1990 <execution_info>: Remove field.
1991 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
1992 (tui_show_source_line, tui_source_window_base)
1993 (~tui_source_window_base): Update.
1994 (tui_source_window_base::resize)
1995 (tui_source_window_base::make_visible)
1996 (tui_source_window_base::refresh_window): Remove.
1997 (tui_source_window_base::update_exec_info): Update.
1998 * tui/tui-source.c (tui_source_window::set_contents): Update.
1999 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2000
2001 2019-08-16 Tom Tromey <tom@tromey.com>
2002
2003 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2004 deprecated_query_hook.
2005
2006 2019-08-16 Tom Tromey <tom@tromey.com>
2007
2008 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2009 (tui_update_source_windows_with_line): Update.
2010 * tui/tui-source.h (struct tui_source_window)
2011 <show_symtab_source>: Declare.
2012 (tui_show_symtab_source): Don't declare.
2013 * tui/tui-source.c (tui_show_symtab_source): Rename from
2014 tui_show_symtab_source.
2015
2016 2019-08-16 Tom Tromey <tom@tromey.com>
2017
2018 * tui/tui-winsource.h (struct tui_source_window_base)
2019 <set_contents>: Declare.
2020 * tui/tui-winsource.c
2021 (tui_source_window_base::update_source_window_as_is): Update.
2022 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2023 Declare.
2024 (tui_set_source_content): Don't declare.
2025 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2026 tui_set_source_content.
2027 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2028 Declare.
2029 (tui_set_disassem_content): Don't declare.
2030 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2031 tui_set_disassem_content.
2032
2033 2019-08-16 Tom Tromey <tom@tromey.com>
2034
2035 * tui/tui-winsource.h (struct tui_source_window_base)
2036 <update_breakpoint_info>: Declare.
2037 (tui_update_breakpoint_info): Don't declare.
2038 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2039 (tui_update_all_breakpoint_info): Update.
2040 (tui_source_window_base::update_breakpoint_info): Rename from
2041 tui_update_breakpoint_info.
2042 (tui_source_window_base::update_exec_info): Update.
2043
2044 2019-08-16 Tom Tromey <tom@tromey.com>
2045
2046 * tui/tui-winsource.h (struct tui_source_window_base)
2047 <update_source_window>: Declare.
2048 (tui_update_source_window): Don't declare.
2049 * tui/tui-winsource.c
2050 (tui_source_window_base::update_source_window): Rename from
2051 tui_update_source_window.
2052 (tui_source_window_base::rerender): Update.
2053 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2054 * tui/tui-disasm.c (tui_show_disassem)
2055 (tui_show_disassem_and_update_source)
2056 (tui_disasm_window::maybe_update): Update.
2057
2058 2019-08-16 Tom Tromey <tom@tromey.com>
2059
2060 * tui/tui-winsource.h (struct tui_source_window_base)
2061 <update_source_window_as_is>: Declare.
2062 (tui_update_source_window_as_is): Don't declare.
2063 * tui/tui-winsource.c (tui_update_source_window): Update
2064 (tui_source_window_base::update_source_window_as_is): Rename from
2065 tui_update_source_window_as_is.
2066 (tui_source_window_base::refill): Update.
2067 * tui/tui-source.c (tui_show_symtab_source): Update.
2068 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2069 Update.
2070
2071 2019-08-16 Tom Tromey <tom@tromey.com>
2072
2073 * tui/tui-winsource.h (tui_update_source_window)
2074 (tui_update_source_window_as_is): Remove "noerror" parameter.
2075 * tui/tui-winsource.c (tui_update_source_window)
2076 (tui_update_source_window_as_is): Remove "noerror" parameter.
2077 (tui_update_source_windows_with_addr)
2078 (tui_update_source_windows_with_line)
2079 (tui_source_window_base::rerender)
2080 (tui_source_window_base::refill): Update.
2081 * tui/tui-source.h (tui_set_source_content)
2082 (tui_show_symtab_source): Remove "noerror" parameter.
2083 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2084 parameter.
2085 (tui_show_symtab_source): Likewise.
2086 (tui_source_window::maybe_update): Update.
2087 * tui/tui-disasm.c (tui_show_disassem)
2088 (tui_show_disassem_and_update_source)
2089 (tui_disasm_window::do_scroll_vertical)
2090 (tui_disasm_window::maybe_update): Update.
2091
2092 2019-08-16 Tom Tromey <tom@tromey.com>
2093
2094 * tui/tui.c (tui_is_window_visible): Update.
2095 * tui/tui-wingeneral.c (tui_make_window)
2096 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2097 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2098 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2099 (tui_set_win_height_command, parse_scrolling_args): Update.
2100 * tui/tui-source.c (tui_source_window::style_changed): Update.
2101 * tui/tui-regs.c (tui_show_registers)
2102 (tui_data_window::first_data_item_displayed)
2103 (tui_data_window::delete_data_content_windows)
2104 (tui_check_register_values, tui_reg_command): Update.
2105 * tui/tui-disasm.c (tui_show_disassem): Update.
2106 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2107 method.
2108 <is_visible>: Remove field.
2109 * tui/tui-data.c (tui_next_win, tui_prev_win)
2110 (tui_delete_invisible_windows): Update.
2111
2112 2019-08-16 Tom Tromey <tom@tromey.com>
2113
2114 * tui/tui-winsource.h (struct tui_source_window_base)
2115 <m_has_locator>: Remove.
2116 * tui/tui-layout.c (show_source_disasm_command, show_data)
2117 (show_source_or_disasm_and_command): Update.
2118
2119 2019-08-16 Alan Hayward <alan.hayward@arm.com>
2120
2121 * NEWS (Other MI changes): New subsection.
2122 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2123 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2124 * arch-utils.c (default_get_pc_address_flags): New function.
2125 * arch-utils.h (default_get_pc_address_flags): New declaration.
2126 * gdbarch.sh: Add get_pc_address_flags.
2127 * gdbarch.c: Regenerate.
2128 * gdbarch.h: Likewise.
2129 * stack.c (print_pc): New function.
2130 (print_frame_info) (print_frame): Call print_pc.
2131
2132 2019-08-16 Tom de Vries <tdevries@suse.de>
2133
2134 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2135 print_objfile_section_info.
2136
2137 2019-08-15 Tom Tromey <tom@tromey.com>
2138
2139 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2140 calling update_cmdwin_start_line.
2141 * tui/tui-winsource.h (struct tui_source_window_base)
2142 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2143 <rerender>: Declare.
2144 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2145 Call rerender.
2146 (tui_source_window_base::set_new_height): Remove.
2147 (tui_source_window_base::rerender): Rename from
2148 do_make_visible_with_new_height.
2149 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2150 resize method.
2151 (tui_win_info::make_invisible_and_set_new_height)
2152 (tui_win_info::make_visible_with_new_height): Remove.
2153 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2154 Declare.
2155 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2156 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2157 do_make_visible_with_new_height>: Don't declare.
2158 <rerender>: Declare.
2159 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2160 set_new_height.
2161 (tui_data_window::do_make_visible_with_new_height): Remove.
2162 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2163 call tui_show_locator_content.
2164 (tui_gen_win_info::resize): Call rerender.
2165 (show_source_or_disasm_and_command): Don't call
2166 tui_show_locator_content.
2167 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2168 method.
2169 (struct tui_win_info) <rerender>: Declare.
2170 <set_new_height, make_invisible_and_set_new_height,
2171 make_visible_with_new_height>: Don't declare.
2172 * tui/tui-data.c (tui_win_list::rerender): New method.
2173 * tui/tui-command.h (struct tui_cmd_window)
2174 <do_make_visible_with_new_height>: Don't declare.
2175 * tui/tui-command.c
2176 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2177
2178 2019-08-15 Tom Tromey <tromey@adacore.com>
2179
2180 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2181 * ada-lang.c (ada_enum_name): Likewise.
2182
2183 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2184
2185 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2186 leading underscore.
2187 (GdbOutputErrorFile): Likewise.
2188 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2189 accordingly.
2190 (execute_unwinders): Rename to have a leading underscore.
2191 (auto_load_packages): Likewise.
2192 (global scope): Adjust call to auto_load_packages accordingly.
2193 (GdbSetPythonDirectory): Likewise.
2194 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2195 instead of execute_unwinders.
2196
2197 2019-08-15 Tom Tromey <tom@tromey.com>
2198
2199 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2200 (show_data): Don't change window visibility.
2201 (tui_gen_win_info::resize): Remove special case for command
2202 window. Use wresize, when available.
2203 (show_source_or_disasm_and_command): Don't change window
2204 visibility.
2205 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2206 <make_visible>: New method.
2207 * tui/tui-command.c (tui_cmd_window::resize): New method.
2208
2209 2019-08-15 Tom Tromey <tom@tromey.com>
2210
2211 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2212 (struct tui_source_windows): New.
2213 * tui/tui-winsource.c (tui_display_main): Update.
2214 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2215 (new_height_ok, parse_scrolling_args): Update.
2216 * tui/tui-layout.c (show_layout, show_data): Update.
2217 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2218 (tui_add_to_source_windows): Don't declare.
2219 * tui/tui-data.c (source_windows, tui_source_windows)
2220 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2221
2222 2019-08-15 Tom Tromey <tom@tromey.com>
2223
2224 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2225 Rename from reset.
2226 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2227 * tui/tui-layout.c (show_source_disasm_command, show_data):
2228 Update.
2229 (tui_gen_win_info::resize): Rename.
2230 (show_source_or_disasm_and_command): Update.
2231 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2232 reset.
2233
2234 2019-08-15 Tom Tromey <tom@tromey.com>
2235
2236 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2237 * tui/tui-interp.c (tui_interp::init): Don't call
2238 tui_initialize_static_data.
2239 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2240
2241 2019-08-15 Tom Tromey <tom@tromey.com>
2242
2243 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2244 examine tui_win_list.
2245
2246 2019-08-15 Tom Tromey <tom@tromey.com>
2247
2248 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2249 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2250 tui_clear_source_content.
2251 (tui_clear_source_content): Remove.
2252 (tui_source_window_base::do_erase_source_content): Hoist call to
2253 content.clear().
2254 * tui/tui-stack.c (tui_show_frame_info): Don't call
2255 tui_clear_source_content.
2256
2257 2019-08-15 Tom Tromey <tom@tromey.com>
2258
2259 * tui/tui-winsource.h (struct tui_source_window_base)
2260 <do_erase_source_content>: New method.
2261 <erase_source_content>: New method.
2262 (tui_erase_source_content): Don't declare.
2263 * tui/tui-winsource.c (tui_clear_source_content): Update.
2264 (tui_source_window_base::do_erase_source_content): Rename from
2265 tui_erase_source_content.
2266 (tui_source_window_base::show_source_content): Update.
2267 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2268 * tui/tui-source.h (struct tui_source_window)
2269 <erase_source_content>: New method.
2270 * tui/tui-disasm.h (struct tui_disasm_window)
2271 <erase_source_content>: New method.
2272
2273 2019-08-15 Tom Tromey <tom@tromey.com>
2274
2275 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2276 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2277 constructor.
2278 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2279 * tui/tui-source.c (tui_set_source_content): Update.
2280 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2281
2282 2019-08-15 Tom Tromey <tom@tromey.com>
2283
2284 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2285 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2286 tui-source.c.
2287 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2288 Declare.
2289 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2290 method.
2291 (tui_source_window::maybe_update): Update.
2292
2293 2019-08-15 Tom Tromey <tom@tromey.com>
2294
2295 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2296 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2297 tui-disasm.c.
2298 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2299 Declare.
2300 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2301 method.
2302 (tui_disasm_window::maybe_update): Update.
2303
2304 2019-08-15 Tom Tromey <tom@tromey.com>
2305
2306 * tui/tui-winsource.h (struct tui_source_window_base)
2307 <maybe_update>: Declare.
2308 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2309 method.
2310 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2311 Declare.
2312 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2313 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2314 Declare.
2315 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2316
2317 2019-08-15 Tom Tromey <tom@tromey.com>
2318
2319 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2320
2321 2019-08-15 Tom Tromey <tom@tromey.com>
2322
2323 * tui/tui-wingeneral.c: Include tui-stack.h.
2324 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2325 (struct tui_locator_window): Move from tui-data.h.
2326 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2327 (tui_initialize_static_data): Move from tui-data.c.
2328 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2329 (struct tui_locator_window): Move to tui-stack.c.
2330 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2331 (tui_initialize_static_data): Move to tui-stack.c.
2332
2333 2019-08-15 Tom Tromey <tom@tromey.com>
2334
2335 * tui/tui-layout.c (show_source_disasm_command)
2336 (show_source_or_disasm_and_command): Use make_visible method, not
2337 tui_make_window.
2338 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2339 Remove.
2340
2341 2019-08-15 Tom Tromey <tom@tromey.com>
2342
2343 * tui/tui-wingeneral.h (tui_make_window): Update.
2344 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2345 parameter.
2346 (tui_gen_win_info::make_visible): Update.
2347 * tui/tui-regs.c (tui_data_window::display_registers_from):
2348 Update.
2349 * tui/tui-layout.c (show_source_disasm_command)
2350 (show_source_or_disasm_and_command): Update.
2351 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2352 (enum tui_box): Remove.
2353 (struct tui_win_info) <can_box>: New method.
2354 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2355 method.
2356
2357 2019-08-15 Tom de Vries <tdevries@suse.de>
2358
2359 * linux-nat-trad.c: Include gdbarch.h.
2360
2361 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2362
2363 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2364 register sizes.
2365
2366 2019-08-14 Tom Tromey <tromey@adacore.com>
2367
2368 * darwin-nat.c: Include gdbarch.h.
2369 * darwin-nat-info.c: Include gdbarch.h.
2370
2371 2019-08-13 Tom Tromey <tom@tromey.com>
2372
2373 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2374 Remove.
2375 * tui/tui-data.c (tui_initialize_static_data): Update.
2376
2377 2019-08-13 Tom Tromey <tom@tromey.com>
2378
2379 * tui/tui-winsource.h (struct tui_exec_info_window)
2380 <~tui_exec_info_window, maybe_allocate_content, get_content,
2381 m_content>: Remove.
2382 (struct tui_source_window_base) <set_exec_info_content,
2383 show_exec_info_content>: Don't declare.
2384 * tui/tui-winsource.c
2385 (tui_exec_info_window::maybe_allocate_content): Remove.
2386 (tui_source_window_base::update_exec_info): Rename from
2387 set_exec_info_content.
2388 (tui_source_window_base::show_exec_info_content)
2389 (tui_source_window_base::update_exec_info): Remove.
2390
2391 2019-08-13 Tom Tromey <tom@tromey.com>
2392
2393 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2394 declare.
2395 * tui/tui-winsource.c (tui_update_source_window_as_is)
2396 (tui_update_source_windows_with_addr, tui_erase_source_content):
2397 Update.
2398 (tui_clear_exec_info_content): Remove.
2399
2400 2019-08-13 Tom Tromey <tom@tromey.com>
2401
2402 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2403 declare.
2404 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2405 call tui_erase_exec_info_content.
2406 (tui_clear_exec_info_content): Rename from
2407 tui_erase_exec_info_content.
2408 (tui_clear_exec_info_content): Delete.
2409
2410 2019-08-13 Tom Tromey <tom@tromey.com>
2411
2412 * tui/tui-winsource.h (struct tui_source_window_base)
2413 <show_exec_info_content>: Declare.
2414 (tui_show_exec_info_content): Don't declare.
2415 * tui/tui-winsource.c
2416 (tui_source_window_base::show_exec_info_content): Rename from
2417 tui_show_exec_info_content.
2418 (tui_source_window_base::update_exec_info): Update.
2419
2420 2019-08-13 Tom Tromey <tom@tromey.com>
2421
2422 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2423 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2424 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2425 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2426 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2427 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2428 ... here.
2429
2430 2019-08-13 Tom Tromey <tom@tromey.com>
2431
2432 * tui/tui-winsource.h (struct tui_source_window_base)
2433 <update_exec_info>: Declare.
2434 (tui_update_exec_info): Don't declare.
2435 * tui/tui-winsource.c (tui_update_source_window_as_is)
2436 (tui_source_window_base::refresh_all)
2437 (tui_update_all_breakpoint_info): Update.
2438 (tui_source_window_base::update_exec_info): Rename from
2439 tui_update_exec_info.
2440 * tui/tui-stack.c (tui_show_frame_info): Update.
2441
2442 2019-08-13 Tom Tromey <tom@tromey.com>
2443
2444 * tui/tui-winsource.h (struct tui_source_window_base)
2445 <set_exec_info_content>: Declare.
2446 (tui_set_exec_info_content): Don't declare.
2447 * tui/tui-winsource.c
2448 (tui_source_window_base::set_exec_info_content): Rename from
2449 tui_set_exec_info_content.
2450 (tui_update_exec_info): Update.
2451
2452 2019-08-13 Tom Tromey <tom@tromey.com>
2453
2454 * tui/tui-winsource.h (struct tui_source_window_base)
2455 <show_source_content>: Declare.
2456 (tui_show_source_content): Don't declare.
2457 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2458 (tui_source_window_base::show_source_content): Rename from
2459 tui_show_source_content.
2460 (tui_source_window_base::refresh_all): Update.
2461 * tui/tui-layout.c (show_source_disasm_command)
2462 (show_source_or_disasm_and_command): Update.
2463
2464 2019-08-13 Tom Tromey <tom@tromey.com>
2465
2466 * tui/tui-winsource.c (tui_erase_source_content)
2467 (tui_show_source_content, tui_source_window_base::refresh_all):
2468 Update.
2469 * tui/tui-wingeneral.h
2470 (tui_check_and_display_highlight_if_needed): Don't declare.
2471 * tui/tui-wingeneral.c
2472 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2473 check_and_display_highlight_if_needed.
2474 * tui/tui-win.c (tui_rehighlight_all)
2475 (tui_win_info::make_visible_with_new_height): Update.
2476 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2477 (tui_data_window::erase_data_content)
2478 (tui_data_window::display_all_data): Update.
2479 * tui/tui-data.h (struct tui_win_info)
2480 <check_and_display_highlight_if_needed>: Declare.
2481
2482 2019-08-13 Tom Tromey <tom@tromey.com>
2483
2484 * tui/tui-win.c (tui_resize_all): Call
2485 tui_delete_invisible_windows.
2486 * tui/tui-layout.c (show_layout): Call
2487 tui_delete_invisible_windows.
2488 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2489 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2490
2491 2019-08-13 Tom Tromey <tom@tromey.com>
2492
2493 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
2494 tui_add_win_to_layout.
2495
2496 2019-08-13 Tom Tromey <tom@tromey.com>
2497
2498 * tui/tui-layout.h (tui_default_win_height): Don't declare.
2499 * tui/tui-layout.c (tui_default_win_height): Now static.
2500
2501 2019-08-13 Tom Tromey <tom@tromey.com>
2502
2503 * tui/tui-layout.c (show_layout): Unify all layout cases into a
2504 single switch.
2505 (show_source_disasm_command, show_source_or_disasm_and_command):
2506 Don't check current layout.
2507
2508 2019-08-13 Tom Tromey <tom@tromey.com>
2509
2510 * tui/tui-wingeneral.c (make_all_visible): Remove.
2511 (tui_make_all_invisible): Simplify.
2512 * tui/tui-layout.c (tui_make_all_invisible): Move from
2513 tui-wingeneral.c; simplify.
2514 (show_layout): Hoist call to tui_make_all_invisible.
2515 (show_data): Don't call tui_make_all_invisible.
2516
2517 2019-08-13 Tom Tromey <tom@tromey.com>
2518
2519 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
2520 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
2521
2522 2019-08-13 Tom Tromey <tom@tromey.com>
2523
2524 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
2525 tui-data.c.
2526 (show_source_disasm_command, show_data)
2527 (show_source_or_disasm_and_command): Don't use
2528 tui_set_current_layout_to.
2529 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
2530 * tui/tui-data.c (current_layout, tui_current_layout): Move to
2531 tui-layout.c.
2532 (tui_set_current_layout_to): Remove.
2533
2534 2019-08-13 Tom Tromey <tom@tromey.com>
2535
2536 * tui/tui-layout.c (tui_set_layout): Update.
2537 * tui/tui-data.h (struct tui_layout_def): Remove.
2538 (tui_layout_def): Don't declare.
2539 * tui/tui-data.c (layout_def): Remove.
2540 (tui_layout_def): Remove.
2541
2542 2019-08-13 Tom Tromey <tom@tromey.com>
2543
2544 * tui/tui-winsource.h (struct tui_source_window_base)
2545 <clear_detail>: No longer "override".
2546 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
2547 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
2548 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
2549 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
2550 Remove.
2551 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
2552
2553 2019-08-13 Tom Tromey <tromey@adacore.com>
2554
2555 * tracepoint.c: Don't include readline.h or history.h.
2556
2557 2019-08-12 Tom Tromey <tom@tromey.com>
2558
2559 * configure: Rebuild.
2560 * configure.ac: Check for readline 7.
2561 * NEWS: Mention readline 7 requirement.
2562 * README: Update.
2563
2564 2019-08-12 Tom Tromey <tom@tromey.com>
2565
2566 * mingw-hdep.c (gdb_select): Remove readline hack.
2567
2568 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2569
2570 * blockframe.c (find_pc_partial_function): Set *block to nullptr
2571 when the function fails.
2572
2573 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
2574
2575 * s390-tdep.c (s390_type_align): New function.
2576 (s390_gdbarch_init): Set it as type_align gdbarch method.
2577
2578 2019-08-09 Tom de Vries <tdevries@suse.de>
2579
2580 PR gdb/24591
2581 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
2582 pc_low with relocation offset.
2583
2584 2019-08-07 Tom Tromey <tromey@adacore.com>
2585
2586 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
2587 (print_frame_args): Update.
2588 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
2589 Update.
2590 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
2591 * frame.h (struct frame_arg): Add initializers.
2592 <error>: Now a unique_xmalloc_ptr.
2593
2594 2019-08-07 Alan Hayward <alan.hayward@arm.com>
2595
2596 * NEWS: Expand the Pointer Authentication entry.
2597 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
2598 (aarch64_frame_unmask_lr): ... to this.
2599 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
2600 Call aarch64_frame_unmask_lr.
2601 * frame.c (struct frame_info): Add "masked" variable.
2602 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
2603 (fprint_frame): Check for masked pc.
2604 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
2605 declarations.
2606 * python/py-framefilter.c (py_print_frame): Check for masked pc.
2607 * stack.c (print_frame): Check for masked pc.
2608
2609 2019-08-06 Tom Tromey <tom@tromey.com>
2610
2611 * stabsread.c (patch_block_stabs, read_one_struct_field)
2612 (read_enum_type): Use obstack_strndup.
2613 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
2614 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
2615 * dwarf2read.c (guess_full_die_structure_name)
2616 (anonymous_struct_prefix): Use obstack_strndup.
2617 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
2618 * c-exp.y (yylex): Use obstack_strndup.
2619 * ada-exp.y (write_object_renaming, write_ambiguous_var)
2620 (write_var_or_type): Use obstack_strndup.
2621
2622 2019-08-06 Tom Tromey <tom@tromey.com>
2623
2624 * symfile.c (reread_symbols): Use obstack_strdup.
2625 * stabsread.c (read_type): Use obstack_strdup.
2626 * gdb_obstack.h (obstack_strdup): New overload.
2627 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
2628 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
2629 (dwarf2_canonicalize_name): Use obstack_strdup.
2630 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
2631 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
2632 Use obstack_strdup.
2633
2634 2019-08-06 Tom Tromey <tom@tromey.com>
2635
2636 * gdb_obstack.h (obstack_strdup): Define.
2637 * gdb_obstack.c (obstack_strdup): Don't define.
2638
2639 2019-08-06 Tom Tromey <tom@tromey.com>
2640
2641 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
2642 obstack_strdup.
2643 * typeprint.c (typedef_hash_table::find_global_typedef): Use
2644 obstack_strdup.
2645 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
2646 * stabsread.c (common_block_start): Use obstack_strdup.
2647 * objfiles.c (set_objfile_main_name, objfile): Use
2648 obstack_strdup.
2649 * namespace.c (add_using_directive): Use obstack_strdup.
2650 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
2651 * jit.c (finalize_symtab): Use obstack_strdup.
2652 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
2653 (guess_partial_die_structure_name, partial_die_info::fixup)
2654 (dwarf2_name): Use obstack_strdup.
2655 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
2656 obstack_strdup.
2657 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
2658 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
2659 obstack_strdup.
2660 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
2661
2662 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2663
2664 * unittests/help-doc-selftests.c: New file.
2665 * Makefile.in: Add the new file.
2666
2667 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2668
2669 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
2670 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
2671 the full first line, except when FOR_VALUE_PREFIX. In this case,
2672 the trailing '.' is not output, and the first character is uppercased.
2673 (print_help_for_command): Update call to print_doc_line.
2674 (print_doc_of_command): Likewise.
2675 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
2676 * cli/cli-option.c (append_indented_doc): Do not append newline.
2677 (build_help_option): Append newline after first appended_indented_doc
2678 only if a second call is done.
2679 (build_help): Append 2 new lines before each option, except the first
2680 one.
2681 * compile/compile.c (_initialize_compile): Add new lines after
2682 %OPTIONS%, when not at the end of the help.
2683 Change help doc or code
2684 producing the help doc to respect the invariants.
2685 * maint-test-options.c (_initialize_maint_test_options): Likewise.
2686 Also removed the new line after 'Options:', as all other commands
2687 do not put an empty line between 'Options:' and the first option.
2688 * printcmd.c (_initialize_printcmd): Likewise.
2689 * stack.c (_initialize_stack): Likewise.
2690 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
2691 incorrectly telling COMMAND is optional.
2692 * ada-lang.c (_initialize_ada_language): Change help doc or code
2693 producing the help doc to respect the invariants.
2694 * ada-tasks.c (_initialize_ada_tasks): Likewise.
2695 * breakpoint.c (_initialize_breakpoint): Likewise.
2696 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
2697 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
2698 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
2699 * cli/cli-style.c (cli_style_option::add_setshow_commands,
2700 _initialize_cli_style): Likewise.
2701 * corelow.c (core_target_info): Likewise.
2702 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
2703 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
2704 * filesystem.c (_initialize_filesystem): Likewise.
2705 * frame.c (_initialize_frame): Likewise.
2706 * gnu-nat.c (add_task_commands): Likewise.
2707 * infcall.c (_initialize_infcall): Likewise.
2708 * infcmd.c (_initialize_infcmd): Likewise.
2709 * interps.c (_initialize_interpreter): Likewise.
2710 * language.c (_initialize_language): Likewise.
2711 * linux-fork.c (_initialize_linux_fork): Likewise.
2712 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
2713 * maint.c (_initialize_maint_cmds): Likewise.
2714 * memattr.c (_initialize_mem): Likewise.
2715 * printcmd.c (_initialize_printcmd): Likewise.
2716 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
2717 _RegEx): Likewise.
2718 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
2719 * record-btrace.c (_initialize_record_btrace): Likewise.
2720 * record-full.c (_initialize_record_full): Likewise.
2721 * record.c (_initialize_record): Likewise.
2722 * regcache-dump.c (_initialize_regcache_dump): Likewise.
2723 * regcache.c (_initialize_regcache): Likewise.
2724 * remote.c (add_packet_config_cmd, init_remote_threadtests,
2725 _initialize_remote): Likewise.
2726 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2727 * serial.c (_initialize_serial): Likewise.
2728 * skip.c (_initialize_step_skip): Likewise.
2729 * source.c (_initialize_source): Likewise.
2730 * stack.c (_initialize_stack): Likewise.
2731 * symfile.c (_initialize_symfile): Likewise.
2732 * symtab.c (_initialize_symtab): Likewise.
2733 * target-descriptions.c (_initialize_target_descriptions): Likewise.
2734 * top.c (init_main): Likewise.
2735 * tracefile-tfile.c (tfile_target_info): Likewise.
2736 * tracepoint.c (_initialize_tracepoint): Likewise.
2737 * tui/tui-win.c (_initialize_tui_win): Likewise.
2738 * utils.c (add_internal_problem_command): Likewise.
2739 * valprint.c (value_print_option_defs): Likewise.
2740
2741 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
2742
2743 PR build/24886
2744 * configure.ac: Drop enable-libmcheck support.
2745 * configure, config.in: Rebuild.
2746 * libmcheck.m4: Remove.
2747 * acinclude.m4: Don't include it.
2748 * Makefile.in: Don't distribute it.
2749 * top.c (print_gdb_configuration): Don't mention it.
2750
2751 2019-08-06 Tom Tromey <tom@tromey.com>
2752
2753 * utils.c (set_output_style): Sometimes pass stream to
2754 emit_style_escape.
2755 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
2756 * record-btrace.c (btrace_insn_history): Update.
2757 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
2758 method.
2759 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
2760 Update initializers.
2761 <m_uiout>: New field.
2762 <m_di>: Move lower.
2763 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2764 Remove "uiout" parameter.
2765 (dump_insns): Update.
2766 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
2767 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
2768
2769 2019-08-06 Christian Biesinger <cbiesinger@google.com>
2770
2771 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
2772 (error_in_psymtab_expansion): Likewise.
2773 (lookup_symbol_via_quick_fns): Likewise.
2774 (basic_lookup_transparent_type_quick): Likewise.
2775 (basic_lookup_transparent_type_1): Likewise.
2776
2777 2019-08-06 Tom Tromey <tromey@adacore.com>
2778
2779 * source.c (last_source_error): Now bool.
2780 (print_source_lines_base): Make "noprint" bool. Only open
2781 source file when last_source_visited changes.
2782
2783 2019-08-06 Tom Tromey <tromey@adacore.com>
2784
2785 * annotate.c (annotate_source_line): Use g_source_cache.
2786 * source-cache.c (source_cache::get_plain_source_lines): Change
2787 parameters. Populate m_offset_cache.
2788 (source_cache::ensure): New method.
2789 (source_cache::get_line_charpos): New method.
2790 (extract_lines): Move lower. Change parameters.
2791 (source_cache::get_source_lines): Move lower.
2792 * source-cache.h (class source_cache): Update comment.
2793 <get_line_charpos>: New method.
2794 <get_source_lines>: Update comment.
2795 <clear>: Clear m_offset_cache.
2796 <get_plain_source_lines>: Change parameters.
2797 <ensure>: New method
2798 <m_offset_cache>: New member.
2799 * source.c (forget_cached_source_info_for_objfile): Update.
2800 (info_source_command): Use g_source_cache.
2801 (find_source_lines, open_source_file_with_line_charpos): Remove.
2802 (print_source_lines_base, search_command_helper): Use g_source_cache.
2803 * source.h (open_source_file_with_line_charpos): Don't declare.
2804 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
2805 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
2806 Use g_source_cache.
2807
2808 2019-08-06 Tom Tromey <tromey@adacore.com>
2809
2810 * source-cache.c (source_cache::get_plain_source_lines):
2811 Remove "first_line" and "last_line" parameters.
2812 (source_cache::get_source_lines): Cache plain text.
2813 * source-cache.h (class source_cache)
2814 <get_plain_source_lines>: Update.
2815
2816 2019-08-06 Tom Tromey <tromey@adacore.com>
2817
2818 * source-cache.c (extract_lines): No longer a method.
2819 Changed type of parameter. Include final newline.
2820 (selftests::extract_lines_test): New function.
2821 (_initialize_source_cache): Likewise.
2822 * source-cache.h (class source_cache)
2823 <extract_lines>: Don't declare.
2824
2825 2019-08-06 Tom Tromey <tromey@adacore.com>
2826
2827 * breakpoint.c (init_breakpoint_sal): Update.
2828 (breakpoint): Update.
2829 * breakpoint.h (struct breakpoint) <filter>: Now a
2830 unique_xmalloc_ptr.
2831
2832 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2833
2834 * NEWS: Mention dictionary access on blocks.
2835 * python/py-block.c (blpy_getitem): New function.
2836 (block_object_as_mapping): New struct.
2837 (block_object_type): Use new struct for tp_as_mapping field.
2838
2839 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2840
2841 * objfiles.h (objfile): Add a comment describing partial symbols.
2842
2843 2019-08-05 Tom Tromey <tromey@adacore.com>
2844
2845 * compile/compile.c (_initialize_compile): Use _(), not N_().
2846 * thread.c (_initialize_thread): Use _(), not N_().
2847 * stack.c (_initialize_stack): Use _(), not N_().
2848 * printcmd.c (_initialize_printcmd): Use _(), not N_().
2849
2850 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
2851
2852 * dwarf2read.c (struct dw2_symtab_iterator):
2853 <want_specific_block>: Remove.
2854 <block_index>: Change type to gdb::optional.
2855 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
2856 change type of BLOCK_INDEX parameter to gdb::optional.
2857 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
2858 (dw2_lookup_symbol): Don't pass argument for
2859 WANT_SPECIFIC_BLOCK.
2860 (dw2_expand_symtabs_for_function): Don't pass argument for
2861 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
2862 (class dw2_debug_names_iterator)
2863 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
2864 parameter, change BLOCK_INDEX type to gdb::optional.
2865 <m_want_specific_block>: Remove.
2866 <m_block_index>: Change type to gdb::optional.
2867 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
2868 gdb::optional. Re-write in function of gdb::optional.
2869 (dw2_debug_names_lookup_symbol): Don't pass argument for
2870 WANT_SPECIFIC_BLOCK.
2871 (dw2_debug_names_expand_symtabs_for_function): Don't pass
2872 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
2873 BLOCK_INDEX.
2874
2875 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2876
2877 * NEWS: Mention changes to "info sources" command.
2878
2879 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2880
2881 * symtab.c (filename_partial_match_opts): New struct type.
2882 (struct output_source_filename_data): New members
2883 regexp, c_regexp, partial_match.
2884 (output_source_filename): Use new members to decide to print file.
2885 (info_sources_option_defs): New variable.
2886 (make_info_sources_options_def_group, print_info_sources_header,
2887 info_sources_command_completer):
2888 New functions.
2889 (info_sources_command): Read new optional arguments.
2890 (_initialize_symtab): Update info sources help.
2891
2892 2019-08-02 Alexandre Oliva <oliva@adacore.com>
2893
2894 * ada-lang.c (exception_support_info_v0): Renamed from...
2895 (default_exception_support_info): ... this. Create new
2896 definition for v1.
2897 (ada_has_this_exception_support): Look up catch_handlers_sym.
2898 (ada_exception_support_info_sniffer): Try v0 after default.
2899
2900 2019-08-01 Tom Tromey <tromey@adacore.com>
2901
2902 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
2903 gdbarch.h.
2904
2905 2019-08-01 Christian Biesinger <cbiesinger@google.com>
2906
2907 * s12z-tdep.c: Fix include path for s12z-opc.h.
2908
2909 2019-08-01 Alan Hayward <alan.hayward@arm.com>
2910
2911 * NEWS: Require GNU make 3.82.
2912
2913 2019-07-16 Tom Tromey <tom@tromey.com>
2914
2915 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
2916 declare.
2917
2918 2019-07-30 Tom Tromey <tromey@adacore.com>
2919
2920 * block.c (contained_in): Remove BLOCK_FUNCTION check.
2921
2922 2019-07-30 Kevin Buettner <kevinb@redhat.com>
2923
2924 * printcmd.c (print_address_symbolic): Print negative offsets.
2925 (build_address_symbolic): Force signed arithmetic when computing
2926 offset.
2927
2928 2019-07-30 Christian Biesinger <cbiesinger@google.com>
2929
2930 PR/24474: Add a function to lookup static variables.
2931 * NEWS: Mention this new function.
2932 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
2933 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
2934 * python/python.c (python_GdbMethods): Add new function.
2935
2936 2019-07-29 Christian Biesinger <cbiesinger@google.com>
2937
2938 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
2939 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
2940 (objfpy_lookup_static_symbol): New function.
2941 (objfile_object_methods): Add new functions.
2942
2943 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2944
2945 * NEWS: Mention 'set|show print frame-info'. Mention new
2946 'presence' value for 'frame-arguments'. Mention new '-frame-info'
2947 backtrace argument. Mention that python frame filtering code
2948 is now consistent with what 'backtrace' command prints.
2949
2950 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2951
2952 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
2953 comments.
2954 (print_frame_info_auto, print_frame_info_source_line,
2955 print_frame_info_location, print_frame_info_source_and_location,
2956 print_frame_info_location_and_address, print_frame_info_short_location):
2957 New declarations.
2958 (struct frame_print_options): New member print_frame_info.
2959 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
2960 * stack.h (get_user_print_what_frame_info): New declaration.
2961 (frame_show_address): New declaration.
2962 * stack.c (print_frame_arguments_choices): New value 'presence'.
2963 (print_frame_info_auto, print_frame_info_source_line,
2964 print_frame_info_location, print_frame_info_source_and_location,
2965 print_frame_info_location_and_address, print_frame_info_short_location,
2966 print_frame_info_choices, print_frame_info_print_what): New definitions.
2967 (print_frame_args): Only print dots for args if print frame-arguments
2968 is 'presence'.
2969 (frame_print_option_defs): New element for "frame-info".
2970 (get_user_print_what_frame_info): New function.
2971 (frame_show_address): Make non static. Move comment to stack.h.
2972 (print_frame_info_to_print_what): New function.
2973 (print_frame_info): Update comment. Use fp_opts.print_frame_info
2974 to decide what to print.
2975 (backtrace_command_1): Handle the new print_frame_arguments_presence
2976 value.
2977 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
2978 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
2979 (py_print_frame): In non-mi mode, use LOCATION as default for
2980 print_what, similarly to frame information printed directly by
2981 backtrace command. Handle frame-info user option in non MI mode.
2982
2983 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2984
2985 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
2986 Add case for debugging 32-bit target on 64-bit host. Revise
2987 comment.
2988
2989 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2990
2991 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
2992 instead of find_function_entry_range_from_pc.
2993
2994 2019-07-27 Kevin Buettner <kevinb@redhat.com>
2995
2996 * stack.c (find_frame_funname): Remove code which preferred
2997 minsym over symtab sym in "certain pathological cases".
2998
2999 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3000 parameter. Change type of "do_demangle" to bool.
3001 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3002 Pass suitable "prefer_sym_over_minsym" flag to
3003 build_address_symbolic(). Don't output "+" for negative offsets.
3004 * printcmd.c (print_address_symbolic): Update invocation of
3005 build_address_symbolic to include a "prefer_sym_over_minsym"
3006 flag.
3007 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3008 Restrict cases in which use of minimal symbol is preferred to that
3009 of a found symbol. Update comments.
3010
3011 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3012 for entry pc when entry pc is out of range for that FDE.
3013
3014 2019-07-26 Brian Callahan <bcallah@openbsd.org>
3015
3016 PR gdb/24839:
3017 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3018 type.
3019
3020 2019-07-25 Christian Biesinger <cbiesinger@google.com>
3021
3022 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3023 this function's Python signature.
3024
3025
3026 2019-07-24 Christian Biesinger <cbiesinger@google.com>
3027
3028 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3029 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3030 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3031 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3032 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3033
3034
3035 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3036
3037 * h8300-tdep.c (h8300_register_name_common): New.
3038 h8300_register_name): Use h8300_register_name_common.
3039 (h8300s_register_name): Likewise.
3040 (h8300sx_register_name): Likewise.
3041 (h8300h_register_nam): New.
3042 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3043
3044
3045 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3046
3047 * arm-tdep.c (arm_skip_cmse_entry): New function.
3048 (arm_is_sgstubs_section): New function.
3049 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3050
3051 2019-07-22 Tom Tromey <tom@tromey.com>
3052
3053 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3054 Don't self-assign.
3055
3056 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3059 type_print.
3060
3061 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3064 so that GDB doesn't match any msymbols when searching in the
3065 TYPES_DOMAIN.
3066 (print_symbol_info): Print using typedef_print or type_print based
3067 on the type of the symbol. Add updated FIXME comment moved from...
3068 (_initialize_symtab): ... move and update FIXME comment to above.
3069
3070 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * NEWS: Mention adding -q option to "info types".
3073 * symtab.c (struct info_types_options): New struct.
3074 (info_types_options_defs): New variable.
3075 (make_info_types_options_def_group): New function.
3076 (info_types_command): Use gdb::option framework to parse options.
3077 (info_types_command_completer): New function.
3078 (_initialize_symtab): Extend the help text on "info types" and
3079 register command completer.
3080
3081 2019-07-21 Christian Biesinger <cbiesinger@google.com>
3082
3083 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3084 (lookup_symbol_in_objfile): Change int to block_enum and add a
3085 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3086
3087 2019-07-20 Christian Biesinger <cbiesinger@google.com>
3088
3089 * MAINTAINERS (Write After Approval): Add self.
3090
3091 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3094 instruction to the dummy code region.
3095
3096 2019-07-19 Tom Tromey <tromey@adacore.com>
3097
3098 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3099 (ARGSUSED, PARAMS, __func__): Remove rules.
3100
3101 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3102
3103 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3104 * features/arm/arm-with-iwmmxt.c: Remove.
3105 * features/arm/arm-with-iwmmxt.xml: Remove.
3106 * features/arm/arm-with-m-fpa-layout.c: Remove.
3107 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3108 * features/arm/arm-with-m-vfp-d16.c: Remove.
3109 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3110 * features/arm/arm-with-m.c: Remove.
3111 * features/arm/arm-with-m.xml: Remove.
3112 * features/arm/arm-with-neon.c: Remove.
3113 * features/arm/arm-with-neon.xml: Remove.
3114 * features/arm/arm-with-vfpv2.c: Remove.
3115 * features/arm/arm-with-vfpv2.xml: Remove.
3116 * features/arm/arm-with-vfpv3.c: Remove.
3117 * features/arm/arm-with-vfpv3.xml: Remove.
3118
3119 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3120
3121 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3122
3123 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3124
3125 * arch/aarch32.c (aarch32_create_target_description): Create
3126 target descriptions using features.
3127 * arch/arm.c (arm_create_target_description)
3128 (arm_create_mprofile_target_description): Likewise.
3129 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3130
3131 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3132
3133 * Makefile.in: Add new files.
3134 * aarch32-tdep.c: New file.
3135 * aarch32-tdep.h: New file.
3136 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3137 Call aarch32_read_description.
3138 * arch/aarch32.c: New file.
3139 * arch/aarch32.h: New file.
3140 * arch/arm.c (arm_create_target_description)
3141 (arm_create_mprofile_target_description): New function.
3142 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3143 (arm_create_target_description)
3144 (arm_create_mprofile_target_description): New declaration.
3145 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3146 read_description functions.
3147 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3148 Likewise.
3149 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3150 * arm-tdep.c (tdesc_arm_list): New variable.
3151 (arm_register_g_packet_guesses): Call create description functions.
3152 (arm_read_description) (arm_read_mprofile_description): New
3153 function.
3154 * arm-tdep.h (arm_read_description)
3155 (arm_read_mprofile_description): Add declaration.
3156 * configure.tgt: Add new files.
3157
3158 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3159
3160 * top.c (new_ui_command): Open specified terminal just once.
3161
3162 2019-07-18 Tom Tromey <tromey@adacore.com>
3163
3164 * symtab.c (main_name): Constify return type.
3165 * symfile.c (set_initial_language): Update.
3166 * symtab.h (main_name): Constify return type.
3167
3168 2019-07-17 Tom Tromey <tom@tromey.com>
3169
3170 * tui/tui-winsource.c (tui_update_source_window)
3171 (tui_update_source_window_as_is)
3172 (tui_update_source_windows_with_line): Remove return.
3173 * tui/tui-disasm.c (tui_show_disassem)
3174 (tui_show_disassem_and_update_source): Remove return.
3175 * tui/tui.c (tui_reset): Remove return.
3176 * tui/tui-wingeneral.c
3177 (tui_check_and_display_highlight_if_needed): Remove return.
3178
3179 2019-07-17 Tom Tromey <tom@tromey.com>
3180
3181 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3182
3183 2019-07-17 Tom Tromey <tom@tromey.com>
3184
3185 * tui/tui-winsource.h (struct tui_exec_info_window)
3186 (struct tui_source_window_base): Move from tui-data.h.
3187 * tui/tui-winsource.c: Move many method definitions from
3188 elsewhere. Remove "structuring" comments.
3189 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3190 (tui_source_window_base::refresh_window): Move to
3191 tui-winsource.c.
3192 * tui/tui-win.c (tui_source_window_base::refresh_all)
3193 (tui_source_window_base::update_tab_width)
3194 (tui_source_window_base::set_new_height)
3195 (tui_source_window_base::do_make_visible_with_new_height): Move to
3196 tui-winsource.c.
3197 * tui/tui-source.h: Update.
3198 * tui/tui-source.c (tui_source_window_base::reset): Move to
3199 tui-winsource.c.
3200 * tui/tui-disasm.h: Update.
3201 * tui/tui-data.h (struct tui_exec_info_window): Move to
3202 tui-winsource.h.
3203 (struct tui_source_window_base): Likewise.
3204 * tui/tui-data.c (tui_source_window_base::clear_detail)
3205 (tui_source_window_base, ~tui_source_window_base): Move to
3206 tui-winsource.c.
3207
3208 2019-07-17 Tom Tromey <tom@tromey.com>
3209
3210 * tui/tui-win.c (tui_resize_all)
3211 (tui_source_window_base::update_tab_width)
3212 (tui_adjust_win_heights): Update.
3213 (tui_win_info::make_invisible_and_set_new_height): Rename from
3214 make_invisible_and_set_new_height.
3215 * tui/tui-data.h (struct tui_win_info)
3216 <make_invisible_and_set_new_height>: New method.
3217
3218 2019-07-17 Tom Tromey <tom@tromey.com>
3219
3220 * tui/tui.c: Update.
3221 * tui/tui-source.h (struct tui_source_window): Move from
3222 tui-data.h.
3223 * tui/tui-layout.c: Update.
3224 * tui/tui-disasm.c: Update.
3225 * tui/tui-data.h (struct tui_source_window): Move to
3226 tui-source.h.
3227
3228 2019-07-17 Tom Tromey <tom@tromey.com>
3229
3230 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3231 tui-data.h.
3232 * tui/tui-data.h (struct tui_disasm_window): Move to
3233 tui-disasm.h.
3234
3235 2019-07-17 Tom Tromey <tom@tromey.com>
3236
3237 * tui/tui-regs.h (struct tui_data_item_window): Move from
3238 tui-data.h.
3239 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3240 * tui/tui-data.h (struct tui_data_item_window): Move to
3241 tui-regs.h.
3242 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3243
3244 2019-07-17 Tom Tromey <tom@tromey.com>
3245
3246 * tui/tui.c: Update.
3247 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3248 (tui_cmd_window::max_height): Move to tui-command.c.
3249 * tui/tui-layout.c: Update.
3250 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3251 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3252 tui-command.c.
3253 * tui/tui-command.h (struct tui_cmd_window): Move from
3254 tui-data.h.
3255 * tui/tui-command.c: Remove "structuring" comments.
3256 (tui_cmd_window::clear_detail)
3257 (tui_cmd_window::do_make_visible_with_new_height)
3258 (tui_cmd_window::max_height): Move from elsewhere.
3259
3260 2019-07-17 Tom Tromey <tom@tromey.com>
3261
3262 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3263 Now static.
3264 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3265 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3266
3267 2019-07-17 Tom Tromey <tom@tromey.com>
3268
3269 * tui/tui.c: Update.
3270 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3271 tui-regs.c.
3272 * tui/tui-windata.h: Remove file.
3273 * tui/tui-windata.c: Remove file.
3274 * tui/tui-win.c (tui_data_window::set_new_height)
3275 (tui_data_window::do_make_visible_with_new_height): Move to
3276 tui-regs.c.
3277 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3278 * tui/tui-regs.c: Remove "structuring" comments.
3279 (tui_data_window::first_data_item_displayed)
3280 (tui_data_window::delete_data_content_windows)
3281 (tui_data_window::erase_data_content)
3282 (tui_data_window::display_all_data)
3283 (tui_data_window::refresh_all)
3284 (tui_data_window::do_scroll_vertical)
3285 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3286 (tui_data_window::do_make_visible_with_new_height)
3287 (tui_data_window::refresh_window): Move from elsewhere.
3288 (_initialize_tui_regs): Move to end of file.
3289 * tui/tui-layout.c: Update.
3290 * tui/tui-hooks.c: Update.
3291 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3292 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3293 tui-regs.c.
3294 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3295
3296 2019-07-17 Tom Tromey <tom@tromey.com>
3297
3298 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3299 seen.
3300
3301 2019-07-17 Tom Tromey <tom@tromey.com>
3302
3303 * tui/tui-win.c (tui_source_window_base::set_new_height)
3304 (tui_source_window_base::do_make_visible_with_new_height): Use
3305 m_has_locator field directly.
3306 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3307 method.
3308 (struct tui_source_window_base) <has_locator>: Likewise.
3309
3310 2019-07-17 Tom Tromey <tom@tromey.com>
3311
3312 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3313 Don't declare.
3314 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3315 Remove.
3316 * tui/tui-win.c (tui_source_window_base::set_new_height)
3317 (tui_source_window_base::set_new_height)
3318 (make_invisible_and_set_new_height)
3319 (tui_source_window_base::do_make_visible_with_new_height)
3320 (tui_source_window_base::do_make_visible_with_new_height):
3321 Update.
3322 * tui/tui-layout.c (show_source_disasm_command, show_data)
3323 (show_source_or_disasm_and_command): Update.
3324 * tui/tui-layout.c (show_layout): Update.
3325
3326 2019-07-17 Tom Tromey <tom@tromey.com>
3327
3328 * tui/tui-layout.c (make_data_window): Remove.
3329 (show_data): Unify creation and re-initialization cases.
3330
3331 2019-07-17 Tom Tromey <tom@tromey.com>
3332
3333 * tui/tui-layout.c (make_source_window, make_disasm_window):
3334 Remove.
3335 (show_data): Unify creation and re-initialization cases.
3336
3337 2019-07-17 Tom Tromey <tom@tromey.com>
3338
3339 * tui/tui-layout.c (make_command_window): Remove.
3340 (show_source_disasm_command, show_source_or_disasm_and_command):
3341 Unify creation and re-initialization cases.
3342
3343 2019-07-17 Tom Tromey <tom@tromey.com>
3344
3345 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3346 creation and re-initialization cases.
3347
3348 2019-07-17 Tom Tromey <tom@tromey.com>
3349
3350 * tui/tui-regs.c (tui_get_register): Return void.
3351
3352 2019-07-17 Tom Tromey <tom@tromey.com>
3353
3354 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3355 Simplify.
3356
3357 2019-07-17 Tom Tromey <tom@tromey.com>
3358
3359 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3360 resetting.
3361
3362 2019-07-17 Tom Tromey <tom@tromey.com>
3363
3364 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3365 * tui/tui-regs.c (tui_reg_layout): New function.
3366 (tui_show_registers, tui_reg_command): Use it.
3367 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3368 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3369 parameters.
3370 (tui_layout_command): Remove.
3371
3372 2019-07-17 Tom Tromey <tom@tromey.com>
3373
3374 * tui/tui-layout.h (tui/tui-layout): Return void.
3375 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3376
3377 2019-07-17 Tom Tromey <tom@tromey.com>
3378
3379 * tui/tui-layout.c (show_source_disasm_command, show_data):
3380 Update.
3381 (reset_locator): Remove.
3382 (show_source_or_disasm_and_command): Update.
3383
3384 2019-07-17 Tom Tromey <tom@tromey.com>
3385
3386 * tui/tui-source.c (tui_source_window_base::reset): Remove
3387 win_type parameter.
3388 * tui/tui-layout.c (make_command_window, make_source_window)
3389 (make_disasm_window, make_data_window)
3390 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3391 (reset_locator, show_source_or_disasm_and_command): Update.
3392 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3393 win_type parameter.
3394 (struct tui_source_window_base) <reset>: Likewise.
3395
3396 2019-07-17 Tom Tromey <tom@tromey.com>
3397
3398 * tui/tui-layout.c (show_source_disasm_command): Use
3399 reset_locator.
3400 (reset_locator): New function.
3401 (init_and_make_win): Remove.
3402 (show_source_or_disasm_and_command): Use reset_locator.
3403
3404 2019-07-17 Tom Tromey <tom@tromey.com>
3405
3406 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3407 condition.
3408 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3409 Remove condition.
3410 * tui/tui-source.c (tui_source_window_base::reset): New method.
3411 * tui/tui-layout.c (make_command_window): Don't call
3412 init_and_make_win.
3413 (make_source_window, make_disasm_window): Don't call
3414 make_source_or_disasm_window.
3415 (make_data_window): Don't call init_and_make_win. Change calling
3416 convention.
3417 (show_source_disasm_command, show_data): Simplify.
3418 (make_source_or_disasm_window): Remove.
3419 (show_source_or_disasm_and_command): Simplify.
3420 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3421 (struct tui_source_window_base) <reset>: Likewise.
3422 <execution_info>: Remove initializer.
3423 * tui/tui-data.c (tui_source_window_base): Initialize
3424 execution_info.
3425
3426 2019-07-17 Tom Tromey <tom@tromey.com>
3427
3428 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3429 variable.
3430
3431 2019-07-17 Tom Tromey <tom@tromey.com>
3432
3433 * tui/tui.c (tui_rl_other_window): Update.
3434 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3435 superclass method first. Always iterate over regs_content.
3436 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3437 method.
3438 * tui/tui-win.c (tui_set_focus_command): Update.
3439
3440 2019-07-17 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-win.c (tui_set_focus_command): Rename from
3443 tui_set_focus. Call tui_enable.
3444 (tui_set_focus_command): Remove.
3445
3446 2019-07-17 Tom Tromey <tom@tromey.com>
3447
3448 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3449 refresh_window.
3450 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3451 touchwin.
3452 (tui_data_window::refresh_window): Call refresh_window on data
3453 items. Always call superclass refresh_window.
3454 (tui_win_info::refresh): Remove.
3455 (tui_source_window_base::refresh_window): Update.
3456 (tui_refresh_all): Update.
3457 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3458 refresh_window.
3459 (show_source_or_disasm_and_command): Likewise.
3460 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3461 (struct tui_source_window_base) <refresh>: Likewise.
3462
3463 2019-07-17 Tom Tromey <tom@tromey.com>
3464
3465 * tui/tui-winsource.c (tui_clear_source_content)
3466 (tui_show_source_content): Update.
3467 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3468 whether content is empty.
3469 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3470 Remove.
3471
3472 2019-07-17 Tom Tromey <tom@tromey.com>
3473
3474 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3475 window's contents.
3476 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3477 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3478
3479 2019-07-17 Tom Tromey <tom@tromey.com>
3480
3481 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3482 (struct tui_data_item_window): Update.
3483
3484 2019-07-17 Tom Tromey <tom@tromey.com>
3485
3486 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3487 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3488 defines.
3489
3490 2019-07-17 Tom Tromey <tom@tromey.com>
3491
3492 * tui/tui-winsource.h (tui_erase_source_content)
3493 (tui_clear_source_content): Remove "display_prompt" parameter.
3494 * tui/tui-winsource.c (tui_update_source_window_as_is)
3495 (tui_update_source_windows_with_addr): Update.
3496 (tui_clear_source_content): Remove "display_prompt" parameter.
3497 (tui_erase_source_content): Likewise. Simplify.
3498 (tui_show_source_content): Update.
3499 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3500 * tui/tui-stack.c (tui_show_frame_info): Update.
3501 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
3502 Remove defines.
3503
3504 2019-07-17 Tom Tromey <tom@tromey.com>
3505
3506 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3507 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
3508 parameter.
3509 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
3510 parameter.
3511
3512 2019-07-17 Tom Tromey <tom@tromey.com>
3513
3514 * tui/tui-winsource.c (tui_clear_source_content)
3515 (tui_show_source_content, tui_show_exec_info_content)
3516 (tui_clear_exec_info_content): Update.
3517 * tui/tui-stack.c (tui_show_locator_content): Update.
3518 (tui_show_frame_info): Update.
3519 * tui/tui-source.h (tui_source_window): Don't declare.
3520 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
3521 from tui_source_is_displayed.
3522 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
3523 Remove field.
3524 (struct tui_source_window_base) <content_in_use>: New field. Now
3525 bool.
3526 (struct tui_source_window) <showing_source_p>: New method.
3527 (TUI_SRC_WIN): Change cast.
3528 * tui/tui-data.c (tui_initialize_static_data): Update.
3529
3530 2019-07-17 Tom Tromey <tom@tromey.com>
3531
3532 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
3533 location_matches_p.
3534 * tui/tui-source.c (tui_source_window::location_matches_p): New
3535 method.
3536 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
3537 method.
3538 * tui/tui-data.h (struct tui_source_window_base)
3539 <location_matches_p>: New method.
3540 (struct tui_source_window, struct tui_disasm_window)
3541 <location_matches_p>: Likewise.
3542
3543 2019-07-17 Tom Tromey <tom@tromey.com>
3544
3545 * tui/tui-win.c (tui_set_win_height_command): Rename from
3546 tui_set_win_height.
3547 (tui_set_win_height_command): Remove.
3548
3549 2019-07-17 Tom Tromey <tom@tromey.com>
3550
3551 * tui/tui-source.c (tui_source_window): New constructor. Add
3552 observer.
3553 (~tui_source_window): New destructor.
3554 (tui_source_window::style_changed): New method.
3555 * tui/tui-hooks.c (tui_redisplay_source): Remove.
3556 (tui_attach_detach_observers): Update.
3557 * tui/tui-data.h (struct tui_source_window): Make constructor not
3558 inline. Add destructor.
3559 (struct tui_source_window) <style_changed>: New method.
3560 <m_observable>: New member.
3561
3562 2019-07-17 Tom Tromey <tom@tromey.com>
3563
3564 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
3565 * tui/tui-win.c (tui_resize_all): Fix typo.
3566
3567 2019-07-17 Tom Tromey <tom@tromey.com>
3568
3569 * tui/tui-wingeneral.h (tui_refresh_all): Update.
3570 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
3571 (tui_refresh_all): Remove "list" parameter. Use foreach.
3572 * tui/tui-win.c (window_name_completer): Use foreach.
3573 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
3574 (update_tab_width): Likewise.
3575 * tui/tui-layout.c (show_layout): Update.
3576 * tui/tui-data.h (class tui_window_iterator): New.
3577 (struct all_tui_windows): New.
3578 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
3579
3580 2019-07-17 Tom Tromey <tom@tromey.com>
3581
3582 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
3583 parameter. Don't reference globals.
3584 (tui_reg_command): Update.
3585
3586 2019-07-17 Tom Tromey <tom@tromey.com>
3587
3588 * tui/tui-regs.c (tui_show_registers): Simplify.
3589
3590 2019-07-17 Tom Tromey <tom@tromey.com>
3591
3592 * tui/tui-regs.c (tui_show_registers): Update.
3593 (tui_show_register_group): Add win_info parameter.
3594
3595 2019-07-17 Tom Tromey <tom@tromey.com>
3596
3597 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
3598 Rename from tui_display_reg_element_at_line.
3599 (tui_data_window::display_registers_from_line): Update.
3600 * tui/tui-data.h (struct tui_data_window)
3601 <display_reg_element_at_line>: New method.
3602
3603 2019-07-17 Tom Tromey <tom@tromey.com>
3604
3605 * tui/tui-regs.h (tui_display_registers_from)
3606 (tui_display_registers_from_line): Don't declare.
3607 * tui/tui-windata.c (tui_data_window::display_all_data)
3608 (tui_data_window::refresh_all)
3609 (tui_data_window::do_scroll_vertical): Update.
3610 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
3611 from tui_display_registers_from.
3612 (tui_display_reg_element_at_line): Update.
3613 (tui_data_window::display_registers_from_line): Rename from
3614 tui_display_registers_from_line.
3615 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
3616 display_registers_from_line>: New methods.
3617
3618 2019-07-17 Tom Tromey <tom@tromey.com>
3619
3620 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
3621 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
3622 from tui_erase_data_content.
3623 (tui_data_window::display_all_data)
3624 (tui_data_window::refresh_all)
3625 (tui_data_window::do_scroll_vertical): Update.
3626 * tui/tui-regs.c (tui_show_registers): Update.
3627 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
3628 New method.
3629
3630 2019-07-17 Tom Tromey <tom@tromey.com>
3631
3632 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
3633 declare.
3634 * tui/tui-windata.c
3635 (tui_data_window::delete_data_content_windows): Rename from
3636 tui_delete_data_content_windows.
3637 (tui_data_window::display_all_data)
3638 (tui_data_window::do_scroll_vertical): Update.
3639 * tui/tui-data.h (struct tui_data_window)
3640 <delete_data_content_windows>: New method.
3641
3642 2019-07-17 Tom Tromey <tom@tromey.com>
3643
3644 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
3645 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
3646
3647 2019-07-17 Tom Tromey <tom@tromey.com>
3648
3649 * tui/tui-windata.h (tui_display_all_data): Don't declare.
3650 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
3651 from tui_display_all_data.
3652 * tui/tui-win.c
3653 (tui_data_window::do_make_visible_with_new_height): Update.
3654 * tui/tui-regs.c (tui_show_registers): Update.
3655 * tui/tui-layout.c (tui_set_layout): Update.
3656 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
3657 method.
3658
3659 2019-07-17 Tom Tromey <tom@tromey.com>
3660
3661 * tui/tui-windata.h (tui_display_data_from): Don't declare.
3662 * tui/tui-windata.c (tui_display_data_from): Remove.
3663 (tui_data_window::refresh_all): Update.
3664
3665 2019-07-17 Tom Tromey <tom@tromey.com>
3666
3667 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
3668 * tui/tui-windata.c (tui_display_data_from_line): Remove.
3669 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
3670 tui_display_registers_from_line.
3671 * tui/tui-regs.h (tui_display_registers_from_line): Update.
3672 * tui/tui-regs.c (tui_display_registers_from_line): Remove
3673 "force_display" parameter.
3674
3675 2019-07-17 Tom Tromey <tom@tromey.com>
3676
3677 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
3678 declare.
3679 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
3680 Rename from tui_first_reg_element_no_inline.
3681 (tui_display_reg_element_at_line)
3682 (tui_display_registers_from_line): Update.
3683 * tui/tui-data.h (struct tui_data_window)
3684 <first_reg_element_no_inline>: New method.
3685
3686 2019-07-17 Tom Tromey <tom@tromey.com>
3687
3688 * tui/tui-windata.c (tui_display_data_from)
3689 (tui_data_window::do_scroll_vertical): Update.
3690 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
3691 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
3692 Rename from tui_line_from_reg_element_no.
3693 (tui_display_registers_from_line): Update.
3694 * tui/tui-data.h (struct tui_data_window)
3695 <line_from_reg_element_no>: New method.
3696
3697 2019-07-17 Tom Tromey <tom@tromey.com>
3698
3699 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
3700 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
3701 tui_last_regs_line_no.
3702 (tui_display_reg_element_at_line)
3703 (tui_display_registers_from_line): Update.
3704 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
3705 method.
3706
3707 2019-07-17 Tom Tromey <tom@tromey.com>
3708
3709 PR tui/24722:
3710 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
3711 (tui_update_breakpoint_info): Add "being_deleted" parameter.
3712 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3713 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
3714 (tui_update_breakpoint_info): Likewise.
3715 * tui/tui-hooks.c (tui_event_create_breakpoint)
3716 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
3717 Update.
3718
3719 2019-07-17 Tom Tromey <tom@tromey.com>
3720
3721 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
3722
3723 2019-07-17 Tom Tromey <tom@tromey.com>
3724
3725 * tui/tui-winsource.c (tui_update_source_window_as_is)
3726 (tui_update_source_windows_with_addr): Update.
3727 * tui/tui-source.h (tui_set_source_content)
3728 (tui_show_symtab_source): Add "win_info" parameter.
3729 * tui/tui-source.c (tui_set_source_content): Add "win_info"
3730 parameter.
3731 (tui_show_symtab_source): Likewise.
3732
3733 2019-07-17 Tom Tromey <tom@tromey.com>
3734
3735 * tui/tui-wingeneral.c
3736 (tui_check_and_display_highlight_if_needed): Check can_highlight.
3737
3738 2019-07-17 Tom Tromey <tom@tromey.com>
3739
3740 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
3741 (struct tui_cmd_window) <can_scroll>: New method.
3742 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
3743 method.
3744
3745 2019-07-17 Tom Tromey <tromey@adacore.com>
3746
3747 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
3748 do_field_signed>: Rename. Change type of "value".
3749 * ui-out.c (ui_out::field_signed): Rename from field_int.
3750 Change type of "value".
3751 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
3752 type of "value".
3753 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
3754 do_field_int. Change type of "value".
3755 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
3756 do_field_int. Change type of "value".
3757 * tracepoint.c (trace_status_mi, tfind_1)
3758 (print_one_static_tracepoint_marker): Update.
3759 * thread.c (print_thread_info_1, print_selected_thread_frame):
3760 Update.
3761 * stack.c (print_frame, print_frame_info): Update.
3762 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
3763 Update.
3764 * source.c (print_source_lines_base): Update.
3765 * skip.c (info_skip_command): Update.
3766 * record-btrace.c (btrace_ui_out_decode_error)
3767 (btrace_call_history_src_line): Update.
3768 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
3769 Update.
3770 * progspace.c (print_program_space): Update.
3771 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
3772 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
3773 do_field_int. Change type of "value".
3774 * mi/mi-out.c (mi_ui_out::do_table_begin)
3775 (mi_ui_out::do_table_header): Update.
3776 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
3777 type of "value".
3778 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
3779 (mi_cmd_data_list_changed_registers, output_register)
3780 (mi_cmd_data_read_memory, mi_load_progress)
3781 (mi_cmd_trace_frame_collected): Update.
3782 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
3783 Update.
3784 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3785 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
3786 (mi_cmd_var_list_children, varobj_update_one): Update.
3787 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
3788 (mi_cmd_stack_list_args, list_arg_or_local): Update.
3789 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
3790 * inferior.c (print_inferior): Update.
3791 * gdb_bfd.c (print_one_bfd): Update.
3792 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3793 Update.
3794 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
3795 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
3796 do_field_int. Change type of "value".
3797 * cli-out.c (cli_ui_out::do_field_signed): Rename from
3798 do_field_int. Change type of "value".
3799 * breakpoint.c (watchpoint_check, print_breakpoint_location)
3800 (print_one_breakpoint_location, print_it_catch_fork)
3801 (print_one_catch_fork, print_it_catch_vfork)
3802 (print_one_catch_vfork, print_it_catch_solib)
3803 (print_it_catch_exec, print_it_ranged_breakpoint)
3804 (print_mention_watchpoint, print_mention_masked_watchpoint)
3805 (bkpt_print_it, update_static_tracepoint): Update.
3806 * break-catch-throw.c (print_it_exception_catchpoint): Update.
3807 * break-catch-syscall.c (print_it_catch_syscall): Update.
3808 * ada-tasks.c (print_ada_task_info): Update.
3809 * ada-lang.c (print_it_exception, print_mention_exception):
3810 Update.
3811
3812 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3813
3814 PR breakpoints/24541
3815 * gdbarch.c: Regenerate.
3816 * gdbarch.h: Regenerate.
3817 * gdbarch.sh: Adjust return type and parameter types for
3818 'stap_adjust_register'.
3819 (i386_stap_adjust_register): Adjust signature and return new
3820 register name.
3821 * stap-probe.c (stap_parse_register_operand): Adjust use of
3822 'gdbarch_stap_adjust_register'.
3823
3824 2019-07-17 Tom Tromey <tromey@adacore.com>
3825
3826 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
3827 declare VEC.
3828 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
3829 std::vector.
3830 (struct s390_process_info): Add initializers.
3831 (s390_add_process): Use new.
3832 (s390_linux_nat_target::low_forget_process): Use delete.
3833 (s390_linux_nat_target::low_new_fork)
3834 (s390_linux_nat_target::stopped_by_watchpoint)
3835 (s390_linux_nat_target::low_prepare_to_resume)
3836 (s390_linux_nat_target::insert_watchpoint)
3837 (s390_linux_nat_target::insert_hw_breakpoint)
3838 (s390_linux_nat_target::remove_watchpoint)
3839 (s390_linux_nat_target::remove_hw_breakpoint): Update.
3840
3841 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3842
3843 * aarch64-fbsd-nat.c: Include regcache.h.
3844 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
3845 argument.
3846 (aarch64_fbsd_nat_target::fetch_registers)
3847 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
3848 variable.
3849 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
3850
3851 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3852
3853 * fbsd-nat.c: Include gdbarch.h.
3854
3855 2019-07-15 Tom Tromey <tromey@adacore.com>
3856
3857 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
3858
3859 2019-07-15 Tom Tromey <tromey@adacore.com>
3860
3861 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
3862 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
3863 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
3864 * cli-out.c (cli_ui_out::do_field_int): New method.
3865 * ui-out.c (ui_out::field_unsigned): New method.
3866 * symfile.c (generic_load): Use field_unsigned.
3867 (print_transfer_performance): Likewise.
3868 * record-btrace.c (ui_out_field_uint): Remove.
3869 (btrace_call_history_insn_range, btrace_call_history): Use
3870 field_unsigned.
3871 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
3872 field_unsigned.
3873 * ui-out.h (class ui_out) <field_unsigned>: New method.
3874 <do_field_unsigned>: Likewise.
3875
3876 2019-07-15 Tom Tromey <tromey@adacore.com>
3877
3878 * mi/mi-main.c (list_available_thread_groups): Use field_string.
3879 * mi/mi-interp.c (mi_memory_changed): Use field_string.
3880 * target.c (flash_erase_command): Use field_string.
3881 * infrun.c (print_signal_received_reason): Use field_string.
3882 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
3883 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
3884 field_string.
3885 * ada-tasks.c (print_ada_task_info): Use field_string.
3886
3887 2019-07-15 Tom Tromey <tromey@adacore.com>
3888
3889 * target.c (flash_erase_command): Use field_core_addr.
3890 * symfile.c (generic_load): Use field_core_addr.
3891 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
3892 Use field_core_addr.
3893 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
3894 field_core_addr.
3895
3896 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3897
3898 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
3899 value if its desired type is smaller than a CORE_ADDR and signed.
3900
3901 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3902
3903 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
3904 of changes to field names, and use new is_reference field to
3905 decide if a property is a reference or not.
3906 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
3907 field.
3908 (struct dwarf2_property_baton): Update header comment, rename
3909 'referenced_type' to 'property_type' and update comments.
3910 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
3911 default property type, store in property baton, update to take
3912 accound of renamed field.
3913 (read_func_scope): Update call to attr_to_dynamic_prop.
3914 (read_array_type): Likewise.
3915 (dwarf2_per_cu_addr_sized_int_type): New function.
3916 (read_subrange_index_type): Move type finding code to
3917 dwarf2_per_cu_addr_sized_int_type.
3918 (read_subrange_type): Update calls to attr_to_dynamic_prop.
3919 (dwarf2_per_cu_addr_type): New function.
3920 (set_die_type): Update calls to attr_to_dynamic_prop.
3921
3922 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * dwarf2read.c (read_subrange_index_type): New function.
3925 (read_subrange_type): Move code into new function and call it.
3926 * gdbtypes.c (create_range_type): Add some asserts.
3927
3928 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3929
3930 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
3931 update return statements.
3932 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
3933 declaration, and update comment to match.
3934 * gdbtypes.c (resolve_dynamic_array): Update call to
3935 dwarf2_evaluate_property to match new return type.
3936
3937 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3938
3939 * valarith.c (value_subscripted_rvalue): Change lowerbound
3940 parameter type from int to LONGEST.
3941 * value.h (value_subscripted_rvalue): Likewise in declaration.
3942
3943 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3944
3945 * cli/cli-utils.c (info_print_command_completer): New function.
3946 * cli/cli-utils.h: Add 'completer.h' include, and forward
3947 declaration for 'struct cmd_list_element'.
3948 (info_print_command_completer): Declare.
3949 * stack.c (_initialize_stack): Add completer for 'info locals' and
3950 'info args'.
3951 * symtab.c (_initialize_symtab): Add completer for 'info
3952 variables' and 'info functions'.
3953 * NEWS: Mention completion for additional info commands.
3954
3955 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3956
3957 * cli/cli-utils.c (extract_info_print_args): Delete.
3958 (extract_arg_maybe_quoted): Delete.
3959 (info_print_options_defs): New variable.
3960 (make_info_print_options_def_group): New function.
3961 (extract_info_print_options): Define new function.
3962 * cli/cli-utils.h (extract_info_print_args): Delete.
3963 (struct info_print_options): New structure.
3964 (extract_info_print_options): Declare new function.
3965 * stack.c (info_locals_command): Update to use new
3966 extract_info_print_options, also add a header comment.
3967 (info_args_command): Likewise.
3968 * symtab.c (info_variables_command): Likewise.
3969 (info_functions_command): Likewise.
3970
3971 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
3972
3973 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
3974 to extract string arguments.
3975 * common/common-utils.c (extract_string_maybe_quoted): New function.
3976 * common/common-utils.h (extract_string_maybe_quoted): Declare.
3977
3978 2019-07-11 Tom Tromey <tromey@adacore.com>
3979
3980 * main.c (get_init_files): Use GDBINIT, not gdbinit.
3981 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
3982 * top.h (gdbinit): Don't declare.
3983 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
3984 into...
3985 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
3986 * top.c (gdb_init): Don't call init_cli_cmds.
3987 (gdbinit): Remove.
3988 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
3989
3990 2019-07-11 Tom Tromey <tromey@adacore.com>
3991
3992 * python/py-inferior.c (add_thread_object): Don't use thread_obj
3993 after it has been moved.
3994
3995 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
3996
3997 * valops.c (value_must_coerce_to_target): Change return type to
3998 bool.
3999 * value.h (value_must_coerce_to_target): Likewise.
4000
4001 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
4002
4003 * breakpoint.c (is_hardware_watchpoint): Remove
4004 forward-declaration.
4005 (is_masked_watchpoint): Change return type to bool.
4006 (is_tracepoint): Likewise.
4007 (is_breakpoint): Likewise.
4008 (is_hardware_watchpoint): Likewise.
4009 (is_watchpoint): Likewise.
4010 (is_no_memory_software_watchpoint): Likewise.
4011 (is_catchpoint): Likewise.
4012 (breakpoint_1): Make FILTER parameter's return type bool.
4013 is_masked_watchpoint): Change return type to bool.
4014 (save_breakpoints): Make FILTER parameter's return type bool.
4015 * breakpoint.h (is_breakpoint): Change return type to bool.
4016 (is_watchpoint): Likewise.
4017 (is_catchpoint): Likewise.
4018 (is_tracepoint): Likewise.
4019
4020 2019-07-10 Tom Tromey <tom@tromey.com>
4021
4022 * defs.h: Don't include gdbarch.h.
4023 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4024 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4025 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4026 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4027 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4028 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4029 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4030 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4031 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4032 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4033 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4034 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4035 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4036 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4037 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4038 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4039 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4040 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4041 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4042 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4043 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4044 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4045 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4046 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4047 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4048 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4049 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4050
4051 2019-07-10 Tom Tromey <tromey@adacore.com>
4052
4053 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4054 * breakpoint.c (init_ada_exception_breakpoint): Register as
4055 bp_catchpoint.
4056 (print_one_breakpoint_location, print_one_breakpoint): Use
4057 is_ada_exception_catchpoint.
4058 * ada-lang.c (class ada_catchpoint_location): Pass
4059 bp_loc_software_breakpoint to bp_location constructor.
4060 (is_ada_exception_catchpoint): New function.
4061
4062 2019-07-10 Tom Tromey <tromey@adacore.com>
4063
4064 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4065 VEC.
4066 (struct arm_exidx_entry): New method operator<.
4067 (struct arm_exidx_data) <section_maps>: Change type.
4068 (arm_exidx_data_free): Remove.
4069 (arm_exidx_data_key): Change type. Move lower.
4070 (arm_exidx_new_objfile): Update.
4071 (arm_compare_exidx_entries): Remove.
4072 (arm_find_exidx_entry, _initialize_arm_tdep)
4073
4074 2019-07-10 Tom Tromey <tromey@adacore.com>
4075
4076 * solib-spu.c (ocl_program_data_key): Change type.
4077 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4078 Update.
4079
4080 2019-07-10 Tom Tromey <tromey@adacore.com>
4081
4082 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4083 (struct solib_aix_inferior_data) <library_list>: Change type.
4084 (solib_aix_inferior_data_handle): Change type.
4085 (get_solib_aix_inferior_data): Update.
4086 (solib_aix_free_library_list): Remove.
4087 (library_list_start_library): Update.
4088 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4089 return type.
4090 (solib_aix_get_library_list)
4091 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4092 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4093
4094 2019-07-10 Tom Tromey <tromey@adacore.com>
4095
4096 * solib-dsbt.c (struct dsbt_info): Add initializers.
4097 (solib_dsbt_pspace_data): Change type.
4098 (dsbt_pspace_data_cleanup): Remove.
4099 (get_dsbt_info, _initialize_dsbt_solib): Update.
4100
4101 2019-07-10 Tom Tromey <tromey@adacore.com>
4102
4103 * spu-tdep.c (spu_overlay_data): Change type.
4104 (spu_get_overlay_table, spu_overlay_new_objfile)
4105 (_initialize_spu_tdep): Update.
4106
4107 2019-07-10 Tom Tromey <tromey@adacore.com>
4108
4109 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4110 destructor.
4111 (dbx_objfile_data_key): Change type and declare later.
4112 (DBX_SYMFILE_INFO): Rewrite.
4113 * dbxread.c (dbx_objfile_data_key): Change type.
4114 (dbx_symfile_init): Update.
4115 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4116 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4117 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4118
4119 2019-07-10 Tom Tromey <tromey@adacore.com>
4120
4121 * jit.c (jit_program_space_key): Change type. Move lower.
4122 (get_jit_program_space_data): Update.
4123 (jit_program_space_data_cleanup): Remove.
4124 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4125 Update.
4126 (struct jit_program_space_data): Add initializers.
4127
4128 2019-07-10 Tom Tromey <tromey@adacore.com>
4129
4130 * solib-darwin.c (struct darwin_info): Add initializers.
4131 (solib_darwin_pspace_data): Change type.
4132 (darwin_pspace_data_cleanup): Remove.
4133 (get_darwin_info, _initialize_darwin_solib): Update.
4134
4135 2019-07-10 Tom Tromey <tromey@adacore.com>
4136
4137 * remote-sim.c (struct sim_inferior_data): Add initializers,
4138 constructor, and destructor.
4139 (sim_inferior_data_key): Change type. Move lower.
4140 (check_for_duplicate_sim_descriptor): Update.
4141 (get_sim_inferior_data): Use new. Update.
4142 (~sim_inferior_data_cleanup): Rename from
4143 sim_inferior_data_cleanup. Simplify.
4144 (gdbsim_close_inferior, simulator_command)
4145 (sim_command_completer, _initialize_remote_sim): Update.
4146 (next_pid, INITIAL_PID): Move earlier.
4147
4148 2019-07-10 Tom Tromey <tromey@adacore.com>
4149
4150 * python/python-internal.h (create_thread_object): Return
4151 gdbpy_ref.
4152 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4153 * python/py-inferior.c (struct threadlist_entry): Add
4154 constructor.
4155 <thread_obj>: Now a gdbpy_ref.
4156 (thread_to_thread_object): Update.
4157 (add_thread_object): Use new.
4158 (delete_thread_object): Use delete.
4159 (infpy_threads): Update.
4160 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4161 GIL.
4162
4163 2019-07-10 Tom Tromey <tromey@adacore.com>
4164
4165 * valops.c (value_cast): Specialize error message for Ada.
4166
4167 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4168
4169 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4170
4171 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4172
4173 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4174 bpstat_should_step): Return bool, adjust comments.
4175 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4176 bpstat_should_step): Likewise.
4177
4178 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4179
4180 * features/Makefile: Use feature target descriptions for Arm.
4181 * features/arm/arm-core.c: Generate new file.
4182 * features/arm/arm-fpa.c: Likewise.
4183 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4184 * features/arm/arm-m-profile.c: Likewise.
4185 * features/arm/arm-vfpv2.c: Likewise.
4186 * features/arm/arm-vfpv3.c: Likewise.
4187 * features/arm/xscale-iwmmxt.c: Likewise.
4188 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4189
4190 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4191
4192 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4193 ptrace earlier.
4194
4195 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4196
4197 * features/aarch64-pauth.c: Regenerate.
4198
4199 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4200
4201 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4202 bool.
4203 (bpstat_what): Use false instead of 0.
4204
4205 2019-07-09 Pedro Alves <palves@redhat.com>
4206
4207 * break-catch-throw.c (is_exception_catchpoint): New.
4208 * breakpoint.c (print_one_breakpoint_location): New parameter
4209 'raw_loc'. Handle it. Use
4210 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4211 looking at the breakpoint's type.
4212 (print_one_breakpoint): If handling "maint info breakpoints", also
4213 print locations of exception catchpoints.
4214 * breakpoint.h (is_exception_catchpoint): Declare.
4215
4216 2019-07-09 Pedro Alves <palves@redhat.com>
4217
4218 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4219 "addr" field.
4220 (allocate_location_exception_catchpoint): New.
4221 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4222 (initialize_throw_catchpoint_ops): Install
4223 allocate_location_exception_catchpoint as allocate_location
4224 method.
4225 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4226 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4227 bp_loc_other.
4228 (breakpoint_address_is_meaningful): Delete.
4229 (bl_address_is_meaningful): New.
4230 (breakpoint_locations_match): Adjust comment.
4231 (bp_location_from_bp_type): New, factored out of...
4232 (bp_location::bp_location(breakpoint *)): ... this.
4233 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4234 factored out of...
4235 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4236 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4237 breakpoint_address_is_meaningful.
4238 (bp_locations_compare): Adjust comment.
4239 (update_global_location_list): Use bl_address_is_meaningful
4240 instead of breakpoint_address_is_meaningful.
4241 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4242 explicit.
4243 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4244 * python/py-breakpoint.c (bppy_get_location): No longer check
4245 whether location is null.
4246
4247 2019-07-09 Pedro Alves <palves@redhat.com>
4248
4249 PR c++/15468
4250 * breakpoint.c (print_one_breakpoint_location): Remove
4251 single-location assert.
4252
4253 2019-07-09 Tom Tromey <tom@tromey.com>
4254
4255 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4256 * configure: Rebuild.
4257 * configure.ac: Change common to gdbsupport.
4258 * gdbsupport: Rename from common.
4259 * acinclude.m4: Change common to gdbsupport.
4260 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4261 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4262 gdbsupport.
4263 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4264 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4265 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4266 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4267 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4268 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4269 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4270 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4271 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4272 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4273 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4274 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4275 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4276 coff-pe-read.c, command.h, compile/compile-c-support.c,
4277 compile/compile-c.h, compile/compile-cplus-symbols.c,
4278 compile/compile-cplus-types.c, compile/compile-cplus.h,
4279 compile/compile-loc2c.c, compile/compile.c, completer.c,
4280 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4281 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4282 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4283 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4284 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4285 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4286 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4287 features/aarch64-core.c, features/aarch64-fpu.c,
4288 features/aarch64-pauth.c, features/aarch64-sve.c,
4289 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4290 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4291 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4292 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4293 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4294 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4295 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4296 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4297 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4298 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4299 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4300 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4301 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4302 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4303 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4304 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4305 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4306 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4307 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4308 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4309 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4310 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4311 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4312 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4313 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4314 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4315 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4316 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4317 minsyms.c, mips-linux-tdep.c, namespace.h,
4318 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4319 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4320 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4321 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4322 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4323 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4324 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4325 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4326 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4327 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4328 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4329 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4330 procfs.c, producer.c, progspace.h, psymtab.h,
4331 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4332 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4333 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4334 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4335 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4336 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4337 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4338 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4339 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4340 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4341 target-memory.c, target.c, target.h, target/waitstatus.c,
4342 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4343 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4344 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4345 unittests/array-view-selftests.c,
4346 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4347 unittests/common-utils-selftests.c,
4348 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4349 unittests/format_pieces-selftests.c,
4350 unittests/function-view-selftests.c,
4351 unittests/lookup_name_info-selftests.c,
4352 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4353 unittests/mkdir-recursive-selftests.c,
4354 unittests/observable-selftests.c,
4355 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4356 unittests/parse-connection-spec-selftests.c,
4357 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4358 unittests/scoped_fd-selftests.c,
4359 unittests/scoped_mmap-selftests.c,
4360 unittests/scoped_restore-selftests.c,
4361 unittests/string_view-selftests.c, unittests/style-selftests.c,
4362 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4363 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4364 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4365 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4366 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4367 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4368
4369 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4372 bool value.
4373 (decode_digits_ordinary): Set explicit_line field in sal.
4374 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4375 symtab_and_line that was set on an explicit line number in
4376 assembler code. Do always update the recorded symtab and line if
4377 we do skip the prologue.
4378
4379 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4380
4381 * breakpoint.c (set_breakpoint_location_function): Remove
4382 explicit_loc parameter.
4383 (momentary_breakpoint_from_master): Update call to
4384 set_breakpoint_location_function.
4385 (add_location_to_breakpoint): Likewise.
4386
4387 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4390 required features based on default bfd type when no specific bfd
4391 is present.
4392
4393 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4394
4395 * NEWS: Mention that GDB printf and eval commands can now print
4396 C-style and Ada-style convenience var strings without
4397 calling the inferior.
4398 * printcmd.c (printf_c_string): Locally print GDB internal var
4399 instead of transiting via the inferior.
4400 (printf_wide_c_string): Likewise.
4401
4402 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4403
4404 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4405
4406 2019-07-04 Tom Tromey <tom@tromey.com>
4407
4408 PR tui/24724:
4409 * tui/tui-winsource.c (tui_clear_source_content): Update.
4410 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4411 (tui_update_breakpoint_info): Update.
4412 (tui_set_exec_info_content): Update.
4413 * tui/tui-source.c (tui_set_source_content_nil): Update.
4414 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4415 has_break.
4416 * tui/tui-data.h (enum tui_bp_flag): New.
4417 (tui_bp_flags): New enum flags type.
4418 (struct tui_source_element) <break_mode>: Change type. Rename
4419 from has_break.
4420 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4421 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4422 constants.
4423 * tui/tui-winsource.h: Fix comment.
4424
4425 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4426
4427 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4428 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4429 (store_fpregs_to_thread)
4430 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4431 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4432 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4433 (IWMMXT_REGS_SIZE): Add define.
4434 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4435 (fetch_vfp_regs, store_vfp_regs)
4436 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4437 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4438
4439 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4440
4441 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4442 defines.
4443 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4444 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4445 (ARM_INT_REGISTER_SIZE): ...to this.
4446 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4447 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4448 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4449 (arm_linux_collect_gregset, supply_nwfpe_register)
4450 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4451 defines.
4452 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4453 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4454 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4455 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4456 (arm_return_in_memory, arm_store_return_value)
4457 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4458 (arm_record_ld_st_multiple): Likewise.
4459 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4460 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4461
4462 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4463
4464 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4465 AARCH64_DISPLACED_MODIFIED_INSNS.
4466 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4467 (aarch64_displaced_step_copy_insn): Likewise.
4468 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4469 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4470 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4471 ARM_DISPLACED_MODIFIED_INSNS.
4472 * arm-tdep.c (arm_gdbarch_init): Likewise.
4473 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4474 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4475 (struct arm_displaced_step_closure): Use
4476 ARM_DISPLACED_MODIFIED_INSNS.
4477
4478 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4479
4480 * features/Makefile: Remove unused xml files.
4481 * features/aarch64.xml: Remove.
4482 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4483 * features/i386/amd64-avx-avx512.xml: Remove.
4484 * features/i386/amd64-avx-linux.xml: Remove.
4485 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4486 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4487 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4488 * features/i386/amd64-avx-mpx.xml: Remove.
4489 * features/i386/amd64-avx.xml: Remove.
4490 * features/i386/amd64-linux.xml: Remove.
4491 * features/i386/amd64-mpx-linux.xml: Remove.
4492 * features/i386/amd64-mpx.xml: Remove.
4493 * features/i386/amd64.xml: Remove.
4494 * features/i386/i386-avx-avx512-linux.xml: Remove.
4495 * features/i386/i386-avx-avx512.xml: Remove.
4496 * features/i386/i386-avx-linux.xml: Remove.
4497 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
4498 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
4499 * features/i386/i386-avx-mpx-linux.xml: Remove.
4500 * features/i386/i386-avx-mpx.xml: Remove.
4501 * features/i386/i386-avx.xml: Remove.
4502 * features/i386/i386-linux.xml: Remove.
4503 * features/i386/i386-mmx-linux.xml: Remove.
4504 * features/i386/i386-mmx.xml: Remove.
4505 * features/i386/i386-mpx-linux.xml: Remove.
4506 * features/i386/i386-mpx.xml: Remove.
4507 * features/i386/i386.xml: Remove.
4508 * features/i386/x32-avx-avx512-linux.xml: Remove.
4509 * features/i386/x32-avx-linux.xml: Remove.
4510 * features/i386/x32-linux.xml: Remove.
4511
4512 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4513
4514 * regformats/aarch64.dat: Remove.
4515 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
4516 * regformats/i386/amd64-avx-linux.dat: Remove.
4517 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
4518 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
4519 * regformats/i386/amd64-linux.dat: Remove.
4520 * regformats/i386/amd64-mpx-linux.dat: Remove.
4521 * regformats/i386/amd64.dat: Remove.
4522 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
4523 * regformats/i386/i386-avx-linux.dat: Remove.
4524 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
4525 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
4526 * regformats/i386/i386-linux.dat: Remove.
4527 * regformats/i386/i386-mmx-linux.dat: Remove.
4528 * regformats/i386/i386-mpx-linux.dat: Remove.
4529 * regformats/i386/i386.dat: Remove.
4530 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
4531 * regformats/i386/x32-avx-linux.dat: Remove.
4532 * regformats/i386/x32-linux.dat: Remove.
4533
4534 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4535
4536 * aarch64-tdep.c: Remove xml self tests.
4537 * amd64-linux-tdep.c: Likewise.
4538 * amd64-tdep.c: Likewise.
4539 * i386-linux-tdep.c: Likewise.
4540 * i386-tdep.c: Likewise.
4541
4542 2019-07-03 Pedro Alves <palves@redhat.com>
4543
4544 PR cli/24732
4545 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
4546 (pipe_cmd_option_defs): New.
4547 (make_pipe_cmd_options_def_group): New.
4548 (pipe_command): Use gdb::option::process_options.
4549 (pipe_command_completer): New function.
4550 (_initialize_cli_cmds): Install completer for "pipe" command.
4551
4552 2019-07-03 Pedro Alves <palves@redhat.com>
4553
4554 * cli/cli-option.c (union option_value) <string>: New field.
4555 (struct option_def_and_value): Add ctor, move ctor, dtor and
4556 use DISABLE_COPY_AND_ASSIGN.
4557 (option_def_and_value::clear_value): New.
4558 (parse_option, save_option_value_in_ctx, get_val_type_str)
4559 (add_setshow_cmds_for_options): Handle var_string.
4560 * cli-option.h (union option_def::var_address) <string>: New
4561 field.
4562 (struct string_option_def): New.
4563 * maint-test-options.c (struct test_options_opts): Add default
4564 ctor and use DISABLE_COPY_AND_ASSIGN.
4565 <string_opt>: New field.
4566 (test_options_opts::~test_options_opts): New.
4567 (test_options_opts::dump): Also dump "-string".
4568 (test_options_option_defs): Install "string.
4569
4570 2019-07-03 Pedro Alves <palves@redhat.com>
4571
4572 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
4573 option_value with a null enumeration.
4574 (complete_options): Save the option values in the context.
4575 (save_option_value_in_ctx): New, factored out from ...
4576 (process_options): ... here.
4577 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
4578 of the function.
4579 * maint-test-options.c (test_options_opts::dump): New, factored
4580 out from ...
4581 (maintenance_test_options_command_mode): ... here.
4582 (maintenance_test_options_command_completion_result): Delete.
4583 (maintenance_test_options_command_completion_text): Update
4584 comment.
4585 (maintenance_show_test_options_completion_result): Change
4586 prototype. Just print
4587 maintenance_test_options_command_completion_text.
4588 (save_completion_result): New.
4589 (maintenance_test_options_completer_mode): Pass options context to
4590 complete_options, and then save a dump.
4591 (_initialize_maint_test_options): Use add_cmd to install "maint
4592 show test-options-completion-result".
4593
4594 2019-07-03 Pedro Alves <palves@redhat.com>
4595
4596 * NEWS (New commands): Mention "with" and "maint with".
4597 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
4598 (with_command, with_command_completer): New.
4599 (pipe_command): Adjust to new repeat_previous
4600 interface.
4601 (_initialize_cli_cmds): Install the "with" command and its "w"
4602 alias.
4603 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
4604 declarations.
4605 * cli/cli-setshow.c (parse_cli_var_uinteger)
4606 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
4607 argument strings for all var_types.
4608 (get_setshow_command_value_string): New, factored out from ...
4609 (do_show_command): ... this.
4610 * cli/cli-setshow.h: Include <string>.
4611 (get_setshow_command_value_string): Declare.
4612 * command.h (repeat_previous): Now returns const char *. Adjust
4613 comment.
4614 * maint.c: Include "cli/cli-cmds.h".
4615 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
4616 (_initialize_maint_cmds): Register the "maintenance with" command.
4617 * top.c (repeat_previous): Move bits from pipe_command here:
4618 Return the saved command line, if any; error out if there's no
4619 command to relaunch.
4620
4621 2019-07-03 Pedro Alves <palves@redhat.com>
4622
4623 * NEWS (New commands): Mention "maint set/show test-settings"
4624 instead of "maint test-settings".
4625 * maint-test-settings.c (maintenance_test_settings_list): Delete.
4626 (maintenance_test_settings_set_list): Rename to ...
4627 (maintenance_set_test_settings_list): ... this.
4628 (maintenance_test_settings_show_list): Rename to ...
4629 (maintenance_show_test_settings_list): ... this.
4630 (maintenance_test_settings_cmd): Delete.
4631 (maintenance_test_settings_set_cmd): ...
4632 (maintenance_set_test_settings_cmd): ... this.
4633 (maintenance_test_settings_show_cmd): ...
4634 (maintenance_show_test_settings_cmd): ... this.
4635 (maintenance_test_settings_show_value_cmd):
4636 (maintenance_show_test_settings_value_cmd): ... this.
4637 (_initialize_maint_test_settings): No longer install the "maint
4638 test-settings" prefix command. Rename "maint test-settings set"
4639 to "maint set test-settings", and "maint test-settings show" to
4640 "maint show test-settings". Adjust all subcommands.
4641
4642 2019-07-03 Pedro Alves <palves@redhat.com>
4643
4644 * maint-test-settings.c: Fix file's intro comment. Replace all
4645 references to "test-options" with references to "test-settings",
4646 in comments.
4647
4648 2019-07-03 Pedro Alves <palves@redhat.com>
4649
4650 * maint-test-settings.c (maintenance_test_settings_xxx)
4651 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
4652 New.
4653 (maintenance_test_settings_enums): Use them.
4654 (maintenance_test_settings_enum): Default to
4655 maintenance_test_settings_xxx.
4656 (_initialize_maint_test_settings): Initialize
4657 MAINTENANCE_TEST_SETTINGS_FILENAME.
4658
4659 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4660
4661 * breakpoint.h (remove_breakpoints_inf): Change return type to
4662 void, move function documentation here.
4663 * breakpoint.c (remove_breakpoints_inf): Change return type to
4664 void, move function documentation to header.
4665
4666 2019-07-02 Pedro Alves <palves@redhat.com>
4667
4668 * NEWS (Completion improvements): Mention "info threads".
4669 * thread.c (struct info_threads_opts, info_threads_option_defs)
4670 (make_info_threads_options_def_group): New.
4671 (info_threads_command): Use gdb::option::process_options.
4672 (info_threads_command_completer): New.
4673 (_initialize_thread): Use gdb::option::build_help to build the
4674 help text for "info threads".
4675
4676 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4677
4678 * defs.h (generic_load): Move from here...
4679 * symfile.h (generic_load): ... to here. Rename name parameter
4680 to args.
4681 * symfile.c (generic_load): Add comment.
4682
4683 2019-07-01 Tom Tromey <tromey@adacore.com>
4684
4685 * dwarf2read.c
4686 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
4687 declaration of without_params. Fix formatting.
4688
4689 2019-07-01 Tom Tromey <tromey@adacore.com>
4690
4691 * ada-exp.y (find_primitive_type): Update.
4692 * ada-lang.h (ada_lookup_symbol): Update.
4693 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
4694 parameter.
4695 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
4696
4697 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4698
4699 PR breakpoints/24541
4700 * gdbarch.c: Regenerate.
4701 * gdbarch.h: Regenerate.
4702 * gdbarch.sh: Add 'stap_adjust_register'.
4703 * i386-tdep.c: Include '<unordered_set>'.
4704 (i386_stap_adjust_register): New function.
4705 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
4706 * stap-probe.c (stap_parse_register_operand): Call
4707 'gdbarch_stap_adjust_register'.
4708
4709 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4710
4711 PR python/24742
4712 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
4713 * python/python.c (do_start_initialization): Use 'xmalloc'
4714 instead of 'PyMem_Malloc'.
4715
4716 2019-06-28 Tom Tromey <tromey@adacore.com>
4717
4718 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
4719 for Ada.
4720
4721 2019-06-27 Tom Tromey <tromey@adacore.com>
4722
4723 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
4724 objfile_key.
4725 (arm_find_mapping_symbol, arm_record_special_symbol)
4726 (_initialize_arm_tdep): Update.
4727 (arm_objfile_data_free): Remove.
4728
4729 2019-06-27 Tom Tromey <tromey@adacore.com>
4730
4731 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
4732 to cp_print_static_field.
4733
4734 2019-06-26 Tom Tromey <tromey@adacore.com>
4735
4736 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
4737 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
4738 declare.
4739
4740 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4741
4742 * features/aarch64-core.c (create_feature_aarch64_core):
4743 Regenerate.
4744 * features/aarch64-core.xml: Add cpsr flags.
4745
4746 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4747
4748 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
4749 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
4750
4751 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4752
4753 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
4754 field.
4755 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
4756 use.
4757 (arm_record_special_symbol): Don't insert new symbol in sorted
4758 position, push it at the end.
4759
4760 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4761
4762 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
4763 (arm_mapping_symbol_s): Remove.
4764 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
4765 (arm_mapping_symbol_vec): New typedef.
4766 (struct arm_per_objfile): Add constructor.
4767 <section_maps>: Change type to
4768 std::unique_ptr<arm_mapping_symbol_vec[]>.
4769 (arm_compare_mapping_symbols): Remove.
4770 (arm_find_mapping_symbol): Adjust to section_maps type change.
4771 (arm_objfile_data_free): Call delete on arm_per_objfile.
4772 (arm_record_special_symbol): Adjust to section_maps type change.
4773 Allocate arm_per_objfile with new.
4774
4775 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4776
4777 * cli/cli-cmds.c (alias_command): Compare the alias prefix
4778 with the command prefix.
4779
4780 2019-06-25 Tom Tromey <tom@tromey.com>
4781
4782 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
4783 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
4784
4785 2019-06-25 Tom Tromey <tom@tromey.com>
4786
4787 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
4788 type.
4789 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
4790 protected.
4791
4792 2019-06-25 Tom Tromey <tom@tromey.com>
4793
4794 * tui/tui-winsource.c
4795 (tui_source_window_base::set_is_exec_point_at): Add check against
4796 LOA_ADDRESS.
4797
4798 2019-06-25 Tom Tromey <tom@tromey.com>
4799
4800 * tui/tui-source.c (tui_set_source_content): Don't check before
4801 xfree.
4802 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
4803
4804 2019-06-25 Tom Tromey <tom@tromey.com>
4805
4806 * tui/tui-winsource.h (tui_update_source_window_as_is)
4807 (tui_alloc_source_buffer, tui_line_is_displayed)
4808 (tui_addr_is_displayed): Change type of win_info.
4809 * tui/tui-winsource.c (tui_update_source_window_as_is)
4810 (tui_clear_source_content, tui_show_source_line)
4811 (tui_show_source_content, tui_source_window_base::refill)
4812 (tui_source_window_base::set_is_exec_point_at)
4813 (tui_source_window_base::set_is_exec_point_at)
4814 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
4815 (tui_alloc_source_buffer, tui_line_is_displayed)
4816 (tui_addr_is_displayed): Change type of win_info. Update.
4817 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4818 (tui_source_window_base::do_make_visible_with_new_height):
4819 Update.
4820 * tui/tui-source.c (tui_set_source_content)
4821 (tui_set_source_content_nil)
4822 (tui_source_window::do_scroll_vertical): Update.
4823 * tui/tui-layout.c (show_layout): Update.
4824 * tui/tui-disasm.c (tui_set_disassem_content)
4825 (tui_disasm_window::do_scroll_vertical): Update.
4826 * tui/tui-data.h (tui_win_content): Remove.
4827 (struct tui_gen_win_info) <content, content_size>: Remove.
4828 (struct tui_source_element): Add initializers and destructor.
4829 (union tui_which_element, struct tui_win_element): Remove.
4830 (struct tui_source_window_base) <content>: New field.
4831 (struct tui_data_window): Remove destructor.
4832 (tui_alloc_content, tui_free_win_content)
4833 (tui_free_all_source_wins_content): Don't declare.
4834 * tui/tui-data.c (tui_initialize_static_data): Update.
4835 (init_content_element, tui_alloc_content): Remove.
4836 (~tui_gen_win_info): Update.
4837 (~tui_data_window, tui_free_all_source_wins_content)
4838 (tui_free_win_content, free_content, free_content_elements):
4839 Remove.
4840
4841 2019-06-25 Tom Tromey <tom@tromey.com>
4842
4843 * tui/tui-winsource.h (tui_clear_source_content)
4844 (tui_erase_source_content, tui_show_source_content): Change type
4845 of win_info.
4846 * tui/tui-winsource.c (tui_clear_source_content)
4847 (tui_erase_source_content, tui_show_source_content): Change type
4848 of win_info.
4849 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4850 * tui/tui-source.h (tui_set_source_content_nil): Change type of
4851 win_info.
4852 * tui/tui-source.c (tui_set_source_content_nil): Change type of
4853 win_info.
4854 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
4855
4856 2019-06-25 Tom Tromey <tom@tromey.com>
4857
4858 * tui/tui-winsource.c (tui_clear_source_content)
4859 (tui_source_window_base::set_is_exec_point_at): Update.
4860 * tui/tui-source.c (tui_set_source_content_nil): Update.
4861 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
4862 a bool.
4863 * tui/tui-data.c (init_content_element): Update.
4864
4865 2019-06-25 Tom Tromey <tom@tromey.com>
4866
4867 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
4868 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
4869 * tui/tui-layout.c (init_and_make_win): Update.
4870 * tui/tui.h (enum tui_win_type): Update.
4871 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
4872 tui_win_is_auxillary.
4873 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
4874 tui_win_is_auxillary.
4875
4876 2019-06-25 Tom Tromey <tom@tromey.com>
4877
4878 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
4879 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
4880 (tui_delete_data_content_windows, tui_display_all_data)
4881 (tui_data_window::do_scroll_vertical, tui_display_data_from):
4882 Update.
4883 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
4884 * tui/tui-regs.c (tui_last_regs_line_no)
4885 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
4886 (tui_show_registers): Update.
4887 (tui_show_register_group): Return void. Update.
4888 (tui_display_registers_from, tui_display_reg_element_at_line)
4889 (tui_display_registers_from_line, tui_check_register_values):
4890 Update.
4891 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
4892 member.
4893 (struct tui_data_window) <regs_content>: Now a std::vector.
4894 <regs_content_count>: Remove.
4895 (tui_add_content_elements, tui_free_data_content): Don't declare.
4896 * tui/tui-data.c (tui_data_window::clear_detail): Update.
4897 (init_content_element): Remove DATA_WIN case. Add assert.
4898 (tui_add_content_elements): Remove.
4899 (tui_data_window): Update.
4900 (tui_free_data_content): Remove.
4901 (free_content_elements): Remove DATA_WIN case.
4902
4903 2019-06-25 Tom Tromey <tom@tromey.com>
4904
4905 * tui/tui-data.c (tui_data_item_window): Update.
4906 * tui/tui-windata.h (tui_check_data_values): Don't declare.
4907 * tui/tui-windata.c (tui_display_all_data)
4908 (tui_display_data_from_line): Update.
4909 (tui_check_data_values): Remove.
4910 * tui/tui-regs.c (tui_show_register_group)
4911 (tui_display_reg_element_at_line): Update.
4912 * tui/tui-hooks.c (tui_register_changed)
4913 (tui_refresh_frame_and_register_information): Call
4914 tui_check_register_values.
4915 * tui/tui-data.h (struct tui_data_window) <data_content,
4916 data_content_count, data_type>: Remove.
4917 (enum tui_data_type): Remove.
4918
4919 * tui/tui-data.c (tui_data_window::clear_detail)
4920 (~tui_data_window): Update.
4921
4922 2019-06-25 Tom Tromey <tom@tromey.com>
4923
4924 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
4925 declare.
4926 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
4927 Rename from tui_first_data_item_displayed. Update.
4928 (tui_data_window::refresh_all)
4929 (tui_data_window::do_scroll_vertical): Update.
4930 * tui/tui-data.h (struct tui_data_window)
4931 <first_data_item_displayed>: Declare new method.
4932
4933 2019-06-25 Tom Tromey <tom@tromey.com>
4934
4935 * tui/tui-data.h (tui_init_generic_part): Don't declare.
4936 * tui/tui-data.c (tui_init_generic_part): Remove, moving
4937 contents...
4938 (tui_initialize_static_data): ...here.
4939
4940 2019-06-25 Tom Tromey <tom@tromey.com>
4941
4942 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
4943 (tui_display_registers_from, tui_check_register_values): Update.
4944 (tui_display_register): Remove win_info parameter; update.
4945 (tui_get_register): Change type of parameters.
4946 * tui/tui-data.h (struct tui_data_element): Remove.
4947 (union tui_which_element) <data>: Remove.
4948 <data_window>: Change type.
4949 (struct tui_data_item_window): New.
4950 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
4951 case. Add assert.
4952 (~tui_data_item_window): New destructor.
4953 (free_content_elements): Remove DATA_ITEM_WIN case.
4954
4955 2019-06-25 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
4958 Remove.
4959
4960 2019-06-25 Tom Tromey <tom@tromey.com>
4961
4962 * tui/tui-data.h (struct tui_command_element): Remove.
4963 (union tui_which_element) <command>: Remove.
4964 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
4965 assert.
4966 (free_content_elements): Remove CMD_WIN case.
4967
4968 2019-06-25 Tom Tromey <tom@tromey.com>
4969
4970 * tui/tui-layout.c (tui_set_layout): Update.
4971 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
4972 * tui/tui-data.c (layout_def): Update.
4973
4974 2019-06-25 Tom Tromey <tom@tromey.com>
4975
4976 * tui/tui-wingeneral.c (tui_refresh_all): Update.
4977 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4978 (tui_source_window_base::set_new_height): Update.
4979 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
4980 Update.
4981 (tui_set_locator_fullname, tui_set_locator_info)
4982 (tui_show_frame_info): Update.
4983 * tui/tui-source.c (tui_set_source_content)
4984 (tui_source_is_displayed): Update.
4985 * tui/tui-layout.c (show_source_disasm_command, show_data)
4986 (show_source_or_disasm_and_command): Update.
4987 * tui/tui-disasm.c (tui_set_disassem_content)
4988 (tui_get_begin_asm_address): Update.
4989 * tui/tui-data.h (struct tui_locator_element): Remove.
4990 (union tui_which_element) <locator>: Remove.
4991 (struct tui_locator_window): New.
4992 (tui_locator_win_info_ptr): Change return type.
4993 * tui/tui-data.c (_locator): Change type.
4994 (tui_locator_win_info_ptr): Change return type.
4995 (init_content_element): Remove LOCATOR_WIN case. Add assert.
4996 (tui_alloc_content): Add assert.
4997
4998 2019-06-25 Tom Tromey <tom@tromey.com>
4999
5000 * tui/tui-winsource.c
5001 (tui_exec_info_window::maybe_allocate_content): New method.
5002 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5003 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5004 (make_source_or_disasm_window): Add cast.
5005 * tui/tui-data.h (union tui_which_element) <simple_string>:
5006 Remove.
5007 (struct tui_source_info): New.
5008 (struct tui_source_window_base) <execution_info>: Change type.
5009 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5010 case, and add assert.
5011 (tui_alloc_content): Add assert.
5012
5013 2019-06-25 Tom Tromey <tom@tromey.com>
5014
5015 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5016 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5017 * tui/tui-data.c (tui_alloc_win_info): Remove.
5018
5019 2019-06-25 Tom Tromey <tom@tromey.com>
5020
5021 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5022 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5023 can_highlight.
5024
5025 2019-06-25 Tom Tromey <tom@tromey.com>
5026
5027 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5028 make_visible_with_new_height method.
5029 (tui_win_info::make_visible_with_new_height): New method.
5030 (tui_source_window_base::do_make_visible_with_new_height)
5031 (tui_data_window::do_make_visible_with_new_height)
5032 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5033 (make_visible_with_new_height): Remove.
5034 (tui_resize_all, tui_adjust_win_heights): Use
5035 make_visible_with_new_height method.
5036 * tui/tui-data.h (struct tui_win_info)
5037 <do_make_visible_with_new_height, make_visible_with_new_height>:
5038 New methods.
5039 (struct tui_source_window_base, struct tui_data_window)
5040 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5041 methods.
5042
5043 2019-06-25 Tom Tromey <tom@tromey.com>
5044
5045 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5046 method.
5047 (update_tab_width): Call update_tab_width method.
5048 * tui/tui-data.h (struct tui_win_info)
5049 (struct tui_source_window_base) <update_tab_width>: New methods.
5050
5051 2019-06-25 Tom Tromey <tom@tromey.com>
5052
5053 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5054 parameter.
5055 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5056 parameter.
5057 (tui_gen_win_info::make_visible): Update.
5058 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5059 parameter.
5060 * tui/tui-data.h (enum tui_box): New enum.
5061 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5062
5063 2019-06-25 Tom Tromey <tom@tromey.com>
5064
5065 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5066 init_and_make_win for EXEC_INFO_WIN.
5067 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5068 longer inline.
5069 (struct tui_win_info) <~tui_win_info>: Inline.
5070 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5071 Don't declare.
5072 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5073 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5074 Remove.
5075 (tui_initialize_static_data): Update.
5076 (~tui_gen_win_info): Handle more cleanup here.
5077 (~tui_source_window_base): Delete "execution_info".
5078 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5079
5080 2019-06-25 Tom Tromey <tom@tromey.com>
5081
5082 * tui/tui-layout.c (make_command_window): Don't set
5083 can_highlight.
5084 (show_source_disasm_command): Call the reset method.
5085 (show_data): Don't set can_highlight. Call the reset method.
5086 (tui_gen_win_info::reset): Rename from init_gen_win_info
5087 (init_and_make_win): Simplify. Return tui_gen_win_info.
5088 (show_source_or_disasm_and_command): Call the reset method.
5089 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5090 (struct tui_cmd_window): Set can_highlight.
5091
5092 2019-06-25 Tom Tromey <tom@tromey.com>
5093
5094 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5095 from make_visible.
5096 (tui_make_visible, tui_make_invisible): Rewrite.
5097 (tui_win_info::make_visible): Remove.
5098 (tui_source_window_base::make_visible): Update.
5099 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5100 method. Moved from...
5101 (struct tui_win_info) <make_visible>: ...here.
5102
5103 2019-06-25 Tom Tromey <tom@tromey.com>
5104
5105 * tui/tui-winsource.c
5106 (tui_source_window_base::do_scroll_horizontal): Remove direction
5107 parameter.
5108 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5109 direction parameter.
5110 * tui/tui-win.c (tui_win_info::forward_scroll)
5111 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5112 (tui_win_info::right_scroll): Update.
5113 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5114 direction parameter.
5115 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5116 direction parameter.
5117 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5118 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5119 Remove direction parameter.
5120 (struct tui_source_window_base, struct tui_source_window)
5121 (struct tui_disasm_window, struct tui_data_window)
5122 (struct tui_cmd_window): Update.
5123
5124 2019-06-25 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui-winsource.h (tui_set_exec_info_content)
5127 (tui_show_exec_info_content, tui_erase_exec_info_content)
5128 (tui_clear_exec_info_content, tui_update_exec_info): Change
5129 argument to tui_source_window_base.
5130 * tui/tui-winsource.c (tui_set_exec_info_content)
5131 (tui_show_exec_info_content, tui_erase_exec_info_content)
5132 (tui_clear_exec_info_content, tui_update_exec_info): Change
5133 argument to tui_source_window_base.
5134
5135 2019-06-25 Tom Tromey <tom@tromey.com>
5136
5137 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5138 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5139
5140 2019-06-25 Tom Tromey <tom@tromey.com>
5141
5142 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5143 check.
5144
5145 2019-06-25 Tom Tromey <tom@tromey.com>
5146
5147 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5148 type to void.
5149 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5150 type to void.
5151 * tui/tui-source.c (tui_set_source_content): Update.
5152 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5153
5154 2019-06-25 Tom Tromey <tom@tromey.com>
5155
5156 * tui/tui-win.c (window_name_completer, tui_set_focus)
5157 (tui_all_windows_info): Use name method.
5158 * tui/tui-data.h (struct tui_gen_win_info)
5159 (struct tui_source_window, struct tui_disasm_window)
5160 (struct tui_data_window, struct tui_cmd_window) <name>: New
5161 method.
5162 (tui_win_name): Don't declare.
5163 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5164 (tui_win_name): Remove.
5165
5166 2019-06-25 Tom Tromey <tom@tromey.com>
5167
5168 * tui/tui-winsource.h (tui_update_source_window)
5169 (tui_update_source_window_as_is): Change parameter type.
5170 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5171 to be a tui_source_window_base.
5172 (tui_update_source_window_as_is): Likewise.
5173 * tui/tui-win.c (make_visible_with_new_height): Update.
5174
5175 2019-06-25 Tom Tromey <tom@tromey.com>
5176
5177 * tui/tui-winsource.c (tui_erase_source_content)
5178 (tui_show_source_content, tui_show_exec_info_content)
5179 (tui_erase_exec_info_content): Use refresh_window method.
5180 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5181 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5182 from tui_refresh_win.
5183 (tui_data_window::refresh_window): New method.
5184 (tui_win_info::refresh, tui_source_window_base::refresh)
5185 (tui_refresh_all): Use refresh_window method.
5186 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5187 method.
5188 * tui/tui-regs.c (tui_display_register): Call refresh_window
5189 method.
5190 * tui/tui-layout.c (show_source_disasm_command)
5191 (show_source_or_disasm_and_command): Call refresh_window method.
5192 * tui/tui-data.h (struct tui_gen_win_info)
5193 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5194 New method.
5195
5196 2019-06-25 Tom Tromey <tom@tromey.com>
5197
5198 * tui/tui.c (tui_rl_other_window, tui_enable)
5199 (tui_is_window_visible, tui_get_command_dimension): Update.
5200 * tui/tui-winsource.c (tui_update_source_window_as_is)
5201 (tui_clear_source_content, tui_erase_source_content)
5202 (tui_show_source_line, tui_source_window_base::refill)
5203 (tui_source_window_base::do_scroll_horizontal)
5204 (tui_source_window_base::set_is_exec_point_at)
5205 (tui_update_breakpoint_info, tui_set_exec_info_content)
5206 (tui_alloc_source_buffer, tui_line_is_displayed)
5207 (tui_addr_is_displayed): Update.
5208 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5209 (tui_check_and_display_highlight_if_needed)
5210 (tui_win_info::make_visible, tui_win_info::refresh)
5211 (tui_refresh_all): Update.
5212 * tui/tui-windata.c (tui_first_data_item_displayed)
5213 (tui_delete_data_content_windows, tui_erase_data_content)
5214 (tui_display_all_data, tui_data_window::refresh_all)
5215 (tui_check_data_values): Update.
5216 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5217 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5218 (tui_win_info::backward_scroll, tui_refresh_all_win)
5219 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5220 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5221 (tui_source_window_base::set_new_height)
5222 (tui_data_window::set_new_height)
5223 (make_invisible_and_set_new_height)
5224 (make_visible_with_new_height, new_height_ok)
5225 (parse_scrolling_args): Update.
5226 * tui/tui-stack.c (tui_show_frame_info): Update.
5227 * tui/tui-source.c (tui_set_source_content)
5228 (tui_set_source_content_nil, tui_source_is_displayed)
5229 (tui_source_window::do_scroll_vertical): Update.
5230 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5231 (tui_display_registers_from, tui_display_reg_element_at_line)
5232 (tui_check_register_values, tui_reg_command): Update.
5233 * tui/tui-layout.c (tui_default_win_height)
5234 (show_source_disasm_command, show_data, init_and_make_win)
5235 (show_source_or_disasm_and_command): Update.
5236 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5237 (tui_redisplay_readline, tui_mld_flush)
5238 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5239 (tui_getc): Update.
5240 * tui/tui-disasm.c (tui_set_disassem_content)
5241 (tui_disasm_window::do_scroll_vertical): Update.
5242 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5243 Now virtual.
5244 (struct tui_win_info): Derive from tui_gen_win_info.
5245 <~tui_win_info>: Mark as override.
5246 <generic>: Remove member.
5247 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5248 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5249 (~tui_data_window, ~tui_win_info)
5250 (tui_free_all_source_wins_content): Update.
5251 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5252
5253 2019-06-25 Tom Tromey <tom@tromey.com>
5254
5255 * tui/tui-layout.c (init_and_make_win): Use new.
5256 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5257 destructor, initializers.
5258 (tui_alloc_generic_win_info): Don't declare.
5259 * tui/tui-data.c (_locator): Add argument to constructor.
5260 (source_win, disasm_win): New globals.
5261 (exec_info): Remove.
5262 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5263 Update.
5264 (tui_alloc_generic_win_info): Remove.
5265 (init_content_element): Use new.
5266 (tui_win_info::tui_win_info): Update.
5267 (free_content_elements) <case DATA_WIN>: Use delete.
5268
5269 2019-06-25 Tom Tromey <tom@tromey.com>
5270
5271 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5272 * tui/tui-windata.c (tui_first_data_item_displayed)
5273 (tui_delete_data_content_windows): Update.
5274 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5275 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5276 (tui_display_registers_from, tui_check_register_values): Update.
5277 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5278 pointer.
5279 * tui/tui-data.c (init_content_element): Update. Allocate the new
5280 window.
5281 (tui_free_data_content): Update.
5282 (free_content_elements) <case DATA_WIN>: Free the window.
5283
5284 2019-06-25 Tom Tromey <tom@tromey.com>
5285
5286 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5287 Update.
5288 * tui/tui-layout.c (make_command_window)
5289 (show_source_disasm_command, show_data, init_and_make_win)
5290 (show_source_or_disasm_and_command): Update.
5291 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5292 method.
5293 <can_highight, is_highlighted>: Now bool.
5294 (tui_set_win_highlight): Don't declare.
5295 * tui/tui-data.c (tui_set_win_highlight): Remove.
5296
5297 2019-06-25 Tom Tromey <tom@tromey.com>
5298
5299 * tui/tui-wingeneral.c (make_visible): Remove check of window
5300 type.
5301
5302 2019-06-25 Tom Tromey <tom@tromey.com>
5303
5304 * tui/tui-win.c (tui_win_info::max_height)
5305 (tui_cmd_window::max_height): New methods.
5306 (new_height_ok): Call max_height.
5307 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5308 <max_height>: New method.
5309
5310 2019-06-25 Tom Tromey <tom@tromey.com>
5311
5312 * tui/tui-win.c (tui_source_window_base::set_new_height)
5313 (tui_data_window::set_new_height): New methods.
5314 (make_invisible_and_set_new_height): Call set_new_height method.
5315 * tui/tui-data.h (struct tui_win_info)
5316 (struct tui_source_window_base, struct tui_data_window)
5317 <set_new_height>: New method.
5318
5319 2019-06-25 Tom Tromey <tom@tromey.com>
5320
5321 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5322 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5323 tui_refresh_data_win.
5324 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5325 method.
5326 (tui_refresh_all_win): Call the refresh_all method.
5327 (tui_set_focus): Likewise.
5328 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5329 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5330 Likewise.
5331
5332 2019-06-25 Tom Tromey <tom@tromey.com>
5333
5334 * tui/tui-winsource.h (tui_refill_source_window)
5335 (tui_set_is_exec_point_at): Don't declare.
5336 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5337 (tui_source_window_base::refill): Rename from
5338 tui_refill_source_window.
5339 (tui_source_window_base::do_scroll_horizontal): Update.
5340 (tui_source_window_base::set_is_exec_point_at): Rename from
5341 tui_set_is_exec_point_at.
5342 (tui_update_all_breakpoint_info): Update.
5343 * tui/tui-stack.c (tui_show_frame_info): Update.
5344 * tui/tui-layout.c (show_data): Add cast.
5345 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5346 * tui/tui-data.h (struct tui_source_window_base) <refill,
5347 set_is_exec_point_at>: New methods.
5348 (tui_source_windows, tui_add_to_source_windows): Update types.
5349 (tui_add_to_source_windows): Remove redundant declaration.
5350 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5351 (tui_source_windows): Change return type.
5352 (tui_clear_source_windows_detail): Update.
5353 (tui_add_to_source_windows): Change type of parameter.
5354 (tui_free_all_source_wins_content): Update.
5355
5356 2019-06-25 Tom Tromey <tom@tromey.com>
5357
5358 * tui/tui-wingeneral.c (tui_win_info::refresh)
5359 (tui_source_window_base::refresh): New methods.
5360 (tui_refresh_all): Call the refresh method.
5361 * tui/tui-data.h (struct tui_win_info)
5362 (struct tui_source_window_base) <refresh>: New method.
5363
5364 2019-06-25 Tom Tromey <tom@tromey.com>
5365
5366 * tui/tui.h (tui_is_window_visible): Return bool.
5367 * tui/tui.c (tui_is_window_visible): Return bool.
5368 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5369 (tui_make_visible, tui_make_invisible)
5370 (tui_win_info::make_visible)
5371 (tui_source_window_base::make_visible, make_all_visible)
5372 (tui_make_all_visible, tui_make_all_invisible): Update.
5373 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5374 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5375 bool.
5376 (struct tui_win_info, struct tui_source_window_base)
5377 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5378 * tui/tui-data.c (tui_init_generic_part): Update.
5379
5380 2019-06-25 Tom Tromey <tom@tromey.com>
5381
5382 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5383 (tui_source_window_base::make_visible): New methods.
5384 (make_all_visible): Make method call.
5385 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5386 (struct tui_source_window_base, struct tui_cmd_window): Override
5387 make_visible.
5388 (tui_win_is_source_type): Don't declare.
5389 * tui/tui-data.c (tui_win_is_source_type): Remove.
5390
5391 2019-06-25 Tom Tromey <tom@tromey.com>
5392
5393 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5394 NULL check.
5395
5396 2019-06-25 Tom Tromey <tom@tromey.com>
5397
5398 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5399 Inline constructor. Add initializers for members.
5400 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5401 constructors; now inline in class.
5402
5403 2019-06-25 Tom Tromey <tom@tromey.com>
5404
5405 * tui/tui-regs.c (tui_show_registers): Update.
5406 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5407 bool.
5408 * tui/tui-data.c (tui_data_window::clear_detail)
5409 (tui_data_window): Update.
5410
5411 2019-06-25 Tom Tromey <tom@tromey.com>
5412
5413 * tui/tui-windata.c (tui_display_all_data)
5414 (tui_display_data_from_line, tui_display_data_from)
5415 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5416 Update.
5417 * tui/tui-regs.c (tui_last_regs_line_no)
5418 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5419 (tui_show_registers, tui_show_register_group)
5420 (tui_display_registers_from, tui_display_reg_element_at_line)
5421 (tui_display_registers_from_line, tui_check_register_values)
5422 (tui_reg_next, tui_reg_prev): Update.
5423 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5424 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5425 tui_data_window.
5426 (struct tui_win_info) <detail>: Remove. Add new fields from
5427 tui_data_info.
5428 (TUI_DATA_WIN): Add cast.
5429 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5430 (~tui_data_window): Simplify.
5431
5432 2019-06-25 Tom Tromey <tom@tromey.com>
5433
5434 * tui/tui-layout.c (show_source_disasm_command)
5435 (show_source_or_disasm_and_command): Update.
5436 * tui/tui-io.c (update_cmdwin_start_line)
5437 (tui_redisplay_readline): Update.
5438 * tui/tui-data.h (struct tui_command_info): Remove.
5439 (struct tui_win_info) <detail>: Remove command_info member.
5440 (struct tui_data_window) <start_line>: New member, from
5441 tui_command_info.
5442 (TUI_CMD_WIN): Add casts.
5443
5444 2019-06-25 Tom Tromey <tom@tromey.com>
5445
5446 * tui/tui-winsource.c (tui_update_source_window)
5447 (tui_refill_source_window)
5448 (tui_source_window_base::do_scroll_horizontal)
5449 (tui_update_breakpoint_info, tui_set_exec_info_content)
5450 (tui_show_exec_info_content, tui_erase_exec_info_content)
5451 (tui_clear_exec_info_content): Update.
5452 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5453 Update.
5454 * tui/tui-win.c (make_invisible_and_set_new_height)
5455 (make_visible_with_new_height): Update.
5456 * tui/tui-source.c (tui_set_source_content)
5457 (tui_show_symtab_source): Update.
5458 * tui/tui-layout.c (extract_display_start_addr)
5459 (show_source_disasm_command, show_data)
5460 (make_source_or_disasm_window)
5461 (show_source_or_disasm_and_command): Update.
5462 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5463 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5464 "gdbarch".
5465 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5466 to tui_source_window_base.
5467 (struct tui_win_info) <detail>: Remove source_info member.
5468 (struct tui_source_window_base) <has_locator>: Inline.
5469 Move contents from tui_source_info; rename has_locator member to
5470 m_has_locator.
5471 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5472 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5473 header file.
5474 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5475 Simplify.
5476 (tui_free_all_source_wins_content): Cast to
5477 tui_source_window_base.
5478
5479 2019-06-25 Tom Tromey <tom@tromey.com>
5480
5481 * tui/tui-win.c (make_invisible_and_set_new_height)
5482 (make_visible_with_new_height): Call has_locator method.
5483 * tui/tui-layout.c (show_source_disasm_command, show_data)
5484 (show_source_or_disasm_and_command): Update for bool change.
5485 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5486 (tui_win_info) <has_locator>: New method.
5487 (struct tui_source_window_base) <has_locator>: New method.
5488 (tui_win_has_locator): Don't declare.
5489 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5490 from tui_win_has_locator.
5491 (tui_source_window_base): Use false, not FALSE.
5492
5493 2019-06-25 Tom Tromey <tom@tromey.com>
5494
5495 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
5496 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
5497 clear_detail method directly.
5498 (tui_clear_win_detail): Remove.
5499
5500 2019-06-25 Tom Tromey <tom@tromey.com>
5501
5502 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
5503 "this", not TUI_DISASM_WIN.
5504
5505 2019-06-25 Tom Tromey <tom@tromey.com>
5506
5507 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
5508 declare.
5509 * tui/tui-winsource.c
5510 (tui_source_window_base::do_scroll_horizontal): Rename from
5511 tui_horizontal_source_scroll.
5512 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
5513 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
5514 from tui_vertical_data_scroll.
5515 * tui/tui-win.h (tui_scroll): Don't declare.
5516 * tui/tui-win.c (tui_win_info::forward_scroll)
5517 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5518 (tui_win_info::right_scroll): Rename and update.
5519 (tui_scroll_forward_command, tui_scroll_backward_command)
5520 (tui_scroll_left_command, tui_scroll_right_command): Update.
5521 (tui_scroll): Remove.
5522 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
5523 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
5524 from tui_vertical_source_scroll.
5525 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
5526 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
5527 from tui_vertical_disassem_scroll.
5528 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
5529 do_scroll_horizontal>: New methods.
5530 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
5531 Likewise.
5532 (struct tui_source_window_base): Add do_scroll_horizontal.
5533 (struct tui_source_window, struct tui_disasm_window): Add
5534 do_scroll_vertical.
5535 (struct tui_data_window, struct tui_cmd_window): Add
5536 do_scroll_horizontal and do_scroll_vertical.
5537 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
5538
5539 2019-06-25 Tom Tromey <tom@tromey.com>
5540
5541 * tui/tui-data.h (struct tui_source_window_base): New struct.
5542 (struct tui_source_window): Derive from tui_source_window_base.
5543 (struct tui_disasm_window): New struct.
5544 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
5545 from tui_source_window::clear_detail.
5546 (tui_source_window_base): Rename from tui_source_window.
5547 (~tui_source_window_base): Rename from ~tui_source_window.
5548 (tui_alloc_win_info): Create a tui_disasm_window.
5549
5550 2019-06-25 Tom Tromey <tom@tromey.com>
5551
5552 * tui/tui-data.h (struct tui_source_window)
5553 (struct tui_data_window): Declare destructors.
5554 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
5555 destructors.
5556 (tui_win_info): Simplify.
5557
5558 2019-06-25 Tom Tromey <tom@tromey.com>
5559
5560 * tui/tui-winsource.c (tui_display_main)
5561 (tui_update_source_windows_with_addr)
5562 (tui_update_all_breakpoint_info): Update.
5563 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5564 (new_height_ok, parse_scrolling_args): Update.
5565 * tui/tui-stack.c (tui_show_frame_info): Update.
5566 * tui/tui-data.h (struct tui_list): Remove.
5567 (tui_source_windows): Return a reference to a std::vector.
5568 * tui/tui-data.c (source_windows): Now a std::vector.
5569 (tui_source_windows): Change return type.
5570 (tui_clear_source_windows): Rewrite.
5571 (tui_clear_source_windows_detail, tui_add_to_source_windows)
5572 (tui_free_all_source_wins_content): Rewrite.
5573
5574 2019-06-25 Tom Tromey <tom@tromey.com>
5575
5576 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
5577 (struct tui_data_window, struct tui_cmd_window): Declare
5578 clear_detail method.
5579 * tui/tui-data.c (tui_source_window::clear_detail)
5580 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
5581 methods.
5582 (tui_clear_win_detail): Simplify.
5583
5584 2019-06-25 Tom Tromey <tom@tromey.com>
5585
5586 * tui/tui-layout.c (make_source_window, make_disasm_window)
5587 (make_source_or_disasm_window): Remove win_info_ptr parameter.
5588 Return the new window.
5589 (show_source_disasm_command, show_data)
5590 (show_source_or_disasm_and_command): Update.
5591
5592 2019-06-25 Tom Tromey <tom@tromey.com>
5593
5594 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
5595 parameter. Return the new window.
5596 (show_source_disasm_command): Update and remove NULL check.
5597 (show_source_or_disasm_and_command): Update.
5598
5599 2019-06-25 Tom Tromey <tom@tromey.com>
5600
5601 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
5602
5603 2019-06-25 Tom Tromey <tom@tromey.com>
5604
5605 * tui/tui-data.h (struct tui_win_info): Make constructor
5606 protected. Make destructor virtual. Add initializers.
5607 (tui_source_window, tui_data_window, tui_cmd_window): New
5608 classes.
5609 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
5610 constructor. Add "type" parameter.
5611 (tui_source_window, tui_data_window, tui_cmd_window): New
5612 constructors.
5613 (tui_alloc_win_info): Instantiate the appropriate subclass.
5614
5615 2019-06-25 Tom Tromey <tom@tromey.com>
5616
5617 * tui/tui-win.c (tui_resize_all): Use delete.
5618 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
5619 destructor.
5620 (tui_free_window): Don't declare.
5621 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
5622 Update.
5623
5624 2019-06-25 Tom Tromey <tom@tromey.com>
5625
5626 * tui/tui-data.h (struct tui_win_info): Add constructor.
5627 * tui/tui-data.c (tui_alloc_win_info): Use new.
5628 (tui_free_window): Use delete.
5629
5630 2019-06-22 Tom Tromey <tom@tromey.com>
5631
5632 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
5633 declare.
5634 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
5635
5636 2019-06-22 Tom Tromey <tom@tromey.com>
5637
5638 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
5639 declare.
5640 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
5641
5642 2019-06-22 Tom de Vries <tdevries@suse.de>
5643
5644 * dwarf2read.c (create_addrmap_from_aranges)
5645 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
5646 instead of '%zu'.
5647
5648 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
5649
5650 * dwarf2read.h (dwarf2_section_info_def): Remove.
5651 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
5652 * dwarf2read.c (struct dwo_sections) <types>: Change type to
5653 std::vector<dwarf2_section_info>.
5654 (struct dwo_file) <~dwo_file>: Remove.
5655 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
5656 types field.
5657 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
5658 (dwarf2_read_debug_names): Likewise.
5659 (create_debug_types_hash_table): Change parameter type to
5660 array_view, adjust code accordingly.
5661 (dwarf2_locate_dwo_sections): Adjust to std::vector.
5662 (partial_die_info::fixup): Likewise.
5663 (determine_prefix): Likewise.
5664 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
5665
5666 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5667
5668 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
5669 gdb_bfd_ref_ptr.
5670 <~dwo_file>: Remove call to gdb_bfd_unref.
5671 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
5672 gdb_bfd_ref_ptr::get.
5673
5674 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5675
5676 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
5677 type to htab_up.
5678 * dwarf2read.c (struct dwo_file): Initialize fields.
5679 <~dwo_file>: New.
5680 (free_dwo_file): Remove, move content to ~dwo_file.
5681 (struct dwo_file_deleter): Remove.
5682 (dwo_file_up>: Remove custom deleter.
5683 (free_dwo_files): Remove.
5684 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
5685 dwo_files.
5686 (process_skeletonless_type_units): Call unique_ptr::get.
5687 (allocate_dwo_file_hash_table): Add deleter to created hash
5688 table. Change return type to htab_up.
5689 (lookup_dwo_file_slot): Don't memset dwo_file, call
5690 unique_ptr::get.
5691 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
5692 (create_dwo_unit_in_dwp_v2): Likewise.
5693 (open_and_init_dwo_file): Likewise.
5694 (free_dwo_file_from_slot): Remove.
5695
5696 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5697
5698 * dwarf2read.h (struct dwarf2_section_info) <readin,
5699 is_virtual>: Change type to bool.
5700 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
5701 true instead of 1.
5702
5703 2019-06-19 Tom Tromey <tom@tromey.com>
5704
5705 * tui/tui-data.h (tui_init_content_element): Don't declare.
5706
5707 2019-06-19 Tom Tromey <tom@tromey.com>
5708
5709 * tui/tui-data.h (tui_init_win_info): Don't declare.
5710
5711 2019-06-19 Tom de Vries <tdevries@suse.de>
5712
5713 * dwarf2read.h (abstract_to_concrete): Change type to
5714 std::unordered_map<sect_offset, std::vector<sect_offset>,
5715 gdb::hash_enum<sect_offset>>.
5716
5717 2019-06-19 Tom Tromey <tromey@adacore.com>
5718
5719 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
5720 EVAL_AVOID_SIDE_EFFECTS specially.
5721
5722 2019-06-19 Tom Tromey <tromey@adacore.com>
5723
5724 * source-cache.c (highlighter): New global.
5725 (source_cache::get_source_lines): Create a highlighter on demand.
5726
5727 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * defs.h (deprecated_interactive_hook): Delete declaration.
5730 * interps.c (clear_interpreter_hooks): Remove use of
5731 deprecated_interactive_hook.
5732 * top.c (deprecated_interactive_hook): Delete definition.
5733 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
5734
5735 2019-06-18 Tom de Vries <tdevries@suse.de>
5736
5737 PR gdb/24515
5738 * dwarf2read.h (abstract_to_concrete): Change type from
5739 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
5740 std::unordered_map<sect_offset, std::vector<sect_offset>>.
5741 * dwarf2read.c (read_variable): Update.
5742 (dwarf2_fetch_die_loc_sect_off): Update.
5743
5744 2019-06-17 Tom de Vries <tdevries@suse.de>
5745
5746 PR gdb/24617
5747 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
5748 accessing parent[parent_len - 1].
5749
5750 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5751
5752 PR gdb/24364
5753 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
5754 call dtrace_process_dof with NULL dof.
5755
5756 2019-06-16 Tom de Vries <tdevries@suse.de>
5757
5758 PR gdb/24445
5759 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
5760
5761 2019-06-16 Tom Tromey <tom@tromey.com>
5762
5763 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5764 (make_all_visible): Use address of member.
5765
5766 2019-06-16 Tom Tromey <tom@tromey.com>
5767
5768 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
5769 (tui_free_window, free_content, free_content_elements): Remove
5770 unnecessary cast.
5771 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
5772 cast.
5773 * tui/tui-regs.c (tui_show_register_group)
5774 (tui_display_registers_from, tui_display_reg_element_at_line):
5775 Remove unnecessary cast.
5776
5777 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5778
5779 * linux-nat.c (normal_mask): Delete.
5780 (_initialize_linux_nat): Don't initialise normal_mask.
5781
5782 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5783
5784 PR gdb/24445
5785 * dwarf-index-write.h (write_psymtabs_to_index): Add
5786 dwz_basename parameter.
5787 * dwarf-index-write.c (write_gdbindex): Move file writing to
5788 write_gdbindex_1. Change return type void.
5789 (assert_file_size): Move up, remove filename parameter.
5790 (write_gdbindex_1): New function.
5791 (write_debug_names): Change return type to void, call
5792 assert_file_size.
5793 (struct index_wip_file): New struct.
5794 (write_psymtabs_to_index): Add dwz_basename parameter. Move
5795 file logic to index_wip_file. Write index for dwz file if
5796 needed.
5797 (save_gdb_index_command): Pass basename of dwz file, if present.
5798 * dwarf-index-cache.c (index_cache::store): Obtain and pass
5799 build-id of dwz file, if present.
5800 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
5801 (dwarf2_get_dwz_file): Likewise.
5802 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
5803 (dwarf2_get_dwz_file): Likewise.
5804
5805 2019-06-16 Tom Tromey <tom@tromey.com>
5806
5807 * coffread.c (process_coff_symbol): Use xstrdup.
5808 * value.c (create_internalvar): Use xstrdup.
5809
5810 2019-06-16 Tom Tromey <tom@tromey.com>
5811
5812 * valops.c (value_cast, value_slice): Remove unnecessary cast.
5813 * breakpoint.c (stopin_command, stopat_command)
5814 (until_break_command, decode_location_default): Remove unnecessary
5815 cast.
5816 * utils.c (subset_compare): Remove unnecessary cast.
5817 * ada-lang.c (ada_update_initial_language): Remove unnecessary
5818 cast.
5819 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
5820 cast.
5821 * infcmd.c (path_command): Remove unnecessary cast.
5822 * coffread.c (decode_type): Remove unnecessary cast.
5823 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
5824 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
5825 * tui/tui-stack.c (tui_show_locator_content)
5826 (tui_show_frame_info): Remove unnecessary cast.
5827 * tui/tui-win.c (tui_scroll_forward_command)
5828 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
5829 (parse_scrolling_args): Remove unnecessary cast.
5830 * tui/tui-data.c (init_win_info, tui_del_window)
5831 (tui_free_window, tui_del_data_windows, tui_free_data_content)
5832 (free_content_elements): Remove unnecessary cast.
5833 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
5834 unnecessary cast.
5835 * tui/tui-source.c (tui_set_source_content)
5836 (tui_vertical_source_scroll): Remove unnecessary cast.
5837 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
5838 cast.
5839 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
5840 * tui/tui-regs.c (tui_display_registers_from)
5841 (tui_display_register): Remove unnecessary cast.
5842 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
5843 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
5844 (make_visible): Remove unnecessary cast.
5845 * tui/tui-winsource.c (tui_erase_source_content)
5846 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
5847 unnecessary cast.
5848 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
5849 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
5850 * stabsread.c (read_type, read_array_type, read_range_type):
5851 Remove unnecessary cast.
5852 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
5853 (parse_symbol, parse_type, upgrade_type, parse_external)
5854 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
5855 unnecessary cast.
5856 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
5857
5858 2019-06-16 Tom Tromey <tom@tromey.com>
5859
5860 * tui/tui-data.c (tui_alloc_generic_win_info)
5861 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
5862 checks.
5863
5864 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5865 Andrew Burgess <andrew.burgess@embecosm.com>
5866
5867 * f-typeprint.c (f_print_type): Don't return early for not
5868 associated or not allocated types.
5869 (f_type_print_varspec_suffix): Add print_rank parameter and print
5870 ranks of array types in case they dangling.
5871 (f_type_print_base): Add print_rank parameter.
5872
5873 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5874
5875 * NEWS: Mention new MI commands.
5876 * break-catch-throw.c (enum exception_event_kind): Move to
5877 breakpoint.h.
5878 (print_mention_exception_catchpoint): Output text as a single
5879 message.
5880 (catch_exception_command_1): Rename to...
5881 (catch_exception_event): ...this, make non-static, update header
5882 command, and change some parameter types.
5883 (catch_catch_command): Update for changes to
5884 catch_exception_command_1.
5885 (catch_throw_command): Likewise.
5886 (catch_rethrow_command): Likewise.
5887 * breakpoint.c (enum exception_event_kind): Delete.
5888 * breakpoint.h (enum exception_event_kind): Moved here from
5889 break-catch-throw.c.
5890 (catch_exception_event): Declare.
5891 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
5892 (mi_cmd_catch_throw): New function.
5893 (mi_cmd_catch_rethrow): New function.
5894 (mi_cmd_catch_catch): New function.
5895 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
5896 'catch-catch' entries.
5897 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
5898 (mi_cmd_catch_rethrow): Declare.
5899 (mi_cmd_catch_catch): Declare.
5900
5901 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * annotate.c (annotate_source_line): Change return type to void,
5904 update implementation to match.
5905 * annotate.h (annotate_source_line): Change return type to void,
5906 update header comment.
5907 * stack.c (print_frame_info): Don't change what frame information
5908 is printed based on whether annotations are on or not.
5909
5910 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5911
5912 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
5913 (annotate_source): Make static.
5914 (annotate_source_line): Moved from source.c and renamed from
5915 identify_source_line. Update the return type.
5916 * annotate.h (annotate_source): Delete declaration.
5917 (annotate_source_line): Declaration moved from source.h, and
5918 renamed from identify_source_line. Return type updated.
5919 * source.c (identify_source_line): Moved to annotate.c and renamed
5920 to annotate_source_line.
5921 (info_line_command): Remove check of annotation_level.
5922 * source.h (identify_source_line): Move declaration to annotate.h
5923 and rename to annotate_source_line.
5924 * stack.c: Add 'annotate.h' include.
5925 (print_frame_info): Remove check of annotation_level before
5926 calling annotate_source_line.
5927
5928 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5929
5930 * source-cache.c (source_cache::get_plain_source_lines): Use
5931 open_source_file_with_line_charpos instead of just
5932 open_source_file, remove call to find_source_lines.
5933 (source_cache::get_source_lines): Likewise.
5934 * source.c (find_source_lines): Make static.
5935 (get_filename_and_charpos): Renamed into...
5936 (open_source_file_with_line_charpos): ..this along with changes to
5937 return a scoped_fd, and some other minor clean ups.
5938 (identify_source_line): Use open_source_file_with_line_charpos.
5939 (search_command_helper): Use open_source_file_with_line_charpos
5940 instead of just open_source_file, remove call to
5941 find_source_lines.
5942 * source.h (open_source_file_with_line_charpos): Declare new
5943 function.
5944 (find_source_lines): Delete declaration.
5945
5946 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5947
5948 * source.c (get_filename_and_charpos): Remove fullname
5949 parameter.
5950 (identify_source_line): Update call to get_filename_and_charpos.
5951
5952 2019-06-14 Tom Tromey <tromey@adacore.com>
5953
5954 PR gdb/24502:
5955 * ui-style.h (skip_ansi_escape): Update comment.
5956 * ui-file.h (class no_terminal_escape_file): New class.
5957 * ui-file.c (no_terminal_escape_file::write)
5958 (no_terminal_escape_file::puts): New methods.
5959 * cli/cli-logging.c (handle_redirections): Use
5960 no_terminal_escape_file.
5961
5962 2019-06-14 Tom Tromey <tromey@adacore.com>
5963
5964 * NEWS: Move convenience variable news above Python news.
5965
5966 2019-06-14 Tom Tromey <tom@tromey.com>
5967
5968 * gnulib: Move directory to top-level.
5969 * configure.ac: Don't configure gnulib.
5970 * configure: Rebuild.
5971 * common/common-defs.h: Use new path to gnulib.
5972 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
5973 (GNULIB_H): Remove.
5974 (INCGNU): Look in new gnulib location.
5975 (HFILES_NO_SRCDIR): Remove gnulib files.
5976 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
5977 (generated_files): Remove GNULIB_H.
5978 ($(LIBGNU), all-lib): Remove targets.
5979 (distclean): Don't mention GNULIB_BUILDDIR.
5980 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
5981
5982 2019-06-14 Tom Tromey <tromey@adacore.com>
5983
5984 * symfile.c (add_symbol_file_command): Remove obsolete comment.
5985 Warn if symbol file does not provide any symbols.
5986
5987 2019-06-14 Tom Tromey <tromey@adacore.com>
5988
5989 * source.c (find_and_open_source): Respect basenames_may_differ.
5990
5991 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
5992
5993 * annotate.c (annotate_breakpoints_invalid): Make use of
5994 scoped_restore_terminal_state.
5995 (annotate_frames_invalid): Likewise.
5996
5997 2019-06-14 Tom Tromey <tromey@adacore.com>
5998
5999 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6000 allow assignment to an internalvar.
6001
6002 2019-06-14 Tom Tromey <tromey@adacore.com>
6003
6004 * ada-lex.l: Allow "_" in attribute names.
6005
6006 2019-06-14 Tom Tromey <tromey@adacore.com>
6007
6008 PR gdb/24653:
6009 * regcache.c (registers_changed): Don't call alloca.
6010 * top.c (execute_command): Don't call alloca.
6011
6012 2019-06-13 Pedro Alves <palves@redhat.com>
6013
6014 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6015 'expression'. When parsing an expression, error out if there's
6016 junk after "unlimited".
6017 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6018 (do_set_command): Adjust calls to is_unlimited_literal.
6019
6020 2019-06-13 Pedro Alves <palves@redhat.com>
6021
6022 * compile/compile.c (make_compile_options_def_group): Add braces
6023 around array_view initializer.
6024 * thread.c (make_thread_apply_all_options_def_group)
6025 (make_thread_apply_all_options_def_group): Likewise.
6026
6027 2019-06-13 Pedro Alves <palves@redhat.com>
6028
6029 * NEWS (New commands): Mention "maint test-options
6030 require-delimiter", "maint test-options unknown-is-error", "maint
6031 test-options unknown-is-operand" and "maint show
6032 test-options-completion-result".
6033 (New command options, command completion): New section.
6034 (Completion improvements): New section.
6035 Mention that you can abbreviate "unlimited".
6036
6037 2019-06-13 Pedro Alves <palves@redhat.com>
6038
6039 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6040 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6041 * unittests/cli-utils-selftests.c (test_parse_flags)
6042 (test_parse_flags_qcs): Delete.
6043 (test_cli_utils): Don't call deleted functions.
6044
6045 2019-06-13 Pedro Alves <palves@redhat.com>
6046
6047 * thread.c: Include "cli/cli-option.h".
6048 (tp_array_compar_ascending): Global.
6049 (tp_array_compar): Delete function.
6050 (tp_array_compar_ascending, tp_array_compar_descending): New
6051 functions.
6052 (ascending_option_def, qcs_flag_option_def)
6053 (thr_qcs_flags_option_defs)
6054 (make_thread_apply_all_options_def_group)
6055 (make_thread_apply_options_def_group): New.
6056 (thread_apply_all_command): Use gdb::option::process_options.
6057 (thread_apply_command_completer)
6058 (thread_apply_all_command_completer): New.
6059 (thread_apply_command): Use gdb::option::process_options.
6060 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6061 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6062 to generate help text of "thread apply". Adjust "taas"'s help.
6063 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6064 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6065
6066 2019-06-13 Pedro Alves <palves@redhat.com>
6067
6068 * thread.c (thread_apply_command): Check for invalid TID with
6069 isdigit instead of !isalpha.
6070
6071 2019-06-13 Pedro Alves <palves@redhat.com>
6072
6073 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6074 (validate_flags_qcs): New.
6075 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6076 (validate_flags_qcs): Declare.
6077 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6078 (make_frame_apply_options_def_group): New.
6079 (frame_apply_command_count): Process options with
6080 gdb::option::process_options.
6081 (frame_apply_completer): New.
6082 (frame_apply_level_completer, frame_apply_all_completer)
6083 (frame_apply_completer): New.
6084 (_initialize_stack): Update help of "frame apply", "frame apply
6085 level", "frame apply all" and "faas" to mention supported options
6086 and install command completers.
6087 * stack.h (frame_apply_all_completer): Declare.
6088 * thread.c: Include "stack.h".
6089 (tfaas_command): Add "--".
6090 (_initialize_thread): Update help "tfaas" to mention supported
6091 options and install command completer.
6092
6093 2019-06-13 Pedro Alves <palves@redhat.com>
6094
6095 * completer.c (complete_nested_command_line): New.
6096 (gdb_completion_word_break_characters_throw): Add assertion.
6097 * completer.h (complete_nested_command_line): Declare.
6098
6099 2019-06-13 Pedro Alves <palves@redhat.com>
6100
6101 * stack.c (parse_backtrace_qualifiers): New.
6102 (backtrace_command): Use it.
6103 (backtrace_command_completer): Complete on qualifiers.
6104
6105 2019-06-13 Pedro Alves <palves@redhat.com>
6106
6107 * frame.c: Include "cli/cli-option.h.
6108 (user_set_backtrace_options): New.
6109 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6110 Delete.
6111 (get_prev_frame): Adjust.
6112 (boolean_option_def, uinteger_option_def)
6113 (set_backtrace_option_defs): New.
6114 (_initialize_frame): Adjust and use
6115 gdb::option::add_setshow_cmds_for_options to install "set
6116 backtrace past-main" and "set backtrace past-entry".
6117 * frame.h: Include "cli/cli-option.h".
6118 (struct frame_print_options): Forward declare.
6119 (print_frame_arguments_all, print_frame_arguments_scalars)
6120 (print_frame_arguments_none): Declare.
6121 (print_entry_values): Delete declaration.
6122 (struct frame_print_options, user_frame_print_options): New.
6123 (struct set_backtrace_options): New.
6124 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6125 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6126 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6127 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6128 (list_args_or_locals): Add frame_print_options parameter.
6129 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6130 * python/py-framefilter.c (enumerate_args): Pass down
6131 USER_FRAME_PRINT_OPTIONS.
6132 * stack.c: Include "cli/cli-option.h".
6133 (print_frame_arguments_all, print_frame_arguments_scalars)
6134 (print_frame_arguments_none): Declare.
6135 (print_raw_frame_arguments, print_entry_values): Delete.
6136 (user_frame_print_options): New.
6137 (boolean_option_def, enum_option_def, frame_print_option_defs):
6138 New.
6139 (struct backtrace_cmd_options): New.
6140 (bt_flag_option_def): New.
6141 (backtrace_command_option_defs): New.
6142 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6143 (print_frame_arg, read_frame_arg, print_frame_args)
6144 (print_frame_info, print_frame): Add frame_print_options parameter
6145 and use it.
6146 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6147 (backtrace_command_1): Add frame_print_options and
6148 backtrace_cmd_options parameters and use them.
6149 (make_backtrace_options_def_group): New.
6150 (backtrace_command): Process command options with
6151 gdb::option::process_options.
6152 (backtrace_command_completer): New.
6153 (_initialize_stack): Extend "backtrace"'s help to mention
6154 supported options. Install completer for "backtrace".
6155 Install some settings commands with add_setshow_cmds_for_options.
6156
6157 2019-06-13 Pedro Alves <palves@redhat.com>
6158
6159 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6160 and that "set/show print raw frame-arguments" are now deprecated.
6161
6162 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6163 command.
6164 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6165 * stack.c (_initialize_stack): Install "set/show print
6166 raw-frame-arguments", and deprecate "set/show print raw
6167 frame-arguments".
6168 * valprint.c (_initialize_valprint): Deprecate "set/show print
6169 raw".
6170
6171 2019-06-13 Pedro Alves <palves@redhat.com>
6172
6173 * compile/compile.c (struct compile_options): New.
6174 (compile_flag_option_def, compile_command_option_defs)
6175 (make_compile_options_def_group): New.
6176 (compile_file_command): Handle options with
6177 gdb::option::process_options.
6178 (compile_file_command_completer): New function.
6179 (compile_code_command): Handle options with
6180 gdb::option::process_options.
6181 (compile_code_command_completer): New function.
6182 (_initialize_compiler): Install completers for "compile code" and
6183 "compile file". Mention available options in "compile code" and
6184 "compile code"'s help.
6185 * completer.c (advance_to_completion_word): New, factored out from
6186 ...
6187 (advance_to_expression_complete_word_point): ... this.
6188 (advance_to_filename_complete_word_point): New.
6189 * completer.h (advance_to_filename_complete_word_point): New
6190 declaration.
6191
6192 2019-06-13 Pedro Alves <palves@redhat.com>
6193
6194 * compile/compile.c: Include "cli/cli-option.h".
6195 (compile_print_value): Scope data pointer is now a
6196 value_print_options pointer; adjust.
6197 (compile_print_command): Process options. Scope data pointer is
6198 now a value_print_options pointer; adjust.
6199 (_initialize_compile): Update "compile print"'s help to include
6200 supported options. Install a completer for "compile print".
6201 * cp-valprint.c (show_vtblprint, show_objectprint)
6202 (show_static_field_print): Delete.
6203 (_initialize_cp_valprint): Don't install "set print
6204 static-members", "set print vtbl", "set print object" here.
6205 * printcmd.c: Include "cli/cli-option.h" and
6206 "common/gdb_optional.h".
6207 (print_command_parse_format): Rework to fill in a
6208 value_print_options instead of a format_data.
6209 (print_value): Change parameter type from format_data pointer to
6210 value_print_options reference. Adjust.
6211 (print_command_1): Process options. Adjust to pass down a
6212 value_print_options.
6213 (print_command_completer): New.
6214 (_initialize_printcmd): Install print_command_completer as
6215 handle_brkchars completer for the "print" command. Update
6216 "print"'s help to include supported options.
6217 * valprint.c: Include "cli/cli-option.h".
6218 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6219 here from cp-valprint.c.
6220 (boolean_option_def, uinteger_option_def)
6221 (value_print_option_defs, make_value_print_options_def_group):
6222 New. Use gdb::option::add_setshow_cmds_for_options to install
6223 "set print elements", "set print null-stop", "set print repeats",
6224 "set print pretty", "set print union", "set print array", "set
6225 print address", "set print symbol", "set print array-indexes".
6226 * valprint.h: Include <string> and "cli/cli-option.h".
6227 (make_value_print_options_def_group): Declare.
6228 (print_value): Change parameter type from format_data pointer to
6229 value_print_options reference.
6230 (print_command_completer): Declare.
6231
6232 2019-06-13 Pedro Alves <palves@redhat.com>
6233
6234 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6235 (COMMON_SFILES): Add maint-test-settings.c.
6236 * cli/cli-decode.c (boolean_enums): New global, factored out from
6237 ...
6238 (add_setshow_boolean_cmd): ... here.
6239 * cli/cli-decode.h (boolean_enums): Declare.
6240 * cli/cli-option.c: New file.
6241 * cli/cli-option.h: New file.
6242 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6243 factored out from ...
6244 (parse_cli_boolean_value(const char *)): ... this.
6245 (is_unlimited_literal): Change parameter type to pointer to
6246 pointer. Adjust and advance ARG pointer.
6247 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6248 (parse_cli_var_enum): New, factored out from ...
6249 (do_set_command): ... this. Adjust.
6250 * cli/cli-setshow.h (parse_cli_boolean_value)
6251 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6252 (parse_cli_var_enum): Declare.
6253 * cli/cli-utils.c: Include "cli/cli-option.h".
6254 (get_ulongest): New.
6255 * cli/cli-utils.h (get_ulongest): Declare.
6256 (check_for_argument): New overloads.
6257 * maint-test-options.c: New file.
6258
6259 2019-06-13 Pedro Alves <palves@redhat.com>
6260
6261 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6262 parse a range if "-" is at the end of the string.
6263
6264 2019-06-13 Pedro Alves <palves@redhat.com>
6265
6266 * cli/cli-setshow.c (parse_auto_binary_operation)
6267 (parse_cli_boolean_value): Don't allow "o".
6268
6269 2019-06-13 Pedro Alves <palves@redhat.com>
6270
6271 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6272 * NEWS: Mention maint test-settings KIND.
6273 * maint-test-settings.c: New file.
6274
6275 2019-06-13 Pedro Alves <palves@redhat.com>
6276
6277 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6278 completer.
6279 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6280 "set" completers.
6281
6282 2019-06-13 Pedro Alves <palves@redhat.com>
6283
6284 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6285 after item.
6286
6287 2019-06-13 Pedro Alves <palves@redhat.com>
6288
6289 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6290
6291 2019-06-13 Pedro Alves <palves@redhat.com>
6292
6293 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6294 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6295 call.
6296 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6297 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6298 calls.
6299 (check_for_argument): Skip spaces after argument.
6300
6301 2019-06-13 Pedro Alves <palves@redhat.com>
6302
6303 * thread.c (thread_apply_command): Adjust TID parsing.
6304 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6305 detected before end of string.
6306 (tid_is_in_list): Error out if LIST is invalid.
6307
6308 2019-06-13 Pedro Alves <palves@redhat.com>
6309
6310 * completer.c (complete_line_internal_1): Rewind completion word
6311 point.
6312 (completion_tracker::advance_custom_word_point_by): Change
6313 parameter type to int.
6314 * completer.h (completion_tracker::advance_custom_word_point_by):
6315 Likewise.
6316
6317 2019-06-13 Pedro Alves <palves@redhat.com>
6318
6319 * completer.c (advance_to_completion_word): Handle delimiters.
6320
6321 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6322
6323 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6324
6325 2019-06-11 Tom Tromey <tom@tromey.com>
6326
6327 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6328 (xmalloc_failed): Move to alloc.c.
6329 * alloc.c: New file.
6330 * Makefile.in (COMMON_SFILES): Add alloc.c.
6331
6332 2019-06-11 Tom Tromey <tom@tromey.com>
6333
6334 * nat/linux-waitpid.c: Don't include server.h.
6335 (linux_debug): Remove.
6336 (my_waitpid): Update.
6337
6338 2019-06-11 Tom Tromey <tromey@adacore.com>
6339
6340 * infcall.c (_initialize_infcall): Remove trailing newline from
6341 help.
6342 * user-regs.c (_initialize_user_regs): Remove trailing newline
6343 from help.
6344 * typeprint.c (_initialize_typeprint): Remove trailing newline
6345 from help.
6346 * reverse.c (_initialize_reverse): Remove trailing newlines from
6347 help.
6348 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6349 from help.
6350 * language.c (add_set_language_command): Remove trailing newline
6351 from help.
6352 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6353 help.
6354 * disasm.c (_initialize_disasm): Remove trailing newline from
6355 help.
6356 * top.c (init_main): Remove trailing newline from help.
6357 * interps.c (_initialize_interpreter): Remove trailing newline
6358 from help.
6359 * btrace.c (_initialize_btrace): Remove trailing newlines from
6360 help.
6361 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6362 from help.
6363 * python/python.c (_initialize_python): Remove trailing newline
6364 from help.
6365 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6366 help.
6367 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6368 from help. Reformat some text.
6369 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6370 from help.
6371 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6372 newline from help.
6373
6374 2019-06-11 Tom Tromey <tromey@adacore.com>
6375
6376 * darwin-nat.c (darwin_decode_exception_message)
6377 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6378
6379 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6380
6381 * valops.c (value_slice): Check for not allocated or not
6382 associated values.
6383
6384 2019-06-10 Tom de Vries <tdevries@suse.de>
6385
6386 PR gdb/24618
6387 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6388 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6389 invalid.
6390
6391 2019-06-10 Tom de Vries <tdevries@suse.de>
6392
6393 PR gdb/24611
6394 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6395 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6396
6397 2019-06-10 Tom de Vries <tdevries@suse.de>
6398
6399 PR symtab/24545
6400 * symtab.c (struct demangled_name_entry): Add language field.
6401 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6402 static minimal symbol". Set and use language field.
6403
6404 2019-06-10 Tom Tromey <tromey@adacore.com>
6405
6406 * ada-lang.c (_initialize_ada_language): Update help text.
6407
6408 2019-06-10 Tom Tromey <tromey@adacore.com>
6409
6410 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6411 with a newline.
6412 * guile/guile.c (handle_boot_error): Don't end warning with a
6413 newline.
6414 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6415 warning with a newline.
6416 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6417 newline.
6418 (s12z_frame_cache): Likewise.
6419 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6420 a newline.
6421 * solib-svr4.c (disable_probes_interface): Don't end warning with
6422 a newline.
6423 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6424 newline.
6425 * python/python.c (do_finish_initialization): Don't end warning
6426 with a newline.
6427
6428 2019-06-10 Tom Tromey <tom@tromey.com>
6429
6430 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6431 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6432 gdbpy_enter.
6433
6434 2019-06-10 Tom Tromey <tromey@adacore.com>
6435
6436 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6437 data.
6438 (elf_new_init): Don't call stabsread_new_init.
6439 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6440 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6441 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6442
6443 2019-06-10 Tom de Vries <tdevries@suse.de>
6444
6445 PR symtab/16264
6446 PR symtab/24517
6447 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6448
6449 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6450
6451 * source.c (find_and_open_source): Also rewrite relative file
6452 names.
6453
6454 2019-04-26 Amos Bird <amosbird@gmail.com>
6455
6456 * annotate.c (annotate_thread_exited): Add "thread-exited"
6457 annotation.
6458
6459 2019-06-06 Tom Tromey <tromey@adacore.com>
6460
6461 * maint.h (class scoped_command_stats): Use
6462 DISABLE_COPY_AND_ASSIGN.
6463 <print_time>: New method.
6464 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6465 print_time.
6466 (scoped_command_stats::print_time): New method.
6467
6468 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6469
6470 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6471 instructions of lengths 6 or 8 bytes.
6472
6473 2019-06-04 Pedro Alves <palves@redhat.com>
6474
6475 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6476
6477 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6478 * breakpoint.c (condition_completer): Likewise.
6479 * cli/cli-dump.c (scan_expression): Likewise.
6480 * common/filestuff.c (mkdir_recursive): Likewise.
6481 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6482 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6483 (gdb_abspath): Likewise.
6484 * compile/compile-cplus-types.c
6485 (compile_cplus_instance::decl_name): Likewise.
6486 * completer.c (complete_explicit_location):
6487 (signal_completer, reg_or_group_completer_1): Likewise.
6488 * cp-support.c (cp_remove_params_if_any): Likewise.
6489 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6490 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
6491 * infcmd.c (strip_bg_char): Likewise.
6492 * linespec.c (copy_token_string): Likewise.
6493 * mi/mi-main.c (output_cores): Likewise.
6494 * psymtab.c (psymtab_search_name):
6495 * symfile.c (test_set_ext_lang_command): Likewise.
6496 * target.c (target_fileio_read_stralloc): Likewise.
6497 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
6498 * value.c (complete_internalvar): Likewise.
6499
6500 2019-06-04 Christian Biesinger <cbiesinger@google.com>
6501
6502 Add objfile property to gdb.Type.
6503 * NEWS: Mention Python API addition.
6504 * python/py-type.c (typy_get_objfile): New method.
6505
6506 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6507
6508 * NEWS: Mention the new set|show style [title|highlight].
6509 Mention changes to "show style", "help" and "apropos".
6510
6511 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6512
6513 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
6514 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
6515 instead of print_help_for_command.
6516 (print_doc_of_command): New function.
6517 (help_list): Add 'apropos -v word' suggestion.
6518 (print_help_for_command): Style the command name using title style.
6519 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
6520 (_initialize_cli_cmds): Describe -v in apropos_command help.
6521
6522 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6523
6524 * cli/cli-style.h (cli_style_option): Add name in constructor,
6525 add m_name class member, add constructor with intensity,
6526 add name class function.
6527 (cli_style_option::add_setshow_commands): Remove name argument.
6528 (highlight_style, title_style): New styles.
6529 * cli/cli-style.c (do_show): New function that shows a style
6530 characteristic styling the style name with itself.
6531 (set_style_name): New function.
6532 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
6533 Update all callers according to the changes in cli/cli-style.h.
6534 * utils.h (fputs_highlighted): New function.
6535 * utils.c (fputs_highlighted): Likewise.
6536
6537 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6538
6539 * NEWS: Mention new pipe command and new convenience variables.
6540
6541 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6542
6543 * cli/cli-cmds.c (pipe_command): New function.
6544 (_initialize_cli_cmds): Call add_com for pipe_command.
6545 Define | as an alias for pipe.
6546 (exit_status_set_internal_vars): New function.
6547 (shell_escape): Call exit_status_set_internal_vars.
6548 cli/cli-decode.c (find_command_name_length): Recognize | as
6549 a single character command.
6550
6551 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6552
6553 * gdbcmd.h (execute_command_to_ui_file): New declaration.
6554 top.c (execute_command_to_ui_file): New function, mostly a copy
6555 of execute_command_to_string.
6556 (execute_command_to_string): Implement by calling
6557 execute_command_to_ui_file.
6558
6559 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6560
6561 * top.h (saved_command_line): Remove declaration.
6562 * top.c (previous_saved_command_line, previous_repeat_arguments):
6563 New variables.
6564 (saved_command_line): Make static, define together with other
6565 'repeat variables'.
6566 (dont_repeat): Clear repeat_arguments.
6567 (repeat_previous, get_saved_command_line, save_command_line):
6568 New functions.
6569 (gdb_init): Initialize saved_command_line
6570 and previous_saved_command_line.
6571 * main.c (captured_main_1): Remove saved_command_line initialization.
6572 * event-top.c (handle_line_of_input): Update to use
6573 the new 'repeat' related functions instead of direct access to
6574 saved_command_line.
6575 * command.h (repeat_previous, get_saved_command_line,
6576 save_command_line): New declarations.
6577 (dont_repeat): Add comment.
6578
6579 2019-05-30 Tom Tromey <tromey@adacore.com>
6580
6581 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
6582 Fix comment.
6583 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
6584
6585 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
6586
6587 PR cli/24587
6588 * completer.c (complete): Initialize variable word.
6589
6590 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
6591
6592 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6593 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
6594 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
6595 'body' is NULL to the outter 'if', protecting the '!is_define'
6596 situation as well.
6597
6598 2019-05-29 Tom Tromey <tromey@adacore.com>
6599
6600 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
6601 (dwarf_unknown): New function.
6602 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
6603 (dwarf_type_encoding_name): Use dwarf_unknown.
6604
6605 2019-05-29 Tom Tromey <tromey@adacore.com>
6606
6607 PR c++/20020:
6608 * cp-valprint.c (cp_print_value_fields): Call
6609 cp_print_static_field inside "try".
6610
6611 2019-05-29 Tom Tromey <tromey@adacore.com>
6612
6613 * inflow.c (struct terminal_info): Add default operator=.
6614 * configure: Rebuild.
6615 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
6616 -Wdeprecated-copy-dtor, -Wredundant-move.
6617
6618 2019-05-29 Tom Tromey <tromey@adacore.com>
6619
6620 * NEWS: Add entry.
6621 * infcmd.c (print_return_value_1): Handle finish_print
6622 option.
6623 (show_print_finish): New function.
6624 (_initialize_infcmd): Add "set/show print finish" commands.
6625 * valprint.c (user_print_options): Initialize new member.
6626 * valprint.h (struct value_print_options) <finish_print>: New
6627 member.
6628
6629 2019-05-28 Tom Tromey <tromey@adacore.com>
6630
6631 * ada-lang.c (ada_remove_Xbn_suffix)
6632 (find_old_style_renaming_symbol)
6633 (parse_old_style_renaming): Remove.
6634 (ada_find_renaming_symbol): Don't call
6635 find_old_style_renaming_symbol.
6636 (ada_is_renaming_symbol): Rename from
6637 ada_find_renaming_symbol. Remove "block" parameter. Return
6638 bool. Now static.
6639 (ada_read_var_value): Update and simplify.
6640 * ada-exp.y (write_var_or_type): Remove old code.
6641
6642 2019-05-28 Alan Hayward <alan.hayward@arm.com>
6643
6644 * event-top.c: Remove include comment.
6645 * inflow.c (class scoped_ignore_sigttou): Move from here...
6646 * inflow.h (class scoped_ignore_sigttou): ...to here.
6647 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
6648 * top.c: Remove include comment.
6649
6650 2019-05-27 Tom Tromey <tom@tromey.com>
6651
6652 * NEWS: Fix typo.
6653
6654 2019-05-22 Tom Tromey <tromey@adacore.com>
6655
6656 * target.c (target_follow_exec): Constify parameter.
6657 * target-delegates.c: Rebuild.
6658 * remote.c (remote_target::follow_exec): Constify parameter.
6659 * infrun.c (follow_exec): Constify parameter.
6660 * target.h (struct target_ops) <follow_exec>: Constify parameter.
6661 (target_follow_exec): Likewise.
6662
6663 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6664
6665 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
6666 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
6667
6668 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6669
6670 * NEWS: Add debugredirect and testsuite sections.
6671
6672 2019-05-22 Simon Cook <simon.cook@embecosm.com>
6673
6674 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
6675 target descriptions using exclusively floating point register name
6676 aliases.
6677
6678 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6679
6680 PR gdb/18644:
6681 * f-lang.c (build_fortran_types): Handle the case where
6682 gdbarch_floatformat_for_type returns a nullptr.
6683
6684 2019-05-21 Tom de Vries <tdevries@suse.de>
6685
6686 PR cli/24587
6687 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
6688
6689 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6690
6691 PR gdb/18644:
6692 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
6693 16-byte floats.
6694 * i386-tdep.c (i386_floatformat_for_type): Use
6695 floatformats_ia64_quad for the 16-byte floating point component
6696 within a fortran 32-byte complex number.
6697
6698 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6699
6700 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
6701 delete default constructor.
6702 (find_partial_die): Update to return const struct.
6703 (partial_die_parent_scope): Move variable declaration into scope
6704 of its use and change its type to auto.
6705 (guess_partial_die_structure_name): Likewise.
6706 (partial_die_info::fixup): Likewise.
6707
6708 2019-05-17 Tom Tromey <tromey@adacore.com>
6709
6710 * source.c (find_and_open_source): Remove cast.
6711
6712 2019-05-17 Tom Tromey <tromey@adacore.com>
6713
6714 * annotate.c (annotate_source): Make "filename" const.
6715 * annotate.h (annotate_source): Use const.
6716
6717 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6718
6719 * disasm.c (set_disassembler_options): Send errors to stderr.
6720
6721 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6722
6723 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
6724 (cli_interp_base::set_logging): Check debug_redirect.
6725 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
6726 * cli/cli-logging.c (debug_redirect): Add static variable.
6727 (pop_output_files): Add default param.
6728 (handle_redirections): Print debug setting.
6729 (show_logging_command): Likewise.
6730 (_initialize_cli_logging): Add debugredirect command.
6731 * interps.c (current_interp_set_logging): Add debug_redirect
6732 parameter.
6733 * interps.h (set_logging): Add debug_redirect parameter.
6734 (current_interp_set_logging): Likewise.
6735 * mi/mi-common.h: Likewise.
6736 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
6737
6738 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6739 Tom Tromey <tromey@adacore.com>
6740
6741 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
6742 directly.
6743 * cli/cli-interp.h (make_logging_output): Remove declaration.
6744 * cli/cli-logging.c (make_logging_output): Remove function.
6745 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
6746 directly.
6747 * ui-file.c (tee_file::tee_file): Remove bools.
6748 (tee_file::~tee_file): Remove deletes.
6749 * ui-file.h (tee_file): Remove bools.
6750
6751 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6752
6753 * mi/mi-cmds.h (mi_cmd_complete): New function.
6754 * mi/mi-main.c (mi_cmd_complete): Likewise.
6755 * mi/mi-cmds.c: Define new MI command -complete.
6756 * NEWS: Mention new -complete command.
6757
6758 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
6759
6760 * completer.h (complete): New function.
6761 * completer.c (complete): Likewise.
6762 * cli/cli-cmds.c: (complete_command): Update to use new complete()
6763 function defined in completer.h.
6764
6765 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
6766
6767 * MAINTAINERS (Write After Approval): Add myself.
6768
6769 2019-05-17 Tom de Vries <tdevries@suse.de>
6770
6771 PR gdb/24094
6772 * dwarf2read.c (struct cu_partial_die_info): New struct.
6773 (find_partial_die): Return cu_partial_die_info.
6774 (partial_die_parent_scope, guess_partial_die_structure_name)
6775 (partial_die_info::fixup): Handle new return type of find_partial_die.
6776
6777 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6778
6779 PR breakpoints/24541
6780 * stap-probe.c (stap_parse_register_operand): Make "regname" an
6781 "std::string", simplifying the algorithm.
6782
6783 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6784
6785 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
6786 (stap_static_probe_ops::get_probes): Likewise.
6787
6788 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6789
6790 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
6791 '-')" and "else if".
6792 (stap_parse_single_operand): Join checks for
6793 "gdbarch_stap_parse_special_token_p" and
6794 "gdbarch_stap_parse_special_token" in the same "if" statement.
6795 Invert check when verifying for operation on register
6796 displacement.
6797
6798 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6799
6800 * stap-probe.c (stap_get_opcode): Update comment.
6801 (stap_get_expected_argument_type): Likewise.
6802 (handle_stap_probe): Likewise.
6803
6804 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6805
6806 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
6807 return type to 'bool'. Adjust comment. Use 'bool' when
6808 appropriate.
6809 (i386_stap_parse_special_token_three_arg_disp): Likewise.
6810 * stap-probe.c (stap_parse_argument_1): Likewise.
6811 (stap_is_operator): Likewise.
6812 (stap_is_generic_prefix): Likewise.
6813 (stap_is_register_prefix): Likewise.
6814 (stap_is_register_indirection_prefix): Likewise.
6815 (stap_is_integer_prefix): Likewise.
6816 (stap_generic_check_suffix): Likewise.
6817 (stap_check_integer_suffix): Likewise.
6818 (stap_check_register_suffix): Likewise.
6819 (stap_check_register_indirection_suffix): Likewise.
6820 (stap_parse_register_operand): Likewise.
6821 (stap_parse_single_operand): Likewise.
6822 (stap_parse_argument_1): Likewise.
6823 (stap_probe::get_argument_count): Likewise.
6824 (stap_is_operator): Likewise.
6825
6826 2019-05-16 Tom Tromey <tromey@adacore.com>
6827
6828 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
6829 keyword to foreach.
6830
6831 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
6832
6833 * linux-thread-db.c (try_thread_db_load_1): Change return type
6834 to bool.
6835 (try_thread_db_load): Likewise.
6836 (try_thread_db_load_from_pdir_1): Likewise.
6837 (try_thread_db_load_from_pdir): Likewise.
6838 (try_thread_db_load_from_sdir): Likewise.
6839 (try_thread_db_load_from_dir): Likewise.
6840 (thread_db_load_search): Likewise.
6841 (has_libpthread): Likewise.
6842 (thread_db_load): Likewise.
6843
6844 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
6845
6846 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6847 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
6848 NULL, and complain/return if that's the case.
6849
6850 2019-05-15 John Darrington <john@darrington.wattle.id.au>
6851
6852 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
6853 (advance, posn, abstract_read_memory): New functions.
6854 [struct mem_read_abstraction]: New struct.
6855 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
6856
6857 2019-05-14 Tom Tromey <tromey@adacore.com>
6858
6859 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
6860 value is not lval_memory.
6861
6862 2019-05-14 Tom Tromey <tromey@adacore.com>
6863
6864 * solib.c (info_sharedlibrary_command): Style the file name.
6865
6866 2019-05-14 Alan Hayward <alan.hayward@arm.com>
6867
6868 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
6869 (aarch64_vnv_type): Likewise.
6870 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
6871 * common/tdesc.c: Likewise.
6872 * common/tdesc.h (enum tdesc_type_kind): Likewise.
6873 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
6874 * features/aarch64-fpu.xml: Add ieee half view.
6875 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
6876 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
6877 * gdbtypes.h (struct builtin_type): Likewise.
6878 (struct objfile_type): Likewise.
6879
6880 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
6881
6882 * language.c (language_sniff_from_mangled_name): Fix "langauge"
6883 typo.
6884 * location.h (string_to_event_location): Likewise.
6885
6886 2019-05-11 Joel Brobecker <brobecker@adacore.com>
6887
6888 GDB 8.3 released.
6889
6890 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
6891
6892 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
6893 New variable declaration.
6894 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
6895 New variable.
6896 (print_one_breakpoint): Use ui_out::test_flags and new global
6897 variable to compute use_fixed_output.
6898 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
6899 Remove.
6900 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
6901 (mi_multi_location_breakpoint_output_fixed): Remove.
6902 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
6903 new variable.
6904 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
6905 fix_multi_location_breakpoint_output flag if version >= 3.
6906 * ui-out.h (enum ui_out_flag)
6907 <fix_multi_location_breakpoint_output>: New enumerator.
6908
6909 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
6910
6911 * contrib/cc-with-tweaks.sh: Validate dwz's work.
6912
6913 2019-05-10 Tom Tromey <tromey@adacore.com>
6914
6915 * ada-lang.c (catch_ada_completer): New function.
6916 (_initialize_ada_language): Use it.
6917
6918 2019-05-10 Tom Tromey <tromey@adacore.com>
6919
6920 * thread.c (print_thread_info): Make "requested_threads" const.
6921 * gdbthread.h (print_thread_info): Make "requested_threads"
6922 const.
6923 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
6924 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
6925
6926 2019-05-08 Tom Tromey <tom@tromey.com>
6927
6928 * gdbtypes.c (objfile_type_data): Change type.
6929 (objfile_type, _initialize_gdbtypes): Update.
6930
6931 2019-05-08 Tom Tromey <tom@tromey.com>
6932
6933 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
6934 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
6935 (_initialize_dwarf2_frame): Update.
6936
6937 2019-05-08 Tom Tromey <tom@tromey.com>
6938
6939 * objc-lang.c (objc_objfile_data): Change type.
6940 (find_methods): Update.
6941 (_initialize_objc_lang): Remove.
6942
6943 2019-05-08 Tom Tromey <tom@tromey.com>
6944
6945 * stabsread.c (rs6000_builtin_type_data): Change type.
6946 (rs6000_builtin_type, _initialize_stabsread): Update.
6947
6948 2019-05-08 Tom Tromey <tom@tromey.com>
6949
6950 * mips-tdep.c (mips_pdr_data): Remove.
6951 (_initialize_mips_tdep): Update.
6952
6953 2019-05-08 Tom Tromey <tom@tromey.com>
6954
6955 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
6956 (hppa_init_objfile_priv_data, read_unwind_info)
6957 (find_unwind_entry, _initialize_hppa_tdep): Update.
6958
6959 2019-05-08 Tom Tromey <tom@tromey.com>
6960
6961 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
6962 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
6963 on obstack.
6964 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
6965
6966 2019-05-08 Tom Tromey <tom@tromey.com>
6967
6968 * mdebugread.c (basic_type_data): Change type.
6969 (basic_type, _initialize_mdebugread): Update.
6970
6971 2019-05-08 Tom Tromey <tom@tromey.com>
6972
6973 * common/gdb_unique_ptr.h (struct noop_deleter): New.
6974
6975 2019-05-08 Tom Tromey <tom@tromey.com>
6976
6977 * nto-tdep.c (nto_inferior_data_reg): Change type.
6978 (nto_inferior_data): Update.
6979 (nto_inferior_data_cleanup, nto_new_inferior_data)
6980 (_initialize_nto_tdep): Remove.
6981 * nto-tdep.h (struct nto_inferior_data): Add initializers.
6982
6983 2019-05-08 Tom Tromey <tom@tromey.com>
6984
6985 * ada-lang.c (struct ada_inferior_data): Add initializers.
6986 (ada_inferior_data): Change type.
6987 (ada_inferior_data_cleanup): Remove.
6988 (get_ada_inferior_data, ada_inferior_exit)
6989 (struct ada_pspace_data): Add initializers, destructor.
6990 (ada_pspace_data_handle): Change type.
6991 (get_ada_pspace_data): Update.
6992 (ada_pspace_data_cleanup): Remove.
6993
6994 2019-05-08 Tom Tromey <tom@tromey.com>
6995
6996 * coffread.c (struct coff_symfile_info): Add initializers.
6997 (coff_objfile_data_key): Move lower. Change type.
6998 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
6999 Update.
7000 (coff_free_info): Remove.
7001
7002 2019-05-08 Tom Tromey <tom@tromey.com>
7003
7004 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7005 (fbsd_pspace_data_handle): Move lower. Change type.
7006 (get_fbsd_pspace_data): Update.
7007 (fbsd_pspace_data_cleanup): Remove.
7008 (_initialize_fbsd_tdep): Update.
7009
7010 2019-05-08 Tom Tromey <tom@tromey.com>
7011
7012 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7013 (get_ada_tasks_pspace_data): Update.
7014 (ada_tasks_pspace_data_cleanup): Remove.
7015 (_initialize_tasks): Update.
7016 (ada_tasks_inferior_data_handle): Change type.
7017 (get_ada_tasks_inferior_data): Update.
7018 (ada_tasks_inferior_data_cleanup): Remove.
7019 (struct ada_tasks_pspace_data): Add initializers.
7020
7021 2019-05-08 Tom Tromey <tom@tromey.com>
7022
7023 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7024 * symfile-debug.c (debug_sym_get_probes): Change type.
7025 * stap-probe.c (handle_stap_probe):
7026 (stap_static_probe_ops::get_probes): Change type.
7027 * probe.h (class static_probe_ops) <get_probes>: Change type.
7028 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7029 (parse_probes_in_pspace): Update.
7030 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7031 Update.
7032 (any_static_probe_ops::get_probes): Change type.
7033 * elfread.c (elfread_data): New typedef.
7034 (probe_key): Change type.
7035 (elf_get_probes): Likewise. Update.
7036 (probe_key_free): Remove.
7037 (_initialize_elfread): Update.
7038 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7039 Change type.
7040 (dtrace_process_dof_probe, dtrace_process_dof)
7041 (dtrace_static_probe_ops::get_probe): Change type.
7042
7043 2019-05-08 Tom Tromey <tom@tromey.com>
7044
7045 * xcoffread.c (struct xcoff_symfile_info): Rename from
7046 coff_symfile_info. Add initializers.
7047 (xcoff_objfile_data_key): Move lower. Change type.
7048 (XCOFF_DATA): Rewrite.
7049 (xcoff_free_info): Remove.
7050 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7051 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7052 (xcoff_initial_scan): Update.
7053
7054 2019-05-08 Tom Tromey <tom@tromey.com>
7055
7056 * solib-svr4.c (struct svr4_info): Add initializers and
7057 destructor.
7058 <probes_table>: Now an htab_up.
7059 (solib_svr4_pspace_data): Change type.
7060 (free_probes_table): Simplify.
7061 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7062 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7063 (probes_table_remove_objfile_probes, register_solib_event_probe)
7064 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7065 (_initialize_svr4_solib): Update.
7066
7067 2019-05-08 Tom Tromey <tom@tromey.com>
7068
7069 * remote.c (remote_pspace_data): Change type.
7070 (remote_pspace_data_cleanup): Remove.
7071 (get_remote_exec_file, set_pspace_remote_exec_file)
7072 (_initialize_remote): Update.
7073
7074 2019-05-08 Tom Tromey <tom@tromey.com>
7075
7076 * breakpoint.c (breakpoint_objfile_key): Change type.
7077 (get_breakpoint_objfile_data): Update.
7078 (free_breakpoint_objfile_data): Remove.
7079 (_initialize_breakpoint): Update.
7080
7081 2019-05-08 Tom Tromey <tom@tromey.com>
7082
7083 * linux-tdep.c (struct linux_info): Add initializers.
7084 (linux_inferior_data): Move. Change type.
7085 (invalidate_linux_cache_inf): Update.
7086 (linux_inferior_data_cleanup): Remove.
7087 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7088
7089 2019-05-08 Tom Tromey <tom@tromey.com>
7090
7091 * auxv.c (auxv_inferior_data): Move. Change type.
7092 (auxv_inferior_data_cleanup): Remove.
7093 (invalidate_auxv_cache_inf): Rewrite.
7094 (get_auxv_inferior_data, _initialize_auxv): Update.
7095
7096 2019-05-08 Tom Tromey <tom@tromey.com>
7097
7098 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7099 (symfile_debug_objfile_data_key): Change type.
7100 (symfile_debug_installed, debug_qf_has_symbols)
7101 (debug_qf_find_last_source_symtab)
7102 (debug_qf_forget_cached_source_info)
7103 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7104 (debug_qf_print_stats, debug_qf_dump)
7105 (debug_qf_expand_symtabs_for_function)
7106 (debug_qf_expand_all_symtabs)
7107 (debug_qf_expand_symtabs_with_fullname)
7108 (debug_qf_map_matching_symbols)
7109 (debug_qf_expand_symtabs_matching)
7110 (debug_qf_find_pc_sect_compunit_symtab)
7111 (debug_qf_map_symbol_filenames)
7112 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7113 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7114 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7115 (debug_sym_read_linetable, debug_sym_relocate): Update.
7116 (symfile_debug_free_objfile): Remove.
7117 (install_symfile_debug_logging, _initialize_symfile_debug):
7118 Update.
7119
7120 2019-05-08 Tom Tromey <tom@tromey.com>
7121
7122 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7123 allocate_on_obstack.
7124 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7125 (get_dwarf2_per_objfile): Update.
7126 (set_dwarf2_per_objfile): Remove.
7127 (dwarf2_has_info, dwarf2_get_section_info): Update.
7128 (dwarf2_free_objfile): Remove.
7129 (_initialize_dwarf2_read): Update.
7130
7131 2019-05-08 Tom Tromey <tom@tromey.com>
7132
7133 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7134 initializers.
7135 <unsupported_script_warning_printed,
7136 script_not_found_warning_printed>: Now bool.
7137 (auto_load_pspace_data): Change type.
7138 (~auto_load_pspace_info): Rename from
7139 auto_load_pspace_data_cleanup.
7140 (get_auto_load_pspace_data, init_loaded_scripts_info)
7141 (clear_section_scripts, maybe_print_unsupported_script_warning)
7142 (maybe_print_script_not_found_warning, _initialize_auto_load):
7143 Update.
7144
7145 2019-05-08 Tom Tromey <tom@tromey.com>
7146
7147 * objfiles.c (objfile_pspace_info): Add destructor and
7148 initializers.
7149 (objfiles_pspace_data): Change type.
7150 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7151 (get_objfile_pspace_data): Update.
7152 (objfiles_bfd_data): Change type.
7153 (get_objfile_bfd_data): Update.
7154 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7155
7156 2019-05-08 Tom Tromey <tom@tromey.com>
7157
7158 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7159 Change type.
7160 (get_catch_syscall_inferior_data): Update.
7161 (catch_syscall_inferior_data_cleanup): Remove.
7162 (_initialize_break_catch_syscall): Update.
7163
7164 2019-05-08 Tom Tromey <tom@tromey.com>
7165
7166 * inflow.c (struct terminal_info): Add destructor and
7167 initializers.
7168 (inflow_inferior_data): Change type.
7169 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7170 (get_inflow_inferior_data, inflow_inferior_exit)
7171 (swap_terminal_info, _initialize_inflow): Update.
7172
7173 2019-05-08 Tom Tromey <tom@tromey.com>
7174
7175 * target-dcache.c (target_dcache_cleanup): Remove.
7176 (target_dcache_aspace_key): Change type.
7177 (target_dcache_init_p, target_dcache_invalidate)
7178 (target_dcache_get, target_dcache_get_or_init)
7179 (_initialize_target_dcache): Update.
7180 * dcache.h (struct dcache_deleter): New.
7181
7182 2019-05-08 Tom Tromey <tom@tromey.com>
7183
7184 * symtab.c (struct symbol_cache): Add destructor and
7185 initializers.
7186 (symbol_cache_key): Move. Change type.
7187 (make_symbol_cache, free_symbol_cache): Remove.
7188 (get_symbol_cache): Update.
7189 (symbol_cache_cleanup): Remove.
7190 (ALL_PSPACES, symbol_cache_flush)
7191 (maintenance_print_symbol_cache)
7192 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7193 Update.
7194
7195 2019-05-08 Tom Tromey <tom@tromey.com>
7196
7197 * symtab.c (struct main_info): Add destructor and initializers.
7198 (main_progspace_key): Move. Change type.
7199 (get_main_info): Update.
7200 (main_info_cleanup): Remove.
7201 (_initialize_symtab): Update.
7202
7203 2019-05-08 Tom Tromey <tom@tromey.com>
7204
7205 * registry.h (DECLARE_REGISTRY): Define the _key class.
7206
7207 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7208
7209 * NEWS: Merge two 'New commands' sections.
7210
7211 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7212
7213 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7214 parameter and use Ada language definition instead.
7215 (ada_val_print_ptr): Remove unused language parameter.
7216 (ada_val_print_num): Remove language parameter and use Ada language
7217 definition instead.
7218 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7219 parameter.
7220 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7221 parameter and use Ada language definition instead.
7222 (ada_val_print_1): Update all ada_val_print_xxx calls.
7223 Remove language parameter.
7224 (ada_val_print): Update ada_val_print_1 call.
7225
7226 2019-05-08 Tom Tromey <tromey@adacore.com>
7227
7228 * remote.c (remote_hw_watchpoint_limit)
7229 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7230 Now static.
7231
7232 2019-05-08 Tom Tromey <tromey@adacore.com>
7233
7234 * maint.c (_initialize_maint_cmds): Move initialization code to
7235 remote.c.
7236 (watchdog, show_watchdog): Move to remote.c.
7237 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7238 "watchdog" static.
7239 (_initialize_remote): Move initialization code from maint.c.
7240 * defs.h (watchdog): Don't declare.
7241
7242 2019-05-08 Tom Tromey <tromey@adacore.com>
7243
7244 * tui/tui-interp.c: Include main.h.
7245 * interps.c: Include main.h.
7246 * main.h (interpreter_p): Declare.
7247 * defs.h (interpreter_p): Don't declare.
7248
7249 2019-05-08 Tom Tromey <tromey@adacore.com>
7250
7251 * dwarf2loc.c: Include dwarf2read.h.
7252 * defs.h (read_unsigned_leb128): Don't declare.
7253 * dwarf2read.h (read_unsigned_leb128): Declare.
7254
7255 2019-05-08 Tom Tromey <tromey@adacore.com>
7256
7257 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7258 method.
7259
7260 2019-05-08 Tom Tromey <tromey@adacore.com>
7261
7262 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7263 when no wrap column is set.
7264
7265 2019-05-08 Tom Tromey <tromey@adacore.com>
7266
7267 * c-lang.c (c_get_string): Handle non-C-style arrays.
7268
7269 2019-05-08 Tom Tromey <tromey@adacore.com>
7270
7271 * typeprint.c (print_offset_data::update): Print the bit offset,
7272 not the number of bits remaining.
7273
7274 2019-05-08 Tom Tromey <tromey@adacore.com>
7275
7276 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7277 padding at end of comment.
7278
7279 2019-05-08 Tom Tromey <tromey@adacore.com>
7280
7281 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7282 Compare main types.
7283
7284 2019-05-06 Tom Tromey <tom@tromey.com>
7285
7286 * common/scoped_mmap.c: Include common-defs.h.
7287 * common/scoped_mmap.h: Don't include config.h.
7288
7289 2019-05-04 Tom Tromey <tom@tromey.com>
7290
7291 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7292 (struct aarch64_call_info): Add initializers.
7293 <si>: Now a std::vector.
7294 (pass_on_stack, aarch64_push_dummy_call): Update.
7295
7296 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
7297 Tom Tromey <tom@tromey.com>
7298
7299 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7300 (ppc_threads): Now a std::vector. Now static.
7301 (hwdebug_find_thread_points_by_tid)
7302 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7303 Update.
7304
7305 2019-05-04 Tom Tromey <tom@tromey.com>
7306
7307 * arc-tdep.c (arc_tdesc_init): Return bool.
7308
7309 2019-05-04 Tom Tromey <tom@tromey.com>
7310
7311 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7312 Use gdb_assert_not_reached.
7313
7314 2019-05-04 Tom Tromey <tom@tromey.com>
7315
7316 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7317 "false".
7318
7319 2019-05-04 Tom Tromey <tom@tromey.com>
7320
7321 * arc-tdep.c (arc_tdesc_init): Use bool.
7322
7323 2019-05-04 Tom Tromey <tom@tromey.com>
7324
7325 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7326
7327 2019-05-04 Tom Tromey <tom@tromey.com>
7328
7329 * cli/cli-cmds.c (valid_command_p): Return bool.
7330
7331 2019-05-04 Tom Tromey <tom@tromey.com>
7332
7333 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7334 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7335
7336 2019-05-04 Raul Tambre <raul@tambre.ee>
7337
7338 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7339 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7340 operator for comparison.
7341
7342 2019-05-04 Tom Tromey <tom@tromey.com>
7343
7344 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7345 (lookup_partial_symbol, print_partial_symbols)
7346 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7347 (psymbol_compare): Update.
7348 (add_psymbol_to_bcache): Clear the entire psymbol.
7349 (maintenance_check_psymtabs): Update.
7350 * psympriv.h (struct partial_symbol): Don't derive from
7351 general_symbol_info.
7352 <obj_section, unrelocated_address, address,
7353 set_unrelocated_address>: Update.
7354 <ginfo>: New member.
7355 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7356 (debug_names::write_psymbols): Update.
7357
7358 2019-05-04 Tom de Vries <tdevries@suse.de>
7359
7360 * contrib/cc-with-tweaks.sh: Support -n arg.
7361
7362 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7363
7364 * corelow.c (core_target::detach): Ensure frame cache and
7365 register caches are cleared.
7366 inferior.c (exit_inferior_1): Likewise.
7367
7368 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7369 Tom Tromey <tom@tromey.com>
7370
7371 * dictionary.c (collate_pending_symbols_by_language): Remove
7372 "struct" from foreach.
7373 * symtab.c (lookup_global_symbol_from_objfile)
7374 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7375 foreach.
7376 * ser-tcp.c (net_open): Remove "struct" from foreach.
7377 * objfiles.c (objfile_relocate, objfile_rebase)
7378 (objfile_has_symbols): Remove "struct" from foreach.
7379 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7380 from foreach.
7381 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7382 foreach.
7383 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7384 "struct" from foreach.
7385 * ada-lang.c (create_excep_cond_exprs)
7386 (ada_exception_catchpoint_cond_string): Remove "struct" from
7387 foreach.
7388
7389 2019-05-03 Tom Tromey <tromey@adacore.com>
7390
7391 * ada-exp.y (convert_char_literal): Check suffix of each
7392 enumerator.
7393
7394 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7395
7396 PR ada/21406:
7397 * ada-exp.y (yywrap): Don't define.
7398 * ada-lex.l (%option): Add noyywrap
7399 (yywrap): Remove.
7400
7401 2019-05-03 Eli Zaretskii <eliz@gnu.org>
7402
7403 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7404 _WIN32_WINNT to the XP level, unless already defined to a higher
7405 level.
7406
7407 * unittests/parse-connection-spec-selftests.c:
7408 * ser-tcp.c:
7409 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7410 override.
7411
7412 * symfile.c (find_separate_debug_file): Remove colon from the
7413 drive spec of DOS/Windows file names of the target, so that the
7414 file name produced from DEBUGDIR and the target's directory will
7415 be valid on DOS/Windows systems.
7416
7417 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7418
7419 * rust-lang.c (val_print_struct): Handle printing structures
7420 containing strings.
7421
7422 2019-05-02 Tom Tromey <tromey@adacore.com>
7423
7424 * valarith.c (_initialize_valarith): Remove.
7425
7426 2019-05-01 Tom Tromey <tromey@adacore.com>
7427
7428 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7429 bitfields.
7430
7431 2019-05-01 Tom Tromey <tromey@adacore.com>
7432
7433 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7434 for big-endian copies.
7435
7436 2019-04-30 Ali Tamur <tamur@google.com>
7437 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7438 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7439 (read_3_bytes): New function.
7440
7441 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7442
7443 * windows-nat.c (main_thread_id): Delete.
7444 (handle_output_debug_string): Replace main_thread_id by
7445 current_event.dwThreadId.
7446 (fake_create_process): Likewise.
7447 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7448 Do not set main_thread_id.
7449 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7450 current_event.dwThreadId.
7451 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7452
7453 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7454
7455 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7456 Use current_event.dwThreadId instead of main_thread_id.
7457
7458 2019-04-30 Tom Tromey <tromey@adacore.com>
7459
7460 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7461 (create_excep_cond_exprs): Iterate over program spaces.
7462 (ada_exception_catchpoint_cond_string): Examine all minimal
7463 symbols for exception types.
7464
7465 2019-04-30 Tom Tromey <tromey@adacore.com>
7466
7467 PR c++/24470:
7468 * dwarf2read.c (process_structure_scope): Handle case where type
7469 has template parameters but no symbol was created.
7470
7471 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7472 Chris January <chris.january@arm.com>
7473
7474 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7475 qualifier.
7476 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7477
7478 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7479
7480 * f-typeprint.c (f_print_type): Update rules for printing
7481 whitespace.
7482 (f_type_print_varspec_suffix): Likewise.
7483
7484 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7485 Chris January <chris.january@arm.com>
7486
7487 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7488 function arguments.
7489
7490 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7491
7492 * f-lang.c (build_fortran_types): Change name of void type to
7493 lower case.
7494 * f-typeprint.c (f_type_print_base): Print the name of the void
7495 type, rather than a fixed string.
7496 * f-valprint.c (f_decorations): Use lower case void string.
7497
7498 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7499 Chris January <chris.january@arm.com>
7500
7501 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
7502 types for Fortran.
7503
7504 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7505 Chris January <chris.january@arm.com>
7506 David Lecomber <david.lecomber@arm.com>
7507
7508 * f-exp.y (BINOP_INTRINSIC): New token.
7509 (exp): New parser rule handling BINOP_INTRINSIC.
7510 (f77_keywords): Add new builtin procedures.
7511 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
7512 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7513 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
7514 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7515 (print_unop_subexp_f): New function.
7516 (print_binop_subexp_f): New function.
7517 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7518 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7519 (dump_subexp_body_f): Likewise.
7520 (operator_check_f): Likewise.
7521 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7522 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
7523
7524 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7525
7526 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
7527 UNOP_KIND.
7528 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
7529 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
7530 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
7531 (operator_length_f): New fuction.
7532 (print_subexp_f): New function.
7533 (op_name_f): New function.
7534 (dump_subexp_body_f): New function.
7535 (operator_check_f): New function.
7536 (exp_descriptor_f): Replace standard expression handling functions
7537 with new functions.
7538 * gdb/fortran-operator.def: New file.
7539 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
7540 * gdb/std-operator.def: Remove UNOP_KIND.
7541
7542 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7543
7544 * std-operator.def: Remove unbalanced, stray double quote
7545 character.
7546
7547 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7548 Chris January <chris.january@arm.com>
7549 Daniel Everett <daniel.everett@arm.com>
7550 Nick Forrington <nick.forrington@arm.com>
7551 Richard Bunt <richard.bunt@arm.com>
7552
7553 * cp-valprint.c (cp_print_value_fields): Allow an additional level
7554 of depth when printing anonymous structs or unions.
7555 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
7556 Don't print either the top-level value, or the children if the
7557 max-depth is exceeded.
7558 (ppscm_print_children): When printing the key of a map, allow one
7559 extra level of depth.
7560 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
7561 print either the top-level value, or the children if the max-depth
7562 is exceeded.
7563 (print_children): When printing the key of a map, allow one extra
7564 level of depth.
7565 * python/py-value.c (valpy_format_string): Add max_depth keyword.
7566 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
7567 (user_print_options): Initialise max_depth field.
7568 (val_print_scalar_or_string_type_p): New function.
7569 (val_print): Check to see if the max depth has been reached.
7570 (val_print_check_max_depth): Define new function.
7571 (show_print_max_depth): New function.
7572 (_initialize_valprint): Add 'print max-depth' option.
7573 * valprint.h (struct value_print_options) <max_depth>: New field.
7574 (val_print_check_max_depth): Declare new function.
7575 * NEWS: Document new feature.
7576
7577 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7578
7579 * ada-lang.c (ada_language_defn): Initialise new field.
7580 * c-lang.c (c_is_string_type_p): New function.
7581 (c_language_defn): Initialise new field.
7582 (cplus_language_defn): Initialise new field.
7583 (asm_language_defn): Initialise new field.
7584 (minimal_language_defn): Initialise new field.
7585 * c-lang.h (c_is_string_type_p): Declare new function.
7586 * d-lang.c (d_language_defn): Initialise new field.
7587 * f-lang.c (f_is_string_type_p): New function.
7588 (f_language_defn): Initialise new field.
7589 * go-lang.c (go_is_string_type_p): New function.
7590 (go_language_defn): Initialise new field.
7591 * language.c (default_is_string_type_p): New function.
7592 (unknown_language_defn): Initialise new field.
7593 (auto_language_defn): Initialise new field.
7594 * language.h (struct language_defn) <la_is_string_type_p>: New
7595 member variable.
7596 (default_is_string_type_p): Declare new function.
7597 * m2-lang.c (m2_language_defn): Initialise new field.
7598 * objc-lang.c (objc_language_defn): Initialise new field.
7599 * opencl-lang.c (opencl_language_defn): Initialise new field.
7600 * p-lang.c (pascal_is_string_type_p): New function.
7601 (pascal_language_defn): Initialise new field.
7602 * rust-lang.c (rust_is_string_type_p): New function.
7603 (rust_language_defn): Initialise new field.
7604
7605 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7606
7607 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
7608 New field.
7609 * ada-lang.c (ada_language_defn): Initialise new field.
7610 * c-lang.c (c_language_defn): Likewise.
7611 (cplus_language_defn): Likewise.
7612 (asm_language_defn): Likewise.
7613 (minimal_language_defn): Likewise.
7614 * d-lang.c (d_language_defn): Likewise.
7615 * f-lang.c (f_language_defn): Likewise.
7616 * go-lang.c (go_language_defn): Likewise.
7617 * language.c (unknown_language_defn): Likewise.
7618 (auto_language_defn): Likewise.
7619 * m2-lang.c (m2_language_defn): Likewise.
7620 * objc-lang.c (objc_language_defn): Likewise.
7621 * opencl-lang.c (opencl_language_defn): Likewise.
7622 * p-lang.c (pascal_language_defn): Likewise.
7623 * rust-lang.c (rust_language_defn): Likewise.
7624
7625 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7626
7627 * ada-lang.c (ada_is_character_type): Change return type to bool.
7628 (ada_is_string_type): Likewise.
7629 * ada-lang.h (ada_is_character_type): Update declaration
7630 (ada_is_string_type): Likewise.
7631
7632 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7633
7634 Support style in 'frame|thread apply'
7635
7636 * gdbcmd.h (execute_command_to_string): New term_out parameter.
7637 * record.c (record_start, record_stop): Update callers of
7638 execute_command_to_string with false.
7639 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
7640 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
7641 methods.
7642 (class string_file): New constructor with term_out parameter.
7643 Override methods term_out and can_emit_style_escape. New member
7644 term_out.
7645 (class stdio_file): Override can_emit_style_escape.
7646 (class tee_file): Override term_out and can_emit_style_escape.
7647 * utils.h (can_emit_style_escape): Remove.
7648 * utils.c (can_emit_style_escape): Likewise.
7649 Update all callers of can_emit_style_escape (SOMESTREAM) to
7650 SOMESTREAM->can_emit_style_escape.
7651 * source-cache.c (source_cache::get_source_lines): Likewise.
7652 * stack.c (frame_apply_command_count): Call execute_command_to_string
7653 passing the term_out characteristic of the current gdb_stdout.
7654 * thread.c (thr_try_catch_cmd): Likewise.
7655 * top.c (execute_command_to_string): pass term_out parameter
7656 to construct the string_file for the command output.
7657 * ui-file.c (term_cli_styling): New function (most code moved
7658 from utils.c can_emit_style_escape).
7659 (string_file::string_file, string_file::can_emit_style_escape,
7660 stdio_file::can_emit_style_escape, tee_file::term_out,
7661 tee_file::can_emit_style_escape): New functions.
7662
7663 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7664
7665 * NEWS: Mention the new set|show may-call-functions.
7666 * infcall.c (may_call_functions_p): New variable.
7667 (show_may_call_functions_p): New function.
7668 (call_function_by_hand_dummy): Throws an error if not
7669 may-call-functions.
7670 (_initialize_infcall): Call add_setshow_boolean_cmd for
7671 may-call-functions.
7672
7673 2019-04-25 Keith Seitz <keiths@redhat.com>
7674
7675 PR c++/24367
7676 * cp-support.c (inspect_type): Don't attempt substitutions
7677 of symbol with the same name.
7678
7679 2019-04-25 Tom Tromey <tromey@adacore.com>
7680
7681 PR gdb/24475:
7682 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
7683 static.
7684
7685 2019-04-25 Tom Tromey <tromey@adacore.com>
7686
7687 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
7688 rvalue reference.
7689 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
7690 (gdb_xml_parser::parse): Use std::move.
7691 * python/python-internal.h (gdbpy_convert_exception): Take a const
7692 reference.
7693 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
7694 std::move.
7695 * python/py-utils.c (gdbpy_convert_exception): Take a const
7696 reference.
7697 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7698 Use std::move.
7699 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7700 Use std::move.
7701 * mi/mi-main.c (mi_print_exception): Take a const reference.
7702 * main.c (handle_command_errors): Take a const reference.
7703 * linespec.c (parse_linespec): Use std::move.
7704 * infcall.c (run_inferior_call): Use std::move.
7705 (call_function_by_hand_dummy): Use std::move.
7706 * exec.c (try_open_exec_file): Use std::move.
7707 * exceptions.h (exception_print, exception_fprintf)
7708 (exception_print_same): Update.
7709 * exceptions.c (print_exception, exception_print)
7710 (exception_fprintf, exception_print_same): Change parameters to
7711 const reference.
7712 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
7713 * common/new-op.c: Use std::move.
7714 * common/common-exceptions.h (struct gdb_exception): Add move
7715 constructor.
7716 (struct gdb_exception_error, struct gdb_exception_quit, struct
7717 gdb_quit_bad_alloc): Change constructor to move constructor.
7718 (throw_exception): Change parameter to rvalue reference.
7719 * common/common-exceptions.c (throw_exception): Take rvalue
7720 reference.
7721 * cli/cli-interp.c (safe_execute_command): Use std::move.
7722 * breakpoint.c (insert_bp_location, location_to_sals): Use
7723 std::move.
7724
7725 2019-04-25 Tom Tromey <tromey@adacore.com>
7726
7727 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
7728 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
7729 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
7730 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
7731 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
7732 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
7733 guile/scm-value.c: Use unpack.
7734 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
7735 gdbscm_gdb_exception.
7736 (gdbscm_throw_gdb_exception): Likewise.
7737 (struct gdbscm_gdb_exception): New.
7738 (unpack): New function.
7739 (gdbscm_wrap): Use unpack.
7740
7741 2019-04-25 Tom Tromey <tromey@adacore.com>
7742
7743 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7744 (gdb_rl_callback_handler): Use std::move.
7745 * common/common-exceptions.h (struct gdb_exception): Add move
7746 assignment operator.
7747 (throw_exception_sjlj): Change "exception" to const reference.
7748 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
7749 (throw_exception_sjlj): Change "exception" to const reference.
7750
7751 2019-04-25 Tom Tromey <tromey@adacore.com>
7752
7753 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
7754 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
7755 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7756 Update.
7757 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7758 Update.
7759 * mi/mi-interp.c (mi_interp::exec): Update.
7760 * linespec.c (parse_linespec): Update.
7761 * infcall.c (run_inferior_call): Update.
7762 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
7763 * guile/scm-symbol.c (gdbscm_lookup_symbol)
7764 (gdbscm_lookup_global_symbol): Update.
7765 * guile/scm-param.c (gdbscm_parameter_value): Update.
7766 * guile/scm-frame.c (gdbscm_frame_read_register)
7767 (gdbscm_frame_read_var): Update.
7768 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
7769 * exec.c (try_open_exec_file): Update.
7770 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7771 (gdb_rl_callback_handler): Update.
7772 * common/common-exceptions.h (exception_none): Don't declare.
7773 * common/common-exceptions.c (exception_none): Don't define.
7774 (struct catcher) <exception>: Update.
7775 * cli/cli-interp.c (safe_execute_command): Update.
7776 * breakpoint.c (insert_bp_location, location_to_sals): Update.
7777
7778 2019-04-25 Ali Tamur <tamur@google.com>
7779
7780 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
7781 (read_attribute_value): Likewise.
7782 (dwarf2_read_addr_index): Update comment.
7783 (read_str_index): Add DW_FORM_strx.
7784 (dwarf2_string_attr): Likewise.
7785 (dwarf2_const_value_attr): Likewise.
7786 (dump_die_shallow): Likewise.
7787 (dwarf2_fetch_constant_bytes): Likewise.
7788 (skip_form_bytes): Likewise.
7789 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7790
7791 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7792
7793 PR corefiles/11608
7794 PR corefiles/18187
7795 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
7796 OFFSET. Verify if current mapping contains an ELF header.
7797 (linux_find_memory_regions_full): Adjust call to
7798 dump_mapping_p.
7799
7800 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
7801 Kang Li <kanglictf@gmail.com>
7802
7803 PR gdb/21600
7804
7805 * dwarf2-frame.c (read_initial_length): Be consistent about using
7806 unsigned representation of length.
7807 (decode_frame_entry_1): Likewise. Check for wraparound of
7808 end pointer as well as buffer overflow.
7809
7810 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7811
7812 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
7813 "vq".
7814
7815 2019-04-24 Tom Tromey <tromey@adacore.com>
7816
7817 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
7818
7819 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7820
7821 * s12z-tdep.c (s12z_unwind_pc): Delete.
7822 (s12z_unwind_sp): Delete.
7823 (s12z_gdbarch_init): Don't register deleted functions with
7824 gdbarch.
7825
7826 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7827
7828 * rl78-tdep.c (rl78_unwind_sp): Delete.
7829 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
7830
7831 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
7834 (xstormy16_unwind_pc): Delete.
7835 (xstormy16_dummy_id): Delete.
7836 (xstormy16_gdbarch_init): Don't register deleted functions with
7837 gdbarch.
7838
7839 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7840
7841 * vax-tdep.c (vax_unwind_pc): Delete.
7842 (vax_gdbarch_init): Don't register deleted function with gdbarch.
7843
7844 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7845
7846 * v850-tdep.c (v850_unwind_sp): Delete.
7847 (v850_unwind_pc): Delete.
7848 (v850_dummy_id): Delete.
7849 (v850_gdbarch_init): Don't register deleted functions with
7850 gdbarch.
7851
7852 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7853
7854 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
7855 (tilegx_unwind_pc): Delete.
7856 (tilegx_unwind_dummy_id): Delete.
7857 (tilegx_gdbarch_init): Don't register deleted functions with
7858 gdbarch.
7859
7860 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7861
7862 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
7863 (tic6x_dummy_id): Delete.
7864 (tic6x_gdbarch_init): Don't register deleted functions with
7865 gdbarch.
7866
7867 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7868
7869 * sparc-tdep.c (sparc_unwind_pc): Delete.
7870 (sparc32_gdbarch_init): Don't register deleted function with
7871 gdbarch.
7872
7873 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * sh-tdep.c (sh_unwind_sp): Delete.
7876 (sh_unwind_pc): Delete.
7877 (sh_dummy_id): Delete.
7878 (sh_gdbarch_init): Don't register deleted functions with
7879 gdbarch.
7880
7881 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7882
7883 * score-tdep.c (score_unwind_sp): Delete.
7884 (score_unwind_pc): Delete.
7885 (score_dummy_id): Delete.
7886 (score_gdbarch_init): Don't register deleted functions with
7887 gdbarch.
7888
7889 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7890
7891 * rx-tdep.c (rx_unwind_pc): Delete.
7892 (rx_unwind_sp): Delete.
7893 (rx_dummy_id): Delete.
7894 (rx_gdbarch_init): Don't register deleted functions with
7895 gdbarch. Update comment.
7896
7897 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7898
7899 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
7900 (rs6000_dummy_id): Delete.
7901 (rs6000_gdbarch_init): Don't register deleted functions with
7902 gdbarch.
7903
7904 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7905
7906 * or1k-tdep.c (or1k_dummy_id): Delete.
7907 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
7908
7909 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7910
7911 * nios2-tdep.c (nios2_dummy_id): Delete.
7912 (nios2_unwind_sp): Delete.
7913 (nios2_gdbarch_init): Don't register deleted functions with
7914 gdbarch.
7915
7916 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7917
7918 * nds32-tdep.c (nds32_dummy_id): Delete.
7919 (nds32_unwind_pc): Delete.
7920 (nds32_unwind_sp): Delete.
7921 (nds32_gdbarch_init): Don't register deleted functions with
7922 gdbarch.
7923
7924 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7925
7926 * msp430-tdep.c (msp430_unwind_pc): Delete.
7927 (msp430_unwind_sp): Delete.
7928 (msp430_dummy_id): Delete.
7929 (msp430_gdbarch_init): Don't register deleted functions with
7930 gdbarch.
7931
7932 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7933
7934 * moxie-tdep.c (moxie_unwind_sp): Delete.
7935 (moxie_unwind_pc): Delete.
7936 (moxie_dummy_id): Delete.
7937 (moxie_gdbarch_init): Don't register deleted functions with
7938 gdbarch.
7939
7940 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * mn10300-tdep.c (mn10300_dummy_id): Delete.
7943 (mn10300_unwind_pc): Delete.
7944 (mn10300_unwind_sp): Delete.
7945 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
7946 mn10300_unwind_sp.
7947 (mn10300_frame_unwind_init): Don't register deleted functions with
7948 gdbarch.
7949
7950 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * mep-tdep.c (mep_unwind_pc): Delete.
7953 (mep_unwind_sp): Delete.
7954 (mep_dummy_id): Delete.
7955 (mep_gdbarch_init): Don't register deleted functions with
7956 gdbarch.
7957
7958 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7959
7960 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
7961 (m68hc11_unwind_sp): Delete.
7962 (m68hc11_gdbarch_init): Don't register deleted functions with
7963 gdbarch.
7964
7965 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7966
7967 * m32r-tdep.c (m32r_unwind_sp): Delete.
7968 (m32r_unwind_pc): Delete.
7969 (m32r_dummy_id): Delete.
7970 (m32r_gdbarch_init): Don't register deleted functions with
7971 gdbarch.
7972
7973 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7974
7975 * m32c-tdep.c (m32c_unwind_pc): Delete.
7976 (m32c_unwind_sp): Delete.
7977 (m32c_dummy_id): Delete.
7978 (m32c_gdbarch_init): Don't register deleted functions with
7979 gdbarch.
7980
7981 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7982
7983 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
7984 (lm32_unwind_pc): Delete.
7985 (lm32_dummy_id): Delete.
7986 (lm32_gdbarch_init): Don't register deleted functions with
7987 gdbarch.
7988
7989 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7990
7991 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
7992 (iq2000_unwind_pc): Delete.
7993 (iq2000_dummy_id): Delete.
7994 (iq2000_gdbarch_init): Don't register deleted functions with
7995 gdbarch.
7996
7997 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7998
7999 * nds32-tdep.c (nds32_type_align): Delete.
8000 (nds32_push_dummy_call): Use type_align instead.
8001
8002 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * arm-tdep.c (arm_type_align): Only handle vector override case.
8005 (arm_push_dummy_call): Use type_align.
8006 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8007
8008 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8009
8010 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8011 case.
8012 (pass_on_stack): Use type_align.
8013 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8014 function.
8015
8016 2019-04-23 Tom Tromey <tromey@adacore.com>
8017
8018 * dwarf2read.c (line_header::file_name_at): Remove unused
8019 overload.
8020
8021 2019-04-23 Tom de Vries <tdevries@suse.de>
8022
8023 PR gdb/24438
8024 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8025 invocation.
8026
8027
8028 2019-03-27 Ali Tamur <tamur@google.com>
8029
8030 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8031 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8032 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8033 (dwarf_expr_context::get_addr_index): Likewise
8034 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8035 (symbol_needs_eval_context::get_addr_index): Likewise
8036 (disassemble_dwarf_expression): Add DW_OP_addrx
8037 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8038 (read_cutu_die_from_dwo): Update comment
8039 (skip_one_die): Add DW_FORM_addrx
8040 (read_attribute_value): Likewise
8041 (var_decode_location): Add DW_OP_addrx
8042 (dwarf2_const_value_attr): Add DW_FORM_addrx
8043 (dump_die_shallow): Likewise
8044 (dwarf2_fetch_constant_bytes): Likewise
8045 (decode_locdesc): Add DW_OP_addrx
8046 (skip_form_bytes): Add DW_FORM_addrx
8047
8048 2019-04-22 Ali Tamur <tamur@google.com>
8049
8050 * MAINTAINERS (Write After Approval): Add self.
8051
8052 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
8053
8054 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8055 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8056 (open_symbol_file_object): Likewise.
8057 (svr4_default_sos): Add info parameter.
8058 (svr4_read_so_list): Likewise.
8059 (svr4_current_sos_direct): Adjust functions calls to pass down
8060 info.
8061 (svr4_current_sos_1): Add info parameter.
8062 (svr4_current_sos): Call get_svr4_info, pass info down to
8063 svr4_current_sos_1.
8064 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8065 get_svr4_info.
8066 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8067 get_svr4_info.
8068 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8069 to get_svr4_info.
8070 (probes_table_remove_objfile_probes): Likewise.
8071 (register_solib_event_probe): Add info parameter.
8072 (solist_update_incremental): Pass info parameter down to
8073 svr4_read_so_list.
8074 (disable_probes_interface): Add info parameter.
8075 (svr4_handle_solib_event): Pass current_program_space to
8076 get_svr4_info. Adjust disable_probes_interface cleanup.
8077 (svr4_create_probe_breakpoints): Add info parameter, pass it
8078 down to register_solib_event_probe.
8079 (svr4_create_solib_event_breakpoints): Add info parameter,
8080 pass it down to svr4_create_probe_breakpoints.
8081 (enable_break): Pass info down to
8082 svr4_create_solib_event_breakpoints.
8083 (svr4_solib_create_inferior_hook): Pass current_program_space to
8084 get_svr4_info.
8085 (svr4_clear_solib): Likewise.
8086
8087 2019-04-22 Pedro Alves <palves@redhat.com>
8088
8089 * solib-svr4.c (svr4_free_objfile_observer): New.
8090 (probe_and_action::objfile): New field.
8091 (probes_table_htab_remove_objfile_probes)
8092 (probes_table_remove_objfile_probes): New functions.
8093 (register_solib_event_probe): Add 'objfile' parameter. Store it
8094 in the new probe_and_action. Don't store the probe in 'lookup'.
8095 (svr4_create_probe_breakpoints): Pass objfile to
8096 register_solib_event_probe.
8097 (_initialize_svr4_solib): Register a free_objfile observer.
8098
8099 2019-04-19 Tom Tromey <tom@tromey.com>
8100
8101 * common/queue.h: Remove.
8102
8103 2019-04-19 Tom Tromey <tom@tromey.com>
8104
8105 * event-loop.c: Don't include "common/queue.h".
8106
8107 2019-04-19 Tom Tromey <tom@tromey.com>
8108
8109 * remote.c (remote_target): Use delete.
8110 * remote-notif.h: Include <list>, not "common/queue.h".
8111 (notif_client_p): Remove typedef.
8112 (remote_notif_state): Add constructor, destructor, initializer.
8113 <notif_queue>: Now a std::list.
8114 (remote_notif_state_xfree): Don't declare.
8115 * remote-notif.c (remote_notif_process, handle_notification)
8116 (remote_notif_state_allocate): Update.
8117 (~remote_notif_state): Rename from remote_notif_state_xfree.
8118
8119 2019-04-19 Tom Tromey <tom@tromey.com>
8120
8121 * symfile.c (reread_symbols): Update.
8122 * objfiles.c (objfile_register_static_link)
8123 (objfile_lookup_static_link): Update
8124 (~objfile) Don't delete static_links.
8125 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8126
8127 2019-04-19 Tom Tromey <tom@tromey.com>
8128
8129 * type-stack.h (struct type_stack) <insert>: Constify string.
8130 * type-stack.c (type_stack::insert): Constify string.
8131 * gdbtypes.h (lookup_template_type): Update.
8132 (address_space_name_to_int): Update.
8133 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8134 const.
8135 (lookup_template_type): Make name const.
8136 * c-exp.y: Update rules.
8137 (lex_one_token, classify_name, classify_inner_name)
8138 (c_print_token): Update.
8139 * p-exp.y: Update rules.
8140 (yylex): Update.
8141 * f-exp.y: Update rules.
8142 (yylex): Update.
8143 * d-exp.y: Update rules.
8144 (lex_one_token, classify_name, classify_inner_name): Update.
8145 * parse.c (write_dollar_variable, copy_name): Return std::string.
8146 * parser-defs.h (copy_name): Change return type.
8147 * m2-exp.y: Update rules.
8148 (yylex): Update.
8149 * go-exp.y (lex_one_token): Update.
8150 Update rules.
8151 (classify_unsafe_function, classify_packaged_name)
8152 (classify_name, yylex): Update.
8153
8154 2019-04-19 Sergei Trofimovich <siarheit@google.com>
8155
8156 * configure.ac: add --enable-source-highlight switch.
8157 * configure: Regenerate.
8158 * top.c (print_gdb_version): plumb --enable-source-highlight
8159 status to "show configuration".
8160
8161 2019-04-19 Tom Tromey <tromey@adacore.com>
8162
8163 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8164 Check ADA_TYPE_P.
8165 (empty_record, ada_template_to_fixed_record_type_1)
8166 (template_to_static_fixed_type)
8167 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8168 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8169 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8170 macros.
8171
8172 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8173
8174 PR symtab/24423:
8175 * source.c (print_source_lines_base): Advance "iter" when a
8176 control character is seen.
8177
8178 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8179
8180 * inferior.h (struct infcall_suspend_state_deleter):
8181 Catch exception in destructor to avoid crash.
8182
8183 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8184
8185 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8186 close to the add_com "shell".
8187
8188 2019-04-18 Tom Tromey <tromey@adacore.com>
8189
8190 * process-stratum-target.h (class process_stratum_target)
8191 <stratum>: Add "final".
8192
8193 2019-04-17 Tom Tromey <tromey@adacore.com>
8194
8195 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8196 against nullptr before use.
8197
8198 2019-04-17 Alan Hayward <alan.hayward@arm.com>
8199
8200 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8201
8202 2019-04-17 Jim Wilson <jimw@sifive.com>
8203 Andrew Burgess <andrew.burgess@embecosm.com>
8204
8205 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8206 code read might fail, assume 4-byte breakpoint in that case.
8207
8208 2019-04-15 Leszek Swirski <leszeks@google.com>
8209
8210 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8211 rather than a hand-rolled POD check when checking for forced MEMORY
8212 classification.
8213
8214 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8215
8216 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8217 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8218 function.
8219 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8220 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8221 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8222 declaration.
8223
8224 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8225
8226 * aarch64-linux-nat.c
8227 (aarch64_linux_nat_target::thread_architecture): Add override.
8228 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8229 each VQ.
8230
8231 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8232
8233 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8234
8235 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8236
8237 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8238 target types of size 96-bits, add some additional comments, and
8239 check that the builtin type we found was the correct size.
8240
8241 2019-04-12 Eli Zaretskii <eliz@gnu.org>
8242
8243 * utils.c (prompt_for_continue): Don't restore the styling at the
8244 end, as applied_style has the wrong value. This fixes styling in
8245 long lists of file names that are interrupted by the "Continue?"
8246 prompt.
8247
8248 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8249
8250 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8251 * c-lang.c (c_language_defn): Likewise.
8252 (cplus_language_defn): Likewise.
8253 (asm_language_defn): Likewise.
8254 (minimal_language_defn): Likewise.
8255 * d-lang.c (d_language_defn): Likewise.
8256 * f-lang.c (f_language_defn): Likewise.
8257 * go-lang.c (go_language_defn): Likewise.
8258 * language.c (unknown_language_defn): Likewise.
8259 (auto_language_defn): Likewise.
8260 * language.h (struct language_defn): Remove la_magic field.
8261 (LANG_MAGIC): Delete.
8262 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8263 * objc-lang.c (objc_language_defn): Likewise.
8264 * opencl-lang.c (opencl_language_defn): Likewise.
8265 * p-lang.c (pascal_language_defn): Likewise.
8266 * rust-lang.c (rust_language_defn): Likewise.
8267
8268 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8269
8270 * riscv-tdep.c (riscv_type_align): New function.
8271 (riscv_type_alignment): Delete.
8272 (riscv_arg_location): Use 'type_align'.
8273 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8274
8275 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8276
8277 * gdbtypes.c (type_align): A struct with no non-static fields also
8278 has alignment of 1.
8279
8280 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8281
8282 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8283 component to 0.
8284 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8285 member.
8286 (riscv_struct_info::analyse): New implementation using new
8287 analyse_inner member function.
8288 (riscv_struct_info::field_offset): New member function.
8289 (riscv_struct_info::m_offsets): New member variable.
8290 (riscv_struct_info::analyse_inner): New private member function,
8291 takes the old implementation of riscv_struct_info::analyse but
8292 extended to track field offsets.
8293 (riscv_call_arg_struct): Update the struct folding special cases
8294 to handle cases where empty C++ structs, which are non-zero
8295 length, are found.
8296 (riscv_arg_location): Initialise the length of each location, a
8297 non-zero length now indicates the location is in use.
8298 (riscv_push_dummy_call): Allow for the first location having a
8299 non-zero offset when setting up arguments.
8300 (riscv_return_value): Likewise, but for return values.
8301
8302 2019-04-11 Tom Tromey <tromey@adacore.com>
8303
8304 * utils.c (internal_vproblem): Make "msg" const.
8305
8306 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8307
8308 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8309 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8310 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8311 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8312
8313 2019-04-10 Kevin Buettner <kevinb@redhat.com>
8314
8315 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8316 function.
8317 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8318 of amd64_collect_native_gregset.
8319 (amd64_linux_nat_target::store_registers): Likewise.
8320
8321 2019-04-10 Tom Tromey <tom@tromey.com>
8322
8323 * symtab.c (lookup_global_symbol_from_objfile)
8324 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8325 * objfiles.h (class separate_debug_iterator): New.
8326 (class separate_debug_range): New.
8327 (struct objfile) <separate_debug_objfiles>: New method.
8328 (objfile_separate_debug_iterate): Don't declare.
8329 * objfiles.c (separate_debug_iterator::operator++): Rename from
8330 objfile_separate_debug_iterate.
8331 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8332 iterator.
8333 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8334 iterator.
8335
8336 2019-04-10 Tom Tromey <tom@tromey.com>
8337
8338 * symfile.c (reread_symbols): Remove old comment.
8339 * objfiles.c (free_all_objfiles): Fix a typo.
8340
8341 2019-04-10 Tom Tromey <tom@tromey.com>
8342
8343 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8344 * minsyms.c (lookup_minimal_symbol): Use foreach.
8345 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8346 (lookup_minimal_symbol_solib_trampoline): Likewise.
8347 * symfile.c (reread_symbols): Use foreach.
8348
8349 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
8350 Tom Tromey <tromey@adacore.com>
8351
8352 PR rust/24414:
8353 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8354 (rust_lex_int_test): Change "value" to be LONGEST.
8355 (rust_lex_tests): Add test for long integer literal.
8356
8357 2019-04-09 Tom Tromey <tromey@adacore.com>
8358
8359 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8360 to bool.
8361 (extended_remote_target::attach): Update.
8362 (remote_target::remote_notice_new_inferior): Update.
8363 (remote_target::add_current_inferior_and_thread): Update.
8364 * inferior.c (exit_inferior_1): Use "false".
8365 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8366
8367 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8368
8369 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
8370 the "start" command.
8371
8372 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8373
8374 * python/py-inferior.c (infpy_thread_from_thread_handle):
8375 Adjust comments to reflect renaming of thread_from_thread_handle
8376 to thread_from_handle. Adjust keywords. Fix type error message.
8377 (inferior_object_methods): Add thread_from_handle. Retain
8378 thread_from_thread_handle, but mark it as deprecated.
8379
8380 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8381
8382 * gdbthread.h (find_thread_by_handle): Revise declaration.
8383 * thread.c (find_thread_by_handle): Likewise. Adjust
8384 implementation too.
8385 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8386 support for buffer objects as handles.
8387
8388 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8389
8390 * python/py-infthread.c (thpy_thread_handle): New function.
8391 (thread_object_methods): Register thpy_thread_handle.
8392
8393 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8394
8395 * gdbthread.h (thread_to_thread_handle): Declare.
8396 * thread.c (gdbtypes.h): Include.
8397 (thread_to_thread_handle): New function.
8398
8399 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8400 (target_thread_info_to_thread_handle): Declare.
8401 * target.c (target_thread_info_to_thread_handle): New function.
8402 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8403 * target-delegates.c: Regenerate.
8404
8405 * linux-thread-db.c (class thread_db_target): Add method
8406 thread_info_to_thread_handle.
8407 (thread_db_target::thread_info_to_thread_handle): Define.
8408 * remote.c (class remote_target): Add new method
8409 thread_info_to_thread_handle.
8410 (remote_target::thread_info_to_thread_handle): Define.
8411
8412 2019-04-08 Pedro Alves <palves@redhat.com>
8413
8414 * common/common-exceptions.c (throw_exception): Don't create
8415 named object to throw; throw directly.
8416 (throw_it): Likewise. Don't initialize gdb_exception::message
8417 here, with new; pass FMT and AP to the ctor instead.
8418 * common/common-exceptions.h: Include <string>.
8419 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8420 const char *, va_list)): New ctor. Use std::make_shared.
8421 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8422 errors)): Delete.
8423 (gdb_exception_error::gdb_exception_error(enum errors, const char
8424 *, va_list)): New.
8425 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8426 Add assertion.
8427 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8428 errors)): Delete.
8429 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8430 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8431 Add assertion.
8432
8433 2019-04-08 Tom Tromey <tom@tromey.com>
8434
8435 * valops.c (value_rtti_indirect_type): Replace throw_exception
8436 with throw.
8437 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8438 with throw.
8439 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8440 throw.
8441 * target.c (target_translate_tls_address): Replace throw_exception
8442 with throw.
8443 * stack.c (frame_apply_command_count): Replace throw_exception
8444 with throw.
8445 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8446 throw.
8447 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8448 with throw.
8449 * rs6000-tdep.c (rs6000_frame_cache)
8450 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8451 * remote.c: Replace throw_exception with throw.
8452 * record-full.c (record_full_message, record_full_wait_1)
8453 (record_full_restore): Replace throw_exception with throw.
8454 * record-btrace.c:
8455 (get_thread_current_frame_id, record_btrace_start_replaying)
8456 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8457 (cmd_record_btrace_start): Replace throw_exception with throw.
8458 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8459 throw.
8460 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8461 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8462 * linespec.c:
8463 (find_linespec_symbols): Replace throw_exception with throw.
8464 * infrun.c (displaced_step_prepare, resume): Replace
8465 throw_exception with throw.
8466 * infcmd.c (post_create_inferior): Replace throw_exception with
8467 throw.
8468 * inf-loop.c (inferior_event_handler): Replace throw_exception
8469 with throw.
8470 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8471 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8472 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8473 (get_prev_frame_always, get_frame_pc_if_available)
8474 (get_frame_address_in_block_if_available, get_frame_language):
8475 Replace throw_exception with throw.
8476 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8477 throw_exception with throw.
8478 * eval.c (fetch_subexp_value, evaluate_var_value)
8479 (evaluate_funcall, evaluate_subexp_standard): Replace
8480 throw_exception with throw.
8481 * dwarf2loc.c (call_site_find_chain)
8482 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8483 Replace throw_exception with throw.
8484 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8485 with throw.
8486 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8487 throw.
8488 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8489 * completer.c (complete_line_internal): Replace throw_exception
8490 with throw.
8491 * compile/compile-object-run.c (compile_object_run): Replace
8492 throw_exception with throw.
8493 * cli/cli-script.c (process_next_line): Replace throw_exception
8494 with throw.
8495 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
8496 (btrace_enable, btrace_maint_update_pt_packets): Replace
8497 throw_exception with throw.
8498 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
8499 throw_exception with throw.
8500 * break-catch-throw.c (re_set_exception_catchpoint): Replace
8501 throw_exception with throw.
8502 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8503 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
8504 * aarch64-tdep.c (aarch64_make_prologue_cache)
8505 (aarch64_make_stub_cache): Replace throw_exception with throw.
8506
8507 2019-04-08 Tom Tromey <tom@tromey.com>
8508
8509 * common/common-exceptions.c (throw_exception): Rename from
8510 throw_exception_cxx. Remove old copy. Make argument const.
8511 (throw_it): Create and throw exception objects directly.
8512 * common/common-exceptions.h (throw_exception): Make argument
8513 const.
8514 (struct gdb_exception_error): Add constructor.
8515 (struct gdb_exception_quit): Add constructor.
8516
8517 2019-04-08 Tom Tromey <tom@tromey.com>
8518
8519 * common/common-exceptions.h (exception_rethrow): Don't declare.
8520 (TRY_SJLJ): Update comment.
8521 (TRY, CATCH, END_CATCH): Remove.
8522 * common/common-exceptions.c (exception_rethrow): Remove.
8523
8524 2019-04-08 Tom Tromey <tom@tromey.com>
8525
8526 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
8527 Remove.
8528 (gdb_exception_error): Rename from
8529 gdb_exception_RETURN_MASK_ERROR.
8530 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
8531 (gdb_quit_bad_alloc): Update.
8532 * aarch64-tdep.c: Update.
8533 * ada-lang.c: Update.
8534 * ada-typeprint.c: Update.
8535 * ada-valprint.c: Update.
8536 * amd64-tdep.c: Update.
8537 * arch-utils.c: Update.
8538 * break-catch-throw.c: Update.
8539 * breakpoint.c: Update.
8540 * btrace.c: Update.
8541 * c-varobj.c: Update.
8542 * cli/cli-cmds.c: Update.
8543 * cli/cli-interp.c: Update.
8544 * cli/cli-script.c: Update.
8545 * common/common-exceptions.c: Update.
8546 * common/new-op.c: Update.
8547 * common/selftest.c: Update.
8548 * compile/compile-c-symbols.c: Update.
8549 * compile/compile-cplus-symbols.c: Update.
8550 * compile/compile-object-load.c: Update.
8551 * compile/compile-object-run.c: Update.
8552 * completer.c: Update.
8553 * corelow.c: Update.
8554 * cp-abi.c: Update.
8555 * cp-support.c: Update.
8556 * cp-valprint.c: Update.
8557 * darwin-nat.c: Update.
8558 * disasm-selftests.c: Update.
8559 * dtrace-probe.c: Update.
8560 * dwarf-index-cache.c: Update.
8561 * dwarf-index-write.c: Update.
8562 * dwarf2-frame-tailcall.c: Update.
8563 * dwarf2-frame.c: Update.
8564 * dwarf2loc.c: Update.
8565 * dwarf2read.c: Update.
8566 * eval.c: Update.
8567 * event-loop.c: Update.
8568 * event-top.c: Update.
8569 * exec.c: Update.
8570 * f-valprint.c: Update.
8571 * fbsd-tdep.c: Update.
8572 * frame-unwind.c: Update.
8573 * frame.c: Update.
8574 * gdbtypes.c: Update.
8575 * gnu-v3-abi.c: Update.
8576 * guile/guile-internal.h: Update.
8577 * guile/scm-block.c: Update.
8578 * guile/scm-breakpoint.c: Update.
8579 * guile/scm-cmd.c: Update.
8580 * guile/scm-disasm.c: Update.
8581 * guile/scm-frame.c: Update.
8582 * guile/scm-lazy-string.c: Update.
8583 * guile/scm-math.c: Update.
8584 * guile/scm-param.c: Update.
8585 * guile/scm-ports.c: Update.
8586 * guile/scm-pretty-print.c: Update.
8587 * guile/scm-symbol.c: Update.
8588 * guile/scm-symtab.c: Update.
8589 * guile/scm-type.c: Update.
8590 * guile/scm-value.c: Update.
8591 * i386-linux-tdep.c: Update.
8592 * i386-tdep.c: Update.
8593 * inf-loop.c: Update.
8594 * infcall.c: Update.
8595 * infcmd.c: Update.
8596 * infrun.c: Update.
8597 * jit.c: Update.
8598 * language.c: Update.
8599 * linespec.c: Update.
8600 * linux-fork.c: Update.
8601 * linux-nat.c: Update.
8602 * linux-tdep.c: Update.
8603 * linux-thread-db.c: Update.
8604 * main.c: Update.
8605 * mi/mi-cmd-break.c: Update.
8606 * mi/mi-cmd-stack.c: Update.
8607 * mi/mi-interp.c: Update.
8608 * mi/mi-main.c: Update.
8609 * objc-lang.c: Update.
8610 * p-valprint.c: Update.
8611 * parse.c: Update.
8612 * ppc-linux-tdep.c: Update.
8613 * printcmd.c: Update.
8614 * python/py-arch.c: Update.
8615 * python/py-breakpoint.c: Update.
8616 * python/py-cmd.c: Update.
8617 * python/py-finishbreakpoint.c: Update.
8618 * python/py-frame.c: Update.
8619 * python/py-framefilter.c: Update.
8620 * python/py-gdb-readline.c: Update.
8621 * python/py-inferior.c: Update.
8622 * python/py-infthread.c: Update.
8623 * python/py-lazy-string.c: Update.
8624 * python/py-linetable.c: Update.
8625 * python/py-objfile.c: Update.
8626 * python/py-param.c: Update.
8627 * python/py-prettyprint.c: Update.
8628 * python/py-progspace.c: Update.
8629 * python/py-record-btrace.c: Update.
8630 * python/py-record.c: Update.
8631 * python/py-symbol.c: Update.
8632 * python/py-type.c: Update.
8633 * python/py-unwind.c: Update.
8634 * python/py-utils.c: Update.
8635 * python/py-value.c: Update.
8636 * python/python.c: Update.
8637 * record-btrace.c: Update.
8638 * record-full.c: Update.
8639 * remote-fileio.c: Update.
8640 * remote.c: Update.
8641 * riscv-tdep.c: Update.
8642 * rs6000-aix-tdep.c: Update.
8643 * rs6000-tdep.c: Update.
8644 * rust-exp.y: Update.
8645 * rust-lang.c: Update.
8646 * s390-tdep.c: Update.
8647 * selftest-arch.c: Update.
8648 * solib-dsbt.c: Update.
8649 * solib-frv.c: Update.
8650 * solib-spu.c: Update.
8651 * solib-svr4.c: Update.
8652 * solib.c: Update.
8653 * sparc64-linux-tdep.c: Update.
8654 * stack.c: Update.
8655 * symfile-mem.c: Update.
8656 * symmisc.c: Update.
8657 * target.c: Update.
8658 * thread.c: Update.
8659 * top.c: Update.
8660 * tracefile-tfile.c: Update.
8661 * tui/tui.c: Update.
8662 * typeprint.c: Update.
8663 * unittests/cli-utils-selftests.c: Update.
8664 * unittests/parse-connection-spec-selftests.c: Update.
8665 * valops.c: Update.
8666 * valprint.c: Update.
8667 * value.c: Update.
8668 * varobj.c: Update.
8669 * windows-nat.c: Update.
8670 * x86-linux-nat.c: Update.
8671 * xml-support.c: Update.
8672
8673 2019-04-08 Tom Tromey <tom@tromey.com>
8674
8675 * xml-support.c: Use C++ exception handling.
8676 * x86-linux-nat.c: Use C++ exception handling.
8677 * windows-nat.c: Use C++ exception handling.
8678 * varobj.c: Use C++ exception handling.
8679 * value.c: Use C++ exception handling.
8680 * valprint.c: Use C++ exception handling.
8681 * valops.c: Use C++ exception handling.
8682 * unittests/parse-connection-spec-selftests.c: Use C++ exception
8683 handling.
8684 * unittests/cli-utils-selftests.c: Use C++ exception handling.
8685 * typeprint.c: Use C++ exception handling.
8686 * tui/tui.c: Use C++ exception handling.
8687 * tracefile-tfile.c: Use C++ exception handling.
8688 * top.c: Use C++ exception handling.
8689 * thread.c: Use C++ exception handling.
8690 * target.c: Use C++ exception handling.
8691 * symmisc.c: Use C++ exception handling.
8692 * symfile-mem.c: Use C++ exception handling.
8693 * stack.c: Use C++ exception handling.
8694 * sparc64-linux-tdep.c: Use C++ exception handling.
8695 * solib.c: Use C++ exception handling.
8696 * solib-svr4.c: Use C++ exception handling.
8697 * solib-spu.c: Use C++ exception handling.
8698 * solib-frv.c: Use C++ exception handling.
8699 * solib-dsbt.c: Use C++ exception handling.
8700 * selftest-arch.c: Use C++ exception handling.
8701 * s390-tdep.c: Use C++ exception handling.
8702 * rust-lang.c: Use C++ exception handling.
8703 * rust-exp.y: Use C++ exception handling.
8704 * rs6000-tdep.c: Use C++ exception handling.
8705 * rs6000-aix-tdep.c: Use C++ exception handling.
8706 * riscv-tdep.c: Use C++ exception handling.
8707 * remote.c: Use C++ exception handling.
8708 * remote-fileio.c: Use C++ exception handling.
8709 * record-full.c: Use C++ exception handling.
8710 * record-btrace.c: Use C++ exception handling.
8711 * python/python.c: Use C++ exception handling.
8712 * python/py-value.c: Use C++ exception handling.
8713 * python/py-utils.c: Use C++ exception handling.
8714 * python/py-unwind.c: Use C++ exception handling.
8715 * python/py-type.c: Use C++ exception handling.
8716 * python/py-symbol.c: Use C++ exception handling.
8717 * python/py-record.c: Use C++ exception handling.
8718 * python/py-record-btrace.c: Use C++ exception handling.
8719 * python/py-progspace.c: Use C++ exception handling.
8720 * python/py-prettyprint.c: Use C++ exception handling.
8721 * python/py-param.c: Use C++ exception handling.
8722 * python/py-objfile.c: Use C++ exception handling.
8723 * python/py-linetable.c: Use C++ exception handling.
8724 * python/py-lazy-string.c: Use C++ exception handling.
8725 * python/py-infthread.c: Use C++ exception handling.
8726 * python/py-inferior.c: Use C++ exception handling.
8727 * python/py-gdb-readline.c: Use C++ exception handling.
8728 * python/py-framefilter.c: Use C++ exception handling.
8729 * python/py-frame.c: Use C++ exception handling.
8730 * python/py-finishbreakpoint.c: Use C++ exception handling.
8731 * python/py-cmd.c: Use C++ exception handling.
8732 * python/py-breakpoint.c: Use C++ exception handling.
8733 * python/py-arch.c: Use C++ exception handling.
8734 * printcmd.c: Use C++ exception handling.
8735 * ppc-linux-tdep.c: Use C++ exception handling.
8736 * parse.c: Use C++ exception handling.
8737 * p-valprint.c: Use C++ exception handling.
8738 * objc-lang.c: Use C++ exception handling.
8739 * mi/mi-main.c: Use C++ exception handling.
8740 * mi/mi-interp.c: Use C++ exception handling.
8741 * mi/mi-cmd-stack.c: Use C++ exception handling.
8742 * mi/mi-cmd-break.c: Use C++ exception handling.
8743 * main.c: Use C++ exception handling.
8744 * linux-thread-db.c: Use C++ exception handling.
8745 * linux-tdep.c: Use C++ exception handling.
8746 * linux-nat.c: Use C++ exception handling.
8747 * linux-fork.c: Use C++ exception handling.
8748 * linespec.c: Use C++ exception handling.
8749 * language.c: Use C++ exception handling.
8750 * jit.c: Use C++ exception handling.
8751 * infrun.c: Use C++ exception handling.
8752 * infcmd.c: Use C++ exception handling.
8753 * infcall.c: Use C++ exception handling.
8754 * inf-loop.c: Use C++ exception handling.
8755 * i386-tdep.c: Use C++ exception handling.
8756 * i386-linux-tdep.c: Use C++ exception handling.
8757 * guile/scm-value.c: Use C++ exception handling.
8758 * guile/scm-type.c: Use C++ exception handling.
8759 * guile/scm-symtab.c: Use C++ exception handling.
8760 * guile/scm-symbol.c: Use C++ exception handling.
8761 * guile/scm-pretty-print.c: Use C++ exception handling.
8762 * guile/scm-ports.c: Use C++ exception handling.
8763 * guile/scm-param.c: Use C++ exception handling.
8764 * guile/scm-math.c: Use C++ exception handling.
8765 * guile/scm-lazy-string.c: Use C++ exception handling.
8766 * guile/scm-frame.c: Use C++ exception handling.
8767 * guile/scm-disasm.c: Use C++ exception handling.
8768 * guile/scm-cmd.c: Use C++ exception handling.
8769 * guile/scm-breakpoint.c: Use C++ exception handling.
8770 * guile/scm-block.c: Use C++ exception handling.
8771 * guile/guile-internal.h: Use C++ exception handling.
8772 * gnu-v3-abi.c: Use C++ exception handling.
8773 * gdbtypes.c: Use C++ exception handling.
8774 * frame.c: Use C++ exception handling.
8775 * frame-unwind.c: Use C++ exception handling.
8776 * fbsd-tdep.c: Use C++ exception handling.
8777 * f-valprint.c: Use C++ exception handling.
8778 * exec.c: Use C++ exception handling.
8779 * event-top.c: Use C++ exception handling.
8780 * event-loop.c: Use C++ exception handling.
8781 * eval.c: Use C++ exception handling.
8782 * dwarf2read.c: Use C++ exception handling.
8783 * dwarf2loc.c: Use C++ exception handling.
8784 * dwarf2-frame.c: Use C++ exception handling.
8785 * dwarf2-frame-tailcall.c: Use C++ exception handling.
8786 * dwarf-index-write.c: Use C++ exception handling.
8787 * dwarf-index-cache.c: Use C++ exception handling.
8788 * dtrace-probe.c: Use C++ exception handling.
8789 * disasm-selftests.c: Use C++ exception handling.
8790 * darwin-nat.c: Use C++ exception handling.
8791 * cp-valprint.c: Use C++ exception handling.
8792 * cp-support.c: Use C++ exception handling.
8793 * cp-abi.c: Use C++ exception handling.
8794 * corelow.c: Use C++ exception handling.
8795 * completer.c: Use C++ exception handling.
8796 * compile/compile-object-run.c: Use C++ exception handling.
8797 * compile/compile-object-load.c: Use C++ exception handling.
8798 * compile/compile-cplus-symbols.c: Use C++ exception handling.
8799 * compile/compile-c-symbols.c: Use C++ exception handling.
8800 * common/selftest.c: Use C++ exception handling.
8801 * common/new-op.c: Use C++ exception handling.
8802 * cli/cli-script.c: Use C++ exception handling.
8803 * cli/cli-interp.c: Use C++ exception handling.
8804 * cli/cli-cmds.c: Use C++ exception handling.
8805 * c-varobj.c: Use C++ exception handling.
8806 * btrace.c: Use C++ exception handling.
8807 * breakpoint.c: Use C++ exception handling.
8808 * break-catch-throw.c: Use C++ exception handling.
8809 * arch-utils.c: Use C++ exception handling.
8810 * amd64-tdep.c: Use C++ exception handling.
8811 * ada-valprint.c: Use C++ exception handling.
8812 * ada-typeprint.c: Use C++ exception handling.
8813 * ada-lang.c: Use C++ exception handling.
8814 * aarch64-tdep.c: Use C++ exception handling.
8815
8816 2019-04-08 Tom Tromey <tom@tromey.com>
8817
8818 * xml-support.c (gdb_xml_parser::parse): Update.
8819 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
8820 * value.c (show_convenience): Update.
8821 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
8822 (test_parse_flags_qcs): Update.
8823 * thread.c (thr_try_catch_cmd): Update.
8824 * target.c (target_translate_tls_address): Update.
8825 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
8826 (info_frame_command_core, frame_apply_command_count): Update.
8827 * rust-exp.y (rust_lex_exception_test): Update.
8828 * riscv-tdep.c (riscv_print_one_register_info): Update.
8829 * remote.c (remote_target::enable_btrace): Update.
8830 * record-btrace.c (record_btrace_enable_warn): Update.
8831 * python/py-utils.c (gdbpy_convert_exception): Update.
8832 * printcmd.c (do_one_display, print_variable_and_value): Update.
8833 * mi/mi-main.c (mi_print_exception): Update.
8834 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
8835 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
8836 * linux-nat.c (linux_nat_target::attach): Update.
8837 * linux-fork.c (class scoped_switch_fork_info): Update.
8838 * infrun.c (displaced_step_prepare): Update.
8839 * infcall.c (call_function_by_hand_dummy): Update.
8840 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
8841 * gnu-v3-abi.c (print_one_vtable): Update.
8842 * frame.c (get_prev_frame_always): Update.
8843 * f-valprint.c (info_common_command_for_block): Update.
8844 * exec.c (try_open_exec_file): Update.
8845 * exceptions.c (print_exception, exception_print)
8846 (exception_fprintf, exception_print_same): Update.
8847 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
8848 * dwarf-index-cache.c (index_cache::store)
8849 (index_cache::lookup_gdb_index): Update.
8850 * darwin-nat.c (maybe_cache_shell): Update.
8851 * cp-valprint.c (cp_print_value_fields): Update.
8852 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
8853 (gcc_cplus_symbol_address): Update.
8854 * compile/compile-c-symbols.c (gcc_convert_symbol)
8855 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
8856 * common/selftest.c: Update.
8857 * common/common-exceptions.h (struct gdb_exception) <message>: Now
8858 a std::string.
8859 (exception_try_scope_entry, exception_try_scope_exit): Don't
8860 declare.
8861 (struct exception_try_scope): Remove.
8862 (TRY): Don't use exception_try_scope.
8863 (struct gdb_exception): Add constructor, operator=.
8864 <what>: New method.
8865 (struct gdb_exception_RETURN_MASK_ALL)
8866 (struct gdb_exception_RETURN_MASK_ERROR)
8867 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
8868 (struct gdb_quit_bad_alloc): Update.
8869 * common/common-exceptions.c (exception_none): Change
8870 initializer.
8871 (struct catcher) <state, exception>: Initialize inline.
8872 <prev>: Remove member.
8873 (current_catcher): Remove.
8874 (catchers): New global.
8875 (exceptions_state_mc_init): Simplify.
8876 (catcher_pop): Remove.
8877 (exceptions_state_mc, exceptions_state_mc_catch): Update.
8878 (try_scope_depth, exception_try_scope_entry)
8879 (exception_try_scope_exit): Remove.
8880 (throw_exception_sjlj): Update.
8881 (exception_messages, exception_messages_size): Remove.
8882 (throw_it): Simplify.
8883 (gdb_exception_sliced_copy): Remove.
8884 (throw_exception_cxx): Update.
8885 * cli/cli-script.c (script_from_file): Update.
8886 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
8887 Update.
8888 * ada-valprint.c (ada_val_print): Update.
8889 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
8890 (create_excep_cond_exprs): Update.
8891
8892 2019-04-08 Tom Tromey <tom@tromey.com>
8893
8894 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
8895 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
8896 (TRY, CATCH, END_CATCH): Remove some definitions.
8897 * common/common-exceptions.c: Don't use GDB_XCPT.
8898 (catcher_list_size): Remove.
8899 (throw_exception, throw_it): Simplify.
8900
8901 2019-04-05 Tom Tromey <tom@tromey.com>
8902
8903 Revert the header-sorting patch.
8904 * ft32-tdep.c: Revert.
8905 * frv-tdep.c: Revert.
8906 * frv-linux-tdep.c: Revert.
8907 * frame.c: Revert.
8908 * frame-unwind.c: Revert.
8909 * frame-base.c: Revert.
8910 * fork-child.c: Revert.
8911 * findvar.c: Revert.
8912 * findcmd.c: Revert.
8913 * filesystem.c: Revert.
8914 * filename-seen-cache.h: Revert.
8915 * filename-seen-cache.c: Revert.
8916 * fbsd-tdep.c: Revert.
8917 * fbsd-nat.h: Revert.
8918 * fbsd-nat.c: Revert.
8919 * f-valprint.c: Revert.
8920 * f-typeprint.c: Revert.
8921 * f-lang.c: Revert.
8922 * extension.h: Revert.
8923 * extension.c: Revert.
8924 * extension-priv.h: Revert.
8925 * expprint.c: Revert.
8926 * exec.h: Revert.
8927 * exec.c: Revert.
8928 * exceptions.c: Revert.
8929 * event-top.c: Revert.
8930 * event-loop.c: Revert.
8931 * eval.c: Revert.
8932 * elfread.c: Revert.
8933 * dwarf2read.h: Revert.
8934 * dwarf2read.c: Revert.
8935 * dwarf2loc.c: Revert.
8936 * dwarf2expr.h: Revert.
8937 * dwarf2expr.c: Revert.
8938 * dwarf2-frame.c: Revert.
8939 * dwarf2-frame-tailcall.c: Revert.
8940 * dwarf-index-write.h: Revert.
8941 * dwarf-index-write.c: Revert.
8942 * dwarf-index-common.c: Revert.
8943 * dwarf-index-cache.h: Revert.
8944 * dwarf-index-cache.c: Revert.
8945 * dummy-frame.c: Revert.
8946 * dtrace-probe.c: Revert.
8947 * disasm.h: Revert.
8948 * disasm.c: Revert.
8949 * disasm-selftests.c: Revert.
8950 * dictionary.c: Revert.
8951 * dicos-tdep.c: Revert.
8952 * demangle.c: Revert.
8953 * dcache.h: Revert.
8954 * dcache.c: Revert.
8955 * darwin-nat.h: Revert.
8956 * darwin-nat.c: Revert.
8957 * darwin-nat-info.c: Revert.
8958 * d-valprint.c: Revert.
8959 * d-namespace.c: Revert.
8960 * d-lang.c: Revert.
8961 * ctf.c: Revert.
8962 * csky-tdep.c: Revert.
8963 * csky-linux-tdep.c: Revert.
8964 * cris-tdep.c: Revert.
8965 * cris-linux-tdep.c: Revert.
8966 * cp-valprint.c: Revert.
8967 * cp-support.c: Revert.
8968 * cp-namespace.c: Revert.
8969 * cp-abi.c: Revert.
8970 * corelow.c: Revert.
8971 * corefile.c: Revert.
8972 * continuations.c: Revert.
8973 * completer.h: Revert.
8974 * completer.c: Revert.
8975 * complaints.c: Revert.
8976 * coffread.c: Revert.
8977 * coff-pe-read.c: Revert.
8978 * cli-out.h: Revert.
8979 * cli-out.c: Revert.
8980 * charset.c: Revert.
8981 * c-varobj.c: Revert.
8982 * c-valprint.c: Revert.
8983 * c-typeprint.c: Revert.
8984 * c-lang.c: Revert.
8985 * buildsym.c: Revert.
8986 * buildsym-legacy.c: Revert.
8987 * build-id.h: Revert.
8988 * build-id.c: Revert.
8989 * btrace.c: Revert.
8990 * bsd-uthread.c: Revert.
8991 * breakpoint.h: Revert.
8992 * breakpoint.c: Revert.
8993 * break-catch-throw.c: Revert.
8994 * break-catch-syscall.c: Revert.
8995 * break-catch-sig.c: Revert.
8996 * blockframe.c: Revert.
8997 * block.c: Revert.
8998 * bfin-tdep.c: Revert.
8999 * bfin-linux-tdep.c: Revert.
9000 * bfd-target.c: Revert.
9001 * bcache.c: Revert.
9002 * ax-general.c: Revert.
9003 * ax-gdb.h: Revert.
9004 * ax-gdb.c: Revert.
9005 * avr-tdep.c: Revert.
9006 * auxv.c: Revert.
9007 * auto-load.c: Revert.
9008 * arm-wince-tdep.c: Revert.
9009 * arm-tdep.c: Revert.
9010 * arm-symbian-tdep.c: Revert.
9011 * arm-pikeos-tdep.c: Revert.
9012 * arm-obsd-tdep.c: Revert.
9013 * arm-nbsd-tdep.c: Revert.
9014 * arm-nbsd-nat.c: Revert.
9015 * arm-linux-tdep.c: Revert.
9016 * arm-linux-nat.c: Revert.
9017 * arm-fbsd-tdep.c: Revert.
9018 * arm-fbsd-nat.c: Revert.
9019 * arm-bsd-tdep.c: Revert.
9020 * arch-utils.c: Revert.
9021 * arc-tdep.c: Revert.
9022 * arc-newlib-tdep.c: Revert.
9023 * annotate.h: Revert.
9024 * annotate.c: Revert.
9025 * amd64-windows-tdep.c: Revert.
9026 * amd64-windows-nat.c: Revert.
9027 * amd64-tdep.c: Revert.
9028 * amd64-sol2-tdep.c: Revert.
9029 * amd64-obsd-tdep.c: Revert.
9030 * amd64-obsd-nat.c: Revert.
9031 * amd64-nbsd-tdep.c: Revert.
9032 * amd64-nbsd-nat.c: Revert.
9033 * amd64-nat.c: Revert.
9034 * amd64-linux-tdep.c: Revert.
9035 * amd64-linux-nat.c: Revert.
9036 * amd64-fbsd-tdep.c: Revert.
9037 * amd64-fbsd-nat.c: Revert.
9038 * amd64-dicos-tdep.c: Revert.
9039 * amd64-darwin-tdep.c: Revert.
9040 * amd64-bsd-nat.c: Revert.
9041 * alpha-tdep.c: Revert.
9042 * alpha-obsd-tdep.c: Revert.
9043 * alpha-nbsd-tdep.c: Revert.
9044 * alpha-mdebug-tdep.c: Revert.
9045 * alpha-linux-tdep.c: Revert.
9046 * alpha-linux-nat.c: Revert.
9047 * alpha-bsd-tdep.c: Revert.
9048 * alpha-bsd-nat.c: Revert.
9049 * aix-thread.c: Revert.
9050 * agent.c: Revert.
9051 * addrmap.c: Revert.
9052 * ada-varobj.c: Revert.
9053 * ada-valprint.c: Revert.
9054 * ada-typeprint.c: Revert.
9055 * ada-tasks.c: Revert.
9056 * ada-lang.c: Revert.
9057 * aarch64-tdep.c: Revert.
9058 * aarch64-ravenscar-thread.c: Revert.
9059 * aarch64-newlib-tdep.c: Revert.
9060 * aarch64-linux-tdep.c: Revert.
9061 * aarch64-linux-nat.c: Revert.
9062 * aarch64-fbsd-tdep.c: Revert.
9063 * aarch64-fbsd-nat.c: Revert.
9064 * aarch32-linux-nat.c: Revert.
9065
9066 2019-04-05 Tom Tromey <tom@tromey.com>
9067
9068 * ft32-tdep.c: Sort headers.
9069 * frv-tdep.c: Sort headers.
9070 * frv-linux-tdep.c: Sort headers.
9071 * frame.c: Sort headers.
9072 * frame-unwind.c: Sort headers.
9073 * frame-base.c: Sort headers.
9074 * fork-child.c: Sort headers.
9075 * findvar.c: Sort headers.
9076 * findcmd.c: Sort headers.
9077 * filesystem.c: Sort headers.
9078 * filename-seen-cache.h: Sort headers.
9079 * filename-seen-cache.c: Sort headers.
9080 * fbsd-tdep.c: Sort headers.
9081 * fbsd-nat.h: Sort headers.
9082 * fbsd-nat.c: Sort headers.
9083 * f-valprint.c: Sort headers.
9084 * f-typeprint.c: Sort headers.
9085 * f-lang.c: Sort headers.
9086 * extension.h: Sort headers.
9087 * extension.c: Sort headers.
9088 * extension-priv.h: Sort headers.
9089 * expprint.c: Sort headers.
9090 * exec.h: Sort headers.
9091 * exec.c: Sort headers.
9092 * exceptions.c: Sort headers.
9093 * event-top.c: Sort headers.
9094 * event-loop.c: Sort headers.
9095 * eval.c: Sort headers.
9096 * elfread.c: Sort headers.
9097 * dwarf2read.h: Sort headers.
9098 * dwarf2read.c: Sort headers.
9099 * dwarf2loc.c: Sort headers.
9100 * dwarf2expr.h: Sort headers.
9101 * dwarf2expr.c: Sort headers.
9102 * dwarf2-frame.c: Sort headers.
9103 * dwarf2-frame-tailcall.c: Sort headers.
9104 * dwarf-index-write.h: Sort headers.
9105 * dwarf-index-write.c: Sort headers.
9106 * dwarf-index-common.c: Sort headers.
9107 * dwarf-index-cache.h: Sort headers.
9108 * dwarf-index-cache.c: Sort headers.
9109 * dummy-frame.c: Sort headers.
9110 * dtrace-probe.c: Sort headers.
9111 * disasm.h: Sort headers.
9112 * disasm.c: Sort headers.
9113 * disasm-selftests.c: Sort headers.
9114 * dictionary.c: Sort headers.
9115 * dicos-tdep.c: Sort headers.
9116 * demangle.c: Sort headers.
9117 * dcache.h: Sort headers.
9118 * dcache.c: Sort headers.
9119 * darwin-nat.h: Sort headers.
9120 * darwin-nat.c: Sort headers.
9121 * darwin-nat-info.c: Sort headers.
9122 * d-valprint.c: Sort headers.
9123 * d-namespace.c: Sort headers.
9124 * d-lang.c: Sort headers.
9125 * ctf.c: Sort headers.
9126 * csky-tdep.c: Sort headers.
9127 * csky-linux-tdep.c: Sort headers.
9128 * cris-tdep.c: Sort headers.
9129 * cris-linux-tdep.c: Sort headers.
9130 * cp-valprint.c: Sort headers.
9131 * cp-support.c: Sort headers.
9132 * cp-namespace.c: Sort headers.
9133 * cp-abi.c: Sort headers.
9134 * corelow.c: Sort headers.
9135 * corefile.c: Sort headers.
9136 * continuations.c: Sort headers.
9137 * completer.h: Sort headers.
9138 * completer.c: Sort headers.
9139 * complaints.c: Sort headers.
9140 * coffread.c: Sort headers.
9141 * coff-pe-read.c: Sort headers.
9142 * cli-out.h: Sort headers.
9143 * cli-out.c: Sort headers.
9144 * charset.c: Sort headers.
9145 * c-varobj.c: Sort headers.
9146 * c-valprint.c: Sort headers.
9147 * c-typeprint.c: Sort headers.
9148 * c-lang.c: Sort headers.
9149 * buildsym.c: Sort headers.
9150 * buildsym-legacy.c: Sort headers.
9151 * build-id.h: Sort headers.
9152 * build-id.c: Sort headers.
9153 * btrace.c: Sort headers.
9154 * bsd-uthread.c: Sort headers.
9155 * breakpoint.h: Sort headers.
9156 * breakpoint.c: Sort headers.
9157 * break-catch-throw.c: Sort headers.
9158 * break-catch-syscall.c: Sort headers.
9159 * break-catch-sig.c: Sort headers.
9160 * blockframe.c: Sort headers.
9161 * block.c: Sort headers.
9162 * bfin-tdep.c: Sort headers.
9163 * bfin-linux-tdep.c: Sort headers.
9164 * bfd-target.c: Sort headers.
9165 * bcache.c: Sort headers.
9166 * ax-general.c: Sort headers.
9167 * ax-gdb.h: Sort headers.
9168 * ax-gdb.c: Sort headers.
9169 * avr-tdep.c: Sort headers.
9170 * auxv.c: Sort headers.
9171 * auto-load.c: Sort headers.
9172 * arm-wince-tdep.c: Sort headers.
9173 * arm-tdep.c: Sort headers.
9174 * arm-symbian-tdep.c: Sort headers.
9175 * arm-pikeos-tdep.c: Sort headers.
9176 * arm-obsd-tdep.c: Sort headers.
9177 * arm-nbsd-tdep.c: Sort headers.
9178 * arm-nbsd-nat.c: Sort headers.
9179 * arm-linux-tdep.c: Sort headers.
9180 * arm-linux-nat.c: Sort headers.
9181 * arm-fbsd-tdep.c: Sort headers.
9182 * arm-fbsd-nat.c: Sort headers.
9183 * arm-bsd-tdep.c: Sort headers.
9184 * arch-utils.c: Sort headers.
9185 * arc-tdep.c: Sort headers.
9186 * arc-newlib-tdep.c: Sort headers.
9187 * annotate.h: Sort headers.
9188 * annotate.c: Sort headers.
9189 * amd64-windows-tdep.c: Sort headers.
9190 * amd64-windows-nat.c: Sort headers.
9191 * amd64-tdep.c: Sort headers.
9192 * amd64-sol2-tdep.c: Sort headers.
9193 * amd64-obsd-tdep.c: Sort headers.
9194 * amd64-obsd-nat.c: Sort headers.
9195 * amd64-nbsd-tdep.c: Sort headers.
9196 * amd64-nbsd-nat.c: Sort headers.
9197 * amd64-nat.c: Sort headers.
9198 * amd64-linux-tdep.c: Sort headers.
9199 * amd64-linux-nat.c: Sort headers.
9200 * amd64-fbsd-tdep.c: Sort headers.
9201 * amd64-fbsd-nat.c: Sort headers.
9202 * amd64-dicos-tdep.c: Sort headers.
9203 * amd64-darwin-tdep.c: Sort headers.
9204 * amd64-bsd-nat.c: Sort headers.
9205 * alpha-tdep.c: Sort headers.
9206 * alpha-obsd-tdep.c: Sort headers.
9207 * alpha-nbsd-tdep.c: Sort headers.
9208 * alpha-mdebug-tdep.c: Sort headers.
9209 * alpha-linux-tdep.c: Sort headers.
9210 * alpha-linux-nat.c: Sort headers.
9211 * alpha-bsd-tdep.c: Sort headers.
9212 * alpha-bsd-nat.c: Sort headers.
9213 * aix-thread.c: Sort headers.
9214 * agent.c: Sort headers.
9215 * addrmap.c: Sort headers.
9216 * ada-varobj.c: Sort headers.
9217 * ada-valprint.c: Sort headers.
9218 * ada-typeprint.c: Sort headers.
9219 * ada-tasks.c: Sort headers.
9220 * ada-lang.c: Sort headers.
9221 * aarch64-tdep.c: Sort headers.
9222 * aarch64-ravenscar-thread.c: Sort headers.
9223 * aarch64-newlib-tdep.c: Sort headers.
9224 * aarch64-linux-tdep.c: Sort headers.
9225 * aarch64-linux-nat.c: Sort headers.
9226 * aarch64-fbsd-tdep.c: Sort headers.
9227 * aarch64-fbsd-nat.c: Sort headers.
9228 * aarch32-linux-nat.c: Sort headers.
9229
9230 2019-04-04 Tom Tromey <tom@tromey.com>
9231
9232 * varobj.c (varobj_create): Update.
9233 * rust-exp.y (struct rust_parser) <update_innermost_block,
9234 lookup_symbol>: New methods.
9235 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9236 Rename.
9237 (rust_parser::rust_lookup_type)
9238 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9239 * printcmd.c (display_command, do_one_display): Update.
9240 * parser-defs.h (struct parser_state) <parser_state>: Add
9241 "tracker" parameter.
9242 (block_tracker): New member.
9243 (class innermost_block_tracker) <innermost_block_tracker>: Add
9244 "types" parameter.
9245 <reset>: Remove method.
9246 (innermost_block): Don't declare.
9247 (null_post_parser): Update.
9248 * parse.c (innermost_block): Remove global.
9249 (write_dollar_variable): Update.
9250 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9251 Remove "tracker_types" parameter.
9252 (parse_expression): Add "tracker" parameter.
9253 (parse_expression_for_completion): Update.
9254 (null_post_parser): Add "tracker" parameter.
9255 * p-exp.y: Update rules.
9256 * m2-exp.y: Update rules.
9257 * language.h (struct language_defn) <la_post_parser>: Add
9258 "tracker" parameter.
9259 * go-exp.y: Update rules.
9260 * f-exp.y: Update rules.
9261 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9262 parameter.
9263 * d-exp.y: Update rules.
9264 * c-exp.y: Update rules.
9265 * breakpoint.c (set_breakpoint_condition): Create an
9266 innermost_block_tracker.
9267 (watch_command_1): Likewise.
9268 * ada-lang.c (resolve): Add "tracker" parameter.
9269 (resolve_subexp): Likewise.
9270 * ada-exp.y (write_var_from_sym): Update.
9271
9272 2019-04-04 Tom Tromey <tom@tromey.com>
9273
9274 * type-stack.h: New file.
9275 * type-stack.c: New file.
9276 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9277 type-stack.h.
9278 (insert_into_type_stack, insert_type, push_type, push_type_int)
9279 (insert_type_address_space, pop_type, pop_type_int)
9280 (pop_typelist, pop_type_stack, append_type_stack)
9281 (push_type_stack, get_type_stack, push_typelist)
9282 (follow_type_instance_flags, follow_types): Don't declare.
9283 * parse.c (type_stack): Remove global.
9284 (parse_exp_in_context): Update.
9285 (insert_into_type_stack, insert_type, push_type, push_type_int)
9286 (insert_type_address_space, pop_type, pop_type_int)
9287 (pop_typelist, pop_type_stack, append_type_stack)
9288 (push_type_stack, get_type_stack, push_typelist)
9289 (follow_type_instance_flags, follow_types): Remove (moved to
9290 type-stack.c).
9291 * f-exp.y (type_stack): New global.
9292 Update rules.
9293 (push_kind_type, f_parse): Update.
9294 * d-exp.y (type_stack): New global.
9295 Update rules.
9296 (d_parse): Update.
9297 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9298 Update rules.
9299 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9300 (HFILES_NO_SRCDIR): Add type-stack.h.
9301
9302 2019-04-04 Tom Tromey <tom@tromey.com>
9303
9304 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9305 (rust_parser::convert_ast_to_expression, rust_parse)
9306 (rust_lex_test_completion, rust_lex_tests): Update.
9307 * parser-defs.h (struct expr_completion_state): New.
9308 (struct parser_state) <parser_state>: Add completion parameter.
9309 <mark_struct_expression, mark_completion_tag>: New methods.
9310 <parse_completion, m_completion_state>: New members.
9311 (prefixify_expression, null_post_parser): Update.
9312 (mark_struct_expression, mark_completion_tag): Don't declare.
9313 * parse.c (parse_completion, expout_last_struct)
9314 (expout_tag_completion_type, expout_completion_name): Remove
9315 globals.
9316 (parser_state::mark_struct_expression)
9317 (parser_state::mark_completion_tag): Now methods.
9318 (prefixify_expression): Add last_struct parameter.
9319 (prefixify_subexp): Likewise.
9320 (parse_exp_1): Update.
9321 (parse_exp_in_context): Add cstate parameter. Update.
9322 (parse_expression_for_completion): Create an
9323 expr_completion_state.
9324 (null_post_parser): Add "completion" parameter.
9325 * p-exp.y: Update rules.
9326 (yylex): Update.
9327 * language.h (struct language_defn) <la_post_parser>: Add
9328 "completing" parameter.
9329 * go-exp.y: Update rules.
9330 (lex_one_token): Update.
9331 * expression.h (parse_completion): Don't declare.
9332 * d-exp.y: Update rules.
9333 (lex_one_token): Update rules.
9334 * c-exp.y: Update rules.
9335 (lex_one_token): Update.
9336 * ada-lang.c (resolve): Add "parse_completion" parameter.
9337 (resolve_subexp): Likewise.
9338 (ada_resolve_function): Likewise.
9339
9340 2019-04-04 Tom Tromey <tom@tromey.com>
9341
9342 * parser-defs.h (struct parser_state) <start_arglist,
9343 end_arglist>: New methods.
9344 <arglist_len, m_funcall_chain>: New members.
9345 (arglist_len, start_arglist, end_arglist): Don't declare.
9346 * parse.c (arglist_len, funcall_chain): Remove global.
9347 (start_arglist, end_arglist): Remove functions.
9348 (parse_exp_in_context): Update.
9349 * p-exp.y: Update rules.
9350 * m2-exp.y: Update rules.
9351 * go-exp.y: Update rules.
9352 * f-exp.y: Update rules.
9353 * d-exp.y: Update rules.
9354 * c-exp.y: Update rules.
9355
9356 2019-04-04 Tom Tromey <tom@tromey.com>
9357
9358 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9359 lex_operator, push_back>: New methods.
9360 Update all rules.
9361 (rust_parser::lex_hex, lex_escape): Rename and update.
9362 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9363 (rust_parser::lex_operator): Rename and update.
9364 (rust_parser::lex_number, rustyylex, rustyyerror)
9365 (rust_lex_test_init, rust_lex_test_sequence)
9366 (rust_lex_test_push_back, rust_lex_tests): Update.
9367 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9368 parameter.
9369 <lexptr, prev_lexptr>: New members.
9370 (lexptr, prev_lexptr): Don't declare.
9371 * parse.c (lexptr, prev_lexptr): Remove globals.
9372 (parse_exp_in_context): Update.
9373 * p-exp.y (yylex, yyerror): Update.
9374 * m2-exp.y (parse_number, yylex, yyerror): Update.
9375 * go-exp.y (lex_one_token, yyerror): Update.
9376 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9377 * d-exp.y (lex_one_token, yyerror): Update.
9378 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9379 (lex_one_token, yyerror): Update.
9380 * ada-lex.l (YY_INPUT): Update.
9381 (rewind_to_char): Update.
9382 * ada-exp.y (yyerror): Update.
9383
9384 2019-04-04 Tom Tromey <tom@tromey.com>
9385
9386 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9387 * parser-defs.h (struct parser_state) <parser_state>: Add new
9388 parameter.
9389 <comma_terminates>: New member.
9390 (comma_terminates): Don't declare global.
9391 * parse.c (comma_terminates): Remove global.
9392 (parse_exp_in_context): Update.
9393 * p-exp.y (yylex): Update.
9394 * m2-exp.y (yylex): Update.
9395 * go-exp.y (lex_one_token): Update.
9396 * f-exp.y (yylex): Update.
9397 * d-exp.y (lex_one_token): Update.
9398 * c-exp.y (lex_one_token): Update.
9399 * ada-lex.l: Update.
9400
9401 2019-04-04 Tom Tromey <tom@tromey.com>
9402
9403 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9404 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9405 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9406 * parser-defs.h (paren_depth): Don't declare.
9407 * parse.c (paren_depth): Remove global.
9408 (parse_exp_in_context): Update.
9409 * p-exp.y (paren_depth): New global.
9410 (pascal_parse): Initialize it.
9411 * m2-exp.y (paren_depth): New global.
9412 (m2_parse): Initialize it.
9413 * go-exp.y (paren_depth): New global.
9414 (go_parse): Initialize it.
9415 * f-exp.y (paren_depth): New global.
9416 (f_parse): Initialize it.
9417 * d-exp.y (paren_depth): New global.
9418 (d_parse): Initialize it.
9419 * c-exp.y (paren_depth): New global.
9420 (c_parse): Initialize it.
9421 * ada-lex.l (paren_depth): New global.
9422 (lexer_init): Initialize it.
9423
9424 2019-04-04 Tom Tromey <tom@tromey.com>
9425
9426 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9427 (rust_parser::convert_ast_to_type)
9428 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9429 * parser-defs.h (struct parser_state) <parser_state>: Add
9430 parameters. Initialize new members.
9431 <expression_context_block, expression_context_pc>: New members.
9432 * parse.c (expression_context_block, expression_context_pc):
9433 Remove globals.
9434 (parse_exp_in_context): Update.
9435 * p-exp.y: Update all rules.
9436 (yylex): Update.
9437 * m2-exp.y: Update all rules.
9438 (yylex): Update.
9439 * go-exp.y (yylex): Update.
9440 * f-exp.y (yylex): Update.
9441 * d-exp.y: Update all rules.
9442 (yylex): Update.
9443 * c-exp.y: Update all rules.
9444 (lex_one_token, classify_name, yylex, c_parse): Update.
9445 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9446
9447 2019-04-04 Tom Tromey <tom@tromey.com>
9448
9449 * gdbarch.h, gdbarch.c: Rebuild.
9450 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9451 * stap-probe.h:
9452 (struct stap_parse_info): Replace "parser_state" with
9453 "expr_builder".
9454 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9455 (parser_state): New class.
9456 * parse.c (expr_builder): Rename.
9457 (expr_builder::release): Rename.
9458 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9459 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9460 (write_exp_elt_longcst, write_exp_elt_floatcst)
9461 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9462 (write_exp_string_vector, write_exp_bitstring)
9463 (write_exp_msymbol, mark_struct_expression)
9464 (write_dollar_variable)
9465 (insert_type_address_space, increase_expout_size): Replace
9466 "parser_state" with "expr_builder".
9467 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9468 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9469 "parser_state" with "expr_builder".
9470
9471 2019-04-04 Tom Tromey <tom@tromey.com>
9472
9473 * rust-exp.y: Replace "parse_language" with method call.
9474 * p-exp.y:
9475 (yylex): Replace "parse_language" with method call.
9476 * m2-exp.y:
9477 (yylex): Replace "parse_language" with method call.
9478 * go-exp.y (classify_name): Replace "parse_language" with method
9479 call.
9480 * f-exp.y (yylex): Replace "parse_language" with method call.
9481 * d-exp.y (lex_one_token): Replace "parse_language" with method
9482 call.
9483 * c-exp.y:
9484 (lex_one_token, classify_name, yylex): Replace "parse_language"
9485 with method call.
9486 * ada-exp.y (find_primitive_type, type_char)
9487 (type_system_address): Replace "parse_language" with method call.
9488
9489 2019-04-04 Tom Tromey <tom@tromey.com>
9490
9491 * rust-exp.y: Replace "parse_gdbarch" with method call.
9492 * parse.c (write_dollar_variable, insert_type_address_space):
9493 Replace "parse_gdbarch" with method call.
9494 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
9495 call.
9496 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
9497 call.
9498 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
9499 "parse_gdbarch" with method call.
9500 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
9501 with method call.
9502 * f-exp.y (parse_type, parse_f_type, yylex): Replace
9503 "parse_gdbarch" with method call.
9504 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
9505 "parse_gdbarch" with method call.
9506 * c-exp.y (parse_type, parse_number, classify_name): Replace
9507 "parse_gdbarch" with method call.
9508 * ada-lex.l: Replace "parse_gdbarch" with method call.
9509 * ada-exp.y (parse_type, find_primitive_type, type_char)
9510 (type_system_address): Replace "parse_gdbarch" with method call.
9511
9512 2019-04-04 Tom Tromey <tom@tromey.com>
9513
9514 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
9515 * stap-probe.c (stap_parse_argument): Update.
9516 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
9517 initial_size parameter.
9518 * rust-exp.y (rust_lex_tests): Update.
9519 * parse.c (parser_state): Update.
9520 (parse_exp_in_context): Update.
9521 * parser-defs.h (struct parser_state) <parser_state>: Remove
9522 "initial_size" parameter.
9523
9524 2019-04-04 Tom Tromey <tom@tromey.com>
9525
9526 * parser-defs.h (increase_expout_size): Don't declare.
9527 * parse.c (increase_expout_size): Now static.
9528
9529 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
9530
9531 * gnu-nat.c (gnu_nat_target::wait): Fix
9532 target_waitstatus_to_string call.
9533
9534 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9535
9536 * eval.c (evaluate_subexp_standard): Handle internal functions
9537 during Fortran function call handling.
9538
9539 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9540
9541 * NEWS: Mention new internal functions.
9542 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
9543 (read_base_type): Use dwarf2_init_complex_target_type.
9544 * value.c (creal_internal_fn): New function.
9545 (cimag_internal_fn): New function.
9546 (_initialize_values): Register new internal functions.
9547
9548 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9549
9550 * infrun.c (stop_all_threads): If debug_infrun, always
9551 trace the wait status after wait_one, using
9552 target_waitstatus_to_string and target_pid_to_str.
9553 (handle_inferior_event): Replace various trace of
9554 wait status kind by a single trace.
9555 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
9556 wait status kind image by target_waitstatus_to_string.
9557 * target/waitstatus.c (target_waitstatus_to_string): Fix
9558 obsolete comment.
9559
9560 2019-04-01 Tom Tromey <tromey@adacore.com>
9561
9562 PR symtab/23331:
9563 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
9564
9565 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
9566 Pedro Alves <palves@redhat.com>
9567
9568 * top.c (quit_force): Call 'finalize_values'.
9569 * value.c (finalize_values): New function.
9570 * value.h (finalize_values): Declare.
9571
9572 2019-03-30 Eli Zaretskii <eliz@gnu.org>
9573
9574 * NEWS: Announce $_gdb_major and $_gdb_minor.
9575
9576 * top.c (init_gdb_version_vars): New function.
9577 (gdb_init): Call init_gdb_version_vars.
9578
9579 2019-03-29 Tom Tromey <tromey@adacore.com>
9580
9581 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
9582 help text. Remove dead code.
9583
9584 2019-03-29 Keith Seitz <keiths@redhat.com>
9585
9586 From Siddhesh Poyarekar:
9587 * f-lang.h (f77_get_upperbound): Return LONGEST.
9588 (f77_get_lowerbound): Likewise.
9589 * f-typeprint.c (f_type_print_varspec_suffix): Expand
9590 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
9591 print them.
9592 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
9593 plongest to format print it.
9594 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
9595 (f77_get_upperbound): Likewise.
9596 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
9597 LOWER_BOUND to LONGEST.
9598 (f77_create_arrayprint_offset_tbl): Likewise.
9599
9600 2019-03-29 Keith Seitz <keiths@redhat.com>
9601
9602 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
9603 %s/pulongest for TYPE_LENGTH instead of %d in format
9604 strings.
9605 * ada-typerint.c (ada_print_type): Likewise.
9606 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
9607 * compile/compile-c-support.c (generate_register_struct): Likewise.
9608 * gdbtypes.c (recursive_dump_type): Likewise.
9609 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
9610 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
9611 instead of %d in format strings.
9612 * riscv-tdep.c (riscv_type_alignment): Cast second argument
9613 to std::min to ULONGEST.
9614 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
9615 instead of %d in format strings.
9616 * tracepoint.c (info_scope_command): Likewise.
9617 * typeprint.c (print_offset_data::update)
9618 (print_offset_data::finish): Likewise.
9619 * xtensa-tdep.c (xtensa_store_return_value)
9620 (xtensa_push_dummy_call): Likewise.
9621
9622 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
9623
9624 * windows-nat.c (display_selector): Fixed format specifications
9625 for 64-bit Cygwin.
9626
9627 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9628
9629 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
9630
9631 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9632
9633 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
9634 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
9635 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
9636 (nios2_linux_init_abi): Install it.
9637
9638 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9639
9640 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
9641
9642 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9643
9644 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
9645
9646 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9647 Tom Tromey <tromey@adacore.com>
9648
9649 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
9650
9651 2019-03-26 Joel Brobecker <brobecker@adacore.com>
9652
9653 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
9654 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
9655 method to compute the bounds of range types. Also print "[evaluated]"
9656 if the bounds' values come from a dynamic evaluation.
9657
9658 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9659
9660 * cp-valprint.c (cp_print_value_fields): Don't print trailing
9661 whitespace when pretty printing is on.
9662
9663 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9664
9665 * ppc-linux-nat.c: Add include.
9666
9667 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9668
9669 * NEWS: Mention AArch64 Pointer Authentication.
9670
9671 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9672
9673 * arm-linux-nat.c: Add include.
9674
9675 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
9676
9677 * source-cache.c (source_cache::get_source_lines): Re-read
9678 fullname after calling open_source_file.
9679
9680 2019-03-25 John Baldwin <jhb@FreeBSD.org>
9681
9682 * NEWS: Mention TLS support for FreeBSD.
9683
9684 2019-03-25 Tom Tromey <tromey@adacore.com>
9685
9686 * minsyms.c (BUNCH_SIZE): Update comment.
9687 (~minimal_symbol_reader): Remove old comment.
9688 (compact_minimal_symbols): Update comment.
9689 (minimal_symbol_reader::install): Remove old comment. Update
9690 other comments.
9691
9692 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9693
9694 * s390-linux-nat.c: Add include.
9695
9696 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9697
9698 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
9699 Call linux_get_hwcap.
9700 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9701 Likewise.
9702 (aarch64_linux_get_hwcap): Remove function.
9703 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
9704 declaration.
9705 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
9706 linux_get_hwcap.
9707 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
9708 * linux-tdep.c (linux_get_hwcap): Add function.
9709 (linux_get_hwcap2): Likewise.
9710 * linux-tdep.h (linux_get_hwcap): Add declaration.
9711 (linux_get_hwcap2): Likewise.
9712 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
9713 (ppc_linux_get_hwcap2): Likewise.
9714 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
9715 linux_get_hwcap.
9716 (ppc_linux_nat_target::insert_watchpoint): Likewise.
9717 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
9718 (ppc_linux_nat_target::read_description): Likewise.
9719 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
9720 * s390-linux-nat.c: Likewise.
9721 * s390-linux-tdep.c (s390_core_read_description): Likewise.
9722
9723 2019-03-24 Tom Tromey <tom@tromey.com>
9724
9725 * ada-lang.c (standard_lookup): Simplify initialization.
9726 (ada_lookup_symbol_nonlocal): Simplify return.
9727 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
9728 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
9729 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
9730 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
9731 initialization.
9732 * solib.c (solib_global_lookup): Simplify.
9733 * symtab.c (null_block_symbol): Remove.
9734 (symbol_cache_lookup): Simplify returns.
9735 (lookup_language_this): Simplify returns.
9736 (lookup_symbol_aux): Simplify return.
9737 (lookup_local_symbol): Simplify returns.
9738 (lookup_global_symbol_from_objfile): Simplify return.
9739 (lookup_symbol_in_objfile_symtabs)
9740 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
9741 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
9742 (lookup_static_symbol, lookup_global_symbol): Simplify return.
9743 * cp-namespace.c (cp_lookup_bare_symbol)
9744 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
9745 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
9746 (cp_lookup_nested_symbol): Don't use null_block_symbol.
9747 (cp_lookup_symbol_via_imports): Simplify initialization.
9748 (find_symbol_in_baseclass): Likewise.
9749 * symtab.h (null_block_symbol): Remove.
9750 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
9751 (d_lookup_nested_symbol, d_lookup_symbol_imports)
9752 (d_lookup_symbol_module): Likewise.
9753 (find_symbol_in_baseclass): Simplify initialization.
9754
9755 2019-03-24 Tom Tromey <tom@tromey.com>
9756
9757 * expression.h: Don't include symtab.h.
9758 (struct block): Forward declare.
9759
9760 2019-03-24 Tom Tromey <tom@tromey.com>
9761
9762 * c-exp.y (typebase): Remove casts.
9763 * gdbtypes.c (lookup_unsigned_typename, )
9764 (lookup_signed_typename): Remove cast.
9765 * eval.c (parse_to_comma_and_eval): Remove cast.
9766 * parse.c (write_dollar_variable): Remove cast.
9767 * block.h (struct block) <superblock>: Now const.
9768 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
9769 * psymtab.c (psym_map_matching_symbols): Make "block" const.
9770 (map_block): Make "block" const.
9771 * symfile.h (struct quick_symbol_functions)
9772 <map_matching_symbols>: Constify block argument to "callback".
9773 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
9774 const.
9775 (find_pc_sect_compunit_symtab): Make "b" const.
9776 (find_symbol_at_address): Likewise.
9777 (search_symbols): Likewise.
9778 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
9779 (dw2_debug_names_lookup_symbol): Likewise.
9780 (dw2_map_matching_symbols): Update.
9781 * p-valprint.c (pascal_val_print): Remove "block".
9782 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
9783 (aux_add_nonlocal_symbols): Make "block" const.
9784 (resolve_subexp): Remove cast.
9785 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
9786 const.
9787 (iterate_over_file_blocks): Likewise.
9788 * f-exp.y (%union) <bval>: Remove.
9789 * coffread.c (patch_opaque_types): Make "b" const.
9790 * spu-tdep.c (spu_catch_start): Make "block" const.
9791 * c-valprint.c (print_unpacked_pointer): Remove "block".
9792 * symmisc.c (dump_symtab_1): Make "b" const.
9793 (block_depth): Make "block" const.
9794 * d-exp.y (%union) <bval>: Remove.
9795 * cp-support.h (cp_lookup_rtti_type): Update.
9796 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
9797 * psymtab.c (psym_lookup_symbol): Make "block" const.
9798 (maintenance_check_psymtabs): Make "b" const.
9799 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
9800 (enumerate_locals, enumerate_args): Update.
9801 * python/py-symtab.c (stpy_global_block): Make "block" const.
9802 (stpy_static_block): Likewise.
9803 * inline-frame.c (block_starting_point_at): Make "new_block"
9804 const.
9805 * block.c (find_block_in_blockvector): Make return type const.
9806 (blockvector_for_pc_sect): Make "b" const.
9807 (find_block_in_blockvector): Make "b" const.
9808
9809 2019-03-23 Tom Tromey <tom@tromey.com>
9810
9811 * varobj.c (varobj_create): Update.
9812 * symfile.c (clear_symtab_users): Don't reset innermost_block.
9813 * printcmd.c (display_command, do_one_display): Don't reset
9814 innermost_block.
9815 * parser-defs.h (enum innermost_block_tracker_type): Move to
9816 expression.h.
9817 (innermost_block): Update comment.
9818 * parse.c (parse_exp_1): Add tracker_types parameter.
9819 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
9820 tracker_types parameter. Reset innermost_block.
9821 (parse_exp_in_context): Remove.
9822 (parse_expression_for_completion): Update.
9823 * objfiles.c (~objfile): Don't reset expression_context_block or
9824 innermost_block.
9825 * expression.h (enum innermost_block_tracker_type): Move from
9826 parser-defs.h.
9827 (parse_exp_1): Add tracker_types parameter.
9828 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
9829 reset innermost_block.
9830
9831 2019-03-23 Tom Tromey <tom@tromey.com>
9832
9833 * objfiles.h: Include bcache.h.
9834
9835 2019-03-23 Tom Tromey <tom@tromey.com>
9836
9837 * linespec.c (get_current_search_block): Use
9838 scoped_restore_current_language.
9839 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
9840
9841 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9842 Jiong Wang <jiong.wang@arm.com>
9843
9844 * aarch64-linux-tdep.c
9845 (aarch64_linux_iterate_over_regset_sections): Check for pauth
9846 section.
9847 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
9848
9849 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9850 Jiong Wang <jiong.wang@arm.com>
9851
9852 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
9853 instructions.
9854 (aarch64_analyze_prologue_test): Add PACIASP test.
9855 (aarch64_prologue_prev_register): Unmask PC value.
9856
9857 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9858 Jiong Wang <jiong.wang@arm.com>
9859
9860 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
9861 (aarch64_dwarf2_prev_register): Unmask PC value.
9862 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
9863 (aarch64_execute_dwarf_cfa_vendor_op): Check for
9864 DW_CFA_AARCH64_negate_ra_state.
9865 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
9866
9867 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9868 Jiong Wang <jiong.wang@arm.com>
9869
9870 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
9871 registers.
9872 (aarch64_pseudo_register_name): Likewise.
9873 (aarch64_pseudo_register_type): Likewise.
9874 (aarch64_pseudo_register_reggroup_p): Likewise.
9875 (aarch64_gdbarch_init): Add pauth registers.
9876 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
9877 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
9878 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
9879 (struct gdbarch_tdep): Add regnum for ra_state.
9880
9881 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9882 Jiong Wang <jiong.wang@arm.com>
9883
9884 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
9885
9886 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9887 Jiong Wang <jiong.wang@arm.com>
9888
9889 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
9890 function.
9891 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
9892 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
9893 (aarch64_gdbarch_init): Add puth registers.
9894 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
9895 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
9896 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
9897
9898 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9899 Jiong Wang <jiong.wang@arm.com>
9900
9901 * aarch64-linux-nat.c
9902 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
9903 * aarch64-linux-tdep.c
9904 (aarch64_linux_core_read_description): Likewise.
9905 (aarch64_linux_get_hwcap): New function.
9906 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
9907 (aarch64_linux_get_hwcap): New declaration.
9908
9909 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9910 Jiong Wang <jiong.wang@arm.com>
9911
9912 * aarch64-linux-nat.c
9913 (aarch64_linux_nat_target::read_description): Add pauth param.
9914 * aarch64-linux-tdep.c
9915 (aarch64_linux_core_read_description): Likewise.
9916 * aarch64-tdep.c (struct target_desc): Add in pauth.
9917 (aarch64_read_description): Add pauth param.
9918 (aarch64_gdbarch_init): Likewise.
9919 * aarch64-tdep.h (aarch64_read_description): Likewise.
9920 * arch/aarch64.c (aarch64_create_target_description): Likewise.
9921 * arch/aarch64.h (aarch64_create_target_description): Likewise.
9922 * features/Makefile: Add new files.
9923 * features/aarch64-pauth.c: New file.
9924 * features/aarch64-pauth.xml: New file.
9925
9926 2019-03-20 Tom Tromey <tromey@adacore.com>
9927
9928 * infrun.c (handle_inferior_event): Rename from
9929 handle_inferior_event_1. Create a scoped_value_mark.
9930 (handle_inferior_event): Remove.
9931
9932 2019-03-19 Tom Tromey <tromey@adacore.com>
9933
9934 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
9935 * infrun.h (print_stop_event): Add "displays" parameter.
9936 * infrun.c (print_stop_event): Add "displays" parameter.
9937
9938 2019-03-19 Pedro Alves <palves@redhat.com>
9939
9940 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
9941 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
9942 to -1. Fix TABs vs spaces.
9943 (tui_ui_out::tui_ui_out): Don't initialize fields here.
9944 * tui/tui-out.h (tui_ui_out) Add intro comments.
9945 <m_line, m_start_of_line>: In-class initialize, and add describing
9946 comment.
9947
9948 2019-03-18 Alan Hayward <alan.hayward@arm.com>
9949
9950 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
9951 variable names.
9952 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
9953
9954 2019-03-18 Pedro Alves <palves@redhat.com>
9955 Eli Zaretskii <eliz@gnu.org>
9956
9957 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
9958 m_line and m_start_of_line.
9959
9960 2019-03-18 Eli Zaretskii <eliz@gnu.org>
9961
9962 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
9963 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
9964 it returns a newline. This fixes a regression in TU mode, whereby
9965 the next line is output on the same screen line as the user input.
9966
9967 2019-03-18 Tom Tromey <tromey@adacore.com>
9968
9969 * minsyms.c (minimal_symbol_reader::install): Remove call to
9970 obstack_blank.
9971
9972 2019-03-18 Pedro Alves <palves@redhat.com>
9973
9974 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
9975 New globals.
9976 (apply_style): New, factored out from ...
9977 (apply_ansi_escape): ... this. Handle reverse video mode.
9978 (tui_set_reverse_mode): New function.
9979 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
9980 * tui/tui-winsource.c (tui_show_source_line): Use
9981 tui_set_reverse_mode instead of setting A_STANDOUT.
9982 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
9983 New setter methods.
9984
9985 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
9986
9987 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
9988 Handle tabs.
9989
9990 2019-03-18 Tom Tromey <tromey@adacore.com>
9991
9992 * ada-lang.c (empty_array): Add "high" parameter.
9993 (ada_evaluate_subexp): Update.
9994
9995 2019-03-17 Sergei Trofimovich <siarheit@google.com>
9996
9997 * unittests/string_view-selftests.c: Define
9998 _initialize_string_view_selftests unconditionally.
9999
10000 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10001
10002 PR gdb/24350
10003 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10004
10005 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10006
10007 PR gdb/24351
10008 * windows-nat.c (display_selector): Fix format specifiers.
10009
10010 2019-03-17 Eli Zaretskii <eliz@gnu.org>
10011
10012 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10013 tui_refill_source_window instead of tui_refresh_win, to update the
10014 current execution line. This fixes redisplay of the current line
10015 when stepping through the code with "next" or "step".
10016
10017 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10018
10019 * source-cache.c (source_cache::get_source_lines): Call
10020 find_source_lines to initialize s->nlines. This fixes vertical
10021 scrolling of TUI source window when the DOWN arrow is pressed.
10022
10023 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10024
10025 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10026 linux-thread-db.c (_initialize_thread_db): Likewise.
10027
10028 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10029
10030 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10031 wclrtoeol in tui_show_source_line". This reverts changes made in
10032 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10033
10034 2019-03-15 Tom Tromey <tom@tromey.com>
10035
10036 * symtab.h (struct minimal_symbol): Derive from
10037 general_symbol_info.
10038 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10039 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10040 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10041 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10042 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10043 (MSYMBOL_SEARCH_NAME): Update.
10044 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10045 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10046 * minsyms.c (minimal_symbol_reader::record_full): Update.
10047
10048 2019-03-15 Tom Tromey <tom@tromey.com>
10049
10050 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10051
10052 2019-03-15 Tom Tromey <tom@tromey.com>
10053
10054 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10055 unique_xmalloc_ptr.
10056 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10057 Update.
10058 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10059 (build_minimal_symbol_hash_tables)
10060 (minimal_symbol_reader::install): Update.
10061
10062 2019-03-15 Tom Tromey <tom@tromey.com>
10063
10064 * symtab.c (create_demangled_names_hash): Update.
10065 (symbol_set_names): Update.
10066 * objfiles.h (struct objfile_per_bfd_storage)
10067 <demangled_names_hash>: Now an htab_up.
10068 * objfiles.c (objfile_per_bfd_storage): Simplify.
10069
10070 2019-03-15 Tom Tromey <tom@tromey.com>
10071
10072 * objfiles.h (struct objfile_per_bfd_storage): Declare
10073 destructor.
10074 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10075 New.
10076 (get_objfile_bfd_data): Use new. Don't initialize
10077 language_of_main.
10078 (free_objfile_per_bfd_storage): Remove.
10079 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10080
10081 2019-03-15 Tom Tromey <tom@tromey.com>
10082
10083 * symfile.c (reread_symbols): Update.
10084 * objfiles.c (objfile::objfile): Update.
10085 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10086 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10087 comment.
10088 (minimal_symbol_reader::install): Update.
10089 (terminate_minimal_symbol_table): Remove.
10090 * jit.c (jit_object_close_impl): Update.
10091
10092 2019-03-15 Tom Tromey <tom@tromey.com>
10093
10094 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10095 initializations.
10096
10097 2019-03-15 Tom Tromey <tom@tromey.com>
10098
10099 * objfiles.h (struct objfile_per_bfd_storage)
10100 <demangled_hash_languages>: Now a bitset.
10101 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10102 (lookup_minimal_symbol): Update.
10103
10104 2019-03-15 Tom Tromey <tom@tromey.com>
10105
10106 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10107 Don't return the symbol.
10108 * coffread.c (record_minimal_symbol): Use record_full.
10109
10110 2019-03-14 Eli Zaretskii <eliz@gnu.org>
10111
10112 The MS-Windows port of ncurses fails to switch to a color pair if
10113 one or both of the colors are the implicit default colors. This
10114 change records the default colors when TUI is initialized, and
10115 then specifies them explicitly when a color pair uses the default
10116 colors. This allows color styling in TUI mode on MS-Windows.
10117
10118 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10119 ncurses_norm_attr.
10120 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10121 colors in ncurses_norm_attr.
10122 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10123 "none", replace it with the default color recorded in
10124 ncurses_norm_attr.
10125
10126 2019-03-14 Tom Tromey <tromey@adacore.com>
10127
10128 * source-cache.h (class source_cache) <get_source_lines>: Return
10129 std::string.
10130 * source-cache.c (source_cache::extract_lines): Handle case where
10131 first_pos==npos. Return std::string.
10132 (source_cache::get_source_lines): Update.
10133
10134 2019-03-14 Tom Tromey <tromey@adacore.com>
10135
10136 * NEWS: Add item for "style sources" commands.
10137 * source-cache.c (source_cache::get_source_lines): Check
10138 source_styling.
10139 * cli/cli-style.c (source_styling): New global.
10140 (_initialize_cli_style): Add "style sources" commands.
10141 (show_style_sources): New function.
10142 * cli/cli-style.h (source_styling): Declare.
10143
10144 2019-03-14 Pedro Alves <palves@redhat.com>
10145 Tom Tromey <tromey@adacore.com>
10146
10147 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10148 * tui/tui-winsource.c (tui_refill_source_window): New function,
10149 from...
10150 (tui_horizontal_source_scroll): ... here. Move some logic.
10151 * cli/cli-style.c (set_style_enabled): Notify new observable.
10152 * tui/tui-hooks.c (tui_redisplay_source): New function.
10153 (tui_attach_detach_observers): Attach or detach
10154 tui_redisplay_source.
10155 * observable.h (source_styling_changed): New observable.
10156 * observable.c: Define source_styling_changed observable.
10157
10158 2019-03-13 Tom Tromey <tromey@adacore.com>
10159
10160 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10161 (i386_gnu_nat_target::store_registers): Update.
10162 * target-debug.h (target_debug_print_std_string): New macro.
10163 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10164 * windows-tdep.c (display_one_tib): Update.
10165 * tui/tui-stack.c (tui_make_status_line): Update.
10166 * top.c (print_inferior_quit_action): Update.
10167 * thread.c (thr_try_catch_cmd): Update.
10168 (add_thread_with_info): Update.
10169 (thread_target_id_str): Update.
10170 (thr_try_catch_cmd): Update.
10171 (thread_command): Update.
10172 (thread_find_command): Update.
10173 * record-btrace.c (record_btrace_target::info_record)
10174 (record_btrace_resume_thread, record_btrace_target::resume)
10175 (record_btrace_cancel_resume, record_btrace_step_thread)
10176 (record_btrace_target::wait, record_btrace_target::wait)
10177 (record_btrace_target::wait, record_btrace_target::stop): Update.
10178 * progspace.c (print_program_space): Update.
10179 * process-stratum-target.c
10180 (process_stratum_target::thread_address_space): Update.
10181 * linux-fork.c (linux_fork_mourn_inferior)
10182 (detach_checkpoint_command, info_checkpoints_command)
10183 (linux_fork_context): Update.
10184 (linux_fork_detach): Update.
10185 (class scoped_switch_fork_info): Update.
10186 (delete_checkpoint_command): Update.
10187 * infrun.c (follow_fork_inferior): Update.
10188 (follow_fork_inferior): Update.
10189 (proceed_after_vfork_done): Update.
10190 (handle_vfork_child_exec_or_exit): Update.
10191 (follow_exec): Update.
10192 (displaced_step_prepare_throw): Update.
10193 (displaced_step_restore): Update.
10194 (start_step_over): Update.
10195 (resume_1): Update.
10196 (clear_proceed_status_thread): Update.
10197 (proceed): Update.
10198 (print_target_wait_results): Update.
10199 (do_target_wait): Update.
10200 (context_switch): Update.
10201 (stop_all_threads): Update.
10202 (restart_threads): Update.
10203 (finish_step_over): Update.
10204 (handle_signal_stop): Update.
10205 (switch_back_to_stepped_thread): Update.
10206 (keep_going_pass_signal): Update.
10207 (print_exited_reason): Update.
10208 (normal_stop): Update.
10209 * inferior.c (inferior_pid_to_str): Change return type.
10210 (print_selected_inferior): Update.
10211 (add_inferior): Update.
10212 (detach_inferior): Update.
10213 * dummy-frame.c (fprint_dummy_frames): Update.
10214 * dcache.c (dcache_info_1): Update.
10215 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10216 (btrace_fetch, btrace_clear): Update.
10217 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10218 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10219 type.
10220 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10221 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10222 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10223 * gdbarch.c, gdbarch.h: Rebuild.
10224 * gdbarch.sh (core_pid_to_str): Change return type.
10225 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10226 return type.
10227 (windows_nat_target::pid_to_str): Change return type.
10228 (windows_delete_thread): Update.
10229 (windows_nat_target::attach): Update.
10230 (windows_nat_target::files_info): Update.
10231 * target-delegates.c: Rebuild.
10232 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10233 return type.
10234 (sol_thread_target::pid_to_str): Change return type.
10235 * remote.c (class remote_target) <pid_to_str>: Change return
10236 type.
10237 (remote_target::pid_to_str): Change return type.
10238 (extended_remote_target::attach, remote_target::remote_stop_ns)
10239 (remote_target::remote_notif_remove_queued_reply)
10240 (remote_target::push_stop_reply, remote_target::disable_btrace):
10241 Update.
10242 (extended_remote_target::attach): Update.
10243 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10244 type.
10245 (gdbsim_target::pid_to_str): Change return type.
10246 * ravenscar-thread.c (struct ravenscar_thread_target)
10247 <pid_to_str>: Change return type.
10248 (ravenscar_thread_target::pid_to_str): Change return type.
10249 * procfs.c (class procfs_target) <pid_to_str>: Change return
10250 type.
10251 (procfs_target::pid_to_str): Change return type.
10252 (procfs_target::attach): Update.
10253 (procfs_target::detach): Update.
10254 (procfs_target::fetch_registers): Update.
10255 (procfs_target::store_registers): Update.
10256 (procfs_target::wait): Update.
10257 (procfs_target::files_info): Update.
10258 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10259 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10260 return type.
10261 (nto_procfs_target::pid_to_str): Change return type.
10262 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10263 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10264 return type.
10265 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10266 (exit_lwp): Update.
10267 (attach_proc_task_lwp_callback, get_detach_signal)
10268 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10269 (linux_nat_target::resume, wait_lwp, stop_callback)
10270 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10271 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10272 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10273 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10274 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10275 type.
10276 (inf_ptrace_target::attach): Update.
10277 (inf_ptrace_target::files_info): Update.
10278 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10279 type.
10280 (go32_nat_target::pid_to_str): Change return type.
10281 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10282 (gnu_nat_target::wait): Update.
10283 (gnu_nat_target::wait): Update.
10284 (gnu_nat_target::resume): Update.
10285 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10286 (fbsd_nat_target::wait): Update.
10287 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10288 type.
10289 (darwin_nat_target::attach): Update.
10290 * corelow.c (class core_target) <pid_to_str>: Change return type.
10291 (core_target::pid_to_str): Change return type.
10292 * target.c (normal_pid_to_str): Change return type.
10293 (default_pid_to_str): Likewise.
10294 (target_pid_to_str): Change return type.
10295 (target_translate_tls_address): Update.
10296 (target_announce_detach): Update.
10297 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10298 return type.
10299 (bsd_uthread_target::pid_to_str): Change return type.
10300 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10301 type.
10302 (bsd_kvm_target::pid_to_str): Change return type.
10303 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10304 return type.
10305 (aix_thread_target::pid_to_str): Change return type.
10306 * target.h (struct target_ops) <pid_to_str>: Change return type.
10307 (target_pid_to_str, normal_pid_to_str): Likewise.
10308 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10309 type.
10310 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10311 type.
10312 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10313 return type.
10314 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10315 type.
10316 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10317 type.
10318 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10319 return type.
10320
10321 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10322
10323 * NEWS: Mention that the new default MI version is 3. Mention
10324 changes to the output of commands and events that deal with
10325 multi-location breakpoints.
10326 * breakpoint.c: Include "mi/mi-out.h".
10327 (print_one_breakpoint): Change output syntax if using MI version
10328 >= 3.
10329 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10330 New.
10331 (mi_multi_location_breakpoint_output_fixed): New.
10332 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10333 (mi_cmd_fix_multi_location_breakpoint_output): New.
10334 (mi_multi_location_breakpoint_output_fixed): New.
10335 * mi/mi-cmds.c (mi_cmds): Register command
10336 -fix-multi-location-breakpoint-output.
10337 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10338 interpreter "mi".
10339
10340 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10341
10342 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10343 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10344 instantiate mi_ui_out based on interpreter name.
10345 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10346 * mi/mi-main.c (mi_load_progress): Likewise.
10347
10348 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10349
10350 * NEWS: Combine separate "New targets" sections for 8.3.
10351
10352 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10353
10354 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10355 (ppcfbsd_init_abi): Install gdbarch
10356 "fetch_tls_load_module_address" and "get_thread_local_address"
10357 methods.
10358
10359 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10360
10361 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10362 (riscv_fbsd_init_abi): Install gdbarch
10363 "fetch_tls_load_module_address" and "get_thread_local_address"
10364 methods.
10365
10366 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10367
10368 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10369 (i386fbsd_init_abi): Install gdbarch
10370 "fetch_tls_load_module_address" and "get_thread_local_address"
10371 methods.
10372
10373 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10374
10375 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10376 (amd64fbsd_init_abi): Install gdbarch
10377 "fetch_tls_load_module_address" and "get_thread_local_address"
10378 methods.
10379
10380 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10381
10382 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10383 (struct fbsd_pspace_data): New type.
10384 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10385 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10386 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10387 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10388 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10389
10390 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10391
10392 * gdbtypes.c (lookup_struct_elt): New function.
10393 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10394 * gdbtypes.h (struct struct_elt): New type.
10395 (lookup_struct_elt): New prototype.
10396
10397 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10398
10399 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10400 remove disabled code block.
10401
10402 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10403
10404 * gdbarch.sh (get_thread_local_address): New method.
10405 * gdbarch.h, gdbarch.c: Regenerate.
10406 * target.c (target_translate_tls_address): Use
10407 gdbarch_get_thread_local_address if present instead of
10408 target::get_thread_local_address.
10409
10410 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10411
10412 * target.h (target::get_thread_local_address): Update comment.
10413
10414 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10415
10416 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10417 objfile->separate_debug_objfile_backlink if not NULL.
10418
10419 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10420
10421 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10422 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10423 (amd64bsd_store_inferior_registers): Likewise.
10424 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10425 Enable segment base registers.
10426 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10427 PT_GETFSBASE and PT_GETGSBASE.
10428 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10429 PT_SETGSBASE.
10430 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10431 segment base registers.
10432 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10433
10434 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10435
10436 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10437 Update calls to i386_target_description to add 'segments'
10438 parameter.
10439 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10440 add segment base registers.
10441 * arch/i386.c (i386_create_target_description): Add 'segments'
10442 parameter to enable segment base registers.
10443 * arch/i386.h (i386_create_target_description): Likewise.
10444 * features/i386/32bit-segments.xml: New file.
10445 * features/i386/32bit-segments.c: Generate.
10446 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10447 call to i386_target_description to add 'segments' parameter.
10448 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10449 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10450 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10451 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10452 if feature is present.
10453 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10454 Add 'segments' parameter to call to i386_target_description.
10455 (i386_target_description): Add 'segments' parameter to enable
10456 segment base registers.
10457 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10458 to call to i386_target_description.
10459 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10460 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10461 Define I386_NUM_REGS.
10462 (i386_target_description): Add 'segments' parameter to enable
10463 segment base registers.
10464
10465 2019-03-12 Eli Zaretskii <eliz@gnu.org>
10466
10467 PR/24325
10468 * source-cache.c: #undef open and close, to avoid unresolved
10469 externals during linking.
10470
10471 2019-03-12 Tom Tromey <tromey@adacore.com>
10472
10473 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10474 const. Add initializers.
10475 (_initialize_remote): Don't initialize ptid globals.
10476
10477 2019-03-12 Pedro Alves <palves@redhat.com>
10478
10479 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10480
10481 2019-03-12 Pedro Alves <palves@redhat.com>
10482
10483 * cp-name-parser.y (main): Remove unused 'len' variable.
10484
10485 2019-03-12 Tom Tromey <tromey@adacore.com>
10486
10487 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10488 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10489
10490 2019-03-12 Tom Tromey <tromey@adacore.com>
10491
10492 * linux-nat.c (iterate_over_lwps): Update.
10493 (stop_callback): Remove parameter.
10494 (stop_wait_callback, detach_callback, resume_set_callback)
10495 (select_singlestep_lwp_callback, set_ignore_sigint)
10496 (status_callback, resumed_callback, resume_clear_callback)
10497 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
10498 data parameter.
10499 (linux_nat_target::detach, linux_nat_target::resume)
10500 (linux_stop_and_wait_all_lwps, select_event_lwp)
10501 (linux_nat_filter_event, linux_nat_wait_1)
10502 (linux_nat_target::kill, linux_nat_target::stop)
10503 (linux_nat_target::stop): Update.
10504 (linux_nat_resume_callback): Change type.
10505 (resume_stopped_resumed_lwps, count_events_callback)
10506 (select_event_lwp_callback): Likewise.
10507 (linux_stop_lwp, linux_nat_stop_lwp): Update.
10508 * arm-linux-nat.c (struct update_registers_data): Remove.
10509 (update_registers_callback): Change type.
10510 (arm_linux_insert_hw_breakpoint1): Update.
10511 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
10512 parameter.
10513 (x86_linux_dr_set_addr): Update.
10514 (x86_linux_dr_set_control): Update.
10515 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
10516 (iterate_over_lwps): Use gdb::function_view.
10517 * nat/aarch64-linux-hw-point.c (struct
10518 aarch64_dr_update_callback_param): Remove.
10519 (debug_reg_change_callback): Change type.
10520 (aarch64_notify_debug_reg_change): Update.
10521 * s390-linux-nat.c (s390_refresh_per_info): Update.
10522
10523 2019-03-11 Tom Tromey <tromey@adacore.com>
10524
10525 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
10526 redundant assignment to "this_cu".
10527
10528 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10529
10530 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
10531
10532 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10533
10534 * gdbtypes.c (rank_one_type_parm_set): New function extracted
10535 from...
10536 (rank_one_type): ... this.
10537
10538 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10539
10540 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
10541 from...
10542 (rank_one_type): ... this.
10543
10544 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10545
10546 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
10547 from...
10548 (rank_one_type): ... this.
10549
10550 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10551
10552 * gdbtypes.c (rank_one_type_parm_float): New function extracted
10553 from...
10554 (rank_one_type): ... this.
10555
10556 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10557
10558 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
10559 from...
10560 (rank_one_type): ... this.
10561
10562 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10563
10564 * gdbtypes.c (rank_one_type_parm_range): New function extracted
10565 from...
10566 (rank_one_type): ... this.
10567
10568 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10569
10570 * gdbtypes.c (rank_one_type_parm_char): New function extracted
10571 from...
10572 (rank_one_type): ... this.
10573
10574 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10575
10576 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
10577 from...
10578 (rank_one_type): ... this.
10579
10580 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10581
10582 * gdbtypes.c (rank_one_type_parm_int): New function extracted
10583 from...
10584 (rank_one_type): ... this.
10585
10586 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10587
10588 * gdbtypes.c (rank_one_type_parm_func): New function extracted
10589 from...
10590 (rank_one_type): ... this.
10591
10592 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10593
10594 * gdbtypes.c (rank_one_type_parm_array): New function extracted
10595 from...
10596 (rank_one_type): ... this.
10597
10598 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10599
10600 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
10601 from...
10602 (rank_one_type): ... this.
10603
10604 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10605
10606 * inferior.c (initialize_inferiors): Ensure 'help set/show print
10607 inferior-events' shows the example events.
10608
10609 2019-03-08 Eli Zaretskii <eliz@gnu.org>
10610
10611 Support styling on native MS-Windows console
10612
10613 PR/24315
10614 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
10615 on MS-Windows if $TERM is not defined.
10616
10617 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
10618
10619 * posix-hdep.c (gdb_console_fputs):
10620 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
10621 functions.
10622 * ui-file.h (gdb_console_fputs): Add prototype.
10623
10624 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
10625 back to fputs only if the former returns zero.
10626
10627 2019-03-07 Tom Tromey <tom@tromey.com>
10628
10629 * symmisc.c (print_symbol_bcache_statistics): Update.
10630 (print_objfile_statistics): Update.
10631 * symfile.c (allocate_symtab): Update.
10632 * stabsread.c: Don't include bcache.h.
10633 * psymtab.h (struct psymbol_bcache): Don't declare.
10634 (class psymtab_storage) <psymbol_cache>: Now a bcache.
10635 (psymbol_bcache_init, psymbol_bcache_free)
10636 (psymbol_bcache_get_bcache): Don't declare.
10637 * psymtab.c (struct psymbol_bcache): Remove.
10638 (psymtab_storage::psymtab_storage): Update.
10639 (psymtab_storage::~psymtab_storage): Update.
10640 (psymbol_bcache_init, psymbol_bcache_free)
10641 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
10642 (add_psymbol_to_bcache): Update.
10643 (allocate_psymtab): Update.
10644 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
10645 macro_cache>: No longer pointers.
10646 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
10647 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
10648 * macrotab.c (macro_bcache): Update.
10649 * macroexp.c: Don't include bcache.h.
10650 * gdbtypes.c (check_types_worklist): Update.
10651 (types_deeply_equal): Remove TRY/CATCH. Update.
10652 * elfread.c (elf_symtab_read): Update.
10653 * dwarf2read.c: Don't include bcache.h.
10654 * buildsym.c (buildsym_compunit::get_macro_table): Update.
10655 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
10656 (print_bcache_statistics, bcache_memory_used): Don't declare.
10657 (struct bcache): Move from bcache.c. Add constructor, destructor,
10658 methods. Rename all data members.
10659 * bcache.c (struct bcache): Move to bcache.h.
10660 (bcache::expand_hash_table): Rename from expand_hash_table.
10661 (bcache): Remove.
10662 (bcache::insert): Rename from bcache_full.
10663 (bcache::compare): Rename from bcache_compare.
10664 (bcache_xmalloc): Remove.
10665 (bcache::~bcache): Rename from bcache_xfree.
10666 (bcache::print_statistics): Rename from print_bcache_statistics.
10667 (bcache::memory_used): Rename from bcache_memory_used.
10668
10669 2019-03-07 Pedro Alves <palves@redhat.com>
10670
10671 * infrun.c (normal_stop): Also check for
10672 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
10673
10674 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
10675
10676 * f-lang.c (value_from_host_double): Moved to...
10677 * value.c (value_from_host_double): ...here.
10678 * value.h (value_from_host_double): Declare.
10679 * guile/scm-math.c (vlscm_convert_typed_number): Use
10680 value_from_host_double.
10681 (vlscm_convert_number): Likewise.
10682 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
10683 * python/py-value.c (convert_value_from_python): Likewise.
10684
10685 2019-03-06 Tom Tromey <tom@tromey.com>
10686
10687 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
10688
10689 2019-03-06 Tom Tromey <tom@tromey.com>
10690
10691 * utils.h (free_current_contents): Don't declare.
10692 * utils.c (free_current_contents): Remove.
10693
10694 2019-03-06 Tom Tromey <tom@tromey.com>
10695
10696 * top.c (quit_force): Update.
10697 * main.c (captured_command_loop): Update.
10698 * common/new-op.c (operator new): Update.
10699 * common/common-exceptions.c (struct catcher)
10700 <save_cleanup_chain>: Remove member.
10701 (exceptions_state_mc_init): Update.
10702 (exception_try_scope_entry): Return nullptr.
10703 (exception_try_scope_exit, exception_rethrow)
10704 (throw_exception_sjlj, throw_exception_cxx): Update.
10705 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
10706 (all_cleanups, do_cleanups, discard_cleanups)
10707 (discard_final_cleanups, save_cleanups, save_final_cleanups)
10708 (restore_cleanups, restore_final_cleanups): Don't declare.
10709 (do_final_cleanups): Remove parameter.
10710 * common/cleanups.c (cleanup_chain, make_cleanup)
10711 (make_cleanup_dtor, all_cleanups, do_cleanups)
10712 (discard_my_cleanups, discard_cleanups)
10713 (discard_final_cleanups, save_my_cleanups, save_cleanups)
10714 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
10715 (null_cleanup): Remove.
10716 (do_final_cleanups): Remove parameter.
10717
10718 2019-03-06 Tom Tromey <tom@tromey.com>
10719
10720 * remote.c (remote_target::remote_parse_stop_reply): Use
10721 unique_xmalloc_ptr.
10722
10723 2019-03-06 Tom Tromey <tom@tromey.com>
10724
10725 * stabsread.c (struct stabs_field_info): Rename from field_info.
10726 <list, fnlist>: Add initializers.
10727 <obstack>: New member.
10728 (read_member_functions, read_struct_fields, read_baseclasses):
10729 Allocate on obstack. Don't use cleanups.
10730 (read_one_struct_field, read_member_functions, read_struct_fields)
10731 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
10732 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
10733 (read_struct_type): Update.
10734
10735 2019-03-06 Tom Tromey <tom@tromey.com>
10736
10737 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
10738 * common/filestuff.h (make_cleanup_close): Don't declare.
10739 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
10740 Remove.
10741
10742 2019-03-06 Tom Tromey <tom@tromey.com>
10743
10744 * solib-aix.c: Use make_scope_exit.
10745
10746 2019-03-06 Tom Tromey <tom@tromey.com>
10747
10748 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
10749 Use make_scope_exit.
10750
10751 2019-03-06 Tom Tromey <tom@tromey.com>
10752
10753 * solib-svr4.c (disable_probes_interface): Remove parameter.
10754 (svr4_handle_solib_event): Use make_scope_exit.
10755
10756 2019-03-06 Tom Tromey <tom@tromey.com>
10757
10758 * remote.c (struct stop_reply_deleter): Remove.
10759 (stop_reply_up): Update.
10760 (struct stop_reply): Derive from notif_event. Don't typedef.
10761 <regcache>: Now a std::vector.
10762 (stop_reply_xfree): Remove.
10763 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
10764 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
10765 (remote_target::discard_pending_stop_replies): Use delete.
10766 (remote_target::remote_parse_stop_reply): Update.
10767 (remote_target::process_stop_reply): Update.
10768 * remote-notif.h (struct notif_event): Add virtual destructor.
10769 Remove "dtr" member.
10770 (struct notif_client) <alloc_event>: Return a unique_ptr.
10771 (notif_event_xfree): Don't declare.
10772 (notif_event_up): New typedef.
10773 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
10774 (notif_event_xfree, do_notif_event_xfree): Remove.
10775 (remote_notif_state_xfree): Update.
10776
10777 2019-03-06 Tom Tromey <tom@tromey.com>
10778
10779 * infrun.c (displaced_step_clear_cleanup): Now a
10780 forward_scope_exit type.
10781 (displaced_step_prepare_throw): Update.
10782 (displaced_step_fixup): Update.
10783
10784 2019-03-06 Tom Tromey <tom@tromey.com>
10785
10786 * inferior.h (class inferior): Update comment.
10787 * gdbthread.h (class thread_info): Update comment.
10788
10789 2019-03-06 Joel Brobecker <brobecker@adacore.com>
10790 Tom Tromey <tom@tromey.com>
10791
10792 * stabsread.h (struct stab_section_list): Remove.
10793 (coffstab_build_psymtabs): Update.
10794 * dbxread.c (symbuf_sections): Now a std::vector.
10795 (sect_idx): New global.
10796 (fill_symbuf): Update.
10797 (coffstab_build_psymtabs): Change type of stabsects parameter.
10798 Update.
10799 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
10800 std::vector.
10801 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
10802 (coff_locate_sections): Update.
10803 (coff_symfile_read): Remove cleanups. Update.
10804 (init_stringtab): Add storage parameter.
10805 (free_stringtab, free_stringtab_cleanup): Remove.
10806 (init_lineno): Add storage parameter.
10807 (free_linetab, free_linetab_cleanup): Remove.
10808
10809 2019-03-06 Pedro Alves <palves@redhat.com>
10810
10811 * linux-fork.c (fork_info::clobber_regs): Delete.
10812 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
10813 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
10814 comment. Adjust.
10815 (scoped_switch_fork_info::scoped_switch_fork_info)
10816 (checkpoint_command, linux_fork_context): Adjust
10817 fork_save_infrun_state calls.
10818
10819 2019-03-06 Pedro Alves <palves@redhat.com>
10820
10821 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
10822 (inf_has_multiple_threads): Return 'bool' and rewrite using
10823 inferior_info::threads().
10824
10825 2019-03-06 Pedro Alves <palves@redhat.com>
10826
10827 * linux-fork.c: Include <list>.
10828 (fork_list): Now a std::list instance.
10829 (fork_info): Add ctor, dtor, and in-class initialize all fields.
10830 (forks_exist_p, find_last_fork): Adjust.
10831 (new_fork): Delete.
10832 (one_fork_p): New.
10833 (add_fork): Adjust.
10834 (free_fork): Delete, folded into fork_info::~fork_info().
10835 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
10836 Adjust.
10837 (init_fork_list): Delete.
10838 (linux_fork_killall, linux_fork_mourn_inferior)
10839 (linux_fork_detach, info_checkpoints_command): Adjust.
10840 (_initialize_linux_fork): No longer call init_fork_list.
10841
10842 2019-03-06 Pedro Alves <palves@redhat.com>
10843
10844 * linux-fork.c (new_fork): New, split out of ...
10845 (add_fork): ... this. Return void. Move "first fork" special
10846 case from here, to ...
10847 (checkpoint_command): ... here.
10848 * linux-linux.h (add_fork): Return void.
10849
10850 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10851
10852 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
10853
10854 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10855 Chris January <chris.january@arm.com>
10856 David Lecomber <david.lecomber@arm.com>
10857
10858 * f-exp.y: New token, UNOP_INTRINSIC.
10859 (exp): New pattern using UNOP_INTRINSIC token.
10860 (f77_keywords): Add 'abs' keyword.
10861 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
10862 (value_from_host_double): New function.
10863 (evaluate_subexp_f): Support UNOP_ABS.
10864
10865 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10866
10867 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
10868 types.
10869
10870 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10871
10872 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
10873 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
10874 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
10875
10876 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10877
10878 * f-exp.y (convert_to_kind_type): Handle more type kinds.
10879
10880 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10881 Chris January <chris.january@arm.com>
10882
10883 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
10884 * f-exp.y: Define 'KIND' token.
10885 (exp): New pattern for KIND expressions.
10886 (ptype): Handle types with a kind extension.
10887 (direct_abs_decl): Extend to spot kind extensions.
10888 (f77_keywords): Add 'kind' to the list.
10889 (push_kind_type): New function.
10890 (convert_to_kind_type): New function.
10891 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
10892 * parse.c (operator_length_standard): Likewise.
10893 * parser-defs.h (enum type_pieces): Add tp_kind.
10894 * std-operator.def: Add UNOP_KIND.
10895
10896 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10897
10898 * f-exp.y (f_parse): Set yydebug.
10899
10900 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10901
10902 * f-lang.c (evaluate_subexp_f): New function.
10903 (exp_descriptor_f): New global.
10904 (f_language_defn): Use exp_descriptor_f instead of
10905 exp_descriptor_standard.
10906
10907 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10908
10909 * f-exp.y (struct token): Add comments.
10910 (dot_ops): Remove uppercase versions and the end marker.
10911 (f77_keywords): Likewise.
10912 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
10913 entries in the dot_ops array are case insensitive, and use
10914 strncasecmp to compare strings. Also some whitespace cleanup in
10915 this area. Similar for the f77_keywords array, except entries in
10916 this list might be case sensitive.
10917
10918 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10919
10920 * f-exp.y (struct f77_boolean_val): Add comments.
10921 (boolean_values): Remove uppercase versions, and end marker.
10922 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
10923 and use strncasecmp to achieve case insensitivity. Additionally,
10924 perform whitespace cleanup around this code.
10925
10926 2019-03-06 Tom Tromey <tromey@adacore.com>
10927
10928 * remote-sim.c (gdbsim_target_open): Use result of
10929 gdb_argv::release.
10930
10931 2019-03-06 Richard Bunt <richard.bunt@arm.com>
10932 Dirk Schubert <dirk.schubert@arm.com>
10933 Chris January <chris.january@arm.com>
10934
10935 * eval.c (evaluate_subexp_standard): Call Fortran argument
10936 wrapping logic.
10937 * f-lang.c (struct value): A value which can be passed into a
10938 Fortran function call.
10939 (fortran_argument_convert): Wrap Fortran arguments in a pointer
10940 where appropriate.
10941 (struct type): Value ready for a Fortran function call.
10942 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
10943 is needed.
10944 * f-lang.h (fortran_argument_convert): Declaration.
10945 (fortran_preserve_arg_pointer): Declaration.
10946 * infcall.c (value_arg_coerce): Call Fortran argument logic.
10947
10948 2019-03-05 Tom Tromey <tromey@adacore.com>
10949
10950 * python/py-prettyprint.c (print_string_repr): Remove #if.
10951 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
10952
10953 2019-03-05 Tom Tromey <tromey@adacore.com>
10954
10955 * target.c (the_dummy_target): Move later. Change type to
10956 "dummy_target".
10957 (initialize_targets): Don't initialize the_dummy_target.
10958
10959 2019-03-05 Tom Tromey <tromey@adacore.com>
10960
10961 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
10962 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
10963
10964 2019-03-05 Tom Tromey <tromey@adacore.com>
10965
10966 * windows-nat.c (windows_nat_target::attach)
10967 (windows_nat_target::detach): Don't call gdb_flush.
10968 * valprint.c (generic_val_print, val_print, val_print_string):
10969 Don't call gdb_flush.
10970 * utils.c (defaulted_query): Don't call gdb_flush.
10971 * typeprint.c (print_type_scalar): Don't call gdb_flush.
10972 * target.c (target_announce_detach): Don't call gdb_flush.
10973 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
10974 * remote.c (extended_remote_target::attach): Don't call
10975 gdb_flush.
10976 * procfs.c (procfs_target::detach): Don't call gdb_flush.
10977 * printcmd.c (do_examine): Don't call gdb_flush.
10978 (info_display_command): Don't call gdb_flush.
10979 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
10980 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
10981 * memattr.c (info_mem_command): Don't call gdb_flush.
10982 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
10983 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
10984 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
10985 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
10986 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
10987 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
10988 (gnu_nat_target::detach): Don't call gdb_flush.
10989 * f-valprint.c (f_val_print): Don't call gdb_flush.
10990 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
10991 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
10992 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
10993 gdb_flush.
10994 * c-valprint.c (c_val_print): Don't call gdb_flush.
10995 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
10996
10997 2019-03-05 Tom Tromey <tromey@adacore.com>
10998
10999 * varobj.c (update_dynamic_varobj_children): Update.
11000 (install_default_visualizer): Use reset, not release.
11001 * value.c (set_internalvar): Update.
11002 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11003 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11004 ATTRIBUTE_UNUSED_RESULT.
11005
11006 2019-03-05 Tom Tromey <tromey@adacore.com>
11007
11008 * remote.c (class scoped_remote_fd) <release>: Add
11009 ATTRIBUTE_UNUSED_RESULT.
11010
11011 2019-03-05 Tom Tromey <tromey@adacore.com>
11012
11013 * macroexp.c (struct macro_buffer) <release>: Add
11014 ATTRIBUTE_UNUSED_RESULT.
11015
11016 2019-03-05 Tom Tromey <tromey@adacore.com>
11017
11018 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11019 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11020 ATTRIBUTE_UNUSED_RESULT.
11021
11022 2019-03-05 Tom Tromey <tromey@adacore.com>
11023
11024 * common/scoped_fd.h (class scoped_fd) <release>: Add
11025 ATTRIBUTE_UNUSED_RESULT.
11026
11027 2019-03-05 Tom Tromey <tromey@adacore.com>
11028
11029 * parser-defs.h (struct parser_state) <release>: Add
11030 ATTRIBUTE_UNUSED_RESULT.
11031
11032 2019-03-05 Tom Tromey <tromey@adacore.com>
11033
11034 * utils.h (class gdb_argv) <release>: Add
11035 ATTRIBUTE_UNUSED_RESULT.
11036 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11037
11038 2019-03-02 Eli Zaretskii <eliz@gnu.org>
11039
11040 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11041 for-loop range, to avoid compiler warnings.
11042
11043 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11044 avoid compiler warnings about unused variables.
11045
11046 * NEWS: Mention end of support for native debugging on MS-Windows
11047 before XP.
11048
11049 PR gdb/24292
11050 * common/netstuff.c:
11051 * gdbserver/gdbreplay.c
11052 * gdbserver/remote-utils.c:
11053 * ser-tcp.c:
11054 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11055 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11056 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11057 'getaddrinfo' and 'freeaddrinfo' were not available before
11058 Windows XP, and mingw.org's MinGW headers by default define
11059 _WIN32_WINNT to 0x500.
11060
11061 2019-03-01 Gary Benson <gbenson@redhat.com>
11062
11063 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11064
11065 2019-02-28 Brian Vandenberg <phantall@gmail.com>
11066 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11067
11068 PR gdb/8527
11069 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11070 set_sigint_trap, clear_sigint_trap.
11071
11072 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11073
11074 * target.c (target_detach): Clear the regcache and the
11075 frame cache.
11076
11077 2019-02-27 Pedro Alves <palves@redhat.com>
11078
11079 * utils.c (set_screen_size): When we cap the height/width sizes,
11080 tweak the corresponding command variable to show "unlimited":
11081
11082 2019-02-27 Saagar Jha <saagar@saagarjha.com>
11083 Pedro Alves <palves@redhat.com>
11084
11085 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11086 before calling rl_set_screen_size.
11087
11088 2019-02-27 Tom Tromey <tromey@adacore.com>
11089
11090 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11091 define.
11092 * python/py-value.c: Remove Python 2.4 workaround.
11093 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11094 workaround.
11095 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11096 Python 2.4 workaround.
11097 * python/python-internal.h: Remove Python 2.4 comment.
11098 (Py_ssize_t): Don't define.
11099 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11100 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11101 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11102 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11103 * python/python.c (do_start_initialization): Remove Python 2.4
11104 workaround.
11105 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11106 (print_children): Remove Python 2.4 workaround.
11107 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11108 workaround.
11109 (CHARBUFFERPROC_NAME): Remove.
11110 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11111 Python 2.4 workaround.
11112
11113 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11114
11115 * NEWS: Note minimum Python version.
11116
11117 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11118
11119 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11120 code from these functions. Remove corresponding ifdefs. Use
11121 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11122 Remove gotos and target of gotos.
11123 (infpy_search_memory): Likewise.
11124
11125 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11126
11127 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11128 (hppa_gdbarch_init): Don't register deleted functions with
11129 gdbarch.
11130
11131 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11132
11133 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11134 (h8300_unwind_sp): Delete.
11135 (h8300_dummy_id): Delete.
11136 (h8300_gdbarch_init): Don't register deleted functions with
11137 gdbarch.
11138
11139 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11140
11141 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11142 (ft32_unwind_pc): Delete.
11143 (ft32_unwind_sp): Delete.
11144 (ft32_gdbarch_init): Don't register deleted functions with
11145 gdbarch.
11146
11147 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11148
11149 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11150 (frv_unwind_pc): Delete.
11151 (frv_unwind_sp): Delete.
11152 (frv_gdbarch_init): Don't register deleted functions with
11153 gdbarch.
11154
11155 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11156
11157 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11158 (riscv_unwind_pc): Delete.
11159 (riscv_unwind_sp): Delete.
11160 (riscv_gdbarch_init): Don't register deleted functions with
11161 gdbarch.
11162
11163 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11164
11165 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11166 (csky_unwind_pc): Delete.
11167 (csky_unwind_sp): Delete.
11168 (csky_gdbarch_init): Don't register deleted functions with
11169 gdbarch.
11170
11171 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11172
11173 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11174 (cris_unwind_pc): Delete.
11175 (cris_unwind_sp): Delete.
11176 (cris_gdbarch_init): Don't register deleted functions with
11177 gdbarch.
11178
11179 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11180
11181 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11182 (bfin_unwind_pc): Delete.
11183 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11184
11185 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11186
11187 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11188 (arm_unwind_pc): Delete.
11189 (arm_unwind_sp): Delete.
11190 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11191
11192 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11193
11194 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11195 (arc_unwind_pc): Delete.
11196 (arc_unwind_sp): Delete.
11197 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11198
11199 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11200
11201 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11202 (alpha_unwind_pc): Delete.
11203 (alpha_gdbarch_init): Don't register deleted functions with
11204 gdbarch.
11205
11206 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11207
11208 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11209 (aarch64_unwind_pc): Delete.
11210 (aarch64_unwind_sp): Delete.
11211 (aarch64_gdbarch_init): Don't register deleted functions with
11212 gdbarch.
11213
11214 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11215
11216 * gdbtypes.c (type_align): Don't consider static members when
11217 computing structure alignment.
11218
11219 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11220
11221 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11222 return 0 for other types.
11223 * arch-utils.c (default_type_align): Always return 0.
11224 * gdbarch.h: Regenerate.
11225 * gdbarch.sh (type_align): Extend comment.
11226 * gdbtypes.c (type_align): Add additional comments, always call
11227 gdbarch_type_align before applying the default rules.
11228 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11229 generic code will then apply a suitable default.
11230 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11231 types, return 0 for other types.
11232
11233 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11234
11235 * NEWS: Create a new section for the next release branch.
11236 Rename the section of the current branch, now that it has
11237 been cut.
11238
11239 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11240
11241 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11242 * version.in: Bump version to 8.3.50.DATE-git.
11243
11244 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
11245
11246 * aix-thread.c (ptid_cmp): Remove unused variable.
11247 (get_signaled_thread): Likewise.
11248 (store_regs_user_thread): Likewise.
11249 (store_regs_kernel_thread): Likewise.
11250 (fetch_regs_kernel_thread): Remove shadowed variable.
11251
11252 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11253
11254 * features/riscv/32bit-cpu.xml: Add register numbers.
11255 * features/riscv/32bit-fpu.c: Regenerate.
11256 * features/riscv/32bit-fpu.xml: Add register numbers.
11257 * features/riscv/64bit-cpu.xml: Add register numbers.
11258 * features/riscv/64bit-fpu.c: Regenerate.
11259 * features/riscv/64bit-fpu.xml: Add register numbers.
11260
11261 2019-02-26 Kevin Buettner <kevinb@redhat.com>
11262
11263 * NEWS: Mention two argument form of gdb.Value constructor.
11264 * python/py-value.c (convert_buffer_and_type_to_value): New
11265 function.
11266 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11267 Add support for handling an optional second argument. Call
11268 convert_buffer_and_type_to_value as appropriate.
11269 * python/python-internal.h (Py_buffer_deleter): New struct.
11270 (Py_buffer_up): New typedef.
11271
11272 2019-02-25 John Baldwin <jhb@FreeBSD.org>
11273
11274 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11275 instead of releasing ownership.
11276
11277 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
11278
11279 * dwarf2read.c (open_and_init_dwp_file): Call
11280 elf_numsections instead of bfd_count_sections to initialize
11281 dwp_file->num_sections.
11282
11283 2019-02-25 Tom Tromey <tromey@adacore.com>
11284
11285 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11286
11287 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11288
11289 * gcore.in: Add '--readnever' option when invoking GDB.
11290
11291 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11292
11293 * MAINTAINERS: Update my email address.
11294
11295 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11296
11297 * build-id.c (build_id_to_debug_bfd_1): New function.
11298 (build_id_to_debug_bfd): Look for separate debug file in
11299 sysroot.
11300
11301 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11302
11303 * gdbarch.sh: Update the copyright year range that is placed into
11304 generated files.
11305
11306 2019-02-22 Keith Seitz <keiths@redhat.com>
11307
11308 PR symtab/23853
11309 * linespec.c (create_sals_line_offset): Search for the default
11310 symtab's filename instead of its fullname.
11311
11312 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11313
11314 * NEWS: Update style defaults.
11315
11316 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11317
11318 * main.c (captured_main_1): Disable styling in batch mode.
11319
11320 2019-02-20 Tom Tromey <tom@tromey.com>
11321
11322 * symtab.c (symtab_symbol_info): Fix typos.
11323
11324 2019-02-20 Tom Tromey <tromey@adacore.com>
11325
11326 * findcmd.c (_initialize_mem_search): Use upper case for
11327 metasyntactic variables.
11328
11329 2019-02-20 Alan Hayward <alan.hayward@arm.com>
11330
11331 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11332 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11333
11334 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11335
11336 * top.h (source_file_name): Change to std::string.
11337 * top.c (source_file_name): Likewise.
11338 (command_line_input): Adjust.
11339 * cli/cli-script.c (script_from_file): Adjust.
11340
11341 2019-02-19 Tom Tromey <tromey@adacore.com>
11342
11343 * ravenscar-thread.c
11344 (ravenscar_thread_target::update_thread_list): Don't call
11345 ada_build_task_list.
11346 * ada-lang.h (ada_build_task_list): Don't declare.
11347 * ada-tasks.c (struct ada_tasks_inferior_data)
11348 <task_list_valid_p>: Now bool.
11349 (read_known_tasks, ada_task_list_changed)
11350 (ada_tasks_invalidate_inferior_data): Update.
11351 (read_known_tasks_array): Return bool.
11352 (read_known_tasks_list): Likewise.
11353 (read_known_tasks): Return void.
11354 (ada_build_task_list): Now static.
11355
11356 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11357
11358 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11359 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11360
11361 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11362
11363 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11364 variant for ada_tasks_pspace_data_handle and
11365 ada_tasks_inferior_data_handle.
11366 (ada_tasks_pspace_data_cleanup): New function.
11367 (ada_tasks_inferior_data_cleanup): New function.
11368
11369 2019-02-17 Tom Tromey <tom@tromey.com>
11370
11371 * macrotab.h (macro_source_fullname): Return a std::string.
11372 * macrotab.c (macro_include, check_for_redefinition)
11373 (macro_undef, macro_lookup_definition, foreach_macro)
11374 (foreach_macro_in_scope): Update.
11375 (macro_source_fullname): Return a std::string.
11376 * macrocmd.c (show_pp_source_pos): Update.
11377
11378 2019-02-17 Tom Tromey <tom@tromey.com>
11379
11380 * macrocmd.c (show_pp_source_pos): Style the file names.
11381
11382 2019-02-17 Tom Tromey <tom@tromey.com>
11383
11384 PR tui/24197:
11385 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11386
11387 2019-02-17 Tom Tromey <tom@tromey.com>
11388
11389 * ada-lang.c (user_select_syms): Use filtered printing.
11390 * utils.c (wrap_style): New global.
11391 (desired_style): Remove.
11392 (emit_style_escape): Add stream parameter.
11393 (set_output_style, reset_terminal_style, prompt_for_continue):
11394 Update.
11395 (flush_wrap_buffer): Only flush gdb_stdout.
11396 (wrap_here): Set wrap_style.
11397 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11398 treat escape sequences as a character. Change when wrap buffer is
11399 flushed.
11400 (fputs_styled): Do not set the output style when the default is
11401 requested.
11402 * ui-style.h (struct ui_file_style) <is_default>: New method.
11403 * source.c (print_source_lines_base): Emit escape sequences in one
11404 piece.
11405
11406 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11407
11408 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11409 integers and enumeration types.
11410
11411 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11412
11413 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11414 instead of lookup_symbol_in_language
11415 (do_exact_match): New function.
11416 (ada_get_symbol_name_matcher): Return do_exact_match when
11417 doing a verbatim match.
11418
11419 2019-02-15 Tom Tromey <tromey@adacore.com>
11420
11421 * ravenscar-thread.c (ravenscar_thread_target::resume)
11422 (ravenscar_thread_target::wait): Special case wildcard requests.
11423
11424 2019-02-15 Tom Tromey <tromey@adacore.com>
11425
11426 * ravenscar-thread.c (base_ptid): Remove.
11427 (struct ravenscar_thread_target) <close>: New method.
11428 <m_base_ptid>: New member.
11429 <update_inferior_ptid, active_task, task_is_currently_active,
11430 runtime_initialized>: Declare methods.
11431 <ravenscar_thread_target>: Add constructor.
11432 (ravenscar_thread_target::task_is_currently_active)
11433 (ravenscar_thread_target::update_inferior_ptid)
11434 (ravenscar_runtime_initialized): Rename. Now methods.
11435 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11436 (ravenscar_thread_target::update_thread_list): Update.
11437 (ravenscar_thread_target::active_task): Now method.
11438 (ravenscar_thread_target::store_registers)
11439 (ravenscar_thread_target::prepare_to_store)
11440 (ravenscar_thread_target::prepare_to_store)
11441 (ravenscar_thread_target::mourn_inferior): Update.
11442 (ravenscar_inferior_created): Use "new" to create target.
11443 (ravenscar_thread_target::get_ada_task_ptid): Update.
11444 (_initialize_ravenscar): Don't initialize base_ptid.
11445 (ravenscar_ops): Remove global.
11446
11447 2019-02-15 Tom Tromey <tromey@adacore.com>
11448
11449 * target.h (push_target): Declare new overload.
11450 * target.c (push_target): New overload, taking an rvalue reference.
11451 * remote.c (remote_target::open_1): Use push_target overload.
11452 * corelow.c (core_target_open): Use push_target overload.
11453
11454 2019-02-15 Tom Tromey <tromey@adacore.com>
11455
11456 * ravenscar-thread.c (is_ravenscar_task)
11457 (ravenscar_task_is_currently_active): Return bool.
11458 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11459 (_initialize_ravenscar): Remove "(void)".
11460 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11461 Return bool.
11462
11463 2019-02-15 Tom Tromey <tromey@adacore.com>
11464
11465 * ravenscar-thread.c (ravenscar_runtime_initializer)
11466 (has_ravenscar_runtime, get_running_thread_id)
11467 (ravenscar_thread_target::resume): Fix indentation.
11468
11469 2019-02-15 Tom Tromey <tromey@adacore.com>
11470
11471 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11472 from ravenscar_arch_ops.
11473 (sparc_ravenscar_ops::fetch_registers)
11474 (sparc_ravenscar_ops::store_registers): Now methods.
11475 (sparc_ravenscar_prepare_to_store): Remove.
11476 (sparc_ravenscar_ops): Redefine.
11477 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11478 methods and destructor. Remove members.
11479 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11480 (ravenscar_thread_target::store_registers)
11481 (ravenscar_thread_target::prepare_to_store): Update.
11482 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11483 Remove.
11484 (struct ppc_ravenscar_powerpc_ops): Derive from
11485 ravenscar_arch_ops.
11486 (ppc_ravenscar_powerpc_ops::fetch_registers)
11487 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11488 (ppc_ravenscar_powerpc_ops): Redefine.
11489 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
11490 (ppc_ravenscar_e500_ops::fetch_registers)
11491 (ppc_ravenscar_e500_ops::store_registers): Now methods.
11492 (ppc_ravenscar_e500_ops): Redefine.
11493 * aarch64-ravenscar-thread.c
11494 (aarch64_ravenscar_generic_prepare_to_store): Remove.
11495 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
11496 (aarch64_ravenscar_fetch_registers)
11497 (aarch64_ravenscar_store_registers): Now methods.
11498 (aarch64_ravenscar_ops): Redefine.
11499
11500 2019-02-15 Tom Tromey <tromey@adacore.com>
11501
11502 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
11503 (ravenscar_thread_target::stopped_by_hw_breakpoint)
11504 (ravenscar_thread_target::stopped_by_watchpoint)
11505 (ravenscar_thread_target::stopped_data_address)
11506 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
11507
11508 2019-02-15 Tom Tromey <tromey@adacore.com>
11509
11510 * ravenscar-thread.c: Fix some typos.
11511
11512 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11513 Tom Tromey <tromey@adacore.com>
11514
11515 * ada-lang.c (ada_exception_sal): Change addr_string to a
11516 std::string.
11517 (create_ada_exception_catchpoint): Update.
11518
11519 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11520 Tom Tromey <tromey@adacore.com>
11521
11522 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
11523 (bp_location_ops): Remove.
11524 (base_breakpoint_allocate_location): Update.
11525 (free_bp_location): Update.
11526 * ada-lang.c (class ada_catchpoint_location)
11527 <ada_catchpoint_location>: Remove ops parameter.
11528 (ada_catchpoint_location_dtor): Remove.
11529 (ada_catchpoint_location_ops): Remove.
11530 (allocate_location_exception): Update.
11531 * breakpoint.h (struct bp_location_ops): Remove.
11532 (class bp_location) <bp_location>: Remove bp_location_ops
11533 parameter.
11534 <~bp_location>: Add destructor.
11535 <ops>: Remove.
11536
11537 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11538 Pedro Alves <palves@redhat.com>
11539
11540 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
11541 'PATH_MAX'.
11542
11543 2019-02-14 David Michael <fedora.dm0@gmail.com>
11544 Samuel Thibault <samuel.thibault@gnu.org>
11545 Thomas Schwinge <thomas@codesourcery.com>
11546
11547 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
11548 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
11549
11550 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11551
11552 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
11553 (check_empty): Use "const char *".
11554
11555 * gnu-nat.c (gnu_nat_target::detach): Instead of
11556 'detach_inferior (pid)' call
11557 'detach_inferior (find_inferior_pid (pid))'.
11558
11559 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
11560 'nat/fork-inferior.o'.
11561 * gnu-nat.c: #include "nat/fork-inferior.h".
11562
11563 * gnu-nat.c (gnu_nat_target::detach): Instead of
11564 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
11565 * gnu-nat.h: #include "inf-child.h".
11566 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
11567 'i386_gnu_nat_target::fetch_registers'.
11568 (gnu_store_registers): Rename/move to
11569 'i386_gnu_nat_target::store_registers'.
11570
11571 * config/i386/nm-i386gnu.h: Don't "#include" any files.
11572 * gnu-nat.h (mach_thread_info): New function.
11573 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
11574
11575 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
11576
11577 2019-02-14 Frederic Konrad <konrad@adacore.com>
11578
11579 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
11580
11581 2019-02-14 Joel Brobecker <brobecker@adacore.com>
11582
11583 * windows-nat.c (windows_add_thread): Add new parameter
11584 "main_thread_p" with default value set to false. Update
11585 function documentation as well as all callers.
11586 (windows_delete_thread): Likewise.
11587 (fake_create_process): Update call to windows_add_thread.
11588 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
11589 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
11590 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
11591 call to windows_delete_thread.
11592
11593 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
11594
11595 * MAINTAINERS: Add Andrew Burgess as global maintainer.
11596
11597 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11598
11599 * symfile.c (find_separate_debug_file): Use canonical path of
11600 sysroot with child_path instead of gdb_sysroot if it is valid.
11601
11602 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11603
11604 * symfile.c (find_separate_debug_file): Use child_path to
11605 determine if an object file is under a sysroot.
11606
11607 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11608
11609 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11610 unittests/child-path-selftests.c.
11611 * common/pathstuff.c (child_path): New function.
11612 * common/pathstuff.h (child_path): New prototype.
11613 * unittests/child-path-selftests.c: New file.
11614
11615 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11616
11617 * symfile.c (find_separate_debug_file): Look for separate debug
11618 files in debug directories under the sysroot.
11619
11620 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11621
11622 * symtab.h (struct minimal_symbol data_p): New const method.
11623 (struct minimal_symbol text_p): Likewise.
11624 * symtab.c (output_source_filename): Use file name style
11625 to print file name.
11626 (print_symbol_info): Likewise.
11627 (print_msymbol_info): Use address style to print addresses.
11628 Use function name style to print executable text symbols.
11629 (expand_symtab_containing_pc): Use data_p.
11630 (find_pc_sect_compunit_symtab): Likewise.
11631
11632 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11633
11634 * breakpoint.c (describe_other_breakpoints): Use address style
11635 to print addresses.
11636 (say_where): Likewise.
11637
11638 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11639
11640 * ada-typeprint.c (print_func_type): Print function name
11641 style to print function name.
11642 * c-typeprint.c (c_print_type_1): Likewise.
11643
11644 2019-02-11 Alan Hayward <alan.hayward@arm.com>
11645
11646 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
11647 for execve.
11648
11649 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11650
11651 * c-exp.y (direct_abs_decl): Use emplace_back to record the
11652 type_stack.
11653
11654 2019-02-10 Joel Brobecker <brobecker@adacore.com>
11655
11656 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
11657 TYPE_CODE_REF types.
11658
11659 2019-02-08 Jim Wilson <jimw@sifive.com>
11660
11661 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
11662 (riscv_linux_fregset): New.
11663 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
11664
11665 2019-02-07 Tom Tromey <tom@tromey.com>
11666
11667 * thread.c (thread_cancel_execution_command): Update.
11668 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
11669 methods.
11670 (struct thread_fsm_ops): Remove.
11671 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
11672 (thread_fsm_should_stop, thread_fsm_return_value)
11673 (thread_fsm_set_finished, thread_fsm_finished_p)
11674 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
11675 Don't declare.
11676 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
11677 * infrun.c (clear_proceed_status_thread)
11678 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
11679 (print_stop_event): Update.
11680 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
11681 Add constructor.
11682 (step_command_fsm_ops): Remove.
11683 (new_step_command_fsm): Remove.
11684 (step_1): Update.
11685 (step_command_fsm::should_stop): Rename from
11686 step_command_fsm_should_stop.
11687 (step_command_fsm::clean_up): Rename from
11688 step_command_fsm_clean_up.
11689 (step_command_fsm::do_async_reply_reason): Rename from
11690 step_command_fsm_async_reply_reason.
11691 (struct until_next_fsm): Inherit from thread_fsm. Add
11692 constructor.
11693 (until_next_fsm_ops): Remove.
11694 (new_until_next_fsm): Remove.
11695 (until_next_fsm::should_stop): Rename from
11696 until_next_fsm_should_stop.
11697 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
11698 (until_next_fsm::do_async_reply_reason): Rename from
11699 until_next_fsm_async_reply_reason.
11700 (struct finish_command_fsm): Inherit from thread_fsm. Add
11701 constructor. Change type of breakpoint.
11702 (finish_command_fsm_ops): Remove.
11703 (new_finish_command_fsm): Remove.
11704 (finish_command_fsm::should_stop): Rename from
11705 finish_command_fsm_should_stop.
11706 (finish_command_fsm::clean_up): Rename from
11707 finish_command_fsm_clean_up.
11708 (finish_command_fsm::return_value): Rename from
11709 finish_command_fsm_return_value.
11710 (finish_command_fsm::do_async_reply_reason): Rename from
11711 finish_command_fsm_async_reply_reason.
11712 (finish_command): Update.
11713 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
11714 Add constructor.
11715 (call_thread_fsm_ops): Remove.
11716 (call_thread_fsm::call_thread_fsm): Rename from
11717 new_call_thread_fsm.
11718 (call_thread_fsm::should_stop): Rename from
11719 call_thread_fsm_should_stop.
11720 (call_thread_fsm::should_notify_stop): Rename from
11721 call_thread_fsm_should_notify_stop.
11722 (run_inferior_call, call_function_by_hand_dummy): Update.
11723 * cli/cli-interp.c (should_print_stop_to_console): Update.
11724 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
11725 Add constructor. Change type of location_breakpoint,
11726 caller_breakpoint.
11727 (until_break_fsm_ops): Remove.
11728 (new_until_break_fsm): Remove.
11729 (until_break_fsm::should_stop): Rename from
11730 until_break_fsm_should_stop.
11731 (until_break_fsm::clean_up): Rename from
11732 until_break_fsm_clean_up.
11733 (until_break_fsm::do_async_reply_reason): Rename from
11734 until_break_fsm_async_reply_reason.
11735 (until_break_command): Update.
11736 * thread-fsm.c: Remove.
11737 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
11738
11739 2019-02-07 Tom Tromey <tom@tromey.com>
11740
11741 * yy-remap.h: Add include guard.
11742 * xtensa-tdep.h: Add include guard.
11743 * xcoffread.h: Rename include guard.
11744 * varobj-iter.h: Add include guard.
11745 * tui/tui.h: Rename include guard.
11746 * tui/tui-winsource.h: Rename include guard.
11747 * tui/tui-wingeneral.h: Rename include guard.
11748 * tui/tui-windata.h: Rename include guard.
11749 * tui/tui-win.h: Rename include guard.
11750 * tui/tui-stack.h: Rename include guard.
11751 * tui/tui-source.h: Rename include guard.
11752 * tui/tui-regs.h: Rename include guard.
11753 * tui/tui-out.h: Rename include guard.
11754 * tui/tui-layout.h: Rename include guard.
11755 * tui/tui-io.h: Rename include guard.
11756 * tui/tui-hooks.h: Rename include guard.
11757 * tui/tui-file.h: Rename include guard.
11758 * tui/tui-disasm.h: Rename include guard.
11759 * tui/tui-data.h: Rename include guard.
11760 * tui/tui-command.h: Rename include guard.
11761 * tic6x-tdep.h: Add include guard.
11762 * target/waitstatus.h: Rename include guard.
11763 * target/wait.h: Rename include guard.
11764 * target/target.h: Rename include guard.
11765 * target/resume.h: Rename include guard.
11766 * target-float.h: Rename include guard.
11767 * stabsread.h: Add include guard.
11768 * rs6000-tdep.h: Add include guard.
11769 * riscv-fbsd-tdep.h: Add include guard.
11770 * regformats/regdef.h: Rename include guard.
11771 * record.h: Rename include guard.
11772 * python/python.h: Rename include guard.
11773 * python/python-internal.h: Rename include guard.
11774 * python/py-stopevent.h: Rename include guard.
11775 * python/py-ref.h: Rename include guard.
11776 * python/py-record.h: Rename include guard.
11777 * python/py-record-full.h: Rename include guard.
11778 * python/py-record-btrace.h: Rename include guard.
11779 * python/py-instruction.h: Rename include guard.
11780 * python/py-events.h: Rename include guard.
11781 * python/py-event.h: Rename include guard.
11782 * procfs.h: Add include guard.
11783 * proc-utils.h: Add include guard.
11784 * p-lang.h: Add include guard.
11785 * or1k-tdep.h: Rename include guard.
11786 * observable.h: Rename include guard.
11787 * nto-tdep.h: Rename include guard.
11788 * nat/x86-linux.h: Rename include guard.
11789 * nat/x86-linux-dregs.h: Rename include guard.
11790 * nat/x86-gcc-cpuid.h: Add include guard.
11791 * nat/x86-dregs.h: Rename include guard.
11792 * nat/x86-cpuid.h: Rename include guard.
11793 * nat/ppc-linux.h: Rename include guard.
11794 * nat/mips-linux-watch.h: Rename include guard.
11795 * nat/linux-waitpid.h: Rename include guard.
11796 * nat/linux-ptrace.h: Rename include guard.
11797 * nat/linux-procfs.h: Rename include guard.
11798 * nat/linux-osdata.h: Rename include guard.
11799 * nat/linux-nat.h: Rename include guard.
11800 * nat/linux-namespaces.h: Rename include guard.
11801 * nat/linux-btrace.h: Rename include guard.
11802 * nat/glibc_thread_db.h: Rename include guard.
11803 * nat/gdb_thread_db.h: Rename include guard.
11804 * nat/gdb_ptrace.h: Rename include guard.
11805 * nat/fork-inferior.h: Rename include guard.
11806 * nat/amd64-linux-siginfo.h: Rename include guard.
11807 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
11808 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
11809 * nat/aarch64-linux.h: Rename include guard.
11810 * nat/aarch64-linux-hw-point.h: Rename include guard.
11811 * mn10300-tdep.h: Add include guard.
11812 * mips-linux-tdep.h: Add include guard.
11813 * mi/mi-parse.h: Rename include guard.
11814 * mi/mi-out.h: Rename include guard.
11815 * mi/mi-main.h: Rename include guard.
11816 * mi/mi-interp.h: Rename include guard.
11817 * mi/mi-getopt.h: Rename include guard.
11818 * mi/mi-console.h: Rename include guard.
11819 * mi/mi-common.h: Rename include guard.
11820 * mi/mi-cmds.h: Rename include guard.
11821 * mi/mi-cmd-break.h: Rename include guard.
11822 * m2-lang.h: Add include guard.
11823 * location.h: Rename include guard.
11824 * linux-record.h: Rename include guard.
11825 * linux-nat.h: Add include guard.
11826 * linux-fork.h: Add include guard.
11827 * i386-darwin-tdep.h: Rename include guard.
11828 * hppa-linux-offsets.h: Add include guard.
11829 * guile/guile.h: Rename include guard.
11830 * guile/guile-internal.h: Rename include guard.
11831 * gnu-nat.h: Rename include guard.
11832 * gdb-stabs.h: Rename include guard.
11833 * frv-tdep.h: Add include guard.
11834 * f-lang.h: Add include guard.
11835 * event-loop.h: Add include guard.
11836 * darwin-nat.h: Rename include guard.
11837 * cp-abi.h: Rename include guard.
11838 * config/sparc/nm-sol2.h: Rename include guard.
11839 * config/nm-nto.h: Rename include guard.
11840 * config/nm-linux.h: Add include guard.
11841 * config/i386/nm-i386gnu.h: Rename include guard.
11842 * config/djgpp/nl_types.h: Rename include guard.
11843 * config/djgpp/langinfo.h: Rename include guard.
11844 * compile/gcc-cp-plugin.h: Add include guard.
11845 * compile/gcc-c-plugin.h: Add include guard.
11846 * compile/compile.h: Rename include guard.
11847 * compile/compile-object-run.h: Rename include guard.
11848 * compile/compile-object-load.h: Rename include guard.
11849 * compile/compile-internal.h: Rename include guard.
11850 * compile/compile-cplus.h: Rename include guard.
11851 * compile/compile-c.h: Rename include guard.
11852 * common/xml-utils.h: Rename include guard.
11853 * common/x86-xstate.h: Rename include guard.
11854 * common/version.h: Rename include guard.
11855 * common/vec.h: Rename include guard.
11856 * common/tdesc.h: Rename include guard.
11857 * common/selftest.h: Rename include guard.
11858 * common/scoped_restore.h: Rename include guard.
11859 * common/scoped_mmap.h: Rename include guard.
11860 * common/scoped_fd.h: Rename include guard.
11861 * common/safe-iterator.h: Rename include guard.
11862 * common/run-time-clock.h: Rename include guard.
11863 * common/refcounted-object.h: Rename include guard.
11864 * common/queue.h: Rename include guard.
11865 * common/ptid.h: Rename include guard.
11866 * common/print-utils.h: Rename include guard.
11867 * common/preprocessor.h: Rename include guard.
11868 * common/pathstuff.h: Rename include guard.
11869 * common/observable.h: Rename include guard.
11870 * common/netstuff.h: Rename include guard.
11871 * common/job-control.h: Rename include guard.
11872 * common/host-defs.h: Rename include guard.
11873 * common/gdb_wait.h: Rename include guard.
11874 * common/gdb_vecs.h: Rename include guard.
11875 * common/gdb_unlinker.h: Rename include guard.
11876 * common/gdb_unique_ptr.h: Rename include guard.
11877 * common/gdb_tilde_expand.h: Rename include guard.
11878 * common/gdb_sys_time.h: Rename include guard.
11879 * common/gdb_string_view.h: Rename include guard.
11880 * common/gdb_splay_tree.h: Rename include guard.
11881 * common/gdb_setjmp.h: Rename include guard.
11882 * common/gdb_ref_ptr.h: Rename include guard.
11883 * common/gdb_optional.h: Rename include guard.
11884 * common/gdb_locale.h: Rename include guard.
11885 * common/gdb_assert.h: Rename include guard.
11886 * common/filtered-iterator.h: Rename include guard.
11887 * common/filestuff.h: Rename include guard.
11888 * common/fileio.h: Rename include guard.
11889 * common/environ.h: Rename include guard.
11890 * common/common-utils.h: Rename include guard.
11891 * common/common-types.h: Rename include guard.
11892 * common/common-regcache.h: Rename include guard.
11893 * common/common-inferior.h: Rename include guard.
11894 * common/common-gdbthread.h: Rename include guard.
11895 * common/common-exceptions.h: Rename include guard.
11896 * common/common-defs.h: Rename include guard.
11897 * common/common-debug.h: Rename include guard.
11898 * common/cleanups.h: Rename include guard.
11899 * common/buffer.h: Rename include guard.
11900 * common/btrace-common.h: Rename include guard.
11901 * common/break-common.h: Rename include guard.
11902 * cli/cli-utils.h: Rename include guard.
11903 * cli/cli-style.h: Rename include guard.
11904 * cli/cli-setshow.h: Rename include guard.
11905 * cli/cli-script.h: Rename include guard.
11906 * cli/cli-interp.h: Rename include guard.
11907 * cli/cli-decode.h: Rename include guard.
11908 * cli/cli-cmds.h: Rename include guard.
11909 * charset-list.h: Add include guard.
11910 * buildsym-legacy.h: Rename include guard.
11911 * bfin-tdep.h: Add include guard.
11912 * ax.h: Rename include guard.
11913 * arm-linux-tdep.h: Add include guard.
11914 * arm-fbsd-tdep.h: Add include guard.
11915 * arch/xtensa.h: Rename include guard.
11916 * arch/tic6x.h: Add include guard.
11917 * arch/i386.h: Add include guard.
11918 * arch/arm.h: Rename include guard.
11919 * arch/arm-linux.h: Rename include guard.
11920 * arch/arm-get-next-pcs.h: Rename include guard.
11921 * arch/amd64.h: Add include guard.
11922 * arch/aarch64-insn.h: Rename include guard.
11923 * arch-utils.h: Rename include guard.
11924 * annotate.h: Add include guard.
11925 * amd64-darwin-tdep.h: Rename include guard.
11926 * aarch64-linux-tdep.h: Add include guard.
11927 * aarch64-fbsd-tdep.h: Add include guard.
11928 * aarch32-linux-nat.h: Add include guard.
11929
11930 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11931
11932 * macrotab.c (macro_define_internal): New function that
11933 factorizes macro_define_object_internal and macro_define_function
11934 code.
11935 (macro_define_object_internal): Use macro_define_internal.
11936 (macro_define_function): Likewise.
11937
11938 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11939
11940 * macrocmd.c (extract_identifier): Return
11941 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
11942 callers.
11943
11944 2019-02-06 John Baldwin <jhb@FreeBSD.org>
11945
11946 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
11947
11948 2019-02-05 Tom Tromey <tom@tromey.com>
11949
11950 * target.c (target_stack::unpush): Move assertion earlier.
11951
11952 2019-01-30 Tom Tromey <tom@tromey.com>
11953
11954 PR python/23615:
11955 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
11956 (gdbpy_parse_and_eval): Likewise.
11957 * python/python-internal.h (gdbpy_allow_threads): New class.
11958
11959 2019-01-28 John Baldwin <jhb@FreeBSD.org>
11960
11961 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
11962 (aarch64_fbsd_fpregmap): Move earlier.
11963 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
11964 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
11965 instead of individual calls to trad_frame_set_reg_addr.
11966 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
11967 earlier.
11968 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
11969 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
11970 instead of individual calls to trad_frame_set_reg_addr.
11971
11972 2019-01-28 Alan Hayward <alan.hayward@arm.com>
11973
11974 * CONTRIBUTE: Replace contribution list with wiki link.
11975
11976 2019-01-25 Tom Tromey <tom@tromey.com>
11977
11978 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
11979
11980 2019-01-25 Tom Tromey <tom@tromey.com>
11981
11982 * xtensa-linux-nat.c: Fix common/ includes.
11983 * xml-support.h: Fix common/ includes.
11984 * xml-support.c: Fix common/ includes.
11985 * x86-linux-nat.c: Fix common/ includes.
11986 * windows-nat.c: Fix common/ includes.
11987 * varobj.h: Fix common/ includes.
11988 * varobj.c: Fix common/ includes.
11989 * value.c: Fix common/ includes.
11990 * valops.c: Fix common/ includes.
11991 * utils.c: Fix common/ includes.
11992 * unittests/xml-utils-selftests.c: Fix common/ includes.
11993 * unittests/utils-selftests.c: Fix common/ includes.
11994 * unittests/unpack-selftests.c: Fix common/ includes.
11995 * unittests/tracepoint-selftests.c: Fix common/ includes.
11996 * unittests/style-selftests.c: Fix common/ includes.
11997 * unittests/string_view-selftests.c: Fix common/ includes.
11998 * unittests/scoped_restore-selftests.c: Fix common/ includes.
11999 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12000 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12001 * unittests/rsp-low-selftests.c: Fix common/ includes.
12002 * unittests/parse-connection-spec-selftests.c: Fix common/
12003 includes.
12004 * unittests/optional-selftests.c: Fix common/ includes.
12005 * unittests/offset-type-selftests.c: Fix common/ includes.
12006 * unittests/observable-selftests.c: Fix common/ includes.
12007 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12008 * unittests/memrange-selftests.c: Fix common/ includes.
12009 * unittests/memory-map-selftests.c: Fix common/ includes.
12010 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12011 * unittests/function-view-selftests.c: Fix common/ includes.
12012 * unittests/environ-selftests.c: Fix common/ includes.
12013 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12014 * unittests/common-utils-selftests.c: Fix common/ includes.
12015 * unittests/cli-utils-selftests.c: Fix common/ includes.
12016 * unittests/array-view-selftests.c: Fix common/ includes.
12017 * ui-file.c: Fix common/ includes.
12018 * tui/tui-io.c: Fix common/ includes.
12019 * tracepoint.h: Fix common/ includes.
12020 * tracepoint.c: Fix common/ includes.
12021 * tracefile-tfile.c: Fix common/ includes.
12022 * top.h: Fix common/ includes.
12023 * top.c: Fix common/ includes.
12024 * thread.c: Fix common/ includes.
12025 * target/waitstatus.h: Fix common/ includes.
12026 * target/waitstatus.c: Fix common/ includes.
12027 * target.h: Fix common/ includes.
12028 * target.c: Fix common/ includes.
12029 * target-memory.c: Fix common/ includes.
12030 * target-descriptions.c: Fix common/ includes.
12031 * symtab.h: Fix common/ includes.
12032 * symfile.c: Fix common/ includes.
12033 * stap-probe.c: Fix common/ includes.
12034 * spu-linux-nat.c: Fix common/ includes.
12035 * sparc-nat.c: Fix common/ includes.
12036 * source.c: Fix common/ includes.
12037 * solib.c: Fix common/ includes.
12038 * solib-target.c: Fix common/ includes.
12039 * ser-unix.c: Fix common/ includes.
12040 * ser-tcp.c: Fix common/ includes.
12041 * ser-pipe.c: Fix common/ includes.
12042 * ser-base.c: Fix common/ includes.
12043 * selftest-arch.c: Fix common/ includes.
12044 * s12z-tdep.c: Fix common/ includes.
12045 * rust-exp.y: Fix common/ includes.
12046 * rs6000-aix-tdep.c: Fix common/ includes.
12047 * riscv-tdep.c: Fix common/ includes.
12048 * remote.c: Fix common/ includes.
12049 * remote-notif.h: Fix common/ includes.
12050 * remote-fileio.h: Fix common/ includes.
12051 * remote-fileio.c: Fix common/ includes.
12052 * regcache.h: Fix common/ includes.
12053 * regcache.c: Fix common/ includes.
12054 * record-btrace.c: Fix common/ includes.
12055 * python/python.c: Fix common/ includes.
12056 * python/py-type.c: Fix common/ includes.
12057 * python/py-inferior.c: Fix common/ includes.
12058 * progspace.h: Fix common/ includes.
12059 * producer.c: Fix common/ includes.
12060 * procfs.c: Fix common/ includes.
12061 * proc-api.c: Fix common/ includes.
12062 * printcmd.c: Fix common/ includes.
12063 * ppc-linux-nat.c: Fix common/ includes.
12064 * parser-defs.h: Fix common/ includes.
12065 * osdata.c: Fix common/ includes.
12066 * obsd-nat.c: Fix common/ includes.
12067 * nat/x86-linux.c: Fix common/ includes.
12068 * nat/x86-linux-dregs.c: Fix common/ includes.
12069 * nat/x86-dregs.h: Fix common/ includes.
12070 * nat/x86-dregs.c: Fix common/ includes.
12071 * nat/ppc-linux.c: Fix common/ includes.
12072 * nat/mips-linux-watch.h: Fix common/ includes.
12073 * nat/mips-linux-watch.c: Fix common/ includes.
12074 * nat/linux-waitpid.c: Fix common/ includes.
12075 * nat/linux-ptrace.h: Fix common/ includes.
12076 * nat/linux-ptrace.c: Fix common/ includes.
12077 * nat/linux-procfs.c: Fix common/ includes.
12078 * nat/linux-personality.c: Fix common/ includes.
12079 * nat/linux-osdata.c: Fix common/ includes.
12080 * nat/linux-namespaces.c: Fix common/ includes.
12081 * nat/linux-btrace.h: Fix common/ includes.
12082 * nat/linux-btrace.c: Fix common/ includes.
12083 * nat/fork-inferior.c: Fix common/ includes.
12084 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12085 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12086 * nat/aarch64-linux.c: Fix common/ includes.
12087 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12088 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12089 * namespace.h: Fix common/ includes.
12090 * mips-linux-tdep.c: Fix common/ includes.
12091 * minsyms.c: Fix common/ includes.
12092 * mi/mi-parse.h: Fix common/ includes.
12093 * mi/mi-main.c: Fix common/ includes.
12094 * mi/mi-cmd-env.c: Fix common/ includes.
12095 * memrange.h: Fix common/ includes.
12096 * memattr.c: Fix common/ includes.
12097 * maint.h: Fix common/ includes.
12098 * maint.c: Fix common/ includes.
12099 * main.c: Fix common/ includes.
12100 * machoread.c: Fix common/ includes.
12101 * location.c: Fix common/ includes.
12102 * linux-thread-db.c: Fix common/ includes.
12103 * linux-nat.c: Fix common/ includes.
12104 * linux-fork.c: Fix common/ includes.
12105 * inline-frame.c: Fix common/ includes.
12106 * infrun.c: Fix common/ includes.
12107 * inflow.c: Fix common/ includes.
12108 * inferior.h: Fix common/ includes.
12109 * inferior.c: Fix common/ includes.
12110 * infcmd.c: Fix common/ includes.
12111 * inf-ptrace.c: Fix common/ includes.
12112 * inf-child.c: Fix common/ includes.
12113 * ia64-linux-nat.c: Fix common/ includes.
12114 * i387-tdep.c: Fix common/ includes.
12115 * i386-tdep.c: Fix common/ includes.
12116 * i386-linux-tdep.c: Fix common/ includes.
12117 * i386-linux-nat.c: Fix common/ includes.
12118 * i386-go32-tdep.c: Fix common/ includes.
12119 * i386-fbsd-tdep.c: Fix common/ includes.
12120 * i386-fbsd-nat.c: Fix common/ includes.
12121 * guile/scm-type.c: Fix common/ includes.
12122 * guile/guile.c: Fix common/ includes.
12123 * go32-nat.c: Fix common/ includes.
12124 * gnu-nat.c: Fix common/ includes.
12125 * gdbthread.h: Fix common/ includes.
12126 * gdbarch-selftests.c: Fix common/ includes.
12127 * gdb_usleep.c: Fix common/ includes.
12128 * gdb_select.h: Fix common/ includes.
12129 * gdb_bfd.c: Fix common/ includes.
12130 * gcore.c: Fix common/ includes.
12131 * fork-child.c: Fix common/ includes.
12132 * findvar.c: Fix common/ includes.
12133 * fbsd-nat.c: Fix common/ includes.
12134 * event-top.c: Fix common/ includes.
12135 * event-loop.c: Fix common/ includes.
12136 * dwarf2read.c: Fix common/ includes.
12137 * dwarf2loc.c: Fix common/ includes.
12138 * dwarf2-frame.c: Fix common/ includes.
12139 * dwarf-index-cache.c: Fix common/ includes.
12140 * dtrace-probe.c: Fix common/ includes.
12141 * disasm-selftests.c: Fix common/ includes.
12142 * defs.h: Fix common/ includes.
12143 * csky-tdep.c: Fix common/ includes.
12144 * cp-valprint.c: Fix common/ includes.
12145 * cp-support.h: Fix common/ includes.
12146 * cp-support.c: Fix common/ includes.
12147 * corelow.c: Fix common/ includes.
12148 * completer.h: Fix common/ includes.
12149 * completer.c: Fix common/ includes.
12150 * compile/compile.c: Fix common/ includes.
12151 * compile/compile-loc2c.c: Fix common/ includes.
12152 * compile/compile-cplus-types.c: Fix common/ includes.
12153 * compile/compile-cplus-symbols.c: Fix common/ includes.
12154 * command.h: Fix common/ includes.
12155 * cli/cli-dump.c: Fix common/ includes.
12156 * cli/cli-cmds.c: Fix common/ includes.
12157 * charset.c: Fix common/ includes.
12158 * build-id.c: Fix common/ includes.
12159 * btrace.h: Fix common/ includes.
12160 * btrace.c: Fix common/ includes.
12161 * breakpoint.h: Fix common/ includes.
12162 * breakpoint.c: Fix common/ includes.
12163 * ax.h:
12164 (enum agent_op): Fix common/ includes.
12165 * ax-general.c (struct aop_map): Fix common/ includes.
12166 * ax-gdb.c: Fix common/ includes.
12167 * auxv.c: Fix common/ includes.
12168 * auto-load.c: Fix common/ includes.
12169 * arm-tdep.c: Fix common/ includes.
12170 * arch/riscv.c: Fix common/ includes.
12171 * arch/ppc-linux-common.c: Fix common/ includes.
12172 * arch/i386.c: Fix common/ includes.
12173 * arch/arm.c: Fix common/ includes.
12174 * arch/arm-linux.c: Fix common/ includes.
12175 * arch/arm-get-next-pcs.c: Fix common/ includes.
12176 * arch/amd64.c: Fix common/ includes.
12177 * arch/aarch64.c: Fix common/ includes.
12178 * arch/aarch64-insn.c: Fix common/ includes.
12179 * arch-utils.c: Fix common/ includes.
12180 * amd64-windows-tdep.c: Fix common/ includes.
12181 * amd64-tdep.c: Fix common/ includes.
12182 * amd64-sol2-tdep.c: Fix common/ includes.
12183 * amd64-obsd-tdep.c: Fix common/ includes.
12184 * amd64-nbsd-tdep.c: Fix common/ includes.
12185 * amd64-linux-tdep.c: Fix common/ includes.
12186 * amd64-linux-nat.c: Fix common/ includes.
12187 * amd64-fbsd-tdep.c: Fix common/ includes.
12188 * amd64-fbsd-nat.c: Fix common/ includes.
12189 * amd64-dicos-tdep.c: Fix common/ includes.
12190 * amd64-darwin-tdep.c: Fix common/ includes.
12191 * agent.c: Fix common/ includes.
12192 * ada-lang.h: Fix common/ includes.
12193 * ada-lang.c: Fix common/ includes.
12194 * aarch64-tdep.c: Fix common/ includes.
12195
12196 2019-01-25 Tom Tromey <tom@tromey.com>
12197
12198 * common/create-version.sh: Use common/version.h.
12199
12200 2019-01-24 Pedro Alves <palves@redhat.com>
12201
12202 * infrun.c (signal_stop, signal_print, signal_program)
12203 (signal_catch, signal_pass): Now arrays instead of pointers.
12204 (update_signals_program_target, do_target_resume)
12205 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12206 * linux-nat.c (linux_nat_target::pass_signals)
12207 (linux_nat_target::create_inferior, linux_nat_target::attach):
12208 Adjust.
12209 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12210 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12211 * procfs.c (procfs_target::pass_signals): Adjust.
12212 * record-full.c (record_full_target::resume): Adjust.
12213 * remote.c (remote_target::pass_signals)
12214 (remote_target::program_signals): Adjust.
12215 * target-debug.h (target_debug_print_signals): Now takes a
12216 gdb::array_view as parameter. Adjust.
12217 * target.h (target_ops) <pass_signals, program_signals>: Replace
12218 pointer and length parameters with gdb::array_view.
12219 (target_pass_signals, target_program_signals): Likewise.
12220 * target-delegates.c: Regenerate.
12221
12222 2019-01-24 Pedro Alves <palves@redhat.com>
12223
12224 * common/forward-scope-exit.h
12225 (forward_scope_exit::forward_scope_exit): Pass arguments to
12226 m_bind_function directly, instead of creating a std::bind and
12227 copying that.
12228
12229 2019-01-24 Alan Hayward <alan.hayward@arm.com>
12230
12231 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12232 for static members.
12233 (pass_in_v_vfp_candidate): Likewise.
12234
12235 2019-01-23 Tom Tromey <tom@tromey.com>
12236 Pedro Alves <palves@redhat.com>
12237
12238 * regcache.c (class regcache_invalidator): Remove.
12239 (regcache::raw_write): Use make_scope_exit.
12240
12241 2019-01-23 Tom Tromey <tom@tromey.com>
12242
12243 * ui-out.h (class ui_out_emit_type): Update comment.
12244
12245 2019-01-23 Tom Tromey <tom@tromey.com>
12246
12247 * infrun.c (fetch_inferior_event): Update comment.
12248
12249 2019-01-23 Tom Tromey <tom@tromey.com>
12250 Pedro Alves <palves@redhat.com>
12251
12252 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12253 parameter.
12254 (fetch_inferior_event): Use SCOPE_EXIT.
12255
12256
12257 2019-01-23 Tom Tromey <tom@tromey.com>
12258 Pedro Alves <palves@redhat.com>
12259
12260 * infrun.c (disable_thread_events): Delete.
12261 (stop_all_threads): Use SCOPE_EXIT.
12262
12263 2019-01-23 Tom Tromey <tom@tromey.com>
12264 Pedro Alves <palves@redhat.com>
12265
12266 * symfile.c: Include forward-scope-exit.h.
12267 (clear_symtab_users_cleanup): Replace forward declaration with
12268 a FORWARD_SCOPE_EXIT.
12269 (syms_from_objfile_1): Use the forward_scope_exit and
12270 gdb::optional instead of cleanup_function.
12271 (reread_symbols): Use the forward_scope_exit instead of
12272 cleanup_function.
12273 (clear_symtab_users_cleanup): Remove function.
12274
12275 2019-01-23 Tom Tromey <tom@tromey.com>
12276 Pedro Alves <palves@redhat.com>
12277
12278 * linux-nat.c: Include scope-exit.h.
12279 (cleanup_target_stop): Remove.
12280 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12281 SCOPE_EXIT.
12282
12283 2019-01-23 Tom Tromey <tom@tromey.com>
12284 Pedro Alves <palves@redhat.com>
12285
12286 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12287 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12288
12289 2019-01-23 Tom Tromey <tom@tromey.com>
12290 Andrew Burgess <andrew.burgess@embecosm.com>
12291 Pedro Alves <palves@redhat.com>
12292
12293 * infrun.c (fetch_inferior_event): Use scope_exit.
12294 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12295 * top.c (execute_command): Use scope_exit.
12296 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12297 * utils.c (do_bpstat_clear_actions_cleanup)
12298 (make_bpstat_clear_actions_cleanup): Remove.
12299
12300 2019-01-23 Tom Tromey <tom@tromey.com>
12301 Pedro Alves <palves@redhat.com>
12302
12303 * infrun.c: Include "common/scope-exit.h"
12304 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12305 (wait_for_inferior): Use SCOPE_EXIT.
12306 (fetch_inferior_event): Use scope_exit.
12307
12308 2019-01-23 Tom Tromey <tom@tromey.com>
12309 Pedro Alves <palves@redhat.com>
12310
12311 * breakpoint.c (create_breakpoint): Remove cleanup.
12312
12313 2019-01-23 Tom Tromey <tom@tromey.com>
12314 Andrew Burgess <andrew.burgess@embecosm.com>
12315 Pedro Alves <palves@redhat.com>
12316
12317 2019-01-23 Pedro Alves <palves@redhat.com>
12318
12319 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12320
12321 2019-01-23 Pedro Alves <palves@redhat.com>
12322 Andrew Burgess <andrew.burgess@embecosm.com>
12323
12324 * gdbthread.h: Include "common/forward-scope-exit.h".
12325 (scoped_finish_thread_state): Redefine custom class in terms of
12326 forward_scope_exit.
12327
12328 2019-01-23 Pedro Alves <palves@redhat.com>
12329 Andrew Burgess <andrew.burgess@embecosm.com>
12330
12331 * common/forward-scope-exit.h: New file.
12332
12333 2019-01-23 Pedro Alves <palves@redhat.com>
12334 Andrew Burgess <andrew.burgess@embecosm.com>
12335 Tom Tromey <tom@tromey.com>
12336
12337 * common/scope-exit.h: New file.
12338
12339 2019-01-23 Pedro Alves <palves@redhat.com>
12340
12341 * common/preprocessor.h (ESC): Rename to ...
12342 (ESC_PARENS): ... this.
12343 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12344 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12345
12346 2019-01-23 Tom Tromey <tom@tromey.com>
12347
12348 * language.h (class scoped_switch_to_sym_language_if_auto):
12349 Initialize m_lang in both cases.
12350
12351 2019-01-23 Alan Hayward <alan.hayward@arm.com>
12352
12353 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12354 with XCNEW.
12355
12356 2019-01-22 Tom Tromey <tom@tromey.com>
12357
12358 * corelow.c: Do not include sys/file.h.
12359
12360 2019-01-22 Tom Tromey <tom@tromey.com>
12361
12362 * tui/tui-wingeneral.h: Include gdb_curses.h.
12363
12364 2019-01-22 Tom Tromey <tom@tromey.com>
12365
12366 * source-cache.h (class source_cache) <get_source_lines,
12367 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12368
12369 2019-01-22 Tom Tromey <tom@tromey.com>
12370
12371 * remote-fileio.h (struct remote_target): Declare.
12372
12373 2019-01-22 Tom Tromey <tom@tromey.com>
12374
12375 * python/py-arch.c: Do not include py-ref.h.
12376 * python/py-bpevent.c: Do not include py-ref.h.
12377 * python/py-cmd.c: Do not include py-ref.h.
12378 * python/py-continueevent.c: Do not include py-ref.h.
12379 * python/py-event.h: Do not include py-ref.h.
12380 * python/py-evtregistry.c: Do not include py-ref.h.
12381 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12382 * python/py-frame.c: Do not include py-ref.h.
12383 * python/py-framefilter.c: Do not include py-ref.h.
12384 * python/py-function.c: Do not include py-ref.h.
12385 * python/py-infevents.c: Do not include py-ref.h.
12386 * python/py-linetable.c: Do not include py-ref.h.
12387 * python/py-objfile.c: Do not include py-ref.h.
12388 * python/py-param.c: Do not include py-ref.h.
12389 * python/py-prettyprint.c: Do not include py-ref.h.
12390 * python/py-progspace.c: Do not include py-ref.h.
12391 * python/py-symbol.c: Do not include py-ref.h.
12392 * python/py-symtab.c: Do not include py-ref.h.
12393 * python/py-type.c: Do not include py-ref.h.
12394 * python/py-unwind.c: Do not include py-ref.h.
12395 * python/py-utils.c: Do not include py-ref.h.
12396 * python/py-value.c: Do not include py-ref.h.
12397 * python/py-varobj.c: Do not include py-ref.h.
12398 * python/py-xmethods.c: Do not include py-ref.h.
12399 * python/python.c: Do not include py-ref.h.
12400 * varobj.c: Do not include py-ref.h.
12401
12402 2019-01-22 Tom Tromey <tom@tromey.com>
12403
12404 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12405 keyword for bcache.
12406
12407 2019-01-22 Tom Tromey <tom@tromey.com>
12408
12409 * compile/compile-cplus-types.c: Remove a comment by #include.
12410
12411 2019-01-22 Tom Tromey <tom@tromey.com>
12412
12413 * compile/gcc-c-plugin.h: Include compile-internal.h.
12414
12415 2019-01-22 Tom Tromey <tom@tromey.com>
12416
12417 * stabsread.c (EXTERN): Do not define.
12418 (symnum, next_symbol_text_func, processing_gcc_compilation)
12419 (within_function, global_sym_chain, global_stabs)
12420 (previous_stab_code, this_object_header_files)
12421 (n_this_object_header_files)
12422 (n_allocated_this_object_header_files): Define.
12423 * stabsread.h (EXTERN): Never define. Use "extern".
12424
12425 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12426
12427 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12428 history_value.
12429
12430 2019-01-21 Tom Tromey <tom@tromey.com>
12431
12432 * ui-out.c: Fix includes.
12433 * tui/tui-source.c: Fix includes.
12434 * target.c: Fix includes.
12435 * remote.c: Fix includes.
12436 * regcache.c: Fix includes.
12437 * python/py-block.c: Fix includes.
12438 * printcmd.c: Fix includes.
12439 * or1k-tdep.c: Fix includes.
12440 * mi/mi-main.c: Fix includes.
12441 * m32r-tdep.c: Fix includes.
12442 * csky-tdep.c: Fix includes.
12443 * compile/compile-cplus-types.c: Fix includes.
12444 * cli/cli-interp.c: Fix includes.
12445
12446 2019-01-21 Alan Hayward <alan.hayward@arm.com>
12447
12448 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12449 for padding.
12450
12451 2019-01-16 Tom Tromey <tom@tromey.com>
12452
12453 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12454 earlier.
12455 (struct objfile) <msymbols_range>: Move from top level.
12456 <msymbols>: New method.
12457 (class objfile_msymbols): Remove.
12458 * symtab.c (default_collect_symbol_completion_matches_break_on):
12459 Update.
12460 * symmisc.c (dump_msymbols): Update.
12461 * stabsread.c (scan_file_globals): Update.
12462 * objc-lang.c (info_selectors_command, info_classes_command)
12463 (find_methods): Update.
12464 * minsyms.c (find_solib_trampoline_target): Update.
12465 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12466 * coffread.c (coff_symfile_read): Update.
12467 * ada-lang.c (ada_lookup_simple_minsym)
12468 (ada_collect_symbol_completion_matches): Update.
12469
12470 2019-01-16 Tom Tromey <tom@tromey.com>
12471
12472 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12473 type. Remove no-argument constructor.
12474 <iterator::operator++>: Simplify.
12475 <begin>: Update.
12476 <end>: Use minimal_symbol_count.
12477
12478 2019-01-16 Tom Tromey <tom@tromey.com>
12479
12480 * objfiles.h (struct objfile) <psymtabs>: New method.
12481 (class objfile_psymtabs): Remove.
12482 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12483 typedef.
12484 <range>: New method.
12485 (require_partial_symbols): Change return type.
12486 * psymtab.c (require_partial_symbols)
12487 (psym_expand_symtabs_matching): Update.
12488 * mdebugread.c (parse_partial_symbols): Update.
12489 * dbxread.c (dbx_end_psymtab): Update.
12490
12491 2019-01-15 Tom Tromey <tom@tromey.com>
12492
12493 * symtab.c (lookup_objfile_from_block)
12494 (lookup_symbol_in_objfile_symtabs)
12495 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
12496 (find_line_symtab, info_sources_command)
12497 (default_collect_symbol_completion_matches_break_on)
12498 (make_source_files_completion_list): Update.
12499 * symmisc.c (print_objfile_statistics, dump_objfile)
12500 (maintenance_print_symbols, maintenance_info_symtabs)
12501 (maintenance_check_symtabs, maintenance_info_line_tables):
12502 Update.
12503 * source.c (select_source_symtab)
12504 (forget_cached_source_info_for_objfile): Update.
12505 * objfiles.h (class objfile_compunits): Remove.
12506 (struct objfile) <compunits_range>: New typedef.
12507 (compunits): New method.
12508 * objfiles.c (objfile_relocate1): Update.
12509 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12510 * maint.c (count_symtabs_and_blocks): Update.
12511 * linespec.c (iterate_over_all_matching_symtabs): Update.
12512 * cp-support.c (add_symbol_overload_list_qualified): Update.
12513 * coffread.c (coff_symtab_read): Update.
12514 * ada-lang.c (add_nonlocal_symbols)
12515 (ada_collect_symbol_completion_matches)
12516 (ada_add_global_exceptions): Update.
12517
12518 2019-01-15 Tom Tromey <tom@tromey.com>
12519
12520 * progspace.h (program_space) <objfiles_safe_range>: New
12521 typedef.
12522 <objfiles_safe>: New method.
12523 * objfiles.h (class all_objfiles_safe): Remove.
12524 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
12525 * jit.c (jit_inferior_exit_hook): Update.
12526
12527 2019-01-17 Tom Tromey <tom@tromey.com>
12528
12529 * progspace.h (program_space) <objfiles_range>: New typedef.
12530 <objfiles>: New method.
12531 <objfiles_head>: Rename from objfiles.
12532 (object_files): Update.
12533 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
12534 * guile/scm-pretty-print.c
12535 (ppscm_find_pretty_printer_from_objfiles): Update.
12536 * guile/scm-objfile.c (gdbscm_objfiles): Update.
12537 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
12538 Update.
12539 * python/py-progspace.c (pspy_get_objfiles): Update.
12540 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12541 Update.
12542 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12543 (objfpy_lookup_objfile_by_build_id): Update.
12544 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12545 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12546 Update.
12547 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12548 (expand_symtab_containing_pc, lookup_objfile_from_block)
12549 (lookup_static_symbol, basic_lookup_transparent_type)
12550 (find_pc_sect_compunit_symtab, find_symbol_at_address)
12551 (find_line_symtab, info_sources_command)
12552 (default_collect_symbol_completion_matches_break_on)
12553 (make_source_files_completion_list, find_main_name): Update.
12554 * symmisc.c (print_symbol_bcache_statistics)
12555 (print_objfile_statistics, maintenance_print_symbols)
12556 (maintenance_print_msymbols, maintenance_print_objfiles)
12557 (maintenance_info_symtabs, maintenance_check_symtabs)
12558 (maintenance_expand_symtabs, maintenance_info_line_tables):
12559 Update.
12560 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
12561 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
12562 (map_overlay_command, unmap_overlay_command)
12563 (simple_overlay_update, expand_symtabs_matching)
12564 (map_symbol_filenames): Update.
12565 * symfile-debug.c (set_debug_symfile): Update.
12566 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
12567 Update.
12568 * source.c (select_source_symtab, forget_cached_source_info):
12569 Update.
12570 * solib.c (solib_read_symbols): Update.
12571 * solib-spu.c (append_ocl_sos): Update.
12572 * psymtab.c (maintenance_print_psymbols)
12573 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
12574 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
12575 * printcmd.c (info_symbol_command): Update.
12576 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
12577 Update.
12578 * objfiles.h (class all_objfiles): Remove.
12579 * objfiles.c (have_partial_symbols, have_full_symbols)
12580 (have_minimal_symbols, qsort_cmp, update_section_map)
12581 (shared_objfile_contains_address_p)
12582 (default_iterate_over_objfiles_in_search_order): Update.
12583 * objc-lang.c (info_selectors_command, info_classes_command)
12584 (find_methods): Update.
12585 * minsyms.c (find_solib_trampoline_target): Update.
12586 * maint.c (maintenance_info_sections)
12587 (maintenance_translate_address, count_symtabs_and_blocks):
12588 Update.
12589 * main.c (captured_main_1): Update.
12590 * linux-thread-db.c (try_thread_db_load_from_pdir)
12591 (has_libpthread): Update.
12592 * linespec.c (iterate_over_all_matching_symtabs)
12593 (search_minsyms_for_name): Update.
12594 * jit.c (jit_find_objf_with_entry_addr): Update.
12595 * hppa-tdep.c (find_unwind_entry)
12596 (hppa_lookup_stub_minimal_symbol): Update.
12597 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
12598 Update.
12599 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12600 (elf_gnu_ifunc_resolve_by_got): Update.
12601 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
12602 * dwarf-index-write.c (save_gdb_index_command): Update.
12603 * cp-support.c (add_symbol_overload_list_qualified): Update.
12604 * breakpoint.c (create_overlay_event_breakpoint)
12605 (create_longjmp_master_breakpoint)
12606 (create_std_terminate_master_breakpoint)
12607 (create_exception_master_breakpoint): Update.
12608 * blockframe.c (find_pc_partial_function): Update.
12609 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
12610 (ada_collect_symbol_completion_matches)
12611 (ada_add_global_exceptions): Update.
12612
12613 2019-01-17 Tom Tromey <tom@tromey.com>
12614
12615 * solib-target.c (lm_info_target_p): Remove typedef. Don't
12616 declare VEC.
12617 (solib_target_parse_libraries): Change return type.
12618 (library_list_start_segment, library_list_start_section)
12619 (library_list_end_library, library_list_start_library); Update.
12620 (solib_target_free_library_list): Remove.
12621 (solib_target_parse_libraries): Remove cleanup. Change return
12622 type.
12623 (solib_target_current_sos): Update.
12624
12625 2019-01-17 Tom Tromey <tromey@bapiya>
12626
12627 * valprint.c: Replace "the the" with "the".
12628 * symtab.c: Replace "the the" with "the".
12629 * solib.c: Replace "the the" with "the".
12630 * solib-dsbt.c: Replace "the the" with "the".
12631 * linespec.c: Replace "the the" with "the".
12632 * dwarf2loc.h: Replace "the the" with "the".
12633 * amd64-windows-tdep.c: Replace "the the" with "the".
12634 * aarch64-tdep.c: Replace "the the" with "the".
12635
12636 2019-01-16 Keith Seitz <keiths@redhat.com>
12637
12638 PR gdb/23773
12639 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
12640 <builder>: Rename to ..
12641 <m_builder>: ... this and make private.
12642 (dwarf2_cu::get_builder): New method. Change all users of
12643 `builder' to use this method.
12644 (dwarf2_start_symtab): Move to ...
12645 (dwarf2_cu::start_symtab): ... here. Update all callers
12646 (setup_type_unit_groups): Move to ...
12647 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
12648 callers.
12649 (dwarf2_cu::reset_builder): New method.
12650 (process_full_compunit, process_full_type_unit): Use
12651 dwarf2_cu::reset_builder.
12652 (follow_die_offset): Record the ancestor CU if it is different
12653 from the followed DIE's CU.
12654 (follow_die_sig_1): Likewise.
12655
12656 2019-01-15 Tom Tromey <tom@tromey.com>
12657
12658 * remote.c (class remote_state) <buf>: Now a char_vector.
12659 <buf_size>: Remove.
12660 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
12661 parameter.
12662 (remote_target::getpkt_or_notif_sane_1)
12663 (remote_target::getpkt_sane)
12664 (remote_target::getpkt_or_notif_sane): Likewise.
12665 (class remote_target) <putpkt>: New overload.
12666 (remote_target::read_frame): Change type of "buf_p". Remove
12667 sizeof_p parameter.
12668 (packet_ok): New overload.
12669 (packet_check_result): New overload.
12670 Update all uses.
12671
12672 2019-01-14 Tom Tromey <tom@tromey.com>
12673
12674 * remote-notif.c (handle_notification, remote_notif_ack)
12675 (remote_notif_parse): Make "buf" const.
12676 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
12677 const.
12678 (remote_notif_parse, remote_notif_ack, handle_notification):
12679 Likewise.
12680 * remote.c (remote_notif_stop_parse): Make "buf" const.
12681 (remote_target::remote_parse_stop_reply): Make "buf" const.
12682 (remote_notif_stop_ack): Make "buf" const.
12683
12684 2019-01-14 Tom Tromey <tom@tromey.com>
12685
12686 * remote.c (remote_console_output): Make parameter const.
12687
12688 2019-01-14 Tom Tromey <tom@tromey.com>
12689
12690 * target-debug.h (target_debug_print_signals): Constify.
12691 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
12692 * procfs.c (procfs_target::pass_signals): Update.
12693 * linux-nat.c (linux_nat_target::pass_signals): Update.
12694 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
12695 * target-delegates.c: Rebuild.
12696 * remote.c (remote_target::program_signals): Update.
12697 (remote_target::pass_signals): Update.
12698 * target.c (target_pass_signals): Constify argument.
12699 (target_program_signals): Likewise.
12700 * target.h (struct target_ops) <pass_signals, program_signals>:
12701 Constify argument.
12702 (target_pass_signals, target_program_signals): Constify argument.
12703
12704 2019-01-14 Tom Tromey <tom@tromey.com>
12705
12706 PR tui/28819:
12707 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
12708
12709 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
12710
12711 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
12712 field.
12713 * rs6000-tdep.c: Include reggroups.h.
12714 (IS_V_ALIAS_PSEUDOREG): Define.
12715 (rs6000_register_name): Return names for the "vX" aliases.
12716 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
12717 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
12718 aliases. Call default_register_reggroup_p for all other
12719 pseudo-registers.
12720 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
12721 New functions.
12722 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
12723 Handle "vX" aliases.
12724 (v_alias_pseudo_register_collect): New function.
12725 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
12726 (rs6000_gdbarch_init): Initialize "vX" aliases as
12727 pseudo-registers. Restore registration of
12728 rs6000_pseudo_register_reggroup_p with
12729 set_tdesc_pseudo_register_reggroup_p.
12730
12731 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
12732
12733 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
12734 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
12735 set_gdbarch_num_pseudo_regs.
12736
12737 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12738
12739 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
12740 Remove arg prefixname, add do_set and do_show.
12741 Add member functions set_list and show_list.
12742 * cli/cli-style.c (class cli_style_option): Update accordingly.
12743 (style_set_list): Move to file scope.
12744 (style_show_list): Likewise.
12745 (set_style): Call help_list.
12746 (show_style): Call cmd_show_list.
12747 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
12748 Update to use the new macro.
12749
12750 2019-10-12 Joel Brobecker <brobecker@adacore.com>
12751
12752 * ada-lang.c (_initialize_ada_language): Expand the help text
12753 for the "catch exception" command.
12754
12755 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12756
12757 * symtab.c (matching_obj_sections): Initialize obj,
12758 declare it closer to its usage.
12759
12760 2019-01-10 Tom Tromey <tom@tromey.com>
12761
12762 * thread-iter.h (inf_threads_iterator): Use next_iterator.
12763 (basic_inf_threads_range): Remove.
12764 (inf_threads_range, inf_non_exited_threads_range)
12765 (safe_inf_threads_range): Use next_adapter.
12766
12767 2019-01-10 Keith Seitz <keiths@redhat.com>
12768
12769 PR gdb/23712
12770 PR symtab/23010
12771 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
12772 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
12773
12774 2019-01-10 Keith Seitz <keiths@redhat.com>
12775
12776 PR gdb/23712
12777 PR symtab/23010
12778 * dictionary.c (pending_to_vector): Remove.
12779 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12780 Remove _1 suffix, replacing functions of the same name. Update
12781 all callers.
12782 (dict_create_hashed, dict_create_hashed_expandable)
12783 (dict_create_linear, dict_create_linear_expandable, dict_free)
12784 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
12785 Make functions static.
12786
12787 2019-01-10 Keith Seitz <keiths@redhat.com>
12788
12789 PR gdb/23712
12790 PR symtab/23010
12791 * dictionary.h (struct dictionary): Replace declaration with
12792 multidictionary.
12793 (dict_create_hashed, dict_create_hashed_expandable)
12794 (dict_create_linear, dict_create_linear_expandable)
12795 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
12796 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
12797 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
12798 taking multidictionary argument.
12799 [ALL_DICT_SYMBOLS]: Update for multidictionary.
12800 * block.h (struct block) <dict>: Change to multidictionary
12801 and rename `multidict'.
12802 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
12803 symmisc.c: Update all dictionary references to multidictionary.
12804
12805 2019-01-10 Keith Seitz <keiths@redhat.com>
12806
12807 PR gdb/23712
12808 PR symtab/23010
12809 * dictionary.c: Include unordered_map.
12810 (pending_to_vector): New function.
12811 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12812 Rewrite the non-"_1" functions to take vector instead
12813 of linked list.
12814 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
12815 "new" _1 versions of the same name.
12816 (multidictionary): Define.
12817 (std::hash<enum language): New definition.
12818 (collate_pending_symbols_by_language, mdict_create_hashed)
12819 (mdict_create_hashed_expandable, mdict_create_linear)
12820 (mdict_create_linear_expandable, mdict_free)
12821 (find_language_dictionary, create_new_language_dictionary)
12822 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
12823 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
12824 (mdict_size, mdict_empty): New functions.
12825 * dictionary.h (mdict_iterator): Define.
12826
12827 2019-01-10 Pedro Alves <palves@redhat.com>
12828
12829 * breakpoint.c (read_uploaded_action)
12830 (create_tracepoint_from_upload): Adjust to use
12831 gdb::unique_xmalloc_ptr.
12832 * ctf.c (ctf_write_uploaded_tp):
12833 (SET_ARRAY_FIELD): Use emplace_back.
12834 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
12835 * tracefile-tfile.c (tfile_write_uploaded_tp):
12836 * tracepoint.c (parse_tracepoint_definition): Adjust to use
12837 gdb::unique_xmalloc_ptr.
12838 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
12839 at_string, cond_string, cmd_strings>: Replace char pointers
12840 with gdb::unique_xmalloc_ptr.
12841
12842 2019-01-10 Pedro Alves <palves@redhat.com>
12843
12844 * solib-target.c (library_list_start_library): Don't xstrdup name.
12845
12846 2019-01-10 Pedro Alves <palves@redhat.com>
12847
12848 * mdebugread.c (parse_partial_symbols): Use
12849 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
12850
12851 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12852
12853 * linux-fork.c (scoped_switch_fork_info)
12854 <~scoped_switch_fork_info>: Fix incorrect variable name.
12855
12856 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12857
12858 * linux-fork.c (scoped_switch_fork_info)
12859 <scoped_switch_fork_info>: Make explicit.
12860 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
12861
12862 2019-01-10 Tom Tromey <tom@tromey.com>
12863
12864 * objfiles.h (objfile::reset_psymtabs): Update.
12865 * objfiles.c (objfile::objfile): Update.
12866 * psymtab.h (psymtab_storage::obstack): Update.
12867 (psymtab_storage::m_obstack): Use gdb::optional.
12868 (class psymtab_storage): Update comment. Remove objfile
12869 parameter.
12870 * psymtab.c (psymtab_storage::psymtab_storage): Update.
12871
12872 2019-01-10 Tom Tromey <tom@tromey.com>
12873
12874 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
12875 <free_psymtabs>: Now private.
12876 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
12877 (allocate_psymtab): Use new method.
12878
12879 2019-01-10 Tom Tromey <tom@tromey.com>
12880
12881 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
12882 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
12883 * mdebugread.c (parse_partial_symbols): Use
12884 allocate_dependencies.
12885 * dwarf2read.c (dwarf2_create_include_psymtab): Use
12886 allocate_dependencies.
12887 (process_psymtab_comp_unit_reader)
12888 (build_type_psymtab_dependencies): Likewise.
12889 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
12890
12891 2019-01-10 Tom Tromey <tom@tromey.com>
12892
12893 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
12894 PSYMBOL_SET_LANGUAGE.
12895 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
12896
12897 2019-01-10 Tom Tromey <tom@tromey.com>
12898
12899 * psymtab.h (psymtab_storage::obstack): New method.
12900 <m_obstack>: Rename from obstack; now private.
12901 * psymtab.c (psymtab_storage): Update.
12902 * dwarf2read.c (create_addrmap_from_index)
12903 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
12904 Update.
12905
12906 2019-01-10 Tom Tromey <tom@tromey.com>
12907
12908 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
12909 * objfiles.h (objfile::reset_psymtabs): New method.
12910
12911 2019-01-10 Tom Tromey <tom@tromey.com>
12912
12913 * symmisc.c (print_symbol_bcache_statistics): Update.
12914 (print_objfile_statistics): Update.
12915 * symfile.c (reread_symbols): Update.
12916 * psymtab.h (class psymtab_storage): New.
12917 * psymtab.c (psymtab_storage): New constructor.
12918 (~psymtab_storage): New destructor.
12919 (require_partial_symbols): Update.
12920 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
12921 (find_pc_sect_psymtab, find_pc_sect_psymbol)
12922 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
12923 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
12924 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
12925 (start_psymtab_common, end_psymtab_common)
12926 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
12927 (allocate_psymtab): Update.
12928 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
12929 Update.
12930 (dump_psymtab_addrmap, maintenance_print_psymbols)
12931 (maintenance_check_psymtabs): Update.
12932 (class objfile_psymtabs): Move to objfiles.h.
12933 * psympriv.h (discard_psymtab): Now inline.
12934 (psymtab_discarder::psymtab_discarder): Update.
12935 (psymtab_discarder::~psymtab_discarder): Update.
12936 (ALL_OBJFILE_PSYMTABS): Rewrite.
12937 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
12938 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
12939 Remove fields.
12940 <partial_symtabs>: New field.
12941 (class objfile_psymtabs): Move from psymtab.h. Update.
12942 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
12943 psymbol_cache.
12944 (objfile::~objfile): Don't destroy psymbol_cache.
12945 * mdebugread.c (parse_partial_symbols): Update.
12946 * dwarf2read.c (create_addrmap_from_index)
12947 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
12948 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
12949 (add_partial_subprogram, dwarf2_ranges_read): Update.
12950 * dwarf-index-write.c (write_address_map)
12951 (write_one_signatured_type, recursively_write_psymbols)
12952 (class debug_names, class debug_names, write_psymtabs_to_index):
12953 Update.
12954
12955 2019-01-10 Tom Tromey <tom@tromey.com>
12956
12957 * symtab.h (SYMBOL_SET_NAMES): Update.
12958 (symbol_set_names): Update.
12959 (MSYMBOL_SET_NAMES): Update.
12960 * symtab.c (symbol_set_names): Change argument to be an
12961 objfile_per_bfd_storage.
12962 * psymtab.c (add_psymbol_to_bcache): Update.
12963 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
12964
12965 2019-01-10 Tom Tromey <tom@tromey.com>
12966
12967 * symtab.c (create_demangled_names_hash): Change argument to be an
12968 objfile_per_bfd_storage.
12969 (symbol_set_names): Update.
12970
12971 2019-01-10 Tom Tromey <tom@tromey.com>
12972
12973 * xcoffread.c (xcoff_initial_scan): Unconditionally call
12974 init_psymbol_list.
12975 * psymtab.c (init_psymbol_list): Do nothing if already called.
12976 * psympriv.h (init_psymbol_list): Add comment.
12977 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
12978 init_psymbol_list.
12979 * dbxread.c (dbx_symfile_read): Unconditionally call
12980 init_psymbol_list.
12981
12982 2019-01-10 Tom Tromey <tom@tromey.com>
12983
12984 * xcoffread.c (scan_xcoff_symtab): Update.
12985 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
12986 "where".
12987 * mdebugread.c (parse_partial_symbols)
12988 (handle_psymbol_enumerators): Update.
12989 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
12990 * dbxread.c (read_dbx_symtab): Update.
12991 * psympriv.h (psymbol_placement): New enum.
12992 (add_psymbol_to_list): Update.
12993
12994 2019-01-10 Tom Tromey <tom@tromey.com>
12995
12996 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
12997 static_psymbols parameters.
12998 (scan_xcoff_symtab): Update.
12999 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13000 static_psymbols parameters.
13001 * psympriv.h (start_psymtab_common): Update.
13002 * mdebugread.c (parse_partial_symbols): Update.
13003 * dwarf2read.c (create_partial_symtab): Update.
13004 * dbxread.c (read_dbx_symtab): Update.
13005 (start_psymtab): Remove global_psymbols and static_psymbols
13006 parameters.
13007
13008 2019-01-10 Tom Tromey <tom@tromey.com>
13009
13010 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13011 * psymtab.c (allocate_psymtab): Add comment.
13012 * psympriv.h (allocate_psymtab): Add comment.
13013 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13014 initializations.
13015 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13016
13017 2019-01-10 Tom Tromey <tom@tromey.com>
13018
13019 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13020 Don't declare.
13021 * mipsread.c: Include mdebugread.h.
13022 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13023 Declare.
13024 * elfread.c: Include mdebugread.h.
13025
13026 2019-01-09 Tom Tromey <tom@tromey.com>
13027
13028 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13029 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13030 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13031 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13032 (psym_lookup_symbol, psym_find_last_source_symtab)
13033 (psym_forget_cached_source_info, psym_print_stats)
13034 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13035 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13036 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13037 (psym_find_compunit_symtab_by_address)
13038 (maintenance_print_psymbols, maintenance_info_psymtabs)
13039 (maintenance_check_psymtabs): Use ranged for.
13040 * psymtab.h (class objfile_psymtabs): New.
13041 (require_partial_symbols): Return objfile_psymtabs.
13042 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13043
13044 2019-01-09 Tom Tromey <tom@tromey.com>
13045
13046 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13047 (find_pc_mapped_section, list_overlays_command)
13048 (map_overlay_command, unmap_overlay_command)
13049 (simple_overlay_update): Use all_objfiles.
13050 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13051 * printcmd.c (info_symbol_command): Use all_objfiles.
13052 * objfiles.h (ALL_OBJSECTIONS): Remove.
13053 * maint.c (maintenance_translate_address): Use all_objfiles.
13054 * gcore.c (gcore_create_callback): Use all_objfiles.
13055 (objfile_find_memory_regions): Likewise.
13056
13057 2019-01-09 Tom Tromey <tom@tromey.com>
13058
13059 * symtab.c (find_line_symtab, info_sources_command)
13060 (make_source_files_completion_list): Use objfile_compunits.
13061 * source.c (select_source_symtab): Use objfile_compunits.
13062 * objfiles.h (struct objfile): Update comment.
13063 (ALL_OBJFILES): Remove.
13064 (ALL_FILETABS): Remove.
13065 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13066 objfile_compunits.
13067
13068 2019-01-09 Tom Tromey <tom@tromey.com>
13069
13070 * symmisc.c (print_objfile_statistics, dump_objfile)
13071 (maintenance_print_symbols): Use compunit_filetabs.
13072 * source.c (forget_cached_source_info_for_objfile): Use
13073 compunit_filetabs.
13074 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13075 (ALL_FILETABS): Use compunit_filetabs.
13076 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13077 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13078
13079 2019-01-09 Tom Tromey <tom@tromey.com>
13080
13081 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13082 (compunit_filetabs): New.
13083 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13084 compunit_filetabs.
13085 (info_sources_command, make_source_files_completion_list): Remove
13086 declaration.
13087 * symmisc.c (print_objfile_statistics, dump_objfile)
13088 (maintenance_print_symbols): Remove declaration.
13089 (maintenance_info_symtabs): Use compunit_filetabs.
13090 (maintenance_info_line_tables): Likewise.
13091 * source.c (select_source_symtab): Change local variable name.
13092 (forget_cached_source_info_for_objfile): Remove declaration.
13093 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13094 * objfiles.c (objfile_relocate1): Remove declaration.
13095 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13096 declaration.
13097 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13098 * coffread.c (coff_symtab_read): Remove declaration.
13099 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13100 compunit_filetabs.
13101
13102 2019-01-09 Tom Tromey <tom@tromey.com>
13103
13104 * symtab.c (lookup_objfile_from_block)
13105 (find_pc_sect_compunit_symtab, search_symbols)
13106 (default_collect_symbol_completion_matches_break_on): Use
13107 objfile_compunits.
13108 * objfiles.h (ALL_COMPUNITS): Remove.
13109 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13110 * cp-support.c (add_symbol_overload_list_qualified): Use
13111 objfile_compunits.
13112 * ada-lang.c (ada_collect_symbol_completion_matches)
13113 (ada_add_global_exceptions): Use objfile_compunits.
13114
13115 2019-01-09 Tom Tromey <tom@tromey.com>
13116
13117 * source.c (select_source_symtab)
13118 (forget_cached_source_info_for_objfile): Remove declaration.
13119 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13120 declaration.
13121 * maint.c (count_symtabs_and_blocks): Remove declaration.
13122 * cp-support.c (add_symbol_overload_list_qualified): Remove
13123 declaration.
13124 * coffread.c (coff_symtab_read): Remove declaration.
13125 * symtab.c (lookup_symbol_in_objfile_symtabs)
13126 (basic_lookup_transparent_type_1): Use objfile_compunits.
13127 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13128 (info_sources_command, search_symbols)
13129 (default_collect_symbol_completion_matches_break_on)
13130 (make_source_files_completion_list): Remove declaration.
13131 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13132 (ada_collect_symbol_completion_matches)
13133 (ada_add_global_exceptions): Remove declaration.
13134 * linespec.c (iterate_over_all_matching_symtabs): Use
13135 objfile_compunits.
13136 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13137 (class objfile_compunits): New.
13138 (ALL_COMPUNITS): Use objfile_compunits.
13139 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13140 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13141 objfile_compunits.
13142 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13143
13144 2019-01-09 Tom Tromey <tom@tromey.com>
13145
13146 * symtab.c (search_symbols)
13147 (default_collect_symbol_completion_matches_break_on): Use
13148 objfile_msymbols.
13149 * ada-lang.c (ada_lookup_simple_minsym)
13150 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13151 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13152 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13153 objfile_msymbols.
13154 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13155 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13156 * objc-lang.c (find_methods): Use objfile_msymbols.
13157 (info_selectors_command, info_classes_command): Likewise.
13158 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13159 * objfiles.h (class objfile_msymbols): New.
13160 (ALL_OBJFILE_MSYMBOLS): Remove.
13161 (ALL_MSYMBOLS): Remove.
13162
13163 2019-01-09 Tom Tromey <tom@tromey.com>
13164
13165 * common/next-iterator.h (next_adapter): Add Iterator template
13166 parameter.
13167 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13168 (class all_objfiles_safe): New.
13169 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13170 * objfiles.c (put_objfile_before): Update comment.
13171 (add_separate_debug_objfile): Likewise.
13172 (free_all_objfiles): Use all_objfiles_safe.
13173 (objfile_purge_solibs): Likewise.
13174
13175 2019-01-09 Tom Tromey <tom@tromey.com>
13176
13177 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13178 (expand_symtab_containing_pc, lookup_static_symbol)
13179 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13180 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13181 all_objfiles.
13182 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13183 * breakpoint.c (create_overlay_event_breakpoint)
13184 (create_longjmp_master_breakpoint)
13185 (create_std_terminate_master_breakpoint)
13186 (create_exception_master_breakpoint): Use all_objfiles.
13187 * linux-thread-db.c (try_thread_db_load_from_pdir)
13188 (has_libpthread): Use all_objfiles.
13189 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13190 * linespec.c (iterate_over_all_matching_symtabs)
13191 (search_minsyms_for_name): Use all_objfiles.
13192 * maint.c (maintenance_info_sections): Use all_objfiles.
13193 * main.c (captured_main_1): Use all_objfiles.
13194 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13195 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13196 * guile/scm-pretty-print.c
13197 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13198 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13199 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13200 (maintenance_print_msymbols): Use all_objfiles.
13201 * source.c (select_source_symtab): Use all_objfiles.
13202 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13203 * symfile.c (remove_symbol_file_command)
13204 (expand_symtabs_matching, map_symbol_filenames): Use
13205 all_objfiles.
13206 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13207 all_objfiles.
13208 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13209 * objc-lang.c (find_methods): Use all_objfiles.
13210 * objfiles.c (have_partial_symbols, have_full_symbols)
13211 (have_minimal_symbols, qsort_cmp)
13212 (default_iterate_over_objfiles_in_search_order): Use
13213 all_objfiles.
13214 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13215 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13216 (maintenance_check_psymtabs): Use all_objfiles.
13217 (ALL_PSYMTABS): Remove.
13218 * compile/compile-object-run.c (do_module_cleanup): Use
13219 all_objfiles.
13220 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13221 * cp-support.c (add_symbol_overload_list_qualified): Use
13222 all_objfiles.
13223 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13224 Use all_objfiles.
13225 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13226 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13227 all_objfiles.
13228 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13229 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13230 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13231 Uses all_objfiles.
13232 * solib.c (solib_read_symbols): Use all_objfiles
13233
13234 2019-01-09 Tom Tromey <tom@tromey.com>
13235
13236 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13237 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13238 all_objfiles.
13239 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13240 * symmisc.c (print_symbol_bcache_statistics)
13241 (print_objfile_statistics, maintenance_print_objfiles)
13242 (maintenance_info_symtabs, maintenance_check_symtabs)
13243 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13244 all_objfiles.
13245 * source.c (forget_cached_source_info): Use all_objfiles.
13246 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13247 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13248 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13249 * objfiles.c (update_section_map): Use all_objfiles.
13250 (shared_objfile_contains_address_p): Likewise.
13251 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13252 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13253
13254 2019-01-09 Tom Tromey <tom@tromey.com>
13255
13256 * common/next-iterator.h: New file.
13257 * objfiles.h (class all_objfiles): New.
13258 (struct objfile_iterator): New.
13259
13260 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13261
13262 * NEWS: Move the description of the changed "frame", "select-frame",
13263 and "info frame" commands to the Changed commands section.
13264
13265 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * gdbtypes.c (check_stub_method_group): Remove handling of old
13268 mangling schemes.
13269 * linespec.c (find_methods): Likewise.
13270 * stabsread.c (read_member_functions): Likewise.
13271 * valops.c (search_struct_method): Likewise.
13272 (value_struct_elt_for_reference): Likewise.
13273 * NEWS: Mention this change.
13274
13275 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13276
13277 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13278 print_source_lines.
13279 * source.c (print_source_lines_base): Update line number check.
13280 (print_source_lines): New function.
13281 (source_lines_range::source_lines_range): New function.
13282 * source.h (class source_lines_range): New class.
13283 (print_source_lines): New declaration.
13284
13285 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13286
13287 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13288
13289 2019-01-08 Tom Tromey <tom@tromey.com>
13290 Simon Marchi <simon.marchi@ericsson.com>
13291
13292 PR gdb/24060
13293 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13294 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13295 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13296 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13297 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13298 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13299
13300 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13301
13302 * source.c (select_source_symtab): Move header comment to
13303 declaration in source.h.
13304 (forget_cached_source_info_for_objfile): Likewise.
13305 (forget_cached_source_info): Likewise.
13306 (identify_source_line): Likewise.
13307 * source.h (identify_source_line): Move declaration from symtab.h
13308 and add comment from source.c
13309 (print_source_lines): Likewise.
13310 (forget_cached_source_info_for_objfile): Likewise.
13311 (forget_cached_source_info): Likewise.
13312 (select_source_symtab): Likewise.
13313 (enum print_source_lines_flag): Move definition from symtab.h.
13314 * symtab.h (identify_source_line): Move declaration to source.h.
13315 (print_source_lines): Likewise.
13316 (forget_cached_source_info_for_objfile): Likewise.
13317 (forget_cached_source_info): Likewise.
13318 (select_source_symtab): Likewise.
13319 (enum print_source_lines_flag): Move definition to source.h.
13320 * tui/tui-hooks.c: Add 'source.h' include.
13321
13322 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13323
13324 * source.c (print_source_lines_base): Handle requests to print
13325 reverse line number sequences, and guard against empty lines
13326 string.
13327
13328 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13329
13330 * source.c (print_source_lines_base): Fix skip of '\r' if next
13331 character is '\n'.
13332
13333 2019-01-06 Tom Tromey <tom@tromey.com>
13334
13335 * c-exp.y (struct c_parse_state) <macro_original_text,
13336 expansion_obstack>: New member.
13337 (macro_original_text, expansion_obstack): Remove globals.
13338 (scan_macro_expansion, scanning_macro_expansion)
13339 (finished_macro_expansion): Update.
13340 (scan_macro_cleanup): Remove.
13341 (yylex, c_parse): Update.
13342
13343 2019-01-06 Tom Tromey <tom@tromey.com>
13344
13345 * c-exp.y (struct c_parse_state) <strings>: New member.
13346 (operator_stoken): Update.
13347
13348 2019-01-06 Tom Tromey <tom@tromey.com>
13349
13350 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13351 (union type_stack_elt) <typelist_val>: Now a pointer to
13352 std::vector.
13353 (type_stack_cleanup): Don't declare.
13354 (push_typelist): Update.
13355 * parse.c (pop_typelist): Return a std::vector.
13356 (push_typelist): Take a std::vector.
13357 (follow_types): Update. Do not free args.
13358 (type_stack_cleanup): Remove.
13359 * c-exp.y (struct c_parse_state): New.
13360 (cpstate): New global.
13361 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13362 (nonempty_typelist): Update.
13363 (func_mod): Create a new vector.
13364 (c_parse): Create a c_parse_state.
13365 (check_parameter_typelist): Do not delete params.
13366 (function_method): Update. Do not delete type_list.
13367
13368 2019-01-06 Tom Tromey <tom@tromey.com>
13369
13370 PR gdb/28155:
13371 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13372 check_typedef.
13373 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13374 (print_return_value): Likewise.
13375
13376 2019-01-05 Tom Tromey <tom@tromey.com>
13377
13378 * contrib/cleanup_check.py: Remove.
13379 * contrib/gcc-with-excheck: Remove.
13380 * contrib/exsummary.py: Remove.
13381 * contrib/excheck.py: Remove.
13382
13383 2019-01-05 Joel Brobecker <brobecker@adacore.com>
13384
13385 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13386 NULL. Initialize tpprev to NULL instead of assigning it
13387 to NULL on the next statement.
13388 * windows-nat.c (windows_delete_thread): Remove check for
13389 main_thread_id before printing thread exit notifications.
13390 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13391 Remove thread ID check against main_thread_id.
13392 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13393 windows_delete_thread.
13394 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13395
13396 2019-01-04 Tom Tromey <tom@tromey.com>
13397
13398 * compile/compile.c (_initialize_compile): Use upper case for
13399 metasyntactic variables.
13400 * symmisc.c (_initialize_symmisc): Use upper case for
13401 metasyntactic variables.
13402 * psymtab.c (_initialize_psymtab): Use upper case for
13403 metasyntactic variables.
13404 * demangle.c (demangle_command): Use upper case for metasyntactic
13405 variables.
13406 (_initialize_demangler): Likewise.
13407 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13408 variables.
13409
13410 2019-01-03 Tom Tromey <tom@tromey.com>
13411
13412 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13413
13414 2019-01-03 Tom Tromey <tom@tromey.com>
13415
13416 * python/py-symtab.c (salpy_str): Update.
13417 (struct salpy_sal_object) <symtab>: Now a PyObject.
13418 (salpy_dealloc): Update.
13419 (del_objfile_sal): Use gdbpy_ref.
13420
13421 2019-01-03 Tom Tromey <tom@tromey.com>
13422
13423 * python/py-type.c (convert_field): Use new_reference. Return
13424 gdbpy_ref.
13425 (make_fielditem): Return gdbpy_ref.
13426 (typy_fields): Update.
13427 (typy_getitem): Update.
13428 (field_name): Return gdbpy_ref. Use new_reference.
13429 (typy_iterator_iternext): Update.
13430
13431 2019-01-03 Tom Tromey <tom@tromey.com>
13432
13433 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13434
13435 2019-01-03 Tom Tromey <tom@tromey.com>
13436
13437 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13438 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13439 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13440 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13441 (pspy_set_type_printers): Likewise.
13442 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13443 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13444 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13445 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13446 (objfpy_set_type_printers): Likewise.
13447
13448 2019-01-03 Tom Tromey <tom@tromey.com>
13449
13450 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13451 (gdbpy_print_stack): Use gdbpy_err_fetch.
13452 * python/python-internal.h (class gdbpy_err_fetch): New class.
13453 (class gdbpy_enter) <m_error_type, m_error_value,
13454 m_error_traceback>: Remove.
13455 <m_error>: New member.
13456 (gdbpy_exception_to_string): Don't declare.
13457 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13458 * python/py-value.c (convert_value_from_python): Use
13459 gdbpy_err_fetch.
13460 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13461 gdbpy_exception_to_string.
13462 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13463 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13464 gdbpy_err_fetch.
13465
13466 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13467
13468 * linux-nat.c (delete_lwp_cleanup): Delete.
13469 (struct lwp_deleter): New struct.
13470 (lwp_info_up): New typedef.
13471 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13472 lwp_info_up.
13473
13474 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13475
13476 * linux-fork.c (class scoped_switch_fork_info): New class.
13477 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13478
13479 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13480
13481 * valops.c (find_overload_match): Remove use of null_cleanup, and
13482 calls to do_cleanups.
13483
13484 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13485
13486 * compile/compile-cplus-types.c
13487 (compile_cplus_instance::decl_name): Handle changes to
13488 cp_func_name.
13489 * cp-support.c (cp_func_name): Update header comment, update
13490 return type.
13491 * cp-support.h (cp_func_name): Update return type in declaration.
13492 * valops.c (find_overload_match): Move temp_func local to top
13493 level of function and change its type. Use temp_func to hold and
13494 delete temporary string obtained from cp_func_name.
13495
13496 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13497
13498 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
13499 gdb::char_vector, remove cleanup, and update uses of `msg`.
13500
13501 2019-01-03 Jim Wilson <jimw@sifive.com>
13502
13503 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
13504
13505 2019-01-02 Tom Tromey <tom@tromey.com>
13506
13507 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
13508 (tdesc_parse_xml): Remove cleanups.
13509 * target-descriptions.h (make_cleanup_free_target_description):
13510 Don't declare.
13511 (target_desc_deleter): New struct.
13512 (target_desc_up): New typedef.
13513 * target-descriptions.c (target_desc_deleter::operator()): Rename
13514 from free_target_description.
13515 (make_cleanup_free_target_description): Remove.
13516
13517 2019-01-02 Tom Tromey <tom@tromey.com>
13518
13519 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
13520 constructor, destructor.
13521 (linespec_parser): Remove typedef.
13522 (~linespec_parser): Rename from linespec_parser_delete.
13523 (linespec_lex_to_end, linespec_complete_label)
13524 (linespec_complete): Update.
13525 (decode_line_full): Remove cleanups.
13526 (decode_line_1): Update.
13527
13528 2019-01-02 Tom Tromey <tom@tromey.com>
13529
13530 * python/python-internal.h (inferior_to_inferior_object): Change
13531 return type.
13532 * python/py-exitedevent.c (create_exited_event_object): Update.
13533 * python/py-inferior.c (inferior_to_inferior_object): Return
13534 gdbpy_ref.
13535 (python_new_inferior, python_inferior_deleted)
13536 (thread_to_thread_object, delete_thread_object)
13537 (build_inferior_list, gdbpy_selected_inferior): Update.
13538 * python/py-infthread.c (create_thread_object): Update. Also fail
13539 if inferior_to_inferior_object fails.
13540
13541 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
13542
13543 * inferior.h (class inferior) <displaced_step_state>: New field.
13544 * infrun.h (struct displaced_step_state): Move here from
13545 infrun.c. Initialize fields, add constructor.
13546 <inf>: Remove field.
13547 <reset>: New method.
13548 * infrun.c (struct displaced_step_inferior_state): Move to
13549 infrun.h.
13550 (displaced_step_inferior_states): Remove.
13551 (get_displaced_stepping_state): Adust.
13552 (displaced_step_in_progress_any_inferior): Adjust.
13553 (displaced_step_in_progress_thread): Adjust.
13554 (displaced_step_in_progress): Adjust.
13555 (add_displaced_stepping_state): Remove.
13556 (get_displaced_step_closure_by_addr): Adjust.
13557 (remove_displaced_stepping_state): Remove.
13558 (infrun_inferior_exit): Call displaced_step_state.reset.
13559 (use_displaced_stepping): Don't check for NULL.
13560 (displaced_step_prepare_throw): Call
13561 get_displaced_stepping_state.
13562 (displaced_step_fixup): Don't check for NULL.
13563 (prepare_for_detach): Don't check for NULL.
13564
13565 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13566
13567 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
13568 in case of call that did not complete.
13569
13570 2019-01-02 Andrey Utkin <autkin@undo.io>
13571
13572 * symfile.c (find_separate_debug_file): Fix search of debug files for
13573 remote debuggee.
13574
13575 2019-01-02 Tom Tromey <tom@tromey.com>
13576
13577 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
13578 indentation.
13579 * python/py-frame.c (frapy_older): Remove cast.
13580 (frapy_newer): Likewise.
13581 * python/py-breakpoint.c (local_setattro): Remove cast.
13582 * python/py-arch.c (archpy_name): Remove local variable.
13583 * python/py-type.c (gdbpy_lookup_type): Remove cast.
13584
13585 2019-01-02 Joel Brobecker <brobecker@adacore.com>
13586
13587 * unittests/basic_string_view/element_access/char/empty.cc:
13588 Fix year range in copyright header.
13589
13590 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
13591
13592 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
13593 Delete.
13594 <operator==>: Update with for removed field.
13595 <hash>: Likewise.
13596 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13597 <isa_features>: ...this.
13598 <abi_features>: New field.
13599 (riscv_isa_flen): Update comment.
13600 (riscv_abi_xlen): New declaration.
13601 (riscv_abi_flen): New declaration.
13602 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
13603 isa_features.
13604 (riscv_abi_xlen): New function.
13605 (riscv_isa_flen): Update to get answer from isa_features.
13606 (riscv_abi_flen): New function.
13607 (riscv_has_fp_abi): Update to get answer from abi_features.
13608 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
13609 xlen and flen.
13610 (riscv_call_info) <xlen, flen>: Update comment.
13611 (riscv_call_arg_struct): Remove invalid assertions
13612 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
13613 is removed.
13614 (riscv_gdbarch_init): Gather isa features and abi features
13615 separately, ensure both match on the gdbarch when reusing an old
13616 gdbarch. Relax an error check to allow 32-bit abi float to run on
13617 a target with 64-bit float hardware.
13618
13619 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13620
13621 * source.c (search_command_helper): Stop reverse search
13622 when line 1 has been searched.
13623
13624 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13625
13626 * record-full.c (record_full_base_target::close): Rewrite
13627 record_full_core_buf_list free logic.
13628
13629 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13630
13631 * break-catch-syscall.c (print_one_catch_syscall): xfree
13632 the last text.
13633
13634 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13635
13636 * top.c (print_gdb_version): Update Copyright year in version
13637 message.
13638
13639 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13640
13641 Update copyright year range in all GDB files.
13642
13643 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
13644
13645 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
13646
13647 For older changes see ChangeLog-2018.
13648 \f
13649 Local Variables:
13650 mode: change-log
13651 left-margin: 8
13652 fill-column: 74
13653 version-control: never
13654 coding: utf-8
13655 End:
13656
This page took 0.362595 seconds and 4 git commands to generate.