Include gdbtk.h to avoid declarations
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2
3 * main.c (captured_main_1): Include gdbtk.h and remove declarations
4 for external_editor_command and gdbtk_test.
5
6 2019-10-10 Christian Biesinger <cbiesinger@google.com>
7
8 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
9 * varobj.c (varobjdebug): Move comment to...
10 * varobj.h (varobjdebug): ...here, and declare.
11
12 2019-10-09 Tom Tromey <tom@tromey.com>
13
14 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
15 erase_data_content.
16
17 2019-10-09 Tom Tromey <tom@tromey.com>
18
19 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
20 * tui/tui-stack.c (tui_locator_window::rerender): Update.
21 * tui/tui-command.c (tui_cmd_window::resize)
22 (tui_refresh_cmd_win): Update.
23 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
24 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
25 * tui/tui-data.c (~tui_gen_win_info): Remove.
26 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
27 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
28 (tui_redisplay_readline, tui_mld_flush)
29 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
30 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
31 (tui_data_window::erase_data_content)
32 (tui_data_item_window::rerender)
33 (tui_data_item_window::refresh_window): Update.
34 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
35 (box_win, tui_gen_win_info::make_window)
36 (tui_gen_win_info::make_visible): Update.
37 (tui_delete_win): Remove.
38 * tui/tui-winsource.c
39 (tui_source_window_base::do_erase_source_content): Update.
40 (tui_show_source_line, tui_source_window_base::update_tab_width)
41 (tui_source_window_base::update_exec_info): Update.
42 * tui/tui-data.h (struct curses_deleter): New.
43 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
44 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
45
46 2019-10-09 Tom Tromey <tom@tromey.com>
47
48 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
49
50 2019-10-09 Tom Tromey <tom@tromey.com>
51
52 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
53 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
54
55 2019-10-09 Tom Tromey <tom@tromey.com>
56
57 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
58 window height directly.
59 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
60 declare.
61 * tui/tui-layout.c (tui_default_win_height): Remove.
62 (tui_default_win_viewport_height): Remove.
63
64 2019-10-09 Tom Tromey <tom@tromey.com>
65
66 * tui/tui.h: Remove comments.
67
68 2019-10-09 Tom de Vries <tdevries@suse.de>
69
70 * python/lib/gdb/printer/bound_registers.py: Use
71 '^builtin_type_bound128' as regexp argument for
72 add_builtin_pretty_printer.
73
74 2019-10-09 Christian Biesinger <cbiesinger@google.com>
75
76 * guile/guile.c (guile_extension_script_ops): Remove forward
77 declaration and mark as static.
78 (guile_script_ops): Likewise.
79 (extension_language_guile): Move further down in the file so
80 it can reference the definitions for guile_{extension_,}script_ops.
81
82 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
83
84 * s390-tdep.c (390_process_record): Handle new arch13 instructions
85 except SORTL, DFLTCC, and KDSA.
86
87 2019-10-08 Tom Tromey <tromey@adacore.com>
88
89 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
90 (struct safe_symbol_file_add_args): Remove.
91
92 2019-10-08 Tom Tromey <tromey@adacore.com>
93
94 * windows-nat.c: Don't include buildsym-legacy.h.
95
96 2019-10-08 Tom Tromey <tromey@adacore.com>
97
98 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
99
100 2019-10-08 Christian Biesinger <cbiesinger@google.com>
101
102 * gdbtypes.c (overload_debug): Move comment to header.
103 * gdbtypes.h (overload_debug): Declare.
104 * valops.c: Remove declaration of overload_debug, instead
105 include gdbtypes.h.
106
107 2019-10-08 Christian Biesinger <cbiesinger@google.com>
108
109 * language.c (show_language_command): Pass lang_frame_mismatch_warn
110 through _().
111 (lang_frame_mismatch_warn): Make const, mark with N_(), and
112 move comment...
113 * language.h (lang_frame_mismatch_warn): ... here. Also add
114 declaration.
115 * top.c (lang_frame_mismatch_warn): Remove declaration.
116 (check_frame_language_change): Pass lang_frame_mismatch_warn
117 through _().
118
119 2019-10-07 Christian Biesinger <cbiesinger@google.com>
120
121 * c-lang.h (vtbl_ptr_name): Declare.
122 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
123 it from the header.
124 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
125
126 2019-10-07 Christian Biesinger <cbiesinger@google.com>
127
128 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
129 gdb_static_assert.
130
131 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
132
133 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
134 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
135 * ctfread.c: New file.
136 * ctfread.h: New file.
137 * elfread.c: Include ctfread.h.
138 (struct elfinfo text_p): New member ctfsect.
139 (elf_locate_sections): Mark CTF section.
140 (elf_symfile_read): Call elfctf_build_psymtabs.
141 * Makefile.in (LIBCTF): Add.
142 (CLIBS): Use it.
143 (CDEPS): Likewise.
144 (DIST): Add ctfread.c.
145
146 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * ctfread.c (struct nextfield): Renamed to ...
149 (struct ctf_nextfield): ... this.
150 (struct field_info): Renamed to ...
151 (strut ctf_field_info): ... this.
152 (attach_fields_to_type): Update for renamed structures.
153 (ctf_add_member_cb): Likewise.
154 (ctf_add_enum_member_cb): Likewise.
155 (process_struct_members): Likewise.
156 (process_enum_type): Likewise.
157
158 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
159
160 * tracectf.h: Rename, was ctf.h.
161 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
162 * tracefile.c: Likewise.
163 * tracepoint.c: Remove unused include ctf.h.
164 * mi/mi-main.c: Likewise.
165 * Makefile.in Replace ctf.c with tracectf.c.
166
167 2019-10-06 Joel Brobecker <brobecker@adacore.com>
168
169 * version.in: Change version number to "9.0.50.DATE-git".
170
171 2019-10-03 Tom Tromey <tom@tromey.com>
172
173 PR rust/24976:
174 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
175
176 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
177
178 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
179 cp_search_name_hash.
180 * NEWS: Add entry about nested function support.
181
182 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
183 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
186 for nested static variables when searchin VAR_DOMAIN.
187 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
188 global scope, update comment.
189 (add_partial_subprogram): Call add_partial_subprogram recursively
190 for nested subroutines when processinng Fortran.
191 (load_partial_dies): Process the child entities of a subprogram
192 when processing Fortran.
193 (partial_die_parent_scope): Handle building scope
194 for Fortran nested functions.
195 (process_die): Record that nested functions have a scope.
196 (new_symbol): Always record Fortran subprograms on the global
197 symbol list.
198 (determine_prefix): How to build the prefix for Fortran
199 subprograms.
200
201 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
204 have just sent the thread a SIGSTOP and are waiting for it to
205 arrive.
206
207 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * btrace.c (btrace_add_pc): Remove whitespace before the template
210 parameter in 'std::vector <...>'.
211 (parse_xml_btrace_block): Likewise.
212 (btrace_maint_decode_pt): Likewise.
213 (btrace_maint_update_packets): Likewise.
214 (btrace_maint_print_packets): Likewise.
215 * btrace.h (struct btrace_maint_info): Likewise.
216 * dwarf2read.c (struct type_unit_group): Likewise.
217 (build_type_psymtabs_reader): Likewise.
218 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
219 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
220 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
221
222 2019-10-03 Tom de Vries <tdevries@suse.de>
223
224 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
225 the first line of the help text for set/show style metadata.
226
227 2019-10-02 Tom Tromey <tromey@adacore.com>
228
229 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
230 * gdbsupport/common-inferior.c: New file.
231 * infcmd.c (startup_with_shell): Don't define.
232 * nat/fork-inferior.h (startup_with_shell): Don't declare.
233 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
234 * inferior.h (startup_with_shell): Don't declare.
235
236 2019-10-02 Christian Biesinger <cbiesinger@google.com>
237
238 * gdbsupport/gdb_assert.h: Include errors.h.
239 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
240
241 2019-10-02 Tom Tromey <tromey@adacore.com>
242
243 * NEWS: Add $_ada_exception entry.
244 * ada-lang.c (struct ada_catchpoint): Add constructor.
245 <m_kind>: New member.
246 (allocate_location_exception, re_set_exception): Remove
247 "ex" parameter.
248 (should_stop_exception): Compute $_ada_exception.
249 (check_status_exception, print_it_exception)
250 (print_one_exception, print_mention_exception): Remove
251 "ex" parameter.
252 (allocate_location_catch_exception, re_set_catch_exception)
253 (check_status_exception, print_it_catch_exception)
254 (print_one_catch_exception, print_mention_catch_exception)
255 (print_recreate_catch_exception)
256 (allocate_location_catch_exception_unhandled)
257 (re_set_catch_exception_unhandled)
258 (check_status_exception, print_it_catch_exception_unhandled)
259 (print_one_catch_exception_unhandled)
260 (print_mention_catch_exception_unhandled)
261 (print_recreate_catch_exception_unhandled)
262 (allocate_location_catch_assert, re_set_catch_assert)
263 (check_status_assert, print_it_catch_assert)
264 (print_one_catch_assert, print_mention_catch_assert)
265 (print_recreate_catch_assert)
266 (allocate_location_catch_handlers, re_set_catch_handlers)
267 (check_status_handlers, print_it_catch_handlers)
268 (print_one_catch_handlers, print_mention_catch_handlers)
269 (print_recreate_catch_handlers): Remove.
270 (create_ada_exception_catchpoint): Update.
271 (initialize_ada_catchpoint_ops): Update.
272
273 2019-10-02 Tom Tromey <tromey@adacore.com>
274
275 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
276 (create_excep_cond_exprs): Simplify exception string computation.
277 (ada_exception_catchpoint_cond_string): Likewise.
278
279 2019-10-02 Tom Tromey <tromey@adacore.com>
280
281 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
282 * ada-lang.c (lesseq_defined_than): Handle
283 LOC_STATIC.
284 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
285 parameter.
286 (dwarf2_has_info): Likewise.
287 (new_symbol): Set maybe_copied on symbol when
288 appropriate.
289 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
290 parameter.
291 <can_copy>: New member.
292 * elfread.c (record_minimal_symbol): Set maybe_copied
293 on symbol when appropriate.
294 (elf_symfile_read): Update call to dwarf2_has_info.
295 * minsyms.c (lookup_minimal_symbol_linkage): New
296 function.
297 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
298 * symtab.c (get_symbol_address, get_msymbol_address):
299 New functions.
300 * symtab.h (get_symbol_address, get_msymbol_address):
301 Declare.
302 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
303 maybe_copied.
304 (struct symbol, struct minimal_symbol) <maybe_copied>:
305 New member.
306
307 2019-10-02 Tom Tromey <tromey@adacore.com>
308
309 * source.c (struct current_source_location): New.
310 (current_source_key): New global.
311 (current_source_symtab, current_source_line)
312 (current_source_pspace): Remove.
313 (get_source_location): New function.
314 (get_current_source_symtab_and_line)
315 (set_default_source_symtab_and_line)
316 (set_current_source_symtab_and_line)
317 (clear_current_source_symtab_and_line, select_source_symtab)
318 (info_source_command, print_source_lines_base)
319 (info_line_command, search_command_helper, _initialize_source):
320 Update.
321
322 2019-10-02 Tom Tromey <tromey@adacore.com>
323
324 * source.c (select_source_symtab): Don't call
325 decode_line_with_current_source.
326
327 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * symtab.c (lookup_global_symbol): Search global block.
330
331 2019-10-02 Tom Tromey <tromey@adacore.com>
332
333 * coffread.c (process_coff_symbol): Update.
334 * dwarf2read.c (var_decode_location, new_symbol): Update.
335 * mdebugread.c (parse_symbol): Update.
336 * objfiles.c (relocate_one_symbol): Update.
337 * stabsread.c (define_symbol, fix_common_block)
338 (scan_file_globals): Update.
339 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
340 (SET_SYMBOL_VALUE_ADDRESS): New macro.
341 * xcoffread.c (process_xcoff_symbol): Update.
342
343 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
344
345 * MAINTAINERS: Update my email address.
346
347 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
350 std::vector.
351 (build_type_psymtabs_reader): Update for std::vector.
352 (build_type_psymtab_dependencies): Likewise.
353 * dwarf2read.h: Remove use of DEF_VEC_P.
354 (typedef sig_type_ptr): Delete.
355
356 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * btrace.c (btrace_maint_clear): Update to handle change from VEC
359 to std::vector.
360 (btrace_maint_decode_pt): Likewise, and move allocation of the
361 vector outside of the loop.
362 (btrace_maint_update_packets): Update to handle change from VEC to
363 std::vector.
364 (btrace_maint_print_packets): Likewise.
365 (maint_info_btrace_cmd): Likewise.
366 * btrace.h: Remove use of DEF_VEC_O.
367 (typedef btrace_pt_packet_s): Delete.
368 (struct btrace_maint_info) <packets>: Change fromm VEC to
369 std::vector.
370 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
371
372 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
375 make accesses into the vector constant references.
376 (btrace_add_pc): Update for std::vector.
377 (btrace_stitch_bts): Likewise.
378 (parse_xml_btrace_block): Likewise.
379 (btrace_maint_update_packets): Likewise.
380 (btrace_maint_print_packets): Likewise.
381 (maint_info_btrace_cmd): Likewise.
382 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
383 std::vector.
384 (btrace_data::empty): Likewise.
385 (btrace_data_append): Likewise.
386 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
387 (typedef btrace_block_s): Delete.
388 (struct btrace_block): Add constructor.
389 (struct btrace_data_bts) <blocks>: Change to std::vector.
390 * nat/linux-btrace.c (perf_event_read_bts): Update for
391 std::vector.
392 (linux_read_bts): Likewise.
393
394 2019-10-01 Tom Tromey <tom@tromey.com>
395
396 * cli/cli-logging.c (show_logging_filename): Use styled_string.
397
398 2019-10-01 Tom Tromey <tom@tromey.com>
399
400 * stack.c (print_frame, info_frame_command_core): Use
401 styled_string.
402 * linux-thread-db.c (try_thread_db_load_1)
403 (try_thread_db_load_from_pdir_1): Use styled_string.
404 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
405 (auto_load_section_scripts, info_auto_load_local_gdbinit)
406 (maybe_print_unsupported_script_warning)
407 (maybe_print_script_not_found_warning): Use styled_string.
408 * ada-lang.c (user_select_syms): Use styled_string.
409
410 2019-10-01 Tom Tromey <tom@tromey.com>
411
412 * p-lang.c (pascal_printstr): Use metadata style.
413 * value.c (show_convenience): Use metadata style.
414 * valprint.c (valprint_check_validity, val_print_optimized_out)
415 (val_print_not_saved, val_print_unavailable)
416 (val_print_invalid_address, generic_val_print, val_print)
417 (value_check_printable, val_print_array_elements): Use metadata
418 style.
419 * ui-out.h (class ui_out) <field_fmt>: New overload.
420 <do_field_fmt>: Add style parameter.
421 * ui-out.c (ui_out::field_fmt): New overload.
422 * typeprint.c (type_print_unknown_return_type)
423 (val_print_not_allocated, val_print_not_associated): Use metadata
424 style.
425 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
426 parameter.
427 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
428 * tracepoint.c (tvariables_info_1): Use metadata style.
429 * stack.c (print_frame_arg, print_frame_info, print_frame)
430 (info_frame_command_core): Use metadata style.
431 * skip.c (info_skip_command): Use metadata style.
432 * rust-lang.c (rust_print_enum): Use metadata style.
433 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
434 metadata style.
435 * python/py-framefilter.c (py_print_single_arg): Use metadata
436 style.
437 * printcmd.c (do_one_display, print_variable_and_value): Use
438 metadata style.
439 * p-valprint.c (pascal_val_print)
440 (pascal_object_print_value_fields): Use metadata style.
441 * p-typeprint.c (pascal_type_print_base): Use metadata style.
442 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
443 parameter.
444 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
445 * m2-valprint.c (m2_print_long_set): Use metadata style.
446 * m2-typeprint.c (m2_print_type): Use metadata style.
447 * infcmd.c (print_return_value_1): Use metadata style.
448 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
449 * f-valprint.c (info_common_command_for_block): Use metadata
450 style.
451 * f-typeprint.c (f_type_print_base): Use metadata style.
452 * expprint.c (print_subexp_standard): Use metadata style.
453 * cp-valprint.c (cp_print_value_fields): Use metadata style.
454 * cli/cli-style.h (class cli_style_option): Add constructor.
455 (metadata_style): Declare.
456 * cli/cli-style.c (metadata_style): New global.
457 (_initialize_cli_style): Register metadata style.
458 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
459 parameter.
460 * cli-out.c (cli_ui_out::do_field_fmt): Update.
461 * c-typeprint.c (c_type_print_base_struct_union)
462 (c_type_print_base_1): Use metadata style.
463 * breakpoint.c (watchpoint_value_print)
464 (print_one_breakpoint_location): Use metadata style.
465 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
466 style.
467 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
468 style.
469 * ada-valprint.c (val_print_packed_array_elements, printstr)
470 (print_field_values, ada_val_print_ref, ada_val_print): Use
471 metadata style.
472 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
473 style.
474 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
475 style.
476 * ada-lang.c (user_select_syms): Use metadata style.
477
478 2019-10-01 Tom Tromey <tom@tromey.com>
479
480 * cli/cli-cmds.c (pwd_command): Style output.
481
482 2019-10-01 Pedro Alves <palves@redhat.com>
483 Tom Tromey <tom@tromey.com>
484
485 * symtab.c (print_symbol_info): Use %ps.
486 (print_msymbol_info): Use %ps.
487 * symfile.c (symbol_file_add_with_addrs): Use %ps.
488 * printcmd.c (print_variable_and_value): Use %ps.
489 * macrocmd.c (show_pp_source_pos): Use %ps.
490 * infrun.c (print_exited_reason): Use ui_out::message.
491 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
492 (describe_other_breakpoints): Use ui_out::message and new
493 formats.
494 (say_where): Use new formats.
495 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
496 and new formats.
497
498 2019-10-01 Pedro Alves <palves@redhat.com>
499 Tom Tromey <tom@tromey.com>
500
501 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
502 (test_gdb_formats): New function.
503 (run_tests): Call it.
504 (test_format_specifier): Update.
505 * utils.h (fputs_filtered): Update comment.
506 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
507 (fputs_styled_unfiltered): Declare.
508 * utils.c (fputs_styled_unfiltered): New function.
509 (vfprintf_maybe_filtered): Add gdbfmt parameter.
510 (vfprintf_filtered): Update.
511 (vfprintf_unfiltered, vprintf_filtered): Update.
512 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
513 * ui-out.h (enum ui_out_flag) <unfiltered_output,
514 disallow_ui_out_field>: New constants.
515 (enum class field_kind): New.
516 (struct base_field_s, struct signed_field_s): New.
517 (signed_field): New function.
518 (struct string_field_s): New.
519 (string_field): New function.
520 (struct styled_string_s): New.
521 (styled_string): New function.
522 (class ui_out) <message>: Add comment.
523 <vmessage, call_do_message>: New methods.
524 <do_message>: Add style parameter.
525 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
526 methods.
527 (ui_out::message): Rewrite.
528 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
529 parameter.
530 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
531 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
532 gdb_extensions parameter.
533 (class format_piece): Add parameter to constructor.
534 (n_int_args): New field.
535 * gdbsupport/format.c (format_pieces::format_pieces): Add
536 gdb_extensions parameter. Handle '*'.
537 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
538 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
539 vfprintf_styled_no_gdbfmt.
540 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
541 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
542 unfiltered output.
543 * ui-style.h (struct ui_file_style) <ptr>: New method.
544
545 2019-10-01 Tom Tromey <tom@tromey.com>
546
547 * unittests/format_pieces-selftests.c: Update. Add final format.
548 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
549 empty literal pieces.
550
551 2019-10-01 Tom Tromey <tom@tromey.com>
552
553 * ui-out.h (enum class ui_out_style_kind): Remove.
554 (class ui_out) <field_string, field_stsream, do_field_string>:
555 Change type of "style".
556 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
557 (ui_out::field_string): Update.
558 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
559 of "style".
560 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
561 * tracepoint.c (print_one_static_tracepoint_marker): Update.
562 * stack.c (print_frame_arg, print_frame_info, print_frame):
563 Update.
564 * source.c (print_source_lines_base): Update.
565 * solib.c (info_sharedlibrary_command): Update.
566 * skip.c (info_skip_command): Update.
567 * record-btrace.c (btrace_call_history_src_line)
568 (btrace_call_history): Update.
569 * python/py-framefilter.c (py_print_frame): Update.
570 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
571 "style".
572 * mi/mi-out.c (mi_ui_out::do_table_header)
573 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
574 (mi_ui_out::do_field_string): Update.
575 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
576 Update.
577 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
578 "style".
579 * cli-out.c (cli_ui_out::do_table_header)
580 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
581 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
582 (cli_ui_out::do_field_fmt): Update.
583 * breakpoint.c (print_breakpoint_location): Update.
584 (update_static_tracepoint): Update.
585
586 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
587
588 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
589 conversion of gdb_datadir.
590 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
591 remove not needed c_str ().
592
593 2019-09-30 Ali Tamur <tamur@google.com>
594
595 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
596 (dwarf2_string_attr): Likewise.
597
598 2019-09-30 Ali Tamur <tamur@google.com>
599
600 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
601 (process_full_type_unit): Likewise.
602 (dump_die_shallow): Likewise.
603 (cu_debug_loc_section): Likewise.
604
605 2019-09-28 Christian Biesinger <cbiesinger@google.com>
606
607 * minsyms.c (compare_minimal_symbols): Rename to...
608 (minimal_symbol_is_less_than): ...this, and adjust to STL
609 conventions (return bool, take arguments as references)
610 (minimal_symbol_reader::install): Call std::sort instead
611 of qsort.
612
613 2019-09-29 Christian Biesinger <cbiesinger@google.com>
614
615 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
616 hash and why.
617 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
618 msymbol_hash, msymbol_demangled_hash>: Improve comments.
619
620 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
621
622 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
623 * psympriv.h (add_psymbol_to_list): Move comment here and update
624 it.
625
626 2019-09-29 Tom de Vries <tdevries@suse.de>
627
628 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
629 Use $tmpdir/$(basename "$output_file").dwz instead of
630 "${output_file}.dwz".
631
632 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
633
634 PR gdb/25045
635 * hppa-linux-nat.c: Include gdbarch.h.
636
637 2019-09-26 Christian Biesinger <cbiesinger@google.com>
638
639 * blockframe.c (find_pc_partial_function): Change return type to bool.
640 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
641 * minsyms.c (in_gnu_ifunc_stub): Likewise.
642 (stub_gnu_ifunc_resolve_name): Likewise.
643 * symtab.c (compare_filenames_for_search): Likewise.
644 (compare_glob_filenames_for_search): Likewise.
645 (matching_obj_sections): Likewise.
646 (symbol_matches_domain): Likewise.
647 (find_line_symtab): Change out param EXACT_MATCH to bool *.
648 (find_line_pc): Change return type to bool.
649 (find_line_pc_range): Likewise.
650 (producer_is_realview): Likewise.
651 * symtab.h (symbol_matches_domain): Likewise.
652 (find_pc_partial_function): Likewise.
653 (find_pc_line_pc_range): Likewise.
654 (in_gnu_ifunc_stub): Likewise.
655 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
656 (find_line_pc): Likewise.
657 (find_line_pc_range): Likewise.
658 (matching_obj_sections): Likewise.
659 (find_line_symtab): Change out parameter to bool.
660 (producer_is_realview): Change return type to bool.
661 (compare_filenames_for_search): Likewise.
662 (compare_glob_filenames_for_search): Likewise.
663
664 2019-09-26 Tom Tromey <tom@tromey.com>
665
666 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
667 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
668 * gdb_usleep.h: Remove.
669 * gdb_usleep.c: Remove.
670 * utils.c: Don't include gdb_usleep.h.
671
672 2019-09-26 Tom Tromey <tromey@adacore.com>
673
674 * python/py-type.c (type_to_type_object): Call check_typedef
675 for stub types.
676
677 2019-09-26 Tom Tromey <tom@tromey.com>
678
679 * utils.h (initialize_utils): Don't declare.
680 * top.c (gdb_init): Don't call initialize_utils.
681 * utils.c (initialize_utils): Remove. Move contents...
682 (_initialize_utils): ... here.
683
684 2019-09-25 Tom Tromey <tom@tromey.com>
685
686 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
687 * utils.h (make_hex_string): Don't declare.
688 * utils.c (make_hex_string): Remove.
689
690 2019-09-24 Tom de Vries <tdevries@suse.de>
691
692 PR gdb/23815
693 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
694 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
695
696 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
697
698 * NEWS: Mention new simulator port for PRU.
699
700 2019-09-23 Christian Biesinger <cbiesinger@google.com>
701
702 * ada-exp.y (write_object_remaining): Update.
703 * ada-lang.c (ada_decode): Return a std::string instead of a char*
704 and eliminate the static buffer.
705 (ada_decode_symbol): Update.
706 (ada_la_decode): Update.
707 (ada_sniff_from_mangled_name): Update.
708 (is_valid_name_for_wild_match): Update.
709 (ada_lookup_name_info::matches): Update and simplify.
710 (name_matches_regex): Update.
711 (ada_add_global_exceptions): Update.
712 * ada-lang.h (ada_decode): Update signature.
713 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
714 * dwarf-index-write.c (debug_names::insert): Update.
715
716 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
717
718 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
719 formatting.
720
721 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
722
723 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
724 Change "nonzero" to "true" in documentation.
725
726 2019-09-20 Christian Biesinger <cbiesinger@google.com>
727
728 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
729 (_initialize_darwin_solib): Don't set
730 darwin_so_ops.lookup_lib_global_symbol.
731 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
732 set_gdbarch_iterate_over_objfiles_in_search_order.
733 (elf_lookup_lib_symbol): Rename to...
734 (svr4_iterate_over_objfiles_in_search_order): this, and update
735 to iterate semantics.
736 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
737 * solib.c (solib_global_lookup): Remove.
738 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
739 (solib_global_lookup): Remove.
740 * symtab.c (lookup_global_or_static_symbol): Remove call to
741 solib_global_lookup.
742
743 2019-09-20 Joel Brobecker <brobecker@adacore.com>
744
745 * NEWS: Move entries about default MI version now being
746 version 3, and about the GDB/MI fix for multi-location
747 breakpoints to the "since GDB 8.3" section.
748
749 2019-09-20 Joel Brobecker <brobecker@adacore.com>
750
751 GDB 8.3.1 released.
752
753 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
754
755 * NEWS: Mention that Cell/B.E. debugging support was removed.
756 * MAINTAINERS: Remove spu target.
757
758 * config/djgpp/fnchange.lst: Remove entries for removed files.
759
760 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
761 spu-multiarch.o, and spu-tdep.o.
762 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
763 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
764 spu-multiarch.c, and spu-tdep.c.
765 * spu-linux-nat.c: Remove file.
766 * spu-multiarch.c: Remove file.
767 * spu-tdep.c: Remove file.
768 * spu-tdep.h: Remove file.
769 * solib-spu.c: Remove file.
770 * solib-spu.h: Remove file.
771
772 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
773 * configure.nat (spu-linux): Remove.
774 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
775 solib-multiarch.o from gdb_target_obs.
776 (spu*-*-*): Remove.
777
778 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
779 feature flag.
780 (ppc_linux_no_features): Update.
781 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
782 Cell/B.E. support.
783 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
784 (tdesc_powerpc_cell64l): Likewise.
785 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
786 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
787 Cell/B.E. support.
788 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
789 Do not include "features/rs6000/powerpc-cell32l.c" or
790 "features/rs6000/powerpc-cell64l.c".
791 (ppc_linux_spu_section): Remove.
792 (ppc_linux_core_read_description): Remove Cell/B.E. support.
793 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
794 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
795 (ppc_linux_spe_context_lookup): Remove.
796 (ppc_linux_spe_context_inferior_created): Remove.
797 (ppc_linux_spe_context_solib_loaded): Remove.
798 (ppc_linux_spe_context_solib_unloaded): Remove.
799 (ppc_linux_spe_context): Remove.
800 (struct ppu2spu_cache): Remove.
801 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
802 (struct ppu2spu_data): Remove.
803 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
804 ppu2spu_unwind): Remove.
805 (ppc_linux_init_abi): Remove Cell/B.E. support.
806 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
807
808 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
809 (rs6000/powerpc-cell64l-expedite): Likewise
810 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
811 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
812 rs6000/powerpc-cell64l.xml.
813 * features/rs6000/powerpc-cell32l.xml: Remove.
814 * features/rs6000/powerpc-cell64l.xml: Likewise.
815 * features/rs6000/powerpc-cell32l.c: Remove generated file.
816 * features/rs6000/powerpc-cell64l.c: Likewise.
817 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
818 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
819 * regformats/reg-spu.dat: Remove.
820
821 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
822 * corelow.c (struct spuid_list): Remove.
823 (add_to_spuid_list): Remove.
824 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
825 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
826 (remote_protocol_features): Remove associated entries.
827 (_initialize_remote): No longer initialize them.
828 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
829 * linux-nat.c (SPUFS_MAGIC): Remove.
830 (linux_proc_xfer_spu): Remove.
831 (spu_enumerate_spu_ids): Remove.
832 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
833 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
834 (linux_make_corefile_notes): No longer call it.
835
836 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
837 (cooked_write_test): Likewise.
838
839 2019-09-20 Tom Tromey <tom@tromey.com>
840
841 * NEWS: Mention case-sensitivity of TUI commands.
842 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
843 (tui_set_win_height_command, parse_scrolling_args): Likewise.
844 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
845
846 2019-09-20 Tom Tromey <tom@tromey.com>
847
848 * tui/tui-source.c (tui_source_window::set_contents): Use
849 make_unique_xstrdup.
850 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
851 make_unique_xstrdup.
852
853 2019-09-20 Tom Tromey <tom@tromey.com>
854
855 * tui/tui-data.c: Remove separator comments.
856 * tui/tui-layout.c: Remove separator comments.
857 * tui/tui-win.c: Remove separator comments.
858 * tui/tui-wingeneral.c: Remove separator comments.
859
860 2019-09-20 Tom Tromey <tom@tromey.com>
861
862 * tui/tui.h (strcat_to_buf): Don't declare.
863 * tui/tui.c (strcat_to_buf): Remove.
864
865 2019-09-20 Tom Tromey <tom@tromey.com>
866
867 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
868 from "fullname".
869 * tui/tui-source.c (tui_source_window::set_contents)
870 (tui_source_window::location_matches_p)
871 (tui_source_window::maybe_update): Update.
872
873 2019-09-20 Tom Tromey <tom@tromey.com>
874
875 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
876 Update.
877 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
878 prefix.
879 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
880 (tui_data_window::line_from_reg_element_no)
881 (tui_data_window::first_reg_element_no_inline)
882 (tui_data_window::show_registers)
883 (tui_data_window::show_register_group)
884 (tui_data_window::display_registers_from)
885 (tui_data_window::display_registers_from_line)
886 (tui_data_window::first_data_item_displayed)
887 (tui_data_window::delete_data_content_windows)
888 (tui_data_window::erase_data_content)
889 (tui_data_window::do_scroll_vertical)
890 (tui_data_window::refresh_window)
891 (tui_data_window::check_register_values): Update.
892
893 2019-09-20 Tom Tromey <tom@tromey.com>
894
895 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
896 (struct tui_locator_window) <full_name, proc_name>: Now
897 std::string.
898 * tui/tui-stack.c (tui_locator_window::make_status_line)
899 (tui_locator_window::set_locator_fullname)
900 (tui_locator_window::set_locator_info): Update.
901 * tui/tui-source.c (tui_source_window::set_contents)
902 (tui_source_window::showing_source_p): Update.
903
904 2019-09-20 Tom Tromey <tom@tromey.com>
905
906 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
907 Don't call tui_locator_win_info_ptr.
908
909 2019-09-20 Tom Tromey <tom@tromey.com>
910
911 * tui/tui-win.c (tui_resize_all): Don't call refresh.
912
913 2019-09-20 Tom Tromey <tom@tromey.com>
914
915 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
916 height for locator.
917 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
918 * tui/tui-layout.c (show_source_disasm_command, show_data)
919 (show_source_or_disasm_and_command): Use 1 as height for locator.
920
921 2019-09-20 Tom Tromey <tom@tromey.com>
922
923 * tui/tui.c (tui_enable): Update.
924 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
925 Update.
926 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
927 Update.
928 * tui/tui-data.c (win_resized): Now bool.
929 (tui_win_resized): Return bool.
930 (tui_set_win_resized_to): Accept a bool.
931
932 2019-09-20 Tom Tromey <tom@tromey.com>
933
934 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
935 Change type of "refresh_values_only".
936 * tui/tui-regs.c (tui_data_window::show_register_group): Change
937 type of "refresh_values_only".
938
939 2019-09-20 Tom Tromey <tom@tromey.com>
940
941 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
942 std::string.
943 (tui_disassemble): Add "pos" parameter.
944 (tui_disasm_window::set_contents): Simplify.
945
946 2019-09-20 Tom Tromey <tom@tromey.com>
947
948 * tui/tui-winsource.h (struct tui_source_window_base)
949 <show_source_content>: Now private.
950 * tui/tui-winsource.c
951 (tui_source_window_base::show_source_content): Don't handle empty
952 content case.
953
954 2019-09-20 Tom Tromey <tom@tromey.com>
955
956 * tui/tui-layout.c (show_source_disasm_command)
957 (show_source_or_disasm_and_command): Don't call
958 show_source_content.
959
960 2019-09-20 Tom Tromey <tom@tromey.com>
961
962 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
963 Declare.
964 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
965 from tui_make_status_line.
966 (tui_locator_window::rerender): Update.
967
968 2019-09-20 Tom Tromey <tom@tromey.com>
969
970 * tui/tui-stack.c (tui_make_status_line): Return std::string.
971 (tui_locator_window::rerender): Update.
972
973 2019-09-20 Tom Tromey <tom@tromey.com>
974
975 * tui/tui-winsource.h (struct tui_source_window_base)
976 <~tui_source_window_base>: Don't declare.
977 <fullname>: Remove.
978 * tui/tui-winsource.c (~tui_source_window_base): Remove.
979 * tui/tui-source.h (struct tui_source_window) <fullname>: New
980 member.
981 * tui/tui-source.c (tui_source_window::set_contents): Update.
982 (tui_source_window::location_matches_p)
983 (tui_source_window::maybe_update): Update.
984
985 2019-09-20 Tom Tromey <tom@tromey.com>
986
987 * tui/tui-winsource.h (~tui_source_element): Remove.
988 (tui_source_element): Update.
989 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
990 * tui/tui-winsource.c (tui_show_source_line): Update.
991 * tui/tui-source.c (tui_source_window::set_contents): Update.
992 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
993
994 2019-09-20 Tom Tromey <tom@tromey.com>
995
996 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
997 declare.
998 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
999 tui_clear_source_windows_detail.
1000 * tui/tui-winsource.h (struct tui_source_window_base)
1001 <clear_detail>: Don't declare.
1002 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1003 Remove.
1004 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1005
1006 2019-09-20 Tom Tromey <tromey@adacore.com>
1007
1008 PR ada/24919:
1009 * block.c (contained_in): Fix final return value.
1010
1011 2019-09-20 Alan Modra <amodra@gmail.com>
1012
1013 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1014 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1015 (read_indirect_string_from_dwz): Use bfd accessor.
1016 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1017 * machoread.c (macho_symfile_read_all_oso): Likewise.
1018 * solib.c (solib_bfd_open): Likewise.
1019
1020 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1021
1022 * eval.c: Move declaration of overload_resolution to...
1023 * value.h: ...here.
1024
1025 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1026
1027 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1028 * arm-linux-tdep.c: Likewise.
1029 * arm-nbsd-nat.c: Likewise.
1030 * arm-tdep.h: Declare arm_apcs_32.
1031 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1032
1033 2019-09-19 Christian Biesinger <cbiesinger@google.com>
1034
1035 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1036 * dwarf2read.h: Declare dwarf_always_disassemble.
1037
1038 2019-09-19 Tom de Vries <tdevries@suse.de>
1039
1040 PR gdb/25009
1041 * source-cache.c (source_cache::ensure): Catch exception thrown during
1042 construction of the highlighter.
1043
1044 2019-09-18 Alan Modra <amodra@gmail.com>
1045
1046 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1047 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1048 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1049 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1050 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1051 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1052 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1053 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1054 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1055 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1056 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1057 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1058 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1059 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1060 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1061 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1062 * mi/mi-interp.c: Update throughout for bfd section macro and
1063 function changes.
1064 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1065 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1066
1067 2019-09-18 Tom Tromey <tom@tromey.com>
1068
1069 * NEWS: Add entry.
1070 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1071 call rl_initialize.
1072 (tui_enable): Do not call rl_initialize.
1073
1074 2019-09-18 Christian Groessler <chris@groessler.org>
1075
1076 * alpha-linux-nat.c: Include gdbarch.h.
1077
1078 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1079
1080 * ui-file.c: Include cli/cli-style.h.
1081 (term_cli_styling): Remove cli_styling declaration.
1082
1083 2019-09-18 Alan Modra <amodra@gmail.com>
1084
1085 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
1086 to bfd_asymbol_section.
1087
1088 2019-09-18 Alan Modra <amodra@gmail.com>
1089
1090 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
1091 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1092 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
1093
1094 2019-09-18 Alan Modra <amodra@gmail.com>
1095
1096 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
1097 * spu-linux-nat.c (spu_bfd_open): Likewise.
1098
1099 2019-09-18 Christian Biesinger <cbiesinger@google.com>
1100
1101 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1102 to bool to match definition in dwarf2read.c.
1103
1104 2019-09-17 Christian Biesinger <cbiesinger@google.com>
1105
1106 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1107 (print_signatures): Likewise.
1108 (trust_pad_over_xvs): Likewise.
1109 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1110 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1111 * arm-linux-nat.c (arm_apcs_32): Likewise.
1112 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1113 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1114 * arm-tdep.c (arm_debug): Likewise.
1115 (arm_apcs_32): Likewise.
1116 * auto-load.c (debug_auto_load): Likewise.
1117 (auto_load_gdb_scripts): Likewise.
1118 (global_auto_load): Likewise.
1119 (auto_load_local_gdbinit): Likewise.
1120 (auto_load_local_gdbinit_loaded): Likewise.
1121 * auto-load.h (global_auto_load): Likewise.
1122 (auto_load_local_gdbinit): Likewise.
1123 (auto_load_local_gdbinit_loaded): Likewise.
1124 * breakpoint.c (disconnected_dprintf): Likewise.
1125 (breakpoint_proceeded): Likewise.
1126 (automatic_hardware_breakpoints): Likewise.
1127 (always_inserted_mode): Likewise.
1128 (target_exact_watchpoints): Likewise.
1129 (_initialize_breakpoint): Update.
1130 * breakpoint.h (target_exact_watchpoints): Change to bool.
1131 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1132 * cli/cli-cmds.c (trace_commands): Likewise.
1133 * cli/cli-cmds.h (trace_commands): Likewise.
1134 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1135 to bool*.
1136 * cli/cli-logging.c (logging_overwrite): Change to bool.
1137 (logging_redirect): Likewise.
1138 (debug_redirect): Likewise.
1139 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1140 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1141 to bool.
1142 <boolean_option_def>: Update.
1143 (struct flag_option_def): Change default type of Context to bool
1144 from int.
1145 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1146 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1147 (get_setshow_command_value_string): Likewise.
1148 * cli/cli-style.c (cli_styling): Change to bool.
1149 (source_styling): Likewise.
1150 * cli/cli-style.h (source_styling): Likewise.
1151 (cli_styling): Likewise.
1152 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1153 to bool.
1154 * command.h (var_types): Update comment.
1155 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1156 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1157 bool.
1158 (debug_compile_cplus_scopes): Likewise.
1159 * compile/compile-internal.h (compile_debug): Likewise.
1160 * compile/compile.c (compile_debug): Likewise.
1161 (struct compile_options) <raw>: Likewise.
1162 * cp-support.c (catch_demangler_crashes): Likewise.
1163 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1164 (usr_cmd_cris_dwarf2_cfi): Likewise.
1165 * csky-tdep.c (csky_debug): Likewise.
1166 * darwin-nat.c (enable_mach_exceptions): Likewise.
1167 * dcache.c (dcache_enabled_p): Likewise.
1168 * defs.h (info_verbose): Likewise.
1169 * demangle.c (demangle): Likewise.
1170 (asm_demangle): Likewise.
1171 * dwarf-index-cache.c (debug_index_cache): Likewise.
1172 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1173 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1174 * dwarf2read.c (check_physname): Likewise.
1175 (use_deprecated_index_sections): Likewise.
1176 (dwarf_always_disassemble): Likewise.
1177 * eval.c (overload_resolution): Likewise.
1178 * event-top.c (set_editing_cmd_var): Likewise.
1179 (exec_done_display_p): Likewise.
1180 * event-top.h (set_editing_cmd_var): Likewise.
1181 (exec_done_display_p): Likewise.
1182 * exec.c (write_files): Likewise.
1183 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1184 (debug_fbsd_nat): Likewise.
1185 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1186 Likewise.
1187 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1188 <backtrace_past_entry> Likewise.
1189 * gdb-demangle.h (demangle): Likewise.
1190 (asm_demangle): Likewise.
1191 * gdb_bfd.c (bfd_sharing): Likewise.
1192 * gdbcore.h (write_files): Likewise.
1193 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1194 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1195 * gdbthread.h (print_thread_events): Likewise.
1196 * gdbtypes.c (opaque_type_resolution): Likewise.
1197 (strict_type_checking): Likewise.
1198 * gnu-nat.c (gnu_debug_flag): Likewise.
1199 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1200 * guile/scm-param.c (pascm_variable): Add boolval.
1201 (add_setshow_generic): Update.
1202 (pascm_param_value): Update.
1203 (pascm_set_param_value_x): Update.
1204 * hppa-tdep.c (hppa_debug): Change to bool..
1205 * infcall.c (may_call_functions_p): Likewise.
1206 (coerce_float_to_double_p): Likewise.
1207 (unwind_on_signal_p): Likewise.
1208 (unwind_on_terminating_exception_p): Likewise.
1209 * infcmd.c (startup_with_shell): Likewise.
1210 * inferior.c (print_inferior_events): Likewise.
1211 * inferior.h (startup_with_shell): Likewise.
1212 (print_inferior_events): Likewise.
1213 * infrun.c (step_stop_if_no_debug): Likewise.
1214 (detach_fork): Likewise.
1215 (debug_displaced): Likewise.
1216 (disable_randomization): Likewise.
1217 (non_stop): Likewise.
1218 (non_stop_1): Likewise.
1219 (observer_mode): Likewise.
1220 (observer_mode_1): Likewise.
1221 (set_observer_mode): Update.
1222 (sched_multi): Change to bool.
1223 * infrun.h (debug_displaced): Likewise.
1224 (sched_multi): Likewise.
1225 (step_stop_if_no_debug): Likewise.
1226 (non_stop): Likewise.
1227 (disable_randomization): Likewise.
1228 * linux-tdep.c (use_coredump_filter): Likewise.
1229 (dump_excluded_mappings): Likewise.
1230 * linux-thread-db.c (auto_load_thread_db): Likewise.
1231 (check_thread_db_on_load): Likewise.
1232 * main.c (captured_main_1): Update.
1233 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1234 xx2_opt, boolean_opt>: Change to bool.
1235 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1236 * maint.c (maintenance_profile_p): Likewise.
1237 (per_command_time): Likewise.
1238 (per_command_space): Likewise.
1239 (per_command_symtab): Likewise.
1240 * memattr.c (inaccessible_by_default): Likewise.
1241 * mi/mi-main.c (mi_async): Likewise.
1242 (mi_async_1): Likewise.
1243 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1244 * nat/fork-inferior.h (startup_with_shell): Likewise.
1245 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1246 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1247 * nios2-tdep.c (nios2_debug): Likewise.
1248 * or1k-tdep.c (or1k_debug): Likewise.
1249 * parse.c (parser_debug): Likewise.
1250 * parser-defs.h (parser_debug): Likewise.
1251 * printcmd.c (print_symbol_filename): Likewise.
1252 * proc-api.c (procfs_trace): Likewise.
1253 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1254 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1255 (set_parameter_value): Update.
1256 (add_setshow_generic): Update.
1257 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1258 to bool*.
1259 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1260 int*.
1261 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1262 * record-btrace.c (record_btrace_target::store_registers): Update.
1263 * record-full.c (record_full_memory_query): Change to bool.
1264 (record_full_stop_at_limit): Likewise.
1265 * record-full.h (record_full_memory_query): Likewise.
1266 * remote-notif.c (notif_debug): Likewise.
1267 * remote-notif.h (notif_debug): Likewise.
1268 * remote.c (use_range_stepping): Likewise.
1269 (interrupt_on_connect): Likewise.
1270 (remote_break): Likewise.
1271 * ser-tcp.c (tcp_auto_retry): Likewise.
1272 * ser-unix.c (serial_hwflow): Likewise.
1273 * skip.c (debug_skip): Likewise.
1274 * solib-aix.c (solib_aix_debug): Likewise.
1275 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1276 (spu_auto_flush_cache_p): Likewise.
1277 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1278 Likewise.
1279 (struct info_print_options) <quiet>: Likewise.
1280 * symfile-debug.c (debug_symfile): Likewise.
1281 * symfile.c (auto_solib_add): Likewise.
1282 (separate_debug_file_debug): Likewise.
1283 * symfile.h (auto_solib_add): Likewise.
1284 (separate_debug_file_debug): Likewise.
1285 * symtab.c (basenames_may_differ): Likewise.
1286 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1287 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1288 (struct info_types_options) <quiet>: Likewise.
1289 * symtab.h (demangle): Likewise.
1290 (basenames_may_differ): Likewise.
1291 * target-dcache.c (stack_cache_enabled_1): Likewise.
1292 (code_cache_enabled_1): Likewise.
1293 * target.c (trust_readonly): Likewise.
1294 (may_write_registers): Likewise.
1295 (may_write_memory): Likewise.
1296 (may_insert_breakpoints): Likewise.
1297 (may_insert_tracepoints): Likewise.
1298 (may_insert_fast_tracepoints): Likewise.
1299 (may_stop): Likewise.
1300 (auto_connect_native_target): Likewise.
1301 (target_stop_and_wait): Update.
1302 (target_async_permitted): Change to bool.
1303 (target_async_permitted_1): Likewise.
1304 (may_write_registers_1): Likewise.
1305 (may_write_memory_1): Likewise.
1306 (may_insert_breakpoints_1): Likewise.
1307 (may_insert_tracepoints_1): Likewise.
1308 (may_insert_fast_tracepoints_1): Likewise.
1309 (may_stop_1): Likewise.
1310 * target.h (target_async_permitted): Likewise.
1311 (may_write_registers): Likewise.
1312 (may_write_memory): Likewise.
1313 (may_insert_breakpoints): Likewise.
1314 (may_insert_tracepoints): Likewise.
1315 (may_insert_fast_tracepoints): Likewise.
1316 (may_stop): Likewise.
1317 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1318 (make_thread_apply_all_options_def_group): Change argument from int*
1319 to bool*.
1320 (thread_apply_all_command): Update.
1321 (print_thread_events): Change to bool.
1322 * top.c (confirm): Likewise.
1323 (command_editing_p): Likewise.
1324 (history_expansion_p): Likewise.
1325 (write_history_p): Likewise.
1326 (info_verbose): Likewise.
1327 * top.h (confirm): Likewise.
1328 (history_expansion_p): Likewise.
1329 * tracepoint.c (disconnected_tracing): Likewise.
1330 (circular_trace_buffer): Likewise.
1331 * typeprint.c (print_methods): Likewise.
1332 (print_typedefs): Likewise.
1333 * utils.c (debug_timestamp): Likewise.
1334 (sevenbit_strings): Likewise.
1335 (pagination_enabled): Likewise.
1336 * utils.h (sevenbit_strings): Likewise.
1337 (pagination_enabled): Likewise.
1338 * valops.c (overload_resolution): Likewise.
1339 * valprint.h (struct value_print_options) <prettyformat_arrays,
1340 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1341 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1342 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1343 Likewise.
1344 * windows-nat.c (new_console): Likewise.
1345 (cygwin_exceptions): Likewise.
1346 (new_group): Likewise.
1347 (debug_exec): Likewise.
1348 (debug_events): Likewise.
1349 (debug_memory): Likewise.
1350 (debug_exceptions): Likewise.
1351 (useshell): Likewise.
1352 * windows-tdep.c (maint_display_all_tib): Likewise.
1353 * xml-support.c (debug_xml): Likewise.
1354
1355 2019-09-17 Mike Gulick <mgulick@mathworks.com>
1356
1357 * source.c (prepare_path_for_appending): New function.
1358 (openp): Make use of new function.
1359 (find_and_open_source): Search for the compilation directory and
1360 source file as a relative path beneath the directory search path.
1361
1362 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1363
1364 * source-cache.c (source_cache::get_line_charpos): Catch
1365 exceptions and return false, this matches the behaviour documented
1366 in the header file.
1367
1368 2019-09-17 Joel Brobecker <brobecker@adacore.com>
1369
1370 * ada-tasks.c (info_task): Remove quoting of the task's name.
1371
1372 2019-09-16 Christian Biesinger <cbiesinger@google.com>
1373
1374 * symfile.c (auto_solib_add): Replace comment with a reference
1375 to the header file.
1376
1377 2019-09-14 Christian Biesinger <cbiesinger@google.com>
1378
1379 * NEWS: Mention that gdb can now be compiled with Python 3
1380 on Windows.
1381
1382 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1383
1384 * maint.c (maint_print_section_data::maint_print_section_data):
1385 Force use of 'float log10 (float)' by casting the argument to
1386 float.
1387
1388 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1389
1390 * maint.c: Add 'cmath' include.
1391 (struct maint_print_section_data): New structure.
1392 (print_section_index): New function.
1393 (print_bfd_section_info): Add header comment, small whitespace
1394 cleanup, and update to call new print_section_index function.
1395 (print_objfile_section_info): Likewise.
1396 (maint_obj_section_from_bfd_section): New function.
1397 (print_bfd_section_info_maybe_relocated): New function.
1398 (maintenance_info_sections): Add header comment, always use
1399 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1400
1401 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1404 inner scope, add check that the objfile has psymtabs before
1405 checking psymtabs_addrmap.
1406 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1407
1408 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1409
1410 * NEWS: Announce that Ada task names are now shown at more places,
1411 and between quotes (except in info task output).
1412 * gdb/ada-tasks.c (task_to_str): New function.
1413 (display_current_task_id): Call task_to_str.
1414 (task_command_1): Likewise.
1415 (print_ada_task_info): In non-mi mode, Properly align headers and data
1416 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1417
1418 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1419
1420 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1421 prstatus.pr_lwp.pr_info instead of making it up.
1422
1423 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1424
1425 * auto-load.c (auto_load_expand_dir_vars): Update.
1426 * defs.h (gdb_datadir): Change to std::string.
1427 (python_libdir): Likewise.
1428 (relocate_gdb_directory): Change return type to std::string.
1429 * guile/guile.c (gdbscm_data_directory): Update.
1430 (initialize_scheme_side): Update.
1431 * jit.c (jit_reader_dir): Change to std::string.
1432 (jit_reader_load_command): Update.
1433 * main.c (gdb_datadir): Change to std::string.
1434 (python_libdir): Likewise.
1435 (set_gdb_data_directory): Update.
1436 (relocate_path): Change to return std::string.
1437 (relocate_gdb_directory): Change to return std::string.
1438 (relocate_gdbinit_path_maybe_in_datadir): Update.
1439 (captured_main_1): Update.
1440 * python/python.c (do_start_initialization): Update.
1441 * top.c (show_gdb_datadir): Update.
1442 * xml-syscall.c (xml_init_syscalls_info): Update.
1443 (init_syscalls_info): Update.
1444
1445 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1446
1447 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1448 out of get_init_files.
1449 (get_init_files): Update.
1450
1451 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1452
1453 * main.c (get_init_files): Change to use std::string.
1454 (captured_main_1): Update.
1455 (print_gdb_help): Update.
1456
1457 2019-09-11 Ali Tamur <tamur@google.com>
1458
1459 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1460 implementation.
1461
1462 2019-09-11 Christian Biesinger <cbiesinger@google.com>
1463
1464 * dbxread.c (read_dbx_symtab): Update.
1465 * dwarf2read.c (load_partial_dies): Update.
1466 * mdebugread.c (parse_partial_symbols): Update.
1467 (handle_psymbol_enumerators): Update.
1468 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1469 * psymtab.c (add_psymbol_to_bcache): Likewise.
1470 (add_psymbol_to_list): Likewise.
1471 * symtab.c (symbol_set_names): Likewise.
1472 * symtab.h (symbol_set_names): Likewise.
1473 * xcoffread.c (scan_xcoff_symtab): Update.
1474
1475 2019-09-11 Tom Tromey <tom@tromey.com>
1476
1477 * symfile-mem.c (symbol_file_add_from_memory): Use
1478 bfd_set_filename.
1479 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1480 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1481
1482 2019-09-10 Tom Tromey <tromey@adacore.com>
1483
1484 * dwarf-index-write.c (write_psymbols): Extend error message.
1485 (debug_names::insert): Add Ada code.
1486 (debug_names::write_psymbols): Remove Ada check.
1487 (debug_names) <m_string_obstack>: New member.
1488 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1489 (gdb_index_symbol_name_matcher::matches): Remove.
1490 (mapped_index_base::find_name_components_bounds): Add "lang"
1491 parameter.
1492 (mapped_index_base::build_name_components): Also split names
1493 according to Ada syntax.
1494 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1495 type of "match_callback".
1496 (check_match, check_find_bounds_finds)
1497 (dw2_expand_symtabs_matching): Update.
1498 (dw2_debug_names_iterator): Add new constructor.
1499 (dw2_debug_names_map_matching_symbols): New function.
1500 (dw2_debug_names_expand_symtabs_matching): Update.
1501 (dwarf2_debug_names_functions): Use
1502 dw2_debug_names_map_matching_symbols.
1503
1504 2019-09-10 Tom Tromey <tromey@adacore.com>
1505
1506 * dwarf2read.c (dw2_get_file_names_reader): Add the
1507 CU's file name to the results.
1508
1509 2019-09-10 Tom Tromey <tromey@adacore.com>
1510
1511 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1512 map_matching_symbols. Update.
1513 * dwarf2read.c (dw2_map_matching_symbols): Update.
1514 * psymtab.c (match_partial_symbol): Change type; update.
1515 (psym_map_matching_symbols): Likewise.
1516 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1517 type; update.
1518 * symfile.h (struct quick_symbol_functions)
1519 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1520 Remove "match".
1521
1522 2019-09-10 Tom Tromey <tromey@adacore.com>
1523
1524 * psymtab.c (map_block): Remove.
1525 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1526 * symtab.c (iterate_over_symbols_terminated): New function.
1527 * symtab.c (iterate_over_symbols_terminated): Declare.
1528
1529 2019-09-10 Tom Tromey <tromey@adacore.com>
1530
1531 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1532 * language.h (struct language_defn) <la_iterate_over_symbols>:
1533 Return bool.
1534 * symtab.c (iterate_over_symbols): Return bool.
1535 * symtab.h (iterate_over_symbols): Return bool.
1536
1537 2019-09-10 Tom Tromey <tromey@adacore.com>
1538
1539 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1540 (add_nonlocal_symbols): Update.
1541 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1542 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1543 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1544 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1545 Change type of "callback". Remove "data".
1546
1547
1548 2019-09-09 Ali Tamur <tamur@google.com>
1549
1550 * dwarf2read.c (comp_unit_head): Update comment.
1551 (dwarf2_dwo_name): New function declaration.
1552 (dwarf_unit_type_name): New function declaration.
1553 (read_comp_unit_head): Add support for new compilation units,
1554 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1555 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1556 (currently named as "signature") in their header. Also clarify error
1557 messages.
1558 (lookup_dwo_id): New function. Returns the dwo id of the given
1559 compile unit.
1560 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1561 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1562 functions.
1563 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1564 (dwarf2_dwo_name): Get the dwo name if present.
1565 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1566 purposes.
1567
1568 2019-09-09 Tom Tromey <tom@tromey.com>
1569
1570 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1571
1572 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1573
1574 * python/python.c (do_start_initialization): Make progname_copy static,
1575 to avoid a leak report.
1576
1577 2019-09-08 Tom Tromey <tom@tromey.com>
1578
1579 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1580
1581 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
1582
1583 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1584 Change type to gdb::optional<block_enum>.
1585 (dw2_symtab_iter_init): Change block_index parameter type
1586 to gdb::optional<block_enum>.
1587 (dw2_lookup_symbol): Change block_index parameter
1588 type to block_enum.c
1589 (dw2_debug_names_lookup_symbol): Likewise.
1590 * psymtab.c (psym_lookup_symbol): Likewise.
1591 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
1592 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
1593 Likewise.
1594
1595 2019-09-06 Christian Biesinger <cbiesinger@google.com>
1596
1597 * defs.h (relocate_gdb_directory): Change int to bool in
1598 signature and rename flag to relocatable.
1599 * main.c (relocate_path): Likewise.
1600 (relocate_gdb_directory): Likewise.
1601
1602 2019-09-06 Alan Modra <amodra@gmail.com>
1603
1604 * coffread.c (coff_symfile_read): Constify filename variable.
1605 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
1606 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
1607 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
1608 * solib.c (reload_shared_libraries_1): Likewise.
1609 * symfile.c (reread_symbols): Likewise.
1610 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
1611 * solib-darwin.c (darwin_bfd_open): Likewise.
1612 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
1613
1614 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1615
1616 * psymtab.c (print_partial_symbols): Handle missing domain_enum
1617 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
1618
1619 2019-09-03 Tom Tromey <tromey@adacore.com>
1620
1621 * ada-valprint.c (ada_val_print_num): Don't recurse for range
1622 types.
1623 (has_negatives): Unbias a range type bound.
1624 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
1625 * gdbtypes.c (operator==): Handle new field.
1626 (create_range_type): Add "bias" parameter.
1627 (create_static_range_type, resolve_dynamic_range): Update.
1628 * gdbtypes.h (struct range_bounds) <bias>: New member.
1629 (create_range_type): Add bias parameter.
1630 * printcmd.c (print_scalar_formatted): Unbias range types.
1631 * value.c (unpack_long): Unbias range types.
1632 (pack_long): Bias range types.
1633
1634 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1635
1636 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
1637 probe arguments.
1638
1639 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1640
1641 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
1642 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
1643 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
1644 (compile_probe_arg): Likewise.
1645 * probe.h (get_argument_count): Likewise.
1646 * solib-svr4.c (solib_event_probe_action): Likewise.
1647 * stap-probe.c (stap_probe::get_argument_count): Likewise.
1648
1649 2019-09-02 Alan Hayward <alan.hayward@arm.com>
1650
1651 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
1652 code to here...
1653 (svr4_create_solib_event_breakpoints): ...from here.
1654
1655 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
1656
1657 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
1658 suffix from warning message.
1659
1660 2019-08-30 Tom Tromey <tom@tromey.com>
1661
1662 * tui/tui-winsource.h (struct tui_source_window_base)
1663 <refresh_all>: Don't declare.
1664 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
1665 Remove.
1666 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
1667 tui_show_locator_content.
1668 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
1669 declare.
1670 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
1671 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
1672 declare.
1673
1674 2019-08-30 Tom Tromey <tom@tromey.com>
1675
1676 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
1677
1678 2019-08-30 Tom Tromey <tom@tromey.com>
1679
1680 * tui/tui-stack.c (_initialize_tui_stack): Move later.
1681 Remove unnecessary forward declarations.
1682
1683 2019-08-30 Tom Tromey <tom@tromey.com>
1684
1685 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
1686 rerender.
1687 (tui_update_locator_fullname, tui_show_frame_info): Don't call
1688 tui_show_locator_content.
1689
1690 2019-08-30 Tom Tromey <tom@tromey.com>
1691
1692 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
1693 (tui_locator_window::rerender): Rewrite using body of previous
1694 tui_show_locator_content.
1695
1696 2019-08-30 Tom Tromey <tom@tromey.com>
1697
1698 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
1699 set_locator_fullname>: New methods.
1700 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1701 Rename from tui_set_locator_fullname.
1702 (tui_locator_window::set_locator_info): Rename from
1703 tui_set_locator_info. Return bool.
1704 (tui_update_locator_fullname, tui_show_frame_info): Update.
1705
1706 2019-08-30 Tom Tromey <tom@tromey.com>
1707
1708 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
1709
1710 2019-08-30 Tom Tromey <tom@tromey.com>
1711
1712 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
1713 call touchwin.
1714
1715 2019-08-30 Tom Tromey <tom@tromey.com>
1716
1717 * tui/tui-wingeneral.c (box_win): Assume win_info and
1718 win_info->handle cannot be NULL.
1719
1720 2019-08-30 Tom Tromey <tom@tromey.com>
1721
1722 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
1723 refresh_window>: Declare.
1724 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
1725 resize.
1726 (tui_data_item_window::rerender): Rename from
1727 tui_display_register.
1728 (tui_data_item_window::refresh_window): New method.
1729 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
1730 no-op.
1731
1732 2019-08-30 Tom Tromey <tom@tromey.com>
1733
1734 * tui/tui-regs.h (struct tui_data_window) <regs_content,
1735 regs_column_count, current_group>: Move later. Now private.
1736 <get_current_group>: New method.
1737 * tui/tui-regs.c (tui_reg_command): Update.
1738 * tui/tui-layout.c (tui_set_layout): Update.
1739
1740 2019-08-30 Tom Tromey <tom@tromey.com>
1741
1742 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
1743 (tui_data_window::rerender): Don't call
1744 check_and_display_highlight_if_needed.
1745 (tui_data_window::refresh_all): Remove call to
1746 erase_data_content.
1747
1748 2019-08-30 Tom Tromey <tom@tromey.com>
1749
1750 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1751 (tui_data_window::display_registers_from)
1752 (tui_data_window::display_reg_element_at_line)
1753 (tui_data_window::display_registers_from_line): Remove checks of
1754 "empty".
1755
1756 2019-08-30 Tom Tromey <tom@tromey.com>
1757
1758 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
1759 Don't declare.
1760 * tui/tui-regs.c (tui_data_window::show_registers): Call
1761 rerender.
1762 (tui_data_window::rerender): Rename from display_all_data.
1763 (tui_data_window::rerender): Remove old implementation.
1764
1765 2019-08-30 Tom Tromey <tom@tromey.com>
1766
1767 * tui/tui-regs.c (tui_data_window::display_all_data): Change
1768 text.
1769 * tui/tui-data.h (NO_DATA_STRING): Remove define.
1770
1771 2019-08-29 Bernhard Wodok <barto@gmx.net>
1772 Sergio Durigan Junior <sergiodj@redhat.com>
1773
1774 PR win32/24284
1775 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
1776
1777 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1778
1779 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
1780 when searching for types.
1781
1782 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1783
1784 * f-lang.c (f_language_defn): Use f_print_typedef.
1785 * f-lang.h (f_print_typedef): Declare.
1786 * f-typeprint.c (f_print_typedef): Define.
1787
1788 2019-08-27 Christian Biesinger <cbiesinger@google.com>
1789
1790 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
1791
1792 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * cli/cli-utils.c (info_print_options_defs): Delete.
1795 (make_info_print_options_def_group): Delete.
1796 (extract_info_print_options): Delete.
1797 (info_print_command_completer): Delete.
1798 (info_print_args_help): Add extra parameter, and optionally
1799 include text about -n flag.
1800 * cli/cli-utils.h (struct info_print_options): Delete.
1801 (extract_info_print_options): Delete declaration.
1802 (info_print_command_completer): Delete declaration.
1803 (info_print_args_help): Add extra parameter, extend header
1804 comment.
1805 * python/python.c (gdbpy_rbreak): Pass additional parameter to
1806 search_symbols.
1807 * stack.c (struct info_print_options): New type.
1808 (info_print_options_defs): New file scoped variable.
1809 (make_info_print_options_def_group): New static function.
1810 (info_print_command_completer): New static function.
1811 (info_locals_command): Update to use new local functions.
1812 (info_args_command): Likewise.
1813 (_initialize_stack): Add extra parameter to calls to
1814 info_print_args_help.
1815 * symtab.c (search_symbols): Add extra parameter, use this to
1816 possibly excluse non-debug symbols.
1817 (symtab_symbol_info): Add extra parameter, which is passed on to
1818 search_symbols.
1819 (struct info_print_options): New type.
1820 (info_print_options_defs): New file scoped variable.
1821 (make_info_print_options_def_group): New static function.
1822 (info_print_command_completer): New static function.
1823 (info_variables_command): Update to use local functions, and pass
1824 extra parameter through to symtab_symbol_info.
1825 (info_functions_command): Likewise.
1826 (info_types_command): Pass additional argument through to
1827 symtab_symbol_info.
1828 (rbreak_command): Pass extra argument to search_symbols.
1829 (_initialize_symtab): Add extra arguments for calls to
1830 info_print_args_help, and update help text for 'info variables',
1831 'whereis', and 'info functions' commands.
1832 * symtab.h (search_symbols): Add extra argument to declaration.
1833 * NEWS: Mention new flags.
1834
1835 2019-08-26 Christian Biesinger <cbiesinger@google.com>
1836
1837 * symtab.c (lookup_static_symbol): Call the new function (and move
1838 it down to be next to lookup_global_symbol).
1839 (struct global_sym_lookup_data): Add block_enum member and rename to...
1840 (struct global_or_static_sym_lookup_data): ...this.
1841 (lookup_symbol_global_iterator_cb): Pass block_index instead of
1842 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
1843 (lookup_symbol_global_or_static_iterator_cb): ...this.
1844 (lookup_global_or_static_symbol): New function.
1845 (lookup_global_symbol): Call new function.
1846
1847 2019-08-26 Tom de Vries <tdevries@suse.de>
1848
1849 PR c++/24852
1850 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
1851 when pc_probe.prob == NULL.
1852
1853 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1854
1855 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
1856 variable symbol_linkage to symbol_linkage_.
1857
1858 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
1859
1860 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
1861 represent whether the symbol is static, dynamic, or we don't
1862 know.
1863
1864 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
1865
1866 * gdb/rx-tdep.c (rx_register_names): New.
1867 (rx_register_name): Delete.
1868 (rx_psw_type): Delete.
1869 (rx_fpsw_type): Delete.
1870 (rx_register_type): Delete.
1871 (rx_gdbarch_init): Convert target-descriptions.
1872 (_initialize_rx_tdep): Add initialize_tdesc_rx.
1873 * gdb/features/Makefile: Add rx.xml.
1874 * gdb/features/rx.xml: New.
1875 * gdb/features/rx.c: Generated.
1876 * gdb/NEWS: Mention target description support.
1877
1878 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1879
1880 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
1881 *slot_ptr.
1882
1883 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
1884
1885 * configure.ac: Don't check for 'dlfcn.h' (moved to
1886 gdbsupport/common.m4).
1887 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
1888 'gdbsupport/'.
1889 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
1890 * compile/compile-c-support.c: Include
1891 'gdbsupport/gdb-dlfcn.h'.
1892 * gdbsupport/common.m4: Check for 'dlfcn.h'.
1893 * gdb-dlfcn.c: Move to...
1894 * gdbsupport/gdb-dlfcn.c: ... here.
1895 * gdb-dlfcn.h: Move to...
1896 * gdbsupport/gdb-dlfcn.h: ... here.
1897
1898 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
1899
1900 * nios2-tdep.c (struct reg_value): Improve comments. Make
1901 the offset field signed.
1902
1903 2019-08-22 Christian Biesinger <cbiesinger@google.com>
1904
1905 * python/lib/gdb/__init__.py (_execute_file): New function.
1906 * python/python.c (python_run_simple_file): Call gdb._execute_file
1907 on Windows.
1908
1909 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
1910
1911 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
1912 all uses as this was never set to anything but a zero value.
1913
1914 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
1915
1916 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
1917
1918 2019-08-21 Christian Biesinger <cbiesinger@google.com>
1919
1920 * tui/tui-data.h (tui_gen_win_info): Add an =default
1921 move constructor, required by some GCC versions.
1922
1923 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
1924
1925 * go32-nat.c (go32_sysinfo): Add hygon_p.
1926
1927 2019-08-20 Tom Tromey <tom@tromey.com>
1928
1929 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
1930 line_from_reg_element_no, first_reg_element_no_inline,
1931 display_all_data, delete_data_content_windows,
1932 erase_data_content>: Now private.
1933
1934 2019-08-20 Tom Tromey <tom@tromey.com>
1935
1936 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
1937 (tui_unhighlight_win, tui_highlight_win)
1938 (tui_win_info::make_window): Update.
1939 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
1940
1941 2019-08-20 Tom Tromey <tom@tromey.com>
1942
1943 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1944 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1945 (MAX_PID_WIDTH): Move to tui-stack.c.
1946 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
1947 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
1948 (MAX_PID_WIDTH): Move from tui-data.h.
1949
1950 2019-08-20 Tom Tromey <tom@tromey.com>
1951
1952 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
1953 * tui/tui-wingeneral.c (box_win): Change type of win_info.
1954 (box_win): Update.
1955 (tui_gen_win_info::make_window): Rename from tui_make_window.
1956 (tui_win_info::make_window): New method.
1957 (tui_gen_win_info::make_visible): Update.
1958 * tui/tui-source.c (tui_source_window::set_contents): Update.
1959 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
1960 (tui_data_window::display_registers_from): Update.
1961 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
1962 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
1963 Declare.
1964 <can_box>: Remove.
1965 <title>: Remove.
1966 (struct tui_win_info) <make_window>: Declare.
1967 <can_box>: Now virtual.
1968 <title>: New member.
1969 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
1970 * tui/tui-command.c (tui_cmd_window::resize): Update.
1971
1972 2019-08-20 Tom Tromey <tom@tromey.com>
1973
1974 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
1975 * tui/tui-regs.c (tui_data_window::show_registers): Update.
1976 (tui_data_window::check_register_values): Update.
1977
1978 2019-08-20 Tom Tromey <tom@tromey.com>
1979
1980 * tui/tui-regs.h (struct tui_data_window): Use
1981 DISABLE_COPY_AND_ASSIGN.
1982 <regs_content>: Change type, removing unique_ptr.
1983 <tui_data_window>: Add move constructor.
1984 * tui/tui-regs.c (tui_data_window::show_registers)
1985 (tui_data_window::show_register_group)
1986 (tui_data_window::display_registers_from)
1987 (tui_data_window::display_registers_from)
1988 (tui_data_window::first_data_item_displayed)
1989 (tui_data_window::delete_data_content_windows)
1990 (tui_data_window::rerender, tui_data_window::refresh_window)
1991 (tui_data_window::check_register_values): Update.
1992
1993 2019-08-20 Tom Tromey <tom@tromey.com>
1994
1995 * tui/tui-regs.h (struct tui_data_window) <show_registers,
1996 show_register_group>: Declare.
1997 (tui_show_register_group): Don't declare.
1998 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
1999 tui_show_registers.
2000 (tui_data_window::show_register_group): Rename from
2001 tui_show_register_group.
2002 (tui_data_window::check_register_values, tui_reg_command):
2003 Update.
2004 * tui/tui-layout.c (tui_set_layout): Update.
2005
2006 2019-08-20 Tom Tromey <tom@tromey.com>
2007
2008 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2009 Declare.
2010 (tui_check_register_values): Don't declare.
2011 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2012 from tui_check_register_values.
2013 * tui/tui-hooks.c (tui_register_changed): Update.
2014
2015 2019-08-20 Tom Tromey <tom@tromey.com>
2016
2017 * tui/tui-regs.c (tui_reg_layout): Move later.
2018 (tui_show_registers): Don't enable TUI mode or change layout.
2019
2020 2019-08-20 Tom Tromey <tom@tromey.com>
2021
2022 * tui/tui-regs.h (struct tui_data_item_window)
2023 <~tui_data_item_window>: Remove.
2024 <content>: Now a unique_xmalloc_ptr.
2025 * tui/tui-regs.c (tui_register_format): Return a
2026 unique_xmalloc_ptr.
2027 (tui_get_register): Update.
2028 (~tui_data_item_window): Remove.
2029 (tui_data_window::display_registers_from, tui_display_register):
2030 Update.
2031 * tui/tui-io.h (tui_expand_tabs): Update.
2032 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2033 Remove "col" parameter.
2034
2035 2019-08-20 Tom Tromey <tom@tromey.com>
2036
2037 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2038 field.
2039 * tui/tui-regs.c (~tui_data_item_window): Update.
2040
2041 2019-08-20 Tom Tromey <tom@tromey.com>
2042
2043 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2044 earlier.
2045
2046 2019-08-20 Tom Tromey <tom@tromey.com>
2047
2048 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2049
2050 2019-08-20 Tom Tromey <tom@tromey.com>
2051
2052 * tui/tui-source.h (struct tui_source_window): Update.
2053 * tui/tui-regs.c (tui_show_registers): Update.
2054 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2055 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2056 (NO_REGS_STRING): Remove defines.
2057
2058 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
2059
2060 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2061 unnecessary thread walk if remote doesn't support the packet.
2062
2063 2019-08-19 Tom Tromey <tromey@adacore.com>
2064
2065 * python/py-value.c (value_has_field): Fix indentation.
2066
2067 2019-08-19 Tom Tromey <tromey@adacore.com>
2068
2069 * printcmd.c (do_one_display, info_display_command): Update.
2070 * block.h (contained_in): Return bool. Add allow_nested
2071 parameter.
2072 * block.c (contained_in): Return bool. Add allow_nested
2073 parameter.
2074
2075 2019-08-19 Tom Tromey <tom@tromey.com>
2076
2077 * configure: Rebuild.
2078 * configure.ac: Disallow the combination of -static-libstdc++ and
2079 source highlight.
2080 * source-cache.c (get_language_name): Handle rust.
2081 (source_cache::get_source_lines): Ignore highlighting exceptions.
2082
2083 2019-08-16 Tom Tromey <tom@tromey.com>
2084
2085 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
2086 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
2087 (struct tui_source_window_base) <make_visible, refresh_window,
2088 resize>: Remove methods.
2089 <execution_info>: Remove field.
2090 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
2091 (tui_show_source_line, tui_source_window_base)
2092 (~tui_source_window_base): Update.
2093 (tui_source_window_base::resize)
2094 (tui_source_window_base::make_visible)
2095 (tui_source_window_base::refresh_window): Remove.
2096 (tui_source_window_base::update_exec_info): Update.
2097 * tui/tui-source.c (tui_source_window::set_contents): Update.
2098 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2099
2100 2019-08-16 Tom Tromey <tom@tromey.com>
2101
2102 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2103 deprecated_query_hook.
2104
2105 2019-08-16 Tom Tromey <tom@tromey.com>
2106
2107 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2108 (tui_update_source_windows_with_line): Update.
2109 * tui/tui-source.h (struct tui_source_window)
2110 <show_symtab_source>: Declare.
2111 (tui_show_symtab_source): Don't declare.
2112 * tui/tui-source.c (tui_show_symtab_source): Rename from
2113 tui_show_symtab_source.
2114
2115 2019-08-16 Tom Tromey <tom@tromey.com>
2116
2117 * tui/tui-winsource.h (struct tui_source_window_base)
2118 <set_contents>: Declare.
2119 * tui/tui-winsource.c
2120 (tui_source_window_base::update_source_window_as_is): Update.
2121 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2122 Declare.
2123 (tui_set_source_content): Don't declare.
2124 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2125 tui_set_source_content.
2126 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2127 Declare.
2128 (tui_set_disassem_content): Don't declare.
2129 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2130 tui_set_disassem_content.
2131
2132 2019-08-16 Tom Tromey <tom@tromey.com>
2133
2134 * tui/tui-winsource.h (struct tui_source_window_base)
2135 <update_breakpoint_info>: Declare.
2136 (tui_update_breakpoint_info): Don't declare.
2137 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2138 (tui_update_all_breakpoint_info): Update.
2139 (tui_source_window_base::update_breakpoint_info): Rename from
2140 tui_update_breakpoint_info.
2141 (tui_source_window_base::update_exec_info): Update.
2142
2143 2019-08-16 Tom Tromey <tom@tromey.com>
2144
2145 * tui/tui-winsource.h (struct tui_source_window_base)
2146 <update_source_window>: Declare.
2147 (tui_update_source_window): Don't declare.
2148 * tui/tui-winsource.c
2149 (tui_source_window_base::update_source_window): Rename from
2150 tui_update_source_window.
2151 (tui_source_window_base::rerender): Update.
2152 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2153 * tui/tui-disasm.c (tui_show_disassem)
2154 (tui_show_disassem_and_update_source)
2155 (tui_disasm_window::maybe_update): Update.
2156
2157 2019-08-16 Tom Tromey <tom@tromey.com>
2158
2159 * tui/tui-winsource.h (struct tui_source_window_base)
2160 <update_source_window_as_is>: Declare.
2161 (tui_update_source_window_as_is): Don't declare.
2162 * tui/tui-winsource.c (tui_update_source_window): Update
2163 (tui_source_window_base::update_source_window_as_is): Rename from
2164 tui_update_source_window_as_is.
2165 (tui_source_window_base::refill): Update.
2166 * tui/tui-source.c (tui_show_symtab_source): Update.
2167 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2168 Update.
2169
2170 2019-08-16 Tom Tromey <tom@tromey.com>
2171
2172 * tui/tui-winsource.h (tui_update_source_window)
2173 (tui_update_source_window_as_is): Remove "noerror" parameter.
2174 * tui/tui-winsource.c (tui_update_source_window)
2175 (tui_update_source_window_as_is): Remove "noerror" parameter.
2176 (tui_update_source_windows_with_addr)
2177 (tui_update_source_windows_with_line)
2178 (tui_source_window_base::rerender)
2179 (tui_source_window_base::refill): Update.
2180 * tui/tui-source.h (tui_set_source_content)
2181 (tui_show_symtab_source): Remove "noerror" parameter.
2182 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2183 parameter.
2184 (tui_show_symtab_source): Likewise.
2185 (tui_source_window::maybe_update): Update.
2186 * tui/tui-disasm.c (tui_show_disassem)
2187 (tui_show_disassem_and_update_source)
2188 (tui_disasm_window::do_scroll_vertical)
2189 (tui_disasm_window::maybe_update): Update.
2190
2191 2019-08-16 Tom Tromey <tom@tromey.com>
2192
2193 * tui/tui.c (tui_is_window_visible): Update.
2194 * tui/tui-wingeneral.c (tui_make_window)
2195 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2196 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2197 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2198 (tui_set_win_height_command, parse_scrolling_args): Update.
2199 * tui/tui-source.c (tui_source_window::style_changed): Update.
2200 * tui/tui-regs.c (tui_show_registers)
2201 (tui_data_window::first_data_item_displayed)
2202 (tui_data_window::delete_data_content_windows)
2203 (tui_check_register_values, tui_reg_command): Update.
2204 * tui/tui-disasm.c (tui_show_disassem): Update.
2205 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2206 method.
2207 <is_visible>: Remove field.
2208 * tui/tui-data.c (tui_next_win, tui_prev_win)
2209 (tui_delete_invisible_windows): Update.
2210
2211 2019-08-16 Tom Tromey <tom@tromey.com>
2212
2213 * tui/tui-winsource.h (struct tui_source_window_base)
2214 <m_has_locator>: Remove.
2215 * tui/tui-layout.c (show_source_disasm_command, show_data)
2216 (show_source_or_disasm_and_command): Update.
2217
2218 2019-08-16 Alan Hayward <alan.hayward@arm.com>
2219
2220 * NEWS (Other MI changes): New subsection.
2221 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2222 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2223 * arch-utils.c (default_get_pc_address_flags): New function.
2224 * arch-utils.h (default_get_pc_address_flags): New declaration.
2225 * gdbarch.sh: Add get_pc_address_flags.
2226 * gdbarch.c: Regenerate.
2227 * gdbarch.h: Likewise.
2228 * stack.c (print_pc): New function.
2229 (print_frame_info) (print_frame): Call print_pc.
2230
2231 2019-08-16 Tom de Vries <tdevries@suse.de>
2232
2233 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2234 print_objfile_section_info.
2235
2236 2019-08-15 Tom Tromey <tom@tromey.com>
2237
2238 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2239 calling update_cmdwin_start_line.
2240 * tui/tui-winsource.h (struct tui_source_window_base)
2241 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2242 <rerender>: Declare.
2243 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2244 Call rerender.
2245 (tui_source_window_base::set_new_height): Remove.
2246 (tui_source_window_base::rerender): Rename from
2247 do_make_visible_with_new_height.
2248 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2249 resize method.
2250 (tui_win_info::make_invisible_and_set_new_height)
2251 (tui_win_info::make_visible_with_new_height): Remove.
2252 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2253 Declare.
2254 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2255 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2256 do_make_visible_with_new_height>: Don't declare.
2257 <rerender>: Declare.
2258 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2259 set_new_height.
2260 (tui_data_window::do_make_visible_with_new_height): Remove.
2261 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2262 call tui_show_locator_content.
2263 (tui_gen_win_info::resize): Call rerender.
2264 (show_source_or_disasm_and_command): Don't call
2265 tui_show_locator_content.
2266 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2267 method.
2268 (struct tui_win_info) <rerender>: Declare.
2269 <set_new_height, make_invisible_and_set_new_height,
2270 make_visible_with_new_height>: Don't declare.
2271 * tui/tui-data.c (tui_win_list::rerender): New method.
2272 * tui/tui-command.h (struct tui_cmd_window)
2273 <do_make_visible_with_new_height>: Don't declare.
2274 * tui/tui-command.c
2275 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2276
2277 2019-08-15 Tom Tromey <tromey@adacore.com>
2278
2279 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2280 * ada-lang.c (ada_enum_name): Likewise.
2281
2282 2019-08-15 Christian Biesinger <cbiesinger@google.com>
2283
2284 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2285 leading underscore.
2286 (GdbOutputErrorFile): Likewise.
2287 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2288 accordingly.
2289 (execute_unwinders): Rename to have a leading underscore.
2290 (auto_load_packages): Likewise.
2291 (global scope): Adjust call to auto_load_packages accordingly.
2292 (GdbSetPythonDirectory): Likewise.
2293 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2294 instead of execute_unwinders.
2295
2296 2019-08-15 Tom Tromey <tom@tromey.com>
2297
2298 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2299 (show_data): Don't change window visibility.
2300 (tui_gen_win_info::resize): Remove special case for command
2301 window. Use wresize, when available.
2302 (show_source_or_disasm_and_command): Don't change window
2303 visibility.
2304 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2305 <make_visible>: New method.
2306 * tui/tui-command.c (tui_cmd_window::resize): New method.
2307
2308 2019-08-15 Tom Tromey <tom@tromey.com>
2309
2310 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2311 (struct tui_source_windows): New.
2312 * tui/tui-winsource.c (tui_display_main): Update.
2313 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2314 (new_height_ok, parse_scrolling_args): Update.
2315 * tui/tui-layout.c (show_layout, show_data): Update.
2316 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2317 (tui_add_to_source_windows): Don't declare.
2318 * tui/tui-data.c (source_windows, tui_source_windows)
2319 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2320
2321 2019-08-15 Tom Tromey <tom@tromey.com>
2322
2323 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2324 Rename from reset.
2325 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2326 * tui/tui-layout.c (show_source_disasm_command, show_data):
2327 Update.
2328 (tui_gen_win_info::resize): Rename.
2329 (show_source_or_disasm_and_command): Update.
2330 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2331 reset.
2332
2333 2019-08-15 Tom Tromey <tom@tromey.com>
2334
2335 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2336 * tui/tui-interp.c (tui_interp::init): Don't call
2337 tui_initialize_static_data.
2338 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2339
2340 2019-08-15 Tom Tromey <tom@tromey.com>
2341
2342 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2343 examine tui_win_list.
2344
2345 2019-08-15 Tom Tromey <tom@tromey.com>
2346
2347 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2348 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2349 tui_clear_source_content.
2350 (tui_clear_source_content): Remove.
2351 (tui_source_window_base::do_erase_source_content): Hoist call to
2352 content.clear().
2353 * tui/tui-stack.c (tui_show_frame_info): Don't call
2354 tui_clear_source_content.
2355
2356 2019-08-15 Tom Tromey <tom@tromey.com>
2357
2358 * tui/tui-winsource.h (struct tui_source_window_base)
2359 <do_erase_source_content>: New method.
2360 <erase_source_content>: New method.
2361 (tui_erase_source_content): Don't declare.
2362 * tui/tui-winsource.c (tui_clear_source_content): Update.
2363 (tui_source_window_base::do_erase_source_content): Rename from
2364 tui_erase_source_content.
2365 (tui_source_window_base::show_source_content): Update.
2366 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2367 * tui/tui-source.h (struct tui_source_window)
2368 <erase_source_content>: New method.
2369 * tui/tui-disasm.h (struct tui_disasm_window)
2370 <erase_source_content>: New method.
2371
2372 2019-08-15 Tom Tromey <tom@tromey.com>
2373
2374 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2375 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2376 constructor.
2377 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2378 * tui/tui-source.c (tui_set_source_content): Update.
2379 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2380
2381 2019-08-15 Tom Tromey <tom@tromey.com>
2382
2383 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2384 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2385 tui-source.c.
2386 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2387 Declare.
2388 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2389 method.
2390 (tui_source_window::maybe_update): Update.
2391
2392 2019-08-15 Tom Tromey <tom@tromey.com>
2393
2394 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2395 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2396 tui-disasm.c.
2397 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2398 Declare.
2399 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2400 method.
2401 (tui_disasm_window::maybe_update): Update.
2402
2403 2019-08-15 Tom Tromey <tom@tromey.com>
2404
2405 * tui/tui-winsource.h (struct tui_source_window_base)
2406 <maybe_update>: Declare.
2407 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2408 method.
2409 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2410 Declare.
2411 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2412 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2413 Declare.
2414 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2415
2416 2019-08-15 Tom Tromey <tom@tromey.com>
2417
2418 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2419
2420 2019-08-15 Tom Tromey <tom@tromey.com>
2421
2422 * tui/tui-wingeneral.c: Include tui-stack.h.
2423 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2424 (struct tui_locator_window): Move from tui-data.h.
2425 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2426 (tui_initialize_static_data): Move from tui-data.c.
2427 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2428 (struct tui_locator_window): Move to tui-stack.c.
2429 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2430 (tui_initialize_static_data): Move to tui-stack.c.
2431
2432 2019-08-15 Tom Tromey <tom@tromey.com>
2433
2434 * tui/tui-layout.c (show_source_disasm_command)
2435 (show_source_or_disasm_and_command): Use make_visible method, not
2436 tui_make_window.
2437 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2438 Remove.
2439
2440 2019-08-15 Tom Tromey <tom@tromey.com>
2441
2442 * tui/tui-wingeneral.h (tui_make_window): Update.
2443 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2444 parameter.
2445 (tui_gen_win_info::make_visible): Update.
2446 * tui/tui-regs.c (tui_data_window::display_registers_from):
2447 Update.
2448 * tui/tui-layout.c (show_source_disasm_command)
2449 (show_source_or_disasm_and_command): Update.
2450 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2451 (enum tui_box): Remove.
2452 (struct tui_win_info) <can_box>: New method.
2453 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2454 method.
2455
2456 2019-08-15 Tom de Vries <tdevries@suse.de>
2457
2458 * linux-nat-trad.c: Include gdbarch.h.
2459
2460 2019-08-14 Alan Hayward <alan.hayward@arm.com>
2461
2462 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2463 register sizes.
2464
2465 2019-08-14 Tom Tromey <tromey@adacore.com>
2466
2467 * darwin-nat.c: Include gdbarch.h.
2468 * darwin-nat-info.c: Include gdbarch.h.
2469
2470 2019-08-13 Tom Tromey <tom@tromey.com>
2471
2472 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2473 Remove.
2474 * tui/tui-data.c (tui_initialize_static_data): Update.
2475
2476 2019-08-13 Tom Tromey <tom@tromey.com>
2477
2478 * tui/tui-winsource.h (struct tui_exec_info_window)
2479 <~tui_exec_info_window, maybe_allocate_content, get_content,
2480 m_content>: Remove.
2481 (struct tui_source_window_base) <set_exec_info_content,
2482 show_exec_info_content>: Don't declare.
2483 * tui/tui-winsource.c
2484 (tui_exec_info_window::maybe_allocate_content): Remove.
2485 (tui_source_window_base::update_exec_info): Rename from
2486 set_exec_info_content.
2487 (tui_source_window_base::show_exec_info_content)
2488 (tui_source_window_base::update_exec_info): Remove.
2489
2490 2019-08-13 Tom Tromey <tom@tromey.com>
2491
2492 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2493 declare.
2494 * tui/tui-winsource.c (tui_update_source_window_as_is)
2495 (tui_update_source_windows_with_addr, tui_erase_source_content):
2496 Update.
2497 (tui_clear_exec_info_content): Remove.
2498
2499 2019-08-13 Tom Tromey <tom@tromey.com>
2500
2501 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2502 declare.
2503 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2504 call tui_erase_exec_info_content.
2505 (tui_clear_exec_info_content): Rename from
2506 tui_erase_exec_info_content.
2507 (tui_clear_exec_info_content): Delete.
2508
2509 2019-08-13 Tom Tromey <tom@tromey.com>
2510
2511 * tui/tui-winsource.h (struct tui_source_window_base)
2512 <show_exec_info_content>: Declare.
2513 (tui_show_exec_info_content): Don't declare.
2514 * tui/tui-winsource.c
2515 (tui_source_window_base::show_exec_info_content): Rename from
2516 tui_show_exec_info_content.
2517 (tui_source_window_base::update_exec_info): Update.
2518
2519 2019-08-13 Tom Tromey <tom@tromey.com>
2520
2521 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2522 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2523 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2524 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2525 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2526 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2527 ... here.
2528
2529 2019-08-13 Tom Tromey <tom@tromey.com>
2530
2531 * tui/tui-winsource.h (struct tui_source_window_base)
2532 <update_exec_info>: Declare.
2533 (tui_update_exec_info): Don't declare.
2534 * tui/tui-winsource.c (tui_update_source_window_as_is)
2535 (tui_source_window_base::refresh_all)
2536 (tui_update_all_breakpoint_info): Update.
2537 (tui_source_window_base::update_exec_info): Rename from
2538 tui_update_exec_info.
2539 * tui/tui-stack.c (tui_show_frame_info): Update.
2540
2541 2019-08-13 Tom Tromey <tom@tromey.com>
2542
2543 * tui/tui-winsource.h (struct tui_source_window_base)
2544 <set_exec_info_content>: Declare.
2545 (tui_set_exec_info_content): Don't declare.
2546 * tui/tui-winsource.c
2547 (tui_source_window_base::set_exec_info_content): Rename from
2548 tui_set_exec_info_content.
2549 (tui_update_exec_info): Update.
2550
2551 2019-08-13 Tom Tromey <tom@tromey.com>
2552
2553 * tui/tui-winsource.h (struct tui_source_window_base)
2554 <show_source_content>: Declare.
2555 (tui_show_source_content): Don't declare.
2556 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2557 (tui_source_window_base::show_source_content): Rename from
2558 tui_show_source_content.
2559 (tui_source_window_base::refresh_all): Update.
2560 * tui/tui-layout.c (show_source_disasm_command)
2561 (show_source_or_disasm_and_command): Update.
2562
2563 2019-08-13 Tom Tromey <tom@tromey.com>
2564
2565 * tui/tui-winsource.c (tui_erase_source_content)
2566 (tui_show_source_content, tui_source_window_base::refresh_all):
2567 Update.
2568 * tui/tui-wingeneral.h
2569 (tui_check_and_display_highlight_if_needed): Don't declare.
2570 * tui/tui-wingeneral.c
2571 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2572 check_and_display_highlight_if_needed.
2573 * tui/tui-win.c (tui_rehighlight_all)
2574 (tui_win_info::make_visible_with_new_height): Update.
2575 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2576 (tui_data_window::erase_data_content)
2577 (tui_data_window::display_all_data): Update.
2578 * tui/tui-data.h (struct tui_win_info)
2579 <check_and_display_highlight_if_needed>: Declare.
2580
2581 2019-08-13 Tom Tromey <tom@tromey.com>
2582
2583 * tui/tui-win.c (tui_resize_all): Call
2584 tui_delete_invisible_windows.
2585 * tui/tui-layout.c (show_layout): Call
2586 tui_delete_invisible_windows.
2587 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2588 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2589
2590 2019-08-13 Tom Tromey <tom@tromey.com>
2591
2592 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
2593 tui_add_win_to_layout.
2594
2595 2019-08-13 Tom Tromey <tom@tromey.com>
2596
2597 * tui/tui-layout.h (tui_default_win_height): Don't declare.
2598 * tui/tui-layout.c (tui_default_win_height): Now static.
2599
2600 2019-08-13 Tom Tromey <tom@tromey.com>
2601
2602 * tui/tui-layout.c (show_layout): Unify all layout cases into a
2603 single switch.
2604 (show_source_disasm_command, show_source_or_disasm_and_command):
2605 Don't check current layout.
2606
2607 2019-08-13 Tom Tromey <tom@tromey.com>
2608
2609 * tui/tui-wingeneral.c (make_all_visible): Remove.
2610 (tui_make_all_invisible): Simplify.
2611 * tui/tui-layout.c (tui_make_all_invisible): Move from
2612 tui-wingeneral.c; simplify.
2613 (show_layout): Hoist call to tui_make_all_invisible.
2614 (show_data): Don't call tui_make_all_invisible.
2615
2616 2019-08-13 Tom Tromey <tom@tromey.com>
2617
2618 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
2619 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
2620
2621 2019-08-13 Tom Tromey <tom@tromey.com>
2622
2623 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
2624 tui-data.c.
2625 (show_source_disasm_command, show_data)
2626 (show_source_or_disasm_and_command): Don't use
2627 tui_set_current_layout_to.
2628 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
2629 * tui/tui-data.c (current_layout, tui_current_layout): Move to
2630 tui-layout.c.
2631 (tui_set_current_layout_to): Remove.
2632
2633 2019-08-13 Tom Tromey <tom@tromey.com>
2634
2635 * tui/tui-layout.c (tui_set_layout): Update.
2636 * tui/tui-data.h (struct tui_layout_def): Remove.
2637 (tui_layout_def): Don't declare.
2638 * tui/tui-data.c (layout_def): Remove.
2639 (tui_layout_def): Remove.
2640
2641 2019-08-13 Tom Tromey <tom@tromey.com>
2642
2643 * tui/tui-winsource.h (struct tui_source_window_base)
2644 <clear_detail>: No longer "override".
2645 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
2646 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
2647 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
2648 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
2649 Remove.
2650 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
2651
2652 2019-08-13 Tom Tromey <tromey@adacore.com>
2653
2654 * tracepoint.c: Don't include readline.h or history.h.
2655
2656 2019-08-12 Tom Tromey <tom@tromey.com>
2657
2658 * configure: Rebuild.
2659 * configure.ac: Check for readline 7.
2660 * NEWS: Mention readline 7 requirement.
2661 * README: Update.
2662
2663 2019-08-12 Tom Tromey <tom@tromey.com>
2664
2665 * mingw-hdep.c (gdb_select): Remove readline hack.
2666
2667 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2668
2669 * blockframe.c (find_pc_partial_function): Set *block to nullptr
2670 when the function fails.
2671
2672 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
2673
2674 * s390-tdep.c (s390_type_align): New function.
2675 (s390_gdbarch_init): Set it as type_align gdbarch method.
2676
2677 2019-08-09 Tom de Vries <tdevries@suse.de>
2678
2679 PR gdb/24591
2680 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
2681 pc_low with relocation offset.
2682
2683 2019-08-07 Tom Tromey <tromey@adacore.com>
2684
2685 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
2686 (print_frame_args): Update.
2687 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
2688 Update.
2689 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
2690 * frame.h (struct frame_arg): Add initializers.
2691 <error>: Now a unique_xmalloc_ptr.
2692
2693 2019-08-07 Alan Hayward <alan.hayward@arm.com>
2694
2695 * NEWS: Expand the Pointer Authentication entry.
2696 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
2697 (aarch64_frame_unmask_lr): ... to this.
2698 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
2699 Call aarch64_frame_unmask_lr.
2700 * frame.c (struct frame_info): Add "masked" variable.
2701 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
2702 (fprint_frame): Check for masked pc.
2703 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
2704 declarations.
2705 * python/py-framefilter.c (py_print_frame): Check for masked pc.
2706 * stack.c (print_frame): Check for masked pc.
2707
2708 2019-08-06 Tom Tromey <tom@tromey.com>
2709
2710 * stabsread.c (patch_block_stabs, read_one_struct_field)
2711 (read_enum_type): Use obstack_strndup.
2712 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
2713 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
2714 * dwarf2read.c (guess_full_die_structure_name)
2715 (anonymous_struct_prefix): Use obstack_strndup.
2716 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
2717 * c-exp.y (yylex): Use obstack_strndup.
2718 * ada-exp.y (write_object_renaming, write_ambiguous_var)
2719 (write_var_or_type): Use obstack_strndup.
2720
2721 2019-08-06 Tom Tromey <tom@tromey.com>
2722
2723 * symfile.c (reread_symbols): Use obstack_strdup.
2724 * stabsread.c (read_type): Use obstack_strdup.
2725 * gdb_obstack.h (obstack_strdup): New overload.
2726 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
2727 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
2728 (dwarf2_canonicalize_name): Use obstack_strdup.
2729 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
2730 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
2731 Use obstack_strdup.
2732
2733 2019-08-06 Tom Tromey <tom@tromey.com>
2734
2735 * gdb_obstack.h (obstack_strdup): Define.
2736 * gdb_obstack.c (obstack_strdup): Don't define.
2737
2738 2019-08-06 Tom Tromey <tom@tromey.com>
2739
2740 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
2741 obstack_strdup.
2742 * typeprint.c (typedef_hash_table::find_global_typedef): Use
2743 obstack_strdup.
2744 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
2745 * stabsread.c (common_block_start): Use obstack_strdup.
2746 * objfiles.c (set_objfile_main_name, objfile): Use
2747 obstack_strdup.
2748 * namespace.c (add_using_directive): Use obstack_strdup.
2749 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
2750 * jit.c (finalize_symtab): Use obstack_strdup.
2751 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
2752 (guess_partial_die_structure_name, partial_die_info::fixup)
2753 (dwarf2_name): Use obstack_strdup.
2754 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
2755 obstack_strdup.
2756 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
2757 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
2758 obstack_strdup.
2759 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
2760
2761 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2762
2763 * unittests/help-doc-selftests.c: New file.
2764 * Makefile.in: Add the new file.
2765
2766 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2767
2768 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
2769 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
2770 the full first line, except when FOR_VALUE_PREFIX. In this case,
2771 the trailing '.' is not output, and the first character is uppercased.
2772 (print_help_for_command): Update call to print_doc_line.
2773 (print_doc_of_command): Likewise.
2774 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
2775 * cli/cli-option.c (append_indented_doc): Do not append newline.
2776 (build_help_option): Append newline after first appended_indented_doc
2777 only if a second call is done.
2778 (build_help): Append 2 new lines before each option, except the first
2779 one.
2780 * compile/compile.c (_initialize_compile): Add new lines after
2781 %OPTIONS%, when not at the end of the help.
2782 Change help doc or code
2783 producing the help doc to respect the invariants.
2784 * maint-test-options.c (_initialize_maint_test_options): Likewise.
2785 Also removed the new line after 'Options:', as all other commands
2786 do not put an empty line between 'Options:' and the first option.
2787 * printcmd.c (_initialize_printcmd): Likewise.
2788 * stack.c (_initialize_stack): Likewise.
2789 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
2790 incorrectly telling COMMAND is optional.
2791 * ada-lang.c (_initialize_ada_language): Change help doc or code
2792 producing the help doc to respect the invariants.
2793 * ada-tasks.c (_initialize_ada_tasks): Likewise.
2794 * breakpoint.c (_initialize_breakpoint): Likewise.
2795 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
2796 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
2797 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
2798 * cli/cli-style.c (cli_style_option::add_setshow_commands,
2799 _initialize_cli_style): Likewise.
2800 * corelow.c (core_target_info): Likewise.
2801 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
2802 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
2803 * filesystem.c (_initialize_filesystem): Likewise.
2804 * frame.c (_initialize_frame): Likewise.
2805 * gnu-nat.c (add_task_commands): Likewise.
2806 * infcall.c (_initialize_infcall): Likewise.
2807 * infcmd.c (_initialize_infcmd): Likewise.
2808 * interps.c (_initialize_interpreter): Likewise.
2809 * language.c (_initialize_language): Likewise.
2810 * linux-fork.c (_initialize_linux_fork): Likewise.
2811 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
2812 * maint.c (_initialize_maint_cmds): Likewise.
2813 * memattr.c (_initialize_mem): Likewise.
2814 * printcmd.c (_initialize_printcmd): Likewise.
2815 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
2816 _RegEx): Likewise.
2817 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
2818 * record-btrace.c (_initialize_record_btrace): Likewise.
2819 * record-full.c (_initialize_record_full): Likewise.
2820 * record.c (_initialize_record): Likewise.
2821 * regcache-dump.c (_initialize_regcache_dump): Likewise.
2822 * regcache.c (_initialize_regcache): Likewise.
2823 * remote.c (add_packet_config_cmd, init_remote_threadtests,
2824 _initialize_remote): Likewise.
2825 * ser-tcp.c (_initialize_ser_tcp): Likewise.
2826 * serial.c (_initialize_serial): Likewise.
2827 * skip.c (_initialize_step_skip): Likewise.
2828 * source.c (_initialize_source): Likewise.
2829 * stack.c (_initialize_stack): Likewise.
2830 * symfile.c (_initialize_symfile): Likewise.
2831 * symtab.c (_initialize_symtab): Likewise.
2832 * target-descriptions.c (_initialize_target_descriptions): Likewise.
2833 * top.c (init_main): Likewise.
2834 * tracefile-tfile.c (tfile_target_info): Likewise.
2835 * tracepoint.c (_initialize_tracepoint): Likewise.
2836 * tui/tui-win.c (_initialize_tui_win): Likewise.
2837 * utils.c (add_internal_problem_command): Likewise.
2838 * valprint.c (value_print_option_defs): Likewise.
2839
2840 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
2841
2842 PR build/24886
2843 * configure.ac: Drop enable-libmcheck support.
2844 * configure, config.in: Rebuild.
2845 * libmcheck.m4: Remove.
2846 * acinclude.m4: Don't include it.
2847 * Makefile.in: Don't distribute it.
2848 * top.c (print_gdb_configuration): Don't mention it.
2849
2850 2019-08-06 Tom Tromey <tom@tromey.com>
2851
2852 * utils.c (set_output_style): Sometimes pass stream to
2853 emit_style_escape.
2854 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
2855 * record-btrace.c (btrace_insn_history): Update.
2856 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
2857 method.
2858 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
2859 Update initializers.
2860 <m_uiout>: New field.
2861 <m_di>: Move lower.
2862 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2863 Remove "uiout" parameter.
2864 (dump_insns): Update.
2865 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
2866 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
2867
2868 2019-08-06 Christian Biesinger <cbiesinger@google.com>
2869
2870 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
2871 (error_in_psymtab_expansion): Likewise.
2872 (lookup_symbol_via_quick_fns): Likewise.
2873 (basic_lookup_transparent_type_quick): Likewise.
2874 (basic_lookup_transparent_type_1): Likewise.
2875
2876 2019-08-06 Tom Tromey <tromey@adacore.com>
2877
2878 * source.c (last_source_error): Now bool.
2879 (print_source_lines_base): Make "noprint" bool. Only open
2880 source file when last_source_visited changes.
2881
2882 2019-08-06 Tom Tromey <tromey@adacore.com>
2883
2884 * annotate.c (annotate_source_line): Use g_source_cache.
2885 * source-cache.c (source_cache::get_plain_source_lines): Change
2886 parameters. Populate m_offset_cache.
2887 (source_cache::ensure): New method.
2888 (source_cache::get_line_charpos): New method.
2889 (extract_lines): Move lower. Change parameters.
2890 (source_cache::get_source_lines): Move lower.
2891 * source-cache.h (class source_cache): Update comment.
2892 <get_line_charpos>: New method.
2893 <get_source_lines>: Update comment.
2894 <clear>: Clear m_offset_cache.
2895 <get_plain_source_lines>: Change parameters.
2896 <ensure>: New method
2897 <m_offset_cache>: New member.
2898 * source.c (forget_cached_source_info_for_objfile): Update.
2899 (info_source_command): Use g_source_cache.
2900 (find_source_lines, open_source_file_with_line_charpos): Remove.
2901 (print_source_lines_base, search_command_helper): Use g_source_cache.
2902 * source.h (open_source_file_with_line_charpos): Don't declare.
2903 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
2904 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
2905 Use g_source_cache.
2906
2907 2019-08-06 Tom Tromey <tromey@adacore.com>
2908
2909 * source-cache.c (source_cache::get_plain_source_lines):
2910 Remove "first_line" and "last_line" parameters.
2911 (source_cache::get_source_lines): Cache plain text.
2912 * source-cache.h (class source_cache)
2913 <get_plain_source_lines>: Update.
2914
2915 2019-08-06 Tom Tromey <tromey@adacore.com>
2916
2917 * source-cache.c (extract_lines): No longer a method.
2918 Changed type of parameter. Include final newline.
2919 (selftests::extract_lines_test): New function.
2920 (_initialize_source_cache): Likewise.
2921 * source-cache.h (class source_cache)
2922 <extract_lines>: Don't declare.
2923
2924 2019-08-06 Tom Tromey <tromey@adacore.com>
2925
2926 * breakpoint.c (init_breakpoint_sal): Update.
2927 (breakpoint): Update.
2928 * breakpoint.h (struct breakpoint) <filter>: Now a
2929 unique_xmalloc_ptr.
2930
2931 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2932
2933 * NEWS: Mention dictionary access on blocks.
2934 * python/py-block.c (blpy_getitem): New function.
2935 (block_object_as_mapping): New struct.
2936 (block_object_type): Use new struct for tp_as_mapping field.
2937
2938 2019-08-05 Christian Biesinger <cbiesinger@google.com>
2939
2940 * objfiles.h (objfile): Add a comment describing partial symbols.
2941
2942 2019-08-05 Tom Tromey <tromey@adacore.com>
2943
2944 * compile/compile.c (_initialize_compile): Use _(), not N_().
2945 * thread.c (_initialize_thread): Use _(), not N_().
2946 * stack.c (_initialize_stack): Use _(), not N_().
2947 * printcmd.c (_initialize_printcmd): Use _(), not N_().
2948
2949 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
2950
2951 * dwarf2read.c (struct dw2_symtab_iterator):
2952 <want_specific_block>: Remove.
2953 <block_index>: Change type to gdb::optional.
2954 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
2955 change type of BLOCK_INDEX parameter to gdb::optional.
2956 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
2957 (dw2_lookup_symbol): Don't pass argument for
2958 WANT_SPECIFIC_BLOCK.
2959 (dw2_expand_symtabs_for_function): Don't pass argument for
2960 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
2961 (class dw2_debug_names_iterator)
2962 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
2963 parameter, change BLOCK_INDEX type to gdb::optional.
2964 <m_want_specific_block>: Remove.
2965 <m_block_index>: Change type to gdb::optional.
2966 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
2967 gdb::optional. Re-write in function of gdb::optional.
2968 (dw2_debug_names_lookup_symbol): Don't pass argument for
2969 WANT_SPECIFIC_BLOCK.
2970 (dw2_debug_names_expand_symtabs_for_function): Don't pass
2971 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
2972 BLOCK_INDEX.
2973
2974 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2975
2976 * NEWS: Mention changes to "info sources" command.
2977
2978 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2979
2980 * symtab.c (filename_partial_match_opts): New struct type.
2981 (struct output_source_filename_data): New members
2982 regexp, c_regexp, partial_match.
2983 (output_source_filename): Use new members to decide to print file.
2984 (info_sources_option_defs): New variable.
2985 (make_info_sources_options_def_group, print_info_sources_header,
2986 info_sources_command_completer):
2987 New functions.
2988 (info_sources_command): Read new optional arguments.
2989 (_initialize_symtab): Update info sources help.
2990
2991 2019-08-02 Alexandre Oliva <oliva@adacore.com>
2992
2993 * ada-lang.c (exception_support_info_v0): Renamed from...
2994 (default_exception_support_info): ... this. Create new
2995 definition for v1.
2996 (ada_has_this_exception_support): Look up catch_handlers_sym.
2997 (ada_exception_support_info_sniffer): Try v0 after default.
2998
2999 2019-08-01 Tom Tromey <tromey@adacore.com>
3000
3001 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3002 gdbarch.h.
3003
3004 2019-08-01 Christian Biesinger <cbiesinger@google.com>
3005
3006 * s12z-tdep.c: Fix include path for s12z-opc.h.
3007
3008 2019-08-01 Alan Hayward <alan.hayward@arm.com>
3009
3010 * NEWS: Require GNU make 3.82.
3011
3012 2019-07-16 Tom Tromey <tom@tromey.com>
3013
3014 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3015 declare.
3016
3017 2019-07-30 Tom Tromey <tromey@adacore.com>
3018
3019 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3020
3021 2019-07-30 Kevin Buettner <kevinb@redhat.com>
3022
3023 * printcmd.c (print_address_symbolic): Print negative offsets.
3024 (build_address_symbolic): Force signed arithmetic when computing
3025 offset.
3026
3027 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3028
3029 PR/24474: Add a function to lookup static variables.
3030 * NEWS: Mention this new function.
3031 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3032 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3033 * python/python.c (python_GdbMethods): Add new function.
3034
3035 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3036
3037 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3038 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3039 (objfpy_lookup_static_symbol): New function.
3040 (objfile_object_methods): Add new functions.
3041
3042 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3043
3044 * NEWS: Mention 'set|show print frame-info'. Mention new
3045 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3046 backtrace argument. Mention that python frame filtering code
3047 is now consistent with what 'backtrace' command prints.
3048
3049 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3050
3051 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3052 comments.
3053 (print_frame_info_auto, print_frame_info_source_line,
3054 print_frame_info_location, print_frame_info_source_and_location,
3055 print_frame_info_location_and_address, print_frame_info_short_location):
3056 New declarations.
3057 (struct frame_print_options): New member print_frame_info.
3058 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3059 * stack.h (get_user_print_what_frame_info): New declaration.
3060 (frame_show_address): New declaration.
3061 * stack.c (print_frame_arguments_choices): New value 'presence'.
3062 (print_frame_info_auto, print_frame_info_source_line,
3063 print_frame_info_location, print_frame_info_source_and_location,
3064 print_frame_info_location_and_address, print_frame_info_short_location,
3065 print_frame_info_choices, print_frame_info_print_what): New definitions.
3066 (print_frame_args): Only print dots for args if print frame-arguments
3067 is 'presence'.
3068 (frame_print_option_defs): New element for "frame-info".
3069 (get_user_print_what_frame_info): New function.
3070 (frame_show_address): Make non static. Move comment to stack.h.
3071 (print_frame_info_to_print_what): New function.
3072 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3073 to decide what to print.
3074 (backtrace_command_1): Handle the new print_frame_arguments_presence
3075 value.
3076 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3077 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3078 (py_print_frame): In non-mi mode, use LOCATION as default for
3079 print_what, similarly to frame information printed directly by
3080 backtrace command. Handle frame-info user option in non MI mode.
3081
3082 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3083
3084 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
3085 Add case for debugging 32-bit target on 64-bit host. Revise
3086 comment.
3087
3088 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3089
3090 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
3091 instead of find_function_entry_range_from_pc.
3092
3093 2019-07-27 Kevin Buettner <kevinb@redhat.com>
3094
3095 * stack.c (find_frame_funname): Remove code which preferred
3096 minsym over symtab sym in "certain pathological cases".
3097
3098 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3099 parameter. Change type of "do_demangle" to bool.
3100 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3101 Pass suitable "prefer_sym_over_minsym" flag to
3102 build_address_symbolic(). Don't output "+" for negative offsets.
3103 * printcmd.c (print_address_symbolic): Update invocation of
3104 build_address_symbolic to include a "prefer_sym_over_minsym"
3105 flag.
3106 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3107 Restrict cases in which use of minimal symbol is preferred to that
3108 of a found symbol. Update comments.
3109
3110 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3111 for entry pc when entry pc is out of range for that FDE.
3112
3113 2019-07-26 Brian Callahan <bcallah@openbsd.org>
3114
3115 PR gdb/24839:
3116 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3117 type.
3118
3119 2019-07-25 Christian Biesinger <cbiesinger@google.com>
3120
3121 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3122 this function's Python signature.
3123
3124
3125 2019-07-24 Christian Biesinger <cbiesinger@google.com>
3126
3127 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3128 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3129 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3130 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3131 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3132
3133
3134 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3135
3136 * h8300-tdep.c (h8300_register_name_common): New.
3137 h8300_register_name): Use h8300_register_name_common.
3138 (h8300s_register_name): Likewise.
3139 (h8300sx_register_name): Likewise.
3140 (h8300h_register_nam): New.
3141 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3142
3143
3144 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3145
3146 * arm-tdep.c (arm_skip_cmse_entry): New function.
3147 (arm_is_sgstubs_section): New function.
3148 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3149
3150 2019-07-22 Tom Tromey <tom@tromey.com>
3151
3152 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3153 Don't self-assign.
3154
3155 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3156
3157 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3158 type_print.
3159
3160 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3163 so that GDB doesn't match any msymbols when searching in the
3164 TYPES_DOMAIN.
3165 (print_symbol_info): Print using typedef_print or type_print based
3166 on the type of the symbol. Add updated FIXME comment moved from...
3167 (_initialize_symtab): ... move and update FIXME comment to above.
3168
3169 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3170
3171 * NEWS: Mention adding -q option to "info types".
3172 * symtab.c (struct info_types_options): New struct.
3173 (info_types_options_defs): New variable.
3174 (make_info_types_options_def_group): New function.
3175 (info_types_command): Use gdb::option framework to parse options.
3176 (info_types_command_completer): New function.
3177 (_initialize_symtab): Extend the help text on "info types" and
3178 register command completer.
3179
3180 2019-07-21 Christian Biesinger <cbiesinger@google.com>
3181
3182 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3183 (lookup_symbol_in_objfile): Change int to block_enum and add a
3184 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3185
3186 2019-07-20 Christian Biesinger <cbiesinger@google.com>
3187
3188 * MAINTAINERS (Write After Approval): Add self.
3189
3190 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3191
3192 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3193 instruction to the dummy code region.
3194
3195 2019-07-19 Tom Tromey <tromey@adacore.com>
3196
3197 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3198 (ARGSUSED, PARAMS, __func__): Remove rules.
3199
3200 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3201
3202 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3203 * features/arm/arm-with-iwmmxt.c: Remove.
3204 * features/arm/arm-with-iwmmxt.xml: Remove.
3205 * features/arm/arm-with-m-fpa-layout.c: Remove.
3206 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3207 * features/arm/arm-with-m-vfp-d16.c: Remove.
3208 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3209 * features/arm/arm-with-m.c: Remove.
3210 * features/arm/arm-with-m.xml: Remove.
3211 * features/arm/arm-with-neon.c: Remove.
3212 * features/arm/arm-with-neon.xml: Remove.
3213 * features/arm/arm-with-vfpv2.c: Remove.
3214 * features/arm/arm-with-vfpv2.xml: Remove.
3215 * features/arm/arm-with-vfpv3.c: Remove.
3216 * features/arm/arm-with-vfpv3.xml: Remove.
3217
3218 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3219
3220 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3221
3222 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3223
3224 * arch/aarch32.c (aarch32_create_target_description): Create
3225 target descriptions using features.
3226 * arch/arm.c (arm_create_target_description)
3227 (arm_create_mprofile_target_description): Likewise.
3228 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3229
3230 2019-07-19 Alan Hayward <alan.hayward@arm.com>
3231
3232 * Makefile.in: Add new files.
3233 * aarch32-tdep.c: New file.
3234 * aarch32-tdep.h: New file.
3235 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3236 Call aarch32_read_description.
3237 * arch/aarch32.c: New file.
3238 * arch/aarch32.h: New file.
3239 * arch/arm.c (arm_create_target_description)
3240 (arm_create_mprofile_target_description): New function.
3241 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3242 (arm_create_target_description)
3243 (arm_create_mprofile_target_description): New declaration.
3244 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3245 read_description functions.
3246 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3247 Likewise.
3248 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3249 * arm-tdep.c (tdesc_arm_list): New variable.
3250 (arm_register_g_packet_guesses): Call create description functions.
3251 (arm_read_description) (arm_read_mprofile_description): New
3252 function.
3253 * arm-tdep.h (arm_read_description)
3254 (arm_read_mprofile_description): Add declaration.
3255 * configure.tgt: Add new files.
3256
3257 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3258
3259 * top.c (new_ui_command): Open specified terminal just once.
3260
3261 2019-07-18 Tom Tromey <tromey@adacore.com>
3262
3263 * symtab.c (main_name): Constify return type.
3264 * symfile.c (set_initial_language): Update.
3265 * symtab.h (main_name): Constify return type.
3266
3267 2019-07-17 Tom Tromey <tom@tromey.com>
3268
3269 * tui/tui-winsource.c (tui_update_source_window)
3270 (tui_update_source_window_as_is)
3271 (tui_update_source_windows_with_line): Remove return.
3272 * tui/tui-disasm.c (tui_show_disassem)
3273 (tui_show_disassem_and_update_source): Remove return.
3274 * tui/tui.c (tui_reset): Remove return.
3275 * tui/tui-wingeneral.c
3276 (tui_check_and_display_highlight_if_needed): Remove return.
3277
3278 2019-07-17 Tom Tromey <tom@tromey.com>
3279
3280 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3281
3282 2019-07-17 Tom Tromey <tom@tromey.com>
3283
3284 * tui/tui-winsource.h (struct tui_exec_info_window)
3285 (struct tui_source_window_base): Move from tui-data.h.
3286 * tui/tui-winsource.c: Move many method definitions from
3287 elsewhere. Remove "structuring" comments.
3288 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3289 (tui_source_window_base::refresh_window): Move to
3290 tui-winsource.c.
3291 * tui/tui-win.c (tui_source_window_base::refresh_all)
3292 (tui_source_window_base::update_tab_width)
3293 (tui_source_window_base::set_new_height)
3294 (tui_source_window_base::do_make_visible_with_new_height): Move to
3295 tui-winsource.c.
3296 * tui/tui-source.h: Update.
3297 * tui/tui-source.c (tui_source_window_base::reset): Move to
3298 tui-winsource.c.
3299 * tui/tui-disasm.h: Update.
3300 * tui/tui-data.h (struct tui_exec_info_window): Move to
3301 tui-winsource.h.
3302 (struct tui_source_window_base): Likewise.
3303 * tui/tui-data.c (tui_source_window_base::clear_detail)
3304 (tui_source_window_base, ~tui_source_window_base): Move to
3305 tui-winsource.c.
3306
3307 2019-07-17 Tom Tromey <tom@tromey.com>
3308
3309 * tui/tui-win.c (tui_resize_all)
3310 (tui_source_window_base::update_tab_width)
3311 (tui_adjust_win_heights): Update.
3312 (tui_win_info::make_invisible_and_set_new_height): Rename from
3313 make_invisible_and_set_new_height.
3314 * tui/tui-data.h (struct tui_win_info)
3315 <make_invisible_and_set_new_height>: New method.
3316
3317 2019-07-17 Tom Tromey <tom@tromey.com>
3318
3319 * tui/tui.c: Update.
3320 * tui/tui-source.h (struct tui_source_window): Move from
3321 tui-data.h.
3322 * tui/tui-layout.c: Update.
3323 * tui/tui-disasm.c: Update.
3324 * tui/tui-data.h (struct tui_source_window): Move to
3325 tui-source.h.
3326
3327 2019-07-17 Tom Tromey <tom@tromey.com>
3328
3329 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3330 tui-data.h.
3331 * tui/tui-data.h (struct tui_disasm_window): Move to
3332 tui-disasm.h.
3333
3334 2019-07-17 Tom Tromey <tom@tromey.com>
3335
3336 * tui/tui-regs.h (struct tui_data_item_window): Move from
3337 tui-data.h.
3338 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3339 * tui/tui-data.h (struct tui_data_item_window): Move to
3340 tui-regs.h.
3341 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3342
3343 2019-07-17 Tom Tromey <tom@tromey.com>
3344
3345 * tui/tui.c: Update.
3346 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3347 (tui_cmd_window::max_height): Move to tui-command.c.
3348 * tui/tui-layout.c: Update.
3349 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3350 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3351 tui-command.c.
3352 * tui/tui-command.h (struct tui_cmd_window): Move from
3353 tui-data.h.
3354 * tui/tui-command.c: Remove "structuring" comments.
3355 (tui_cmd_window::clear_detail)
3356 (tui_cmd_window::do_make_visible_with_new_height)
3357 (tui_cmd_window::max_height): Move from elsewhere.
3358
3359 2019-07-17 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3362 Now static.
3363 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3364 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3365
3366 2019-07-17 Tom Tromey <tom@tromey.com>
3367
3368 * tui/tui.c: Update.
3369 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3370 tui-regs.c.
3371 * tui/tui-windata.h: Remove file.
3372 * tui/tui-windata.c: Remove file.
3373 * tui/tui-win.c (tui_data_window::set_new_height)
3374 (tui_data_window::do_make_visible_with_new_height): Move to
3375 tui-regs.c.
3376 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3377 * tui/tui-regs.c: Remove "structuring" comments.
3378 (tui_data_window::first_data_item_displayed)
3379 (tui_data_window::delete_data_content_windows)
3380 (tui_data_window::erase_data_content)
3381 (tui_data_window::display_all_data)
3382 (tui_data_window::refresh_all)
3383 (tui_data_window::do_scroll_vertical)
3384 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3385 (tui_data_window::do_make_visible_with_new_height)
3386 (tui_data_window::refresh_window): Move from elsewhere.
3387 (_initialize_tui_regs): Move to end of file.
3388 * tui/tui-layout.c: Update.
3389 * tui/tui-hooks.c: Update.
3390 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3391 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3392 tui-regs.c.
3393 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3394
3395 2019-07-17 Tom Tromey <tom@tromey.com>
3396
3397 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3398 seen.
3399
3400 2019-07-17 Tom Tromey <tom@tromey.com>
3401
3402 * tui/tui-win.c (tui_source_window_base::set_new_height)
3403 (tui_source_window_base::do_make_visible_with_new_height): Use
3404 m_has_locator field directly.
3405 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3406 method.
3407 (struct tui_source_window_base) <has_locator>: Likewise.
3408
3409 2019-07-17 Tom Tromey <tom@tromey.com>
3410
3411 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3412 Don't declare.
3413 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3414 Remove.
3415 * tui/tui-win.c (tui_source_window_base::set_new_height)
3416 (tui_source_window_base::set_new_height)
3417 (make_invisible_and_set_new_height)
3418 (tui_source_window_base::do_make_visible_with_new_height)
3419 (tui_source_window_base::do_make_visible_with_new_height):
3420 Update.
3421 * tui/tui-layout.c (show_source_disasm_command, show_data)
3422 (show_source_or_disasm_and_command): Update.
3423 * tui/tui-layout.c (show_layout): Update.
3424
3425 2019-07-17 Tom Tromey <tom@tromey.com>
3426
3427 * tui/tui-layout.c (make_data_window): Remove.
3428 (show_data): Unify creation and re-initialization cases.
3429
3430 2019-07-17 Tom Tromey <tom@tromey.com>
3431
3432 * tui/tui-layout.c (make_source_window, make_disasm_window):
3433 Remove.
3434 (show_data): Unify creation and re-initialization cases.
3435
3436 2019-07-17 Tom Tromey <tom@tromey.com>
3437
3438 * tui/tui-layout.c (make_command_window): Remove.
3439 (show_source_disasm_command, show_source_or_disasm_and_command):
3440 Unify creation and re-initialization cases.
3441
3442 2019-07-17 Tom Tromey <tom@tromey.com>
3443
3444 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3445 creation and re-initialization cases.
3446
3447 2019-07-17 Tom Tromey <tom@tromey.com>
3448
3449 * tui/tui-regs.c (tui_get_register): Return void.
3450
3451 2019-07-17 Tom Tromey <tom@tromey.com>
3452
3453 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3454 Simplify.
3455
3456 2019-07-17 Tom Tromey <tom@tromey.com>
3457
3458 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3459 resetting.
3460
3461 2019-07-17 Tom Tromey <tom@tromey.com>
3462
3463 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3464 * tui/tui-regs.c (tui_reg_layout): New function.
3465 (tui_show_registers, tui_reg_command): Use it.
3466 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3467 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3468 parameters.
3469 (tui_layout_command): Remove.
3470
3471 2019-07-17 Tom Tromey <tom@tromey.com>
3472
3473 * tui/tui-layout.h (tui/tui-layout): Return void.
3474 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3475
3476 2019-07-17 Tom Tromey <tom@tromey.com>
3477
3478 * tui/tui-layout.c (show_source_disasm_command, show_data):
3479 Update.
3480 (reset_locator): Remove.
3481 (show_source_or_disasm_and_command): Update.
3482
3483 2019-07-17 Tom Tromey <tom@tromey.com>
3484
3485 * tui/tui-source.c (tui_source_window_base::reset): Remove
3486 win_type parameter.
3487 * tui/tui-layout.c (make_command_window, make_source_window)
3488 (make_disasm_window, make_data_window)
3489 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3490 (reset_locator, show_source_or_disasm_and_command): Update.
3491 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3492 win_type parameter.
3493 (struct tui_source_window_base) <reset>: Likewise.
3494
3495 2019-07-17 Tom Tromey <tom@tromey.com>
3496
3497 * tui/tui-layout.c (show_source_disasm_command): Use
3498 reset_locator.
3499 (reset_locator): New function.
3500 (init_and_make_win): Remove.
3501 (show_source_or_disasm_and_command): Use reset_locator.
3502
3503 2019-07-17 Tom Tromey <tom@tromey.com>
3504
3505 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3506 condition.
3507 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3508 Remove condition.
3509 * tui/tui-source.c (tui_source_window_base::reset): New method.
3510 * tui/tui-layout.c (make_command_window): Don't call
3511 init_and_make_win.
3512 (make_source_window, make_disasm_window): Don't call
3513 make_source_or_disasm_window.
3514 (make_data_window): Don't call init_and_make_win. Change calling
3515 convention.
3516 (show_source_disasm_command, show_data): Simplify.
3517 (make_source_or_disasm_window): Remove.
3518 (show_source_or_disasm_and_command): Simplify.
3519 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3520 (struct tui_source_window_base) <reset>: Likewise.
3521 <execution_info>: Remove initializer.
3522 * tui/tui-data.c (tui_source_window_base): Initialize
3523 execution_info.
3524
3525 2019-07-17 Tom Tromey <tom@tromey.com>
3526
3527 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3528 variable.
3529
3530 2019-07-17 Tom Tromey <tom@tromey.com>
3531
3532 * tui/tui.c (tui_rl_other_window): Update.
3533 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3534 superclass method first. Always iterate over regs_content.
3535 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3536 method.
3537 * tui/tui-win.c (tui_set_focus_command): Update.
3538
3539 2019-07-17 Tom Tromey <tom@tromey.com>
3540
3541 * tui/tui-win.c (tui_set_focus_command): Rename from
3542 tui_set_focus. Call tui_enable.
3543 (tui_set_focus_command): Remove.
3544
3545 2019-07-17 Tom Tromey <tom@tromey.com>
3546
3547 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3548 refresh_window.
3549 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3550 touchwin.
3551 (tui_data_window::refresh_window): Call refresh_window on data
3552 items. Always call superclass refresh_window.
3553 (tui_win_info::refresh): Remove.
3554 (tui_source_window_base::refresh_window): Update.
3555 (tui_refresh_all): Update.
3556 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3557 refresh_window.
3558 (show_source_or_disasm_and_command): Likewise.
3559 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3560 (struct tui_source_window_base) <refresh>: Likewise.
3561
3562 2019-07-17 Tom Tromey <tom@tromey.com>
3563
3564 * tui/tui-winsource.c (tui_clear_source_content)
3565 (tui_show_source_content): Update.
3566 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3567 whether content is empty.
3568 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3569 Remove.
3570
3571 2019-07-17 Tom Tromey <tom@tromey.com>
3572
3573 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3574 window's contents.
3575 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3576 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3577
3578 2019-07-17 Tom Tromey <tom@tromey.com>
3579
3580 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3581 (struct tui_data_item_window): Update.
3582
3583 2019-07-17 Tom Tromey <tom@tromey.com>
3584
3585 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3586 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3587 defines.
3588
3589 2019-07-17 Tom Tromey <tom@tromey.com>
3590
3591 * tui/tui-winsource.h (tui_erase_source_content)
3592 (tui_clear_source_content): Remove "display_prompt" parameter.
3593 * tui/tui-winsource.c (tui_update_source_window_as_is)
3594 (tui_update_source_windows_with_addr): Update.
3595 (tui_clear_source_content): Remove "display_prompt" parameter.
3596 (tui_erase_source_content): Likewise. Simplify.
3597 (tui_show_source_content): Update.
3598 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3599 * tui/tui-stack.c (tui_show_frame_info): Update.
3600 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
3601 Remove defines.
3602
3603 2019-07-17 Tom Tromey <tom@tromey.com>
3604
3605 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3606 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
3607 parameter.
3608 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
3609 parameter.
3610
3611 2019-07-17 Tom Tromey <tom@tromey.com>
3612
3613 * tui/tui-winsource.c (tui_clear_source_content)
3614 (tui_show_source_content, tui_show_exec_info_content)
3615 (tui_clear_exec_info_content): Update.
3616 * tui/tui-stack.c (tui_show_locator_content): Update.
3617 (tui_show_frame_info): Update.
3618 * tui/tui-source.h (tui_source_window): Don't declare.
3619 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
3620 from tui_source_is_displayed.
3621 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
3622 Remove field.
3623 (struct tui_source_window_base) <content_in_use>: New field. Now
3624 bool.
3625 (struct tui_source_window) <showing_source_p>: New method.
3626 (TUI_SRC_WIN): Change cast.
3627 * tui/tui-data.c (tui_initialize_static_data): Update.
3628
3629 2019-07-17 Tom Tromey <tom@tromey.com>
3630
3631 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
3632 location_matches_p.
3633 * tui/tui-source.c (tui_source_window::location_matches_p): New
3634 method.
3635 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
3636 method.
3637 * tui/tui-data.h (struct tui_source_window_base)
3638 <location_matches_p>: New method.
3639 (struct tui_source_window, struct tui_disasm_window)
3640 <location_matches_p>: Likewise.
3641
3642 2019-07-17 Tom Tromey <tom@tromey.com>
3643
3644 * tui/tui-win.c (tui_set_win_height_command): Rename from
3645 tui_set_win_height.
3646 (tui_set_win_height_command): Remove.
3647
3648 2019-07-17 Tom Tromey <tom@tromey.com>
3649
3650 * tui/tui-source.c (tui_source_window): New constructor. Add
3651 observer.
3652 (~tui_source_window): New destructor.
3653 (tui_source_window::style_changed): New method.
3654 * tui/tui-hooks.c (tui_redisplay_source): Remove.
3655 (tui_attach_detach_observers): Update.
3656 * tui/tui-data.h (struct tui_source_window): Make constructor not
3657 inline. Add destructor.
3658 (struct tui_source_window) <style_changed>: New method.
3659 <m_observable>: New member.
3660
3661 2019-07-17 Tom Tromey <tom@tromey.com>
3662
3663 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
3664 * tui/tui-win.c (tui_resize_all): Fix typo.
3665
3666 2019-07-17 Tom Tromey <tom@tromey.com>
3667
3668 * tui/tui-wingeneral.h (tui_refresh_all): Update.
3669 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
3670 (tui_refresh_all): Remove "list" parameter. Use foreach.
3671 * tui/tui-win.c (window_name_completer): Use foreach.
3672 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
3673 (update_tab_width): Likewise.
3674 * tui/tui-layout.c (show_layout): Update.
3675 * tui/tui-data.h (class tui_window_iterator): New.
3676 (struct all_tui_windows): New.
3677 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
3678
3679 2019-07-17 Tom Tromey <tom@tromey.com>
3680
3681 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
3682 parameter. Don't reference globals.
3683 (tui_reg_command): Update.
3684
3685 2019-07-17 Tom Tromey <tom@tromey.com>
3686
3687 * tui/tui-regs.c (tui_show_registers): Simplify.
3688
3689 2019-07-17 Tom Tromey <tom@tromey.com>
3690
3691 * tui/tui-regs.c (tui_show_registers): Update.
3692 (tui_show_register_group): Add win_info parameter.
3693
3694 2019-07-17 Tom Tromey <tom@tromey.com>
3695
3696 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
3697 Rename from tui_display_reg_element_at_line.
3698 (tui_data_window::display_registers_from_line): Update.
3699 * tui/tui-data.h (struct tui_data_window)
3700 <display_reg_element_at_line>: New method.
3701
3702 2019-07-17 Tom Tromey <tom@tromey.com>
3703
3704 * tui/tui-regs.h (tui_display_registers_from)
3705 (tui_display_registers_from_line): Don't declare.
3706 * tui/tui-windata.c (tui_data_window::display_all_data)
3707 (tui_data_window::refresh_all)
3708 (tui_data_window::do_scroll_vertical): Update.
3709 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
3710 from tui_display_registers_from.
3711 (tui_display_reg_element_at_line): Update.
3712 (tui_data_window::display_registers_from_line): Rename from
3713 tui_display_registers_from_line.
3714 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
3715 display_registers_from_line>: New methods.
3716
3717 2019-07-17 Tom Tromey <tom@tromey.com>
3718
3719 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
3720 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
3721 from tui_erase_data_content.
3722 (tui_data_window::display_all_data)
3723 (tui_data_window::refresh_all)
3724 (tui_data_window::do_scroll_vertical): Update.
3725 * tui/tui-regs.c (tui_show_registers): Update.
3726 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
3727 New method.
3728
3729 2019-07-17 Tom Tromey <tom@tromey.com>
3730
3731 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
3732 declare.
3733 * tui/tui-windata.c
3734 (tui_data_window::delete_data_content_windows): Rename from
3735 tui_delete_data_content_windows.
3736 (tui_data_window::display_all_data)
3737 (tui_data_window::do_scroll_vertical): Update.
3738 * tui/tui-data.h (struct tui_data_window)
3739 <delete_data_content_windows>: New method.
3740
3741 2019-07-17 Tom Tromey <tom@tromey.com>
3742
3743 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
3744 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
3745
3746 2019-07-17 Tom Tromey <tom@tromey.com>
3747
3748 * tui/tui-windata.h (tui_display_all_data): Don't declare.
3749 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
3750 from tui_display_all_data.
3751 * tui/tui-win.c
3752 (tui_data_window::do_make_visible_with_new_height): Update.
3753 * tui/tui-regs.c (tui_show_registers): Update.
3754 * tui/tui-layout.c (tui_set_layout): Update.
3755 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
3756 method.
3757
3758 2019-07-17 Tom Tromey <tom@tromey.com>
3759
3760 * tui/tui-windata.h (tui_display_data_from): Don't declare.
3761 * tui/tui-windata.c (tui_display_data_from): Remove.
3762 (tui_data_window::refresh_all): Update.
3763
3764 2019-07-17 Tom Tromey <tom@tromey.com>
3765
3766 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
3767 * tui/tui-windata.c (tui_display_data_from_line): Remove.
3768 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
3769 tui_display_registers_from_line.
3770 * tui/tui-regs.h (tui_display_registers_from_line): Update.
3771 * tui/tui-regs.c (tui_display_registers_from_line): Remove
3772 "force_display" parameter.
3773
3774 2019-07-17 Tom Tromey <tom@tromey.com>
3775
3776 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
3777 declare.
3778 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
3779 Rename from tui_first_reg_element_no_inline.
3780 (tui_display_reg_element_at_line)
3781 (tui_display_registers_from_line): Update.
3782 * tui/tui-data.h (struct tui_data_window)
3783 <first_reg_element_no_inline>: New method.
3784
3785 2019-07-17 Tom Tromey <tom@tromey.com>
3786
3787 * tui/tui-windata.c (tui_display_data_from)
3788 (tui_data_window::do_scroll_vertical): Update.
3789 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
3790 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
3791 Rename from tui_line_from_reg_element_no.
3792 (tui_display_registers_from_line): Update.
3793 * tui/tui-data.h (struct tui_data_window)
3794 <line_from_reg_element_no>: New method.
3795
3796 2019-07-17 Tom Tromey <tom@tromey.com>
3797
3798 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
3799 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
3800 tui_last_regs_line_no.
3801 (tui_display_reg_element_at_line)
3802 (tui_display_registers_from_line): Update.
3803 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
3804 method.
3805
3806 2019-07-17 Tom Tromey <tom@tromey.com>
3807
3808 PR tui/24722:
3809 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
3810 (tui_update_breakpoint_info): Add "being_deleted" parameter.
3811 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3812 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
3813 (tui_update_breakpoint_info): Likewise.
3814 * tui/tui-hooks.c (tui_event_create_breakpoint)
3815 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
3816 Update.
3817
3818 2019-07-17 Tom Tromey <tom@tromey.com>
3819
3820 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
3821
3822 2019-07-17 Tom Tromey <tom@tromey.com>
3823
3824 * tui/tui-winsource.c (tui_update_source_window_as_is)
3825 (tui_update_source_windows_with_addr): Update.
3826 * tui/tui-source.h (tui_set_source_content)
3827 (tui_show_symtab_source): Add "win_info" parameter.
3828 * tui/tui-source.c (tui_set_source_content): Add "win_info"
3829 parameter.
3830 (tui_show_symtab_source): Likewise.
3831
3832 2019-07-17 Tom Tromey <tom@tromey.com>
3833
3834 * tui/tui-wingeneral.c
3835 (tui_check_and_display_highlight_if_needed): Check can_highlight.
3836
3837 2019-07-17 Tom Tromey <tom@tromey.com>
3838
3839 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
3840 (struct tui_cmd_window) <can_scroll>: New method.
3841 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
3842 method.
3843
3844 2019-07-17 Tom Tromey <tromey@adacore.com>
3845
3846 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
3847 do_field_signed>: Rename. Change type of "value".
3848 * ui-out.c (ui_out::field_signed): Rename from field_int.
3849 Change type of "value".
3850 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
3851 type of "value".
3852 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
3853 do_field_int. Change type of "value".
3854 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
3855 do_field_int. Change type of "value".
3856 * tracepoint.c (trace_status_mi, tfind_1)
3857 (print_one_static_tracepoint_marker): Update.
3858 * thread.c (print_thread_info_1, print_selected_thread_frame):
3859 Update.
3860 * stack.c (print_frame, print_frame_info): Update.
3861 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
3862 Update.
3863 * source.c (print_source_lines_base): Update.
3864 * skip.c (info_skip_command): Update.
3865 * record-btrace.c (btrace_ui_out_decode_error)
3866 (btrace_call_history_src_line): Update.
3867 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
3868 Update.
3869 * progspace.c (print_program_space): Update.
3870 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
3871 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
3872 do_field_int. Change type of "value".
3873 * mi/mi-out.c (mi_ui_out::do_table_begin)
3874 (mi_ui_out::do_table_header): Update.
3875 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
3876 type of "value".
3877 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
3878 (mi_cmd_data_list_changed_registers, output_register)
3879 (mi_cmd_data_read_memory, mi_load_progress)
3880 (mi_cmd_trace_frame_collected): Update.
3881 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
3882 Update.
3883 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
3884 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
3885 (mi_cmd_var_list_children, varobj_update_one): Update.
3886 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
3887 (mi_cmd_stack_list_args, list_arg_or_local): Update.
3888 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
3889 * inferior.c (print_inferior): Update.
3890 * gdb_bfd.c (print_one_bfd): Update.
3891 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3892 Update.
3893 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
3894 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
3895 do_field_int. Change type of "value".
3896 * cli-out.c (cli_ui_out::do_field_signed): Rename from
3897 do_field_int. Change type of "value".
3898 * breakpoint.c (watchpoint_check, print_breakpoint_location)
3899 (print_one_breakpoint_location, print_it_catch_fork)
3900 (print_one_catch_fork, print_it_catch_vfork)
3901 (print_one_catch_vfork, print_it_catch_solib)
3902 (print_it_catch_exec, print_it_ranged_breakpoint)
3903 (print_mention_watchpoint, print_mention_masked_watchpoint)
3904 (bkpt_print_it, update_static_tracepoint): Update.
3905 * break-catch-throw.c (print_it_exception_catchpoint): Update.
3906 * break-catch-syscall.c (print_it_catch_syscall): Update.
3907 * ada-tasks.c (print_ada_task_info): Update.
3908 * ada-lang.c (print_it_exception, print_mention_exception):
3909 Update.
3910
3911 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
3912
3913 PR breakpoints/24541
3914 * gdbarch.c: Regenerate.
3915 * gdbarch.h: Regenerate.
3916 * gdbarch.sh: Adjust return type and parameter types for
3917 'stap_adjust_register'.
3918 (i386_stap_adjust_register): Adjust signature and return new
3919 register name.
3920 * stap-probe.c (stap_parse_register_operand): Adjust use of
3921 'gdbarch_stap_adjust_register'.
3922
3923 2019-07-17 Tom Tromey <tromey@adacore.com>
3924
3925 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
3926 declare VEC.
3927 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
3928 std::vector.
3929 (struct s390_process_info): Add initializers.
3930 (s390_add_process): Use new.
3931 (s390_linux_nat_target::low_forget_process): Use delete.
3932 (s390_linux_nat_target::low_new_fork)
3933 (s390_linux_nat_target::stopped_by_watchpoint)
3934 (s390_linux_nat_target::low_prepare_to_resume)
3935 (s390_linux_nat_target::insert_watchpoint)
3936 (s390_linux_nat_target::insert_hw_breakpoint)
3937 (s390_linux_nat_target::remove_watchpoint)
3938 (s390_linux_nat_target::remove_hw_breakpoint): Update.
3939
3940 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3941
3942 * aarch64-fbsd-nat.c: Include regcache.h.
3943 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
3944 argument.
3945 (aarch64_fbsd_nat_target::fetch_registers)
3946 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
3947 variable.
3948 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
3949
3950 2019-07-16 John Baldwin <jhb@FreeBSD.org>
3951
3952 * fbsd-nat.c: Include gdbarch.h.
3953
3954 2019-07-15 Tom Tromey <tromey@adacore.com>
3955
3956 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
3957
3958 2019-07-15 Tom Tromey <tromey@adacore.com>
3959
3960 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
3961 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
3962 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
3963 * cli-out.c (cli_ui_out::do_field_int): New method.
3964 * ui-out.c (ui_out::field_unsigned): New method.
3965 * symfile.c (generic_load): Use field_unsigned.
3966 (print_transfer_performance): Likewise.
3967 * record-btrace.c (ui_out_field_uint): Remove.
3968 (btrace_call_history_insn_range, btrace_call_history): Use
3969 field_unsigned.
3970 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
3971 field_unsigned.
3972 * ui-out.h (class ui_out) <field_unsigned>: New method.
3973 <do_field_unsigned>: Likewise.
3974
3975 2019-07-15 Tom Tromey <tromey@adacore.com>
3976
3977 * mi/mi-main.c (list_available_thread_groups): Use field_string.
3978 * mi/mi-interp.c (mi_memory_changed): Use field_string.
3979 * target.c (flash_erase_command): Use field_string.
3980 * infrun.c (print_signal_received_reason): Use field_string.
3981 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
3982 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
3983 field_string.
3984 * ada-tasks.c (print_ada_task_info): Use field_string.
3985
3986 2019-07-15 Tom Tromey <tromey@adacore.com>
3987
3988 * target.c (flash_erase_command): Use field_core_addr.
3989 * symfile.c (generic_load): Use field_core_addr.
3990 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
3991 Use field_core_addr.
3992 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
3993 field_core_addr.
3994
3995 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
3996
3997 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
3998 value if its desired type is smaller than a CORE_ADDR and signed.
3999
4000 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4003 of changes to field names, and use new is_reference field to
4004 decide if a property is a reference or not.
4005 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4006 field.
4007 (struct dwarf2_property_baton): Update header comment, rename
4008 'referenced_type' to 'property_type' and update comments.
4009 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4010 default property type, store in property baton, update to take
4011 accound of renamed field.
4012 (read_func_scope): Update call to attr_to_dynamic_prop.
4013 (read_array_type): Likewise.
4014 (dwarf2_per_cu_addr_sized_int_type): New function.
4015 (read_subrange_index_type): Move type finding code to
4016 dwarf2_per_cu_addr_sized_int_type.
4017 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4018 (dwarf2_per_cu_addr_type): New function.
4019 (set_die_type): Update calls to attr_to_dynamic_prop.
4020
4021 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * dwarf2read.c (read_subrange_index_type): New function.
4024 (read_subrange_type): Move code into new function and call it.
4025 * gdbtypes.c (create_range_type): Add some asserts.
4026
4027 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4028
4029 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4030 update return statements.
4031 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4032 declaration, and update comment to match.
4033 * gdbtypes.c (resolve_dynamic_array): Update call to
4034 dwarf2_evaluate_property to match new return type.
4035
4036 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * valarith.c (value_subscripted_rvalue): Change lowerbound
4039 parameter type from int to LONGEST.
4040 * value.h (value_subscripted_rvalue): Likewise in declaration.
4041
4042 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * cli/cli-utils.c (info_print_command_completer): New function.
4045 * cli/cli-utils.h: Add 'completer.h' include, and forward
4046 declaration for 'struct cmd_list_element'.
4047 (info_print_command_completer): Declare.
4048 * stack.c (_initialize_stack): Add completer for 'info locals' and
4049 'info args'.
4050 * symtab.c (_initialize_symtab): Add completer for 'info
4051 variables' and 'info functions'.
4052 * NEWS: Mention completion for additional info commands.
4053
4054 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4055
4056 * cli/cli-utils.c (extract_info_print_args): Delete.
4057 (extract_arg_maybe_quoted): Delete.
4058 (info_print_options_defs): New variable.
4059 (make_info_print_options_def_group): New function.
4060 (extract_info_print_options): Define new function.
4061 * cli/cli-utils.h (extract_info_print_args): Delete.
4062 (struct info_print_options): New structure.
4063 (extract_info_print_options): Declare new function.
4064 * stack.c (info_locals_command): Update to use new
4065 extract_info_print_options, also add a header comment.
4066 (info_args_command): Likewise.
4067 * symtab.c (info_variables_command): Likewise.
4068 (info_functions_command): Likewise.
4069
4070 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4071
4072 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4073 to extract string arguments.
4074 * common/common-utils.c (extract_string_maybe_quoted): New function.
4075 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4076
4077 2019-07-11 Tom Tromey <tromey@adacore.com>
4078
4079 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4080 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
4081 * top.h (gdbinit): Don't declare.
4082 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
4083 into...
4084 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
4085 * top.c (gdb_init): Don't call init_cli_cmds.
4086 (gdbinit): Remove.
4087 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
4088
4089 2019-07-11 Tom Tromey <tromey@adacore.com>
4090
4091 * python/py-inferior.c (add_thread_object): Don't use thread_obj
4092 after it has been moved.
4093
4094 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4095
4096 * valops.c (value_must_coerce_to_target): Change return type to
4097 bool.
4098 * value.h (value_must_coerce_to_target): Likewise.
4099
4100 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
4101
4102 * breakpoint.c (is_hardware_watchpoint): Remove
4103 forward-declaration.
4104 (is_masked_watchpoint): Change return type to bool.
4105 (is_tracepoint): Likewise.
4106 (is_breakpoint): Likewise.
4107 (is_hardware_watchpoint): Likewise.
4108 (is_watchpoint): Likewise.
4109 (is_no_memory_software_watchpoint): Likewise.
4110 (is_catchpoint): Likewise.
4111 (breakpoint_1): Make FILTER parameter's return type bool.
4112 is_masked_watchpoint): Change return type to bool.
4113 (save_breakpoints): Make FILTER parameter's return type bool.
4114 * breakpoint.h (is_breakpoint): Change return type to bool.
4115 (is_watchpoint): Likewise.
4116 (is_catchpoint): Likewise.
4117 (is_tracepoint): Likewise.
4118
4119 2019-07-10 Tom Tromey <tom@tromey.com>
4120
4121 * defs.h: Don't include gdbarch.h.
4122 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4123 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4124 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4125 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4126 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4127 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4128 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4129 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4130 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4131 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4132 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4133 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4134 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4135 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4136 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4137 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4138 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4139 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4140 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4141 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4142 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4143 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4144 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4145 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4146 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4147 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4148 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4149
4150 2019-07-10 Tom Tromey <tromey@adacore.com>
4151
4152 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4153 * breakpoint.c (init_ada_exception_breakpoint): Register as
4154 bp_catchpoint.
4155 (print_one_breakpoint_location, print_one_breakpoint): Use
4156 is_ada_exception_catchpoint.
4157 * ada-lang.c (class ada_catchpoint_location): Pass
4158 bp_loc_software_breakpoint to bp_location constructor.
4159 (is_ada_exception_catchpoint): New function.
4160
4161 2019-07-10 Tom Tromey <tromey@adacore.com>
4162
4163 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4164 VEC.
4165 (struct arm_exidx_entry): New method operator<.
4166 (struct arm_exidx_data) <section_maps>: Change type.
4167 (arm_exidx_data_free): Remove.
4168 (arm_exidx_data_key): Change type. Move lower.
4169 (arm_exidx_new_objfile): Update.
4170 (arm_compare_exidx_entries): Remove.
4171 (arm_find_exidx_entry, _initialize_arm_tdep)
4172
4173 2019-07-10 Tom Tromey <tromey@adacore.com>
4174
4175 * solib-spu.c (ocl_program_data_key): Change type.
4176 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4177 Update.
4178
4179 2019-07-10 Tom Tromey <tromey@adacore.com>
4180
4181 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4182 (struct solib_aix_inferior_data) <library_list>: Change type.
4183 (solib_aix_inferior_data_handle): Change type.
4184 (get_solib_aix_inferior_data): Update.
4185 (solib_aix_free_library_list): Remove.
4186 (library_list_start_library): Update.
4187 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4188 return type.
4189 (solib_aix_get_library_list)
4190 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4191 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4192
4193 2019-07-10 Tom Tromey <tromey@adacore.com>
4194
4195 * solib-dsbt.c (struct dsbt_info): Add initializers.
4196 (solib_dsbt_pspace_data): Change type.
4197 (dsbt_pspace_data_cleanup): Remove.
4198 (get_dsbt_info, _initialize_dsbt_solib): Update.
4199
4200 2019-07-10 Tom Tromey <tromey@adacore.com>
4201
4202 * spu-tdep.c (spu_overlay_data): Change type.
4203 (spu_get_overlay_table, spu_overlay_new_objfile)
4204 (_initialize_spu_tdep): Update.
4205
4206 2019-07-10 Tom Tromey <tromey@adacore.com>
4207
4208 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4209 destructor.
4210 (dbx_objfile_data_key): Change type and declare later.
4211 (DBX_SYMFILE_INFO): Rewrite.
4212 * dbxread.c (dbx_objfile_data_key): Change type.
4213 (dbx_symfile_init): Update.
4214 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4215 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4216 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4217
4218 2019-07-10 Tom Tromey <tromey@adacore.com>
4219
4220 * jit.c (jit_program_space_key): Change type. Move lower.
4221 (get_jit_program_space_data): Update.
4222 (jit_program_space_data_cleanup): Remove.
4223 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4224 Update.
4225 (struct jit_program_space_data): Add initializers.
4226
4227 2019-07-10 Tom Tromey <tromey@adacore.com>
4228
4229 * solib-darwin.c (struct darwin_info): Add initializers.
4230 (solib_darwin_pspace_data): Change type.
4231 (darwin_pspace_data_cleanup): Remove.
4232 (get_darwin_info, _initialize_darwin_solib): Update.
4233
4234 2019-07-10 Tom Tromey <tromey@adacore.com>
4235
4236 * remote-sim.c (struct sim_inferior_data): Add initializers,
4237 constructor, and destructor.
4238 (sim_inferior_data_key): Change type. Move lower.
4239 (check_for_duplicate_sim_descriptor): Update.
4240 (get_sim_inferior_data): Use new. Update.
4241 (~sim_inferior_data_cleanup): Rename from
4242 sim_inferior_data_cleanup. Simplify.
4243 (gdbsim_close_inferior, simulator_command)
4244 (sim_command_completer, _initialize_remote_sim): Update.
4245 (next_pid, INITIAL_PID): Move earlier.
4246
4247 2019-07-10 Tom Tromey <tromey@adacore.com>
4248
4249 * python/python-internal.h (create_thread_object): Return
4250 gdbpy_ref.
4251 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4252 * python/py-inferior.c (struct threadlist_entry): Add
4253 constructor.
4254 <thread_obj>: Now a gdbpy_ref.
4255 (thread_to_thread_object): Update.
4256 (add_thread_object): Use new.
4257 (delete_thread_object): Use delete.
4258 (infpy_threads): Update.
4259 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4260 GIL.
4261
4262 2019-07-10 Tom Tromey <tromey@adacore.com>
4263
4264 * valops.c (value_cast): Specialize error message for Ada.
4265
4266 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4267
4268 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4269
4270 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4271
4272 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4273 bpstat_should_step): Return bool, adjust comments.
4274 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4275 bpstat_should_step): Likewise.
4276
4277 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4278
4279 * features/Makefile: Use feature target descriptions for Arm.
4280 * features/arm/arm-core.c: Generate new file.
4281 * features/arm/arm-fpa.c: Likewise.
4282 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4283 * features/arm/arm-m-profile.c: Likewise.
4284 * features/arm/arm-vfpv2.c: Likewise.
4285 * features/arm/arm-vfpv3.c: Likewise.
4286 * features/arm/xscale-iwmmxt.c: Likewise.
4287 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4288
4289 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4290
4291 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4292 ptrace earlier.
4293
4294 2019-07-10 Alan Hayward <alan.hayward@arm.com>
4295
4296 * features/aarch64-pauth.c: Regenerate.
4297
4298 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4299
4300 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4301 bool.
4302 (bpstat_what): Use false instead of 0.
4303
4304 2019-07-09 Pedro Alves <palves@redhat.com>
4305
4306 * break-catch-throw.c (is_exception_catchpoint): New.
4307 * breakpoint.c (print_one_breakpoint_location): New parameter
4308 'raw_loc'. Handle it. Use
4309 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4310 looking at the breakpoint's type.
4311 (print_one_breakpoint): If handling "maint info breakpoints", also
4312 print locations of exception catchpoints.
4313 * breakpoint.h (is_exception_catchpoint): Declare.
4314
4315 2019-07-09 Pedro Alves <palves@redhat.com>
4316
4317 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4318 "addr" field.
4319 (allocate_location_exception_catchpoint): New.
4320 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4321 (initialize_throw_catchpoint_ops): Install
4322 allocate_location_exception_catchpoint as allocate_location
4323 method.
4324 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4325 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4326 bp_loc_other.
4327 (breakpoint_address_is_meaningful): Delete.
4328 (bl_address_is_meaningful): New.
4329 (breakpoint_locations_match): Adjust comment.
4330 (bp_location_from_bp_type): New, factored out of...
4331 (bp_location::bp_location(breakpoint *)): ... this.
4332 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4333 factored out of...
4334 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4335 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4336 breakpoint_address_is_meaningful.
4337 (bp_locations_compare): Adjust comment.
4338 (update_global_location_list): Use bl_address_is_meaningful
4339 instead of breakpoint_address_is_meaningful.
4340 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4341 explicit.
4342 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4343 * python/py-breakpoint.c (bppy_get_location): No longer check
4344 whether location is null.
4345
4346 2019-07-09 Pedro Alves <palves@redhat.com>
4347
4348 PR c++/15468
4349 * breakpoint.c (print_one_breakpoint_location): Remove
4350 single-location assert.
4351
4352 2019-07-09 Tom Tromey <tom@tromey.com>
4353
4354 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4355 * configure: Rebuild.
4356 * configure.ac: Change common to gdbsupport.
4357 * gdbsupport: Rename from common.
4358 * acinclude.m4: Change common to gdbsupport.
4359 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4360 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4361 gdbsupport.
4362 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4363 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4364 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4365 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4366 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4367 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4368 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4369 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4370 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4371 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4372 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4373 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4374 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4375 coff-pe-read.c, command.h, compile/compile-c-support.c,
4376 compile/compile-c.h, compile/compile-cplus-symbols.c,
4377 compile/compile-cplus-types.c, compile/compile-cplus.h,
4378 compile/compile-loc2c.c, compile/compile.c, completer.c,
4379 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4380 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4381 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4382 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4383 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4384 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4385 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4386 features/aarch64-core.c, features/aarch64-fpu.c,
4387 features/aarch64-pauth.c, features/aarch64-sve.c,
4388 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4389 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4390 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4391 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4392 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4393 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4394 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4395 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4396 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4397 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4398 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4399 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4400 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4401 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4402 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4403 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4404 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4405 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4406 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4407 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4408 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4409 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4410 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4411 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4412 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4413 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4414 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4415 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4416 minsyms.c, mips-linux-tdep.c, namespace.h,
4417 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4418 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4419 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4420 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4421 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4422 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4423 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4424 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4425 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4426 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4427 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4428 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4429 procfs.c, producer.c, progspace.h, psymtab.h,
4430 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4431 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4432 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4433 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4434 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4435 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4436 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4437 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4438 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4439 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4440 target-memory.c, target.c, target.h, target/waitstatus.c,
4441 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4442 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4443 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4444 unittests/array-view-selftests.c,
4445 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4446 unittests/common-utils-selftests.c,
4447 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4448 unittests/format_pieces-selftests.c,
4449 unittests/function-view-selftests.c,
4450 unittests/lookup_name_info-selftests.c,
4451 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4452 unittests/mkdir-recursive-selftests.c,
4453 unittests/observable-selftests.c,
4454 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4455 unittests/parse-connection-spec-selftests.c,
4456 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4457 unittests/scoped_fd-selftests.c,
4458 unittests/scoped_mmap-selftests.c,
4459 unittests/scoped_restore-selftests.c,
4460 unittests/string_view-selftests.c, unittests/style-selftests.c,
4461 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4462 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4463 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4464 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4465 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4466 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4467
4468 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4469
4470 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4471 bool value.
4472 (decode_digits_ordinary): Set explicit_line field in sal.
4473 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4474 symtab_and_line that was set on an explicit line number in
4475 assembler code. Do always update the recorded symtab and line if
4476 we do skip the prologue.
4477
4478 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4479
4480 * breakpoint.c (set_breakpoint_location_function): Remove
4481 explicit_loc parameter.
4482 (momentary_breakpoint_from_master): Update call to
4483 set_breakpoint_location_function.
4484 (add_location_to_breakpoint): Likewise.
4485
4486 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4489 required features based on default bfd type when no specific bfd
4490 is present.
4491
4492 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4493
4494 * NEWS: Mention that GDB printf and eval commands can now print
4495 C-style and Ada-style convenience var strings without
4496 calling the inferior.
4497 * printcmd.c (printf_c_string): Locally print GDB internal var
4498 instead of transiting via the inferior.
4499 (printf_wide_c_string): Likewise.
4500
4501 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4502
4503 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4504
4505 2019-07-04 Tom Tromey <tom@tromey.com>
4506
4507 PR tui/24724:
4508 * tui/tui-winsource.c (tui_clear_source_content): Update.
4509 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4510 (tui_update_breakpoint_info): Update.
4511 (tui_set_exec_info_content): Update.
4512 * tui/tui-source.c (tui_set_source_content_nil): Update.
4513 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4514 has_break.
4515 * tui/tui-data.h (enum tui_bp_flag): New.
4516 (tui_bp_flags): New enum flags type.
4517 (struct tui_source_element) <break_mode>: Change type. Rename
4518 from has_break.
4519 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4520 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4521 constants.
4522 * tui/tui-winsource.h: Fix comment.
4523
4524 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4525
4526 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4527 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4528 (store_fpregs_to_thread)
4529 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4530 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4531 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4532 (IWMMXT_REGS_SIZE): Add define.
4533 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4534 (fetch_vfp_regs, store_vfp_regs)
4535 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4536 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4537
4538 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4539
4540 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4541 defines.
4542 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4543 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4544 (ARM_INT_REGISTER_SIZE): ...to this.
4545 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4546 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4547 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4548 (arm_linux_collect_gregset, supply_nwfpe_register)
4549 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4550 defines.
4551 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4552 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4553 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4554 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4555 (arm_return_in_memory, arm_store_return_value)
4556 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4557 (arm_record_ld_st_multiple): Likewise.
4558 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4559 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4560
4561 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4562
4563 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4564 AARCH64_DISPLACED_MODIFIED_INSNS.
4565 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4566 (aarch64_displaced_step_copy_insn): Likewise.
4567 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4568 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4569 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4570 ARM_DISPLACED_MODIFIED_INSNS.
4571 * arm-tdep.c (arm_gdbarch_init): Likewise.
4572 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4573 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4574 (struct arm_displaced_step_closure): Use
4575 ARM_DISPLACED_MODIFIED_INSNS.
4576
4577 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4578
4579 * features/Makefile: Remove unused xml files.
4580 * features/aarch64.xml: Remove.
4581 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4582 * features/i386/amd64-avx-avx512.xml: Remove.
4583 * features/i386/amd64-avx-linux.xml: Remove.
4584 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4585 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4586 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4587 * features/i386/amd64-avx-mpx.xml: Remove.
4588 * features/i386/amd64-avx.xml: Remove.
4589 * features/i386/amd64-linux.xml: Remove.
4590 * features/i386/amd64-mpx-linux.xml: Remove.
4591 * features/i386/amd64-mpx.xml: Remove.
4592 * features/i386/amd64.xml: Remove.
4593 * features/i386/i386-avx-avx512-linux.xml: Remove.
4594 * features/i386/i386-avx-avx512.xml: Remove.
4595 * features/i386/i386-avx-linux.xml: Remove.
4596 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
4597 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
4598 * features/i386/i386-avx-mpx-linux.xml: Remove.
4599 * features/i386/i386-avx-mpx.xml: Remove.
4600 * features/i386/i386-avx.xml: Remove.
4601 * features/i386/i386-linux.xml: Remove.
4602 * features/i386/i386-mmx-linux.xml: Remove.
4603 * features/i386/i386-mmx.xml: Remove.
4604 * features/i386/i386-mpx-linux.xml: Remove.
4605 * features/i386/i386-mpx.xml: Remove.
4606 * features/i386/i386.xml: Remove.
4607 * features/i386/x32-avx-avx512-linux.xml: Remove.
4608 * features/i386/x32-avx-linux.xml: Remove.
4609 * features/i386/x32-linux.xml: Remove.
4610
4611 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4612
4613 * regformats/aarch64.dat: Remove.
4614 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
4615 * regformats/i386/amd64-avx-linux.dat: Remove.
4616 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
4617 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
4618 * regformats/i386/amd64-linux.dat: Remove.
4619 * regformats/i386/amd64-mpx-linux.dat: Remove.
4620 * regformats/i386/amd64.dat: Remove.
4621 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
4622 * regformats/i386/i386-avx-linux.dat: Remove.
4623 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
4624 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
4625 * regformats/i386/i386-linux.dat: Remove.
4626 * regformats/i386/i386-mmx-linux.dat: Remove.
4627 * regformats/i386/i386-mpx-linux.dat: Remove.
4628 * regformats/i386/i386.dat: Remove.
4629 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
4630 * regformats/i386/x32-avx-linux.dat: Remove.
4631 * regformats/i386/x32-linux.dat: Remove.
4632
4633 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4634
4635 * aarch64-tdep.c: Remove xml self tests.
4636 * amd64-linux-tdep.c: Likewise.
4637 * amd64-tdep.c: Likewise.
4638 * i386-linux-tdep.c: Likewise.
4639 * i386-tdep.c: Likewise.
4640
4641 2019-07-03 Pedro Alves <palves@redhat.com>
4642
4643 PR cli/24732
4644 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
4645 (pipe_cmd_option_defs): New.
4646 (make_pipe_cmd_options_def_group): New.
4647 (pipe_command): Use gdb::option::process_options.
4648 (pipe_command_completer): New function.
4649 (_initialize_cli_cmds): Install completer for "pipe" command.
4650
4651 2019-07-03 Pedro Alves <palves@redhat.com>
4652
4653 * cli/cli-option.c (union option_value) <string>: New field.
4654 (struct option_def_and_value): Add ctor, move ctor, dtor and
4655 use DISABLE_COPY_AND_ASSIGN.
4656 (option_def_and_value::clear_value): New.
4657 (parse_option, save_option_value_in_ctx, get_val_type_str)
4658 (add_setshow_cmds_for_options): Handle var_string.
4659 * cli-option.h (union option_def::var_address) <string>: New
4660 field.
4661 (struct string_option_def): New.
4662 * maint-test-options.c (struct test_options_opts): Add default
4663 ctor and use DISABLE_COPY_AND_ASSIGN.
4664 <string_opt>: New field.
4665 (test_options_opts::~test_options_opts): New.
4666 (test_options_opts::dump): Also dump "-string".
4667 (test_options_option_defs): Install "string.
4668
4669 2019-07-03 Pedro Alves <palves@redhat.com>
4670
4671 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
4672 option_value with a null enumeration.
4673 (complete_options): Save the option values in the context.
4674 (save_option_value_in_ctx): New, factored out from ...
4675 (process_options): ... here.
4676 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
4677 of the function.
4678 * maint-test-options.c (test_options_opts::dump): New, factored
4679 out from ...
4680 (maintenance_test_options_command_mode): ... here.
4681 (maintenance_test_options_command_completion_result): Delete.
4682 (maintenance_test_options_command_completion_text): Update
4683 comment.
4684 (maintenance_show_test_options_completion_result): Change
4685 prototype. Just print
4686 maintenance_test_options_command_completion_text.
4687 (save_completion_result): New.
4688 (maintenance_test_options_completer_mode): Pass options context to
4689 complete_options, and then save a dump.
4690 (_initialize_maint_test_options): Use add_cmd to install "maint
4691 show test-options-completion-result".
4692
4693 2019-07-03 Pedro Alves <palves@redhat.com>
4694
4695 * NEWS (New commands): Mention "with" and "maint with".
4696 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
4697 (with_command, with_command_completer): New.
4698 (pipe_command): Adjust to new repeat_previous
4699 interface.
4700 (_initialize_cli_cmds): Install the "with" command and its "w"
4701 alias.
4702 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
4703 declarations.
4704 * cli/cli-setshow.c (parse_cli_var_uinteger)
4705 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
4706 argument strings for all var_types.
4707 (get_setshow_command_value_string): New, factored out from ...
4708 (do_show_command): ... this.
4709 * cli/cli-setshow.h: Include <string>.
4710 (get_setshow_command_value_string): Declare.
4711 * command.h (repeat_previous): Now returns const char *. Adjust
4712 comment.
4713 * maint.c: Include "cli/cli-cmds.h".
4714 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
4715 (_initialize_maint_cmds): Register the "maintenance with" command.
4716 * top.c (repeat_previous): Move bits from pipe_command here:
4717 Return the saved command line, if any; error out if there's no
4718 command to relaunch.
4719
4720 2019-07-03 Pedro Alves <palves@redhat.com>
4721
4722 * NEWS (New commands): Mention "maint set/show test-settings"
4723 instead of "maint test-settings".
4724 * maint-test-settings.c (maintenance_test_settings_list): Delete.
4725 (maintenance_test_settings_set_list): Rename to ...
4726 (maintenance_set_test_settings_list): ... this.
4727 (maintenance_test_settings_show_list): Rename to ...
4728 (maintenance_show_test_settings_list): ... this.
4729 (maintenance_test_settings_cmd): Delete.
4730 (maintenance_test_settings_set_cmd): ...
4731 (maintenance_set_test_settings_cmd): ... this.
4732 (maintenance_test_settings_show_cmd): ...
4733 (maintenance_show_test_settings_cmd): ... this.
4734 (maintenance_test_settings_show_value_cmd):
4735 (maintenance_show_test_settings_value_cmd): ... this.
4736 (_initialize_maint_test_settings): No longer install the "maint
4737 test-settings" prefix command. Rename "maint test-settings set"
4738 to "maint set test-settings", and "maint test-settings show" to
4739 "maint show test-settings". Adjust all subcommands.
4740
4741 2019-07-03 Pedro Alves <palves@redhat.com>
4742
4743 * maint-test-settings.c: Fix file's intro comment. Replace all
4744 references to "test-options" with references to "test-settings",
4745 in comments.
4746
4747 2019-07-03 Pedro Alves <palves@redhat.com>
4748
4749 * maint-test-settings.c (maintenance_test_settings_xxx)
4750 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
4751 New.
4752 (maintenance_test_settings_enums): Use them.
4753 (maintenance_test_settings_enum): Default to
4754 maintenance_test_settings_xxx.
4755 (_initialize_maint_test_settings): Initialize
4756 MAINTENANCE_TEST_SETTINGS_FILENAME.
4757
4758 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4759
4760 * breakpoint.h (remove_breakpoints_inf): Change return type to
4761 void, move function documentation here.
4762 * breakpoint.c (remove_breakpoints_inf): Change return type to
4763 void, move function documentation to header.
4764
4765 2019-07-02 Pedro Alves <palves@redhat.com>
4766
4767 * NEWS (Completion improvements): Mention "info threads".
4768 * thread.c (struct info_threads_opts, info_threads_option_defs)
4769 (make_info_threads_options_def_group): New.
4770 (info_threads_command): Use gdb::option::process_options.
4771 (info_threads_command_completer): New.
4772 (_initialize_thread): Use gdb::option::build_help to build the
4773 help text for "info threads".
4774
4775 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4776
4777 * defs.h (generic_load): Move from here...
4778 * symfile.h (generic_load): ... to here. Rename name parameter
4779 to args.
4780 * symfile.c (generic_load): Add comment.
4781
4782 2019-07-01 Tom Tromey <tromey@adacore.com>
4783
4784 * dwarf2read.c
4785 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
4786 declaration of without_params. Fix formatting.
4787
4788 2019-07-01 Tom Tromey <tromey@adacore.com>
4789
4790 * ada-exp.y (find_primitive_type): Update.
4791 * ada-lang.h (ada_lookup_symbol): Update.
4792 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
4793 parameter.
4794 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
4795
4796 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4797
4798 PR breakpoints/24541
4799 * gdbarch.c: Regenerate.
4800 * gdbarch.h: Regenerate.
4801 * gdbarch.sh: Add 'stap_adjust_register'.
4802 * i386-tdep.c: Include '<unordered_set>'.
4803 (i386_stap_adjust_register): New function.
4804 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
4805 * stap-probe.c (stap_parse_register_operand): Call
4806 'gdbarch_stap_adjust_register'.
4807
4808 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
4809
4810 PR python/24742
4811 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
4812 * python/python.c (do_start_initialization): Use 'xmalloc'
4813 instead of 'PyMem_Malloc'.
4814
4815 2019-06-28 Tom Tromey <tromey@adacore.com>
4816
4817 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
4818 for Ada.
4819
4820 2019-06-27 Tom Tromey <tromey@adacore.com>
4821
4822 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
4823 objfile_key.
4824 (arm_find_mapping_symbol, arm_record_special_symbol)
4825 (_initialize_arm_tdep): Update.
4826 (arm_objfile_data_free): Remove.
4827
4828 2019-06-27 Tom Tromey <tromey@adacore.com>
4829
4830 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
4831 to cp_print_static_field.
4832
4833 2019-06-26 Tom Tromey <tromey@adacore.com>
4834
4835 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
4836 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
4837 declare.
4838
4839 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4840
4841 * features/aarch64-core.c (create_feature_aarch64_core):
4842 Regenerate.
4843 * features/aarch64-core.xml: Add cpsr flags.
4844
4845 2019-06-26 Alan Hayward <alan.hayward@arm.com>
4846
4847 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
4848 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
4849
4850 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4851
4852 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
4853 field.
4854 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
4855 use.
4856 (arm_record_special_symbol): Don't insert new symbol in sorted
4857 position, push it at the end.
4858
4859 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
4860
4861 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
4862 (arm_mapping_symbol_s): Remove.
4863 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
4864 (arm_mapping_symbol_vec): New typedef.
4865 (struct arm_per_objfile): Add constructor.
4866 <section_maps>: Change type to
4867 std::unique_ptr<arm_mapping_symbol_vec[]>.
4868 (arm_compare_mapping_symbols): Remove.
4869 (arm_find_mapping_symbol): Adjust to section_maps type change.
4870 (arm_objfile_data_free): Call delete on arm_per_objfile.
4871 (arm_record_special_symbol): Adjust to section_maps type change.
4872 Allocate arm_per_objfile with new.
4873
4874 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4875
4876 * cli/cli-cmds.c (alias_command): Compare the alias prefix
4877 with the command prefix.
4878
4879 2019-06-25 Tom Tromey <tom@tromey.com>
4880
4881 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
4882 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
4883
4884 2019-06-25 Tom Tromey <tom@tromey.com>
4885
4886 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
4887 type.
4888 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
4889 protected.
4890
4891 2019-06-25 Tom Tromey <tom@tromey.com>
4892
4893 * tui/tui-winsource.c
4894 (tui_source_window_base::set_is_exec_point_at): Add check against
4895 LOA_ADDRESS.
4896
4897 2019-06-25 Tom Tromey <tom@tromey.com>
4898
4899 * tui/tui-source.c (tui_set_source_content): Don't check before
4900 xfree.
4901 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
4902
4903 2019-06-25 Tom Tromey <tom@tromey.com>
4904
4905 * tui/tui-winsource.h (tui_update_source_window_as_is)
4906 (tui_alloc_source_buffer, tui_line_is_displayed)
4907 (tui_addr_is_displayed): Change type of win_info.
4908 * tui/tui-winsource.c (tui_update_source_window_as_is)
4909 (tui_clear_source_content, tui_show_source_line)
4910 (tui_show_source_content, tui_source_window_base::refill)
4911 (tui_source_window_base::set_is_exec_point_at)
4912 (tui_source_window_base::set_is_exec_point_at)
4913 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
4914 (tui_alloc_source_buffer, tui_line_is_displayed)
4915 (tui_addr_is_displayed): Change type of win_info. Update.
4916 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4917 (tui_source_window_base::do_make_visible_with_new_height):
4918 Update.
4919 * tui/tui-source.c (tui_set_source_content)
4920 (tui_set_source_content_nil)
4921 (tui_source_window::do_scroll_vertical): Update.
4922 * tui/tui-layout.c (show_layout): Update.
4923 * tui/tui-disasm.c (tui_set_disassem_content)
4924 (tui_disasm_window::do_scroll_vertical): Update.
4925 * tui/tui-data.h (tui_win_content): Remove.
4926 (struct tui_gen_win_info) <content, content_size>: Remove.
4927 (struct tui_source_element): Add initializers and destructor.
4928 (union tui_which_element, struct tui_win_element): Remove.
4929 (struct tui_source_window_base) <content>: New field.
4930 (struct tui_data_window): Remove destructor.
4931 (tui_alloc_content, tui_free_win_content)
4932 (tui_free_all_source_wins_content): Don't declare.
4933 * tui/tui-data.c (tui_initialize_static_data): Update.
4934 (init_content_element, tui_alloc_content): Remove.
4935 (~tui_gen_win_info): Update.
4936 (~tui_data_window, tui_free_all_source_wins_content)
4937 (tui_free_win_content, free_content, free_content_elements):
4938 Remove.
4939
4940 2019-06-25 Tom Tromey <tom@tromey.com>
4941
4942 * tui/tui-winsource.h (tui_clear_source_content)
4943 (tui_erase_source_content, tui_show_source_content): Change type
4944 of win_info.
4945 * tui/tui-winsource.c (tui_clear_source_content)
4946 (tui_erase_source_content, tui_show_source_content): Change type
4947 of win_info.
4948 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4949 * tui/tui-source.h (tui_set_source_content_nil): Change type of
4950 win_info.
4951 * tui/tui-source.c (tui_set_source_content_nil): Change type of
4952 win_info.
4953 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
4954
4955 2019-06-25 Tom Tromey <tom@tromey.com>
4956
4957 * tui/tui-winsource.c (tui_clear_source_content)
4958 (tui_source_window_base::set_is_exec_point_at): Update.
4959 * tui/tui-source.c (tui_set_source_content_nil): Update.
4960 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
4961 a bool.
4962 * tui/tui-data.c (init_content_element): Update.
4963
4964 2019-06-25 Tom Tromey <tom@tromey.com>
4965
4966 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
4967 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
4968 * tui/tui-layout.c (init_and_make_win): Update.
4969 * tui/tui.h (enum tui_win_type): Update.
4970 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
4971 tui_win_is_auxillary.
4972 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
4973 tui_win_is_auxillary.
4974
4975 2019-06-25 Tom Tromey <tom@tromey.com>
4976
4977 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
4978 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
4979 (tui_delete_data_content_windows, tui_display_all_data)
4980 (tui_data_window::do_scroll_vertical, tui_display_data_from):
4981 Update.
4982 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
4983 * tui/tui-regs.c (tui_last_regs_line_no)
4984 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
4985 (tui_show_registers): Update.
4986 (tui_show_register_group): Return void. Update.
4987 (tui_display_registers_from, tui_display_reg_element_at_line)
4988 (tui_display_registers_from_line, tui_check_register_values):
4989 Update.
4990 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
4991 member.
4992 (struct tui_data_window) <regs_content>: Now a std::vector.
4993 <regs_content_count>: Remove.
4994 (tui_add_content_elements, tui_free_data_content): Don't declare.
4995 * tui/tui-data.c (tui_data_window::clear_detail): Update.
4996 (init_content_element): Remove DATA_WIN case. Add assert.
4997 (tui_add_content_elements): Remove.
4998 (tui_data_window): Update.
4999 (tui_free_data_content): Remove.
5000 (free_content_elements): Remove DATA_WIN case.
5001
5002 2019-06-25 Tom Tromey <tom@tromey.com>
5003
5004 * tui/tui-data.c (tui_data_item_window): Update.
5005 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5006 * tui/tui-windata.c (tui_display_all_data)
5007 (tui_display_data_from_line): Update.
5008 (tui_check_data_values): Remove.
5009 * tui/tui-regs.c (tui_show_register_group)
5010 (tui_display_reg_element_at_line): Update.
5011 * tui/tui-hooks.c (tui_register_changed)
5012 (tui_refresh_frame_and_register_information): Call
5013 tui_check_register_values.
5014 * tui/tui-data.h (struct tui_data_window) <data_content,
5015 data_content_count, data_type>: Remove.
5016 (enum tui_data_type): Remove.
5017
5018 * tui/tui-data.c (tui_data_window::clear_detail)
5019 (~tui_data_window): Update.
5020
5021 2019-06-25 Tom Tromey <tom@tromey.com>
5022
5023 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5024 declare.
5025 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5026 Rename from tui_first_data_item_displayed. Update.
5027 (tui_data_window::refresh_all)
5028 (tui_data_window::do_scroll_vertical): Update.
5029 * tui/tui-data.h (struct tui_data_window)
5030 <first_data_item_displayed>: Declare new method.
5031
5032 2019-06-25 Tom Tromey <tom@tromey.com>
5033
5034 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5035 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5036 contents...
5037 (tui_initialize_static_data): ...here.
5038
5039 2019-06-25 Tom Tromey <tom@tromey.com>
5040
5041 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5042 (tui_display_registers_from, tui_check_register_values): Update.
5043 (tui_display_register): Remove win_info parameter; update.
5044 (tui_get_register): Change type of parameters.
5045 * tui/tui-data.h (struct tui_data_element): Remove.
5046 (union tui_which_element) <data>: Remove.
5047 <data_window>: Change type.
5048 (struct tui_data_item_window): New.
5049 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5050 case. Add assert.
5051 (~tui_data_item_window): New destructor.
5052 (free_content_elements): Remove DATA_ITEM_WIN case.
5053
5054 2019-06-25 Tom Tromey <tom@tromey.com>
5055
5056 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5057 Remove.
5058
5059 2019-06-25 Tom Tromey <tom@tromey.com>
5060
5061 * tui/tui-data.h (struct tui_command_element): Remove.
5062 (union tui_which_element) <command>: Remove.
5063 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5064 assert.
5065 (free_content_elements): Remove CMD_WIN case.
5066
5067 2019-06-25 Tom Tromey <tom@tromey.com>
5068
5069 * tui/tui-layout.c (tui_set_layout): Update.
5070 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5071 * tui/tui-data.c (layout_def): Update.
5072
5073 2019-06-25 Tom Tromey <tom@tromey.com>
5074
5075 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5076 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5077 (tui_source_window_base::set_new_height): Update.
5078 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5079 Update.
5080 (tui_set_locator_fullname, tui_set_locator_info)
5081 (tui_show_frame_info): Update.
5082 * tui/tui-source.c (tui_set_source_content)
5083 (tui_source_is_displayed): Update.
5084 * tui/tui-layout.c (show_source_disasm_command, show_data)
5085 (show_source_or_disasm_and_command): Update.
5086 * tui/tui-disasm.c (tui_set_disassem_content)
5087 (tui_get_begin_asm_address): Update.
5088 * tui/tui-data.h (struct tui_locator_element): Remove.
5089 (union tui_which_element) <locator>: Remove.
5090 (struct tui_locator_window): New.
5091 (tui_locator_win_info_ptr): Change return type.
5092 * tui/tui-data.c (_locator): Change type.
5093 (tui_locator_win_info_ptr): Change return type.
5094 (init_content_element): Remove LOCATOR_WIN case. Add assert.
5095 (tui_alloc_content): Add assert.
5096
5097 2019-06-25 Tom Tromey <tom@tromey.com>
5098
5099 * tui/tui-winsource.c
5100 (tui_exec_info_window::maybe_allocate_content): New method.
5101 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5102 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5103 (make_source_or_disasm_window): Add cast.
5104 * tui/tui-data.h (union tui_which_element) <simple_string>:
5105 Remove.
5106 (struct tui_source_info): New.
5107 (struct tui_source_window_base) <execution_info>: Change type.
5108 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5109 case, and add assert.
5110 (tui_alloc_content): Add assert.
5111
5112 2019-06-25 Tom Tromey <tom@tromey.com>
5113
5114 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5115 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5116 * tui/tui-data.c (tui_alloc_win_info): Remove.
5117
5118 2019-06-25 Tom Tromey <tom@tromey.com>
5119
5120 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5121 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5122 can_highlight.
5123
5124 2019-06-25 Tom Tromey <tom@tromey.com>
5125
5126 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5127 make_visible_with_new_height method.
5128 (tui_win_info::make_visible_with_new_height): New method.
5129 (tui_source_window_base::do_make_visible_with_new_height)
5130 (tui_data_window::do_make_visible_with_new_height)
5131 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5132 (make_visible_with_new_height): Remove.
5133 (tui_resize_all, tui_adjust_win_heights): Use
5134 make_visible_with_new_height method.
5135 * tui/tui-data.h (struct tui_win_info)
5136 <do_make_visible_with_new_height, make_visible_with_new_height>:
5137 New methods.
5138 (struct tui_source_window_base, struct tui_data_window)
5139 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5140 methods.
5141
5142 2019-06-25 Tom Tromey <tom@tromey.com>
5143
5144 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5145 method.
5146 (update_tab_width): Call update_tab_width method.
5147 * tui/tui-data.h (struct tui_win_info)
5148 (struct tui_source_window_base) <update_tab_width>: New methods.
5149
5150 2019-06-25 Tom Tromey <tom@tromey.com>
5151
5152 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5153 parameter.
5154 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5155 parameter.
5156 (tui_gen_win_info::make_visible): Update.
5157 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5158 parameter.
5159 * tui/tui-data.h (enum tui_box): New enum.
5160 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5161
5162 2019-06-25 Tom Tromey <tom@tromey.com>
5163
5164 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5165 init_and_make_win for EXEC_INFO_WIN.
5166 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5167 longer inline.
5168 (struct tui_win_info) <~tui_win_info>: Inline.
5169 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5170 Don't declare.
5171 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5172 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5173 Remove.
5174 (tui_initialize_static_data): Update.
5175 (~tui_gen_win_info): Handle more cleanup here.
5176 (~tui_source_window_base): Delete "execution_info".
5177 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5178
5179 2019-06-25 Tom Tromey <tom@tromey.com>
5180
5181 * tui/tui-layout.c (make_command_window): Don't set
5182 can_highlight.
5183 (show_source_disasm_command): Call the reset method.
5184 (show_data): Don't set can_highlight. Call the reset method.
5185 (tui_gen_win_info::reset): Rename from init_gen_win_info
5186 (init_and_make_win): Simplify. Return tui_gen_win_info.
5187 (show_source_or_disasm_and_command): Call the reset method.
5188 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5189 (struct tui_cmd_window): Set can_highlight.
5190
5191 2019-06-25 Tom Tromey <tom@tromey.com>
5192
5193 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5194 from make_visible.
5195 (tui_make_visible, tui_make_invisible): Rewrite.
5196 (tui_win_info::make_visible): Remove.
5197 (tui_source_window_base::make_visible): Update.
5198 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5199 method. Moved from...
5200 (struct tui_win_info) <make_visible>: ...here.
5201
5202 2019-06-25 Tom Tromey <tom@tromey.com>
5203
5204 * tui/tui-winsource.c
5205 (tui_source_window_base::do_scroll_horizontal): Remove direction
5206 parameter.
5207 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5208 direction parameter.
5209 * tui/tui-win.c (tui_win_info::forward_scroll)
5210 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5211 (tui_win_info::right_scroll): Update.
5212 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5213 direction parameter.
5214 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5215 direction parameter.
5216 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5217 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5218 Remove direction parameter.
5219 (struct tui_source_window_base, struct tui_source_window)
5220 (struct tui_disasm_window, struct tui_data_window)
5221 (struct tui_cmd_window): Update.
5222
5223 2019-06-25 Tom Tromey <tom@tromey.com>
5224
5225 * tui/tui-winsource.h (tui_set_exec_info_content)
5226 (tui_show_exec_info_content, tui_erase_exec_info_content)
5227 (tui_clear_exec_info_content, tui_update_exec_info): Change
5228 argument to tui_source_window_base.
5229 * tui/tui-winsource.c (tui_set_exec_info_content)
5230 (tui_show_exec_info_content, tui_erase_exec_info_content)
5231 (tui_clear_exec_info_content, tui_update_exec_info): Change
5232 argument to tui_source_window_base.
5233
5234 2019-06-25 Tom Tromey <tom@tromey.com>
5235
5236 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5237 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5238
5239 2019-06-25 Tom Tromey <tom@tromey.com>
5240
5241 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5242 check.
5243
5244 2019-06-25 Tom Tromey <tom@tromey.com>
5245
5246 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5247 type to void.
5248 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5249 type to void.
5250 * tui/tui-source.c (tui_set_source_content): Update.
5251 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5252
5253 2019-06-25 Tom Tromey <tom@tromey.com>
5254
5255 * tui/tui-win.c (window_name_completer, tui_set_focus)
5256 (tui_all_windows_info): Use name method.
5257 * tui/tui-data.h (struct tui_gen_win_info)
5258 (struct tui_source_window, struct tui_disasm_window)
5259 (struct tui_data_window, struct tui_cmd_window) <name>: New
5260 method.
5261 (tui_win_name): Don't declare.
5262 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5263 (tui_win_name): Remove.
5264
5265 2019-06-25 Tom Tromey <tom@tromey.com>
5266
5267 * tui/tui-winsource.h (tui_update_source_window)
5268 (tui_update_source_window_as_is): Change parameter type.
5269 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5270 to be a tui_source_window_base.
5271 (tui_update_source_window_as_is): Likewise.
5272 * tui/tui-win.c (make_visible_with_new_height): Update.
5273
5274 2019-06-25 Tom Tromey <tom@tromey.com>
5275
5276 * tui/tui-winsource.c (tui_erase_source_content)
5277 (tui_show_source_content, tui_show_exec_info_content)
5278 (tui_erase_exec_info_content): Use refresh_window method.
5279 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5280 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5281 from tui_refresh_win.
5282 (tui_data_window::refresh_window): New method.
5283 (tui_win_info::refresh, tui_source_window_base::refresh)
5284 (tui_refresh_all): Use refresh_window method.
5285 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5286 method.
5287 * tui/tui-regs.c (tui_display_register): Call refresh_window
5288 method.
5289 * tui/tui-layout.c (show_source_disasm_command)
5290 (show_source_or_disasm_and_command): Call refresh_window method.
5291 * tui/tui-data.h (struct tui_gen_win_info)
5292 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5293 New method.
5294
5295 2019-06-25 Tom Tromey <tom@tromey.com>
5296
5297 * tui/tui.c (tui_rl_other_window, tui_enable)
5298 (tui_is_window_visible, tui_get_command_dimension): Update.
5299 * tui/tui-winsource.c (tui_update_source_window_as_is)
5300 (tui_clear_source_content, tui_erase_source_content)
5301 (tui_show_source_line, tui_source_window_base::refill)
5302 (tui_source_window_base::do_scroll_horizontal)
5303 (tui_source_window_base::set_is_exec_point_at)
5304 (tui_update_breakpoint_info, tui_set_exec_info_content)
5305 (tui_alloc_source_buffer, tui_line_is_displayed)
5306 (tui_addr_is_displayed): Update.
5307 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5308 (tui_check_and_display_highlight_if_needed)
5309 (tui_win_info::make_visible, tui_win_info::refresh)
5310 (tui_refresh_all): Update.
5311 * tui/tui-windata.c (tui_first_data_item_displayed)
5312 (tui_delete_data_content_windows, tui_erase_data_content)
5313 (tui_display_all_data, tui_data_window::refresh_all)
5314 (tui_check_data_values): Update.
5315 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5316 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5317 (tui_win_info::backward_scroll, tui_refresh_all_win)
5318 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5319 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5320 (tui_source_window_base::set_new_height)
5321 (tui_data_window::set_new_height)
5322 (make_invisible_and_set_new_height)
5323 (make_visible_with_new_height, new_height_ok)
5324 (parse_scrolling_args): Update.
5325 * tui/tui-stack.c (tui_show_frame_info): Update.
5326 * tui/tui-source.c (tui_set_source_content)
5327 (tui_set_source_content_nil, tui_source_is_displayed)
5328 (tui_source_window::do_scroll_vertical): Update.
5329 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5330 (tui_display_registers_from, tui_display_reg_element_at_line)
5331 (tui_check_register_values, tui_reg_command): Update.
5332 * tui/tui-layout.c (tui_default_win_height)
5333 (show_source_disasm_command, show_data, init_and_make_win)
5334 (show_source_or_disasm_and_command): Update.
5335 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5336 (tui_redisplay_readline, tui_mld_flush)
5337 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5338 (tui_getc): Update.
5339 * tui/tui-disasm.c (tui_set_disassem_content)
5340 (tui_disasm_window::do_scroll_vertical): Update.
5341 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5342 Now virtual.
5343 (struct tui_win_info): Derive from tui_gen_win_info.
5344 <~tui_win_info>: Mark as override.
5345 <generic>: Remove member.
5346 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5347 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5348 (~tui_data_window, ~tui_win_info)
5349 (tui_free_all_source_wins_content): Update.
5350 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5351
5352 2019-06-25 Tom Tromey <tom@tromey.com>
5353
5354 * tui/tui-layout.c (init_and_make_win): Use new.
5355 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5356 destructor, initializers.
5357 (tui_alloc_generic_win_info): Don't declare.
5358 * tui/tui-data.c (_locator): Add argument to constructor.
5359 (source_win, disasm_win): New globals.
5360 (exec_info): Remove.
5361 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5362 Update.
5363 (tui_alloc_generic_win_info): Remove.
5364 (init_content_element): Use new.
5365 (tui_win_info::tui_win_info): Update.
5366 (free_content_elements) <case DATA_WIN>: Use delete.
5367
5368 2019-06-25 Tom Tromey <tom@tromey.com>
5369
5370 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5371 * tui/tui-windata.c (tui_first_data_item_displayed)
5372 (tui_delete_data_content_windows): Update.
5373 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5374 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5375 (tui_display_registers_from, tui_check_register_values): Update.
5376 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5377 pointer.
5378 * tui/tui-data.c (init_content_element): Update. Allocate the new
5379 window.
5380 (tui_free_data_content): Update.
5381 (free_content_elements) <case DATA_WIN>: Free the window.
5382
5383 2019-06-25 Tom Tromey <tom@tromey.com>
5384
5385 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5386 Update.
5387 * tui/tui-layout.c (make_command_window)
5388 (show_source_disasm_command, show_data, init_and_make_win)
5389 (show_source_or_disasm_and_command): Update.
5390 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5391 method.
5392 <can_highight, is_highlighted>: Now bool.
5393 (tui_set_win_highlight): Don't declare.
5394 * tui/tui-data.c (tui_set_win_highlight): Remove.
5395
5396 2019-06-25 Tom Tromey <tom@tromey.com>
5397
5398 * tui/tui-wingeneral.c (make_visible): Remove check of window
5399 type.
5400
5401 2019-06-25 Tom Tromey <tom@tromey.com>
5402
5403 * tui/tui-win.c (tui_win_info::max_height)
5404 (tui_cmd_window::max_height): New methods.
5405 (new_height_ok): Call max_height.
5406 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5407 <max_height>: New method.
5408
5409 2019-06-25 Tom Tromey <tom@tromey.com>
5410
5411 * tui/tui-win.c (tui_source_window_base::set_new_height)
5412 (tui_data_window::set_new_height): New methods.
5413 (make_invisible_and_set_new_height): Call set_new_height method.
5414 * tui/tui-data.h (struct tui_win_info)
5415 (struct tui_source_window_base, struct tui_data_window)
5416 <set_new_height>: New method.
5417
5418 2019-06-25 Tom Tromey <tom@tromey.com>
5419
5420 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5421 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5422 tui_refresh_data_win.
5423 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5424 method.
5425 (tui_refresh_all_win): Call the refresh_all method.
5426 (tui_set_focus): Likewise.
5427 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5428 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5429 Likewise.
5430
5431 2019-06-25 Tom Tromey <tom@tromey.com>
5432
5433 * tui/tui-winsource.h (tui_refill_source_window)
5434 (tui_set_is_exec_point_at): Don't declare.
5435 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5436 (tui_source_window_base::refill): Rename from
5437 tui_refill_source_window.
5438 (tui_source_window_base::do_scroll_horizontal): Update.
5439 (tui_source_window_base::set_is_exec_point_at): Rename from
5440 tui_set_is_exec_point_at.
5441 (tui_update_all_breakpoint_info): Update.
5442 * tui/tui-stack.c (tui_show_frame_info): Update.
5443 * tui/tui-layout.c (show_data): Add cast.
5444 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5445 * tui/tui-data.h (struct tui_source_window_base) <refill,
5446 set_is_exec_point_at>: New methods.
5447 (tui_source_windows, tui_add_to_source_windows): Update types.
5448 (tui_add_to_source_windows): Remove redundant declaration.
5449 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5450 (tui_source_windows): Change return type.
5451 (tui_clear_source_windows_detail): Update.
5452 (tui_add_to_source_windows): Change type of parameter.
5453 (tui_free_all_source_wins_content): Update.
5454
5455 2019-06-25 Tom Tromey <tom@tromey.com>
5456
5457 * tui/tui-wingeneral.c (tui_win_info::refresh)
5458 (tui_source_window_base::refresh): New methods.
5459 (tui_refresh_all): Call the refresh method.
5460 * tui/tui-data.h (struct tui_win_info)
5461 (struct tui_source_window_base) <refresh>: New method.
5462
5463 2019-06-25 Tom Tromey <tom@tromey.com>
5464
5465 * tui/tui.h (tui_is_window_visible): Return bool.
5466 * tui/tui.c (tui_is_window_visible): Return bool.
5467 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5468 (tui_make_visible, tui_make_invisible)
5469 (tui_win_info::make_visible)
5470 (tui_source_window_base::make_visible, make_all_visible)
5471 (tui_make_all_visible, tui_make_all_invisible): Update.
5472 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5473 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5474 bool.
5475 (struct tui_win_info, struct tui_source_window_base)
5476 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5477 * tui/tui-data.c (tui_init_generic_part): Update.
5478
5479 2019-06-25 Tom Tromey <tom@tromey.com>
5480
5481 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5482 (tui_source_window_base::make_visible): New methods.
5483 (make_all_visible): Make method call.
5484 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5485 (struct tui_source_window_base, struct tui_cmd_window): Override
5486 make_visible.
5487 (tui_win_is_source_type): Don't declare.
5488 * tui/tui-data.c (tui_win_is_source_type): Remove.
5489
5490 2019-06-25 Tom Tromey <tom@tromey.com>
5491
5492 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5493 NULL check.
5494
5495 2019-06-25 Tom Tromey <tom@tromey.com>
5496
5497 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5498 Inline constructor. Add initializers for members.
5499 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5500 constructors; now inline in class.
5501
5502 2019-06-25 Tom Tromey <tom@tromey.com>
5503
5504 * tui/tui-regs.c (tui_show_registers): Update.
5505 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5506 bool.
5507 * tui/tui-data.c (tui_data_window::clear_detail)
5508 (tui_data_window): Update.
5509
5510 2019-06-25 Tom Tromey <tom@tromey.com>
5511
5512 * tui/tui-windata.c (tui_display_all_data)
5513 (tui_display_data_from_line, tui_display_data_from)
5514 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5515 Update.
5516 * tui/tui-regs.c (tui_last_regs_line_no)
5517 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5518 (tui_show_registers, tui_show_register_group)
5519 (tui_display_registers_from, tui_display_reg_element_at_line)
5520 (tui_display_registers_from_line, tui_check_register_values)
5521 (tui_reg_next, tui_reg_prev): Update.
5522 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5523 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5524 tui_data_window.
5525 (struct tui_win_info) <detail>: Remove. Add new fields from
5526 tui_data_info.
5527 (TUI_DATA_WIN): Add cast.
5528 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5529 (~tui_data_window): Simplify.
5530
5531 2019-06-25 Tom Tromey <tom@tromey.com>
5532
5533 * tui/tui-layout.c (show_source_disasm_command)
5534 (show_source_or_disasm_and_command): Update.
5535 * tui/tui-io.c (update_cmdwin_start_line)
5536 (tui_redisplay_readline): Update.
5537 * tui/tui-data.h (struct tui_command_info): Remove.
5538 (struct tui_win_info) <detail>: Remove command_info member.
5539 (struct tui_data_window) <start_line>: New member, from
5540 tui_command_info.
5541 (TUI_CMD_WIN): Add casts.
5542
5543 2019-06-25 Tom Tromey <tom@tromey.com>
5544
5545 * tui/tui-winsource.c (tui_update_source_window)
5546 (tui_refill_source_window)
5547 (tui_source_window_base::do_scroll_horizontal)
5548 (tui_update_breakpoint_info, tui_set_exec_info_content)
5549 (tui_show_exec_info_content, tui_erase_exec_info_content)
5550 (tui_clear_exec_info_content): Update.
5551 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5552 Update.
5553 * tui/tui-win.c (make_invisible_and_set_new_height)
5554 (make_visible_with_new_height): Update.
5555 * tui/tui-source.c (tui_set_source_content)
5556 (tui_show_symtab_source): Update.
5557 * tui/tui-layout.c (extract_display_start_addr)
5558 (show_source_disasm_command, show_data)
5559 (make_source_or_disasm_window)
5560 (show_source_or_disasm_and_command): Update.
5561 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5562 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5563 "gdbarch".
5564 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5565 to tui_source_window_base.
5566 (struct tui_win_info) <detail>: Remove source_info member.
5567 (struct tui_source_window_base) <has_locator>: Inline.
5568 Move contents from tui_source_info; rename has_locator member to
5569 m_has_locator.
5570 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5571 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5572 header file.
5573 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5574 Simplify.
5575 (tui_free_all_source_wins_content): Cast to
5576 tui_source_window_base.
5577
5578 2019-06-25 Tom Tromey <tom@tromey.com>
5579
5580 * tui/tui-win.c (make_invisible_and_set_new_height)
5581 (make_visible_with_new_height): Call has_locator method.
5582 * tui/tui-layout.c (show_source_disasm_command, show_data)
5583 (show_source_or_disasm_and_command): Update for bool change.
5584 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5585 (tui_win_info) <has_locator>: New method.
5586 (struct tui_source_window_base) <has_locator>: New method.
5587 (tui_win_has_locator): Don't declare.
5588 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5589 from tui_win_has_locator.
5590 (tui_source_window_base): Use false, not FALSE.
5591
5592 2019-06-25 Tom Tromey <tom@tromey.com>
5593
5594 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
5595 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
5596 clear_detail method directly.
5597 (tui_clear_win_detail): Remove.
5598
5599 2019-06-25 Tom Tromey <tom@tromey.com>
5600
5601 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
5602 "this", not TUI_DISASM_WIN.
5603
5604 2019-06-25 Tom Tromey <tom@tromey.com>
5605
5606 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
5607 declare.
5608 * tui/tui-winsource.c
5609 (tui_source_window_base::do_scroll_horizontal): Rename from
5610 tui_horizontal_source_scroll.
5611 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
5612 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
5613 from tui_vertical_data_scroll.
5614 * tui/tui-win.h (tui_scroll): Don't declare.
5615 * tui/tui-win.c (tui_win_info::forward_scroll)
5616 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5617 (tui_win_info::right_scroll): Rename and update.
5618 (tui_scroll_forward_command, tui_scroll_backward_command)
5619 (tui_scroll_left_command, tui_scroll_right_command): Update.
5620 (tui_scroll): Remove.
5621 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
5622 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
5623 from tui_vertical_source_scroll.
5624 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
5625 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
5626 from tui_vertical_disassem_scroll.
5627 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
5628 do_scroll_horizontal>: New methods.
5629 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
5630 Likewise.
5631 (struct tui_source_window_base): Add do_scroll_horizontal.
5632 (struct tui_source_window, struct tui_disasm_window): Add
5633 do_scroll_vertical.
5634 (struct tui_data_window, struct tui_cmd_window): Add
5635 do_scroll_horizontal and do_scroll_vertical.
5636 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
5637
5638 2019-06-25 Tom Tromey <tom@tromey.com>
5639
5640 * tui/tui-data.h (struct tui_source_window_base): New struct.
5641 (struct tui_source_window): Derive from tui_source_window_base.
5642 (struct tui_disasm_window): New struct.
5643 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
5644 from tui_source_window::clear_detail.
5645 (tui_source_window_base): Rename from tui_source_window.
5646 (~tui_source_window_base): Rename from ~tui_source_window.
5647 (tui_alloc_win_info): Create a tui_disasm_window.
5648
5649 2019-06-25 Tom Tromey <tom@tromey.com>
5650
5651 * tui/tui-data.h (struct tui_source_window)
5652 (struct tui_data_window): Declare destructors.
5653 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
5654 destructors.
5655 (tui_win_info): Simplify.
5656
5657 2019-06-25 Tom Tromey <tom@tromey.com>
5658
5659 * tui/tui-winsource.c (tui_display_main)
5660 (tui_update_source_windows_with_addr)
5661 (tui_update_all_breakpoint_info): Update.
5662 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5663 (new_height_ok, parse_scrolling_args): Update.
5664 * tui/tui-stack.c (tui_show_frame_info): Update.
5665 * tui/tui-data.h (struct tui_list): Remove.
5666 (tui_source_windows): Return a reference to a std::vector.
5667 * tui/tui-data.c (source_windows): Now a std::vector.
5668 (tui_source_windows): Change return type.
5669 (tui_clear_source_windows): Rewrite.
5670 (tui_clear_source_windows_detail, tui_add_to_source_windows)
5671 (tui_free_all_source_wins_content): Rewrite.
5672
5673 2019-06-25 Tom Tromey <tom@tromey.com>
5674
5675 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
5676 (struct tui_data_window, struct tui_cmd_window): Declare
5677 clear_detail method.
5678 * tui/tui-data.c (tui_source_window::clear_detail)
5679 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
5680 methods.
5681 (tui_clear_win_detail): Simplify.
5682
5683 2019-06-25 Tom Tromey <tom@tromey.com>
5684
5685 * tui/tui-layout.c (make_source_window, make_disasm_window)
5686 (make_source_or_disasm_window): Remove win_info_ptr parameter.
5687 Return the new window.
5688 (show_source_disasm_command, show_data)
5689 (show_source_or_disasm_and_command): Update.
5690
5691 2019-06-25 Tom Tromey <tom@tromey.com>
5692
5693 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
5694 parameter. Return the new window.
5695 (show_source_disasm_command): Update and remove NULL check.
5696 (show_source_or_disasm_and_command): Update.
5697
5698 2019-06-25 Tom Tromey <tom@tromey.com>
5699
5700 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
5701
5702 2019-06-25 Tom Tromey <tom@tromey.com>
5703
5704 * tui/tui-data.h (struct tui_win_info): Make constructor
5705 protected. Make destructor virtual. Add initializers.
5706 (tui_source_window, tui_data_window, tui_cmd_window): New
5707 classes.
5708 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
5709 constructor. Add "type" parameter.
5710 (tui_source_window, tui_data_window, tui_cmd_window): New
5711 constructors.
5712 (tui_alloc_win_info): Instantiate the appropriate subclass.
5713
5714 2019-06-25 Tom Tromey <tom@tromey.com>
5715
5716 * tui/tui-win.c (tui_resize_all): Use delete.
5717 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
5718 destructor.
5719 (tui_free_window): Don't declare.
5720 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
5721 Update.
5722
5723 2019-06-25 Tom Tromey <tom@tromey.com>
5724
5725 * tui/tui-data.h (struct tui_win_info): Add constructor.
5726 * tui/tui-data.c (tui_alloc_win_info): Use new.
5727 (tui_free_window): Use delete.
5728
5729 2019-06-22 Tom Tromey <tom@tromey.com>
5730
5731 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
5732 declare.
5733 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
5734
5735 2019-06-22 Tom Tromey <tom@tromey.com>
5736
5737 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
5738 declare.
5739 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
5740
5741 2019-06-22 Tom de Vries <tdevries@suse.de>
5742
5743 * dwarf2read.c (create_addrmap_from_aranges)
5744 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
5745 instead of '%zu'.
5746
5747 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
5748
5749 * dwarf2read.h (dwarf2_section_info_def): Remove.
5750 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
5751 * dwarf2read.c (struct dwo_sections) <types>: Change type to
5752 std::vector<dwarf2_section_info>.
5753 (struct dwo_file) <~dwo_file>: Remove.
5754 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
5755 types field.
5756 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
5757 (dwarf2_read_debug_names): Likewise.
5758 (create_debug_types_hash_table): Change parameter type to
5759 array_view, adjust code accordingly.
5760 (dwarf2_locate_dwo_sections): Adjust to std::vector.
5761 (partial_die_info::fixup): Likewise.
5762 (determine_prefix): Likewise.
5763 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
5764
5765 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5766
5767 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
5768 gdb_bfd_ref_ptr.
5769 <~dwo_file>: Remove call to gdb_bfd_unref.
5770 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
5771 gdb_bfd_ref_ptr::get.
5772
5773 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5774
5775 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
5776 type to htab_up.
5777 * dwarf2read.c (struct dwo_file): Initialize fields.
5778 <~dwo_file>: New.
5779 (free_dwo_file): Remove, move content to ~dwo_file.
5780 (struct dwo_file_deleter): Remove.
5781 (dwo_file_up>: Remove custom deleter.
5782 (free_dwo_files): Remove.
5783 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
5784 dwo_files.
5785 (process_skeletonless_type_units): Call unique_ptr::get.
5786 (allocate_dwo_file_hash_table): Add deleter to created hash
5787 table. Change return type to htab_up.
5788 (lookup_dwo_file_slot): Don't memset dwo_file, call
5789 unique_ptr::get.
5790 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
5791 (create_dwo_unit_in_dwp_v2): Likewise.
5792 (open_and_init_dwo_file): Likewise.
5793 (free_dwo_file_from_slot): Remove.
5794
5795 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5796
5797 * dwarf2read.h (struct dwarf2_section_info) <readin,
5798 is_virtual>: Change type to bool.
5799 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
5800 true instead of 1.
5801
5802 2019-06-19 Tom Tromey <tom@tromey.com>
5803
5804 * tui/tui-data.h (tui_init_content_element): Don't declare.
5805
5806 2019-06-19 Tom Tromey <tom@tromey.com>
5807
5808 * tui/tui-data.h (tui_init_win_info): Don't declare.
5809
5810 2019-06-19 Tom de Vries <tdevries@suse.de>
5811
5812 * dwarf2read.h (abstract_to_concrete): Change type to
5813 std::unordered_map<sect_offset, std::vector<sect_offset>,
5814 gdb::hash_enum<sect_offset>>.
5815
5816 2019-06-19 Tom Tromey <tromey@adacore.com>
5817
5818 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
5819 EVAL_AVOID_SIDE_EFFECTS specially.
5820
5821 2019-06-19 Tom Tromey <tromey@adacore.com>
5822
5823 * source-cache.c (highlighter): New global.
5824 (source_cache::get_source_lines): Create a highlighter on demand.
5825
5826 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
5827
5828 * defs.h (deprecated_interactive_hook): Delete declaration.
5829 * interps.c (clear_interpreter_hooks): Remove use of
5830 deprecated_interactive_hook.
5831 * top.c (deprecated_interactive_hook): Delete definition.
5832 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
5833
5834 2019-06-18 Tom de Vries <tdevries@suse.de>
5835
5836 PR gdb/24515
5837 * dwarf2read.h (abstract_to_concrete): Change type from
5838 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
5839 std::unordered_map<sect_offset, std::vector<sect_offset>>.
5840 * dwarf2read.c (read_variable): Update.
5841 (dwarf2_fetch_die_loc_sect_off): Update.
5842
5843 2019-06-17 Tom de Vries <tdevries@suse.de>
5844
5845 PR gdb/24617
5846 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
5847 accessing parent[parent_len - 1].
5848
5849 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
5850
5851 PR gdb/24364
5852 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
5853 call dtrace_process_dof with NULL dof.
5854
5855 2019-06-16 Tom de Vries <tdevries@suse.de>
5856
5857 PR gdb/24445
5858 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
5859
5860 2019-06-16 Tom Tromey <tom@tromey.com>
5861
5862 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5863 (make_all_visible): Use address of member.
5864
5865 2019-06-16 Tom Tromey <tom@tromey.com>
5866
5867 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
5868 (tui_free_window, free_content, free_content_elements): Remove
5869 unnecessary cast.
5870 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
5871 cast.
5872 * tui/tui-regs.c (tui_show_register_group)
5873 (tui_display_registers_from, tui_display_reg_element_at_line):
5874 Remove unnecessary cast.
5875
5876 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5877
5878 * linux-nat.c (normal_mask): Delete.
5879 (_initialize_linux_nat): Don't initialise normal_mask.
5880
5881 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5882
5883 PR gdb/24445
5884 * dwarf-index-write.h (write_psymtabs_to_index): Add
5885 dwz_basename parameter.
5886 * dwarf-index-write.c (write_gdbindex): Move file writing to
5887 write_gdbindex_1. Change return type void.
5888 (assert_file_size): Move up, remove filename parameter.
5889 (write_gdbindex_1): New function.
5890 (write_debug_names): Change return type to void, call
5891 assert_file_size.
5892 (struct index_wip_file): New struct.
5893 (write_psymtabs_to_index): Add dwz_basename parameter. Move
5894 file logic to index_wip_file. Write index for dwz file if
5895 needed.
5896 (save_gdb_index_command): Pass basename of dwz file, if present.
5897 * dwarf-index-cache.c (index_cache::store): Obtain and pass
5898 build-id of dwz file, if present.
5899 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
5900 (dwarf2_get_dwz_file): Likewise.
5901 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
5902 (dwarf2_get_dwz_file): Likewise.
5903
5904 2019-06-16 Tom Tromey <tom@tromey.com>
5905
5906 * coffread.c (process_coff_symbol): Use xstrdup.
5907 * value.c (create_internalvar): Use xstrdup.
5908
5909 2019-06-16 Tom Tromey <tom@tromey.com>
5910
5911 * valops.c (value_cast, value_slice): Remove unnecessary cast.
5912 * breakpoint.c (stopin_command, stopat_command)
5913 (until_break_command, decode_location_default): Remove unnecessary
5914 cast.
5915 * utils.c (subset_compare): Remove unnecessary cast.
5916 * ada-lang.c (ada_update_initial_language): Remove unnecessary
5917 cast.
5918 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
5919 cast.
5920 * infcmd.c (path_command): Remove unnecessary cast.
5921 * coffread.c (decode_type): Remove unnecessary cast.
5922 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
5923 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
5924 * tui/tui-stack.c (tui_show_locator_content)
5925 (tui_show_frame_info): Remove unnecessary cast.
5926 * tui/tui-win.c (tui_scroll_forward_command)
5927 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
5928 (parse_scrolling_args): Remove unnecessary cast.
5929 * tui/tui-data.c (init_win_info, tui_del_window)
5930 (tui_free_window, tui_del_data_windows, tui_free_data_content)
5931 (free_content_elements): Remove unnecessary cast.
5932 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
5933 unnecessary cast.
5934 * tui/tui-source.c (tui_set_source_content)
5935 (tui_vertical_source_scroll): Remove unnecessary cast.
5936 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
5937 cast.
5938 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
5939 * tui/tui-regs.c (tui_display_registers_from)
5940 (tui_display_register): Remove unnecessary cast.
5941 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
5942 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
5943 (make_visible): Remove unnecessary cast.
5944 * tui/tui-winsource.c (tui_erase_source_content)
5945 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
5946 unnecessary cast.
5947 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
5948 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
5949 * stabsread.c (read_type, read_array_type, read_range_type):
5950 Remove unnecessary cast.
5951 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
5952 (parse_symbol, parse_type, upgrade_type, parse_external)
5953 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
5954 unnecessary cast.
5955 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
5956
5957 2019-06-16 Tom Tromey <tom@tromey.com>
5958
5959 * tui/tui-data.c (tui_alloc_generic_win_info)
5960 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
5961 checks.
5962
5963 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5964 Andrew Burgess <andrew.burgess@embecosm.com>
5965
5966 * f-typeprint.c (f_print_type): Don't return early for not
5967 associated or not allocated types.
5968 (f_type_print_varspec_suffix): Add print_rank parameter and print
5969 ranks of array types in case they dangling.
5970 (f_type_print_base): Add print_rank parameter.
5971
5972 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5973
5974 * NEWS: Mention new MI commands.
5975 * break-catch-throw.c (enum exception_event_kind): Move to
5976 breakpoint.h.
5977 (print_mention_exception_catchpoint): Output text as a single
5978 message.
5979 (catch_exception_command_1): Rename to...
5980 (catch_exception_event): ...this, make non-static, update header
5981 command, and change some parameter types.
5982 (catch_catch_command): Update for changes to
5983 catch_exception_command_1.
5984 (catch_throw_command): Likewise.
5985 (catch_rethrow_command): Likewise.
5986 * breakpoint.c (enum exception_event_kind): Delete.
5987 * breakpoint.h (enum exception_event_kind): Moved here from
5988 break-catch-throw.c.
5989 (catch_exception_event): Declare.
5990 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
5991 (mi_cmd_catch_throw): New function.
5992 (mi_cmd_catch_rethrow): New function.
5993 (mi_cmd_catch_catch): New function.
5994 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
5995 'catch-catch' entries.
5996 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
5997 (mi_cmd_catch_rethrow): Declare.
5998 (mi_cmd_catch_catch): Declare.
5999
6000 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6001
6002 * annotate.c (annotate_source_line): Change return type to void,
6003 update implementation to match.
6004 * annotate.h (annotate_source_line): Change return type to void,
6005 update header comment.
6006 * stack.c (print_frame_info): Don't change what frame information
6007 is printed based on whether annotations are on or not.
6008
6009 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6010
6011 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6012 (annotate_source): Make static.
6013 (annotate_source_line): Moved from source.c and renamed from
6014 identify_source_line. Update the return type.
6015 * annotate.h (annotate_source): Delete declaration.
6016 (annotate_source_line): Declaration moved from source.h, and
6017 renamed from identify_source_line. Return type updated.
6018 * source.c (identify_source_line): Moved to annotate.c and renamed
6019 to annotate_source_line.
6020 (info_line_command): Remove check of annotation_level.
6021 * source.h (identify_source_line): Move declaration to annotate.h
6022 and rename to annotate_source_line.
6023 * stack.c: Add 'annotate.h' include.
6024 (print_frame_info): Remove check of annotation_level before
6025 calling annotate_source_line.
6026
6027 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * source-cache.c (source_cache::get_plain_source_lines): Use
6030 open_source_file_with_line_charpos instead of just
6031 open_source_file, remove call to find_source_lines.
6032 (source_cache::get_source_lines): Likewise.
6033 * source.c (find_source_lines): Make static.
6034 (get_filename_and_charpos): Renamed into...
6035 (open_source_file_with_line_charpos): ..this along with changes to
6036 return a scoped_fd, and some other minor clean ups.
6037 (identify_source_line): Use open_source_file_with_line_charpos.
6038 (search_command_helper): Use open_source_file_with_line_charpos
6039 instead of just open_source_file, remove call to
6040 find_source_lines.
6041 * source.h (open_source_file_with_line_charpos): Declare new
6042 function.
6043 (find_source_lines): Delete declaration.
6044
6045 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * source.c (get_filename_and_charpos): Remove fullname
6048 parameter.
6049 (identify_source_line): Update call to get_filename_and_charpos.
6050
6051 2019-06-14 Tom Tromey <tromey@adacore.com>
6052
6053 PR gdb/24502:
6054 * ui-style.h (skip_ansi_escape): Update comment.
6055 * ui-file.h (class no_terminal_escape_file): New class.
6056 * ui-file.c (no_terminal_escape_file::write)
6057 (no_terminal_escape_file::puts): New methods.
6058 * cli/cli-logging.c (handle_redirections): Use
6059 no_terminal_escape_file.
6060
6061 2019-06-14 Tom Tromey <tromey@adacore.com>
6062
6063 * NEWS: Move convenience variable news above Python news.
6064
6065 2019-06-14 Tom Tromey <tom@tromey.com>
6066
6067 * gnulib: Move directory to top-level.
6068 * configure.ac: Don't configure gnulib.
6069 * configure: Rebuild.
6070 * common/common-defs.h: Use new path to gnulib.
6071 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6072 (GNULIB_H): Remove.
6073 (INCGNU): Look in new gnulib location.
6074 (HFILES_NO_SRCDIR): Remove gnulib files.
6075 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6076 (generated_files): Remove GNULIB_H.
6077 ($(LIBGNU), all-lib): Remove targets.
6078 (distclean): Don't mention GNULIB_BUILDDIR.
6079 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
6080
6081 2019-06-14 Tom Tromey <tromey@adacore.com>
6082
6083 * symfile.c (add_symbol_file_command): Remove obsolete comment.
6084 Warn if symbol file does not provide any symbols.
6085
6086 2019-06-14 Tom Tromey <tromey@adacore.com>
6087
6088 * source.c (find_and_open_source): Respect basenames_may_differ.
6089
6090 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
6091
6092 * annotate.c (annotate_breakpoints_invalid): Make use of
6093 scoped_restore_terminal_state.
6094 (annotate_frames_invalid): Likewise.
6095
6096 2019-06-14 Tom Tromey <tromey@adacore.com>
6097
6098 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6099 allow assignment to an internalvar.
6100
6101 2019-06-14 Tom Tromey <tromey@adacore.com>
6102
6103 * ada-lex.l: Allow "_" in attribute names.
6104
6105 2019-06-14 Tom Tromey <tromey@adacore.com>
6106
6107 PR gdb/24653:
6108 * regcache.c (registers_changed): Don't call alloca.
6109 * top.c (execute_command): Don't call alloca.
6110
6111 2019-06-13 Pedro Alves <palves@redhat.com>
6112
6113 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6114 'expression'. When parsing an expression, error out if there's
6115 junk after "unlimited".
6116 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6117 (do_set_command): Adjust calls to is_unlimited_literal.
6118
6119 2019-06-13 Pedro Alves <palves@redhat.com>
6120
6121 * compile/compile.c (make_compile_options_def_group): Add braces
6122 around array_view initializer.
6123 * thread.c (make_thread_apply_all_options_def_group)
6124 (make_thread_apply_all_options_def_group): Likewise.
6125
6126 2019-06-13 Pedro Alves <palves@redhat.com>
6127
6128 * NEWS (New commands): Mention "maint test-options
6129 require-delimiter", "maint test-options unknown-is-error", "maint
6130 test-options unknown-is-operand" and "maint show
6131 test-options-completion-result".
6132 (New command options, command completion): New section.
6133 (Completion improvements): New section.
6134 Mention that you can abbreviate "unlimited".
6135
6136 2019-06-13 Pedro Alves <palves@redhat.com>
6137
6138 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6139 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6140 * unittests/cli-utils-selftests.c (test_parse_flags)
6141 (test_parse_flags_qcs): Delete.
6142 (test_cli_utils): Don't call deleted functions.
6143
6144 2019-06-13 Pedro Alves <palves@redhat.com>
6145
6146 * thread.c: Include "cli/cli-option.h".
6147 (tp_array_compar_ascending): Global.
6148 (tp_array_compar): Delete function.
6149 (tp_array_compar_ascending, tp_array_compar_descending): New
6150 functions.
6151 (ascending_option_def, qcs_flag_option_def)
6152 (thr_qcs_flags_option_defs)
6153 (make_thread_apply_all_options_def_group)
6154 (make_thread_apply_options_def_group): New.
6155 (thread_apply_all_command): Use gdb::option::process_options.
6156 (thread_apply_command_completer)
6157 (thread_apply_all_command_completer): New.
6158 (thread_apply_command): Use gdb::option::process_options.
6159 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6160 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6161 to generate help text of "thread apply". Adjust "taas"'s help.
6162 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6163 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6164
6165 2019-06-13 Pedro Alves <palves@redhat.com>
6166
6167 * thread.c (thread_apply_command): Check for invalid TID with
6168 isdigit instead of !isalpha.
6169
6170 2019-06-13 Pedro Alves <palves@redhat.com>
6171
6172 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6173 (validate_flags_qcs): New.
6174 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6175 (validate_flags_qcs): Declare.
6176 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6177 (make_frame_apply_options_def_group): New.
6178 (frame_apply_command_count): Process options with
6179 gdb::option::process_options.
6180 (frame_apply_completer): New.
6181 (frame_apply_level_completer, frame_apply_all_completer)
6182 (frame_apply_completer): New.
6183 (_initialize_stack): Update help of "frame apply", "frame apply
6184 level", "frame apply all" and "faas" to mention supported options
6185 and install command completers.
6186 * stack.h (frame_apply_all_completer): Declare.
6187 * thread.c: Include "stack.h".
6188 (tfaas_command): Add "--".
6189 (_initialize_thread): Update help "tfaas" to mention supported
6190 options and install command completer.
6191
6192 2019-06-13 Pedro Alves <palves@redhat.com>
6193
6194 * completer.c (complete_nested_command_line): New.
6195 (gdb_completion_word_break_characters_throw): Add assertion.
6196 * completer.h (complete_nested_command_line): Declare.
6197
6198 2019-06-13 Pedro Alves <palves@redhat.com>
6199
6200 * stack.c (parse_backtrace_qualifiers): New.
6201 (backtrace_command): Use it.
6202 (backtrace_command_completer): Complete on qualifiers.
6203
6204 2019-06-13 Pedro Alves <palves@redhat.com>
6205
6206 * frame.c: Include "cli/cli-option.h.
6207 (user_set_backtrace_options): New.
6208 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6209 Delete.
6210 (get_prev_frame): Adjust.
6211 (boolean_option_def, uinteger_option_def)
6212 (set_backtrace_option_defs): New.
6213 (_initialize_frame): Adjust and use
6214 gdb::option::add_setshow_cmds_for_options to install "set
6215 backtrace past-main" and "set backtrace past-entry".
6216 * frame.h: Include "cli/cli-option.h".
6217 (struct frame_print_options): Forward declare.
6218 (print_frame_arguments_all, print_frame_arguments_scalars)
6219 (print_frame_arguments_none): Declare.
6220 (print_entry_values): Delete declaration.
6221 (struct frame_print_options, user_frame_print_options): New.
6222 (struct set_backtrace_options): New.
6223 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6224 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6225 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6226 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6227 (list_args_or_locals): Add frame_print_options parameter.
6228 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6229 * python/py-framefilter.c (enumerate_args): Pass down
6230 USER_FRAME_PRINT_OPTIONS.
6231 * stack.c: Include "cli/cli-option.h".
6232 (print_frame_arguments_all, print_frame_arguments_scalars)
6233 (print_frame_arguments_none): Declare.
6234 (print_raw_frame_arguments, print_entry_values): Delete.
6235 (user_frame_print_options): New.
6236 (boolean_option_def, enum_option_def, frame_print_option_defs):
6237 New.
6238 (struct backtrace_cmd_options): New.
6239 (bt_flag_option_def): New.
6240 (backtrace_command_option_defs): New.
6241 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6242 (print_frame_arg, read_frame_arg, print_frame_args)
6243 (print_frame_info, print_frame): Add frame_print_options parameter
6244 and use it.
6245 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6246 (backtrace_command_1): Add frame_print_options and
6247 backtrace_cmd_options parameters and use them.
6248 (make_backtrace_options_def_group): New.
6249 (backtrace_command): Process command options with
6250 gdb::option::process_options.
6251 (backtrace_command_completer): New.
6252 (_initialize_stack): Extend "backtrace"'s help to mention
6253 supported options. Install completer for "backtrace".
6254 Install some settings commands with add_setshow_cmds_for_options.
6255
6256 2019-06-13 Pedro Alves <palves@redhat.com>
6257
6258 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6259 and that "set/show print raw frame-arguments" are now deprecated.
6260
6261 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6262 command.
6263 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6264 * stack.c (_initialize_stack): Install "set/show print
6265 raw-frame-arguments", and deprecate "set/show print raw
6266 frame-arguments".
6267 * valprint.c (_initialize_valprint): Deprecate "set/show print
6268 raw".
6269
6270 2019-06-13 Pedro Alves <palves@redhat.com>
6271
6272 * compile/compile.c (struct compile_options): New.
6273 (compile_flag_option_def, compile_command_option_defs)
6274 (make_compile_options_def_group): New.
6275 (compile_file_command): Handle options with
6276 gdb::option::process_options.
6277 (compile_file_command_completer): New function.
6278 (compile_code_command): Handle options with
6279 gdb::option::process_options.
6280 (compile_code_command_completer): New function.
6281 (_initialize_compiler): Install completers for "compile code" and
6282 "compile file". Mention available options in "compile code" and
6283 "compile code"'s help.
6284 * completer.c (advance_to_completion_word): New, factored out from
6285 ...
6286 (advance_to_expression_complete_word_point): ... this.
6287 (advance_to_filename_complete_word_point): New.
6288 * completer.h (advance_to_filename_complete_word_point): New
6289 declaration.
6290
6291 2019-06-13 Pedro Alves <palves@redhat.com>
6292
6293 * compile/compile.c: Include "cli/cli-option.h".
6294 (compile_print_value): Scope data pointer is now a
6295 value_print_options pointer; adjust.
6296 (compile_print_command): Process options. Scope data pointer is
6297 now a value_print_options pointer; adjust.
6298 (_initialize_compile): Update "compile print"'s help to include
6299 supported options. Install a completer for "compile print".
6300 * cp-valprint.c (show_vtblprint, show_objectprint)
6301 (show_static_field_print): Delete.
6302 (_initialize_cp_valprint): Don't install "set print
6303 static-members", "set print vtbl", "set print object" here.
6304 * printcmd.c: Include "cli/cli-option.h" and
6305 "common/gdb_optional.h".
6306 (print_command_parse_format): Rework to fill in a
6307 value_print_options instead of a format_data.
6308 (print_value): Change parameter type from format_data pointer to
6309 value_print_options reference. Adjust.
6310 (print_command_1): Process options. Adjust to pass down a
6311 value_print_options.
6312 (print_command_completer): New.
6313 (_initialize_printcmd): Install print_command_completer as
6314 handle_brkchars completer for the "print" command. Update
6315 "print"'s help to include supported options.
6316 * valprint.c: Include "cli/cli-option.h".
6317 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6318 here from cp-valprint.c.
6319 (boolean_option_def, uinteger_option_def)
6320 (value_print_option_defs, make_value_print_options_def_group):
6321 New. Use gdb::option::add_setshow_cmds_for_options to install
6322 "set print elements", "set print null-stop", "set print repeats",
6323 "set print pretty", "set print union", "set print array", "set
6324 print address", "set print symbol", "set print array-indexes".
6325 * valprint.h: Include <string> and "cli/cli-option.h".
6326 (make_value_print_options_def_group): Declare.
6327 (print_value): Change parameter type from format_data pointer to
6328 value_print_options reference.
6329 (print_command_completer): Declare.
6330
6331 2019-06-13 Pedro Alves <palves@redhat.com>
6332
6333 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6334 (COMMON_SFILES): Add maint-test-settings.c.
6335 * cli/cli-decode.c (boolean_enums): New global, factored out from
6336 ...
6337 (add_setshow_boolean_cmd): ... here.
6338 * cli/cli-decode.h (boolean_enums): Declare.
6339 * cli/cli-option.c: New file.
6340 * cli/cli-option.h: New file.
6341 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6342 factored out from ...
6343 (parse_cli_boolean_value(const char *)): ... this.
6344 (is_unlimited_literal): Change parameter type to pointer to
6345 pointer. Adjust and advance ARG pointer.
6346 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6347 (parse_cli_var_enum): New, factored out from ...
6348 (do_set_command): ... this. Adjust.
6349 * cli/cli-setshow.h (parse_cli_boolean_value)
6350 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6351 (parse_cli_var_enum): Declare.
6352 * cli/cli-utils.c: Include "cli/cli-option.h".
6353 (get_ulongest): New.
6354 * cli/cli-utils.h (get_ulongest): Declare.
6355 (check_for_argument): New overloads.
6356 * maint-test-options.c: New file.
6357
6358 2019-06-13 Pedro Alves <palves@redhat.com>
6359
6360 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6361 parse a range if "-" is at the end of the string.
6362
6363 2019-06-13 Pedro Alves <palves@redhat.com>
6364
6365 * cli/cli-setshow.c (parse_auto_binary_operation)
6366 (parse_cli_boolean_value): Don't allow "o".
6367
6368 2019-06-13 Pedro Alves <palves@redhat.com>
6369
6370 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6371 * NEWS: Mention maint test-settings KIND.
6372 * maint-test-settings.c: New file.
6373
6374 2019-06-13 Pedro Alves <palves@redhat.com>
6375
6376 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6377 completer.
6378 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6379 "set" completers.
6380
6381 2019-06-13 Pedro Alves <palves@redhat.com>
6382
6383 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6384 after item.
6385
6386 2019-06-13 Pedro Alves <palves@redhat.com>
6387
6388 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6389
6390 2019-06-13 Pedro Alves <palves@redhat.com>
6391
6392 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6393 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6394 call.
6395 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6396 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6397 calls.
6398 (check_for_argument): Skip spaces after argument.
6399
6400 2019-06-13 Pedro Alves <palves@redhat.com>
6401
6402 * thread.c (thread_apply_command): Adjust TID parsing.
6403 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6404 detected before end of string.
6405 (tid_is_in_list): Error out if LIST is invalid.
6406
6407 2019-06-13 Pedro Alves <palves@redhat.com>
6408
6409 * completer.c (complete_line_internal_1): Rewind completion word
6410 point.
6411 (completion_tracker::advance_custom_word_point_by): Change
6412 parameter type to int.
6413 * completer.h (completion_tracker::advance_custom_word_point_by):
6414 Likewise.
6415
6416 2019-06-13 Pedro Alves <palves@redhat.com>
6417
6418 * completer.c (advance_to_completion_word): Handle delimiters.
6419
6420 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6421
6422 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6423
6424 2019-06-11 Tom Tromey <tom@tromey.com>
6425
6426 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6427 (xmalloc_failed): Move to alloc.c.
6428 * alloc.c: New file.
6429 * Makefile.in (COMMON_SFILES): Add alloc.c.
6430
6431 2019-06-11 Tom Tromey <tom@tromey.com>
6432
6433 * nat/linux-waitpid.c: Don't include server.h.
6434 (linux_debug): Remove.
6435 (my_waitpid): Update.
6436
6437 2019-06-11 Tom Tromey <tromey@adacore.com>
6438
6439 * infcall.c (_initialize_infcall): Remove trailing newline from
6440 help.
6441 * user-regs.c (_initialize_user_regs): Remove trailing newline
6442 from help.
6443 * typeprint.c (_initialize_typeprint): Remove trailing newline
6444 from help.
6445 * reverse.c (_initialize_reverse): Remove trailing newlines from
6446 help.
6447 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6448 from help.
6449 * language.c (add_set_language_command): Remove trailing newline
6450 from help.
6451 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6452 help.
6453 * disasm.c (_initialize_disasm): Remove trailing newline from
6454 help.
6455 * top.c (init_main): Remove trailing newline from help.
6456 * interps.c (_initialize_interpreter): Remove trailing newline
6457 from help.
6458 * btrace.c (_initialize_btrace): Remove trailing newlines from
6459 help.
6460 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6461 from help.
6462 * python/python.c (_initialize_python): Remove trailing newline
6463 from help.
6464 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6465 help.
6466 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6467 from help. Reformat some text.
6468 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6469 from help.
6470 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6471 newline from help.
6472
6473 2019-06-11 Tom Tromey <tromey@adacore.com>
6474
6475 * darwin-nat.c (darwin_decode_exception_message)
6476 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6477
6478 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6479
6480 * valops.c (value_slice): Check for not allocated or not
6481 associated values.
6482
6483 2019-06-10 Tom de Vries <tdevries@suse.de>
6484
6485 PR gdb/24618
6486 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6487 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6488 invalid.
6489
6490 2019-06-10 Tom de Vries <tdevries@suse.de>
6491
6492 PR gdb/24611
6493 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6494 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6495
6496 2019-06-10 Tom de Vries <tdevries@suse.de>
6497
6498 PR symtab/24545
6499 * symtab.c (struct demangled_name_entry): Add language field.
6500 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6501 static minimal symbol". Set and use language field.
6502
6503 2019-06-10 Tom Tromey <tromey@adacore.com>
6504
6505 * ada-lang.c (_initialize_ada_language): Update help text.
6506
6507 2019-06-10 Tom Tromey <tromey@adacore.com>
6508
6509 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6510 with a newline.
6511 * guile/guile.c (handle_boot_error): Don't end warning with a
6512 newline.
6513 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6514 warning with a newline.
6515 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6516 newline.
6517 (s12z_frame_cache): Likewise.
6518 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6519 a newline.
6520 * solib-svr4.c (disable_probes_interface): Don't end warning with
6521 a newline.
6522 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6523 newline.
6524 * python/python.c (do_finish_initialization): Don't end warning
6525 with a newline.
6526
6527 2019-06-10 Tom Tromey <tom@tromey.com>
6528
6529 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6530 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6531 gdbpy_enter.
6532
6533 2019-06-10 Tom Tromey <tromey@adacore.com>
6534
6535 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6536 data.
6537 (elf_new_init): Don't call stabsread_new_init.
6538 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6539 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6540 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6541
6542 2019-06-10 Tom de Vries <tdevries@suse.de>
6543
6544 PR symtab/16264
6545 PR symtab/24517
6546 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6547
6548 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6549
6550 * source.c (find_and_open_source): Also rewrite relative file
6551 names.
6552
6553 2019-04-26 Amos Bird <amosbird@gmail.com>
6554
6555 * annotate.c (annotate_thread_exited): Add "thread-exited"
6556 annotation.
6557
6558 2019-06-06 Tom Tromey <tromey@adacore.com>
6559
6560 * maint.h (class scoped_command_stats): Use
6561 DISABLE_COPY_AND_ASSIGN.
6562 <print_time>: New method.
6563 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6564 print_time.
6565 (scoped_command_stats::print_time): New method.
6566
6567 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6568
6569 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6570 instructions of lengths 6 or 8 bytes.
6571
6572 2019-06-04 Pedro Alves <palves@redhat.com>
6573
6574 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6575
6576 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6577 * breakpoint.c (condition_completer): Likewise.
6578 * cli/cli-dump.c (scan_expression): Likewise.
6579 * common/filestuff.c (mkdir_recursive): Likewise.
6580 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6581 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6582 (gdb_abspath): Likewise.
6583 * compile/compile-cplus-types.c
6584 (compile_cplus_instance::decl_name): Likewise.
6585 * completer.c (complete_explicit_location):
6586 (signal_completer, reg_or_group_completer_1): Likewise.
6587 * cp-support.c (cp_remove_params_if_any): Likewise.
6588 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6589 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
6590 * infcmd.c (strip_bg_char): Likewise.
6591 * linespec.c (copy_token_string): Likewise.
6592 * mi/mi-main.c (output_cores): Likewise.
6593 * psymtab.c (psymtab_search_name):
6594 * symfile.c (test_set_ext_lang_command): Likewise.
6595 * target.c (target_fileio_read_stralloc): Likewise.
6596 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
6597 * value.c (complete_internalvar): Likewise.
6598
6599 2019-06-04 Christian Biesinger <cbiesinger@google.com>
6600
6601 Add objfile property to gdb.Type.
6602 * NEWS: Mention Python API addition.
6603 * python/py-type.c (typy_get_objfile): New method.
6604
6605 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6606
6607 * NEWS: Mention the new set|show style [title|highlight].
6608 Mention changes to "show style", "help" and "apropos".
6609
6610 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6611
6612 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
6613 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
6614 instead of print_help_for_command.
6615 (print_doc_of_command): New function.
6616 (help_list): Add 'apropos -v word' suggestion.
6617 (print_help_for_command): Style the command name using title style.
6618 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
6619 (_initialize_cli_cmds): Describe -v in apropos_command help.
6620
6621 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6622
6623 * cli/cli-style.h (cli_style_option): Add name in constructor,
6624 add m_name class member, add constructor with intensity,
6625 add name class function.
6626 (cli_style_option::add_setshow_commands): Remove name argument.
6627 (highlight_style, title_style): New styles.
6628 * cli/cli-style.c (do_show): New function that shows a style
6629 characteristic styling the style name with itself.
6630 (set_style_name): New function.
6631 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
6632 Update all callers according to the changes in cli/cli-style.h.
6633 * utils.h (fputs_highlighted): New function.
6634 * utils.c (fputs_highlighted): Likewise.
6635
6636 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6637
6638 * NEWS: Mention new pipe command and new convenience variables.
6639
6640 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6641
6642 * cli/cli-cmds.c (pipe_command): New function.
6643 (_initialize_cli_cmds): Call add_com for pipe_command.
6644 Define | as an alias for pipe.
6645 (exit_status_set_internal_vars): New function.
6646 (shell_escape): Call exit_status_set_internal_vars.
6647 cli/cli-decode.c (find_command_name_length): Recognize | as
6648 a single character command.
6649
6650 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6651
6652 * gdbcmd.h (execute_command_to_ui_file): New declaration.
6653 top.c (execute_command_to_ui_file): New function, mostly a copy
6654 of execute_command_to_string.
6655 (execute_command_to_string): Implement by calling
6656 execute_command_to_ui_file.
6657
6658 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6659
6660 * top.h (saved_command_line): Remove declaration.
6661 * top.c (previous_saved_command_line, previous_repeat_arguments):
6662 New variables.
6663 (saved_command_line): Make static, define together with other
6664 'repeat variables'.
6665 (dont_repeat): Clear repeat_arguments.
6666 (repeat_previous, get_saved_command_line, save_command_line):
6667 New functions.
6668 (gdb_init): Initialize saved_command_line
6669 and previous_saved_command_line.
6670 * main.c (captured_main_1): Remove saved_command_line initialization.
6671 * event-top.c (handle_line_of_input): Update to use
6672 the new 'repeat' related functions instead of direct access to
6673 saved_command_line.
6674 * command.h (repeat_previous, get_saved_command_line,
6675 save_command_line): New declarations.
6676 (dont_repeat): Add comment.
6677
6678 2019-05-30 Tom Tromey <tromey@adacore.com>
6679
6680 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
6681 Fix comment.
6682 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
6683
6684 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
6685
6686 PR cli/24587
6687 * completer.c (complete): Initialize variable word.
6688
6689 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
6690
6691 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6692 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
6693 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
6694 'body' is NULL to the outter 'if', protecting the '!is_define'
6695 situation as well.
6696
6697 2019-05-29 Tom Tromey <tromey@adacore.com>
6698
6699 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
6700 (dwarf_unknown): New function.
6701 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
6702 (dwarf_type_encoding_name): Use dwarf_unknown.
6703
6704 2019-05-29 Tom Tromey <tromey@adacore.com>
6705
6706 PR c++/20020:
6707 * cp-valprint.c (cp_print_value_fields): Call
6708 cp_print_static_field inside "try".
6709
6710 2019-05-29 Tom Tromey <tromey@adacore.com>
6711
6712 * inflow.c (struct terminal_info): Add default operator=.
6713 * configure: Rebuild.
6714 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
6715 -Wdeprecated-copy-dtor, -Wredundant-move.
6716
6717 2019-05-29 Tom Tromey <tromey@adacore.com>
6718
6719 * NEWS: Add entry.
6720 * infcmd.c (print_return_value_1): Handle finish_print
6721 option.
6722 (show_print_finish): New function.
6723 (_initialize_infcmd): Add "set/show print finish" commands.
6724 * valprint.c (user_print_options): Initialize new member.
6725 * valprint.h (struct value_print_options) <finish_print>: New
6726 member.
6727
6728 2019-05-28 Tom Tromey <tromey@adacore.com>
6729
6730 * ada-lang.c (ada_remove_Xbn_suffix)
6731 (find_old_style_renaming_symbol)
6732 (parse_old_style_renaming): Remove.
6733 (ada_find_renaming_symbol): Don't call
6734 find_old_style_renaming_symbol.
6735 (ada_is_renaming_symbol): Rename from
6736 ada_find_renaming_symbol. Remove "block" parameter. Return
6737 bool. Now static.
6738 (ada_read_var_value): Update and simplify.
6739 * ada-exp.y (write_var_or_type): Remove old code.
6740
6741 2019-05-28 Alan Hayward <alan.hayward@arm.com>
6742
6743 * event-top.c: Remove include comment.
6744 * inflow.c (class scoped_ignore_sigttou): Move from here...
6745 * inflow.h (class scoped_ignore_sigttou): ...to here.
6746 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
6747 * top.c: Remove include comment.
6748
6749 2019-05-27 Tom Tromey <tom@tromey.com>
6750
6751 * NEWS: Fix typo.
6752
6753 2019-05-22 Tom Tromey <tromey@adacore.com>
6754
6755 * target.c (target_follow_exec): Constify parameter.
6756 * target-delegates.c: Rebuild.
6757 * remote.c (remote_target::follow_exec): Constify parameter.
6758 * infrun.c (follow_exec): Constify parameter.
6759 * target.h (struct target_ops) <follow_exec>: Constify parameter.
6760 (target_follow_exec): Likewise.
6761
6762 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6763
6764 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
6765 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
6766
6767 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6768
6769 * NEWS: Add debugredirect and testsuite sections.
6770
6771 2019-05-22 Simon Cook <simon.cook@embecosm.com>
6772
6773 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
6774 target descriptions using exclusively floating point register name
6775 aliases.
6776
6777 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6778
6779 PR gdb/18644:
6780 * f-lang.c (build_fortran_types): Handle the case where
6781 gdbarch_floatformat_for_type returns a nullptr.
6782
6783 2019-05-21 Tom de Vries <tdevries@suse.de>
6784
6785 PR cli/24587
6786 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
6787
6788 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6789
6790 PR gdb/18644:
6791 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
6792 16-byte floats.
6793 * i386-tdep.c (i386_floatformat_for_type): Use
6794 floatformats_ia64_quad for the 16-byte floating point component
6795 within a fortran 32-byte complex number.
6796
6797 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6798
6799 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
6800 delete default constructor.
6801 (find_partial_die): Update to return const struct.
6802 (partial_die_parent_scope): Move variable declaration into scope
6803 of its use and change its type to auto.
6804 (guess_partial_die_structure_name): Likewise.
6805 (partial_die_info::fixup): Likewise.
6806
6807 2019-05-17 Tom Tromey <tromey@adacore.com>
6808
6809 * source.c (find_and_open_source): Remove cast.
6810
6811 2019-05-17 Tom Tromey <tromey@adacore.com>
6812
6813 * annotate.c (annotate_source): Make "filename" const.
6814 * annotate.h (annotate_source): Use const.
6815
6816 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6817
6818 * disasm.c (set_disassembler_options): Send errors to stderr.
6819
6820 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6821
6822 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
6823 (cli_interp_base::set_logging): Check debug_redirect.
6824 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
6825 * cli/cli-logging.c (debug_redirect): Add static variable.
6826 (pop_output_files): Add default param.
6827 (handle_redirections): Print debug setting.
6828 (show_logging_command): Likewise.
6829 (_initialize_cli_logging): Add debugredirect command.
6830 * interps.c (current_interp_set_logging): Add debug_redirect
6831 parameter.
6832 * interps.h (set_logging): Add debug_redirect parameter.
6833 (current_interp_set_logging): Likewise.
6834 * mi/mi-common.h: Likewise.
6835 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
6836
6837 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6838 Tom Tromey <tromey@adacore.com>
6839
6840 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
6841 directly.
6842 * cli/cli-interp.h (make_logging_output): Remove declaration.
6843 * cli/cli-logging.c (make_logging_output): Remove function.
6844 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
6845 directly.
6846 * ui-file.c (tee_file::tee_file): Remove bools.
6847 (tee_file::~tee_file): Remove deletes.
6848 * ui-file.h (tee_file): Remove bools.
6849
6850 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6851
6852 * mi/mi-cmds.h (mi_cmd_complete): New function.
6853 * mi/mi-main.c (mi_cmd_complete): Likewise.
6854 * mi/mi-cmds.c: Define new MI command -complete.
6855 * NEWS: Mention new -complete command.
6856
6857 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
6858
6859 * completer.h (complete): New function.
6860 * completer.c (complete): Likewise.
6861 * cli/cli-cmds.c: (complete_command): Update to use new complete()
6862 function defined in completer.h.
6863
6864 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
6865
6866 * MAINTAINERS (Write After Approval): Add myself.
6867
6868 2019-05-17 Tom de Vries <tdevries@suse.de>
6869
6870 PR gdb/24094
6871 * dwarf2read.c (struct cu_partial_die_info): New struct.
6872 (find_partial_die): Return cu_partial_die_info.
6873 (partial_die_parent_scope, guess_partial_die_structure_name)
6874 (partial_die_info::fixup): Handle new return type of find_partial_die.
6875
6876 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6877
6878 PR breakpoints/24541
6879 * stap-probe.c (stap_parse_register_operand): Make "regname" an
6880 "std::string", simplifying the algorithm.
6881
6882 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6883
6884 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
6885 (stap_static_probe_ops::get_probes): Likewise.
6886
6887 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6888
6889 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
6890 '-')" and "else if".
6891 (stap_parse_single_operand): Join checks for
6892 "gdbarch_stap_parse_special_token_p" and
6893 "gdbarch_stap_parse_special_token" in the same "if" statement.
6894 Invert check when verifying for operation on register
6895 displacement.
6896
6897 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6898
6899 * stap-probe.c (stap_get_opcode): Update comment.
6900 (stap_get_expected_argument_type): Likewise.
6901 (handle_stap_probe): Likewise.
6902
6903 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
6904
6905 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
6906 return type to 'bool'. Adjust comment. Use 'bool' when
6907 appropriate.
6908 (i386_stap_parse_special_token_three_arg_disp): Likewise.
6909 * stap-probe.c (stap_parse_argument_1): Likewise.
6910 (stap_is_operator): Likewise.
6911 (stap_is_generic_prefix): Likewise.
6912 (stap_is_register_prefix): Likewise.
6913 (stap_is_register_indirection_prefix): Likewise.
6914 (stap_is_integer_prefix): Likewise.
6915 (stap_generic_check_suffix): Likewise.
6916 (stap_check_integer_suffix): Likewise.
6917 (stap_check_register_suffix): Likewise.
6918 (stap_check_register_indirection_suffix): Likewise.
6919 (stap_parse_register_operand): Likewise.
6920 (stap_parse_single_operand): Likewise.
6921 (stap_parse_argument_1): Likewise.
6922 (stap_probe::get_argument_count): Likewise.
6923 (stap_is_operator): Likewise.
6924
6925 2019-05-16 Tom Tromey <tromey@adacore.com>
6926
6927 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
6928 keyword to foreach.
6929
6930 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
6931
6932 * linux-thread-db.c (try_thread_db_load_1): Change return type
6933 to bool.
6934 (try_thread_db_load): Likewise.
6935 (try_thread_db_load_from_pdir_1): Likewise.
6936 (try_thread_db_load_from_pdir): Likewise.
6937 (try_thread_db_load_from_sdir): Likewise.
6938 (try_thread_db_load_from_dir): Likewise.
6939 (thread_db_load_search): Likewise.
6940 (has_libpthread): Likewise.
6941 (thread_db_load): Likewise.
6942
6943 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
6944
6945 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6946 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
6947 NULL, and complain/return if that's the case.
6948
6949 2019-05-15 John Darrington <john@darrington.wattle.id.au>
6950
6951 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
6952 (advance, posn, abstract_read_memory): New functions.
6953 [struct mem_read_abstraction]: New struct.
6954 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
6955
6956 2019-05-14 Tom Tromey <tromey@adacore.com>
6957
6958 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
6959 value is not lval_memory.
6960
6961 2019-05-14 Tom Tromey <tromey@adacore.com>
6962
6963 * solib.c (info_sharedlibrary_command): Style the file name.
6964
6965 2019-05-14 Alan Hayward <alan.hayward@arm.com>
6966
6967 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
6968 (aarch64_vnv_type): Likewise.
6969 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
6970 * common/tdesc.c: Likewise.
6971 * common/tdesc.h (enum tdesc_type_kind): Likewise.
6972 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
6973 * features/aarch64-fpu.xml: Add ieee half view.
6974 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
6975 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
6976 * gdbtypes.h (struct builtin_type): Likewise.
6977 (struct objfile_type): Likewise.
6978
6979 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
6980
6981 * language.c (language_sniff_from_mangled_name): Fix "langauge"
6982 typo.
6983 * location.h (string_to_event_location): Likewise.
6984
6985 2019-05-11 Joel Brobecker <brobecker@adacore.com>
6986
6987 GDB 8.3 released.
6988
6989 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
6990
6991 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
6992 New variable declaration.
6993 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
6994 New variable.
6995 (print_one_breakpoint): Use ui_out::test_flags and new global
6996 variable to compute use_fixed_output.
6997 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
6998 Remove.
6999 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7000 (mi_multi_location_breakpoint_output_fixed): Remove.
7001 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7002 new variable.
7003 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7004 fix_multi_location_breakpoint_output flag if version >= 3.
7005 * ui-out.h (enum ui_out_flag)
7006 <fix_multi_location_breakpoint_output>: New enumerator.
7007
7008 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
7009
7010 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7011
7012 2019-05-10 Tom Tromey <tromey@adacore.com>
7013
7014 * ada-lang.c (catch_ada_completer): New function.
7015 (_initialize_ada_language): Use it.
7016
7017 2019-05-10 Tom Tromey <tromey@adacore.com>
7018
7019 * thread.c (print_thread_info): Make "requested_threads" const.
7020 * gdbthread.h (print_thread_info): Make "requested_threads"
7021 const.
7022 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7023 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7024
7025 2019-05-08 Tom Tromey <tom@tromey.com>
7026
7027 * gdbtypes.c (objfile_type_data): Change type.
7028 (objfile_type, _initialize_gdbtypes): Update.
7029
7030 2019-05-08 Tom Tromey <tom@tromey.com>
7031
7032 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7033 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7034 (_initialize_dwarf2_frame): Update.
7035
7036 2019-05-08 Tom Tromey <tom@tromey.com>
7037
7038 * objc-lang.c (objc_objfile_data): Change type.
7039 (find_methods): Update.
7040 (_initialize_objc_lang): Remove.
7041
7042 2019-05-08 Tom Tromey <tom@tromey.com>
7043
7044 * stabsread.c (rs6000_builtin_type_data): Change type.
7045 (rs6000_builtin_type, _initialize_stabsread): Update.
7046
7047 2019-05-08 Tom Tromey <tom@tromey.com>
7048
7049 * mips-tdep.c (mips_pdr_data): Remove.
7050 (_initialize_mips_tdep): Update.
7051
7052 2019-05-08 Tom Tromey <tom@tromey.com>
7053
7054 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7055 (hppa_init_objfile_priv_data, read_unwind_info)
7056 (find_unwind_entry, _initialize_hppa_tdep): Update.
7057
7058 2019-05-08 Tom Tromey <tom@tromey.com>
7059
7060 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7061 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7062 on obstack.
7063 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7064
7065 2019-05-08 Tom Tromey <tom@tromey.com>
7066
7067 * mdebugread.c (basic_type_data): Change type.
7068 (basic_type, _initialize_mdebugread): Update.
7069
7070 2019-05-08 Tom Tromey <tom@tromey.com>
7071
7072 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7073
7074 2019-05-08 Tom Tromey <tom@tromey.com>
7075
7076 * nto-tdep.c (nto_inferior_data_reg): Change type.
7077 (nto_inferior_data): Update.
7078 (nto_inferior_data_cleanup, nto_new_inferior_data)
7079 (_initialize_nto_tdep): Remove.
7080 * nto-tdep.h (struct nto_inferior_data): Add initializers.
7081
7082 2019-05-08 Tom Tromey <tom@tromey.com>
7083
7084 * ada-lang.c (struct ada_inferior_data): Add initializers.
7085 (ada_inferior_data): Change type.
7086 (ada_inferior_data_cleanup): Remove.
7087 (get_ada_inferior_data, ada_inferior_exit)
7088 (struct ada_pspace_data): Add initializers, destructor.
7089 (ada_pspace_data_handle): Change type.
7090 (get_ada_pspace_data): Update.
7091 (ada_pspace_data_cleanup): Remove.
7092
7093 2019-05-08 Tom Tromey <tom@tromey.com>
7094
7095 * coffread.c (struct coff_symfile_info): Add initializers.
7096 (coff_objfile_data_key): Move lower. Change type.
7097 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
7098 Update.
7099 (coff_free_info): Remove.
7100
7101 2019-05-08 Tom Tromey <tom@tromey.com>
7102
7103 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7104 (fbsd_pspace_data_handle): Move lower. Change type.
7105 (get_fbsd_pspace_data): Update.
7106 (fbsd_pspace_data_cleanup): Remove.
7107 (_initialize_fbsd_tdep): Update.
7108
7109 2019-05-08 Tom Tromey <tom@tromey.com>
7110
7111 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7112 (get_ada_tasks_pspace_data): Update.
7113 (ada_tasks_pspace_data_cleanup): Remove.
7114 (_initialize_tasks): Update.
7115 (ada_tasks_inferior_data_handle): Change type.
7116 (get_ada_tasks_inferior_data): Update.
7117 (ada_tasks_inferior_data_cleanup): Remove.
7118 (struct ada_tasks_pspace_data): Add initializers.
7119
7120 2019-05-08 Tom Tromey <tom@tromey.com>
7121
7122 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7123 * symfile-debug.c (debug_sym_get_probes): Change type.
7124 * stap-probe.c (handle_stap_probe):
7125 (stap_static_probe_ops::get_probes): Change type.
7126 * probe.h (class static_probe_ops) <get_probes>: Change type.
7127 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7128 (parse_probes_in_pspace): Update.
7129 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7130 Update.
7131 (any_static_probe_ops::get_probes): Change type.
7132 * elfread.c (elfread_data): New typedef.
7133 (probe_key): Change type.
7134 (elf_get_probes): Likewise. Update.
7135 (probe_key_free): Remove.
7136 (_initialize_elfread): Update.
7137 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7138 Change type.
7139 (dtrace_process_dof_probe, dtrace_process_dof)
7140 (dtrace_static_probe_ops::get_probe): Change type.
7141
7142 2019-05-08 Tom Tromey <tom@tromey.com>
7143
7144 * xcoffread.c (struct xcoff_symfile_info): Rename from
7145 coff_symfile_info. Add initializers.
7146 (xcoff_objfile_data_key): Move lower. Change type.
7147 (XCOFF_DATA): Rewrite.
7148 (xcoff_free_info): Remove.
7149 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7150 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7151 (xcoff_initial_scan): Update.
7152
7153 2019-05-08 Tom Tromey <tom@tromey.com>
7154
7155 * solib-svr4.c (struct svr4_info): Add initializers and
7156 destructor.
7157 <probes_table>: Now an htab_up.
7158 (solib_svr4_pspace_data): Change type.
7159 (free_probes_table): Simplify.
7160 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7161 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7162 (probes_table_remove_objfile_probes, register_solib_event_probe)
7163 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7164 (_initialize_svr4_solib): Update.
7165
7166 2019-05-08 Tom Tromey <tom@tromey.com>
7167
7168 * remote.c (remote_pspace_data): Change type.
7169 (remote_pspace_data_cleanup): Remove.
7170 (get_remote_exec_file, set_pspace_remote_exec_file)
7171 (_initialize_remote): Update.
7172
7173 2019-05-08 Tom Tromey <tom@tromey.com>
7174
7175 * breakpoint.c (breakpoint_objfile_key): Change type.
7176 (get_breakpoint_objfile_data): Update.
7177 (free_breakpoint_objfile_data): Remove.
7178 (_initialize_breakpoint): Update.
7179
7180 2019-05-08 Tom Tromey <tom@tromey.com>
7181
7182 * linux-tdep.c (struct linux_info): Add initializers.
7183 (linux_inferior_data): Move. Change type.
7184 (invalidate_linux_cache_inf): Update.
7185 (linux_inferior_data_cleanup): Remove.
7186 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7187
7188 2019-05-08 Tom Tromey <tom@tromey.com>
7189
7190 * auxv.c (auxv_inferior_data): Move. Change type.
7191 (auxv_inferior_data_cleanup): Remove.
7192 (invalidate_auxv_cache_inf): Rewrite.
7193 (get_auxv_inferior_data, _initialize_auxv): Update.
7194
7195 2019-05-08 Tom Tromey <tom@tromey.com>
7196
7197 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7198 (symfile_debug_objfile_data_key): Change type.
7199 (symfile_debug_installed, debug_qf_has_symbols)
7200 (debug_qf_find_last_source_symtab)
7201 (debug_qf_forget_cached_source_info)
7202 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7203 (debug_qf_print_stats, debug_qf_dump)
7204 (debug_qf_expand_symtabs_for_function)
7205 (debug_qf_expand_all_symtabs)
7206 (debug_qf_expand_symtabs_with_fullname)
7207 (debug_qf_map_matching_symbols)
7208 (debug_qf_expand_symtabs_matching)
7209 (debug_qf_find_pc_sect_compunit_symtab)
7210 (debug_qf_map_symbol_filenames)
7211 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7212 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7213 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7214 (debug_sym_read_linetable, debug_sym_relocate): Update.
7215 (symfile_debug_free_objfile): Remove.
7216 (install_symfile_debug_logging, _initialize_symfile_debug):
7217 Update.
7218
7219 2019-05-08 Tom Tromey <tom@tromey.com>
7220
7221 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7222 allocate_on_obstack.
7223 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7224 (get_dwarf2_per_objfile): Update.
7225 (set_dwarf2_per_objfile): Remove.
7226 (dwarf2_has_info, dwarf2_get_section_info): Update.
7227 (dwarf2_free_objfile): Remove.
7228 (_initialize_dwarf2_read): Update.
7229
7230 2019-05-08 Tom Tromey <tom@tromey.com>
7231
7232 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7233 initializers.
7234 <unsupported_script_warning_printed,
7235 script_not_found_warning_printed>: Now bool.
7236 (auto_load_pspace_data): Change type.
7237 (~auto_load_pspace_info): Rename from
7238 auto_load_pspace_data_cleanup.
7239 (get_auto_load_pspace_data, init_loaded_scripts_info)
7240 (clear_section_scripts, maybe_print_unsupported_script_warning)
7241 (maybe_print_script_not_found_warning, _initialize_auto_load):
7242 Update.
7243
7244 2019-05-08 Tom Tromey <tom@tromey.com>
7245
7246 * objfiles.c (objfile_pspace_info): Add destructor and
7247 initializers.
7248 (objfiles_pspace_data): Change type.
7249 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7250 (get_objfile_pspace_data): Update.
7251 (objfiles_bfd_data): Change type.
7252 (get_objfile_bfd_data): Update.
7253 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7254
7255 2019-05-08 Tom Tromey <tom@tromey.com>
7256
7257 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7258 Change type.
7259 (get_catch_syscall_inferior_data): Update.
7260 (catch_syscall_inferior_data_cleanup): Remove.
7261 (_initialize_break_catch_syscall): Update.
7262
7263 2019-05-08 Tom Tromey <tom@tromey.com>
7264
7265 * inflow.c (struct terminal_info): Add destructor and
7266 initializers.
7267 (inflow_inferior_data): Change type.
7268 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7269 (get_inflow_inferior_data, inflow_inferior_exit)
7270 (swap_terminal_info, _initialize_inflow): Update.
7271
7272 2019-05-08 Tom Tromey <tom@tromey.com>
7273
7274 * target-dcache.c (target_dcache_cleanup): Remove.
7275 (target_dcache_aspace_key): Change type.
7276 (target_dcache_init_p, target_dcache_invalidate)
7277 (target_dcache_get, target_dcache_get_or_init)
7278 (_initialize_target_dcache): Update.
7279 * dcache.h (struct dcache_deleter): New.
7280
7281 2019-05-08 Tom Tromey <tom@tromey.com>
7282
7283 * symtab.c (struct symbol_cache): Add destructor and
7284 initializers.
7285 (symbol_cache_key): Move. Change type.
7286 (make_symbol_cache, free_symbol_cache): Remove.
7287 (get_symbol_cache): Update.
7288 (symbol_cache_cleanup): Remove.
7289 (ALL_PSPACES, symbol_cache_flush)
7290 (maintenance_print_symbol_cache)
7291 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7292 Update.
7293
7294 2019-05-08 Tom Tromey <tom@tromey.com>
7295
7296 * symtab.c (struct main_info): Add destructor and initializers.
7297 (main_progspace_key): Move. Change type.
7298 (get_main_info): Update.
7299 (main_info_cleanup): Remove.
7300 (_initialize_symtab): Update.
7301
7302 2019-05-08 Tom Tromey <tom@tromey.com>
7303
7304 * registry.h (DECLARE_REGISTRY): Define the _key class.
7305
7306 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7307
7308 * NEWS: Merge two 'New commands' sections.
7309
7310 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7311
7312 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7313 parameter and use Ada language definition instead.
7314 (ada_val_print_ptr): Remove unused language parameter.
7315 (ada_val_print_num): Remove language parameter and use Ada language
7316 definition instead.
7317 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7318 parameter.
7319 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7320 parameter and use Ada language definition instead.
7321 (ada_val_print_1): Update all ada_val_print_xxx calls.
7322 Remove language parameter.
7323 (ada_val_print): Update ada_val_print_1 call.
7324
7325 2019-05-08 Tom Tromey <tromey@adacore.com>
7326
7327 * remote.c (remote_hw_watchpoint_limit)
7328 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7329 Now static.
7330
7331 2019-05-08 Tom Tromey <tromey@adacore.com>
7332
7333 * maint.c (_initialize_maint_cmds): Move initialization code to
7334 remote.c.
7335 (watchdog, show_watchdog): Move to remote.c.
7336 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7337 "watchdog" static.
7338 (_initialize_remote): Move initialization code from maint.c.
7339 * defs.h (watchdog): Don't declare.
7340
7341 2019-05-08 Tom Tromey <tromey@adacore.com>
7342
7343 * tui/tui-interp.c: Include main.h.
7344 * interps.c: Include main.h.
7345 * main.h (interpreter_p): Declare.
7346 * defs.h (interpreter_p): Don't declare.
7347
7348 2019-05-08 Tom Tromey <tromey@adacore.com>
7349
7350 * dwarf2loc.c: Include dwarf2read.h.
7351 * defs.h (read_unsigned_leb128): Don't declare.
7352 * dwarf2read.h (read_unsigned_leb128): Declare.
7353
7354 2019-05-08 Tom Tromey <tromey@adacore.com>
7355
7356 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7357 method.
7358
7359 2019-05-08 Tom Tromey <tromey@adacore.com>
7360
7361 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7362 when no wrap column is set.
7363
7364 2019-05-08 Tom Tromey <tromey@adacore.com>
7365
7366 * c-lang.c (c_get_string): Handle non-C-style arrays.
7367
7368 2019-05-08 Tom Tromey <tromey@adacore.com>
7369
7370 * typeprint.c (print_offset_data::update): Print the bit offset,
7371 not the number of bits remaining.
7372
7373 2019-05-08 Tom Tromey <tromey@adacore.com>
7374
7375 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7376 padding at end of comment.
7377
7378 2019-05-08 Tom Tromey <tromey@adacore.com>
7379
7380 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7381 Compare main types.
7382
7383 2019-05-06 Tom Tromey <tom@tromey.com>
7384
7385 * common/scoped_mmap.c: Include common-defs.h.
7386 * common/scoped_mmap.h: Don't include config.h.
7387
7388 2019-05-04 Tom Tromey <tom@tromey.com>
7389
7390 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7391 (struct aarch64_call_info): Add initializers.
7392 <si>: Now a std::vector.
7393 (pass_on_stack, aarch64_push_dummy_call): Update.
7394
7395 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
7396 Tom Tromey <tom@tromey.com>
7397
7398 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7399 (ppc_threads): Now a std::vector. Now static.
7400 (hwdebug_find_thread_points_by_tid)
7401 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7402 Update.
7403
7404 2019-05-04 Tom Tromey <tom@tromey.com>
7405
7406 * arc-tdep.c (arc_tdesc_init): Return bool.
7407
7408 2019-05-04 Tom Tromey <tom@tromey.com>
7409
7410 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7411 Use gdb_assert_not_reached.
7412
7413 2019-05-04 Tom Tromey <tom@tromey.com>
7414
7415 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7416 "false".
7417
7418 2019-05-04 Tom Tromey <tom@tromey.com>
7419
7420 * arc-tdep.c (arc_tdesc_init): Use bool.
7421
7422 2019-05-04 Tom Tromey <tom@tromey.com>
7423
7424 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7425
7426 2019-05-04 Tom Tromey <tom@tromey.com>
7427
7428 * cli/cli-cmds.c (valid_command_p): Return bool.
7429
7430 2019-05-04 Tom Tromey <tom@tromey.com>
7431
7432 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7433 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7434
7435 2019-05-04 Raul Tambre <raul@tambre.ee>
7436
7437 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7438 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7439 operator for comparison.
7440
7441 2019-05-04 Tom Tromey <tom@tromey.com>
7442
7443 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7444 (lookup_partial_symbol, print_partial_symbols)
7445 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7446 (psymbol_compare): Update.
7447 (add_psymbol_to_bcache): Clear the entire psymbol.
7448 (maintenance_check_psymtabs): Update.
7449 * psympriv.h (struct partial_symbol): Don't derive from
7450 general_symbol_info.
7451 <obj_section, unrelocated_address, address,
7452 set_unrelocated_address>: Update.
7453 <ginfo>: New member.
7454 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7455 (debug_names::write_psymbols): Update.
7456
7457 2019-05-04 Tom de Vries <tdevries@suse.de>
7458
7459 * contrib/cc-with-tweaks.sh: Support -n arg.
7460
7461 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7462
7463 * corelow.c (core_target::detach): Ensure frame cache and
7464 register caches are cleared.
7465 inferior.c (exit_inferior_1): Likewise.
7466
7467 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7468 Tom Tromey <tom@tromey.com>
7469
7470 * dictionary.c (collate_pending_symbols_by_language): Remove
7471 "struct" from foreach.
7472 * symtab.c (lookup_global_symbol_from_objfile)
7473 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7474 foreach.
7475 * ser-tcp.c (net_open): Remove "struct" from foreach.
7476 * objfiles.c (objfile_relocate, objfile_rebase)
7477 (objfile_has_symbols): Remove "struct" from foreach.
7478 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7479 from foreach.
7480 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7481 foreach.
7482 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7483 "struct" from foreach.
7484 * ada-lang.c (create_excep_cond_exprs)
7485 (ada_exception_catchpoint_cond_string): Remove "struct" from
7486 foreach.
7487
7488 2019-05-03 Tom Tromey <tromey@adacore.com>
7489
7490 * ada-exp.y (convert_char_literal): Check suffix of each
7491 enumerator.
7492
7493 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7494
7495 PR ada/21406:
7496 * ada-exp.y (yywrap): Don't define.
7497 * ada-lex.l (%option): Add noyywrap
7498 (yywrap): Remove.
7499
7500 2019-05-03 Eli Zaretskii <eliz@gnu.org>
7501
7502 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7503 _WIN32_WINNT to the XP level, unless already defined to a higher
7504 level.
7505
7506 * unittests/parse-connection-spec-selftests.c:
7507 * ser-tcp.c:
7508 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7509 override.
7510
7511 * symfile.c (find_separate_debug_file): Remove colon from the
7512 drive spec of DOS/Windows file names of the target, so that the
7513 file name produced from DEBUGDIR and the target's directory will
7514 be valid on DOS/Windows systems.
7515
7516 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7517
7518 * rust-lang.c (val_print_struct): Handle printing structures
7519 containing strings.
7520
7521 2019-05-02 Tom Tromey <tromey@adacore.com>
7522
7523 * valarith.c (_initialize_valarith): Remove.
7524
7525 2019-05-01 Tom Tromey <tromey@adacore.com>
7526
7527 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7528 bitfields.
7529
7530 2019-05-01 Tom Tromey <tromey@adacore.com>
7531
7532 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7533 for big-endian copies.
7534
7535 2019-04-30 Ali Tamur <tamur@google.com>
7536 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7537 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7538 (read_3_bytes): New function.
7539
7540 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7541
7542 * windows-nat.c (main_thread_id): Delete.
7543 (handle_output_debug_string): Replace main_thread_id by
7544 current_event.dwThreadId.
7545 (fake_create_process): Likewise.
7546 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7547 Do not set main_thread_id.
7548 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7549 current_event.dwThreadId.
7550 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7551
7552 2019-04-30 Joel Brobecker <brobecker@adacore.com>
7553
7554 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7555 Use current_event.dwThreadId instead of main_thread_id.
7556
7557 2019-04-30 Tom Tromey <tromey@adacore.com>
7558
7559 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7560 (create_excep_cond_exprs): Iterate over program spaces.
7561 (ada_exception_catchpoint_cond_string): Examine all minimal
7562 symbols for exception types.
7563
7564 2019-04-30 Tom Tromey <tromey@adacore.com>
7565
7566 PR c++/24470:
7567 * dwarf2read.c (process_structure_scope): Handle case where type
7568 has template parameters but no symbol was created.
7569
7570 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7571 Chris January <chris.january@arm.com>
7572
7573 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7574 qualifier.
7575 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7576
7577 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7578
7579 * f-typeprint.c (f_print_type): Update rules for printing
7580 whitespace.
7581 (f_type_print_varspec_suffix): Likewise.
7582
7583 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7584 Chris January <chris.january@arm.com>
7585
7586 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7587 function arguments.
7588
7589 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7590
7591 * f-lang.c (build_fortran_types): Change name of void type to
7592 lower case.
7593 * f-typeprint.c (f_type_print_base): Print the name of the void
7594 type, rather than a fixed string.
7595 * f-valprint.c (f_decorations): Use lower case void string.
7596
7597 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7598 Chris January <chris.january@arm.com>
7599
7600 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
7601 types for Fortran.
7602
7603 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7604 Chris January <chris.january@arm.com>
7605 David Lecomber <david.lecomber@arm.com>
7606
7607 * f-exp.y (BINOP_INTRINSIC): New token.
7608 (exp): New parser rule handling BINOP_INTRINSIC.
7609 (f77_keywords): Add new builtin procedures.
7610 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
7611 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7612 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
7613 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7614 (print_unop_subexp_f): New function.
7615 (print_binop_subexp_f): New function.
7616 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7617 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7618 (dump_subexp_body_f): Likewise.
7619 (operator_check_f): Likewise.
7620 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7621 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
7622
7623 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7624
7625 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
7626 UNOP_KIND.
7627 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
7628 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
7629 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
7630 (operator_length_f): New fuction.
7631 (print_subexp_f): New function.
7632 (op_name_f): New function.
7633 (dump_subexp_body_f): New function.
7634 (operator_check_f): New function.
7635 (exp_descriptor_f): Replace standard expression handling functions
7636 with new functions.
7637 * gdb/fortran-operator.def: New file.
7638 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
7639 * gdb/std-operator.def: Remove UNOP_KIND.
7640
7641 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7642
7643 * std-operator.def: Remove unbalanced, stray double quote
7644 character.
7645
7646 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7647 Chris January <chris.january@arm.com>
7648 Daniel Everett <daniel.everett@arm.com>
7649 Nick Forrington <nick.forrington@arm.com>
7650 Richard Bunt <richard.bunt@arm.com>
7651
7652 * cp-valprint.c (cp_print_value_fields): Allow an additional level
7653 of depth when printing anonymous structs or unions.
7654 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
7655 Don't print either the top-level value, or the children if the
7656 max-depth is exceeded.
7657 (ppscm_print_children): When printing the key of a map, allow one
7658 extra level of depth.
7659 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
7660 print either the top-level value, or the children if the max-depth
7661 is exceeded.
7662 (print_children): When printing the key of a map, allow one extra
7663 level of depth.
7664 * python/py-value.c (valpy_format_string): Add max_depth keyword.
7665 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
7666 (user_print_options): Initialise max_depth field.
7667 (val_print_scalar_or_string_type_p): New function.
7668 (val_print): Check to see if the max depth has been reached.
7669 (val_print_check_max_depth): Define new function.
7670 (show_print_max_depth): New function.
7671 (_initialize_valprint): Add 'print max-depth' option.
7672 * valprint.h (struct value_print_options) <max_depth>: New field.
7673 (val_print_check_max_depth): Declare new function.
7674 * NEWS: Document new feature.
7675
7676 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7677
7678 * ada-lang.c (ada_language_defn): Initialise new field.
7679 * c-lang.c (c_is_string_type_p): New function.
7680 (c_language_defn): Initialise new field.
7681 (cplus_language_defn): Initialise new field.
7682 (asm_language_defn): Initialise new field.
7683 (minimal_language_defn): Initialise new field.
7684 * c-lang.h (c_is_string_type_p): Declare new function.
7685 * d-lang.c (d_language_defn): Initialise new field.
7686 * f-lang.c (f_is_string_type_p): New function.
7687 (f_language_defn): Initialise new field.
7688 * go-lang.c (go_is_string_type_p): New function.
7689 (go_language_defn): Initialise new field.
7690 * language.c (default_is_string_type_p): New function.
7691 (unknown_language_defn): Initialise new field.
7692 (auto_language_defn): Initialise new field.
7693 * language.h (struct language_defn) <la_is_string_type_p>: New
7694 member variable.
7695 (default_is_string_type_p): Declare new function.
7696 * m2-lang.c (m2_language_defn): Initialise new field.
7697 * objc-lang.c (objc_language_defn): Initialise new field.
7698 * opencl-lang.c (opencl_language_defn): Initialise new field.
7699 * p-lang.c (pascal_is_string_type_p): New function.
7700 (pascal_language_defn): Initialise new field.
7701 * rust-lang.c (rust_is_string_type_p): New function.
7702 (rust_language_defn): Initialise new field.
7703
7704 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7705
7706 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
7707 New field.
7708 * ada-lang.c (ada_language_defn): Initialise new field.
7709 * c-lang.c (c_language_defn): Likewise.
7710 (cplus_language_defn): Likewise.
7711 (asm_language_defn): Likewise.
7712 (minimal_language_defn): Likewise.
7713 * d-lang.c (d_language_defn): Likewise.
7714 * f-lang.c (f_language_defn): Likewise.
7715 * go-lang.c (go_language_defn): Likewise.
7716 * language.c (unknown_language_defn): Likewise.
7717 (auto_language_defn): Likewise.
7718 * m2-lang.c (m2_language_defn): Likewise.
7719 * objc-lang.c (objc_language_defn): Likewise.
7720 * opencl-lang.c (opencl_language_defn): Likewise.
7721 * p-lang.c (pascal_language_defn): Likewise.
7722 * rust-lang.c (rust_language_defn): Likewise.
7723
7724 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7725
7726 * ada-lang.c (ada_is_character_type): Change return type to bool.
7727 (ada_is_string_type): Likewise.
7728 * ada-lang.h (ada_is_character_type): Update declaration
7729 (ada_is_string_type): Likewise.
7730
7731 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7732
7733 Support style in 'frame|thread apply'
7734
7735 * gdbcmd.h (execute_command_to_string): New term_out parameter.
7736 * record.c (record_start, record_stop): Update callers of
7737 execute_command_to_string with false.
7738 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
7739 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
7740 methods.
7741 (class string_file): New constructor with term_out parameter.
7742 Override methods term_out and can_emit_style_escape. New member
7743 term_out.
7744 (class stdio_file): Override can_emit_style_escape.
7745 (class tee_file): Override term_out and can_emit_style_escape.
7746 * utils.h (can_emit_style_escape): Remove.
7747 * utils.c (can_emit_style_escape): Likewise.
7748 Update all callers of can_emit_style_escape (SOMESTREAM) to
7749 SOMESTREAM->can_emit_style_escape.
7750 * source-cache.c (source_cache::get_source_lines): Likewise.
7751 * stack.c (frame_apply_command_count): Call execute_command_to_string
7752 passing the term_out characteristic of the current gdb_stdout.
7753 * thread.c (thr_try_catch_cmd): Likewise.
7754 * top.c (execute_command_to_string): pass term_out parameter
7755 to construct the string_file for the command output.
7756 * ui-file.c (term_cli_styling): New function (most code moved
7757 from utils.c can_emit_style_escape).
7758 (string_file::string_file, string_file::can_emit_style_escape,
7759 stdio_file::can_emit_style_escape, tee_file::term_out,
7760 tee_file::can_emit_style_escape): New functions.
7761
7762 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7763
7764 * NEWS: Mention the new set|show may-call-functions.
7765 * infcall.c (may_call_functions_p): New variable.
7766 (show_may_call_functions_p): New function.
7767 (call_function_by_hand_dummy): Throws an error if not
7768 may-call-functions.
7769 (_initialize_infcall): Call add_setshow_boolean_cmd for
7770 may-call-functions.
7771
7772 2019-04-25 Keith Seitz <keiths@redhat.com>
7773
7774 PR c++/24367
7775 * cp-support.c (inspect_type): Don't attempt substitutions
7776 of symbol with the same name.
7777
7778 2019-04-25 Tom Tromey <tromey@adacore.com>
7779
7780 PR gdb/24475:
7781 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
7782 static.
7783
7784 2019-04-25 Tom Tromey <tromey@adacore.com>
7785
7786 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
7787 rvalue reference.
7788 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
7789 (gdb_xml_parser::parse): Use std::move.
7790 * python/python-internal.h (gdbpy_convert_exception): Take a const
7791 reference.
7792 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
7793 std::move.
7794 * python/py-utils.c (gdbpy_convert_exception): Take a const
7795 reference.
7796 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7797 Use std::move.
7798 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7799 Use std::move.
7800 * mi/mi-main.c (mi_print_exception): Take a const reference.
7801 * main.c (handle_command_errors): Take a const reference.
7802 * linespec.c (parse_linespec): Use std::move.
7803 * infcall.c (run_inferior_call): Use std::move.
7804 (call_function_by_hand_dummy): Use std::move.
7805 * exec.c (try_open_exec_file): Use std::move.
7806 * exceptions.h (exception_print, exception_fprintf)
7807 (exception_print_same): Update.
7808 * exceptions.c (print_exception, exception_print)
7809 (exception_fprintf, exception_print_same): Change parameters to
7810 const reference.
7811 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
7812 * common/new-op.c: Use std::move.
7813 * common/common-exceptions.h (struct gdb_exception): Add move
7814 constructor.
7815 (struct gdb_exception_error, struct gdb_exception_quit, struct
7816 gdb_quit_bad_alloc): Change constructor to move constructor.
7817 (throw_exception): Change parameter to rvalue reference.
7818 * common/common-exceptions.c (throw_exception): Take rvalue
7819 reference.
7820 * cli/cli-interp.c (safe_execute_command): Use std::move.
7821 * breakpoint.c (insert_bp_location, location_to_sals): Use
7822 std::move.
7823
7824 2019-04-25 Tom Tromey <tromey@adacore.com>
7825
7826 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
7827 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
7828 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
7829 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
7830 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
7831 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
7832 guile/scm-value.c: Use unpack.
7833 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
7834 gdbscm_gdb_exception.
7835 (gdbscm_throw_gdb_exception): Likewise.
7836 (struct gdbscm_gdb_exception): New.
7837 (unpack): New function.
7838 (gdbscm_wrap): Use unpack.
7839
7840 2019-04-25 Tom Tromey <tromey@adacore.com>
7841
7842 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7843 (gdb_rl_callback_handler): Use std::move.
7844 * common/common-exceptions.h (struct gdb_exception): Add move
7845 assignment operator.
7846 (throw_exception_sjlj): Change "exception" to const reference.
7847 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
7848 (throw_exception_sjlj): Change "exception" to const reference.
7849
7850 2019-04-25 Tom Tromey <tromey@adacore.com>
7851
7852 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
7853 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
7854 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
7855 Update.
7856 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
7857 Update.
7858 * mi/mi-interp.c (mi_interp::exec): Update.
7859 * linespec.c (parse_linespec): Update.
7860 * infcall.c (run_inferior_call): Update.
7861 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
7862 * guile/scm-symbol.c (gdbscm_lookup_symbol)
7863 (gdbscm_lookup_global_symbol): Update.
7864 * guile/scm-param.c (gdbscm_parameter_value): Update.
7865 * guile/scm-frame.c (gdbscm_frame_read_register)
7866 (gdbscm_frame_read_var): Update.
7867 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
7868 * exec.c (try_open_exec_file): Update.
7869 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
7870 (gdb_rl_callback_handler): Update.
7871 * common/common-exceptions.h (exception_none): Don't declare.
7872 * common/common-exceptions.c (exception_none): Don't define.
7873 (struct catcher) <exception>: Update.
7874 * cli/cli-interp.c (safe_execute_command): Update.
7875 * breakpoint.c (insert_bp_location, location_to_sals): Update.
7876
7877 2019-04-25 Ali Tamur <tamur@google.com>
7878
7879 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
7880 (read_attribute_value): Likewise.
7881 (dwarf2_read_addr_index): Update comment.
7882 (read_str_index): Add DW_FORM_strx.
7883 (dwarf2_string_attr): Likewise.
7884 (dwarf2_const_value_attr): Likewise.
7885 (dump_die_shallow): Likewise.
7886 (dwarf2_fetch_constant_bytes): Likewise.
7887 (skip_form_bytes): Likewise.
7888 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7889
7890 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7891
7892 PR corefiles/11608
7893 PR corefiles/18187
7894 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
7895 OFFSET. Verify if current mapping contains an ELF header.
7896 (linux_find_memory_regions_full): Adjust call to
7897 dump_mapping_p.
7898
7899 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
7900 Kang Li <kanglictf@gmail.com>
7901
7902 PR gdb/21600
7903
7904 * dwarf2-frame.c (read_initial_length): Be consistent about using
7905 unsigned representation of length.
7906 (decode_frame_entry_1): Likewise. Check for wraparound of
7907 end pointer as well as buffer overflow.
7908
7909 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
7910
7911 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
7912 "vq".
7913
7914 2019-04-24 Tom Tromey <tromey@adacore.com>
7915
7916 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
7917
7918 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7919
7920 * s12z-tdep.c (s12z_unwind_pc): Delete.
7921 (s12z_unwind_sp): Delete.
7922 (s12z_gdbarch_init): Don't register deleted functions with
7923 gdbarch.
7924
7925 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7926
7927 * rl78-tdep.c (rl78_unwind_sp): Delete.
7928 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
7929
7930 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7931
7932 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
7933 (xstormy16_unwind_pc): Delete.
7934 (xstormy16_dummy_id): Delete.
7935 (xstormy16_gdbarch_init): Don't register deleted functions with
7936 gdbarch.
7937
7938 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7939
7940 * vax-tdep.c (vax_unwind_pc): Delete.
7941 (vax_gdbarch_init): Don't register deleted function with gdbarch.
7942
7943 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7944
7945 * v850-tdep.c (v850_unwind_sp): Delete.
7946 (v850_unwind_pc): Delete.
7947 (v850_dummy_id): Delete.
7948 (v850_gdbarch_init): Don't register deleted functions with
7949 gdbarch.
7950
7951 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7952
7953 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
7954 (tilegx_unwind_pc): Delete.
7955 (tilegx_unwind_dummy_id): Delete.
7956 (tilegx_gdbarch_init): Don't register deleted functions with
7957 gdbarch.
7958
7959 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7960
7961 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
7962 (tic6x_dummy_id): Delete.
7963 (tic6x_gdbarch_init): Don't register deleted functions with
7964 gdbarch.
7965
7966 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7967
7968 * sparc-tdep.c (sparc_unwind_pc): Delete.
7969 (sparc32_gdbarch_init): Don't register deleted function with
7970 gdbarch.
7971
7972 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7973
7974 * sh-tdep.c (sh_unwind_sp): Delete.
7975 (sh_unwind_pc): Delete.
7976 (sh_dummy_id): Delete.
7977 (sh_gdbarch_init): Don't register deleted functions with
7978 gdbarch.
7979
7980 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7981
7982 * score-tdep.c (score_unwind_sp): Delete.
7983 (score_unwind_pc): Delete.
7984 (score_dummy_id): Delete.
7985 (score_gdbarch_init): Don't register deleted functions with
7986 gdbarch.
7987
7988 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 * rx-tdep.c (rx_unwind_pc): Delete.
7991 (rx_unwind_sp): Delete.
7992 (rx_dummy_id): Delete.
7993 (rx_gdbarch_init): Don't register deleted functions with
7994 gdbarch. Update comment.
7995
7996 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7997
7998 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
7999 (rs6000_dummy_id): Delete.
8000 (rs6000_gdbarch_init): Don't register deleted functions with
8001 gdbarch.
8002
8003 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8004
8005 * or1k-tdep.c (or1k_dummy_id): Delete.
8006 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8007
8008 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8009
8010 * nios2-tdep.c (nios2_dummy_id): Delete.
8011 (nios2_unwind_sp): Delete.
8012 (nios2_gdbarch_init): Don't register deleted functions with
8013 gdbarch.
8014
8015 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8016
8017 * nds32-tdep.c (nds32_dummy_id): Delete.
8018 (nds32_unwind_pc): Delete.
8019 (nds32_unwind_sp): Delete.
8020 (nds32_gdbarch_init): Don't register deleted functions with
8021 gdbarch.
8022
8023 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8024
8025 * msp430-tdep.c (msp430_unwind_pc): Delete.
8026 (msp430_unwind_sp): Delete.
8027 (msp430_dummy_id): Delete.
8028 (msp430_gdbarch_init): Don't register deleted functions with
8029 gdbarch.
8030
8031 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8032
8033 * moxie-tdep.c (moxie_unwind_sp): Delete.
8034 (moxie_unwind_pc): Delete.
8035 (moxie_dummy_id): Delete.
8036 (moxie_gdbarch_init): Don't register deleted functions with
8037 gdbarch.
8038
8039 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8042 (mn10300_unwind_pc): Delete.
8043 (mn10300_unwind_sp): Delete.
8044 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8045 mn10300_unwind_sp.
8046 (mn10300_frame_unwind_init): Don't register deleted functions with
8047 gdbarch.
8048
8049 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8050
8051 * mep-tdep.c (mep_unwind_pc): Delete.
8052 (mep_unwind_sp): Delete.
8053 (mep_dummy_id): Delete.
8054 (mep_gdbarch_init): Don't register deleted functions with
8055 gdbarch.
8056
8057 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8058
8059 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8060 (m68hc11_unwind_sp): Delete.
8061 (m68hc11_gdbarch_init): Don't register deleted functions with
8062 gdbarch.
8063
8064 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8065
8066 * m32r-tdep.c (m32r_unwind_sp): Delete.
8067 (m32r_unwind_pc): Delete.
8068 (m32r_dummy_id): Delete.
8069 (m32r_gdbarch_init): Don't register deleted functions with
8070 gdbarch.
8071
8072 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8073
8074 * m32c-tdep.c (m32c_unwind_pc): Delete.
8075 (m32c_unwind_sp): Delete.
8076 (m32c_dummy_id): Delete.
8077 (m32c_gdbarch_init): Don't register deleted functions with
8078 gdbarch.
8079
8080 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8081
8082 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
8083 (lm32_unwind_pc): Delete.
8084 (lm32_dummy_id): Delete.
8085 (lm32_gdbarch_init): Don't register deleted functions with
8086 gdbarch.
8087
8088 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8089
8090 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
8091 (iq2000_unwind_pc): Delete.
8092 (iq2000_dummy_id): Delete.
8093 (iq2000_gdbarch_init): Don't register deleted functions with
8094 gdbarch.
8095
8096 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8097
8098 * nds32-tdep.c (nds32_type_align): Delete.
8099 (nds32_push_dummy_call): Use type_align instead.
8100
8101 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8102
8103 * arm-tdep.c (arm_type_align): Only handle vector override case.
8104 (arm_push_dummy_call): Use type_align.
8105 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8106
8107 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8108
8109 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8110 case.
8111 (pass_on_stack): Use type_align.
8112 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8113 function.
8114
8115 2019-04-23 Tom Tromey <tromey@adacore.com>
8116
8117 * dwarf2read.c (line_header::file_name_at): Remove unused
8118 overload.
8119
8120 2019-04-23 Tom de Vries <tdevries@suse.de>
8121
8122 PR gdb/24438
8123 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8124 invocation.
8125
8126
8127 2019-03-27 Ali Tamur <tamur@google.com>
8128
8129 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8130 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8131 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8132 (dwarf_expr_context::get_addr_index): Likewise
8133 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8134 (symbol_needs_eval_context::get_addr_index): Likewise
8135 (disassemble_dwarf_expression): Add DW_OP_addrx
8136 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8137 (read_cutu_die_from_dwo): Update comment
8138 (skip_one_die): Add DW_FORM_addrx
8139 (read_attribute_value): Likewise
8140 (var_decode_location): Add DW_OP_addrx
8141 (dwarf2_const_value_attr): Add DW_FORM_addrx
8142 (dump_die_shallow): Likewise
8143 (dwarf2_fetch_constant_bytes): Likewise
8144 (decode_locdesc): Add DW_OP_addrx
8145 (skip_form_bytes): Add DW_FORM_addrx
8146
8147 2019-04-22 Ali Tamur <tamur@google.com>
8148
8149 * MAINTAINERS (Write After Approval): Add self.
8150
8151 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
8152
8153 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8154 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8155 (open_symbol_file_object): Likewise.
8156 (svr4_default_sos): Add info parameter.
8157 (svr4_read_so_list): Likewise.
8158 (svr4_current_sos_direct): Adjust functions calls to pass down
8159 info.
8160 (svr4_current_sos_1): Add info parameter.
8161 (svr4_current_sos): Call get_svr4_info, pass info down to
8162 svr4_current_sos_1.
8163 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8164 get_svr4_info.
8165 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8166 get_svr4_info.
8167 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8168 to get_svr4_info.
8169 (probes_table_remove_objfile_probes): Likewise.
8170 (register_solib_event_probe): Add info parameter.
8171 (solist_update_incremental): Pass info parameter down to
8172 svr4_read_so_list.
8173 (disable_probes_interface): Add info parameter.
8174 (svr4_handle_solib_event): Pass current_program_space to
8175 get_svr4_info. Adjust disable_probes_interface cleanup.
8176 (svr4_create_probe_breakpoints): Add info parameter, pass it
8177 down to register_solib_event_probe.
8178 (svr4_create_solib_event_breakpoints): Add info parameter,
8179 pass it down to svr4_create_probe_breakpoints.
8180 (enable_break): Pass info down to
8181 svr4_create_solib_event_breakpoints.
8182 (svr4_solib_create_inferior_hook): Pass current_program_space to
8183 get_svr4_info.
8184 (svr4_clear_solib): Likewise.
8185
8186 2019-04-22 Pedro Alves <palves@redhat.com>
8187
8188 * solib-svr4.c (svr4_free_objfile_observer): New.
8189 (probe_and_action::objfile): New field.
8190 (probes_table_htab_remove_objfile_probes)
8191 (probes_table_remove_objfile_probes): New functions.
8192 (register_solib_event_probe): Add 'objfile' parameter. Store it
8193 in the new probe_and_action. Don't store the probe in 'lookup'.
8194 (svr4_create_probe_breakpoints): Pass objfile to
8195 register_solib_event_probe.
8196 (_initialize_svr4_solib): Register a free_objfile observer.
8197
8198 2019-04-19 Tom Tromey <tom@tromey.com>
8199
8200 * common/queue.h: Remove.
8201
8202 2019-04-19 Tom Tromey <tom@tromey.com>
8203
8204 * event-loop.c: Don't include "common/queue.h".
8205
8206 2019-04-19 Tom Tromey <tom@tromey.com>
8207
8208 * remote.c (remote_target): Use delete.
8209 * remote-notif.h: Include <list>, not "common/queue.h".
8210 (notif_client_p): Remove typedef.
8211 (remote_notif_state): Add constructor, destructor, initializer.
8212 <notif_queue>: Now a std::list.
8213 (remote_notif_state_xfree): Don't declare.
8214 * remote-notif.c (remote_notif_process, handle_notification)
8215 (remote_notif_state_allocate): Update.
8216 (~remote_notif_state): Rename from remote_notif_state_xfree.
8217
8218 2019-04-19 Tom Tromey <tom@tromey.com>
8219
8220 * symfile.c (reread_symbols): Update.
8221 * objfiles.c (objfile_register_static_link)
8222 (objfile_lookup_static_link): Update
8223 (~objfile) Don't delete static_links.
8224 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8225
8226 2019-04-19 Tom Tromey <tom@tromey.com>
8227
8228 * type-stack.h (struct type_stack) <insert>: Constify string.
8229 * type-stack.c (type_stack::insert): Constify string.
8230 * gdbtypes.h (lookup_template_type): Update.
8231 (address_space_name_to_int): Update.
8232 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8233 const.
8234 (lookup_template_type): Make name const.
8235 * c-exp.y: Update rules.
8236 (lex_one_token, classify_name, classify_inner_name)
8237 (c_print_token): Update.
8238 * p-exp.y: Update rules.
8239 (yylex): Update.
8240 * f-exp.y: Update rules.
8241 (yylex): Update.
8242 * d-exp.y: Update rules.
8243 (lex_one_token, classify_name, classify_inner_name): Update.
8244 * parse.c (write_dollar_variable, copy_name): Return std::string.
8245 * parser-defs.h (copy_name): Change return type.
8246 * m2-exp.y: Update rules.
8247 (yylex): Update.
8248 * go-exp.y (lex_one_token): Update.
8249 Update rules.
8250 (classify_unsafe_function, classify_packaged_name)
8251 (classify_name, yylex): Update.
8252
8253 2019-04-19 Sergei Trofimovich <siarheit@google.com>
8254
8255 * configure.ac: add --enable-source-highlight switch.
8256 * configure: Regenerate.
8257 * top.c (print_gdb_version): plumb --enable-source-highlight
8258 status to "show configuration".
8259
8260 2019-04-19 Tom Tromey <tromey@adacore.com>
8261
8262 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8263 Check ADA_TYPE_P.
8264 (empty_record, ada_template_to_fixed_record_type_1)
8265 (template_to_static_fixed_type)
8266 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8267 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8268 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8269 macros.
8270
8271 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8272
8273 PR symtab/24423:
8274 * source.c (print_source_lines_base): Advance "iter" when a
8275 control character is seen.
8276
8277 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8278
8279 * inferior.h (struct infcall_suspend_state_deleter):
8280 Catch exception in destructor to avoid crash.
8281
8282 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8283
8284 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8285 close to the add_com "shell".
8286
8287 2019-04-18 Tom Tromey <tromey@adacore.com>
8288
8289 * process-stratum-target.h (class process_stratum_target)
8290 <stratum>: Add "final".
8291
8292 2019-04-17 Tom Tromey <tromey@adacore.com>
8293
8294 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8295 against nullptr before use.
8296
8297 2019-04-17 Alan Hayward <alan.hayward@arm.com>
8298
8299 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8300
8301 2019-04-17 Jim Wilson <jimw@sifive.com>
8302 Andrew Burgess <andrew.burgess@embecosm.com>
8303
8304 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8305 code read might fail, assume 4-byte breakpoint in that case.
8306
8307 2019-04-15 Leszek Swirski <leszeks@google.com>
8308
8309 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8310 rather than a hand-rolled POD check when checking for forced MEMORY
8311 classification.
8312
8313 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8314
8315 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8316 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8317 function.
8318 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8319 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8320 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8321 declaration.
8322
8323 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8324
8325 * aarch64-linux-nat.c
8326 (aarch64_linux_nat_target::thread_architecture): Add override.
8327 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8328 each VQ.
8329
8330 2019-04-15 Alan Hayward <alan.hayward@arm.com>
8331
8332 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8333
8334 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8335
8336 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8337 target types of size 96-bits, add some additional comments, and
8338 check that the builtin type we found was the correct size.
8339
8340 2019-04-12 Eli Zaretskii <eliz@gnu.org>
8341
8342 * utils.c (prompt_for_continue): Don't restore the styling at the
8343 end, as applied_style has the wrong value. This fixes styling in
8344 long lists of file names that are interrupted by the "Continue?"
8345 prompt.
8346
8347 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8348
8349 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8350 * c-lang.c (c_language_defn): Likewise.
8351 (cplus_language_defn): Likewise.
8352 (asm_language_defn): Likewise.
8353 (minimal_language_defn): Likewise.
8354 * d-lang.c (d_language_defn): Likewise.
8355 * f-lang.c (f_language_defn): Likewise.
8356 * go-lang.c (go_language_defn): Likewise.
8357 * language.c (unknown_language_defn): Likewise.
8358 (auto_language_defn): Likewise.
8359 * language.h (struct language_defn): Remove la_magic field.
8360 (LANG_MAGIC): Delete.
8361 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8362 * objc-lang.c (objc_language_defn): Likewise.
8363 * opencl-lang.c (opencl_language_defn): Likewise.
8364 * p-lang.c (pascal_language_defn): Likewise.
8365 * rust-lang.c (rust_language_defn): Likewise.
8366
8367 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8368
8369 * riscv-tdep.c (riscv_type_align): New function.
8370 (riscv_type_alignment): Delete.
8371 (riscv_arg_location): Use 'type_align'.
8372 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8373
8374 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8375
8376 * gdbtypes.c (type_align): A struct with no non-static fields also
8377 has alignment of 1.
8378
8379 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8380
8381 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8382 component to 0.
8383 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8384 member.
8385 (riscv_struct_info::analyse): New implementation using new
8386 analyse_inner member function.
8387 (riscv_struct_info::field_offset): New member function.
8388 (riscv_struct_info::m_offsets): New member variable.
8389 (riscv_struct_info::analyse_inner): New private member function,
8390 takes the old implementation of riscv_struct_info::analyse but
8391 extended to track field offsets.
8392 (riscv_call_arg_struct): Update the struct folding special cases
8393 to handle cases where empty C++ structs, which are non-zero
8394 length, are found.
8395 (riscv_arg_location): Initialise the length of each location, a
8396 non-zero length now indicates the location is in use.
8397 (riscv_push_dummy_call): Allow for the first location having a
8398 non-zero offset when setting up arguments.
8399 (riscv_return_value): Likewise, but for return values.
8400
8401 2019-04-11 Tom Tromey <tromey@adacore.com>
8402
8403 * utils.c (internal_vproblem): Make "msg" const.
8404
8405 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8406
8407 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8408 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8409 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8410 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8411
8412 2019-04-10 Kevin Buettner <kevinb@redhat.com>
8413
8414 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8415 function.
8416 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8417 of amd64_collect_native_gregset.
8418 (amd64_linux_nat_target::store_registers): Likewise.
8419
8420 2019-04-10 Tom Tromey <tom@tromey.com>
8421
8422 * symtab.c (lookup_global_symbol_from_objfile)
8423 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8424 * objfiles.h (class separate_debug_iterator): New.
8425 (class separate_debug_range): New.
8426 (struct objfile) <separate_debug_objfiles>: New method.
8427 (objfile_separate_debug_iterate): Don't declare.
8428 * objfiles.c (separate_debug_iterator::operator++): Rename from
8429 objfile_separate_debug_iterate.
8430 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8431 iterator.
8432 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8433 iterator.
8434
8435 2019-04-10 Tom Tromey <tom@tromey.com>
8436
8437 * symfile.c (reread_symbols): Remove old comment.
8438 * objfiles.c (free_all_objfiles): Fix a typo.
8439
8440 2019-04-10 Tom Tromey <tom@tromey.com>
8441
8442 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8443 * minsyms.c (lookup_minimal_symbol): Use foreach.
8444 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8445 (lookup_minimal_symbol_solib_trampoline): Likewise.
8446 * symfile.c (reread_symbols): Use foreach.
8447
8448 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
8449 Tom Tromey <tromey@adacore.com>
8450
8451 PR rust/24414:
8452 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8453 (rust_lex_int_test): Change "value" to be LONGEST.
8454 (rust_lex_tests): Add test for long integer literal.
8455
8456 2019-04-09 Tom Tromey <tromey@adacore.com>
8457
8458 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8459 to bool.
8460 (extended_remote_target::attach): Update.
8461 (remote_target::remote_notice_new_inferior): Update.
8462 (remote_target::add_current_inferior_and_thread): Update.
8463 * inferior.c (exit_inferior_1): Use "false".
8464 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8465
8466 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8467
8468 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
8469 the "start" command.
8470
8471 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8472
8473 * python/py-inferior.c (infpy_thread_from_thread_handle):
8474 Adjust comments to reflect renaming of thread_from_thread_handle
8475 to thread_from_handle. Adjust keywords. Fix type error message.
8476 (inferior_object_methods): Add thread_from_handle. Retain
8477 thread_from_thread_handle, but mark it as deprecated.
8478
8479 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8480
8481 * gdbthread.h (find_thread_by_handle): Revise declaration.
8482 * thread.c (find_thread_by_handle): Likewise. Adjust
8483 implementation too.
8484 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8485 support for buffer objects as handles.
8486
8487 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8488
8489 * python/py-infthread.c (thpy_thread_handle): New function.
8490 (thread_object_methods): Register thpy_thread_handle.
8491
8492 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8493
8494 * gdbthread.h (thread_to_thread_handle): Declare.
8495 * thread.c (gdbtypes.h): Include.
8496 (thread_to_thread_handle): New function.
8497
8498 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8499 (target_thread_info_to_thread_handle): Declare.
8500 * target.c (target_thread_info_to_thread_handle): New function.
8501 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8502 * target-delegates.c: Regenerate.
8503
8504 * linux-thread-db.c (class thread_db_target): Add method
8505 thread_info_to_thread_handle.
8506 (thread_db_target::thread_info_to_thread_handle): Define.
8507 * remote.c (class remote_target): Add new method
8508 thread_info_to_thread_handle.
8509 (remote_target::thread_info_to_thread_handle): Define.
8510
8511 2019-04-08 Pedro Alves <palves@redhat.com>
8512
8513 * common/common-exceptions.c (throw_exception): Don't create
8514 named object to throw; throw directly.
8515 (throw_it): Likewise. Don't initialize gdb_exception::message
8516 here, with new; pass FMT and AP to the ctor instead.
8517 * common/common-exceptions.h: Include <string>.
8518 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8519 const char *, va_list)): New ctor. Use std::make_shared.
8520 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8521 errors)): Delete.
8522 (gdb_exception_error::gdb_exception_error(enum errors, const char
8523 *, va_list)): New.
8524 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8525 Add assertion.
8526 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8527 errors)): Delete.
8528 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8529 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8530 Add assertion.
8531
8532 2019-04-08 Tom Tromey <tom@tromey.com>
8533
8534 * valops.c (value_rtti_indirect_type): Replace throw_exception
8535 with throw.
8536 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8537 with throw.
8538 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8539 throw.
8540 * target.c (target_translate_tls_address): Replace throw_exception
8541 with throw.
8542 * stack.c (frame_apply_command_count): Replace throw_exception
8543 with throw.
8544 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8545 throw.
8546 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8547 with throw.
8548 * rs6000-tdep.c (rs6000_frame_cache)
8549 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8550 * remote.c: Replace throw_exception with throw.
8551 * record-full.c (record_full_message, record_full_wait_1)
8552 (record_full_restore): Replace throw_exception with throw.
8553 * record-btrace.c:
8554 (get_thread_current_frame_id, record_btrace_start_replaying)
8555 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8556 (cmd_record_btrace_start): Replace throw_exception with throw.
8557 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8558 throw.
8559 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8560 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8561 * linespec.c:
8562 (find_linespec_symbols): Replace throw_exception with throw.
8563 * infrun.c (displaced_step_prepare, resume): Replace
8564 throw_exception with throw.
8565 * infcmd.c (post_create_inferior): Replace throw_exception with
8566 throw.
8567 * inf-loop.c (inferior_event_handler): Replace throw_exception
8568 with throw.
8569 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8570 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8571 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8572 (get_prev_frame_always, get_frame_pc_if_available)
8573 (get_frame_address_in_block_if_available, get_frame_language):
8574 Replace throw_exception with throw.
8575 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8576 throw_exception with throw.
8577 * eval.c (fetch_subexp_value, evaluate_var_value)
8578 (evaluate_funcall, evaluate_subexp_standard): Replace
8579 throw_exception with throw.
8580 * dwarf2loc.c (call_site_find_chain)
8581 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8582 Replace throw_exception with throw.
8583 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8584 with throw.
8585 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8586 throw.
8587 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8588 * completer.c (complete_line_internal): Replace throw_exception
8589 with throw.
8590 * compile/compile-object-run.c (compile_object_run): Replace
8591 throw_exception with throw.
8592 * cli/cli-script.c (process_next_line): Replace throw_exception
8593 with throw.
8594 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
8595 (btrace_enable, btrace_maint_update_pt_packets): Replace
8596 throw_exception with throw.
8597 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
8598 throw_exception with throw.
8599 * break-catch-throw.c (re_set_exception_catchpoint): Replace
8600 throw_exception with throw.
8601 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8602 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
8603 * aarch64-tdep.c (aarch64_make_prologue_cache)
8604 (aarch64_make_stub_cache): Replace throw_exception with throw.
8605
8606 2019-04-08 Tom Tromey <tom@tromey.com>
8607
8608 * common/common-exceptions.c (throw_exception): Rename from
8609 throw_exception_cxx. Remove old copy. Make argument const.
8610 (throw_it): Create and throw exception objects directly.
8611 * common/common-exceptions.h (throw_exception): Make argument
8612 const.
8613 (struct gdb_exception_error): Add constructor.
8614 (struct gdb_exception_quit): Add constructor.
8615
8616 2019-04-08 Tom Tromey <tom@tromey.com>
8617
8618 * common/common-exceptions.h (exception_rethrow): Don't declare.
8619 (TRY_SJLJ): Update comment.
8620 (TRY, CATCH, END_CATCH): Remove.
8621 * common/common-exceptions.c (exception_rethrow): Remove.
8622
8623 2019-04-08 Tom Tromey <tom@tromey.com>
8624
8625 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
8626 Remove.
8627 (gdb_exception_error): Rename from
8628 gdb_exception_RETURN_MASK_ERROR.
8629 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
8630 (gdb_quit_bad_alloc): Update.
8631 * aarch64-tdep.c: Update.
8632 * ada-lang.c: Update.
8633 * ada-typeprint.c: Update.
8634 * ada-valprint.c: Update.
8635 * amd64-tdep.c: Update.
8636 * arch-utils.c: Update.
8637 * break-catch-throw.c: Update.
8638 * breakpoint.c: Update.
8639 * btrace.c: Update.
8640 * c-varobj.c: Update.
8641 * cli/cli-cmds.c: Update.
8642 * cli/cli-interp.c: Update.
8643 * cli/cli-script.c: Update.
8644 * common/common-exceptions.c: Update.
8645 * common/new-op.c: Update.
8646 * common/selftest.c: Update.
8647 * compile/compile-c-symbols.c: Update.
8648 * compile/compile-cplus-symbols.c: Update.
8649 * compile/compile-object-load.c: Update.
8650 * compile/compile-object-run.c: Update.
8651 * completer.c: Update.
8652 * corelow.c: Update.
8653 * cp-abi.c: Update.
8654 * cp-support.c: Update.
8655 * cp-valprint.c: Update.
8656 * darwin-nat.c: Update.
8657 * disasm-selftests.c: Update.
8658 * dtrace-probe.c: Update.
8659 * dwarf-index-cache.c: Update.
8660 * dwarf-index-write.c: Update.
8661 * dwarf2-frame-tailcall.c: Update.
8662 * dwarf2-frame.c: Update.
8663 * dwarf2loc.c: Update.
8664 * dwarf2read.c: Update.
8665 * eval.c: Update.
8666 * event-loop.c: Update.
8667 * event-top.c: Update.
8668 * exec.c: Update.
8669 * f-valprint.c: Update.
8670 * fbsd-tdep.c: Update.
8671 * frame-unwind.c: Update.
8672 * frame.c: Update.
8673 * gdbtypes.c: Update.
8674 * gnu-v3-abi.c: Update.
8675 * guile/guile-internal.h: Update.
8676 * guile/scm-block.c: Update.
8677 * guile/scm-breakpoint.c: Update.
8678 * guile/scm-cmd.c: Update.
8679 * guile/scm-disasm.c: Update.
8680 * guile/scm-frame.c: Update.
8681 * guile/scm-lazy-string.c: Update.
8682 * guile/scm-math.c: Update.
8683 * guile/scm-param.c: Update.
8684 * guile/scm-ports.c: Update.
8685 * guile/scm-pretty-print.c: Update.
8686 * guile/scm-symbol.c: Update.
8687 * guile/scm-symtab.c: Update.
8688 * guile/scm-type.c: Update.
8689 * guile/scm-value.c: Update.
8690 * i386-linux-tdep.c: Update.
8691 * i386-tdep.c: Update.
8692 * inf-loop.c: Update.
8693 * infcall.c: Update.
8694 * infcmd.c: Update.
8695 * infrun.c: Update.
8696 * jit.c: Update.
8697 * language.c: Update.
8698 * linespec.c: Update.
8699 * linux-fork.c: Update.
8700 * linux-nat.c: Update.
8701 * linux-tdep.c: Update.
8702 * linux-thread-db.c: Update.
8703 * main.c: Update.
8704 * mi/mi-cmd-break.c: Update.
8705 * mi/mi-cmd-stack.c: Update.
8706 * mi/mi-interp.c: Update.
8707 * mi/mi-main.c: Update.
8708 * objc-lang.c: Update.
8709 * p-valprint.c: Update.
8710 * parse.c: Update.
8711 * ppc-linux-tdep.c: Update.
8712 * printcmd.c: Update.
8713 * python/py-arch.c: Update.
8714 * python/py-breakpoint.c: Update.
8715 * python/py-cmd.c: Update.
8716 * python/py-finishbreakpoint.c: Update.
8717 * python/py-frame.c: Update.
8718 * python/py-framefilter.c: Update.
8719 * python/py-gdb-readline.c: Update.
8720 * python/py-inferior.c: Update.
8721 * python/py-infthread.c: Update.
8722 * python/py-lazy-string.c: Update.
8723 * python/py-linetable.c: Update.
8724 * python/py-objfile.c: Update.
8725 * python/py-param.c: Update.
8726 * python/py-prettyprint.c: Update.
8727 * python/py-progspace.c: Update.
8728 * python/py-record-btrace.c: Update.
8729 * python/py-record.c: Update.
8730 * python/py-symbol.c: Update.
8731 * python/py-type.c: Update.
8732 * python/py-unwind.c: Update.
8733 * python/py-utils.c: Update.
8734 * python/py-value.c: Update.
8735 * python/python.c: Update.
8736 * record-btrace.c: Update.
8737 * record-full.c: Update.
8738 * remote-fileio.c: Update.
8739 * remote.c: Update.
8740 * riscv-tdep.c: Update.
8741 * rs6000-aix-tdep.c: Update.
8742 * rs6000-tdep.c: Update.
8743 * rust-exp.y: Update.
8744 * rust-lang.c: Update.
8745 * s390-tdep.c: Update.
8746 * selftest-arch.c: Update.
8747 * solib-dsbt.c: Update.
8748 * solib-frv.c: Update.
8749 * solib-spu.c: Update.
8750 * solib-svr4.c: Update.
8751 * solib.c: Update.
8752 * sparc64-linux-tdep.c: Update.
8753 * stack.c: Update.
8754 * symfile-mem.c: Update.
8755 * symmisc.c: Update.
8756 * target.c: Update.
8757 * thread.c: Update.
8758 * top.c: Update.
8759 * tracefile-tfile.c: Update.
8760 * tui/tui.c: Update.
8761 * typeprint.c: Update.
8762 * unittests/cli-utils-selftests.c: Update.
8763 * unittests/parse-connection-spec-selftests.c: Update.
8764 * valops.c: Update.
8765 * valprint.c: Update.
8766 * value.c: Update.
8767 * varobj.c: Update.
8768 * windows-nat.c: Update.
8769 * x86-linux-nat.c: Update.
8770 * xml-support.c: Update.
8771
8772 2019-04-08 Tom Tromey <tom@tromey.com>
8773
8774 * xml-support.c: Use C++ exception handling.
8775 * x86-linux-nat.c: Use C++ exception handling.
8776 * windows-nat.c: Use C++ exception handling.
8777 * varobj.c: Use C++ exception handling.
8778 * value.c: Use C++ exception handling.
8779 * valprint.c: Use C++ exception handling.
8780 * valops.c: Use C++ exception handling.
8781 * unittests/parse-connection-spec-selftests.c: Use C++ exception
8782 handling.
8783 * unittests/cli-utils-selftests.c: Use C++ exception handling.
8784 * typeprint.c: Use C++ exception handling.
8785 * tui/tui.c: Use C++ exception handling.
8786 * tracefile-tfile.c: Use C++ exception handling.
8787 * top.c: Use C++ exception handling.
8788 * thread.c: Use C++ exception handling.
8789 * target.c: Use C++ exception handling.
8790 * symmisc.c: Use C++ exception handling.
8791 * symfile-mem.c: Use C++ exception handling.
8792 * stack.c: Use C++ exception handling.
8793 * sparc64-linux-tdep.c: Use C++ exception handling.
8794 * solib.c: Use C++ exception handling.
8795 * solib-svr4.c: Use C++ exception handling.
8796 * solib-spu.c: Use C++ exception handling.
8797 * solib-frv.c: Use C++ exception handling.
8798 * solib-dsbt.c: Use C++ exception handling.
8799 * selftest-arch.c: Use C++ exception handling.
8800 * s390-tdep.c: Use C++ exception handling.
8801 * rust-lang.c: Use C++ exception handling.
8802 * rust-exp.y: Use C++ exception handling.
8803 * rs6000-tdep.c: Use C++ exception handling.
8804 * rs6000-aix-tdep.c: Use C++ exception handling.
8805 * riscv-tdep.c: Use C++ exception handling.
8806 * remote.c: Use C++ exception handling.
8807 * remote-fileio.c: Use C++ exception handling.
8808 * record-full.c: Use C++ exception handling.
8809 * record-btrace.c: Use C++ exception handling.
8810 * python/python.c: Use C++ exception handling.
8811 * python/py-value.c: Use C++ exception handling.
8812 * python/py-utils.c: Use C++ exception handling.
8813 * python/py-unwind.c: Use C++ exception handling.
8814 * python/py-type.c: Use C++ exception handling.
8815 * python/py-symbol.c: Use C++ exception handling.
8816 * python/py-record.c: Use C++ exception handling.
8817 * python/py-record-btrace.c: Use C++ exception handling.
8818 * python/py-progspace.c: Use C++ exception handling.
8819 * python/py-prettyprint.c: Use C++ exception handling.
8820 * python/py-param.c: Use C++ exception handling.
8821 * python/py-objfile.c: Use C++ exception handling.
8822 * python/py-linetable.c: Use C++ exception handling.
8823 * python/py-lazy-string.c: Use C++ exception handling.
8824 * python/py-infthread.c: Use C++ exception handling.
8825 * python/py-inferior.c: Use C++ exception handling.
8826 * python/py-gdb-readline.c: Use C++ exception handling.
8827 * python/py-framefilter.c: Use C++ exception handling.
8828 * python/py-frame.c: Use C++ exception handling.
8829 * python/py-finishbreakpoint.c: Use C++ exception handling.
8830 * python/py-cmd.c: Use C++ exception handling.
8831 * python/py-breakpoint.c: Use C++ exception handling.
8832 * python/py-arch.c: Use C++ exception handling.
8833 * printcmd.c: Use C++ exception handling.
8834 * ppc-linux-tdep.c: Use C++ exception handling.
8835 * parse.c: Use C++ exception handling.
8836 * p-valprint.c: Use C++ exception handling.
8837 * objc-lang.c: Use C++ exception handling.
8838 * mi/mi-main.c: Use C++ exception handling.
8839 * mi/mi-interp.c: Use C++ exception handling.
8840 * mi/mi-cmd-stack.c: Use C++ exception handling.
8841 * mi/mi-cmd-break.c: Use C++ exception handling.
8842 * main.c: Use C++ exception handling.
8843 * linux-thread-db.c: Use C++ exception handling.
8844 * linux-tdep.c: Use C++ exception handling.
8845 * linux-nat.c: Use C++ exception handling.
8846 * linux-fork.c: Use C++ exception handling.
8847 * linespec.c: Use C++ exception handling.
8848 * language.c: Use C++ exception handling.
8849 * jit.c: Use C++ exception handling.
8850 * infrun.c: Use C++ exception handling.
8851 * infcmd.c: Use C++ exception handling.
8852 * infcall.c: Use C++ exception handling.
8853 * inf-loop.c: Use C++ exception handling.
8854 * i386-tdep.c: Use C++ exception handling.
8855 * i386-linux-tdep.c: Use C++ exception handling.
8856 * guile/scm-value.c: Use C++ exception handling.
8857 * guile/scm-type.c: Use C++ exception handling.
8858 * guile/scm-symtab.c: Use C++ exception handling.
8859 * guile/scm-symbol.c: Use C++ exception handling.
8860 * guile/scm-pretty-print.c: Use C++ exception handling.
8861 * guile/scm-ports.c: Use C++ exception handling.
8862 * guile/scm-param.c: Use C++ exception handling.
8863 * guile/scm-math.c: Use C++ exception handling.
8864 * guile/scm-lazy-string.c: Use C++ exception handling.
8865 * guile/scm-frame.c: Use C++ exception handling.
8866 * guile/scm-disasm.c: Use C++ exception handling.
8867 * guile/scm-cmd.c: Use C++ exception handling.
8868 * guile/scm-breakpoint.c: Use C++ exception handling.
8869 * guile/scm-block.c: Use C++ exception handling.
8870 * guile/guile-internal.h: Use C++ exception handling.
8871 * gnu-v3-abi.c: Use C++ exception handling.
8872 * gdbtypes.c: Use C++ exception handling.
8873 * frame.c: Use C++ exception handling.
8874 * frame-unwind.c: Use C++ exception handling.
8875 * fbsd-tdep.c: Use C++ exception handling.
8876 * f-valprint.c: Use C++ exception handling.
8877 * exec.c: Use C++ exception handling.
8878 * event-top.c: Use C++ exception handling.
8879 * event-loop.c: Use C++ exception handling.
8880 * eval.c: Use C++ exception handling.
8881 * dwarf2read.c: Use C++ exception handling.
8882 * dwarf2loc.c: Use C++ exception handling.
8883 * dwarf2-frame.c: Use C++ exception handling.
8884 * dwarf2-frame-tailcall.c: Use C++ exception handling.
8885 * dwarf-index-write.c: Use C++ exception handling.
8886 * dwarf-index-cache.c: Use C++ exception handling.
8887 * dtrace-probe.c: Use C++ exception handling.
8888 * disasm-selftests.c: Use C++ exception handling.
8889 * darwin-nat.c: Use C++ exception handling.
8890 * cp-valprint.c: Use C++ exception handling.
8891 * cp-support.c: Use C++ exception handling.
8892 * cp-abi.c: Use C++ exception handling.
8893 * corelow.c: Use C++ exception handling.
8894 * completer.c: Use C++ exception handling.
8895 * compile/compile-object-run.c: Use C++ exception handling.
8896 * compile/compile-object-load.c: Use C++ exception handling.
8897 * compile/compile-cplus-symbols.c: Use C++ exception handling.
8898 * compile/compile-c-symbols.c: Use C++ exception handling.
8899 * common/selftest.c: Use C++ exception handling.
8900 * common/new-op.c: Use C++ exception handling.
8901 * cli/cli-script.c: Use C++ exception handling.
8902 * cli/cli-interp.c: Use C++ exception handling.
8903 * cli/cli-cmds.c: Use C++ exception handling.
8904 * c-varobj.c: Use C++ exception handling.
8905 * btrace.c: Use C++ exception handling.
8906 * breakpoint.c: Use C++ exception handling.
8907 * break-catch-throw.c: Use C++ exception handling.
8908 * arch-utils.c: Use C++ exception handling.
8909 * amd64-tdep.c: Use C++ exception handling.
8910 * ada-valprint.c: Use C++ exception handling.
8911 * ada-typeprint.c: Use C++ exception handling.
8912 * ada-lang.c: Use C++ exception handling.
8913 * aarch64-tdep.c: Use C++ exception handling.
8914
8915 2019-04-08 Tom Tromey <tom@tromey.com>
8916
8917 * xml-support.c (gdb_xml_parser::parse): Update.
8918 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
8919 * value.c (show_convenience): Update.
8920 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
8921 (test_parse_flags_qcs): Update.
8922 * thread.c (thr_try_catch_cmd): Update.
8923 * target.c (target_translate_tls_address): Update.
8924 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
8925 (info_frame_command_core, frame_apply_command_count): Update.
8926 * rust-exp.y (rust_lex_exception_test): Update.
8927 * riscv-tdep.c (riscv_print_one_register_info): Update.
8928 * remote.c (remote_target::enable_btrace): Update.
8929 * record-btrace.c (record_btrace_enable_warn): Update.
8930 * python/py-utils.c (gdbpy_convert_exception): Update.
8931 * printcmd.c (do_one_display, print_variable_and_value): Update.
8932 * mi/mi-main.c (mi_print_exception): Update.
8933 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
8934 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
8935 * linux-nat.c (linux_nat_target::attach): Update.
8936 * linux-fork.c (class scoped_switch_fork_info): Update.
8937 * infrun.c (displaced_step_prepare): Update.
8938 * infcall.c (call_function_by_hand_dummy): Update.
8939 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
8940 * gnu-v3-abi.c (print_one_vtable): Update.
8941 * frame.c (get_prev_frame_always): Update.
8942 * f-valprint.c (info_common_command_for_block): Update.
8943 * exec.c (try_open_exec_file): Update.
8944 * exceptions.c (print_exception, exception_print)
8945 (exception_fprintf, exception_print_same): Update.
8946 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
8947 * dwarf-index-cache.c (index_cache::store)
8948 (index_cache::lookup_gdb_index): Update.
8949 * darwin-nat.c (maybe_cache_shell): Update.
8950 * cp-valprint.c (cp_print_value_fields): Update.
8951 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
8952 (gcc_cplus_symbol_address): Update.
8953 * compile/compile-c-symbols.c (gcc_convert_symbol)
8954 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
8955 * common/selftest.c: Update.
8956 * common/common-exceptions.h (struct gdb_exception) <message>: Now
8957 a std::string.
8958 (exception_try_scope_entry, exception_try_scope_exit): Don't
8959 declare.
8960 (struct exception_try_scope): Remove.
8961 (TRY): Don't use exception_try_scope.
8962 (struct gdb_exception): Add constructor, operator=.
8963 <what>: New method.
8964 (struct gdb_exception_RETURN_MASK_ALL)
8965 (struct gdb_exception_RETURN_MASK_ERROR)
8966 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
8967 (struct gdb_quit_bad_alloc): Update.
8968 * common/common-exceptions.c (exception_none): Change
8969 initializer.
8970 (struct catcher) <state, exception>: Initialize inline.
8971 <prev>: Remove member.
8972 (current_catcher): Remove.
8973 (catchers): New global.
8974 (exceptions_state_mc_init): Simplify.
8975 (catcher_pop): Remove.
8976 (exceptions_state_mc, exceptions_state_mc_catch): Update.
8977 (try_scope_depth, exception_try_scope_entry)
8978 (exception_try_scope_exit): Remove.
8979 (throw_exception_sjlj): Update.
8980 (exception_messages, exception_messages_size): Remove.
8981 (throw_it): Simplify.
8982 (gdb_exception_sliced_copy): Remove.
8983 (throw_exception_cxx): Update.
8984 * cli/cli-script.c (script_from_file): Update.
8985 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
8986 Update.
8987 * ada-valprint.c (ada_val_print): Update.
8988 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
8989 (create_excep_cond_exprs): Update.
8990
8991 2019-04-08 Tom Tromey <tom@tromey.com>
8992
8993 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
8994 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
8995 (TRY, CATCH, END_CATCH): Remove some definitions.
8996 * common/common-exceptions.c: Don't use GDB_XCPT.
8997 (catcher_list_size): Remove.
8998 (throw_exception, throw_it): Simplify.
8999
9000 2019-04-05 Tom Tromey <tom@tromey.com>
9001
9002 Revert the header-sorting patch.
9003 * ft32-tdep.c: Revert.
9004 * frv-tdep.c: Revert.
9005 * frv-linux-tdep.c: Revert.
9006 * frame.c: Revert.
9007 * frame-unwind.c: Revert.
9008 * frame-base.c: Revert.
9009 * fork-child.c: Revert.
9010 * findvar.c: Revert.
9011 * findcmd.c: Revert.
9012 * filesystem.c: Revert.
9013 * filename-seen-cache.h: Revert.
9014 * filename-seen-cache.c: Revert.
9015 * fbsd-tdep.c: Revert.
9016 * fbsd-nat.h: Revert.
9017 * fbsd-nat.c: Revert.
9018 * f-valprint.c: Revert.
9019 * f-typeprint.c: Revert.
9020 * f-lang.c: Revert.
9021 * extension.h: Revert.
9022 * extension.c: Revert.
9023 * extension-priv.h: Revert.
9024 * expprint.c: Revert.
9025 * exec.h: Revert.
9026 * exec.c: Revert.
9027 * exceptions.c: Revert.
9028 * event-top.c: Revert.
9029 * event-loop.c: Revert.
9030 * eval.c: Revert.
9031 * elfread.c: Revert.
9032 * dwarf2read.h: Revert.
9033 * dwarf2read.c: Revert.
9034 * dwarf2loc.c: Revert.
9035 * dwarf2expr.h: Revert.
9036 * dwarf2expr.c: Revert.
9037 * dwarf2-frame.c: Revert.
9038 * dwarf2-frame-tailcall.c: Revert.
9039 * dwarf-index-write.h: Revert.
9040 * dwarf-index-write.c: Revert.
9041 * dwarf-index-common.c: Revert.
9042 * dwarf-index-cache.h: Revert.
9043 * dwarf-index-cache.c: Revert.
9044 * dummy-frame.c: Revert.
9045 * dtrace-probe.c: Revert.
9046 * disasm.h: Revert.
9047 * disasm.c: Revert.
9048 * disasm-selftests.c: Revert.
9049 * dictionary.c: Revert.
9050 * dicos-tdep.c: Revert.
9051 * demangle.c: Revert.
9052 * dcache.h: Revert.
9053 * dcache.c: Revert.
9054 * darwin-nat.h: Revert.
9055 * darwin-nat.c: Revert.
9056 * darwin-nat-info.c: Revert.
9057 * d-valprint.c: Revert.
9058 * d-namespace.c: Revert.
9059 * d-lang.c: Revert.
9060 * ctf.c: Revert.
9061 * csky-tdep.c: Revert.
9062 * csky-linux-tdep.c: Revert.
9063 * cris-tdep.c: Revert.
9064 * cris-linux-tdep.c: Revert.
9065 * cp-valprint.c: Revert.
9066 * cp-support.c: Revert.
9067 * cp-namespace.c: Revert.
9068 * cp-abi.c: Revert.
9069 * corelow.c: Revert.
9070 * corefile.c: Revert.
9071 * continuations.c: Revert.
9072 * completer.h: Revert.
9073 * completer.c: Revert.
9074 * complaints.c: Revert.
9075 * coffread.c: Revert.
9076 * coff-pe-read.c: Revert.
9077 * cli-out.h: Revert.
9078 * cli-out.c: Revert.
9079 * charset.c: Revert.
9080 * c-varobj.c: Revert.
9081 * c-valprint.c: Revert.
9082 * c-typeprint.c: Revert.
9083 * c-lang.c: Revert.
9084 * buildsym.c: Revert.
9085 * buildsym-legacy.c: Revert.
9086 * build-id.h: Revert.
9087 * build-id.c: Revert.
9088 * btrace.c: Revert.
9089 * bsd-uthread.c: Revert.
9090 * breakpoint.h: Revert.
9091 * breakpoint.c: Revert.
9092 * break-catch-throw.c: Revert.
9093 * break-catch-syscall.c: Revert.
9094 * break-catch-sig.c: Revert.
9095 * blockframe.c: Revert.
9096 * block.c: Revert.
9097 * bfin-tdep.c: Revert.
9098 * bfin-linux-tdep.c: Revert.
9099 * bfd-target.c: Revert.
9100 * bcache.c: Revert.
9101 * ax-general.c: Revert.
9102 * ax-gdb.h: Revert.
9103 * ax-gdb.c: Revert.
9104 * avr-tdep.c: Revert.
9105 * auxv.c: Revert.
9106 * auto-load.c: Revert.
9107 * arm-wince-tdep.c: Revert.
9108 * arm-tdep.c: Revert.
9109 * arm-symbian-tdep.c: Revert.
9110 * arm-pikeos-tdep.c: Revert.
9111 * arm-obsd-tdep.c: Revert.
9112 * arm-nbsd-tdep.c: Revert.
9113 * arm-nbsd-nat.c: Revert.
9114 * arm-linux-tdep.c: Revert.
9115 * arm-linux-nat.c: Revert.
9116 * arm-fbsd-tdep.c: Revert.
9117 * arm-fbsd-nat.c: Revert.
9118 * arm-bsd-tdep.c: Revert.
9119 * arch-utils.c: Revert.
9120 * arc-tdep.c: Revert.
9121 * arc-newlib-tdep.c: Revert.
9122 * annotate.h: Revert.
9123 * annotate.c: Revert.
9124 * amd64-windows-tdep.c: Revert.
9125 * amd64-windows-nat.c: Revert.
9126 * amd64-tdep.c: Revert.
9127 * amd64-sol2-tdep.c: Revert.
9128 * amd64-obsd-tdep.c: Revert.
9129 * amd64-obsd-nat.c: Revert.
9130 * amd64-nbsd-tdep.c: Revert.
9131 * amd64-nbsd-nat.c: Revert.
9132 * amd64-nat.c: Revert.
9133 * amd64-linux-tdep.c: Revert.
9134 * amd64-linux-nat.c: Revert.
9135 * amd64-fbsd-tdep.c: Revert.
9136 * amd64-fbsd-nat.c: Revert.
9137 * amd64-dicos-tdep.c: Revert.
9138 * amd64-darwin-tdep.c: Revert.
9139 * amd64-bsd-nat.c: Revert.
9140 * alpha-tdep.c: Revert.
9141 * alpha-obsd-tdep.c: Revert.
9142 * alpha-nbsd-tdep.c: Revert.
9143 * alpha-mdebug-tdep.c: Revert.
9144 * alpha-linux-tdep.c: Revert.
9145 * alpha-linux-nat.c: Revert.
9146 * alpha-bsd-tdep.c: Revert.
9147 * alpha-bsd-nat.c: Revert.
9148 * aix-thread.c: Revert.
9149 * agent.c: Revert.
9150 * addrmap.c: Revert.
9151 * ada-varobj.c: Revert.
9152 * ada-valprint.c: Revert.
9153 * ada-typeprint.c: Revert.
9154 * ada-tasks.c: Revert.
9155 * ada-lang.c: Revert.
9156 * aarch64-tdep.c: Revert.
9157 * aarch64-ravenscar-thread.c: Revert.
9158 * aarch64-newlib-tdep.c: Revert.
9159 * aarch64-linux-tdep.c: Revert.
9160 * aarch64-linux-nat.c: Revert.
9161 * aarch64-fbsd-tdep.c: Revert.
9162 * aarch64-fbsd-nat.c: Revert.
9163 * aarch32-linux-nat.c: Revert.
9164
9165 2019-04-05 Tom Tromey <tom@tromey.com>
9166
9167 * ft32-tdep.c: Sort headers.
9168 * frv-tdep.c: Sort headers.
9169 * frv-linux-tdep.c: Sort headers.
9170 * frame.c: Sort headers.
9171 * frame-unwind.c: Sort headers.
9172 * frame-base.c: Sort headers.
9173 * fork-child.c: Sort headers.
9174 * findvar.c: Sort headers.
9175 * findcmd.c: Sort headers.
9176 * filesystem.c: Sort headers.
9177 * filename-seen-cache.h: Sort headers.
9178 * filename-seen-cache.c: Sort headers.
9179 * fbsd-tdep.c: Sort headers.
9180 * fbsd-nat.h: Sort headers.
9181 * fbsd-nat.c: Sort headers.
9182 * f-valprint.c: Sort headers.
9183 * f-typeprint.c: Sort headers.
9184 * f-lang.c: Sort headers.
9185 * extension.h: Sort headers.
9186 * extension.c: Sort headers.
9187 * extension-priv.h: Sort headers.
9188 * expprint.c: Sort headers.
9189 * exec.h: Sort headers.
9190 * exec.c: Sort headers.
9191 * exceptions.c: Sort headers.
9192 * event-top.c: Sort headers.
9193 * event-loop.c: Sort headers.
9194 * eval.c: Sort headers.
9195 * elfread.c: Sort headers.
9196 * dwarf2read.h: Sort headers.
9197 * dwarf2read.c: Sort headers.
9198 * dwarf2loc.c: Sort headers.
9199 * dwarf2expr.h: Sort headers.
9200 * dwarf2expr.c: Sort headers.
9201 * dwarf2-frame.c: Sort headers.
9202 * dwarf2-frame-tailcall.c: Sort headers.
9203 * dwarf-index-write.h: Sort headers.
9204 * dwarf-index-write.c: Sort headers.
9205 * dwarf-index-common.c: Sort headers.
9206 * dwarf-index-cache.h: Sort headers.
9207 * dwarf-index-cache.c: Sort headers.
9208 * dummy-frame.c: Sort headers.
9209 * dtrace-probe.c: Sort headers.
9210 * disasm.h: Sort headers.
9211 * disasm.c: Sort headers.
9212 * disasm-selftests.c: Sort headers.
9213 * dictionary.c: Sort headers.
9214 * dicos-tdep.c: Sort headers.
9215 * demangle.c: Sort headers.
9216 * dcache.h: Sort headers.
9217 * dcache.c: Sort headers.
9218 * darwin-nat.h: Sort headers.
9219 * darwin-nat.c: Sort headers.
9220 * darwin-nat-info.c: Sort headers.
9221 * d-valprint.c: Sort headers.
9222 * d-namespace.c: Sort headers.
9223 * d-lang.c: Sort headers.
9224 * ctf.c: Sort headers.
9225 * csky-tdep.c: Sort headers.
9226 * csky-linux-tdep.c: Sort headers.
9227 * cris-tdep.c: Sort headers.
9228 * cris-linux-tdep.c: Sort headers.
9229 * cp-valprint.c: Sort headers.
9230 * cp-support.c: Sort headers.
9231 * cp-namespace.c: Sort headers.
9232 * cp-abi.c: Sort headers.
9233 * corelow.c: Sort headers.
9234 * corefile.c: Sort headers.
9235 * continuations.c: Sort headers.
9236 * completer.h: Sort headers.
9237 * completer.c: Sort headers.
9238 * complaints.c: Sort headers.
9239 * coffread.c: Sort headers.
9240 * coff-pe-read.c: Sort headers.
9241 * cli-out.h: Sort headers.
9242 * cli-out.c: Sort headers.
9243 * charset.c: Sort headers.
9244 * c-varobj.c: Sort headers.
9245 * c-valprint.c: Sort headers.
9246 * c-typeprint.c: Sort headers.
9247 * c-lang.c: Sort headers.
9248 * buildsym.c: Sort headers.
9249 * buildsym-legacy.c: Sort headers.
9250 * build-id.h: Sort headers.
9251 * build-id.c: Sort headers.
9252 * btrace.c: Sort headers.
9253 * bsd-uthread.c: Sort headers.
9254 * breakpoint.h: Sort headers.
9255 * breakpoint.c: Sort headers.
9256 * break-catch-throw.c: Sort headers.
9257 * break-catch-syscall.c: Sort headers.
9258 * break-catch-sig.c: Sort headers.
9259 * blockframe.c: Sort headers.
9260 * block.c: Sort headers.
9261 * bfin-tdep.c: Sort headers.
9262 * bfin-linux-tdep.c: Sort headers.
9263 * bfd-target.c: Sort headers.
9264 * bcache.c: Sort headers.
9265 * ax-general.c: Sort headers.
9266 * ax-gdb.h: Sort headers.
9267 * ax-gdb.c: Sort headers.
9268 * avr-tdep.c: Sort headers.
9269 * auxv.c: Sort headers.
9270 * auto-load.c: Sort headers.
9271 * arm-wince-tdep.c: Sort headers.
9272 * arm-tdep.c: Sort headers.
9273 * arm-symbian-tdep.c: Sort headers.
9274 * arm-pikeos-tdep.c: Sort headers.
9275 * arm-obsd-tdep.c: Sort headers.
9276 * arm-nbsd-tdep.c: Sort headers.
9277 * arm-nbsd-nat.c: Sort headers.
9278 * arm-linux-tdep.c: Sort headers.
9279 * arm-linux-nat.c: Sort headers.
9280 * arm-fbsd-tdep.c: Sort headers.
9281 * arm-fbsd-nat.c: Sort headers.
9282 * arm-bsd-tdep.c: Sort headers.
9283 * arch-utils.c: Sort headers.
9284 * arc-tdep.c: Sort headers.
9285 * arc-newlib-tdep.c: Sort headers.
9286 * annotate.h: Sort headers.
9287 * annotate.c: Sort headers.
9288 * amd64-windows-tdep.c: Sort headers.
9289 * amd64-windows-nat.c: Sort headers.
9290 * amd64-tdep.c: Sort headers.
9291 * amd64-sol2-tdep.c: Sort headers.
9292 * amd64-obsd-tdep.c: Sort headers.
9293 * amd64-obsd-nat.c: Sort headers.
9294 * amd64-nbsd-tdep.c: Sort headers.
9295 * amd64-nbsd-nat.c: Sort headers.
9296 * amd64-nat.c: Sort headers.
9297 * amd64-linux-tdep.c: Sort headers.
9298 * amd64-linux-nat.c: Sort headers.
9299 * amd64-fbsd-tdep.c: Sort headers.
9300 * amd64-fbsd-nat.c: Sort headers.
9301 * amd64-dicos-tdep.c: Sort headers.
9302 * amd64-darwin-tdep.c: Sort headers.
9303 * amd64-bsd-nat.c: Sort headers.
9304 * alpha-tdep.c: Sort headers.
9305 * alpha-obsd-tdep.c: Sort headers.
9306 * alpha-nbsd-tdep.c: Sort headers.
9307 * alpha-mdebug-tdep.c: Sort headers.
9308 * alpha-linux-tdep.c: Sort headers.
9309 * alpha-linux-nat.c: Sort headers.
9310 * alpha-bsd-tdep.c: Sort headers.
9311 * alpha-bsd-nat.c: Sort headers.
9312 * aix-thread.c: Sort headers.
9313 * agent.c: Sort headers.
9314 * addrmap.c: Sort headers.
9315 * ada-varobj.c: Sort headers.
9316 * ada-valprint.c: Sort headers.
9317 * ada-typeprint.c: Sort headers.
9318 * ada-tasks.c: Sort headers.
9319 * ada-lang.c: Sort headers.
9320 * aarch64-tdep.c: Sort headers.
9321 * aarch64-ravenscar-thread.c: Sort headers.
9322 * aarch64-newlib-tdep.c: Sort headers.
9323 * aarch64-linux-tdep.c: Sort headers.
9324 * aarch64-linux-nat.c: Sort headers.
9325 * aarch64-fbsd-tdep.c: Sort headers.
9326 * aarch64-fbsd-nat.c: Sort headers.
9327 * aarch32-linux-nat.c: Sort headers.
9328
9329 2019-04-04 Tom Tromey <tom@tromey.com>
9330
9331 * varobj.c (varobj_create): Update.
9332 * rust-exp.y (struct rust_parser) <update_innermost_block,
9333 lookup_symbol>: New methods.
9334 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9335 Rename.
9336 (rust_parser::rust_lookup_type)
9337 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9338 * printcmd.c (display_command, do_one_display): Update.
9339 * parser-defs.h (struct parser_state) <parser_state>: Add
9340 "tracker" parameter.
9341 (block_tracker): New member.
9342 (class innermost_block_tracker) <innermost_block_tracker>: Add
9343 "types" parameter.
9344 <reset>: Remove method.
9345 (innermost_block): Don't declare.
9346 (null_post_parser): Update.
9347 * parse.c (innermost_block): Remove global.
9348 (write_dollar_variable): Update.
9349 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9350 Remove "tracker_types" parameter.
9351 (parse_expression): Add "tracker" parameter.
9352 (parse_expression_for_completion): Update.
9353 (null_post_parser): Add "tracker" parameter.
9354 * p-exp.y: Update rules.
9355 * m2-exp.y: Update rules.
9356 * language.h (struct language_defn) <la_post_parser>: Add
9357 "tracker" parameter.
9358 * go-exp.y: Update rules.
9359 * f-exp.y: Update rules.
9360 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9361 parameter.
9362 * d-exp.y: Update rules.
9363 * c-exp.y: Update rules.
9364 * breakpoint.c (set_breakpoint_condition): Create an
9365 innermost_block_tracker.
9366 (watch_command_1): Likewise.
9367 * ada-lang.c (resolve): Add "tracker" parameter.
9368 (resolve_subexp): Likewise.
9369 * ada-exp.y (write_var_from_sym): Update.
9370
9371 2019-04-04 Tom Tromey <tom@tromey.com>
9372
9373 * type-stack.h: New file.
9374 * type-stack.c: New file.
9375 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9376 type-stack.h.
9377 (insert_into_type_stack, insert_type, push_type, push_type_int)
9378 (insert_type_address_space, pop_type, pop_type_int)
9379 (pop_typelist, pop_type_stack, append_type_stack)
9380 (push_type_stack, get_type_stack, push_typelist)
9381 (follow_type_instance_flags, follow_types): Don't declare.
9382 * parse.c (type_stack): Remove global.
9383 (parse_exp_in_context): Update.
9384 (insert_into_type_stack, insert_type, push_type, push_type_int)
9385 (insert_type_address_space, pop_type, pop_type_int)
9386 (pop_typelist, pop_type_stack, append_type_stack)
9387 (push_type_stack, get_type_stack, push_typelist)
9388 (follow_type_instance_flags, follow_types): Remove (moved to
9389 type-stack.c).
9390 * f-exp.y (type_stack): New global.
9391 Update rules.
9392 (push_kind_type, f_parse): Update.
9393 * d-exp.y (type_stack): New global.
9394 Update rules.
9395 (d_parse): Update.
9396 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9397 Update rules.
9398 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9399 (HFILES_NO_SRCDIR): Add type-stack.h.
9400
9401 2019-04-04 Tom Tromey <tom@tromey.com>
9402
9403 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9404 (rust_parser::convert_ast_to_expression, rust_parse)
9405 (rust_lex_test_completion, rust_lex_tests): Update.
9406 * parser-defs.h (struct expr_completion_state): New.
9407 (struct parser_state) <parser_state>: Add completion parameter.
9408 <mark_struct_expression, mark_completion_tag>: New methods.
9409 <parse_completion, m_completion_state>: New members.
9410 (prefixify_expression, null_post_parser): Update.
9411 (mark_struct_expression, mark_completion_tag): Don't declare.
9412 * parse.c (parse_completion, expout_last_struct)
9413 (expout_tag_completion_type, expout_completion_name): Remove
9414 globals.
9415 (parser_state::mark_struct_expression)
9416 (parser_state::mark_completion_tag): Now methods.
9417 (prefixify_expression): Add last_struct parameter.
9418 (prefixify_subexp): Likewise.
9419 (parse_exp_1): Update.
9420 (parse_exp_in_context): Add cstate parameter. Update.
9421 (parse_expression_for_completion): Create an
9422 expr_completion_state.
9423 (null_post_parser): Add "completion" parameter.
9424 * p-exp.y: Update rules.
9425 (yylex): Update.
9426 * language.h (struct language_defn) <la_post_parser>: Add
9427 "completing" parameter.
9428 * go-exp.y: Update rules.
9429 (lex_one_token): Update.
9430 * expression.h (parse_completion): Don't declare.
9431 * d-exp.y: Update rules.
9432 (lex_one_token): Update rules.
9433 * c-exp.y: Update rules.
9434 (lex_one_token): Update.
9435 * ada-lang.c (resolve): Add "parse_completion" parameter.
9436 (resolve_subexp): Likewise.
9437 (ada_resolve_function): Likewise.
9438
9439 2019-04-04 Tom Tromey <tom@tromey.com>
9440
9441 * parser-defs.h (struct parser_state) <start_arglist,
9442 end_arglist>: New methods.
9443 <arglist_len, m_funcall_chain>: New members.
9444 (arglist_len, start_arglist, end_arglist): Don't declare.
9445 * parse.c (arglist_len, funcall_chain): Remove global.
9446 (start_arglist, end_arglist): Remove functions.
9447 (parse_exp_in_context): Update.
9448 * p-exp.y: Update rules.
9449 * m2-exp.y: Update rules.
9450 * go-exp.y: Update rules.
9451 * f-exp.y: Update rules.
9452 * d-exp.y: Update rules.
9453 * c-exp.y: Update rules.
9454
9455 2019-04-04 Tom Tromey <tom@tromey.com>
9456
9457 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9458 lex_operator, push_back>: New methods.
9459 Update all rules.
9460 (rust_parser::lex_hex, lex_escape): Rename and update.
9461 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9462 (rust_parser::lex_operator): Rename and update.
9463 (rust_parser::lex_number, rustyylex, rustyyerror)
9464 (rust_lex_test_init, rust_lex_test_sequence)
9465 (rust_lex_test_push_back, rust_lex_tests): Update.
9466 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9467 parameter.
9468 <lexptr, prev_lexptr>: New members.
9469 (lexptr, prev_lexptr): Don't declare.
9470 * parse.c (lexptr, prev_lexptr): Remove globals.
9471 (parse_exp_in_context): Update.
9472 * p-exp.y (yylex, yyerror): Update.
9473 * m2-exp.y (parse_number, yylex, yyerror): Update.
9474 * go-exp.y (lex_one_token, yyerror): Update.
9475 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9476 * d-exp.y (lex_one_token, yyerror): Update.
9477 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9478 (lex_one_token, yyerror): Update.
9479 * ada-lex.l (YY_INPUT): Update.
9480 (rewind_to_char): Update.
9481 * ada-exp.y (yyerror): Update.
9482
9483 2019-04-04 Tom Tromey <tom@tromey.com>
9484
9485 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9486 * parser-defs.h (struct parser_state) <parser_state>: Add new
9487 parameter.
9488 <comma_terminates>: New member.
9489 (comma_terminates): Don't declare global.
9490 * parse.c (comma_terminates): Remove global.
9491 (parse_exp_in_context): Update.
9492 * p-exp.y (yylex): Update.
9493 * m2-exp.y (yylex): Update.
9494 * go-exp.y (lex_one_token): Update.
9495 * f-exp.y (yylex): Update.
9496 * d-exp.y (lex_one_token): Update.
9497 * c-exp.y (lex_one_token): Update.
9498 * ada-lex.l: Update.
9499
9500 2019-04-04 Tom Tromey <tom@tromey.com>
9501
9502 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9503 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9504 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9505 * parser-defs.h (paren_depth): Don't declare.
9506 * parse.c (paren_depth): Remove global.
9507 (parse_exp_in_context): Update.
9508 * p-exp.y (paren_depth): New global.
9509 (pascal_parse): Initialize it.
9510 * m2-exp.y (paren_depth): New global.
9511 (m2_parse): Initialize it.
9512 * go-exp.y (paren_depth): New global.
9513 (go_parse): Initialize it.
9514 * f-exp.y (paren_depth): New global.
9515 (f_parse): Initialize it.
9516 * d-exp.y (paren_depth): New global.
9517 (d_parse): Initialize it.
9518 * c-exp.y (paren_depth): New global.
9519 (c_parse): Initialize it.
9520 * ada-lex.l (paren_depth): New global.
9521 (lexer_init): Initialize it.
9522
9523 2019-04-04 Tom Tromey <tom@tromey.com>
9524
9525 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9526 (rust_parser::convert_ast_to_type)
9527 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9528 * parser-defs.h (struct parser_state) <parser_state>: Add
9529 parameters. Initialize new members.
9530 <expression_context_block, expression_context_pc>: New members.
9531 * parse.c (expression_context_block, expression_context_pc):
9532 Remove globals.
9533 (parse_exp_in_context): Update.
9534 * p-exp.y: Update all rules.
9535 (yylex): Update.
9536 * m2-exp.y: Update all rules.
9537 (yylex): Update.
9538 * go-exp.y (yylex): Update.
9539 * f-exp.y (yylex): Update.
9540 * d-exp.y: Update all rules.
9541 (yylex): Update.
9542 * c-exp.y: Update all rules.
9543 (lex_one_token, classify_name, yylex, c_parse): Update.
9544 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9545
9546 2019-04-04 Tom Tromey <tom@tromey.com>
9547
9548 * gdbarch.h, gdbarch.c: Rebuild.
9549 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9550 * stap-probe.h:
9551 (struct stap_parse_info): Replace "parser_state" with
9552 "expr_builder".
9553 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9554 (parser_state): New class.
9555 * parse.c (expr_builder): Rename.
9556 (expr_builder::release): Rename.
9557 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9558 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9559 (write_exp_elt_longcst, write_exp_elt_floatcst)
9560 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9561 (write_exp_string_vector, write_exp_bitstring)
9562 (write_exp_msymbol, mark_struct_expression)
9563 (write_dollar_variable)
9564 (insert_type_address_space, increase_expout_size): Replace
9565 "parser_state" with "expr_builder".
9566 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9567 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9568 "parser_state" with "expr_builder".
9569
9570 2019-04-04 Tom Tromey <tom@tromey.com>
9571
9572 * rust-exp.y: Replace "parse_language" with method call.
9573 * p-exp.y:
9574 (yylex): Replace "parse_language" with method call.
9575 * m2-exp.y:
9576 (yylex): Replace "parse_language" with method call.
9577 * go-exp.y (classify_name): Replace "parse_language" with method
9578 call.
9579 * f-exp.y (yylex): Replace "parse_language" with method call.
9580 * d-exp.y (lex_one_token): Replace "parse_language" with method
9581 call.
9582 * c-exp.y:
9583 (lex_one_token, classify_name, yylex): Replace "parse_language"
9584 with method call.
9585 * ada-exp.y (find_primitive_type, type_char)
9586 (type_system_address): Replace "parse_language" with method call.
9587
9588 2019-04-04 Tom Tromey <tom@tromey.com>
9589
9590 * rust-exp.y: Replace "parse_gdbarch" with method call.
9591 * parse.c (write_dollar_variable, insert_type_address_space):
9592 Replace "parse_gdbarch" with method call.
9593 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
9594 call.
9595 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
9596 call.
9597 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
9598 "parse_gdbarch" with method call.
9599 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
9600 with method call.
9601 * f-exp.y (parse_type, parse_f_type, yylex): Replace
9602 "parse_gdbarch" with method call.
9603 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
9604 "parse_gdbarch" with method call.
9605 * c-exp.y (parse_type, parse_number, classify_name): Replace
9606 "parse_gdbarch" with method call.
9607 * ada-lex.l: Replace "parse_gdbarch" with method call.
9608 * ada-exp.y (parse_type, find_primitive_type, type_char)
9609 (type_system_address): Replace "parse_gdbarch" with method call.
9610
9611 2019-04-04 Tom Tromey <tom@tromey.com>
9612
9613 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
9614 * stap-probe.c (stap_parse_argument): Update.
9615 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
9616 initial_size parameter.
9617 * rust-exp.y (rust_lex_tests): Update.
9618 * parse.c (parser_state): Update.
9619 (parse_exp_in_context): Update.
9620 * parser-defs.h (struct parser_state) <parser_state>: Remove
9621 "initial_size" parameter.
9622
9623 2019-04-04 Tom Tromey <tom@tromey.com>
9624
9625 * parser-defs.h (increase_expout_size): Don't declare.
9626 * parse.c (increase_expout_size): Now static.
9627
9628 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
9629
9630 * gnu-nat.c (gnu_nat_target::wait): Fix
9631 target_waitstatus_to_string call.
9632
9633 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9634
9635 * eval.c (evaluate_subexp_standard): Handle internal functions
9636 during Fortran function call handling.
9637
9638 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9639
9640 * NEWS: Mention new internal functions.
9641 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
9642 (read_base_type): Use dwarf2_init_complex_target_type.
9643 * value.c (creal_internal_fn): New function.
9644 (cimag_internal_fn): New function.
9645 (_initialize_values): Register new internal functions.
9646
9647 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9648
9649 * infrun.c (stop_all_threads): If debug_infrun, always
9650 trace the wait status after wait_one, using
9651 target_waitstatus_to_string and target_pid_to_str.
9652 (handle_inferior_event): Replace various trace of
9653 wait status kind by a single trace.
9654 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
9655 wait status kind image by target_waitstatus_to_string.
9656 * target/waitstatus.c (target_waitstatus_to_string): Fix
9657 obsolete comment.
9658
9659 2019-04-01 Tom Tromey <tromey@adacore.com>
9660
9661 PR symtab/23331:
9662 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
9663
9664 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
9665 Pedro Alves <palves@redhat.com>
9666
9667 * top.c (quit_force): Call 'finalize_values'.
9668 * value.c (finalize_values): New function.
9669 * value.h (finalize_values): Declare.
9670
9671 2019-03-30 Eli Zaretskii <eliz@gnu.org>
9672
9673 * NEWS: Announce $_gdb_major and $_gdb_minor.
9674
9675 * top.c (init_gdb_version_vars): New function.
9676 (gdb_init): Call init_gdb_version_vars.
9677
9678 2019-03-29 Tom Tromey <tromey@adacore.com>
9679
9680 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
9681 help text. Remove dead code.
9682
9683 2019-03-29 Keith Seitz <keiths@redhat.com>
9684
9685 From Siddhesh Poyarekar:
9686 * f-lang.h (f77_get_upperbound): Return LONGEST.
9687 (f77_get_lowerbound): Likewise.
9688 * f-typeprint.c (f_type_print_varspec_suffix): Expand
9689 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
9690 print them.
9691 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
9692 plongest to format print it.
9693 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
9694 (f77_get_upperbound): Likewise.
9695 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
9696 LOWER_BOUND to LONGEST.
9697 (f77_create_arrayprint_offset_tbl): Likewise.
9698
9699 2019-03-29 Keith Seitz <keiths@redhat.com>
9700
9701 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
9702 %s/pulongest for TYPE_LENGTH instead of %d in format
9703 strings.
9704 * ada-typerint.c (ada_print_type): Likewise.
9705 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
9706 * compile/compile-c-support.c (generate_register_struct): Likewise.
9707 * gdbtypes.c (recursive_dump_type): Likewise.
9708 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
9709 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
9710 instead of %d in format strings.
9711 * riscv-tdep.c (riscv_type_alignment): Cast second argument
9712 to std::min to ULONGEST.
9713 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
9714 instead of %d in format strings.
9715 * tracepoint.c (info_scope_command): Likewise.
9716 * typeprint.c (print_offset_data::update)
9717 (print_offset_data::finish): Likewise.
9718 * xtensa-tdep.c (xtensa_store_return_value)
9719 (xtensa_push_dummy_call): Likewise.
9720
9721 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
9722
9723 * windows-nat.c (display_selector): Fixed format specifications
9724 for 64-bit Cygwin.
9725
9726 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9727
9728 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
9729
9730 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9731
9732 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
9733 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
9734 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
9735 (nios2_linux_init_abi): Install it.
9736
9737 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9738
9739 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
9740
9741 2019-03-28 Alan Hayward <alan.hayward@arm.com>
9742
9743 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
9744
9745 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9746 Tom Tromey <tromey@adacore.com>
9747
9748 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
9749
9750 2019-03-26 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
9753 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
9754 method to compute the bounds of range types. Also print "[evaluated]"
9755 if the bounds' values come from a dynamic evaluation.
9756
9757 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9758
9759 * cp-valprint.c (cp_print_value_fields): Don't print trailing
9760 whitespace when pretty printing is on.
9761
9762 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9763
9764 * ppc-linux-nat.c: Add include.
9765
9766 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9767
9768 * NEWS: Mention AArch64 Pointer Authentication.
9769
9770 2019-03-26 Alan Hayward <alan.hayward@arm.com>
9771
9772 * arm-linux-nat.c: Add include.
9773
9774 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
9775
9776 * source-cache.c (source_cache::get_source_lines): Re-read
9777 fullname after calling open_source_file.
9778
9779 2019-03-25 John Baldwin <jhb@FreeBSD.org>
9780
9781 * NEWS: Mention TLS support for FreeBSD.
9782
9783 2019-03-25 Tom Tromey <tromey@adacore.com>
9784
9785 * minsyms.c (BUNCH_SIZE): Update comment.
9786 (~minimal_symbol_reader): Remove old comment.
9787 (compact_minimal_symbols): Update comment.
9788 (minimal_symbol_reader::install): Remove old comment. Update
9789 other comments.
9790
9791 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9792
9793 * s390-linux-nat.c: Add include.
9794
9795 2019-03-25 Alan Hayward <alan.hayward@arm.com>
9796
9797 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
9798 Call linux_get_hwcap.
9799 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
9800 Likewise.
9801 (aarch64_linux_get_hwcap): Remove function.
9802 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
9803 declaration.
9804 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
9805 linux_get_hwcap.
9806 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
9807 * linux-tdep.c (linux_get_hwcap): Add function.
9808 (linux_get_hwcap2): Likewise.
9809 * linux-tdep.h (linux_get_hwcap): Add declaration.
9810 (linux_get_hwcap2): Likewise.
9811 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
9812 (ppc_linux_get_hwcap2): Likewise.
9813 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
9814 linux_get_hwcap.
9815 (ppc_linux_nat_target::insert_watchpoint): Likewise.
9816 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
9817 (ppc_linux_nat_target::read_description): Likewise.
9818 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
9819 * s390-linux-nat.c: Likewise.
9820 * s390-linux-tdep.c (s390_core_read_description): Likewise.
9821
9822 2019-03-24 Tom Tromey <tom@tromey.com>
9823
9824 * ada-lang.c (standard_lookup): Simplify initialization.
9825 (ada_lookup_symbol_nonlocal): Simplify return.
9826 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
9827 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
9828 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
9829 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
9830 initialization.
9831 * solib.c (solib_global_lookup): Simplify.
9832 * symtab.c (null_block_symbol): Remove.
9833 (symbol_cache_lookup): Simplify returns.
9834 (lookup_language_this): Simplify returns.
9835 (lookup_symbol_aux): Simplify return.
9836 (lookup_local_symbol): Simplify returns.
9837 (lookup_global_symbol_from_objfile): Simplify return.
9838 (lookup_symbol_in_objfile_symtabs)
9839 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
9840 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
9841 (lookup_static_symbol, lookup_global_symbol): Simplify return.
9842 * cp-namespace.c (cp_lookup_bare_symbol)
9843 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
9844 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
9845 (cp_lookup_nested_symbol): Don't use null_block_symbol.
9846 (cp_lookup_symbol_via_imports): Simplify initialization.
9847 (find_symbol_in_baseclass): Likewise.
9848 * symtab.h (null_block_symbol): Remove.
9849 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
9850 (d_lookup_nested_symbol, d_lookup_symbol_imports)
9851 (d_lookup_symbol_module): Likewise.
9852 (find_symbol_in_baseclass): Simplify initialization.
9853
9854 2019-03-24 Tom Tromey <tom@tromey.com>
9855
9856 * expression.h: Don't include symtab.h.
9857 (struct block): Forward declare.
9858
9859 2019-03-24 Tom Tromey <tom@tromey.com>
9860
9861 * c-exp.y (typebase): Remove casts.
9862 * gdbtypes.c (lookup_unsigned_typename, )
9863 (lookup_signed_typename): Remove cast.
9864 * eval.c (parse_to_comma_and_eval): Remove cast.
9865 * parse.c (write_dollar_variable): Remove cast.
9866 * block.h (struct block) <superblock>: Now const.
9867 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
9868 * psymtab.c (psym_map_matching_symbols): Make "block" const.
9869 (map_block): Make "block" const.
9870 * symfile.h (struct quick_symbol_functions)
9871 <map_matching_symbols>: Constify block argument to "callback".
9872 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
9873 const.
9874 (find_pc_sect_compunit_symtab): Make "b" const.
9875 (find_symbol_at_address): Likewise.
9876 (search_symbols): Likewise.
9877 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
9878 (dw2_debug_names_lookup_symbol): Likewise.
9879 (dw2_map_matching_symbols): Update.
9880 * p-valprint.c (pascal_val_print): Remove "block".
9881 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
9882 (aux_add_nonlocal_symbols): Make "block" const.
9883 (resolve_subexp): Remove cast.
9884 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
9885 const.
9886 (iterate_over_file_blocks): Likewise.
9887 * f-exp.y (%union) <bval>: Remove.
9888 * coffread.c (patch_opaque_types): Make "b" const.
9889 * spu-tdep.c (spu_catch_start): Make "block" const.
9890 * c-valprint.c (print_unpacked_pointer): Remove "block".
9891 * symmisc.c (dump_symtab_1): Make "b" const.
9892 (block_depth): Make "block" const.
9893 * d-exp.y (%union) <bval>: Remove.
9894 * cp-support.h (cp_lookup_rtti_type): Update.
9895 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
9896 * psymtab.c (psym_lookup_symbol): Make "block" const.
9897 (maintenance_check_psymtabs): Make "b" const.
9898 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
9899 (enumerate_locals, enumerate_args): Update.
9900 * python/py-symtab.c (stpy_global_block): Make "block" const.
9901 (stpy_static_block): Likewise.
9902 * inline-frame.c (block_starting_point_at): Make "new_block"
9903 const.
9904 * block.c (find_block_in_blockvector): Make return type const.
9905 (blockvector_for_pc_sect): Make "b" const.
9906 (find_block_in_blockvector): Make "b" const.
9907
9908 2019-03-23 Tom Tromey <tom@tromey.com>
9909
9910 * varobj.c (varobj_create): Update.
9911 * symfile.c (clear_symtab_users): Don't reset innermost_block.
9912 * printcmd.c (display_command, do_one_display): Don't reset
9913 innermost_block.
9914 * parser-defs.h (enum innermost_block_tracker_type): Move to
9915 expression.h.
9916 (innermost_block): Update comment.
9917 * parse.c (parse_exp_1): Add tracker_types parameter.
9918 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
9919 tracker_types parameter. Reset innermost_block.
9920 (parse_exp_in_context): Remove.
9921 (parse_expression_for_completion): Update.
9922 * objfiles.c (~objfile): Don't reset expression_context_block or
9923 innermost_block.
9924 * expression.h (enum innermost_block_tracker_type): Move from
9925 parser-defs.h.
9926 (parse_exp_1): Add tracker_types parameter.
9927 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
9928 reset innermost_block.
9929
9930 2019-03-23 Tom Tromey <tom@tromey.com>
9931
9932 * objfiles.h: Include bcache.h.
9933
9934 2019-03-23 Tom Tromey <tom@tromey.com>
9935
9936 * linespec.c (get_current_search_block): Use
9937 scoped_restore_current_language.
9938 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
9939
9940 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9941 Jiong Wang <jiong.wang@arm.com>
9942
9943 * aarch64-linux-tdep.c
9944 (aarch64_linux_iterate_over_regset_sections): Check for pauth
9945 section.
9946 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
9947
9948 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9949 Jiong Wang <jiong.wang@arm.com>
9950
9951 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
9952 instructions.
9953 (aarch64_analyze_prologue_test): Add PACIASP test.
9954 (aarch64_prologue_prev_register): Unmask PC value.
9955
9956 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9957 Jiong Wang <jiong.wang@arm.com>
9958
9959 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
9960 (aarch64_dwarf2_prev_register): Unmask PC value.
9961 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
9962 (aarch64_execute_dwarf_cfa_vendor_op): Check for
9963 DW_CFA_AARCH64_negate_ra_state.
9964 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
9965
9966 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9967 Jiong Wang <jiong.wang@arm.com>
9968
9969 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
9970 registers.
9971 (aarch64_pseudo_register_name): Likewise.
9972 (aarch64_pseudo_register_type): Likewise.
9973 (aarch64_pseudo_register_reggroup_p): Likewise.
9974 (aarch64_gdbarch_init): Add pauth registers.
9975 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
9976 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
9977 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
9978 (struct gdbarch_tdep): Add regnum for ra_state.
9979
9980 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9981 Jiong Wang <jiong.wang@arm.com>
9982
9983 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
9984
9985 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9986 Jiong Wang <jiong.wang@arm.com>
9987
9988 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
9989 function.
9990 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
9991 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
9992 (aarch64_gdbarch_init): Add puth registers.
9993 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
9994 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
9995 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
9996
9997 2019-03-22 Alan Hayward <alan.hayward@arm.com>
9998 Jiong Wang <jiong.wang@arm.com>
9999
10000 * aarch64-linux-nat.c
10001 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10002 * aarch64-linux-tdep.c
10003 (aarch64_linux_core_read_description): Likewise.
10004 (aarch64_linux_get_hwcap): New function.
10005 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10006 (aarch64_linux_get_hwcap): New declaration.
10007
10008 2019-03-22 Alan Hayward <alan.hayward@arm.com>
10009 Jiong Wang <jiong.wang@arm.com>
10010
10011 * aarch64-linux-nat.c
10012 (aarch64_linux_nat_target::read_description): Add pauth param.
10013 * aarch64-linux-tdep.c
10014 (aarch64_linux_core_read_description): Likewise.
10015 * aarch64-tdep.c (struct target_desc): Add in pauth.
10016 (aarch64_read_description): Add pauth param.
10017 (aarch64_gdbarch_init): Likewise.
10018 * aarch64-tdep.h (aarch64_read_description): Likewise.
10019 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10020 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10021 * features/Makefile: Add new files.
10022 * features/aarch64-pauth.c: New file.
10023 * features/aarch64-pauth.xml: New file.
10024
10025 2019-03-20 Tom Tromey <tromey@adacore.com>
10026
10027 * infrun.c (handle_inferior_event): Rename from
10028 handle_inferior_event_1. Create a scoped_value_mark.
10029 (handle_inferior_event): Remove.
10030
10031 2019-03-19 Tom Tromey <tromey@adacore.com>
10032
10033 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10034 * infrun.h (print_stop_event): Add "displays" parameter.
10035 * infrun.c (print_stop_event): Add "displays" parameter.
10036
10037 2019-03-19 Pedro Alves <palves@redhat.com>
10038
10039 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10040 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10041 to -1. Fix TABs vs spaces.
10042 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10043 * tui/tui-out.h (tui_ui_out) Add intro comments.
10044 <m_line, m_start_of_line>: In-class initialize, and add describing
10045 comment.
10046
10047 2019-03-18 Alan Hayward <alan.hayward@arm.com>
10048
10049 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10050 variable names.
10051 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10052
10053 2019-03-18 Pedro Alves <palves@redhat.com>
10054 Eli Zaretskii <eliz@gnu.org>
10055
10056 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10057 m_line and m_start_of_line.
10058
10059 2019-03-18 Eli Zaretskii <eliz@gnu.org>
10060
10061 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10062 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10063 it returns a newline. This fixes a regression in TU mode, whereby
10064 the next line is output on the same screen line as the user input.
10065
10066 2019-03-18 Tom Tromey <tromey@adacore.com>
10067
10068 * minsyms.c (minimal_symbol_reader::install): Remove call to
10069 obstack_blank.
10070
10071 2019-03-18 Pedro Alves <palves@redhat.com>
10072
10073 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10074 New globals.
10075 (apply_style): New, factored out from ...
10076 (apply_ansi_escape): ... this. Handle reverse video mode.
10077 (tui_set_reverse_mode): New function.
10078 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
10079 * tui/tui-winsource.c (tui_show_source_line): Use
10080 tui_set_reverse_mode instead of setting A_STANDOUT.
10081 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
10082 New setter methods.
10083
10084 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
10085
10086 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
10087 Handle tabs.
10088
10089 2019-03-18 Tom Tromey <tromey@adacore.com>
10090
10091 * ada-lang.c (empty_array): Add "high" parameter.
10092 (ada_evaluate_subexp): Update.
10093
10094 2019-03-17 Sergei Trofimovich <siarheit@google.com>
10095
10096 * unittests/string_view-selftests.c: Define
10097 _initialize_string_view_selftests unconditionally.
10098
10099 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10100
10101 PR gdb/24350
10102 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10103
10104 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10105
10106 PR gdb/24351
10107 * windows-nat.c (display_selector): Fix format specifiers.
10108
10109 2019-03-17 Eli Zaretskii <eliz@gnu.org>
10110
10111 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10112 tui_refill_source_window instead of tui_refresh_win, to update the
10113 current execution line. This fixes redisplay of the current line
10114 when stepping through the code with "next" or "step".
10115
10116 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10117
10118 * source-cache.c (source_cache::get_source_lines): Call
10119 find_source_lines to initialize s->nlines. This fixes vertical
10120 scrolling of TUI source window when the DOWN arrow is pressed.
10121
10122 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10123
10124 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10125 linux-thread-db.c (_initialize_thread_db): Likewise.
10126
10127 2019-03-16 Eli Zaretskii <eliz@gnu.org>
10128
10129 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10130 wclrtoeol in tui_show_source_line". This reverts changes made in
10131 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10132
10133 2019-03-15 Tom Tromey <tom@tromey.com>
10134
10135 * symtab.h (struct minimal_symbol): Derive from
10136 general_symbol_info.
10137 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10138 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10139 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10140 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10141 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10142 (MSYMBOL_SEARCH_NAME): Update.
10143 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10144 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10145 * minsyms.c (minimal_symbol_reader::record_full): Update.
10146
10147 2019-03-15 Tom Tromey <tom@tromey.com>
10148
10149 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10150
10151 2019-03-15 Tom Tromey <tom@tromey.com>
10152
10153 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10154 unique_xmalloc_ptr.
10155 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10156 Update.
10157 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10158 (build_minimal_symbol_hash_tables)
10159 (minimal_symbol_reader::install): Update.
10160
10161 2019-03-15 Tom Tromey <tom@tromey.com>
10162
10163 * symtab.c (create_demangled_names_hash): Update.
10164 (symbol_set_names): Update.
10165 * objfiles.h (struct objfile_per_bfd_storage)
10166 <demangled_names_hash>: Now an htab_up.
10167 * objfiles.c (objfile_per_bfd_storage): Simplify.
10168
10169 2019-03-15 Tom Tromey <tom@tromey.com>
10170
10171 * objfiles.h (struct objfile_per_bfd_storage): Declare
10172 destructor.
10173 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10174 New.
10175 (get_objfile_bfd_data): Use new. Don't initialize
10176 language_of_main.
10177 (free_objfile_per_bfd_storage): Remove.
10178 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10179
10180 2019-03-15 Tom Tromey <tom@tromey.com>
10181
10182 * symfile.c (reread_symbols): Update.
10183 * objfiles.c (objfile::objfile): Update.
10184 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10185 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10186 comment.
10187 (minimal_symbol_reader::install): Update.
10188 (terminate_minimal_symbol_table): Remove.
10189 * jit.c (jit_object_close_impl): Update.
10190
10191 2019-03-15 Tom Tromey <tom@tromey.com>
10192
10193 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10194 initializations.
10195
10196 2019-03-15 Tom Tromey <tom@tromey.com>
10197
10198 * objfiles.h (struct objfile_per_bfd_storage)
10199 <demangled_hash_languages>: Now a bitset.
10200 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10201 (lookup_minimal_symbol): Update.
10202
10203 2019-03-15 Tom Tromey <tom@tromey.com>
10204
10205 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10206 Don't return the symbol.
10207 * coffread.c (record_minimal_symbol): Use record_full.
10208
10209 2019-03-14 Eli Zaretskii <eliz@gnu.org>
10210
10211 The MS-Windows port of ncurses fails to switch to a color pair if
10212 one or both of the colors are the implicit default colors. This
10213 change records the default colors when TUI is initialized, and
10214 then specifies them explicitly when a color pair uses the default
10215 colors. This allows color styling in TUI mode on MS-Windows.
10216
10217 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10218 ncurses_norm_attr.
10219 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10220 colors in ncurses_norm_attr.
10221 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10222 "none", replace it with the default color recorded in
10223 ncurses_norm_attr.
10224
10225 2019-03-14 Tom Tromey <tromey@adacore.com>
10226
10227 * source-cache.h (class source_cache) <get_source_lines>: Return
10228 std::string.
10229 * source-cache.c (source_cache::extract_lines): Handle case where
10230 first_pos==npos. Return std::string.
10231 (source_cache::get_source_lines): Update.
10232
10233 2019-03-14 Tom Tromey <tromey@adacore.com>
10234
10235 * NEWS: Add item for "style sources" commands.
10236 * source-cache.c (source_cache::get_source_lines): Check
10237 source_styling.
10238 * cli/cli-style.c (source_styling): New global.
10239 (_initialize_cli_style): Add "style sources" commands.
10240 (show_style_sources): New function.
10241 * cli/cli-style.h (source_styling): Declare.
10242
10243 2019-03-14 Pedro Alves <palves@redhat.com>
10244 Tom Tromey <tromey@adacore.com>
10245
10246 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10247 * tui/tui-winsource.c (tui_refill_source_window): New function,
10248 from...
10249 (tui_horizontal_source_scroll): ... here. Move some logic.
10250 * cli/cli-style.c (set_style_enabled): Notify new observable.
10251 * tui/tui-hooks.c (tui_redisplay_source): New function.
10252 (tui_attach_detach_observers): Attach or detach
10253 tui_redisplay_source.
10254 * observable.h (source_styling_changed): New observable.
10255 * observable.c: Define source_styling_changed observable.
10256
10257 2019-03-13 Tom Tromey <tromey@adacore.com>
10258
10259 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10260 (i386_gnu_nat_target::store_registers): Update.
10261 * target-debug.h (target_debug_print_std_string): New macro.
10262 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10263 * windows-tdep.c (display_one_tib): Update.
10264 * tui/tui-stack.c (tui_make_status_line): Update.
10265 * top.c (print_inferior_quit_action): Update.
10266 * thread.c (thr_try_catch_cmd): Update.
10267 (add_thread_with_info): Update.
10268 (thread_target_id_str): Update.
10269 (thr_try_catch_cmd): Update.
10270 (thread_command): Update.
10271 (thread_find_command): Update.
10272 * record-btrace.c (record_btrace_target::info_record)
10273 (record_btrace_resume_thread, record_btrace_target::resume)
10274 (record_btrace_cancel_resume, record_btrace_step_thread)
10275 (record_btrace_target::wait, record_btrace_target::wait)
10276 (record_btrace_target::wait, record_btrace_target::stop): Update.
10277 * progspace.c (print_program_space): Update.
10278 * process-stratum-target.c
10279 (process_stratum_target::thread_address_space): Update.
10280 * linux-fork.c (linux_fork_mourn_inferior)
10281 (detach_checkpoint_command, info_checkpoints_command)
10282 (linux_fork_context): Update.
10283 (linux_fork_detach): Update.
10284 (class scoped_switch_fork_info): Update.
10285 (delete_checkpoint_command): Update.
10286 * infrun.c (follow_fork_inferior): Update.
10287 (follow_fork_inferior): Update.
10288 (proceed_after_vfork_done): Update.
10289 (handle_vfork_child_exec_or_exit): Update.
10290 (follow_exec): Update.
10291 (displaced_step_prepare_throw): Update.
10292 (displaced_step_restore): Update.
10293 (start_step_over): Update.
10294 (resume_1): Update.
10295 (clear_proceed_status_thread): Update.
10296 (proceed): Update.
10297 (print_target_wait_results): Update.
10298 (do_target_wait): Update.
10299 (context_switch): Update.
10300 (stop_all_threads): Update.
10301 (restart_threads): Update.
10302 (finish_step_over): Update.
10303 (handle_signal_stop): Update.
10304 (switch_back_to_stepped_thread): Update.
10305 (keep_going_pass_signal): Update.
10306 (print_exited_reason): Update.
10307 (normal_stop): Update.
10308 * inferior.c (inferior_pid_to_str): Change return type.
10309 (print_selected_inferior): Update.
10310 (add_inferior): Update.
10311 (detach_inferior): Update.
10312 * dummy-frame.c (fprint_dummy_frames): Update.
10313 * dcache.c (dcache_info_1): Update.
10314 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10315 (btrace_fetch, btrace_clear): Update.
10316 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10317 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10318 type.
10319 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10320 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10321 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10322 * gdbarch.c, gdbarch.h: Rebuild.
10323 * gdbarch.sh (core_pid_to_str): Change return type.
10324 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10325 return type.
10326 (windows_nat_target::pid_to_str): Change return type.
10327 (windows_delete_thread): Update.
10328 (windows_nat_target::attach): Update.
10329 (windows_nat_target::files_info): Update.
10330 * target-delegates.c: Rebuild.
10331 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10332 return type.
10333 (sol_thread_target::pid_to_str): Change return type.
10334 * remote.c (class remote_target) <pid_to_str>: Change return
10335 type.
10336 (remote_target::pid_to_str): Change return type.
10337 (extended_remote_target::attach, remote_target::remote_stop_ns)
10338 (remote_target::remote_notif_remove_queued_reply)
10339 (remote_target::push_stop_reply, remote_target::disable_btrace):
10340 Update.
10341 (extended_remote_target::attach): Update.
10342 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10343 type.
10344 (gdbsim_target::pid_to_str): Change return type.
10345 * ravenscar-thread.c (struct ravenscar_thread_target)
10346 <pid_to_str>: Change return type.
10347 (ravenscar_thread_target::pid_to_str): Change return type.
10348 * procfs.c (class procfs_target) <pid_to_str>: Change return
10349 type.
10350 (procfs_target::pid_to_str): Change return type.
10351 (procfs_target::attach): Update.
10352 (procfs_target::detach): Update.
10353 (procfs_target::fetch_registers): Update.
10354 (procfs_target::store_registers): Update.
10355 (procfs_target::wait): Update.
10356 (procfs_target::files_info): Update.
10357 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10358 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10359 return type.
10360 (nto_procfs_target::pid_to_str): Change return type.
10361 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10362 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10363 return type.
10364 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10365 (exit_lwp): Update.
10366 (attach_proc_task_lwp_callback, get_detach_signal)
10367 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10368 (linux_nat_target::resume, wait_lwp, stop_callback)
10369 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10370 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10371 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10372 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10373 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10374 type.
10375 (inf_ptrace_target::attach): Update.
10376 (inf_ptrace_target::files_info): Update.
10377 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10378 type.
10379 (go32_nat_target::pid_to_str): Change return type.
10380 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10381 (gnu_nat_target::wait): Update.
10382 (gnu_nat_target::wait): Update.
10383 (gnu_nat_target::resume): Update.
10384 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10385 (fbsd_nat_target::wait): Update.
10386 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10387 type.
10388 (darwin_nat_target::attach): Update.
10389 * corelow.c (class core_target) <pid_to_str>: Change return type.
10390 (core_target::pid_to_str): Change return type.
10391 * target.c (normal_pid_to_str): Change return type.
10392 (default_pid_to_str): Likewise.
10393 (target_pid_to_str): Change return type.
10394 (target_translate_tls_address): Update.
10395 (target_announce_detach): Update.
10396 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10397 return type.
10398 (bsd_uthread_target::pid_to_str): Change return type.
10399 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10400 type.
10401 (bsd_kvm_target::pid_to_str): Change return type.
10402 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10403 return type.
10404 (aix_thread_target::pid_to_str): Change return type.
10405 * target.h (struct target_ops) <pid_to_str>: Change return type.
10406 (target_pid_to_str, normal_pid_to_str): Likewise.
10407 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10408 type.
10409 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10410 type.
10411 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10412 return type.
10413 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10414 type.
10415 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10416 type.
10417 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10418 return type.
10419
10420 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * NEWS: Mention that the new default MI version is 3. Mention
10423 changes to the output of commands and events that deal with
10424 multi-location breakpoints.
10425 * breakpoint.c: Include "mi/mi-out.h".
10426 (print_one_breakpoint): Change output syntax if using MI version
10427 >= 3.
10428 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10429 New.
10430 (mi_multi_location_breakpoint_output_fixed): New.
10431 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10432 (mi_cmd_fix_multi_location_breakpoint_output): New.
10433 (mi_multi_location_breakpoint_output_fixed): New.
10434 * mi/mi-cmds.c (mi_cmds): Register command
10435 -fix-multi-location-breakpoint-output.
10436 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10437 interpreter "mi".
10438
10439 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10440
10441 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10442 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10443 instantiate mi_ui_out based on interpreter name.
10444 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10445 * mi/mi-main.c (mi_load_progress): Likewise.
10446
10447 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10448
10449 * NEWS: Combine separate "New targets" sections for 8.3.
10450
10451 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10452
10453 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10454 (ppcfbsd_init_abi): Install gdbarch
10455 "fetch_tls_load_module_address" and "get_thread_local_address"
10456 methods.
10457
10458 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10459
10460 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10461 (riscv_fbsd_init_abi): Install gdbarch
10462 "fetch_tls_load_module_address" and "get_thread_local_address"
10463 methods.
10464
10465 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10466
10467 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10468 (i386fbsd_init_abi): Install gdbarch
10469 "fetch_tls_load_module_address" and "get_thread_local_address"
10470 methods.
10471
10472 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10473
10474 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10475 (amd64fbsd_init_abi): Install gdbarch
10476 "fetch_tls_load_module_address" and "get_thread_local_address"
10477 methods.
10478
10479 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10480
10481 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10482 (struct fbsd_pspace_data): New type.
10483 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10484 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10485 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10486 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10487 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10488
10489 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10490
10491 * gdbtypes.c (lookup_struct_elt): New function.
10492 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10493 * gdbtypes.h (struct struct_elt): New type.
10494 (lookup_struct_elt): New prototype.
10495
10496 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10497
10498 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10499 remove disabled code block.
10500
10501 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10502
10503 * gdbarch.sh (get_thread_local_address): New method.
10504 * gdbarch.h, gdbarch.c: Regenerate.
10505 * target.c (target_translate_tls_address): Use
10506 gdbarch_get_thread_local_address if present instead of
10507 target::get_thread_local_address.
10508
10509 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10510
10511 * target.h (target::get_thread_local_address): Update comment.
10512
10513 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10514
10515 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10516 objfile->separate_debug_objfile_backlink if not NULL.
10517
10518 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10519
10520 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10521 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10522 (amd64bsd_store_inferior_registers): Likewise.
10523 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10524 Enable segment base registers.
10525 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10526 PT_GETFSBASE and PT_GETGSBASE.
10527 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10528 PT_SETGSBASE.
10529 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10530 segment base registers.
10531 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10532
10533 2019-03-12 John Baldwin <jhb@FreeBSD.org>
10534
10535 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10536 Update calls to i386_target_description to add 'segments'
10537 parameter.
10538 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10539 add segment base registers.
10540 * arch/i386.c (i386_create_target_description): Add 'segments'
10541 parameter to enable segment base registers.
10542 * arch/i386.h (i386_create_target_description): Likewise.
10543 * features/i386/32bit-segments.xml: New file.
10544 * features/i386/32bit-segments.c: Generate.
10545 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10546 call to i386_target_description to add 'segments' parameter.
10547 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10548 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10549 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10550 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10551 if feature is present.
10552 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10553 Add 'segments' parameter to call to i386_target_description.
10554 (i386_target_description): Add 'segments' parameter to enable
10555 segment base registers.
10556 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10557 to call to i386_target_description.
10558 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10559 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10560 Define I386_NUM_REGS.
10561 (i386_target_description): Add 'segments' parameter to enable
10562 segment base registers.
10563
10564 2019-03-12 Eli Zaretskii <eliz@gnu.org>
10565
10566 PR/24325
10567 * source-cache.c: #undef open and close, to avoid unresolved
10568 externals during linking.
10569
10570 2019-03-12 Tom Tromey <tromey@adacore.com>
10571
10572 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10573 const. Add initializers.
10574 (_initialize_remote): Don't initialize ptid globals.
10575
10576 2019-03-12 Pedro Alves <palves@redhat.com>
10577
10578 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10579
10580 2019-03-12 Pedro Alves <palves@redhat.com>
10581
10582 * cp-name-parser.y (main): Remove unused 'len' variable.
10583
10584 2019-03-12 Tom Tromey <tromey@adacore.com>
10585
10586 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10587 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10588
10589 2019-03-12 Tom Tromey <tromey@adacore.com>
10590
10591 * linux-nat.c (iterate_over_lwps): Update.
10592 (stop_callback): Remove parameter.
10593 (stop_wait_callback, detach_callback, resume_set_callback)
10594 (select_singlestep_lwp_callback, set_ignore_sigint)
10595 (status_callback, resumed_callback, resume_clear_callback)
10596 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
10597 data parameter.
10598 (linux_nat_target::detach, linux_nat_target::resume)
10599 (linux_stop_and_wait_all_lwps, select_event_lwp)
10600 (linux_nat_filter_event, linux_nat_wait_1)
10601 (linux_nat_target::kill, linux_nat_target::stop)
10602 (linux_nat_target::stop): Update.
10603 (linux_nat_resume_callback): Change type.
10604 (resume_stopped_resumed_lwps, count_events_callback)
10605 (select_event_lwp_callback): Likewise.
10606 (linux_stop_lwp, linux_nat_stop_lwp): Update.
10607 * arm-linux-nat.c (struct update_registers_data): Remove.
10608 (update_registers_callback): Change type.
10609 (arm_linux_insert_hw_breakpoint1): Update.
10610 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
10611 parameter.
10612 (x86_linux_dr_set_addr): Update.
10613 (x86_linux_dr_set_control): Update.
10614 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
10615 (iterate_over_lwps): Use gdb::function_view.
10616 * nat/aarch64-linux-hw-point.c (struct
10617 aarch64_dr_update_callback_param): Remove.
10618 (debug_reg_change_callback): Change type.
10619 (aarch64_notify_debug_reg_change): Update.
10620 * s390-linux-nat.c (s390_refresh_per_info): Update.
10621
10622 2019-03-11 Tom Tromey <tromey@adacore.com>
10623
10624 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
10625 redundant assignment to "this_cu".
10626
10627 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10628
10629 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
10630
10631 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10632
10633 * gdbtypes.c (rank_one_type_parm_set): New function extracted
10634 from...
10635 (rank_one_type): ... this.
10636
10637 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10638
10639 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
10640 from...
10641 (rank_one_type): ... this.
10642
10643 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10644
10645 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
10646 from...
10647 (rank_one_type): ... this.
10648
10649 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10650
10651 * gdbtypes.c (rank_one_type_parm_float): New function extracted
10652 from...
10653 (rank_one_type): ... this.
10654
10655 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10656
10657 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
10658 from...
10659 (rank_one_type): ... this.
10660
10661 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10662
10663 * gdbtypes.c (rank_one_type_parm_range): New function extracted
10664 from...
10665 (rank_one_type): ... this.
10666
10667 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10668
10669 * gdbtypes.c (rank_one_type_parm_char): New function extracted
10670 from...
10671 (rank_one_type): ... this.
10672
10673 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10674
10675 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
10676 from...
10677 (rank_one_type): ... this.
10678
10679 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10680
10681 * gdbtypes.c (rank_one_type_parm_int): New function extracted
10682 from...
10683 (rank_one_type): ... this.
10684
10685 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10686
10687 * gdbtypes.c (rank_one_type_parm_func): New function extracted
10688 from...
10689 (rank_one_type): ... this.
10690
10691 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10692
10693 * gdbtypes.c (rank_one_type_parm_array): New function extracted
10694 from...
10695 (rank_one_type): ... this.
10696
10697 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
10698
10699 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
10700 from...
10701 (rank_one_type): ... this.
10702
10703 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10704
10705 * inferior.c (initialize_inferiors): Ensure 'help set/show print
10706 inferior-events' shows the example events.
10707
10708 2019-03-08 Eli Zaretskii <eliz@gnu.org>
10709
10710 Support styling on native MS-Windows console
10711
10712 PR/24315
10713 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
10714 on MS-Windows if $TERM is not defined.
10715
10716 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
10717
10718 * posix-hdep.c (gdb_console_fputs):
10719 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
10720 functions.
10721 * ui-file.h (gdb_console_fputs): Add prototype.
10722
10723 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
10724 back to fputs only if the former returns zero.
10725
10726 2019-03-07 Tom Tromey <tom@tromey.com>
10727
10728 * symmisc.c (print_symbol_bcache_statistics): Update.
10729 (print_objfile_statistics): Update.
10730 * symfile.c (allocate_symtab): Update.
10731 * stabsread.c: Don't include bcache.h.
10732 * psymtab.h (struct psymbol_bcache): Don't declare.
10733 (class psymtab_storage) <psymbol_cache>: Now a bcache.
10734 (psymbol_bcache_init, psymbol_bcache_free)
10735 (psymbol_bcache_get_bcache): Don't declare.
10736 * psymtab.c (struct psymbol_bcache): Remove.
10737 (psymtab_storage::psymtab_storage): Update.
10738 (psymtab_storage::~psymtab_storage): Update.
10739 (psymbol_bcache_init, psymbol_bcache_free)
10740 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
10741 (add_psymbol_to_bcache): Update.
10742 (allocate_psymtab): Update.
10743 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
10744 macro_cache>: No longer pointers.
10745 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
10746 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
10747 * macrotab.c (macro_bcache): Update.
10748 * macroexp.c: Don't include bcache.h.
10749 * gdbtypes.c (check_types_worklist): Update.
10750 (types_deeply_equal): Remove TRY/CATCH. Update.
10751 * elfread.c (elf_symtab_read): Update.
10752 * dwarf2read.c: Don't include bcache.h.
10753 * buildsym.c (buildsym_compunit::get_macro_table): Update.
10754 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
10755 (print_bcache_statistics, bcache_memory_used): Don't declare.
10756 (struct bcache): Move from bcache.c. Add constructor, destructor,
10757 methods. Rename all data members.
10758 * bcache.c (struct bcache): Move to bcache.h.
10759 (bcache::expand_hash_table): Rename from expand_hash_table.
10760 (bcache): Remove.
10761 (bcache::insert): Rename from bcache_full.
10762 (bcache::compare): Rename from bcache_compare.
10763 (bcache_xmalloc): Remove.
10764 (bcache::~bcache): Rename from bcache_xfree.
10765 (bcache::print_statistics): Rename from print_bcache_statistics.
10766 (bcache::memory_used): Rename from bcache_memory_used.
10767
10768 2019-03-07 Pedro Alves <palves@redhat.com>
10769
10770 * infrun.c (normal_stop): Also check for
10771 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
10772
10773 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
10774
10775 * f-lang.c (value_from_host_double): Moved to...
10776 * value.c (value_from_host_double): ...here.
10777 * value.h (value_from_host_double): Declare.
10778 * guile/scm-math.c (vlscm_convert_typed_number): Use
10779 value_from_host_double.
10780 (vlscm_convert_number): Likewise.
10781 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
10782 * python/py-value.c (convert_value_from_python): Likewise.
10783
10784 2019-03-06 Tom Tromey <tom@tromey.com>
10785
10786 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
10787
10788 2019-03-06 Tom Tromey <tom@tromey.com>
10789
10790 * utils.h (free_current_contents): Don't declare.
10791 * utils.c (free_current_contents): Remove.
10792
10793 2019-03-06 Tom Tromey <tom@tromey.com>
10794
10795 * top.c (quit_force): Update.
10796 * main.c (captured_command_loop): Update.
10797 * common/new-op.c (operator new): Update.
10798 * common/common-exceptions.c (struct catcher)
10799 <save_cleanup_chain>: Remove member.
10800 (exceptions_state_mc_init): Update.
10801 (exception_try_scope_entry): Return nullptr.
10802 (exception_try_scope_exit, exception_rethrow)
10803 (throw_exception_sjlj, throw_exception_cxx): Update.
10804 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
10805 (all_cleanups, do_cleanups, discard_cleanups)
10806 (discard_final_cleanups, save_cleanups, save_final_cleanups)
10807 (restore_cleanups, restore_final_cleanups): Don't declare.
10808 (do_final_cleanups): Remove parameter.
10809 * common/cleanups.c (cleanup_chain, make_cleanup)
10810 (make_cleanup_dtor, all_cleanups, do_cleanups)
10811 (discard_my_cleanups, discard_cleanups)
10812 (discard_final_cleanups, save_my_cleanups, save_cleanups)
10813 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
10814 (null_cleanup): Remove.
10815 (do_final_cleanups): Remove parameter.
10816
10817 2019-03-06 Tom Tromey <tom@tromey.com>
10818
10819 * remote.c (remote_target::remote_parse_stop_reply): Use
10820 unique_xmalloc_ptr.
10821
10822 2019-03-06 Tom Tromey <tom@tromey.com>
10823
10824 * stabsread.c (struct stabs_field_info): Rename from field_info.
10825 <list, fnlist>: Add initializers.
10826 <obstack>: New member.
10827 (read_member_functions, read_struct_fields, read_baseclasses):
10828 Allocate on obstack. Don't use cleanups.
10829 (read_one_struct_field, read_member_functions, read_struct_fields)
10830 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
10831 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
10832 (read_struct_type): Update.
10833
10834 2019-03-06 Tom Tromey <tom@tromey.com>
10835
10836 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
10837 * common/filestuff.h (make_cleanup_close): Don't declare.
10838 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
10839 Remove.
10840
10841 2019-03-06 Tom Tromey <tom@tromey.com>
10842
10843 * solib-aix.c: Use make_scope_exit.
10844
10845 2019-03-06 Tom Tromey <tom@tromey.com>
10846
10847 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
10848 Use make_scope_exit.
10849
10850 2019-03-06 Tom Tromey <tom@tromey.com>
10851
10852 * solib-svr4.c (disable_probes_interface): Remove parameter.
10853 (svr4_handle_solib_event): Use make_scope_exit.
10854
10855 2019-03-06 Tom Tromey <tom@tromey.com>
10856
10857 * remote.c (struct stop_reply_deleter): Remove.
10858 (stop_reply_up): Update.
10859 (struct stop_reply): Derive from notif_event. Don't typedef.
10860 <regcache>: Now a std::vector.
10861 (stop_reply_xfree): Remove.
10862 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
10863 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
10864 (remote_target::discard_pending_stop_replies): Use delete.
10865 (remote_target::remote_parse_stop_reply): Update.
10866 (remote_target::process_stop_reply): Update.
10867 * remote-notif.h (struct notif_event): Add virtual destructor.
10868 Remove "dtr" member.
10869 (struct notif_client) <alloc_event>: Return a unique_ptr.
10870 (notif_event_xfree): Don't declare.
10871 (notif_event_up): New typedef.
10872 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
10873 (notif_event_xfree, do_notif_event_xfree): Remove.
10874 (remote_notif_state_xfree): Update.
10875
10876 2019-03-06 Tom Tromey <tom@tromey.com>
10877
10878 * infrun.c (displaced_step_clear_cleanup): Now a
10879 forward_scope_exit type.
10880 (displaced_step_prepare_throw): Update.
10881 (displaced_step_fixup): Update.
10882
10883 2019-03-06 Tom Tromey <tom@tromey.com>
10884
10885 * inferior.h (class inferior): Update comment.
10886 * gdbthread.h (class thread_info): Update comment.
10887
10888 2019-03-06 Joel Brobecker <brobecker@adacore.com>
10889 Tom Tromey <tom@tromey.com>
10890
10891 * stabsread.h (struct stab_section_list): Remove.
10892 (coffstab_build_psymtabs): Update.
10893 * dbxread.c (symbuf_sections): Now a std::vector.
10894 (sect_idx): New global.
10895 (fill_symbuf): Update.
10896 (coffstab_build_psymtabs): Change type of stabsects parameter.
10897 Update.
10898 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
10899 std::vector.
10900 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
10901 (coff_locate_sections): Update.
10902 (coff_symfile_read): Remove cleanups. Update.
10903 (init_stringtab): Add storage parameter.
10904 (free_stringtab, free_stringtab_cleanup): Remove.
10905 (init_lineno): Add storage parameter.
10906 (free_linetab, free_linetab_cleanup): Remove.
10907
10908 2019-03-06 Pedro Alves <palves@redhat.com>
10909
10910 * linux-fork.c (fork_info::clobber_regs): Delete.
10911 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
10912 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
10913 comment. Adjust.
10914 (scoped_switch_fork_info::scoped_switch_fork_info)
10915 (checkpoint_command, linux_fork_context): Adjust
10916 fork_save_infrun_state calls.
10917
10918 2019-03-06 Pedro Alves <palves@redhat.com>
10919
10920 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
10921 (inf_has_multiple_threads): Return 'bool' and rewrite using
10922 inferior_info::threads().
10923
10924 2019-03-06 Pedro Alves <palves@redhat.com>
10925
10926 * linux-fork.c: Include <list>.
10927 (fork_list): Now a std::list instance.
10928 (fork_info): Add ctor, dtor, and in-class initialize all fields.
10929 (forks_exist_p, find_last_fork): Adjust.
10930 (new_fork): Delete.
10931 (one_fork_p): New.
10932 (add_fork): Adjust.
10933 (free_fork): Delete, folded into fork_info::~fork_info().
10934 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
10935 Adjust.
10936 (init_fork_list): Delete.
10937 (linux_fork_killall, linux_fork_mourn_inferior)
10938 (linux_fork_detach, info_checkpoints_command): Adjust.
10939 (_initialize_linux_fork): No longer call init_fork_list.
10940
10941 2019-03-06 Pedro Alves <palves@redhat.com>
10942
10943 * linux-fork.c (new_fork): New, split out of ...
10944 (add_fork): ... this. Return void. Move "first fork" special
10945 case from here, to ...
10946 (checkpoint_command): ... here.
10947 * linux-linux.h (add_fork): Return void.
10948
10949 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10950
10951 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
10952
10953 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10954 Chris January <chris.january@arm.com>
10955 David Lecomber <david.lecomber@arm.com>
10956
10957 * f-exp.y: New token, UNOP_INTRINSIC.
10958 (exp): New pattern using UNOP_INTRINSIC token.
10959 (f77_keywords): Add 'abs' keyword.
10960 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
10961 (value_from_host_double): New function.
10962 (evaluate_subexp_f): Support UNOP_ABS.
10963
10964 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10965
10966 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
10967 types.
10968
10969 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10970
10971 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
10972 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
10973 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
10974
10975 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10976
10977 * f-exp.y (convert_to_kind_type): Handle more type kinds.
10978
10979 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10980 Chris January <chris.january@arm.com>
10981
10982 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
10983 * f-exp.y: Define 'KIND' token.
10984 (exp): New pattern for KIND expressions.
10985 (ptype): Handle types with a kind extension.
10986 (direct_abs_decl): Extend to spot kind extensions.
10987 (f77_keywords): Add 'kind' to the list.
10988 (push_kind_type): New function.
10989 (convert_to_kind_type): New function.
10990 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
10991 * parse.c (operator_length_standard): Likewise.
10992 * parser-defs.h (enum type_pieces): Add tp_kind.
10993 * std-operator.def: Add UNOP_KIND.
10994
10995 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10996
10997 * f-exp.y (f_parse): Set yydebug.
10998
10999 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11000
11001 * f-lang.c (evaluate_subexp_f): New function.
11002 (exp_descriptor_f): New global.
11003 (f_language_defn): Use exp_descriptor_f instead of
11004 exp_descriptor_standard.
11005
11006 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11007
11008 * f-exp.y (struct token): Add comments.
11009 (dot_ops): Remove uppercase versions and the end marker.
11010 (f77_keywords): Likewise.
11011 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11012 entries in the dot_ops array are case insensitive, and use
11013 strncasecmp to compare strings. Also some whitespace cleanup in
11014 this area. Similar for the f77_keywords array, except entries in
11015 this list might be case sensitive.
11016
11017 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11018
11019 * f-exp.y (struct f77_boolean_val): Add comments.
11020 (boolean_values): Remove uppercase versions, and end marker.
11021 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11022 and use strncasecmp to achieve case insensitivity. Additionally,
11023 perform whitespace cleanup around this code.
11024
11025 2019-03-06 Tom Tromey <tromey@adacore.com>
11026
11027 * remote-sim.c (gdbsim_target_open): Use result of
11028 gdb_argv::release.
11029
11030 2019-03-06 Richard Bunt <richard.bunt@arm.com>
11031 Dirk Schubert <dirk.schubert@arm.com>
11032 Chris January <chris.january@arm.com>
11033
11034 * eval.c (evaluate_subexp_standard): Call Fortran argument
11035 wrapping logic.
11036 * f-lang.c (struct value): A value which can be passed into a
11037 Fortran function call.
11038 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11039 where appropriate.
11040 (struct type): Value ready for a Fortran function call.
11041 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11042 is needed.
11043 * f-lang.h (fortran_argument_convert): Declaration.
11044 (fortran_preserve_arg_pointer): Declaration.
11045 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11046
11047 2019-03-05 Tom Tromey <tromey@adacore.com>
11048
11049 * python/py-prettyprint.c (print_string_repr): Remove #if.
11050 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11051
11052 2019-03-05 Tom Tromey <tromey@adacore.com>
11053
11054 * target.c (the_dummy_target): Move later. Change type to
11055 "dummy_target".
11056 (initialize_targets): Don't initialize the_dummy_target.
11057
11058 2019-03-05 Tom Tromey <tromey@adacore.com>
11059
11060 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11061 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11062
11063 2019-03-05 Tom Tromey <tromey@adacore.com>
11064
11065 * windows-nat.c (windows_nat_target::attach)
11066 (windows_nat_target::detach): Don't call gdb_flush.
11067 * valprint.c (generic_val_print, val_print, val_print_string):
11068 Don't call gdb_flush.
11069 * utils.c (defaulted_query): Don't call gdb_flush.
11070 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11071 * target.c (target_announce_detach): Don't call gdb_flush.
11072 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11073 * remote.c (extended_remote_target::attach): Don't call
11074 gdb_flush.
11075 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11076 * printcmd.c (do_examine): Don't call gdb_flush.
11077 (info_display_command): Don't call gdb_flush.
11078 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
11079 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
11080 * memattr.c (info_mem_command): Don't call gdb_flush.
11081 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
11082 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
11083 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
11084 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
11085 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
11086 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
11087 (gnu_nat_target::detach): Don't call gdb_flush.
11088 * f-valprint.c (f_val_print): Don't call gdb_flush.
11089 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
11090 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
11091 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
11092 gdb_flush.
11093 * c-valprint.c (c_val_print): Don't call gdb_flush.
11094 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
11095
11096 2019-03-05 Tom Tromey <tromey@adacore.com>
11097
11098 * varobj.c (update_dynamic_varobj_children): Update.
11099 (install_default_visualizer): Use reset, not release.
11100 * value.c (set_internalvar): Update.
11101 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11102 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11103 ATTRIBUTE_UNUSED_RESULT.
11104
11105 2019-03-05 Tom Tromey <tromey@adacore.com>
11106
11107 * remote.c (class scoped_remote_fd) <release>: Add
11108 ATTRIBUTE_UNUSED_RESULT.
11109
11110 2019-03-05 Tom Tromey <tromey@adacore.com>
11111
11112 * macroexp.c (struct macro_buffer) <release>: Add
11113 ATTRIBUTE_UNUSED_RESULT.
11114
11115 2019-03-05 Tom Tromey <tromey@adacore.com>
11116
11117 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11118 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11119 ATTRIBUTE_UNUSED_RESULT.
11120
11121 2019-03-05 Tom Tromey <tromey@adacore.com>
11122
11123 * common/scoped_fd.h (class scoped_fd) <release>: Add
11124 ATTRIBUTE_UNUSED_RESULT.
11125
11126 2019-03-05 Tom Tromey <tromey@adacore.com>
11127
11128 * parser-defs.h (struct parser_state) <release>: Add
11129 ATTRIBUTE_UNUSED_RESULT.
11130
11131 2019-03-05 Tom Tromey <tromey@adacore.com>
11132
11133 * utils.h (class gdb_argv) <release>: Add
11134 ATTRIBUTE_UNUSED_RESULT.
11135 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11136
11137 2019-03-02 Eli Zaretskii <eliz@gnu.org>
11138
11139 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11140 for-loop range, to avoid compiler warnings.
11141
11142 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11143 avoid compiler warnings about unused variables.
11144
11145 * NEWS: Mention end of support for native debugging on MS-Windows
11146 before XP.
11147
11148 PR gdb/24292
11149 * common/netstuff.c:
11150 * gdbserver/gdbreplay.c
11151 * gdbserver/remote-utils.c:
11152 * ser-tcp.c:
11153 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11154 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11155 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11156 'getaddrinfo' and 'freeaddrinfo' were not available before
11157 Windows XP, and mingw.org's MinGW headers by default define
11158 _WIN32_WINNT to 0x500.
11159
11160 2019-03-01 Gary Benson <gbenson@redhat.com>
11161
11162 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11163
11164 2019-02-28 Brian Vandenberg <phantall@gmail.com>
11165 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11166
11167 PR gdb/8527
11168 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11169 set_sigint_trap, clear_sigint_trap.
11170
11171 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11172
11173 * target.c (target_detach): Clear the regcache and the
11174 frame cache.
11175
11176 2019-02-27 Pedro Alves <palves@redhat.com>
11177
11178 * utils.c (set_screen_size): When we cap the height/width sizes,
11179 tweak the corresponding command variable to show "unlimited":
11180
11181 2019-02-27 Saagar Jha <saagar@saagarjha.com>
11182 Pedro Alves <palves@redhat.com>
11183
11184 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11185 before calling rl_set_screen_size.
11186
11187 2019-02-27 Tom Tromey <tromey@adacore.com>
11188
11189 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11190 define.
11191 * python/py-value.c: Remove Python 2.4 workaround.
11192 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11193 workaround.
11194 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11195 Python 2.4 workaround.
11196 * python/python-internal.h: Remove Python 2.4 comment.
11197 (Py_ssize_t): Don't define.
11198 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11199 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11200 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11201 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11202 * python/python.c (do_start_initialization): Remove Python 2.4
11203 workaround.
11204 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11205 (print_children): Remove Python 2.4 workaround.
11206 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11207 workaround.
11208 (CHARBUFFERPROC_NAME): Remove.
11209 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11210 Python 2.4 workaround.
11211
11212 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11213
11214 * NEWS: Note minimum Python version.
11215
11216 2019-02-27 Kevin Buettner <kevinb@redhat.com>
11217
11218 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11219 code from these functions. Remove corresponding ifdefs. Use
11220 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11221 Remove gotos and target of gotos.
11222 (infpy_search_memory): Likewise.
11223
11224 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11225
11226 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11227 (hppa_gdbarch_init): Don't register deleted functions with
11228 gdbarch.
11229
11230 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11231
11232 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11233 (h8300_unwind_sp): Delete.
11234 (h8300_dummy_id): Delete.
11235 (h8300_gdbarch_init): Don't register deleted functions with
11236 gdbarch.
11237
11238 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11239
11240 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11241 (ft32_unwind_pc): Delete.
11242 (ft32_unwind_sp): Delete.
11243 (ft32_gdbarch_init): Don't register deleted functions with
11244 gdbarch.
11245
11246 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11247
11248 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11249 (frv_unwind_pc): Delete.
11250 (frv_unwind_sp): Delete.
11251 (frv_gdbarch_init): Don't register deleted functions with
11252 gdbarch.
11253
11254 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11255
11256 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11257 (riscv_unwind_pc): Delete.
11258 (riscv_unwind_sp): Delete.
11259 (riscv_gdbarch_init): Don't register deleted functions with
11260 gdbarch.
11261
11262 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11263
11264 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11265 (csky_unwind_pc): Delete.
11266 (csky_unwind_sp): Delete.
11267 (csky_gdbarch_init): Don't register deleted functions with
11268 gdbarch.
11269
11270 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11271
11272 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11273 (cris_unwind_pc): Delete.
11274 (cris_unwind_sp): Delete.
11275 (cris_gdbarch_init): Don't register deleted functions with
11276 gdbarch.
11277
11278 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11279
11280 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11281 (bfin_unwind_pc): Delete.
11282 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11283
11284 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11285
11286 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11287 (arm_unwind_pc): Delete.
11288 (arm_unwind_sp): Delete.
11289 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11290
11291 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11292
11293 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11294 (arc_unwind_pc): Delete.
11295 (arc_unwind_sp): Delete.
11296 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11297
11298 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11299
11300 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11301 (alpha_unwind_pc): Delete.
11302 (alpha_gdbarch_init): Don't register deleted functions with
11303 gdbarch.
11304
11305 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11306
11307 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11308 (aarch64_unwind_pc): Delete.
11309 (aarch64_unwind_sp): Delete.
11310 (aarch64_gdbarch_init): Don't register deleted functions with
11311 gdbarch.
11312
11313 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11314
11315 * gdbtypes.c (type_align): Don't consider static members when
11316 computing structure alignment.
11317
11318 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11319
11320 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11321 return 0 for other types.
11322 * arch-utils.c (default_type_align): Always return 0.
11323 * gdbarch.h: Regenerate.
11324 * gdbarch.sh (type_align): Extend comment.
11325 * gdbtypes.c (type_align): Add additional comments, always call
11326 gdbarch_type_align before applying the default rules.
11327 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11328 generic code will then apply a suitable default.
11329 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11330 types, return 0 for other types.
11331
11332 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11333
11334 * NEWS: Create a new section for the next release branch.
11335 Rename the section of the current branch, now that it has
11336 been cut.
11337
11338 2019-02-27 Joel Brobecker <brobecker@adacore.com>
11339
11340 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11341 * version.in: Bump version to 8.3.50.DATE-git.
11342
11343 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
11344
11345 * aix-thread.c (ptid_cmp): Remove unused variable.
11346 (get_signaled_thread): Likewise.
11347 (store_regs_user_thread): Likewise.
11348 (store_regs_kernel_thread): Likewise.
11349 (fetch_regs_kernel_thread): Remove shadowed variable.
11350
11351 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11352
11353 * features/riscv/32bit-cpu.xml: Add register numbers.
11354 * features/riscv/32bit-fpu.c: Regenerate.
11355 * features/riscv/32bit-fpu.xml: Add register numbers.
11356 * features/riscv/64bit-cpu.xml: Add register numbers.
11357 * features/riscv/64bit-fpu.c: Regenerate.
11358 * features/riscv/64bit-fpu.xml: Add register numbers.
11359
11360 2019-02-26 Kevin Buettner <kevinb@redhat.com>
11361
11362 * NEWS: Mention two argument form of gdb.Value constructor.
11363 * python/py-value.c (convert_buffer_and_type_to_value): New
11364 function.
11365 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11366 Add support for handling an optional second argument. Call
11367 convert_buffer_and_type_to_value as appropriate.
11368 * python/python-internal.h (Py_buffer_deleter): New struct.
11369 (Py_buffer_up): New typedef.
11370
11371 2019-02-25 John Baldwin <jhb@FreeBSD.org>
11372
11373 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11374 instead of releasing ownership.
11375
11376 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
11377
11378 * dwarf2read.c (open_and_init_dwp_file): Call
11379 elf_numsections instead of bfd_count_sections to initialize
11380 dwp_file->num_sections.
11381
11382 2019-02-25 Tom Tromey <tromey@adacore.com>
11383
11384 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11385
11386 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11387
11388 * gcore.in: Add '--readnever' option when invoking GDB.
11389
11390 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11391
11392 * MAINTAINERS: Update my email address.
11393
11394 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11395
11396 * build-id.c (build_id_to_debug_bfd_1): New function.
11397 (build_id_to_debug_bfd): Look for separate debug file in
11398 sysroot.
11399
11400 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11401
11402 * gdbarch.sh: Update the copyright year range that is placed into
11403 generated files.
11404
11405 2019-02-22 Keith Seitz <keiths@redhat.com>
11406
11407 PR symtab/23853
11408 * linespec.c (create_sals_line_offset): Search for the default
11409 symtab's filename instead of its fullname.
11410
11411 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11412
11413 * NEWS: Update style defaults.
11414
11415 2019-02-21 Alan Hayward <alan.hayward@arm.com>
11416
11417 * main.c (captured_main_1): Disable styling in batch mode.
11418
11419 2019-02-20 Tom Tromey <tom@tromey.com>
11420
11421 * symtab.c (symtab_symbol_info): Fix typos.
11422
11423 2019-02-20 Tom Tromey <tromey@adacore.com>
11424
11425 * findcmd.c (_initialize_mem_search): Use upper case for
11426 metasyntactic variables.
11427
11428 2019-02-20 Alan Hayward <alan.hayward@arm.com>
11429
11430 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11431 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11432
11433 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11434
11435 * top.h (source_file_name): Change to std::string.
11436 * top.c (source_file_name): Likewise.
11437 (command_line_input): Adjust.
11438 * cli/cli-script.c (script_from_file): Adjust.
11439
11440 2019-02-19 Tom Tromey <tromey@adacore.com>
11441
11442 * ravenscar-thread.c
11443 (ravenscar_thread_target::update_thread_list): Don't call
11444 ada_build_task_list.
11445 * ada-lang.h (ada_build_task_list): Don't declare.
11446 * ada-tasks.c (struct ada_tasks_inferior_data)
11447 <task_list_valid_p>: Now bool.
11448 (read_known_tasks, ada_task_list_changed)
11449 (ada_tasks_invalidate_inferior_data): Update.
11450 (read_known_tasks_array): Return bool.
11451 (read_known_tasks_list): Likewise.
11452 (read_known_tasks): Return void.
11453 (ada_build_task_list): Now static.
11454
11455 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11456
11457 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11458 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11459
11460 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11461
11462 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11463 variant for ada_tasks_pspace_data_handle and
11464 ada_tasks_inferior_data_handle.
11465 (ada_tasks_pspace_data_cleanup): New function.
11466 (ada_tasks_inferior_data_cleanup): New function.
11467
11468 2019-02-17 Tom Tromey <tom@tromey.com>
11469
11470 * macrotab.h (macro_source_fullname): Return a std::string.
11471 * macrotab.c (macro_include, check_for_redefinition)
11472 (macro_undef, macro_lookup_definition, foreach_macro)
11473 (foreach_macro_in_scope): Update.
11474 (macro_source_fullname): Return a std::string.
11475 * macrocmd.c (show_pp_source_pos): Update.
11476
11477 2019-02-17 Tom Tromey <tom@tromey.com>
11478
11479 * macrocmd.c (show_pp_source_pos): Style the file names.
11480
11481 2019-02-17 Tom Tromey <tom@tromey.com>
11482
11483 PR tui/24197:
11484 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11485
11486 2019-02-17 Tom Tromey <tom@tromey.com>
11487
11488 * ada-lang.c (user_select_syms): Use filtered printing.
11489 * utils.c (wrap_style): New global.
11490 (desired_style): Remove.
11491 (emit_style_escape): Add stream parameter.
11492 (set_output_style, reset_terminal_style, prompt_for_continue):
11493 Update.
11494 (flush_wrap_buffer): Only flush gdb_stdout.
11495 (wrap_here): Set wrap_style.
11496 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11497 treat escape sequences as a character. Change when wrap buffer is
11498 flushed.
11499 (fputs_styled): Do not set the output style when the default is
11500 requested.
11501 * ui-style.h (struct ui_file_style) <is_default>: New method.
11502 * source.c (print_source_lines_base): Emit escape sequences in one
11503 piece.
11504
11505 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11506
11507 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11508 integers and enumeration types.
11509
11510 2019-02-17 Joel Brobecker <brobecker@adacore.com>
11511
11512 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11513 instead of lookup_symbol_in_language
11514 (do_exact_match): New function.
11515 (ada_get_symbol_name_matcher): Return do_exact_match when
11516 doing a verbatim match.
11517
11518 2019-02-15 Tom Tromey <tromey@adacore.com>
11519
11520 * ravenscar-thread.c (ravenscar_thread_target::resume)
11521 (ravenscar_thread_target::wait): Special case wildcard requests.
11522
11523 2019-02-15 Tom Tromey <tromey@adacore.com>
11524
11525 * ravenscar-thread.c (base_ptid): Remove.
11526 (struct ravenscar_thread_target) <close>: New method.
11527 <m_base_ptid>: New member.
11528 <update_inferior_ptid, active_task, task_is_currently_active,
11529 runtime_initialized>: Declare methods.
11530 <ravenscar_thread_target>: Add constructor.
11531 (ravenscar_thread_target::task_is_currently_active)
11532 (ravenscar_thread_target::update_inferior_ptid)
11533 (ravenscar_runtime_initialized): Rename. Now methods.
11534 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11535 (ravenscar_thread_target::update_thread_list): Update.
11536 (ravenscar_thread_target::active_task): Now method.
11537 (ravenscar_thread_target::store_registers)
11538 (ravenscar_thread_target::prepare_to_store)
11539 (ravenscar_thread_target::prepare_to_store)
11540 (ravenscar_thread_target::mourn_inferior): Update.
11541 (ravenscar_inferior_created): Use "new" to create target.
11542 (ravenscar_thread_target::get_ada_task_ptid): Update.
11543 (_initialize_ravenscar): Don't initialize base_ptid.
11544 (ravenscar_ops): Remove global.
11545
11546 2019-02-15 Tom Tromey <tromey@adacore.com>
11547
11548 * target.h (push_target): Declare new overload.
11549 * target.c (push_target): New overload, taking an rvalue reference.
11550 * remote.c (remote_target::open_1): Use push_target overload.
11551 * corelow.c (core_target_open): Use push_target overload.
11552
11553 2019-02-15 Tom Tromey <tromey@adacore.com>
11554
11555 * ravenscar-thread.c (is_ravenscar_task)
11556 (ravenscar_task_is_currently_active): Return bool.
11557 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11558 (_initialize_ravenscar): Remove "(void)".
11559 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11560 Return bool.
11561
11562 2019-02-15 Tom Tromey <tromey@adacore.com>
11563
11564 * ravenscar-thread.c (ravenscar_runtime_initializer)
11565 (has_ravenscar_runtime, get_running_thread_id)
11566 (ravenscar_thread_target::resume): Fix indentation.
11567
11568 2019-02-15 Tom Tromey <tromey@adacore.com>
11569
11570 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11571 from ravenscar_arch_ops.
11572 (sparc_ravenscar_ops::fetch_registers)
11573 (sparc_ravenscar_ops::store_registers): Now methods.
11574 (sparc_ravenscar_prepare_to_store): Remove.
11575 (sparc_ravenscar_ops): Redefine.
11576 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11577 methods and destructor. Remove members.
11578 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11579 (ravenscar_thread_target::store_registers)
11580 (ravenscar_thread_target::prepare_to_store): Update.
11581 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11582 Remove.
11583 (struct ppc_ravenscar_powerpc_ops): Derive from
11584 ravenscar_arch_ops.
11585 (ppc_ravenscar_powerpc_ops::fetch_registers)
11586 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11587 (ppc_ravenscar_powerpc_ops): Redefine.
11588 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
11589 (ppc_ravenscar_e500_ops::fetch_registers)
11590 (ppc_ravenscar_e500_ops::store_registers): Now methods.
11591 (ppc_ravenscar_e500_ops): Redefine.
11592 * aarch64-ravenscar-thread.c
11593 (aarch64_ravenscar_generic_prepare_to_store): Remove.
11594 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
11595 (aarch64_ravenscar_fetch_registers)
11596 (aarch64_ravenscar_store_registers): Now methods.
11597 (aarch64_ravenscar_ops): Redefine.
11598
11599 2019-02-15 Tom Tromey <tromey@adacore.com>
11600
11601 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
11602 (ravenscar_thread_target::stopped_by_hw_breakpoint)
11603 (ravenscar_thread_target::stopped_by_watchpoint)
11604 (ravenscar_thread_target::stopped_data_address)
11605 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
11606
11607 2019-02-15 Tom Tromey <tromey@adacore.com>
11608
11609 * ravenscar-thread.c: Fix some typos.
11610
11611 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11612 Tom Tromey <tromey@adacore.com>
11613
11614 * ada-lang.c (ada_exception_sal): Change addr_string to a
11615 std::string.
11616 (create_ada_exception_catchpoint): Update.
11617
11618 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11619 Tom Tromey <tromey@adacore.com>
11620
11621 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
11622 (bp_location_ops): Remove.
11623 (base_breakpoint_allocate_location): Update.
11624 (free_bp_location): Update.
11625 * ada-lang.c (class ada_catchpoint_location)
11626 <ada_catchpoint_location>: Remove ops parameter.
11627 (ada_catchpoint_location_dtor): Remove.
11628 (ada_catchpoint_location_ops): Remove.
11629 (allocate_location_exception): Update.
11630 * breakpoint.h (struct bp_location_ops): Remove.
11631 (class bp_location) <bp_location>: Remove bp_location_ops
11632 parameter.
11633 <~bp_location>: Add destructor.
11634 <ops>: Remove.
11635
11636 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11637 Pedro Alves <palves@redhat.com>
11638
11639 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
11640 'PATH_MAX'.
11641
11642 2019-02-14 David Michael <fedora.dm0@gmail.com>
11643 Samuel Thibault <samuel.thibault@gnu.org>
11644 Thomas Schwinge <thomas@codesourcery.com>
11645
11646 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
11647 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
11648
11649 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11650
11651 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
11652 (check_empty): Use "const char *".
11653
11654 * gnu-nat.c (gnu_nat_target::detach): Instead of
11655 'detach_inferior (pid)' call
11656 'detach_inferior (find_inferior_pid (pid))'.
11657
11658 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
11659 'nat/fork-inferior.o'.
11660 * gnu-nat.c: #include "nat/fork-inferior.h".
11661
11662 * gnu-nat.c (gnu_nat_target::detach): Instead of
11663 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
11664 * gnu-nat.h: #include "inf-child.h".
11665 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
11666 'i386_gnu_nat_target::fetch_registers'.
11667 (gnu_store_registers): Rename/move to
11668 'i386_gnu_nat_target::store_registers'.
11669
11670 * config/i386/nm-i386gnu.h: Don't "#include" any files.
11671 * gnu-nat.h (mach_thread_info): New function.
11672 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
11673
11674 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
11675
11676 2019-02-14 Frederic Konrad <konrad@adacore.com>
11677
11678 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
11679
11680 2019-02-14 Joel Brobecker <brobecker@adacore.com>
11681
11682 * windows-nat.c (windows_add_thread): Add new parameter
11683 "main_thread_p" with default value set to false. Update
11684 function documentation as well as all callers.
11685 (windows_delete_thread): Likewise.
11686 (fake_create_process): Update call to windows_add_thread.
11687 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
11688 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
11689 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
11690 call to windows_delete_thread.
11691
11692 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * MAINTAINERS: Add Andrew Burgess as global maintainer.
11695
11696 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11697
11698 * symfile.c (find_separate_debug_file): Use canonical path of
11699 sysroot with child_path instead of gdb_sysroot if it is valid.
11700
11701 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11702
11703 * symfile.c (find_separate_debug_file): Use child_path to
11704 determine if an object file is under a sysroot.
11705
11706 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11707
11708 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11709 unittests/child-path-selftests.c.
11710 * common/pathstuff.c (child_path): New function.
11711 * common/pathstuff.h (child_path): New prototype.
11712 * unittests/child-path-selftests.c: New file.
11713
11714 2019-02-12 John Baldwin <jhb@FreeBSD.org>
11715
11716 * symfile.c (find_separate_debug_file): Look for separate debug
11717 files in debug directories under the sysroot.
11718
11719 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11720
11721 * symtab.h (struct minimal_symbol data_p): New const method.
11722 (struct minimal_symbol text_p): Likewise.
11723 * symtab.c (output_source_filename): Use file name style
11724 to print file name.
11725 (print_symbol_info): Likewise.
11726 (print_msymbol_info): Use address style to print addresses.
11727 Use function name style to print executable text symbols.
11728 (expand_symtab_containing_pc): Use data_p.
11729 (find_pc_sect_compunit_symtab): Likewise.
11730
11731 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11732
11733 * breakpoint.c (describe_other_breakpoints): Use address style
11734 to print addresses.
11735 (say_where): Likewise.
11736
11737 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11738
11739 * ada-typeprint.c (print_func_type): Print function name
11740 style to print function name.
11741 * c-typeprint.c (c_print_type_1): Likewise.
11742
11743 2019-02-11 Alan Hayward <alan.hayward@arm.com>
11744
11745 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
11746 for execve.
11747
11748 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11749
11750 * c-exp.y (direct_abs_decl): Use emplace_back to record the
11751 type_stack.
11752
11753 2019-02-10 Joel Brobecker <brobecker@adacore.com>
11754
11755 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
11756 TYPE_CODE_REF types.
11757
11758 2019-02-08 Jim Wilson <jimw@sifive.com>
11759
11760 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
11761 (riscv_linux_fregset): New.
11762 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
11763
11764 2019-02-07 Tom Tromey <tom@tromey.com>
11765
11766 * thread.c (thread_cancel_execution_command): Update.
11767 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
11768 methods.
11769 (struct thread_fsm_ops): Remove.
11770 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
11771 (thread_fsm_should_stop, thread_fsm_return_value)
11772 (thread_fsm_set_finished, thread_fsm_finished_p)
11773 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
11774 Don't declare.
11775 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
11776 * infrun.c (clear_proceed_status_thread)
11777 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
11778 (print_stop_event): Update.
11779 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
11780 Add constructor.
11781 (step_command_fsm_ops): Remove.
11782 (new_step_command_fsm): Remove.
11783 (step_1): Update.
11784 (step_command_fsm::should_stop): Rename from
11785 step_command_fsm_should_stop.
11786 (step_command_fsm::clean_up): Rename from
11787 step_command_fsm_clean_up.
11788 (step_command_fsm::do_async_reply_reason): Rename from
11789 step_command_fsm_async_reply_reason.
11790 (struct until_next_fsm): Inherit from thread_fsm. Add
11791 constructor.
11792 (until_next_fsm_ops): Remove.
11793 (new_until_next_fsm): Remove.
11794 (until_next_fsm::should_stop): Rename from
11795 until_next_fsm_should_stop.
11796 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
11797 (until_next_fsm::do_async_reply_reason): Rename from
11798 until_next_fsm_async_reply_reason.
11799 (struct finish_command_fsm): Inherit from thread_fsm. Add
11800 constructor. Change type of breakpoint.
11801 (finish_command_fsm_ops): Remove.
11802 (new_finish_command_fsm): Remove.
11803 (finish_command_fsm::should_stop): Rename from
11804 finish_command_fsm_should_stop.
11805 (finish_command_fsm::clean_up): Rename from
11806 finish_command_fsm_clean_up.
11807 (finish_command_fsm::return_value): Rename from
11808 finish_command_fsm_return_value.
11809 (finish_command_fsm::do_async_reply_reason): Rename from
11810 finish_command_fsm_async_reply_reason.
11811 (finish_command): Update.
11812 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
11813 Add constructor.
11814 (call_thread_fsm_ops): Remove.
11815 (call_thread_fsm::call_thread_fsm): Rename from
11816 new_call_thread_fsm.
11817 (call_thread_fsm::should_stop): Rename from
11818 call_thread_fsm_should_stop.
11819 (call_thread_fsm::should_notify_stop): Rename from
11820 call_thread_fsm_should_notify_stop.
11821 (run_inferior_call, call_function_by_hand_dummy): Update.
11822 * cli/cli-interp.c (should_print_stop_to_console): Update.
11823 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
11824 Add constructor. Change type of location_breakpoint,
11825 caller_breakpoint.
11826 (until_break_fsm_ops): Remove.
11827 (new_until_break_fsm): Remove.
11828 (until_break_fsm::should_stop): Rename from
11829 until_break_fsm_should_stop.
11830 (until_break_fsm::clean_up): Rename from
11831 until_break_fsm_clean_up.
11832 (until_break_fsm::do_async_reply_reason): Rename from
11833 until_break_fsm_async_reply_reason.
11834 (until_break_command): Update.
11835 * thread-fsm.c: Remove.
11836 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
11837
11838 2019-02-07 Tom Tromey <tom@tromey.com>
11839
11840 * yy-remap.h: Add include guard.
11841 * xtensa-tdep.h: Add include guard.
11842 * xcoffread.h: Rename include guard.
11843 * varobj-iter.h: Add include guard.
11844 * tui/tui.h: Rename include guard.
11845 * tui/tui-winsource.h: Rename include guard.
11846 * tui/tui-wingeneral.h: Rename include guard.
11847 * tui/tui-windata.h: Rename include guard.
11848 * tui/tui-win.h: Rename include guard.
11849 * tui/tui-stack.h: Rename include guard.
11850 * tui/tui-source.h: Rename include guard.
11851 * tui/tui-regs.h: Rename include guard.
11852 * tui/tui-out.h: Rename include guard.
11853 * tui/tui-layout.h: Rename include guard.
11854 * tui/tui-io.h: Rename include guard.
11855 * tui/tui-hooks.h: Rename include guard.
11856 * tui/tui-file.h: Rename include guard.
11857 * tui/tui-disasm.h: Rename include guard.
11858 * tui/tui-data.h: Rename include guard.
11859 * tui/tui-command.h: Rename include guard.
11860 * tic6x-tdep.h: Add include guard.
11861 * target/waitstatus.h: Rename include guard.
11862 * target/wait.h: Rename include guard.
11863 * target/target.h: Rename include guard.
11864 * target/resume.h: Rename include guard.
11865 * target-float.h: Rename include guard.
11866 * stabsread.h: Add include guard.
11867 * rs6000-tdep.h: Add include guard.
11868 * riscv-fbsd-tdep.h: Add include guard.
11869 * regformats/regdef.h: Rename include guard.
11870 * record.h: Rename include guard.
11871 * python/python.h: Rename include guard.
11872 * python/python-internal.h: Rename include guard.
11873 * python/py-stopevent.h: Rename include guard.
11874 * python/py-ref.h: Rename include guard.
11875 * python/py-record.h: Rename include guard.
11876 * python/py-record-full.h: Rename include guard.
11877 * python/py-record-btrace.h: Rename include guard.
11878 * python/py-instruction.h: Rename include guard.
11879 * python/py-events.h: Rename include guard.
11880 * python/py-event.h: Rename include guard.
11881 * procfs.h: Add include guard.
11882 * proc-utils.h: Add include guard.
11883 * p-lang.h: Add include guard.
11884 * or1k-tdep.h: Rename include guard.
11885 * observable.h: Rename include guard.
11886 * nto-tdep.h: Rename include guard.
11887 * nat/x86-linux.h: Rename include guard.
11888 * nat/x86-linux-dregs.h: Rename include guard.
11889 * nat/x86-gcc-cpuid.h: Add include guard.
11890 * nat/x86-dregs.h: Rename include guard.
11891 * nat/x86-cpuid.h: Rename include guard.
11892 * nat/ppc-linux.h: Rename include guard.
11893 * nat/mips-linux-watch.h: Rename include guard.
11894 * nat/linux-waitpid.h: Rename include guard.
11895 * nat/linux-ptrace.h: Rename include guard.
11896 * nat/linux-procfs.h: Rename include guard.
11897 * nat/linux-osdata.h: Rename include guard.
11898 * nat/linux-nat.h: Rename include guard.
11899 * nat/linux-namespaces.h: Rename include guard.
11900 * nat/linux-btrace.h: Rename include guard.
11901 * nat/glibc_thread_db.h: Rename include guard.
11902 * nat/gdb_thread_db.h: Rename include guard.
11903 * nat/gdb_ptrace.h: Rename include guard.
11904 * nat/fork-inferior.h: Rename include guard.
11905 * nat/amd64-linux-siginfo.h: Rename include guard.
11906 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
11907 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
11908 * nat/aarch64-linux.h: Rename include guard.
11909 * nat/aarch64-linux-hw-point.h: Rename include guard.
11910 * mn10300-tdep.h: Add include guard.
11911 * mips-linux-tdep.h: Add include guard.
11912 * mi/mi-parse.h: Rename include guard.
11913 * mi/mi-out.h: Rename include guard.
11914 * mi/mi-main.h: Rename include guard.
11915 * mi/mi-interp.h: Rename include guard.
11916 * mi/mi-getopt.h: Rename include guard.
11917 * mi/mi-console.h: Rename include guard.
11918 * mi/mi-common.h: Rename include guard.
11919 * mi/mi-cmds.h: Rename include guard.
11920 * mi/mi-cmd-break.h: Rename include guard.
11921 * m2-lang.h: Add include guard.
11922 * location.h: Rename include guard.
11923 * linux-record.h: Rename include guard.
11924 * linux-nat.h: Add include guard.
11925 * linux-fork.h: Add include guard.
11926 * i386-darwin-tdep.h: Rename include guard.
11927 * hppa-linux-offsets.h: Add include guard.
11928 * guile/guile.h: Rename include guard.
11929 * guile/guile-internal.h: Rename include guard.
11930 * gnu-nat.h: Rename include guard.
11931 * gdb-stabs.h: Rename include guard.
11932 * frv-tdep.h: Add include guard.
11933 * f-lang.h: Add include guard.
11934 * event-loop.h: Add include guard.
11935 * darwin-nat.h: Rename include guard.
11936 * cp-abi.h: Rename include guard.
11937 * config/sparc/nm-sol2.h: Rename include guard.
11938 * config/nm-nto.h: Rename include guard.
11939 * config/nm-linux.h: Add include guard.
11940 * config/i386/nm-i386gnu.h: Rename include guard.
11941 * config/djgpp/nl_types.h: Rename include guard.
11942 * config/djgpp/langinfo.h: Rename include guard.
11943 * compile/gcc-cp-plugin.h: Add include guard.
11944 * compile/gcc-c-plugin.h: Add include guard.
11945 * compile/compile.h: Rename include guard.
11946 * compile/compile-object-run.h: Rename include guard.
11947 * compile/compile-object-load.h: Rename include guard.
11948 * compile/compile-internal.h: Rename include guard.
11949 * compile/compile-cplus.h: Rename include guard.
11950 * compile/compile-c.h: Rename include guard.
11951 * common/xml-utils.h: Rename include guard.
11952 * common/x86-xstate.h: Rename include guard.
11953 * common/version.h: Rename include guard.
11954 * common/vec.h: Rename include guard.
11955 * common/tdesc.h: Rename include guard.
11956 * common/selftest.h: Rename include guard.
11957 * common/scoped_restore.h: Rename include guard.
11958 * common/scoped_mmap.h: Rename include guard.
11959 * common/scoped_fd.h: Rename include guard.
11960 * common/safe-iterator.h: Rename include guard.
11961 * common/run-time-clock.h: Rename include guard.
11962 * common/refcounted-object.h: Rename include guard.
11963 * common/queue.h: Rename include guard.
11964 * common/ptid.h: Rename include guard.
11965 * common/print-utils.h: Rename include guard.
11966 * common/preprocessor.h: Rename include guard.
11967 * common/pathstuff.h: Rename include guard.
11968 * common/observable.h: Rename include guard.
11969 * common/netstuff.h: Rename include guard.
11970 * common/job-control.h: Rename include guard.
11971 * common/host-defs.h: Rename include guard.
11972 * common/gdb_wait.h: Rename include guard.
11973 * common/gdb_vecs.h: Rename include guard.
11974 * common/gdb_unlinker.h: Rename include guard.
11975 * common/gdb_unique_ptr.h: Rename include guard.
11976 * common/gdb_tilde_expand.h: Rename include guard.
11977 * common/gdb_sys_time.h: Rename include guard.
11978 * common/gdb_string_view.h: Rename include guard.
11979 * common/gdb_splay_tree.h: Rename include guard.
11980 * common/gdb_setjmp.h: Rename include guard.
11981 * common/gdb_ref_ptr.h: Rename include guard.
11982 * common/gdb_optional.h: Rename include guard.
11983 * common/gdb_locale.h: Rename include guard.
11984 * common/gdb_assert.h: Rename include guard.
11985 * common/filtered-iterator.h: Rename include guard.
11986 * common/filestuff.h: Rename include guard.
11987 * common/fileio.h: Rename include guard.
11988 * common/environ.h: Rename include guard.
11989 * common/common-utils.h: Rename include guard.
11990 * common/common-types.h: Rename include guard.
11991 * common/common-regcache.h: Rename include guard.
11992 * common/common-inferior.h: Rename include guard.
11993 * common/common-gdbthread.h: Rename include guard.
11994 * common/common-exceptions.h: Rename include guard.
11995 * common/common-defs.h: Rename include guard.
11996 * common/common-debug.h: Rename include guard.
11997 * common/cleanups.h: Rename include guard.
11998 * common/buffer.h: Rename include guard.
11999 * common/btrace-common.h: Rename include guard.
12000 * common/break-common.h: Rename include guard.
12001 * cli/cli-utils.h: Rename include guard.
12002 * cli/cli-style.h: Rename include guard.
12003 * cli/cli-setshow.h: Rename include guard.
12004 * cli/cli-script.h: Rename include guard.
12005 * cli/cli-interp.h: Rename include guard.
12006 * cli/cli-decode.h: Rename include guard.
12007 * cli/cli-cmds.h: Rename include guard.
12008 * charset-list.h: Add include guard.
12009 * buildsym-legacy.h: Rename include guard.
12010 * bfin-tdep.h: Add include guard.
12011 * ax.h: Rename include guard.
12012 * arm-linux-tdep.h: Add include guard.
12013 * arm-fbsd-tdep.h: Add include guard.
12014 * arch/xtensa.h: Rename include guard.
12015 * arch/tic6x.h: Add include guard.
12016 * arch/i386.h: Add include guard.
12017 * arch/arm.h: Rename include guard.
12018 * arch/arm-linux.h: Rename include guard.
12019 * arch/arm-get-next-pcs.h: Rename include guard.
12020 * arch/amd64.h: Add include guard.
12021 * arch/aarch64-insn.h: Rename include guard.
12022 * arch-utils.h: Rename include guard.
12023 * annotate.h: Add include guard.
12024 * amd64-darwin-tdep.h: Rename include guard.
12025 * aarch64-linux-tdep.h: Add include guard.
12026 * aarch64-fbsd-tdep.h: Add include guard.
12027 * aarch32-linux-nat.h: Add include guard.
12028
12029 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12030
12031 * macrotab.c (macro_define_internal): New function that
12032 factorizes macro_define_object_internal and macro_define_function
12033 code.
12034 (macro_define_object_internal): Use macro_define_internal.
12035 (macro_define_function): Likewise.
12036
12037 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12038
12039 * macrocmd.c (extract_identifier): Return
12040 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12041 callers.
12042
12043 2019-02-06 John Baldwin <jhb@FreeBSD.org>
12044
12045 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12046
12047 2019-02-05 Tom Tromey <tom@tromey.com>
12048
12049 * target.c (target_stack::unpush): Move assertion earlier.
12050
12051 2019-01-30 Tom Tromey <tom@tromey.com>
12052
12053 PR python/23615:
12054 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12055 (gdbpy_parse_and_eval): Likewise.
12056 * python/python-internal.h (gdbpy_allow_threads): New class.
12057
12058 2019-01-28 John Baldwin <jhb@FreeBSD.org>
12059
12060 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12061 (aarch64_fbsd_fpregmap): Move earlier.
12062 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12063 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12064 instead of individual calls to trad_frame_set_reg_addr.
12065 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12066 earlier.
12067 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12068 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12069 instead of individual calls to trad_frame_set_reg_addr.
12070
12071 2019-01-28 Alan Hayward <alan.hayward@arm.com>
12072
12073 * CONTRIBUTE: Replace contribution list with wiki link.
12074
12075 2019-01-25 Tom Tromey <tom@tromey.com>
12076
12077 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12078
12079 2019-01-25 Tom Tromey <tom@tromey.com>
12080
12081 * xtensa-linux-nat.c: Fix common/ includes.
12082 * xml-support.h: Fix common/ includes.
12083 * xml-support.c: Fix common/ includes.
12084 * x86-linux-nat.c: Fix common/ includes.
12085 * windows-nat.c: Fix common/ includes.
12086 * varobj.h: Fix common/ includes.
12087 * varobj.c: Fix common/ includes.
12088 * value.c: Fix common/ includes.
12089 * valops.c: Fix common/ includes.
12090 * utils.c: Fix common/ includes.
12091 * unittests/xml-utils-selftests.c: Fix common/ includes.
12092 * unittests/utils-selftests.c: Fix common/ includes.
12093 * unittests/unpack-selftests.c: Fix common/ includes.
12094 * unittests/tracepoint-selftests.c: Fix common/ includes.
12095 * unittests/style-selftests.c: Fix common/ includes.
12096 * unittests/string_view-selftests.c: Fix common/ includes.
12097 * unittests/scoped_restore-selftests.c: Fix common/ includes.
12098 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12099 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12100 * unittests/rsp-low-selftests.c: Fix common/ includes.
12101 * unittests/parse-connection-spec-selftests.c: Fix common/
12102 includes.
12103 * unittests/optional-selftests.c: Fix common/ includes.
12104 * unittests/offset-type-selftests.c: Fix common/ includes.
12105 * unittests/observable-selftests.c: Fix common/ includes.
12106 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12107 * unittests/memrange-selftests.c: Fix common/ includes.
12108 * unittests/memory-map-selftests.c: Fix common/ includes.
12109 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12110 * unittests/function-view-selftests.c: Fix common/ includes.
12111 * unittests/environ-selftests.c: Fix common/ includes.
12112 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12113 * unittests/common-utils-selftests.c: Fix common/ includes.
12114 * unittests/cli-utils-selftests.c: Fix common/ includes.
12115 * unittests/array-view-selftests.c: Fix common/ includes.
12116 * ui-file.c: Fix common/ includes.
12117 * tui/tui-io.c: Fix common/ includes.
12118 * tracepoint.h: Fix common/ includes.
12119 * tracepoint.c: Fix common/ includes.
12120 * tracefile-tfile.c: Fix common/ includes.
12121 * top.h: Fix common/ includes.
12122 * top.c: Fix common/ includes.
12123 * thread.c: Fix common/ includes.
12124 * target/waitstatus.h: Fix common/ includes.
12125 * target/waitstatus.c: Fix common/ includes.
12126 * target.h: Fix common/ includes.
12127 * target.c: Fix common/ includes.
12128 * target-memory.c: Fix common/ includes.
12129 * target-descriptions.c: Fix common/ includes.
12130 * symtab.h: Fix common/ includes.
12131 * symfile.c: Fix common/ includes.
12132 * stap-probe.c: Fix common/ includes.
12133 * spu-linux-nat.c: Fix common/ includes.
12134 * sparc-nat.c: Fix common/ includes.
12135 * source.c: Fix common/ includes.
12136 * solib.c: Fix common/ includes.
12137 * solib-target.c: Fix common/ includes.
12138 * ser-unix.c: Fix common/ includes.
12139 * ser-tcp.c: Fix common/ includes.
12140 * ser-pipe.c: Fix common/ includes.
12141 * ser-base.c: Fix common/ includes.
12142 * selftest-arch.c: Fix common/ includes.
12143 * s12z-tdep.c: Fix common/ includes.
12144 * rust-exp.y: Fix common/ includes.
12145 * rs6000-aix-tdep.c: Fix common/ includes.
12146 * riscv-tdep.c: Fix common/ includes.
12147 * remote.c: Fix common/ includes.
12148 * remote-notif.h: Fix common/ includes.
12149 * remote-fileio.h: Fix common/ includes.
12150 * remote-fileio.c: Fix common/ includes.
12151 * regcache.h: Fix common/ includes.
12152 * regcache.c: Fix common/ includes.
12153 * record-btrace.c: Fix common/ includes.
12154 * python/python.c: Fix common/ includes.
12155 * python/py-type.c: Fix common/ includes.
12156 * python/py-inferior.c: Fix common/ includes.
12157 * progspace.h: Fix common/ includes.
12158 * producer.c: Fix common/ includes.
12159 * procfs.c: Fix common/ includes.
12160 * proc-api.c: Fix common/ includes.
12161 * printcmd.c: Fix common/ includes.
12162 * ppc-linux-nat.c: Fix common/ includes.
12163 * parser-defs.h: Fix common/ includes.
12164 * osdata.c: Fix common/ includes.
12165 * obsd-nat.c: Fix common/ includes.
12166 * nat/x86-linux.c: Fix common/ includes.
12167 * nat/x86-linux-dregs.c: Fix common/ includes.
12168 * nat/x86-dregs.h: Fix common/ includes.
12169 * nat/x86-dregs.c: Fix common/ includes.
12170 * nat/ppc-linux.c: Fix common/ includes.
12171 * nat/mips-linux-watch.h: Fix common/ includes.
12172 * nat/mips-linux-watch.c: Fix common/ includes.
12173 * nat/linux-waitpid.c: Fix common/ includes.
12174 * nat/linux-ptrace.h: Fix common/ includes.
12175 * nat/linux-ptrace.c: Fix common/ includes.
12176 * nat/linux-procfs.c: Fix common/ includes.
12177 * nat/linux-personality.c: Fix common/ includes.
12178 * nat/linux-osdata.c: Fix common/ includes.
12179 * nat/linux-namespaces.c: Fix common/ includes.
12180 * nat/linux-btrace.h: Fix common/ includes.
12181 * nat/linux-btrace.c: Fix common/ includes.
12182 * nat/fork-inferior.c: Fix common/ includes.
12183 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12184 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12185 * nat/aarch64-linux.c: Fix common/ includes.
12186 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12187 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12188 * namespace.h: Fix common/ includes.
12189 * mips-linux-tdep.c: Fix common/ includes.
12190 * minsyms.c: Fix common/ includes.
12191 * mi/mi-parse.h: Fix common/ includes.
12192 * mi/mi-main.c: Fix common/ includes.
12193 * mi/mi-cmd-env.c: Fix common/ includes.
12194 * memrange.h: Fix common/ includes.
12195 * memattr.c: Fix common/ includes.
12196 * maint.h: Fix common/ includes.
12197 * maint.c: Fix common/ includes.
12198 * main.c: Fix common/ includes.
12199 * machoread.c: Fix common/ includes.
12200 * location.c: Fix common/ includes.
12201 * linux-thread-db.c: Fix common/ includes.
12202 * linux-nat.c: Fix common/ includes.
12203 * linux-fork.c: Fix common/ includes.
12204 * inline-frame.c: Fix common/ includes.
12205 * infrun.c: Fix common/ includes.
12206 * inflow.c: Fix common/ includes.
12207 * inferior.h: Fix common/ includes.
12208 * inferior.c: Fix common/ includes.
12209 * infcmd.c: Fix common/ includes.
12210 * inf-ptrace.c: Fix common/ includes.
12211 * inf-child.c: Fix common/ includes.
12212 * ia64-linux-nat.c: Fix common/ includes.
12213 * i387-tdep.c: Fix common/ includes.
12214 * i386-tdep.c: Fix common/ includes.
12215 * i386-linux-tdep.c: Fix common/ includes.
12216 * i386-linux-nat.c: Fix common/ includes.
12217 * i386-go32-tdep.c: Fix common/ includes.
12218 * i386-fbsd-tdep.c: Fix common/ includes.
12219 * i386-fbsd-nat.c: Fix common/ includes.
12220 * guile/scm-type.c: Fix common/ includes.
12221 * guile/guile.c: Fix common/ includes.
12222 * go32-nat.c: Fix common/ includes.
12223 * gnu-nat.c: Fix common/ includes.
12224 * gdbthread.h: Fix common/ includes.
12225 * gdbarch-selftests.c: Fix common/ includes.
12226 * gdb_usleep.c: Fix common/ includes.
12227 * gdb_select.h: Fix common/ includes.
12228 * gdb_bfd.c: Fix common/ includes.
12229 * gcore.c: Fix common/ includes.
12230 * fork-child.c: Fix common/ includes.
12231 * findvar.c: Fix common/ includes.
12232 * fbsd-nat.c: Fix common/ includes.
12233 * event-top.c: Fix common/ includes.
12234 * event-loop.c: Fix common/ includes.
12235 * dwarf2read.c: Fix common/ includes.
12236 * dwarf2loc.c: Fix common/ includes.
12237 * dwarf2-frame.c: Fix common/ includes.
12238 * dwarf-index-cache.c: Fix common/ includes.
12239 * dtrace-probe.c: Fix common/ includes.
12240 * disasm-selftests.c: Fix common/ includes.
12241 * defs.h: Fix common/ includes.
12242 * csky-tdep.c: Fix common/ includes.
12243 * cp-valprint.c: Fix common/ includes.
12244 * cp-support.h: Fix common/ includes.
12245 * cp-support.c: Fix common/ includes.
12246 * corelow.c: Fix common/ includes.
12247 * completer.h: Fix common/ includes.
12248 * completer.c: Fix common/ includes.
12249 * compile/compile.c: Fix common/ includes.
12250 * compile/compile-loc2c.c: Fix common/ includes.
12251 * compile/compile-cplus-types.c: Fix common/ includes.
12252 * compile/compile-cplus-symbols.c: Fix common/ includes.
12253 * command.h: Fix common/ includes.
12254 * cli/cli-dump.c: Fix common/ includes.
12255 * cli/cli-cmds.c: Fix common/ includes.
12256 * charset.c: Fix common/ includes.
12257 * build-id.c: Fix common/ includes.
12258 * btrace.h: Fix common/ includes.
12259 * btrace.c: Fix common/ includes.
12260 * breakpoint.h: Fix common/ includes.
12261 * breakpoint.c: Fix common/ includes.
12262 * ax.h:
12263 (enum agent_op): Fix common/ includes.
12264 * ax-general.c (struct aop_map): Fix common/ includes.
12265 * ax-gdb.c: Fix common/ includes.
12266 * auxv.c: Fix common/ includes.
12267 * auto-load.c: Fix common/ includes.
12268 * arm-tdep.c: Fix common/ includes.
12269 * arch/riscv.c: Fix common/ includes.
12270 * arch/ppc-linux-common.c: Fix common/ includes.
12271 * arch/i386.c: Fix common/ includes.
12272 * arch/arm.c: Fix common/ includes.
12273 * arch/arm-linux.c: Fix common/ includes.
12274 * arch/arm-get-next-pcs.c: Fix common/ includes.
12275 * arch/amd64.c: Fix common/ includes.
12276 * arch/aarch64.c: Fix common/ includes.
12277 * arch/aarch64-insn.c: Fix common/ includes.
12278 * arch-utils.c: Fix common/ includes.
12279 * amd64-windows-tdep.c: Fix common/ includes.
12280 * amd64-tdep.c: Fix common/ includes.
12281 * amd64-sol2-tdep.c: Fix common/ includes.
12282 * amd64-obsd-tdep.c: Fix common/ includes.
12283 * amd64-nbsd-tdep.c: Fix common/ includes.
12284 * amd64-linux-tdep.c: Fix common/ includes.
12285 * amd64-linux-nat.c: Fix common/ includes.
12286 * amd64-fbsd-tdep.c: Fix common/ includes.
12287 * amd64-fbsd-nat.c: Fix common/ includes.
12288 * amd64-dicos-tdep.c: Fix common/ includes.
12289 * amd64-darwin-tdep.c: Fix common/ includes.
12290 * agent.c: Fix common/ includes.
12291 * ada-lang.h: Fix common/ includes.
12292 * ada-lang.c: Fix common/ includes.
12293 * aarch64-tdep.c: Fix common/ includes.
12294
12295 2019-01-25 Tom Tromey <tom@tromey.com>
12296
12297 * common/create-version.sh: Use common/version.h.
12298
12299 2019-01-24 Pedro Alves <palves@redhat.com>
12300
12301 * infrun.c (signal_stop, signal_print, signal_program)
12302 (signal_catch, signal_pass): Now arrays instead of pointers.
12303 (update_signals_program_target, do_target_resume)
12304 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12305 * linux-nat.c (linux_nat_target::pass_signals)
12306 (linux_nat_target::create_inferior, linux_nat_target::attach):
12307 Adjust.
12308 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12309 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12310 * procfs.c (procfs_target::pass_signals): Adjust.
12311 * record-full.c (record_full_target::resume): Adjust.
12312 * remote.c (remote_target::pass_signals)
12313 (remote_target::program_signals): Adjust.
12314 * target-debug.h (target_debug_print_signals): Now takes a
12315 gdb::array_view as parameter. Adjust.
12316 * target.h (target_ops) <pass_signals, program_signals>: Replace
12317 pointer and length parameters with gdb::array_view.
12318 (target_pass_signals, target_program_signals): Likewise.
12319 * target-delegates.c: Regenerate.
12320
12321 2019-01-24 Pedro Alves <palves@redhat.com>
12322
12323 * common/forward-scope-exit.h
12324 (forward_scope_exit::forward_scope_exit): Pass arguments to
12325 m_bind_function directly, instead of creating a std::bind and
12326 copying that.
12327
12328 2019-01-24 Alan Hayward <alan.hayward@arm.com>
12329
12330 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12331 for static members.
12332 (pass_in_v_vfp_candidate): Likewise.
12333
12334 2019-01-23 Tom Tromey <tom@tromey.com>
12335 Pedro Alves <palves@redhat.com>
12336
12337 * regcache.c (class regcache_invalidator): Remove.
12338 (regcache::raw_write): Use make_scope_exit.
12339
12340 2019-01-23 Tom Tromey <tom@tromey.com>
12341
12342 * ui-out.h (class ui_out_emit_type): Update comment.
12343
12344 2019-01-23 Tom Tromey <tom@tromey.com>
12345
12346 * infrun.c (fetch_inferior_event): Update comment.
12347
12348 2019-01-23 Tom Tromey <tom@tromey.com>
12349 Pedro Alves <palves@redhat.com>
12350
12351 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12352 parameter.
12353 (fetch_inferior_event): Use SCOPE_EXIT.
12354
12355
12356 2019-01-23 Tom Tromey <tom@tromey.com>
12357 Pedro Alves <palves@redhat.com>
12358
12359 * infrun.c (disable_thread_events): Delete.
12360 (stop_all_threads): Use SCOPE_EXIT.
12361
12362 2019-01-23 Tom Tromey <tom@tromey.com>
12363 Pedro Alves <palves@redhat.com>
12364
12365 * symfile.c: Include forward-scope-exit.h.
12366 (clear_symtab_users_cleanup): Replace forward declaration with
12367 a FORWARD_SCOPE_EXIT.
12368 (syms_from_objfile_1): Use the forward_scope_exit and
12369 gdb::optional instead of cleanup_function.
12370 (reread_symbols): Use the forward_scope_exit instead of
12371 cleanup_function.
12372 (clear_symtab_users_cleanup): Remove function.
12373
12374 2019-01-23 Tom Tromey <tom@tromey.com>
12375 Pedro Alves <palves@redhat.com>
12376
12377 * linux-nat.c: Include scope-exit.h.
12378 (cleanup_target_stop): Remove.
12379 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12380 SCOPE_EXIT.
12381
12382 2019-01-23 Tom Tromey <tom@tromey.com>
12383 Pedro Alves <palves@redhat.com>
12384
12385 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12386 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12387
12388 2019-01-23 Tom Tromey <tom@tromey.com>
12389 Andrew Burgess <andrew.burgess@embecosm.com>
12390 Pedro Alves <palves@redhat.com>
12391
12392 * infrun.c (fetch_inferior_event): Use scope_exit.
12393 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12394 * top.c (execute_command): Use scope_exit.
12395 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12396 * utils.c (do_bpstat_clear_actions_cleanup)
12397 (make_bpstat_clear_actions_cleanup): Remove.
12398
12399 2019-01-23 Tom Tromey <tom@tromey.com>
12400 Pedro Alves <palves@redhat.com>
12401
12402 * infrun.c: Include "common/scope-exit.h"
12403 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12404 (wait_for_inferior): Use SCOPE_EXIT.
12405 (fetch_inferior_event): Use scope_exit.
12406
12407 2019-01-23 Tom Tromey <tom@tromey.com>
12408 Pedro Alves <palves@redhat.com>
12409
12410 * breakpoint.c (create_breakpoint): Remove cleanup.
12411
12412 2019-01-23 Tom Tromey <tom@tromey.com>
12413 Andrew Burgess <andrew.burgess@embecosm.com>
12414 Pedro Alves <palves@redhat.com>
12415
12416 2019-01-23 Pedro Alves <palves@redhat.com>
12417
12418 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12419
12420 2019-01-23 Pedro Alves <palves@redhat.com>
12421 Andrew Burgess <andrew.burgess@embecosm.com>
12422
12423 * gdbthread.h: Include "common/forward-scope-exit.h".
12424 (scoped_finish_thread_state): Redefine custom class in terms of
12425 forward_scope_exit.
12426
12427 2019-01-23 Pedro Alves <palves@redhat.com>
12428 Andrew Burgess <andrew.burgess@embecosm.com>
12429
12430 * common/forward-scope-exit.h: New file.
12431
12432 2019-01-23 Pedro Alves <palves@redhat.com>
12433 Andrew Burgess <andrew.burgess@embecosm.com>
12434 Tom Tromey <tom@tromey.com>
12435
12436 * common/scope-exit.h: New file.
12437
12438 2019-01-23 Pedro Alves <palves@redhat.com>
12439
12440 * common/preprocessor.h (ESC): Rename to ...
12441 (ESC_PARENS): ... this.
12442 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12443 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12444
12445 2019-01-23 Tom Tromey <tom@tromey.com>
12446
12447 * language.h (class scoped_switch_to_sym_language_if_auto):
12448 Initialize m_lang in both cases.
12449
12450 2019-01-23 Alan Hayward <alan.hayward@arm.com>
12451
12452 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12453 with XCNEW.
12454
12455 2019-01-22 Tom Tromey <tom@tromey.com>
12456
12457 * corelow.c: Do not include sys/file.h.
12458
12459 2019-01-22 Tom Tromey <tom@tromey.com>
12460
12461 * tui/tui-wingeneral.h: Include gdb_curses.h.
12462
12463 2019-01-22 Tom Tromey <tom@tromey.com>
12464
12465 * source-cache.h (class source_cache) <get_source_lines,
12466 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12467
12468 2019-01-22 Tom Tromey <tom@tromey.com>
12469
12470 * remote-fileio.h (struct remote_target): Declare.
12471
12472 2019-01-22 Tom Tromey <tom@tromey.com>
12473
12474 * python/py-arch.c: Do not include py-ref.h.
12475 * python/py-bpevent.c: Do not include py-ref.h.
12476 * python/py-cmd.c: Do not include py-ref.h.
12477 * python/py-continueevent.c: Do not include py-ref.h.
12478 * python/py-event.h: Do not include py-ref.h.
12479 * python/py-evtregistry.c: Do not include py-ref.h.
12480 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12481 * python/py-frame.c: Do not include py-ref.h.
12482 * python/py-framefilter.c: Do not include py-ref.h.
12483 * python/py-function.c: Do not include py-ref.h.
12484 * python/py-infevents.c: Do not include py-ref.h.
12485 * python/py-linetable.c: Do not include py-ref.h.
12486 * python/py-objfile.c: Do not include py-ref.h.
12487 * python/py-param.c: Do not include py-ref.h.
12488 * python/py-prettyprint.c: Do not include py-ref.h.
12489 * python/py-progspace.c: Do not include py-ref.h.
12490 * python/py-symbol.c: Do not include py-ref.h.
12491 * python/py-symtab.c: Do not include py-ref.h.
12492 * python/py-type.c: Do not include py-ref.h.
12493 * python/py-unwind.c: Do not include py-ref.h.
12494 * python/py-utils.c: Do not include py-ref.h.
12495 * python/py-value.c: Do not include py-ref.h.
12496 * python/py-varobj.c: Do not include py-ref.h.
12497 * python/py-xmethods.c: Do not include py-ref.h.
12498 * python/python.c: Do not include py-ref.h.
12499 * varobj.c: Do not include py-ref.h.
12500
12501 2019-01-22 Tom Tromey <tom@tromey.com>
12502
12503 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12504 keyword for bcache.
12505
12506 2019-01-22 Tom Tromey <tom@tromey.com>
12507
12508 * compile/compile-cplus-types.c: Remove a comment by #include.
12509
12510 2019-01-22 Tom Tromey <tom@tromey.com>
12511
12512 * compile/gcc-c-plugin.h: Include compile-internal.h.
12513
12514 2019-01-22 Tom Tromey <tom@tromey.com>
12515
12516 * stabsread.c (EXTERN): Do not define.
12517 (symnum, next_symbol_text_func, processing_gcc_compilation)
12518 (within_function, global_sym_chain, global_stabs)
12519 (previous_stab_code, this_object_header_files)
12520 (n_this_object_header_files)
12521 (n_allocated_this_object_header_files): Define.
12522 * stabsread.h (EXTERN): Never define. Use "extern".
12523
12524 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12525
12526 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12527 history_value.
12528
12529 2019-01-21 Tom Tromey <tom@tromey.com>
12530
12531 * ui-out.c: Fix includes.
12532 * tui/tui-source.c: Fix includes.
12533 * target.c: Fix includes.
12534 * remote.c: Fix includes.
12535 * regcache.c: Fix includes.
12536 * python/py-block.c: Fix includes.
12537 * printcmd.c: Fix includes.
12538 * or1k-tdep.c: Fix includes.
12539 * mi/mi-main.c: Fix includes.
12540 * m32r-tdep.c: Fix includes.
12541 * csky-tdep.c: Fix includes.
12542 * compile/compile-cplus-types.c: Fix includes.
12543 * cli/cli-interp.c: Fix includes.
12544
12545 2019-01-21 Alan Hayward <alan.hayward@arm.com>
12546
12547 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12548 for padding.
12549
12550 2019-01-16 Tom Tromey <tom@tromey.com>
12551
12552 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12553 earlier.
12554 (struct objfile) <msymbols_range>: Move from top level.
12555 <msymbols>: New method.
12556 (class objfile_msymbols): Remove.
12557 * symtab.c (default_collect_symbol_completion_matches_break_on):
12558 Update.
12559 * symmisc.c (dump_msymbols): Update.
12560 * stabsread.c (scan_file_globals): Update.
12561 * objc-lang.c (info_selectors_command, info_classes_command)
12562 (find_methods): Update.
12563 * minsyms.c (find_solib_trampoline_target): Update.
12564 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12565 * coffread.c (coff_symfile_read): Update.
12566 * ada-lang.c (ada_lookup_simple_minsym)
12567 (ada_collect_symbol_completion_matches): Update.
12568
12569 2019-01-16 Tom Tromey <tom@tromey.com>
12570
12571 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12572 type. Remove no-argument constructor.
12573 <iterator::operator++>: Simplify.
12574 <begin>: Update.
12575 <end>: Use minimal_symbol_count.
12576
12577 2019-01-16 Tom Tromey <tom@tromey.com>
12578
12579 * objfiles.h (struct objfile) <psymtabs>: New method.
12580 (class objfile_psymtabs): Remove.
12581 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12582 typedef.
12583 <range>: New method.
12584 (require_partial_symbols): Change return type.
12585 * psymtab.c (require_partial_symbols)
12586 (psym_expand_symtabs_matching): Update.
12587 * mdebugread.c (parse_partial_symbols): Update.
12588 * dbxread.c (dbx_end_psymtab): Update.
12589
12590 2019-01-15 Tom Tromey <tom@tromey.com>
12591
12592 * symtab.c (lookup_objfile_from_block)
12593 (lookup_symbol_in_objfile_symtabs)
12594 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
12595 (find_line_symtab, info_sources_command)
12596 (default_collect_symbol_completion_matches_break_on)
12597 (make_source_files_completion_list): Update.
12598 * symmisc.c (print_objfile_statistics, dump_objfile)
12599 (maintenance_print_symbols, maintenance_info_symtabs)
12600 (maintenance_check_symtabs, maintenance_info_line_tables):
12601 Update.
12602 * source.c (select_source_symtab)
12603 (forget_cached_source_info_for_objfile): Update.
12604 * objfiles.h (class objfile_compunits): Remove.
12605 (struct objfile) <compunits_range>: New typedef.
12606 (compunits): New method.
12607 * objfiles.c (objfile_relocate1): Update.
12608 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12609 * maint.c (count_symtabs_and_blocks): Update.
12610 * linespec.c (iterate_over_all_matching_symtabs): Update.
12611 * cp-support.c (add_symbol_overload_list_qualified): Update.
12612 * coffread.c (coff_symtab_read): Update.
12613 * ada-lang.c (add_nonlocal_symbols)
12614 (ada_collect_symbol_completion_matches)
12615 (ada_add_global_exceptions): Update.
12616
12617 2019-01-15 Tom Tromey <tom@tromey.com>
12618
12619 * progspace.h (program_space) <objfiles_safe_range>: New
12620 typedef.
12621 <objfiles_safe>: New method.
12622 * objfiles.h (class all_objfiles_safe): Remove.
12623 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
12624 * jit.c (jit_inferior_exit_hook): Update.
12625
12626 2019-01-17 Tom Tromey <tom@tromey.com>
12627
12628 * progspace.h (program_space) <objfiles_range>: New typedef.
12629 <objfiles>: New method.
12630 <objfiles_head>: Rename from objfiles.
12631 (object_files): Update.
12632 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
12633 * guile/scm-pretty-print.c
12634 (ppscm_find_pretty_printer_from_objfiles): Update.
12635 * guile/scm-objfile.c (gdbscm_objfiles): Update.
12636 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
12637 Update.
12638 * python/py-progspace.c (pspy_get_objfiles): Update.
12639 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12640 Update.
12641 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12642 (objfpy_lookup_objfile_by_build_id): Update.
12643 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12644 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12645 Update.
12646 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12647 (expand_symtab_containing_pc, lookup_objfile_from_block)
12648 (lookup_static_symbol, basic_lookup_transparent_type)
12649 (find_pc_sect_compunit_symtab, find_symbol_at_address)
12650 (find_line_symtab, info_sources_command)
12651 (default_collect_symbol_completion_matches_break_on)
12652 (make_source_files_completion_list, find_main_name): Update.
12653 * symmisc.c (print_symbol_bcache_statistics)
12654 (print_objfile_statistics, maintenance_print_symbols)
12655 (maintenance_print_msymbols, maintenance_print_objfiles)
12656 (maintenance_info_symtabs, maintenance_check_symtabs)
12657 (maintenance_expand_symtabs, maintenance_info_line_tables):
12658 Update.
12659 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
12660 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
12661 (map_overlay_command, unmap_overlay_command)
12662 (simple_overlay_update, expand_symtabs_matching)
12663 (map_symbol_filenames): Update.
12664 * symfile-debug.c (set_debug_symfile): Update.
12665 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
12666 Update.
12667 * source.c (select_source_symtab, forget_cached_source_info):
12668 Update.
12669 * solib.c (solib_read_symbols): Update.
12670 * solib-spu.c (append_ocl_sos): Update.
12671 * psymtab.c (maintenance_print_psymbols)
12672 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
12673 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
12674 * printcmd.c (info_symbol_command): Update.
12675 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
12676 Update.
12677 * objfiles.h (class all_objfiles): Remove.
12678 * objfiles.c (have_partial_symbols, have_full_symbols)
12679 (have_minimal_symbols, qsort_cmp, update_section_map)
12680 (shared_objfile_contains_address_p)
12681 (default_iterate_over_objfiles_in_search_order): Update.
12682 * objc-lang.c (info_selectors_command, info_classes_command)
12683 (find_methods): Update.
12684 * minsyms.c (find_solib_trampoline_target): Update.
12685 * maint.c (maintenance_info_sections)
12686 (maintenance_translate_address, count_symtabs_and_blocks):
12687 Update.
12688 * main.c (captured_main_1): Update.
12689 * linux-thread-db.c (try_thread_db_load_from_pdir)
12690 (has_libpthread): Update.
12691 * linespec.c (iterate_over_all_matching_symtabs)
12692 (search_minsyms_for_name): Update.
12693 * jit.c (jit_find_objf_with_entry_addr): Update.
12694 * hppa-tdep.c (find_unwind_entry)
12695 (hppa_lookup_stub_minimal_symbol): Update.
12696 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
12697 Update.
12698 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12699 (elf_gnu_ifunc_resolve_by_got): Update.
12700 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
12701 * dwarf-index-write.c (save_gdb_index_command): Update.
12702 * cp-support.c (add_symbol_overload_list_qualified): Update.
12703 * breakpoint.c (create_overlay_event_breakpoint)
12704 (create_longjmp_master_breakpoint)
12705 (create_std_terminate_master_breakpoint)
12706 (create_exception_master_breakpoint): Update.
12707 * blockframe.c (find_pc_partial_function): Update.
12708 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
12709 (ada_collect_symbol_completion_matches)
12710 (ada_add_global_exceptions): Update.
12711
12712 2019-01-17 Tom Tromey <tom@tromey.com>
12713
12714 * solib-target.c (lm_info_target_p): Remove typedef. Don't
12715 declare VEC.
12716 (solib_target_parse_libraries): Change return type.
12717 (library_list_start_segment, library_list_start_section)
12718 (library_list_end_library, library_list_start_library); Update.
12719 (solib_target_free_library_list): Remove.
12720 (solib_target_parse_libraries): Remove cleanup. Change return
12721 type.
12722 (solib_target_current_sos): Update.
12723
12724 2019-01-17 Tom Tromey <tromey@bapiya>
12725
12726 * valprint.c: Replace "the the" with "the".
12727 * symtab.c: Replace "the the" with "the".
12728 * solib.c: Replace "the the" with "the".
12729 * solib-dsbt.c: Replace "the the" with "the".
12730 * linespec.c: Replace "the the" with "the".
12731 * dwarf2loc.h: Replace "the the" with "the".
12732 * amd64-windows-tdep.c: Replace "the the" with "the".
12733 * aarch64-tdep.c: Replace "the the" with "the".
12734
12735 2019-01-16 Keith Seitz <keiths@redhat.com>
12736
12737 PR gdb/23773
12738 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
12739 <builder>: Rename to ..
12740 <m_builder>: ... this and make private.
12741 (dwarf2_cu::get_builder): New method. Change all users of
12742 `builder' to use this method.
12743 (dwarf2_start_symtab): Move to ...
12744 (dwarf2_cu::start_symtab): ... here. Update all callers
12745 (setup_type_unit_groups): Move to ...
12746 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
12747 callers.
12748 (dwarf2_cu::reset_builder): New method.
12749 (process_full_compunit, process_full_type_unit): Use
12750 dwarf2_cu::reset_builder.
12751 (follow_die_offset): Record the ancestor CU if it is different
12752 from the followed DIE's CU.
12753 (follow_die_sig_1): Likewise.
12754
12755 2019-01-15 Tom Tromey <tom@tromey.com>
12756
12757 * remote.c (class remote_state) <buf>: Now a char_vector.
12758 <buf_size>: Remove.
12759 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
12760 parameter.
12761 (remote_target::getpkt_or_notif_sane_1)
12762 (remote_target::getpkt_sane)
12763 (remote_target::getpkt_or_notif_sane): Likewise.
12764 (class remote_target) <putpkt>: New overload.
12765 (remote_target::read_frame): Change type of "buf_p". Remove
12766 sizeof_p parameter.
12767 (packet_ok): New overload.
12768 (packet_check_result): New overload.
12769 Update all uses.
12770
12771 2019-01-14 Tom Tromey <tom@tromey.com>
12772
12773 * remote-notif.c (handle_notification, remote_notif_ack)
12774 (remote_notif_parse): Make "buf" const.
12775 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
12776 const.
12777 (remote_notif_parse, remote_notif_ack, handle_notification):
12778 Likewise.
12779 * remote.c (remote_notif_stop_parse): Make "buf" const.
12780 (remote_target::remote_parse_stop_reply): Make "buf" const.
12781 (remote_notif_stop_ack): Make "buf" const.
12782
12783 2019-01-14 Tom Tromey <tom@tromey.com>
12784
12785 * remote.c (remote_console_output): Make parameter const.
12786
12787 2019-01-14 Tom Tromey <tom@tromey.com>
12788
12789 * target-debug.h (target_debug_print_signals): Constify.
12790 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
12791 * procfs.c (procfs_target::pass_signals): Update.
12792 * linux-nat.c (linux_nat_target::pass_signals): Update.
12793 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
12794 * target-delegates.c: Rebuild.
12795 * remote.c (remote_target::program_signals): Update.
12796 (remote_target::pass_signals): Update.
12797 * target.c (target_pass_signals): Constify argument.
12798 (target_program_signals): Likewise.
12799 * target.h (struct target_ops) <pass_signals, program_signals>:
12800 Constify argument.
12801 (target_pass_signals, target_program_signals): Constify argument.
12802
12803 2019-01-14 Tom Tromey <tom@tromey.com>
12804
12805 PR tui/28819:
12806 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
12807
12808 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
12809
12810 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
12811 field.
12812 * rs6000-tdep.c: Include reggroups.h.
12813 (IS_V_ALIAS_PSEUDOREG): Define.
12814 (rs6000_register_name): Return names for the "vX" aliases.
12815 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
12816 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
12817 aliases. Call default_register_reggroup_p for all other
12818 pseudo-registers.
12819 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
12820 New functions.
12821 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
12822 Handle "vX" aliases.
12823 (v_alias_pseudo_register_collect): New function.
12824 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
12825 (rs6000_gdbarch_init): Initialize "vX" aliases as
12826 pseudo-registers. Restore registration of
12827 rs6000_pseudo_register_reggroup_p with
12828 set_tdesc_pseudo_register_reggroup_p.
12829
12830 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
12831
12832 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
12833 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
12834 set_gdbarch_num_pseudo_regs.
12835
12836 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12837
12838 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
12839 Remove arg prefixname, add do_set and do_show.
12840 Add member functions set_list and show_list.
12841 * cli/cli-style.c (class cli_style_option): Update accordingly.
12842 (style_set_list): Move to file scope.
12843 (style_show_list): Likewise.
12844 (set_style): Call help_list.
12845 (show_style): Call cmd_show_list.
12846 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
12847 Update to use the new macro.
12848
12849 2019-10-12 Joel Brobecker <brobecker@adacore.com>
12850
12851 * ada-lang.c (_initialize_ada_language): Expand the help text
12852 for the "catch exception" command.
12853
12854 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12855
12856 * symtab.c (matching_obj_sections): Initialize obj,
12857 declare it closer to its usage.
12858
12859 2019-01-10 Tom Tromey <tom@tromey.com>
12860
12861 * thread-iter.h (inf_threads_iterator): Use next_iterator.
12862 (basic_inf_threads_range): Remove.
12863 (inf_threads_range, inf_non_exited_threads_range)
12864 (safe_inf_threads_range): Use next_adapter.
12865
12866 2019-01-10 Keith Seitz <keiths@redhat.com>
12867
12868 PR gdb/23712
12869 PR symtab/23010
12870 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
12871 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
12872
12873 2019-01-10 Keith Seitz <keiths@redhat.com>
12874
12875 PR gdb/23712
12876 PR symtab/23010
12877 * dictionary.c (pending_to_vector): Remove.
12878 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12879 Remove _1 suffix, replacing functions of the same name. Update
12880 all callers.
12881 (dict_create_hashed, dict_create_hashed_expandable)
12882 (dict_create_linear, dict_create_linear_expandable, dict_free)
12883 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
12884 Make functions static.
12885
12886 2019-01-10 Keith Seitz <keiths@redhat.com>
12887
12888 PR gdb/23712
12889 PR symtab/23010
12890 * dictionary.h (struct dictionary): Replace declaration with
12891 multidictionary.
12892 (dict_create_hashed, dict_create_hashed_expandable)
12893 (dict_create_linear, dict_create_linear_expandable)
12894 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
12895 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
12896 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
12897 taking multidictionary argument.
12898 [ALL_DICT_SYMBOLS]: Update for multidictionary.
12899 * block.h (struct block) <dict>: Change to multidictionary
12900 and rename `multidict'.
12901 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
12902 symmisc.c: Update all dictionary references to multidictionary.
12903
12904 2019-01-10 Keith Seitz <keiths@redhat.com>
12905
12906 PR gdb/23712
12907 PR symtab/23010
12908 * dictionary.c: Include unordered_map.
12909 (pending_to_vector): New function.
12910 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
12911 Rewrite the non-"_1" functions to take vector instead
12912 of linked list.
12913 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
12914 "new" _1 versions of the same name.
12915 (multidictionary): Define.
12916 (std::hash<enum language): New definition.
12917 (collate_pending_symbols_by_language, mdict_create_hashed)
12918 (mdict_create_hashed_expandable, mdict_create_linear)
12919 (mdict_create_linear_expandable, mdict_free)
12920 (find_language_dictionary, create_new_language_dictionary)
12921 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
12922 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
12923 (mdict_size, mdict_empty): New functions.
12924 * dictionary.h (mdict_iterator): Define.
12925
12926 2019-01-10 Pedro Alves <palves@redhat.com>
12927
12928 * breakpoint.c (read_uploaded_action)
12929 (create_tracepoint_from_upload): Adjust to use
12930 gdb::unique_xmalloc_ptr.
12931 * ctf.c (ctf_write_uploaded_tp):
12932 (SET_ARRAY_FIELD): Use emplace_back.
12933 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
12934 * tracefile-tfile.c (tfile_write_uploaded_tp):
12935 * tracepoint.c (parse_tracepoint_definition): Adjust to use
12936 gdb::unique_xmalloc_ptr.
12937 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
12938 at_string, cond_string, cmd_strings>: Replace char pointers
12939 with gdb::unique_xmalloc_ptr.
12940
12941 2019-01-10 Pedro Alves <palves@redhat.com>
12942
12943 * solib-target.c (library_list_start_library): Don't xstrdup name.
12944
12945 2019-01-10 Pedro Alves <palves@redhat.com>
12946
12947 * mdebugread.c (parse_partial_symbols): Use
12948 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
12949
12950 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12951
12952 * linux-fork.c (scoped_switch_fork_info)
12953 <~scoped_switch_fork_info>: Fix incorrect variable name.
12954
12955 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
12956
12957 * linux-fork.c (scoped_switch_fork_info)
12958 <scoped_switch_fork_info>: Make explicit.
12959 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
12960
12961 2019-01-10 Tom Tromey <tom@tromey.com>
12962
12963 * objfiles.h (objfile::reset_psymtabs): Update.
12964 * objfiles.c (objfile::objfile): Update.
12965 * psymtab.h (psymtab_storage::obstack): Update.
12966 (psymtab_storage::m_obstack): Use gdb::optional.
12967 (class psymtab_storage): Update comment. Remove objfile
12968 parameter.
12969 * psymtab.c (psymtab_storage::psymtab_storage): Update.
12970
12971 2019-01-10 Tom Tromey <tom@tromey.com>
12972
12973 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
12974 <free_psymtabs>: Now private.
12975 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
12976 (allocate_psymtab): Use new method.
12977
12978 2019-01-10 Tom Tromey <tom@tromey.com>
12979
12980 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
12981 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
12982 * mdebugread.c (parse_partial_symbols): Use
12983 allocate_dependencies.
12984 * dwarf2read.c (dwarf2_create_include_psymtab): Use
12985 allocate_dependencies.
12986 (process_psymtab_comp_unit_reader)
12987 (build_type_psymtab_dependencies): Likewise.
12988 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
12989
12990 2019-01-10 Tom Tromey <tom@tromey.com>
12991
12992 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
12993 PSYMBOL_SET_LANGUAGE.
12994 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
12995
12996 2019-01-10 Tom Tromey <tom@tromey.com>
12997
12998 * psymtab.h (psymtab_storage::obstack): New method.
12999 <m_obstack>: Rename from obstack; now private.
13000 * psymtab.c (psymtab_storage): Update.
13001 * dwarf2read.c (create_addrmap_from_index)
13002 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13003 Update.
13004
13005 2019-01-10 Tom Tromey <tom@tromey.com>
13006
13007 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13008 * objfiles.h (objfile::reset_psymtabs): New method.
13009
13010 2019-01-10 Tom Tromey <tom@tromey.com>
13011
13012 * symmisc.c (print_symbol_bcache_statistics): Update.
13013 (print_objfile_statistics): Update.
13014 * symfile.c (reread_symbols): Update.
13015 * psymtab.h (class psymtab_storage): New.
13016 * psymtab.c (psymtab_storage): New constructor.
13017 (~psymtab_storage): New destructor.
13018 (require_partial_symbols): Update.
13019 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13020 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13021 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13022 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13023 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13024 (start_psymtab_common, end_psymtab_common)
13025 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13026 (allocate_psymtab): Update.
13027 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13028 Update.
13029 (dump_psymtab_addrmap, maintenance_print_psymbols)
13030 (maintenance_check_psymtabs): Update.
13031 (class objfile_psymtabs): Move to objfiles.h.
13032 * psympriv.h (discard_psymtab): Now inline.
13033 (psymtab_discarder::psymtab_discarder): Update.
13034 (psymtab_discarder::~psymtab_discarder): Update.
13035 (ALL_OBJFILE_PSYMTABS): Rewrite.
13036 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13037 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13038 Remove fields.
13039 <partial_symtabs>: New field.
13040 (class objfile_psymtabs): Move from psymtab.h. Update.
13041 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13042 psymbol_cache.
13043 (objfile::~objfile): Don't destroy psymbol_cache.
13044 * mdebugread.c (parse_partial_symbols): Update.
13045 * dwarf2read.c (create_addrmap_from_index)
13046 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13047 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13048 (add_partial_subprogram, dwarf2_ranges_read): Update.
13049 * dwarf-index-write.c (write_address_map)
13050 (write_one_signatured_type, recursively_write_psymbols)
13051 (class debug_names, class debug_names, write_psymtabs_to_index):
13052 Update.
13053
13054 2019-01-10 Tom Tromey <tom@tromey.com>
13055
13056 * symtab.h (SYMBOL_SET_NAMES): Update.
13057 (symbol_set_names): Update.
13058 (MSYMBOL_SET_NAMES): Update.
13059 * symtab.c (symbol_set_names): Change argument to be an
13060 objfile_per_bfd_storage.
13061 * psymtab.c (add_psymbol_to_bcache): Update.
13062 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13063
13064 2019-01-10 Tom Tromey <tom@tromey.com>
13065
13066 * symtab.c (create_demangled_names_hash): Change argument to be an
13067 objfile_per_bfd_storage.
13068 (symbol_set_names): Update.
13069
13070 2019-01-10 Tom Tromey <tom@tromey.com>
13071
13072 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13073 init_psymbol_list.
13074 * psymtab.c (init_psymbol_list): Do nothing if already called.
13075 * psympriv.h (init_psymbol_list): Add comment.
13076 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13077 init_psymbol_list.
13078 * dbxread.c (dbx_symfile_read): Unconditionally call
13079 init_psymbol_list.
13080
13081 2019-01-10 Tom Tromey <tom@tromey.com>
13082
13083 * xcoffread.c (scan_xcoff_symtab): Update.
13084 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
13085 "where".
13086 * mdebugread.c (parse_partial_symbols)
13087 (handle_psymbol_enumerators): Update.
13088 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
13089 * dbxread.c (read_dbx_symtab): Update.
13090 * psympriv.h (psymbol_placement): New enum.
13091 (add_psymbol_to_list): Update.
13092
13093 2019-01-10 Tom Tromey <tom@tromey.com>
13094
13095 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
13096 static_psymbols parameters.
13097 (scan_xcoff_symtab): Update.
13098 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13099 static_psymbols parameters.
13100 * psympriv.h (start_psymtab_common): Update.
13101 * mdebugread.c (parse_partial_symbols): Update.
13102 * dwarf2read.c (create_partial_symtab): Update.
13103 * dbxread.c (read_dbx_symtab): Update.
13104 (start_psymtab): Remove global_psymbols and static_psymbols
13105 parameters.
13106
13107 2019-01-10 Tom Tromey <tom@tromey.com>
13108
13109 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13110 * psymtab.c (allocate_psymtab): Add comment.
13111 * psympriv.h (allocate_psymtab): Add comment.
13112 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13113 initializations.
13114 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13115
13116 2019-01-10 Tom Tromey <tom@tromey.com>
13117
13118 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13119 Don't declare.
13120 * mipsread.c: Include mdebugread.h.
13121 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13122 Declare.
13123 * elfread.c: Include mdebugread.h.
13124
13125 2019-01-09 Tom Tromey <tom@tromey.com>
13126
13127 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13128 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13129 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13130 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13131 (psym_lookup_symbol, psym_find_last_source_symtab)
13132 (psym_forget_cached_source_info, psym_print_stats)
13133 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13134 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13135 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13136 (psym_find_compunit_symtab_by_address)
13137 (maintenance_print_psymbols, maintenance_info_psymtabs)
13138 (maintenance_check_psymtabs): Use ranged for.
13139 * psymtab.h (class objfile_psymtabs): New.
13140 (require_partial_symbols): Return objfile_psymtabs.
13141 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13142
13143 2019-01-09 Tom Tromey <tom@tromey.com>
13144
13145 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13146 (find_pc_mapped_section, list_overlays_command)
13147 (map_overlay_command, unmap_overlay_command)
13148 (simple_overlay_update): Use all_objfiles.
13149 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13150 * printcmd.c (info_symbol_command): Use all_objfiles.
13151 * objfiles.h (ALL_OBJSECTIONS): Remove.
13152 * maint.c (maintenance_translate_address): Use all_objfiles.
13153 * gcore.c (gcore_create_callback): Use all_objfiles.
13154 (objfile_find_memory_regions): Likewise.
13155
13156 2019-01-09 Tom Tromey <tom@tromey.com>
13157
13158 * symtab.c (find_line_symtab, info_sources_command)
13159 (make_source_files_completion_list): Use objfile_compunits.
13160 * source.c (select_source_symtab): Use objfile_compunits.
13161 * objfiles.h (struct objfile): Update comment.
13162 (ALL_OBJFILES): Remove.
13163 (ALL_FILETABS): Remove.
13164 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13165 objfile_compunits.
13166
13167 2019-01-09 Tom Tromey <tom@tromey.com>
13168
13169 * symmisc.c (print_objfile_statistics, dump_objfile)
13170 (maintenance_print_symbols): Use compunit_filetabs.
13171 * source.c (forget_cached_source_info_for_objfile): Use
13172 compunit_filetabs.
13173 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13174 (ALL_FILETABS): Use compunit_filetabs.
13175 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13176 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13177
13178 2019-01-09 Tom Tromey <tom@tromey.com>
13179
13180 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13181 (compunit_filetabs): New.
13182 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13183 compunit_filetabs.
13184 (info_sources_command, make_source_files_completion_list): Remove
13185 declaration.
13186 * symmisc.c (print_objfile_statistics, dump_objfile)
13187 (maintenance_print_symbols): Remove declaration.
13188 (maintenance_info_symtabs): Use compunit_filetabs.
13189 (maintenance_info_line_tables): Likewise.
13190 * source.c (select_source_symtab): Change local variable name.
13191 (forget_cached_source_info_for_objfile): Remove declaration.
13192 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13193 * objfiles.c (objfile_relocate1): Remove declaration.
13194 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13195 declaration.
13196 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13197 * coffread.c (coff_symtab_read): Remove declaration.
13198 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13199 compunit_filetabs.
13200
13201 2019-01-09 Tom Tromey <tom@tromey.com>
13202
13203 * symtab.c (lookup_objfile_from_block)
13204 (find_pc_sect_compunit_symtab, search_symbols)
13205 (default_collect_symbol_completion_matches_break_on): Use
13206 objfile_compunits.
13207 * objfiles.h (ALL_COMPUNITS): Remove.
13208 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13209 * cp-support.c (add_symbol_overload_list_qualified): Use
13210 objfile_compunits.
13211 * ada-lang.c (ada_collect_symbol_completion_matches)
13212 (ada_add_global_exceptions): Use objfile_compunits.
13213
13214 2019-01-09 Tom Tromey <tom@tromey.com>
13215
13216 * source.c (select_source_symtab)
13217 (forget_cached_source_info_for_objfile): Remove declaration.
13218 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13219 declaration.
13220 * maint.c (count_symtabs_and_blocks): Remove declaration.
13221 * cp-support.c (add_symbol_overload_list_qualified): Remove
13222 declaration.
13223 * coffread.c (coff_symtab_read): Remove declaration.
13224 * symtab.c (lookup_symbol_in_objfile_symtabs)
13225 (basic_lookup_transparent_type_1): Use objfile_compunits.
13226 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13227 (info_sources_command, search_symbols)
13228 (default_collect_symbol_completion_matches_break_on)
13229 (make_source_files_completion_list): Remove declaration.
13230 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13231 (ada_collect_symbol_completion_matches)
13232 (ada_add_global_exceptions): Remove declaration.
13233 * linespec.c (iterate_over_all_matching_symtabs): Use
13234 objfile_compunits.
13235 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13236 (class objfile_compunits): New.
13237 (ALL_COMPUNITS): Use objfile_compunits.
13238 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13239 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13240 objfile_compunits.
13241 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13242
13243 2019-01-09 Tom Tromey <tom@tromey.com>
13244
13245 * symtab.c (search_symbols)
13246 (default_collect_symbol_completion_matches_break_on): Use
13247 objfile_msymbols.
13248 * ada-lang.c (ada_lookup_simple_minsym)
13249 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13250 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13251 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13252 objfile_msymbols.
13253 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13254 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13255 * objc-lang.c (find_methods): Use objfile_msymbols.
13256 (info_selectors_command, info_classes_command): Likewise.
13257 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13258 * objfiles.h (class objfile_msymbols): New.
13259 (ALL_OBJFILE_MSYMBOLS): Remove.
13260 (ALL_MSYMBOLS): Remove.
13261
13262 2019-01-09 Tom Tromey <tom@tromey.com>
13263
13264 * common/next-iterator.h (next_adapter): Add Iterator template
13265 parameter.
13266 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13267 (class all_objfiles_safe): New.
13268 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13269 * objfiles.c (put_objfile_before): Update comment.
13270 (add_separate_debug_objfile): Likewise.
13271 (free_all_objfiles): Use all_objfiles_safe.
13272 (objfile_purge_solibs): Likewise.
13273
13274 2019-01-09 Tom Tromey <tom@tromey.com>
13275
13276 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13277 (expand_symtab_containing_pc, lookup_static_symbol)
13278 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13279 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13280 all_objfiles.
13281 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13282 * breakpoint.c (create_overlay_event_breakpoint)
13283 (create_longjmp_master_breakpoint)
13284 (create_std_terminate_master_breakpoint)
13285 (create_exception_master_breakpoint): Use all_objfiles.
13286 * linux-thread-db.c (try_thread_db_load_from_pdir)
13287 (has_libpthread): Use all_objfiles.
13288 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13289 * linespec.c (iterate_over_all_matching_symtabs)
13290 (search_minsyms_for_name): Use all_objfiles.
13291 * maint.c (maintenance_info_sections): Use all_objfiles.
13292 * main.c (captured_main_1): Use all_objfiles.
13293 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13294 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13295 * guile/scm-pretty-print.c
13296 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13297 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13298 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13299 (maintenance_print_msymbols): Use all_objfiles.
13300 * source.c (select_source_symtab): Use all_objfiles.
13301 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13302 * symfile.c (remove_symbol_file_command)
13303 (expand_symtabs_matching, map_symbol_filenames): Use
13304 all_objfiles.
13305 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13306 all_objfiles.
13307 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13308 * objc-lang.c (find_methods): Use all_objfiles.
13309 * objfiles.c (have_partial_symbols, have_full_symbols)
13310 (have_minimal_symbols, qsort_cmp)
13311 (default_iterate_over_objfiles_in_search_order): Use
13312 all_objfiles.
13313 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13314 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13315 (maintenance_check_psymtabs): Use all_objfiles.
13316 (ALL_PSYMTABS): Remove.
13317 * compile/compile-object-run.c (do_module_cleanup): Use
13318 all_objfiles.
13319 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13320 * cp-support.c (add_symbol_overload_list_qualified): Use
13321 all_objfiles.
13322 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13323 Use all_objfiles.
13324 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13325 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13326 all_objfiles.
13327 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13328 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13329 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13330 Uses all_objfiles.
13331 * solib.c (solib_read_symbols): Use all_objfiles
13332
13333 2019-01-09 Tom Tromey <tom@tromey.com>
13334
13335 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13336 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13337 all_objfiles.
13338 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13339 * symmisc.c (print_symbol_bcache_statistics)
13340 (print_objfile_statistics, maintenance_print_objfiles)
13341 (maintenance_info_symtabs, maintenance_check_symtabs)
13342 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13343 all_objfiles.
13344 * source.c (forget_cached_source_info): Use all_objfiles.
13345 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13346 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13347 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13348 * objfiles.c (update_section_map): Use all_objfiles.
13349 (shared_objfile_contains_address_p): Likewise.
13350 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13351 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13352
13353 2019-01-09 Tom Tromey <tom@tromey.com>
13354
13355 * common/next-iterator.h: New file.
13356 * objfiles.h (class all_objfiles): New.
13357 (struct objfile_iterator): New.
13358
13359 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13360
13361 * NEWS: Move the description of the changed "frame", "select-frame",
13362 and "info frame" commands to the Changed commands section.
13363
13364 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13365
13366 * gdbtypes.c (check_stub_method_group): Remove handling of old
13367 mangling schemes.
13368 * linespec.c (find_methods): Likewise.
13369 * stabsread.c (read_member_functions): Likewise.
13370 * valops.c (search_struct_method): Likewise.
13371 (value_struct_elt_for_reference): Likewise.
13372 * NEWS: Mention this change.
13373
13374 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13375
13376 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13377 print_source_lines.
13378 * source.c (print_source_lines_base): Update line number check.
13379 (print_source_lines): New function.
13380 (source_lines_range::source_lines_range): New function.
13381 * source.h (class source_lines_range): New class.
13382 (print_source_lines): New declaration.
13383
13384 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13385
13386 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13387
13388 2019-01-08 Tom Tromey <tom@tromey.com>
13389 Simon Marchi <simon.marchi@ericsson.com>
13390
13391 PR gdb/24060
13392 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13393 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13394 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13395 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13396 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13397 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13398
13399 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13400
13401 * source.c (select_source_symtab): Move header comment to
13402 declaration in source.h.
13403 (forget_cached_source_info_for_objfile): Likewise.
13404 (forget_cached_source_info): Likewise.
13405 (identify_source_line): Likewise.
13406 * source.h (identify_source_line): Move declaration from symtab.h
13407 and add comment from source.c
13408 (print_source_lines): Likewise.
13409 (forget_cached_source_info_for_objfile): Likewise.
13410 (forget_cached_source_info): Likewise.
13411 (select_source_symtab): Likewise.
13412 (enum print_source_lines_flag): Move definition from symtab.h.
13413 * symtab.h (identify_source_line): Move declaration to source.h.
13414 (print_source_lines): Likewise.
13415 (forget_cached_source_info_for_objfile): Likewise.
13416 (forget_cached_source_info): Likewise.
13417 (select_source_symtab): Likewise.
13418 (enum print_source_lines_flag): Move definition to source.h.
13419 * tui/tui-hooks.c: Add 'source.h' include.
13420
13421 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13422
13423 * source.c (print_source_lines_base): Handle requests to print
13424 reverse line number sequences, and guard against empty lines
13425 string.
13426
13427 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13428
13429 * source.c (print_source_lines_base): Fix skip of '\r' if next
13430 character is '\n'.
13431
13432 2019-01-06 Tom Tromey <tom@tromey.com>
13433
13434 * c-exp.y (struct c_parse_state) <macro_original_text,
13435 expansion_obstack>: New member.
13436 (macro_original_text, expansion_obstack): Remove globals.
13437 (scan_macro_expansion, scanning_macro_expansion)
13438 (finished_macro_expansion): Update.
13439 (scan_macro_cleanup): Remove.
13440 (yylex, c_parse): Update.
13441
13442 2019-01-06 Tom Tromey <tom@tromey.com>
13443
13444 * c-exp.y (struct c_parse_state) <strings>: New member.
13445 (operator_stoken): Update.
13446
13447 2019-01-06 Tom Tromey <tom@tromey.com>
13448
13449 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13450 (union type_stack_elt) <typelist_val>: Now a pointer to
13451 std::vector.
13452 (type_stack_cleanup): Don't declare.
13453 (push_typelist): Update.
13454 * parse.c (pop_typelist): Return a std::vector.
13455 (push_typelist): Take a std::vector.
13456 (follow_types): Update. Do not free args.
13457 (type_stack_cleanup): Remove.
13458 * c-exp.y (struct c_parse_state): New.
13459 (cpstate): New global.
13460 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13461 (nonempty_typelist): Update.
13462 (func_mod): Create a new vector.
13463 (c_parse): Create a c_parse_state.
13464 (check_parameter_typelist): Do not delete params.
13465 (function_method): Update. Do not delete type_list.
13466
13467 2019-01-06 Tom Tromey <tom@tromey.com>
13468
13469 PR gdb/28155:
13470 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13471 check_typedef.
13472 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13473 (print_return_value): Likewise.
13474
13475 2019-01-05 Tom Tromey <tom@tromey.com>
13476
13477 * contrib/cleanup_check.py: Remove.
13478 * contrib/gcc-with-excheck: Remove.
13479 * contrib/exsummary.py: Remove.
13480 * contrib/excheck.py: Remove.
13481
13482 2019-01-05 Joel Brobecker <brobecker@adacore.com>
13483
13484 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13485 NULL. Initialize tpprev to NULL instead of assigning it
13486 to NULL on the next statement.
13487 * windows-nat.c (windows_delete_thread): Remove check for
13488 main_thread_id before printing thread exit notifications.
13489 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13490 Remove thread ID check against main_thread_id.
13491 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13492 windows_delete_thread.
13493 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13494
13495 2019-01-04 Tom Tromey <tom@tromey.com>
13496
13497 * compile/compile.c (_initialize_compile): Use upper case for
13498 metasyntactic variables.
13499 * symmisc.c (_initialize_symmisc): Use upper case for
13500 metasyntactic variables.
13501 * psymtab.c (_initialize_psymtab): Use upper case for
13502 metasyntactic variables.
13503 * demangle.c (demangle_command): Use upper case for metasyntactic
13504 variables.
13505 (_initialize_demangler): Likewise.
13506 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13507 variables.
13508
13509 2019-01-03 Tom Tromey <tom@tromey.com>
13510
13511 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13512
13513 2019-01-03 Tom Tromey <tom@tromey.com>
13514
13515 * python/py-symtab.c (salpy_str): Update.
13516 (struct salpy_sal_object) <symtab>: Now a PyObject.
13517 (salpy_dealloc): Update.
13518 (del_objfile_sal): Use gdbpy_ref.
13519
13520 2019-01-03 Tom Tromey <tom@tromey.com>
13521
13522 * python/py-type.c (convert_field): Use new_reference. Return
13523 gdbpy_ref.
13524 (make_fielditem): Return gdbpy_ref.
13525 (typy_fields): Update.
13526 (typy_getitem): Update.
13527 (field_name): Return gdbpy_ref. Use new_reference.
13528 (typy_iterator_iternext): Update.
13529
13530 2019-01-03 Tom Tromey <tom@tromey.com>
13531
13532 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13533
13534 2019-01-03 Tom Tromey <tom@tromey.com>
13535
13536 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13537 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13538 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13539 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13540 (pspy_set_type_printers): Likewise.
13541 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13542 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13543 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13544 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13545 (objfpy_set_type_printers): Likewise.
13546
13547 2019-01-03 Tom Tromey <tom@tromey.com>
13548
13549 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13550 (gdbpy_print_stack): Use gdbpy_err_fetch.
13551 * python/python-internal.h (class gdbpy_err_fetch): New class.
13552 (class gdbpy_enter) <m_error_type, m_error_value,
13553 m_error_traceback>: Remove.
13554 <m_error>: New member.
13555 (gdbpy_exception_to_string): Don't declare.
13556 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13557 * python/py-value.c (convert_value_from_python): Use
13558 gdbpy_err_fetch.
13559 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13560 gdbpy_exception_to_string.
13561 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13562 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13563 gdbpy_err_fetch.
13564
13565 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13566
13567 * linux-nat.c (delete_lwp_cleanup): Delete.
13568 (struct lwp_deleter): New struct.
13569 (lwp_info_up): New typedef.
13570 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13571 lwp_info_up.
13572
13573 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13574
13575 * linux-fork.c (class scoped_switch_fork_info): New class.
13576 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13577
13578 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13579
13580 * valops.c (find_overload_match): Remove use of null_cleanup, and
13581 calls to do_cleanups.
13582
13583 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13584
13585 * compile/compile-cplus-types.c
13586 (compile_cplus_instance::decl_name): Handle changes to
13587 cp_func_name.
13588 * cp-support.c (cp_func_name): Update header comment, update
13589 return type.
13590 * cp-support.h (cp_func_name): Update return type in declaration.
13591 * valops.c (find_overload_match): Move temp_func local to top
13592 level of function and change its type. Use temp_func to hold and
13593 delete temporary string obtained from cp_func_name.
13594
13595 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13596
13597 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
13598 gdb::char_vector, remove cleanup, and update uses of `msg`.
13599
13600 2019-01-03 Jim Wilson <jimw@sifive.com>
13601
13602 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
13603
13604 2019-01-02 Tom Tromey <tom@tromey.com>
13605
13606 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
13607 (tdesc_parse_xml): Remove cleanups.
13608 * target-descriptions.h (make_cleanup_free_target_description):
13609 Don't declare.
13610 (target_desc_deleter): New struct.
13611 (target_desc_up): New typedef.
13612 * target-descriptions.c (target_desc_deleter::operator()): Rename
13613 from free_target_description.
13614 (make_cleanup_free_target_description): Remove.
13615
13616 2019-01-02 Tom Tromey <tom@tromey.com>
13617
13618 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
13619 constructor, destructor.
13620 (linespec_parser): Remove typedef.
13621 (~linespec_parser): Rename from linespec_parser_delete.
13622 (linespec_lex_to_end, linespec_complete_label)
13623 (linespec_complete): Update.
13624 (decode_line_full): Remove cleanups.
13625 (decode_line_1): Update.
13626
13627 2019-01-02 Tom Tromey <tom@tromey.com>
13628
13629 * python/python-internal.h (inferior_to_inferior_object): Change
13630 return type.
13631 * python/py-exitedevent.c (create_exited_event_object): Update.
13632 * python/py-inferior.c (inferior_to_inferior_object): Return
13633 gdbpy_ref.
13634 (python_new_inferior, python_inferior_deleted)
13635 (thread_to_thread_object, delete_thread_object)
13636 (build_inferior_list, gdbpy_selected_inferior): Update.
13637 * python/py-infthread.c (create_thread_object): Update. Also fail
13638 if inferior_to_inferior_object fails.
13639
13640 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
13641
13642 * inferior.h (class inferior) <displaced_step_state>: New field.
13643 * infrun.h (struct displaced_step_state): Move here from
13644 infrun.c. Initialize fields, add constructor.
13645 <inf>: Remove field.
13646 <reset>: New method.
13647 * infrun.c (struct displaced_step_inferior_state): Move to
13648 infrun.h.
13649 (displaced_step_inferior_states): Remove.
13650 (get_displaced_stepping_state): Adust.
13651 (displaced_step_in_progress_any_inferior): Adjust.
13652 (displaced_step_in_progress_thread): Adjust.
13653 (displaced_step_in_progress): Adjust.
13654 (add_displaced_stepping_state): Remove.
13655 (get_displaced_step_closure_by_addr): Adjust.
13656 (remove_displaced_stepping_state): Remove.
13657 (infrun_inferior_exit): Call displaced_step_state.reset.
13658 (use_displaced_stepping): Don't check for NULL.
13659 (displaced_step_prepare_throw): Call
13660 get_displaced_stepping_state.
13661 (displaced_step_fixup): Don't check for NULL.
13662 (prepare_for_detach): Don't check for NULL.
13663
13664 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13665
13666 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
13667 in case of call that did not complete.
13668
13669 2019-01-02 Andrey Utkin <autkin@undo.io>
13670
13671 * symfile.c (find_separate_debug_file): Fix search of debug files for
13672 remote debuggee.
13673
13674 2019-01-02 Tom Tromey <tom@tromey.com>
13675
13676 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
13677 indentation.
13678 * python/py-frame.c (frapy_older): Remove cast.
13679 (frapy_newer): Likewise.
13680 * python/py-breakpoint.c (local_setattro): Remove cast.
13681 * python/py-arch.c (archpy_name): Remove local variable.
13682 * python/py-type.c (gdbpy_lookup_type): Remove cast.
13683
13684 2019-01-02 Joel Brobecker <brobecker@adacore.com>
13685
13686 * unittests/basic_string_view/element_access/char/empty.cc:
13687 Fix year range in copyright header.
13688
13689 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
13690
13691 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
13692 Delete.
13693 <operator==>: Update with for removed field.
13694 <hash>: Likewise.
13695 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13696 <isa_features>: ...this.
13697 <abi_features>: New field.
13698 (riscv_isa_flen): Update comment.
13699 (riscv_abi_xlen): New declaration.
13700 (riscv_abi_flen): New declaration.
13701 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
13702 isa_features.
13703 (riscv_abi_xlen): New function.
13704 (riscv_isa_flen): Update to get answer from isa_features.
13705 (riscv_abi_flen): New function.
13706 (riscv_has_fp_abi): Update to get answer from abi_features.
13707 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
13708 xlen and flen.
13709 (riscv_call_info) <xlen, flen>: Update comment.
13710 (riscv_call_arg_struct): Remove invalid assertions
13711 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
13712 is removed.
13713 (riscv_gdbarch_init): Gather isa features and abi features
13714 separately, ensure both match on the gdbarch when reusing an old
13715 gdbarch. Relax an error check to allow 32-bit abi float to run on
13716 a target with 64-bit float hardware.
13717
13718 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13719
13720 * source.c (search_command_helper): Stop reverse search
13721 when line 1 has been searched.
13722
13723 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13724
13725 * record-full.c (record_full_base_target::close): Rewrite
13726 record_full_core_buf_list free logic.
13727
13728 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13729
13730 * break-catch-syscall.c (print_one_catch_syscall): xfree
13731 the last text.
13732
13733 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13734
13735 * top.c (print_gdb_version): Update Copyright year in version
13736 message.
13737
13738 2019-01-01 Joel Brobecker <brobecker@adacore.com>
13739
13740 Update copyright year range in all GDB files.
13741
13742 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
13743
13744 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
13745
13746 For older changes see ChangeLog-2018.
13747 \f
13748 Local Variables:
13749 mode: change-log
13750 left-margin: 8
13751 fill-column: 74
13752 version-control: never
13753 coding: utf-8
13754 End:
13755
This page took 0.352237 seconds and 4 git commands to generate.