Improve comments in print-utils.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-10-11 Jim Wilson <jimw@sifive.com>
2
3 * gdbsupport/print-utils.h (pulongest): Fix comment.
4 (plongest): Likewise.
5 (phex): Add missing comment, mention leading zeros.
6 (phex_nz): Add mention of no leading zeros to comment.
7
8 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
9 plongest instead of unsigned long long cast.
10
11 2019-10-10 Christian Biesinger <cbiesinger@google.com>
12
13 * main.c (captured_main_1): Include gdbtk.h and remove declarations
14 for external_editor_command and gdbtk_test.
15
16 2019-10-10 Christian Biesinger <cbiesinger@google.com>
17
18 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
19 * varobj.c (varobjdebug): Move comment to...
20 * varobj.h (varobjdebug): ...here, and declare.
21
22 2019-10-09 Tom Tromey <tom@tromey.com>
23
24 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
25 erase_data_content.
26
27 2019-10-09 Tom Tromey <tom@tromey.com>
28
29 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
30 * tui/tui-stack.c (tui_locator_window::rerender): Update.
31 * tui/tui-command.c (tui_cmd_window::resize)
32 (tui_refresh_cmd_win): Update.
33 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
34 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
35 * tui/tui-data.c (~tui_gen_win_info): Remove.
36 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
37 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
38 (tui_redisplay_readline, tui_mld_flush)
39 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
40 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
41 (tui_data_window::erase_data_content)
42 (tui_data_item_window::rerender)
43 (tui_data_item_window::refresh_window): Update.
44 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
45 (box_win, tui_gen_win_info::make_window)
46 (tui_gen_win_info::make_visible): Update.
47 (tui_delete_win): Remove.
48 * tui/tui-winsource.c
49 (tui_source_window_base::do_erase_source_content): Update.
50 (tui_show_source_line, tui_source_window_base::update_tab_width)
51 (tui_source_window_base::update_exec_info): Update.
52 * tui/tui-data.h (struct curses_deleter): New.
53 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
54 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
55
56 2019-10-09 Tom Tromey <tom@tromey.com>
57
58 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
59
60 2019-10-09 Tom Tromey <tom@tromey.com>
61
62 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
63 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
64
65 2019-10-09 Tom Tromey <tom@tromey.com>
66
67 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
68 window height directly.
69 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
70 declare.
71 * tui/tui-layout.c (tui_default_win_height): Remove.
72 (tui_default_win_viewport_height): Remove.
73
74 2019-10-09 Tom Tromey <tom@tromey.com>
75
76 * tui/tui.h: Remove comments.
77
78 2019-10-09 Tom de Vries <tdevries@suse.de>
79
80 * python/lib/gdb/printer/bound_registers.py: Use
81 '^builtin_type_bound128' as regexp argument for
82 add_builtin_pretty_printer.
83
84 2019-10-09 Christian Biesinger <cbiesinger@google.com>
85
86 * guile/guile.c (guile_extension_script_ops): Remove forward
87 declaration and mark as static.
88 (guile_script_ops): Likewise.
89 (extension_language_guile): Move further down in the file so
90 it can reference the definitions for guile_{extension_,}script_ops.
91
92 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
93
94 * s390-tdep.c (390_process_record): Handle new arch13 instructions
95 except SORTL, DFLTCC, and KDSA.
96
97 2019-10-08 Tom Tromey <tromey@adacore.com>
98
99 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
100 (struct safe_symbol_file_add_args): Remove.
101
102 2019-10-08 Tom Tromey <tromey@adacore.com>
103
104 * windows-nat.c: Don't include buildsym-legacy.h.
105
106 2019-10-08 Tom Tromey <tromey@adacore.com>
107
108 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
109
110 2019-10-08 Christian Biesinger <cbiesinger@google.com>
111
112 * gdbtypes.c (overload_debug): Move comment to header.
113 * gdbtypes.h (overload_debug): Declare.
114 * valops.c: Remove declaration of overload_debug, instead
115 include gdbtypes.h.
116
117 2019-10-08 Christian Biesinger <cbiesinger@google.com>
118
119 * language.c (show_language_command): Pass lang_frame_mismatch_warn
120 through _().
121 (lang_frame_mismatch_warn): Make const, mark with N_(), and
122 move comment...
123 * language.h (lang_frame_mismatch_warn): ... here. Also add
124 declaration.
125 * top.c (lang_frame_mismatch_warn): Remove declaration.
126 (check_frame_language_change): Pass lang_frame_mismatch_warn
127 through _().
128
129 2019-10-07 Christian Biesinger <cbiesinger@google.com>
130
131 * c-lang.h (vtbl_ptr_name): Declare.
132 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
133 it from the header.
134 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
135
136 2019-10-07 Christian Biesinger <cbiesinger@google.com>
137
138 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
139 gdb_static_assert.
140
141 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
142
143 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
144 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
145 * ctfread.c: New file.
146 * ctfread.h: New file.
147 * elfread.c: Include ctfread.h.
148 (struct elfinfo text_p): New member ctfsect.
149 (elf_locate_sections): Mark CTF section.
150 (elf_symfile_read): Call elfctf_build_psymtabs.
151 * Makefile.in (LIBCTF): Add.
152 (CLIBS): Use it.
153 (CDEPS): Likewise.
154 (DIST): Add ctfread.c.
155
156 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * ctfread.c (struct nextfield): Renamed to ...
159 (struct ctf_nextfield): ... this.
160 (struct field_info): Renamed to ...
161 (strut ctf_field_info): ... this.
162 (attach_fields_to_type): Update for renamed structures.
163 (ctf_add_member_cb): Likewise.
164 (ctf_add_enum_member_cb): Likewise.
165 (process_struct_members): Likewise.
166 (process_enum_type): Likewise.
167
168 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
169
170 * tracectf.h: Rename, was ctf.h.
171 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
172 * tracefile.c: Likewise.
173 * tracepoint.c: Remove unused include ctf.h.
174 * mi/mi-main.c: Likewise.
175 * Makefile.in Replace ctf.c with tracectf.c.
176
177 2019-10-06 Joel Brobecker <brobecker@adacore.com>
178
179 * version.in: Change version number to "9.0.50.DATE-git".
180
181 2019-10-03 Tom Tromey <tom@tromey.com>
182
183 PR rust/24976:
184 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
185
186 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
187
188 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
189 cp_search_name_hash.
190 * NEWS: Add entry about nested function support.
191
192 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
193 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
196 for nested static variables when searchin VAR_DOMAIN.
197 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
198 global scope, update comment.
199 (add_partial_subprogram): Call add_partial_subprogram recursively
200 for nested subroutines when processinng Fortran.
201 (load_partial_dies): Process the child entities of a subprogram
202 when processing Fortran.
203 (partial_die_parent_scope): Handle building scope
204 for Fortran nested functions.
205 (process_die): Record that nested functions have a scope.
206 (new_symbol): Always record Fortran subprograms on the global
207 symbol list.
208 (determine_prefix): How to build the prefix for Fortran
209 subprograms.
210
211 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
214 have just sent the thread a SIGSTOP and are waiting for it to
215 arrive.
216
217 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * btrace.c (btrace_add_pc): Remove whitespace before the template
220 parameter in 'std::vector <...>'.
221 (parse_xml_btrace_block): Likewise.
222 (btrace_maint_decode_pt): Likewise.
223 (btrace_maint_update_packets): Likewise.
224 (btrace_maint_print_packets): Likewise.
225 * btrace.h (struct btrace_maint_info): Likewise.
226 * dwarf2read.c (struct type_unit_group): Likewise.
227 (build_type_psymtabs_reader): Likewise.
228 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
229 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
230 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
231
232 2019-10-03 Tom de Vries <tdevries@suse.de>
233
234 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
235 the first line of the help text for set/show style metadata.
236
237 2019-10-02 Tom Tromey <tromey@adacore.com>
238
239 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
240 * gdbsupport/common-inferior.c: New file.
241 * infcmd.c (startup_with_shell): Don't define.
242 * nat/fork-inferior.h (startup_with_shell): Don't declare.
243 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
244 * inferior.h (startup_with_shell): Don't declare.
245
246 2019-10-02 Christian Biesinger <cbiesinger@google.com>
247
248 * gdbsupport/gdb_assert.h: Include errors.h.
249 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
250
251 2019-10-02 Tom Tromey <tromey@adacore.com>
252
253 * NEWS: Add $_ada_exception entry.
254 * ada-lang.c (struct ada_catchpoint): Add constructor.
255 <m_kind>: New member.
256 (allocate_location_exception, re_set_exception): Remove
257 "ex" parameter.
258 (should_stop_exception): Compute $_ada_exception.
259 (check_status_exception, print_it_exception)
260 (print_one_exception, print_mention_exception): Remove
261 "ex" parameter.
262 (allocate_location_catch_exception, re_set_catch_exception)
263 (check_status_exception, print_it_catch_exception)
264 (print_one_catch_exception, print_mention_catch_exception)
265 (print_recreate_catch_exception)
266 (allocate_location_catch_exception_unhandled)
267 (re_set_catch_exception_unhandled)
268 (check_status_exception, print_it_catch_exception_unhandled)
269 (print_one_catch_exception_unhandled)
270 (print_mention_catch_exception_unhandled)
271 (print_recreate_catch_exception_unhandled)
272 (allocate_location_catch_assert, re_set_catch_assert)
273 (check_status_assert, print_it_catch_assert)
274 (print_one_catch_assert, print_mention_catch_assert)
275 (print_recreate_catch_assert)
276 (allocate_location_catch_handlers, re_set_catch_handlers)
277 (check_status_handlers, print_it_catch_handlers)
278 (print_one_catch_handlers, print_mention_catch_handlers)
279 (print_recreate_catch_handlers): Remove.
280 (create_ada_exception_catchpoint): Update.
281 (initialize_ada_catchpoint_ops): Update.
282
283 2019-10-02 Tom Tromey <tromey@adacore.com>
284
285 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
286 (create_excep_cond_exprs): Simplify exception string computation.
287 (ada_exception_catchpoint_cond_string): Likewise.
288
289 2019-10-02 Tom Tromey <tromey@adacore.com>
290
291 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
292 * ada-lang.c (lesseq_defined_than): Handle
293 LOC_STATIC.
294 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
295 parameter.
296 (dwarf2_has_info): Likewise.
297 (new_symbol): Set maybe_copied on symbol when
298 appropriate.
299 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
300 parameter.
301 <can_copy>: New member.
302 * elfread.c (record_minimal_symbol): Set maybe_copied
303 on symbol when appropriate.
304 (elf_symfile_read): Update call to dwarf2_has_info.
305 * minsyms.c (lookup_minimal_symbol_linkage): New
306 function.
307 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
308 * symtab.c (get_symbol_address, get_msymbol_address):
309 New functions.
310 * symtab.h (get_symbol_address, get_msymbol_address):
311 Declare.
312 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
313 maybe_copied.
314 (struct symbol, struct minimal_symbol) <maybe_copied>:
315 New member.
316
317 2019-10-02 Tom Tromey <tromey@adacore.com>
318
319 * source.c (struct current_source_location): New.
320 (current_source_key): New global.
321 (current_source_symtab, current_source_line)
322 (current_source_pspace): Remove.
323 (get_source_location): New function.
324 (get_current_source_symtab_and_line)
325 (set_default_source_symtab_and_line)
326 (set_current_source_symtab_and_line)
327 (clear_current_source_symtab_and_line, select_source_symtab)
328 (info_source_command, print_source_lines_base)
329 (info_line_command, search_command_helper, _initialize_source):
330 Update.
331
332 2019-10-02 Tom Tromey <tromey@adacore.com>
333
334 * source.c (select_source_symtab): Don't call
335 decode_line_with_current_source.
336
337 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * symtab.c (lookup_global_symbol): Search global block.
340
341 2019-10-02 Tom Tromey <tromey@adacore.com>
342
343 * coffread.c (process_coff_symbol): Update.
344 * dwarf2read.c (var_decode_location, new_symbol): Update.
345 * mdebugread.c (parse_symbol): Update.
346 * objfiles.c (relocate_one_symbol): Update.
347 * stabsread.c (define_symbol, fix_common_block)
348 (scan_file_globals): Update.
349 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
350 (SET_SYMBOL_VALUE_ADDRESS): New macro.
351 * xcoffread.c (process_xcoff_symbol): Update.
352
353 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
354
355 * MAINTAINERS: Update my email address.
356
357 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
358
359 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
360 std::vector.
361 (build_type_psymtabs_reader): Update for std::vector.
362 (build_type_psymtab_dependencies): Likewise.
363 * dwarf2read.h: Remove use of DEF_VEC_P.
364 (typedef sig_type_ptr): Delete.
365
366 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * btrace.c (btrace_maint_clear): Update to handle change from VEC
369 to std::vector.
370 (btrace_maint_decode_pt): Likewise, and move allocation of the
371 vector outside of the loop.
372 (btrace_maint_update_packets): Update to handle change from VEC to
373 std::vector.
374 (btrace_maint_print_packets): Likewise.
375 (maint_info_btrace_cmd): Likewise.
376 * btrace.h: Remove use of DEF_VEC_O.
377 (typedef btrace_pt_packet_s): Delete.
378 (struct btrace_maint_info) <packets>: Change fromm VEC to
379 std::vector.
380 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
381
382 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
385 make accesses into the vector constant references.
386 (btrace_add_pc): Update for std::vector.
387 (btrace_stitch_bts): Likewise.
388 (parse_xml_btrace_block): Likewise.
389 (btrace_maint_update_packets): Likewise.
390 (btrace_maint_print_packets): Likewise.
391 (maint_info_btrace_cmd): Likewise.
392 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
393 std::vector.
394 (btrace_data::empty): Likewise.
395 (btrace_data_append): Likewise.
396 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
397 (typedef btrace_block_s): Delete.
398 (struct btrace_block): Add constructor.
399 (struct btrace_data_bts) <blocks>: Change to std::vector.
400 * nat/linux-btrace.c (perf_event_read_bts): Update for
401 std::vector.
402 (linux_read_bts): Likewise.
403
404 2019-10-01 Tom Tromey <tom@tromey.com>
405
406 * cli/cli-logging.c (show_logging_filename): Use styled_string.
407
408 2019-10-01 Tom Tromey <tom@tromey.com>
409
410 * stack.c (print_frame, info_frame_command_core): Use
411 styled_string.
412 * linux-thread-db.c (try_thread_db_load_1)
413 (try_thread_db_load_from_pdir_1): Use styled_string.
414 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
415 (auto_load_section_scripts, info_auto_load_local_gdbinit)
416 (maybe_print_unsupported_script_warning)
417 (maybe_print_script_not_found_warning): Use styled_string.
418 * ada-lang.c (user_select_syms): Use styled_string.
419
420 2019-10-01 Tom Tromey <tom@tromey.com>
421
422 * p-lang.c (pascal_printstr): Use metadata style.
423 * value.c (show_convenience): Use metadata style.
424 * valprint.c (valprint_check_validity, val_print_optimized_out)
425 (val_print_not_saved, val_print_unavailable)
426 (val_print_invalid_address, generic_val_print, val_print)
427 (value_check_printable, val_print_array_elements): Use metadata
428 style.
429 * ui-out.h (class ui_out) <field_fmt>: New overload.
430 <do_field_fmt>: Add style parameter.
431 * ui-out.c (ui_out::field_fmt): New overload.
432 * typeprint.c (type_print_unknown_return_type)
433 (val_print_not_allocated, val_print_not_associated): Use metadata
434 style.
435 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
436 parameter.
437 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
438 * tracepoint.c (tvariables_info_1): Use metadata style.
439 * stack.c (print_frame_arg, print_frame_info, print_frame)
440 (info_frame_command_core): Use metadata style.
441 * skip.c (info_skip_command): Use metadata style.
442 * rust-lang.c (rust_print_enum): Use metadata style.
443 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
444 metadata style.
445 * python/py-framefilter.c (py_print_single_arg): Use metadata
446 style.
447 * printcmd.c (do_one_display, print_variable_and_value): Use
448 metadata style.
449 * p-valprint.c (pascal_val_print)
450 (pascal_object_print_value_fields): Use metadata style.
451 * p-typeprint.c (pascal_type_print_base): Use metadata style.
452 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
453 parameter.
454 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
455 * m2-valprint.c (m2_print_long_set): Use metadata style.
456 * m2-typeprint.c (m2_print_type): Use metadata style.
457 * infcmd.c (print_return_value_1): Use metadata style.
458 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
459 * f-valprint.c (info_common_command_for_block): Use metadata
460 style.
461 * f-typeprint.c (f_type_print_base): Use metadata style.
462 * expprint.c (print_subexp_standard): Use metadata style.
463 * cp-valprint.c (cp_print_value_fields): Use metadata style.
464 * cli/cli-style.h (class cli_style_option): Add constructor.
465 (metadata_style): Declare.
466 * cli/cli-style.c (metadata_style): New global.
467 (_initialize_cli_style): Register metadata style.
468 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
469 parameter.
470 * cli-out.c (cli_ui_out::do_field_fmt): Update.
471 * c-typeprint.c (c_type_print_base_struct_union)
472 (c_type_print_base_1): Use metadata style.
473 * breakpoint.c (watchpoint_value_print)
474 (print_one_breakpoint_location): Use metadata style.
475 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
476 style.
477 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
478 style.
479 * ada-valprint.c (val_print_packed_array_elements, printstr)
480 (print_field_values, ada_val_print_ref, ada_val_print): Use
481 metadata style.
482 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
483 style.
484 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
485 style.
486 * ada-lang.c (user_select_syms): Use metadata style.
487
488 2019-10-01 Tom Tromey <tom@tromey.com>
489
490 * cli/cli-cmds.c (pwd_command): Style output.
491
492 2019-10-01 Pedro Alves <palves@redhat.com>
493 Tom Tromey <tom@tromey.com>
494
495 * symtab.c (print_symbol_info): Use %ps.
496 (print_msymbol_info): Use %ps.
497 * symfile.c (symbol_file_add_with_addrs): Use %ps.
498 * printcmd.c (print_variable_and_value): Use %ps.
499 * macrocmd.c (show_pp_source_pos): Use %ps.
500 * infrun.c (print_exited_reason): Use ui_out::message.
501 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
502 (describe_other_breakpoints): Use ui_out::message and new
503 formats.
504 (say_where): Use new formats.
505 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
506 and new formats.
507
508 2019-10-01 Pedro Alves <palves@redhat.com>
509 Tom Tromey <tom@tromey.com>
510
511 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
512 (test_gdb_formats): New function.
513 (run_tests): Call it.
514 (test_format_specifier): Update.
515 * utils.h (fputs_filtered): Update comment.
516 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
517 (fputs_styled_unfiltered): Declare.
518 * utils.c (fputs_styled_unfiltered): New function.
519 (vfprintf_maybe_filtered): Add gdbfmt parameter.
520 (vfprintf_filtered): Update.
521 (vfprintf_unfiltered, vprintf_filtered): Update.
522 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
523 * ui-out.h (enum ui_out_flag) <unfiltered_output,
524 disallow_ui_out_field>: New constants.
525 (enum class field_kind): New.
526 (struct base_field_s, struct signed_field_s): New.
527 (signed_field): New function.
528 (struct string_field_s): New.
529 (string_field): New function.
530 (struct styled_string_s): New.
531 (styled_string): New function.
532 (class ui_out) <message>: Add comment.
533 <vmessage, call_do_message>: New methods.
534 <do_message>: Add style parameter.
535 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
536 methods.
537 (ui_out::message): Rewrite.
538 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
539 parameter.
540 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
541 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
542 gdb_extensions parameter.
543 (class format_piece): Add parameter to constructor.
544 (n_int_args): New field.
545 * gdbsupport/format.c (format_pieces::format_pieces): Add
546 gdb_extensions parameter. Handle '*'.
547 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
548 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
549 vfprintf_styled_no_gdbfmt.
550 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
551 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
552 unfiltered output.
553 * ui-style.h (struct ui_file_style) <ptr>: New method.
554
555 2019-10-01 Tom Tromey <tom@tromey.com>
556
557 * unittests/format_pieces-selftests.c: Update. Add final format.
558 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
559 empty literal pieces.
560
561 2019-10-01 Tom Tromey <tom@tromey.com>
562
563 * ui-out.h (enum class ui_out_style_kind): Remove.
564 (class ui_out) <field_string, field_stsream, do_field_string>:
565 Change type of "style".
566 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
567 (ui_out::field_string): Update.
568 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
569 of "style".
570 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
571 * tracepoint.c (print_one_static_tracepoint_marker): Update.
572 * stack.c (print_frame_arg, print_frame_info, print_frame):
573 Update.
574 * source.c (print_source_lines_base): Update.
575 * solib.c (info_sharedlibrary_command): Update.
576 * skip.c (info_skip_command): Update.
577 * record-btrace.c (btrace_call_history_src_line)
578 (btrace_call_history): Update.
579 * python/py-framefilter.c (py_print_frame): Update.
580 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
581 "style".
582 * mi/mi-out.c (mi_ui_out::do_table_header)
583 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
584 (mi_ui_out::do_field_string): Update.
585 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
586 Update.
587 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
588 "style".
589 * cli-out.c (cli_ui_out::do_table_header)
590 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
591 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
592 (cli_ui_out::do_field_fmt): Update.
593 * breakpoint.c (print_breakpoint_location): Update.
594 (update_static_tracepoint): Update.
595
596 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
597
598 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
599 conversion of gdb_datadir.
600 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
601 remove not needed c_str ().
602
603 2019-09-30 Ali Tamur <tamur@google.com>
604
605 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
606 (dwarf2_string_attr): Likewise.
607
608 2019-09-30 Ali Tamur <tamur@google.com>
609
610 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
611 (process_full_type_unit): Likewise.
612 (dump_die_shallow): Likewise.
613 (cu_debug_loc_section): Likewise.
614
615 2019-09-28 Christian Biesinger <cbiesinger@google.com>
616
617 * minsyms.c (compare_minimal_symbols): Rename to...
618 (minimal_symbol_is_less_than): ...this, and adjust to STL
619 conventions (return bool, take arguments as references)
620 (minimal_symbol_reader::install): Call std::sort instead
621 of qsort.
622
623 2019-09-29 Christian Biesinger <cbiesinger@google.com>
624
625 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
626 hash and why.
627 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
628 msymbol_hash, msymbol_demangled_hash>: Improve comments.
629
630 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
631
632 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
633 * psympriv.h (add_psymbol_to_list): Move comment here and update
634 it.
635
636 2019-09-29 Tom de Vries <tdevries@suse.de>
637
638 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
639 Use $tmpdir/$(basename "$output_file").dwz instead of
640 "${output_file}.dwz".
641
642 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
643
644 PR gdb/25045
645 * hppa-linux-nat.c: Include gdbarch.h.
646
647 2019-09-26 Christian Biesinger <cbiesinger@google.com>
648
649 * blockframe.c (find_pc_partial_function): Change return type to bool.
650 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
651 * minsyms.c (in_gnu_ifunc_stub): Likewise.
652 (stub_gnu_ifunc_resolve_name): Likewise.
653 * symtab.c (compare_filenames_for_search): Likewise.
654 (compare_glob_filenames_for_search): Likewise.
655 (matching_obj_sections): Likewise.
656 (symbol_matches_domain): Likewise.
657 (find_line_symtab): Change out param EXACT_MATCH to bool *.
658 (find_line_pc): Change return type to bool.
659 (find_line_pc_range): Likewise.
660 (producer_is_realview): Likewise.
661 * symtab.h (symbol_matches_domain): Likewise.
662 (find_pc_partial_function): Likewise.
663 (find_pc_line_pc_range): Likewise.
664 (in_gnu_ifunc_stub): Likewise.
665 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
666 (find_line_pc): Likewise.
667 (find_line_pc_range): Likewise.
668 (matching_obj_sections): Likewise.
669 (find_line_symtab): Change out parameter to bool.
670 (producer_is_realview): Change return type to bool.
671 (compare_filenames_for_search): Likewise.
672 (compare_glob_filenames_for_search): Likewise.
673
674 2019-09-26 Tom Tromey <tom@tromey.com>
675
676 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
677 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
678 * gdb_usleep.h: Remove.
679 * gdb_usleep.c: Remove.
680 * utils.c: Don't include gdb_usleep.h.
681
682 2019-09-26 Tom Tromey <tromey@adacore.com>
683
684 * python/py-type.c (type_to_type_object): Call check_typedef
685 for stub types.
686
687 2019-09-26 Tom Tromey <tom@tromey.com>
688
689 * utils.h (initialize_utils): Don't declare.
690 * top.c (gdb_init): Don't call initialize_utils.
691 * utils.c (initialize_utils): Remove. Move contents...
692 (_initialize_utils): ... here.
693
694 2019-09-25 Tom Tromey <tom@tromey.com>
695
696 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
697 * utils.h (make_hex_string): Don't declare.
698 * utils.c (make_hex_string): Remove.
699
700 2019-09-24 Tom de Vries <tdevries@suse.de>
701
702 PR gdb/23815
703 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
704 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
705
706 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
707
708 * NEWS: Mention new simulator port for PRU.
709
710 2019-09-23 Christian Biesinger <cbiesinger@google.com>
711
712 * ada-exp.y (write_object_remaining): Update.
713 * ada-lang.c (ada_decode): Return a std::string instead of a char*
714 and eliminate the static buffer.
715 (ada_decode_symbol): Update.
716 (ada_la_decode): Update.
717 (ada_sniff_from_mangled_name): Update.
718 (is_valid_name_for_wild_match): Update.
719 (ada_lookup_name_info::matches): Update and simplify.
720 (name_matches_regex): Update.
721 (ada_add_global_exceptions): Update.
722 * ada-lang.h (ada_decode): Update signature.
723 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
724 * dwarf-index-write.c (debug_names::insert): Update.
725
726 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
727
728 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
729 formatting.
730
731 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
732
733 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
734 Change "nonzero" to "true" in documentation.
735
736 2019-09-20 Christian Biesinger <cbiesinger@google.com>
737
738 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
739 (_initialize_darwin_solib): Don't set
740 darwin_so_ops.lookup_lib_global_symbol.
741 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
742 set_gdbarch_iterate_over_objfiles_in_search_order.
743 (elf_lookup_lib_symbol): Rename to...
744 (svr4_iterate_over_objfiles_in_search_order): this, and update
745 to iterate semantics.
746 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
747 * solib.c (solib_global_lookup): Remove.
748 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
749 (solib_global_lookup): Remove.
750 * symtab.c (lookup_global_or_static_symbol): Remove call to
751 solib_global_lookup.
752
753 2019-09-20 Joel Brobecker <brobecker@adacore.com>
754
755 * NEWS: Move entries about default MI version now being
756 version 3, and about the GDB/MI fix for multi-location
757 breakpoints to the "since GDB 8.3" section.
758
759 2019-09-20 Joel Brobecker <brobecker@adacore.com>
760
761 GDB 8.3.1 released.
762
763 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
764
765 * NEWS: Mention that Cell/B.E. debugging support was removed.
766 * MAINTAINERS: Remove spu target.
767
768 * config/djgpp/fnchange.lst: Remove entries for removed files.
769
770 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
771 spu-multiarch.o, and spu-tdep.o.
772 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
773 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
774 spu-multiarch.c, and spu-tdep.c.
775 * spu-linux-nat.c: Remove file.
776 * spu-multiarch.c: Remove file.
777 * spu-tdep.c: Remove file.
778 * spu-tdep.h: Remove file.
779 * solib-spu.c: Remove file.
780 * solib-spu.h: Remove file.
781
782 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
783 * configure.nat (spu-linux): Remove.
784 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
785 solib-multiarch.o from gdb_target_obs.
786 (spu*-*-*): Remove.
787
788 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
789 feature flag.
790 (ppc_linux_no_features): Update.
791 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
792 Cell/B.E. support.
793 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
794 (tdesc_powerpc_cell64l): Likewise.
795 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
796 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
797 Cell/B.E. support.
798 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
799 Do not include "features/rs6000/powerpc-cell32l.c" or
800 "features/rs6000/powerpc-cell64l.c".
801 (ppc_linux_spu_section): Remove.
802 (ppc_linux_core_read_description): Remove Cell/B.E. support.
803 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
804 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
805 (ppc_linux_spe_context_lookup): Remove.
806 (ppc_linux_spe_context_inferior_created): Remove.
807 (ppc_linux_spe_context_solib_loaded): Remove.
808 (ppc_linux_spe_context_solib_unloaded): Remove.
809 (ppc_linux_spe_context): Remove.
810 (struct ppu2spu_cache): Remove.
811 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
812 (struct ppu2spu_data): Remove.
813 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
814 ppu2spu_unwind): Remove.
815 (ppc_linux_init_abi): Remove Cell/B.E. support.
816 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
817
818 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
819 (rs6000/powerpc-cell64l-expedite): Likewise
820 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
821 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
822 rs6000/powerpc-cell64l.xml.
823 * features/rs6000/powerpc-cell32l.xml: Remove.
824 * features/rs6000/powerpc-cell64l.xml: Likewise.
825 * features/rs6000/powerpc-cell32l.c: Remove generated file.
826 * features/rs6000/powerpc-cell64l.c: Likewise.
827 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
828 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
829 * regformats/reg-spu.dat: Remove.
830
831 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
832 * corelow.c (struct spuid_list): Remove.
833 (add_to_spuid_list): Remove.
834 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
835 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
836 (remote_protocol_features): Remove associated entries.
837 (_initialize_remote): No longer initialize them.
838 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
839 * linux-nat.c (SPUFS_MAGIC): Remove.
840 (linux_proc_xfer_spu): Remove.
841 (spu_enumerate_spu_ids): Remove.
842 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
843 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
844 (linux_make_corefile_notes): No longer call it.
845
846 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
847 (cooked_write_test): Likewise.
848
849 2019-09-20 Tom Tromey <tom@tromey.com>
850
851 * NEWS: Mention case-sensitivity of TUI commands.
852 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
853 (tui_set_win_height_command, parse_scrolling_args): Likewise.
854 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
855
856 2019-09-20 Tom Tromey <tom@tromey.com>
857
858 * tui/tui-source.c (tui_source_window::set_contents): Use
859 make_unique_xstrdup.
860 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
861 make_unique_xstrdup.
862
863 2019-09-20 Tom Tromey <tom@tromey.com>
864
865 * tui/tui-data.c: Remove separator comments.
866 * tui/tui-layout.c: Remove separator comments.
867 * tui/tui-win.c: Remove separator comments.
868 * tui/tui-wingeneral.c: Remove separator comments.
869
870 2019-09-20 Tom Tromey <tom@tromey.com>
871
872 * tui/tui.h (strcat_to_buf): Don't declare.
873 * tui/tui.c (strcat_to_buf): Remove.
874
875 2019-09-20 Tom Tromey <tom@tromey.com>
876
877 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
878 from "fullname".
879 * tui/tui-source.c (tui_source_window::set_contents)
880 (tui_source_window::location_matches_p)
881 (tui_source_window::maybe_update): Update.
882
883 2019-09-20 Tom Tromey <tom@tromey.com>
884
885 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
886 Update.
887 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
888 prefix.
889 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
890 (tui_data_window::line_from_reg_element_no)
891 (tui_data_window::first_reg_element_no_inline)
892 (tui_data_window::show_registers)
893 (tui_data_window::show_register_group)
894 (tui_data_window::display_registers_from)
895 (tui_data_window::display_registers_from_line)
896 (tui_data_window::first_data_item_displayed)
897 (tui_data_window::delete_data_content_windows)
898 (tui_data_window::erase_data_content)
899 (tui_data_window::do_scroll_vertical)
900 (tui_data_window::refresh_window)
901 (tui_data_window::check_register_values): Update.
902
903 2019-09-20 Tom Tromey <tom@tromey.com>
904
905 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
906 (struct tui_locator_window) <full_name, proc_name>: Now
907 std::string.
908 * tui/tui-stack.c (tui_locator_window::make_status_line)
909 (tui_locator_window::set_locator_fullname)
910 (tui_locator_window::set_locator_info): Update.
911 * tui/tui-source.c (tui_source_window::set_contents)
912 (tui_source_window::showing_source_p): Update.
913
914 2019-09-20 Tom Tromey <tom@tromey.com>
915
916 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
917 Don't call tui_locator_win_info_ptr.
918
919 2019-09-20 Tom Tromey <tom@tromey.com>
920
921 * tui/tui-win.c (tui_resize_all): Don't call refresh.
922
923 2019-09-20 Tom Tromey <tom@tromey.com>
924
925 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
926 height for locator.
927 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
928 * tui/tui-layout.c (show_source_disasm_command, show_data)
929 (show_source_or_disasm_and_command): Use 1 as height for locator.
930
931 2019-09-20 Tom Tromey <tom@tromey.com>
932
933 * tui/tui.c (tui_enable): Update.
934 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
935 Update.
936 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
937 Update.
938 * tui/tui-data.c (win_resized): Now bool.
939 (tui_win_resized): Return bool.
940 (tui_set_win_resized_to): Accept a bool.
941
942 2019-09-20 Tom Tromey <tom@tromey.com>
943
944 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
945 Change type of "refresh_values_only".
946 * tui/tui-regs.c (tui_data_window::show_register_group): Change
947 type of "refresh_values_only".
948
949 2019-09-20 Tom Tromey <tom@tromey.com>
950
951 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
952 std::string.
953 (tui_disassemble): Add "pos" parameter.
954 (tui_disasm_window::set_contents): Simplify.
955
956 2019-09-20 Tom Tromey <tom@tromey.com>
957
958 * tui/tui-winsource.h (struct tui_source_window_base)
959 <show_source_content>: Now private.
960 * tui/tui-winsource.c
961 (tui_source_window_base::show_source_content): Don't handle empty
962 content case.
963
964 2019-09-20 Tom Tromey <tom@tromey.com>
965
966 * tui/tui-layout.c (show_source_disasm_command)
967 (show_source_or_disasm_and_command): Don't call
968 show_source_content.
969
970 2019-09-20 Tom Tromey <tom@tromey.com>
971
972 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
973 Declare.
974 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
975 from tui_make_status_line.
976 (tui_locator_window::rerender): Update.
977
978 2019-09-20 Tom Tromey <tom@tromey.com>
979
980 * tui/tui-stack.c (tui_make_status_line): Return std::string.
981 (tui_locator_window::rerender): Update.
982
983 2019-09-20 Tom Tromey <tom@tromey.com>
984
985 * tui/tui-winsource.h (struct tui_source_window_base)
986 <~tui_source_window_base>: Don't declare.
987 <fullname>: Remove.
988 * tui/tui-winsource.c (~tui_source_window_base): Remove.
989 * tui/tui-source.h (struct tui_source_window) <fullname>: New
990 member.
991 * tui/tui-source.c (tui_source_window::set_contents): Update.
992 (tui_source_window::location_matches_p)
993 (tui_source_window::maybe_update): Update.
994
995 2019-09-20 Tom Tromey <tom@tromey.com>
996
997 * tui/tui-winsource.h (~tui_source_element): Remove.
998 (tui_source_element): Update.
999 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
1000 * tui/tui-winsource.c (tui_show_source_line): Update.
1001 * tui/tui-source.c (tui_source_window::set_contents): Update.
1002 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1003
1004 2019-09-20 Tom Tromey <tom@tromey.com>
1005
1006 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
1007 declare.
1008 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
1009 tui_clear_source_windows_detail.
1010 * tui/tui-winsource.h (struct tui_source_window_base)
1011 <clear_detail>: Don't declare.
1012 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1013 Remove.
1014 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1015
1016 2019-09-20 Tom Tromey <tromey@adacore.com>
1017
1018 PR ada/24919:
1019 * block.c (contained_in): Fix final return value.
1020
1021 2019-09-20 Alan Modra <amodra@gmail.com>
1022
1023 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1024 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1025 (read_indirect_string_from_dwz): Use bfd accessor.
1026 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1027 * machoread.c (macho_symfile_read_all_oso): Likewise.
1028 * solib.c (solib_bfd_open): Likewise.
1029
1030 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1031
1032 * eval.c: Move declaration of overload_resolution to...
1033 * value.h: ...here.
1034
1035 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1036
1037 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1038 * arm-linux-tdep.c: Likewise.
1039 * arm-nbsd-nat.c: Likewise.
1040 * arm-tdep.h: Declare arm_apcs_32.
1041 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1042
1043 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1044
1045 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1046 * dwarf2read.h: Declare dwarf_always_disassemble.
1047
1048 2019-09-19 Tom de Vries <tdevries@suse.de>
1049
1050 PR gdb/25009
1051 * source-cache.c (source_cache::ensure): Catch exception thrown during
1052 construction of the highlighter.
1053
1054 2019-09-18 Alan Modra <amodra@gmail.com>
1055
1056 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1057 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1058 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1059 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1060 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1061 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1062 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1063 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1064 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1065 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1066 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1067 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1068 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1069 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1070 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1071 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1072 * mi/mi-interp.c: Update throughout for bfd section macro and
1073 function changes.
1074 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1075 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1076
1077 2019-09-18 Tom Tromey <tom@tromey.com>
1078
1079 * NEWS: Add entry.
1080 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1081 call rl_initialize.
1082 (tui_enable): Do not call rl_initialize.
1083
1084 2019-09-18 Christian Groessler <chris@groessler.org>
1085
1086 * alpha-linux-nat.c: Include gdbarch.h.
1087
1088 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1089
1090 * ui-file.c: Include cli/cli-style.h.
1091 (term_cli_styling): Remove cli_styling declaration.
1092
1093 2019-09-18 Alan Modra <amodra@gmail.com>
1094
1095 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
1096 to bfd_asymbol_section.
1097
1098 2019-09-18 Alan Modra <amodra@gmail.com>
1099
1100 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
1101 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1102 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
1103
1104 2019-09-18 Alan Modra <amodra@gmail.com>
1105
1106 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
1107 * spu-linux-nat.c (spu_bfd_open): Likewise.
1108
1109 2019-09-18 Christian Biesinger <cbiesinger@google.com>
1110
1111 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1112 to bool to match definition in dwarf2read.c.
1113
1114 2019-09-17 Christian Biesinger <cbiesinger@google.com>
1115
1116 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1117 (print_signatures): Likewise.
1118 (trust_pad_over_xvs): Likewise.
1119 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1120 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1121 * arm-linux-nat.c (arm_apcs_32): Likewise.
1122 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1123 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1124 * arm-tdep.c (arm_debug): Likewise.
1125 (arm_apcs_32): Likewise.
1126 * auto-load.c (debug_auto_load): Likewise.
1127 (auto_load_gdb_scripts): Likewise.
1128 (global_auto_load): Likewise.
1129 (auto_load_local_gdbinit): Likewise.
1130 (auto_load_local_gdbinit_loaded): Likewise.
1131 * auto-load.h (global_auto_load): Likewise.
1132 (auto_load_local_gdbinit): Likewise.
1133 (auto_load_local_gdbinit_loaded): Likewise.
1134 * breakpoint.c (disconnected_dprintf): Likewise.
1135 (breakpoint_proceeded): Likewise.
1136 (automatic_hardware_breakpoints): Likewise.
1137 (always_inserted_mode): Likewise.
1138 (target_exact_watchpoints): Likewise.
1139 (_initialize_breakpoint): Update.
1140 * breakpoint.h (target_exact_watchpoints): Change to bool.
1141 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1142 * cli/cli-cmds.c (trace_commands): Likewise.
1143 * cli/cli-cmds.h (trace_commands): Likewise.
1144 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1145 to bool*.
1146 * cli/cli-logging.c (logging_overwrite): Change to bool.
1147 (logging_redirect): Likewise.
1148 (debug_redirect): Likewise.
1149 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1150 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1151 to bool.
1152 <boolean_option_def>: Update.
1153 (struct flag_option_def): Change default type of Context to bool
1154 from int.
1155 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1156 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1157 (get_setshow_command_value_string): Likewise.
1158 * cli/cli-style.c (cli_styling): Change to bool.
1159 (source_styling): Likewise.
1160 * cli/cli-style.h (source_styling): Likewise.
1161 (cli_styling): Likewise.
1162 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1163 to bool.
1164 * command.h (var_types): Update comment.
1165 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1166 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1167 bool.
1168 (debug_compile_cplus_scopes): Likewise.
1169 * compile/compile-internal.h (compile_debug): Likewise.
1170 * compile/compile.c (compile_debug): Likewise.
1171 (struct compile_options) <raw>: Likewise.
1172 * cp-support.c (catch_demangler_crashes): Likewise.
1173 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1174 (usr_cmd_cris_dwarf2_cfi): Likewise.
1175 * csky-tdep.c (csky_debug): Likewise.
1176 * darwin-nat.c (enable_mach_exceptions): Likewise.
1177 * dcache.c (dcache_enabled_p): Likewise.
1178 * defs.h (info_verbose): Likewise.
1179 * demangle.c (demangle): Likewise.
1180 (asm_demangle): Likewise.
1181 * dwarf-index-cache.c (debug_index_cache): Likewise.
1182 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1183 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1184 * dwarf2read.c (check_physname): Likewise.
1185 (use_deprecated_index_sections): Likewise.
1186 (dwarf_always_disassemble): Likewise.
1187 * eval.c (overload_resolution): Likewise.
1188 * event-top.c (set_editing_cmd_var): Likewise.
1189 (exec_done_display_p): Likewise.
1190 * event-top.h (set_editing_cmd_var): Likewise.
1191 (exec_done_display_p): Likewise.
1192 * exec.c (write_files): Likewise.
1193 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1194 (debug_fbsd_nat): Likewise.
1195 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1196 Likewise.
1197 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1198 <backtrace_past_entry> Likewise.
1199 * gdb-demangle.h (demangle): Likewise.
1200 (asm_demangle): Likewise.
1201 * gdb_bfd.c (bfd_sharing): Likewise.
1202 * gdbcore.h (write_files): Likewise.
1203 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1204 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1205 * gdbthread.h (print_thread_events): Likewise.
1206 * gdbtypes.c (opaque_type_resolution): Likewise.
1207 (strict_type_checking): Likewise.
1208 * gnu-nat.c (gnu_debug_flag): Likewise.
1209 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1210 * guile/scm-param.c (pascm_variable): Add boolval.
1211 (add_setshow_generic): Update.
1212 (pascm_param_value): Update.
1213 (pascm_set_param_value_x): Update.
1214 * hppa-tdep.c (hppa_debug): Change to bool..
1215 * infcall.c (may_call_functions_p): Likewise.
1216 (coerce_float_to_double_p): Likewise.
1217 (unwind_on_signal_p): Likewise.
1218 (unwind_on_terminating_exception_p): Likewise.
1219 * infcmd.c (startup_with_shell): Likewise.
1220 * inferior.c (print_inferior_events): Likewise.
1221 * inferior.h (startup_with_shell): Likewise.
1222 (print_inferior_events): Likewise.
1223 * infrun.c (step_stop_if_no_debug): Likewise.
1224 (detach_fork): Likewise.
1225 (debug_displaced): Likewise.
1226 (disable_randomization): Likewise.
1227 (non_stop): Likewise.
1228 (non_stop_1): Likewise.
1229 (observer_mode): Likewise.
1230 (observer_mode_1): Likewise.
1231 (set_observer_mode): Update.
1232 (sched_multi): Change to bool.
1233 * infrun.h (debug_displaced): Likewise.
1234 (sched_multi): Likewise.
1235 (step_stop_if_no_debug): Likewise.
1236 (non_stop): Likewise.
1237 (disable_randomization): Likewise.
1238 * linux-tdep.c (use_coredump_filter): Likewise.
1239 (dump_excluded_mappings): Likewise.
1240 * linux-thread-db.c (auto_load_thread_db): Likewise.
1241 (check_thread_db_on_load): Likewise.
1242 * main.c (captured_main_1): Update.
1243 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1244 xx2_opt, boolean_opt>: Change to bool.
1245 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1246 * maint.c (maintenance_profile_p): Likewise.
1247 (per_command_time): Likewise.
1248 (per_command_space): Likewise.
1249 (per_command_symtab): Likewise.
1250 * memattr.c (inaccessible_by_default): Likewise.
1251 * mi/mi-main.c (mi_async): Likewise.
1252 (mi_async_1): Likewise.
1253 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1254 * nat/fork-inferior.h (startup_with_shell): Likewise.
1255 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1256 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1257 * nios2-tdep.c (nios2_debug): Likewise.
1258 * or1k-tdep.c (or1k_debug): Likewise.
1259 * parse.c (parser_debug): Likewise.
1260 * parser-defs.h (parser_debug): Likewise.
1261 * printcmd.c (print_symbol_filename): Likewise.
1262 * proc-api.c (procfs_trace): Likewise.
1263 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1264 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1265 (set_parameter_value): Update.
1266 (add_setshow_generic): Update.
1267 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1268 to bool*.
1269 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1270 int*.
1271 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1272 * record-btrace.c (record_btrace_target::store_registers): Update.
1273 * record-full.c (record_full_memory_query): Change to bool.
1274 (record_full_stop_at_limit): Likewise.
1275 * record-full.h (record_full_memory_query): Likewise.
1276 * remote-notif.c (notif_debug): Likewise.
1277 * remote-notif.h (notif_debug): Likewise.
1278 * remote.c (use_range_stepping): Likewise.
1279 (interrupt_on_connect): Likewise.
1280 (remote_break): Likewise.
1281 * ser-tcp.c (tcp_auto_retry): Likewise.
1282 * ser-unix.c (serial_hwflow): Likewise.
1283 * skip.c (debug_skip): Likewise.
1284 * solib-aix.c (solib_aix_debug): Likewise.
1285 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1286 (spu_auto_flush_cache_p): Likewise.
1287 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1288 Likewise.
1289 (struct info_print_options) <quiet>: Likewise.
1290 * symfile-debug.c (debug_symfile): Likewise.
1291 * symfile.c (auto_solib_add): Likewise.
1292 (separate_debug_file_debug): Likewise.
1293 * symfile.h (auto_solib_add): Likewise.
1294 (separate_debug_file_debug): Likewise.
1295 * symtab.c (basenames_may_differ): Likewise.
1296 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1297 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1298 (struct info_types_options) <quiet>: Likewise.
1299 * symtab.h (demangle): Likewise.
1300 (basenames_may_differ): Likewise.
1301 * target-dcache.c (stack_cache_enabled_1): Likewise.
1302 (code_cache_enabled_1): Likewise.
1303 * target.c (trust_readonly): Likewise.
1304 (may_write_registers): Likewise.
1305 (may_write_memory): Likewise.
1306 (may_insert_breakpoints): Likewise.
1307 (may_insert_tracepoints): Likewise.
1308 (may_insert_fast_tracepoints): Likewise.
1309 (may_stop): Likewise.
1310 (auto_connect_native_target): Likewise.
1311 (target_stop_and_wait): Update.
1312 (target_async_permitted): Change to bool.
1313 (target_async_permitted_1): Likewise.
1314 (may_write_registers_1): Likewise.
1315 (may_write_memory_1): Likewise.
1316 (may_insert_breakpoints_1): Likewise.
1317 (may_insert_tracepoints_1): Likewise.
1318 (may_insert_fast_tracepoints_1): Likewise.
1319 (may_stop_1): Likewise.
1320 * target.h (target_async_permitted): Likewise.
1321 (may_write_registers): Likewise.
1322 (may_write_memory): Likewise.
1323 (may_insert_breakpoints): Likewise.
1324 (may_insert_tracepoints): Likewise.
1325 (may_insert_fast_tracepoints): Likewise.
1326 (may_stop): Likewise.
1327 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1328 (make_thread_apply_all_options_def_group): Change argument from int*
1329 to bool*.
1330 (thread_apply_all_command): Update.
1331 (print_thread_events): Change to bool.
1332 * top.c (confirm): Likewise.
1333 (command_editing_p): Likewise.
1334 (history_expansion_p): Likewise.
1335 (write_history_p): Likewise.
1336 (info_verbose): Likewise.
1337 * top.h (confirm): Likewise.
1338 (history_expansion_p): Likewise.
1339 * tracepoint.c (disconnected_tracing): Likewise.
1340 (circular_trace_buffer): Likewise.
1341 * typeprint.c (print_methods): Likewise.
1342 (print_typedefs): Likewise.
1343 * utils.c (debug_timestamp): Likewise.
1344 (sevenbit_strings): Likewise.
1345 (pagination_enabled): Likewise.
1346 * utils.h (sevenbit_strings): Likewise.
1347 (pagination_enabled): Likewise.
1348 * valops.c (overload_resolution): Likewise.
1349 * valprint.h (struct value_print_options) <prettyformat_arrays,
1350 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1351 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1352 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1353 Likewise.
1354 * windows-nat.c (new_console): Likewise.
1355 (cygwin_exceptions): Likewise.
1356 (new_group): Likewise.
1357 (debug_exec): Likewise.
1358 (debug_events): Likewise.
1359 (debug_memory): Likewise.
1360 (debug_exceptions): Likewise.
1361 (useshell): Likewise.
1362 * windows-tdep.c (maint_display_all_tib): Likewise.
1363 * xml-support.c (debug_xml): Likewise.
1364
1365 2019-09-17 Mike Gulick <mgulick@mathworks.com>
1366
1367 * source.c (prepare_path_for_appending): New function.
1368 (openp): Make use of new function.
1369 (find_and_open_source): Search for the compilation directory and
1370 source file as a relative path beneath the directory search path.
1371
1372 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1373
1374 * source-cache.c (source_cache::get_line_charpos): Catch
1375 exceptions and return false, this matches the behaviour documented
1376 in the header file.
1377
1378 2019-09-17 Joel Brobecker <brobecker@adacore.com>
1379
1380 * ada-tasks.c (info_task): Remove quoting of the task's name.
1381
1382 2019-09-16 Christian Biesinger <cbiesinger@google.com>
1383
1384 * symfile.c (auto_solib_add): Replace comment with a reference
1385 to the header file.
1386
1387 2019-09-14 Christian Biesinger <cbiesinger@google.com>
1388
1389 * NEWS: Mention that gdb can now be compiled with Python 3
1390 on Windows.
1391
1392 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1393
1394 * maint.c (maint_print_section_data::maint_print_section_data):
1395 Force use of 'float log10 (float)' by casting the argument to
1396 float.
1397
1398 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1399
1400 * maint.c: Add 'cmath' include.
1401 (struct maint_print_section_data): New structure.
1402 (print_section_index): New function.
1403 (print_bfd_section_info): Add header comment, small whitespace
1404 cleanup, and update to call new print_section_index function.
1405 (print_objfile_section_info): Likewise.
1406 (maint_obj_section_from_bfd_section): New function.
1407 (print_bfd_section_info_maybe_relocated): New function.
1408 (maintenance_info_sections): Add header comment, always use
1409 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1410
1411 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1412
1413 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1414 inner scope, add check that the objfile has psymtabs before
1415 checking psymtabs_addrmap.
1416 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1417
1418 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1419
1420 * NEWS: Announce that Ada task names are now shown at more places,
1421 and between quotes (except in info task output).
1422 * gdb/ada-tasks.c (task_to_str): New function.
1423 (display_current_task_id): Call task_to_str.
1424 (task_command_1): Likewise.
1425 (print_ada_task_info): In non-mi mode, Properly align headers and data
1426 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1427
1428 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1429
1430 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1431 prstatus.pr_lwp.pr_info instead of making it up.
1432
1433 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1434
1435 * auto-load.c (auto_load_expand_dir_vars): Update.
1436 * defs.h (gdb_datadir): Change to std::string.
1437 (python_libdir): Likewise.
1438 (relocate_gdb_directory): Change return type to std::string.
1439 * guile/guile.c (gdbscm_data_directory): Update.
1440 (initialize_scheme_side): Update.
1441 * jit.c (jit_reader_dir): Change to std::string.
1442 (jit_reader_load_command): Update.
1443 * main.c (gdb_datadir): Change to std::string.
1444 (python_libdir): Likewise.
1445 (set_gdb_data_directory): Update.
1446 (relocate_path): Change to return std::string.
1447 (relocate_gdb_directory): Change to return std::string.
1448 (relocate_gdbinit_path_maybe_in_datadir): Update.
1449 (captured_main_1): Update.
1450 * python/python.c (do_start_initialization): Update.
1451 * top.c (show_gdb_datadir): Update.
1452 * xml-syscall.c (xml_init_syscalls_info): Update.
1453 (init_syscalls_info): Update.
1454
1455 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1456
1457 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1458 out of get_init_files.
1459 (get_init_files): Update.
1460
1461 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1462
1463 * main.c (get_init_files): Change to use std::string.
1464 (captured_main_1): Update.
1465 (print_gdb_help): Update.
1466
1467 2019-09-11 Ali Tamur <tamur@google.com>
1468
1469 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1470 implementation.
1471
1472 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1473
1474 * dbxread.c (read_dbx_symtab): Update.
1475 * dwarf2read.c (load_partial_dies): Update.
1476 * mdebugread.c (parse_partial_symbols): Update.
1477 (handle_psymbol_enumerators): Update.
1478 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1479 * psymtab.c (add_psymbol_to_bcache): Likewise.
1480 (add_psymbol_to_list): Likewise.
1481 * symtab.c (symbol_set_names): Likewise.
1482 * symtab.h (symbol_set_names): Likewise.
1483 * xcoffread.c (scan_xcoff_symtab): Update.
1484
1485 2019-09-11 Tom Tromey <tom@tromey.com>
1486
1487 * symfile-mem.c (symbol_file_add_from_memory): Use
1488 bfd_set_filename.
1489 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1490 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1491
1492 2019-09-10 Tom Tromey <tromey@adacore.com>
1493
1494 * dwarf-index-write.c (write_psymbols): Extend error message.
1495 (debug_names::insert): Add Ada code.
1496 (debug_names::write_psymbols): Remove Ada check.
1497 (debug_names) <m_string_obstack>: New member.
1498 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1499 (gdb_index_symbol_name_matcher::matches): Remove.
1500 (mapped_index_base::find_name_components_bounds): Add "lang"
1501 parameter.
1502 (mapped_index_base::build_name_components): Also split names
1503 according to Ada syntax.
1504 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1505 type of "match_callback".
1506 (check_match, check_find_bounds_finds)
1507 (dw2_expand_symtabs_matching): Update.
1508 (dw2_debug_names_iterator): Add new constructor.
1509 (dw2_debug_names_map_matching_symbols): New function.
1510 (dw2_debug_names_expand_symtabs_matching): Update.
1511 (dwarf2_debug_names_functions): Use
1512 dw2_debug_names_map_matching_symbols.
1513
1514 2019-09-10 Tom Tromey <tromey@adacore.com>
1515
1516 * dwarf2read.c (dw2_get_file_names_reader): Add the
1517 CU's file name to the results.
1518
1519 2019-09-10 Tom Tromey <tromey@adacore.com>
1520
1521 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1522 map_matching_symbols. Update.
1523 * dwarf2read.c (dw2_map_matching_symbols): Update.
1524 * psymtab.c (match_partial_symbol): Change type; update.
1525 (psym_map_matching_symbols): Likewise.
1526 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1527 type; update.
1528 * symfile.h (struct quick_symbol_functions)
1529 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1530 Remove "match".
1531
1532 2019-09-10 Tom Tromey <tromey@adacore.com>
1533
1534 * psymtab.c (map_block): Remove.
1535 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1536 * symtab.c (iterate_over_symbols_terminated): New function.
1537 * symtab.c (iterate_over_symbols_terminated): Declare.
1538
1539 2019-09-10 Tom Tromey <tromey@adacore.com>
1540
1541 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1542 * language.h (struct language_defn) <la_iterate_over_symbols>:
1543 Return bool.
1544 * symtab.c (iterate_over_symbols): Return bool.
1545 * symtab.h (iterate_over_symbols): Return bool.
1546
1547 2019-09-10 Tom Tromey <tromey@adacore.com>
1548
1549 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1550 (add_nonlocal_symbols): Update.
1551 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1552 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1553 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1554 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1555 Change type of "callback". Remove "data".
1556
1557
1558 2019-09-09 Ali Tamur <tamur@google.com>
1559
1560 * dwarf2read.c (comp_unit_head): Update comment.
1561 (dwarf2_dwo_name): New function declaration.
1562 (dwarf_unit_type_name): New function declaration.
1563 (read_comp_unit_head): Add support for new compilation units,
1564 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1565 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1566 (currently named as "signature") in their header. Also clarify error
1567 messages.
1568 (lookup_dwo_id): New function. Returns the dwo id of the given
1569 compile unit.
1570 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1571 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1572 functions.
1573 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1574 (dwarf2_dwo_name): Get the dwo name if present.
1575 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1576 purposes.
1577
1578 2019-09-09 Tom Tromey <tom@tromey.com>
1579
1580 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1581
1582 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1583
1584 * python/python.c (do_start_initialization): Make progname_copy static,
1585 to avoid a leak report.
1586
1587 2019-09-08 Tom Tromey <tom@tromey.com>
1588
1589 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1590
1591 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
1592
1593 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1594 Change type to gdb::optional<block_enum>.
1595 (dw2_symtab_iter_init): Change block_index parameter type
1596 to gdb::optional<block_enum>.
1597 (dw2_lookup_symbol): Change block_index parameter
1598 type to block_enum.c
1599 (dw2_debug_names_lookup_symbol): Likewise.
1600 * psymtab.c (psym_lookup_symbol): Likewise.
1601 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
1602 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
1603 Likewise.
1604
1605 2019-09-06 Christian Biesinger <cbiesinger@google.com>
1606
1607 * defs.h (relocate_gdb_directory): Change int to bool in
1608 signature and rename flag to relocatable.
1609 * main.c (relocate_path): Likewise.
1610 (relocate_gdb_directory): Likewise.
1611
1612 2019-09-06 Alan Modra <amodra@gmail.com>
1613
1614 * coffread.c (coff_symfile_read): Constify filename variable.
1615 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
1616 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
1617 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
1618 * solib.c (reload_shared_libraries_1): Likewise.
1619 * symfile.c (reread_symbols): Likewise.
1620 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
1621 * solib-darwin.c (darwin_bfd_open): Likewise.
1622 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
1623
1624 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1625
1626 * psymtab.c (print_partial_symbols): Handle missing domain_enum
1627 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
1628
1629 2019-09-03 Tom Tromey <tromey@adacore.com>
1630
1631 * ada-valprint.c (ada_val_print_num): Don't recurse for range
1632 types.
1633 (has_negatives): Unbias a range type bound.
1634 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
1635 * gdbtypes.c (operator==): Handle new field.
1636 (create_range_type): Add "bias" parameter.
1637 (create_static_range_type, resolve_dynamic_range): Update.
1638 * gdbtypes.h (struct range_bounds) <bias>: New member.
1639 (create_range_type): Add bias parameter.
1640 * printcmd.c (print_scalar_formatted): Unbias range types.
1641 * value.c (unpack_long): Unbias range types.
1642 (pack_long): Bias range types.
1643
1644 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1645
1646 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
1647 probe arguments.
1648
1649 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1650
1651 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
1652 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
1653 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
1654 (compile_probe_arg): Likewise.
1655 * probe.h (get_argument_count): Likewise.
1656 * solib-svr4.c (solib_event_probe_action): Likewise.
1657 * stap-probe.c (stap_probe::get_argument_count): Likewise.
1658
1659 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1660
1661 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
1662 code to here...
1663 (svr4_create_solib_event_breakpoints): ...from here.
1664
1665 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
1666
1667 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
1668 suffix from warning message.
1669
1670 2019-08-30 Tom Tromey <tom@tromey.com>
1671
1672 * tui/tui-winsource.h (struct tui_source_window_base)
1673 <refresh_all>: Don't declare.
1674 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
1675 Remove.
1676 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
1677 tui_show_locator_content.
1678 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
1679 declare.
1680 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
1681 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
1682 declare.
1683
1684 2019-08-30 Tom Tromey <tom@tromey.com>
1685
1686 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
1687
1688 2019-08-30 Tom Tromey <tom@tromey.com>
1689
1690 * tui/tui-stack.c (_initialize_tui_stack): Move later.
1691 Remove unnecessary forward declarations.
1692
1693 2019-08-30 Tom Tromey <tom@tromey.com>
1694
1695 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
1696 rerender.
1697 (tui_update_locator_fullname, tui_show_frame_info): Don't call
1698 tui_show_locator_content.
1699
1700 2019-08-30 Tom Tromey <tom@tromey.com>
1701
1702 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
1703 (tui_locator_window::rerender): Rewrite using body of previous
1704 tui_show_locator_content.
1705
1706 2019-08-30 Tom Tromey <tom@tromey.com>
1707
1708 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
1709 set_locator_fullname>: New methods.
1710 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1711 Rename from tui_set_locator_fullname.
1712 (tui_locator_window::set_locator_info): Rename from
1713 tui_set_locator_info. Return bool.
1714 (tui_update_locator_fullname, tui_show_frame_info): Update.
1715
1716 2019-08-30 Tom Tromey <tom@tromey.com>
1717
1718 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
1719
1720 2019-08-30 Tom Tromey <tom@tromey.com>
1721
1722 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
1723 call touchwin.
1724
1725 2019-08-30 Tom Tromey <tom@tromey.com>
1726
1727 * tui/tui-wingeneral.c (box_win): Assume win_info and
1728 win_info->handle cannot be NULL.
1729
1730 2019-08-30 Tom Tromey <tom@tromey.com>
1731
1732 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
1733 refresh_window>: Declare.
1734 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
1735 resize.
1736 (tui_data_item_window::rerender): Rename from
1737 tui_display_register.
1738 (tui_data_item_window::refresh_window): New method.
1739 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
1740 no-op.
1741
1742 2019-08-30 Tom Tromey <tom@tromey.com>
1743
1744 * tui/tui-regs.h (struct tui_data_window) <regs_content,
1745 regs_column_count, current_group>: Move later. Now private.
1746 <get_current_group>: New method.
1747 * tui/tui-regs.c (tui_reg_command): Update.
1748 * tui/tui-layout.c (tui_set_layout): Update.
1749
1750 2019-08-30 Tom Tromey <tom@tromey.com>
1751
1752 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
1753 (tui_data_window::rerender): Don't call
1754 check_and_display_highlight_if_needed.
1755 (tui_data_window::refresh_all): Remove call to
1756 erase_data_content.
1757
1758 2019-08-30 Tom Tromey <tom@tromey.com>
1759
1760 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1761 (tui_data_window::display_registers_from)
1762 (tui_data_window::display_reg_element_at_line)
1763 (tui_data_window::display_registers_from_line): Remove checks of
1764 "empty".
1765
1766 2019-08-30 Tom Tromey <tom@tromey.com>
1767
1768 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
1769 Don't declare.
1770 * tui/tui-regs.c (tui_data_window::show_registers): Call
1771 rerender.
1772 (tui_data_window::rerender): Rename from display_all_data.
1773 (tui_data_window::rerender): Remove old implementation.
1774
1775 2019-08-30 Tom Tromey <tom@tromey.com>
1776
1777 * tui/tui-regs.c (tui_data_window::display_all_data): Change
1778 text.
1779 * tui/tui-data.h (NO_DATA_STRING): Remove define.
1780
1781 2019-08-29 Bernhard Wodok <barto@gmx.net>
1782 Sergio Durigan Junior <sergiodj@redhat.com>
1783
1784 PR win32/24284
1785 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
1786
1787 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
1790 when searching for types.
1791
1792 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * f-lang.c (f_language_defn): Use f_print_typedef.
1795 * f-lang.h (f_print_typedef): Declare.
1796 * f-typeprint.c (f_print_typedef): Define.
1797
1798 2019-08-27 Christian Biesinger <cbiesinger@google.com>
1799
1800 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
1801
1802 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1803
1804 * cli/cli-utils.c (info_print_options_defs): Delete.
1805 (make_info_print_options_def_group): Delete.
1806 (extract_info_print_options): Delete.
1807 (info_print_command_completer): Delete.
1808 (info_print_args_help): Add extra parameter, and optionally
1809 include text about -n flag.
1810 * cli/cli-utils.h (struct info_print_options): Delete.
1811 (extract_info_print_options): Delete declaration.
1812 (info_print_command_completer): Delete declaration.
1813 (info_print_args_help): Add extra parameter, extend header
1814 comment.
1815 * python/python.c (gdbpy_rbreak): Pass additional parameter to
1816 search_symbols.
1817 * stack.c (struct info_print_options): New type.
1818 (info_print_options_defs): New file scoped variable.
1819 (make_info_print_options_def_group): New static function.
1820 (info_print_command_completer): New static function.
1821 (info_locals_command): Update to use new local functions.
1822 (info_args_command): Likewise.
1823 (_initialize_stack): Add extra parameter to calls to
1824 info_print_args_help.
1825 * symtab.c (search_symbols): Add extra parameter, use this to
1826 possibly excluse non-debug symbols.
1827 (symtab_symbol_info): Add extra parameter, which is passed on to
1828 search_symbols.
1829 (struct info_print_options): New type.
1830 (info_print_options_defs): New file scoped variable.
1831 (make_info_print_options_def_group): New static function.
1832 (info_print_command_completer): New static function.
1833 (info_variables_command): Update to use local functions, and pass
1834 extra parameter through to symtab_symbol_info.
1835 (info_functions_command): Likewise.
1836 (info_types_command): Pass additional argument through to
1837 symtab_symbol_info.
1838 (rbreak_command): Pass extra argument to search_symbols.
1839 (_initialize_symtab): Add extra arguments for calls to
1840 info_print_args_help, and update help text for 'info variables',
1841 'whereis', and 'info functions' commands.
1842 * symtab.h (search_symbols): Add extra argument to declaration.
1843 * NEWS: Mention new flags.
1844
1845 2019-08-26 Christian Biesinger <cbiesinger@google.com>
1846
1847 * symtab.c (lookup_static_symbol): Call the new function (and move
1848 it down to be next to lookup_global_symbol).
1849 (struct global_sym_lookup_data): Add block_enum member and rename to...
1850 (struct global_or_static_sym_lookup_data): ...this.
1851 (lookup_symbol_global_iterator_cb): Pass block_index instead of
1852 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
1853 (lookup_symbol_global_or_static_iterator_cb): ...this.
1854 (lookup_global_or_static_symbol): New function.
1855 (lookup_global_symbol): Call new function.
1856
1857 2019-08-26 Tom de Vries <tdevries@suse.de>
1858
1859 PR c++/24852
1860 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
1861 when pc_probe.prob == NULL.
1862
1863 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1864
1865 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
1866 variable symbol_linkage to symbol_linkage_.
1867
1868 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1869
1870 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
1871 represent whether the symbol is static, dynamic, or we don't
1872 know.
1873
1874 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
1875
1876 * gdb/rx-tdep.c (rx_register_names): New.
1877 (rx_register_name): Delete.
1878 (rx_psw_type): Delete.
1879 (rx_fpsw_type): Delete.
1880 (rx_register_type): Delete.
1881 (rx_gdbarch_init): Convert target-descriptions.
1882 (_initialize_rx_tdep): Add initialize_tdesc_rx.
1883 * gdb/features/Makefile: Add rx.xml.
1884 * gdb/features/rx.xml: New.
1885 * gdb/features/rx.c: Generated.
1886 * gdb/NEWS: Mention target description support.
1887
1888 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1889
1890 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
1891 *slot_ptr.
1892
1893 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1894
1895 * configure.ac: Don't check for 'dlfcn.h' (moved to
1896 gdbsupport/common.m4).
1897 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
1898 'gdbsupport/'.
1899 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
1900 * compile/compile-c-support.c: Include
1901 'gdbsupport/gdb-dlfcn.h'.
1902 * gdbsupport/common.m4: Check for 'dlfcn.h'.
1903 * gdb-dlfcn.c: Move to...
1904 * gdbsupport/gdb-dlfcn.c: ... here.
1905 * gdb-dlfcn.h: Move to...
1906 * gdbsupport/gdb-dlfcn.h: ... here.
1907
1908 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
1909
1910 * nios2-tdep.c (struct reg_value): Improve comments. Make
1911 the offset field signed.
1912
1913 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1914
1915 * python/lib/gdb/__init__.py (_execute_file): New function.
1916 * python/python.c (python_run_simple_file): Call gdb._execute_file
1917 on Windows.
1918
1919 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
1920
1921 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
1922 all uses as this was never set to anything but a zero value.
1923
1924 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
1925
1926 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
1927
1928 2019-08-21 Christian Biesinger <cbiesinger@google.com>
1929
1930 * tui/tui-data.h (tui_gen_win_info): Add an =default
1931 move constructor, required by some GCC versions.
1932
1933 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
1934
1935 * go32-nat.c (go32_sysinfo): Add hygon_p.
1936
1937 2019-08-20 Tom Tromey <tom@tromey.com>
1938
1939 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
1940 line_from_reg_element_no, first_reg_element_no_inline,
1941 display_all_data, delete_data_content_windows,
1942 erase_data_content>: Now private.
1943
1944 2019-08-20 Tom Tromey <tom@tromey.com>
1945
1946 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
1947 (tui_unhighlight_win, tui_highlight_win)
1948 (tui_win_info::make_window): Update.
1949 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
1950
1951 2019-08-20 Tom Tromey <tom@tromey.com>
1952
1953 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1954 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1955 (MAX_PID_WIDTH): Move to tui-stack.c.
1956 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1957 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1958 (MAX_PID_WIDTH): Move from tui-data.h.
1959
1960 2019-08-20 Tom Tromey <tom@tromey.com>
1961
1962 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
1963 * tui/tui-wingeneral.c (box_win): Change type of win_info.
1964 (box_win): Update.
1965 (tui_gen_win_info::make_window): Rename from tui_make_window.
1966 (tui_win_info::make_window): New method.
1967 (tui_gen_win_info::make_visible): Update.
1968 * tui/tui-source.c (tui_source_window::set_contents): Update.
1969 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
1970 (tui_data_window::display_registers_from): Update.
1971 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1972 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
1973 Declare.
1974 <can_box>: Remove.
1975 <title>: Remove.
1976 (struct tui_win_info) <make_window>: Declare.
1977 <can_box>: Now virtual.
1978 <title>: New member.
1979 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
1980 * tui/tui-command.c (tui_cmd_window::resize): Update.
1981
1982 2019-08-20 Tom Tromey <tom@tromey.com>
1983
1984 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
1985 * tui/tui-regs.c (tui_data_window::show_registers): Update.
1986 (tui_data_window::check_register_values): Update.
1987
1988 2019-08-20 Tom Tromey <tom@tromey.com>
1989
1990 * tui/tui-regs.h (struct tui_data_window): Use
1991 DISABLE_COPY_AND_ASSIGN.
1992 <regs_content>: Change type, removing unique_ptr.
1993 <tui_data_window>: Add move constructor.
1994 * tui/tui-regs.c (tui_data_window::show_registers)
1995 (tui_data_window::show_register_group)
1996 (tui_data_window::display_registers_from)
1997 (tui_data_window::display_registers_from)
1998 (tui_data_window::first_data_item_displayed)
1999 (tui_data_window::delete_data_content_windows)
2000 (tui_data_window::rerender, tui_data_window::refresh_window)
2001 (tui_data_window::check_register_values): Update.
2002
2003 2019-08-20 Tom Tromey <tom@tromey.com>
2004
2005 * tui/tui-regs.h (struct tui_data_window) <show_registers,
2006 show_register_group>: Declare.
2007 (tui_show_register_group): Don't declare.
2008 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
2009 tui_show_registers.
2010 (tui_data_window::show_register_group): Rename from
2011 tui_show_register_group.
2012 (tui_data_window::check_register_values, tui_reg_command):
2013 Update.
2014 * tui/tui-layout.c (tui_set_layout): Update.
2015
2016 2019-08-20 Tom Tromey <tom@tromey.com>
2017
2018 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2019 Declare.
2020 (tui_check_register_values): Don't declare.
2021 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2022 from tui_check_register_values.
2023 * tui/tui-hooks.c (tui_register_changed): Update.
2024
2025 2019-08-20 Tom Tromey <tom@tromey.com>
2026
2027 * tui/tui-regs.c (tui_reg_layout): Move later.
2028 (tui_show_registers): Don't enable TUI mode or change layout.
2029
2030 2019-08-20 Tom Tromey <tom@tromey.com>
2031
2032 * tui/tui-regs.h (struct tui_data_item_window)
2033 <~tui_data_item_window>: Remove.
2034 <content>: Now a unique_xmalloc_ptr.
2035 * tui/tui-regs.c (tui_register_format): Return a
2036 unique_xmalloc_ptr.
2037 (tui_get_register): Update.
2038 (~tui_data_item_window): Remove.
2039 (tui_data_window::display_registers_from, tui_display_register):
2040 Update.
2041 * tui/tui-io.h (tui_expand_tabs): Update.
2042 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2043 Remove "col" parameter.
2044
2045 2019-08-20 Tom Tromey <tom@tromey.com>
2046
2047 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2048 field.
2049 * tui/tui-regs.c (~tui_data_item_window): Update.
2050
2051 2019-08-20 Tom Tromey <tom@tromey.com>
2052
2053 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2054 earlier.
2055
2056 2019-08-20 Tom Tromey <tom@tromey.com>
2057
2058 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2059
2060 2019-08-20 Tom Tromey <tom@tromey.com>
2061
2062 * tui/tui-source.h (struct tui_source_window): Update.
2063 * tui/tui-regs.c (tui_show_registers): Update.
2064 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2065 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2066 (NO_REGS_STRING): Remove defines.
2067
2068 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
2069
2070 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2071 unnecessary thread walk if remote doesn't support the packet.
2072
2073 2019-08-19 Tom Tromey <tromey@adacore.com>
2074
2075 * python/py-value.c (value_has_field): Fix indentation.
2076
2077 2019-08-19 Tom Tromey <tromey@adacore.com>
2078
2079 * printcmd.c (do_one_display, info_display_command): Update.
2080 * block.h (contained_in): Return bool. Add allow_nested
2081 parameter.
2082 * block.c (contained_in): Return bool. Add allow_nested
2083 parameter.
2084
2085 2019-08-19 Tom Tromey <tom@tromey.com>
2086
2087 * configure: Rebuild.
2088 * configure.ac: Disallow the combination of -static-libstdc++ and
2089 source highlight.
2090 * source-cache.c (get_language_name): Handle rust.
2091 (source_cache::get_source_lines): Ignore highlighting exceptions.
2092
2093 2019-08-16 Tom Tromey <tom@tromey.com>
2094
2095 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
2096 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
2097 (struct tui_source_window_base) <make_visible, refresh_window,
2098 resize>: Remove methods.
2099 <execution_info>: Remove field.
2100 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
2101 (tui_show_source_line, tui_source_window_base)
2102 (~tui_source_window_base): Update.
2103 (tui_source_window_base::resize)
2104 (tui_source_window_base::make_visible)
2105 (tui_source_window_base::refresh_window): Remove.
2106 (tui_source_window_base::update_exec_info): Update.
2107 * tui/tui-source.c (tui_source_window::set_contents): Update.
2108 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2109
2110 2019-08-16 Tom Tromey <tom@tromey.com>
2111
2112 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2113 deprecated_query_hook.
2114
2115 2019-08-16 Tom Tromey <tom@tromey.com>
2116
2117 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2118 (tui_update_source_windows_with_line): Update.
2119 * tui/tui-source.h (struct tui_source_window)
2120 <show_symtab_source>: Declare.
2121 (tui_show_symtab_source): Don't declare.
2122 * tui/tui-source.c (tui_show_symtab_source): Rename from
2123 tui_show_symtab_source.
2124
2125 2019-08-16 Tom Tromey <tom@tromey.com>
2126
2127 * tui/tui-winsource.h (struct tui_source_window_base)
2128 <set_contents>: Declare.
2129 * tui/tui-winsource.c
2130 (tui_source_window_base::update_source_window_as_is): Update.
2131 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2132 Declare.
2133 (tui_set_source_content): Don't declare.
2134 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2135 tui_set_source_content.
2136 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2137 Declare.
2138 (tui_set_disassem_content): Don't declare.
2139 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2140 tui_set_disassem_content.
2141
2142 2019-08-16 Tom Tromey <tom@tromey.com>
2143
2144 * tui/tui-winsource.h (struct tui_source_window_base)
2145 <update_breakpoint_info>: Declare.
2146 (tui_update_breakpoint_info): Don't declare.
2147 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2148 (tui_update_all_breakpoint_info): Update.
2149 (tui_source_window_base::update_breakpoint_info): Rename from
2150 tui_update_breakpoint_info.
2151 (tui_source_window_base::update_exec_info): Update.
2152
2153 2019-08-16 Tom Tromey <tom@tromey.com>
2154
2155 * tui/tui-winsource.h (struct tui_source_window_base)
2156 <update_source_window>: Declare.
2157 (tui_update_source_window): Don't declare.
2158 * tui/tui-winsource.c
2159 (tui_source_window_base::update_source_window): Rename from
2160 tui_update_source_window.
2161 (tui_source_window_base::rerender): Update.
2162 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2163 * tui/tui-disasm.c (tui_show_disassem)
2164 (tui_show_disassem_and_update_source)
2165 (tui_disasm_window::maybe_update): Update.
2166
2167 2019-08-16 Tom Tromey <tom@tromey.com>
2168
2169 * tui/tui-winsource.h (struct tui_source_window_base)
2170 <update_source_window_as_is>: Declare.
2171 (tui_update_source_window_as_is): Don't declare.
2172 * tui/tui-winsource.c (tui_update_source_window): Update
2173 (tui_source_window_base::update_source_window_as_is): Rename from
2174 tui_update_source_window_as_is.
2175 (tui_source_window_base::refill): Update.
2176 * tui/tui-source.c (tui_show_symtab_source): Update.
2177 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2178 Update.
2179
2180 2019-08-16 Tom Tromey <tom@tromey.com>
2181
2182 * tui/tui-winsource.h (tui_update_source_window)
2183 (tui_update_source_window_as_is): Remove "noerror" parameter.
2184 * tui/tui-winsource.c (tui_update_source_window)
2185 (tui_update_source_window_as_is): Remove "noerror" parameter.
2186 (tui_update_source_windows_with_addr)
2187 (tui_update_source_windows_with_line)
2188 (tui_source_window_base::rerender)
2189 (tui_source_window_base::refill): Update.
2190 * tui/tui-source.h (tui_set_source_content)
2191 (tui_show_symtab_source): Remove "noerror" parameter.
2192 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2193 parameter.
2194 (tui_show_symtab_source): Likewise.
2195 (tui_source_window::maybe_update): Update.
2196 * tui/tui-disasm.c (tui_show_disassem)
2197 (tui_show_disassem_and_update_source)
2198 (tui_disasm_window::do_scroll_vertical)
2199 (tui_disasm_window::maybe_update): Update.
2200
2201 2019-08-16 Tom Tromey <tom@tromey.com>
2202
2203 * tui/tui.c (tui_is_window_visible): Update.
2204 * tui/tui-wingeneral.c (tui_make_window)
2205 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2206 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2207 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2208 (tui_set_win_height_command, parse_scrolling_args): Update.
2209 * tui/tui-source.c (tui_source_window::style_changed): Update.
2210 * tui/tui-regs.c (tui_show_registers)
2211 (tui_data_window::first_data_item_displayed)
2212 (tui_data_window::delete_data_content_windows)
2213 (tui_check_register_values, tui_reg_command): Update.
2214 * tui/tui-disasm.c (tui_show_disassem): Update.
2215 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2216 method.
2217 <is_visible>: Remove field.
2218 * tui/tui-data.c (tui_next_win, tui_prev_win)
2219 (tui_delete_invisible_windows): Update.
2220
2221 2019-08-16 Tom Tromey <tom@tromey.com>
2222
2223 * tui/tui-winsource.h (struct tui_source_window_base)
2224 <m_has_locator>: Remove.
2225 * tui/tui-layout.c (show_source_disasm_command, show_data)
2226 (show_source_or_disasm_and_command): Update.
2227
2228 2019-08-16 Alan Hayward <alan.hayward@arm.com>
2229
2230 * NEWS (Other MI changes): New subsection.
2231 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2232 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2233 * arch-utils.c (default_get_pc_address_flags): New function.
2234 * arch-utils.h (default_get_pc_address_flags): New declaration.
2235 * gdbarch.sh: Add get_pc_address_flags.
2236 * gdbarch.c: Regenerate.
2237 * gdbarch.h: Likewise.
2238 * stack.c (print_pc): New function.
2239 (print_frame_info) (print_frame): Call print_pc.
2240
2241 2019-08-16 Tom de Vries <tdevries@suse.de>
2242
2243 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2244 print_objfile_section_info.
2245
2246 2019-08-15 Tom Tromey <tom@tromey.com>
2247
2248 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2249 calling update_cmdwin_start_line.
2250 * tui/tui-winsource.h (struct tui_source_window_base)
2251 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2252 <rerender>: Declare.
2253 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2254 Call rerender.
2255 (tui_source_window_base::set_new_height): Remove.
2256 (tui_source_window_base::rerender): Rename from
2257 do_make_visible_with_new_height.
2258 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2259 resize method.
2260 (tui_win_info::make_invisible_and_set_new_height)
2261 (tui_win_info::make_visible_with_new_height): Remove.
2262 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2263 Declare.
2264 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2265 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2266 do_make_visible_with_new_height>: Don't declare.
2267 <rerender>: Declare.
2268 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2269 set_new_height.
2270 (tui_data_window::do_make_visible_with_new_height): Remove.
2271 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2272 call tui_show_locator_content.
2273 (tui_gen_win_info::resize): Call rerender.
2274 (show_source_or_disasm_and_command): Don't call
2275 tui_show_locator_content.
2276 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2277 method.
2278 (struct tui_win_info) <rerender>: Declare.
2279 <set_new_height, make_invisible_and_set_new_height,
2280 make_visible_with_new_height>: Don't declare.
2281 * tui/tui-data.c (tui_win_list::rerender): New method.
2282 * tui/tui-command.h (struct tui_cmd_window)
2283 <do_make_visible_with_new_height>: Don't declare.
2284 * tui/tui-command.c
2285 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2286
2287 2019-08-15 Tom Tromey <tromey@adacore.com>
2288
2289 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2290 * ada-lang.c (ada_enum_name): Likewise.
2291
2292 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2293
2294 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2295 leading underscore.
2296 (GdbOutputErrorFile): Likewise.
2297 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2298 accordingly.
2299 (execute_unwinders): Rename to have a leading underscore.
2300 (auto_load_packages): Likewise.
2301 (global scope): Adjust call to auto_load_packages accordingly.
2302 (GdbSetPythonDirectory): Likewise.
2303 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2304 instead of execute_unwinders.
2305
2306 2019-08-15 Tom Tromey <tom@tromey.com>
2307
2308 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2309 (show_data): Don't change window visibility.
2310 (tui_gen_win_info::resize): Remove special case for command
2311 window. Use wresize, when available.
2312 (show_source_or_disasm_and_command): Don't change window
2313 visibility.
2314 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2315 <make_visible>: New method.
2316 * tui/tui-command.c (tui_cmd_window::resize): New method.
2317
2318 2019-08-15 Tom Tromey <tom@tromey.com>
2319
2320 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2321 (struct tui_source_windows): New.
2322 * tui/tui-winsource.c (tui_display_main): Update.
2323 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2324 (new_height_ok, parse_scrolling_args): Update.
2325 * tui/tui-layout.c (show_layout, show_data): Update.
2326 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2327 (tui_add_to_source_windows): Don't declare.
2328 * tui/tui-data.c (source_windows, tui_source_windows)
2329 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2330
2331 2019-08-15 Tom Tromey <tom@tromey.com>
2332
2333 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2334 Rename from reset.
2335 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2336 * tui/tui-layout.c (show_source_disasm_command, show_data):
2337 Update.
2338 (tui_gen_win_info::resize): Rename.
2339 (show_source_or_disasm_and_command): Update.
2340 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2341 reset.
2342
2343 2019-08-15 Tom Tromey <tom@tromey.com>
2344
2345 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2346 * tui/tui-interp.c (tui_interp::init): Don't call
2347 tui_initialize_static_data.
2348 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2349
2350 2019-08-15 Tom Tromey <tom@tromey.com>
2351
2352 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2353 examine tui_win_list.
2354
2355 2019-08-15 Tom Tromey <tom@tromey.com>
2356
2357 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2358 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2359 tui_clear_source_content.
2360 (tui_clear_source_content): Remove.
2361 (tui_source_window_base::do_erase_source_content): Hoist call to
2362 content.clear().
2363 * tui/tui-stack.c (tui_show_frame_info): Don't call
2364 tui_clear_source_content.
2365
2366 2019-08-15 Tom Tromey <tom@tromey.com>
2367
2368 * tui/tui-winsource.h (struct tui_source_window_base)
2369 <do_erase_source_content>: New method.
2370 <erase_source_content>: New method.
2371 (tui_erase_source_content): Don't declare.
2372 * tui/tui-winsource.c (tui_clear_source_content): Update.
2373 (tui_source_window_base::do_erase_source_content): Rename from
2374 tui_erase_source_content.
2375 (tui_source_window_base::show_source_content): Update.
2376 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2377 * tui/tui-source.h (struct tui_source_window)
2378 <erase_source_content>: New method.
2379 * tui/tui-disasm.h (struct tui_disasm_window)
2380 <erase_source_content>: New method.
2381
2382 2019-08-15 Tom Tromey <tom@tromey.com>
2383
2384 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2385 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2386 constructor.
2387 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2388 * tui/tui-source.c (tui_set_source_content): Update.
2389 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2390
2391 2019-08-15 Tom Tromey <tom@tromey.com>
2392
2393 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2394 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2395 tui-source.c.
2396 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2397 Declare.
2398 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2399 method.
2400 (tui_source_window::maybe_update): Update.
2401
2402 2019-08-15 Tom Tromey <tom@tromey.com>
2403
2404 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2405 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2406 tui-disasm.c.
2407 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2408 Declare.
2409 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2410 method.
2411 (tui_disasm_window::maybe_update): Update.
2412
2413 2019-08-15 Tom Tromey <tom@tromey.com>
2414
2415 * tui/tui-winsource.h (struct tui_source_window_base)
2416 <maybe_update>: Declare.
2417 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2418 method.
2419 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2420 Declare.
2421 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2422 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2423 Declare.
2424 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2425
2426 2019-08-15 Tom Tromey <tom@tromey.com>
2427
2428 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2429
2430 2019-08-15 Tom Tromey <tom@tromey.com>
2431
2432 * tui/tui-wingeneral.c: Include tui-stack.h.
2433 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2434 (struct tui_locator_window): Move from tui-data.h.
2435 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2436 (tui_initialize_static_data): Move from tui-data.c.
2437 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2438 (struct tui_locator_window): Move to tui-stack.c.
2439 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2440 (tui_initialize_static_data): Move to tui-stack.c.
2441
2442 2019-08-15 Tom Tromey <tom@tromey.com>
2443
2444 * tui/tui-layout.c (show_source_disasm_command)
2445 (show_source_or_disasm_and_command): Use make_visible method, not
2446 tui_make_window.
2447 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2448 Remove.
2449
2450 2019-08-15 Tom Tromey <tom@tromey.com>
2451
2452 * tui/tui-wingeneral.h (tui_make_window): Update.
2453 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2454 parameter.
2455 (tui_gen_win_info::make_visible): Update.
2456 * tui/tui-regs.c (tui_data_window::display_registers_from):
2457 Update.
2458 * tui/tui-layout.c (show_source_disasm_command)
2459 (show_source_or_disasm_and_command): Update.
2460 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2461 (enum tui_box): Remove.
2462 (struct tui_win_info) <can_box>: New method.
2463 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2464 method.
2465
2466 2019-08-15 Tom de Vries <tdevries@suse.de>
2467
2468 * linux-nat-trad.c: Include gdbarch.h.
2469
2470 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2471
2472 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2473 register sizes.
2474
2475 2019-08-14 Tom Tromey <tromey@adacore.com>
2476
2477 * darwin-nat.c: Include gdbarch.h.
2478 * darwin-nat-info.c: Include gdbarch.h.
2479
2480 2019-08-13 Tom Tromey <tom@tromey.com>
2481
2482 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2483 Remove.
2484 * tui/tui-data.c (tui_initialize_static_data): Update.
2485
2486 2019-08-13 Tom Tromey <tom@tromey.com>
2487
2488 * tui/tui-winsource.h (struct tui_exec_info_window)
2489 <~tui_exec_info_window, maybe_allocate_content, get_content,
2490 m_content>: Remove.
2491 (struct tui_source_window_base) <set_exec_info_content,
2492 show_exec_info_content>: Don't declare.
2493 * tui/tui-winsource.c
2494 (tui_exec_info_window::maybe_allocate_content): Remove.
2495 (tui_source_window_base::update_exec_info): Rename from
2496 set_exec_info_content.
2497 (tui_source_window_base::show_exec_info_content)
2498 (tui_source_window_base::update_exec_info): Remove.
2499
2500 2019-08-13 Tom Tromey <tom@tromey.com>
2501
2502 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2503 declare.
2504 * tui/tui-winsource.c (tui_update_source_window_as_is)
2505 (tui_update_source_windows_with_addr, tui_erase_source_content):
2506 Update.
2507 (tui_clear_exec_info_content): Remove.
2508
2509 2019-08-13 Tom Tromey <tom@tromey.com>
2510
2511 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2512 declare.
2513 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2514 call tui_erase_exec_info_content.
2515 (tui_clear_exec_info_content): Rename from
2516 tui_erase_exec_info_content.
2517 (tui_clear_exec_info_content): Delete.
2518
2519 2019-08-13 Tom Tromey <tom@tromey.com>
2520
2521 * tui/tui-winsource.h (struct tui_source_window_base)
2522 <show_exec_info_content>: Declare.
2523 (tui_show_exec_info_content): Don't declare.
2524 * tui/tui-winsource.c
2525 (tui_source_window_base::show_exec_info_content): Rename from
2526 tui_show_exec_info_content.
2527 (tui_source_window_base::update_exec_info): Update.
2528
2529 2019-08-13 Tom Tromey <tom@tromey.com>
2530
2531 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2532 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2533 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2534 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2535 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2536 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2537 ... here.
2538
2539 2019-08-13 Tom Tromey <tom@tromey.com>
2540
2541 * tui/tui-winsource.h (struct tui_source_window_base)
2542 <update_exec_info>: Declare.
2543 (tui_update_exec_info): Don't declare.
2544 * tui/tui-winsource.c (tui_update_source_window_as_is)
2545 (tui_source_window_base::refresh_all)
2546 (tui_update_all_breakpoint_info): Update.
2547 (tui_source_window_base::update_exec_info): Rename from
2548 tui_update_exec_info.
2549 * tui/tui-stack.c (tui_show_frame_info): Update.
2550
2551 2019-08-13 Tom Tromey <tom@tromey.com>
2552
2553 * tui/tui-winsource.h (struct tui_source_window_base)
2554 <set_exec_info_content>: Declare.
2555 (tui_set_exec_info_content): Don't declare.
2556 * tui/tui-winsource.c
2557 (tui_source_window_base::set_exec_info_content): Rename from
2558 tui_set_exec_info_content.
2559 (tui_update_exec_info): Update.
2560
2561 2019-08-13 Tom Tromey <tom@tromey.com>
2562
2563 * tui/tui-winsource.h (struct tui_source_window_base)
2564 <show_source_content>: Declare.
2565 (tui_show_source_content): Don't declare.
2566 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2567 (tui_source_window_base::show_source_content): Rename from
2568 tui_show_source_content.
2569 (tui_source_window_base::refresh_all): Update.
2570 * tui/tui-layout.c (show_source_disasm_command)
2571 (show_source_or_disasm_and_command): Update.
2572
2573 2019-08-13 Tom Tromey <tom@tromey.com>
2574
2575 * tui/tui-winsource.c (tui_erase_source_content)
2576 (tui_show_source_content, tui_source_window_base::refresh_all):
2577 Update.
2578 * tui/tui-wingeneral.h
2579 (tui_check_and_display_highlight_if_needed): Don't declare.
2580 * tui/tui-wingeneral.c
2581 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2582 check_and_display_highlight_if_needed.
2583 * tui/tui-win.c (tui_rehighlight_all)
2584 (tui_win_info::make_visible_with_new_height): Update.
2585 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2586 (tui_data_window::erase_data_content)
2587 (tui_data_window::display_all_data): Update.
2588 * tui/tui-data.h (struct tui_win_info)
2589 <check_and_display_highlight_if_needed>: Declare.
2590
2591 2019-08-13 Tom Tromey <tom@tromey.com>
2592
2593 * tui/tui-win.c (tui_resize_all): Call
2594 tui_delete_invisible_windows.
2595 * tui/tui-layout.c (show_layout): Call
2596 tui_delete_invisible_windows.
2597 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2598 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2599
2600 2019-08-13 Tom Tromey <tom@tromey.com>
2601
2602 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
2603 tui_add_win_to_layout.
2604
2605 2019-08-13 Tom Tromey <tom@tromey.com>
2606
2607 * tui/tui-layout.h (tui_default_win_height): Don't declare.
2608 * tui/tui-layout.c (tui_default_win_height): Now static.
2609
2610 2019-08-13 Tom Tromey <tom@tromey.com>
2611
2612 * tui/tui-layout.c (show_layout): Unify all layout cases into a
2613 single switch.
2614 (show_source_disasm_command, show_source_or_disasm_and_command):
2615 Don't check current layout.
2616
2617 2019-08-13 Tom Tromey <tom@tromey.com>
2618
2619 * tui/tui-wingeneral.c (make_all_visible): Remove.
2620 (tui_make_all_invisible): Simplify.
2621 * tui/tui-layout.c (tui_make_all_invisible): Move from
2622 tui-wingeneral.c; simplify.
2623 (show_layout): Hoist call to tui_make_all_invisible.
2624 (show_data): Don't call tui_make_all_invisible.
2625
2626 2019-08-13 Tom Tromey <tom@tromey.com>
2627
2628 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
2629 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
2630
2631 2019-08-13 Tom Tromey <tom@tromey.com>
2632
2633 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
2634 tui-data.c.
2635 (show_source_disasm_command, show_data)
2636 (show_source_or_disasm_and_command): Don't use
2637 tui_set_current_layout_to.
2638 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
2639 * tui/tui-data.c (current_layout, tui_current_layout): Move to
2640 tui-layout.c.
2641 (tui_set_current_layout_to): Remove.
2642
2643 2019-08-13 Tom Tromey <tom@tromey.com>
2644
2645 * tui/tui-layout.c (tui_set_layout): Update.
2646 * tui/tui-data.h (struct tui_layout_def): Remove.
2647 (tui_layout_def): Don't declare.
2648 * tui/tui-data.c (layout_def): Remove.
2649 (tui_layout_def): Remove.
2650
2651 2019-08-13 Tom Tromey <tom@tromey.com>
2652
2653 * tui/tui-winsource.h (struct tui_source_window_base)
2654 <clear_detail>: No longer "override".
2655 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
2656 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
2657 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
2658 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
2659 Remove.
2660 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
2661
2662 2019-08-13 Tom Tromey <tromey@adacore.com>
2663
2664 * tracepoint.c: Don't include readline.h or history.h.
2665
2666 2019-08-12 Tom Tromey <tom@tromey.com>
2667
2668 * configure: Rebuild.
2669 * configure.ac: Check for readline 7.
2670 * NEWS: Mention readline 7 requirement.
2671 * README: Update.
2672
2673 2019-08-12 Tom Tromey <tom@tromey.com>
2674
2675 * mingw-hdep.c (gdb_select): Remove readline hack.
2676
2677 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2678
2679 * blockframe.c (find_pc_partial_function): Set *block to nullptr
2680 when the function fails.
2681
2682 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
2683
2684 * s390-tdep.c (s390_type_align): New function.
2685 (s390_gdbarch_init): Set it as type_align gdbarch method.
2686
2687 2019-08-09 Tom de Vries <tdevries@suse.de>
2688
2689 PR gdb/24591
2690 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
2691 pc_low with relocation offset.
2692
2693 2019-08-07 Tom Tromey <tromey@adacore.com>
2694
2695 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
2696 (print_frame_args): Update.
2697 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
2698 Update.
2699 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
2700 * frame.h (struct frame_arg): Add initializers.
2701 <error>: Now a unique_xmalloc_ptr.
2702
2703 2019-08-07 Alan Hayward <alan.hayward@arm.com>
2704
2705 * NEWS: Expand the Pointer Authentication entry.
2706 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
2707 (aarch64_frame_unmask_lr): ... to this.
2708 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
2709 Call aarch64_frame_unmask_lr.
2710 * frame.c (struct frame_info): Add "masked" variable.
2711 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
2712 (fprint_frame): Check for masked pc.
2713 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
2714 declarations.
2715 * python/py-framefilter.c (py_print_frame): Check for masked pc.
2716 * stack.c (print_frame): Check for masked pc.
2717
2718 2019-08-06 Tom Tromey <tom@tromey.com>
2719
2720 * stabsread.c (patch_block_stabs, read_one_struct_field)
2721 (read_enum_type): Use obstack_strndup.
2722 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
2723 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
2724 * dwarf2read.c (guess_full_die_structure_name)
2725 (anonymous_struct_prefix): Use obstack_strndup.
2726 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
2727 * c-exp.y (yylex): Use obstack_strndup.
2728 * ada-exp.y (write_object_renaming, write_ambiguous_var)
2729 (write_var_or_type): Use obstack_strndup.
2730
2731 2019-08-06 Tom Tromey <tom@tromey.com>
2732
2733 * symfile.c (reread_symbols): Use obstack_strdup.
2734 * stabsread.c (read_type): Use obstack_strdup.
2735 * gdb_obstack.h (obstack_strdup): New overload.
2736 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
2737 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
2738 (dwarf2_canonicalize_name): Use obstack_strdup.
2739 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
2740 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
2741 Use obstack_strdup.
2742
2743 2019-08-06 Tom Tromey <tom@tromey.com>
2744
2745 * gdb_obstack.h (obstack_strdup): Define.
2746 * gdb_obstack.c (obstack_strdup): Don't define.
2747
2748 2019-08-06 Tom Tromey <tom@tromey.com>
2749
2750 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
2751 obstack_strdup.
2752 * typeprint.c (typedef_hash_table::find_global_typedef): Use
2753 obstack_strdup.
2754 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
2755 * stabsread.c (common_block_start): Use obstack_strdup.
2756 * objfiles.c (set_objfile_main_name, objfile): Use
2757 obstack_strdup.
2758 * namespace.c (add_using_directive): Use obstack_strdup.
2759 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
2760 * jit.c (finalize_symtab): Use obstack_strdup.
2761 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
2762 (guess_partial_die_structure_name, partial_die_info::fixup)
2763 (dwarf2_name): Use obstack_strdup.
2764 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
2765 obstack_strdup.
2766 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
2767 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
2768 obstack_strdup.
2769 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
2770
2771 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2772
2773 * unittests/help-doc-selftests.c: New file.
2774 * Makefile.in: Add the new file.
2775
2776 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2777
2778 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
2779 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
2780 the full first line, except when FOR_VALUE_PREFIX. In this case,
2781 the trailing '.' is not output, and the first character is uppercased.
2782 (print_help_for_command): Update call to print_doc_line.
2783 (print_doc_of_command): Likewise.
2784 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
2785 * cli/cli-option.c (append_indented_doc): Do not append newline.
2786 (build_help_option): Append newline after first appended_indented_doc
2787 only if a second call is done.
2788 (build_help): Append 2 new lines before each option, except the first
2789 one.
2790 * compile/compile.c (_initialize_compile): Add new lines after
2791 %OPTIONS%, when not at the end of the help.
2792 Change help doc or code
2793 producing the help doc to respect the invariants.
2794 * maint-test-options.c (_initialize_maint_test_options): Likewise.
2795 Also removed the new line after 'Options:', as all other commands
2796 do not put an empty line between 'Options:' and the first option.
2797 * printcmd.c (_initialize_printcmd): Likewise.
2798 * stack.c (_initialize_stack): Likewise.
2799 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
2800 incorrectly telling COMMAND is optional.
2801 * ada-lang.c (_initialize_ada_language): Change help doc or code
2802 producing the help doc to respect the invariants.
2803 * ada-tasks.c (_initialize_ada_tasks): Likewise.
2804 * breakpoint.c (_initialize_breakpoint): Likewise.
2805 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
2806 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
2807 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
2808 * cli/cli-style.c (cli_style_option::add_setshow_commands,
2809 _initialize_cli_style): Likewise.
2810 * corelow.c (core_target_info): Likewise.
2811 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
2812 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
2813 * filesystem.c (_initialize_filesystem): Likewise.
2814 * frame.c (_initialize_frame): Likewise.
2815 * gnu-nat.c (add_task_commands): Likewise.
2816 * infcall.c (_initialize_infcall): Likewise.
2817 * infcmd.c (_initialize_infcmd): Likewise.
2818 * interps.c (_initialize_interpreter): Likewise.
2819 * language.c (_initialize_language): Likewise.
2820 * linux-fork.c (_initialize_linux_fork): Likewise.
2821 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
2822 * maint.c (_initialize_maint_cmds): Likewise.
2823 * memattr.c (_initialize_mem): Likewise.
2824 * printcmd.c (_initialize_printcmd): Likewise.
2825 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
2826 _RegEx): Likewise.
2827 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
2828 * record-btrace.c (_initialize_record_btrace): Likewise.
2829 * record-full.c (_initialize_record_full): Likewise.
2830 * record.c (_initialize_record): Likewise.
2831 * regcache-dump.c (_initialize_regcache_dump): Likewise.
2832 * regcache.c (_initialize_regcache): Likewise.
2833 * remote.c (add_packet_config_cmd, init_remote_threadtests,
2834 _initialize_remote): Likewise.
2835 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2836 * serial.c (_initialize_serial): Likewise.
2837 * skip.c (_initialize_step_skip): Likewise.
2838 * source.c (_initialize_source): Likewise.
2839 * stack.c (_initialize_stack): Likewise.
2840 * symfile.c (_initialize_symfile): Likewise.
2841 * symtab.c (_initialize_symtab): Likewise.
2842 * target-descriptions.c (_initialize_target_descriptions): Likewise.
2843 * top.c (init_main): Likewise.
2844 * tracefile-tfile.c (tfile_target_info): Likewise.
2845 * tracepoint.c (_initialize_tracepoint): Likewise.
2846 * tui/tui-win.c (_initialize_tui_win): Likewise.
2847 * utils.c (add_internal_problem_command): Likewise.
2848 * valprint.c (value_print_option_defs): Likewise.
2849
2850 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
2851
2852 PR build/24886
2853 * configure.ac: Drop enable-libmcheck support.
2854 * configure, config.in: Rebuild.
2855 * libmcheck.m4: Remove.
2856 * acinclude.m4: Don't include it.
2857 * Makefile.in: Don't distribute it.
2858 * top.c (print_gdb_configuration): Don't mention it.
2859
2860 2019-08-06 Tom Tromey <tom@tromey.com>
2861
2862 * utils.c (set_output_style): Sometimes pass stream to
2863 emit_style_escape.
2864 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
2865 * record-btrace.c (btrace_insn_history): Update.
2866 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
2867 method.
2868 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
2869 Update initializers.
2870 <m_uiout>: New field.
2871 <m_di>: Move lower.
2872 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2873 Remove "uiout" parameter.
2874 (dump_insns): Update.
2875 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
2876 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
2877
2878 2019-08-06 Christian Biesinger <cbiesinger@google.com>
2879
2880 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
2881 (error_in_psymtab_expansion): Likewise.
2882 (lookup_symbol_via_quick_fns): Likewise.
2883 (basic_lookup_transparent_type_quick): Likewise.
2884 (basic_lookup_transparent_type_1): Likewise.
2885
2886 2019-08-06 Tom Tromey <tromey@adacore.com>
2887
2888 * source.c (last_source_error): Now bool.
2889 (print_source_lines_base): Make "noprint" bool. Only open
2890 source file when last_source_visited changes.
2891
2892 2019-08-06 Tom Tromey <tromey@adacore.com>
2893
2894 * annotate.c (annotate_source_line): Use g_source_cache.
2895 * source-cache.c (source_cache::get_plain_source_lines): Change
2896 parameters. Populate m_offset_cache.
2897 (source_cache::ensure): New method.
2898 (source_cache::get_line_charpos): New method.
2899 (extract_lines): Move lower. Change parameters.
2900 (source_cache::get_source_lines): Move lower.
2901 * source-cache.h (class source_cache): Update comment.
2902 <get_line_charpos>: New method.
2903 <get_source_lines>: Update comment.
2904 <clear>: Clear m_offset_cache.
2905 <get_plain_source_lines>: Change parameters.
2906 <ensure>: New method
2907 <m_offset_cache>: New member.
2908 * source.c (forget_cached_source_info_for_objfile): Update.
2909 (info_source_command): Use g_source_cache.
2910 (find_source_lines, open_source_file_with_line_charpos): Remove.
2911 (print_source_lines_base, search_command_helper): Use g_source_cache.
2912 * source.h (open_source_file_with_line_charpos): Don't declare.
2913 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
2914 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
2915 Use g_source_cache.
2916
2917 2019-08-06 Tom Tromey <tromey@adacore.com>
2918
2919 * source-cache.c (source_cache::get_plain_source_lines):
2920 Remove "first_line" and "last_line" parameters.
2921 (source_cache::get_source_lines): Cache plain text.
2922 * source-cache.h (class source_cache)
2923 <get_plain_source_lines>: Update.
2924
2925 2019-08-06 Tom Tromey <tromey@adacore.com>
2926
2927 * source-cache.c (extract_lines): No longer a method.
2928 Changed type of parameter. Include final newline.
2929 (selftests::extract_lines_test): New function.
2930 (_initialize_source_cache): Likewise.
2931 * source-cache.h (class source_cache)
2932 <extract_lines>: Don't declare.
2933
2934 2019-08-06 Tom Tromey <tromey@adacore.com>
2935
2936 * breakpoint.c (init_breakpoint_sal): Update.
2937 (breakpoint): Update.
2938 * breakpoint.h (struct breakpoint) <filter>: Now a
2939 unique_xmalloc_ptr.
2940
2941 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2942
2943 * NEWS: Mention dictionary access on blocks.
2944 * python/py-block.c (blpy_getitem): New function.
2945 (block_object_as_mapping): New struct.
2946 (block_object_type): Use new struct for tp_as_mapping field.
2947
2948 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2949
2950 * objfiles.h (objfile): Add a comment describing partial symbols.
2951
2952 2019-08-05 Tom Tromey <tromey@adacore.com>
2953
2954 * compile/compile.c (_initialize_compile): Use _(), not N_().
2955 * thread.c (_initialize_thread): Use _(), not N_().
2956 * stack.c (_initialize_stack): Use _(), not N_().
2957 * printcmd.c (_initialize_printcmd): Use _(), not N_().
2958
2959 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
2960
2961 * dwarf2read.c (struct dw2_symtab_iterator):
2962 <want_specific_block>: Remove.
2963 <block_index>: Change type to gdb::optional.
2964 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
2965 change type of BLOCK_INDEX parameter to gdb::optional.
2966 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
2967 (dw2_lookup_symbol): Don't pass argument for
2968 WANT_SPECIFIC_BLOCK.
2969 (dw2_expand_symtabs_for_function): Don't pass argument for
2970 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
2971 (class dw2_debug_names_iterator)
2972 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
2973 parameter, change BLOCK_INDEX type to gdb::optional.
2974 <m_want_specific_block>: Remove.
2975 <m_block_index>: Change type to gdb::optional.
2976 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
2977 gdb::optional. Re-write in function of gdb::optional.
2978 (dw2_debug_names_lookup_symbol): Don't pass argument for
2979 WANT_SPECIFIC_BLOCK.
2980 (dw2_debug_names_expand_symtabs_for_function): Don't pass
2981 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
2982 BLOCK_INDEX.
2983
2984 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2985
2986 * NEWS: Mention changes to "info sources" command.
2987
2988 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2989
2990 * symtab.c (filename_partial_match_opts): New struct type.
2991 (struct output_source_filename_data): New members
2992 regexp, c_regexp, partial_match.
2993 (output_source_filename): Use new members to decide to print file.
2994 (info_sources_option_defs): New variable.
2995 (make_info_sources_options_def_group, print_info_sources_header,
2996 info_sources_command_completer):
2997 New functions.
2998 (info_sources_command): Read new optional arguments.
2999 (_initialize_symtab): Update info sources help.
3000
3001 2019-08-02 Alexandre Oliva <oliva@adacore.com>
3002
3003 * ada-lang.c (exception_support_info_v0): Renamed from...
3004 (default_exception_support_info): ... this. Create new
3005 definition for v1.
3006 (ada_has_this_exception_support): Look up catch_handlers_sym.
3007 (ada_exception_support_info_sniffer): Try v0 after default.
3008
3009 2019-08-01 Tom Tromey <tromey@adacore.com>
3010
3011 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3012 gdbarch.h.
3013
3014 2019-08-01 Christian Biesinger <cbiesinger@google.com>
3015
3016 * s12z-tdep.c: Fix include path for s12z-opc.h.
3017
3018 2019-08-01 Alan Hayward <alan.hayward@arm.com>
3019
3020 * NEWS: Require GNU make 3.82.
3021
3022 2019-07-16 Tom Tromey <tom@tromey.com>
3023
3024 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3025 declare.
3026
3027 2019-07-30 Tom Tromey <tromey@adacore.com>
3028
3029 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3030
3031 2019-07-30 Kevin Buettner <kevinb@redhat.com>
3032
3033 * printcmd.c (print_address_symbolic): Print negative offsets.
3034 (build_address_symbolic): Force signed arithmetic when computing
3035 offset.
3036
3037 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3038
3039 PR/24474: Add a function to lookup static variables.
3040 * NEWS: Mention this new function.
3041 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3042 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3043 * python/python.c (python_GdbMethods): Add new function.
3044
3045 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3046
3047 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3048 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3049 (objfpy_lookup_static_symbol): New function.
3050 (objfile_object_methods): Add new functions.
3051
3052 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3053
3054 * NEWS: Mention 'set|show print frame-info'. Mention new
3055 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3056 backtrace argument. Mention that python frame filtering code
3057 is now consistent with what 'backtrace' command prints.
3058
3059 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3060
3061 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3062 comments.
3063 (print_frame_info_auto, print_frame_info_source_line,
3064 print_frame_info_location, print_frame_info_source_and_location,
3065 print_frame_info_location_and_address, print_frame_info_short_location):
3066 New declarations.
3067 (struct frame_print_options): New member print_frame_info.
3068 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3069 * stack.h (get_user_print_what_frame_info): New declaration.
3070 (frame_show_address): New declaration.
3071 * stack.c (print_frame_arguments_choices): New value 'presence'.
3072 (print_frame_info_auto, print_frame_info_source_line,
3073 print_frame_info_location, print_frame_info_source_and_location,
3074 print_frame_info_location_and_address, print_frame_info_short_location,
3075 print_frame_info_choices, print_frame_info_print_what): New definitions.
3076 (print_frame_args): Only print dots for args if print frame-arguments
3077 is 'presence'.
3078 (frame_print_option_defs): New element for "frame-info".
3079 (get_user_print_what_frame_info): New function.
3080 (frame_show_address): Make non static. Move comment to stack.h.
3081 (print_frame_info_to_print_what): New function.
3082 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3083 to decide what to print.
3084 (backtrace_command_1): Handle the new print_frame_arguments_presence
3085 value.
3086 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3087 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3088 (py_print_frame): In non-mi mode, use LOCATION as default for
3089 print_what, similarly to frame information printed directly by
3090 backtrace command. Handle frame-info user option in non MI mode.
3091
3092 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3093
3094 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
3095 Add case for debugging 32-bit target on 64-bit host. Revise
3096 comment.
3097
3098 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3099
3100 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
3101 instead of find_function_entry_range_from_pc.
3102
3103 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3104
3105 * stack.c (find_frame_funname): Remove code which preferred
3106 minsym over symtab sym in "certain pathological cases".
3107
3108 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3109 parameter. Change type of "do_demangle" to bool.
3110 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3111 Pass suitable "prefer_sym_over_minsym" flag to
3112 build_address_symbolic(). Don't output "+" for negative offsets.
3113 * printcmd.c (print_address_symbolic): Update invocation of
3114 build_address_symbolic to include a "prefer_sym_over_minsym"
3115 flag.
3116 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3117 Restrict cases in which use of minimal symbol is preferred to that
3118 of a found symbol. Update comments.
3119
3120 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3121 for entry pc when entry pc is out of range for that FDE.
3122
3123 2019-07-26 Brian Callahan <bcallah@openbsd.org>
3124
3125 PR gdb/24839:
3126 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3127 type.
3128
3129 2019-07-25 Christian Biesinger <cbiesinger@google.com>
3130
3131 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3132 this function's Python signature.
3133
3134
3135 2019-07-24 Christian Biesinger <cbiesinger@google.com>
3136
3137 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3138 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3139 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3140 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3141 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3142
3143
3144 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3145
3146 * h8300-tdep.c (h8300_register_name_common): New.
3147 h8300_register_name): Use h8300_register_name_common.
3148 (h8300s_register_name): Likewise.
3149 (h8300sx_register_name): Likewise.
3150 (h8300h_register_nam): New.
3151 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3152
3153
3154 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3155
3156 * arm-tdep.c (arm_skip_cmse_entry): New function.
3157 (arm_is_sgstubs_section): New function.
3158 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3159
3160 2019-07-22 Tom Tromey <tom@tromey.com>
3161
3162 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3163 Don't self-assign.
3164
3165 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3166
3167 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3168 type_print.
3169
3170 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3173 so that GDB doesn't match any msymbols when searching in the
3174 TYPES_DOMAIN.
3175 (print_symbol_info): Print using typedef_print or type_print based
3176 on the type of the symbol. Add updated FIXME comment moved from...
3177 (_initialize_symtab): ... move and update FIXME comment to above.
3178
3179 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3180
3181 * NEWS: Mention adding -q option to "info types".
3182 * symtab.c (struct info_types_options): New struct.
3183 (info_types_options_defs): New variable.
3184 (make_info_types_options_def_group): New function.
3185 (info_types_command): Use gdb::option framework to parse options.
3186 (info_types_command_completer): New function.
3187 (_initialize_symtab): Extend the help text on "info types" and
3188 register command completer.
3189
3190 2019-07-21 Christian Biesinger <cbiesinger@google.com>
3191
3192 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3193 (lookup_symbol_in_objfile): Change int to block_enum and add a
3194 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3195
3196 2019-07-20 Christian Biesinger <cbiesinger@google.com>
3197
3198 * MAINTAINERS (Write After Approval): Add self.
3199
3200 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3201
3202 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3203 instruction to the dummy code region.
3204
3205 2019-07-19 Tom Tromey <tromey@adacore.com>
3206
3207 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3208 (ARGSUSED, PARAMS, __func__): Remove rules.
3209
3210 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3211
3212 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3213 * features/arm/arm-with-iwmmxt.c: Remove.
3214 * features/arm/arm-with-iwmmxt.xml: Remove.
3215 * features/arm/arm-with-m-fpa-layout.c: Remove.
3216 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3217 * features/arm/arm-with-m-vfp-d16.c: Remove.
3218 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3219 * features/arm/arm-with-m.c: Remove.
3220 * features/arm/arm-with-m.xml: Remove.
3221 * features/arm/arm-with-neon.c: Remove.
3222 * features/arm/arm-with-neon.xml: Remove.
3223 * features/arm/arm-with-vfpv2.c: Remove.
3224 * features/arm/arm-with-vfpv2.xml: Remove.
3225 * features/arm/arm-with-vfpv3.c: Remove.
3226 * features/arm/arm-with-vfpv3.xml: Remove.
3227
3228 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3229
3230 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3231
3232 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3233
3234 * arch/aarch32.c (aarch32_create_target_description): Create
3235 target descriptions using features.
3236 * arch/arm.c (arm_create_target_description)
3237 (arm_create_mprofile_target_description): Likewise.
3238 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3239
3240 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3241
3242 * Makefile.in: Add new files.
3243 * aarch32-tdep.c: New file.
3244 * aarch32-tdep.h: New file.
3245 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3246 Call aarch32_read_description.
3247 * arch/aarch32.c: New file.
3248 * arch/aarch32.h: New file.
3249 * arch/arm.c (arm_create_target_description)
3250 (arm_create_mprofile_target_description): New function.
3251 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3252 (arm_create_target_description)
3253 (arm_create_mprofile_target_description): New declaration.
3254 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3255 read_description functions.
3256 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3257 Likewise.
3258 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3259 * arm-tdep.c (tdesc_arm_list): New variable.
3260 (arm_register_g_packet_guesses): Call create description functions.
3261 (arm_read_description) (arm_read_mprofile_description): New
3262 function.
3263 * arm-tdep.h (arm_read_description)
3264 (arm_read_mprofile_description): Add declaration.
3265 * configure.tgt: Add new files.
3266
3267 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3268
3269 * top.c (new_ui_command): Open specified terminal just once.
3270
3271 2019-07-18 Tom Tromey <tromey@adacore.com>
3272
3273 * symtab.c (main_name): Constify return type.
3274 * symfile.c (set_initial_language): Update.
3275 * symtab.h (main_name): Constify return type.
3276
3277 2019-07-17 Tom Tromey <tom@tromey.com>
3278
3279 * tui/tui-winsource.c (tui_update_source_window)
3280 (tui_update_source_window_as_is)
3281 (tui_update_source_windows_with_line): Remove return.
3282 * tui/tui-disasm.c (tui_show_disassem)
3283 (tui_show_disassem_and_update_source): Remove return.
3284 * tui/tui.c (tui_reset): Remove return.
3285 * tui/tui-wingeneral.c
3286 (tui_check_and_display_highlight_if_needed): Remove return.
3287
3288 2019-07-17 Tom Tromey <tom@tromey.com>
3289
3290 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3291
3292 2019-07-17 Tom Tromey <tom@tromey.com>
3293
3294 * tui/tui-winsource.h (struct tui_exec_info_window)
3295 (struct tui_source_window_base): Move from tui-data.h.
3296 * tui/tui-winsource.c: Move many method definitions from
3297 elsewhere. Remove "structuring" comments.
3298 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3299 (tui_source_window_base::refresh_window): Move to
3300 tui-winsource.c.
3301 * tui/tui-win.c (tui_source_window_base::refresh_all)
3302 (tui_source_window_base::update_tab_width)
3303 (tui_source_window_base::set_new_height)
3304 (tui_source_window_base::do_make_visible_with_new_height): Move to
3305 tui-winsource.c.
3306 * tui/tui-source.h: Update.
3307 * tui/tui-source.c (tui_source_window_base::reset): Move to
3308 tui-winsource.c.
3309 * tui/tui-disasm.h: Update.
3310 * tui/tui-data.h (struct tui_exec_info_window): Move to
3311 tui-winsource.h.
3312 (struct tui_source_window_base): Likewise.
3313 * tui/tui-data.c (tui_source_window_base::clear_detail)
3314 (tui_source_window_base, ~tui_source_window_base): Move to
3315 tui-winsource.c.
3316
3317 2019-07-17 Tom Tromey <tom@tromey.com>
3318
3319 * tui/tui-win.c (tui_resize_all)
3320 (tui_source_window_base::update_tab_width)
3321 (tui_adjust_win_heights): Update.
3322 (tui_win_info::make_invisible_and_set_new_height): Rename from
3323 make_invisible_and_set_new_height.
3324 * tui/tui-data.h (struct tui_win_info)
3325 <make_invisible_and_set_new_height>: New method.
3326
3327 2019-07-17 Tom Tromey <tom@tromey.com>
3328
3329 * tui/tui.c: Update.
3330 * tui/tui-source.h (struct tui_source_window): Move from
3331 tui-data.h.
3332 * tui/tui-layout.c: Update.
3333 * tui/tui-disasm.c: Update.
3334 * tui/tui-data.h (struct tui_source_window): Move to
3335 tui-source.h.
3336
3337 2019-07-17 Tom Tromey <tom@tromey.com>
3338
3339 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3340 tui-data.h.
3341 * tui/tui-data.h (struct tui_disasm_window): Move to
3342 tui-disasm.h.
3343
3344 2019-07-17 Tom Tromey <tom@tromey.com>
3345
3346 * tui/tui-regs.h (struct tui_data_item_window): Move from
3347 tui-data.h.
3348 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3349 * tui/tui-data.h (struct tui_data_item_window): Move to
3350 tui-regs.h.
3351 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3352
3353 2019-07-17 Tom Tromey <tom@tromey.com>
3354
3355 * tui/tui.c: Update.
3356 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3357 (tui_cmd_window::max_height): Move to tui-command.c.
3358 * tui/tui-layout.c: Update.
3359 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3360 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3361 tui-command.c.
3362 * tui/tui-command.h (struct tui_cmd_window): Move from
3363 tui-data.h.
3364 * tui/tui-command.c: Remove "structuring" comments.
3365 (tui_cmd_window::clear_detail)
3366 (tui_cmd_window::do_make_visible_with_new_height)
3367 (tui_cmd_window::max_height): Move from elsewhere.
3368
3369 2019-07-17 Tom Tromey <tom@tromey.com>
3370
3371 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3372 Now static.
3373 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3374 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3375
3376 2019-07-17 Tom Tromey <tom@tromey.com>
3377
3378 * tui/tui.c: Update.
3379 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3380 tui-regs.c.
3381 * tui/tui-windata.h: Remove file.
3382 * tui/tui-windata.c: Remove file.
3383 * tui/tui-win.c (tui_data_window::set_new_height)
3384 (tui_data_window::do_make_visible_with_new_height): Move to
3385 tui-regs.c.
3386 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3387 * tui/tui-regs.c: Remove "structuring" comments.
3388 (tui_data_window::first_data_item_displayed)
3389 (tui_data_window::delete_data_content_windows)
3390 (tui_data_window::erase_data_content)
3391 (tui_data_window::display_all_data)
3392 (tui_data_window::refresh_all)
3393 (tui_data_window::do_scroll_vertical)
3394 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3395 (tui_data_window::do_make_visible_with_new_height)
3396 (tui_data_window::refresh_window): Move from elsewhere.
3397 (_initialize_tui_regs): Move to end of file.
3398 * tui/tui-layout.c: Update.
3399 * tui/tui-hooks.c: Update.
3400 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3401 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3402 tui-regs.c.
3403 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3404
3405 2019-07-17 Tom Tromey <tom@tromey.com>
3406
3407 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3408 seen.
3409
3410 2019-07-17 Tom Tromey <tom@tromey.com>
3411
3412 * tui/tui-win.c (tui_source_window_base::set_new_height)
3413 (tui_source_window_base::do_make_visible_with_new_height): Use
3414 m_has_locator field directly.
3415 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3416 method.
3417 (struct tui_source_window_base) <has_locator>: Likewise.
3418
3419 2019-07-17 Tom Tromey <tom@tromey.com>
3420
3421 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3422 Don't declare.
3423 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3424 Remove.
3425 * tui/tui-win.c (tui_source_window_base::set_new_height)
3426 (tui_source_window_base::set_new_height)
3427 (make_invisible_and_set_new_height)
3428 (tui_source_window_base::do_make_visible_with_new_height)
3429 (tui_source_window_base::do_make_visible_with_new_height):
3430 Update.
3431 * tui/tui-layout.c (show_source_disasm_command, show_data)
3432 (show_source_or_disasm_and_command): Update.
3433 * tui/tui-layout.c (show_layout): Update.
3434
3435 2019-07-17 Tom Tromey <tom@tromey.com>
3436
3437 * tui/tui-layout.c (make_data_window): Remove.
3438 (show_data): Unify creation and re-initialization cases.
3439
3440 2019-07-17 Tom Tromey <tom@tromey.com>
3441
3442 * tui/tui-layout.c (make_source_window, make_disasm_window):
3443 Remove.
3444 (show_data): Unify creation and re-initialization cases.
3445
3446 2019-07-17 Tom Tromey <tom@tromey.com>
3447
3448 * tui/tui-layout.c (make_command_window): Remove.
3449 (show_source_disasm_command, show_source_or_disasm_and_command):
3450 Unify creation and re-initialization cases.
3451
3452 2019-07-17 Tom Tromey <tom@tromey.com>
3453
3454 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3455 creation and re-initialization cases.
3456
3457 2019-07-17 Tom Tromey <tom@tromey.com>
3458
3459 * tui/tui-regs.c (tui_get_register): Return void.
3460
3461 2019-07-17 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3464 Simplify.
3465
3466 2019-07-17 Tom Tromey <tom@tromey.com>
3467
3468 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3469 resetting.
3470
3471 2019-07-17 Tom Tromey <tom@tromey.com>
3472
3473 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3474 * tui/tui-regs.c (tui_reg_layout): New function.
3475 (tui_show_registers, tui_reg_command): Use it.
3476 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3477 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3478 parameters.
3479 (tui_layout_command): Remove.
3480
3481 2019-07-17 Tom Tromey <tom@tromey.com>
3482
3483 * tui/tui-layout.h (tui/tui-layout): Return void.
3484 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3485
3486 2019-07-17 Tom Tromey <tom@tromey.com>
3487
3488 * tui/tui-layout.c (show_source_disasm_command, show_data):
3489 Update.
3490 (reset_locator): Remove.
3491 (show_source_or_disasm_and_command): Update.
3492
3493 2019-07-17 Tom Tromey <tom@tromey.com>
3494
3495 * tui/tui-source.c (tui_source_window_base::reset): Remove
3496 win_type parameter.
3497 * tui/tui-layout.c (make_command_window, make_source_window)
3498 (make_disasm_window, make_data_window)
3499 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3500 (reset_locator, show_source_or_disasm_and_command): Update.
3501 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3502 win_type parameter.
3503 (struct tui_source_window_base) <reset>: Likewise.
3504
3505 2019-07-17 Tom Tromey <tom@tromey.com>
3506
3507 * tui/tui-layout.c (show_source_disasm_command): Use
3508 reset_locator.
3509 (reset_locator): New function.
3510 (init_and_make_win): Remove.
3511 (show_source_or_disasm_and_command): Use reset_locator.
3512
3513 2019-07-17 Tom Tromey <tom@tromey.com>
3514
3515 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3516 condition.
3517 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3518 Remove condition.
3519 * tui/tui-source.c (tui_source_window_base::reset): New method.
3520 * tui/tui-layout.c (make_command_window): Don't call
3521 init_and_make_win.
3522 (make_source_window, make_disasm_window): Don't call
3523 make_source_or_disasm_window.
3524 (make_data_window): Don't call init_and_make_win. Change calling
3525 convention.
3526 (show_source_disasm_command, show_data): Simplify.
3527 (make_source_or_disasm_window): Remove.
3528 (show_source_or_disasm_and_command): Simplify.
3529 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3530 (struct tui_source_window_base) <reset>: Likewise.
3531 <execution_info>: Remove initializer.
3532 * tui/tui-data.c (tui_source_window_base): Initialize
3533 execution_info.
3534
3535 2019-07-17 Tom Tromey <tom@tromey.com>
3536
3537 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3538 variable.
3539
3540 2019-07-17 Tom Tromey <tom@tromey.com>
3541
3542 * tui/tui.c (tui_rl_other_window): Update.
3543 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3544 superclass method first. Always iterate over regs_content.
3545 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3546 method.
3547 * tui/tui-win.c (tui_set_focus_command): Update.
3548
3549 2019-07-17 Tom Tromey <tom@tromey.com>
3550
3551 * tui/tui-win.c (tui_set_focus_command): Rename from
3552 tui_set_focus. Call tui_enable.
3553 (tui_set_focus_command): Remove.
3554
3555 2019-07-17 Tom Tromey <tom@tromey.com>
3556
3557 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3558 refresh_window.
3559 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3560 touchwin.
3561 (tui_data_window::refresh_window): Call refresh_window on data
3562 items. Always call superclass refresh_window.
3563 (tui_win_info::refresh): Remove.
3564 (tui_source_window_base::refresh_window): Update.
3565 (tui_refresh_all): Update.
3566 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3567 refresh_window.
3568 (show_source_or_disasm_and_command): Likewise.
3569 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3570 (struct tui_source_window_base) <refresh>: Likewise.
3571
3572 2019-07-17 Tom Tromey <tom@tromey.com>
3573
3574 * tui/tui-winsource.c (tui_clear_source_content)
3575 (tui_show_source_content): Update.
3576 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3577 whether content is empty.
3578 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3579 Remove.
3580
3581 2019-07-17 Tom Tromey <tom@tromey.com>
3582
3583 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3584 window's contents.
3585 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3586 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3587
3588 2019-07-17 Tom Tromey <tom@tromey.com>
3589
3590 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3591 (struct tui_data_item_window): Update.
3592
3593 2019-07-17 Tom Tromey <tom@tromey.com>
3594
3595 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3596 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3597 defines.
3598
3599 2019-07-17 Tom Tromey <tom@tromey.com>
3600
3601 * tui/tui-winsource.h (tui_erase_source_content)
3602 (tui_clear_source_content): Remove "display_prompt" parameter.
3603 * tui/tui-winsource.c (tui_update_source_window_as_is)
3604 (tui_update_source_windows_with_addr): Update.
3605 (tui_clear_source_content): Remove "display_prompt" parameter.
3606 (tui_erase_source_content): Likewise. Simplify.
3607 (tui_show_source_content): Update.
3608 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3609 * tui/tui-stack.c (tui_show_frame_info): Update.
3610 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
3611 Remove defines.
3612
3613 2019-07-17 Tom Tromey <tom@tromey.com>
3614
3615 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3616 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
3617 parameter.
3618 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
3619 parameter.
3620
3621 2019-07-17 Tom Tromey <tom@tromey.com>
3622
3623 * tui/tui-winsource.c (tui_clear_source_content)
3624 (tui_show_source_content, tui_show_exec_info_content)
3625 (tui_clear_exec_info_content): Update.
3626 * tui/tui-stack.c (tui_show_locator_content): Update.
3627 (tui_show_frame_info): Update.
3628 * tui/tui-source.h (tui_source_window): Don't declare.
3629 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
3630 from tui_source_is_displayed.
3631 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
3632 Remove field.
3633 (struct tui_source_window_base) <content_in_use>: New field. Now
3634 bool.
3635 (struct tui_source_window) <showing_source_p>: New method.
3636 (TUI_SRC_WIN): Change cast.
3637 * tui/tui-data.c (tui_initialize_static_data): Update.
3638
3639 2019-07-17 Tom Tromey <tom@tromey.com>
3640
3641 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
3642 location_matches_p.
3643 * tui/tui-source.c (tui_source_window::location_matches_p): New
3644 method.
3645 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
3646 method.
3647 * tui/tui-data.h (struct tui_source_window_base)
3648 <location_matches_p>: New method.
3649 (struct tui_source_window, struct tui_disasm_window)
3650 <location_matches_p>: Likewise.
3651
3652 2019-07-17 Tom Tromey <tom@tromey.com>
3653
3654 * tui/tui-win.c (tui_set_win_height_command): Rename from
3655 tui_set_win_height.
3656 (tui_set_win_height_command): Remove.
3657
3658 2019-07-17 Tom Tromey <tom@tromey.com>
3659
3660 * tui/tui-source.c (tui_source_window): New constructor. Add
3661 observer.
3662 (~tui_source_window): New destructor.
3663 (tui_source_window::style_changed): New method.
3664 * tui/tui-hooks.c (tui_redisplay_source): Remove.
3665 (tui_attach_detach_observers): Update.
3666 * tui/tui-data.h (struct tui_source_window): Make constructor not
3667 inline. Add destructor.
3668 (struct tui_source_window) <style_changed>: New method.
3669 <m_observable>: New member.
3670
3671 2019-07-17 Tom Tromey <tom@tromey.com>
3672
3673 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
3674 * tui/tui-win.c (tui_resize_all): Fix typo.
3675
3676 2019-07-17 Tom Tromey <tom@tromey.com>
3677
3678 * tui/tui-wingeneral.h (tui_refresh_all): Update.
3679 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
3680 (tui_refresh_all): Remove "list" parameter. Use foreach.
3681 * tui/tui-win.c (window_name_completer): Use foreach.
3682 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
3683 (update_tab_width): Likewise.
3684 * tui/tui-layout.c (show_layout): Update.
3685 * tui/tui-data.h (class tui_window_iterator): New.
3686 (struct all_tui_windows): New.
3687 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
3688
3689 2019-07-17 Tom Tromey <tom@tromey.com>
3690
3691 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
3692 parameter. Don't reference globals.
3693 (tui_reg_command): Update.
3694
3695 2019-07-17 Tom Tromey <tom@tromey.com>
3696
3697 * tui/tui-regs.c (tui_show_registers): Simplify.
3698
3699 2019-07-17 Tom Tromey <tom@tromey.com>
3700
3701 * tui/tui-regs.c (tui_show_registers): Update.
3702 (tui_show_register_group): Add win_info parameter.
3703
3704 2019-07-17 Tom Tromey <tom@tromey.com>
3705
3706 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
3707 Rename from tui_display_reg_element_at_line.
3708 (tui_data_window::display_registers_from_line): Update.
3709 * tui/tui-data.h (struct tui_data_window)
3710 <display_reg_element_at_line>: New method.
3711
3712 2019-07-17 Tom Tromey <tom@tromey.com>
3713
3714 * tui/tui-regs.h (tui_display_registers_from)
3715 (tui_display_registers_from_line): Don't declare.
3716 * tui/tui-windata.c (tui_data_window::display_all_data)
3717 (tui_data_window::refresh_all)
3718 (tui_data_window::do_scroll_vertical): Update.
3719 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
3720 from tui_display_registers_from.
3721 (tui_display_reg_element_at_line): Update.
3722 (tui_data_window::display_registers_from_line): Rename from
3723 tui_display_registers_from_line.
3724 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
3725 display_registers_from_line>: New methods.
3726
3727 2019-07-17 Tom Tromey <tom@tromey.com>
3728
3729 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
3730 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
3731 from tui_erase_data_content.
3732 (tui_data_window::display_all_data)
3733 (tui_data_window::refresh_all)
3734 (tui_data_window::do_scroll_vertical): Update.
3735 * tui/tui-regs.c (tui_show_registers): Update.
3736 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
3737 New method.
3738
3739 2019-07-17 Tom Tromey <tom@tromey.com>
3740
3741 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
3742 declare.
3743 * tui/tui-windata.c
3744 (tui_data_window::delete_data_content_windows): Rename from
3745 tui_delete_data_content_windows.
3746 (tui_data_window::display_all_data)
3747 (tui_data_window::do_scroll_vertical): Update.
3748 * tui/tui-data.h (struct tui_data_window)
3749 <delete_data_content_windows>: New method.
3750
3751 2019-07-17 Tom Tromey <tom@tromey.com>
3752
3753 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
3754 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
3755
3756 2019-07-17 Tom Tromey <tom@tromey.com>
3757
3758 * tui/tui-windata.h (tui_display_all_data): Don't declare.
3759 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
3760 from tui_display_all_data.
3761 * tui/tui-win.c
3762 (tui_data_window::do_make_visible_with_new_height): Update.
3763 * tui/tui-regs.c (tui_show_registers): Update.
3764 * tui/tui-layout.c (tui_set_layout): Update.
3765 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
3766 method.
3767
3768 2019-07-17 Tom Tromey <tom@tromey.com>
3769
3770 * tui/tui-windata.h (tui_display_data_from): Don't declare.
3771 * tui/tui-windata.c (tui_display_data_from): Remove.
3772 (tui_data_window::refresh_all): Update.
3773
3774 2019-07-17 Tom Tromey <tom@tromey.com>
3775
3776 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
3777 * tui/tui-windata.c (tui_display_data_from_line): Remove.
3778 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
3779 tui_display_registers_from_line.
3780 * tui/tui-regs.h (tui_display_registers_from_line): Update.
3781 * tui/tui-regs.c (tui_display_registers_from_line): Remove
3782 "force_display" parameter.
3783
3784 2019-07-17 Tom Tromey <tom@tromey.com>
3785
3786 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
3787 declare.
3788 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
3789 Rename from tui_first_reg_element_no_inline.
3790 (tui_display_reg_element_at_line)
3791 (tui_display_registers_from_line): Update.
3792 * tui/tui-data.h (struct tui_data_window)
3793 <first_reg_element_no_inline>: New method.
3794
3795 2019-07-17 Tom Tromey <tom@tromey.com>
3796
3797 * tui/tui-windata.c (tui_display_data_from)
3798 (tui_data_window::do_scroll_vertical): Update.
3799 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
3800 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
3801 Rename from tui_line_from_reg_element_no.
3802 (tui_display_registers_from_line): Update.
3803 * tui/tui-data.h (struct tui_data_window)
3804 <line_from_reg_element_no>: New method.
3805
3806 2019-07-17 Tom Tromey <tom@tromey.com>
3807
3808 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
3809 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
3810 tui_last_regs_line_no.
3811 (tui_display_reg_element_at_line)
3812 (tui_display_registers_from_line): Update.
3813 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
3814 method.
3815
3816 2019-07-17 Tom Tromey <tom@tromey.com>
3817
3818 PR tui/24722:
3819 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
3820 (tui_update_breakpoint_info): Add "being_deleted" parameter.
3821 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3822 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
3823 (tui_update_breakpoint_info): Likewise.
3824 * tui/tui-hooks.c (tui_event_create_breakpoint)
3825 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
3826 Update.
3827
3828 2019-07-17 Tom Tromey <tom@tromey.com>
3829
3830 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
3831
3832 2019-07-17 Tom Tromey <tom@tromey.com>
3833
3834 * tui/tui-winsource.c (tui_update_source_window_as_is)
3835 (tui_update_source_windows_with_addr): Update.
3836 * tui/tui-source.h (tui_set_source_content)
3837 (tui_show_symtab_source): Add "win_info" parameter.
3838 * tui/tui-source.c (tui_set_source_content): Add "win_info"
3839 parameter.
3840 (tui_show_symtab_source): Likewise.
3841
3842 2019-07-17 Tom Tromey <tom@tromey.com>
3843
3844 * tui/tui-wingeneral.c
3845 (tui_check_and_display_highlight_if_needed): Check can_highlight.
3846
3847 2019-07-17 Tom Tromey <tom@tromey.com>
3848
3849 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
3850 (struct tui_cmd_window) <can_scroll>: New method.
3851 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
3852 method.
3853
3854 2019-07-17 Tom Tromey <tromey@adacore.com>
3855
3856 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
3857 do_field_signed>: Rename. Change type of "value".
3858 * ui-out.c (ui_out::field_signed): Rename from field_int.
3859 Change type of "value".
3860 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
3861 type of "value".
3862 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
3863 do_field_int. Change type of "value".
3864 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
3865 do_field_int. Change type of "value".
3866 * tracepoint.c (trace_status_mi, tfind_1)
3867 (print_one_static_tracepoint_marker): Update.
3868 * thread.c (print_thread_info_1, print_selected_thread_frame):
3869 Update.
3870 * stack.c (print_frame, print_frame_info): Update.
3871 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
3872 Update.
3873 * source.c (print_source_lines_base): Update.
3874 * skip.c (info_skip_command): Update.
3875 * record-btrace.c (btrace_ui_out_decode_error)
3876 (btrace_call_history_src_line): Update.
3877 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
3878 Update.
3879 * progspace.c (print_program_space): Update.
3880 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
3881 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
3882 do_field_int. Change type of "value".
3883 * mi/mi-out.c (mi_ui_out::do_table_begin)
3884 (mi_ui_out::do_table_header): Update.
3885 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
3886 type of "value".
3887 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
3888 (mi_cmd_data_list_changed_registers, output_register)
3889 (mi_cmd_data_read_memory, mi_load_progress)
3890 (mi_cmd_trace_frame_collected): Update.
3891 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
3892 Update.
3893 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3894 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
3895 (mi_cmd_var_list_children, varobj_update_one): Update.
3896 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
3897 (mi_cmd_stack_list_args, list_arg_or_local): Update.
3898 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
3899 * inferior.c (print_inferior): Update.
3900 * gdb_bfd.c (print_one_bfd): Update.
3901 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3902 Update.
3903 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
3904 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
3905 do_field_int. Change type of "value".
3906 * cli-out.c (cli_ui_out::do_field_signed): Rename from
3907 do_field_int. Change type of "value".
3908 * breakpoint.c (watchpoint_check, print_breakpoint_location)
3909 (print_one_breakpoint_location, print_it_catch_fork)
3910 (print_one_catch_fork, print_it_catch_vfork)
3911 (print_one_catch_vfork, print_it_catch_solib)
3912 (print_it_catch_exec, print_it_ranged_breakpoint)
3913 (print_mention_watchpoint, print_mention_masked_watchpoint)
3914 (bkpt_print_it, update_static_tracepoint): Update.
3915 * break-catch-throw.c (print_it_exception_catchpoint): Update.
3916 * break-catch-syscall.c (print_it_catch_syscall): Update.
3917 * ada-tasks.c (print_ada_task_info): Update.
3918 * ada-lang.c (print_it_exception, print_mention_exception):
3919 Update.
3920
3921 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3922
3923 PR breakpoints/24541
3924 * gdbarch.c: Regenerate.
3925 * gdbarch.h: Regenerate.
3926 * gdbarch.sh: Adjust return type and parameter types for
3927 'stap_adjust_register'.
3928 (i386_stap_adjust_register): Adjust signature and return new
3929 register name.
3930 * stap-probe.c (stap_parse_register_operand): Adjust use of
3931 'gdbarch_stap_adjust_register'.
3932
3933 2019-07-17 Tom Tromey <tromey@adacore.com>
3934
3935 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
3936 declare VEC.
3937 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
3938 std::vector.
3939 (struct s390_process_info): Add initializers.
3940 (s390_add_process): Use new.
3941 (s390_linux_nat_target::low_forget_process): Use delete.
3942 (s390_linux_nat_target::low_new_fork)
3943 (s390_linux_nat_target::stopped_by_watchpoint)
3944 (s390_linux_nat_target::low_prepare_to_resume)
3945 (s390_linux_nat_target::insert_watchpoint)
3946 (s390_linux_nat_target::insert_hw_breakpoint)
3947 (s390_linux_nat_target::remove_watchpoint)
3948 (s390_linux_nat_target::remove_hw_breakpoint): Update.
3949
3950 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3951
3952 * aarch64-fbsd-nat.c: Include regcache.h.
3953 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
3954 argument.
3955 (aarch64_fbsd_nat_target::fetch_registers)
3956 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
3957 variable.
3958 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
3959
3960 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3961
3962 * fbsd-nat.c: Include gdbarch.h.
3963
3964 2019-07-15 Tom Tromey <tromey@adacore.com>
3965
3966 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
3967
3968 2019-07-15 Tom Tromey <tromey@adacore.com>
3969
3970 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
3971 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
3972 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
3973 * cli-out.c (cli_ui_out::do_field_int): New method.
3974 * ui-out.c (ui_out::field_unsigned): New method.
3975 * symfile.c (generic_load): Use field_unsigned.
3976 (print_transfer_performance): Likewise.
3977 * record-btrace.c (ui_out_field_uint): Remove.
3978 (btrace_call_history_insn_range, btrace_call_history): Use
3979 field_unsigned.
3980 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
3981 field_unsigned.
3982 * ui-out.h (class ui_out) <field_unsigned>: New method.
3983 <do_field_unsigned>: Likewise.
3984
3985 2019-07-15 Tom Tromey <tromey@adacore.com>
3986
3987 * mi/mi-main.c (list_available_thread_groups): Use field_string.
3988 * mi/mi-interp.c (mi_memory_changed): Use field_string.
3989 * target.c (flash_erase_command): Use field_string.
3990 * infrun.c (print_signal_received_reason): Use field_string.
3991 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
3992 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
3993 field_string.
3994 * ada-tasks.c (print_ada_task_info): Use field_string.
3995
3996 2019-07-15 Tom Tromey <tromey@adacore.com>
3997
3998 * target.c (flash_erase_command): Use field_core_addr.
3999 * symfile.c (generic_load): Use field_core_addr.
4000 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
4001 Use field_core_addr.
4002 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
4003 field_core_addr.
4004
4005 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4006
4007 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
4008 value if its desired type is smaller than a CORE_ADDR and signed.
4009
4010 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4011
4012 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4013 of changes to field names, and use new is_reference field to
4014 decide if a property is a reference or not.
4015 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4016 field.
4017 (struct dwarf2_property_baton): Update header comment, rename
4018 'referenced_type' to 'property_type' and update comments.
4019 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4020 default property type, store in property baton, update to take
4021 accound of renamed field.
4022 (read_func_scope): Update call to attr_to_dynamic_prop.
4023 (read_array_type): Likewise.
4024 (dwarf2_per_cu_addr_sized_int_type): New function.
4025 (read_subrange_index_type): Move type finding code to
4026 dwarf2_per_cu_addr_sized_int_type.
4027 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4028 (dwarf2_per_cu_addr_type): New function.
4029 (set_die_type): Update calls to attr_to_dynamic_prop.
4030
4031 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4032
4033 * dwarf2read.c (read_subrange_index_type): New function.
4034 (read_subrange_type): Move code into new function and call it.
4035 * gdbtypes.c (create_range_type): Add some asserts.
4036
4037 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4038
4039 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4040 update return statements.
4041 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4042 declaration, and update comment to match.
4043 * gdbtypes.c (resolve_dynamic_array): Update call to
4044 dwarf2_evaluate_property to match new return type.
4045
4046 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4047
4048 * valarith.c (value_subscripted_rvalue): Change lowerbound
4049 parameter type from int to LONGEST.
4050 * value.h (value_subscripted_rvalue): Likewise in declaration.
4051
4052 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * cli/cli-utils.c (info_print_command_completer): New function.
4055 * cli/cli-utils.h: Add 'completer.h' include, and forward
4056 declaration for 'struct cmd_list_element'.
4057 (info_print_command_completer): Declare.
4058 * stack.c (_initialize_stack): Add completer for 'info locals' and
4059 'info args'.
4060 * symtab.c (_initialize_symtab): Add completer for 'info
4061 variables' and 'info functions'.
4062 * NEWS: Mention completion for additional info commands.
4063
4064 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4065
4066 * cli/cli-utils.c (extract_info_print_args): Delete.
4067 (extract_arg_maybe_quoted): Delete.
4068 (info_print_options_defs): New variable.
4069 (make_info_print_options_def_group): New function.
4070 (extract_info_print_options): Define new function.
4071 * cli/cli-utils.h (extract_info_print_args): Delete.
4072 (struct info_print_options): New structure.
4073 (extract_info_print_options): Declare new function.
4074 * stack.c (info_locals_command): Update to use new
4075 extract_info_print_options, also add a header comment.
4076 (info_args_command): Likewise.
4077 * symtab.c (info_variables_command): Likewise.
4078 (info_functions_command): Likewise.
4079
4080 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4081
4082 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4083 to extract string arguments.
4084 * common/common-utils.c (extract_string_maybe_quoted): New function.
4085 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4086
4087 2019-07-11 Tom Tromey <tromey@adacore.com>
4088
4089 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4090 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
4091 * top.h (gdbinit): Don't declare.
4092 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
4093 into...
4094 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
4095 * top.c (gdb_init): Don't call init_cli_cmds.
4096 (gdbinit): Remove.
4097 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
4098
4099 2019-07-11 Tom Tromey <tromey@adacore.com>
4100
4101 * python/py-inferior.c (add_thread_object): Don't use thread_obj
4102 after it has been moved.
4103
4104 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4105
4106 * valops.c (value_must_coerce_to_target): Change return type to
4107 bool.
4108 * value.h (value_must_coerce_to_target): Likewise.
4109
4110 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
4111
4112 * breakpoint.c (is_hardware_watchpoint): Remove
4113 forward-declaration.
4114 (is_masked_watchpoint): Change return type to bool.
4115 (is_tracepoint): Likewise.
4116 (is_breakpoint): Likewise.
4117 (is_hardware_watchpoint): Likewise.
4118 (is_watchpoint): Likewise.
4119 (is_no_memory_software_watchpoint): Likewise.
4120 (is_catchpoint): Likewise.
4121 (breakpoint_1): Make FILTER parameter's return type bool.
4122 is_masked_watchpoint): Change return type to bool.
4123 (save_breakpoints): Make FILTER parameter's return type bool.
4124 * breakpoint.h (is_breakpoint): Change return type to bool.
4125 (is_watchpoint): Likewise.
4126 (is_catchpoint): Likewise.
4127 (is_tracepoint): Likewise.
4128
4129 2019-07-10 Tom Tromey <tom@tromey.com>
4130
4131 * defs.h: Don't include gdbarch.h.
4132 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4133 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4134 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4135 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4136 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4137 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4138 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4139 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4140 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4141 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4142 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4143 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4144 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4145 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4146 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4147 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4148 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4149 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4150 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4151 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4152 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4153 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4154 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4155 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4156 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4157 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4158 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4159
4160 2019-07-10 Tom Tromey <tromey@adacore.com>
4161
4162 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4163 * breakpoint.c (init_ada_exception_breakpoint): Register as
4164 bp_catchpoint.
4165 (print_one_breakpoint_location, print_one_breakpoint): Use
4166 is_ada_exception_catchpoint.
4167 * ada-lang.c (class ada_catchpoint_location): Pass
4168 bp_loc_software_breakpoint to bp_location constructor.
4169 (is_ada_exception_catchpoint): New function.
4170
4171 2019-07-10 Tom Tromey <tromey@adacore.com>
4172
4173 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4174 VEC.
4175 (struct arm_exidx_entry): New method operator<.
4176 (struct arm_exidx_data) <section_maps>: Change type.
4177 (arm_exidx_data_free): Remove.
4178 (arm_exidx_data_key): Change type. Move lower.
4179 (arm_exidx_new_objfile): Update.
4180 (arm_compare_exidx_entries): Remove.
4181 (arm_find_exidx_entry, _initialize_arm_tdep)
4182
4183 2019-07-10 Tom Tromey <tromey@adacore.com>
4184
4185 * solib-spu.c (ocl_program_data_key): Change type.
4186 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4187 Update.
4188
4189 2019-07-10 Tom Tromey <tromey@adacore.com>
4190
4191 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4192 (struct solib_aix_inferior_data) <library_list>: Change type.
4193 (solib_aix_inferior_data_handle): Change type.
4194 (get_solib_aix_inferior_data): Update.
4195 (solib_aix_free_library_list): Remove.
4196 (library_list_start_library): Update.
4197 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4198 return type.
4199 (solib_aix_get_library_list)
4200 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4201 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4202
4203 2019-07-10 Tom Tromey <tromey@adacore.com>
4204
4205 * solib-dsbt.c (struct dsbt_info): Add initializers.
4206 (solib_dsbt_pspace_data): Change type.
4207 (dsbt_pspace_data_cleanup): Remove.
4208 (get_dsbt_info, _initialize_dsbt_solib): Update.
4209
4210 2019-07-10 Tom Tromey <tromey@adacore.com>
4211
4212 * spu-tdep.c (spu_overlay_data): Change type.
4213 (spu_get_overlay_table, spu_overlay_new_objfile)
4214 (_initialize_spu_tdep): Update.
4215
4216 2019-07-10 Tom Tromey <tromey@adacore.com>
4217
4218 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4219 destructor.
4220 (dbx_objfile_data_key): Change type and declare later.
4221 (DBX_SYMFILE_INFO): Rewrite.
4222 * dbxread.c (dbx_objfile_data_key): Change type.
4223 (dbx_symfile_init): Update.
4224 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4225 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4226 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4227
4228 2019-07-10 Tom Tromey <tromey@adacore.com>
4229
4230 * jit.c (jit_program_space_key): Change type. Move lower.
4231 (get_jit_program_space_data): Update.
4232 (jit_program_space_data_cleanup): Remove.
4233 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4234 Update.
4235 (struct jit_program_space_data): Add initializers.
4236
4237 2019-07-10 Tom Tromey <tromey@adacore.com>
4238
4239 * solib-darwin.c (struct darwin_info): Add initializers.
4240 (solib_darwin_pspace_data): Change type.
4241 (darwin_pspace_data_cleanup): Remove.
4242 (get_darwin_info, _initialize_darwin_solib): Update.
4243
4244 2019-07-10 Tom Tromey <tromey@adacore.com>
4245
4246 * remote-sim.c (struct sim_inferior_data): Add initializers,
4247 constructor, and destructor.
4248 (sim_inferior_data_key): Change type. Move lower.
4249 (check_for_duplicate_sim_descriptor): Update.
4250 (get_sim_inferior_data): Use new. Update.
4251 (~sim_inferior_data_cleanup): Rename from
4252 sim_inferior_data_cleanup. Simplify.
4253 (gdbsim_close_inferior, simulator_command)
4254 (sim_command_completer, _initialize_remote_sim): Update.
4255 (next_pid, INITIAL_PID): Move earlier.
4256
4257 2019-07-10 Tom Tromey <tromey@adacore.com>
4258
4259 * python/python-internal.h (create_thread_object): Return
4260 gdbpy_ref.
4261 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4262 * python/py-inferior.c (struct threadlist_entry): Add
4263 constructor.
4264 <thread_obj>: Now a gdbpy_ref.
4265 (thread_to_thread_object): Update.
4266 (add_thread_object): Use new.
4267 (delete_thread_object): Use delete.
4268 (infpy_threads): Update.
4269 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4270 GIL.
4271
4272 2019-07-10 Tom Tromey <tromey@adacore.com>
4273
4274 * valops.c (value_cast): Specialize error message for Ada.
4275
4276 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4277
4278 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4279
4280 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4281
4282 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4283 bpstat_should_step): Return bool, adjust comments.
4284 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4285 bpstat_should_step): Likewise.
4286
4287 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4288
4289 * features/Makefile: Use feature target descriptions for Arm.
4290 * features/arm/arm-core.c: Generate new file.
4291 * features/arm/arm-fpa.c: Likewise.
4292 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4293 * features/arm/arm-m-profile.c: Likewise.
4294 * features/arm/arm-vfpv2.c: Likewise.
4295 * features/arm/arm-vfpv3.c: Likewise.
4296 * features/arm/xscale-iwmmxt.c: Likewise.
4297 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4298
4299 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4300
4301 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4302 ptrace earlier.
4303
4304 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4305
4306 * features/aarch64-pauth.c: Regenerate.
4307
4308 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4309
4310 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4311 bool.
4312 (bpstat_what): Use false instead of 0.
4313
4314 2019-07-09 Pedro Alves <palves@redhat.com>
4315
4316 * break-catch-throw.c (is_exception_catchpoint): New.
4317 * breakpoint.c (print_one_breakpoint_location): New parameter
4318 'raw_loc'. Handle it. Use
4319 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4320 looking at the breakpoint's type.
4321 (print_one_breakpoint): If handling "maint info breakpoints", also
4322 print locations of exception catchpoints.
4323 * breakpoint.h (is_exception_catchpoint): Declare.
4324
4325 2019-07-09 Pedro Alves <palves@redhat.com>
4326
4327 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4328 "addr" field.
4329 (allocate_location_exception_catchpoint): New.
4330 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4331 (initialize_throw_catchpoint_ops): Install
4332 allocate_location_exception_catchpoint as allocate_location
4333 method.
4334 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4335 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4336 bp_loc_other.
4337 (breakpoint_address_is_meaningful): Delete.
4338 (bl_address_is_meaningful): New.
4339 (breakpoint_locations_match): Adjust comment.
4340 (bp_location_from_bp_type): New, factored out of...
4341 (bp_location::bp_location(breakpoint *)): ... this.
4342 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4343 factored out of...
4344 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4345 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4346 breakpoint_address_is_meaningful.
4347 (bp_locations_compare): Adjust comment.
4348 (update_global_location_list): Use bl_address_is_meaningful
4349 instead of breakpoint_address_is_meaningful.
4350 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4351 explicit.
4352 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4353 * python/py-breakpoint.c (bppy_get_location): No longer check
4354 whether location is null.
4355
4356 2019-07-09 Pedro Alves <palves@redhat.com>
4357
4358 PR c++/15468
4359 * breakpoint.c (print_one_breakpoint_location): Remove
4360 single-location assert.
4361
4362 2019-07-09 Tom Tromey <tom@tromey.com>
4363
4364 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4365 * configure: Rebuild.
4366 * configure.ac: Change common to gdbsupport.
4367 * gdbsupport: Rename from common.
4368 * acinclude.m4: Change common to gdbsupport.
4369 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4370 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4371 gdbsupport.
4372 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4373 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4374 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4375 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4376 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4377 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4378 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4379 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4380 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4381 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4382 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4383 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4384 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4385 coff-pe-read.c, command.h, compile/compile-c-support.c,
4386 compile/compile-c.h, compile/compile-cplus-symbols.c,
4387 compile/compile-cplus-types.c, compile/compile-cplus.h,
4388 compile/compile-loc2c.c, compile/compile.c, completer.c,
4389 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4390 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4391 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4392 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4393 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4394 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4395 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4396 features/aarch64-core.c, features/aarch64-fpu.c,
4397 features/aarch64-pauth.c, features/aarch64-sve.c,
4398 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4399 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4400 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4401 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4402 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4403 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4404 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4405 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4406 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4407 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4408 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4409 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4410 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4411 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4412 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4413 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4414 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4415 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4416 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4417 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4418 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4419 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4420 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4421 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4422 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4423 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4424 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4425 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4426 minsyms.c, mips-linux-tdep.c, namespace.h,
4427 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4428 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4429 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4430 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4431 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4432 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4433 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4434 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4435 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4436 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4437 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4438 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4439 procfs.c, producer.c, progspace.h, psymtab.h,
4440 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4441 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4442 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4443 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4444 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4445 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4446 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4447 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4448 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4449 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4450 target-memory.c, target.c, target.h, target/waitstatus.c,
4451 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4452 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4453 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4454 unittests/array-view-selftests.c,
4455 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4456 unittests/common-utils-selftests.c,
4457 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4458 unittests/format_pieces-selftests.c,
4459 unittests/function-view-selftests.c,
4460 unittests/lookup_name_info-selftests.c,
4461 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4462 unittests/mkdir-recursive-selftests.c,
4463 unittests/observable-selftests.c,
4464 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4465 unittests/parse-connection-spec-selftests.c,
4466 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4467 unittests/scoped_fd-selftests.c,
4468 unittests/scoped_mmap-selftests.c,
4469 unittests/scoped_restore-selftests.c,
4470 unittests/string_view-selftests.c, unittests/style-selftests.c,
4471 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4472 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4473 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4474 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4475 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4476 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4477
4478 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4479
4480 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4481 bool value.
4482 (decode_digits_ordinary): Set explicit_line field in sal.
4483 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4484 symtab_and_line that was set on an explicit line number in
4485 assembler code. Do always update the recorded symtab and line if
4486 we do skip the prologue.
4487
4488 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * breakpoint.c (set_breakpoint_location_function): Remove
4491 explicit_loc parameter.
4492 (momentary_breakpoint_from_master): Update call to
4493 set_breakpoint_location_function.
4494 (add_location_to_breakpoint): Likewise.
4495
4496 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4499 required features based on default bfd type when no specific bfd
4500 is present.
4501
4502 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4503
4504 * NEWS: Mention that GDB printf and eval commands can now print
4505 C-style and Ada-style convenience var strings without
4506 calling the inferior.
4507 * printcmd.c (printf_c_string): Locally print GDB internal var
4508 instead of transiting via the inferior.
4509 (printf_wide_c_string): Likewise.
4510
4511 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4512
4513 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4514
4515 2019-07-04 Tom Tromey <tom@tromey.com>
4516
4517 PR tui/24724:
4518 * tui/tui-winsource.c (tui_clear_source_content): Update.
4519 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4520 (tui_update_breakpoint_info): Update.
4521 (tui_set_exec_info_content): Update.
4522 * tui/tui-source.c (tui_set_source_content_nil): Update.
4523 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4524 has_break.
4525 * tui/tui-data.h (enum tui_bp_flag): New.
4526 (tui_bp_flags): New enum flags type.
4527 (struct tui_source_element) <break_mode>: Change type. Rename
4528 from has_break.
4529 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4530 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4531 constants.
4532 * tui/tui-winsource.h: Fix comment.
4533
4534 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4535
4536 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4537 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4538 (store_fpregs_to_thread)
4539 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4540 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4541 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4542 (IWMMXT_REGS_SIZE): Add define.
4543 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4544 (fetch_vfp_regs, store_vfp_regs)
4545 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4546 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4547
4548 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4549
4550 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4551 defines.
4552 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4553 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4554 (ARM_INT_REGISTER_SIZE): ...to this.
4555 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4556 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4557 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4558 (arm_linux_collect_gregset, supply_nwfpe_register)
4559 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4560 defines.
4561 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4562 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4563 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4564 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4565 (arm_return_in_memory, arm_store_return_value)
4566 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4567 (arm_record_ld_st_multiple): Likewise.
4568 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4569 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4570
4571 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4572
4573 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4574 AARCH64_DISPLACED_MODIFIED_INSNS.
4575 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4576 (aarch64_displaced_step_copy_insn): Likewise.
4577 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4578 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4579 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4580 ARM_DISPLACED_MODIFIED_INSNS.
4581 * arm-tdep.c (arm_gdbarch_init): Likewise.
4582 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4583 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4584 (struct arm_displaced_step_closure): Use
4585 ARM_DISPLACED_MODIFIED_INSNS.
4586
4587 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4588
4589 * features/Makefile: Remove unused xml files.
4590 * features/aarch64.xml: Remove.
4591 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4592 * features/i386/amd64-avx-avx512.xml: Remove.
4593 * features/i386/amd64-avx-linux.xml: Remove.
4594 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4595 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4596 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4597 * features/i386/amd64-avx-mpx.xml: Remove.
4598 * features/i386/amd64-avx.xml: Remove.
4599 * features/i386/amd64-linux.xml: Remove.
4600 * features/i386/amd64-mpx-linux.xml: Remove.
4601 * features/i386/amd64-mpx.xml: Remove.
4602 * features/i386/amd64.xml: Remove.
4603 * features/i386/i386-avx-avx512-linux.xml: Remove.
4604 * features/i386/i386-avx-avx512.xml: Remove.
4605 * features/i386/i386-avx-linux.xml: Remove.
4606 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
4607 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
4608 * features/i386/i386-avx-mpx-linux.xml: Remove.
4609 * features/i386/i386-avx-mpx.xml: Remove.
4610 * features/i386/i386-avx.xml: Remove.
4611 * features/i386/i386-linux.xml: Remove.
4612 * features/i386/i386-mmx-linux.xml: Remove.
4613 * features/i386/i386-mmx.xml: Remove.
4614 * features/i386/i386-mpx-linux.xml: Remove.
4615 * features/i386/i386-mpx.xml: Remove.
4616 * features/i386/i386.xml: Remove.
4617 * features/i386/x32-avx-avx512-linux.xml: Remove.
4618 * features/i386/x32-avx-linux.xml: Remove.
4619 * features/i386/x32-linux.xml: Remove.
4620
4621 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4622
4623 * regformats/aarch64.dat: Remove.
4624 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
4625 * regformats/i386/amd64-avx-linux.dat: Remove.
4626 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
4627 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
4628 * regformats/i386/amd64-linux.dat: Remove.
4629 * regformats/i386/amd64-mpx-linux.dat: Remove.
4630 * regformats/i386/amd64.dat: Remove.
4631 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
4632 * regformats/i386/i386-avx-linux.dat: Remove.
4633 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
4634 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
4635 * regformats/i386/i386-linux.dat: Remove.
4636 * regformats/i386/i386-mmx-linux.dat: Remove.
4637 * regformats/i386/i386-mpx-linux.dat: Remove.
4638 * regformats/i386/i386.dat: Remove.
4639 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
4640 * regformats/i386/x32-avx-linux.dat: Remove.
4641 * regformats/i386/x32-linux.dat: Remove.
4642
4643 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4644
4645 * aarch64-tdep.c: Remove xml self tests.
4646 * amd64-linux-tdep.c: Likewise.
4647 * amd64-tdep.c: Likewise.
4648 * i386-linux-tdep.c: Likewise.
4649 * i386-tdep.c: Likewise.
4650
4651 2019-07-03 Pedro Alves <palves@redhat.com>
4652
4653 PR cli/24732
4654 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
4655 (pipe_cmd_option_defs): New.
4656 (make_pipe_cmd_options_def_group): New.
4657 (pipe_command): Use gdb::option::process_options.
4658 (pipe_command_completer): New function.
4659 (_initialize_cli_cmds): Install completer for "pipe" command.
4660
4661 2019-07-03 Pedro Alves <palves@redhat.com>
4662
4663 * cli/cli-option.c (union option_value) <string>: New field.
4664 (struct option_def_and_value): Add ctor, move ctor, dtor and
4665 use DISABLE_COPY_AND_ASSIGN.
4666 (option_def_and_value::clear_value): New.
4667 (parse_option, save_option_value_in_ctx, get_val_type_str)
4668 (add_setshow_cmds_for_options): Handle var_string.
4669 * cli-option.h (union option_def::var_address) <string>: New
4670 field.
4671 (struct string_option_def): New.
4672 * maint-test-options.c (struct test_options_opts): Add default
4673 ctor and use DISABLE_COPY_AND_ASSIGN.
4674 <string_opt>: New field.
4675 (test_options_opts::~test_options_opts): New.
4676 (test_options_opts::dump): Also dump "-string".
4677 (test_options_option_defs): Install "string.
4678
4679 2019-07-03 Pedro Alves <palves@redhat.com>
4680
4681 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
4682 option_value with a null enumeration.
4683 (complete_options): Save the option values in the context.
4684 (save_option_value_in_ctx): New, factored out from ...
4685 (process_options): ... here.
4686 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
4687 of the function.
4688 * maint-test-options.c (test_options_opts::dump): New, factored
4689 out from ...
4690 (maintenance_test_options_command_mode): ... here.
4691 (maintenance_test_options_command_completion_result): Delete.
4692 (maintenance_test_options_command_completion_text): Update
4693 comment.
4694 (maintenance_show_test_options_completion_result): Change
4695 prototype. Just print
4696 maintenance_test_options_command_completion_text.
4697 (save_completion_result): New.
4698 (maintenance_test_options_completer_mode): Pass options context to
4699 complete_options, and then save a dump.
4700 (_initialize_maint_test_options): Use add_cmd to install "maint
4701 show test-options-completion-result".
4702
4703 2019-07-03 Pedro Alves <palves@redhat.com>
4704
4705 * NEWS (New commands): Mention "with" and "maint with".
4706 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
4707 (with_command, with_command_completer): New.
4708 (pipe_command): Adjust to new repeat_previous
4709 interface.
4710 (_initialize_cli_cmds): Install the "with" command and its "w"
4711 alias.
4712 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
4713 declarations.
4714 * cli/cli-setshow.c (parse_cli_var_uinteger)
4715 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
4716 argument strings for all var_types.
4717 (get_setshow_command_value_string): New, factored out from ...
4718 (do_show_command): ... this.
4719 * cli/cli-setshow.h: Include <string>.
4720 (get_setshow_command_value_string): Declare.
4721 * command.h (repeat_previous): Now returns const char *. Adjust
4722 comment.
4723 * maint.c: Include "cli/cli-cmds.h".
4724 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
4725 (_initialize_maint_cmds): Register the "maintenance with" command.
4726 * top.c (repeat_previous): Move bits from pipe_command here:
4727 Return the saved command line, if any; error out if there's no
4728 command to relaunch.
4729
4730 2019-07-03 Pedro Alves <palves@redhat.com>
4731
4732 * NEWS (New commands): Mention "maint set/show test-settings"
4733 instead of "maint test-settings".
4734 * maint-test-settings.c (maintenance_test_settings_list): Delete.
4735 (maintenance_test_settings_set_list): Rename to ...
4736 (maintenance_set_test_settings_list): ... this.
4737 (maintenance_test_settings_show_list): Rename to ...
4738 (maintenance_show_test_settings_list): ... this.
4739 (maintenance_test_settings_cmd): Delete.
4740 (maintenance_test_settings_set_cmd): ...
4741 (maintenance_set_test_settings_cmd): ... this.
4742 (maintenance_test_settings_show_cmd): ...
4743 (maintenance_show_test_settings_cmd): ... this.
4744 (maintenance_test_settings_show_value_cmd):
4745 (maintenance_show_test_settings_value_cmd): ... this.
4746 (_initialize_maint_test_settings): No longer install the "maint
4747 test-settings" prefix command. Rename "maint test-settings set"
4748 to "maint set test-settings", and "maint test-settings show" to
4749 "maint show test-settings". Adjust all subcommands.
4750
4751 2019-07-03 Pedro Alves <palves@redhat.com>
4752
4753 * maint-test-settings.c: Fix file's intro comment. Replace all
4754 references to "test-options" with references to "test-settings",
4755 in comments.
4756
4757 2019-07-03 Pedro Alves <palves@redhat.com>
4758
4759 * maint-test-settings.c (maintenance_test_settings_xxx)
4760 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
4761 New.
4762 (maintenance_test_settings_enums): Use them.
4763 (maintenance_test_settings_enum): Default to
4764 maintenance_test_settings_xxx.
4765 (_initialize_maint_test_settings): Initialize
4766 MAINTENANCE_TEST_SETTINGS_FILENAME.
4767
4768 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4769
4770 * breakpoint.h (remove_breakpoints_inf): Change return type to
4771 void, move function documentation here.
4772 * breakpoint.c (remove_breakpoints_inf): Change return type to
4773 void, move function documentation to header.
4774
4775 2019-07-02 Pedro Alves <palves@redhat.com>
4776
4777 * NEWS (Completion improvements): Mention "info threads".
4778 * thread.c (struct info_threads_opts, info_threads_option_defs)
4779 (make_info_threads_options_def_group): New.
4780 (info_threads_command): Use gdb::option::process_options.
4781 (info_threads_command_completer): New.
4782 (_initialize_thread): Use gdb::option::build_help to build the
4783 help text for "info threads".
4784
4785 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4786
4787 * defs.h (generic_load): Move from here...
4788 * symfile.h (generic_load): ... to here. Rename name parameter
4789 to args.
4790 * symfile.c (generic_load): Add comment.
4791
4792 2019-07-01 Tom Tromey <tromey@adacore.com>
4793
4794 * dwarf2read.c
4795 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
4796 declaration of without_params. Fix formatting.
4797
4798 2019-07-01 Tom Tromey <tromey@adacore.com>
4799
4800 * ada-exp.y (find_primitive_type): Update.
4801 * ada-lang.h (ada_lookup_symbol): Update.
4802 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
4803 parameter.
4804 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
4805
4806 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4807
4808 PR breakpoints/24541
4809 * gdbarch.c: Regenerate.
4810 * gdbarch.h: Regenerate.
4811 * gdbarch.sh: Add 'stap_adjust_register'.
4812 * i386-tdep.c: Include '<unordered_set>'.
4813 (i386_stap_adjust_register): New function.
4814 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
4815 * stap-probe.c (stap_parse_register_operand): Call
4816 'gdbarch_stap_adjust_register'.
4817
4818 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4819
4820 PR python/24742
4821 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
4822 * python/python.c (do_start_initialization): Use 'xmalloc'
4823 instead of 'PyMem_Malloc'.
4824
4825 2019-06-28 Tom Tromey <tromey@adacore.com>
4826
4827 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
4828 for Ada.
4829
4830 2019-06-27 Tom Tromey <tromey@adacore.com>
4831
4832 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
4833 objfile_key.
4834 (arm_find_mapping_symbol, arm_record_special_symbol)
4835 (_initialize_arm_tdep): Update.
4836 (arm_objfile_data_free): Remove.
4837
4838 2019-06-27 Tom Tromey <tromey@adacore.com>
4839
4840 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
4841 to cp_print_static_field.
4842
4843 2019-06-26 Tom Tromey <tromey@adacore.com>
4844
4845 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
4846 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
4847 declare.
4848
4849 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4850
4851 * features/aarch64-core.c (create_feature_aarch64_core):
4852 Regenerate.
4853 * features/aarch64-core.xml: Add cpsr flags.
4854
4855 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4856
4857 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
4858 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
4859
4860 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4861
4862 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
4863 field.
4864 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
4865 use.
4866 (arm_record_special_symbol): Don't insert new symbol in sorted
4867 position, push it at the end.
4868
4869 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4870
4871 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
4872 (arm_mapping_symbol_s): Remove.
4873 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
4874 (arm_mapping_symbol_vec): New typedef.
4875 (struct arm_per_objfile): Add constructor.
4876 <section_maps>: Change type to
4877 std::unique_ptr<arm_mapping_symbol_vec[]>.
4878 (arm_compare_mapping_symbols): Remove.
4879 (arm_find_mapping_symbol): Adjust to section_maps type change.
4880 (arm_objfile_data_free): Call delete on arm_per_objfile.
4881 (arm_record_special_symbol): Adjust to section_maps type change.
4882 Allocate arm_per_objfile with new.
4883
4884 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4885
4886 * cli/cli-cmds.c (alias_command): Compare the alias prefix
4887 with the command prefix.
4888
4889 2019-06-25 Tom Tromey <tom@tromey.com>
4890
4891 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
4892 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
4893
4894 2019-06-25 Tom Tromey <tom@tromey.com>
4895
4896 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
4897 type.
4898 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
4899 protected.
4900
4901 2019-06-25 Tom Tromey <tom@tromey.com>
4902
4903 * tui/tui-winsource.c
4904 (tui_source_window_base::set_is_exec_point_at): Add check against
4905 LOA_ADDRESS.
4906
4907 2019-06-25 Tom Tromey <tom@tromey.com>
4908
4909 * tui/tui-source.c (tui_set_source_content): Don't check before
4910 xfree.
4911 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
4912
4913 2019-06-25 Tom Tromey <tom@tromey.com>
4914
4915 * tui/tui-winsource.h (tui_update_source_window_as_is)
4916 (tui_alloc_source_buffer, tui_line_is_displayed)
4917 (tui_addr_is_displayed): Change type of win_info.
4918 * tui/tui-winsource.c (tui_update_source_window_as_is)
4919 (tui_clear_source_content, tui_show_source_line)
4920 (tui_show_source_content, tui_source_window_base::refill)
4921 (tui_source_window_base::set_is_exec_point_at)
4922 (tui_source_window_base::set_is_exec_point_at)
4923 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
4924 (tui_alloc_source_buffer, tui_line_is_displayed)
4925 (tui_addr_is_displayed): Change type of win_info. Update.
4926 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4927 (tui_source_window_base::do_make_visible_with_new_height):
4928 Update.
4929 * tui/tui-source.c (tui_set_source_content)
4930 (tui_set_source_content_nil)
4931 (tui_source_window::do_scroll_vertical): Update.
4932 * tui/tui-layout.c (show_layout): Update.
4933 * tui/tui-disasm.c (tui_set_disassem_content)
4934 (tui_disasm_window::do_scroll_vertical): Update.
4935 * tui/tui-data.h (tui_win_content): Remove.
4936 (struct tui_gen_win_info) <content, content_size>: Remove.
4937 (struct tui_source_element): Add initializers and destructor.
4938 (union tui_which_element, struct tui_win_element): Remove.
4939 (struct tui_source_window_base) <content>: New field.
4940 (struct tui_data_window): Remove destructor.
4941 (tui_alloc_content, tui_free_win_content)
4942 (tui_free_all_source_wins_content): Don't declare.
4943 * tui/tui-data.c (tui_initialize_static_data): Update.
4944 (init_content_element, tui_alloc_content): Remove.
4945 (~tui_gen_win_info): Update.
4946 (~tui_data_window, tui_free_all_source_wins_content)
4947 (tui_free_win_content, free_content, free_content_elements):
4948 Remove.
4949
4950 2019-06-25 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-winsource.h (tui_clear_source_content)
4953 (tui_erase_source_content, tui_show_source_content): Change type
4954 of win_info.
4955 * tui/tui-winsource.c (tui_clear_source_content)
4956 (tui_erase_source_content, tui_show_source_content): Change type
4957 of win_info.
4958 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4959 * tui/tui-source.h (tui_set_source_content_nil): Change type of
4960 win_info.
4961 * tui/tui-source.c (tui_set_source_content_nil): Change type of
4962 win_info.
4963 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
4964
4965 2019-06-25 Tom Tromey <tom@tromey.com>
4966
4967 * tui/tui-winsource.c (tui_clear_source_content)
4968 (tui_source_window_base::set_is_exec_point_at): Update.
4969 * tui/tui-source.c (tui_set_source_content_nil): Update.
4970 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
4971 a bool.
4972 * tui/tui-data.c (init_content_element): Update.
4973
4974 2019-06-25 Tom Tromey <tom@tromey.com>
4975
4976 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
4977 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
4978 * tui/tui-layout.c (init_and_make_win): Update.
4979 * tui/tui.h (enum tui_win_type): Update.
4980 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
4981 tui_win_is_auxillary.
4982 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
4983 tui_win_is_auxillary.
4984
4985 2019-06-25 Tom Tromey <tom@tromey.com>
4986
4987 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
4988 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
4989 (tui_delete_data_content_windows, tui_display_all_data)
4990 (tui_data_window::do_scroll_vertical, tui_display_data_from):
4991 Update.
4992 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
4993 * tui/tui-regs.c (tui_last_regs_line_no)
4994 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
4995 (tui_show_registers): Update.
4996 (tui_show_register_group): Return void. Update.
4997 (tui_display_registers_from, tui_display_reg_element_at_line)
4998 (tui_display_registers_from_line, tui_check_register_values):
4999 Update.
5000 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
5001 member.
5002 (struct tui_data_window) <regs_content>: Now a std::vector.
5003 <regs_content_count>: Remove.
5004 (tui_add_content_elements, tui_free_data_content): Don't declare.
5005 * tui/tui-data.c (tui_data_window::clear_detail): Update.
5006 (init_content_element): Remove DATA_WIN case. Add assert.
5007 (tui_add_content_elements): Remove.
5008 (tui_data_window): Update.
5009 (tui_free_data_content): Remove.
5010 (free_content_elements): Remove DATA_WIN case.
5011
5012 2019-06-25 Tom Tromey <tom@tromey.com>
5013
5014 * tui/tui-data.c (tui_data_item_window): Update.
5015 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5016 * tui/tui-windata.c (tui_display_all_data)
5017 (tui_display_data_from_line): Update.
5018 (tui_check_data_values): Remove.
5019 * tui/tui-regs.c (tui_show_register_group)
5020 (tui_display_reg_element_at_line): Update.
5021 * tui/tui-hooks.c (tui_register_changed)
5022 (tui_refresh_frame_and_register_information): Call
5023 tui_check_register_values.
5024 * tui/tui-data.h (struct tui_data_window) <data_content,
5025 data_content_count, data_type>: Remove.
5026 (enum tui_data_type): Remove.
5027
5028 * tui/tui-data.c (tui_data_window::clear_detail)
5029 (~tui_data_window): Update.
5030
5031 2019-06-25 Tom Tromey <tom@tromey.com>
5032
5033 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5034 declare.
5035 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5036 Rename from tui_first_data_item_displayed. Update.
5037 (tui_data_window::refresh_all)
5038 (tui_data_window::do_scroll_vertical): Update.
5039 * tui/tui-data.h (struct tui_data_window)
5040 <first_data_item_displayed>: Declare new method.
5041
5042 2019-06-25 Tom Tromey <tom@tromey.com>
5043
5044 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5045 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5046 contents...
5047 (tui_initialize_static_data): ...here.
5048
5049 2019-06-25 Tom Tromey <tom@tromey.com>
5050
5051 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5052 (tui_display_registers_from, tui_check_register_values): Update.
5053 (tui_display_register): Remove win_info parameter; update.
5054 (tui_get_register): Change type of parameters.
5055 * tui/tui-data.h (struct tui_data_element): Remove.
5056 (union tui_which_element) <data>: Remove.
5057 <data_window>: Change type.
5058 (struct tui_data_item_window): New.
5059 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5060 case. Add assert.
5061 (~tui_data_item_window): New destructor.
5062 (free_content_elements): Remove DATA_ITEM_WIN case.
5063
5064 2019-06-25 Tom Tromey <tom@tromey.com>
5065
5066 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5067 Remove.
5068
5069 2019-06-25 Tom Tromey <tom@tromey.com>
5070
5071 * tui/tui-data.h (struct tui_command_element): Remove.
5072 (union tui_which_element) <command>: Remove.
5073 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5074 assert.
5075 (free_content_elements): Remove CMD_WIN case.
5076
5077 2019-06-25 Tom Tromey <tom@tromey.com>
5078
5079 * tui/tui-layout.c (tui_set_layout): Update.
5080 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5081 * tui/tui-data.c (layout_def): Update.
5082
5083 2019-06-25 Tom Tromey <tom@tromey.com>
5084
5085 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5086 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5087 (tui_source_window_base::set_new_height): Update.
5088 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5089 Update.
5090 (tui_set_locator_fullname, tui_set_locator_info)
5091 (tui_show_frame_info): Update.
5092 * tui/tui-source.c (tui_set_source_content)
5093 (tui_source_is_displayed): Update.
5094 * tui/tui-layout.c (show_source_disasm_command, show_data)
5095 (show_source_or_disasm_and_command): Update.
5096 * tui/tui-disasm.c (tui_set_disassem_content)
5097 (tui_get_begin_asm_address): Update.
5098 * tui/tui-data.h (struct tui_locator_element): Remove.
5099 (union tui_which_element) <locator>: Remove.
5100 (struct tui_locator_window): New.
5101 (tui_locator_win_info_ptr): Change return type.
5102 * tui/tui-data.c (_locator): Change type.
5103 (tui_locator_win_info_ptr): Change return type.
5104 (init_content_element): Remove LOCATOR_WIN case. Add assert.
5105 (tui_alloc_content): Add assert.
5106
5107 2019-06-25 Tom Tromey <tom@tromey.com>
5108
5109 * tui/tui-winsource.c
5110 (tui_exec_info_window::maybe_allocate_content): New method.
5111 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5112 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5113 (make_source_or_disasm_window): Add cast.
5114 * tui/tui-data.h (union tui_which_element) <simple_string>:
5115 Remove.
5116 (struct tui_source_info): New.
5117 (struct tui_source_window_base) <execution_info>: Change type.
5118 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5119 case, and add assert.
5120 (tui_alloc_content): Add assert.
5121
5122 2019-06-25 Tom Tromey <tom@tromey.com>
5123
5124 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5125 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5126 * tui/tui-data.c (tui_alloc_win_info): Remove.
5127
5128 2019-06-25 Tom Tromey <tom@tromey.com>
5129
5130 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5131 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5132 can_highlight.
5133
5134 2019-06-25 Tom Tromey <tom@tromey.com>
5135
5136 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5137 make_visible_with_new_height method.
5138 (tui_win_info::make_visible_with_new_height): New method.
5139 (tui_source_window_base::do_make_visible_with_new_height)
5140 (tui_data_window::do_make_visible_with_new_height)
5141 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5142 (make_visible_with_new_height): Remove.
5143 (tui_resize_all, tui_adjust_win_heights): Use
5144 make_visible_with_new_height method.
5145 * tui/tui-data.h (struct tui_win_info)
5146 <do_make_visible_with_new_height, make_visible_with_new_height>:
5147 New methods.
5148 (struct tui_source_window_base, struct tui_data_window)
5149 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5150 methods.
5151
5152 2019-06-25 Tom Tromey <tom@tromey.com>
5153
5154 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5155 method.
5156 (update_tab_width): Call update_tab_width method.
5157 * tui/tui-data.h (struct tui_win_info)
5158 (struct tui_source_window_base) <update_tab_width>: New methods.
5159
5160 2019-06-25 Tom Tromey <tom@tromey.com>
5161
5162 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5163 parameter.
5164 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5165 parameter.
5166 (tui_gen_win_info::make_visible): Update.
5167 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5168 parameter.
5169 * tui/tui-data.h (enum tui_box): New enum.
5170 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5171
5172 2019-06-25 Tom Tromey <tom@tromey.com>
5173
5174 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5175 init_and_make_win for EXEC_INFO_WIN.
5176 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5177 longer inline.
5178 (struct tui_win_info) <~tui_win_info>: Inline.
5179 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5180 Don't declare.
5181 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5182 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5183 Remove.
5184 (tui_initialize_static_data): Update.
5185 (~tui_gen_win_info): Handle more cleanup here.
5186 (~tui_source_window_base): Delete "execution_info".
5187 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5188
5189 2019-06-25 Tom Tromey <tom@tromey.com>
5190
5191 * tui/tui-layout.c (make_command_window): Don't set
5192 can_highlight.
5193 (show_source_disasm_command): Call the reset method.
5194 (show_data): Don't set can_highlight. Call the reset method.
5195 (tui_gen_win_info::reset): Rename from init_gen_win_info
5196 (init_and_make_win): Simplify. Return tui_gen_win_info.
5197 (show_source_or_disasm_and_command): Call the reset method.
5198 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5199 (struct tui_cmd_window): Set can_highlight.
5200
5201 2019-06-25 Tom Tromey <tom@tromey.com>
5202
5203 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5204 from make_visible.
5205 (tui_make_visible, tui_make_invisible): Rewrite.
5206 (tui_win_info::make_visible): Remove.
5207 (tui_source_window_base::make_visible): Update.
5208 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5209 method. Moved from...
5210 (struct tui_win_info) <make_visible>: ...here.
5211
5212 2019-06-25 Tom Tromey <tom@tromey.com>
5213
5214 * tui/tui-winsource.c
5215 (tui_source_window_base::do_scroll_horizontal): Remove direction
5216 parameter.
5217 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5218 direction parameter.
5219 * tui/tui-win.c (tui_win_info::forward_scroll)
5220 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5221 (tui_win_info::right_scroll): Update.
5222 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5223 direction parameter.
5224 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5225 direction parameter.
5226 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5227 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5228 Remove direction parameter.
5229 (struct tui_source_window_base, struct tui_source_window)
5230 (struct tui_disasm_window, struct tui_data_window)
5231 (struct tui_cmd_window): Update.
5232
5233 2019-06-25 Tom Tromey <tom@tromey.com>
5234
5235 * tui/tui-winsource.h (tui_set_exec_info_content)
5236 (tui_show_exec_info_content, tui_erase_exec_info_content)
5237 (tui_clear_exec_info_content, tui_update_exec_info): Change
5238 argument to tui_source_window_base.
5239 * tui/tui-winsource.c (tui_set_exec_info_content)
5240 (tui_show_exec_info_content, tui_erase_exec_info_content)
5241 (tui_clear_exec_info_content, tui_update_exec_info): Change
5242 argument to tui_source_window_base.
5243
5244 2019-06-25 Tom Tromey <tom@tromey.com>
5245
5246 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5247 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5248
5249 2019-06-25 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5252 check.
5253
5254 2019-06-25 Tom Tromey <tom@tromey.com>
5255
5256 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5257 type to void.
5258 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5259 type to void.
5260 * tui/tui-source.c (tui_set_source_content): Update.
5261 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5262
5263 2019-06-25 Tom Tromey <tom@tromey.com>
5264
5265 * tui/tui-win.c (window_name_completer, tui_set_focus)
5266 (tui_all_windows_info): Use name method.
5267 * tui/tui-data.h (struct tui_gen_win_info)
5268 (struct tui_source_window, struct tui_disasm_window)
5269 (struct tui_data_window, struct tui_cmd_window) <name>: New
5270 method.
5271 (tui_win_name): Don't declare.
5272 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5273 (tui_win_name): Remove.
5274
5275 2019-06-25 Tom Tromey <tom@tromey.com>
5276
5277 * tui/tui-winsource.h (tui_update_source_window)
5278 (tui_update_source_window_as_is): Change parameter type.
5279 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5280 to be a tui_source_window_base.
5281 (tui_update_source_window_as_is): Likewise.
5282 * tui/tui-win.c (make_visible_with_new_height): Update.
5283
5284 2019-06-25 Tom Tromey <tom@tromey.com>
5285
5286 * tui/tui-winsource.c (tui_erase_source_content)
5287 (tui_show_source_content, tui_show_exec_info_content)
5288 (tui_erase_exec_info_content): Use refresh_window method.
5289 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5290 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5291 from tui_refresh_win.
5292 (tui_data_window::refresh_window): New method.
5293 (tui_win_info::refresh, tui_source_window_base::refresh)
5294 (tui_refresh_all): Use refresh_window method.
5295 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5296 method.
5297 * tui/tui-regs.c (tui_display_register): Call refresh_window
5298 method.
5299 * tui/tui-layout.c (show_source_disasm_command)
5300 (show_source_or_disasm_and_command): Call refresh_window method.
5301 * tui/tui-data.h (struct tui_gen_win_info)
5302 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5303 New method.
5304
5305 2019-06-25 Tom Tromey <tom@tromey.com>
5306
5307 * tui/tui.c (tui_rl_other_window, tui_enable)
5308 (tui_is_window_visible, tui_get_command_dimension): Update.
5309 * tui/tui-winsource.c (tui_update_source_window_as_is)
5310 (tui_clear_source_content, tui_erase_source_content)
5311 (tui_show_source_line, tui_source_window_base::refill)
5312 (tui_source_window_base::do_scroll_horizontal)
5313 (tui_source_window_base::set_is_exec_point_at)
5314 (tui_update_breakpoint_info, tui_set_exec_info_content)
5315 (tui_alloc_source_buffer, tui_line_is_displayed)
5316 (tui_addr_is_displayed): Update.
5317 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5318 (tui_check_and_display_highlight_if_needed)
5319 (tui_win_info::make_visible, tui_win_info::refresh)
5320 (tui_refresh_all): Update.
5321 * tui/tui-windata.c (tui_first_data_item_displayed)
5322 (tui_delete_data_content_windows, tui_erase_data_content)
5323 (tui_display_all_data, tui_data_window::refresh_all)
5324 (tui_check_data_values): Update.
5325 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5326 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5327 (tui_win_info::backward_scroll, tui_refresh_all_win)
5328 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5329 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5330 (tui_source_window_base::set_new_height)
5331 (tui_data_window::set_new_height)
5332 (make_invisible_and_set_new_height)
5333 (make_visible_with_new_height, new_height_ok)
5334 (parse_scrolling_args): Update.
5335 * tui/tui-stack.c (tui_show_frame_info): Update.
5336 * tui/tui-source.c (tui_set_source_content)
5337 (tui_set_source_content_nil, tui_source_is_displayed)
5338 (tui_source_window::do_scroll_vertical): Update.
5339 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5340 (tui_display_registers_from, tui_display_reg_element_at_line)
5341 (tui_check_register_values, tui_reg_command): Update.
5342 * tui/tui-layout.c (tui_default_win_height)
5343 (show_source_disasm_command, show_data, init_and_make_win)
5344 (show_source_or_disasm_and_command): Update.
5345 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5346 (tui_redisplay_readline, tui_mld_flush)
5347 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5348 (tui_getc): Update.
5349 * tui/tui-disasm.c (tui_set_disassem_content)
5350 (tui_disasm_window::do_scroll_vertical): Update.
5351 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5352 Now virtual.
5353 (struct tui_win_info): Derive from tui_gen_win_info.
5354 <~tui_win_info>: Mark as override.
5355 <generic>: Remove member.
5356 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5357 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5358 (~tui_data_window, ~tui_win_info)
5359 (tui_free_all_source_wins_content): Update.
5360 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5361
5362 2019-06-25 Tom Tromey <tom@tromey.com>
5363
5364 * tui/tui-layout.c (init_and_make_win): Use new.
5365 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5366 destructor, initializers.
5367 (tui_alloc_generic_win_info): Don't declare.
5368 * tui/tui-data.c (_locator): Add argument to constructor.
5369 (source_win, disasm_win): New globals.
5370 (exec_info): Remove.
5371 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5372 Update.
5373 (tui_alloc_generic_win_info): Remove.
5374 (init_content_element): Use new.
5375 (tui_win_info::tui_win_info): Update.
5376 (free_content_elements) <case DATA_WIN>: Use delete.
5377
5378 2019-06-25 Tom Tromey <tom@tromey.com>
5379
5380 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5381 * tui/tui-windata.c (tui_first_data_item_displayed)
5382 (tui_delete_data_content_windows): Update.
5383 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5384 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5385 (tui_display_registers_from, tui_check_register_values): Update.
5386 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5387 pointer.
5388 * tui/tui-data.c (init_content_element): Update. Allocate the new
5389 window.
5390 (tui_free_data_content): Update.
5391 (free_content_elements) <case DATA_WIN>: Free the window.
5392
5393 2019-06-25 Tom Tromey <tom@tromey.com>
5394
5395 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5396 Update.
5397 * tui/tui-layout.c (make_command_window)
5398 (show_source_disasm_command, show_data, init_and_make_win)
5399 (show_source_or_disasm_and_command): Update.
5400 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5401 method.
5402 <can_highight, is_highlighted>: Now bool.
5403 (tui_set_win_highlight): Don't declare.
5404 * tui/tui-data.c (tui_set_win_highlight): Remove.
5405
5406 2019-06-25 Tom Tromey <tom@tromey.com>
5407
5408 * tui/tui-wingeneral.c (make_visible): Remove check of window
5409 type.
5410
5411 2019-06-25 Tom Tromey <tom@tromey.com>
5412
5413 * tui/tui-win.c (tui_win_info::max_height)
5414 (tui_cmd_window::max_height): New methods.
5415 (new_height_ok): Call max_height.
5416 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5417 <max_height>: New method.
5418
5419 2019-06-25 Tom Tromey <tom@tromey.com>
5420
5421 * tui/tui-win.c (tui_source_window_base::set_new_height)
5422 (tui_data_window::set_new_height): New methods.
5423 (make_invisible_and_set_new_height): Call set_new_height method.
5424 * tui/tui-data.h (struct tui_win_info)
5425 (struct tui_source_window_base, struct tui_data_window)
5426 <set_new_height>: New method.
5427
5428 2019-06-25 Tom Tromey <tom@tromey.com>
5429
5430 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5431 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5432 tui_refresh_data_win.
5433 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5434 method.
5435 (tui_refresh_all_win): Call the refresh_all method.
5436 (tui_set_focus): Likewise.
5437 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5438 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5439 Likewise.
5440
5441 2019-06-25 Tom Tromey <tom@tromey.com>
5442
5443 * tui/tui-winsource.h (tui_refill_source_window)
5444 (tui_set_is_exec_point_at): Don't declare.
5445 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5446 (tui_source_window_base::refill): Rename from
5447 tui_refill_source_window.
5448 (tui_source_window_base::do_scroll_horizontal): Update.
5449 (tui_source_window_base::set_is_exec_point_at): Rename from
5450 tui_set_is_exec_point_at.
5451 (tui_update_all_breakpoint_info): Update.
5452 * tui/tui-stack.c (tui_show_frame_info): Update.
5453 * tui/tui-layout.c (show_data): Add cast.
5454 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5455 * tui/tui-data.h (struct tui_source_window_base) <refill,
5456 set_is_exec_point_at>: New methods.
5457 (tui_source_windows, tui_add_to_source_windows): Update types.
5458 (tui_add_to_source_windows): Remove redundant declaration.
5459 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5460 (tui_source_windows): Change return type.
5461 (tui_clear_source_windows_detail): Update.
5462 (tui_add_to_source_windows): Change type of parameter.
5463 (tui_free_all_source_wins_content): Update.
5464
5465 2019-06-25 Tom Tromey <tom@tromey.com>
5466
5467 * tui/tui-wingeneral.c (tui_win_info::refresh)
5468 (tui_source_window_base::refresh): New methods.
5469 (tui_refresh_all): Call the refresh method.
5470 * tui/tui-data.h (struct tui_win_info)
5471 (struct tui_source_window_base) <refresh>: New method.
5472
5473 2019-06-25 Tom Tromey <tom@tromey.com>
5474
5475 * tui/tui.h (tui_is_window_visible): Return bool.
5476 * tui/tui.c (tui_is_window_visible): Return bool.
5477 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5478 (tui_make_visible, tui_make_invisible)
5479 (tui_win_info::make_visible)
5480 (tui_source_window_base::make_visible, make_all_visible)
5481 (tui_make_all_visible, tui_make_all_invisible): Update.
5482 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5483 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5484 bool.
5485 (struct tui_win_info, struct tui_source_window_base)
5486 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5487 * tui/tui-data.c (tui_init_generic_part): Update.
5488
5489 2019-06-25 Tom Tromey <tom@tromey.com>
5490
5491 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5492 (tui_source_window_base::make_visible): New methods.
5493 (make_all_visible): Make method call.
5494 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5495 (struct tui_source_window_base, struct tui_cmd_window): Override
5496 make_visible.
5497 (tui_win_is_source_type): Don't declare.
5498 * tui/tui-data.c (tui_win_is_source_type): Remove.
5499
5500 2019-06-25 Tom Tromey <tom@tromey.com>
5501
5502 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5503 NULL check.
5504
5505 2019-06-25 Tom Tromey <tom@tromey.com>
5506
5507 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5508 Inline constructor. Add initializers for members.
5509 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5510 constructors; now inline in class.
5511
5512 2019-06-25 Tom Tromey <tom@tromey.com>
5513
5514 * tui/tui-regs.c (tui_show_registers): Update.
5515 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5516 bool.
5517 * tui/tui-data.c (tui_data_window::clear_detail)
5518 (tui_data_window): Update.
5519
5520 2019-06-25 Tom Tromey <tom@tromey.com>
5521
5522 * tui/tui-windata.c (tui_display_all_data)
5523 (tui_display_data_from_line, tui_display_data_from)
5524 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5525 Update.
5526 * tui/tui-regs.c (tui_last_regs_line_no)
5527 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5528 (tui_show_registers, tui_show_register_group)
5529 (tui_display_registers_from, tui_display_reg_element_at_line)
5530 (tui_display_registers_from_line, tui_check_register_values)
5531 (tui_reg_next, tui_reg_prev): Update.
5532 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5533 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5534 tui_data_window.
5535 (struct tui_win_info) <detail>: Remove. Add new fields from
5536 tui_data_info.
5537 (TUI_DATA_WIN): Add cast.
5538 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5539 (~tui_data_window): Simplify.
5540
5541 2019-06-25 Tom Tromey <tom@tromey.com>
5542
5543 * tui/tui-layout.c (show_source_disasm_command)
5544 (show_source_or_disasm_and_command): Update.
5545 * tui/tui-io.c (update_cmdwin_start_line)
5546 (tui_redisplay_readline): Update.
5547 * tui/tui-data.h (struct tui_command_info): Remove.
5548 (struct tui_win_info) <detail>: Remove command_info member.
5549 (struct tui_data_window) <start_line>: New member, from
5550 tui_command_info.
5551 (TUI_CMD_WIN): Add casts.
5552
5553 2019-06-25 Tom Tromey <tom@tromey.com>
5554
5555 * tui/tui-winsource.c (tui_update_source_window)
5556 (tui_refill_source_window)
5557 (tui_source_window_base::do_scroll_horizontal)
5558 (tui_update_breakpoint_info, tui_set_exec_info_content)
5559 (tui_show_exec_info_content, tui_erase_exec_info_content)
5560 (tui_clear_exec_info_content): Update.
5561 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5562 Update.
5563 * tui/tui-win.c (make_invisible_and_set_new_height)
5564 (make_visible_with_new_height): Update.
5565 * tui/tui-source.c (tui_set_source_content)
5566 (tui_show_symtab_source): Update.
5567 * tui/tui-layout.c (extract_display_start_addr)
5568 (show_source_disasm_command, show_data)
5569 (make_source_or_disasm_window)
5570 (show_source_or_disasm_and_command): Update.
5571 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5572 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5573 "gdbarch".
5574 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5575 to tui_source_window_base.
5576 (struct tui_win_info) <detail>: Remove source_info member.
5577 (struct tui_source_window_base) <has_locator>: Inline.
5578 Move contents from tui_source_info; rename has_locator member to
5579 m_has_locator.
5580 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5581 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5582 header file.
5583 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5584 Simplify.
5585 (tui_free_all_source_wins_content): Cast to
5586 tui_source_window_base.
5587
5588 2019-06-25 Tom Tromey <tom@tromey.com>
5589
5590 * tui/tui-win.c (make_invisible_and_set_new_height)
5591 (make_visible_with_new_height): Call has_locator method.
5592 * tui/tui-layout.c (show_source_disasm_command, show_data)
5593 (show_source_or_disasm_and_command): Update for bool change.
5594 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5595 (tui_win_info) <has_locator>: New method.
5596 (struct tui_source_window_base) <has_locator>: New method.
5597 (tui_win_has_locator): Don't declare.
5598 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5599 from tui_win_has_locator.
5600 (tui_source_window_base): Use false, not FALSE.
5601
5602 2019-06-25 Tom Tromey <tom@tromey.com>
5603
5604 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
5605 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
5606 clear_detail method directly.
5607 (tui_clear_win_detail): Remove.
5608
5609 2019-06-25 Tom Tromey <tom@tromey.com>
5610
5611 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
5612 "this", not TUI_DISASM_WIN.
5613
5614 2019-06-25 Tom Tromey <tom@tromey.com>
5615
5616 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
5617 declare.
5618 * tui/tui-winsource.c
5619 (tui_source_window_base::do_scroll_horizontal): Rename from
5620 tui_horizontal_source_scroll.
5621 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
5622 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
5623 from tui_vertical_data_scroll.
5624 * tui/tui-win.h (tui_scroll): Don't declare.
5625 * tui/tui-win.c (tui_win_info::forward_scroll)
5626 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5627 (tui_win_info::right_scroll): Rename and update.
5628 (tui_scroll_forward_command, tui_scroll_backward_command)
5629 (tui_scroll_left_command, tui_scroll_right_command): Update.
5630 (tui_scroll): Remove.
5631 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
5632 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
5633 from tui_vertical_source_scroll.
5634 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
5635 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
5636 from tui_vertical_disassem_scroll.
5637 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
5638 do_scroll_horizontal>: New methods.
5639 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
5640 Likewise.
5641 (struct tui_source_window_base): Add do_scroll_horizontal.
5642 (struct tui_source_window, struct tui_disasm_window): Add
5643 do_scroll_vertical.
5644 (struct tui_data_window, struct tui_cmd_window): Add
5645 do_scroll_horizontal and do_scroll_vertical.
5646 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
5647
5648 2019-06-25 Tom Tromey <tom@tromey.com>
5649
5650 * tui/tui-data.h (struct tui_source_window_base): New struct.
5651 (struct tui_source_window): Derive from tui_source_window_base.
5652 (struct tui_disasm_window): New struct.
5653 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
5654 from tui_source_window::clear_detail.
5655 (tui_source_window_base): Rename from tui_source_window.
5656 (~tui_source_window_base): Rename from ~tui_source_window.
5657 (tui_alloc_win_info): Create a tui_disasm_window.
5658
5659 2019-06-25 Tom Tromey <tom@tromey.com>
5660
5661 * tui/tui-data.h (struct tui_source_window)
5662 (struct tui_data_window): Declare destructors.
5663 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
5664 destructors.
5665 (tui_win_info): Simplify.
5666
5667 2019-06-25 Tom Tromey <tom@tromey.com>
5668
5669 * tui/tui-winsource.c (tui_display_main)
5670 (tui_update_source_windows_with_addr)
5671 (tui_update_all_breakpoint_info): Update.
5672 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5673 (new_height_ok, parse_scrolling_args): Update.
5674 * tui/tui-stack.c (tui_show_frame_info): Update.
5675 * tui/tui-data.h (struct tui_list): Remove.
5676 (tui_source_windows): Return a reference to a std::vector.
5677 * tui/tui-data.c (source_windows): Now a std::vector.
5678 (tui_source_windows): Change return type.
5679 (tui_clear_source_windows): Rewrite.
5680 (tui_clear_source_windows_detail, tui_add_to_source_windows)
5681 (tui_free_all_source_wins_content): Rewrite.
5682
5683 2019-06-25 Tom Tromey <tom@tromey.com>
5684
5685 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
5686 (struct tui_data_window, struct tui_cmd_window): Declare
5687 clear_detail method.
5688 * tui/tui-data.c (tui_source_window::clear_detail)
5689 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
5690 methods.
5691 (tui_clear_win_detail): Simplify.
5692
5693 2019-06-25 Tom Tromey <tom@tromey.com>
5694
5695 * tui/tui-layout.c (make_source_window, make_disasm_window)
5696 (make_source_or_disasm_window): Remove win_info_ptr parameter.
5697 Return the new window.
5698 (show_source_disasm_command, show_data)
5699 (show_source_or_disasm_and_command): Update.
5700
5701 2019-06-25 Tom Tromey <tom@tromey.com>
5702
5703 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
5704 parameter. Return the new window.
5705 (show_source_disasm_command): Update and remove NULL check.
5706 (show_source_or_disasm_and_command): Update.
5707
5708 2019-06-25 Tom Tromey <tom@tromey.com>
5709
5710 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
5711
5712 2019-06-25 Tom Tromey <tom@tromey.com>
5713
5714 * tui/tui-data.h (struct tui_win_info): Make constructor
5715 protected. Make destructor virtual. Add initializers.
5716 (tui_source_window, tui_data_window, tui_cmd_window): New
5717 classes.
5718 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
5719 constructor. Add "type" parameter.
5720 (tui_source_window, tui_data_window, tui_cmd_window): New
5721 constructors.
5722 (tui_alloc_win_info): Instantiate the appropriate subclass.
5723
5724 2019-06-25 Tom Tromey <tom@tromey.com>
5725
5726 * tui/tui-win.c (tui_resize_all): Use delete.
5727 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
5728 destructor.
5729 (tui_free_window): Don't declare.
5730 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
5731 Update.
5732
5733 2019-06-25 Tom Tromey <tom@tromey.com>
5734
5735 * tui/tui-data.h (struct tui_win_info): Add constructor.
5736 * tui/tui-data.c (tui_alloc_win_info): Use new.
5737 (tui_free_window): Use delete.
5738
5739 2019-06-22 Tom Tromey <tom@tromey.com>
5740
5741 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
5742 declare.
5743 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
5744
5745 2019-06-22 Tom Tromey <tom@tromey.com>
5746
5747 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
5748 declare.
5749 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
5750
5751 2019-06-22 Tom de Vries <tdevries@suse.de>
5752
5753 * dwarf2read.c (create_addrmap_from_aranges)
5754 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
5755 instead of '%zu'.
5756
5757 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
5758
5759 * dwarf2read.h (dwarf2_section_info_def): Remove.
5760 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
5761 * dwarf2read.c (struct dwo_sections) <types>: Change type to
5762 std::vector<dwarf2_section_info>.
5763 (struct dwo_file) <~dwo_file>: Remove.
5764 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
5765 types field.
5766 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
5767 (dwarf2_read_debug_names): Likewise.
5768 (create_debug_types_hash_table): Change parameter type to
5769 array_view, adjust code accordingly.
5770 (dwarf2_locate_dwo_sections): Adjust to std::vector.
5771 (partial_die_info::fixup): Likewise.
5772 (determine_prefix): Likewise.
5773 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
5774
5775 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5776
5777 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
5778 gdb_bfd_ref_ptr.
5779 <~dwo_file>: Remove call to gdb_bfd_unref.
5780 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
5781 gdb_bfd_ref_ptr::get.
5782
5783 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5784
5785 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
5786 type to htab_up.
5787 * dwarf2read.c (struct dwo_file): Initialize fields.
5788 <~dwo_file>: New.
5789 (free_dwo_file): Remove, move content to ~dwo_file.
5790 (struct dwo_file_deleter): Remove.
5791 (dwo_file_up>: Remove custom deleter.
5792 (free_dwo_files): Remove.
5793 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
5794 dwo_files.
5795 (process_skeletonless_type_units): Call unique_ptr::get.
5796 (allocate_dwo_file_hash_table): Add deleter to created hash
5797 table. Change return type to htab_up.
5798 (lookup_dwo_file_slot): Don't memset dwo_file, call
5799 unique_ptr::get.
5800 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
5801 (create_dwo_unit_in_dwp_v2): Likewise.
5802 (open_and_init_dwo_file): Likewise.
5803 (free_dwo_file_from_slot): Remove.
5804
5805 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5806
5807 * dwarf2read.h (struct dwarf2_section_info) <readin,
5808 is_virtual>: Change type to bool.
5809 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
5810 true instead of 1.
5811
5812 2019-06-19 Tom Tromey <tom@tromey.com>
5813
5814 * tui/tui-data.h (tui_init_content_element): Don't declare.
5815
5816 2019-06-19 Tom Tromey <tom@tromey.com>
5817
5818 * tui/tui-data.h (tui_init_win_info): Don't declare.
5819
5820 2019-06-19 Tom de Vries <tdevries@suse.de>
5821
5822 * dwarf2read.h (abstract_to_concrete): Change type to
5823 std::unordered_map<sect_offset, std::vector<sect_offset>,
5824 gdb::hash_enum<sect_offset>>.
5825
5826 2019-06-19 Tom Tromey <tromey@adacore.com>
5827
5828 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
5829 EVAL_AVOID_SIDE_EFFECTS specially.
5830
5831 2019-06-19 Tom Tromey <tromey@adacore.com>
5832
5833 * source-cache.c (highlighter): New global.
5834 (source_cache::get_source_lines): Create a highlighter on demand.
5835
5836 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
5837
5838 * defs.h (deprecated_interactive_hook): Delete declaration.
5839 * interps.c (clear_interpreter_hooks): Remove use of
5840 deprecated_interactive_hook.
5841 * top.c (deprecated_interactive_hook): Delete definition.
5842 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
5843
5844 2019-06-18 Tom de Vries <tdevries@suse.de>
5845
5846 PR gdb/24515
5847 * dwarf2read.h (abstract_to_concrete): Change type from
5848 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
5849 std::unordered_map<sect_offset, std::vector<sect_offset>>.
5850 * dwarf2read.c (read_variable): Update.
5851 (dwarf2_fetch_die_loc_sect_off): Update.
5852
5853 2019-06-17 Tom de Vries <tdevries@suse.de>
5854
5855 PR gdb/24617
5856 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
5857 accessing parent[parent_len - 1].
5858
5859 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5860
5861 PR gdb/24364
5862 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
5863 call dtrace_process_dof with NULL dof.
5864
5865 2019-06-16 Tom de Vries <tdevries@suse.de>
5866
5867 PR gdb/24445
5868 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
5869
5870 2019-06-16 Tom Tromey <tom@tromey.com>
5871
5872 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5873 (make_all_visible): Use address of member.
5874
5875 2019-06-16 Tom Tromey <tom@tromey.com>
5876
5877 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
5878 (tui_free_window, free_content, free_content_elements): Remove
5879 unnecessary cast.
5880 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
5881 cast.
5882 * tui/tui-regs.c (tui_show_register_group)
5883 (tui_display_registers_from, tui_display_reg_element_at_line):
5884 Remove unnecessary cast.
5885
5886 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5887
5888 * linux-nat.c (normal_mask): Delete.
5889 (_initialize_linux_nat): Don't initialise normal_mask.
5890
5891 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5892
5893 PR gdb/24445
5894 * dwarf-index-write.h (write_psymtabs_to_index): Add
5895 dwz_basename parameter.
5896 * dwarf-index-write.c (write_gdbindex): Move file writing to
5897 write_gdbindex_1. Change return type void.
5898 (assert_file_size): Move up, remove filename parameter.
5899 (write_gdbindex_1): New function.
5900 (write_debug_names): Change return type to void, call
5901 assert_file_size.
5902 (struct index_wip_file): New struct.
5903 (write_psymtabs_to_index): Add dwz_basename parameter. Move
5904 file logic to index_wip_file. Write index for dwz file if
5905 needed.
5906 (save_gdb_index_command): Pass basename of dwz file, if present.
5907 * dwarf-index-cache.c (index_cache::store): Obtain and pass
5908 build-id of dwz file, if present.
5909 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
5910 (dwarf2_get_dwz_file): Likewise.
5911 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
5912 (dwarf2_get_dwz_file): Likewise.
5913
5914 2019-06-16 Tom Tromey <tom@tromey.com>
5915
5916 * coffread.c (process_coff_symbol): Use xstrdup.
5917 * value.c (create_internalvar): Use xstrdup.
5918
5919 2019-06-16 Tom Tromey <tom@tromey.com>
5920
5921 * valops.c (value_cast, value_slice): Remove unnecessary cast.
5922 * breakpoint.c (stopin_command, stopat_command)
5923 (until_break_command, decode_location_default): Remove unnecessary
5924 cast.
5925 * utils.c (subset_compare): Remove unnecessary cast.
5926 * ada-lang.c (ada_update_initial_language): Remove unnecessary
5927 cast.
5928 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
5929 cast.
5930 * infcmd.c (path_command): Remove unnecessary cast.
5931 * coffread.c (decode_type): Remove unnecessary cast.
5932 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
5933 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
5934 * tui/tui-stack.c (tui_show_locator_content)
5935 (tui_show_frame_info): Remove unnecessary cast.
5936 * tui/tui-win.c (tui_scroll_forward_command)
5937 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
5938 (parse_scrolling_args): Remove unnecessary cast.
5939 * tui/tui-data.c (init_win_info, tui_del_window)
5940 (tui_free_window, tui_del_data_windows, tui_free_data_content)
5941 (free_content_elements): Remove unnecessary cast.
5942 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
5943 unnecessary cast.
5944 * tui/tui-source.c (tui_set_source_content)
5945 (tui_vertical_source_scroll): Remove unnecessary cast.
5946 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
5947 cast.
5948 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
5949 * tui/tui-regs.c (tui_display_registers_from)
5950 (tui_display_register): Remove unnecessary cast.
5951 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
5952 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
5953 (make_visible): Remove unnecessary cast.
5954 * tui/tui-winsource.c (tui_erase_source_content)
5955 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
5956 unnecessary cast.
5957 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
5958 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
5959 * stabsread.c (read_type, read_array_type, read_range_type):
5960 Remove unnecessary cast.
5961 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
5962 (parse_symbol, parse_type, upgrade_type, parse_external)
5963 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
5964 unnecessary cast.
5965 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
5966
5967 2019-06-16 Tom Tromey <tom@tromey.com>
5968
5969 * tui/tui-data.c (tui_alloc_generic_win_info)
5970 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
5971 checks.
5972
5973 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5974 Andrew Burgess <andrew.burgess@embecosm.com>
5975
5976 * f-typeprint.c (f_print_type): Don't return early for not
5977 associated or not allocated types.
5978 (f_type_print_varspec_suffix): Add print_rank parameter and print
5979 ranks of array types in case they dangling.
5980 (f_type_print_base): Add print_rank parameter.
5981
5982 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5983
5984 * NEWS: Mention new MI commands.
5985 * break-catch-throw.c (enum exception_event_kind): Move to
5986 breakpoint.h.
5987 (print_mention_exception_catchpoint): Output text as a single
5988 message.
5989 (catch_exception_command_1): Rename to...
5990 (catch_exception_event): ...this, make non-static, update header
5991 command, and change some parameter types.
5992 (catch_catch_command): Update for changes to
5993 catch_exception_command_1.
5994 (catch_throw_command): Likewise.
5995 (catch_rethrow_command): Likewise.
5996 * breakpoint.c (enum exception_event_kind): Delete.
5997 * breakpoint.h (enum exception_event_kind): Moved here from
5998 break-catch-throw.c.
5999 (catch_exception_event): Declare.
6000 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
6001 (mi_cmd_catch_throw): New function.
6002 (mi_cmd_catch_rethrow): New function.
6003 (mi_cmd_catch_catch): New function.
6004 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
6005 'catch-catch' entries.
6006 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
6007 (mi_cmd_catch_rethrow): Declare.
6008 (mi_cmd_catch_catch): Declare.
6009
6010 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6011
6012 * annotate.c (annotate_source_line): Change return type to void,
6013 update implementation to match.
6014 * annotate.h (annotate_source_line): Change return type to void,
6015 update header comment.
6016 * stack.c (print_frame_info): Don't change what frame information
6017 is printed based on whether annotations are on or not.
6018
6019 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6022 (annotate_source): Make static.
6023 (annotate_source_line): Moved from source.c and renamed from
6024 identify_source_line. Update the return type.
6025 * annotate.h (annotate_source): Delete declaration.
6026 (annotate_source_line): Declaration moved from source.h, and
6027 renamed from identify_source_line. Return type updated.
6028 * source.c (identify_source_line): Moved to annotate.c and renamed
6029 to annotate_source_line.
6030 (info_line_command): Remove check of annotation_level.
6031 * source.h (identify_source_line): Move declaration to annotate.h
6032 and rename to annotate_source_line.
6033 * stack.c: Add 'annotate.h' include.
6034 (print_frame_info): Remove check of annotation_level before
6035 calling annotate_source_line.
6036
6037 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * source-cache.c (source_cache::get_plain_source_lines): Use
6040 open_source_file_with_line_charpos instead of just
6041 open_source_file, remove call to find_source_lines.
6042 (source_cache::get_source_lines): Likewise.
6043 * source.c (find_source_lines): Make static.
6044 (get_filename_and_charpos): Renamed into...
6045 (open_source_file_with_line_charpos): ..this along with changes to
6046 return a scoped_fd, and some other minor clean ups.
6047 (identify_source_line): Use open_source_file_with_line_charpos.
6048 (search_command_helper): Use open_source_file_with_line_charpos
6049 instead of just open_source_file, remove call to
6050 find_source_lines.
6051 * source.h (open_source_file_with_line_charpos): Declare new
6052 function.
6053 (find_source_lines): Delete declaration.
6054
6055 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * source.c (get_filename_and_charpos): Remove fullname
6058 parameter.
6059 (identify_source_line): Update call to get_filename_and_charpos.
6060
6061 2019-06-14 Tom Tromey <tromey@adacore.com>
6062
6063 PR gdb/24502:
6064 * ui-style.h (skip_ansi_escape): Update comment.
6065 * ui-file.h (class no_terminal_escape_file): New class.
6066 * ui-file.c (no_terminal_escape_file::write)
6067 (no_terminal_escape_file::puts): New methods.
6068 * cli/cli-logging.c (handle_redirections): Use
6069 no_terminal_escape_file.
6070
6071 2019-06-14 Tom Tromey <tromey@adacore.com>
6072
6073 * NEWS: Move convenience variable news above Python news.
6074
6075 2019-06-14 Tom Tromey <tom@tromey.com>
6076
6077 * gnulib: Move directory to top-level.
6078 * configure.ac: Don't configure gnulib.
6079 * configure: Rebuild.
6080 * common/common-defs.h: Use new path to gnulib.
6081 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6082 (GNULIB_H): Remove.
6083 (INCGNU): Look in new gnulib location.
6084 (HFILES_NO_SRCDIR): Remove gnulib files.
6085 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6086 (generated_files): Remove GNULIB_H.
6087 ($(LIBGNU), all-lib): Remove targets.
6088 (distclean): Don't mention GNULIB_BUILDDIR.
6089 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
6090
6091 2019-06-14 Tom Tromey <tromey@adacore.com>
6092
6093 * symfile.c (add_symbol_file_command): Remove obsolete comment.
6094 Warn if symbol file does not provide any symbols.
6095
6096 2019-06-14 Tom Tromey <tromey@adacore.com>
6097
6098 * source.c (find_and_open_source): Respect basenames_may_differ.
6099
6100 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 * annotate.c (annotate_breakpoints_invalid): Make use of
6103 scoped_restore_terminal_state.
6104 (annotate_frames_invalid): Likewise.
6105
6106 2019-06-14 Tom Tromey <tromey@adacore.com>
6107
6108 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6109 allow assignment to an internalvar.
6110
6111 2019-06-14 Tom Tromey <tromey@adacore.com>
6112
6113 * ada-lex.l: Allow "_" in attribute names.
6114
6115 2019-06-14 Tom Tromey <tromey@adacore.com>
6116
6117 PR gdb/24653:
6118 * regcache.c (registers_changed): Don't call alloca.
6119 * top.c (execute_command): Don't call alloca.
6120
6121 2019-06-13 Pedro Alves <palves@redhat.com>
6122
6123 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6124 'expression'. When parsing an expression, error out if there's
6125 junk after "unlimited".
6126 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6127 (do_set_command): Adjust calls to is_unlimited_literal.
6128
6129 2019-06-13 Pedro Alves <palves@redhat.com>
6130
6131 * compile/compile.c (make_compile_options_def_group): Add braces
6132 around array_view initializer.
6133 * thread.c (make_thread_apply_all_options_def_group)
6134 (make_thread_apply_all_options_def_group): Likewise.
6135
6136 2019-06-13 Pedro Alves <palves@redhat.com>
6137
6138 * NEWS (New commands): Mention "maint test-options
6139 require-delimiter", "maint test-options unknown-is-error", "maint
6140 test-options unknown-is-operand" and "maint show
6141 test-options-completion-result".
6142 (New command options, command completion): New section.
6143 (Completion improvements): New section.
6144 Mention that you can abbreviate "unlimited".
6145
6146 2019-06-13 Pedro Alves <palves@redhat.com>
6147
6148 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6149 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6150 * unittests/cli-utils-selftests.c (test_parse_flags)
6151 (test_parse_flags_qcs): Delete.
6152 (test_cli_utils): Don't call deleted functions.
6153
6154 2019-06-13 Pedro Alves <palves@redhat.com>
6155
6156 * thread.c: Include "cli/cli-option.h".
6157 (tp_array_compar_ascending): Global.
6158 (tp_array_compar): Delete function.
6159 (tp_array_compar_ascending, tp_array_compar_descending): New
6160 functions.
6161 (ascending_option_def, qcs_flag_option_def)
6162 (thr_qcs_flags_option_defs)
6163 (make_thread_apply_all_options_def_group)
6164 (make_thread_apply_options_def_group): New.
6165 (thread_apply_all_command): Use gdb::option::process_options.
6166 (thread_apply_command_completer)
6167 (thread_apply_all_command_completer): New.
6168 (thread_apply_command): Use gdb::option::process_options.
6169 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6170 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6171 to generate help text of "thread apply". Adjust "taas"'s help.
6172 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6173 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6174
6175 2019-06-13 Pedro Alves <palves@redhat.com>
6176
6177 * thread.c (thread_apply_command): Check for invalid TID with
6178 isdigit instead of !isalpha.
6179
6180 2019-06-13 Pedro Alves <palves@redhat.com>
6181
6182 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6183 (validate_flags_qcs): New.
6184 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6185 (validate_flags_qcs): Declare.
6186 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6187 (make_frame_apply_options_def_group): New.
6188 (frame_apply_command_count): Process options with
6189 gdb::option::process_options.
6190 (frame_apply_completer): New.
6191 (frame_apply_level_completer, frame_apply_all_completer)
6192 (frame_apply_completer): New.
6193 (_initialize_stack): Update help of "frame apply", "frame apply
6194 level", "frame apply all" and "faas" to mention supported options
6195 and install command completers.
6196 * stack.h (frame_apply_all_completer): Declare.
6197 * thread.c: Include "stack.h".
6198 (tfaas_command): Add "--".
6199 (_initialize_thread): Update help "tfaas" to mention supported
6200 options and install command completer.
6201
6202 2019-06-13 Pedro Alves <palves@redhat.com>
6203
6204 * completer.c (complete_nested_command_line): New.
6205 (gdb_completion_word_break_characters_throw): Add assertion.
6206 * completer.h (complete_nested_command_line): Declare.
6207
6208 2019-06-13 Pedro Alves <palves@redhat.com>
6209
6210 * stack.c (parse_backtrace_qualifiers): New.
6211 (backtrace_command): Use it.
6212 (backtrace_command_completer): Complete on qualifiers.
6213
6214 2019-06-13 Pedro Alves <palves@redhat.com>
6215
6216 * frame.c: Include "cli/cli-option.h.
6217 (user_set_backtrace_options): New.
6218 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6219 Delete.
6220 (get_prev_frame): Adjust.
6221 (boolean_option_def, uinteger_option_def)
6222 (set_backtrace_option_defs): New.
6223 (_initialize_frame): Adjust and use
6224 gdb::option::add_setshow_cmds_for_options to install "set
6225 backtrace past-main" and "set backtrace past-entry".
6226 * frame.h: Include "cli/cli-option.h".
6227 (struct frame_print_options): Forward declare.
6228 (print_frame_arguments_all, print_frame_arguments_scalars)
6229 (print_frame_arguments_none): Declare.
6230 (print_entry_values): Delete declaration.
6231 (struct frame_print_options, user_frame_print_options): New.
6232 (struct set_backtrace_options): New.
6233 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6234 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6235 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6236 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6237 (list_args_or_locals): Add frame_print_options parameter.
6238 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6239 * python/py-framefilter.c (enumerate_args): Pass down
6240 USER_FRAME_PRINT_OPTIONS.
6241 * stack.c: Include "cli/cli-option.h".
6242 (print_frame_arguments_all, print_frame_arguments_scalars)
6243 (print_frame_arguments_none): Declare.
6244 (print_raw_frame_arguments, print_entry_values): Delete.
6245 (user_frame_print_options): New.
6246 (boolean_option_def, enum_option_def, frame_print_option_defs):
6247 New.
6248 (struct backtrace_cmd_options): New.
6249 (bt_flag_option_def): New.
6250 (backtrace_command_option_defs): New.
6251 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6252 (print_frame_arg, read_frame_arg, print_frame_args)
6253 (print_frame_info, print_frame): Add frame_print_options parameter
6254 and use it.
6255 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6256 (backtrace_command_1): Add frame_print_options and
6257 backtrace_cmd_options parameters and use them.
6258 (make_backtrace_options_def_group): New.
6259 (backtrace_command): Process command options with
6260 gdb::option::process_options.
6261 (backtrace_command_completer): New.
6262 (_initialize_stack): Extend "backtrace"'s help to mention
6263 supported options. Install completer for "backtrace".
6264 Install some settings commands with add_setshow_cmds_for_options.
6265
6266 2019-06-13 Pedro Alves <palves@redhat.com>
6267
6268 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6269 and that "set/show print raw frame-arguments" are now deprecated.
6270
6271 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6272 command.
6273 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6274 * stack.c (_initialize_stack): Install "set/show print
6275 raw-frame-arguments", and deprecate "set/show print raw
6276 frame-arguments".
6277 * valprint.c (_initialize_valprint): Deprecate "set/show print
6278 raw".
6279
6280 2019-06-13 Pedro Alves <palves@redhat.com>
6281
6282 * compile/compile.c (struct compile_options): New.
6283 (compile_flag_option_def, compile_command_option_defs)
6284 (make_compile_options_def_group): New.
6285 (compile_file_command): Handle options with
6286 gdb::option::process_options.
6287 (compile_file_command_completer): New function.
6288 (compile_code_command): Handle options with
6289 gdb::option::process_options.
6290 (compile_code_command_completer): New function.
6291 (_initialize_compiler): Install completers for "compile code" and
6292 "compile file". Mention available options in "compile code" and
6293 "compile code"'s help.
6294 * completer.c (advance_to_completion_word): New, factored out from
6295 ...
6296 (advance_to_expression_complete_word_point): ... this.
6297 (advance_to_filename_complete_word_point): New.
6298 * completer.h (advance_to_filename_complete_word_point): New
6299 declaration.
6300
6301 2019-06-13 Pedro Alves <palves@redhat.com>
6302
6303 * compile/compile.c: Include "cli/cli-option.h".
6304 (compile_print_value): Scope data pointer is now a
6305 value_print_options pointer; adjust.
6306 (compile_print_command): Process options. Scope data pointer is
6307 now a value_print_options pointer; adjust.
6308 (_initialize_compile): Update "compile print"'s help to include
6309 supported options. Install a completer for "compile print".
6310 * cp-valprint.c (show_vtblprint, show_objectprint)
6311 (show_static_field_print): Delete.
6312 (_initialize_cp_valprint): Don't install "set print
6313 static-members", "set print vtbl", "set print object" here.
6314 * printcmd.c: Include "cli/cli-option.h" and
6315 "common/gdb_optional.h".
6316 (print_command_parse_format): Rework to fill in a
6317 value_print_options instead of a format_data.
6318 (print_value): Change parameter type from format_data pointer to
6319 value_print_options reference. Adjust.
6320 (print_command_1): Process options. Adjust to pass down a
6321 value_print_options.
6322 (print_command_completer): New.
6323 (_initialize_printcmd): Install print_command_completer as
6324 handle_brkchars completer for the "print" command. Update
6325 "print"'s help to include supported options.
6326 * valprint.c: Include "cli/cli-option.h".
6327 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6328 here from cp-valprint.c.
6329 (boolean_option_def, uinteger_option_def)
6330 (value_print_option_defs, make_value_print_options_def_group):
6331 New. Use gdb::option::add_setshow_cmds_for_options to install
6332 "set print elements", "set print null-stop", "set print repeats",
6333 "set print pretty", "set print union", "set print array", "set
6334 print address", "set print symbol", "set print array-indexes".
6335 * valprint.h: Include <string> and "cli/cli-option.h".
6336 (make_value_print_options_def_group): Declare.
6337 (print_value): Change parameter type from format_data pointer to
6338 value_print_options reference.
6339 (print_command_completer): Declare.
6340
6341 2019-06-13 Pedro Alves <palves@redhat.com>
6342
6343 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6344 (COMMON_SFILES): Add maint-test-settings.c.
6345 * cli/cli-decode.c (boolean_enums): New global, factored out from
6346 ...
6347 (add_setshow_boolean_cmd): ... here.
6348 * cli/cli-decode.h (boolean_enums): Declare.
6349 * cli/cli-option.c: New file.
6350 * cli/cli-option.h: New file.
6351 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6352 factored out from ...
6353 (parse_cli_boolean_value(const char *)): ... this.
6354 (is_unlimited_literal): Change parameter type to pointer to
6355 pointer. Adjust and advance ARG pointer.
6356 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6357 (parse_cli_var_enum): New, factored out from ...
6358 (do_set_command): ... this. Adjust.
6359 * cli/cli-setshow.h (parse_cli_boolean_value)
6360 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6361 (parse_cli_var_enum): Declare.
6362 * cli/cli-utils.c: Include "cli/cli-option.h".
6363 (get_ulongest): New.
6364 * cli/cli-utils.h (get_ulongest): Declare.
6365 (check_for_argument): New overloads.
6366 * maint-test-options.c: New file.
6367
6368 2019-06-13 Pedro Alves <palves@redhat.com>
6369
6370 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6371 parse a range if "-" is at the end of the string.
6372
6373 2019-06-13 Pedro Alves <palves@redhat.com>
6374
6375 * cli/cli-setshow.c (parse_auto_binary_operation)
6376 (parse_cli_boolean_value): Don't allow "o".
6377
6378 2019-06-13 Pedro Alves <palves@redhat.com>
6379
6380 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6381 * NEWS: Mention maint test-settings KIND.
6382 * maint-test-settings.c: New file.
6383
6384 2019-06-13 Pedro Alves <palves@redhat.com>
6385
6386 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6387 completer.
6388 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6389 "set" completers.
6390
6391 2019-06-13 Pedro Alves <palves@redhat.com>
6392
6393 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6394 after item.
6395
6396 2019-06-13 Pedro Alves <palves@redhat.com>
6397
6398 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6399
6400 2019-06-13 Pedro Alves <palves@redhat.com>
6401
6402 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6403 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6404 call.
6405 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6406 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6407 calls.
6408 (check_for_argument): Skip spaces after argument.
6409
6410 2019-06-13 Pedro Alves <palves@redhat.com>
6411
6412 * thread.c (thread_apply_command): Adjust TID parsing.
6413 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6414 detected before end of string.
6415 (tid_is_in_list): Error out if LIST is invalid.
6416
6417 2019-06-13 Pedro Alves <palves@redhat.com>
6418
6419 * completer.c (complete_line_internal_1): Rewind completion word
6420 point.
6421 (completion_tracker::advance_custom_word_point_by): Change
6422 parameter type to int.
6423 * completer.h (completion_tracker::advance_custom_word_point_by):
6424 Likewise.
6425
6426 2019-06-13 Pedro Alves <palves@redhat.com>
6427
6428 * completer.c (advance_to_completion_word): Handle delimiters.
6429
6430 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6431
6432 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6433
6434 2019-06-11 Tom Tromey <tom@tromey.com>
6435
6436 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6437 (xmalloc_failed): Move to alloc.c.
6438 * alloc.c: New file.
6439 * Makefile.in (COMMON_SFILES): Add alloc.c.
6440
6441 2019-06-11 Tom Tromey <tom@tromey.com>
6442
6443 * nat/linux-waitpid.c: Don't include server.h.
6444 (linux_debug): Remove.
6445 (my_waitpid): Update.
6446
6447 2019-06-11 Tom Tromey <tromey@adacore.com>
6448
6449 * infcall.c (_initialize_infcall): Remove trailing newline from
6450 help.
6451 * user-regs.c (_initialize_user_regs): Remove trailing newline
6452 from help.
6453 * typeprint.c (_initialize_typeprint): Remove trailing newline
6454 from help.
6455 * reverse.c (_initialize_reverse): Remove trailing newlines from
6456 help.
6457 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6458 from help.
6459 * language.c (add_set_language_command): Remove trailing newline
6460 from help.
6461 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6462 help.
6463 * disasm.c (_initialize_disasm): Remove trailing newline from
6464 help.
6465 * top.c (init_main): Remove trailing newline from help.
6466 * interps.c (_initialize_interpreter): Remove trailing newline
6467 from help.
6468 * btrace.c (_initialize_btrace): Remove trailing newlines from
6469 help.
6470 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6471 from help.
6472 * python/python.c (_initialize_python): Remove trailing newline
6473 from help.
6474 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6475 help.
6476 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6477 from help. Reformat some text.
6478 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6479 from help.
6480 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6481 newline from help.
6482
6483 2019-06-11 Tom Tromey <tromey@adacore.com>
6484
6485 * darwin-nat.c (darwin_decode_exception_message)
6486 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6487
6488 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6489
6490 * valops.c (value_slice): Check for not allocated or not
6491 associated values.
6492
6493 2019-06-10 Tom de Vries <tdevries@suse.de>
6494
6495 PR gdb/24618
6496 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6497 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6498 invalid.
6499
6500 2019-06-10 Tom de Vries <tdevries@suse.de>
6501
6502 PR gdb/24611
6503 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6504 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6505
6506 2019-06-10 Tom de Vries <tdevries@suse.de>
6507
6508 PR symtab/24545
6509 * symtab.c (struct demangled_name_entry): Add language field.
6510 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6511 static minimal symbol". Set and use language field.
6512
6513 2019-06-10 Tom Tromey <tromey@adacore.com>
6514
6515 * ada-lang.c (_initialize_ada_language): Update help text.
6516
6517 2019-06-10 Tom Tromey <tromey@adacore.com>
6518
6519 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6520 with a newline.
6521 * guile/guile.c (handle_boot_error): Don't end warning with a
6522 newline.
6523 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6524 warning with a newline.
6525 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6526 newline.
6527 (s12z_frame_cache): Likewise.
6528 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6529 a newline.
6530 * solib-svr4.c (disable_probes_interface): Don't end warning with
6531 a newline.
6532 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6533 newline.
6534 * python/python.c (do_finish_initialization): Don't end warning
6535 with a newline.
6536
6537 2019-06-10 Tom Tromey <tom@tromey.com>
6538
6539 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6540 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6541 gdbpy_enter.
6542
6543 2019-06-10 Tom Tromey <tromey@adacore.com>
6544
6545 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6546 data.
6547 (elf_new_init): Don't call stabsread_new_init.
6548 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6549 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6550 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6551
6552 2019-06-10 Tom de Vries <tdevries@suse.de>
6553
6554 PR symtab/16264
6555 PR symtab/24517
6556 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6557
6558 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6559
6560 * source.c (find_and_open_source): Also rewrite relative file
6561 names.
6562
6563 2019-04-26 Amos Bird <amosbird@gmail.com>
6564
6565 * annotate.c (annotate_thread_exited): Add "thread-exited"
6566 annotation.
6567
6568 2019-06-06 Tom Tromey <tromey@adacore.com>
6569
6570 * maint.h (class scoped_command_stats): Use
6571 DISABLE_COPY_AND_ASSIGN.
6572 <print_time>: New method.
6573 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6574 print_time.
6575 (scoped_command_stats::print_time): New method.
6576
6577 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6580 instructions of lengths 6 or 8 bytes.
6581
6582 2019-06-04 Pedro Alves <palves@redhat.com>
6583
6584 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6585
6586 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6587 * breakpoint.c (condition_completer): Likewise.
6588 * cli/cli-dump.c (scan_expression): Likewise.
6589 * common/filestuff.c (mkdir_recursive): Likewise.
6590 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6591 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6592 (gdb_abspath): Likewise.
6593 * compile/compile-cplus-types.c
6594 (compile_cplus_instance::decl_name): Likewise.
6595 * completer.c (complete_explicit_location):
6596 (signal_completer, reg_or_group_completer_1): Likewise.
6597 * cp-support.c (cp_remove_params_if_any): Likewise.
6598 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6599 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
6600 * infcmd.c (strip_bg_char): Likewise.
6601 * linespec.c (copy_token_string): Likewise.
6602 * mi/mi-main.c (output_cores): Likewise.
6603 * psymtab.c (psymtab_search_name):
6604 * symfile.c (test_set_ext_lang_command): Likewise.
6605 * target.c (target_fileio_read_stralloc): Likewise.
6606 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
6607 * value.c (complete_internalvar): Likewise.
6608
6609 2019-06-04 Christian Biesinger <cbiesinger@google.com>
6610
6611 Add objfile property to gdb.Type.
6612 * NEWS: Mention Python API addition.
6613 * python/py-type.c (typy_get_objfile): New method.
6614
6615 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6616
6617 * NEWS: Mention the new set|show style [title|highlight].
6618 Mention changes to "show style", "help" and "apropos".
6619
6620 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6621
6622 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
6623 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
6624 instead of print_help_for_command.
6625 (print_doc_of_command): New function.
6626 (help_list): Add 'apropos -v word' suggestion.
6627 (print_help_for_command): Style the command name using title style.
6628 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
6629 (_initialize_cli_cmds): Describe -v in apropos_command help.
6630
6631 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6632
6633 * cli/cli-style.h (cli_style_option): Add name in constructor,
6634 add m_name class member, add constructor with intensity,
6635 add name class function.
6636 (cli_style_option::add_setshow_commands): Remove name argument.
6637 (highlight_style, title_style): New styles.
6638 * cli/cli-style.c (do_show): New function that shows a style
6639 characteristic styling the style name with itself.
6640 (set_style_name): New function.
6641 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
6642 Update all callers according to the changes in cli/cli-style.h.
6643 * utils.h (fputs_highlighted): New function.
6644 * utils.c (fputs_highlighted): Likewise.
6645
6646 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6647
6648 * NEWS: Mention new pipe command and new convenience variables.
6649
6650 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6651
6652 * cli/cli-cmds.c (pipe_command): New function.
6653 (_initialize_cli_cmds): Call add_com for pipe_command.
6654 Define | as an alias for pipe.
6655 (exit_status_set_internal_vars): New function.
6656 (shell_escape): Call exit_status_set_internal_vars.
6657 cli/cli-decode.c (find_command_name_length): Recognize | as
6658 a single character command.
6659
6660 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6661
6662 * gdbcmd.h (execute_command_to_ui_file): New declaration.
6663 top.c (execute_command_to_ui_file): New function, mostly a copy
6664 of execute_command_to_string.
6665 (execute_command_to_string): Implement by calling
6666 execute_command_to_ui_file.
6667
6668 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6669
6670 * top.h (saved_command_line): Remove declaration.
6671 * top.c (previous_saved_command_line, previous_repeat_arguments):
6672 New variables.
6673 (saved_command_line): Make static, define together with other
6674 'repeat variables'.
6675 (dont_repeat): Clear repeat_arguments.
6676 (repeat_previous, get_saved_command_line, save_command_line):
6677 New functions.
6678 (gdb_init): Initialize saved_command_line
6679 and previous_saved_command_line.
6680 * main.c (captured_main_1): Remove saved_command_line initialization.
6681 * event-top.c (handle_line_of_input): Update to use
6682 the new 'repeat' related functions instead of direct access to
6683 saved_command_line.
6684 * command.h (repeat_previous, get_saved_command_line,
6685 save_command_line): New declarations.
6686 (dont_repeat): Add comment.
6687
6688 2019-05-30 Tom Tromey <tromey@adacore.com>
6689
6690 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
6691 Fix comment.
6692 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
6693
6694 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
6695
6696 PR cli/24587
6697 * completer.c (complete): Initialize variable word.
6698
6699 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6702 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
6703 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
6704 'body' is NULL to the outter 'if', protecting the '!is_define'
6705 situation as well.
6706
6707 2019-05-29 Tom Tromey <tromey@adacore.com>
6708
6709 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
6710 (dwarf_unknown): New function.
6711 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
6712 (dwarf_type_encoding_name): Use dwarf_unknown.
6713
6714 2019-05-29 Tom Tromey <tromey@adacore.com>
6715
6716 PR c++/20020:
6717 * cp-valprint.c (cp_print_value_fields): Call
6718 cp_print_static_field inside "try".
6719
6720 2019-05-29 Tom Tromey <tromey@adacore.com>
6721
6722 * inflow.c (struct terminal_info): Add default operator=.
6723 * configure: Rebuild.
6724 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
6725 -Wdeprecated-copy-dtor, -Wredundant-move.
6726
6727 2019-05-29 Tom Tromey <tromey@adacore.com>
6728
6729 * NEWS: Add entry.
6730 * infcmd.c (print_return_value_1): Handle finish_print
6731 option.
6732 (show_print_finish): New function.
6733 (_initialize_infcmd): Add "set/show print finish" commands.
6734 * valprint.c (user_print_options): Initialize new member.
6735 * valprint.h (struct value_print_options) <finish_print>: New
6736 member.
6737
6738 2019-05-28 Tom Tromey <tromey@adacore.com>
6739
6740 * ada-lang.c (ada_remove_Xbn_suffix)
6741 (find_old_style_renaming_symbol)
6742 (parse_old_style_renaming): Remove.
6743 (ada_find_renaming_symbol): Don't call
6744 find_old_style_renaming_symbol.
6745 (ada_is_renaming_symbol): Rename from
6746 ada_find_renaming_symbol. Remove "block" parameter. Return
6747 bool. Now static.
6748 (ada_read_var_value): Update and simplify.
6749 * ada-exp.y (write_var_or_type): Remove old code.
6750
6751 2019-05-28 Alan Hayward <alan.hayward@arm.com>
6752
6753 * event-top.c: Remove include comment.
6754 * inflow.c (class scoped_ignore_sigttou): Move from here...
6755 * inflow.h (class scoped_ignore_sigttou): ...to here.
6756 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
6757 * top.c: Remove include comment.
6758
6759 2019-05-27 Tom Tromey <tom@tromey.com>
6760
6761 * NEWS: Fix typo.
6762
6763 2019-05-22 Tom Tromey <tromey@adacore.com>
6764
6765 * target.c (target_follow_exec): Constify parameter.
6766 * target-delegates.c: Rebuild.
6767 * remote.c (remote_target::follow_exec): Constify parameter.
6768 * infrun.c (follow_exec): Constify parameter.
6769 * target.h (struct target_ops) <follow_exec>: Constify parameter.
6770 (target_follow_exec): Likewise.
6771
6772 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6773
6774 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
6775 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
6776
6777 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6778
6779 * NEWS: Add debugredirect and testsuite sections.
6780
6781 2019-05-22 Simon Cook <simon.cook@embecosm.com>
6782
6783 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
6784 target descriptions using exclusively floating point register name
6785 aliases.
6786
6787 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6788
6789 PR gdb/18644:
6790 * f-lang.c (build_fortran_types): Handle the case where
6791 gdbarch_floatformat_for_type returns a nullptr.
6792
6793 2019-05-21 Tom de Vries <tdevries@suse.de>
6794
6795 PR cli/24587
6796 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
6797
6798 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 PR gdb/18644:
6801 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
6802 16-byte floats.
6803 * i386-tdep.c (i386_floatformat_for_type): Use
6804 floatformats_ia64_quad for the 16-byte floating point component
6805 within a fortran 32-byte complex number.
6806
6807 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6808
6809 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
6810 delete default constructor.
6811 (find_partial_die): Update to return const struct.
6812 (partial_die_parent_scope): Move variable declaration into scope
6813 of its use and change its type to auto.
6814 (guess_partial_die_structure_name): Likewise.
6815 (partial_die_info::fixup): Likewise.
6816
6817 2019-05-17 Tom Tromey <tromey@adacore.com>
6818
6819 * source.c (find_and_open_source): Remove cast.
6820
6821 2019-05-17 Tom Tromey <tromey@adacore.com>
6822
6823 * annotate.c (annotate_source): Make "filename" const.
6824 * annotate.h (annotate_source): Use const.
6825
6826 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6827
6828 * disasm.c (set_disassembler_options): Send errors to stderr.
6829
6830 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6831
6832 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
6833 (cli_interp_base::set_logging): Check debug_redirect.
6834 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
6835 * cli/cli-logging.c (debug_redirect): Add static variable.
6836 (pop_output_files): Add default param.
6837 (handle_redirections): Print debug setting.
6838 (show_logging_command): Likewise.
6839 (_initialize_cli_logging): Add debugredirect command.
6840 * interps.c (current_interp_set_logging): Add debug_redirect
6841 parameter.
6842 * interps.h (set_logging): Add debug_redirect parameter.
6843 (current_interp_set_logging): Likewise.
6844 * mi/mi-common.h: Likewise.
6845 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
6846
6847 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6848 Tom Tromey <tromey@adacore.com>
6849
6850 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
6851 directly.
6852 * cli/cli-interp.h (make_logging_output): Remove declaration.
6853 * cli/cli-logging.c (make_logging_output): Remove function.
6854 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
6855 directly.
6856 * ui-file.c (tee_file::tee_file): Remove bools.
6857 (tee_file::~tee_file): Remove deletes.
6858 * ui-file.h (tee_file): Remove bools.
6859
6860 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6861
6862 * mi/mi-cmds.h (mi_cmd_complete): New function.
6863 * mi/mi-main.c (mi_cmd_complete): Likewise.
6864 * mi/mi-cmds.c: Define new MI command -complete.
6865 * NEWS: Mention new -complete command.
6866
6867 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
6868
6869 * completer.h (complete): New function.
6870 * completer.c (complete): Likewise.
6871 * cli/cli-cmds.c: (complete_command): Update to use new complete()
6872 function defined in completer.h.
6873
6874 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
6875
6876 * MAINTAINERS (Write After Approval): Add myself.
6877
6878 2019-05-17 Tom de Vries <tdevries@suse.de>
6879
6880 PR gdb/24094
6881 * dwarf2read.c (struct cu_partial_die_info): New struct.
6882 (find_partial_die): Return cu_partial_die_info.
6883 (partial_die_parent_scope, guess_partial_die_structure_name)
6884 (partial_die_info::fixup): Handle new return type of find_partial_die.
6885
6886 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6887
6888 PR breakpoints/24541
6889 * stap-probe.c (stap_parse_register_operand): Make "regname" an
6890 "std::string", simplifying the algorithm.
6891
6892 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6893
6894 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
6895 (stap_static_probe_ops::get_probes): Likewise.
6896
6897 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
6900 '-')" and "else if".
6901 (stap_parse_single_operand): Join checks for
6902 "gdbarch_stap_parse_special_token_p" and
6903 "gdbarch_stap_parse_special_token" in the same "if" statement.
6904 Invert check when verifying for operation on register
6905 displacement.
6906
6907 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6908
6909 * stap-probe.c (stap_get_opcode): Update comment.
6910 (stap_get_expected_argument_type): Likewise.
6911 (handle_stap_probe): Likewise.
6912
6913 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6914
6915 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
6916 return type to 'bool'. Adjust comment. Use 'bool' when
6917 appropriate.
6918 (i386_stap_parse_special_token_three_arg_disp): Likewise.
6919 * stap-probe.c (stap_parse_argument_1): Likewise.
6920 (stap_is_operator): Likewise.
6921 (stap_is_generic_prefix): Likewise.
6922 (stap_is_register_prefix): Likewise.
6923 (stap_is_register_indirection_prefix): Likewise.
6924 (stap_is_integer_prefix): Likewise.
6925 (stap_generic_check_suffix): Likewise.
6926 (stap_check_integer_suffix): Likewise.
6927 (stap_check_register_suffix): Likewise.
6928 (stap_check_register_indirection_suffix): Likewise.
6929 (stap_parse_register_operand): Likewise.
6930 (stap_parse_single_operand): Likewise.
6931 (stap_parse_argument_1): Likewise.
6932 (stap_probe::get_argument_count): Likewise.
6933 (stap_is_operator): Likewise.
6934
6935 2019-05-16 Tom Tromey <tromey@adacore.com>
6936
6937 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
6938 keyword to foreach.
6939
6940 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
6941
6942 * linux-thread-db.c (try_thread_db_load_1): Change return type
6943 to bool.
6944 (try_thread_db_load): Likewise.
6945 (try_thread_db_load_from_pdir_1): Likewise.
6946 (try_thread_db_load_from_pdir): Likewise.
6947 (try_thread_db_load_from_sdir): Likewise.
6948 (try_thread_db_load_from_dir): Likewise.
6949 (thread_db_load_search): Likewise.
6950 (has_libpthread): Likewise.
6951 (thread_db_load): Likewise.
6952
6953 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
6954
6955 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6956 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
6957 NULL, and complain/return if that's the case.
6958
6959 2019-05-15 John Darrington <john@darrington.wattle.id.au>
6960
6961 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
6962 (advance, posn, abstract_read_memory): New functions.
6963 [struct mem_read_abstraction]: New struct.
6964 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
6965
6966 2019-05-14 Tom Tromey <tromey@adacore.com>
6967
6968 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
6969 value is not lval_memory.
6970
6971 2019-05-14 Tom Tromey <tromey@adacore.com>
6972
6973 * solib.c (info_sharedlibrary_command): Style the file name.
6974
6975 2019-05-14 Alan Hayward <alan.hayward@arm.com>
6976
6977 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
6978 (aarch64_vnv_type): Likewise.
6979 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
6980 * common/tdesc.c: Likewise.
6981 * common/tdesc.h (enum tdesc_type_kind): Likewise.
6982 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
6983 * features/aarch64-fpu.xml: Add ieee half view.
6984 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
6985 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
6986 * gdbtypes.h (struct builtin_type): Likewise.
6987 (struct objfile_type): Likewise.
6988
6989 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
6990
6991 * language.c (language_sniff_from_mangled_name): Fix "langauge"
6992 typo.
6993 * location.h (string_to_event_location): Likewise.
6994
6995 2019-05-11 Joel Brobecker <brobecker@adacore.com>
6996
6997 GDB 8.3 released.
6998
6999 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
7000
7001 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
7002 New variable declaration.
7003 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
7004 New variable.
7005 (print_one_breakpoint): Use ui_out::test_flags and new global
7006 variable to compute use_fixed_output.
7007 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
7008 Remove.
7009 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7010 (mi_multi_location_breakpoint_output_fixed): Remove.
7011 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7012 new variable.
7013 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7014 fix_multi_location_breakpoint_output flag if version >= 3.
7015 * ui-out.h (enum ui_out_flag)
7016 <fix_multi_location_breakpoint_output>: New enumerator.
7017
7018 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
7019
7020 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7021
7022 2019-05-10 Tom Tromey <tromey@adacore.com>
7023
7024 * ada-lang.c (catch_ada_completer): New function.
7025 (_initialize_ada_language): Use it.
7026
7027 2019-05-10 Tom Tromey <tromey@adacore.com>
7028
7029 * thread.c (print_thread_info): Make "requested_threads" const.
7030 * gdbthread.h (print_thread_info): Make "requested_threads"
7031 const.
7032 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7033 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7034
7035 2019-05-08 Tom Tromey <tom@tromey.com>
7036
7037 * gdbtypes.c (objfile_type_data): Change type.
7038 (objfile_type, _initialize_gdbtypes): Update.
7039
7040 2019-05-08 Tom Tromey <tom@tromey.com>
7041
7042 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7043 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7044 (_initialize_dwarf2_frame): Update.
7045
7046 2019-05-08 Tom Tromey <tom@tromey.com>
7047
7048 * objc-lang.c (objc_objfile_data): Change type.
7049 (find_methods): Update.
7050 (_initialize_objc_lang): Remove.
7051
7052 2019-05-08 Tom Tromey <tom@tromey.com>
7053
7054 * stabsread.c (rs6000_builtin_type_data): Change type.
7055 (rs6000_builtin_type, _initialize_stabsread): Update.
7056
7057 2019-05-08 Tom Tromey <tom@tromey.com>
7058
7059 * mips-tdep.c (mips_pdr_data): Remove.
7060 (_initialize_mips_tdep): Update.
7061
7062 2019-05-08 Tom Tromey <tom@tromey.com>
7063
7064 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7065 (hppa_init_objfile_priv_data, read_unwind_info)
7066 (find_unwind_entry, _initialize_hppa_tdep): Update.
7067
7068 2019-05-08 Tom Tromey <tom@tromey.com>
7069
7070 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7071 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7072 on obstack.
7073 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7074
7075 2019-05-08 Tom Tromey <tom@tromey.com>
7076
7077 * mdebugread.c (basic_type_data): Change type.
7078 (basic_type, _initialize_mdebugread): Update.
7079
7080 2019-05-08 Tom Tromey <tom@tromey.com>
7081
7082 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7083
7084 2019-05-08 Tom Tromey <tom@tromey.com>
7085
7086 * nto-tdep.c (nto_inferior_data_reg): Change type.
7087 (nto_inferior_data): Update.
7088 (nto_inferior_data_cleanup, nto_new_inferior_data)
7089 (_initialize_nto_tdep): Remove.
7090 * nto-tdep.h (struct nto_inferior_data): Add initializers.
7091
7092 2019-05-08 Tom Tromey <tom@tromey.com>
7093
7094 * ada-lang.c (struct ada_inferior_data): Add initializers.
7095 (ada_inferior_data): Change type.
7096 (ada_inferior_data_cleanup): Remove.
7097 (get_ada_inferior_data, ada_inferior_exit)
7098 (struct ada_pspace_data): Add initializers, destructor.
7099 (ada_pspace_data_handle): Change type.
7100 (get_ada_pspace_data): Update.
7101 (ada_pspace_data_cleanup): Remove.
7102
7103 2019-05-08 Tom Tromey <tom@tromey.com>
7104
7105 * coffread.c (struct coff_symfile_info): Add initializers.
7106 (coff_objfile_data_key): Move lower. Change type.
7107 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
7108 Update.
7109 (coff_free_info): Remove.
7110
7111 2019-05-08 Tom Tromey <tom@tromey.com>
7112
7113 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7114 (fbsd_pspace_data_handle): Move lower. Change type.
7115 (get_fbsd_pspace_data): Update.
7116 (fbsd_pspace_data_cleanup): Remove.
7117 (_initialize_fbsd_tdep): Update.
7118
7119 2019-05-08 Tom Tromey <tom@tromey.com>
7120
7121 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7122 (get_ada_tasks_pspace_data): Update.
7123 (ada_tasks_pspace_data_cleanup): Remove.
7124 (_initialize_tasks): Update.
7125 (ada_tasks_inferior_data_handle): Change type.
7126 (get_ada_tasks_inferior_data): Update.
7127 (ada_tasks_inferior_data_cleanup): Remove.
7128 (struct ada_tasks_pspace_data): Add initializers.
7129
7130 2019-05-08 Tom Tromey <tom@tromey.com>
7131
7132 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7133 * symfile-debug.c (debug_sym_get_probes): Change type.
7134 * stap-probe.c (handle_stap_probe):
7135 (stap_static_probe_ops::get_probes): Change type.
7136 * probe.h (class static_probe_ops) <get_probes>: Change type.
7137 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7138 (parse_probes_in_pspace): Update.
7139 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7140 Update.
7141 (any_static_probe_ops::get_probes): Change type.
7142 * elfread.c (elfread_data): New typedef.
7143 (probe_key): Change type.
7144 (elf_get_probes): Likewise. Update.
7145 (probe_key_free): Remove.
7146 (_initialize_elfread): Update.
7147 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7148 Change type.
7149 (dtrace_process_dof_probe, dtrace_process_dof)
7150 (dtrace_static_probe_ops::get_probe): Change type.
7151
7152 2019-05-08 Tom Tromey <tom@tromey.com>
7153
7154 * xcoffread.c (struct xcoff_symfile_info): Rename from
7155 coff_symfile_info. Add initializers.
7156 (xcoff_objfile_data_key): Move lower. Change type.
7157 (XCOFF_DATA): Rewrite.
7158 (xcoff_free_info): Remove.
7159 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7160 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7161 (xcoff_initial_scan): Update.
7162
7163 2019-05-08 Tom Tromey <tom@tromey.com>
7164
7165 * solib-svr4.c (struct svr4_info): Add initializers and
7166 destructor.
7167 <probes_table>: Now an htab_up.
7168 (solib_svr4_pspace_data): Change type.
7169 (free_probes_table): Simplify.
7170 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7171 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7172 (probes_table_remove_objfile_probes, register_solib_event_probe)
7173 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7174 (_initialize_svr4_solib): Update.
7175
7176 2019-05-08 Tom Tromey <tom@tromey.com>
7177
7178 * remote.c (remote_pspace_data): Change type.
7179 (remote_pspace_data_cleanup): Remove.
7180 (get_remote_exec_file, set_pspace_remote_exec_file)
7181 (_initialize_remote): Update.
7182
7183 2019-05-08 Tom Tromey <tom@tromey.com>
7184
7185 * breakpoint.c (breakpoint_objfile_key): Change type.
7186 (get_breakpoint_objfile_data): Update.
7187 (free_breakpoint_objfile_data): Remove.
7188 (_initialize_breakpoint): Update.
7189
7190 2019-05-08 Tom Tromey <tom@tromey.com>
7191
7192 * linux-tdep.c (struct linux_info): Add initializers.
7193 (linux_inferior_data): Move. Change type.
7194 (invalidate_linux_cache_inf): Update.
7195 (linux_inferior_data_cleanup): Remove.
7196 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7197
7198 2019-05-08 Tom Tromey <tom@tromey.com>
7199
7200 * auxv.c (auxv_inferior_data): Move. Change type.
7201 (auxv_inferior_data_cleanup): Remove.
7202 (invalidate_auxv_cache_inf): Rewrite.
7203 (get_auxv_inferior_data, _initialize_auxv): Update.
7204
7205 2019-05-08 Tom Tromey <tom@tromey.com>
7206
7207 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7208 (symfile_debug_objfile_data_key): Change type.
7209 (symfile_debug_installed, debug_qf_has_symbols)
7210 (debug_qf_find_last_source_symtab)
7211 (debug_qf_forget_cached_source_info)
7212 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7213 (debug_qf_print_stats, debug_qf_dump)
7214 (debug_qf_expand_symtabs_for_function)
7215 (debug_qf_expand_all_symtabs)
7216 (debug_qf_expand_symtabs_with_fullname)
7217 (debug_qf_map_matching_symbols)
7218 (debug_qf_expand_symtabs_matching)
7219 (debug_qf_find_pc_sect_compunit_symtab)
7220 (debug_qf_map_symbol_filenames)
7221 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7222 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7223 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7224 (debug_sym_read_linetable, debug_sym_relocate): Update.
7225 (symfile_debug_free_objfile): Remove.
7226 (install_symfile_debug_logging, _initialize_symfile_debug):
7227 Update.
7228
7229 2019-05-08 Tom Tromey <tom@tromey.com>
7230
7231 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7232 allocate_on_obstack.
7233 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7234 (get_dwarf2_per_objfile): Update.
7235 (set_dwarf2_per_objfile): Remove.
7236 (dwarf2_has_info, dwarf2_get_section_info): Update.
7237 (dwarf2_free_objfile): Remove.
7238 (_initialize_dwarf2_read): Update.
7239
7240 2019-05-08 Tom Tromey <tom@tromey.com>
7241
7242 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7243 initializers.
7244 <unsupported_script_warning_printed,
7245 script_not_found_warning_printed>: Now bool.
7246 (auto_load_pspace_data): Change type.
7247 (~auto_load_pspace_info): Rename from
7248 auto_load_pspace_data_cleanup.
7249 (get_auto_load_pspace_data, init_loaded_scripts_info)
7250 (clear_section_scripts, maybe_print_unsupported_script_warning)
7251 (maybe_print_script_not_found_warning, _initialize_auto_load):
7252 Update.
7253
7254 2019-05-08 Tom Tromey <tom@tromey.com>
7255
7256 * objfiles.c (objfile_pspace_info): Add destructor and
7257 initializers.
7258 (objfiles_pspace_data): Change type.
7259 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7260 (get_objfile_pspace_data): Update.
7261 (objfiles_bfd_data): Change type.
7262 (get_objfile_bfd_data): Update.
7263 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7264
7265 2019-05-08 Tom Tromey <tom@tromey.com>
7266
7267 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7268 Change type.
7269 (get_catch_syscall_inferior_data): Update.
7270 (catch_syscall_inferior_data_cleanup): Remove.
7271 (_initialize_break_catch_syscall): Update.
7272
7273 2019-05-08 Tom Tromey <tom@tromey.com>
7274
7275 * inflow.c (struct terminal_info): Add destructor and
7276 initializers.
7277 (inflow_inferior_data): Change type.
7278 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7279 (get_inflow_inferior_data, inflow_inferior_exit)
7280 (swap_terminal_info, _initialize_inflow): Update.
7281
7282 2019-05-08 Tom Tromey <tom@tromey.com>
7283
7284 * target-dcache.c (target_dcache_cleanup): Remove.
7285 (target_dcache_aspace_key): Change type.
7286 (target_dcache_init_p, target_dcache_invalidate)
7287 (target_dcache_get, target_dcache_get_or_init)
7288 (_initialize_target_dcache): Update.
7289 * dcache.h (struct dcache_deleter): New.
7290
7291 2019-05-08 Tom Tromey <tom@tromey.com>
7292
7293 * symtab.c (struct symbol_cache): Add destructor and
7294 initializers.
7295 (symbol_cache_key): Move. Change type.
7296 (make_symbol_cache, free_symbol_cache): Remove.
7297 (get_symbol_cache): Update.
7298 (symbol_cache_cleanup): Remove.
7299 (ALL_PSPACES, symbol_cache_flush)
7300 (maintenance_print_symbol_cache)
7301 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7302 Update.
7303
7304 2019-05-08 Tom Tromey <tom@tromey.com>
7305
7306 * symtab.c (struct main_info): Add destructor and initializers.
7307 (main_progspace_key): Move. Change type.
7308 (get_main_info): Update.
7309 (main_info_cleanup): Remove.
7310 (_initialize_symtab): Update.
7311
7312 2019-05-08 Tom Tromey <tom@tromey.com>
7313
7314 * registry.h (DECLARE_REGISTRY): Define the _key class.
7315
7316 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7317
7318 * NEWS: Merge two 'New commands' sections.
7319
7320 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7321
7322 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7323 parameter and use Ada language definition instead.
7324 (ada_val_print_ptr): Remove unused language parameter.
7325 (ada_val_print_num): Remove language parameter and use Ada language
7326 definition instead.
7327 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7328 parameter.
7329 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7330 parameter and use Ada language definition instead.
7331 (ada_val_print_1): Update all ada_val_print_xxx calls.
7332 Remove language parameter.
7333 (ada_val_print): Update ada_val_print_1 call.
7334
7335 2019-05-08 Tom Tromey <tromey@adacore.com>
7336
7337 * remote.c (remote_hw_watchpoint_limit)
7338 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7339 Now static.
7340
7341 2019-05-08 Tom Tromey <tromey@adacore.com>
7342
7343 * maint.c (_initialize_maint_cmds): Move initialization code to
7344 remote.c.
7345 (watchdog, show_watchdog): Move to remote.c.
7346 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7347 "watchdog" static.
7348 (_initialize_remote): Move initialization code from maint.c.
7349 * defs.h (watchdog): Don't declare.
7350
7351 2019-05-08 Tom Tromey <tromey@adacore.com>
7352
7353 * tui/tui-interp.c: Include main.h.
7354 * interps.c: Include main.h.
7355 * main.h (interpreter_p): Declare.
7356 * defs.h (interpreter_p): Don't declare.
7357
7358 2019-05-08 Tom Tromey <tromey@adacore.com>
7359
7360 * dwarf2loc.c: Include dwarf2read.h.
7361 * defs.h (read_unsigned_leb128): Don't declare.
7362 * dwarf2read.h (read_unsigned_leb128): Declare.
7363
7364 2019-05-08 Tom Tromey <tromey@adacore.com>
7365
7366 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7367 method.
7368
7369 2019-05-08 Tom Tromey <tromey@adacore.com>
7370
7371 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7372 when no wrap column is set.
7373
7374 2019-05-08 Tom Tromey <tromey@adacore.com>
7375
7376 * c-lang.c (c_get_string): Handle non-C-style arrays.
7377
7378 2019-05-08 Tom Tromey <tromey@adacore.com>
7379
7380 * typeprint.c (print_offset_data::update): Print the bit offset,
7381 not the number of bits remaining.
7382
7383 2019-05-08 Tom Tromey <tromey@adacore.com>
7384
7385 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7386 padding at end of comment.
7387
7388 2019-05-08 Tom Tromey <tromey@adacore.com>
7389
7390 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7391 Compare main types.
7392
7393 2019-05-06 Tom Tromey <tom@tromey.com>
7394
7395 * common/scoped_mmap.c: Include common-defs.h.
7396 * common/scoped_mmap.h: Don't include config.h.
7397
7398 2019-05-04 Tom Tromey <tom@tromey.com>
7399
7400 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7401 (struct aarch64_call_info): Add initializers.
7402 <si>: Now a std::vector.
7403 (pass_on_stack, aarch64_push_dummy_call): Update.
7404
7405 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
7406 Tom Tromey <tom@tromey.com>
7407
7408 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7409 (ppc_threads): Now a std::vector. Now static.
7410 (hwdebug_find_thread_points_by_tid)
7411 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7412 Update.
7413
7414 2019-05-04 Tom Tromey <tom@tromey.com>
7415
7416 * arc-tdep.c (arc_tdesc_init): Return bool.
7417
7418 2019-05-04 Tom Tromey <tom@tromey.com>
7419
7420 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7421 Use gdb_assert_not_reached.
7422
7423 2019-05-04 Tom Tromey <tom@tromey.com>
7424
7425 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7426 "false".
7427
7428 2019-05-04 Tom Tromey <tom@tromey.com>
7429
7430 * arc-tdep.c (arc_tdesc_init): Use bool.
7431
7432 2019-05-04 Tom Tromey <tom@tromey.com>
7433
7434 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7435
7436 2019-05-04 Tom Tromey <tom@tromey.com>
7437
7438 * cli/cli-cmds.c (valid_command_p): Return bool.
7439
7440 2019-05-04 Tom Tromey <tom@tromey.com>
7441
7442 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7443 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7444
7445 2019-05-04 Raul Tambre <raul@tambre.ee>
7446
7447 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7448 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7449 operator for comparison.
7450
7451 2019-05-04 Tom Tromey <tom@tromey.com>
7452
7453 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7454 (lookup_partial_symbol, print_partial_symbols)
7455 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7456 (psymbol_compare): Update.
7457 (add_psymbol_to_bcache): Clear the entire psymbol.
7458 (maintenance_check_psymtabs): Update.
7459 * psympriv.h (struct partial_symbol): Don't derive from
7460 general_symbol_info.
7461 <obj_section, unrelocated_address, address,
7462 set_unrelocated_address>: Update.
7463 <ginfo>: New member.
7464 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7465 (debug_names::write_psymbols): Update.
7466
7467 2019-05-04 Tom de Vries <tdevries@suse.de>
7468
7469 * contrib/cc-with-tweaks.sh: Support -n arg.
7470
7471 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7472
7473 * corelow.c (core_target::detach): Ensure frame cache and
7474 register caches are cleared.
7475 inferior.c (exit_inferior_1): Likewise.
7476
7477 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7478 Tom Tromey <tom@tromey.com>
7479
7480 * dictionary.c (collate_pending_symbols_by_language): Remove
7481 "struct" from foreach.
7482 * symtab.c (lookup_global_symbol_from_objfile)
7483 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7484 foreach.
7485 * ser-tcp.c (net_open): Remove "struct" from foreach.
7486 * objfiles.c (objfile_relocate, objfile_rebase)
7487 (objfile_has_symbols): Remove "struct" from foreach.
7488 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7489 from foreach.
7490 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7491 foreach.
7492 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7493 "struct" from foreach.
7494 * ada-lang.c (create_excep_cond_exprs)
7495 (ada_exception_catchpoint_cond_string): Remove "struct" from
7496 foreach.
7497
7498 2019-05-03 Tom Tromey <tromey@adacore.com>
7499
7500 * ada-exp.y (convert_char_literal): Check suffix of each
7501 enumerator.
7502
7503 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7504
7505 PR ada/21406:
7506 * ada-exp.y (yywrap): Don't define.
7507 * ada-lex.l (%option): Add noyywrap
7508 (yywrap): Remove.
7509
7510 2019-05-03 Eli Zaretskii <eliz@gnu.org>
7511
7512 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7513 _WIN32_WINNT to the XP level, unless already defined to a higher
7514 level.
7515
7516 * unittests/parse-connection-spec-selftests.c:
7517 * ser-tcp.c:
7518 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7519 override.
7520
7521 * symfile.c (find_separate_debug_file): Remove colon from the
7522 drive spec of DOS/Windows file names of the target, so that the
7523 file name produced from DEBUGDIR and the target's directory will
7524 be valid on DOS/Windows systems.
7525
7526 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7527
7528 * rust-lang.c (val_print_struct): Handle printing structures
7529 containing strings.
7530
7531 2019-05-02 Tom Tromey <tromey@adacore.com>
7532
7533 * valarith.c (_initialize_valarith): Remove.
7534
7535 2019-05-01 Tom Tromey <tromey@adacore.com>
7536
7537 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7538 bitfields.
7539
7540 2019-05-01 Tom Tromey <tromey@adacore.com>
7541
7542 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7543 for big-endian copies.
7544
7545 2019-04-30 Ali Tamur <tamur@google.com>
7546 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7547 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7548 (read_3_bytes): New function.
7549
7550 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7551
7552 * windows-nat.c (main_thread_id): Delete.
7553 (handle_output_debug_string): Replace main_thread_id by
7554 current_event.dwThreadId.
7555 (fake_create_process): Likewise.
7556 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7557 Do not set main_thread_id.
7558 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7559 current_event.dwThreadId.
7560 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7561
7562 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7563
7564 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7565 Use current_event.dwThreadId instead of main_thread_id.
7566
7567 2019-04-30 Tom Tromey <tromey@adacore.com>
7568
7569 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7570 (create_excep_cond_exprs): Iterate over program spaces.
7571 (ada_exception_catchpoint_cond_string): Examine all minimal
7572 symbols for exception types.
7573
7574 2019-04-30 Tom Tromey <tromey@adacore.com>
7575
7576 PR c++/24470:
7577 * dwarf2read.c (process_structure_scope): Handle case where type
7578 has template parameters but no symbol was created.
7579
7580 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7581 Chris January <chris.january@arm.com>
7582
7583 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7584 qualifier.
7585 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7586
7587 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7588
7589 * f-typeprint.c (f_print_type): Update rules for printing
7590 whitespace.
7591 (f_type_print_varspec_suffix): Likewise.
7592
7593 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7594 Chris January <chris.january@arm.com>
7595
7596 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7597 function arguments.
7598
7599 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7600
7601 * f-lang.c (build_fortran_types): Change name of void type to
7602 lower case.
7603 * f-typeprint.c (f_type_print_base): Print the name of the void
7604 type, rather than a fixed string.
7605 * f-valprint.c (f_decorations): Use lower case void string.
7606
7607 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7608 Chris January <chris.january@arm.com>
7609
7610 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
7611 types for Fortran.
7612
7613 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7614 Chris January <chris.january@arm.com>
7615 David Lecomber <david.lecomber@arm.com>
7616
7617 * f-exp.y (BINOP_INTRINSIC): New token.
7618 (exp): New parser rule handling BINOP_INTRINSIC.
7619 (f77_keywords): Add new builtin procedures.
7620 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
7621 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7622 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
7623 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7624 (print_unop_subexp_f): New function.
7625 (print_binop_subexp_f): New function.
7626 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7627 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7628 (dump_subexp_body_f): Likewise.
7629 (operator_check_f): Likewise.
7630 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7631 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
7632
7633 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7634
7635 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
7636 UNOP_KIND.
7637 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
7638 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
7639 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
7640 (operator_length_f): New fuction.
7641 (print_subexp_f): New function.
7642 (op_name_f): New function.
7643 (dump_subexp_body_f): New function.
7644 (operator_check_f): New function.
7645 (exp_descriptor_f): Replace standard expression handling functions
7646 with new functions.
7647 * gdb/fortran-operator.def: New file.
7648 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
7649 * gdb/std-operator.def: Remove UNOP_KIND.
7650
7651 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7652
7653 * std-operator.def: Remove unbalanced, stray double quote
7654 character.
7655
7656 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7657 Chris January <chris.january@arm.com>
7658 Daniel Everett <daniel.everett@arm.com>
7659 Nick Forrington <nick.forrington@arm.com>
7660 Richard Bunt <richard.bunt@arm.com>
7661
7662 * cp-valprint.c (cp_print_value_fields): Allow an additional level
7663 of depth when printing anonymous structs or unions.
7664 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
7665 Don't print either the top-level value, or the children if the
7666 max-depth is exceeded.
7667 (ppscm_print_children): When printing the key of a map, allow one
7668 extra level of depth.
7669 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
7670 print either the top-level value, or the children if the max-depth
7671 is exceeded.
7672 (print_children): When printing the key of a map, allow one extra
7673 level of depth.
7674 * python/py-value.c (valpy_format_string): Add max_depth keyword.
7675 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
7676 (user_print_options): Initialise max_depth field.
7677 (val_print_scalar_or_string_type_p): New function.
7678 (val_print): Check to see if the max depth has been reached.
7679 (val_print_check_max_depth): Define new function.
7680 (show_print_max_depth): New function.
7681 (_initialize_valprint): Add 'print max-depth' option.
7682 * valprint.h (struct value_print_options) <max_depth>: New field.
7683 (val_print_check_max_depth): Declare new function.
7684 * NEWS: Document new feature.
7685
7686 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7687
7688 * ada-lang.c (ada_language_defn): Initialise new field.
7689 * c-lang.c (c_is_string_type_p): New function.
7690 (c_language_defn): Initialise new field.
7691 (cplus_language_defn): Initialise new field.
7692 (asm_language_defn): Initialise new field.
7693 (minimal_language_defn): Initialise new field.
7694 * c-lang.h (c_is_string_type_p): Declare new function.
7695 * d-lang.c (d_language_defn): Initialise new field.
7696 * f-lang.c (f_is_string_type_p): New function.
7697 (f_language_defn): Initialise new field.
7698 * go-lang.c (go_is_string_type_p): New function.
7699 (go_language_defn): Initialise new field.
7700 * language.c (default_is_string_type_p): New function.
7701 (unknown_language_defn): Initialise new field.
7702 (auto_language_defn): Initialise new field.
7703 * language.h (struct language_defn) <la_is_string_type_p>: New
7704 member variable.
7705 (default_is_string_type_p): Declare new function.
7706 * m2-lang.c (m2_language_defn): Initialise new field.
7707 * objc-lang.c (objc_language_defn): Initialise new field.
7708 * opencl-lang.c (opencl_language_defn): Initialise new field.
7709 * p-lang.c (pascal_is_string_type_p): New function.
7710 (pascal_language_defn): Initialise new field.
7711 * rust-lang.c (rust_is_string_type_p): New function.
7712 (rust_language_defn): Initialise new field.
7713
7714 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7715
7716 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
7717 New field.
7718 * ada-lang.c (ada_language_defn): Initialise new field.
7719 * c-lang.c (c_language_defn): Likewise.
7720 (cplus_language_defn): Likewise.
7721 (asm_language_defn): Likewise.
7722 (minimal_language_defn): Likewise.
7723 * d-lang.c (d_language_defn): Likewise.
7724 * f-lang.c (f_language_defn): Likewise.
7725 * go-lang.c (go_language_defn): Likewise.
7726 * language.c (unknown_language_defn): Likewise.
7727 (auto_language_defn): Likewise.
7728 * m2-lang.c (m2_language_defn): Likewise.
7729 * objc-lang.c (objc_language_defn): Likewise.
7730 * opencl-lang.c (opencl_language_defn): Likewise.
7731 * p-lang.c (pascal_language_defn): Likewise.
7732 * rust-lang.c (rust_language_defn): Likewise.
7733
7734 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7735
7736 * ada-lang.c (ada_is_character_type): Change return type to bool.
7737 (ada_is_string_type): Likewise.
7738 * ada-lang.h (ada_is_character_type): Update declaration
7739 (ada_is_string_type): Likewise.
7740
7741 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7742
7743 Support style in 'frame|thread apply'
7744
7745 * gdbcmd.h (execute_command_to_string): New term_out parameter.
7746 * record.c (record_start, record_stop): Update callers of
7747 execute_command_to_string with false.
7748 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
7749 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
7750 methods.
7751 (class string_file): New constructor with term_out parameter.
7752 Override methods term_out and can_emit_style_escape. New member
7753 term_out.
7754 (class stdio_file): Override can_emit_style_escape.
7755 (class tee_file): Override term_out and can_emit_style_escape.
7756 * utils.h (can_emit_style_escape): Remove.
7757 * utils.c (can_emit_style_escape): Likewise.
7758 Update all callers of can_emit_style_escape (SOMESTREAM) to
7759 SOMESTREAM->can_emit_style_escape.
7760 * source-cache.c (source_cache::get_source_lines): Likewise.
7761 * stack.c (frame_apply_command_count): Call execute_command_to_string
7762 passing the term_out characteristic of the current gdb_stdout.
7763 * thread.c (thr_try_catch_cmd): Likewise.
7764 * top.c (execute_command_to_string): pass term_out parameter
7765 to construct the string_file for the command output.
7766 * ui-file.c (term_cli_styling): New function (most code moved
7767 from utils.c can_emit_style_escape).
7768 (string_file::string_file, string_file::can_emit_style_escape,
7769 stdio_file::can_emit_style_escape, tee_file::term_out,
7770 tee_file::can_emit_style_escape): New functions.
7771
7772 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7773
7774 * NEWS: Mention the new set|show may-call-functions.
7775 * infcall.c (may_call_functions_p): New variable.
7776 (show_may_call_functions_p): New function.
7777 (call_function_by_hand_dummy): Throws an error if not
7778 may-call-functions.
7779 (_initialize_infcall): Call add_setshow_boolean_cmd for
7780 may-call-functions.
7781
7782 2019-04-25 Keith Seitz <keiths@redhat.com>
7783
7784 PR c++/24367
7785 * cp-support.c (inspect_type): Don't attempt substitutions
7786 of symbol with the same name.
7787
7788 2019-04-25 Tom Tromey <tromey@adacore.com>
7789
7790 PR gdb/24475:
7791 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
7792 static.
7793
7794 2019-04-25 Tom Tromey <tromey@adacore.com>
7795
7796 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
7797 rvalue reference.
7798 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
7799 (gdb_xml_parser::parse): Use std::move.
7800 * python/python-internal.h (gdbpy_convert_exception): Take a const
7801 reference.
7802 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
7803 std::move.
7804 * python/py-utils.c (gdbpy_convert_exception): Take a const
7805 reference.
7806 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7807 Use std::move.
7808 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7809 Use std::move.
7810 * mi/mi-main.c (mi_print_exception): Take a const reference.
7811 * main.c (handle_command_errors): Take a const reference.
7812 * linespec.c (parse_linespec): Use std::move.
7813 * infcall.c (run_inferior_call): Use std::move.
7814 (call_function_by_hand_dummy): Use std::move.
7815 * exec.c (try_open_exec_file): Use std::move.
7816 * exceptions.h (exception_print, exception_fprintf)
7817 (exception_print_same): Update.
7818 * exceptions.c (print_exception, exception_print)
7819 (exception_fprintf, exception_print_same): Change parameters to
7820 const reference.
7821 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
7822 * common/new-op.c: Use std::move.
7823 * common/common-exceptions.h (struct gdb_exception): Add move
7824 constructor.
7825 (struct gdb_exception_error, struct gdb_exception_quit, struct
7826 gdb_quit_bad_alloc): Change constructor to move constructor.
7827 (throw_exception): Change parameter to rvalue reference.
7828 * common/common-exceptions.c (throw_exception): Take rvalue
7829 reference.
7830 * cli/cli-interp.c (safe_execute_command): Use std::move.
7831 * breakpoint.c (insert_bp_location, location_to_sals): Use
7832 std::move.
7833
7834 2019-04-25 Tom Tromey <tromey@adacore.com>
7835
7836 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
7837 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
7838 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
7839 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
7840 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
7841 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
7842 guile/scm-value.c: Use unpack.
7843 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
7844 gdbscm_gdb_exception.
7845 (gdbscm_throw_gdb_exception): Likewise.
7846 (struct gdbscm_gdb_exception): New.
7847 (unpack): New function.
7848 (gdbscm_wrap): Use unpack.
7849
7850 2019-04-25 Tom Tromey <tromey@adacore.com>
7851
7852 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7853 (gdb_rl_callback_handler): Use std::move.
7854 * common/common-exceptions.h (struct gdb_exception): Add move
7855 assignment operator.
7856 (throw_exception_sjlj): Change "exception" to const reference.
7857 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
7858 (throw_exception_sjlj): Change "exception" to const reference.
7859
7860 2019-04-25 Tom Tromey <tromey@adacore.com>
7861
7862 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
7863 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
7864 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7865 Update.
7866 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7867 Update.
7868 * mi/mi-interp.c (mi_interp::exec): Update.
7869 * linespec.c (parse_linespec): Update.
7870 * infcall.c (run_inferior_call): Update.
7871 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
7872 * guile/scm-symbol.c (gdbscm_lookup_symbol)
7873 (gdbscm_lookup_global_symbol): Update.
7874 * guile/scm-param.c (gdbscm_parameter_value): Update.
7875 * guile/scm-frame.c (gdbscm_frame_read_register)
7876 (gdbscm_frame_read_var): Update.
7877 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
7878 * exec.c (try_open_exec_file): Update.
7879 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7880 (gdb_rl_callback_handler): Update.
7881 * common/common-exceptions.h (exception_none): Don't declare.
7882 * common/common-exceptions.c (exception_none): Don't define.
7883 (struct catcher) <exception>: Update.
7884 * cli/cli-interp.c (safe_execute_command): Update.
7885 * breakpoint.c (insert_bp_location, location_to_sals): Update.
7886
7887 2019-04-25 Ali Tamur <tamur@google.com>
7888
7889 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
7890 (read_attribute_value): Likewise.
7891 (dwarf2_read_addr_index): Update comment.
7892 (read_str_index): Add DW_FORM_strx.
7893 (dwarf2_string_attr): Likewise.
7894 (dwarf2_const_value_attr): Likewise.
7895 (dump_die_shallow): Likewise.
7896 (dwarf2_fetch_constant_bytes): Likewise.
7897 (skip_form_bytes): Likewise.
7898 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7899
7900 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7901
7902 PR corefiles/11608
7903 PR corefiles/18187
7904 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
7905 OFFSET. Verify if current mapping contains an ELF header.
7906 (linux_find_memory_regions_full): Adjust call to
7907 dump_mapping_p.
7908
7909 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
7910 Kang Li <kanglictf@gmail.com>
7911
7912 PR gdb/21600
7913
7914 * dwarf2-frame.c (read_initial_length): Be consistent about using
7915 unsigned representation of length.
7916 (decode_frame_entry_1): Likewise. Check for wraparound of
7917 end pointer as well as buffer overflow.
7918
7919 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7920
7921 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
7922 "vq".
7923
7924 2019-04-24 Tom Tromey <tromey@adacore.com>
7925
7926 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
7927
7928 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7929
7930 * s12z-tdep.c (s12z_unwind_pc): Delete.
7931 (s12z_unwind_sp): Delete.
7932 (s12z_gdbarch_init): Don't register deleted functions with
7933 gdbarch.
7934
7935 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7936
7937 * rl78-tdep.c (rl78_unwind_sp): Delete.
7938 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
7939
7940 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
7943 (xstormy16_unwind_pc): Delete.
7944 (xstormy16_dummy_id): Delete.
7945 (xstormy16_gdbarch_init): Don't register deleted functions with
7946 gdbarch.
7947
7948 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7949
7950 * vax-tdep.c (vax_unwind_pc): Delete.
7951 (vax_gdbarch_init): Don't register deleted function with gdbarch.
7952
7953 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7954
7955 * v850-tdep.c (v850_unwind_sp): Delete.
7956 (v850_unwind_pc): Delete.
7957 (v850_dummy_id): Delete.
7958 (v850_gdbarch_init): Don't register deleted functions with
7959 gdbarch.
7960
7961 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7962
7963 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
7964 (tilegx_unwind_pc): Delete.
7965 (tilegx_unwind_dummy_id): Delete.
7966 (tilegx_gdbarch_init): Don't register deleted functions with
7967 gdbarch.
7968
7969 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7970
7971 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
7972 (tic6x_dummy_id): Delete.
7973 (tic6x_gdbarch_init): Don't register deleted functions with
7974 gdbarch.
7975
7976 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7977
7978 * sparc-tdep.c (sparc_unwind_pc): Delete.
7979 (sparc32_gdbarch_init): Don't register deleted function with
7980 gdbarch.
7981
7982 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7983
7984 * sh-tdep.c (sh_unwind_sp): Delete.
7985 (sh_unwind_pc): Delete.
7986 (sh_dummy_id): Delete.
7987 (sh_gdbarch_init): Don't register deleted functions with
7988 gdbarch.
7989
7990 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7991
7992 * score-tdep.c (score_unwind_sp): Delete.
7993 (score_unwind_pc): Delete.
7994 (score_dummy_id): Delete.
7995 (score_gdbarch_init): Don't register deleted functions with
7996 gdbarch.
7997
7998 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7999
8000 * rx-tdep.c (rx_unwind_pc): Delete.
8001 (rx_unwind_sp): Delete.
8002 (rx_dummy_id): Delete.
8003 (rx_gdbarch_init): Don't register deleted functions with
8004 gdbarch. Update comment.
8005
8006 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8007
8008 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
8009 (rs6000_dummy_id): Delete.
8010 (rs6000_gdbarch_init): Don't register deleted functions with
8011 gdbarch.
8012
8013 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8014
8015 * or1k-tdep.c (or1k_dummy_id): Delete.
8016 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8017
8018 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8019
8020 * nios2-tdep.c (nios2_dummy_id): Delete.
8021 (nios2_unwind_sp): Delete.
8022 (nios2_gdbarch_init): Don't register deleted functions with
8023 gdbarch.
8024
8025 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8026
8027 * nds32-tdep.c (nds32_dummy_id): Delete.
8028 (nds32_unwind_pc): Delete.
8029 (nds32_unwind_sp): Delete.
8030 (nds32_gdbarch_init): Don't register deleted functions with
8031 gdbarch.
8032
8033 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8034
8035 * msp430-tdep.c (msp430_unwind_pc): Delete.
8036 (msp430_unwind_sp): Delete.
8037 (msp430_dummy_id): Delete.
8038 (msp430_gdbarch_init): Don't register deleted functions with
8039 gdbarch.
8040
8041 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8042
8043 * moxie-tdep.c (moxie_unwind_sp): Delete.
8044 (moxie_unwind_pc): Delete.
8045 (moxie_dummy_id): Delete.
8046 (moxie_gdbarch_init): Don't register deleted functions with
8047 gdbarch.
8048
8049 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8050
8051 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8052 (mn10300_unwind_pc): Delete.
8053 (mn10300_unwind_sp): Delete.
8054 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8055 mn10300_unwind_sp.
8056 (mn10300_frame_unwind_init): Don't register deleted functions with
8057 gdbarch.
8058
8059 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8060
8061 * mep-tdep.c (mep_unwind_pc): Delete.
8062 (mep_unwind_sp): Delete.
8063 (mep_dummy_id): Delete.
8064 (mep_gdbarch_init): Don't register deleted functions with
8065 gdbarch.
8066
8067 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8068
8069 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8070 (m68hc11_unwind_sp): Delete.
8071 (m68hc11_gdbarch_init): Don't register deleted functions with
8072 gdbarch.
8073
8074 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * m32r-tdep.c (m32r_unwind_sp): Delete.
8077 (m32r_unwind_pc): Delete.
8078 (m32r_dummy_id): Delete.
8079 (m32r_gdbarch_init): Don't register deleted functions with
8080 gdbarch.
8081
8082 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8083
8084 * m32c-tdep.c (m32c_unwind_pc): Delete.
8085 (m32c_unwind_sp): Delete.
8086 (m32c_dummy_id): Delete.
8087 (m32c_gdbarch_init): Don't register deleted functions with
8088 gdbarch.
8089
8090 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8091
8092 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
8093 (lm32_unwind_pc): Delete.
8094 (lm32_dummy_id): Delete.
8095 (lm32_gdbarch_init): Don't register deleted functions with
8096 gdbarch.
8097
8098 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8099
8100 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
8101 (iq2000_unwind_pc): Delete.
8102 (iq2000_dummy_id): Delete.
8103 (iq2000_gdbarch_init): Don't register deleted functions with
8104 gdbarch.
8105
8106 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8107
8108 * nds32-tdep.c (nds32_type_align): Delete.
8109 (nds32_push_dummy_call): Use type_align instead.
8110
8111 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8112
8113 * arm-tdep.c (arm_type_align): Only handle vector override case.
8114 (arm_push_dummy_call): Use type_align.
8115 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8116
8117 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8118
8119 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8120 case.
8121 (pass_on_stack): Use type_align.
8122 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8123 function.
8124
8125 2019-04-23 Tom Tromey <tromey@adacore.com>
8126
8127 * dwarf2read.c (line_header::file_name_at): Remove unused
8128 overload.
8129
8130 2019-04-23 Tom de Vries <tdevries@suse.de>
8131
8132 PR gdb/24438
8133 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8134 invocation.
8135
8136
8137 2019-03-27 Ali Tamur <tamur@google.com>
8138
8139 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8140 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8141 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8142 (dwarf_expr_context::get_addr_index): Likewise
8143 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8144 (symbol_needs_eval_context::get_addr_index): Likewise
8145 (disassemble_dwarf_expression): Add DW_OP_addrx
8146 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8147 (read_cutu_die_from_dwo): Update comment
8148 (skip_one_die): Add DW_FORM_addrx
8149 (read_attribute_value): Likewise
8150 (var_decode_location): Add DW_OP_addrx
8151 (dwarf2_const_value_attr): Add DW_FORM_addrx
8152 (dump_die_shallow): Likewise
8153 (dwarf2_fetch_constant_bytes): Likewise
8154 (decode_locdesc): Add DW_OP_addrx
8155 (skip_form_bytes): Add DW_FORM_addrx
8156
8157 2019-04-22 Ali Tamur <tamur@google.com>
8158
8159 * MAINTAINERS (Write After Approval): Add self.
8160
8161 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
8162
8163 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8164 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8165 (open_symbol_file_object): Likewise.
8166 (svr4_default_sos): Add info parameter.
8167 (svr4_read_so_list): Likewise.
8168 (svr4_current_sos_direct): Adjust functions calls to pass down
8169 info.
8170 (svr4_current_sos_1): Add info parameter.
8171 (svr4_current_sos): Call get_svr4_info, pass info down to
8172 svr4_current_sos_1.
8173 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8174 get_svr4_info.
8175 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8176 get_svr4_info.
8177 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8178 to get_svr4_info.
8179 (probes_table_remove_objfile_probes): Likewise.
8180 (register_solib_event_probe): Add info parameter.
8181 (solist_update_incremental): Pass info parameter down to
8182 svr4_read_so_list.
8183 (disable_probes_interface): Add info parameter.
8184 (svr4_handle_solib_event): Pass current_program_space to
8185 get_svr4_info. Adjust disable_probes_interface cleanup.
8186 (svr4_create_probe_breakpoints): Add info parameter, pass it
8187 down to register_solib_event_probe.
8188 (svr4_create_solib_event_breakpoints): Add info parameter,
8189 pass it down to svr4_create_probe_breakpoints.
8190 (enable_break): Pass info down to
8191 svr4_create_solib_event_breakpoints.
8192 (svr4_solib_create_inferior_hook): Pass current_program_space to
8193 get_svr4_info.
8194 (svr4_clear_solib): Likewise.
8195
8196 2019-04-22 Pedro Alves <palves@redhat.com>
8197
8198 * solib-svr4.c (svr4_free_objfile_observer): New.
8199 (probe_and_action::objfile): New field.
8200 (probes_table_htab_remove_objfile_probes)
8201 (probes_table_remove_objfile_probes): New functions.
8202 (register_solib_event_probe): Add 'objfile' parameter. Store it
8203 in the new probe_and_action. Don't store the probe in 'lookup'.
8204 (svr4_create_probe_breakpoints): Pass objfile to
8205 register_solib_event_probe.
8206 (_initialize_svr4_solib): Register a free_objfile observer.
8207
8208 2019-04-19 Tom Tromey <tom@tromey.com>
8209
8210 * common/queue.h: Remove.
8211
8212 2019-04-19 Tom Tromey <tom@tromey.com>
8213
8214 * event-loop.c: Don't include "common/queue.h".
8215
8216 2019-04-19 Tom Tromey <tom@tromey.com>
8217
8218 * remote.c (remote_target): Use delete.
8219 * remote-notif.h: Include <list>, not "common/queue.h".
8220 (notif_client_p): Remove typedef.
8221 (remote_notif_state): Add constructor, destructor, initializer.
8222 <notif_queue>: Now a std::list.
8223 (remote_notif_state_xfree): Don't declare.
8224 * remote-notif.c (remote_notif_process, handle_notification)
8225 (remote_notif_state_allocate): Update.
8226 (~remote_notif_state): Rename from remote_notif_state_xfree.
8227
8228 2019-04-19 Tom Tromey <tom@tromey.com>
8229
8230 * symfile.c (reread_symbols): Update.
8231 * objfiles.c (objfile_register_static_link)
8232 (objfile_lookup_static_link): Update
8233 (~objfile) Don't delete static_links.
8234 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8235
8236 2019-04-19 Tom Tromey <tom@tromey.com>
8237
8238 * type-stack.h (struct type_stack) <insert>: Constify string.
8239 * type-stack.c (type_stack::insert): Constify string.
8240 * gdbtypes.h (lookup_template_type): Update.
8241 (address_space_name_to_int): Update.
8242 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8243 const.
8244 (lookup_template_type): Make name const.
8245 * c-exp.y: Update rules.
8246 (lex_one_token, classify_name, classify_inner_name)
8247 (c_print_token): Update.
8248 * p-exp.y: Update rules.
8249 (yylex): Update.
8250 * f-exp.y: Update rules.
8251 (yylex): Update.
8252 * d-exp.y: Update rules.
8253 (lex_one_token, classify_name, classify_inner_name): Update.
8254 * parse.c (write_dollar_variable, copy_name): Return std::string.
8255 * parser-defs.h (copy_name): Change return type.
8256 * m2-exp.y: Update rules.
8257 (yylex): Update.
8258 * go-exp.y (lex_one_token): Update.
8259 Update rules.
8260 (classify_unsafe_function, classify_packaged_name)
8261 (classify_name, yylex): Update.
8262
8263 2019-04-19 Sergei Trofimovich <siarheit@google.com>
8264
8265 * configure.ac: add --enable-source-highlight switch.
8266 * configure: Regenerate.
8267 * top.c (print_gdb_version): plumb --enable-source-highlight
8268 status to "show configuration".
8269
8270 2019-04-19 Tom Tromey <tromey@adacore.com>
8271
8272 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8273 Check ADA_TYPE_P.
8274 (empty_record, ada_template_to_fixed_record_type_1)
8275 (template_to_static_fixed_type)
8276 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8277 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8278 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8279 macros.
8280
8281 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8282
8283 PR symtab/24423:
8284 * source.c (print_source_lines_base): Advance "iter" when a
8285 control character is seen.
8286
8287 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8288
8289 * inferior.h (struct infcall_suspend_state_deleter):
8290 Catch exception in destructor to avoid crash.
8291
8292 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8293
8294 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8295 close to the add_com "shell".
8296
8297 2019-04-18 Tom Tromey <tromey@adacore.com>
8298
8299 * process-stratum-target.h (class process_stratum_target)
8300 <stratum>: Add "final".
8301
8302 2019-04-17 Tom Tromey <tromey@adacore.com>
8303
8304 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8305 against nullptr before use.
8306
8307 2019-04-17 Alan Hayward <alan.hayward@arm.com>
8308
8309 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8310
8311 2019-04-17 Jim Wilson <jimw@sifive.com>
8312 Andrew Burgess <andrew.burgess@embecosm.com>
8313
8314 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8315 code read might fail, assume 4-byte breakpoint in that case.
8316
8317 2019-04-15 Leszek Swirski <leszeks@google.com>
8318
8319 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8320 rather than a hand-rolled POD check when checking for forced MEMORY
8321 classification.
8322
8323 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8324
8325 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8326 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8327 function.
8328 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8329 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8330 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8331 declaration.
8332
8333 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8334
8335 * aarch64-linux-nat.c
8336 (aarch64_linux_nat_target::thread_architecture): Add override.
8337 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8338 each VQ.
8339
8340 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8341
8342 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8343
8344 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8345
8346 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8347 target types of size 96-bits, add some additional comments, and
8348 check that the builtin type we found was the correct size.
8349
8350 2019-04-12 Eli Zaretskii <eliz@gnu.org>
8351
8352 * utils.c (prompt_for_continue): Don't restore the styling at the
8353 end, as applied_style has the wrong value. This fixes styling in
8354 long lists of file names that are interrupted by the "Continue?"
8355 prompt.
8356
8357 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8358
8359 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8360 * c-lang.c (c_language_defn): Likewise.
8361 (cplus_language_defn): Likewise.
8362 (asm_language_defn): Likewise.
8363 (minimal_language_defn): Likewise.
8364 * d-lang.c (d_language_defn): Likewise.
8365 * f-lang.c (f_language_defn): Likewise.
8366 * go-lang.c (go_language_defn): Likewise.
8367 * language.c (unknown_language_defn): Likewise.
8368 (auto_language_defn): Likewise.
8369 * language.h (struct language_defn): Remove la_magic field.
8370 (LANG_MAGIC): Delete.
8371 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8372 * objc-lang.c (objc_language_defn): Likewise.
8373 * opencl-lang.c (opencl_language_defn): Likewise.
8374 * p-lang.c (pascal_language_defn): Likewise.
8375 * rust-lang.c (rust_language_defn): Likewise.
8376
8377 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8378
8379 * riscv-tdep.c (riscv_type_align): New function.
8380 (riscv_type_alignment): Delete.
8381 (riscv_arg_location): Use 'type_align'.
8382 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8383
8384 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * gdbtypes.c (type_align): A struct with no non-static fields also
8387 has alignment of 1.
8388
8389 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8390
8391 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8392 component to 0.
8393 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8394 member.
8395 (riscv_struct_info::analyse): New implementation using new
8396 analyse_inner member function.
8397 (riscv_struct_info::field_offset): New member function.
8398 (riscv_struct_info::m_offsets): New member variable.
8399 (riscv_struct_info::analyse_inner): New private member function,
8400 takes the old implementation of riscv_struct_info::analyse but
8401 extended to track field offsets.
8402 (riscv_call_arg_struct): Update the struct folding special cases
8403 to handle cases where empty C++ structs, which are non-zero
8404 length, are found.
8405 (riscv_arg_location): Initialise the length of each location, a
8406 non-zero length now indicates the location is in use.
8407 (riscv_push_dummy_call): Allow for the first location having a
8408 non-zero offset when setting up arguments.
8409 (riscv_return_value): Likewise, but for return values.
8410
8411 2019-04-11 Tom Tromey <tromey@adacore.com>
8412
8413 * utils.c (internal_vproblem): Make "msg" const.
8414
8415 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8416
8417 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8418 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8419 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8420 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8421
8422 2019-04-10 Kevin Buettner <kevinb@redhat.com>
8423
8424 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8425 function.
8426 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8427 of amd64_collect_native_gregset.
8428 (amd64_linux_nat_target::store_registers): Likewise.
8429
8430 2019-04-10 Tom Tromey <tom@tromey.com>
8431
8432 * symtab.c (lookup_global_symbol_from_objfile)
8433 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8434 * objfiles.h (class separate_debug_iterator): New.
8435 (class separate_debug_range): New.
8436 (struct objfile) <separate_debug_objfiles>: New method.
8437 (objfile_separate_debug_iterate): Don't declare.
8438 * objfiles.c (separate_debug_iterator::operator++): Rename from
8439 objfile_separate_debug_iterate.
8440 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8441 iterator.
8442 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8443 iterator.
8444
8445 2019-04-10 Tom Tromey <tom@tromey.com>
8446
8447 * symfile.c (reread_symbols): Remove old comment.
8448 * objfiles.c (free_all_objfiles): Fix a typo.
8449
8450 2019-04-10 Tom Tromey <tom@tromey.com>
8451
8452 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8453 * minsyms.c (lookup_minimal_symbol): Use foreach.
8454 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8455 (lookup_minimal_symbol_solib_trampoline): Likewise.
8456 * symfile.c (reread_symbols): Use foreach.
8457
8458 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
8459 Tom Tromey <tromey@adacore.com>
8460
8461 PR rust/24414:
8462 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8463 (rust_lex_int_test): Change "value" to be LONGEST.
8464 (rust_lex_tests): Add test for long integer literal.
8465
8466 2019-04-09 Tom Tromey <tromey@adacore.com>
8467
8468 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8469 to bool.
8470 (extended_remote_target::attach): Update.
8471 (remote_target::remote_notice_new_inferior): Update.
8472 (remote_target::add_current_inferior_and_thread): Update.
8473 * inferior.c (exit_inferior_1): Use "false".
8474 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8475
8476 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8477
8478 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
8479 the "start" command.
8480
8481 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8482
8483 * python/py-inferior.c (infpy_thread_from_thread_handle):
8484 Adjust comments to reflect renaming of thread_from_thread_handle
8485 to thread_from_handle. Adjust keywords. Fix type error message.
8486 (inferior_object_methods): Add thread_from_handle. Retain
8487 thread_from_thread_handle, but mark it as deprecated.
8488
8489 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8490
8491 * gdbthread.h (find_thread_by_handle): Revise declaration.
8492 * thread.c (find_thread_by_handle): Likewise. Adjust
8493 implementation too.
8494 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8495 support for buffer objects as handles.
8496
8497 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8498
8499 * python/py-infthread.c (thpy_thread_handle): New function.
8500 (thread_object_methods): Register thpy_thread_handle.
8501
8502 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8503
8504 * gdbthread.h (thread_to_thread_handle): Declare.
8505 * thread.c (gdbtypes.h): Include.
8506 (thread_to_thread_handle): New function.
8507
8508 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8509 (target_thread_info_to_thread_handle): Declare.
8510 * target.c (target_thread_info_to_thread_handle): New function.
8511 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8512 * target-delegates.c: Regenerate.
8513
8514 * linux-thread-db.c (class thread_db_target): Add method
8515 thread_info_to_thread_handle.
8516 (thread_db_target::thread_info_to_thread_handle): Define.
8517 * remote.c (class remote_target): Add new method
8518 thread_info_to_thread_handle.
8519 (remote_target::thread_info_to_thread_handle): Define.
8520
8521 2019-04-08 Pedro Alves <palves@redhat.com>
8522
8523 * common/common-exceptions.c (throw_exception): Don't create
8524 named object to throw; throw directly.
8525 (throw_it): Likewise. Don't initialize gdb_exception::message
8526 here, with new; pass FMT and AP to the ctor instead.
8527 * common/common-exceptions.h: Include <string>.
8528 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8529 const char *, va_list)): New ctor. Use std::make_shared.
8530 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8531 errors)): Delete.
8532 (gdb_exception_error::gdb_exception_error(enum errors, const char
8533 *, va_list)): New.
8534 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8535 Add assertion.
8536 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8537 errors)): Delete.
8538 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8539 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8540 Add assertion.
8541
8542 2019-04-08 Tom Tromey <tom@tromey.com>
8543
8544 * valops.c (value_rtti_indirect_type): Replace throw_exception
8545 with throw.
8546 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8547 with throw.
8548 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8549 throw.
8550 * target.c (target_translate_tls_address): Replace throw_exception
8551 with throw.
8552 * stack.c (frame_apply_command_count): Replace throw_exception
8553 with throw.
8554 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8555 throw.
8556 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8557 with throw.
8558 * rs6000-tdep.c (rs6000_frame_cache)
8559 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8560 * remote.c: Replace throw_exception with throw.
8561 * record-full.c (record_full_message, record_full_wait_1)
8562 (record_full_restore): Replace throw_exception with throw.
8563 * record-btrace.c:
8564 (get_thread_current_frame_id, record_btrace_start_replaying)
8565 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8566 (cmd_record_btrace_start): Replace throw_exception with throw.
8567 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8568 throw.
8569 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8570 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8571 * linespec.c:
8572 (find_linespec_symbols): Replace throw_exception with throw.
8573 * infrun.c (displaced_step_prepare, resume): Replace
8574 throw_exception with throw.
8575 * infcmd.c (post_create_inferior): Replace throw_exception with
8576 throw.
8577 * inf-loop.c (inferior_event_handler): Replace throw_exception
8578 with throw.
8579 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8580 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8581 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8582 (get_prev_frame_always, get_frame_pc_if_available)
8583 (get_frame_address_in_block_if_available, get_frame_language):
8584 Replace throw_exception with throw.
8585 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8586 throw_exception with throw.
8587 * eval.c (fetch_subexp_value, evaluate_var_value)
8588 (evaluate_funcall, evaluate_subexp_standard): Replace
8589 throw_exception with throw.
8590 * dwarf2loc.c (call_site_find_chain)
8591 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8592 Replace throw_exception with throw.
8593 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8594 with throw.
8595 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8596 throw.
8597 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8598 * completer.c (complete_line_internal): Replace throw_exception
8599 with throw.
8600 * compile/compile-object-run.c (compile_object_run): Replace
8601 throw_exception with throw.
8602 * cli/cli-script.c (process_next_line): Replace throw_exception
8603 with throw.
8604 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
8605 (btrace_enable, btrace_maint_update_pt_packets): Replace
8606 throw_exception with throw.
8607 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
8608 throw_exception with throw.
8609 * break-catch-throw.c (re_set_exception_catchpoint): Replace
8610 throw_exception with throw.
8611 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8612 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
8613 * aarch64-tdep.c (aarch64_make_prologue_cache)
8614 (aarch64_make_stub_cache): Replace throw_exception with throw.
8615
8616 2019-04-08 Tom Tromey <tom@tromey.com>
8617
8618 * common/common-exceptions.c (throw_exception): Rename from
8619 throw_exception_cxx. Remove old copy. Make argument const.
8620 (throw_it): Create and throw exception objects directly.
8621 * common/common-exceptions.h (throw_exception): Make argument
8622 const.
8623 (struct gdb_exception_error): Add constructor.
8624 (struct gdb_exception_quit): Add constructor.
8625
8626 2019-04-08 Tom Tromey <tom@tromey.com>
8627
8628 * common/common-exceptions.h (exception_rethrow): Don't declare.
8629 (TRY_SJLJ): Update comment.
8630 (TRY, CATCH, END_CATCH): Remove.
8631 * common/common-exceptions.c (exception_rethrow): Remove.
8632
8633 2019-04-08 Tom Tromey <tom@tromey.com>
8634
8635 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
8636 Remove.
8637 (gdb_exception_error): Rename from
8638 gdb_exception_RETURN_MASK_ERROR.
8639 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
8640 (gdb_quit_bad_alloc): Update.
8641 * aarch64-tdep.c: Update.
8642 * ada-lang.c: Update.
8643 * ada-typeprint.c: Update.
8644 * ada-valprint.c: Update.
8645 * amd64-tdep.c: Update.
8646 * arch-utils.c: Update.
8647 * break-catch-throw.c: Update.
8648 * breakpoint.c: Update.
8649 * btrace.c: Update.
8650 * c-varobj.c: Update.
8651 * cli/cli-cmds.c: Update.
8652 * cli/cli-interp.c: Update.
8653 * cli/cli-script.c: Update.
8654 * common/common-exceptions.c: Update.
8655 * common/new-op.c: Update.
8656 * common/selftest.c: Update.
8657 * compile/compile-c-symbols.c: Update.
8658 * compile/compile-cplus-symbols.c: Update.
8659 * compile/compile-object-load.c: Update.
8660 * compile/compile-object-run.c: Update.
8661 * completer.c: Update.
8662 * corelow.c: Update.
8663 * cp-abi.c: Update.
8664 * cp-support.c: Update.
8665 * cp-valprint.c: Update.
8666 * darwin-nat.c: Update.
8667 * disasm-selftests.c: Update.
8668 * dtrace-probe.c: Update.
8669 * dwarf-index-cache.c: Update.
8670 * dwarf-index-write.c: Update.
8671 * dwarf2-frame-tailcall.c: Update.
8672 * dwarf2-frame.c: Update.
8673 * dwarf2loc.c: Update.
8674 * dwarf2read.c: Update.
8675 * eval.c: Update.
8676 * event-loop.c: Update.
8677 * event-top.c: Update.
8678 * exec.c: Update.
8679 * f-valprint.c: Update.
8680 * fbsd-tdep.c: Update.
8681 * frame-unwind.c: Update.
8682 * frame.c: Update.
8683 * gdbtypes.c: Update.
8684 * gnu-v3-abi.c: Update.
8685 * guile/guile-internal.h: Update.
8686 * guile/scm-block.c: Update.
8687 * guile/scm-breakpoint.c: Update.
8688 * guile/scm-cmd.c: Update.
8689 * guile/scm-disasm.c: Update.
8690 * guile/scm-frame.c: Update.
8691 * guile/scm-lazy-string.c: Update.
8692 * guile/scm-math.c: Update.
8693 * guile/scm-param.c: Update.
8694 * guile/scm-ports.c: Update.
8695 * guile/scm-pretty-print.c: Update.
8696 * guile/scm-symbol.c: Update.
8697 * guile/scm-symtab.c: Update.
8698 * guile/scm-type.c: Update.
8699 * guile/scm-value.c: Update.
8700 * i386-linux-tdep.c: Update.
8701 * i386-tdep.c: Update.
8702 * inf-loop.c: Update.
8703 * infcall.c: Update.
8704 * infcmd.c: Update.
8705 * infrun.c: Update.
8706 * jit.c: Update.
8707 * language.c: Update.
8708 * linespec.c: Update.
8709 * linux-fork.c: Update.
8710 * linux-nat.c: Update.
8711 * linux-tdep.c: Update.
8712 * linux-thread-db.c: Update.
8713 * main.c: Update.
8714 * mi/mi-cmd-break.c: Update.
8715 * mi/mi-cmd-stack.c: Update.
8716 * mi/mi-interp.c: Update.
8717 * mi/mi-main.c: Update.
8718 * objc-lang.c: Update.
8719 * p-valprint.c: Update.
8720 * parse.c: Update.
8721 * ppc-linux-tdep.c: Update.
8722 * printcmd.c: Update.
8723 * python/py-arch.c: Update.
8724 * python/py-breakpoint.c: Update.
8725 * python/py-cmd.c: Update.
8726 * python/py-finishbreakpoint.c: Update.
8727 * python/py-frame.c: Update.
8728 * python/py-framefilter.c: Update.
8729 * python/py-gdb-readline.c: Update.
8730 * python/py-inferior.c: Update.
8731 * python/py-infthread.c: Update.
8732 * python/py-lazy-string.c: Update.
8733 * python/py-linetable.c: Update.
8734 * python/py-objfile.c: Update.
8735 * python/py-param.c: Update.
8736 * python/py-prettyprint.c: Update.
8737 * python/py-progspace.c: Update.
8738 * python/py-record-btrace.c: Update.
8739 * python/py-record.c: Update.
8740 * python/py-symbol.c: Update.
8741 * python/py-type.c: Update.
8742 * python/py-unwind.c: Update.
8743 * python/py-utils.c: Update.
8744 * python/py-value.c: Update.
8745 * python/python.c: Update.
8746 * record-btrace.c: Update.
8747 * record-full.c: Update.
8748 * remote-fileio.c: Update.
8749 * remote.c: Update.
8750 * riscv-tdep.c: Update.
8751 * rs6000-aix-tdep.c: Update.
8752 * rs6000-tdep.c: Update.
8753 * rust-exp.y: Update.
8754 * rust-lang.c: Update.
8755 * s390-tdep.c: Update.
8756 * selftest-arch.c: Update.
8757 * solib-dsbt.c: Update.
8758 * solib-frv.c: Update.
8759 * solib-spu.c: Update.
8760 * solib-svr4.c: Update.
8761 * solib.c: Update.
8762 * sparc64-linux-tdep.c: Update.
8763 * stack.c: Update.
8764 * symfile-mem.c: Update.
8765 * symmisc.c: Update.
8766 * target.c: Update.
8767 * thread.c: Update.
8768 * top.c: Update.
8769 * tracefile-tfile.c: Update.
8770 * tui/tui.c: Update.
8771 * typeprint.c: Update.
8772 * unittests/cli-utils-selftests.c: Update.
8773 * unittests/parse-connection-spec-selftests.c: Update.
8774 * valops.c: Update.
8775 * valprint.c: Update.
8776 * value.c: Update.
8777 * varobj.c: Update.
8778 * windows-nat.c: Update.
8779 * x86-linux-nat.c: Update.
8780 * xml-support.c: Update.
8781
8782 2019-04-08 Tom Tromey <tom@tromey.com>
8783
8784 * xml-support.c: Use C++ exception handling.
8785 * x86-linux-nat.c: Use C++ exception handling.
8786 * windows-nat.c: Use C++ exception handling.
8787 * varobj.c: Use C++ exception handling.
8788 * value.c: Use C++ exception handling.
8789 * valprint.c: Use C++ exception handling.
8790 * valops.c: Use C++ exception handling.
8791 * unittests/parse-connection-spec-selftests.c: Use C++ exception
8792 handling.
8793 * unittests/cli-utils-selftests.c: Use C++ exception handling.
8794 * typeprint.c: Use C++ exception handling.
8795 * tui/tui.c: Use C++ exception handling.
8796 * tracefile-tfile.c: Use C++ exception handling.
8797 * top.c: Use C++ exception handling.
8798 * thread.c: Use C++ exception handling.
8799 * target.c: Use C++ exception handling.
8800 * symmisc.c: Use C++ exception handling.
8801 * symfile-mem.c: Use C++ exception handling.
8802 * stack.c: Use C++ exception handling.
8803 * sparc64-linux-tdep.c: Use C++ exception handling.
8804 * solib.c: Use C++ exception handling.
8805 * solib-svr4.c: Use C++ exception handling.
8806 * solib-spu.c: Use C++ exception handling.
8807 * solib-frv.c: Use C++ exception handling.
8808 * solib-dsbt.c: Use C++ exception handling.
8809 * selftest-arch.c: Use C++ exception handling.
8810 * s390-tdep.c: Use C++ exception handling.
8811 * rust-lang.c: Use C++ exception handling.
8812 * rust-exp.y: Use C++ exception handling.
8813 * rs6000-tdep.c: Use C++ exception handling.
8814 * rs6000-aix-tdep.c: Use C++ exception handling.
8815 * riscv-tdep.c: Use C++ exception handling.
8816 * remote.c: Use C++ exception handling.
8817 * remote-fileio.c: Use C++ exception handling.
8818 * record-full.c: Use C++ exception handling.
8819 * record-btrace.c: Use C++ exception handling.
8820 * python/python.c: Use C++ exception handling.
8821 * python/py-value.c: Use C++ exception handling.
8822 * python/py-utils.c: Use C++ exception handling.
8823 * python/py-unwind.c: Use C++ exception handling.
8824 * python/py-type.c: Use C++ exception handling.
8825 * python/py-symbol.c: Use C++ exception handling.
8826 * python/py-record.c: Use C++ exception handling.
8827 * python/py-record-btrace.c: Use C++ exception handling.
8828 * python/py-progspace.c: Use C++ exception handling.
8829 * python/py-prettyprint.c: Use C++ exception handling.
8830 * python/py-param.c: Use C++ exception handling.
8831 * python/py-objfile.c: Use C++ exception handling.
8832 * python/py-linetable.c: Use C++ exception handling.
8833 * python/py-lazy-string.c: Use C++ exception handling.
8834 * python/py-infthread.c: Use C++ exception handling.
8835 * python/py-inferior.c: Use C++ exception handling.
8836 * python/py-gdb-readline.c: Use C++ exception handling.
8837 * python/py-framefilter.c: Use C++ exception handling.
8838 * python/py-frame.c: Use C++ exception handling.
8839 * python/py-finishbreakpoint.c: Use C++ exception handling.
8840 * python/py-cmd.c: Use C++ exception handling.
8841 * python/py-breakpoint.c: Use C++ exception handling.
8842 * python/py-arch.c: Use C++ exception handling.
8843 * printcmd.c: Use C++ exception handling.
8844 * ppc-linux-tdep.c: Use C++ exception handling.
8845 * parse.c: Use C++ exception handling.
8846 * p-valprint.c: Use C++ exception handling.
8847 * objc-lang.c: Use C++ exception handling.
8848 * mi/mi-main.c: Use C++ exception handling.
8849 * mi/mi-interp.c: Use C++ exception handling.
8850 * mi/mi-cmd-stack.c: Use C++ exception handling.
8851 * mi/mi-cmd-break.c: Use C++ exception handling.
8852 * main.c: Use C++ exception handling.
8853 * linux-thread-db.c: Use C++ exception handling.
8854 * linux-tdep.c: Use C++ exception handling.
8855 * linux-nat.c: Use C++ exception handling.
8856 * linux-fork.c: Use C++ exception handling.
8857 * linespec.c: Use C++ exception handling.
8858 * language.c: Use C++ exception handling.
8859 * jit.c: Use C++ exception handling.
8860 * infrun.c: Use C++ exception handling.
8861 * infcmd.c: Use C++ exception handling.
8862 * infcall.c: Use C++ exception handling.
8863 * inf-loop.c: Use C++ exception handling.
8864 * i386-tdep.c: Use C++ exception handling.
8865 * i386-linux-tdep.c: Use C++ exception handling.
8866 * guile/scm-value.c: Use C++ exception handling.
8867 * guile/scm-type.c: Use C++ exception handling.
8868 * guile/scm-symtab.c: Use C++ exception handling.
8869 * guile/scm-symbol.c: Use C++ exception handling.
8870 * guile/scm-pretty-print.c: Use C++ exception handling.
8871 * guile/scm-ports.c: Use C++ exception handling.
8872 * guile/scm-param.c: Use C++ exception handling.
8873 * guile/scm-math.c: Use C++ exception handling.
8874 * guile/scm-lazy-string.c: Use C++ exception handling.
8875 * guile/scm-frame.c: Use C++ exception handling.
8876 * guile/scm-disasm.c: Use C++ exception handling.
8877 * guile/scm-cmd.c: Use C++ exception handling.
8878 * guile/scm-breakpoint.c: Use C++ exception handling.
8879 * guile/scm-block.c: Use C++ exception handling.
8880 * guile/guile-internal.h: Use C++ exception handling.
8881 * gnu-v3-abi.c: Use C++ exception handling.
8882 * gdbtypes.c: Use C++ exception handling.
8883 * frame.c: Use C++ exception handling.
8884 * frame-unwind.c: Use C++ exception handling.
8885 * fbsd-tdep.c: Use C++ exception handling.
8886 * f-valprint.c: Use C++ exception handling.
8887 * exec.c: Use C++ exception handling.
8888 * event-top.c: Use C++ exception handling.
8889 * event-loop.c: Use C++ exception handling.
8890 * eval.c: Use C++ exception handling.
8891 * dwarf2read.c: Use C++ exception handling.
8892 * dwarf2loc.c: Use C++ exception handling.
8893 * dwarf2-frame.c: Use C++ exception handling.
8894 * dwarf2-frame-tailcall.c: Use C++ exception handling.
8895 * dwarf-index-write.c: Use C++ exception handling.
8896 * dwarf-index-cache.c: Use C++ exception handling.
8897 * dtrace-probe.c: Use C++ exception handling.
8898 * disasm-selftests.c: Use C++ exception handling.
8899 * darwin-nat.c: Use C++ exception handling.
8900 * cp-valprint.c: Use C++ exception handling.
8901 * cp-support.c: Use C++ exception handling.
8902 * cp-abi.c: Use C++ exception handling.
8903 * corelow.c: Use C++ exception handling.
8904 * completer.c: Use C++ exception handling.
8905 * compile/compile-object-run.c: Use C++ exception handling.
8906 * compile/compile-object-load.c: Use C++ exception handling.
8907 * compile/compile-cplus-symbols.c: Use C++ exception handling.
8908 * compile/compile-c-symbols.c: Use C++ exception handling.
8909 * common/selftest.c: Use C++ exception handling.
8910 * common/new-op.c: Use C++ exception handling.
8911 * cli/cli-script.c: Use C++ exception handling.
8912 * cli/cli-interp.c: Use C++ exception handling.
8913 * cli/cli-cmds.c: Use C++ exception handling.
8914 * c-varobj.c: Use C++ exception handling.
8915 * btrace.c: Use C++ exception handling.
8916 * breakpoint.c: Use C++ exception handling.
8917 * break-catch-throw.c: Use C++ exception handling.
8918 * arch-utils.c: Use C++ exception handling.
8919 * amd64-tdep.c: Use C++ exception handling.
8920 * ada-valprint.c: Use C++ exception handling.
8921 * ada-typeprint.c: Use C++ exception handling.
8922 * ada-lang.c: Use C++ exception handling.
8923 * aarch64-tdep.c: Use C++ exception handling.
8924
8925 2019-04-08 Tom Tromey <tom@tromey.com>
8926
8927 * xml-support.c (gdb_xml_parser::parse): Update.
8928 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
8929 * value.c (show_convenience): Update.
8930 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
8931 (test_parse_flags_qcs): Update.
8932 * thread.c (thr_try_catch_cmd): Update.
8933 * target.c (target_translate_tls_address): Update.
8934 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
8935 (info_frame_command_core, frame_apply_command_count): Update.
8936 * rust-exp.y (rust_lex_exception_test): Update.
8937 * riscv-tdep.c (riscv_print_one_register_info): Update.
8938 * remote.c (remote_target::enable_btrace): Update.
8939 * record-btrace.c (record_btrace_enable_warn): Update.
8940 * python/py-utils.c (gdbpy_convert_exception): Update.
8941 * printcmd.c (do_one_display, print_variable_and_value): Update.
8942 * mi/mi-main.c (mi_print_exception): Update.
8943 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
8944 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
8945 * linux-nat.c (linux_nat_target::attach): Update.
8946 * linux-fork.c (class scoped_switch_fork_info): Update.
8947 * infrun.c (displaced_step_prepare): Update.
8948 * infcall.c (call_function_by_hand_dummy): Update.
8949 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
8950 * gnu-v3-abi.c (print_one_vtable): Update.
8951 * frame.c (get_prev_frame_always): Update.
8952 * f-valprint.c (info_common_command_for_block): Update.
8953 * exec.c (try_open_exec_file): Update.
8954 * exceptions.c (print_exception, exception_print)
8955 (exception_fprintf, exception_print_same): Update.
8956 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
8957 * dwarf-index-cache.c (index_cache::store)
8958 (index_cache::lookup_gdb_index): Update.
8959 * darwin-nat.c (maybe_cache_shell): Update.
8960 * cp-valprint.c (cp_print_value_fields): Update.
8961 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
8962 (gcc_cplus_symbol_address): Update.
8963 * compile/compile-c-symbols.c (gcc_convert_symbol)
8964 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
8965 * common/selftest.c: Update.
8966 * common/common-exceptions.h (struct gdb_exception) <message>: Now
8967 a std::string.
8968 (exception_try_scope_entry, exception_try_scope_exit): Don't
8969 declare.
8970 (struct exception_try_scope): Remove.
8971 (TRY): Don't use exception_try_scope.
8972 (struct gdb_exception): Add constructor, operator=.
8973 <what>: New method.
8974 (struct gdb_exception_RETURN_MASK_ALL)
8975 (struct gdb_exception_RETURN_MASK_ERROR)
8976 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
8977 (struct gdb_quit_bad_alloc): Update.
8978 * common/common-exceptions.c (exception_none): Change
8979 initializer.
8980 (struct catcher) <state, exception>: Initialize inline.
8981 <prev>: Remove member.
8982 (current_catcher): Remove.
8983 (catchers): New global.
8984 (exceptions_state_mc_init): Simplify.
8985 (catcher_pop): Remove.
8986 (exceptions_state_mc, exceptions_state_mc_catch): Update.
8987 (try_scope_depth, exception_try_scope_entry)
8988 (exception_try_scope_exit): Remove.
8989 (throw_exception_sjlj): Update.
8990 (exception_messages, exception_messages_size): Remove.
8991 (throw_it): Simplify.
8992 (gdb_exception_sliced_copy): Remove.
8993 (throw_exception_cxx): Update.
8994 * cli/cli-script.c (script_from_file): Update.
8995 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
8996 Update.
8997 * ada-valprint.c (ada_val_print): Update.
8998 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
8999 (create_excep_cond_exprs): Update.
9000
9001 2019-04-08 Tom Tromey <tom@tromey.com>
9002
9003 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
9004 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
9005 (TRY, CATCH, END_CATCH): Remove some definitions.
9006 * common/common-exceptions.c: Don't use GDB_XCPT.
9007 (catcher_list_size): Remove.
9008 (throw_exception, throw_it): Simplify.
9009
9010 2019-04-05 Tom Tromey <tom@tromey.com>
9011
9012 Revert the header-sorting patch.
9013 * ft32-tdep.c: Revert.
9014 * frv-tdep.c: Revert.
9015 * frv-linux-tdep.c: Revert.
9016 * frame.c: Revert.
9017 * frame-unwind.c: Revert.
9018 * frame-base.c: Revert.
9019 * fork-child.c: Revert.
9020 * findvar.c: Revert.
9021 * findcmd.c: Revert.
9022 * filesystem.c: Revert.
9023 * filename-seen-cache.h: Revert.
9024 * filename-seen-cache.c: Revert.
9025 * fbsd-tdep.c: Revert.
9026 * fbsd-nat.h: Revert.
9027 * fbsd-nat.c: Revert.
9028 * f-valprint.c: Revert.
9029 * f-typeprint.c: Revert.
9030 * f-lang.c: Revert.
9031 * extension.h: Revert.
9032 * extension.c: Revert.
9033 * extension-priv.h: Revert.
9034 * expprint.c: Revert.
9035 * exec.h: Revert.
9036 * exec.c: Revert.
9037 * exceptions.c: Revert.
9038 * event-top.c: Revert.
9039 * event-loop.c: Revert.
9040 * eval.c: Revert.
9041 * elfread.c: Revert.
9042 * dwarf2read.h: Revert.
9043 * dwarf2read.c: Revert.
9044 * dwarf2loc.c: Revert.
9045 * dwarf2expr.h: Revert.
9046 * dwarf2expr.c: Revert.
9047 * dwarf2-frame.c: Revert.
9048 * dwarf2-frame-tailcall.c: Revert.
9049 * dwarf-index-write.h: Revert.
9050 * dwarf-index-write.c: Revert.
9051 * dwarf-index-common.c: Revert.
9052 * dwarf-index-cache.h: Revert.
9053 * dwarf-index-cache.c: Revert.
9054 * dummy-frame.c: Revert.
9055 * dtrace-probe.c: Revert.
9056 * disasm.h: Revert.
9057 * disasm.c: Revert.
9058 * disasm-selftests.c: Revert.
9059 * dictionary.c: Revert.
9060 * dicos-tdep.c: Revert.
9061 * demangle.c: Revert.
9062 * dcache.h: Revert.
9063 * dcache.c: Revert.
9064 * darwin-nat.h: Revert.
9065 * darwin-nat.c: Revert.
9066 * darwin-nat-info.c: Revert.
9067 * d-valprint.c: Revert.
9068 * d-namespace.c: Revert.
9069 * d-lang.c: Revert.
9070 * ctf.c: Revert.
9071 * csky-tdep.c: Revert.
9072 * csky-linux-tdep.c: Revert.
9073 * cris-tdep.c: Revert.
9074 * cris-linux-tdep.c: Revert.
9075 * cp-valprint.c: Revert.
9076 * cp-support.c: Revert.
9077 * cp-namespace.c: Revert.
9078 * cp-abi.c: Revert.
9079 * corelow.c: Revert.
9080 * corefile.c: Revert.
9081 * continuations.c: Revert.
9082 * completer.h: Revert.
9083 * completer.c: Revert.
9084 * complaints.c: Revert.
9085 * coffread.c: Revert.
9086 * coff-pe-read.c: Revert.
9087 * cli-out.h: Revert.
9088 * cli-out.c: Revert.
9089 * charset.c: Revert.
9090 * c-varobj.c: Revert.
9091 * c-valprint.c: Revert.
9092 * c-typeprint.c: Revert.
9093 * c-lang.c: Revert.
9094 * buildsym.c: Revert.
9095 * buildsym-legacy.c: Revert.
9096 * build-id.h: Revert.
9097 * build-id.c: Revert.
9098 * btrace.c: Revert.
9099 * bsd-uthread.c: Revert.
9100 * breakpoint.h: Revert.
9101 * breakpoint.c: Revert.
9102 * break-catch-throw.c: Revert.
9103 * break-catch-syscall.c: Revert.
9104 * break-catch-sig.c: Revert.
9105 * blockframe.c: Revert.
9106 * block.c: Revert.
9107 * bfin-tdep.c: Revert.
9108 * bfin-linux-tdep.c: Revert.
9109 * bfd-target.c: Revert.
9110 * bcache.c: Revert.
9111 * ax-general.c: Revert.
9112 * ax-gdb.h: Revert.
9113 * ax-gdb.c: Revert.
9114 * avr-tdep.c: Revert.
9115 * auxv.c: Revert.
9116 * auto-load.c: Revert.
9117 * arm-wince-tdep.c: Revert.
9118 * arm-tdep.c: Revert.
9119 * arm-symbian-tdep.c: Revert.
9120 * arm-pikeos-tdep.c: Revert.
9121 * arm-obsd-tdep.c: Revert.
9122 * arm-nbsd-tdep.c: Revert.
9123 * arm-nbsd-nat.c: Revert.
9124 * arm-linux-tdep.c: Revert.
9125 * arm-linux-nat.c: Revert.
9126 * arm-fbsd-tdep.c: Revert.
9127 * arm-fbsd-nat.c: Revert.
9128 * arm-bsd-tdep.c: Revert.
9129 * arch-utils.c: Revert.
9130 * arc-tdep.c: Revert.
9131 * arc-newlib-tdep.c: Revert.
9132 * annotate.h: Revert.
9133 * annotate.c: Revert.
9134 * amd64-windows-tdep.c: Revert.
9135 * amd64-windows-nat.c: Revert.
9136 * amd64-tdep.c: Revert.
9137 * amd64-sol2-tdep.c: Revert.
9138 * amd64-obsd-tdep.c: Revert.
9139 * amd64-obsd-nat.c: Revert.
9140 * amd64-nbsd-tdep.c: Revert.
9141 * amd64-nbsd-nat.c: Revert.
9142 * amd64-nat.c: Revert.
9143 * amd64-linux-tdep.c: Revert.
9144 * amd64-linux-nat.c: Revert.
9145 * amd64-fbsd-tdep.c: Revert.
9146 * amd64-fbsd-nat.c: Revert.
9147 * amd64-dicos-tdep.c: Revert.
9148 * amd64-darwin-tdep.c: Revert.
9149 * amd64-bsd-nat.c: Revert.
9150 * alpha-tdep.c: Revert.
9151 * alpha-obsd-tdep.c: Revert.
9152 * alpha-nbsd-tdep.c: Revert.
9153 * alpha-mdebug-tdep.c: Revert.
9154 * alpha-linux-tdep.c: Revert.
9155 * alpha-linux-nat.c: Revert.
9156 * alpha-bsd-tdep.c: Revert.
9157 * alpha-bsd-nat.c: Revert.
9158 * aix-thread.c: Revert.
9159 * agent.c: Revert.
9160 * addrmap.c: Revert.
9161 * ada-varobj.c: Revert.
9162 * ada-valprint.c: Revert.
9163 * ada-typeprint.c: Revert.
9164 * ada-tasks.c: Revert.
9165 * ada-lang.c: Revert.
9166 * aarch64-tdep.c: Revert.
9167 * aarch64-ravenscar-thread.c: Revert.
9168 * aarch64-newlib-tdep.c: Revert.
9169 * aarch64-linux-tdep.c: Revert.
9170 * aarch64-linux-nat.c: Revert.
9171 * aarch64-fbsd-tdep.c: Revert.
9172 * aarch64-fbsd-nat.c: Revert.
9173 * aarch32-linux-nat.c: Revert.
9174
9175 2019-04-05 Tom Tromey <tom@tromey.com>
9176
9177 * ft32-tdep.c: Sort headers.
9178 * frv-tdep.c: Sort headers.
9179 * frv-linux-tdep.c: Sort headers.
9180 * frame.c: Sort headers.
9181 * frame-unwind.c: Sort headers.
9182 * frame-base.c: Sort headers.
9183 * fork-child.c: Sort headers.
9184 * findvar.c: Sort headers.
9185 * findcmd.c: Sort headers.
9186 * filesystem.c: Sort headers.
9187 * filename-seen-cache.h: Sort headers.
9188 * filename-seen-cache.c: Sort headers.
9189 * fbsd-tdep.c: Sort headers.
9190 * fbsd-nat.h: Sort headers.
9191 * fbsd-nat.c: Sort headers.
9192 * f-valprint.c: Sort headers.
9193 * f-typeprint.c: Sort headers.
9194 * f-lang.c: Sort headers.
9195 * extension.h: Sort headers.
9196 * extension.c: Sort headers.
9197 * extension-priv.h: Sort headers.
9198 * expprint.c: Sort headers.
9199 * exec.h: Sort headers.
9200 * exec.c: Sort headers.
9201 * exceptions.c: Sort headers.
9202 * event-top.c: Sort headers.
9203 * event-loop.c: Sort headers.
9204 * eval.c: Sort headers.
9205 * elfread.c: Sort headers.
9206 * dwarf2read.h: Sort headers.
9207 * dwarf2read.c: Sort headers.
9208 * dwarf2loc.c: Sort headers.
9209 * dwarf2expr.h: Sort headers.
9210 * dwarf2expr.c: Sort headers.
9211 * dwarf2-frame.c: Sort headers.
9212 * dwarf2-frame-tailcall.c: Sort headers.
9213 * dwarf-index-write.h: Sort headers.
9214 * dwarf-index-write.c: Sort headers.
9215 * dwarf-index-common.c: Sort headers.
9216 * dwarf-index-cache.h: Sort headers.
9217 * dwarf-index-cache.c: Sort headers.
9218 * dummy-frame.c: Sort headers.
9219 * dtrace-probe.c: Sort headers.
9220 * disasm.h: Sort headers.
9221 * disasm.c: Sort headers.
9222 * disasm-selftests.c: Sort headers.
9223 * dictionary.c: Sort headers.
9224 * dicos-tdep.c: Sort headers.
9225 * demangle.c: Sort headers.
9226 * dcache.h: Sort headers.
9227 * dcache.c: Sort headers.
9228 * darwin-nat.h: Sort headers.
9229 * darwin-nat.c: Sort headers.
9230 * darwin-nat-info.c: Sort headers.
9231 * d-valprint.c: Sort headers.
9232 * d-namespace.c: Sort headers.
9233 * d-lang.c: Sort headers.
9234 * ctf.c: Sort headers.
9235 * csky-tdep.c: Sort headers.
9236 * csky-linux-tdep.c: Sort headers.
9237 * cris-tdep.c: Sort headers.
9238 * cris-linux-tdep.c: Sort headers.
9239 * cp-valprint.c: Sort headers.
9240 * cp-support.c: Sort headers.
9241 * cp-namespace.c: Sort headers.
9242 * cp-abi.c: Sort headers.
9243 * corelow.c: Sort headers.
9244 * corefile.c: Sort headers.
9245 * continuations.c: Sort headers.
9246 * completer.h: Sort headers.
9247 * completer.c: Sort headers.
9248 * complaints.c: Sort headers.
9249 * coffread.c: Sort headers.
9250 * coff-pe-read.c: Sort headers.
9251 * cli-out.h: Sort headers.
9252 * cli-out.c: Sort headers.
9253 * charset.c: Sort headers.
9254 * c-varobj.c: Sort headers.
9255 * c-valprint.c: Sort headers.
9256 * c-typeprint.c: Sort headers.
9257 * c-lang.c: Sort headers.
9258 * buildsym.c: Sort headers.
9259 * buildsym-legacy.c: Sort headers.
9260 * build-id.h: Sort headers.
9261 * build-id.c: Sort headers.
9262 * btrace.c: Sort headers.
9263 * bsd-uthread.c: Sort headers.
9264 * breakpoint.h: Sort headers.
9265 * breakpoint.c: Sort headers.
9266 * break-catch-throw.c: Sort headers.
9267 * break-catch-syscall.c: Sort headers.
9268 * break-catch-sig.c: Sort headers.
9269 * blockframe.c: Sort headers.
9270 * block.c: Sort headers.
9271 * bfin-tdep.c: Sort headers.
9272 * bfin-linux-tdep.c: Sort headers.
9273 * bfd-target.c: Sort headers.
9274 * bcache.c: Sort headers.
9275 * ax-general.c: Sort headers.
9276 * ax-gdb.h: Sort headers.
9277 * ax-gdb.c: Sort headers.
9278 * avr-tdep.c: Sort headers.
9279 * auxv.c: Sort headers.
9280 * auto-load.c: Sort headers.
9281 * arm-wince-tdep.c: Sort headers.
9282 * arm-tdep.c: Sort headers.
9283 * arm-symbian-tdep.c: Sort headers.
9284 * arm-pikeos-tdep.c: Sort headers.
9285 * arm-obsd-tdep.c: Sort headers.
9286 * arm-nbsd-tdep.c: Sort headers.
9287 * arm-nbsd-nat.c: Sort headers.
9288 * arm-linux-tdep.c: Sort headers.
9289 * arm-linux-nat.c: Sort headers.
9290 * arm-fbsd-tdep.c: Sort headers.
9291 * arm-fbsd-nat.c: Sort headers.
9292 * arm-bsd-tdep.c: Sort headers.
9293 * arch-utils.c: Sort headers.
9294 * arc-tdep.c: Sort headers.
9295 * arc-newlib-tdep.c: Sort headers.
9296 * annotate.h: Sort headers.
9297 * annotate.c: Sort headers.
9298 * amd64-windows-tdep.c: Sort headers.
9299 * amd64-windows-nat.c: Sort headers.
9300 * amd64-tdep.c: Sort headers.
9301 * amd64-sol2-tdep.c: Sort headers.
9302 * amd64-obsd-tdep.c: Sort headers.
9303 * amd64-obsd-nat.c: Sort headers.
9304 * amd64-nbsd-tdep.c: Sort headers.
9305 * amd64-nbsd-nat.c: Sort headers.
9306 * amd64-nat.c: Sort headers.
9307 * amd64-linux-tdep.c: Sort headers.
9308 * amd64-linux-nat.c: Sort headers.
9309 * amd64-fbsd-tdep.c: Sort headers.
9310 * amd64-fbsd-nat.c: Sort headers.
9311 * amd64-dicos-tdep.c: Sort headers.
9312 * amd64-darwin-tdep.c: Sort headers.
9313 * amd64-bsd-nat.c: Sort headers.
9314 * alpha-tdep.c: Sort headers.
9315 * alpha-obsd-tdep.c: Sort headers.
9316 * alpha-nbsd-tdep.c: Sort headers.
9317 * alpha-mdebug-tdep.c: Sort headers.
9318 * alpha-linux-tdep.c: Sort headers.
9319 * alpha-linux-nat.c: Sort headers.
9320 * alpha-bsd-tdep.c: Sort headers.
9321 * alpha-bsd-nat.c: Sort headers.
9322 * aix-thread.c: Sort headers.
9323 * agent.c: Sort headers.
9324 * addrmap.c: Sort headers.
9325 * ada-varobj.c: Sort headers.
9326 * ada-valprint.c: Sort headers.
9327 * ada-typeprint.c: Sort headers.
9328 * ada-tasks.c: Sort headers.
9329 * ada-lang.c: Sort headers.
9330 * aarch64-tdep.c: Sort headers.
9331 * aarch64-ravenscar-thread.c: Sort headers.
9332 * aarch64-newlib-tdep.c: Sort headers.
9333 * aarch64-linux-tdep.c: Sort headers.
9334 * aarch64-linux-nat.c: Sort headers.
9335 * aarch64-fbsd-tdep.c: Sort headers.
9336 * aarch64-fbsd-nat.c: Sort headers.
9337 * aarch32-linux-nat.c: Sort headers.
9338
9339 2019-04-04 Tom Tromey <tom@tromey.com>
9340
9341 * varobj.c (varobj_create): Update.
9342 * rust-exp.y (struct rust_parser) <update_innermost_block,
9343 lookup_symbol>: New methods.
9344 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9345 Rename.
9346 (rust_parser::rust_lookup_type)
9347 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9348 * printcmd.c (display_command, do_one_display): Update.
9349 * parser-defs.h (struct parser_state) <parser_state>: Add
9350 "tracker" parameter.
9351 (block_tracker): New member.
9352 (class innermost_block_tracker) <innermost_block_tracker>: Add
9353 "types" parameter.
9354 <reset>: Remove method.
9355 (innermost_block): Don't declare.
9356 (null_post_parser): Update.
9357 * parse.c (innermost_block): Remove global.
9358 (write_dollar_variable): Update.
9359 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9360 Remove "tracker_types" parameter.
9361 (parse_expression): Add "tracker" parameter.
9362 (parse_expression_for_completion): Update.
9363 (null_post_parser): Add "tracker" parameter.
9364 * p-exp.y: Update rules.
9365 * m2-exp.y: Update rules.
9366 * language.h (struct language_defn) <la_post_parser>: Add
9367 "tracker" parameter.
9368 * go-exp.y: Update rules.
9369 * f-exp.y: Update rules.
9370 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9371 parameter.
9372 * d-exp.y: Update rules.
9373 * c-exp.y: Update rules.
9374 * breakpoint.c (set_breakpoint_condition): Create an
9375 innermost_block_tracker.
9376 (watch_command_1): Likewise.
9377 * ada-lang.c (resolve): Add "tracker" parameter.
9378 (resolve_subexp): Likewise.
9379 * ada-exp.y (write_var_from_sym): Update.
9380
9381 2019-04-04 Tom Tromey <tom@tromey.com>
9382
9383 * type-stack.h: New file.
9384 * type-stack.c: New file.
9385 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9386 type-stack.h.
9387 (insert_into_type_stack, insert_type, push_type, push_type_int)
9388 (insert_type_address_space, pop_type, pop_type_int)
9389 (pop_typelist, pop_type_stack, append_type_stack)
9390 (push_type_stack, get_type_stack, push_typelist)
9391 (follow_type_instance_flags, follow_types): Don't declare.
9392 * parse.c (type_stack): Remove global.
9393 (parse_exp_in_context): Update.
9394 (insert_into_type_stack, insert_type, push_type, push_type_int)
9395 (insert_type_address_space, pop_type, pop_type_int)
9396 (pop_typelist, pop_type_stack, append_type_stack)
9397 (push_type_stack, get_type_stack, push_typelist)
9398 (follow_type_instance_flags, follow_types): Remove (moved to
9399 type-stack.c).
9400 * f-exp.y (type_stack): New global.
9401 Update rules.
9402 (push_kind_type, f_parse): Update.
9403 * d-exp.y (type_stack): New global.
9404 Update rules.
9405 (d_parse): Update.
9406 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9407 Update rules.
9408 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9409 (HFILES_NO_SRCDIR): Add type-stack.h.
9410
9411 2019-04-04 Tom Tromey <tom@tromey.com>
9412
9413 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9414 (rust_parser::convert_ast_to_expression, rust_parse)
9415 (rust_lex_test_completion, rust_lex_tests): Update.
9416 * parser-defs.h (struct expr_completion_state): New.
9417 (struct parser_state) <parser_state>: Add completion parameter.
9418 <mark_struct_expression, mark_completion_tag>: New methods.
9419 <parse_completion, m_completion_state>: New members.
9420 (prefixify_expression, null_post_parser): Update.
9421 (mark_struct_expression, mark_completion_tag): Don't declare.
9422 * parse.c (parse_completion, expout_last_struct)
9423 (expout_tag_completion_type, expout_completion_name): Remove
9424 globals.
9425 (parser_state::mark_struct_expression)
9426 (parser_state::mark_completion_tag): Now methods.
9427 (prefixify_expression): Add last_struct parameter.
9428 (prefixify_subexp): Likewise.
9429 (parse_exp_1): Update.
9430 (parse_exp_in_context): Add cstate parameter. Update.
9431 (parse_expression_for_completion): Create an
9432 expr_completion_state.
9433 (null_post_parser): Add "completion" parameter.
9434 * p-exp.y: Update rules.
9435 (yylex): Update.
9436 * language.h (struct language_defn) <la_post_parser>: Add
9437 "completing" parameter.
9438 * go-exp.y: Update rules.
9439 (lex_one_token): Update.
9440 * expression.h (parse_completion): Don't declare.
9441 * d-exp.y: Update rules.
9442 (lex_one_token): Update rules.
9443 * c-exp.y: Update rules.
9444 (lex_one_token): Update.
9445 * ada-lang.c (resolve): Add "parse_completion" parameter.
9446 (resolve_subexp): Likewise.
9447 (ada_resolve_function): Likewise.
9448
9449 2019-04-04 Tom Tromey <tom@tromey.com>
9450
9451 * parser-defs.h (struct parser_state) <start_arglist,
9452 end_arglist>: New methods.
9453 <arglist_len, m_funcall_chain>: New members.
9454 (arglist_len, start_arglist, end_arglist): Don't declare.
9455 * parse.c (arglist_len, funcall_chain): Remove global.
9456 (start_arglist, end_arglist): Remove functions.
9457 (parse_exp_in_context): Update.
9458 * p-exp.y: Update rules.
9459 * m2-exp.y: Update rules.
9460 * go-exp.y: Update rules.
9461 * f-exp.y: Update rules.
9462 * d-exp.y: Update rules.
9463 * c-exp.y: Update rules.
9464
9465 2019-04-04 Tom Tromey <tom@tromey.com>
9466
9467 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9468 lex_operator, push_back>: New methods.
9469 Update all rules.
9470 (rust_parser::lex_hex, lex_escape): Rename and update.
9471 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9472 (rust_parser::lex_operator): Rename and update.
9473 (rust_parser::lex_number, rustyylex, rustyyerror)
9474 (rust_lex_test_init, rust_lex_test_sequence)
9475 (rust_lex_test_push_back, rust_lex_tests): Update.
9476 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9477 parameter.
9478 <lexptr, prev_lexptr>: New members.
9479 (lexptr, prev_lexptr): Don't declare.
9480 * parse.c (lexptr, prev_lexptr): Remove globals.
9481 (parse_exp_in_context): Update.
9482 * p-exp.y (yylex, yyerror): Update.
9483 * m2-exp.y (parse_number, yylex, yyerror): Update.
9484 * go-exp.y (lex_one_token, yyerror): Update.
9485 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9486 * d-exp.y (lex_one_token, yyerror): Update.
9487 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9488 (lex_one_token, yyerror): Update.
9489 * ada-lex.l (YY_INPUT): Update.
9490 (rewind_to_char): Update.
9491 * ada-exp.y (yyerror): Update.
9492
9493 2019-04-04 Tom Tromey <tom@tromey.com>
9494
9495 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9496 * parser-defs.h (struct parser_state) <parser_state>: Add new
9497 parameter.
9498 <comma_terminates>: New member.
9499 (comma_terminates): Don't declare global.
9500 * parse.c (comma_terminates): Remove global.
9501 (parse_exp_in_context): Update.
9502 * p-exp.y (yylex): Update.
9503 * m2-exp.y (yylex): Update.
9504 * go-exp.y (lex_one_token): Update.
9505 * f-exp.y (yylex): Update.
9506 * d-exp.y (lex_one_token): Update.
9507 * c-exp.y (lex_one_token): Update.
9508 * ada-lex.l: Update.
9509
9510 2019-04-04 Tom Tromey <tom@tromey.com>
9511
9512 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9513 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9514 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9515 * parser-defs.h (paren_depth): Don't declare.
9516 * parse.c (paren_depth): Remove global.
9517 (parse_exp_in_context): Update.
9518 * p-exp.y (paren_depth): New global.
9519 (pascal_parse): Initialize it.
9520 * m2-exp.y (paren_depth): New global.
9521 (m2_parse): Initialize it.
9522 * go-exp.y (paren_depth): New global.
9523 (go_parse): Initialize it.
9524 * f-exp.y (paren_depth): New global.
9525 (f_parse): Initialize it.
9526 * d-exp.y (paren_depth): New global.
9527 (d_parse): Initialize it.
9528 * c-exp.y (paren_depth): New global.
9529 (c_parse): Initialize it.
9530 * ada-lex.l (paren_depth): New global.
9531 (lexer_init): Initialize it.
9532
9533 2019-04-04 Tom Tromey <tom@tromey.com>
9534
9535 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9536 (rust_parser::convert_ast_to_type)
9537 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9538 * parser-defs.h (struct parser_state) <parser_state>: Add
9539 parameters. Initialize new members.
9540 <expression_context_block, expression_context_pc>: New members.
9541 * parse.c (expression_context_block, expression_context_pc):
9542 Remove globals.
9543 (parse_exp_in_context): Update.
9544 * p-exp.y: Update all rules.
9545 (yylex): Update.
9546 * m2-exp.y: Update all rules.
9547 (yylex): Update.
9548 * go-exp.y (yylex): Update.
9549 * f-exp.y (yylex): Update.
9550 * d-exp.y: Update all rules.
9551 (yylex): Update.
9552 * c-exp.y: Update all rules.
9553 (lex_one_token, classify_name, yylex, c_parse): Update.
9554 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9555
9556 2019-04-04 Tom Tromey <tom@tromey.com>
9557
9558 * gdbarch.h, gdbarch.c: Rebuild.
9559 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9560 * stap-probe.h:
9561 (struct stap_parse_info): Replace "parser_state" with
9562 "expr_builder".
9563 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9564 (parser_state): New class.
9565 * parse.c (expr_builder): Rename.
9566 (expr_builder::release): Rename.
9567 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9568 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9569 (write_exp_elt_longcst, write_exp_elt_floatcst)
9570 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9571 (write_exp_string_vector, write_exp_bitstring)
9572 (write_exp_msymbol, mark_struct_expression)
9573 (write_dollar_variable)
9574 (insert_type_address_space, increase_expout_size): Replace
9575 "parser_state" with "expr_builder".
9576 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9577 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9578 "parser_state" with "expr_builder".
9579
9580 2019-04-04 Tom Tromey <tom@tromey.com>
9581
9582 * rust-exp.y: Replace "parse_language" with method call.
9583 * p-exp.y:
9584 (yylex): Replace "parse_language" with method call.
9585 * m2-exp.y:
9586 (yylex): Replace "parse_language" with method call.
9587 * go-exp.y (classify_name): Replace "parse_language" with method
9588 call.
9589 * f-exp.y (yylex): Replace "parse_language" with method call.
9590 * d-exp.y (lex_one_token): Replace "parse_language" with method
9591 call.
9592 * c-exp.y:
9593 (lex_one_token, classify_name, yylex): Replace "parse_language"
9594 with method call.
9595 * ada-exp.y (find_primitive_type, type_char)
9596 (type_system_address): Replace "parse_language" with method call.
9597
9598 2019-04-04 Tom Tromey <tom@tromey.com>
9599
9600 * rust-exp.y: Replace "parse_gdbarch" with method call.
9601 * parse.c (write_dollar_variable, insert_type_address_space):
9602 Replace "parse_gdbarch" with method call.
9603 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
9604 call.
9605 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
9606 call.
9607 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
9608 "parse_gdbarch" with method call.
9609 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
9610 with method call.
9611 * f-exp.y (parse_type, parse_f_type, yylex): Replace
9612 "parse_gdbarch" with method call.
9613 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
9614 "parse_gdbarch" with method call.
9615 * c-exp.y (parse_type, parse_number, classify_name): Replace
9616 "parse_gdbarch" with method call.
9617 * ada-lex.l: Replace "parse_gdbarch" with method call.
9618 * ada-exp.y (parse_type, find_primitive_type, type_char)
9619 (type_system_address): Replace "parse_gdbarch" with method call.
9620
9621 2019-04-04 Tom Tromey <tom@tromey.com>
9622
9623 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
9624 * stap-probe.c (stap_parse_argument): Update.
9625 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
9626 initial_size parameter.
9627 * rust-exp.y (rust_lex_tests): Update.
9628 * parse.c (parser_state): Update.
9629 (parse_exp_in_context): Update.
9630 * parser-defs.h (struct parser_state) <parser_state>: Remove
9631 "initial_size" parameter.
9632
9633 2019-04-04 Tom Tromey <tom@tromey.com>
9634
9635 * parser-defs.h (increase_expout_size): Don't declare.
9636 * parse.c (increase_expout_size): Now static.
9637
9638 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
9639
9640 * gnu-nat.c (gnu_nat_target::wait): Fix
9641 target_waitstatus_to_string call.
9642
9643 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9644
9645 * eval.c (evaluate_subexp_standard): Handle internal functions
9646 during Fortran function call handling.
9647
9648 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9649
9650 * NEWS: Mention new internal functions.
9651 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
9652 (read_base_type): Use dwarf2_init_complex_target_type.
9653 * value.c (creal_internal_fn): New function.
9654 (cimag_internal_fn): New function.
9655 (_initialize_values): Register new internal functions.
9656
9657 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9658
9659 * infrun.c (stop_all_threads): If debug_infrun, always
9660 trace the wait status after wait_one, using
9661 target_waitstatus_to_string and target_pid_to_str.
9662 (handle_inferior_event): Replace various trace of
9663 wait status kind by a single trace.
9664 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
9665 wait status kind image by target_waitstatus_to_string.
9666 * target/waitstatus.c (target_waitstatus_to_string): Fix
9667 obsolete comment.
9668
9669 2019-04-01 Tom Tromey <tromey@adacore.com>
9670
9671 PR symtab/23331:
9672 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
9673
9674 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
9675 Pedro Alves <palves@redhat.com>
9676
9677 * top.c (quit_force): Call 'finalize_values'.
9678 * value.c (finalize_values): New function.
9679 * value.h (finalize_values): Declare.
9680
9681 2019-03-30 Eli Zaretskii <eliz@gnu.org>
9682
9683 * NEWS: Announce $_gdb_major and $_gdb_minor.
9684
9685 * top.c (init_gdb_version_vars): New function.
9686 (gdb_init): Call init_gdb_version_vars.
9687
9688 2019-03-29 Tom Tromey <tromey@adacore.com>
9689
9690 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
9691 help text. Remove dead code.
9692
9693 2019-03-29 Keith Seitz <keiths@redhat.com>
9694
9695 From Siddhesh Poyarekar:
9696 * f-lang.h (f77_get_upperbound): Return LONGEST.
9697 (f77_get_lowerbound): Likewise.
9698 * f-typeprint.c (f_type_print_varspec_suffix): Expand
9699 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
9700 print them.
9701 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
9702 plongest to format print it.
9703 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
9704 (f77_get_upperbound): Likewise.
9705 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
9706 LOWER_BOUND to LONGEST.
9707 (f77_create_arrayprint_offset_tbl): Likewise.
9708
9709 2019-03-29 Keith Seitz <keiths@redhat.com>
9710
9711 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
9712 %s/pulongest for TYPE_LENGTH instead of %d in format
9713 strings.
9714 * ada-typerint.c (ada_print_type): Likewise.
9715 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
9716 * compile/compile-c-support.c (generate_register_struct): Likewise.
9717 * gdbtypes.c (recursive_dump_type): Likewise.
9718 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
9719 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
9720 instead of %d in format strings.
9721 * riscv-tdep.c (riscv_type_alignment): Cast second argument
9722 to std::min to ULONGEST.
9723 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
9724 instead of %d in format strings.
9725 * tracepoint.c (info_scope_command): Likewise.
9726 * typeprint.c (print_offset_data::update)
9727 (print_offset_data::finish): Likewise.
9728 * xtensa-tdep.c (xtensa_store_return_value)
9729 (xtensa_push_dummy_call): Likewise.
9730
9731 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
9732
9733 * windows-nat.c (display_selector): Fixed format specifications
9734 for 64-bit Cygwin.
9735
9736 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9737
9738 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
9739
9740 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9741
9742 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
9743 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
9744 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
9745 (nios2_linux_init_abi): Install it.
9746
9747 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9748
9749 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
9750
9751 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9752
9753 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
9754
9755 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9756 Tom Tromey <tromey@adacore.com>
9757
9758 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
9759
9760 2019-03-26 Joel Brobecker <brobecker@adacore.com>
9761
9762 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
9763 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
9764 method to compute the bounds of range types. Also print "[evaluated]"
9765 if the bounds' values come from a dynamic evaluation.
9766
9767 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9768
9769 * cp-valprint.c (cp_print_value_fields): Don't print trailing
9770 whitespace when pretty printing is on.
9771
9772 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9773
9774 * ppc-linux-nat.c: Add include.
9775
9776 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9777
9778 * NEWS: Mention AArch64 Pointer Authentication.
9779
9780 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9781
9782 * arm-linux-nat.c: Add include.
9783
9784 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
9785
9786 * source-cache.c (source_cache::get_source_lines): Re-read
9787 fullname after calling open_source_file.
9788
9789 2019-03-25 John Baldwin <jhb@FreeBSD.org>
9790
9791 * NEWS: Mention TLS support for FreeBSD.
9792
9793 2019-03-25 Tom Tromey <tromey@adacore.com>
9794
9795 * minsyms.c (BUNCH_SIZE): Update comment.
9796 (~minimal_symbol_reader): Remove old comment.
9797 (compact_minimal_symbols): Update comment.
9798 (minimal_symbol_reader::install): Remove old comment. Update
9799 other comments.
9800
9801 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9802
9803 * s390-linux-nat.c: Add include.
9804
9805 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9806
9807 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
9808 Call linux_get_hwcap.
9809 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9810 Likewise.
9811 (aarch64_linux_get_hwcap): Remove function.
9812 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
9813 declaration.
9814 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
9815 linux_get_hwcap.
9816 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
9817 * linux-tdep.c (linux_get_hwcap): Add function.
9818 (linux_get_hwcap2): Likewise.
9819 * linux-tdep.h (linux_get_hwcap): Add declaration.
9820 (linux_get_hwcap2): Likewise.
9821 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
9822 (ppc_linux_get_hwcap2): Likewise.
9823 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
9824 linux_get_hwcap.
9825 (ppc_linux_nat_target::insert_watchpoint): Likewise.
9826 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
9827 (ppc_linux_nat_target::read_description): Likewise.
9828 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
9829 * s390-linux-nat.c: Likewise.
9830 * s390-linux-tdep.c (s390_core_read_description): Likewise.
9831
9832 2019-03-24 Tom Tromey <tom@tromey.com>
9833
9834 * ada-lang.c (standard_lookup): Simplify initialization.
9835 (ada_lookup_symbol_nonlocal): Simplify return.
9836 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
9837 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
9838 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
9839 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
9840 initialization.
9841 * solib.c (solib_global_lookup): Simplify.
9842 * symtab.c (null_block_symbol): Remove.
9843 (symbol_cache_lookup): Simplify returns.
9844 (lookup_language_this): Simplify returns.
9845 (lookup_symbol_aux): Simplify return.
9846 (lookup_local_symbol): Simplify returns.
9847 (lookup_global_symbol_from_objfile): Simplify return.
9848 (lookup_symbol_in_objfile_symtabs)
9849 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
9850 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
9851 (lookup_static_symbol, lookup_global_symbol): Simplify return.
9852 * cp-namespace.c (cp_lookup_bare_symbol)
9853 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
9854 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
9855 (cp_lookup_nested_symbol): Don't use null_block_symbol.
9856 (cp_lookup_symbol_via_imports): Simplify initialization.
9857 (find_symbol_in_baseclass): Likewise.
9858 * symtab.h (null_block_symbol): Remove.
9859 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
9860 (d_lookup_nested_symbol, d_lookup_symbol_imports)
9861 (d_lookup_symbol_module): Likewise.
9862 (find_symbol_in_baseclass): Simplify initialization.
9863
9864 2019-03-24 Tom Tromey <tom@tromey.com>
9865
9866 * expression.h: Don't include symtab.h.
9867 (struct block): Forward declare.
9868
9869 2019-03-24 Tom Tromey <tom@tromey.com>
9870
9871 * c-exp.y (typebase): Remove casts.
9872 * gdbtypes.c (lookup_unsigned_typename, )
9873 (lookup_signed_typename): Remove cast.
9874 * eval.c (parse_to_comma_and_eval): Remove cast.
9875 * parse.c (write_dollar_variable): Remove cast.
9876 * block.h (struct block) <superblock>: Now const.
9877 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
9878 * psymtab.c (psym_map_matching_symbols): Make "block" const.
9879 (map_block): Make "block" const.
9880 * symfile.h (struct quick_symbol_functions)
9881 <map_matching_symbols>: Constify block argument to "callback".
9882 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
9883 const.
9884 (find_pc_sect_compunit_symtab): Make "b" const.
9885 (find_symbol_at_address): Likewise.
9886 (search_symbols): Likewise.
9887 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
9888 (dw2_debug_names_lookup_symbol): Likewise.
9889 (dw2_map_matching_symbols): Update.
9890 * p-valprint.c (pascal_val_print): Remove "block".
9891 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
9892 (aux_add_nonlocal_symbols): Make "block" const.
9893 (resolve_subexp): Remove cast.
9894 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
9895 const.
9896 (iterate_over_file_blocks): Likewise.
9897 * f-exp.y (%union) <bval>: Remove.
9898 * coffread.c (patch_opaque_types): Make "b" const.
9899 * spu-tdep.c (spu_catch_start): Make "block" const.
9900 * c-valprint.c (print_unpacked_pointer): Remove "block".
9901 * symmisc.c (dump_symtab_1): Make "b" const.
9902 (block_depth): Make "block" const.
9903 * d-exp.y (%union) <bval>: Remove.
9904 * cp-support.h (cp_lookup_rtti_type): Update.
9905 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
9906 * psymtab.c (psym_lookup_symbol): Make "block" const.
9907 (maintenance_check_psymtabs): Make "b" const.
9908 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
9909 (enumerate_locals, enumerate_args): Update.
9910 * python/py-symtab.c (stpy_global_block): Make "block" const.
9911 (stpy_static_block): Likewise.
9912 * inline-frame.c (block_starting_point_at): Make "new_block"
9913 const.
9914 * block.c (find_block_in_blockvector): Make return type const.
9915 (blockvector_for_pc_sect): Make "b" const.
9916 (find_block_in_blockvector): Make "b" const.
9917
9918 2019-03-23 Tom Tromey <tom@tromey.com>
9919
9920 * varobj.c (varobj_create): Update.
9921 * symfile.c (clear_symtab_users): Don't reset innermost_block.
9922 * printcmd.c (display_command, do_one_display): Don't reset
9923 innermost_block.
9924 * parser-defs.h (enum innermost_block_tracker_type): Move to
9925 expression.h.
9926 (innermost_block): Update comment.
9927 * parse.c (parse_exp_1): Add tracker_types parameter.
9928 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
9929 tracker_types parameter. Reset innermost_block.
9930 (parse_exp_in_context): Remove.
9931 (parse_expression_for_completion): Update.
9932 * objfiles.c (~objfile): Don't reset expression_context_block or
9933 innermost_block.
9934 * expression.h (enum innermost_block_tracker_type): Move from
9935 parser-defs.h.
9936 (parse_exp_1): Add tracker_types parameter.
9937 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
9938 reset innermost_block.
9939
9940 2019-03-23 Tom Tromey <tom@tromey.com>
9941
9942 * objfiles.h: Include bcache.h.
9943
9944 2019-03-23 Tom Tromey <tom@tromey.com>
9945
9946 * linespec.c (get_current_search_block): Use
9947 scoped_restore_current_language.
9948 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
9949
9950 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9951 Jiong Wang <jiong.wang@arm.com>
9952
9953 * aarch64-linux-tdep.c
9954 (aarch64_linux_iterate_over_regset_sections): Check for pauth
9955 section.
9956 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
9957
9958 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9959 Jiong Wang <jiong.wang@arm.com>
9960
9961 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
9962 instructions.
9963 (aarch64_analyze_prologue_test): Add PACIASP test.
9964 (aarch64_prologue_prev_register): Unmask PC value.
9965
9966 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9967 Jiong Wang <jiong.wang@arm.com>
9968
9969 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
9970 (aarch64_dwarf2_prev_register): Unmask PC value.
9971 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
9972 (aarch64_execute_dwarf_cfa_vendor_op): Check for
9973 DW_CFA_AARCH64_negate_ra_state.
9974 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
9975
9976 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9977 Jiong Wang <jiong.wang@arm.com>
9978
9979 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
9980 registers.
9981 (aarch64_pseudo_register_name): Likewise.
9982 (aarch64_pseudo_register_type): Likewise.
9983 (aarch64_pseudo_register_reggroup_p): Likewise.
9984 (aarch64_gdbarch_init): Add pauth registers.
9985 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
9986 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
9987 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
9988 (struct gdbarch_tdep): Add regnum for ra_state.
9989
9990 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9991 Jiong Wang <jiong.wang@arm.com>
9992
9993 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
9994
9995 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9996 Jiong Wang <jiong.wang@arm.com>
9997
9998 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
9999 function.
10000 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
10001 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
10002 (aarch64_gdbarch_init): Add puth registers.
10003 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10004 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
10005 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
10006
10007 2019-03-22 Alan Hayward <alan.hayward@arm.com>
10008 Jiong Wang <jiong.wang@arm.com>
10009
10010 * aarch64-linux-nat.c
10011 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10012 * aarch64-linux-tdep.c
10013 (aarch64_linux_core_read_description): Likewise.
10014 (aarch64_linux_get_hwcap): New function.
10015 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10016 (aarch64_linux_get_hwcap): New declaration.
10017
10018 2019-03-22 Alan Hayward <alan.hayward@arm.com>
10019 Jiong Wang <jiong.wang@arm.com>
10020
10021 * aarch64-linux-nat.c
10022 (aarch64_linux_nat_target::read_description): Add pauth param.
10023 * aarch64-linux-tdep.c
10024 (aarch64_linux_core_read_description): Likewise.
10025 * aarch64-tdep.c (struct target_desc): Add in pauth.
10026 (aarch64_read_description): Add pauth param.
10027 (aarch64_gdbarch_init): Likewise.
10028 * aarch64-tdep.h (aarch64_read_description): Likewise.
10029 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10030 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10031 * features/Makefile: Add new files.
10032 * features/aarch64-pauth.c: New file.
10033 * features/aarch64-pauth.xml: New file.
10034
10035 2019-03-20 Tom Tromey <tromey@adacore.com>
10036
10037 * infrun.c (handle_inferior_event): Rename from
10038 handle_inferior_event_1. Create a scoped_value_mark.
10039 (handle_inferior_event): Remove.
10040
10041 2019-03-19 Tom Tromey <tromey@adacore.com>
10042
10043 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10044 * infrun.h (print_stop_event): Add "displays" parameter.
10045 * infrun.c (print_stop_event): Add "displays" parameter.
10046
10047 2019-03-19 Pedro Alves <palves@redhat.com>
10048
10049 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10050 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10051 to -1. Fix TABs vs spaces.
10052 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10053 * tui/tui-out.h (tui_ui_out) Add intro comments.
10054 <m_line, m_start_of_line>: In-class initialize, and add describing
10055 comment.
10056
10057 2019-03-18 Alan Hayward <alan.hayward@arm.com>
10058
10059 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10060 variable names.
10061 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10062
10063 2019-03-18 Pedro Alves <palves@redhat.com>
10064 Eli Zaretskii <eliz@gnu.org>
10065
10066 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10067 m_line and m_start_of_line.
10068
10069 2019-03-18 Eli Zaretskii <eliz@gnu.org>
10070
10071 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10072 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10073 it returns a newline. This fixes a regression in TU mode, whereby
10074 the next line is output on the same screen line as the user input.
10075
10076 2019-03-18 Tom Tromey <tromey@adacore.com>
10077
10078 * minsyms.c (minimal_symbol_reader::install): Remove call to
10079 obstack_blank.
10080
10081 2019-03-18 Pedro Alves <palves@redhat.com>
10082
10083 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10084 New globals.
10085 (apply_style): New, factored out from ...
10086 (apply_ansi_escape): ... this. Handle reverse video mode.
10087 (tui_set_reverse_mode): New function.
10088 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
10089 * tui/tui-winsource.c (tui_show_source_line): Use
10090 tui_set_reverse_mode instead of setting A_STANDOUT.
10091 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
10092 New setter methods.
10093
10094 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
10095
10096 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
10097 Handle tabs.
10098
10099 2019-03-18 Tom Tromey <tromey@adacore.com>
10100
10101 * ada-lang.c (empty_array): Add "high" parameter.
10102 (ada_evaluate_subexp): Update.
10103
10104 2019-03-17 Sergei Trofimovich <siarheit@google.com>
10105
10106 * unittests/string_view-selftests.c: Define
10107 _initialize_string_view_selftests unconditionally.
10108
10109 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10110
10111 PR gdb/24350
10112 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10113
10114 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10115
10116 PR gdb/24351
10117 * windows-nat.c (display_selector): Fix format specifiers.
10118
10119 2019-03-17 Eli Zaretskii <eliz@gnu.org>
10120
10121 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10122 tui_refill_source_window instead of tui_refresh_win, to update the
10123 current execution line. This fixes redisplay of the current line
10124 when stepping through the code with "next" or "step".
10125
10126 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10127
10128 * source-cache.c (source_cache::get_source_lines): Call
10129 find_source_lines to initialize s->nlines. This fixes vertical
10130 scrolling of TUI source window when the DOWN arrow is pressed.
10131
10132 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10133
10134 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10135 linux-thread-db.c (_initialize_thread_db): Likewise.
10136
10137 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10138
10139 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10140 wclrtoeol in tui_show_source_line". This reverts changes made in
10141 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10142
10143 2019-03-15 Tom Tromey <tom@tromey.com>
10144
10145 * symtab.h (struct minimal_symbol): Derive from
10146 general_symbol_info.
10147 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10148 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10149 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10150 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10151 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10152 (MSYMBOL_SEARCH_NAME): Update.
10153 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10154 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10155 * minsyms.c (minimal_symbol_reader::record_full): Update.
10156
10157 2019-03-15 Tom Tromey <tom@tromey.com>
10158
10159 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10160
10161 2019-03-15 Tom Tromey <tom@tromey.com>
10162
10163 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10164 unique_xmalloc_ptr.
10165 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10166 Update.
10167 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10168 (build_minimal_symbol_hash_tables)
10169 (minimal_symbol_reader::install): Update.
10170
10171 2019-03-15 Tom Tromey <tom@tromey.com>
10172
10173 * symtab.c (create_demangled_names_hash): Update.
10174 (symbol_set_names): Update.
10175 * objfiles.h (struct objfile_per_bfd_storage)
10176 <demangled_names_hash>: Now an htab_up.
10177 * objfiles.c (objfile_per_bfd_storage): Simplify.
10178
10179 2019-03-15 Tom Tromey <tom@tromey.com>
10180
10181 * objfiles.h (struct objfile_per_bfd_storage): Declare
10182 destructor.
10183 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10184 New.
10185 (get_objfile_bfd_data): Use new. Don't initialize
10186 language_of_main.
10187 (free_objfile_per_bfd_storage): Remove.
10188 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10189
10190 2019-03-15 Tom Tromey <tom@tromey.com>
10191
10192 * symfile.c (reread_symbols): Update.
10193 * objfiles.c (objfile::objfile): Update.
10194 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10195 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10196 comment.
10197 (minimal_symbol_reader::install): Update.
10198 (terminate_minimal_symbol_table): Remove.
10199 * jit.c (jit_object_close_impl): Update.
10200
10201 2019-03-15 Tom Tromey <tom@tromey.com>
10202
10203 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10204 initializations.
10205
10206 2019-03-15 Tom Tromey <tom@tromey.com>
10207
10208 * objfiles.h (struct objfile_per_bfd_storage)
10209 <demangled_hash_languages>: Now a bitset.
10210 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10211 (lookup_minimal_symbol): Update.
10212
10213 2019-03-15 Tom Tromey <tom@tromey.com>
10214
10215 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10216 Don't return the symbol.
10217 * coffread.c (record_minimal_symbol): Use record_full.
10218
10219 2019-03-14 Eli Zaretskii <eliz@gnu.org>
10220
10221 The MS-Windows port of ncurses fails to switch to a color pair if
10222 one or both of the colors are the implicit default colors. This
10223 change records the default colors when TUI is initialized, and
10224 then specifies them explicitly when a color pair uses the default
10225 colors. This allows color styling in TUI mode on MS-Windows.
10226
10227 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10228 ncurses_norm_attr.
10229 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10230 colors in ncurses_norm_attr.
10231 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10232 "none", replace it with the default color recorded in
10233 ncurses_norm_attr.
10234
10235 2019-03-14 Tom Tromey <tromey@adacore.com>
10236
10237 * source-cache.h (class source_cache) <get_source_lines>: Return
10238 std::string.
10239 * source-cache.c (source_cache::extract_lines): Handle case where
10240 first_pos==npos. Return std::string.
10241 (source_cache::get_source_lines): Update.
10242
10243 2019-03-14 Tom Tromey <tromey@adacore.com>
10244
10245 * NEWS: Add item for "style sources" commands.
10246 * source-cache.c (source_cache::get_source_lines): Check
10247 source_styling.
10248 * cli/cli-style.c (source_styling): New global.
10249 (_initialize_cli_style): Add "style sources" commands.
10250 (show_style_sources): New function.
10251 * cli/cli-style.h (source_styling): Declare.
10252
10253 2019-03-14 Pedro Alves <palves@redhat.com>
10254 Tom Tromey <tromey@adacore.com>
10255
10256 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10257 * tui/tui-winsource.c (tui_refill_source_window): New function,
10258 from...
10259 (tui_horizontal_source_scroll): ... here. Move some logic.
10260 * cli/cli-style.c (set_style_enabled): Notify new observable.
10261 * tui/tui-hooks.c (tui_redisplay_source): New function.
10262 (tui_attach_detach_observers): Attach or detach
10263 tui_redisplay_source.
10264 * observable.h (source_styling_changed): New observable.
10265 * observable.c: Define source_styling_changed observable.
10266
10267 2019-03-13 Tom Tromey <tromey@adacore.com>
10268
10269 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10270 (i386_gnu_nat_target::store_registers): Update.
10271 * target-debug.h (target_debug_print_std_string): New macro.
10272 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10273 * windows-tdep.c (display_one_tib): Update.
10274 * tui/tui-stack.c (tui_make_status_line): Update.
10275 * top.c (print_inferior_quit_action): Update.
10276 * thread.c (thr_try_catch_cmd): Update.
10277 (add_thread_with_info): Update.
10278 (thread_target_id_str): Update.
10279 (thr_try_catch_cmd): Update.
10280 (thread_command): Update.
10281 (thread_find_command): Update.
10282 * record-btrace.c (record_btrace_target::info_record)
10283 (record_btrace_resume_thread, record_btrace_target::resume)
10284 (record_btrace_cancel_resume, record_btrace_step_thread)
10285 (record_btrace_target::wait, record_btrace_target::wait)
10286 (record_btrace_target::wait, record_btrace_target::stop): Update.
10287 * progspace.c (print_program_space): Update.
10288 * process-stratum-target.c
10289 (process_stratum_target::thread_address_space): Update.
10290 * linux-fork.c (linux_fork_mourn_inferior)
10291 (detach_checkpoint_command, info_checkpoints_command)
10292 (linux_fork_context): Update.
10293 (linux_fork_detach): Update.
10294 (class scoped_switch_fork_info): Update.
10295 (delete_checkpoint_command): Update.
10296 * infrun.c (follow_fork_inferior): Update.
10297 (follow_fork_inferior): Update.
10298 (proceed_after_vfork_done): Update.
10299 (handle_vfork_child_exec_or_exit): Update.
10300 (follow_exec): Update.
10301 (displaced_step_prepare_throw): Update.
10302 (displaced_step_restore): Update.
10303 (start_step_over): Update.
10304 (resume_1): Update.
10305 (clear_proceed_status_thread): Update.
10306 (proceed): Update.
10307 (print_target_wait_results): Update.
10308 (do_target_wait): Update.
10309 (context_switch): Update.
10310 (stop_all_threads): Update.
10311 (restart_threads): Update.
10312 (finish_step_over): Update.
10313 (handle_signal_stop): Update.
10314 (switch_back_to_stepped_thread): Update.
10315 (keep_going_pass_signal): Update.
10316 (print_exited_reason): Update.
10317 (normal_stop): Update.
10318 * inferior.c (inferior_pid_to_str): Change return type.
10319 (print_selected_inferior): Update.
10320 (add_inferior): Update.
10321 (detach_inferior): Update.
10322 * dummy-frame.c (fprint_dummy_frames): Update.
10323 * dcache.c (dcache_info_1): Update.
10324 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10325 (btrace_fetch, btrace_clear): Update.
10326 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10327 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10328 type.
10329 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10330 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10331 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10332 * gdbarch.c, gdbarch.h: Rebuild.
10333 * gdbarch.sh (core_pid_to_str): Change return type.
10334 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10335 return type.
10336 (windows_nat_target::pid_to_str): Change return type.
10337 (windows_delete_thread): Update.
10338 (windows_nat_target::attach): Update.
10339 (windows_nat_target::files_info): Update.
10340 * target-delegates.c: Rebuild.
10341 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10342 return type.
10343 (sol_thread_target::pid_to_str): Change return type.
10344 * remote.c (class remote_target) <pid_to_str>: Change return
10345 type.
10346 (remote_target::pid_to_str): Change return type.
10347 (extended_remote_target::attach, remote_target::remote_stop_ns)
10348 (remote_target::remote_notif_remove_queued_reply)
10349 (remote_target::push_stop_reply, remote_target::disable_btrace):
10350 Update.
10351 (extended_remote_target::attach): Update.
10352 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10353 type.
10354 (gdbsim_target::pid_to_str): Change return type.
10355 * ravenscar-thread.c (struct ravenscar_thread_target)
10356 <pid_to_str>: Change return type.
10357 (ravenscar_thread_target::pid_to_str): Change return type.
10358 * procfs.c (class procfs_target) <pid_to_str>: Change return
10359 type.
10360 (procfs_target::pid_to_str): Change return type.
10361 (procfs_target::attach): Update.
10362 (procfs_target::detach): Update.
10363 (procfs_target::fetch_registers): Update.
10364 (procfs_target::store_registers): Update.
10365 (procfs_target::wait): Update.
10366 (procfs_target::files_info): Update.
10367 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10368 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10369 return type.
10370 (nto_procfs_target::pid_to_str): Change return type.
10371 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10372 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10373 return type.
10374 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10375 (exit_lwp): Update.
10376 (attach_proc_task_lwp_callback, get_detach_signal)
10377 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10378 (linux_nat_target::resume, wait_lwp, stop_callback)
10379 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10380 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10381 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10382 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10383 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10384 type.
10385 (inf_ptrace_target::attach): Update.
10386 (inf_ptrace_target::files_info): Update.
10387 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10388 type.
10389 (go32_nat_target::pid_to_str): Change return type.
10390 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10391 (gnu_nat_target::wait): Update.
10392 (gnu_nat_target::wait): Update.
10393 (gnu_nat_target::resume): Update.
10394 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10395 (fbsd_nat_target::wait): Update.
10396 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10397 type.
10398 (darwin_nat_target::attach): Update.
10399 * corelow.c (class core_target) <pid_to_str>: Change return type.
10400 (core_target::pid_to_str): Change return type.
10401 * target.c (normal_pid_to_str): Change return type.
10402 (default_pid_to_str): Likewise.
10403 (target_pid_to_str): Change return type.
10404 (target_translate_tls_address): Update.
10405 (target_announce_detach): Update.
10406 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10407 return type.
10408 (bsd_uthread_target::pid_to_str): Change return type.
10409 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10410 type.
10411 (bsd_kvm_target::pid_to_str): Change return type.
10412 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10413 return type.
10414 (aix_thread_target::pid_to_str): Change return type.
10415 * target.h (struct target_ops) <pid_to_str>: Change return type.
10416 (target_pid_to_str, normal_pid_to_str): Likewise.
10417 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10418 type.
10419 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10420 type.
10421 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10422 return type.
10423 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10424 type.
10425 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10426 type.
10427 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10428 return type.
10429
10430 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10431
10432 * NEWS: Mention that the new default MI version is 3. Mention
10433 changes to the output of commands and events that deal with
10434 multi-location breakpoints.
10435 * breakpoint.c: Include "mi/mi-out.h".
10436 (print_one_breakpoint): Change output syntax if using MI version
10437 >= 3.
10438 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10439 New.
10440 (mi_multi_location_breakpoint_output_fixed): New.
10441 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10442 (mi_cmd_fix_multi_location_breakpoint_output): New.
10443 (mi_multi_location_breakpoint_output_fixed): New.
10444 * mi/mi-cmds.c (mi_cmds): Register command
10445 -fix-multi-location-breakpoint-output.
10446 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10447 interpreter "mi".
10448
10449 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10450
10451 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10452 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10453 instantiate mi_ui_out based on interpreter name.
10454 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10455 * mi/mi-main.c (mi_load_progress): Likewise.
10456
10457 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10458
10459 * NEWS: Combine separate "New targets" sections for 8.3.
10460
10461 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10462
10463 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10464 (ppcfbsd_init_abi): Install gdbarch
10465 "fetch_tls_load_module_address" and "get_thread_local_address"
10466 methods.
10467
10468 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10469
10470 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10471 (riscv_fbsd_init_abi): Install gdbarch
10472 "fetch_tls_load_module_address" and "get_thread_local_address"
10473 methods.
10474
10475 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10476
10477 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10478 (i386fbsd_init_abi): Install gdbarch
10479 "fetch_tls_load_module_address" and "get_thread_local_address"
10480 methods.
10481
10482 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10483
10484 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10485 (amd64fbsd_init_abi): Install gdbarch
10486 "fetch_tls_load_module_address" and "get_thread_local_address"
10487 methods.
10488
10489 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10490
10491 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10492 (struct fbsd_pspace_data): New type.
10493 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10494 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10495 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10496 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10497 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10498
10499 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10500
10501 * gdbtypes.c (lookup_struct_elt): New function.
10502 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10503 * gdbtypes.h (struct struct_elt): New type.
10504 (lookup_struct_elt): New prototype.
10505
10506 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10507
10508 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10509 remove disabled code block.
10510
10511 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10512
10513 * gdbarch.sh (get_thread_local_address): New method.
10514 * gdbarch.h, gdbarch.c: Regenerate.
10515 * target.c (target_translate_tls_address): Use
10516 gdbarch_get_thread_local_address if present instead of
10517 target::get_thread_local_address.
10518
10519 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10520
10521 * target.h (target::get_thread_local_address): Update comment.
10522
10523 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10524
10525 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10526 objfile->separate_debug_objfile_backlink if not NULL.
10527
10528 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10529
10530 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10531 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10532 (amd64bsd_store_inferior_registers): Likewise.
10533 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10534 Enable segment base registers.
10535 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10536 PT_GETFSBASE and PT_GETGSBASE.
10537 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10538 PT_SETGSBASE.
10539 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10540 segment base registers.
10541 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10542
10543 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10544
10545 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10546 Update calls to i386_target_description to add 'segments'
10547 parameter.
10548 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10549 add segment base registers.
10550 * arch/i386.c (i386_create_target_description): Add 'segments'
10551 parameter to enable segment base registers.
10552 * arch/i386.h (i386_create_target_description): Likewise.
10553 * features/i386/32bit-segments.xml: New file.
10554 * features/i386/32bit-segments.c: Generate.
10555 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10556 call to i386_target_description to add 'segments' parameter.
10557 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10558 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10559 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10560 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10561 if feature is present.
10562 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10563 Add 'segments' parameter to call to i386_target_description.
10564 (i386_target_description): Add 'segments' parameter to enable
10565 segment base registers.
10566 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10567 to call to i386_target_description.
10568 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10569 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10570 Define I386_NUM_REGS.
10571 (i386_target_description): Add 'segments' parameter to enable
10572 segment base registers.
10573
10574 2019-03-12 Eli Zaretskii <eliz@gnu.org>
10575
10576 PR/24325
10577 * source-cache.c: #undef open and close, to avoid unresolved
10578 externals during linking.
10579
10580 2019-03-12 Tom Tromey <tromey@adacore.com>
10581
10582 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10583 const. Add initializers.
10584 (_initialize_remote): Don't initialize ptid globals.
10585
10586 2019-03-12 Pedro Alves <palves@redhat.com>
10587
10588 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10589
10590 2019-03-12 Pedro Alves <palves@redhat.com>
10591
10592 * cp-name-parser.y (main): Remove unused 'len' variable.
10593
10594 2019-03-12 Tom Tromey <tromey@adacore.com>
10595
10596 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10597 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10598
10599 2019-03-12 Tom Tromey <tromey@adacore.com>
10600
10601 * linux-nat.c (iterate_over_lwps): Update.
10602 (stop_callback): Remove parameter.
10603 (stop_wait_callback, detach_callback, resume_set_callback)
10604 (select_singlestep_lwp_callback, set_ignore_sigint)
10605 (status_callback, resumed_callback, resume_clear_callback)
10606 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
10607 data parameter.
10608 (linux_nat_target::detach, linux_nat_target::resume)
10609 (linux_stop_and_wait_all_lwps, select_event_lwp)
10610 (linux_nat_filter_event, linux_nat_wait_1)
10611 (linux_nat_target::kill, linux_nat_target::stop)
10612 (linux_nat_target::stop): Update.
10613 (linux_nat_resume_callback): Change type.
10614 (resume_stopped_resumed_lwps, count_events_callback)
10615 (select_event_lwp_callback): Likewise.
10616 (linux_stop_lwp, linux_nat_stop_lwp): Update.
10617 * arm-linux-nat.c (struct update_registers_data): Remove.
10618 (update_registers_callback): Change type.
10619 (arm_linux_insert_hw_breakpoint1): Update.
10620 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
10621 parameter.
10622 (x86_linux_dr_set_addr): Update.
10623 (x86_linux_dr_set_control): Update.
10624 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
10625 (iterate_over_lwps): Use gdb::function_view.
10626 * nat/aarch64-linux-hw-point.c (struct
10627 aarch64_dr_update_callback_param): Remove.
10628 (debug_reg_change_callback): Change type.
10629 (aarch64_notify_debug_reg_change): Update.
10630 * s390-linux-nat.c (s390_refresh_per_info): Update.
10631
10632 2019-03-11 Tom Tromey <tromey@adacore.com>
10633
10634 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
10635 redundant assignment to "this_cu".
10636
10637 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10638
10639 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
10640
10641 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10642
10643 * gdbtypes.c (rank_one_type_parm_set): New function extracted
10644 from...
10645 (rank_one_type): ... this.
10646
10647 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10648
10649 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
10650 from...
10651 (rank_one_type): ... this.
10652
10653 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10654
10655 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
10656 from...
10657 (rank_one_type): ... this.
10658
10659 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10660
10661 * gdbtypes.c (rank_one_type_parm_float): New function extracted
10662 from...
10663 (rank_one_type): ... this.
10664
10665 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10666
10667 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
10668 from...
10669 (rank_one_type): ... this.
10670
10671 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10672
10673 * gdbtypes.c (rank_one_type_parm_range): New function extracted
10674 from...
10675 (rank_one_type): ... this.
10676
10677 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10678
10679 * gdbtypes.c (rank_one_type_parm_char): New function extracted
10680 from...
10681 (rank_one_type): ... this.
10682
10683 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10684
10685 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
10686 from...
10687 (rank_one_type): ... this.
10688
10689 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10690
10691 * gdbtypes.c (rank_one_type_parm_int): New function extracted
10692 from...
10693 (rank_one_type): ... this.
10694
10695 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10696
10697 * gdbtypes.c (rank_one_type_parm_func): New function extracted
10698 from...
10699 (rank_one_type): ... this.
10700
10701 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10702
10703 * gdbtypes.c (rank_one_type_parm_array): New function extracted
10704 from...
10705 (rank_one_type): ... this.
10706
10707 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10708
10709 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
10710 from...
10711 (rank_one_type): ... this.
10712
10713 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10714
10715 * inferior.c (initialize_inferiors): Ensure 'help set/show print
10716 inferior-events' shows the example events.
10717
10718 2019-03-08 Eli Zaretskii <eliz@gnu.org>
10719
10720 Support styling on native MS-Windows console
10721
10722 PR/24315
10723 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
10724 on MS-Windows if $TERM is not defined.
10725
10726 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
10727
10728 * posix-hdep.c (gdb_console_fputs):
10729 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
10730 functions.
10731 * ui-file.h (gdb_console_fputs): Add prototype.
10732
10733 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
10734 back to fputs only if the former returns zero.
10735
10736 2019-03-07 Tom Tromey <tom@tromey.com>
10737
10738 * symmisc.c (print_symbol_bcache_statistics): Update.
10739 (print_objfile_statistics): Update.
10740 * symfile.c (allocate_symtab): Update.
10741 * stabsread.c: Don't include bcache.h.
10742 * psymtab.h (struct psymbol_bcache): Don't declare.
10743 (class psymtab_storage) <psymbol_cache>: Now a bcache.
10744 (psymbol_bcache_init, psymbol_bcache_free)
10745 (psymbol_bcache_get_bcache): Don't declare.
10746 * psymtab.c (struct psymbol_bcache): Remove.
10747 (psymtab_storage::psymtab_storage): Update.
10748 (psymtab_storage::~psymtab_storage): Update.
10749 (psymbol_bcache_init, psymbol_bcache_free)
10750 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
10751 (add_psymbol_to_bcache): Update.
10752 (allocate_psymtab): Update.
10753 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
10754 macro_cache>: No longer pointers.
10755 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
10756 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
10757 * macrotab.c (macro_bcache): Update.
10758 * macroexp.c: Don't include bcache.h.
10759 * gdbtypes.c (check_types_worklist): Update.
10760 (types_deeply_equal): Remove TRY/CATCH. Update.
10761 * elfread.c (elf_symtab_read): Update.
10762 * dwarf2read.c: Don't include bcache.h.
10763 * buildsym.c (buildsym_compunit::get_macro_table): Update.
10764 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
10765 (print_bcache_statistics, bcache_memory_used): Don't declare.
10766 (struct bcache): Move from bcache.c. Add constructor, destructor,
10767 methods. Rename all data members.
10768 * bcache.c (struct bcache): Move to bcache.h.
10769 (bcache::expand_hash_table): Rename from expand_hash_table.
10770 (bcache): Remove.
10771 (bcache::insert): Rename from bcache_full.
10772 (bcache::compare): Rename from bcache_compare.
10773 (bcache_xmalloc): Remove.
10774 (bcache::~bcache): Rename from bcache_xfree.
10775 (bcache::print_statistics): Rename from print_bcache_statistics.
10776 (bcache::memory_used): Rename from bcache_memory_used.
10777
10778 2019-03-07 Pedro Alves <palves@redhat.com>
10779
10780 * infrun.c (normal_stop): Also check for
10781 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
10782
10783 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
10784
10785 * f-lang.c (value_from_host_double): Moved to...
10786 * value.c (value_from_host_double): ...here.
10787 * value.h (value_from_host_double): Declare.
10788 * guile/scm-math.c (vlscm_convert_typed_number): Use
10789 value_from_host_double.
10790 (vlscm_convert_number): Likewise.
10791 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
10792 * python/py-value.c (convert_value_from_python): Likewise.
10793
10794 2019-03-06 Tom Tromey <tom@tromey.com>
10795
10796 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
10797
10798 2019-03-06 Tom Tromey <tom@tromey.com>
10799
10800 * utils.h (free_current_contents): Don't declare.
10801 * utils.c (free_current_contents): Remove.
10802
10803 2019-03-06 Tom Tromey <tom@tromey.com>
10804
10805 * top.c (quit_force): Update.
10806 * main.c (captured_command_loop): Update.
10807 * common/new-op.c (operator new): Update.
10808 * common/common-exceptions.c (struct catcher)
10809 <save_cleanup_chain>: Remove member.
10810 (exceptions_state_mc_init): Update.
10811 (exception_try_scope_entry): Return nullptr.
10812 (exception_try_scope_exit, exception_rethrow)
10813 (throw_exception_sjlj, throw_exception_cxx): Update.
10814 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
10815 (all_cleanups, do_cleanups, discard_cleanups)
10816 (discard_final_cleanups, save_cleanups, save_final_cleanups)
10817 (restore_cleanups, restore_final_cleanups): Don't declare.
10818 (do_final_cleanups): Remove parameter.
10819 * common/cleanups.c (cleanup_chain, make_cleanup)
10820 (make_cleanup_dtor, all_cleanups, do_cleanups)
10821 (discard_my_cleanups, discard_cleanups)
10822 (discard_final_cleanups, save_my_cleanups, save_cleanups)
10823 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
10824 (null_cleanup): Remove.
10825 (do_final_cleanups): Remove parameter.
10826
10827 2019-03-06 Tom Tromey <tom@tromey.com>
10828
10829 * remote.c (remote_target::remote_parse_stop_reply): Use
10830 unique_xmalloc_ptr.
10831
10832 2019-03-06 Tom Tromey <tom@tromey.com>
10833
10834 * stabsread.c (struct stabs_field_info): Rename from field_info.
10835 <list, fnlist>: Add initializers.
10836 <obstack>: New member.
10837 (read_member_functions, read_struct_fields, read_baseclasses):
10838 Allocate on obstack. Don't use cleanups.
10839 (read_one_struct_field, read_member_functions, read_struct_fields)
10840 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
10841 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
10842 (read_struct_type): Update.
10843
10844 2019-03-06 Tom Tromey <tom@tromey.com>
10845
10846 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
10847 * common/filestuff.h (make_cleanup_close): Don't declare.
10848 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
10849 Remove.
10850
10851 2019-03-06 Tom Tromey <tom@tromey.com>
10852
10853 * solib-aix.c: Use make_scope_exit.
10854
10855 2019-03-06 Tom Tromey <tom@tromey.com>
10856
10857 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
10858 Use make_scope_exit.
10859
10860 2019-03-06 Tom Tromey <tom@tromey.com>
10861
10862 * solib-svr4.c (disable_probes_interface): Remove parameter.
10863 (svr4_handle_solib_event): Use make_scope_exit.
10864
10865 2019-03-06 Tom Tromey <tom@tromey.com>
10866
10867 * remote.c (struct stop_reply_deleter): Remove.
10868 (stop_reply_up): Update.
10869 (struct stop_reply): Derive from notif_event. Don't typedef.
10870 <regcache>: Now a std::vector.
10871 (stop_reply_xfree): Remove.
10872 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
10873 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
10874 (remote_target::discard_pending_stop_replies): Use delete.
10875 (remote_target::remote_parse_stop_reply): Update.
10876 (remote_target::process_stop_reply): Update.
10877 * remote-notif.h (struct notif_event): Add virtual destructor.
10878 Remove "dtr" member.
10879 (struct notif_client) <alloc_event>: Return a unique_ptr.
10880 (notif_event_xfree): Don't declare.
10881 (notif_event_up): New typedef.
10882 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
10883 (notif_event_xfree, do_notif_event_xfree): Remove.
10884 (remote_notif_state_xfree): Update.
10885
10886 2019-03-06 Tom Tromey <tom@tromey.com>
10887
10888 * infrun.c (displaced_step_clear_cleanup): Now a
10889 forward_scope_exit type.
10890 (displaced_step_prepare_throw): Update.
10891 (displaced_step_fixup): Update.
10892
10893 2019-03-06 Tom Tromey <tom@tromey.com>
10894
10895 * inferior.h (class inferior): Update comment.
10896 * gdbthread.h (class thread_info): Update comment.
10897
10898 2019-03-06 Joel Brobecker <brobecker@adacore.com>
10899 Tom Tromey <tom@tromey.com>
10900
10901 * stabsread.h (struct stab_section_list): Remove.
10902 (coffstab_build_psymtabs): Update.
10903 * dbxread.c (symbuf_sections): Now a std::vector.
10904 (sect_idx): New global.
10905 (fill_symbuf): Update.
10906 (coffstab_build_psymtabs): Change type of stabsects parameter.
10907 Update.
10908 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
10909 std::vector.
10910 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
10911 (coff_locate_sections): Update.
10912 (coff_symfile_read): Remove cleanups. Update.
10913 (init_stringtab): Add storage parameter.
10914 (free_stringtab, free_stringtab_cleanup): Remove.
10915 (init_lineno): Add storage parameter.
10916 (free_linetab, free_linetab_cleanup): Remove.
10917
10918 2019-03-06 Pedro Alves <palves@redhat.com>
10919
10920 * linux-fork.c (fork_info::clobber_regs): Delete.
10921 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
10922 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
10923 comment. Adjust.
10924 (scoped_switch_fork_info::scoped_switch_fork_info)
10925 (checkpoint_command, linux_fork_context): Adjust
10926 fork_save_infrun_state calls.
10927
10928 2019-03-06 Pedro Alves <palves@redhat.com>
10929
10930 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
10931 (inf_has_multiple_threads): Return 'bool' and rewrite using
10932 inferior_info::threads().
10933
10934 2019-03-06 Pedro Alves <palves@redhat.com>
10935
10936 * linux-fork.c: Include <list>.
10937 (fork_list): Now a std::list instance.
10938 (fork_info): Add ctor, dtor, and in-class initialize all fields.
10939 (forks_exist_p, find_last_fork): Adjust.
10940 (new_fork): Delete.
10941 (one_fork_p): New.
10942 (add_fork): Adjust.
10943 (free_fork): Delete, folded into fork_info::~fork_info().
10944 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
10945 Adjust.
10946 (init_fork_list): Delete.
10947 (linux_fork_killall, linux_fork_mourn_inferior)
10948 (linux_fork_detach, info_checkpoints_command): Adjust.
10949 (_initialize_linux_fork): No longer call init_fork_list.
10950
10951 2019-03-06 Pedro Alves <palves@redhat.com>
10952
10953 * linux-fork.c (new_fork): New, split out of ...
10954 (add_fork): ... this. Return void. Move "first fork" special
10955 case from here, to ...
10956 (checkpoint_command): ... here.
10957 * linux-linux.h (add_fork): Return void.
10958
10959 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10960
10961 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
10962
10963 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10964 Chris January <chris.january@arm.com>
10965 David Lecomber <david.lecomber@arm.com>
10966
10967 * f-exp.y: New token, UNOP_INTRINSIC.
10968 (exp): New pattern using UNOP_INTRINSIC token.
10969 (f77_keywords): Add 'abs' keyword.
10970 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
10971 (value_from_host_double): New function.
10972 (evaluate_subexp_f): Support UNOP_ABS.
10973
10974 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10975
10976 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
10977 types.
10978
10979 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10980
10981 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
10982 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
10983 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
10984
10985 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10986
10987 * f-exp.y (convert_to_kind_type): Handle more type kinds.
10988
10989 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10990 Chris January <chris.january@arm.com>
10991
10992 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
10993 * f-exp.y: Define 'KIND' token.
10994 (exp): New pattern for KIND expressions.
10995 (ptype): Handle types with a kind extension.
10996 (direct_abs_decl): Extend to spot kind extensions.
10997 (f77_keywords): Add 'kind' to the list.
10998 (push_kind_type): New function.
10999 (convert_to_kind_type): New function.
11000 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
11001 * parse.c (operator_length_standard): Likewise.
11002 * parser-defs.h (enum type_pieces): Add tp_kind.
11003 * std-operator.def: Add UNOP_KIND.
11004
11005 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11006
11007 * f-exp.y (f_parse): Set yydebug.
11008
11009 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11010
11011 * f-lang.c (evaluate_subexp_f): New function.
11012 (exp_descriptor_f): New global.
11013 (f_language_defn): Use exp_descriptor_f instead of
11014 exp_descriptor_standard.
11015
11016 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11017
11018 * f-exp.y (struct token): Add comments.
11019 (dot_ops): Remove uppercase versions and the end marker.
11020 (f77_keywords): Likewise.
11021 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11022 entries in the dot_ops array are case insensitive, and use
11023 strncasecmp to compare strings. Also some whitespace cleanup in
11024 this area. Similar for the f77_keywords array, except entries in
11025 this list might be case sensitive.
11026
11027 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11028
11029 * f-exp.y (struct f77_boolean_val): Add comments.
11030 (boolean_values): Remove uppercase versions, and end marker.
11031 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11032 and use strncasecmp to achieve case insensitivity. Additionally,
11033 perform whitespace cleanup around this code.
11034
11035 2019-03-06 Tom Tromey <tromey@adacore.com>
11036
11037 * remote-sim.c (gdbsim_target_open): Use result of
11038 gdb_argv::release.
11039
11040 2019-03-06 Richard Bunt <richard.bunt@arm.com>
11041 Dirk Schubert <dirk.schubert@arm.com>
11042 Chris January <chris.january@arm.com>
11043
11044 * eval.c (evaluate_subexp_standard): Call Fortran argument
11045 wrapping logic.
11046 * f-lang.c (struct value): A value which can be passed into a
11047 Fortran function call.
11048 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11049 where appropriate.
11050 (struct type): Value ready for a Fortran function call.
11051 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11052 is needed.
11053 * f-lang.h (fortran_argument_convert): Declaration.
11054 (fortran_preserve_arg_pointer): Declaration.
11055 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11056
11057 2019-03-05 Tom Tromey <tromey@adacore.com>
11058
11059 * python/py-prettyprint.c (print_string_repr): Remove #if.
11060 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11061
11062 2019-03-05 Tom Tromey <tromey@adacore.com>
11063
11064 * target.c (the_dummy_target): Move later. Change type to
11065 "dummy_target".
11066 (initialize_targets): Don't initialize the_dummy_target.
11067
11068 2019-03-05 Tom Tromey <tromey@adacore.com>
11069
11070 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11071 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11072
11073 2019-03-05 Tom Tromey <tromey@adacore.com>
11074
11075 * windows-nat.c (windows_nat_target::attach)
11076 (windows_nat_target::detach): Don't call gdb_flush.
11077 * valprint.c (generic_val_print, val_print, val_print_string):
11078 Don't call gdb_flush.
11079 * utils.c (defaulted_query): Don't call gdb_flush.
11080 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11081 * target.c (target_announce_detach): Don't call gdb_flush.
11082 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11083 * remote.c (extended_remote_target::attach): Don't call
11084 gdb_flush.
11085 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11086 * printcmd.c (do_examine): Don't call gdb_flush.
11087 (info_display_command): Don't call gdb_flush.
11088 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
11089 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
11090 * memattr.c (info_mem_command): Don't call gdb_flush.
11091 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
11092 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
11093 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
11094 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
11095 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
11096 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
11097 (gnu_nat_target::detach): Don't call gdb_flush.
11098 * f-valprint.c (f_val_print): Don't call gdb_flush.
11099 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
11100 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
11101 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
11102 gdb_flush.
11103 * c-valprint.c (c_val_print): Don't call gdb_flush.
11104 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
11105
11106 2019-03-05 Tom Tromey <tromey@adacore.com>
11107
11108 * varobj.c (update_dynamic_varobj_children): Update.
11109 (install_default_visualizer): Use reset, not release.
11110 * value.c (set_internalvar): Update.
11111 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11112 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11113 ATTRIBUTE_UNUSED_RESULT.
11114
11115 2019-03-05 Tom Tromey <tromey@adacore.com>
11116
11117 * remote.c (class scoped_remote_fd) <release>: Add
11118 ATTRIBUTE_UNUSED_RESULT.
11119
11120 2019-03-05 Tom Tromey <tromey@adacore.com>
11121
11122 * macroexp.c (struct macro_buffer) <release>: Add
11123 ATTRIBUTE_UNUSED_RESULT.
11124
11125 2019-03-05 Tom Tromey <tromey@adacore.com>
11126
11127 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11128 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11129 ATTRIBUTE_UNUSED_RESULT.
11130
11131 2019-03-05 Tom Tromey <tromey@adacore.com>
11132
11133 * common/scoped_fd.h (class scoped_fd) <release>: Add
11134 ATTRIBUTE_UNUSED_RESULT.
11135
11136 2019-03-05 Tom Tromey <tromey@adacore.com>
11137
11138 * parser-defs.h (struct parser_state) <release>: Add
11139 ATTRIBUTE_UNUSED_RESULT.
11140
11141 2019-03-05 Tom Tromey <tromey@adacore.com>
11142
11143 * utils.h (class gdb_argv) <release>: Add
11144 ATTRIBUTE_UNUSED_RESULT.
11145 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11146
11147 2019-03-02 Eli Zaretskii <eliz@gnu.org>
11148
11149 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11150 for-loop range, to avoid compiler warnings.
11151
11152 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11153 avoid compiler warnings about unused variables.
11154
11155 * NEWS: Mention end of support for native debugging on MS-Windows
11156 before XP.
11157
11158 PR gdb/24292
11159 * common/netstuff.c:
11160 * gdbserver/gdbreplay.c
11161 * gdbserver/remote-utils.c:
11162 * ser-tcp.c:
11163 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11164 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11165 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11166 'getaddrinfo' and 'freeaddrinfo' were not available before
11167 Windows XP, and mingw.org's MinGW headers by default define
11168 _WIN32_WINNT to 0x500.
11169
11170 2019-03-01 Gary Benson <gbenson@redhat.com>
11171
11172 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11173
11174 2019-02-28 Brian Vandenberg <phantall@gmail.com>
11175 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11176
11177 PR gdb/8527
11178 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11179 set_sigint_trap, clear_sigint_trap.
11180
11181 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11182
11183 * target.c (target_detach): Clear the regcache and the
11184 frame cache.
11185
11186 2019-02-27 Pedro Alves <palves@redhat.com>
11187
11188 * utils.c (set_screen_size): When we cap the height/width sizes,
11189 tweak the corresponding command variable to show "unlimited":
11190
11191 2019-02-27 Saagar Jha <saagar@saagarjha.com>
11192 Pedro Alves <palves@redhat.com>
11193
11194 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11195 before calling rl_set_screen_size.
11196
11197 2019-02-27 Tom Tromey <tromey@adacore.com>
11198
11199 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11200 define.
11201 * python/py-value.c: Remove Python 2.4 workaround.
11202 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11203 workaround.
11204 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11205 Python 2.4 workaround.
11206 * python/python-internal.h: Remove Python 2.4 comment.
11207 (Py_ssize_t): Don't define.
11208 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11209 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11210 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11211 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11212 * python/python.c (do_start_initialization): Remove Python 2.4
11213 workaround.
11214 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11215 (print_children): Remove Python 2.4 workaround.
11216 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11217 workaround.
11218 (CHARBUFFERPROC_NAME): Remove.
11219 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11220 Python 2.4 workaround.
11221
11222 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11223
11224 * NEWS: Note minimum Python version.
11225
11226 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11227
11228 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11229 code from these functions. Remove corresponding ifdefs. Use
11230 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11231 Remove gotos and target of gotos.
11232 (infpy_search_memory): Likewise.
11233
11234 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11235
11236 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11237 (hppa_gdbarch_init): Don't register deleted functions with
11238 gdbarch.
11239
11240 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11241
11242 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11243 (h8300_unwind_sp): Delete.
11244 (h8300_dummy_id): Delete.
11245 (h8300_gdbarch_init): Don't register deleted functions with
11246 gdbarch.
11247
11248 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11249
11250 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11251 (ft32_unwind_pc): Delete.
11252 (ft32_unwind_sp): Delete.
11253 (ft32_gdbarch_init): Don't register deleted functions with
11254 gdbarch.
11255
11256 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11257
11258 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11259 (frv_unwind_pc): Delete.
11260 (frv_unwind_sp): Delete.
11261 (frv_gdbarch_init): Don't register deleted functions with
11262 gdbarch.
11263
11264 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11265
11266 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11267 (riscv_unwind_pc): Delete.
11268 (riscv_unwind_sp): Delete.
11269 (riscv_gdbarch_init): Don't register deleted functions with
11270 gdbarch.
11271
11272 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11273
11274 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11275 (csky_unwind_pc): Delete.
11276 (csky_unwind_sp): Delete.
11277 (csky_gdbarch_init): Don't register deleted functions with
11278 gdbarch.
11279
11280 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11281
11282 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11283 (cris_unwind_pc): Delete.
11284 (cris_unwind_sp): Delete.
11285 (cris_gdbarch_init): Don't register deleted functions with
11286 gdbarch.
11287
11288 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11289
11290 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11291 (bfin_unwind_pc): Delete.
11292 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11293
11294 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11295
11296 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11297 (arm_unwind_pc): Delete.
11298 (arm_unwind_sp): Delete.
11299 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11300
11301 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11302
11303 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11304 (arc_unwind_pc): Delete.
11305 (arc_unwind_sp): Delete.
11306 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11307
11308 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11309
11310 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11311 (alpha_unwind_pc): Delete.
11312 (alpha_gdbarch_init): Don't register deleted functions with
11313 gdbarch.
11314
11315 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11316
11317 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11318 (aarch64_unwind_pc): Delete.
11319 (aarch64_unwind_sp): Delete.
11320 (aarch64_gdbarch_init): Don't register deleted functions with
11321 gdbarch.
11322
11323 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11324
11325 * gdbtypes.c (type_align): Don't consider static members when
11326 computing structure alignment.
11327
11328 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11329
11330 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11331 return 0 for other types.
11332 * arch-utils.c (default_type_align): Always return 0.
11333 * gdbarch.h: Regenerate.
11334 * gdbarch.sh (type_align): Extend comment.
11335 * gdbtypes.c (type_align): Add additional comments, always call
11336 gdbarch_type_align before applying the default rules.
11337 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11338 generic code will then apply a suitable default.
11339 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11340 types, return 0 for other types.
11341
11342 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11343
11344 * NEWS: Create a new section for the next release branch.
11345 Rename the section of the current branch, now that it has
11346 been cut.
11347
11348 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11349
11350 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11351 * version.in: Bump version to 8.3.50.DATE-git.
11352
11353 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
11354
11355 * aix-thread.c (ptid_cmp): Remove unused variable.
11356 (get_signaled_thread): Likewise.
11357 (store_regs_user_thread): Likewise.
11358 (store_regs_kernel_thread): Likewise.
11359 (fetch_regs_kernel_thread): Remove shadowed variable.
11360
11361 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11362
11363 * features/riscv/32bit-cpu.xml: Add register numbers.
11364 * features/riscv/32bit-fpu.c: Regenerate.
11365 * features/riscv/32bit-fpu.xml: Add register numbers.
11366 * features/riscv/64bit-cpu.xml: Add register numbers.
11367 * features/riscv/64bit-fpu.c: Regenerate.
11368 * features/riscv/64bit-fpu.xml: Add register numbers.
11369
11370 2019-02-26 Kevin Buettner <kevinb@redhat.com>
11371
11372 * NEWS: Mention two argument form of gdb.Value constructor.
11373 * python/py-value.c (convert_buffer_and_type_to_value): New
11374 function.
11375 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11376 Add support for handling an optional second argument. Call
11377 convert_buffer_and_type_to_value as appropriate.
11378 * python/python-internal.h (Py_buffer_deleter): New struct.
11379 (Py_buffer_up): New typedef.
11380
11381 2019-02-25 John Baldwin <jhb@FreeBSD.org>
11382
11383 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11384 instead of releasing ownership.
11385
11386 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
11387
11388 * dwarf2read.c (open_and_init_dwp_file): Call
11389 elf_numsections instead of bfd_count_sections to initialize
11390 dwp_file->num_sections.
11391
11392 2019-02-25 Tom Tromey <tromey@adacore.com>
11393
11394 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11395
11396 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11397
11398 * gcore.in: Add '--readnever' option when invoking GDB.
11399
11400 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11401
11402 * MAINTAINERS: Update my email address.
11403
11404 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11405
11406 * build-id.c (build_id_to_debug_bfd_1): New function.
11407 (build_id_to_debug_bfd): Look for separate debug file in
11408 sysroot.
11409
11410 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11411
11412 * gdbarch.sh: Update the copyright year range that is placed into
11413 generated files.
11414
11415 2019-02-22 Keith Seitz <keiths@redhat.com>
11416
11417 PR symtab/23853
11418 * linespec.c (create_sals_line_offset): Search for the default
11419 symtab's filename instead of its fullname.
11420
11421 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11422
11423 * NEWS: Update style defaults.
11424
11425 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11426
11427 * main.c (captured_main_1): Disable styling in batch mode.
11428
11429 2019-02-20 Tom Tromey <tom@tromey.com>
11430
11431 * symtab.c (symtab_symbol_info): Fix typos.
11432
11433 2019-02-20 Tom Tromey <tromey@adacore.com>
11434
11435 * findcmd.c (_initialize_mem_search): Use upper case for
11436 metasyntactic variables.
11437
11438 2019-02-20 Alan Hayward <alan.hayward@arm.com>
11439
11440 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11441 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11442
11443 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11444
11445 * top.h (source_file_name): Change to std::string.
11446 * top.c (source_file_name): Likewise.
11447 (command_line_input): Adjust.
11448 * cli/cli-script.c (script_from_file): Adjust.
11449
11450 2019-02-19 Tom Tromey <tromey@adacore.com>
11451
11452 * ravenscar-thread.c
11453 (ravenscar_thread_target::update_thread_list): Don't call
11454 ada_build_task_list.
11455 * ada-lang.h (ada_build_task_list): Don't declare.
11456 * ada-tasks.c (struct ada_tasks_inferior_data)
11457 <task_list_valid_p>: Now bool.
11458 (read_known_tasks, ada_task_list_changed)
11459 (ada_tasks_invalidate_inferior_data): Update.
11460 (read_known_tasks_array): Return bool.
11461 (read_known_tasks_list): Likewise.
11462 (read_known_tasks): Return void.
11463 (ada_build_task_list): Now static.
11464
11465 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11466
11467 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11468 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11469
11470 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11471
11472 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11473 variant for ada_tasks_pspace_data_handle and
11474 ada_tasks_inferior_data_handle.
11475 (ada_tasks_pspace_data_cleanup): New function.
11476 (ada_tasks_inferior_data_cleanup): New function.
11477
11478 2019-02-17 Tom Tromey <tom@tromey.com>
11479
11480 * macrotab.h (macro_source_fullname): Return a std::string.
11481 * macrotab.c (macro_include, check_for_redefinition)
11482 (macro_undef, macro_lookup_definition, foreach_macro)
11483 (foreach_macro_in_scope): Update.
11484 (macro_source_fullname): Return a std::string.
11485 * macrocmd.c (show_pp_source_pos): Update.
11486
11487 2019-02-17 Tom Tromey <tom@tromey.com>
11488
11489 * macrocmd.c (show_pp_source_pos): Style the file names.
11490
11491 2019-02-17 Tom Tromey <tom@tromey.com>
11492
11493 PR tui/24197:
11494 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11495
11496 2019-02-17 Tom Tromey <tom@tromey.com>
11497
11498 * ada-lang.c (user_select_syms): Use filtered printing.
11499 * utils.c (wrap_style): New global.
11500 (desired_style): Remove.
11501 (emit_style_escape): Add stream parameter.
11502 (set_output_style, reset_terminal_style, prompt_for_continue):
11503 Update.
11504 (flush_wrap_buffer): Only flush gdb_stdout.
11505 (wrap_here): Set wrap_style.
11506 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11507 treat escape sequences as a character. Change when wrap buffer is
11508 flushed.
11509 (fputs_styled): Do not set the output style when the default is
11510 requested.
11511 * ui-style.h (struct ui_file_style) <is_default>: New method.
11512 * source.c (print_source_lines_base): Emit escape sequences in one
11513 piece.
11514
11515 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11516
11517 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11518 integers and enumeration types.
11519
11520 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11521
11522 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11523 instead of lookup_symbol_in_language
11524 (do_exact_match): New function.
11525 (ada_get_symbol_name_matcher): Return do_exact_match when
11526 doing a verbatim match.
11527
11528 2019-02-15 Tom Tromey <tromey@adacore.com>
11529
11530 * ravenscar-thread.c (ravenscar_thread_target::resume)
11531 (ravenscar_thread_target::wait): Special case wildcard requests.
11532
11533 2019-02-15 Tom Tromey <tromey@adacore.com>
11534
11535 * ravenscar-thread.c (base_ptid): Remove.
11536 (struct ravenscar_thread_target) <close>: New method.
11537 <m_base_ptid>: New member.
11538 <update_inferior_ptid, active_task, task_is_currently_active,
11539 runtime_initialized>: Declare methods.
11540 <ravenscar_thread_target>: Add constructor.
11541 (ravenscar_thread_target::task_is_currently_active)
11542 (ravenscar_thread_target::update_inferior_ptid)
11543 (ravenscar_runtime_initialized): Rename. Now methods.
11544 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11545 (ravenscar_thread_target::update_thread_list): Update.
11546 (ravenscar_thread_target::active_task): Now method.
11547 (ravenscar_thread_target::store_registers)
11548 (ravenscar_thread_target::prepare_to_store)
11549 (ravenscar_thread_target::prepare_to_store)
11550 (ravenscar_thread_target::mourn_inferior): Update.
11551 (ravenscar_inferior_created): Use "new" to create target.
11552 (ravenscar_thread_target::get_ada_task_ptid): Update.
11553 (_initialize_ravenscar): Don't initialize base_ptid.
11554 (ravenscar_ops): Remove global.
11555
11556 2019-02-15 Tom Tromey <tromey@adacore.com>
11557
11558 * target.h (push_target): Declare new overload.
11559 * target.c (push_target): New overload, taking an rvalue reference.
11560 * remote.c (remote_target::open_1): Use push_target overload.
11561 * corelow.c (core_target_open): Use push_target overload.
11562
11563 2019-02-15 Tom Tromey <tromey@adacore.com>
11564
11565 * ravenscar-thread.c (is_ravenscar_task)
11566 (ravenscar_task_is_currently_active): Return bool.
11567 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11568 (_initialize_ravenscar): Remove "(void)".
11569 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11570 Return bool.
11571
11572 2019-02-15 Tom Tromey <tromey@adacore.com>
11573
11574 * ravenscar-thread.c (ravenscar_runtime_initializer)
11575 (has_ravenscar_runtime, get_running_thread_id)
11576 (ravenscar_thread_target::resume): Fix indentation.
11577
11578 2019-02-15 Tom Tromey <tromey@adacore.com>
11579
11580 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11581 from ravenscar_arch_ops.
11582 (sparc_ravenscar_ops::fetch_registers)
11583 (sparc_ravenscar_ops::store_registers): Now methods.
11584 (sparc_ravenscar_prepare_to_store): Remove.
11585 (sparc_ravenscar_ops): Redefine.
11586 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11587 methods and destructor. Remove members.
11588 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11589 (ravenscar_thread_target::store_registers)
11590 (ravenscar_thread_target::prepare_to_store): Update.
11591 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11592 Remove.
11593 (struct ppc_ravenscar_powerpc_ops): Derive from
11594 ravenscar_arch_ops.
11595 (ppc_ravenscar_powerpc_ops::fetch_registers)
11596 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11597 (ppc_ravenscar_powerpc_ops): Redefine.
11598 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
11599 (ppc_ravenscar_e500_ops::fetch_registers)
11600 (ppc_ravenscar_e500_ops::store_registers): Now methods.
11601 (ppc_ravenscar_e500_ops): Redefine.
11602 * aarch64-ravenscar-thread.c
11603 (aarch64_ravenscar_generic_prepare_to_store): Remove.
11604 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
11605 (aarch64_ravenscar_fetch_registers)
11606 (aarch64_ravenscar_store_registers): Now methods.
11607 (aarch64_ravenscar_ops): Redefine.
11608
11609 2019-02-15 Tom Tromey <tromey@adacore.com>
11610
11611 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
11612 (ravenscar_thread_target::stopped_by_hw_breakpoint)
11613 (ravenscar_thread_target::stopped_by_watchpoint)
11614 (ravenscar_thread_target::stopped_data_address)
11615 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
11616
11617 2019-02-15 Tom Tromey <tromey@adacore.com>
11618
11619 * ravenscar-thread.c: Fix some typos.
11620
11621 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11622 Tom Tromey <tromey@adacore.com>
11623
11624 * ada-lang.c (ada_exception_sal): Change addr_string to a
11625 std::string.
11626 (create_ada_exception_catchpoint): Update.
11627
11628 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11629 Tom Tromey <tromey@adacore.com>
11630
11631 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
11632 (bp_location_ops): Remove.
11633 (base_breakpoint_allocate_location): Update.
11634 (free_bp_location): Update.
11635 * ada-lang.c (class ada_catchpoint_location)
11636 <ada_catchpoint_location>: Remove ops parameter.
11637 (ada_catchpoint_location_dtor): Remove.
11638 (ada_catchpoint_location_ops): Remove.
11639 (allocate_location_exception): Update.
11640 * breakpoint.h (struct bp_location_ops): Remove.
11641 (class bp_location) <bp_location>: Remove bp_location_ops
11642 parameter.
11643 <~bp_location>: Add destructor.
11644 <ops>: Remove.
11645
11646 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11647 Pedro Alves <palves@redhat.com>
11648
11649 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
11650 'PATH_MAX'.
11651
11652 2019-02-14 David Michael <fedora.dm0@gmail.com>
11653 Samuel Thibault <samuel.thibault@gnu.org>
11654 Thomas Schwinge <thomas@codesourcery.com>
11655
11656 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
11657 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
11658
11659 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11660
11661 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
11662 (check_empty): Use "const char *".
11663
11664 * gnu-nat.c (gnu_nat_target::detach): Instead of
11665 'detach_inferior (pid)' call
11666 'detach_inferior (find_inferior_pid (pid))'.
11667
11668 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
11669 'nat/fork-inferior.o'.
11670 * gnu-nat.c: #include "nat/fork-inferior.h".
11671
11672 * gnu-nat.c (gnu_nat_target::detach): Instead of
11673 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
11674 * gnu-nat.h: #include "inf-child.h".
11675 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
11676 'i386_gnu_nat_target::fetch_registers'.
11677 (gnu_store_registers): Rename/move to
11678 'i386_gnu_nat_target::store_registers'.
11679
11680 * config/i386/nm-i386gnu.h: Don't "#include" any files.
11681 * gnu-nat.h (mach_thread_info): New function.
11682 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
11683
11684 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
11685
11686 2019-02-14 Frederic Konrad <konrad@adacore.com>
11687
11688 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
11689
11690 2019-02-14 Joel Brobecker <brobecker@adacore.com>
11691
11692 * windows-nat.c (windows_add_thread): Add new parameter
11693 "main_thread_p" with default value set to false. Update
11694 function documentation as well as all callers.
11695 (windows_delete_thread): Likewise.
11696 (fake_create_process): Update call to windows_add_thread.
11697 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
11698 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
11699 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
11700 call to windows_delete_thread.
11701
11702 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
11703
11704 * MAINTAINERS: Add Andrew Burgess as global maintainer.
11705
11706 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11707
11708 * symfile.c (find_separate_debug_file): Use canonical path of
11709 sysroot with child_path instead of gdb_sysroot if it is valid.
11710
11711 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11712
11713 * symfile.c (find_separate_debug_file): Use child_path to
11714 determine if an object file is under a sysroot.
11715
11716 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11717
11718 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11719 unittests/child-path-selftests.c.
11720 * common/pathstuff.c (child_path): New function.
11721 * common/pathstuff.h (child_path): New prototype.
11722 * unittests/child-path-selftests.c: New file.
11723
11724 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11725
11726 * symfile.c (find_separate_debug_file): Look for separate debug
11727 files in debug directories under the sysroot.
11728
11729 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11730
11731 * symtab.h (struct minimal_symbol data_p): New const method.
11732 (struct minimal_symbol text_p): Likewise.
11733 * symtab.c (output_source_filename): Use file name style
11734 to print file name.
11735 (print_symbol_info): Likewise.
11736 (print_msymbol_info): Use address style to print addresses.
11737 Use function name style to print executable text symbols.
11738 (expand_symtab_containing_pc): Use data_p.
11739 (find_pc_sect_compunit_symtab): Likewise.
11740
11741 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11742
11743 * breakpoint.c (describe_other_breakpoints): Use address style
11744 to print addresses.
11745 (say_where): Likewise.
11746
11747 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11748
11749 * ada-typeprint.c (print_func_type): Print function name
11750 style to print function name.
11751 * c-typeprint.c (c_print_type_1): Likewise.
11752
11753 2019-02-11 Alan Hayward <alan.hayward@arm.com>
11754
11755 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
11756 for execve.
11757
11758 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11759
11760 * c-exp.y (direct_abs_decl): Use emplace_back to record the
11761 type_stack.
11762
11763 2019-02-10 Joel Brobecker <brobecker@adacore.com>
11764
11765 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
11766 TYPE_CODE_REF types.
11767
11768 2019-02-08 Jim Wilson <jimw@sifive.com>
11769
11770 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
11771 (riscv_linux_fregset): New.
11772 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
11773
11774 2019-02-07 Tom Tromey <tom@tromey.com>
11775
11776 * thread.c (thread_cancel_execution_command): Update.
11777 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
11778 methods.
11779 (struct thread_fsm_ops): Remove.
11780 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
11781 (thread_fsm_should_stop, thread_fsm_return_value)
11782 (thread_fsm_set_finished, thread_fsm_finished_p)
11783 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
11784 Don't declare.
11785 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
11786 * infrun.c (clear_proceed_status_thread)
11787 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
11788 (print_stop_event): Update.
11789 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
11790 Add constructor.
11791 (step_command_fsm_ops): Remove.
11792 (new_step_command_fsm): Remove.
11793 (step_1): Update.
11794 (step_command_fsm::should_stop): Rename from
11795 step_command_fsm_should_stop.
11796 (step_command_fsm::clean_up): Rename from
11797 step_command_fsm_clean_up.
11798 (step_command_fsm::do_async_reply_reason): Rename from
11799 step_command_fsm_async_reply_reason.
11800 (struct until_next_fsm): Inherit from thread_fsm. Add
11801 constructor.
11802 (until_next_fsm_ops): Remove.
11803 (new_until_next_fsm): Remove.
11804 (until_next_fsm::should_stop): Rename from
11805 until_next_fsm_should_stop.
11806 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
11807 (until_next_fsm::do_async_reply_reason): Rename from
11808 until_next_fsm_async_reply_reason.
11809 (struct finish_command_fsm): Inherit from thread_fsm. Add
11810 constructor. Change type of breakpoint.
11811 (finish_command_fsm_ops): Remove.
11812 (new_finish_command_fsm): Remove.
11813 (finish_command_fsm::should_stop): Rename from
11814 finish_command_fsm_should_stop.
11815 (finish_command_fsm::clean_up): Rename from
11816 finish_command_fsm_clean_up.
11817 (finish_command_fsm::return_value): Rename from
11818 finish_command_fsm_return_value.
11819 (finish_command_fsm::do_async_reply_reason): Rename from
11820 finish_command_fsm_async_reply_reason.
11821 (finish_command): Update.
11822 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
11823 Add constructor.
11824 (call_thread_fsm_ops): Remove.
11825 (call_thread_fsm::call_thread_fsm): Rename from
11826 new_call_thread_fsm.
11827 (call_thread_fsm::should_stop): Rename from
11828 call_thread_fsm_should_stop.
11829 (call_thread_fsm::should_notify_stop): Rename from
11830 call_thread_fsm_should_notify_stop.
11831 (run_inferior_call, call_function_by_hand_dummy): Update.
11832 * cli/cli-interp.c (should_print_stop_to_console): Update.
11833 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
11834 Add constructor. Change type of location_breakpoint,
11835 caller_breakpoint.
11836 (until_break_fsm_ops): Remove.
11837 (new_until_break_fsm): Remove.
11838 (until_break_fsm::should_stop): Rename from
11839 until_break_fsm_should_stop.
11840 (until_break_fsm::clean_up): Rename from
11841 until_break_fsm_clean_up.
11842 (until_break_fsm::do_async_reply_reason): Rename from
11843 until_break_fsm_async_reply_reason.
11844 (until_break_command): Update.
11845 * thread-fsm.c: Remove.
11846 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
11847
11848 2019-02-07 Tom Tromey <tom@tromey.com>
11849
11850 * yy-remap.h: Add include guard.
11851 * xtensa-tdep.h: Add include guard.
11852 * xcoffread.h: Rename include guard.
11853 * varobj-iter.h: Add include guard.
11854 * tui/tui.h: Rename include guard.
11855 * tui/tui-winsource.h: Rename include guard.
11856 * tui/tui-wingeneral.h: Rename include guard.
11857 * tui/tui-windata.h: Rename include guard.
11858 * tui/tui-win.h: Rename include guard.
11859 * tui/tui-stack.h: Rename include guard.
11860 * tui/tui-source.h: Rename include guard.
11861 * tui/tui-regs.h: Rename include guard.
11862 * tui/tui-out.h: Rename include guard.
11863 * tui/tui-layout.h: Rename include guard.
11864 * tui/tui-io.h: Rename include guard.
11865 * tui/tui-hooks.h: Rename include guard.
11866 * tui/tui-file.h: Rename include guard.
11867 * tui/tui-disasm.h: Rename include guard.
11868 * tui/tui-data.h: Rename include guard.
11869 * tui/tui-command.h: Rename include guard.
11870 * tic6x-tdep.h: Add include guard.
11871 * target/waitstatus.h: Rename include guard.
11872 * target/wait.h: Rename include guard.
11873 * target/target.h: Rename include guard.
11874 * target/resume.h: Rename include guard.
11875 * target-float.h: Rename include guard.
11876 * stabsread.h: Add include guard.
11877 * rs6000-tdep.h: Add include guard.
11878 * riscv-fbsd-tdep.h: Add include guard.
11879 * regformats/regdef.h: Rename include guard.
11880 * record.h: Rename include guard.
11881 * python/python.h: Rename include guard.
11882 * python/python-internal.h: Rename include guard.
11883 * python/py-stopevent.h: Rename include guard.
11884 * python/py-ref.h: Rename include guard.
11885 * python/py-record.h: Rename include guard.
11886 * python/py-record-full.h: Rename include guard.
11887 * python/py-record-btrace.h: Rename include guard.
11888 * python/py-instruction.h: Rename include guard.
11889 * python/py-events.h: Rename include guard.
11890 * python/py-event.h: Rename include guard.
11891 * procfs.h: Add include guard.
11892 * proc-utils.h: Add include guard.
11893 * p-lang.h: Add include guard.
11894 * or1k-tdep.h: Rename include guard.
11895 * observable.h: Rename include guard.
11896 * nto-tdep.h: Rename include guard.
11897 * nat/x86-linux.h: Rename include guard.
11898 * nat/x86-linux-dregs.h: Rename include guard.
11899 * nat/x86-gcc-cpuid.h: Add include guard.
11900 * nat/x86-dregs.h: Rename include guard.
11901 * nat/x86-cpuid.h: Rename include guard.
11902 * nat/ppc-linux.h: Rename include guard.
11903 * nat/mips-linux-watch.h: Rename include guard.
11904 * nat/linux-waitpid.h: Rename include guard.
11905 * nat/linux-ptrace.h: Rename include guard.
11906 * nat/linux-procfs.h: Rename include guard.
11907 * nat/linux-osdata.h: Rename include guard.
11908 * nat/linux-nat.h: Rename include guard.
11909 * nat/linux-namespaces.h: Rename include guard.
11910 * nat/linux-btrace.h: Rename include guard.
11911 * nat/glibc_thread_db.h: Rename include guard.
11912 * nat/gdb_thread_db.h: Rename include guard.
11913 * nat/gdb_ptrace.h: Rename include guard.
11914 * nat/fork-inferior.h: Rename include guard.
11915 * nat/amd64-linux-siginfo.h: Rename include guard.
11916 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
11917 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
11918 * nat/aarch64-linux.h: Rename include guard.
11919 * nat/aarch64-linux-hw-point.h: Rename include guard.
11920 * mn10300-tdep.h: Add include guard.
11921 * mips-linux-tdep.h: Add include guard.
11922 * mi/mi-parse.h: Rename include guard.
11923 * mi/mi-out.h: Rename include guard.
11924 * mi/mi-main.h: Rename include guard.
11925 * mi/mi-interp.h: Rename include guard.
11926 * mi/mi-getopt.h: Rename include guard.
11927 * mi/mi-console.h: Rename include guard.
11928 * mi/mi-common.h: Rename include guard.
11929 * mi/mi-cmds.h: Rename include guard.
11930 * mi/mi-cmd-break.h: Rename include guard.
11931 * m2-lang.h: Add include guard.
11932 * location.h: Rename include guard.
11933 * linux-record.h: Rename include guard.
11934 * linux-nat.h: Add include guard.
11935 * linux-fork.h: Add include guard.
11936 * i386-darwin-tdep.h: Rename include guard.
11937 * hppa-linux-offsets.h: Add include guard.
11938 * guile/guile.h: Rename include guard.
11939 * guile/guile-internal.h: Rename include guard.
11940 * gnu-nat.h: Rename include guard.
11941 * gdb-stabs.h: Rename include guard.
11942 * frv-tdep.h: Add include guard.
11943 * f-lang.h: Add include guard.
11944 * event-loop.h: Add include guard.
11945 * darwin-nat.h: Rename include guard.
11946 * cp-abi.h: Rename include guard.
11947 * config/sparc/nm-sol2.h: Rename include guard.
11948 * config/nm-nto.h: Rename include guard.
11949 * config/nm-linux.h: Add include guard.
11950 * config/i386/nm-i386gnu.h: Rename include guard.
11951 * config/djgpp/nl_types.h: Rename include guard.
11952 * config/djgpp/langinfo.h: Rename include guard.
11953 * compile/gcc-cp-plugin.h: Add include guard.
11954 * compile/gcc-c-plugin.h: Add include guard.
11955 * compile/compile.h: Rename include guard.
11956 * compile/compile-object-run.h: Rename include guard.
11957 * compile/compile-object-load.h: Rename include guard.
11958 * compile/compile-internal.h: Rename include guard.
11959 * compile/compile-cplus.h: Rename include guard.
11960 * compile/compile-c.h: Rename include guard.
11961 * common/xml-utils.h: Rename include guard.
11962 * common/x86-xstate.h: Rename include guard.
11963 * common/version.h: Rename include guard.
11964 * common/vec.h: Rename include guard.
11965 * common/tdesc.h: Rename include guard.
11966 * common/selftest.h: Rename include guard.
11967 * common/scoped_restore.h: Rename include guard.
11968 * common/scoped_mmap.h: Rename include guard.
11969 * common/scoped_fd.h: Rename include guard.
11970 * common/safe-iterator.h: Rename include guard.
11971 * common/run-time-clock.h: Rename include guard.
11972 * common/refcounted-object.h: Rename include guard.
11973 * common/queue.h: Rename include guard.
11974 * common/ptid.h: Rename include guard.
11975 * common/print-utils.h: Rename include guard.
11976 * common/preprocessor.h: Rename include guard.
11977 * common/pathstuff.h: Rename include guard.
11978 * common/observable.h: Rename include guard.
11979 * common/netstuff.h: Rename include guard.
11980 * common/job-control.h: Rename include guard.
11981 * common/host-defs.h: Rename include guard.
11982 * common/gdb_wait.h: Rename include guard.
11983 * common/gdb_vecs.h: Rename include guard.
11984 * common/gdb_unlinker.h: Rename include guard.
11985 * common/gdb_unique_ptr.h: Rename include guard.
11986 * common/gdb_tilde_expand.h: Rename include guard.
11987 * common/gdb_sys_time.h: Rename include guard.
11988 * common/gdb_string_view.h: Rename include guard.
11989 * common/gdb_splay_tree.h: Rename include guard.
11990 * common/gdb_setjmp.h: Rename include guard.
11991 * common/gdb_ref_ptr.h: Rename include guard.
11992 * common/gdb_optional.h: Rename include guard.
11993 * common/gdb_locale.h: Rename include guard.
11994 * common/gdb_assert.h: Rename include guard.
11995 * common/filtered-iterator.h: Rename include guard.
11996 * common/filestuff.h: Rename include guard.
11997 * common/fileio.h: Rename include guard.
11998 * common/environ.h: Rename include guard.
11999 * common/common-utils.h: Rename include guard.
12000 * common/common-types.h: Rename include guard.
12001 * common/common-regcache.h: Rename include guard.
12002 * common/common-inferior.h: Rename include guard.
12003 * common/common-gdbthread.h: Rename include guard.
12004 * common/common-exceptions.h: Rename include guard.
12005 * common/common-defs.h: Rename include guard.
12006 * common/common-debug.h: Rename include guard.
12007 * common/cleanups.h: Rename include guard.
12008 * common/buffer.h: Rename include guard.
12009 * common/btrace-common.h: Rename include guard.
12010 * common/break-common.h: Rename include guard.
12011 * cli/cli-utils.h: Rename include guard.
12012 * cli/cli-style.h: Rename include guard.
12013 * cli/cli-setshow.h: Rename include guard.
12014 * cli/cli-script.h: Rename include guard.
12015 * cli/cli-interp.h: Rename include guard.
12016 * cli/cli-decode.h: Rename include guard.
12017 * cli/cli-cmds.h: Rename include guard.
12018 * charset-list.h: Add include guard.
12019 * buildsym-legacy.h: Rename include guard.
12020 * bfin-tdep.h: Add include guard.
12021 * ax.h: Rename include guard.
12022 * arm-linux-tdep.h: Add include guard.
12023 * arm-fbsd-tdep.h: Add include guard.
12024 * arch/xtensa.h: Rename include guard.
12025 * arch/tic6x.h: Add include guard.
12026 * arch/i386.h: Add include guard.
12027 * arch/arm.h: Rename include guard.
12028 * arch/arm-linux.h: Rename include guard.
12029 * arch/arm-get-next-pcs.h: Rename include guard.
12030 * arch/amd64.h: Add include guard.
12031 * arch/aarch64-insn.h: Rename include guard.
12032 * arch-utils.h: Rename include guard.
12033 * annotate.h: Add include guard.
12034 * amd64-darwin-tdep.h: Rename include guard.
12035 * aarch64-linux-tdep.h: Add include guard.
12036 * aarch64-fbsd-tdep.h: Add include guard.
12037 * aarch32-linux-nat.h: Add include guard.
12038
12039 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12040
12041 * macrotab.c (macro_define_internal): New function that
12042 factorizes macro_define_object_internal and macro_define_function
12043 code.
12044 (macro_define_object_internal): Use macro_define_internal.
12045 (macro_define_function): Likewise.
12046
12047 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12048
12049 * macrocmd.c (extract_identifier): Return
12050 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12051 callers.
12052
12053 2019-02-06 John Baldwin <jhb@FreeBSD.org>
12054
12055 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12056
12057 2019-02-05 Tom Tromey <tom@tromey.com>
12058
12059 * target.c (target_stack::unpush): Move assertion earlier.
12060
12061 2019-01-30 Tom Tromey <tom@tromey.com>
12062
12063 PR python/23615:
12064 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12065 (gdbpy_parse_and_eval): Likewise.
12066 * python/python-internal.h (gdbpy_allow_threads): New class.
12067
12068 2019-01-28 John Baldwin <jhb@FreeBSD.org>
12069
12070 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12071 (aarch64_fbsd_fpregmap): Move earlier.
12072 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12073 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12074 instead of individual calls to trad_frame_set_reg_addr.
12075 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12076 earlier.
12077 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12078 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12079 instead of individual calls to trad_frame_set_reg_addr.
12080
12081 2019-01-28 Alan Hayward <alan.hayward@arm.com>
12082
12083 * CONTRIBUTE: Replace contribution list with wiki link.
12084
12085 2019-01-25 Tom Tromey <tom@tromey.com>
12086
12087 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12088
12089 2019-01-25 Tom Tromey <tom@tromey.com>
12090
12091 * xtensa-linux-nat.c: Fix common/ includes.
12092 * xml-support.h: Fix common/ includes.
12093 * xml-support.c: Fix common/ includes.
12094 * x86-linux-nat.c: Fix common/ includes.
12095 * windows-nat.c: Fix common/ includes.
12096 * varobj.h: Fix common/ includes.
12097 * varobj.c: Fix common/ includes.
12098 * value.c: Fix common/ includes.
12099 * valops.c: Fix common/ includes.
12100 * utils.c: Fix common/ includes.
12101 * unittests/xml-utils-selftests.c: Fix common/ includes.
12102 * unittests/utils-selftests.c: Fix common/ includes.
12103 * unittests/unpack-selftests.c: Fix common/ includes.
12104 * unittests/tracepoint-selftests.c: Fix common/ includes.
12105 * unittests/style-selftests.c: Fix common/ includes.
12106 * unittests/string_view-selftests.c: Fix common/ includes.
12107 * unittests/scoped_restore-selftests.c: Fix common/ includes.
12108 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12109 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12110 * unittests/rsp-low-selftests.c: Fix common/ includes.
12111 * unittests/parse-connection-spec-selftests.c: Fix common/
12112 includes.
12113 * unittests/optional-selftests.c: Fix common/ includes.
12114 * unittests/offset-type-selftests.c: Fix common/ includes.
12115 * unittests/observable-selftests.c: Fix common/ includes.
12116 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12117 * unittests/memrange-selftests.c: Fix common/ includes.
12118 * unittests/memory-map-selftests.c: Fix common/ includes.
12119 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12120 * unittests/function-view-selftests.c: Fix common/ includes.
12121 * unittests/environ-selftests.c: Fix common/ includes.
12122 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12123 * unittests/common-utils-selftests.c: Fix common/ includes.
12124 * unittests/cli-utils-selftests.c: Fix common/ includes.
12125 * unittests/array-view-selftests.c: Fix common/ includes.
12126 * ui-file.c: Fix common/ includes.
12127 * tui/tui-io.c: Fix common/ includes.
12128 * tracepoint.h: Fix common/ includes.
12129 * tracepoint.c: Fix common/ includes.
12130 * tracefile-tfile.c: Fix common/ includes.
12131 * top.h: Fix common/ includes.
12132 * top.c: Fix common/ includes.
12133 * thread.c: Fix common/ includes.
12134 * target/waitstatus.h: Fix common/ includes.
12135 * target/waitstatus.c: Fix common/ includes.
12136 * target.h: Fix common/ includes.
12137 * target.c: Fix common/ includes.
12138 * target-memory.c: Fix common/ includes.
12139 * target-descriptions.c: Fix common/ includes.
12140 * symtab.h: Fix common/ includes.
12141 * symfile.c: Fix common/ includes.
12142 * stap-probe.c: Fix common/ includes.
12143 * spu-linux-nat.c: Fix common/ includes.
12144 * sparc-nat.c: Fix common/ includes.
12145 * source.c: Fix common/ includes.
12146 * solib.c: Fix common/ includes.
12147 * solib-target.c: Fix common/ includes.
12148 * ser-unix.c: Fix common/ includes.
12149 * ser-tcp.c: Fix common/ includes.
12150 * ser-pipe.c: Fix common/ includes.
12151 * ser-base.c: Fix common/ includes.
12152 * selftest-arch.c: Fix common/ includes.
12153 * s12z-tdep.c: Fix common/ includes.
12154 * rust-exp.y: Fix common/ includes.
12155 * rs6000-aix-tdep.c: Fix common/ includes.
12156 * riscv-tdep.c: Fix common/ includes.
12157 * remote.c: Fix common/ includes.
12158 * remote-notif.h: Fix common/ includes.
12159 * remote-fileio.h: Fix common/ includes.
12160 * remote-fileio.c: Fix common/ includes.
12161 * regcache.h: Fix common/ includes.
12162 * regcache.c: Fix common/ includes.
12163 * record-btrace.c: Fix common/ includes.
12164 * python/python.c: Fix common/ includes.
12165 * python/py-type.c: Fix common/ includes.
12166 * python/py-inferior.c: Fix common/ includes.
12167 * progspace.h: Fix common/ includes.
12168 * producer.c: Fix common/ includes.
12169 * procfs.c: Fix common/ includes.
12170 * proc-api.c: Fix common/ includes.
12171 * printcmd.c: Fix common/ includes.
12172 * ppc-linux-nat.c: Fix common/ includes.
12173 * parser-defs.h: Fix common/ includes.
12174 * osdata.c: Fix common/ includes.
12175 * obsd-nat.c: Fix common/ includes.
12176 * nat/x86-linux.c: Fix common/ includes.
12177 * nat/x86-linux-dregs.c: Fix common/ includes.
12178 * nat/x86-dregs.h: Fix common/ includes.
12179 * nat/x86-dregs.c: Fix common/ includes.
12180 * nat/ppc-linux.c: Fix common/ includes.
12181 * nat/mips-linux-watch.h: Fix common/ includes.
12182 * nat/mips-linux-watch.c: Fix common/ includes.
12183 * nat/linux-waitpid.c: Fix common/ includes.
12184 * nat/linux-ptrace.h: Fix common/ includes.
12185 * nat/linux-ptrace.c: Fix common/ includes.
12186 * nat/linux-procfs.c: Fix common/ includes.
12187 * nat/linux-personality.c: Fix common/ includes.
12188 * nat/linux-osdata.c: Fix common/ includes.
12189 * nat/linux-namespaces.c: Fix common/ includes.
12190 * nat/linux-btrace.h: Fix common/ includes.
12191 * nat/linux-btrace.c: Fix common/ includes.
12192 * nat/fork-inferior.c: Fix common/ includes.
12193 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12194 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12195 * nat/aarch64-linux.c: Fix common/ includes.
12196 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12197 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12198 * namespace.h: Fix common/ includes.
12199 * mips-linux-tdep.c: Fix common/ includes.
12200 * minsyms.c: Fix common/ includes.
12201 * mi/mi-parse.h: Fix common/ includes.
12202 * mi/mi-main.c: Fix common/ includes.
12203 * mi/mi-cmd-env.c: Fix common/ includes.
12204 * memrange.h: Fix common/ includes.
12205 * memattr.c: Fix common/ includes.
12206 * maint.h: Fix common/ includes.
12207 * maint.c: Fix common/ includes.
12208 * main.c: Fix common/ includes.
12209 * machoread.c: Fix common/ includes.
12210 * location.c: Fix common/ includes.
12211 * linux-thread-db.c: Fix common/ includes.
12212 * linux-nat.c: Fix common/ includes.
12213 * linux-fork.c: Fix common/ includes.
12214 * inline-frame.c: Fix common/ includes.
12215 * infrun.c: Fix common/ includes.
12216 * inflow.c: Fix common/ includes.
12217 * inferior.h: Fix common/ includes.
12218 * inferior.c: Fix common/ includes.
12219 * infcmd.c: Fix common/ includes.
12220 * inf-ptrace.c: Fix common/ includes.
12221 * inf-child.c: Fix common/ includes.
12222 * ia64-linux-nat.c: Fix common/ includes.
12223 * i387-tdep.c: Fix common/ includes.
12224 * i386-tdep.c: Fix common/ includes.
12225 * i386-linux-tdep.c: Fix common/ includes.
12226 * i386-linux-nat.c: Fix common/ includes.
12227 * i386-go32-tdep.c: Fix common/ includes.
12228 * i386-fbsd-tdep.c: Fix common/ includes.
12229 * i386-fbsd-nat.c: Fix common/ includes.
12230 * guile/scm-type.c: Fix common/ includes.
12231 * guile/guile.c: Fix common/ includes.
12232 * go32-nat.c: Fix common/ includes.
12233 * gnu-nat.c: Fix common/ includes.
12234 * gdbthread.h: Fix common/ includes.
12235 * gdbarch-selftests.c: Fix common/ includes.
12236 * gdb_usleep.c: Fix common/ includes.
12237 * gdb_select.h: Fix common/ includes.
12238 * gdb_bfd.c: Fix common/ includes.
12239 * gcore.c: Fix common/ includes.
12240 * fork-child.c: Fix common/ includes.
12241 * findvar.c: Fix common/ includes.
12242 * fbsd-nat.c: Fix common/ includes.
12243 * event-top.c: Fix common/ includes.
12244 * event-loop.c: Fix common/ includes.
12245 * dwarf2read.c: Fix common/ includes.
12246 * dwarf2loc.c: Fix common/ includes.
12247 * dwarf2-frame.c: Fix common/ includes.
12248 * dwarf-index-cache.c: Fix common/ includes.
12249 * dtrace-probe.c: Fix common/ includes.
12250 * disasm-selftests.c: Fix common/ includes.
12251 * defs.h: Fix common/ includes.
12252 * csky-tdep.c: Fix common/ includes.
12253 * cp-valprint.c: Fix common/ includes.
12254 * cp-support.h: Fix common/ includes.
12255 * cp-support.c: Fix common/ includes.
12256 * corelow.c: Fix common/ includes.
12257 * completer.h: Fix common/ includes.
12258 * completer.c: Fix common/ includes.
12259 * compile/compile.c: Fix common/ includes.
12260 * compile/compile-loc2c.c: Fix common/ includes.
12261 * compile/compile-cplus-types.c: Fix common/ includes.
12262 * compile/compile-cplus-symbols.c: Fix common/ includes.
12263 * command.h: Fix common/ includes.
12264 * cli/cli-dump.c: Fix common/ includes.
12265 * cli/cli-cmds.c: Fix common/ includes.
12266 * charset.c: Fix common/ includes.
12267 * build-id.c: Fix common/ includes.
12268 * btrace.h: Fix common/ includes.
12269 * btrace.c: Fix common/ includes.
12270 * breakpoint.h: Fix common/ includes.
12271 * breakpoint.c: Fix common/ includes.
12272 * ax.h:
12273 (enum agent_op): Fix common/ includes.
12274 * ax-general.c (struct aop_map): Fix common/ includes.
12275 * ax-gdb.c: Fix common/ includes.
12276 * auxv.c: Fix common/ includes.
12277 * auto-load.c: Fix common/ includes.
12278 * arm-tdep.c: Fix common/ includes.
12279 * arch/riscv.c: Fix common/ includes.
12280 * arch/ppc-linux-common.c: Fix common/ includes.
12281 * arch/i386.c: Fix common/ includes.
12282 * arch/arm.c: Fix common/ includes.
12283 * arch/arm-linux.c: Fix common/ includes.
12284 * arch/arm-get-next-pcs.c: Fix common/ includes.
12285 * arch/amd64.c: Fix common/ includes.
12286 * arch/aarch64.c: Fix common/ includes.
12287 * arch/aarch64-insn.c: Fix common/ includes.
12288 * arch-utils.c: Fix common/ includes.
12289 * amd64-windows-tdep.c: Fix common/ includes.
12290 * amd64-tdep.c: Fix common/ includes.
12291 * amd64-sol2-tdep.c: Fix common/ includes.
12292 * amd64-obsd-tdep.c: Fix common/ includes.
12293 * amd64-nbsd-tdep.c: Fix common/ includes.
12294 * amd64-linux-tdep.c: Fix common/ includes.
12295 * amd64-linux-nat.c: Fix common/ includes.
12296 * amd64-fbsd-tdep.c: Fix common/ includes.
12297 * amd64-fbsd-nat.c: Fix common/ includes.
12298 * amd64-dicos-tdep.c: Fix common/ includes.
12299 * amd64-darwin-tdep.c: Fix common/ includes.
12300 * agent.c: Fix common/ includes.
12301 * ada-lang.h: Fix common/ includes.
12302 * ada-lang.c: Fix common/ includes.
12303 * aarch64-tdep.c: Fix common/ includes.
12304
12305 2019-01-25 Tom Tromey <tom@tromey.com>
12306
12307 * common/create-version.sh: Use common/version.h.
12308
12309 2019-01-24 Pedro Alves <palves@redhat.com>
12310
12311 * infrun.c (signal_stop, signal_print, signal_program)
12312 (signal_catch, signal_pass): Now arrays instead of pointers.
12313 (update_signals_program_target, do_target_resume)
12314 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12315 * linux-nat.c (linux_nat_target::pass_signals)
12316 (linux_nat_target::create_inferior, linux_nat_target::attach):
12317 Adjust.
12318 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12319 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12320 * procfs.c (procfs_target::pass_signals): Adjust.
12321 * record-full.c (record_full_target::resume): Adjust.
12322 * remote.c (remote_target::pass_signals)
12323 (remote_target::program_signals): Adjust.
12324 * target-debug.h (target_debug_print_signals): Now takes a
12325 gdb::array_view as parameter. Adjust.
12326 * target.h (target_ops) <pass_signals, program_signals>: Replace
12327 pointer and length parameters with gdb::array_view.
12328 (target_pass_signals, target_program_signals): Likewise.
12329 * target-delegates.c: Regenerate.
12330
12331 2019-01-24 Pedro Alves <palves@redhat.com>
12332
12333 * common/forward-scope-exit.h
12334 (forward_scope_exit::forward_scope_exit): Pass arguments to
12335 m_bind_function directly, instead of creating a std::bind and
12336 copying that.
12337
12338 2019-01-24 Alan Hayward <alan.hayward@arm.com>
12339
12340 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12341 for static members.
12342 (pass_in_v_vfp_candidate): Likewise.
12343
12344 2019-01-23 Tom Tromey <tom@tromey.com>
12345 Pedro Alves <palves@redhat.com>
12346
12347 * regcache.c (class regcache_invalidator): Remove.
12348 (regcache::raw_write): Use make_scope_exit.
12349
12350 2019-01-23 Tom Tromey <tom@tromey.com>
12351
12352 * ui-out.h (class ui_out_emit_type): Update comment.
12353
12354 2019-01-23 Tom Tromey <tom@tromey.com>
12355
12356 * infrun.c (fetch_inferior_event): Update comment.
12357
12358 2019-01-23 Tom Tromey <tom@tromey.com>
12359 Pedro Alves <palves@redhat.com>
12360
12361 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12362 parameter.
12363 (fetch_inferior_event): Use SCOPE_EXIT.
12364
12365
12366 2019-01-23 Tom Tromey <tom@tromey.com>
12367 Pedro Alves <palves@redhat.com>
12368
12369 * infrun.c (disable_thread_events): Delete.
12370 (stop_all_threads): Use SCOPE_EXIT.
12371
12372 2019-01-23 Tom Tromey <tom@tromey.com>
12373 Pedro Alves <palves@redhat.com>
12374
12375 * symfile.c: Include forward-scope-exit.h.
12376 (clear_symtab_users_cleanup): Replace forward declaration with
12377 a FORWARD_SCOPE_EXIT.
12378 (syms_from_objfile_1): Use the forward_scope_exit and
12379 gdb::optional instead of cleanup_function.
12380 (reread_symbols): Use the forward_scope_exit instead of
12381 cleanup_function.
12382 (clear_symtab_users_cleanup): Remove function.
12383
12384 2019-01-23 Tom Tromey <tom@tromey.com>
12385 Pedro Alves <palves@redhat.com>
12386
12387 * linux-nat.c: Include scope-exit.h.
12388 (cleanup_target_stop): Remove.
12389 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12390 SCOPE_EXIT.
12391
12392 2019-01-23 Tom Tromey <tom@tromey.com>
12393 Pedro Alves <palves@redhat.com>
12394
12395 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12396 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12397
12398 2019-01-23 Tom Tromey <tom@tromey.com>
12399 Andrew Burgess <andrew.burgess@embecosm.com>
12400 Pedro Alves <palves@redhat.com>
12401
12402 * infrun.c (fetch_inferior_event): Use scope_exit.
12403 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12404 * top.c (execute_command): Use scope_exit.
12405 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12406 * utils.c (do_bpstat_clear_actions_cleanup)
12407 (make_bpstat_clear_actions_cleanup): Remove.
12408
12409 2019-01-23 Tom Tromey <tom@tromey.com>
12410 Pedro Alves <palves@redhat.com>
12411
12412 * infrun.c: Include "common/scope-exit.h"
12413 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12414 (wait_for_inferior): Use SCOPE_EXIT.
12415 (fetch_inferior_event): Use scope_exit.
12416
12417 2019-01-23 Tom Tromey <tom@tromey.com>
12418 Pedro Alves <palves@redhat.com>
12419
12420 * breakpoint.c (create_breakpoint): Remove cleanup.
12421
12422 2019-01-23 Tom Tromey <tom@tromey.com>
12423 Andrew Burgess <andrew.burgess@embecosm.com>
12424 Pedro Alves <palves@redhat.com>
12425
12426 2019-01-23 Pedro Alves <palves@redhat.com>
12427
12428 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12429
12430 2019-01-23 Pedro Alves <palves@redhat.com>
12431 Andrew Burgess <andrew.burgess@embecosm.com>
12432
12433 * gdbthread.h: Include "common/forward-scope-exit.h".
12434 (scoped_finish_thread_state): Redefine custom class in terms of
12435 forward_scope_exit.
12436
12437 2019-01-23 Pedro Alves <palves@redhat.com>
12438 Andrew Burgess <andrew.burgess@embecosm.com>
12439
12440 * common/forward-scope-exit.h: New file.
12441
12442 2019-01-23 Pedro Alves <palves@redhat.com>
12443 Andrew Burgess <andrew.burgess@embecosm.com>
12444 Tom Tromey <tom@tromey.com>
12445
12446 * common/scope-exit.h: New file.
12447
12448 2019-01-23 Pedro Alves <palves@redhat.com>
12449
12450 * common/preprocessor.h (ESC): Rename to ...
12451 (ESC_PARENS): ... this.
12452 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12453 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12454
12455 2019-01-23 Tom Tromey <tom@tromey.com>
12456
12457 * language.h (class scoped_switch_to_sym_language_if_auto):
12458 Initialize m_lang in both cases.
12459
12460 2019-01-23 Alan Hayward <alan.hayward@arm.com>
12461
12462 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12463 with XCNEW.
12464
12465 2019-01-22 Tom Tromey <tom@tromey.com>
12466
12467 * corelow.c: Do not include sys/file.h.
12468
12469 2019-01-22 Tom Tromey <tom@tromey.com>
12470
12471 * tui/tui-wingeneral.h: Include gdb_curses.h.
12472
12473 2019-01-22 Tom Tromey <tom@tromey.com>
12474
12475 * source-cache.h (class source_cache) <get_source_lines,
12476 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12477
12478 2019-01-22 Tom Tromey <tom@tromey.com>
12479
12480 * remote-fileio.h (struct remote_target): Declare.
12481
12482 2019-01-22 Tom Tromey <tom@tromey.com>
12483
12484 * python/py-arch.c: Do not include py-ref.h.
12485 * python/py-bpevent.c: Do not include py-ref.h.
12486 * python/py-cmd.c: Do not include py-ref.h.
12487 * python/py-continueevent.c: Do not include py-ref.h.
12488 * python/py-event.h: Do not include py-ref.h.
12489 * python/py-evtregistry.c: Do not include py-ref.h.
12490 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12491 * python/py-frame.c: Do not include py-ref.h.
12492 * python/py-framefilter.c: Do not include py-ref.h.
12493 * python/py-function.c: Do not include py-ref.h.
12494 * python/py-infevents.c: Do not include py-ref.h.
12495 * python/py-linetable.c: Do not include py-ref.h.
12496 * python/py-objfile.c: Do not include py-ref.h.
12497 * python/py-param.c: Do not include py-ref.h.
12498 * python/py-prettyprint.c: Do not include py-ref.h.
12499 * python/py-progspace.c: Do not include py-ref.h.
12500 * python/py-symbol.c: Do not include py-ref.h.
12501 * python/py-symtab.c: Do not include py-ref.h.
12502 * python/py-type.c: Do not include py-ref.h.
12503 * python/py-unwind.c: Do not include py-ref.h.
12504 * python/py-utils.c: Do not include py-ref.h.
12505 * python/py-value.c: Do not include py-ref.h.
12506 * python/py-varobj.c: Do not include py-ref.h.
12507 * python/py-xmethods.c: Do not include py-ref.h.
12508 * python/python.c: Do not include py-ref.h.
12509 * varobj.c: Do not include py-ref.h.
12510
12511 2019-01-22 Tom Tromey <tom@tromey.com>
12512
12513 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12514 keyword for bcache.
12515
12516 2019-01-22 Tom Tromey <tom@tromey.com>
12517
12518 * compile/compile-cplus-types.c: Remove a comment by #include.
12519
12520 2019-01-22 Tom Tromey <tom@tromey.com>
12521
12522 * compile/gcc-c-plugin.h: Include compile-internal.h.
12523
12524 2019-01-22 Tom Tromey <tom@tromey.com>
12525
12526 * stabsread.c (EXTERN): Do not define.
12527 (symnum, next_symbol_text_func, processing_gcc_compilation)
12528 (within_function, global_sym_chain, global_stabs)
12529 (previous_stab_code, this_object_header_files)
12530 (n_this_object_header_files)
12531 (n_allocated_this_object_header_files): Define.
12532 * stabsread.h (EXTERN): Never define. Use "extern".
12533
12534 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12535
12536 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12537 history_value.
12538
12539 2019-01-21 Tom Tromey <tom@tromey.com>
12540
12541 * ui-out.c: Fix includes.
12542 * tui/tui-source.c: Fix includes.
12543 * target.c: Fix includes.
12544 * remote.c: Fix includes.
12545 * regcache.c: Fix includes.
12546 * python/py-block.c: Fix includes.
12547 * printcmd.c: Fix includes.
12548 * or1k-tdep.c: Fix includes.
12549 * mi/mi-main.c: Fix includes.
12550 * m32r-tdep.c: Fix includes.
12551 * csky-tdep.c: Fix includes.
12552 * compile/compile-cplus-types.c: Fix includes.
12553 * cli/cli-interp.c: Fix includes.
12554
12555 2019-01-21 Alan Hayward <alan.hayward@arm.com>
12556
12557 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12558 for padding.
12559
12560 2019-01-16 Tom Tromey <tom@tromey.com>
12561
12562 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12563 earlier.
12564 (struct objfile) <msymbols_range>: Move from top level.
12565 <msymbols>: New method.
12566 (class objfile_msymbols): Remove.
12567 * symtab.c (default_collect_symbol_completion_matches_break_on):
12568 Update.
12569 * symmisc.c (dump_msymbols): Update.
12570 * stabsread.c (scan_file_globals): Update.
12571 * objc-lang.c (info_selectors_command, info_classes_command)
12572 (find_methods): Update.
12573 * minsyms.c (find_solib_trampoline_target): Update.
12574 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12575 * coffread.c (coff_symfile_read): Update.
12576 * ada-lang.c (ada_lookup_simple_minsym)
12577 (ada_collect_symbol_completion_matches): Update.
12578
12579 2019-01-16 Tom Tromey <tom@tromey.com>
12580
12581 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12582 type. Remove no-argument constructor.
12583 <iterator::operator++>: Simplify.
12584 <begin>: Update.
12585 <end>: Use minimal_symbol_count.
12586
12587 2019-01-16 Tom Tromey <tom@tromey.com>
12588
12589 * objfiles.h (struct objfile) <psymtabs>: New method.
12590 (class objfile_psymtabs): Remove.
12591 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12592 typedef.
12593 <range>: New method.
12594 (require_partial_symbols): Change return type.
12595 * psymtab.c (require_partial_symbols)
12596 (psym_expand_symtabs_matching): Update.
12597 * mdebugread.c (parse_partial_symbols): Update.
12598 * dbxread.c (dbx_end_psymtab): Update.
12599
12600 2019-01-15 Tom Tromey <tom@tromey.com>
12601
12602 * symtab.c (lookup_objfile_from_block)
12603 (lookup_symbol_in_objfile_symtabs)
12604 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
12605 (find_line_symtab, info_sources_command)
12606 (default_collect_symbol_completion_matches_break_on)
12607 (make_source_files_completion_list): Update.
12608 * symmisc.c (print_objfile_statistics, dump_objfile)
12609 (maintenance_print_symbols, maintenance_info_symtabs)
12610 (maintenance_check_symtabs, maintenance_info_line_tables):
12611 Update.
12612 * source.c (select_source_symtab)
12613 (forget_cached_source_info_for_objfile): Update.
12614 * objfiles.h (class objfile_compunits): Remove.
12615 (struct objfile) <compunits_range>: New typedef.
12616 (compunits): New method.
12617 * objfiles.c (objfile_relocate1): Update.
12618 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12619 * maint.c (count_symtabs_and_blocks): Update.
12620 * linespec.c (iterate_over_all_matching_symtabs): Update.
12621 * cp-support.c (add_symbol_overload_list_qualified): Update.
12622 * coffread.c (coff_symtab_read): Update.
12623 * ada-lang.c (add_nonlocal_symbols)
12624 (ada_collect_symbol_completion_matches)
12625 (ada_add_global_exceptions): Update.
12626
12627 2019-01-15 Tom Tromey <tom@tromey.com>
12628
12629 * progspace.h (program_space) <objfiles_safe_range>: New
12630 typedef.
12631 <objfiles_safe>: New method.
12632 * objfiles.h (class all_objfiles_safe): Remove.
12633 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
12634 * jit.c (jit_inferior_exit_hook): Update.
12635
12636 2019-01-17 Tom Tromey <tom@tromey.com>
12637
12638 * progspace.h (program_space) <objfiles_range>: New typedef.
12639 <objfiles>: New method.
12640 <objfiles_head>: Rename from objfiles.
12641 (object_files): Update.
12642 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
12643 * guile/scm-pretty-print.c
12644 (ppscm_find_pretty_printer_from_objfiles): Update.
12645 * guile/scm-objfile.c (gdbscm_objfiles): Update.
12646 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
12647 Update.
12648 * python/py-progspace.c (pspy_get_objfiles): Update.
12649 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12650 Update.
12651 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12652 (objfpy_lookup_objfile_by_build_id): Update.
12653 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12654 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12655 Update.
12656 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12657 (expand_symtab_containing_pc, lookup_objfile_from_block)
12658 (lookup_static_symbol, basic_lookup_transparent_type)
12659 (find_pc_sect_compunit_symtab, find_symbol_at_address)
12660 (find_line_symtab, info_sources_command)
12661 (default_collect_symbol_completion_matches_break_on)
12662 (make_source_files_completion_list, find_main_name): Update.
12663 * symmisc.c (print_symbol_bcache_statistics)
12664 (print_objfile_statistics, maintenance_print_symbols)
12665 (maintenance_print_msymbols, maintenance_print_objfiles)
12666 (maintenance_info_symtabs, maintenance_check_symtabs)
12667 (maintenance_expand_symtabs, maintenance_info_line_tables):
12668 Update.
12669 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
12670 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
12671 (map_overlay_command, unmap_overlay_command)
12672 (simple_overlay_update, expand_symtabs_matching)
12673 (map_symbol_filenames): Update.
12674 * symfile-debug.c (set_debug_symfile): Update.
12675 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
12676 Update.
12677 * source.c (select_source_symtab, forget_cached_source_info):
12678 Update.
12679 * solib.c (solib_read_symbols): Update.
12680 * solib-spu.c (append_ocl_sos): Update.
12681 * psymtab.c (maintenance_print_psymbols)
12682 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
12683 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
12684 * printcmd.c (info_symbol_command): Update.
12685 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
12686 Update.
12687 * objfiles.h (class all_objfiles): Remove.
12688 * objfiles.c (have_partial_symbols, have_full_symbols)
12689 (have_minimal_symbols, qsort_cmp, update_section_map)
12690 (shared_objfile_contains_address_p)
12691 (default_iterate_over_objfiles_in_search_order): Update.
12692 * objc-lang.c (info_selectors_command, info_classes_command)
12693 (find_methods): Update.
12694 * minsyms.c (find_solib_trampoline_target): Update.
12695 * maint.c (maintenance_info_sections)
12696 (maintenance_translate_address, count_symtabs_and_blocks):
12697 Update.
12698 * main.c (captured_main_1): Update.
12699 * linux-thread-db.c (try_thread_db_load_from_pdir)
12700 (has_libpthread): Update.
12701 * linespec.c (iterate_over_all_matching_symtabs)
12702 (search_minsyms_for_name): Update.
12703 * jit.c (jit_find_objf_with_entry_addr): Update.
12704 * hppa-tdep.c (find_unwind_entry)
12705 (hppa_lookup_stub_minimal_symbol): Update.
12706 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
12707 Update.
12708 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12709 (elf_gnu_ifunc_resolve_by_got): Update.
12710 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
12711 * dwarf-index-write.c (save_gdb_index_command): Update.
12712 * cp-support.c (add_symbol_overload_list_qualified): Update.
12713 * breakpoint.c (create_overlay_event_breakpoint)
12714 (create_longjmp_master_breakpoint)
12715 (create_std_terminate_master_breakpoint)
12716 (create_exception_master_breakpoint): Update.
12717 * blockframe.c (find_pc_partial_function): Update.
12718 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
12719 (ada_collect_symbol_completion_matches)
12720 (ada_add_global_exceptions): Update.
12721
12722 2019-01-17 Tom Tromey <tom@tromey.com>
12723
12724 * solib-target.c (lm_info_target_p): Remove typedef. Don't
12725 declare VEC.
12726 (solib_target_parse_libraries): Change return type.
12727 (library_list_start_segment, library_list_start_section)
12728 (library_list_end_library, library_list_start_library); Update.
12729 (solib_target_free_library_list): Remove.
12730 (solib_target_parse_libraries): Remove cleanup. Change return
12731 type.
12732 (solib_target_current_sos): Update.
12733
12734 2019-01-17 Tom Tromey <tromey@bapiya>
12735
12736 * valprint.c: Replace "the the" with "the".
12737 * symtab.c: Replace "the the" with "the".
12738 * solib.c: Replace "the the" with "the".
12739 * solib-dsbt.c: Replace "the the" with "the".
12740 * linespec.c: Replace "the the" with "the".
12741 * dwarf2loc.h: Replace "the the" with "the".
12742 * amd64-windows-tdep.c: Replace "the the" with "the".
12743 * aarch64-tdep.c: Replace "the the" with "the".
12744
12745 2019-01-16 Keith Seitz <keiths@redhat.com>
12746
12747 PR gdb/23773
12748 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
12749 <builder>: Rename to ..
12750 <m_builder>: ... this and make private.
12751 (dwarf2_cu::get_builder): New method. Change all users of
12752 `builder' to use this method.
12753 (dwarf2_start_symtab): Move to ...
12754 (dwarf2_cu::start_symtab): ... here. Update all callers
12755 (setup_type_unit_groups): Move to ...
12756 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
12757 callers.
12758 (dwarf2_cu::reset_builder): New method.
12759 (process_full_compunit, process_full_type_unit): Use
12760 dwarf2_cu::reset_builder.
12761 (follow_die_offset): Record the ancestor CU if it is different
12762 from the followed DIE's CU.
12763 (follow_die_sig_1): Likewise.
12764
12765 2019-01-15 Tom Tromey <tom@tromey.com>
12766
12767 * remote.c (class remote_state) <buf>: Now a char_vector.
12768 <buf_size>: Remove.
12769 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
12770 parameter.
12771 (remote_target::getpkt_or_notif_sane_1)
12772 (remote_target::getpkt_sane)
12773 (remote_target::getpkt_or_notif_sane): Likewise.
12774 (class remote_target) <putpkt>: New overload.
12775 (remote_target::read_frame): Change type of "buf_p". Remove
12776 sizeof_p parameter.
12777 (packet_ok): New overload.
12778 (packet_check_result): New overload.
12779 Update all uses.
12780
12781 2019-01-14 Tom Tromey <tom@tromey.com>
12782
12783 * remote-notif.c (handle_notification, remote_notif_ack)
12784 (remote_notif_parse): Make "buf" const.
12785 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
12786 const.
12787 (remote_notif_parse, remote_notif_ack, handle_notification):
12788 Likewise.
12789 * remote.c (remote_notif_stop_parse): Make "buf" const.
12790 (remote_target::remote_parse_stop_reply): Make "buf" const.
12791 (remote_notif_stop_ack): Make "buf" const.
12792
12793 2019-01-14 Tom Tromey <tom@tromey.com>
12794
12795 * remote.c (remote_console_output): Make parameter const.
12796
12797 2019-01-14 Tom Tromey <tom@tromey.com>
12798
12799 * target-debug.h (target_debug_print_signals): Constify.
12800 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
12801 * procfs.c (procfs_target::pass_signals): Update.
12802 * linux-nat.c (linux_nat_target::pass_signals): Update.
12803 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
12804 * target-delegates.c: Rebuild.
12805 * remote.c (remote_target::program_signals): Update.
12806 (remote_target::pass_signals): Update.
12807 * target.c (target_pass_signals): Constify argument.
12808 (target_program_signals): Likewise.
12809 * target.h (struct target_ops) <pass_signals, program_signals>:
12810 Constify argument.
12811 (target_pass_signals, target_program_signals): Constify argument.
12812
12813 2019-01-14 Tom Tromey <tom@tromey.com>
12814
12815 PR tui/28819:
12816 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
12817
12818 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
12819
12820 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
12821 field.
12822 * rs6000-tdep.c: Include reggroups.h.
12823 (IS_V_ALIAS_PSEUDOREG): Define.
12824 (rs6000_register_name): Return names for the "vX" aliases.
12825 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
12826 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
12827 aliases. Call default_register_reggroup_p for all other
12828 pseudo-registers.
12829 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
12830 New functions.
12831 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
12832 Handle "vX" aliases.
12833 (v_alias_pseudo_register_collect): New function.
12834 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
12835 (rs6000_gdbarch_init): Initialize "vX" aliases as
12836 pseudo-registers. Restore registration of
12837 rs6000_pseudo_register_reggroup_p with
12838 set_tdesc_pseudo_register_reggroup_p.
12839
12840 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
12841
12842 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
12843 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
12844 set_gdbarch_num_pseudo_regs.
12845
12846 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12847
12848 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
12849 Remove arg prefixname, add do_set and do_show.
12850 Add member functions set_list and show_list.
12851 * cli/cli-style.c (class cli_style_option): Update accordingly.
12852 (style_set_list): Move to file scope.
12853 (style_show_list): Likewise.
12854 (set_style): Call help_list.
12855 (show_style): Call cmd_show_list.
12856 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
12857 Update to use the new macro.
12858
12859 2019-10-12 Joel Brobecker <brobecker@adacore.com>
12860
12861 * ada-lang.c (_initialize_ada_language): Expand the help text
12862 for the "catch exception" command.
12863
12864 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12865
12866 * symtab.c (matching_obj_sections): Initialize obj,
12867 declare it closer to its usage.
12868
12869 2019-01-10 Tom Tromey <tom@tromey.com>
12870
12871 * thread-iter.h (inf_threads_iterator): Use next_iterator.
12872 (basic_inf_threads_range): Remove.
12873 (inf_threads_range, inf_non_exited_threads_range)
12874 (safe_inf_threads_range): Use next_adapter.
12875
12876 2019-01-10 Keith Seitz <keiths@redhat.com>
12877
12878 PR gdb/23712
12879 PR symtab/23010
12880 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
12881 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
12882
12883 2019-01-10 Keith Seitz <keiths@redhat.com>
12884
12885 PR gdb/23712
12886 PR symtab/23010
12887 * dictionary.c (pending_to_vector): Remove.
12888 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12889 Remove _1 suffix, replacing functions of the same name. Update
12890 all callers.
12891 (dict_create_hashed, dict_create_hashed_expandable)
12892 (dict_create_linear, dict_create_linear_expandable, dict_free)
12893 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
12894 Make functions static.
12895
12896 2019-01-10 Keith Seitz <keiths@redhat.com>
12897
12898 PR gdb/23712
12899 PR symtab/23010
12900 * dictionary.h (struct dictionary): Replace declaration with
12901 multidictionary.
12902 (dict_create_hashed, dict_create_hashed_expandable)
12903 (dict_create_linear, dict_create_linear_expandable)
12904 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
12905 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
12906 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
12907 taking multidictionary argument.
12908 [ALL_DICT_SYMBOLS]: Update for multidictionary.
12909 * block.h (struct block) <dict>: Change to multidictionary
12910 and rename `multidict'.
12911 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
12912 symmisc.c: Update all dictionary references to multidictionary.
12913
12914 2019-01-10 Keith Seitz <keiths@redhat.com>
12915
12916 PR gdb/23712
12917 PR symtab/23010
12918 * dictionary.c: Include unordered_map.
12919 (pending_to_vector): New function.
12920 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12921 Rewrite the non-"_1" functions to take vector instead
12922 of linked list.
12923 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
12924 "new" _1 versions of the same name.
12925 (multidictionary): Define.
12926 (std::hash<enum language): New definition.
12927 (collate_pending_symbols_by_language, mdict_create_hashed)
12928 (mdict_create_hashed_expandable, mdict_create_linear)
12929 (mdict_create_linear_expandable, mdict_free)
12930 (find_language_dictionary, create_new_language_dictionary)
12931 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
12932 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
12933 (mdict_size, mdict_empty): New functions.
12934 * dictionary.h (mdict_iterator): Define.
12935
12936 2019-01-10 Pedro Alves <palves@redhat.com>
12937
12938 * breakpoint.c (read_uploaded_action)
12939 (create_tracepoint_from_upload): Adjust to use
12940 gdb::unique_xmalloc_ptr.
12941 * ctf.c (ctf_write_uploaded_tp):
12942 (SET_ARRAY_FIELD): Use emplace_back.
12943 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
12944 * tracefile-tfile.c (tfile_write_uploaded_tp):
12945 * tracepoint.c (parse_tracepoint_definition): Adjust to use
12946 gdb::unique_xmalloc_ptr.
12947 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
12948 at_string, cond_string, cmd_strings>: Replace char pointers
12949 with gdb::unique_xmalloc_ptr.
12950
12951 2019-01-10 Pedro Alves <palves@redhat.com>
12952
12953 * solib-target.c (library_list_start_library): Don't xstrdup name.
12954
12955 2019-01-10 Pedro Alves <palves@redhat.com>
12956
12957 * mdebugread.c (parse_partial_symbols): Use
12958 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
12959
12960 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12961
12962 * linux-fork.c (scoped_switch_fork_info)
12963 <~scoped_switch_fork_info>: Fix incorrect variable name.
12964
12965 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12966
12967 * linux-fork.c (scoped_switch_fork_info)
12968 <scoped_switch_fork_info>: Make explicit.
12969 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
12970
12971 2019-01-10 Tom Tromey <tom@tromey.com>
12972
12973 * objfiles.h (objfile::reset_psymtabs): Update.
12974 * objfiles.c (objfile::objfile): Update.
12975 * psymtab.h (psymtab_storage::obstack): Update.
12976 (psymtab_storage::m_obstack): Use gdb::optional.
12977 (class psymtab_storage): Update comment. Remove objfile
12978 parameter.
12979 * psymtab.c (psymtab_storage::psymtab_storage): Update.
12980
12981 2019-01-10 Tom Tromey <tom@tromey.com>
12982
12983 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
12984 <free_psymtabs>: Now private.
12985 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
12986 (allocate_psymtab): Use new method.
12987
12988 2019-01-10 Tom Tromey <tom@tromey.com>
12989
12990 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
12991 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
12992 * mdebugread.c (parse_partial_symbols): Use
12993 allocate_dependencies.
12994 * dwarf2read.c (dwarf2_create_include_psymtab): Use
12995 allocate_dependencies.
12996 (process_psymtab_comp_unit_reader)
12997 (build_type_psymtab_dependencies): Likewise.
12998 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
12999
13000 2019-01-10 Tom Tromey <tom@tromey.com>
13001
13002 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
13003 PSYMBOL_SET_LANGUAGE.
13004 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
13005
13006 2019-01-10 Tom Tromey <tom@tromey.com>
13007
13008 * psymtab.h (psymtab_storage::obstack): New method.
13009 <m_obstack>: Rename from obstack; now private.
13010 * psymtab.c (psymtab_storage): Update.
13011 * dwarf2read.c (create_addrmap_from_index)
13012 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13013 Update.
13014
13015 2019-01-10 Tom Tromey <tom@tromey.com>
13016
13017 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13018 * objfiles.h (objfile::reset_psymtabs): New method.
13019
13020 2019-01-10 Tom Tromey <tom@tromey.com>
13021
13022 * symmisc.c (print_symbol_bcache_statistics): Update.
13023 (print_objfile_statistics): Update.
13024 * symfile.c (reread_symbols): Update.
13025 * psymtab.h (class psymtab_storage): New.
13026 * psymtab.c (psymtab_storage): New constructor.
13027 (~psymtab_storage): New destructor.
13028 (require_partial_symbols): Update.
13029 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13030 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13031 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13032 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13033 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13034 (start_psymtab_common, end_psymtab_common)
13035 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13036 (allocate_psymtab): Update.
13037 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13038 Update.
13039 (dump_psymtab_addrmap, maintenance_print_psymbols)
13040 (maintenance_check_psymtabs): Update.
13041 (class objfile_psymtabs): Move to objfiles.h.
13042 * psympriv.h (discard_psymtab): Now inline.
13043 (psymtab_discarder::psymtab_discarder): Update.
13044 (psymtab_discarder::~psymtab_discarder): Update.
13045 (ALL_OBJFILE_PSYMTABS): Rewrite.
13046 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13047 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13048 Remove fields.
13049 <partial_symtabs>: New field.
13050 (class objfile_psymtabs): Move from psymtab.h. Update.
13051 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13052 psymbol_cache.
13053 (objfile::~objfile): Don't destroy psymbol_cache.
13054 * mdebugread.c (parse_partial_symbols): Update.
13055 * dwarf2read.c (create_addrmap_from_index)
13056 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13057 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13058 (add_partial_subprogram, dwarf2_ranges_read): Update.
13059 * dwarf-index-write.c (write_address_map)
13060 (write_one_signatured_type, recursively_write_psymbols)
13061 (class debug_names, class debug_names, write_psymtabs_to_index):
13062 Update.
13063
13064 2019-01-10 Tom Tromey <tom@tromey.com>
13065
13066 * symtab.h (SYMBOL_SET_NAMES): Update.
13067 (symbol_set_names): Update.
13068 (MSYMBOL_SET_NAMES): Update.
13069 * symtab.c (symbol_set_names): Change argument to be an
13070 objfile_per_bfd_storage.
13071 * psymtab.c (add_psymbol_to_bcache): Update.
13072 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13073
13074 2019-01-10 Tom Tromey <tom@tromey.com>
13075
13076 * symtab.c (create_demangled_names_hash): Change argument to be an
13077 objfile_per_bfd_storage.
13078 (symbol_set_names): Update.
13079
13080 2019-01-10 Tom Tromey <tom@tromey.com>
13081
13082 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13083 init_psymbol_list.
13084 * psymtab.c (init_psymbol_list): Do nothing if already called.
13085 * psympriv.h (init_psymbol_list): Add comment.
13086 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13087 init_psymbol_list.
13088 * dbxread.c (dbx_symfile_read): Unconditionally call
13089 init_psymbol_list.
13090
13091 2019-01-10 Tom Tromey <tom@tromey.com>
13092
13093 * xcoffread.c (scan_xcoff_symtab): Update.
13094 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
13095 "where".
13096 * mdebugread.c (parse_partial_symbols)
13097 (handle_psymbol_enumerators): Update.
13098 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
13099 * dbxread.c (read_dbx_symtab): Update.
13100 * psympriv.h (psymbol_placement): New enum.
13101 (add_psymbol_to_list): Update.
13102
13103 2019-01-10 Tom Tromey <tom@tromey.com>
13104
13105 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
13106 static_psymbols parameters.
13107 (scan_xcoff_symtab): Update.
13108 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13109 static_psymbols parameters.
13110 * psympriv.h (start_psymtab_common): Update.
13111 * mdebugread.c (parse_partial_symbols): Update.
13112 * dwarf2read.c (create_partial_symtab): Update.
13113 * dbxread.c (read_dbx_symtab): Update.
13114 (start_psymtab): Remove global_psymbols and static_psymbols
13115 parameters.
13116
13117 2019-01-10 Tom Tromey <tom@tromey.com>
13118
13119 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13120 * psymtab.c (allocate_psymtab): Add comment.
13121 * psympriv.h (allocate_psymtab): Add comment.
13122 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13123 initializations.
13124 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13125
13126 2019-01-10 Tom Tromey <tom@tromey.com>
13127
13128 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13129 Don't declare.
13130 * mipsread.c: Include mdebugread.h.
13131 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13132 Declare.
13133 * elfread.c: Include mdebugread.h.
13134
13135 2019-01-09 Tom Tromey <tom@tromey.com>
13136
13137 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13138 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13139 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13140 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13141 (psym_lookup_symbol, psym_find_last_source_symtab)
13142 (psym_forget_cached_source_info, psym_print_stats)
13143 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13144 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13145 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13146 (psym_find_compunit_symtab_by_address)
13147 (maintenance_print_psymbols, maintenance_info_psymtabs)
13148 (maintenance_check_psymtabs): Use ranged for.
13149 * psymtab.h (class objfile_psymtabs): New.
13150 (require_partial_symbols): Return objfile_psymtabs.
13151 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13152
13153 2019-01-09 Tom Tromey <tom@tromey.com>
13154
13155 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13156 (find_pc_mapped_section, list_overlays_command)
13157 (map_overlay_command, unmap_overlay_command)
13158 (simple_overlay_update): Use all_objfiles.
13159 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13160 * printcmd.c (info_symbol_command): Use all_objfiles.
13161 * objfiles.h (ALL_OBJSECTIONS): Remove.
13162 * maint.c (maintenance_translate_address): Use all_objfiles.
13163 * gcore.c (gcore_create_callback): Use all_objfiles.
13164 (objfile_find_memory_regions): Likewise.
13165
13166 2019-01-09 Tom Tromey <tom@tromey.com>
13167
13168 * symtab.c (find_line_symtab, info_sources_command)
13169 (make_source_files_completion_list): Use objfile_compunits.
13170 * source.c (select_source_symtab): Use objfile_compunits.
13171 * objfiles.h (struct objfile): Update comment.
13172 (ALL_OBJFILES): Remove.
13173 (ALL_FILETABS): Remove.
13174 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13175 objfile_compunits.
13176
13177 2019-01-09 Tom Tromey <tom@tromey.com>
13178
13179 * symmisc.c (print_objfile_statistics, dump_objfile)
13180 (maintenance_print_symbols): Use compunit_filetabs.
13181 * source.c (forget_cached_source_info_for_objfile): Use
13182 compunit_filetabs.
13183 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13184 (ALL_FILETABS): Use compunit_filetabs.
13185 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13186 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13187
13188 2019-01-09 Tom Tromey <tom@tromey.com>
13189
13190 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13191 (compunit_filetabs): New.
13192 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13193 compunit_filetabs.
13194 (info_sources_command, make_source_files_completion_list): Remove
13195 declaration.
13196 * symmisc.c (print_objfile_statistics, dump_objfile)
13197 (maintenance_print_symbols): Remove declaration.
13198 (maintenance_info_symtabs): Use compunit_filetabs.
13199 (maintenance_info_line_tables): Likewise.
13200 * source.c (select_source_symtab): Change local variable name.
13201 (forget_cached_source_info_for_objfile): Remove declaration.
13202 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13203 * objfiles.c (objfile_relocate1): Remove declaration.
13204 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13205 declaration.
13206 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13207 * coffread.c (coff_symtab_read): Remove declaration.
13208 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13209 compunit_filetabs.
13210
13211 2019-01-09 Tom Tromey <tom@tromey.com>
13212
13213 * symtab.c (lookup_objfile_from_block)
13214 (find_pc_sect_compunit_symtab, search_symbols)
13215 (default_collect_symbol_completion_matches_break_on): Use
13216 objfile_compunits.
13217 * objfiles.h (ALL_COMPUNITS): Remove.
13218 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13219 * cp-support.c (add_symbol_overload_list_qualified): Use
13220 objfile_compunits.
13221 * ada-lang.c (ada_collect_symbol_completion_matches)
13222 (ada_add_global_exceptions): Use objfile_compunits.
13223
13224 2019-01-09 Tom Tromey <tom@tromey.com>
13225
13226 * source.c (select_source_symtab)
13227 (forget_cached_source_info_for_objfile): Remove declaration.
13228 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13229 declaration.
13230 * maint.c (count_symtabs_and_blocks): Remove declaration.
13231 * cp-support.c (add_symbol_overload_list_qualified): Remove
13232 declaration.
13233 * coffread.c (coff_symtab_read): Remove declaration.
13234 * symtab.c (lookup_symbol_in_objfile_symtabs)
13235 (basic_lookup_transparent_type_1): Use objfile_compunits.
13236 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13237 (info_sources_command, search_symbols)
13238 (default_collect_symbol_completion_matches_break_on)
13239 (make_source_files_completion_list): Remove declaration.
13240 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13241 (ada_collect_symbol_completion_matches)
13242 (ada_add_global_exceptions): Remove declaration.
13243 * linespec.c (iterate_over_all_matching_symtabs): Use
13244 objfile_compunits.
13245 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13246 (class objfile_compunits): New.
13247 (ALL_COMPUNITS): Use objfile_compunits.
13248 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13249 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13250 objfile_compunits.
13251 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13252
13253 2019-01-09 Tom Tromey <tom@tromey.com>
13254
13255 * symtab.c (search_symbols)
13256 (default_collect_symbol_completion_matches_break_on): Use
13257 objfile_msymbols.
13258 * ada-lang.c (ada_lookup_simple_minsym)
13259 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13260 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13261 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13262 objfile_msymbols.
13263 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13264 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13265 * objc-lang.c (find_methods): Use objfile_msymbols.
13266 (info_selectors_command, info_classes_command): Likewise.
13267 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13268 * objfiles.h (class objfile_msymbols): New.
13269 (ALL_OBJFILE_MSYMBOLS): Remove.
13270 (ALL_MSYMBOLS): Remove.
13271
13272 2019-01-09 Tom Tromey <tom@tromey.com>
13273
13274 * common/next-iterator.h (next_adapter): Add Iterator template
13275 parameter.
13276 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13277 (class all_objfiles_safe): New.
13278 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13279 * objfiles.c (put_objfile_before): Update comment.
13280 (add_separate_debug_objfile): Likewise.
13281 (free_all_objfiles): Use all_objfiles_safe.
13282 (objfile_purge_solibs): Likewise.
13283
13284 2019-01-09 Tom Tromey <tom@tromey.com>
13285
13286 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13287 (expand_symtab_containing_pc, lookup_static_symbol)
13288 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13289 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13290 all_objfiles.
13291 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13292 * breakpoint.c (create_overlay_event_breakpoint)
13293 (create_longjmp_master_breakpoint)
13294 (create_std_terminate_master_breakpoint)
13295 (create_exception_master_breakpoint): Use all_objfiles.
13296 * linux-thread-db.c (try_thread_db_load_from_pdir)
13297 (has_libpthread): Use all_objfiles.
13298 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13299 * linespec.c (iterate_over_all_matching_symtabs)
13300 (search_minsyms_for_name): Use all_objfiles.
13301 * maint.c (maintenance_info_sections): Use all_objfiles.
13302 * main.c (captured_main_1): Use all_objfiles.
13303 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13304 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13305 * guile/scm-pretty-print.c
13306 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13307 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13308 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13309 (maintenance_print_msymbols): Use all_objfiles.
13310 * source.c (select_source_symtab): Use all_objfiles.
13311 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13312 * symfile.c (remove_symbol_file_command)
13313 (expand_symtabs_matching, map_symbol_filenames): Use
13314 all_objfiles.
13315 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13316 all_objfiles.
13317 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13318 * objc-lang.c (find_methods): Use all_objfiles.
13319 * objfiles.c (have_partial_symbols, have_full_symbols)
13320 (have_minimal_symbols, qsort_cmp)
13321 (default_iterate_over_objfiles_in_search_order): Use
13322 all_objfiles.
13323 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13324 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13325 (maintenance_check_psymtabs): Use all_objfiles.
13326 (ALL_PSYMTABS): Remove.
13327 * compile/compile-object-run.c (do_module_cleanup): Use
13328 all_objfiles.
13329 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13330 * cp-support.c (add_symbol_overload_list_qualified): Use
13331 all_objfiles.
13332 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13333 Use all_objfiles.
13334 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13335 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13336 all_objfiles.
13337 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13338 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13339 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13340 Uses all_objfiles.
13341 * solib.c (solib_read_symbols): Use all_objfiles
13342
13343 2019-01-09 Tom Tromey <tom@tromey.com>
13344
13345 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13346 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13347 all_objfiles.
13348 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13349 * symmisc.c (print_symbol_bcache_statistics)
13350 (print_objfile_statistics, maintenance_print_objfiles)
13351 (maintenance_info_symtabs, maintenance_check_symtabs)
13352 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13353 all_objfiles.
13354 * source.c (forget_cached_source_info): Use all_objfiles.
13355 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13356 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13357 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13358 * objfiles.c (update_section_map): Use all_objfiles.
13359 (shared_objfile_contains_address_p): Likewise.
13360 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13361 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13362
13363 2019-01-09 Tom Tromey <tom@tromey.com>
13364
13365 * common/next-iterator.h: New file.
13366 * objfiles.h (class all_objfiles): New.
13367 (struct objfile_iterator): New.
13368
13369 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13370
13371 * NEWS: Move the description of the changed "frame", "select-frame",
13372 and "info frame" commands to the Changed commands section.
13373
13374 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * gdbtypes.c (check_stub_method_group): Remove handling of old
13377 mangling schemes.
13378 * linespec.c (find_methods): Likewise.
13379 * stabsread.c (read_member_functions): Likewise.
13380 * valops.c (search_struct_method): Likewise.
13381 (value_struct_elt_for_reference): Likewise.
13382 * NEWS: Mention this change.
13383
13384 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13385
13386 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13387 print_source_lines.
13388 * source.c (print_source_lines_base): Update line number check.
13389 (print_source_lines): New function.
13390 (source_lines_range::source_lines_range): New function.
13391 * source.h (class source_lines_range): New class.
13392 (print_source_lines): New declaration.
13393
13394 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13395
13396 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13397
13398 2019-01-08 Tom Tromey <tom@tromey.com>
13399 Simon Marchi <simon.marchi@ericsson.com>
13400
13401 PR gdb/24060
13402 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13403 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13404 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13405 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13406 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13407 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13408
13409 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13410
13411 * source.c (select_source_symtab): Move header comment to
13412 declaration in source.h.
13413 (forget_cached_source_info_for_objfile): Likewise.
13414 (forget_cached_source_info): Likewise.
13415 (identify_source_line): Likewise.
13416 * source.h (identify_source_line): Move declaration from symtab.h
13417 and add comment from source.c
13418 (print_source_lines): Likewise.
13419 (forget_cached_source_info_for_objfile): Likewise.
13420 (forget_cached_source_info): Likewise.
13421 (select_source_symtab): Likewise.
13422 (enum print_source_lines_flag): Move definition from symtab.h.
13423 * symtab.h (identify_source_line): Move declaration to source.h.
13424 (print_source_lines): Likewise.
13425 (forget_cached_source_info_for_objfile): Likewise.
13426 (forget_cached_source_info): Likewise.
13427 (select_source_symtab): Likewise.
13428 (enum print_source_lines_flag): Move definition to source.h.
13429 * tui/tui-hooks.c: Add 'source.h' include.
13430
13431 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13432
13433 * source.c (print_source_lines_base): Handle requests to print
13434 reverse line number sequences, and guard against empty lines
13435 string.
13436
13437 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13438
13439 * source.c (print_source_lines_base): Fix skip of '\r' if next
13440 character is '\n'.
13441
13442 2019-01-06 Tom Tromey <tom@tromey.com>
13443
13444 * c-exp.y (struct c_parse_state) <macro_original_text,
13445 expansion_obstack>: New member.
13446 (macro_original_text, expansion_obstack): Remove globals.
13447 (scan_macro_expansion, scanning_macro_expansion)
13448 (finished_macro_expansion): Update.
13449 (scan_macro_cleanup): Remove.
13450 (yylex, c_parse): Update.
13451
13452 2019-01-06 Tom Tromey <tom@tromey.com>
13453
13454 * c-exp.y (struct c_parse_state) <strings>: New member.
13455 (operator_stoken): Update.
13456
13457 2019-01-06 Tom Tromey <tom@tromey.com>
13458
13459 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13460 (union type_stack_elt) <typelist_val>: Now a pointer to
13461 std::vector.
13462 (type_stack_cleanup): Don't declare.
13463 (push_typelist): Update.
13464 * parse.c (pop_typelist): Return a std::vector.
13465 (push_typelist): Take a std::vector.
13466 (follow_types): Update. Do not free args.
13467 (type_stack_cleanup): Remove.
13468 * c-exp.y (struct c_parse_state): New.
13469 (cpstate): New global.
13470 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13471 (nonempty_typelist): Update.
13472 (func_mod): Create a new vector.
13473 (c_parse): Create a c_parse_state.
13474 (check_parameter_typelist): Do not delete params.
13475 (function_method): Update. Do not delete type_list.
13476
13477 2019-01-06 Tom Tromey <tom@tromey.com>
13478
13479 PR gdb/28155:
13480 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13481 check_typedef.
13482 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13483 (print_return_value): Likewise.
13484
13485 2019-01-05 Tom Tromey <tom@tromey.com>
13486
13487 * contrib/cleanup_check.py: Remove.
13488 * contrib/gcc-with-excheck: Remove.
13489 * contrib/exsummary.py: Remove.
13490 * contrib/excheck.py: Remove.
13491
13492 2019-01-05 Joel Brobecker <brobecker@adacore.com>
13493
13494 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13495 NULL. Initialize tpprev to NULL instead of assigning it
13496 to NULL on the next statement.
13497 * windows-nat.c (windows_delete_thread): Remove check for
13498 main_thread_id before printing thread exit notifications.
13499 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13500 Remove thread ID check against main_thread_id.
13501 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13502 windows_delete_thread.
13503 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13504
13505 2019-01-04 Tom Tromey <tom@tromey.com>
13506
13507 * compile/compile.c (_initialize_compile): Use upper case for
13508 metasyntactic variables.
13509 * symmisc.c (_initialize_symmisc): Use upper case for
13510 metasyntactic variables.
13511 * psymtab.c (_initialize_psymtab): Use upper case for
13512 metasyntactic variables.
13513 * demangle.c (demangle_command): Use upper case for metasyntactic
13514 variables.
13515 (_initialize_demangler): Likewise.
13516 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13517 variables.
13518
13519 2019-01-03 Tom Tromey <tom@tromey.com>
13520
13521 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13522
13523 2019-01-03 Tom Tromey <tom@tromey.com>
13524
13525 * python/py-symtab.c (salpy_str): Update.
13526 (struct salpy_sal_object) <symtab>: Now a PyObject.
13527 (salpy_dealloc): Update.
13528 (del_objfile_sal): Use gdbpy_ref.
13529
13530 2019-01-03 Tom Tromey <tom@tromey.com>
13531
13532 * python/py-type.c (convert_field): Use new_reference. Return
13533 gdbpy_ref.
13534 (make_fielditem): Return gdbpy_ref.
13535 (typy_fields): Update.
13536 (typy_getitem): Update.
13537 (field_name): Return gdbpy_ref. Use new_reference.
13538 (typy_iterator_iternext): Update.
13539
13540 2019-01-03 Tom Tromey <tom@tromey.com>
13541
13542 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13543
13544 2019-01-03 Tom Tromey <tom@tromey.com>
13545
13546 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13547 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13548 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13549 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13550 (pspy_set_type_printers): Likewise.
13551 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13552 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13553 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13554 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13555 (objfpy_set_type_printers): Likewise.
13556
13557 2019-01-03 Tom Tromey <tom@tromey.com>
13558
13559 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13560 (gdbpy_print_stack): Use gdbpy_err_fetch.
13561 * python/python-internal.h (class gdbpy_err_fetch): New class.
13562 (class gdbpy_enter) <m_error_type, m_error_value,
13563 m_error_traceback>: Remove.
13564 <m_error>: New member.
13565 (gdbpy_exception_to_string): Don't declare.
13566 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13567 * python/py-value.c (convert_value_from_python): Use
13568 gdbpy_err_fetch.
13569 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13570 gdbpy_exception_to_string.
13571 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13572 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13573 gdbpy_err_fetch.
13574
13575 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13576
13577 * linux-nat.c (delete_lwp_cleanup): Delete.
13578 (struct lwp_deleter): New struct.
13579 (lwp_info_up): New typedef.
13580 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13581 lwp_info_up.
13582
13583 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13584
13585 * linux-fork.c (class scoped_switch_fork_info): New class.
13586 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13587
13588 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13589
13590 * valops.c (find_overload_match): Remove use of null_cleanup, and
13591 calls to do_cleanups.
13592
13593 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13594
13595 * compile/compile-cplus-types.c
13596 (compile_cplus_instance::decl_name): Handle changes to
13597 cp_func_name.
13598 * cp-support.c (cp_func_name): Update header comment, update
13599 return type.
13600 * cp-support.h (cp_func_name): Update return type in declaration.
13601 * valops.c (find_overload_match): Move temp_func local to top
13602 level of function and change its type. Use temp_func to hold and
13603 delete temporary string obtained from cp_func_name.
13604
13605 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13606
13607 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
13608 gdb::char_vector, remove cleanup, and update uses of `msg`.
13609
13610 2019-01-03 Jim Wilson <jimw@sifive.com>
13611
13612 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
13613
13614 2019-01-02 Tom Tromey <tom@tromey.com>
13615
13616 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
13617 (tdesc_parse_xml): Remove cleanups.
13618 * target-descriptions.h (make_cleanup_free_target_description):
13619 Don't declare.
13620 (target_desc_deleter): New struct.
13621 (target_desc_up): New typedef.
13622 * target-descriptions.c (target_desc_deleter::operator()): Rename
13623 from free_target_description.
13624 (make_cleanup_free_target_description): Remove.
13625
13626 2019-01-02 Tom Tromey <tom@tromey.com>
13627
13628 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
13629 constructor, destructor.
13630 (linespec_parser): Remove typedef.
13631 (~linespec_parser): Rename from linespec_parser_delete.
13632 (linespec_lex_to_end, linespec_complete_label)
13633 (linespec_complete): Update.
13634 (decode_line_full): Remove cleanups.
13635 (decode_line_1): Update.
13636
13637 2019-01-02 Tom Tromey <tom@tromey.com>
13638
13639 * python/python-internal.h (inferior_to_inferior_object): Change
13640 return type.
13641 * python/py-exitedevent.c (create_exited_event_object): Update.
13642 * python/py-inferior.c (inferior_to_inferior_object): Return
13643 gdbpy_ref.
13644 (python_new_inferior, python_inferior_deleted)
13645 (thread_to_thread_object, delete_thread_object)
13646 (build_inferior_list, gdbpy_selected_inferior): Update.
13647 * python/py-infthread.c (create_thread_object): Update. Also fail
13648 if inferior_to_inferior_object fails.
13649
13650 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
13651
13652 * inferior.h (class inferior) <displaced_step_state>: New field.
13653 * infrun.h (struct displaced_step_state): Move here from
13654 infrun.c. Initialize fields, add constructor.
13655 <inf>: Remove field.
13656 <reset>: New method.
13657 * infrun.c (struct displaced_step_inferior_state): Move to
13658 infrun.h.
13659 (displaced_step_inferior_states): Remove.
13660 (get_displaced_stepping_state): Adust.
13661 (displaced_step_in_progress_any_inferior): Adjust.
13662 (displaced_step_in_progress_thread): Adjust.
13663 (displaced_step_in_progress): Adjust.
13664 (add_displaced_stepping_state): Remove.
13665 (get_displaced_step_closure_by_addr): Adjust.
13666 (remove_displaced_stepping_state): Remove.
13667 (infrun_inferior_exit): Call displaced_step_state.reset.
13668 (use_displaced_stepping): Don't check for NULL.
13669 (displaced_step_prepare_throw): Call
13670 get_displaced_stepping_state.
13671 (displaced_step_fixup): Don't check for NULL.
13672 (prepare_for_detach): Don't check for NULL.
13673
13674 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13675
13676 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
13677 in case of call that did not complete.
13678
13679 2019-01-02 Andrey Utkin <autkin@undo.io>
13680
13681 * symfile.c (find_separate_debug_file): Fix search of debug files for
13682 remote debuggee.
13683
13684 2019-01-02 Tom Tromey <tom@tromey.com>
13685
13686 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
13687 indentation.
13688 * python/py-frame.c (frapy_older): Remove cast.
13689 (frapy_newer): Likewise.
13690 * python/py-breakpoint.c (local_setattro): Remove cast.
13691 * python/py-arch.c (archpy_name): Remove local variable.
13692 * python/py-type.c (gdbpy_lookup_type): Remove cast.
13693
13694 2019-01-02 Joel Brobecker <brobecker@adacore.com>
13695
13696 * unittests/basic_string_view/element_access/char/empty.cc:
13697 Fix year range in copyright header.
13698
13699 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
13700
13701 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
13702 Delete.
13703 <operator==>: Update with for removed field.
13704 <hash>: Likewise.
13705 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13706 <isa_features>: ...this.
13707 <abi_features>: New field.
13708 (riscv_isa_flen): Update comment.
13709 (riscv_abi_xlen): New declaration.
13710 (riscv_abi_flen): New declaration.
13711 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
13712 isa_features.
13713 (riscv_abi_xlen): New function.
13714 (riscv_isa_flen): Update to get answer from isa_features.
13715 (riscv_abi_flen): New function.
13716 (riscv_has_fp_abi): Update to get answer from abi_features.
13717 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
13718 xlen and flen.
13719 (riscv_call_info) <xlen, flen>: Update comment.
13720 (riscv_call_arg_struct): Remove invalid assertions
13721 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
13722 is removed.
13723 (riscv_gdbarch_init): Gather isa features and abi features
13724 separately, ensure both match on the gdbarch when reusing an old
13725 gdbarch. Relax an error check to allow 32-bit abi float to run on
13726 a target with 64-bit float hardware.
13727
13728 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13729
13730 * source.c (search_command_helper): Stop reverse search
13731 when line 1 has been searched.
13732
13733 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13734
13735 * record-full.c (record_full_base_target::close): Rewrite
13736 record_full_core_buf_list free logic.
13737
13738 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13739
13740 * break-catch-syscall.c (print_one_catch_syscall): xfree
13741 the last text.
13742
13743 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13744
13745 * top.c (print_gdb_version): Update Copyright year in version
13746 message.
13747
13748 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13749
13750 Update copyright year range in all GDB files.
13751
13752 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
13753
13754 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
13755
13756 For older changes see ChangeLog-2018.
13757 \f
13758 Local Variables:
13759 mode: change-log
13760 left-margin: 8
13761 fill-column: 74
13762 version-control: never
13763 coding: utf-8
13764 End:
13765
This page took 0.308596 seconds and 5 git commands to generate.