Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
17bfe554
CB
12019-10-16 Christian Biesinger <cbiesinger@google.com>
2
3 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
4 pass on to sigsetjmp's second argument.
5 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
6
950b7495
KS
72019-10-16 Keith Seitz <keiths@redhat.com>
8
9 PR gdb/23567
10 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
11 sections whose size is greater than the file size.
12
ff371ec9
JW
132019-10-16 Jim Wilson <jimw@sifive.com>
14
15 * riscv-tdep.c (riscv_gcc_target_options): New.
16 (riscv_gnu_triplet_regexp): New.
17 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
18 set_gdbarch_gnu_triplet_regexp.
19
fec4e896
CB
202019-10-16 Christian Biesinger <cbiesinger@google.com>
21
22 * Makefile.in: Add xml-builtin.h.
23 * features/feature_to_c.sh: Add an include for xml-builtin.h
24 to ensure that the compiler checks that the types match.
25 * xml-builtin.h: New file.
26 * xml-support.c (fetch_xml_builtin): Add missing const.
27 * xml-support.h: Remove declaration of xml_builtins.
28
d10eccaa
TV
292019-10-16 Tom de Vries <tdevries@suse.de>
30
31 PR tdep/25096
32 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
33 (amd64_classify_aggregate): ... here.
34 (amd64_classify_aggregate_field): Handled fiels of nested structs
35 recursively.
36
745ff14e
TV
372019-10-16 Tom de Vries <tdevries@suse.de>
38
39 PR tdep/24104
40 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
41 that handles 'theclass'.
42
791b7405
AB
432019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
44
45 * linespec.c (decode_digits_ordinary): Update comment.
46 * make-target-delegates: No longer need to handle VEC case.
47 * memrange.c (normalize_mem_ranges): Update comment.
48 * namespace.c (add_using_directive): Update comment.
49 * objc-lang.c (uniquify_strings): Update comment.
50 * ppc-linux-nat.c (struct thread_points): Update comment.
51 * probe.h (find_probes_in_objfile): Update comment.
52 * target.h (enum flash_preserve_mode): Update comment.
53 * varobj.c (varobj_restrict_range): Update comment.
54 * varobj.h (varobj_list_children): Update comment.
55
0dc32745
AB
562019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * Makefile.in: Remove references to vec.h and vec.c.
59 * aarch64-tdep.c: No longer include vec.h.
60 * ada-lang.c: Likewise.
61 * ada-lang.h: Likewise.
62 * arm-tdep.c: Likewise.
63 * ax.h: Likewise.
64 * breakpoint.h: Likewise.
65 * charset.c: Likewise.
66 * cp-support.h: Likewise.
67 * dtrace-probe.c: Likewise.
68 * dwarf2read.c: Likewise.
69 * extension.h: Likewise.
70 * gdb_bfd.c: Likewise.
71 * gdbsupport/gdb_vecs.h: Likewise.
72 * gdbsupport/vec.c: Remove.
73 * gdbsupport/vec.h: Remove.
74 * gdbthread.h: Likewise.
75 * guile/scm-type.c: Likewise.
76 * inline-frame.c: Likewise.
77 * machoread.c: Likewise.
78 * memattr.c: Likewise.
79 * memrange.h: Likewise.
80 * namespace.h: Likewise.
81 * nat/linux-btrace.h: Likewise.
82 * osdata.c: Likewise.
83 * parser-defs.h: Likewise.
84 * progspace.h: Likewise.
85 * python/py-type.c: Likewise.
86 * record-btrace.c: Likewise.
87 * rust-exp.y: Likewise.
88 * solib-target.c: Likewise.
89 * stap-probe.c: Likewise.
90 * target-descriptions.c: Likewise.
91 * target-memory.c: Likewise.
92 * target.h: Likewise.
93 * varobj.c: Likewise.
94 * varobj.h: Likewise.
95 * xml-support.h: Likewise.
96
ae640021
AB
972019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
100 Update for new std::vector based implementation.
101 (process_psymtab_comp_unit_reader): Likewise.
102 (scan_partial_symbols): Likewise.
103 (recursively_compute_inclusions): Likewise.
104 (compute_compunit_symtab_includes): Likewise.
105 (process_imported_unit_die): Likewise.
106 (queue_and_load_dwo_tu): Likewise.
107 (follow_die_sig_1): Likewise.
108 * gdb/dwarf2read.h: Remove DEF_VEC_P.
109 (typedef dwarf2_per_cu_ptr): Remove.
110 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
111 function.
112 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
113 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
114 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
115 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
116 std::vector.
117
55dfc88f
TT
1182019-10-15 Tom Tromey <tromey@adacore.com>
119
120 * windows-nat.c (windows_nat_target::resume): Use %x when logging
121 TID.
122
96b49c5e
TT
1232019-10-15 Tom Tromey <tromey@adacore.com>
124
125 * windows-nat.c (windows_nat_target::fetch_registers)
126 (windows_nat_target::store_registers): Rename "pid" to "tid".
127
953cff56
TT
1282019-10-15 Tom Tromey <tromey@adacore.com>
129
130 * gdbarch.h, gdbarch.c: Rebuild.
131 * gdbarch.sh (gcc_target_options): Change return type to
132 std::string.
133 * compile/compile.c (get_args): Update.
134 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
135 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
136 std::string.
137 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
138 std::string.
139 * arch-utils.c (default_gcc_target_options): Return std::string.
140 * arch-utils.h (default_gcc_target_options): Return std::string.
141 * s390-tdep.c (s390_gcc_target_options): Return std::string.
142
81e6b8eb
CB
1432019-10-15 Christian Biesinger <cbiesinger@google.com>
144
145 * breakpoint.c (breakpoint_chain): Make static.
146 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
147 of accessing breakpoint_chain.
148
95da600f
CB
1492019-10-15 Christian Biesinger <cbiesinger@google.com>
150
151 * breakpoint.c (iterate_over_breakpoints): Change function pointer
152 to a gdb::function_view and return value to bool.
153 * breakpoint.h (iterate_over_breakpoints): Likewise.
154 * dummy-frame.c (pop_dummy_frame_bpt): Update.
155 (pop_dummy_frame): Update.
156 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
157 (gdbscm_breakpoints): Update.
158 * python/py-breakpoint.c (build_bp_list): Update.
159 (gdbpy_breakpoints): Update.
160 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
161 Update.
162 (bpfinishpy_handle_stop): Update.
163 (bpfinishpy_handle_exit): Update.
164 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
165 (svr4_update_solib_event_breakpoints): Update.
166
ba18312d
AA
1672019-10-15 Andreas Arnez <arnez@linux.ibm.com>
168
169 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
170 when unwrapping single-field structs.
171
6acc1a0b
SM
1722019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
173
174 * dwarf2read.c: Remove includes.
175
284782de
SM
1762019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
177
178 * ui-out.c (ui_out::call_do_message): Silence
179 -Wformat-nonliteral warning.
180
073bbbb0
SM
1812019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
182
183 * breakpoint.c: Remove some includes: continuations.h, skip.h,
184 mi/mi-main.h, readline/readline.h, readline/history.h. Add
185 include: readline/tilde.h.
186
7b9a15e1
CB
1872019-10-12 Christian Biesinger <cbiesinger@google.com>
188
189 * remote.c (remote_target::get_trace_status): Remove declaration of
190 trace_regblock_size.
191
cc8dee1f
CB
1922019-10-12 Christian Biesinger <cbiesinger@google.com>
193
194 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
195 (show_user): Remove declaration of cmdlist.
196 * cli/cli-cmds.h (max_user_call_depth): Declare.
197 * cli/cli-script.c (execute_user_command): Remove declaration
198 of max_user_call_depth.
199
a83d4ef6
JW
2002019-10-11 Jim Wilson <jimw@sifive.com>
201
5f93c5a6
JW
202 * gdbsupport/print-utils.h (pulongest): Fix comment.
203 (plongest): Likewise.
204 (phex): Add missing comment, mention leading zeros.
205 (phex_nz): Add mention of no leading zeros to comment.
206
a83d4ef6
JW
207 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
208 plongest instead of unsigned long long cast.
209
26344e0c
CB
2102019-10-10 Christian Biesinger <cbiesinger@google.com>
211
212 * main.c (captured_main_1): Include gdbtk.h and remove declarations
213 for external_editor_command and gdbtk_test.
214
c2c440a9
CB
2152019-10-10 Christian Biesinger <cbiesinger@google.com>
216
217 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
218 * varobj.c (varobjdebug): Move comment to...
219 * varobj.h (varobjdebug): ...here, and declare.
220
a31bff9d
TT
2212019-10-09 Tom Tromey <tom@tromey.com>
222
223 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
224 erase_data_content.
225
7523da63
TT
2262019-10-09 Tom Tromey <tom@tromey.com>
227
228 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
229 * tui/tui-stack.c (tui_locator_window::rerender): Update.
230 * tui/tui-command.c (tui_cmd_window::resize)
231 (tui_refresh_cmd_win): Update.
232 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
233 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
234 * tui/tui-data.c (~tui_gen_win_info): Remove.
235 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
236 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
237 (tui_redisplay_readline, tui_mld_flush)
238 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
239 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
240 (tui_data_window::erase_data_content)
241 (tui_data_item_window::rerender)
242 (tui_data_item_window::refresh_window): Update.
243 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
244 (box_win, tui_gen_win_info::make_window)
245 (tui_gen_win_info::make_visible): Update.
246 (tui_delete_win): Remove.
247 * tui/tui-winsource.c
248 (tui_source_window_base::do_erase_source_content): Update.
249 (tui_show_source_line, tui_source_window_base::update_tab_width)
250 (tui_source_window_base::update_exec_info): Update.
251 * tui/tui-data.h (struct curses_deleter): New.
252 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
253 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
254
a7798e7f
TT
2552019-10-09 Tom Tromey <tom@tromey.com>
256
257 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
258
5c45899e
TT
2592019-10-09 Tom Tromey <tom@tromey.com>
260
261 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
262 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
263
6d7fd9aa
TT
2642019-10-09 Tom Tromey <tom@tromey.com>
265
266 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
267 window height directly.
268 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
269 declare.
270 * tui/tui-layout.c (tui_default_win_height): Remove.
271 (tui_default_win_viewport_height): Remove.
272
d2dd1084
TT
2732019-10-09 Tom Tromey <tom@tromey.com>
274
275 * tui/tui.h: Remove comments.
276
cff32449
TV
2772019-10-09 Tom de Vries <tdevries@suse.de>
278
279 * python/lib/gdb/printer/bound_registers.py: Use
280 '^builtin_type_bound128' as regexp argument for
281 add_builtin_pretty_printer.
282
6a25e8a2
CB
2832019-10-09 Christian Biesinger <cbiesinger@google.com>
284
285 * guile/guile.c (guile_extension_script_ops): Remove forward
286 declaration and mark as static.
287 (guile_script_ops): Likewise.
288 (extension_language_guile): Move further down in the file so
289 it can reference the definitions for guile_{extension_,}script_ops.
290
6d9d6da4
AA
2912019-10-09 Andreas Arnez <arnez@linux.ibm.com>
292
293 * s390-tdep.c (390_process_record): Handle new arch13 instructions
294 except SORTL, DFLTCC, and KDSA.
295
3abea05d
TT
2962019-10-08 Tom Tromey <tromey@adacore.com>
297
298 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
299 (struct safe_symbol_file_add_args): Remove.
300
dde996e2
TT
3012019-10-08 Tom Tromey <tromey@adacore.com>
302
303 * windows-nat.c: Don't include buildsym-legacy.h.
304
cd6fdaa1
TT
3052019-10-08 Tom Tromey <tromey@adacore.com>
306
307 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
308
79bb1944
CB
3092019-10-08 Christian Biesinger <cbiesinger@google.com>
310
311 * gdbtypes.c (overload_debug): Move comment to header.
312 * gdbtypes.h (overload_debug): Declare.
313 * valops.c: Remove declaration of overload_debug, instead
314 include gdbtypes.h.
315
34916edc
CB
3162019-10-08 Christian Biesinger <cbiesinger@google.com>
317
318 * language.c (show_language_command): Pass lang_frame_mismatch_warn
319 through _().
320 (lang_frame_mismatch_warn): Make const, mark with N_(), and
321 move comment...
322 * language.h (lang_frame_mismatch_warn): ... here. Also add
323 declaration.
324 * top.c (lang_frame_mismatch_warn): Remove declaration.
325 (check_frame_language_change): Pass lang_frame_mismatch_warn
326 through _().
327
bad5c026
CB
3282019-10-07 Christian Biesinger <cbiesinger@google.com>
329
330 * c-lang.h (vtbl_ptr_name): Declare.
331 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
332 it from the header.
333 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
334
51f1fdc3
CB
3352019-10-07 Christian Biesinger <cbiesinger@google.com>
336
337 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
338 gdb_static_assert.
339
30d1f018
WP
3402019-10-07 Weimin Pan <weimin.pan@oracle.com>
341
606813d5
WP
342 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
343 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
30d1f018
WP
344 * ctfread.c: New file.
345 * ctfread.h: New file.
346 * elfread.c: Include ctfread.h.
347 (struct elfinfo text_p): New member ctfsect.
348 (elf_locate_sections): Mark CTF section.
349 (elf_symfile_read): Call elfctf_build_psymtabs.
350 * Makefile.in (LIBCTF): Add.
351 (CLIBS): Use it.
352 (CDEPS): Likewise.
353 (DIST): Add ctfread.c.
606813d5
WP
354
3552019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * ctfread.c (struct nextfield): Renamed to ...
358 (struct ctf_nextfield): ... this.
359 (struct field_info): Renamed to ...
360 (strut ctf_field_info): ... this.
361 (attach_fields_to_type): Update for renamed structures.
362 (ctf_add_member_cb): Likewise.
363 (ctf_add_enum_member_cb): Likewise.
364 (process_struct_members): Likewise.
365 (process_enum_type): Likewise.
30d1f018 366
518fe38c
WP
3672019-10-07 Weimin Pan <weimin.pan@oracle.com>
368
369 * tracectf.h: Rename, was ctf.h.
370 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
371 * tracefile.c: Likewise.
372 * tracepoint.c: Remove unused include ctf.h.
373 * mi/mi-main.c: Likewise.
374 * Makefile.in Replace ctf.c with tracectf.c.
375
225f296a
JB
3762019-10-06 Joel Brobecker <brobecker@adacore.com>
377
378 * version.in: Change version number to "9.0.50.DATE-git".
379
77c2dba3
TT
3802019-10-03 Tom Tromey <tom@tromey.com>
381
382 PR rust/24976:
383 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
384
179aed7f
AB
3852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
388 cp_search_name_hash.
389 * NEWS: Add entry about nested function support.
390
0a4b0913
AB
3912019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
392 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
395 for nested static variables when searchin VAR_DOMAIN.
396 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
397 global scope, update comment.
398 (add_partial_subprogram): Call add_partial_subprogram recursively
399 for nested subroutines when processinng Fortran.
400 (load_partial_dies): Process the child entities of a subprogram
401 when processing Fortran.
402 (partial_die_parent_scope): Handle building scope
403 for Fortran nested functions.
404 (process_die): Record that nested functions have a scope.
405 (new_symbol): Always record Fortran subprograms on the global
406 symbol list.
407 (determine_prefix): How to build the prefix for Fortran
408 subprograms.
409
d8c06f22
AB
4102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
411
412 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
413 have just sent the thread a SIGSTOP and are waiting for it to
414 arrive.
415
a8b3b8e9
AB
4162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * btrace.c (btrace_add_pc): Remove whitespace before the template
419 parameter in 'std::vector <...>'.
420 (parse_xml_btrace_block): Likewise.
421 (btrace_maint_decode_pt): Likewise.
422 (btrace_maint_update_packets): Likewise.
423 (btrace_maint_print_packets): Likewise.
424 * btrace.h (struct btrace_maint_info): Likewise.
425 * dwarf2read.c (struct type_unit_group): Likewise.
426 (build_type_psymtabs_reader): Likewise.
427 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
428 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
429 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
430
4d825eab
TV
4312019-10-03 Tom de Vries <tdevries@suse.de>
432
433 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
434 the first line of the help text for set/show style metadata.
435
80fd2826
TT
4362019-10-02 Tom Tromey <tromey@adacore.com>
437
438 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
439 * gdbsupport/common-inferior.c: New file.
440 * infcmd.c (startup_with_shell): Don't define.
441 * nat/fork-inferior.h (startup_with_shell): Don't declare.
442 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
443 * inferior.h (startup_with_shell): Don't declare.
444
70054538
CB
4452019-10-02 Christian Biesinger <cbiesinger@google.com>
446
447 * gdbsupport/gdb_assert.h: Include errors.h.
448 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
449
37f6a7f4
TT
4502019-10-02 Tom Tromey <tromey@adacore.com>
451
452 * NEWS: Add $_ada_exception entry.
453 * ada-lang.c (struct ada_catchpoint): Add constructor.
454 <m_kind>: New member.
455 (allocate_location_exception, re_set_exception): Remove
456 "ex" parameter.
457 (should_stop_exception): Compute $_ada_exception.
458 (check_status_exception, print_it_exception)
459 (print_one_exception, print_mention_exception): Remove
460 "ex" parameter.
461 (allocate_location_catch_exception, re_set_catch_exception)
462 (check_status_exception, print_it_catch_exception)
463 (print_one_catch_exception, print_mention_catch_exception)
464 (print_recreate_catch_exception)
465 (allocate_location_catch_exception_unhandled)
466 (re_set_catch_exception_unhandled)
467 (check_status_exception, print_it_catch_exception_unhandled)
468 (print_one_catch_exception_unhandled)
469 (print_mention_catch_exception_unhandled)
470 (print_recreate_catch_exception_unhandled)
471 (allocate_location_catch_assert, re_set_catch_assert)
472 (check_status_assert, print_it_catch_assert)
473 (print_one_catch_assert, print_mention_catch_assert)
474 (print_recreate_catch_assert)
475 (allocate_location_catch_handlers, re_set_catch_handlers)
476 (check_status_handlers, print_it_catch_handlers)
477 (print_one_catch_handlers, print_mention_catch_handlers)
478 (print_recreate_catch_handlers): Remove.
479 (create_ada_exception_catchpoint): Update.
480 (initialize_ada_catchpoint_ops): Update.
481
fccf9de1
TT
4822019-10-02 Tom Tromey <tromey@adacore.com>
483
484 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
485 (create_excep_cond_exprs): Simplify exception string computation.
486 (ada_exception_catchpoint_cond_string): Likewise.
487
4b610737
TT
4882019-10-02 Tom Tromey <tromey@adacore.com>
489
490 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
491 * ada-lang.c (lesseq_defined_than): Handle
492 LOC_STATIC.
493 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
494 parameter.
495 (dwarf2_has_info): Likewise.
496 (new_symbol): Set maybe_copied on symbol when
497 appropriate.
498 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
499 parameter.
500 <can_copy>: New member.
501 * elfread.c (record_minimal_symbol): Set maybe_copied
502 on symbol when appropriate.
503 (elf_symfile_read): Update call to dwarf2_has_info.
504 * minsyms.c (lookup_minimal_symbol_linkage): New
505 function.
506 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
507 * symtab.c (get_symbol_address, get_msymbol_address):
508 New functions.
509 * symtab.h (get_symbol_address, get_msymbol_address):
510 Declare.
511 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
512 maybe_copied.
513 (struct symbol, struct minimal_symbol) <maybe_copied>:
514 New member.
515
1dd58850
TT
5162019-10-02 Tom Tromey <tromey@adacore.com>
517
518 * source.c (struct current_source_location): New.
519 (current_source_key): New global.
520 (current_source_symtab, current_source_line)
521 (current_source_pspace): Remove.
522 (get_source_location): New function.
523 (get_current_source_symtab_and_line)
524 (set_default_source_symtab_and_line)
525 (set_current_source_symtab_and_line)
526 (clear_current_source_symtab_and_line, select_source_symtab)
527 (info_source_command, print_source_lines_base)
528 (info_line_command, search_command_helper, _initialize_source):
529 Update.
530
5c281dbb
TT
5312019-10-02 Tom Tromey <tromey@adacore.com>
532
533 * source.c (select_source_symtab): Don't call
534 decode_line_with_current_source.
535
d3d32391
AB
5362019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
537
538 * symtab.c (lookup_global_symbol): Search global block.
539
38583298
TT
5402019-10-02 Tom Tromey <tromey@adacore.com>
541
542 * coffread.c (process_coff_symbol): Update.
543 * dwarf2read.c (var_decode_location, new_symbol): Update.
544 * mdebugread.c (parse_symbol): Update.
545 * objfiles.c (relocate_one_symbol): Update.
546 * stabsread.c (define_symbol, fix_common_block)
547 (scan_file_globals): Update.
548 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
549 (SET_SYMBOL_VALUE_ADDRESS): New macro.
550 * xcoffread.c (process_xcoff_symbol): Update.
551
9344c18f
AA
5522019-10-02 Andreas Arnez <arnez@linux.ibm.com>
553
554 * MAINTAINERS: Update my email address.
555
df07e2c7
AB
5562019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
557
558 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
559 std::vector.
560 (build_type_psymtabs_reader): Update for std::vector.
561 (build_type_psymtab_dependencies): Likewise.
562 * dwarf2read.h: Remove use of DEF_VEC_P.
563 (typedef sig_type_ptr): Delete.
564
554ac434
AB
5652019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * btrace.c (btrace_maint_clear): Update to handle change from VEC
568 to std::vector.
569 (btrace_maint_decode_pt): Likewise, and move allocation of the
570 vector outside of the loop.
571 (btrace_maint_update_packets): Update to handle change from VEC to
572 std::vector.
573 (btrace_maint_print_packets): Likewise.
574 (maint_info_btrace_cmd): Likewise.
575 * btrace.h: Remove use of DEF_VEC_O.
576 (typedef btrace_pt_packet_s): Delete.
577 (struct btrace_maint_info) <packets>: Change fromm VEC to
578 std::vector.
579 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
580
46f29a9a
AB
5812019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
582
583 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
584 make accesses into the vector constant references.
585 (btrace_add_pc): Update for std::vector.
586 (btrace_stitch_bts): Likewise.
587 (parse_xml_btrace_block): Likewise.
588 (btrace_maint_update_packets): Likewise.
589 (btrace_maint_print_packets): Likewise.
590 (maint_info_btrace_cmd): Likewise.
591 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
592 std::vector.
593 (btrace_data::empty): Likewise.
594 (btrace_data_append): Likewise.
595 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
596 (typedef btrace_block_s): Delete.
597 (struct btrace_block): Add constructor.
598 (struct btrace_data_bts) <blocks>: Change to std::vector.
599 * nat/linux-btrace.c (perf_event_read_bts): Update for
600 std::vector.
601 (linux_read_bts): Likewise.
602
d770d56f
TT
6032019-10-01 Tom Tromey <tom@tromey.com>
604
605 * cli/cli-logging.c (show_logging_filename): Use styled_string.
606
9d636d67
TT
6072019-10-01 Tom Tromey <tom@tromey.com>
608
609 * stack.c (print_frame, info_frame_command_core): Use
610 styled_string.
611 * linux-thread-db.c (try_thread_db_load_1)
612 (try_thread_db_load_from_pdir_1): Use styled_string.
613 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
614 (auto_load_section_scripts, info_auto_load_local_gdbinit)
615 (maybe_print_unsupported_script_warning)
616 (maybe_print_script_not_found_warning): Use styled_string.
617 * ada-lang.c (user_select_syms): Use styled_string.
618
7f6aba03
TT
6192019-10-01 Tom Tromey <tom@tromey.com>
620
621 * p-lang.c (pascal_printstr): Use metadata style.
622 * value.c (show_convenience): Use metadata style.
623 * valprint.c (valprint_check_validity, val_print_optimized_out)
624 (val_print_not_saved, val_print_unavailable)
625 (val_print_invalid_address, generic_val_print, val_print)
626 (value_check_printable, val_print_array_elements): Use metadata
627 style.
628 * ui-out.h (class ui_out) <field_fmt>: New overload.
629 <do_field_fmt>: Add style parameter.
630 * ui-out.c (ui_out::field_fmt): New overload.
631 * typeprint.c (type_print_unknown_return_type)
632 (val_print_not_allocated, val_print_not_associated): Use metadata
633 style.
634 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
635 parameter.
636 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
637 * tracepoint.c (tvariables_info_1): Use metadata style.
638 * stack.c (print_frame_arg, print_frame_info, print_frame)
639 (info_frame_command_core): Use metadata style.
640 * skip.c (info_skip_command): Use metadata style.
641 * rust-lang.c (rust_print_enum): Use metadata style.
642 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
643 metadata style.
644 * python/py-framefilter.c (py_print_single_arg): Use metadata
645 style.
646 * printcmd.c (do_one_display, print_variable_and_value): Use
647 metadata style.
648 * p-valprint.c (pascal_val_print)
649 (pascal_object_print_value_fields): Use metadata style.
650 * p-typeprint.c (pascal_type_print_base): Use metadata style.
651 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
652 parameter.
653 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
654 * m2-valprint.c (m2_print_long_set): Use metadata style.
655 * m2-typeprint.c (m2_print_type): Use metadata style.
656 * infcmd.c (print_return_value_1): Use metadata style.
657 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
658 * f-valprint.c (info_common_command_for_block): Use metadata
659 style.
660 * f-typeprint.c (f_type_print_base): Use metadata style.
661 * expprint.c (print_subexp_standard): Use metadata style.
662 * cp-valprint.c (cp_print_value_fields): Use metadata style.
663 * cli/cli-style.h (class cli_style_option): Add constructor.
664 (metadata_style): Declare.
665 * cli/cli-style.c (metadata_style): New global.
666 (_initialize_cli_style): Register metadata style.
667 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
668 parameter.
669 * cli-out.c (cli_ui_out::do_field_fmt): Update.
670 * c-typeprint.c (c_type_print_base_struct_union)
671 (c_type_print_base_1): Use metadata style.
672 * breakpoint.c (watchpoint_value_print)
673 (print_one_breakpoint_location): Use metadata style.
674 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
675 style.
676 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
677 style.
678 * ada-valprint.c (val_print_packed_array_elements, printstr)
679 (print_field_values, ada_val_print_ref, ada_val_print): Use
680 metadata style.
681 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
682 style.
683 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
684 style.
685 * ada-lang.c (user_select_syms): Use metadata style.
686
14309bb6
TT
6872019-10-01 Tom Tromey <tom@tromey.com>
688
689 * cli/cli-cmds.c (pwd_command): Style output.
690
6a831f06
PA
6912019-10-01 Pedro Alves <palves@redhat.com>
692 Tom Tromey <tom@tromey.com>
693
694 * symtab.c (print_symbol_info): Use %ps.
695 (print_msymbol_info): Use %ps.
696 * symfile.c (symbol_file_add_with_addrs): Use %ps.
697 * printcmd.c (print_variable_and_value): Use %ps.
698 * macrocmd.c (show_pp_source_pos): Use %ps.
699 * infrun.c (print_exited_reason): Use ui_out::message.
700 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
701 (describe_other_breakpoints): Use ui_out::message and new
702 formats.
703 (say_where): Use new formats.
704 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
705 and new formats.
706
2a3c1174
PA
7072019-10-01 Pedro Alves <palves@redhat.com>
708 Tom Tromey <tom@tromey.com>
709
710 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
711 (test_gdb_formats): New function.
712 (run_tests): Call it.
713 (test_format_specifier): Update.
714 * utils.h (fputs_filtered): Update comment.
715 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
716 (fputs_styled_unfiltered): Declare.
717 * utils.c (fputs_styled_unfiltered): New function.
718 (vfprintf_maybe_filtered): Add gdbfmt parameter.
719 (vfprintf_filtered): Update.
720 (vfprintf_unfiltered, vprintf_filtered): Update.
721 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
722 * ui-out.h (enum ui_out_flag) <unfiltered_output,
723 disallow_ui_out_field>: New constants.
724 (enum class field_kind): New.
725 (struct base_field_s, struct signed_field_s): New.
726 (signed_field): New function.
727 (struct string_field_s): New.
728 (string_field): New function.
729 (struct styled_string_s): New.
730 (styled_string): New function.
731 (class ui_out) <message>: Add comment.
732 <vmessage, call_do_message>: New methods.
733 <do_message>: Add style parameter.
734 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
735 methods.
736 (ui_out::message): Rewrite.
737 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
738 parameter.
739 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
740 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
741 gdb_extensions parameter.
742 (class format_piece): Add parameter to constructor.
743 (n_int_args): New field.
744 * gdbsupport/format.c (format_pieces::format_pieces): Add
745 gdb_extensions parameter. Handle '*'.
746 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
747 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
748 vfprintf_styled_no_gdbfmt.
749 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
750 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
751 unfiltered output.
752 * ui-style.h (struct ui_file_style) <ptr>: New method.
753
0dfe5bfb
TT
7542019-10-01 Tom Tromey <tom@tromey.com>
755
756 * unittests/format_pieces-selftests.c: Update. Add final format.
757 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
758 empty literal pieces.
759
e43b10e1
TT
7602019-10-01 Tom Tromey <tom@tromey.com>
761
762 * ui-out.h (enum class ui_out_style_kind): Remove.
763 (class ui_out) <field_string, field_stsream, do_field_string>:
764 Change type of "style".
765 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
766 (ui_out::field_string): Update.
767 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
768 of "style".
769 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
770 * tracepoint.c (print_one_static_tracepoint_marker): Update.
771 * stack.c (print_frame_arg, print_frame_info, print_frame):
772 Update.
773 * source.c (print_source_lines_base): Update.
774 * solib.c (info_sharedlibrary_command): Update.
775 * skip.c (info_skip_command): Update.
776 * record-btrace.c (btrace_call_history_src_line)
777 (btrace_call_history): Update.
778 * python/py-framefilter.c (py_print_frame): Update.
779 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
780 "style".
781 * mi/mi-out.c (mi_ui_out::do_table_header)
782 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
783 (mi_ui_out::do_field_string): Update.
784 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
785 Update.
786 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
787 "style".
788 * cli-out.c (cli_ui_out::do_table_header)
789 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
790 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
791 (cli_ui_out::do_field_fmt): Update.
792 * breakpoint.c (print_breakpoint_location): Update.
793 (update_static_tracepoint): Update.
794
cd7c32c3
PW
7952019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
796
797 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
798 conversion of gdb_datadir.
799 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
800 remove not needed c_str ().
801
8fe0f950
AT
8022019-09-30 Ali Tamur <tamur@google.com>
803
804 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
805 (dwarf2_string_attr): Likewise.
806
5f48f8f3
AT
8072019-09-30 Ali Tamur <tamur@google.com>
808
809 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
810 (process_full_type_unit): Likewise.
811 (dump_die_shallow): Likewise.
812 (cu_debug_loc_section): Likewise.
813
6fb08628
CB
8142019-09-28 Christian Biesinger <cbiesinger@google.com>
815
816 * minsyms.c (compare_minimal_symbols): Rename to...
817 (minimal_symbol_is_less_than): ...this, and adjust to STL
818 conventions (return bool, take arguments as references)
819 (minimal_symbol_reader::install): Call std::sort instead
820 of qsort.
821
c7ee338a
CB
8222019-09-29 Christian Biesinger <cbiesinger@google.com>
823
824 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
825 hash and why.
826 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
827 msymbol_hash, msymbol_demangled_hash>: Improve comments.
828
703a86c2
SM
8292019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
830
831 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
832 * psympriv.h (add_psymbol_to_list): Move comment here and update
833 it.
834
0df0352a
TV
8352019-09-29 Tom de Vries <tdevries@suse.de>
836
837 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
838 Use $tmpdir/$(basename "$output_file").dwz instead of
839 "${output_file}.dwz".
840
ad75efa6
SM
8412019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
842
843 PR gdb/25045
844 * hppa-linux-nat.c: Include gdbarch.h.
845
ececd218
CB
8462019-09-26 Christian Biesinger <cbiesinger@google.com>
847
848 * blockframe.c (find_pc_partial_function): Change return type to bool.
849 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
850 * minsyms.c (in_gnu_ifunc_stub): Likewise.
851 (stub_gnu_ifunc_resolve_name): Likewise.
852 * symtab.c (compare_filenames_for_search): Likewise.
853 (compare_glob_filenames_for_search): Likewise.
854 (matching_obj_sections): Likewise.
855 (symbol_matches_domain): Likewise.
856 (find_line_symtab): Change out param EXACT_MATCH to bool *.
857 (find_line_pc): Change return type to bool.
858 (find_line_pc_range): Likewise.
859 (producer_is_realview): Likewise.
860 * symtab.h (symbol_matches_domain): Likewise.
861 (find_pc_partial_function): Likewise.
862 (find_pc_line_pc_range): Likewise.
863 (in_gnu_ifunc_stub): Likewise.
864 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
865 (find_line_pc): Likewise.
866 (find_line_pc_range): Likewise.
867 (matching_obj_sections): Likewise.
868 (find_line_symtab): Change out parameter to bool.
869 (producer_is_realview): Change return type to bool.
870 (compare_filenames_for_search): Likewise.
871 (compare_glob_filenames_for_search): Likewise.
872
27a900b8
TT
8732019-09-26 Tom Tromey <tom@tromey.com>
874
875 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
876 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
877 * gdb_usleep.h: Remove.
878 * gdb_usleep.c: Remove.
879 * utils.c: Don't include gdb_usleep.h.
880
5d63b30a
TT
8812019-09-26 Tom Tromey <tromey@adacore.com>
882
883 * python/py-type.c (type_to_type_object): Call check_typedef
884 for stub types.
885
12904d37
TT
8862019-09-26 Tom Tromey <tom@tromey.com>
887
888 * utils.h (initialize_utils): Don't declare.
889 * top.c (gdb_init): Don't call initialize_utils.
890 * utils.c (initialize_utils): Remove. Move contents...
891 (_initialize_utils): ... here.
892
858f25f0
TT
8932019-09-25 Tom Tromey <tom@tromey.com>
894
895 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
896 * utils.h (make_hex_string): Don't declare.
897 * utils.c (make_hex_string): Remove.
898
3d435220
TV
8992019-09-24 Tom de Vries <tdevries@suse.de>
900
901 PR gdb/23815
902 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
903 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
904
ddd44b70
DD
9052019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
906
907 * NEWS: Mention new simulator port for PRU.
908
f945dedf
CB
9092019-09-23 Christian Biesinger <cbiesinger@google.com>
910
911 * ada-exp.y (write_object_remaining): Update.
912 * ada-lang.c (ada_decode): Return a std::string instead of a char*
913 and eliminate the static buffer.
914 (ada_decode_symbol): Update.
915 (ada_la_decode): Update.
916 (ada_sniff_from_mangled_name): Update.
917 (is_valid_name_for_wild_match): Update.
918 (ada_lookup_name_info::matches): Update and simplify.
919 (name_matches_regex): Update.
920 (ada_add_global_exceptions): Update.
921 * ada-lang.h (ada_decode): Update signature.
922 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
923 * dwarf-index-write.c (debug_names::insert): Update.
924
7ab78ccb
SM
9252019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
926
927 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
928 formatting.
929
9252448b
SM
9302019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
931
932 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
933 Change "nonzero" to "true" in documentation.
934
626ca2c0
CB
9352019-09-20 Christian Biesinger <cbiesinger@google.com>
936
937 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
938 (_initialize_darwin_solib): Don't set
939 darwin_so_ops.lookup_lib_global_symbol.
940 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
941 set_gdbarch_iterate_over_objfiles_in_search_order.
942 (elf_lookup_lib_symbol): Rename to...
943 (svr4_iterate_over_objfiles_in_search_order): this, and update
944 to iterate semantics.
945 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
946 * solib.c (solib_global_lookup): Remove.
947 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
948 (solib_global_lookup): Remove.
949 * symtab.c (lookup_global_or_static_symbol): Remove call to
950 solib_global_lookup.
951
5a3a0d63
JB
9522019-09-20 Joel Brobecker <brobecker@adacore.com>
953
954 * NEWS: Move entries about default MI version now being
955 version 3, and about the GDB/MI fix for multi-location
956 breakpoints to the "since GDB 8.3" section.
957
ffea1427
JB
9582019-09-20 Joel Brobecker <brobecker@adacore.com>
959
960 GDB 8.3.1 released.
961
abf516c6
UW
9622019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
963
964 * NEWS: Mention that Cell/B.E. debugging support was removed.
965 * MAINTAINERS: Remove spu target.
966
967 * config/djgpp/fnchange.lst: Remove entries for removed files.
968
969 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
970 spu-multiarch.o, and spu-tdep.o.
971 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
972 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
973 spu-multiarch.c, and spu-tdep.c.
974 * spu-linux-nat.c: Remove file.
975 * spu-multiarch.c: Remove file.
976 * spu-tdep.c: Remove file.
977 * spu-tdep.h: Remove file.
978 * solib-spu.c: Remove file.
979 * solib-spu.h: Remove file.
980
981 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
982 * configure.nat (spu-linux): Remove.
983 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
984 solib-multiarch.o from gdb_target_obs.
985 (spu*-*-*): Remove.
986
987 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
988 feature flag.
989 (ppc_linux_no_features): Update.
990 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
991 Cell/B.E. support.
992 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
993 (tdesc_powerpc_cell64l): Likewise.
994 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
995 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
996 Cell/B.E. support.
997 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
998 Do not include "features/rs6000/powerpc-cell32l.c" or
999 "features/rs6000/powerpc-cell64l.c".
1000 (ppc_linux_spu_section): Remove.
1001 (ppc_linux_core_read_description): Remove Cell/B.E. support.
1002 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
1003 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
1004 (ppc_linux_spe_context_lookup): Remove.
1005 (ppc_linux_spe_context_inferior_created): Remove.
1006 (ppc_linux_spe_context_solib_loaded): Remove.
1007 (ppc_linux_spe_context_solib_unloaded): Remove.
1008 (ppc_linux_spe_context): Remove.
1009 (struct ppu2spu_cache): Remove.
1010 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
1011 (struct ppu2spu_data): Remove.
1012 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
1013 ppu2spu_unwind): Remove.
1014 (ppc_linux_init_abi): Remove Cell/B.E. support.
1015 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
1016
1017 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
1018 (rs6000/powerpc-cell64l-expedite): Likewise
1019 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
1020 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
1021 rs6000/powerpc-cell64l.xml.
1022 * features/rs6000/powerpc-cell32l.xml: Remove.
1023 * features/rs6000/powerpc-cell64l.xml: Likewise.
1024 * features/rs6000/powerpc-cell32l.c: Remove generated file.
1025 * features/rs6000/powerpc-cell64l.c: Likewise.
1026 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
1027 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
1028 * regformats/reg-spu.dat: Remove.
1029
1030 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
1031 * corelow.c (struct spuid_list): Remove.
1032 (add_to_spuid_list): Remove.
1033 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1034 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
1035 (remote_protocol_features): Remove associated entries.
1036 (_initialize_remote): No longer initialize them.
1037 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1038 * linux-nat.c (SPUFS_MAGIC): Remove.
1039 (linux_proc_xfer_spu): Remove.
1040 (spu_enumerate_spu_ids): Remove.
1041 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
1042 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
1043 (linux_make_corefile_notes): No longer call it.
1044
1045 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
1046 (cooked_write_test): Likewise.
1047
78e8cb91
TT
10482019-09-20 Tom Tromey <tom@tromey.com>
1049
1050 * NEWS: Mention case-sensitivity of TUI commands.
1051 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
1052 (tui_set_win_height_command, parse_scrolling_args): Likewise.
1053 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
1054
f074b67e
TT
10552019-09-20 Tom Tromey <tom@tromey.com>
1056
1057 * tui/tui-source.c (tui_source_window::set_contents): Use
1058 make_unique_xstrdup.
1059 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
1060 make_unique_xstrdup.
1061
63c4bf19
TT
10622019-09-20 Tom Tromey <tom@tromey.com>
1063
1064 * tui/tui-data.c: Remove separator comments.
1065 * tui/tui-layout.c: Remove separator comments.
1066 * tui/tui-win.c: Remove separator comments.
1067 * tui/tui-wingeneral.c: Remove separator comments.
1068
43df9b2f
TT
10692019-09-20 Tom Tromey <tom@tromey.com>
1070
1071 * tui/tui.h (strcat_to_buf): Don't declare.
1072 * tui/tui.c (strcat_to_buf): Remove.
1073
7226433c
TT
10742019-09-20 Tom Tromey <tom@tromey.com>
1075
1076 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
1077 from "fullname".
1078 * tui/tui-source.c (tui_source_window::set_contents)
1079 (tui_source_window::location_matches_p)
1080 (tui_source_window::maybe_update): Update.
1081
80df3337
TT
10822019-09-20 Tom Tromey <tom@tromey.com>
1083
1084 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
1085 Update.
1086 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
1087 prefix.
1088 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1089 (tui_data_window::line_from_reg_element_no)
1090 (tui_data_window::first_reg_element_no_inline)
1091 (tui_data_window::show_registers)
1092 (tui_data_window::show_register_group)
1093 (tui_data_window::display_registers_from)
1094 (tui_data_window::display_registers_from_line)
1095 (tui_data_window::first_data_item_displayed)
1096 (tui_data_window::delete_data_content_windows)
1097 (tui_data_window::erase_data_content)
1098 (tui_data_window::do_scroll_vertical)
1099 (tui_data_window::refresh_window)
1100 (tui_data_window::check_register_values): Update.
1101
9923f347
TT
11022019-09-20 Tom Tromey <tom@tromey.com>
1103
1104 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
1105 (struct tui_locator_window) <full_name, proc_name>: Now
1106 std::string.
1107 * tui/tui-stack.c (tui_locator_window::make_status_line)
1108 (tui_locator_window::set_locator_fullname)
1109 (tui_locator_window::set_locator_info): Update.
1110 * tui/tui-source.c (tui_source_window::set_contents)
1111 (tui_source_window::showing_source_p): Update.
1112
b76251ab
TT
11132019-09-20 Tom Tromey <tom@tromey.com>
1114
1115 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1116 Don't call tui_locator_win_info_ptr.
1117
0891be08
TT
11182019-09-20 Tom Tromey <tom@tromey.com>
1119
1120 * tui/tui-win.c (tui_resize_all): Don't call refresh.
1121
1b935acf
TT
11222019-09-20 Tom Tromey <tom@tromey.com>
1123
1124 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
1125 height for locator.
1126 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
1127 * tui/tui-layout.c (show_source_disasm_command, show_data)
1128 (show_source_or_disasm_and_command): Use 1 as height for locator.
1129
9abd8a65
TT
11302019-09-20 Tom Tromey <tom@tromey.com>
1131
1132 * tui/tui.c (tui_enable): Update.
1133 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
1134 Update.
1135 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
1136 Update.
1137 * tui/tui-data.c (win_resized): Now bool.
1138 (tui_win_resized): Return bool.
1139 (tui_set_win_resized_to): Accept a bool.
1140
b5457826
TT
11412019-09-20 Tom Tromey <tom@tromey.com>
1142
1143 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
1144 Change type of "refresh_values_only".
1145 * tui/tui-regs.c (tui_data_window::show_register_group): Change
1146 type of "refresh_values_only".
1147
6b915f7d
TT
11482019-09-20 Tom Tromey <tom@tromey.com>
1149
1150 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
1151 std::string.
1152 (tui_disassemble): Add "pos" parameter.
1153 (tui_disasm_window::set_contents): Simplify.
1154
2ad52f6f
TT
11552019-09-20 Tom Tromey <tom@tromey.com>
1156
1157 * tui/tui-winsource.h (struct tui_source_window_base)
1158 <show_source_content>: Now private.
1159 * tui/tui-winsource.c
1160 (tui_source_window_base::show_source_content): Don't handle empty
1161 content case.
1162
b3b1bde6
TT
11632019-09-20 Tom Tromey <tom@tromey.com>
1164
1165 * tui/tui-layout.c (show_source_disasm_command)
1166 (show_source_or_disasm_and_command): Don't call
1167 show_source_content.
1168
71a25ed2
TT
11692019-09-20 Tom Tromey <tom@tromey.com>
1170
1171 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
1172 Declare.
1173 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
1174 from tui_make_status_line.
1175 (tui_locator_window::rerender): Update.
1176
f8532154
TT
11772019-09-20 Tom Tromey <tom@tromey.com>
1178
1179 * tui/tui-stack.c (tui_make_status_line): Return std::string.
1180 (tui_locator_window::rerender): Update.
1181
2d81b349
TT
11822019-09-20 Tom Tromey <tom@tromey.com>
1183
1184 * tui/tui-winsource.h (struct tui_source_window_base)
1185 <~tui_source_window_base>: Don't declare.
1186 <fullname>: Remove.
1187 * tui/tui-winsource.c (~tui_source_window_base): Remove.
1188 * tui/tui-source.h (struct tui_source_window) <fullname>: New
1189 member.
1190 * tui/tui-source.c (tui_source_window::set_contents): Update.
1191 (tui_source_window::location_matches_p)
1192 (tui_source_window::maybe_update): Update.
1193
f14bec58
TT
11942019-09-20 Tom Tromey <tom@tromey.com>
1195
1196 * tui/tui-winsource.h (~tui_source_element): Remove.
1197 (tui_source_element): Update.
1198 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
1199 * tui/tui-winsource.c (tui_show_source_line): Update.
1200 * tui/tui-source.c (tui_source_window::set_contents): Update.
1201 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1202
78d5933a
TT
12032019-09-20 Tom Tromey <tom@tromey.com>
1204
1205 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
1206 declare.
1207 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
1208 tui_clear_source_windows_detail.
1209 * tui/tui-winsource.h (struct tui_source_window_base)
1210 <clear_detail>: Don't declare.
1211 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
1212 Remove.
1213 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
1214
d4207696
TT
12152019-09-20 Tom Tromey <tromey@adacore.com>
1216
1217 PR ada/24919:
1218 * block.c (contained_in): Fix final return value.
1219
00f93c44
AM
12202019-09-20 Alan Modra <amodra@gmail.com>
1221
1222 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
1223 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
1224 (read_indirect_string_from_dwz): Use bfd accessor.
1225 * dwarf2read.h (struct dwz_file <filename>): Likewise.
1226 * machoread.c (macho_symfile_read_all_oso): Likewise.
1227 * solib.c (solib_bfd_open): Likewise.
1228
e4153ae6
CB
12292019-09-19 Christian Biesinger <cbiesinger@google.com>
1230
1231 * eval.c: Move declaration of overload_resolution to...
1232 * value.h: ...here.
1233
c7ae7675
CB
12342019-09-19 Christian Biesinger <cbiesinger@google.com>
1235
1236 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
1237 * arm-linux-tdep.c: Likewise.
1238 * arm-nbsd-nat.c: Likewise.
1239 * arm-tdep.h: Declare arm_apcs_32.
1240 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
1241
e86f08d2
CB
12422019-09-19 Christian Biesinger <cbiesinger@google.com>
1243
1244 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
1245 * dwarf2read.h: Declare dwarf_always_disassemble.
1246
f64e2f40
TV
12472019-09-19 Tom de Vries <tdevries@suse.de>
1248
1249 PR gdb/25009
1250 * source-cache.c (source_cache::ensure): Catch exception thrown during
1251 construction of the highlighter.
1252
fd361982
AM
12532019-09-18 Alan Modra <amodra@gmail.com>
1254
1255 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
1256 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
1257 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
1258 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
1259 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
1260 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
1261 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
1262 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
1263 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
1264 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
1265 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
1266 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
1267 * solib-spu.c, * solib-svr4.c, * solib-target.c,
1268 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
1269 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
1270 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
1271 * mi/mi-interp.c: Update throughout for bfd section macro and
1272 function changes.
1273 * gcore (gcore_create_callback): Use bfd_set_section_lma.
1274 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
1275
11061048
TT
12762019-09-18 Tom Tromey <tom@tromey.com>
1277
1278 * NEWS: Add entry.
1279 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
1280 call rl_initialize.
1281 (tui_enable): Do not call rl_initialize.
1282
7a27b85f
CG
12832019-09-18 Christian Groessler <chris@groessler.org>
1284
1285 * alpha-linux-nat.c: Include gdbarch.h.
1286
f64eea3a
SM
12872019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
1288
1289 * ui-file.c: Include cli/cli-style.h.
1290 (term_cli_styling): Remove cli_styling declaration.
1291
e6f7f6d1
AM
12922019-09-18 Alan Modra <amodra@gmail.com>
1293
1294 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
1295 to bfd_asymbol_section.
1296
1d38e9d1
AM
12972019-09-18 Alan Modra <amodra@gmail.com>
1298
1299 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
1300 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1301 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
1302
90d92a63
AM
13032019-09-18 Alan Modra <amodra@gmail.com>
1304
1305 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
1306 * spu-linux-nat.c (spu_bfd_open): Likewise.
1307
a3d181d2
CB
13082019-09-18 Christian Biesinger <cbiesinger@google.com>
1309
1310 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
1311 to bool to match definition in dwarf2read.c.
1312
491144b5
CB
13132019-09-17 Christian Biesinger <cbiesinger@google.com>
1314
1315 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
1316 (print_signatures): Likewise.
1317 (trust_pad_over_xvs): Likewise.
1318 * arch/aarch64-insn.c (aarch64_debug): Likewise.
1319 * arch/aarch64-insn.h (aarch64_debug): Likewise.
1320 * arm-linux-nat.c (arm_apcs_32): Likewise.
1321 * arm-linux-tdep.c (arm_apcs_32): Likewise.
1322 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
1323 * arm-tdep.c (arm_debug): Likewise.
1324 (arm_apcs_32): Likewise.
1325 * auto-load.c (debug_auto_load): Likewise.
1326 (auto_load_gdb_scripts): Likewise.
1327 (global_auto_load): Likewise.
1328 (auto_load_local_gdbinit): Likewise.
1329 (auto_load_local_gdbinit_loaded): Likewise.
1330 * auto-load.h (global_auto_load): Likewise.
1331 (auto_load_local_gdbinit): Likewise.
1332 (auto_load_local_gdbinit_loaded): Likewise.
1333 * breakpoint.c (disconnected_dprintf): Likewise.
1334 (breakpoint_proceeded): Likewise.
1335 (automatic_hardware_breakpoints): Likewise.
1336 (always_inserted_mode): Likewise.
1337 (target_exact_watchpoints): Likewise.
1338 (_initialize_breakpoint): Update.
1339 * breakpoint.h (target_exact_watchpoints): Change to bool.
1340 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
1341 * cli/cli-cmds.c (trace_commands): Likewise.
1342 * cli/cli-cmds.h (trace_commands): Likewise.
1343 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
1344 to bool*.
1345 * cli/cli-logging.c (logging_overwrite): Change to bool.
1346 (logging_redirect): Likewise.
1347 (debug_redirect): Likewise.
1348 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
1349 (struct boolean_option_def) <get_var_address_cb_>: Change return type
1350 to bool.
1351 <boolean_option_def>: Update.
1352 (struct flag_option_def): Change default type of Context to bool
1353 from int.
1354 <flag_option_def>: Change return type of var_address_cb_ to bool*.
1355 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
1356 (get_setshow_command_value_string): Likewise.
1357 * cli/cli-style.c (cli_styling): Change to bool.
1358 (source_styling): Likewise.
1359 * cli/cli-style.h (source_styling): Likewise.
1360 (cli_styling): Likewise.
1361 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
1362 to bool.
1363 * command.h (var_types): Update comment.
1364 (add_setshow_boolean_cmd): Change int* var argument to bool*.
1365 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
1366 bool.
1367 (debug_compile_cplus_scopes): Likewise.
1368 * compile/compile-internal.h (compile_debug): Likewise.
1369 * compile/compile.c (compile_debug): Likewise.
1370 (struct compile_options) <raw>: Likewise.
1371 * cp-support.c (catch_demangler_crashes): Likewise.
1372 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
1373 (usr_cmd_cris_dwarf2_cfi): Likewise.
1374 * csky-tdep.c (csky_debug): Likewise.
1375 * darwin-nat.c (enable_mach_exceptions): Likewise.
1376 * dcache.c (dcache_enabled_p): Likewise.
1377 * defs.h (info_verbose): Likewise.
1378 * demangle.c (demangle): Likewise.
1379 (asm_demangle): Likewise.
1380 * dwarf-index-cache.c (debug_index_cache): Likewise.
1381 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
1382 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
1383 * dwarf2read.c (check_physname): Likewise.
1384 (use_deprecated_index_sections): Likewise.
1385 (dwarf_always_disassemble): Likewise.
1386 * eval.c (overload_resolution): Likewise.
1387 * event-top.c (set_editing_cmd_var): Likewise.
1388 (exec_done_display_p): Likewise.
1389 * event-top.h (set_editing_cmd_var): Likewise.
1390 (exec_done_display_p): Likewise.
1391 * exec.c (write_files): Likewise.
1392 * fbsd-nat.c (debug_fbsd_lwp): Likewise
1393 (debug_fbsd_nat): Likewise.
1394 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
1395 Likewise.
1396 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
1397 <backtrace_past_entry> Likewise.
1398 * gdb-demangle.h (demangle): Likewise.
1399 (asm_demangle): Likewise.
1400 * gdb_bfd.c (bfd_sharing): Likewise.
1401 * gdbcore.h (write_files): Likewise.
1402 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
1403 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
1404 * gdbthread.h (print_thread_events): Likewise.
1405 * gdbtypes.c (opaque_type_resolution): Likewise.
1406 (strict_type_checking): Likewise.
1407 * gnu-nat.c (gnu_debug_flag): Likewise.
1408 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
1409 * guile/scm-param.c (pascm_variable): Add boolval.
1410 (add_setshow_generic): Update.
1411 (pascm_param_value): Update.
1412 (pascm_set_param_value_x): Update.
1413 * hppa-tdep.c (hppa_debug): Change to bool..
1414 * infcall.c (may_call_functions_p): Likewise.
1415 (coerce_float_to_double_p): Likewise.
1416 (unwind_on_signal_p): Likewise.
1417 (unwind_on_terminating_exception_p): Likewise.
1418 * infcmd.c (startup_with_shell): Likewise.
1419 * inferior.c (print_inferior_events): Likewise.
1420 * inferior.h (startup_with_shell): Likewise.
1421 (print_inferior_events): Likewise.
1422 * infrun.c (step_stop_if_no_debug): Likewise.
1423 (detach_fork): Likewise.
1424 (debug_displaced): Likewise.
1425 (disable_randomization): Likewise.
1426 (non_stop): Likewise.
1427 (non_stop_1): Likewise.
1428 (observer_mode): Likewise.
1429 (observer_mode_1): Likewise.
1430 (set_observer_mode): Update.
1431 (sched_multi): Change to bool.
1432 * infrun.h (debug_displaced): Likewise.
1433 (sched_multi): Likewise.
1434 (step_stop_if_no_debug): Likewise.
1435 (non_stop): Likewise.
1436 (disable_randomization): Likewise.
1437 * linux-tdep.c (use_coredump_filter): Likewise.
1438 (dump_excluded_mappings): Likewise.
1439 * linux-thread-db.c (auto_load_thread_db): Likewise.
1440 (check_thread_db_on_load): Likewise.
1441 * main.c (captured_main_1): Update.
1442 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
1443 xx2_opt, boolean_opt>: Change to bool.
1444 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
1445 * maint.c (maintenance_profile_p): Likewise.
1446 (per_command_time): Likewise.
1447 (per_command_space): Likewise.
1448 (per_command_symtab): Likewise.
1449 * memattr.c (inaccessible_by_default): Likewise.
1450 * mi/mi-main.c (mi_async): Likewise.
1451 (mi_async_1): Likewise.
1452 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
1453 * nat/fork-inferior.h (startup_with_shell): Likewise.
1454 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
1455 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
1456 * nios2-tdep.c (nios2_debug): Likewise.
1457 * or1k-tdep.c (or1k_debug): Likewise.
1458 * parse.c (parser_debug): Likewise.
1459 * parser-defs.h (parser_debug): Likewise.
1460 * printcmd.c (print_symbol_filename): Likewise.
1461 * proc-api.c (procfs_trace): Likewise.
1462 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
1463 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
1464 (set_parameter_value): Update.
1465 (add_setshow_generic): Update.
1466 * python/py-value.c (copy_py_bool_obj): Change argument from int*
1467 to bool*.
1468 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
1469 int*.
1470 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
1471 * record-btrace.c (record_btrace_target::store_registers): Update.
1472 * record-full.c (record_full_memory_query): Change to bool.
1473 (record_full_stop_at_limit): Likewise.
1474 * record-full.h (record_full_memory_query): Likewise.
1475 * remote-notif.c (notif_debug): Likewise.
1476 * remote-notif.h (notif_debug): Likewise.
1477 * remote.c (use_range_stepping): Likewise.
1478 (interrupt_on_connect): Likewise.
1479 (remote_break): Likewise.
1480 * ser-tcp.c (tcp_auto_retry): Likewise.
1481 * ser-unix.c (serial_hwflow): Likewise.
1482 * skip.c (debug_skip): Likewise.
1483 * solib-aix.c (solib_aix_debug): Likewise.
1484 * spu-tdep.c (spu_stop_on_load_p): Likewise.
1485 (spu_auto_flush_cache_p): Likewise.
1486 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
1487 Likewise.
1488 (struct info_print_options) <quiet>: Likewise.
1489 * symfile-debug.c (debug_symfile): Likewise.
1490 * symfile.c (auto_solib_add): Likewise.
1491 (separate_debug_file_debug): Likewise.
1492 * symfile.h (auto_solib_add): Likewise.
1493 (separate_debug_file_debug): Likewise.
1494 * symtab.c (basenames_may_differ): Likewise.
1495 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
1496 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
1497 (struct info_types_options) <quiet>: Likewise.
1498 * symtab.h (demangle): Likewise.
1499 (basenames_may_differ): Likewise.
1500 * target-dcache.c (stack_cache_enabled_1): Likewise.
1501 (code_cache_enabled_1): Likewise.
1502 * target.c (trust_readonly): Likewise.
1503 (may_write_registers): Likewise.
1504 (may_write_memory): Likewise.
1505 (may_insert_breakpoints): Likewise.
1506 (may_insert_tracepoints): Likewise.
1507 (may_insert_fast_tracepoints): Likewise.
1508 (may_stop): Likewise.
1509 (auto_connect_native_target): Likewise.
1510 (target_stop_and_wait): Update.
1511 (target_async_permitted): Change to bool.
1512 (target_async_permitted_1): Likewise.
1513 (may_write_registers_1): Likewise.
1514 (may_write_memory_1): Likewise.
1515 (may_insert_breakpoints_1): Likewise.
1516 (may_insert_tracepoints_1): Likewise.
1517 (may_insert_fast_tracepoints_1): Likewise.
1518 (may_stop_1): Likewise.
1519 * target.h (target_async_permitted): Likewise.
1520 (may_write_registers): Likewise.
1521 (may_write_memory): Likewise.
1522 (may_insert_breakpoints): Likewise.
1523 (may_insert_tracepoints): Likewise.
1524 (may_insert_fast_tracepoints): Likewise.
1525 (may_stop): Likewise.
1526 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
1527 (make_thread_apply_all_options_def_group): Change argument from int*
1528 to bool*.
1529 (thread_apply_all_command): Update.
1530 (print_thread_events): Change to bool.
1531 * top.c (confirm): Likewise.
1532 (command_editing_p): Likewise.
1533 (history_expansion_p): Likewise.
1534 (write_history_p): Likewise.
1535 (info_verbose): Likewise.
1536 * top.h (confirm): Likewise.
1537 (history_expansion_p): Likewise.
1538 * tracepoint.c (disconnected_tracing): Likewise.
1539 (circular_trace_buffer): Likewise.
1540 * typeprint.c (print_methods): Likewise.
1541 (print_typedefs): Likewise.
1542 * utils.c (debug_timestamp): Likewise.
1543 (sevenbit_strings): Likewise.
1544 (pagination_enabled): Likewise.
1545 * utils.h (sevenbit_strings): Likewise.
1546 (pagination_enabled): Likewise.
1547 * valops.c (overload_resolution): Likewise.
1548 * valprint.h (struct value_print_options) <prettyformat_arrays,
1549 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
1550 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
1551 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
1552 Likewise.
1553 * windows-nat.c (new_console): Likewise.
1554 (cygwin_exceptions): Likewise.
1555 (new_group): Likewise.
1556 (debug_exec): Likewise.
1557 (debug_events): Likewise.
1558 (debug_memory): Likewise.
1559 (debug_exceptions): Likewise.
1560 (useshell): Likewise.
1561 * windows-tdep.c (maint_display_all_tib): Likewise.
1562 * xml-support.c (debug_xml): Likewise.
1563
f1b620e9
MG
15642019-09-17 Mike Gulick <mgulick@mathworks.com>
1565
1566 * source.c (prepare_path_for_appending): New function.
1567 (openp): Make use of new function.
1568 (find_and_open_source): Search for the compilation directory and
1569 source file as a relative path beneath the directory search path.
1570
67f3ed6a
AB
15712019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1572
1573 * source-cache.c (source_cache::get_line_charpos): Catch
1574 exceptions and return false, this matches the behaviour documented
1575 in the header file.
1576
74332189
JB
15772019-09-17 Joel Brobecker <brobecker@adacore.com>
1578
1579 * ada-tasks.c (info_task): Remove quoting of the task's name.
1580
f2f24aa9
CB
15812019-09-16 Christian Biesinger <cbiesinger@google.com>
1582
1583 * symfile.c (auto_solib_add): Replace comment with a reference
1584 to the header file.
1585
6a062a93
CB
15862019-09-14 Christian Biesinger <cbiesinger@google.com>
1587
1588 * NEWS: Mention that gdb can now be compiled with Python 3
1589 on Windows.
1590
ec6c8338
AB
15912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1592
1593 * maint.c (maint_print_section_data::maint_print_section_data):
1594 Force use of 'float log10 (float)' by casting the argument to
1595 float.
1596
aa17805f
AB
15972019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * maint.c: Add 'cmath' include.
1600 (struct maint_print_section_data): New structure.
1601 (print_section_index): New function.
1602 (print_bfd_section_info): Add header comment, small whitespace
1603 cleanup, and update to call new print_section_index function.
1604 (print_objfile_section_info): Likewise.
1605 (maint_obj_section_from_bfd_section): New function.
1606 (print_bfd_section_info_maybe_relocated): New function.
1607 (maintenance_info_sections): Add header comment, always use
1608 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
1609
3dd9bb46
AB
16102019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1611
1612 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
1613 inner scope, add check that the objfile has psymtabs before
1614 checking psymtabs_addrmap.
1615 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
1616
4993045d
PW
16172019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1618
1619 * NEWS: Announce that Ada task names are now shown at more places,
1620 and between quotes (except in info task output).
1621 * gdb/ada-tasks.c (task_to_str): New function.
1622 (display_current_task_id): Call task_to_str.
1623 (task_command_1): Likewise.
1624 (print_ada_task_info): In non-mi mode, Properly align headers and data
1625 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
1626
7a289707
RO
16272019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1628
1629 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
1630 prstatus.pr_lwp.pr_info instead of making it up.
1631
f2aec7f6
CB
16322019-09-11 Christian Biesinger <cbiesinger@google.com>
1633
1634 * auto-load.c (auto_load_expand_dir_vars): Update.
1635 * defs.h (gdb_datadir): Change to std::string.
1636 (python_libdir): Likewise.
1637 (relocate_gdb_directory): Change return type to std::string.
1638 * guile/guile.c (gdbscm_data_directory): Update.
1639 (initialize_scheme_side): Update.
1640 * jit.c (jit_reader_dir): Change to std::string.
1641 (jit_reader_load_command): Update.
1642 * main.c (gdb_datadir): Change to std::string.
1643 (python_libdir): Likewise.
1644 (set_gdb_data_directory): Update.
1645 (relocate_path): Change to return std::string.
1646 (relocate_gdb_directory): Change to return std::string.
1647 (relocate_gdbinit_path_maybe_in_datadir): Update.
1648 (captured_main_1): Update.
1649 * python/python.c (do_start_initialization): Update.
1650 * top.c (show_gdb_datadir): Update.
1651 * xml-syscall.c (xml_init_syscalls_info): Update.
1652 (init_syscalls_info): Update.
1653
9224a013
CB
16542019-09-11 Christian Biesinger <cbiesinger@google.com>
1655
1656 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
1657 out of get_init_files.
1658 (get_init_files): Update.
1659
f48cd836
CB
16602019-09-11 Christian Biesinger <cbiesinger@google.com>
1661
1662 * main.c (get_init_files): Change to use std::string.
1663 (captured_main_1): Update.
1664 (print_gdb_help): Update.
1665
9cab7ecd
AT
16662019-09-11 Ali Tamur <tamur@google.com>
1667
1668 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
1669 implementation.
1670
67547d89
CB
16712019-09-11 Christian Biesinger <cbiesinger@google.com>
1672
1673 * dbxread.c (read_dbx_symtab): Update.
1674 * dwarf2read.c (load_partial_dies): Update.
1675 * mdebugread.c (parse_partial_symbols): Update.
1676 (handle_psymbol_enumerators): Update.
1677 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
1678 * psymtab.c (add_psymbol_to_bcache): Likewise.
1679 (add_psymbol_to_list): Likewise.
1680 * symtab.c (symbol_set_names): Likewise.
1681 * symtab.h (symbol_set_names): Likewise.
1682 * xcoffread.c (scan_xcoff_symtab): Update.
1683
64b2d4a0
TT
16842019-09-11 Tom Tromey <tom@tromey.com>
1685
1686 * symfile-mem.c (symbol_file_add_from_memory): Use
1687 bfd_set_filename.
1688 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
1689 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
1690
3b00ef10
TT
16912019-09-10 Tom Tromey <tromey@adacore.com>
1692
1693 * dwarf-index-write.c (write_psymbols): Extend error message.
1694 (debug_names::insert): Add Ada code.
1695 (debug_names::write_psymbols): Remove Ada check.
1696 (debug_names) <m_string_obstack>: New member.
1697 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
1698 (gdb_index_symbol_name_matcher::matches): Remove.
1699 (mapped_index_base::find_name_components_bounds): Add "lang"
1700 parameter.
1701 (mapped_index_base::build_name_components): Also split names
1702 according to Ada syntax.
1703 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
1704 type of "match_callback".
1705 (check_match, check_find_bounds_finds)
1706 (dw2_expand_symtabs_matching): Update.
1707 (dw2_debug_names_iterator): Add new constructor.
1708 (dw2_debug_names_map_matching_symbols): New function.
1709 (dw2_debug_names_expand_symtabs_matching): Update.
1710 (dwarf2_debug_names_functions): Use
1711 dw2_debug_names_map_matching_symbols.
1712
aa391654
TT
17132019-09-10 Tom Tromey <tromey@adacore.com>
1714
1715 * dwarf2read.c (dw2_get_file_names_reader): Add the
1716 CU's file name to the results.
1717
b054970d
TT
17182019-09-10 Tom Tromey <tromey@adacore.com>
1719
1720 * ada-lang.c (add_nonlocal_symbols): Combine calls to
1721 map_matching_symbols. Update.
1722 * dwarf2read.c (dw2_map_matching_symbols): Update.
1723 * psymtab.c (match_partial_symbol): Change type; update.
1724 (psym_map_matching_symbols): Likewise.
1725 * symfile-debug.c (debug_qf_map_matching_symbols): Change
1726 type; update.
1727 * symfile.h (struct quick_symbol_functions)
1728 <map_matching_symbols>: Change "name" to be a lookup_name_info.
1729 Remove "match".
1730
6a3dbf1b
TT
17312019-09-10 Tom Tromey <tromey@adacore.com>
1732
1733 * psymtab.c (map_block): Remove.
1734 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
1735 * symtab.c (iterate_over_symbols_terminated): New function.
1736 * symtab.c (iterate_over_symbols_terminated): Declare.
1737
6969f124
TT
17382019-09-10 Tom Tromey <tromey@adacore.com>
1739
1740 * ada-lang.c (ada_iterate_over_symbols): Return bool.
1741 * language.h (struct language_defn) <la_iterate_over_symbols>:
1742 Return bool.
1743 * symtab.c (iterate_over_symbols): Return bool.
1744 * symtab.h (iterate_over_symbols): Return bool.
1745
199b4314
TT
17462019-09-10 Tom Tromey <tromey@adacore.com>
1747
1748 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
1749 (add_nonlocal_symbols): Update.
1750 * dwarf2read.c (dw2_map_matching_symbols): Change type.
1751 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
1752 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
1753 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
1754 Change type of "callback". Remove "data".
1755
a084a2a6
AT
1756
17572019-09-09 Ali Tamur <tamur@google.com>
1758
1759 * dwarf2read.c (comp_unit_head): Update comment.
1760 (dwarf2_dwo_name): New function declaration.
1761 (dwarf_unit_type_name): New function declaration.
1762 (read_comp_unit_head): Add support for new compilation units,
1763 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
1764 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
1765 (currently named as "signature") in their header. Also clarify error
1766 messages.
1767 (lookup_dwo_id): New function. Returns the dwo id of the given
1768 compile unit.
1769 (lookup_dwo_unit): Use the new lookup_dwo_id function.
1770 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
1771 functions.
1772 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
1773 (dwarf2_dwo_name): Get the dwo name if present.
1774 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
1775 purposes.
1776
25a2915e
TT
17772019-09-09 Tom Tromey <tom@tromey.com>
1778
1779 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
1780
e4df0874
PW
17812019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1782
1783 * python/python.c (do_start_initialization): Make progname_copy static,
1784 to avoid a leak report.
1785
8634b462
TT
17862019-09-08 Tom Tromey <tom@tromey.com>
1787
1788 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
1789
c7f839cb
SM
17902019-09-07 Simon Marchi <simon.marchi@efficios.com>
1791
1792 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
1793 Change type to gdb::optional<block_enum>.
1794 (dw2_symtab_iter_init): Change block_index parameter type
1795 to gdb::optional<block_enum>.
1796 (dw2_lookup_symbol): Change block_index parameter
1797 type to block_enum.c
1798 (dw2_debug_names_lookup_symbol): Likewise.
1799 * psymtab.c (psym_lookup_symbol): Likewise.
1800 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
1801 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
1802 Likewise.
1803
ead0e69a
CB
18042019-09-06 Christian Biesinger <cbiesinger@google.com>
1805
1806 * defs.h (relocate_gdb_directory): Change int to bool in
1807 signature and rename flag to relocatable.
1808 * main.c (relocate_path): Likewise.
1809 (relocate_gdb_directory): Likewise.
1810
b16c44de
AM
18112019-09-06 Alan Modra <amodra@gmail.com>
1812
1813 * coffread.c (coff_symfile_read): Constify filename variable.
1814 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
1815 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
1816 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
1817 * solib.c (reload_shared_libraries_1): Likewise.
1818 * symfile.c (reread_symbols): Likewise.
1819 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
1820 * solib-darwin.c (darwin_bfd_open): Likewise.
1821 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
1822
06ff036e
AB
18232019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
1824
1825 * psymtab.c (print_partial_symbols): Handle missing domain_enum
1826 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
1827
4e962e74
TT
18282019-09-03 Tom Tromey <tromey@adacore.com>
1829
1830 * ada-valprint.c (ada_val_print_num): Don't recurse for range
1831 types.
1832 (has_negatives): Unbias a range type bound.
1833 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
1834 * gdbtypes.c (operator==): Handle new field.
1835 (create_range_type): Add "bias" parameter.
1836 (create_static_range_type, resolve_dynamic_range): Update.
1837 * gdbtypes.h (struct range_bounds) <bias>: New member.
1838 (create_range_type): Add bias parameter.
1839 * printcmd.c (print_scalar_formatted): Unbias range types.
1840 * value.c (unpack_long): Unbias range types.
1841 (pack_long): Bias range types.
1842
d90b8f26
AH
18432019-09-02 Alan Hayward <alan.hayward@arm.com>
1844
1845 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
1846 probe arguments.
1847
fe01123e
AH
18482019-09-02 Alan Hayward <alan.hayward@arm.com>
1849
1850 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
1851 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
1852 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
1853 (compile_probe_arg): Likewise.
1854 * probe.h (get_argument_count): Likewise.
1855 * solib-svr4.c (solib_event_probe_action): Likewise.
1856 * stap-probe.c (stap_probe::get_argument_count): Likewise.
1857
e661ef01
AH
18582019-09-02 Alan Hayward <alan.hayward@arm.com>
1859
1860 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
1861 code to here...
1862 (svr4_create_solib_event_breakpoints): ...from here.
1863
47a536d9
SDJ
18642019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
1865
1866 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
1867 suffix from warning message.
1868
d6a00eba
TT
18692019-08-30 Tom Tromey <tom@tromey.com>
1870
1871 * tui/tui-winsource.h (struct tui_source_window_base)
1872 <refresh_all>: Don't declare.
1873 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
1874 Remove.
1875 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
1876 tui_show_locator_content.
1877 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
1878 declare.
1879 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
1880 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
1881 declare.
1882
55b2657b
TT
18832019-08-30 Tom Tromey <tom@tromey.com>
1884
1885 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
1886
12a8555a
TT
18872019-08-30 Tom Tromey <tom@tromey.com>
1888
1889 * tui/tui-stack.c (_initialize_tui_stack): Move later.
1890 Remove unnecessary forward declarations.
1891
900ac242
TT
18922019-08-30 Tom Tromey <tom@tromey.com>
1893
1894 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
1895 rerender.
1896 (tui_update_locator_fullname, tui_show_frame_info): Don't call
1897 tui_show_locator_content.
1898
99ab33fb
TT
18992019-08-30 Tom Tromey <tom@tromey.com>
1900
1901 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
1902 (tui_locator_window::rerender): Rewrite using body of previous
1903 tui_show_locator_content.
1904
e594a5d1
TT
19052019-08-30 Tom Tromey <tom@tromey.com>
1906
1907 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
1908 set_locator_fullname>: New methods.
1909 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
1910 Rename from tui_set_locator_fullname.
1911 (tui_locator_window::set_locator_info): Rename from
1912 tui_set_locator_info. Return bool.
1913 (tui_update_locator_fullname, tui_show_frame_info): Update.
1914
715bb467
TT
19152019-08-30 Tom Tromey <tom@tromey.com>
1916
1917 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
1918
772f3f03
TT
19192019-08-30 Tom Tromey <tom@tromey.com>
1920
1921 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
1922 call touchwin.
1923
108e13ab
TT
19242019-08-30 Tom Tromey <tom@tromey.com>
1925
1926 * tui/tui-wingeneral.c (box_win): Assume win_info and
1927 win_info->handle cannot be NULL.
1928
cdaa6eb4
TT
19292019-08-30 Tom Tromey <tom@tromey.com>
1930
1931 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
1932 refresh_window>: Declare.
1933 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
1934 resize.
1935 (tui_data_item_window::rerender): Rename from
1936 tui_display_register.
1937 (tui_data_item_window::refresh_window): New method.
1938 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
1939 no-op.
1940
89df7f90
TT
19412019-08-30 Tom Tromey <tom@tromey.com>
1942
1943 * tui/tui-regs.h (struct tui_data_window) <regs_content,
1944 regs_column_count, current_group>: Move later. Now private.
1945 <get_current_group>: New method.
1946 * tui/tui-regs.c (tui_reg_command): Update.
1947 * tui/tui-layout.c (tui_set_layout): Update.
1948
1bf2866a
TT
19492019-08-30 Tom Tromey <tom@tromey.com>
1950
1951 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
1952 (tui_data_window::rerender): Don't call
1953 check_and_display_highlight_if_needed.
1954 (tui_data_window::refresh_all): Remove call to
1955 erase_data_content.
1956
0670413d
TT
19572019-08-30 Tom Tromey <tom@tromey.com>
1958
1959 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
1960 (tui_data_window::display_registers_from)
1961 (tui_data_window::display_reg_element_at_line)
1962 (tui_data_window::display_registers_from_line): Remove checks of
1963 "empty".
1964
18bb55c7
TT
19652019-08-30 Tom Tromey <tom@tromey.com>
1966
1967 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
1968 Don't declare.
1969 * tui/tui-regs.c (tui_data_window::show_registers): Call
1970 rerender.
1971 (tui_data_window::rerender): Rename from display_all_data.
1972 (tui_data_window::rerender): Remove old implementation.
1973
1f6d2f10
TT
19742019-08-30 Tom Tromey <tom@tromey.com>
1975
1976 * tui/tui-regs.c (tui_data_window::display_all_data): Change
1977 text.
1978 * tui/tui-data.h (NO_DATA_STRING): Remove define.
1979
16d01f9c
BW
19802019-08-29 Bernhard Wodok <barto@gmx.net>
1981 Sergio Durigan Junior <sergiodj@redhat.com>
1982
1983 PR win32/24284
1984 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
1985
d8f27c60
AB
19862019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1987
1988 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
1989 when searching for types.
1990
1f20c35e
AB
19912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * f-lang.c (f_language_defn): Use f_print_typedef.
1994 * f-lang.h (f_print_typedef): Declare.
1995 * f-typeprint.c (f_print_typedef): Define.
1996
550105b7
CB
19972019-08-27 Christian Biesinger <cbiesinger@google.com>
1998
1999 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
2000
4acfdd20
AB
20012019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2002
2003 * cli/cli-utils.c (info_print_options_defs): Delete.
2004 (make_info_print_options_def_group): Delete.
2005 (extract_info_print_options): Delete.
2006 (info_print_command_completer): Delete.
2007 (info_print_args_help): Add extra parameter, and optionally
2008 include text about -n flag.
2009 * cli/cli-utils.h (struct info_print_options): Delete.
2010 (extract_info_print_options): Delete declaration.
2011 (info_print_command_completer): Delete declaration.
2012 (info_print_args_help): Add extra parameter, extend header
2013 comment.
2014 * python/python.c (gdbpy_rbreak): Pass additional parameter to
2015 search_symbols.
2016 * stack.c (struct info_print_options): New type.
2017 (info_print_options_defs): New file scoped variable.
2018 (make_info_print_options_def_group): New static function.
2019 (info_print_command_completer): New static function.
2020 (info_locals_command): Update to use new local functions.
2021 (info_args_command): Likewise.
2022 (_initialize_stack): Add extra parameter to calls to
2023 info_print_args_help.
2024 * symtab.c (search_symbols): Add extra parameter, use this to
2025 possibly excluse non-debug symbols.
2026 (symtab_symbol_info): Add extra parameter, which is passed on to
2027 search_symbols.
2028 (struct info_print_options): New type.
2029 (info_print_options_defs): New file scoped variable.
2030 (make_info_print_options_def_group): New static function.
2031 (info_print_command_completer): New static function.
2032 (info_variables_command): Update to use local functions, and pass
2033 extra parameter through to symtab_symbol_info.
2034 (info_functions_command): Likewise.
2035 (info_types_command): Pass additional argument through to
2036 symtab_symbol_info.
2037 (rbreak_command): Pass extra argument to search_symbols.
2038 (_initialize_symtab): Add extra arguments for calls to
2039 info_print_args_help, and update help text for 'info variables',
2040 'whereis', and 'info functions' commands.
2041 * symtab.h (search_symbols): Add extra argument to declaration.
2042 * NEWS: Mention new flags.
2043
9aa55206
CB
20442019-08-26 Christian Biesinger <cbiesinger@google.com>
2045
2046 * symtab.c (lookup_static_symbol): Call the new function (and move
2047 it down to be next to lookup_global_symbol).
2048 (struct global_sym_lookup_data): Add block_enum member and rename to...
2049 (struct global_or_static_sym_lookup_data): ...this.
2050 (lookup_symbol_global_iterator_cb): Pass block_index instead of
2051 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
2052 (lookup_symbol_global_or_static_iterator_cb): ...this.
2053 (lookup_global_or_static_symbol): New function.
2054 (lookup_global_symbol): Call new function.
2055
5c31b358
TV
20562019-08-26 Tom de Vries <tdevries@suse.de>
2057
2058 PR c++/24852
2059 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
2060 when pc_probe.prob == NULL.
2061
23c13d42
SM
20622019-08-25 Simon Marchi <simon.marchi@efficios.com>
2063
2064 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
2065 variable symbol_linkage to symbol_linkage_.
2066
beadd3e8
SM
20672019-08-25 Simon Marchi <simon.marchi@efficios.com>
2068
2069 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
2070 represent whether the symbol is static, dynamic, or we don't
2071 know.
2072
e3ec872f
YS
20732019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
2074
2075 * gdb/rx-tdep.c (rx_register_names): New.
2076 (rx_register_name): Delete.
2077 (rx_psw_type): Delete.
2078 (rx_fpsw_type): Delete.
2079 (rx_register_type): Delete.
2080 (rx_gdbarch_init): Convert target-descriptions.
2081 (_initialize_rx_tdep): Add initialize_tdesc_rx.
2082 * gdb/features/Makefile: Add rx.xml.
2083 * gdb/features/rx.xml: New.
2084 * gdb/features/rx.c: Generated.
2085 * gdb/NEWS: Mention target description support.
2086
d0509ba4
CB
20872019-08-22 Christian Biesinger <cbiesinger@google.com>
2088
2089 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
2090 *slot_ptr.
2091
2d41fa11
SDJ
20922019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
2093
2094 * configure.ac: Don't check for 'dlfcn.h' (moved to
2095 gdbsupport/common.m4).
2096 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
2097 'gdbsupport/'.
2098 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
2099 * compile/compile-c-support.c: Include
2100 'gdbsupport/gdb-dlfcn.h'.
2101 * gdbsupport/common.m4: Check for 'dlfcn.h'.
2102 * gdb-dlfcn.c: Move to...
2103 * gdbsupport/gdb-dlfcn.c: ... here.
2104 * gdb-dlfcn.h: Move to...
2105 * gdbsupport/gdb-dlfcn.h: ... here.
2106
de8af808
SL
21072019-08-23 Sandra Loosemore <sandra@codesourcery.com>
2108
2109 * nios2-tdep.c (struct reg_value): Improve comments. Make
2110 the offset field signed.
2111
27204489
CB
21122019-08-22 Christian Biesinger <cbiesinger@google.com>
2113
2114 * python/lib/gdb/__init__.py (_execute_file): New function.
2115 * python/python.c (python_run_simple_file): Call gdb._execute_file
2116 on Windows.
2117
43771869
AB
21182019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
2121 all uses as this was never set to anything but a zero value.
2122
26c957f1
PA
21232019-08-21 Bogdan Harjoc <harjoc@gmail.com>
2124
2125 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
2126
c07aae6e
CB
21272019-08-21 Christian Biesinger <cbiesinger@google.com>
2128
2129 * tui/tui-data.h (tui_gen_win_info): Add an =default
2130 move constructor, required by some GCC versions.
2131
3960cb7a
JF
21322019-08-21 Jinke Fan <fanjinke51@yeah.net>
2133
2134 * go32-nat.c (go32_sysinfo): Add hygon_p.
2135
04c72a68
TT
21362019-08-20 Tom Tromey <tom@tromey.com>
2137
2138 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
2139 line_from_reg_element_no, first_reg_element_no_inline,
2140 display_all_data, delete_data_content_windows,
2141 erase_data_content>: Now private.
2142
072272ce
TT
21432019-08-20 Tom Tromey <tom@tromey.com>
2144
2145 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
2146 (tui_unhighlight_win, tui_highlight_win)
2147 (tui_win_info::make_window): Update.
2148 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
2149
973961bd
TT
21502019-08-20 Tom Tromey <tom@tromey.com>
2151
2152 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2153 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2154 (MAX_PID_WIDTH): Move to tui-stack.c.
2155 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
2156 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
2157 (MAX_PID_WIDTH): Move from tui-data.h.
2158
ab0e1f1a
TT
21592019-08-20 Tom Tromey <tom@tromey.com>
2160
2161 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
2162 * tui/tui-wingeneral.c (box_win): Change type of win_info.
2163 (box_win): Update.
2164 (tui_gen_win_info::make_window): Rename from tui_make_window.
2165 (tui_win_info::make_window): New method.
2166 (tui_gen_win_info::make_visible): Update.
2167 * tui/tui-source.c (tui_source_window::set_contents): Update.
2168 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
2169 (tui_data_window::display_registers_from): Update.
2170 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2171 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
2172 Declare.
2173 <can_box>: Remove.
2174 <title>: Remove.
2175 (struct tui_win_info) <make_window>: Declare.
2176 <can_box>: Now virtual.
2177 <title>: New member.
2178 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
2179 * tui/tui-command.c (tui_cmd_window::resize): Update.
2180
100c2bf3
TT
21812019-08-20 Tom Tromey <tom@tromey.com>
2182
2183 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
2184 * tui/tui-regs.c (tui_data_window::show_registers): Update.
2185 (tui_data_window::check_register_values): Update.
2186
fa4dc567
TT
21872019-08-20 Tom Tromey <tom@tromey.com>
2188
2189 * tui/tui-regs.h (struct tui_data_window): Use
2190 DISABLE_COPY_AND_ASSIGN.
2191 <regs_content>: Change type, removing unique_ptr.
2192 <tui_data_window>: Add move constructor.
2193 * tui/tui-regs.c (tui_data_window::show_registers)
2194 (tui_data_window::show_register_group)
2195 (tui_data_window::display_registers_from)
2196 (tui_data_window::display_registers_from)
2197 (tui_data_window::first_data_item_displayed)
2198 (tui_data_window::delete_data_content_windows)
2199 (tui_data_window::rerender, tui_data_window::refresh_window)
2200 (tui_data_window::check_register_values): Update.
2201
ca02d7c8
TT
22022019-08-20 Tom Tromey <tom@tromey.com>
2203
2204 * tui/tui-regs.h (struct tui_data_window) <show_registers,
2205 show_register_group>: Declare.
2206 (tui_show_register_group): Don't declare.
2207 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
2208 tui_show_registers.
2209 (tui_data_window::show_register_group): Rename from
2210 tui_show_register_group.
2211 (tui_data_window::check_register_values, tui_reg_command):
2212 Update.
2213 * tui/tui-layout.c (tui_set_layout): Update.
2214
63356bfd
TT
22152019-08-20 Tom Tromey <tom@tromey.com>
2216
2217 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
2218 Declare.
2219 (tui_check_register_values): Don't declare.
2220 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
2221 from tui_check_register_values.
2222 * tui/tui-hooks.c (tui_register_changed): Update.
2223
42cc14a7
TT
22242019-08-20 Tom Tromey <tom@tromey.com>
2225
2226 * tui/tui-regs.c (tui_reg_layout): Move later.
2227 (tui_show_registers): Don't enable TUI mode or change layout.
2228
b9ad3686
TT
22292019-08-20 Tom Tromey <tom@tromey.com>
2230
2231 * tui/tui-regs.h (struct tui_data_item_window)
2232 <~tui_data_item_window>: Remove.
2233 <content>: Now a unique_xmalloc_ptr.
2234 * tui/tui-regs.c (tui_register_format): Return a
2235 unique_xmalloc_ptr.
2236 (tui_get_register): Update.
2237 (~tui_data_item_window): Remove.
2238 (tui_data_window::display_registers_from, tui_display_register):
2239 Update.
2240 * tui/tui-io.h (tui_expand_tabs): Update.
2241 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
2242 Remove "col" parameter.
2243
8e114aab
TT
22442019-08-20 Tom Tromey <tom@tromey.com>
2245
2246 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
2247 field.
2248 * tui/tui-regs.c (~tui_data_item_window): Update.
2249
1a4f81dd
TT
22502019-08-20 Tom Tromey <tom@tromey.com>
2251
2252 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
2253 earlier.
2254
0f8d8876
TT
22552019-08-20 Tom Tromey <tom@tromey.com>
2256
2257 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
2258
605dc2c2
TT
22592019-08-20 Tom Tromey <tom@tromey.com>
2260
2261 * tui/tui-source.h (struct tui_source_window): Update.
2262 * tui/tui-regs.c (tui_show_registers): Update.
2263 * tui/tui-disasm.h (struct tui_disasm_window): Update.
2264 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
2265 (NO_REGS_STRING): Remove defines.
2266
aedbe3bb
CM
22672019-08-20 Conrad Meyer <cem@FreeBSD.org>
2268
2269 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
2270 unnecessary thread walk if remote doesn't support the packet.
2271
7ce8f214
TT
22722019-08-19 Tom Tromey <tromey@adacore.com>
2273
2274 * python/py-value.c (value_has_field): Fix indentation.
2275
f21c2bd7
TT
22762019-08-19 Tom Tromey <tromey@adacore.com>
2277
2278 * printcmd.c (do_one_display, info_display_command): Update.
2279 * block.h (contained_in): Return bool. Add allow_nested
2280 parameter.
2281 * block.c (contained_in): Return bool. Add allow_nested
2282 parameter.
2283
d806ea2d
TT
22842019-08-19 Tom Tromey <tom@tromey.com>
2285
2286 * configure: Rebuild.
2287 * configure.ac: Disallow the combination of -static-libstdc++ and
2288 source highlight.
2289 * source-cache.c (get_language_name): Handle rust.
2290 (source_cache::get_source_lines): Ignore highlighting exceptions.
2291
398fdd60
TT
22922019-08-16 Tom Tromey <tom@tromey.com>
2293
2294 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
2295 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
2296 (struct tui_source_window_base) <make_visible, refresh_window,
2297 resize>: Remove methods.
2298 <execution_info>: Remove field.
2299 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
2300 (tui_show_source_line, tui_source_window_base)
2301 (~tui_source_window_base): Update.
2302 (tui_source_window_base::resize)
2303 (tui_source_window_base::make_visible)
2304 (tui_source_window_base::refresh_window): Remove.
2305 (tui_source_window_base::update_exec_info): Update.
2306 * tui/tui-source.c (tui_source_window::set_contents): Update.
2307 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
2308
e699d331
TT
23092019-08-16 Tom Tromey <tom@tromey.com>
2310
2311 * tui/tui-hooks.c (tui_remove_hooks): Don't set
2312 deprecated_query_hook.
2313
bb01dbfc
TT
23142019-08-16 Tom Tromey <tom@tromey.com>
2315
2316 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
2317 (tui_update_source_windows_with_line): Update.
2318 * tui/tui-source.h (struct tui_source_window)
2319 <show_symtab_source>: Declare.
2320 (tui_show_symtab_source): Don't declare.
2321 * tui/tui-source.c (tui_show_symtab_source): Rename from
2322 tui_show_symtab_source.
2323
81c82c4b
TT
23242019-08-16 Tom Tromey <tom@tromey.com>
2325
2326 * tui/tui-winsource.h (struct tui_source_window_base)
2327 <set_contents>: Declare.
2328 * tui/tui-winsource.c
2329 (tui_source_window_base::update_source_window_as_is): Update.
2330 * tui/tui-source.h (struct tui_source_window) <set_contents>:
2331 Declare.
2332 (tui_set_source_content): Don't declare.
2333 * tui/tui-source.c (tui_source_window::set_contents): Rename from
2334 tui_set_source_content.
2335 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
2336 Declare.
2337 (tui_set_disassem_content): Don't declare.
2338 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
2339 tui_set_disassem_content.
2340
2ddaf614
TT
23412019-08-16 Tom Tromey <tom@tromey.com>
2342
2343 * tui/tui-winsource.h (struct tui_source_window_base)
2344 <update_breakpoint_info>: Declare.
2345 (tui_update_breakpoint_info): Don't declare.
2346 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
2347 (tui_update_all_breakpoint_info): Update.
2348 (tui_source_window_base::update_breakpoint_info): Rename from
2349 tui_update_breakpoint_info.
2350 (tui_source_window_base::update_exec_info): Update.
2351
017f9828
TT
23522019-08-16 Tom Tromey <tom@tromey.com>
2353
2354 * tui/tui-winsource.h (struct tui_source_window_base)
2355 <update_source_window>: Declare.
2356 (tui_update_source_window): Don't declare.
2357 * tui/tui-winsource.c
2358 (tui_source_window_base::update_source_window): Rename from
2359 tui_update_source_window.
2360 (tui_source_window_base::rerender): Update.
2361 * tui/tui-source.c (tui_source_window::maybe_update): Update.
2362 * tui/tui-disasm.c (tui_show_disassem)
2363 (tui_show_disassem_and_update_source)
2364 (tui_disasm_window::maybe_update): Update.
2365
ed8358e9
TT
23662019-08-16 Tom Tromey <tom@tromey.com>
2367
2368 * tui/tui-winsource.h (struct tui_source_window_base)
2369 <update_source_window_as_is>: Declare.
2370 (tui_update_source_window_as_is): Don't declare.
2371 * tui/tui-winsource.c (tui_update_source_window): Update
2372 (tui_source_window_base::update_source_window_as_is): Rename from
2373 tui_update_source_window_as_is.
2374 (tui_source_window_base::refill): Update.
2375 * tui/tui-source.c (tui_show_symtab_source): Update.
2376 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
2377 Update.
2378
20149b6b
TT
23792019-08-16 Tom Tromey <tom@tromey.com>
2380
2381 * tui/tui-winsource.h (tui_update_source_window)
2382 (tui_update_source_window_as_is): Remove "noerror" parameter.
2383 * tui/tui-winsource.c (tui_update_source_window)
2384 (tui_update_source_window_as_is): Remove "noerror" parameter.
2385 (tui_update_source_windows_with_addr)
2386 (tui_update_source_windows_with_line)
2387 (tui_source_window_base::rerender)
2388 (tui_source_window_base::refill): Update.
2389 * tui/tui-source.h (tui_set_source_content)
2390 (tui_show_symtab_source): Remove "noerror" parameter.
2391 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
2392 parameter.
2393 (tui_show_symtab_source): Likewise.
2394 (tui_source_window::maybe_update): Update.
2395 * tui/tui-disasm.c (tui_show_disassem)
2396 (tui_show_disassem_and_update_source)
2397 (tui_disasm_window::do_scroll_vertical)
2398 (tui_disasm_window::maybe_update): Update.
2399
2d83e710
TT
24002019-08-16 Tom Tromey <tom@tromey.com>
2401
2402 * tui/tui.c (tui_is_window_visible): Update.
2403 * tui/tui-wingeneral.c (tui_make_window)
2404 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
2405 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
2406 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
2407 (tui_set_win_height_command, parse_scrolling_args): Update.
2408 * tui/tui-source.c (tui_source_window::style_changed): Update.
2409 * tui/tui-regs.c (tui_show_registers)
2410 (tui_data_window::first_data_item_displayed)
2411 (tui_data_window::delete_data_content_windows)
2412 (tui_check_register_values, tui_reg_command): Update.
2413 * tui/tui-disasm.c (tui_show_disassem): Update.
2414 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
2415 method.
2416 <is_visible>: Remove field.
2417 * tui/tui-data.c (tui_next_win, tui_prev_win)
2418 (tui_delete_invisible_windows): Update.
2419
d4ab829a
TT
24202019-08-16 Tom Tromey <tom@tromey.com>
2421
2422 * tui/tui-winsource.h (struct tui_source_window_base)
2423 <m_has_locator>: Remove.
2424 * tui/tui-layout.c (show_source_disasm_command, show_data)
2425 (show_source_or_disasm_and_command): Update.
2426
aa7ca1bb
AH
24272019-08-16 Alan Hayward <alan.hayward@arm.com>
2428
2429 * NEWS (Other MI changes): New subsection.
2430 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
2431 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
2432 * arch-utils.c (default_get_pc_address_flags): New function.
2433 * arch-utils.h (default_get_pc_address_flags): New declaration.
2434 * gdbarch.sh: Add get_pc_address_flags.
2435 * gdbarch.c: Regenerate.
2436 * gdbarch.h: Likewise.
2437 * stack.c (print_pc): New function.
2438 (print_frame_info) (print_frame): Call print_pc.
2439
6eac171f
TV
24402019-08-16 Tom de Vries <tdevries@suse.de>
2441
2442 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
2443 print_objfile_section_info.
2444
3df505f6
TT
24452019-08-15 Tom Tromey <tom@tromey.com>
2446
2447 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
2448 calling update_cmdwin_start_line.
2449 * tui/tui-winsource.h (struct tui_source_window_base)
2450 <do_make_visible_with_new_height, set_new_height>: Don't declare.
2451 <rerender>: Declare.
2452 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
2453 Call rerender.
2454 (tui_source_window_base::set_new_height): Remove.
2455 (tui_source_window_base::rerender): Rename from
2456 do_make_visible_with_new_height.
2457 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
2458 resize method.
2459 (tui_win_info::make_invisible_and_set_new_height)
2460 (tui_win_info::make_visible_with_new_height): Remove.
2461 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
2462 Declare.
2463 * tui/tui-stack.c (tui_locator_window::rerender): New method.
2464 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
2465 do_make_visible_with_new_height>: Don't declare.
2466 <rerender>: Declare.
2467 * tui/tui-regs.c (tui_data_window::rerender): Rename from
2468 set_new_height.
2469 (tui_data_window::do_make_visible_with_new_height): Remove.
2470 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
2471 call tui_show_locator_content.
2472 (tui_gen_win_info::resize): Call rerender.
2473 (show_source_or_disasm_and_command): Don't call
2474 tui_show_locator_content.
2475 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
2476 method.
2477 (struct tui_win_info) <rerender>: Declare.
2478 <set_new_height, make_invisible_and_set_new_height,
2479 make_visible_with_new_height>: Don't declare.
2480 * tui/tui-data.c (tui_win_list::rerender): New method.
2481 * tui/tui-command.h (struct tui_cmd_window)
2482 <do_make_visible_with_new_height>: Don't declare.
2483 * tui/tui-command.c
2484 (tui_cmd_window::do_make_visible_with_new_height): Remove.
2485
272560b5
TT
24862019-08-15 Tom Tromey <tromey@adacore.com>
2487
2488 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
2489 * ada-lang.c (ada_enum_name): Likewise.
2490
08235187
CB
24912019-08-15 Christian Biesinger <cbiesinger@google.com>
2492
2493 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
2494 leading underscore.
2495 (GdbOutputErrorFile): Likewise.
2496 (global scope): Adjust constructor calls to GdbOutput{,Error}File
2497 accordingly.
2498 (execute_unwinders): Rename to have a leading underscore.
2499 (auto_load_packages): Likewise.
2500 (global scope): Adjust call to auto_load_packages accordingly.
2501 (GdbSetPythonDirectory): Likewise.
2502 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
2503 instead of execute_unwinders.
2504
db502012
TT
25052019-08-15 Tom Tromey <tom@tromey.com>
2506
2507 * tui/tui-layout.c (show_layout, show_source_disasm_command)
2508 (show_data): Don't change window visibility.
2509 (tui_gen_win_info::resize): Remove special case for command
2510 window. Use wresize, when available.
2511 (show_source_or_disasm_and_command): Don't change window
2512 visibility.
2513 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
2514 <make_visible>: New method.
2515 * tui/tui-command.c (tui_cmd_window::resize): New method.
2516
3891b65e
TT
25172019-08-15 Tom Tromey <tom@tromey.com>
2518
2519 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
2520 (struct tui_source_windows): New.
2521 * tui/tui-winsource.c (tui_display_main): Update.
2522 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
2523 (new_height_ok, parse_scrolling_args): Update.
2524 * tui/tui-layout.c (show_layout, show_data): Update.
2525 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
2526 (tui_add_to_source_windows): Don't declare.
2527 * tui/tui-data.c (source_windows, tui_source_windows)
2528 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
2529
ee556432
TT
25302019-08-15 Tom Tromey <tom@tromey.com>
2531
2532 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
2533 Rename from reset.
2534 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
2535 * tui/tui-layout.c (show_source_disasm_command, show_data):
2536 Update.
2537 (tui_gen_win_info::resize): Rename.
2538 (show_source_or_disasm_and_command): Update.
2539 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
2540 reset.
2541
46f438e3
TT
25422019-08-15 Tom Tromey <tom@tromey.com>
2543
2544 * tui/tui-stack.c (tui_initialize_static_data): Remove.
2545 * tui/tui-interp.c (tui_interp::init): Don't call
2546 tui_initialize_static_data.
2547 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
2548
f4ce562c
TT
25492019-08-15 Tom Tromey <tom@tromey.com>
2550
2551 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
2552 examine tui_win_list.
2553
c398c3d0
TT
25542019-08-15 Tom Tromey <tom@tromey.com>
2555
2556 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
2557 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
2558 tui_clear_source_content.
2559 (tui_clear_source_content): Remove.
2560 (tui_source_window_base::do_erase_source_content): Hoist call to
2561 content.clear().
2562 * tui/tui-stack.c (tui_show_frame_info): Don't call
2563 tui_clear_source_content.
2564
e25d2004
TT
25652019-08-15 Tom Tromey <tom@tromey.com>
2566
2567 * tui/tui-winsource.h (struct tui_source_window_base)
2568 <do_erase_source_content>: New method.
2569 <erase_source_content>: New method.
2570 (tui_erase_source_content): Don't declare.
2571 * tui/tui-winsource.c (tui_clear_source_content): Update.
2572 (tui_source_window_base::do_erase_source_content): Rename from
2573 tui_erase_source_content.
2574 (tui_source_window_base::show_source_content): Update.
2575 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
2576 * tui/tui-source.h (struct tui_source_window)
2577 <erase_source_content>: New method.
2578 * tui/tui-disasm.h (struct tui_disasm_window)
2579 <erase_source_content>: New method.
2580
002f15c2
TT
25812019-08-15 Tom Tromey <tom@tromey.com>
2582
2583 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
2584 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
2585 constructor.
2586 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
2587 * tui/tui-source.c (tui_set_source_content): Update.
2588 * tui/tui-disasm.c (tui_set_disassem_content): Update.
2589
c9033fe8
TT
25902019-08-15 Tom Tromey <tom@tromey.com>
2591
2592 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
2593 * tui/tui-winsource.c (tui_line_is_displayed): Move to
2594 tui-source.c.
2595 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
2596 Declare.
2597 * tui/tui-source.c (tui_source_window::line_is_displayed): New
2598 method.
2599 (tui_source_window::maybe_update): Update.
2600
088f37dd
TT
26012019-08-15 Tom Tromey <tom@tromey.com>
2602
2603 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
2604 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
2605 tui-disasm.c.
2606 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
2607 Declare.
2608 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
2609 method.
2610 (tui_disasm_window::maybe_update): Update.
2611
a54700c6
TT
26122019-08-15 Tom Tromey <tom@tromey.com>
2613
2614 * tui/tui-winsource.h (struct tui_source_window_base)
2615 <maybe_update>: Declare.
2616 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
2617 method.
2618 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
2619 Declare.
2620 * tui/tui-source.c (tui_source_window::maybe_update): New method.
2621 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
2622 Declare.
2623 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
2624
e2a678a5
TT
26252019-08-15 Tom Tromey <tom@tromey.com>
2626
2627 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
2628
f2dda477
TT
26292019-08-15 Tom Tromey <tom@tromey.com>
2630
2631 * tui/tui-wingeneral.c: Include tui-stack.h.
2632 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
2633 (struct tui_locator_window): Move from tui-data.h.
2634 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
2635 (tui_initialize_static_data): Move from tui-data.c.
2636 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
2637 (struct tui_locator_window): Move to tui-stack.c.
2638 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
2639 (tui_initialize_static_data): Move to tui-stack.c.
2640
ed4a1084
TT
26412019-08-15 Tom Tromey <tom@tromey.com>
2642
2643 * tui/tui-layout.c (show_source_disasm_command)
2644 (show_source_or_disasm_and_command): Use make_visible method, not
2645 tui_make_window.
2646 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
2647 Remove.
2648
65962b20
TT
26492019-08-15 Tom Tromey <tom@tromey.com>
2650
2651 * tui/tui-wingeneral.h (tui_make_window): Update.
2652 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
2653 parameter.
2654 (tui_gen_win_info::make_visible): Update.
2655 * tui/tui-regs.c (tui_data_window::display_registers_from):
2656 Update.
2657 * tui/tui-layout.c (show_source_disasm_command)
2658 (show_source_or_disasm_and_command): Update.
2659 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
2660 (enum tui_box): Remove.
2661 (struct tui_win_info) <can_box>: New method.
2662 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
2663 method.
2664
2208ee91
TV
26652019-08-15 Tom de Vries <tdevries@suse.de>
2666
2667 * linux-nat-trad.c: Include gdbarch.h.
2668
75faf5c4
AH
26692019-08-14 Alan Hayward <alan.hayward@arm.com>
2670
2671 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
2672 register sizes.
2673
b1c896b3
TT
26742019-08-14 Tom Tromey <tromey@adacore.com>
2675
2676 * darwin-nat.c: Include gdbarch.h.
2677 * darwin-nat-info.c: Include gdbarch.h.
2678
6405cd73
TT
26792019-08-13 Tom Tromey <tom@tromey.com>
2680
2681 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
2682 Remove.
2683 * tui/tui-data.c (tui_initialize_static_data): Update.
2684
5216580d
TT
26852019-08-13 Tom Tromey <tom@tromey.com>
2686
2687 * tui/tui-winsource.h (struct tui_exec_info_window)
2688 <~tui_exec_info_window, maybe_allocate_content, get_content,
2689 m_content>: Remove.
2690 (struct tui_source_window_base) <set_exec_info_content,
2691 show_exec_info_content>: Don't declare.
2692 * tui/tui-winsource.c
2693 (tui_exec_info_window::maybe_allocate_content): Remove.
2694 (tui_source_window_base::update_exec_info): Rename from
2695 set_exec_info_content.
2696 (tui_source_window_base::show_exec_info_content)
2697 (tui_source_window_base::update_exec_info): Remove.
2698
93858ad3
TT
26992019-08-13 Tom Tromey <tom@tromey.com>
2700
2701 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
2702 declare.
2703 * tui/tui-winsource.c (tui_update_source_window_as_is)
2704 (tui_update_source_windows_with_addr, tui_erase_source_content):
2705 Update.
2706 (tui_clear_exec_info_content): Remove.
2707
e321e7ce
TT
27082019-08-13 Tom Tromey <tom@tromey.com>
2709
2710 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
2711 declare.
2712 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
2713 call tui_erase_exec_info_content.
2714 (tui_clear_exec_info_content): Rename from
2715 tui_erase_exec_info_content.
2716 (tui_clear_exec_info_content): Delete.
2717
8270ac62
TT
27182019-08-13 Tom Tromey <tom@tromey.com>
2719
2720 * tui/tui-winsource.h (struct tui_source_window_base)
2721 <show_exec_info_content>: Declare.
2722 (tui_show_exec_info_content): Don't declare.
2723 * tui/tui-winsource.c
2724 (tui_source_window_base::show_exec_info_content): Rename from
2725 tui_show_exec_info_content.
2726 (tui_source_window_base::update_exec_info): Update.
2727
7b56485d
TT
27282019-08-13 Tom Tromey <tom@tromey.com>
2729
2730 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
2731 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
2732 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
2733 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
2734 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
2735 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
2736 ... here.
2737
7ba913dc
TT
27382019-08-13 Tom Tromey <tom@tromey.com>
2739
2740 * tui/tui-winsource.h (struct tui_source_window_base)
2741 <update_exec_info>: Declare.
2742 (tui_update_exec_info): Don't declare.
2743 * tui/tui-winsource.c (tui_update_source_window_as_is)
2744 (tui_source_window_base::refresh_all)
2745 (tui_update_all_breakpoint_info): Update.
2746 (tui_source_window_base::update_exec_info): Rename from
2747 tui_update_exec_info.
2748 * tui/tui-stack.c (tui_show_frame_info): Update.
2749
37a4a131
TT
27502019-08-13 Tom Tromey <tom@tromey.com>
2751
2752 * tui/tui-winsource.h (struct tui_source_window_base)
2753 <set_exec_info_content>: Declare.
2754 (tui_set_exec_info_content): Don't declare.
2755 * tui/tui-winsource.c
2756 (tui_source_window_base::set_exec_info_content): Rename from
2757 tui_set_exec_info_content.
2758 (tui_update_exec_info): Update.
2759
0bd27e07
TT
27602019-08-13 Tom Tromey <tom@tromey.com>
2761
2762 * tui/tui-winsource.h (struct tui_source_window_base)
2763 <show_source_content>: Declare.
2764 (tui_show_source_content): Don't declare.
2765 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
2766 (tui_source_window_base::show_source_content): Rename from
2767 tui_show_source_content.
2768 (tui_source_window_base::refresh_all): Update.
2769 * tui/tui-layout.c (show_source_disasm_command)
2770 (show_source_or_disasm_and_command): Update.
2771
b4ef5aeb
TT
27722019-08-13 Tom Tromey <tom@tromey.com>
2773
2774 * tui/tui-winsource.c (tui_erase_source_content)
2775 (tui_show_source_content, tui_source_window_base::refresh_all):
2776 Update.
2777 * tui/tui-wingeneral.h
2778 (tui_check_and_display_highlight_if_needed): Don't declare.
2779 * tui/tui-wingeneral.c
2780 (tui_win_info::check_and_display_highlight_if_needed): Rename from
2781 check_and_display_highlight_if_needed.
2782 * tui/tui-win.c (tui_rehighlight_all)
2783 (tui_win_info::make_visible_with_new_height): Update.
2784 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
2785 (tui_data_window::erase_data_content)
2786 (tui_data_window::display_all_data): Update.
2787 * tui/tui-data.h (struct tui_win_info)
2788 <check_and_display_highlight_if_needed>: Declare.
2789
fede5273
TT
27902019-08-13 Tom Tromey <tom@tromey.com>
2791
2792 * tui/tui-win.c (tui_resize_all): Call
2793 tui_delete_invisible_windows.
2794 * tui/tui-layout.c (show_layout): Call
2795 tui_delete_invisible_windows.
2796 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
2797 * tui/tui-data.c (tui_delete_invisible_windows): New function.
2798
22c3f490
TT
27992019-08-13 Tom Tromey <tom@tromey.com>
2800
2801 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
2802 tui_add_win_to_layout.
2803
16cb7910
TT
28042019-08-13 Tom Tromey <tom@tromey.com>
2805
2806 * tui/tui-layout.h (tui_default_win_height): Don't declare.
2807 * tui/tui-layout.c (tui_default_win_height): Now static.
2808
cc0c3ffb
TT
28092019-08-13 Tom Tromey <tom@tromey.com>
2810
2811 * tui/tui-layout.c (show_layout): Unify all layout cases into a
2812 single switch.
2813 (show_source_disasm_command, show_source_or_disasm_and_command):
2814 Don't check current layout.
2815
3f3ffe54
TT
28162019-08-13 Tom Tromey <tom@tromey.com>
2817
2818 * tui/tui-wingeneral.c (make_all_visible): Remove.
2819 (tui_make_all_invisible): Simplify.
2820 * tui/tui-layout.c (tui_make_all_invisible): Move from
2821 tui-wingeneral.c; simplify.
2822 (show_layout): Hoist call to tui_make_all_invisible.
2823 (show_data): Don't call tui_make_all_invisible.
2824
69258091
TT
28252019-08-13 Tom Tromey <tom@tromey.com>
2826
2827 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
2828 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
2829
62cf57fe
TT
28302019-08-13 Tom Tromey <tom@tromey.com>
2831
2832 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
2833 tui-data.c.
2834 (show_source_disasm_command, show_data)
2835 (show_source_or_disasm_and_command): Don't use
2836 tui_set_current_layout_to.
2837 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
2838 * tui/tui-data.c (current_layout, tui_current_layout): Move to
2839 tui-layout.c.
2840 (tui_set_current_layout_to): Remove.
2841
2afade5d
TT
28422019-08-13 Tom Tromey <tom@tromey.com>
2843
2844 * tui/tui-layout.c (tui_set_layout): Update.
2845 * tui/tui-data.h (struct tui_layout_def): Remove.
2846 (tui_layout_def): Don't declare.
2847 * tui/tui-data.c (layout_def): Remove.
2848 (tui_layout_def): Remove.
2849
a3504e96
TT
28502019-08-13 Tom Tromey <tom@tromey.com>
2851
2852 * tui/tui-winsource.h (struct tui_source_window_base)
2853 <clear_detail>: No longer "override".
2854 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
2855 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
2856 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
2857 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
2858 Remove.
2859 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
2860
29c92911
TT
28612019-08-13 Tom Tromey <tromey@adacore.com>
2862
2863 * tracepoint.c: Don't include readline.h or history.h.
2864
86c6b807
TT
28652019-08-12 Tom Tromey <tom@tromey.com>
2866
2867 * configure: Rebuild.
2868 * configure.ac: Check for readline 7.
2869 * NEWS: Mention readline 7 requirement.
2870 * README: Update.
2871
5db2718c
TT
28722019-08-12 Tom Tromey <tom@tromey.com>
2873
2874 * mingw-hdep.c (gdb_select): Remove readline hack.
2875
dac36daf
PFC
28762019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2877
2878 * blockframe.c (find_pc_partial_function): Set *block to nullptr
2879 when the function fails.
2880
1022c627
AA
28812019-08-09 Andreas Arnez <arnez@linux.ibm.com>
2882
2883 * s390-tdep.c (s390_type_align): New function.
2884 (s390_gdbarch_init): Set it as type_align gdbarch method.
2885
eba4caf2
TV
28862019-08-09 Tom de Vries <tdevries@suse.de>
2887
2888 PR gdb/24591
2889 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
2890 pc_low with relocation offset.
2891
123cd851
TT
28922019-08-07 Tom Tromey <tromey@adacore.com>
2893
2894 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
2895 (print_frame_args): Update.
2896 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
2897 Update.
2898 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
2899 * frame.h (struct frame_arg): Add initializers.
2900 <error>: Now a unique_xmalloc_ptr.
2901
3d31bc39
AH
29022019-08-07 Alan Hayward <alan.hayward@arm.com>
2903
2904 * NEWS: Expand the Pointer Authentication entry.
2905 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
2906 (aarch64_frame_unmask_lr): ... to this.
2907 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
2908 Call aarch64_frame_unmask_lr.
2909 * frame.c (struct frame_info): Add "masked" variable.
2910 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
2911 (fprint_frame): Check for masked pc.
2912 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
2913 declarations.
2914 * python/py-framefilter.c (py_print_frame): Check for masked pc.
2915 * stack.c (print_frame): Check for masked pc.
2916
0cf9feb9
TT
29172019-08-06 Tom Tromey <tom@tromey.com>
2918
2919 * stabsread.c (patch_block_stabs, read_one_struct_field)
2920 (read_enum_type): Use obstack_strndup.
2921 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
2922 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
2923 * dwarf2read.c (guess_full_die_structure_name)
2924 (anonymous_struct_prefix): Use obstack_strndup.
2925 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
2926 * c-exp.y (yylex): Use obstack_strndup.
2927 * ada-exp.y (write_object_renaming, write_ambiguous_var)
2928 (write_var_or_type): Use obstack_strndup.
2929
efba19b0
TT
29302019-08-06 Tom Tromey <tom@tromey.com>
2931
2932 * symfile.c (reread_symbols): Use obstack_strdup.
2933 * stabsread.c (read_type): Use obstack_strdup.
2934 * gdb_obstack.h (obstack_strdup): New overload.
2935 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
2936 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
2937 (dwarf2_canonicalize_name): Use obstack_strdup.
2938 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
2939 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
2940 Use obstack_strdup.
2941
f25102f7
TT
29422019-08-06 Tom Tromey <tom@tromey.com>
2943
2944 * gdb_obstack.h (obstack_strdup): Define.
2945 * gdb_obstack.c (obstack_strdup): Don't define.
2946
021887d8
TT
29472019-08-06 Tom Tromey <tom@tromey.com>
2948
2949 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
2950 obstack_strdup.
2951 * typeprint.c (typedef_hash_table::find_global_typedef): Use
2952 obstack_strdup.
2953 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
2954 * stabsread.c (common_block_start): Use obstack_strdup.
2955 * objfiles.c (set_objfile_main_name, objfile): Use
2956 obstack_strdup.
2957 * namespace.c (add_using_directive): Use obstack_strdup.
2958 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
2959 * jit.c (finalize_symtab): Use obstack_strdup.
2960 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
2961 (guess_partial_die_structure_name, partial_die_info::fixup)
2962 (dwarf2_name): Use obstack_strdup.
2963 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
2964 obstack_strdup.
2965 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
2966 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
2967 obstack_strdup.
2968 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
2969
d2834edc
PW
29702019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2971
2972 * unittests/help-doc-selftests.c: New file.
2973 * Makefile.in: Add the new file.
2974
590042fc
PW
29752019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2976
2977 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
2978 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
2979 the full first line, except when FOR_VALUE_PREFIX. In this case,
2980 the trailing '.' is not output, and the first character is uppercased.
2981 (print_help_for_command): Update call to print_doc_line.
2982 (print_doc_of_command): Likewise.
2983 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
2984 * cli/cli-option.c (append_indented_doc): Do not append newline.
2985 (build_help_option): Append newline after first appended_indented_doc
2986 only if a second call is done.
2987 (build_help): Append 2 new lines before each option, except the first
2988 one.
2989 * compile/compile.c (_initialize_compile): Add new lines after
2990 %OPTIONS%, when not at the end of the help.
2991 Change help doc or code
2992 producing the help doc to respect the invariants.
2993 * maint-test-options.c (_initialize_maint_test_options): Likewise.
2994 Also removed the new line after 'Options:', as all other commands
2995 do not put an empty line between 'Options:' and the first option.
2996 * printcmd.c (_initialize_printcmd): Likewise.
2997 * stack.c (_initialize_stack): Likewise.
2998 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
2999 incorrectly telling COMMAND is optional.
3000 * ada-lang.c (_initialize_ada_language): Change help doc or code
3001 producing the help doc to respect the invariants.
3002 * ada-tasks.c (_initialize_ada_tasks): Likewise.
3003 * breakpoint.c (_initialize_breakpoint): Likewise.
3004 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
3005 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
3006 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
3007 * cli/cli-style.c (cli_style_option::add_setshow_commands,
3008 _initialize_cli_style): Likewise.
3009 * corelow.c (core_target_info): Likewise.
3010 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
3011 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
3012 * filesystem.c (_initialize_filesystem): Likewise.
3013 * frame.c (_initialize_frame): Likewise.
3014 * gnu-nat.c (add_task_commands): Likewise.
3015 * infcall.c (_initialize_infcall): Likewise.
3016 * infcmd.c (_initialize_infcmd): Likewise.
3017 * interps.c (_initialize_interpreter): Likewise.
3018 * language.c (_initialize_language): Likewise.
3019 * linux-fork.c (_initialize_linux_fork): Likewise.
3020 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
3021 * maint.c (_initialize_maint_cmds): Likewise.
3022 * memattr.c (_initialize_mem): Likewise.
3023 * printcmd.c (_initialize_printcmd): Likewise.
3024 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
3025 _RegEx): Likewise.
3026 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
3027 * record-btrace.c (_initialize_record_btrace): Likewise.
3028 * record-full.c (_initialize_record_full): Likewise.
3029 * record.c (_initialize_record): Likewise.
3030 * regcache-dump.c (_initialize_regcache_dump): Likewise.
3031 * regcache.c (_initialize_regcache): Likewise.
3032 * remote.c (add_packet_config_cmd, init_remote_threadtests,
3033 _initialize_remote): Likewise.
3034 * ser-tcp.c (_initialize_ser_tcp): Likewise.
3035 * serial.c (_initialize_serial): Likewise.
3036 * skip.c (_initialize_step_skip): Likewise.
3037 * source.c (_initialize_source): Likewise.
3038 * stack.c (_initialize_stack): Likewise.
3039 * symfile.c (_initialize_symfile): Likewise.
3040 * symtab.c (_initialize_symtab): Likewise.
3041 * target-descriptions.c (_initialize_target_descriptions): Likewise.
3042 * top.c (init_main): Likewise.
3043 * tracefile-tfile.c (tfile_target_info): Likewise.
3044 * tracepoint.c (_initialize_tracepoint): Likewise.
3045 * tui/tui-win.c (_initialize_tui_win): Likewise.
3046 * utils.c (add_internal_problem_command): Likewise.
3047 * valprint.c (value_print_option_defs): Likewise.
3048
404f2902
FCE
30492019-08-06 Frank Ch. Eigler <fche@redhat.com>
3050
3051 PR build/24886
3052 * configure.ac: Drop enable-libmcheck support.
3053 * configure, config.in: Rebuild.
3054 * libmcheck.m4: Remove.
3055 * acinclude.m4: Don't include it.
3056 * Makefile.in: Don't distribute it.
3057 * top.c (print_gdb_configuration): Don't mention it.
3058
046bebe1
TT
30592019-08-06 Tom Tromey <tom@tromey.com>
3060
3061 * utils.c (set_output_style): Sometimes pass stream to
3062 emit_style_escape.
3063 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
3064 * record-btrace.c (btrace_insn_history): Update.
3065 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
3066 method.
3067 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
3068 Update initializers.
3069 <m_uiout>: New field.
3070 <m_di>: Move lower.
3071 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3072 Remove "uiout" parameter.
3073 (dump_insns): Update.
3074 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
3075 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
3076
ddbcedf5
CB
30772019-08-06 Christian Biesinger <cbiesinger@google.com>
3078
3079 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
3080 (error_in_psymtab_expansion): Likewise.
3081 (lookup_symbol_via_quick_fns): Likewise.
3082 (basic_lookup_transparent_type_quick): Likewise.
3083 (basic_lookup_transparent_type_1): Likewise.
3084
b08b16c8
TT
30852019-08-06 Tom Tromey <tromey@adacore.com>
3086
3087 * source.c (last_source_error): Now bool.
3088 (print_source_lines_base): Make "noprint" bool. Only open
3089 source file when last_source_visited changes.
3090
cb44333d
TT
30912019-08-06 Tom Tromey <tromey@adacore.com>
3092
3093 * annotate.c (annotate_source_line): Use g_source_cache.
3094 * source-cache.c (source_cache::get_plain_source_lines): Change
3095 parameters. Populate m_offset_cache.
3096 (source_cache::ensure): New method.
3097 (source_cache::get_line_charpos): New method.
3098 (extract_lines): Move lower. Change parameters.
3099 (source_cache::get_source_lines): Move lower.
3100 * source-cache.h (class source_cache): Update comment.
3101 <get_line_charpos>: New method.
3102 <get_source_lines>: Update comment.
3103 <clear>: Clear m_offset_cache.
3104 <get_plain_source_lines>: Change parameters.
3105 <ensure>: New method
3106 <m_offset_cache>: New member.
3107 * source.c (forget_cached_source_info_for_objfile): Update.
3108 (info_source_command): Use g_source_cache.
3109 (find_source_lines, open_source_file_with_line_charpos): Remove.
3110 (print_source_lines_base, search_command_helper): Use g_source_cache.
3111 * source.h (open_source_file_with_line_charpos): Don't declare.
3112 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
3113 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
3114 Use g_source_cache.
3115
872dceaa
TT
31162019-08-06 Tom Tromey <tromey@adacore.com>
3117
3118 * source-cache.c (source_cache::get_plain_source_lines):
3119 Remove "first_line" and "last_line" parameters.
3120 (source_cache::get_source_lines): Cache plain text.
3121 * source-cache.h (class source_cache)
3122 <get_plain_source_lines>: Update.
3123
269249d9
TT
31242019-08-06 Tom Tromey <tromey@adacore.com>
3125
3126 * source-cache.c (extract_lines): No longer a method.
3127 Changed type of parameter. Include final newline.
3128 (selftests::extract_lines_test): New function.
3129 (_initialize_source_cache): Likewise.
3130 * source-cache.h (class source_cache)
3131 <extract_lines>: Don't declare.
3132
c0e8dcd8
TT
31332019-08-06 Tom Tromey <tromey@adacore.com>
3134
3135 * breakpoint.c (init_breakpoint_sal): Update.
3136 (breakpoint): Update.
3137 * breakpoint.h (struct breakpoint) <filter>: Now a
3138 unique_xmalloc_ptr.
3139
0b27c27d
CB
31402019-08-05 Christian Biesinger <cbiesinger@google.com>
3141
3142 * NEWS: Mention dictionary access on blocks.
3143 * python/py-block.c (blpy_getitem): New function.
3144 (block_object_as_mapping): New struct.
3145 (block_object_type): Use new struct for tp_as_mapping field.
3146
4ee94178
CB
31472019-08-05 Christian Biesinger <cbiesinger@google.com>
3148
3149 * objfiles.h (objfile): Add a comment describing partial symbols.
3150
8abfcabc
TT
31512019-08-05 Tom Tromey <tromey@adacore.com>
3152
3153 * compile/compile.c (_initialize_compile): Use _(), not N_().
3154 * thread.c (_initialize_thread): Use _(), not N_().
3155 * stack.c (_initialize_stack): Use _(), not N_().
3156 * printcmd.c (_initialize_printcmd): Use _(), not N_().
3157
2b79f376
SM
31582019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
3159
3160 * dwarf2read.c (struct dw2_symtab_iterator):
3161 <want_specific_block>: Remove.
3162 <block_index>: Change type to gdb::optional.
3163 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
3164 change type of BLOCK_INDEX parameter to gdb::optional.
3165 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
3166 (dw2_lookup_symbol): Don't pass argument for
3167 WANT_SPECIFIC_BLOCK.
3168 (dw2_expand_symtabs_for_function): Don't pass argument for
3169 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
3170 (class dw2_debug_names_iterator)
3171 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
3172 parameter, change BLOCK_INDEX type to gdb::optional.
3173 <m_want_specific_block>: Remove.
3174 <m_block_index>: Change type to gdb::optional.
3175 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
3176 gdb::optional. Re-write in function of gdb::optional.
3177 (dw2_debug_names_lookup_symbol): Don't pass argument for
3178 WANT_SPECIFIC_BLOCK.
3179 (dw2_debug_names_expand_symtabs_for_function): Don't pass
3180 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
3181 BLOCK_INDEX.
3182
ae60f04e
PW
31832019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3184
3185 * NEWS: Mention changes to "info sources" command.
3186
28cd9371
PW
31872019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3188
3189 * symtab.c (filename_partial_match_opts): New struct type.
3190 (struct output_source_filename_data): New members
3191 regexp, c_regexp, partial_match.
3192 (output_source_filename): Use new members to decide to print file.
3193 (info_sources_option_defs): New variable.
3194 (make_info_sources_options_def_group, print_info_sources_header,
3195 info_sources_command_completer):
3196 New functions.
3197 (info_sources_command): Read new optional arguments.
3198 (_initialize_symtab): Update info sources help.
3199
ca683e3a
AO
32002019-08-02 Alexandre Oliva <oliva@adacore.com>
3201
3202 * ada-lang.c (exception_support_info_v0): Renamed from...
3203 (default_exception_support_info): ... this. Create new
3204 definition for v1.
3205 (ada_has_this_exception_support): Look up catch_handlers_sym.
3206 (ada_exception_support_info_sniffer): Try v0 after default.
3207
f1264162
TT
32082019-08-01 Tom Tromey <tromey@adacore.com>
3209
3210 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
3211 gdbarch.h.
3212
0a7b2485
CB
32132019-08-01 Christian Biesinger <cbiesinger@google.com>
3214
3215 * s12z-tdep.c: Fix include path for s12z-opc.h.
3216
c6bdbeb7
AH
32172019-08-01 Alan Hayward <alan.hayward@arm.com>
3218
3219 * NEWS: Require GNU make 3.82.
3220
a2bd7b82
TT
32212019-07-16 Tom Tromey <tom@tromey.com>
3222
3223 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
3224 declare.
3225
aa3b6533
TT
32262019-07-30 Tom Tromey <tromey@adacore.com>
3227
3228 * block.c (contained_in): Remove BLOCK_FUNCTION check.
3229
a1530dc7
KB
32302019-07-30 Kevin Buettner <kevinb@redhat.com>
3231
3232 * printcmd.c (print_address_symbolic): Print negative offsets.
3233 (build_address_symbolic): Force signed arithmetic when computing
3234 offset.
3235
2906593f
CB
32362019-07-30 Christian Biesinger <cbiesinger@google.com>
3237
3238 PR/24474: Add a function to lookup static variables.
3239 * NEWS: Mention this new function.
3240 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
3241 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
3242 * python/python.c (python_GdbMethods): Add new function.
3243
c620ed88
CB
32442019-07-29 Christian Biesinger <cbiesinger@google.com>
3245
3246 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
3247 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
3248 (objfpy_lookup_static_symbol): New function.
3249 (objfile_object_methods): Add new functions.
3250
bc4268a5
PW
32512019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3252
3253 * NEWS: Mention 'set|show print frame-info'. Mention new
3254 'presence' value for 'frame-arguments'. Mention new '-frame-info'
3255 backtrace argument. Mention that python frame filtering code
3256 is now consistent with what 'backtrace' command prints.
3257
4b5e8d19
PW
32582019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3259
3260 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
3261 comments.
3262 (print_frame_info_auto, print_frame_info_source_line,
3263 print_frame_info_location, print_frame_info_source_and_location,
3264 print_frame_info_location_and_address, print_frame_info_short_location):
3265 New declarations.
3266 (struct frame_print_options): New member print_frame_info.
3267 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
3268 * stack.h (get_user_print_what_frame_info): New declaration.
3269 (frame_show_address): New declaration.
3270 * stack.c (print_frame_arguments_choices): New value 'presence'.
3271 (print_frame_info_auto, print_frame_info_source_line,
3272 print_frame_info_location, print_frame_info_source_and_location,
3273 print_frame_info_location_and_address, print_frame_info_short_location,
3274 print_frame_info_choices, print_frame_info_print_what): New definitions.
3275 (print_frame_args): Only print dots for args if print frame-arguments
3276 is 'presence'.
3277 (frame_print_option_defs): New element for "frame-info".
3278 (get_user_print_what_frame_info): New function.
3279 (frame_show_address): Make non static. Move comment to stack.h.
3280 (print_frame_info_to_print_what): New function.
3281 (print_frame_info): Update comment. Use fp_opts.print_frame_info
3282 to decide what to print.
3283 (backtrace_command_1): Handle the new print_frame_arguments_presence
3284 value.
3285 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
3286 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
3287 (py_print_frame): In non-mi mode, use LOCATION as default for
3288 print_what, similarly to frame information printed directly by
3289 backtrace command. Handle frame-info user option in non MI mode.
3290
6bdfee81
KB
32912019-07-27 Kevin Buettner <kevinb@redhat.com>
3292
3293 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
3294 Add case for debugging 32-bit target on 64-bit host. Revise
3295 comment.
3296
98a617f8
KB
32972019-07-27 Kevin Buettner <kevinb@redhat.com>
3298
3299 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
3300 instead of find_function_entry_range_from_pc.
3301
567238c9
KB
33022019-07-27 Kevin Buettner <kevinb@redhat.com>
3303
3304 * stack.c (find_frame_funname): Remove code which preferred
3305 minsym over symtab sym in "certain pathological cases".
3306
2dc80cf8
KB
3307 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
3308 parameter. Change type of "do_demangle" to bool.
3309 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
3310 Pass suitable "prefer_sym_over_minsym" flag to
3311 build_address_symbolic(). Don't output "+" for negative offsets.
3312 * printcmd.c (print_address_symbolic): Update invocation of
3313 build_address_symbolic to include a "prefer_sym_over_minsym"
3314 flag.
3315 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
3316 Restrict cases in which use of minimal symbol is preferred to that
3317 of a found symbol. Update comments.
3318
1aff7173
KB
3319 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
3320 for entry pc when entry pc is out of range for that FDE.
3321
89b085ac
BC
33222019-07-26 Brian Callahan <bcallah@openbsd.org>
3323
3324 PR gdb/24839:
3325 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
3326 type.
3327
f32feb4a
CB
33282019-07-25 Christian Biesinger <cbiesinger@google.com>
3329
3330 * python/py-objfile.c (add_separate_debug_file): Fix comment about
3331 this function's Python signature.
3332
3333
33342019-07-24 Christian Biesinger <cbiesinger@google.com>
442853af
CB
3335
3336 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
3337 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3338 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
3339 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
3340 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
3341
3342
c54e4253
YS
33432019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
3344
3345 * h8300-tdep.c (h8300_register_name_common): New.
3346 h8300_register_name): Use h8300_register_name_common.
3347 (h8300s_register_name): Likewise.
3348 (h8300sx_register_name): Likewise.
3349 (h8300h_register_nam): New.
3350 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
3351
3352
40eadf04
SP
33532019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
3354
3355 * arm-tdep.c (arm_skip_cmse_entry): New function.
3356 (arm_is_sgstubs_section): New function.
3357 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
3358
bfa2a36d
TT
33592019-07-22 Tom Tromey <tom@tromey.com>
3360
3361 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
3362 Don't self-assign.
3363
a8e9d247
AB
33642019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
3367 type_print.
3368
eb86c5e2
AB
33692019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * symtab.c (search_symbols): Adjust msymbol matching type arrays
3372 so that GDB doesn't match any msymbols when searching in the
3373 TYPES_DOMAIN.
3374 (print_symbol_info): Print using typedef_print or type_print based
3375 on the type of the symbol. Add updated FIXME comment moved from...
3376 (_initialize_symtab): ... move and update FIXME comment to above.
3377
a8eab7c6
AB
33782019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
3379
3380 * NEWS: Mention adding -q option to "info types".
3381 * symtab.c (struct info_types_options): New struct.
3382 (info_types_options_defs): New variable.
3383 (make_info_types_options_def_group): New function.
3384 (info_types_command): Use gdb::option framework to parse options.
3385 (info_types_command_completer): New function.
3386 (_initialize_symtab): Extend the help text on "info types" and
3387 register command completer.
3388
b4603c34
CB
33892019-07-21 Christian Biesinger <cbiesinger@google.com>
3390
3391 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
3392 (lookup_symbol_in_objfile): Change int to block_enum and add a
3393 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
3394
c8cdc1e0
CB
33952019-07-20 Christian Biesinger <cbiesinger@google.com>
3396
3397 * MAINTAINERS (Write After Approval): Add self.
3398
01e175fe
AB
33992019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
3400
3401 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
3402 instruction to the dummy code region.
3403
56f79b63
TT
34042019-07-19 Tom Tromey <tromey@adacore.com>
3405
3406 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
3407 (ARGSUSED, PARAMS, __func__): Remove rules.
3408
4c5aa8e0
AH
34092019-07-19 Alan Hayward <alan.hayward@arm.com>
3410
3411 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
3412 * features/arm/arm-with-iwmmxt.c: Remove.
3413 * features/arm/arm-with-iwmmxt.xml: Remove.
3414 * features/arm/arm-with-m-fpa-layout.c: Remove.
3415 * features/arm/arm-with-m-fpa-layout.xml: Remove.
3416 * features/arm/arm-with-m-vfp-d16.c: Remove.
3417 * features/arm/arm-with-m-vfp-d16.xml: Remove.
3418 * features/arm/arm-with-m.c: Remove.
3419 * features/arm/arm-with-m.xml: Remove.
3420 * features/arm/arm-with-neon.c: Remove.
3421 * features/arm/arm-with-neon.xml: Remove.
3422 * features/arm/arm-with-vfpv2.c: Remove.
3423 * features/arm/arm-with-vfpv2.xml: Remove.
3424 * features/arm/arm-with-vfpv3.c: Remove.
3425 * features/arm/arm-with-vfpv3.xml: Remove.
3426
f42b2617
AH
34272019-07-19 Alan Hayward <alan.hayward@arm.com>
3428
3429 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
3430
f29ec966
AH
34312019-07-19 Alan Hayward <alan.hayward@arm.com>
3432
3433 * arch/aarch32.c (aarch32_create_target_description): Create
3434 target descriptions using features.
3435 * arch/arm.c (arm_create_target_description)
3436 (arm_create_mprofile_target_description): Likewise.
3437 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
3438
d105cce5
AH
34392019-07-19 Alan Hayward <alan.hayward@arm.com>
3440
3441 * Makefile.in: Add new files.
3442 * aarch32-tdep.c: New file.
3443 * aarch32-tdep.h: New file.
3444 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
3445 Call aarch32_read_description.
3446 * arch/aarch32.c: New file.
3447 * arch/aarch32.h: New file.
3448 * arch/arm.c (arm_create_target_description)
3449 (arm_create_mprofile_target_description): New function.
3450 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
3451 (arm_create_target_description)
3452 (arm_create_mprofile_target_description): New declaration.
3453 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
3454 read_description functions.
3455 * arm-linux-nat.c (arm_linux_nat_target::read_description):
3456 Likewise.
3457 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
3458 * arm-tdep.c (tdesc_arm_list): New variable.
3459 (arm_register_g_packet_guesses): Call create description functions.
3460 (arm_read_description) (arm_read_mprofile_description): New
3461 function.
3462 * arm-tdep.h (arm_read_description)
3463 (arm_read_mprofile_description): Add declaration.
3464 * configure.tgt: Add new files.
3465
afe09f0b
GL
34662019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
3467
3468 * top.c (new_ui_command): Open specified terminal just once.
3469
cd215b2e
TT
34702019-07-18 Tom Tromey <tromey@adacore.com>
3471
3472 * symtab.c (main_name): Constify return type.
3473 * symfile.c (set_initial_language): Update.
3474 * symtab.h (main_name): Constify return type.
3475
d8f68fcb
TT
34762019-07-17 Tom Tromey <tom@tromey.com>
3477
3478 * tui/tui-winsource.c (tui_update_source_window)
3479 (tui_update_source_window_as_is)
3480 (tui_update_source_windows_with_line): Remove return.
3481 * tui/tui-disasm.c (tui_show_disassem)
3482 (tui_show_disassem_and_update_source): Remove return.
3483 * tui/tui.c (tui_reset): Remove return.
3484 * tui/tui-wingeneral.c
3485 (tui_check_and_display_highlight_if_needed): Remove return.
3486
ca5af91e
TT
34872019-07-17 Tom Tromey <tom@tromey.com>
3488
3489 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
3490
5104fe36
TT
34912019-07-17 Tom Tromey <tom@tromey.com>
3492
3493 * tui/tui-winsource.h (struct tui_exec_info_window)
3494 (struct tui_source_window_base): Move from tui-data.h.
3495 * tui/tui-winsource.c: Move many method definitions from
3496 elsewhere. Remove "structuring" comments.
3497 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
3498 (tui_source_window_base::refresh_window): Move to
3499 tui-winsource.c.
3500 * tui/tui-win.c (tui_source_window_base::refresh_all)
3501 (tui_source_window_base::update_tab_width)
3502 (tui_source_window_base::set_new_height)
3503 (tui_source_window_base::do_make_visible_with_new_height): Move to
3504 tui-winsource.c.
3505 * tui/tui-source.h: Update.
3506 * tui/tui-source.c (tui_source_window_base::reset): Move to
3507 tui-winsource.c.
3508 * tui/tui-disasm.h: Update.
3509 * tui/tui-data.h (struct tui_exec_info_window): Move to
3510 tui-winsource.h.
3511 (struct tui_source_window_base): Likewise.
3512 * tui/tui-data.c (tui_source_window_base::clear_detail)
3513 (tui_source_window_base, ~tui_source_window_base): Move to
3514 tui-winsource.c.
3515
daa15dde
TT
35162019-07-17 Tom Tromey <tom@tromey.com>
3517
3518 * tui/tui-win.c (tui_resize_all)
3519 (tui_source_window_base::update_tab_width)
3520 (tui_adjust_win_heights): Update.
3521 (tui_win_info::make_invisible_and_set_new_height): Rename from
3522 make_invisible_and_set_new_height.
3523 * tui/tui-data.h (struct tui_win_info)
3524 <make_invisible_and_set_new_height>: New method.
3525
bfad4537
TT
35262019-07-17 Tom Tromey <tom@tromey.com>
3527
3528 * tui/tui.c: Update.
3529 * tui/tui-source.h (struct tui_source_window): Move from
3530 tui-data.h.
3531 * tui/tui-layout.c: Update.
3532 * tui/tui-disasm.c: Update.
3533 * tui/tui-data.h (struct tui_source_window): Move to
3534 tui-source.h.
3535
88f7e873
TT
35362019-07-17 Tom Tromey <tom@tromey.com>
3537
3538 * tui/tui-disasm.h (struct tui_disasm_window): Move from
3539 tui-data.h.
3540 * tui/tui-data.h (struct tui_disasm_window): Move to
3541 tui-disasm.h.
3542
96bd6233
TT
35432019-07-17 Tom Tromey <tom@tromey.com>
3544
3545 * tui/tui-regs.h (struct tui_data_item_window): Move from
3546 tui-data.h.
3547 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
3548 * tui/tui-data.h (struct tui_data_item_window): Move to
3549 tui-regs.h.
3550 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
3551
ce38393b
TT
35522019-07-17 Tom Tromey <tom@tromey.com>
3553
3554 * tui/tui.c: Update.
3555 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
3556 (tui_cmd_window::max_height): Move to tui-command.c.
3557 * tui/tui-layout.c: Update.
3558 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
3559 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
3560 tui-command.c.
3561 * tui/tui-command.h (struct tui_cmd_window): Move from
3562 tui-data.h.
3563 * tui/tui-command.c: Remove "structuring" comments.
3564 (tui_cmd_window::clear_detail)
3565 (tui_cmd_window::do_make_visible_with_new_height)
3566 (tui_cmd_window::max_height): Move from elsewhere.
3567
2d8b51cb
TT
35682019-07-17 Tom Tromey <tom@tromey.com>
3569
3570 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
3571 Now static.
3572 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
3573 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
3574
18ab23af
TT
35752019-07-17 Tom Tromey <tom@tromey.com>
3576
3577 * tui/tui.c: Update.
3578 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
3579 tui-regs.c.
3580 * tui/tui-windata.h: Remove file.
3581 * tui/tui-windata.c: Remove file.
3582 * tui/tui-win.c (tui_data_window::set_new_height)
3583 (tui_data_window::do_make_visible_with_new_height): Move to
3584 tui-regs.c.
3585 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
3586 * tui/tui-regs.c: Remove "structuring" comments.
3587 (tui_data_window::first_data_item_displayed)
3588 (tui_data_window::delete_data_content_windows)
3589 (tui_data_window::erase_data_content)
3590 (tui_data_window::display_all_data)
3591 (tui_data_window::refresh_all)
3592 (tui_data_window::do_scroll_vertical)
3593 (tui_data_window::clear_detail, tui_data_window::set_new_height)
3594 (tui_data_window::do_make_visible_with_new_height)
3595 (tui_data_window::refresh_window): Move from elsewhere.
3596 (_initialize_tui_regs): Move to end of file.
3597 * tui/tui-layout.c: Update.
3598 * tui/tui-hooks.c: Update.
3599 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
3600 * tui/tui-data.c (tui_data_window::clear_detail): Move to
3601 tui-regs.c.
3602 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
3603
88b7e7cc
TT
36042019-07-17 Tom Tromey <tom@tromey.com>
3605
3606 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
3607 seen.
3608
0fcd3711
TT
36092019-07-17 Tom Tromey <tom@tromey.com>
3610
3611 * tui/tui-win.c (tui_source_window_base::set_new_height)
3612 (tui_source_window_base::do_make_visible_with_new_height): Use
3613 m_has_locator field directly.
3614 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
3615 method.
3616 (struct tui_source_window_base) <has_locator>: Likewise.
3617
4a38112d
TT
36182019-07-17 Tom Tromey <tom@tromey.com>
3619
3620 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
3621 Don't declare.
3622 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
3623 Remove.
3624 * tui/tui-win.c (tui_source_window_base::set_new_height)
3625 (tui_source_window_base::set_new_height)
3626 (make_invisible_and_set_new_height)
3627 (tui_source_window_base::do_make_visible_with_new_height)
3628 (tui_source_window_base::do_make_visible_with_new_height):
3629 Update.
3630 * tui/tui-layout.c (show_source_disasm_command, show_data)
3631 (show_source_or_disasm_and_command): Update.
3632 * tui/tui-layout.c (show_layout): Update.
3633
09129226
TT
36342019-07-17 Tom Tromey <tom@tromey.com>
3635
3636 * tui/tui-layout.c (make_data_window): Remove.
3637 (show_data): Unify creation and re-initialization cases.
3638
4a8a5e84
TT
36392019-07-17 Tom Tromey <tom@tromey.com>
3640
3641 * tui/tui-layout.c (make_source_window, make_disasm_window):
3642 Remove.
3643 (show_data): Unify creation and re-initialization cases.
3644
76d2be8e
TT
36452019-07-17 Tom Tromey <tom@tromey.com>
3646
3647 * tui/tui-layout.c (make_command_window): Remove.
3648 (show_source_disasm_command, show_source_or_disasm_and_command):
3649 Unify creation and re-initialization cases.
3650
890b8bde
TT
36512019-07-17 Tom Tromey <tom@tromey.com>
3652
3653 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
3654 creation and re-initialization cases.
3655
2cdfa113
TT
36562019-07-17 Tom Tromey <tom@tromey.com>
3657
3658 * tui/tui-regs.c (tui_get_register): Return void.
3659
8e3cfd09
TT
36602019-07-17 Tom Tromey <tom@tromey.com>
3661
3662 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
3663 Simplify.
3664
f4e04977
TT
36652019-07-17 Tom Tromey <tom@tromey.com>
3666
3667 * tui/tui-layout.c (show_source_disasm_command): Simplify window
3668 resetting.
3669
0379b883
TT
36702019-07-17 Tom Tromey <tom@tromey.com>
3671
3672 * tui/tui.h (tui_set_layout_by_name): Don't declare.
3673 * tui/tui-regs.c (tui_reg_layout): New function.
3674 (tui_show_registers, tui_reg_command): Use it.
3675 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
3676 (tui_layout_command): Rename from tui_set_layout_by_name. Change
3677 parameters.
3678 (tui_layout_command): Remove.
3679
b7fbad91
TT
36802019-07-17 Tom Tromey <tom@tromey.com>
3681
3682 * tui/tui-layout.h (tui/tui-layout): Return void.
3683 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
3684
4e1e56b9
TT
36852019-07-17 Tom Tromey <tom@tromey.com>
3686
3687 * tui/tui-layout.c (show_source_disasm_command, show_data):
3688 Update.
3689 (reset_locator): Remove.
3690 (show_source_or_disasm_and_command): Update.
3691
1e0c09ba
TT
36922019-07-17 Tom Tromey <tom@tromey.com>
3693
3694 * tui/tui-source.c (tui_source_window_base::reset): Remove
3695 win_type parameter.
3696 * tui/tui-layout.c (make_command_window, make_source_window)
3697 (make_disasm_window, make_data_window)
3698 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
3699 (reset_locator, show_source_or_disasm_and_command): Update.
3700 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
3701 win_type parameter.
3702 (struct tui_source_window_base) <reset>: Likewise.
3703
1bf605de
TT
37042019-07-17 Tom Tromey <tom@tromey.com>
3705
3706 * tui/tui-layout.c (show_source_disasm_command): Use
3707 reset_locator.
3708 (reset_locator): New function.
3709 (init_and_make_win): Remove.
3710 (show_source_or_disasm_and_command): Use reset_locator.
3711
098f9ed4
TT
37122019-07-17 Tom Tromey <tom@tromey.com>
3713
3714 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
3715 condition.
3716 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
3717 Remove condition.
3718 * tui/tui-source.c (tui_source_window_base::reset): New method.
3719 * tui/tui-layout.c (make_command_window): Don't call
3720 init_and_make_win.
3721 (make_source_window, make_disasm_window): Don't call
3722 make_source_or_disasm_window.
3723 (make_data_window): Don't call init_and_make_win. Change calling
3724 convention.
3725 (show_source_disasm_command, show_data): Simplify.
3726 (make_source_or_disasm_window): Remove.
3727 (show_source_or_disasm_and_command): Simplify.
3728 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
3729 (struct tui_source_window_base) <reset>: Likewise.
3730 <execution_info>: Remove initializer.
3731 * tui/tui-data.c (tui_source_window_base): Initialize
3732 execution_info.
3733
80110957
TT
37342019-07-17 Tom Tromey <tom@tromey.com>
3735
3736 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
3737 variable.
3738
cf82af05
TT
37392019-07-17 Tom Tromey <tom@tromey.com>
3740
3741 * tui/tui.c (tui_rl_other_window): Update.
3742 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
3743 superclass method first. Always iterate over regs_content.
3744 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
3745 method.
3746 * tui/tui-win.c (tui_set_focus_command): Update.
3747
01aeb396
TT
37482019-07-17 Tom Tromey <tom@tromey.com>
3749
3750 * tui/tui-win.c (tui_set_focus_command): Rename from
3751 tui_set_focus. Call tui_enable.
3752 (tui_set_focus_command): Remove.
3753
fd6c75ee
TT
37542019-07-17 Tom Tromey <tom@tromey.com>
3755
3756 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
3757 refresh_window.
3758 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
3759 touchwin.
3760 (tui_data_window::refresh_window): Call refresh_window on data
3761 items. Always call superclass refresh_window.
3762 (tui_win_info::refresh): Remove.
3763 (tui_source_window_base::refresh_window): Update.
3764 (tui_refresh_all): Update.
3765 * tui/tui-layout.c (show_source_disasm_command): Remove call to
3766 refresh_window.
3767 (show_source_or_disasm_and_command): Likewise.
3768 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
3769 (struct tui_source_window_base) <refresh>: Likewise.
3770
f6cc34a9
TT
37712019-07-17 Tom Tromey <tom@tromey.com>
3772
3773 * tui/tui-winsource.c (tui_clear_source_content)
3774 (tui_show_source_content): Update.
3775 * tui/tui-source.c (tui_source_window::showing_source_p): Check
3776 whether content is empty.
3777 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
3778 Remove.
3779
f31ec9af
TT
37802019-07-17 Tom Tromey <tom@tromey.com>
3781
3782 * tui/tui-winsource.c (tui_erase_source_content): Clear the
3783 window's contents.
3784 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
3785 * tui/tui-source.c (tui_set_source_content_nil): Remove.
3786
d1b6f1e5
TT
37872019-07-17 Tom Tromey <tom@tromey.com>
3788
3789 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
3790 (struct tui_data_item_window): Update.
3791
d9743a13
TT
37922019-07-17 Tom Tromey <tom@tromey.com>
3793
3794 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
3795 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
3796 defines.
3797
caf0bc4e
TT
37982019-07-17 Tom Tromey <tom@tromey.com>
3799
3800 * tui/tui-winsource.h (tui_erase_source_content)
3801 (tui_clear_source_content): Remove "display_prompt" parameter.
3802 * tui/tui-winsource.c (tui_update_source_window_as_is)
3803 (tui_update_source_windows_with_addr): Update.
3804 (tui_clear_source_content): Remove "display_prompt" parameter.
3805 (tui_erase_source_content): Likewise. Simplify.
3806 (tui_show_source_content): Update.
3807 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
3808 * tui/tui-stack.c (tui_show_frame_info): Update.
3809 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
3810 Remove defines.
3811
9d391078
TT
38122019-07-17 Tom Tromey <tom@tromey.com>
3813
3814 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
3815 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
3816 parameter.
3817 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
3818 parameter.
3819
a38da35d
TT
38202019-07-17 Tom Tromey <tom@tromey.com>
3821
3822 * tui/tui-winsource.c (tui_clear_source_content)
3823 (tui_show_source_content, tui_show_exec_info_content)
3824 (tui_clear_exec_info_content): Update.
3825 * tui/tui-stack.c (tui_show_locator_content): Update.
3826 (tui_show_frame_info): Update.
3827 * tui/tui-source.h (tui_source_window): Don't declare.
3828 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
3829 from tui_source_is_displayed.
3830 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
3831 Remove field.
3832 (struct tui_source_window_base) <content_in_use>: New field. Now
3833 bool.
3834 (struct tui_source_window) <showing_source_p>: New method.
3835 (TUI_SRC_WIN): Change cast.
3836 * tui/tui-data.c (tui_initialize_static_data): Update.
3837
c2cd8994
TT
38382019-07-17 Tom Tromey <tom@tromey.com>
3839
3840 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
3841 location_matches_p.
3842 * tui/tui-source.c (tui_source_window::location_matches_p): New
3843 method.
3844 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
3845 method.
3846 * tui/tui-data.h (struct tui_source_window_base)
3847 <location_matches_p>: New method.
3848 (struct tui_source_window, struct tui_disasm_window)
3849 <location_matches_p>: Likewise.
3850
4dde7b34
TT
38512019-07-17 Tom Tromey <tom@tromey.com>
3852
3853 * tui/tui-win.c (tui_set_win_height_command): Rename from
3854 tui_set_win_height.
3855 (tui_set_win_height_command): Remove.
3856
b73dd877
TT
38572019-07-17 Tom Tromey <tom@tromey.com>
3858
3859 * tui/tui-source.c (tui_source_window): New constructor. Add
3860 observer.
3861 (~tui_source_window): New destructor.
3862 (tui_source_window::style_changed): New method.
3863 * tui/tui-hooks.c (tui_redisplay_source): Remove.
3864 (tui_attach_detach_observers): Update.
3865 * tui/tui-data.h (struct tui_source_window): Make constructor not
3866 inline. Add destructor.
3867 (struct tui_source_window) <style_changed>: New method.
3868 <m_observable>: New member.
3869
ae2b5380
TT
38702019-07-17 Tom Tromey <tom@tromey.com>
3871
3872 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
3873 * tui/tui-win.c (tui_resize_all): Fix typo.
3874
1ce3e844
TT
38752019-07-17 Tom Tromey <tom@tromey.com>
3876
3877 * tui/tui-wingeneral.h (tui_refresh_all): Update.
3878 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
3879 (tui_refresh_all): Remove "list" parameter. Use foreach.
3880 * tui/tui-win.c (window_name_completer): Use foreach.
3881 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
3882 (update_tab_width): Likewise.
3883 * tui/tui-layout.c (show_layout): Update.
3884 * tui/tui-data.h (class tui_window_iterator): New.
3885 (struct all_tui_windows): New.
3886 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
3887
fe3eaf1c
TT
38882019-07-17 Tom Tromey <tom@tromey.com>
3889
3890 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
3891 parameter. Don't reference globals.
3892 (tui_reg_command): Update.
3893
368c1354
TT
38942019-07-17 Tom Tromey <tom@tromey.com>
3895
3896 * tui/tui-regs.c (tui_show_registers): Simplify.
3897
e80cd204
TT
38982019-07-17 Tom Tromey <tom@tromey.com>
3899
3900 * tui/tui-regs.c (tui_show_registers): Update.
3901 (tui_show_register_group): Add win_info parameter.
3902
aca2dd16
TT
39032019-07-17 Tom Tromey <tom@tromey.com>
3904
3905 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
3906 Rename from tui_display_reg_element_at_line.
3907 (tui_data_window::display_registers_from_line): Update.
3908 * tui/tui-data.h (struct tui_data_window)
3909 <display_reg_element_at_line>: New method.
3910
517e9505
TT
39112019-07-17 Tom Tromey <tom@tromey.com>
3912
3913 * tui/tui-regs.h (tui_display_registers_from)
3914 (tui_display_registers_from_line): Don't declare.
3915 * tui/tui-windata.c (tui_data_window::display_all_data)
3916 (tui_data_window::refresh_all)
3917 (tui_data_window::do_scroll_vertical): Update.
3918 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
3919 from tui_display_registers_from.
3920 (tui_display_reg_element_at_line): Update.
3921 (tui_data_window::display_registers_from_line): Rename from
3922 tui_display_registers_from_line.
3923 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
3924 display_registers_from_line>: New methods.
3925
f76d8b19
TT
39262019-07-17 Tom Tromey <tom@tromey.com>
3927
3928 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
3929 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
3930 from tui_erase_data_content.
3931 (tui_data_window::display_all_data)
3932 (tui_data_window::refresh_all)
3933 (tui_data_window::do_scroll_vertical): Update.
3934 * tui/tui-regs.c (tui_show_registers): Update.
3935 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
3936 New method.
3937
b4094625
TT
39382019-07-17 Tom Tromey <tom@tromey.com>
3939
3940 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
3941 declare.
3942 * tui/tui-windata.c
3943 (tui_data_window::delete_data_content_windows): Rename from
3944 tui_delete_data_content_windows.
3945 (tui_data_window::display_all_data)
3946 (tui_data_window::do_scroll_vertical): Update.
3947 * tui/tui-data.h (struct tui_data_window)
3948 <delete_data_content_windows>: New method.
3949
c223a729
TT
39502019-07-17 Tom Tromey <tom@tromey.com>
3951
3952 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
3953 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
3954
50daf268
TT
39552019-07-17 Tom Tromey <tom@tromey.com>
3956
3957 * tui/tui-windata.h (tui_display_all_data): Don't declare.
3958 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
3959 from tui_display_all_data.
3960 * tui/tui-win.c
3961 (tui_data_window::do_make_visible_with_new_height): Update.
3962 * tui/tui-regs.c (tui_show_registers): Update.
3963 * tui/tui-layout.c (tui_set_layout): Update.
3964 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
3965 method.
3966
df5f8cab
TT
39672019-07-17 Tom Tromey <tom@tromey.com>
3968
3969 * tui/tui-windata.h (tui_display_data_from): Don't declare.
3970 * tui/tui-windata.c (tui_display_data_from): Remove.
3971 (tui_data_window::refresh_all): Update.
3972
80cb6c27
TT
39732019-07-17 Tom Tromey <tom@tromey.com>
3974
3975 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
3976 * tui/tui-windata.c (tui_display_data_from_line): Remove.
3977 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
3978 tui_display_registers_from_line.
3979 * tui/tui-regs.h (tui_display_registers_from_line): Update.
3980 * tui/tui-regs.c (tui_display_registers_from_line): Remove
3981 "force_display" parameter.
3982
baff0c28
TT
39832019-07-17 Tom Tromey <tom@tromey.com>
3984
3985 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
3986 declare.
3987 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
3988 Rename from tui_first_reg_element_no_inline.
3989 (tui_display_reg_element_at_line)
3990 (tui_display_registers_from_line): Update.
3991 * tui/tui-data.h (struct tui_data_window)
3992 <first_reg_element_no_inline>: New method.
3993
3b23c5f2
TT
39942019-07-17 Tom Tromey <tom@tromey.com>
3995
3996 * tui/tui-windata.c (tui_display_data_from)
3997 (tui_data_window::do_scroll_vertical): Update.
3998 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
3999 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
4000 Rename from tui_line_from_reg_element_no.
4001 (tui_display_registers_from_line): Update.
4002 * tui/tui-data.h (struct tui_data_window)
4003 <line_from_reg_element_no>: New method.
4004
0b5ec218
TT
40052019-07-17 Tom Tromey <tom@tromey.com>
4006
4007 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
4008 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
4009 tui_last_regs_line_no.
4010 (tui_display_reg_element_at_line)
4011 (tui_display_registers_from_line): Update.
4012 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
4013 method.
4014
0807ab7b
TT
40152019-07-17 Tom Tromey <tom@tromey.com>
4016
4017 PR tui/24722:
4018 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
4019 (tui_update_breakpoint_info): Add "being_deleted" parameter.
4020 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4021 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
4022 (tui_update_breakpoint_info): Likewise.
4023 * tui/tui-hooks.c (tui_event_create_breakpoint)
4024 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
4025 Update.
4026
9ad7fdef
TT
40272019-07-17 Tom Tromey <tom@tromey.com>
4028
4029 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
4030
5813316f
TT
40312019-07-17 Tom Tromey <tom@tromey.com>
4032
4033 * tui/tui-winsource.c (tui_update_source_window_as_is)
4034 (tui_update_source_windows_with_addr): Update.
4035 * tui/tui-source.h (tui_set_source_content)
4036 (tui_show_symtab_source): Add "win_info" parameter.
4037 * tui/tui-source.c (tui_set_source_content): Add "win_info"
4038 parameter.
4039 (tui_show_symtab_source): Likewise.
4040
00e264e7
TT
40412019-07-17 Tom Tromey <tom@tromey.com>
4042
4043 * tui/tui-wingeneral.c
4044 (tui_check_and_display_highlight_if_needed): Check can_highlight.
4045
06210ce4
TT
40462019-07-17 Tom Tromey <tom@tromey.com>
4047
4048 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
4049 (struct tui_cmd_window) <can_scroll>: New method.
4050 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
4051 method.
4052
381befee
TT
40532019-07-17 Tom Tromey <tromey@adacore.com>
4054
4055 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
4056 do_field_signed>: Rename. Change type of "value".
4057 * ui-out.c (ui_out::field_signed): Rename from field_int.
4058 Change type of "value".
4059 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
4060 type of "value".
4061 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
4062 do_field_int. Change type of "value".
4063 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
4064 do_field_int. Change type of "value".
4065 * tracepoint.c (trace_status_mi, tfind_1)
4066 (print_one_static_tracepoint_marker): Update.
4067 * thread.c (print_thread_info_1, print_selected_thread_frame):
4068 Update.
4069 * stack.c (print_frame, print_frame_info): Update.
4070 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
4071 Update.
4072 * source.c (print_source_lines_base): Update.
4073 * skip.c (info_skip_command): Update.
4074 * record-btrace.c (btrace_ui_out_decode_error)
4075 (btrace_call_history_src_line): Update.
4076 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
4077 Update.
4078 * progspace.c (print_program_space): Update.
4079 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
4080 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
4081 do_field_int. Change type of "value".
4082 * mi/mi-out.c (mi_ui_out::do_table_begin)
4083 (mi_ui_out::do_table_header): Update.
4084 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
4085 type of "value".
4086 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
4087 (mi_cmd_data_list_changed_registers, output_register)
4088 (mi_cmd_data_read_memory, mi_load_progress)
4089 (mi_cmd_trace_frame_collected): Update.
4090 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
4091 Update.
4092 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
4093 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
4094 (mi_cmd_var_list_children, varobj_update_one): Update.
4095 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
4096 (mi_cmd_stack_list_args, list_arg_or_local): Update.
4097 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
4098 * inferior.c (print_inferior): Update.
4099 * gdb_bfd.c (print_one_bfd): Update.
4100 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
4101 Update.
4102 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
4103 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
4104 do_field_int. Change type of "value".
4105 * cli-out.c (cli_ui_out::do_field_signed): Rename from
4106 do_field_int. Change type of "value".
4107 * breakpoint.c (watchpoint_check, print_breakpoint_location)
4108 (print_one_breakpoint_location, print_it_catch_fork)
4109 (print_one_catch_fork, print_it_catch_vfork)
4110 (print_one_catch_vfork, print_it_catch_solib)
4111 (print_it_catch_exec, print_it_ranged_breakpoint)
4112 (print_mention_watchpoint, print_mention_masked_watchpoint)
4113 (bkpt_print_it, update_static_tracepoint): Update.
4114 * break-catch-throw.c (print_it_exception_catchpoint): Update.
4115 * break-catch-syscall.c (print_it_catch_syscall): Update.
4116 * ada-tasks.c (print_ada_task_info): Update.
4117 * ada-lang.c (print_it_exception, print_mention_exception):
4118 Update.
4119
6b78c3f8
AB
41202019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4121
4122 PR breakpoints/24541
4123 * gdbarch.c: Regenerate.
4124 * gdbarch.h: Regenerate.
4125 * gdbarch.sh: Adjust return type and parameter types for
4126 'stap_adjust_register'.
4127 (i386_stap_adjust_register): Adjust signature and return new
4128 register name.
4129 * stap-probe.c (stap_parse_register_operand): Adjust use of
4130 'gdbarch_stap_adjust_register'.
4131
d72a9b85
TT
41322019-07-17 Tom Tromey <tromey@adacore.com>
4133
4134 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
4135 declare VEC.
4136 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
4137 std::vector.
4138 (struct s390_process_info): Add initializers.
4139 (s390_add_process): Use new.
4140 (s390_linux_nat_target::low_forget_process): Use delete.
4141 (s390_linux_nat_target::low_new_fork)
4142 (s390_linux_nat_target::stopped_by_watchpoint)
4143 (s390_linux_nat_target::low_prepare_to_resume)
4144 (s390_linux_nat_target::insert_watchpoint)
4145 (s390_linux_nat_target::insert_hw_breakpoint)
4146 (s390_linux_nat_target::remove_watchpoint)
4147 (s390_linux_nat_target::remove_hw_breakpoint): Update.
4148
206e6c58
JB
41492019-07-16 John Baldwin <jhb@FreeBSD.org>
4150
4151 * aarch64-fbsd-nat.c: Include regcache.h.
4152 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
4153 argument.
4154 (aarch64_fbsd_nat_target::fetch_registers)
4155 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
4156 variable.
4157 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
4158
cbde90f2
JB
41592019-07-16 John Baldwin <jhb@FreeBSD.org>
4160
4161 * fbsd-nat.c: Include gdbarch.h.
4162
07128006
TT
41632019-07-15 Tom Tromey <tromey@adacore.com>
4164
4165 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
4166
1f77b012
TT
41672019-07-15 Tom Tromey <tromey@adacore.com>
4168
4169 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
4170 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
4171 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
4172 * cli-out.c (cli_ui_out::do_field_int): New method.
4173 * ui-out.c (ui_out::field_unsigned): New method.
4174 * symfile.c (generic_load): Use field_unsigned.
4175 (print_transfer_performance): Likewise.
4176 * record-btrace.c (ui_out_field_uint): Remove.
4177 (btrace_call_history_insn_range, btrace_call_history): Use
4178 field_unsigned.
4179 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
4180 field_unsigned.
4181 * ui-out.h (class ui_out) <field_unsigned>: New method.
4182 <do_field_unsigned>: Likewise.
4183
33eca680
TT
41842019-07-15 Tom Tromey <tromey@adacore.com>
4185
4186 * mi/mi-main.c (list_available_thread_groups): Use field_string.
4187 * mi/mi-interp.c (mi_memory_changed): Use field_string.
4188 * target.c (flash_erase_command): Use field_string.
4189 * infrun.c (print_signal_received_reason): Use field_string.
4190 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
4191 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
4192 field_string.
4193 * ada-tasks.c (print_ada_task_info): Use field_string.
4194
ca8d69be
TT
41952019-07-15 Tom Tromey <tromey@adacore.com>
4196
4197 * target.c (flash_erase_command): Use field_core_addr.
4198 * symfile.c (generic_load): Use field_core_addr.
4199 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
4200 Use field_core_addr.
4201 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
4202 field_core_addr.
4203
0d4e84ed
AB
42042019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
4207 value if its desired type is smaller than a CORE_ADDR and signed.
4208
9a49df9d
AB
42092019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4210
4211 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
4212 of changes to field names, and use new is_reference field to
4213 decide if a property is a reference or not.
4214 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
4215 field.
4216 (struct dwarf2_property_baton): Update header comment, rename
4217 'referenced_type' to 'property_type' and update comments.
4218 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
4219 default property type, store in property baton, update to take
4220 accound of renamed field.
4221 (read_func_scope): Update call to attr_to_dynamic_prop.
4222 (read_array_type): Likewise.
4223 (dwarf2_per_cu_addr_sized_int_type): New function.
4224 (read_subrange_index_type): Move type finding code to
4225 dwarf2_per_cu_addr_sized_int_type.
4226 (read_subrange_type): Update calls to attr_to_dynamic_prop.
4227 (dwarf2_per_cu_addr_type): New function.
4228 (set_die_type): Update calls to attr_to_dynamic_prop.
4229
b86352cf
AB
42302019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 * dwarf2read.c (read_subrange_index_type): New function.
4233 (read_subrange_type): Move code into new function and call it.
4234 * gdbtypes.c (create_range_type): Add some asserts.
4235
603490bf
AB
42362019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4237
4238 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
4239 update return statements.
4240 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
4241 declaration, and update comment to match.
4242 * gdbtypes.c (resolve_dynamic_array): Update call to
4243 dwarf2_evaluate_property to match new return type.
4244
592f9d27
AB
42452019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
4246
4247 * valarith.c (value_subscripted_rvalue): Change lowerbound
4248 parameter type from int to LONGEST.
4249 * value.h (value_subscripted_rvalue): Likewise in declaration.
4250
60cfcb20
AB
42512019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * cli/cli-utils.c (info_print_command_completer): New function.
4254 * cli/cli-utils.h: Add 'completer.h' include, and forward
4255 declaration for 'struct cmd_list_element'.
4256 (info_print_command_completer): Declare.
4257 * stack.c (_initialize_stack): Add completer for 'info locals' and
4258 'info args'.
4259 * symtab.c (_initialize_symtab): Add completer for 'info
4260 variables' and 'info functions'.
4261 * NEWS: Mention completion for additional info commands.
4262
b16507e0
AB
42632019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * cli/cli-utils.c (extract_info_print_args): Delete.
4266 (extract_arg_maybe_quoted): Delete.
4267 (info_print_options_defs): New variable.
4268 (make_info_print_options_def_group): New function.
4269 (extract_info_print_options): Define new function.
4270 * cli/cli-utils.h (extract_info_print_args): Delete.
4271 (struct info_print_options): New structure.
4272 (extract_info_print_options): Declare new function.
4273 * stack.c (info_locals_command): Update to use new
4274 extract_info_print_options, also add a header comment.
4275 (info_args_command): Likewise.
4276 * symtab.c (info_variables_command): Likewise.
4277 (info_functions_command): Likewise.
4278
021d8588
AB
42792019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
4282 to extract string arguments.
4283 * common/common-utils.c (extract_string_maybe_quoted): New function.
4284 * common/common-utils.h (extract_string_maybe_quoted): Declare.
4285
b777eb6d
TT
42862019-07-11 Tom Tromey <tromey@adacore.com>
4287
4288 * main.c (get_init_files): Use GDBINIT, not gdbinit.
4289 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
4290 * top.h (gdbinit): Don't declare.
4291 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
4292 into...
4293 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
4294 * top.c (gdb_init): Don't call init_cli_cmds.
4295 (gdbinit): Remove.
4296 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
4297
72ee03ff
TT
42982019-07-11 Tom Tromey <tromey@adacore.com>
4299
4300 * python/py-inferior.c (add_thread_object): Don't use thread_obj
4301 after it has been moved.
4302
00db9531
SM
43032019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4304
4305 * valops.c (value_must_coerce_to_target): Change return type to
4306 bool.
4307 * value.h (value_must_coerce_to_target): Likewise.
4308
f2478a7e
SM
43092019-07-10 Simon Marchi <simon.marchi@efficios.com>
4310
4311 * breakpoint.c (is_hardware_watchpoint): Remove
4312 forward-declaration.
4313 (is_masked_watchpoint): Change return type to bool.
4314 (is_tracepoint): Likewise.
4315 (is_breakpoint): Likewise.
4316 (is_hardware_watchpoint): Likewise.
4317 (is_watchpoint): Likewise.
4318 (is_no_memory_software_watchpoint): Likewise.
4319 (is_catchpoint): Likewise.
4320 (breakpoint_1): Make FILTER parameter's return type bool.
4321 is_masked_watchpoint): Change return type to bool.
4322 (save_breakpoints): Make FILTER parameter's return type bool.
4323 * breakpoint.h (is_breakpoint): Change return type to bool.
4324 (is_watchpoint): Likewise.
4325 (is_catchpoint): Likewise.
4326 (is_tracepoint): Likewise.
4327
0d12e84c
TT
43282019-07-10 Tom Tromey <tom@tromey.com>
4329
4330 * defs.h: Don't include gdbarch.h.
4331 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
4332 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
4333 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
4334 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
4335 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
4336 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
4337 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
4338 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
4339 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
4340 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
4341 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
4342 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
4343 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
4344 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
4345 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
4346 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
4347 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
4348 record-btrace.c, record.h, regcache-dump.c, regcache.h,
4349 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
4350 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
4351 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
4352 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
4353 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
4354 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
4355 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
4356 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
4357 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
4358
f06f1252
TT
43592019-07-10 Tom Tromey <tromey@adacore.com>
4360
4361 * ada-lang.h (is_ada_exception_catchpoint): Declare.
4362 * breakpoint.c (init_ada_exception_breakpoint): Register as
4363 bp_catchpoint.
4364 (print_one_breakpoint_location, print_one_breakpoint): Use
4365 is_ada_exception_catchpoint.
4366 * ada-lang.c (class ada_catchpoint_location): Pass
4367 bp_loc_software_breakpoint to bp_location constructor.
4368 (is_ada_exception_catchpoint): New function.
4369
7a5d944b
TT
43702019-07-10 Tom Tromey <tromey@adacore.com>
4371
4372 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
4373 VEC.
4374 (struct arm_exidx_entry): New method operator<.
4375 (struct arm_exidx_data) <section_maps>: Change type.
4376 (arm_exidx_data_free): Remove.
4377 (arm_exidx_data_key): Change type. Move lower.
4378 (arm_exidx_new_objfile): Update.
4379 (arm_compare_exidx_entries): Remove.
4380 (arm_find_exidx_entry, _initialize_arm_tdep)
4381
48c66e1d
TT
43822019-07-10 Tom Tromey <tromey@adacore.com>
4383
4384 * solib-spu.c (ocl_program_data_key): Change type.
4385 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
4386 Update.
4387
a269fbf1
TT
43882019-07-10 Tom Tromey <tromey@adacore.com>
4389
4390 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
4391 (struct solib_aix_inferior_data) <library_list>: Change type.
4392 (solib_aix_inferior_data_handle): Change type.
4393 (get_solib_aix_inferior_data): Update.
4394 (solib_aix_free_library_list): Remove.
4395 (library_list_start_library): Update.
4396 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
4397 return type.
4398 (solib_aix_get_library_list)
4399 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
4400 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
4401
c294730c
TT
44022019-07-10 Tom Tromey <tromey@adacore.com>
4403
4404 * solib-dsbt.c (struct dsbt_info): Add initializers.
4405 (solib_dsbt_pspace_data): Change type.
4406 (dsbt_pspace_data_cleanup): Remove.
4407 (get_dsbt_info, _initialize_dsbt_solib): Update.
4408
9d52077d
TT
44092019-07-10 Tom Tromey <tromey@adacore.com>
4410
4411 * spu-tdep.c (spu_overlay_data): Change type.
4412 (spu_get_overlay_table, spu_overlay_new_objfile)
4413 (_initialize_spu_tdep): Update.
4414
22a20dca
TT
44152019-07-10 Tom Tromey <tromey@adacore.com>
4416
4417 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
4418 destructor.
4419 (dbx_objfile_data_key): Change type and declare later.
4420 (DBX_SYMFILE_INFO): Rewrite.
4421 * dbxread.c (dbx_objfile_data_key): Change type.
4422 (dbx_symfile_init): Update.
4423 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
4424 (coffstab_build_psymtabs, elfstab_build_psymtabs)
4425 (stabsect_build_psymtabs, _initialize_dbxread): Update.
4426
cb60f420
TT
44272019-07-10 Tom Tromey <tromey@adacore.com>
4428
4429 * jit.c (jit_program_space_key): Change type. Move lower.
4430 (get_jit_program_space_data): Update.
4431 (jit_program_space_data_cleanup): Remove.
4432 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
4433 Update.
4434 (struct jit_program_space_data): Add initializers.
4435
51df2ae3
TT
44362019-07-10 Tom Tromey <tromey@adacore.com>
4437
4438 * solib-darwin.c (struct darwin_info): Add initializers.
4439 (solib_darwin_pspace_data): Change type.
4440 (darwin_pspace_data_cleanup): Remove.
4441 (get_darwin_info, _initialize_darwin_solib): Update.
4442
18101a35
TT
44432019-07-10 Tom Tromey <tromey@adacore.com>
4444
4445 * remote-sim.c (struct sim_inferior_data): Add initializers,
4446 constructor, and destructor.
4447 (sim_inferior_data_key): Change type. Move lower.
4448 (check_for_duplicate_sim_descriptor): Update.
4449 (get_sim_inferior_data): Use new. Update.
4450 (~sim_inferior_data_cleanup): Rename from
4451 sim_inferior_data_cleanup. Simplify.
4452 (gdbsim_close_inferior, simulator_command)
4453 (sim_command_completer, _initialize_remote_sim): Update.
4454 (next_pid, INITIAL_PID): Move earlier.
4455
05b08ac1
TT
44562019-07-10 Tom Tromey <tromey@adacore.com>
4457
4458 * python/python-internal.h (create_thread_object): Return
4459 gdbpy_ref.
4460 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
4461 * python/py-inferior.c (struct threadlist_entry): Add
4462 constructor.
4463 <thread_obj>: Now a gdbpy_ref.
4464 (thread_to_thread_object): Update.
4465 (add_thread_object): Use new.
4466 (delete_thread_object): Use delete.
4467 (infpy_threads): Update.
4468 (py_free_inferior): Update. Construct "inf_obj" after acquiring
4469 GIL.
4470
32372d80
TT
44712019-07-10 Tom Tromey <tromey@adacore.com>
4472
4473 * valops.c (value_cast): Specialize error message for Ada.
4474
5c458ae8
SM
44752019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4476
4477 * breakpoint.c (breakpoint_1): Update doc and parameter names.
4478
4c462cb0
SM
44792019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
4480
4481 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
4482 bpstat_should_step): Return bool, adjust comments.
4483 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
4484 bpstat_should_step): Likewise.
4485
89abbcc2
AH
44862019-07-10 Alan Hayward <alan.hayward@arm.com>
4487
4488 * features/Makefile: Use feature target descriptions for Arm.
4489 * features/arm/arm-core.c: Generate new file.
4490 * features/arm/arm-fpa.c: Likewise.
4491 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
4492 * features/arm/arm-m-profile.c: Likewise.
4493 * features/arm/arm-vfpv2.c: Likewise.
4494 * features/arm/arm-vfpv3.c: Likewise.
4495 * features/arm/xscale-iwmmxt.c: Likewise.
4496 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
4497
166a82be
AH
44982019-07-10 Alan Hayward <alan.hayward@arm.com>
4499
4500 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
4501 ptrace earlier.
4502
9fb4c7e9
AH
45032019-07-10 Alan Hayward <alan.hayward@arm.com>
4504
4505 * features/aarch64-pauth.c: Regenerate.
4506
e2d0f980
SM
45072019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
4508
4509 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
4510 bool.
4511 (bpstat_what): Use false instead of 0.
4512
a38118e5
PA
45132019-07-09 Pedro Alves <palves@redhat.com>
4514
4515 * break-catch-throw.c (is_exception_catchpoint): New.
4516 * breakpoint.c (print_one_breakpoint_location): New parameter
4517 'raw_loc'. Handle it. Use
4518 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
4519 looking at the breakpoint's type.
4520 (print_one_breakpoint): If handling "maint info breakpoints", also
4521 print locations of exception catchpoints.
4522 * breakpoint.h (is_exception_catchpoint): Declare.
4523
cb1e4e32
PA
45242019-07-09 Pedro Alves <palves@redhat.com>
4525
4526 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
4527 "addr" field.
4528 (allocate_location_exception_catchpoint): New.
4529 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
4530 (initialize_throw_catchpoint_ops): Install
4531 allocate_location_exception_catchpoint as allocate_location
4532 method.
4533 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
4534 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
4535 bp_loc_other.
4536 (breakpoint_address_is_meaningful): Delete.
4537 (bl_address_is_meaningful): New.
4538 (breakpoint_locations_match): Adjust comment.
4539 (bp_location_from_bp_type): New, factored out of...
4540 (bp_location::bp_location(breakpoint *)): ... this.
4541 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
4542 factored out of...
4543 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
4544 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
4545 breakpoint_address_is_meaningful.
4546 (bp_locations_compare): Adjust comment.
4547 (update_global_location_list): Use bl_address_is_meaningful
4548 instead of breakpoint_address_is_meaningful.
4549 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
4550 explicit.
4551 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
4552 * python/py-breakpoint.c (bppy_get_location): No longer check
4553 whether location is null.
4554
b58a68fe
PA
45552019-07-09 Pedro Alves <palves@redhat.com>
4556
4557 PR c++/15468
4558 * breakpoint.c (print_one_breakpoint_location): Remove
4559 single-location assert.
4560
268a13a5
TT
45612019-07-09 Tom Tromey <tom@tromey.com>
4562
4563 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
4564 * configure: Rebuild.
4565 * configure.ac: Change common to gdbsupport.
4566 * gdbsupport: Rename from common.
4567 * acinclude.m4: Change common to gdbsupport.
4568 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
4569 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
4570 gdbsupport.
4571 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
4572 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
4573 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
4574 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
4575 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
4576 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
4577 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
4578 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
4579 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
4580 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
4581 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
4582 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
4583 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
4584 coff-pe-read.c, command.h, compile/compile-c-support.c,
4585 compile/compile-c.h, compile/compile-cplus-symbols.c,
4586 compile/compile-cplus-types.c, compile/compile-cplus.h,
4587 compile/compile-loc2c.c, compile/compile.c, completer.c,
4588 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
4589 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
4590 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
4591 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
4592 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
4593 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
4594 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
4595 features/aarch64-core.c, features/aarch64-fpu.c,
4596 features/aarch64-pauth.c, features/aarch64-sve.c,
4597 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
4598 features/i386/32bit-core.c, features/i386/32bit-linux.c,
4599 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
4600 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
4601 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
4602 features/i386/64bit-core.c, features/i386/64bit-linux.c,
4603 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
4604 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
4605 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
4606 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
4607 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
4608 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
4609 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
4610 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
4611 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
4612 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
4613 go32-nat.c, guile/guile.c, guile/scm-ports.c,
4614 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
4615 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
4616 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
4617 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
4618 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
4619 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
4620 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
4621 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
4622 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
4623 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
4624 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
4625 minsyms.c, mips-linux-tdep.c, namespace.h,
4626 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
4627 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
4628 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
4629 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
4630 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
4631 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
4632 nat/linux-waitpid.c, nat/mips-linux-watch.c,
4633 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
4634 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
4635 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
4636 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
4637 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
4638 procfs.c, producer.c, progspace.h, psymtab.h,
4639 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
4640 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
4641 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
4642 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
4643 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
4644 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
4645 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
4646 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
4647 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
4648 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
4649 target-memory.c, target.c, target.h, target/waitstatus.c,
4650 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
4651 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
4652 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
4653 unittests/array-view-selftests.c,
4654 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
4655 unittests/common-utils-selftests.c,
4656 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
4657 unittests/format_pieces-selftests.c,
4658 unittests/function-view-selftests.c,
4659 unittests/lookup_name_info-selftests.c,
4660 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
4661 unittests/mkdir-recursive-selftests.c,
4662 unittests/observable-selftests.c,
4663 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
4664 unittests/parse-connection-spec-selftests.c,
4665 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
4666 unittests/scoped_fd-selftests.c,
4667 unittests/scoped_mmap-selftests.c,
4668 unittests/scoped_restore-selftests.c,
4669 unittests/string_view-selftests.c, unittests/style-selftests.c,
4670 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
4671 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
4672 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
4673 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
4674 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
4675 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
4676
5b0e2db4
AB
46772019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * linespec.c (decode_digits_list_mode): Set explicit_line to a
4680 bool value.
4681 (decode_digits_ordinary): Set explicit_line field in sal.
4682 * symtab.c (skip_prologue_sal): Don't skip prologue for a
4683 symtab_and_line that was set on an explicit line number in
4684 assembler code. Do always update the recorded symtab and line if
4685 we do skip the prologue.
4686
0ba852ab
AB
46872019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4688
4689 * breakpoint.c (set_breakpoint_location_function): Remove
4690 explicit_loc parameter.
4691 (momentary_breakpoint_from_master): Update call to
4692 set_breakpoint_location_function.
4693 (add_location_to_breakpoint): Likewise.
4694
b3a7d171
AB
46952019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
4698 required features based on default bfd type when no specific bfd
4699 is present.
4700
1f6f6e21
PW
47012019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4702
4703 * NEWS: Mention that GDB printf and eval commands can now print
4704 C-style and Ada-style convenience var strings without
4705 calling the inferior.
4706 * printcmd.c (printf_c_string): Locally print GDB internal var
4707 instead of transiting via the inferior.
4708 (printf_wide_c_string): Likewise.
4709
47102019-07-04 Alan Hayward <alan.hayward@arm.com>
ea142fbf 4711
5862c886 4712 PR breakpoints/25011
ea142fbf
AH
4713 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
4714
0598af48
TT
47152019-07-04 Tom Tromey <tom@tromey.com>
4716
4717 PR tui/24724:
4718 * tui/tui-winsource.c (tui_clear_source_content): Update.
4719 (tui_source_window_base::set_is_exec_point_at): Fix comment.
4720 (tui_update_breakpoint_info): Update.
4721 (tui_set_exec_info_content): Update.
4722 * tui/tui-source.c (tui_set_source_content_nil): Update.
4723 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
4724 has_break.
4725 * tui/tui-data.h (enum tui_bp_flag): New.
4726 (tui_bp_flags): New enum flags type.
4727 (struct tui_source_element) <break_mode>: Change type. Rename
4728 from has_break.
4729 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
4730 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
4731 constants.
4732 * tui/tui-winsource.h: Fix comment.
4733
350fab54
AH
47342019-07-04 Alan Hayward <alan.hayward@arm.com>
4735
4736 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
4737 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
4738 (store_fpregs_to_thread)
4739 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4740 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
4741 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
4742 (IWMMXT_REGS_SIZE): Add define.
4743 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
4744 (fetch_vfp_regs, store_vfp_regs)
4745 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
4746 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
4747
f0452268
AH
47482019-07-04 Alan Hayward <alan.hayward@arm.com>
4749
4750 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
4751 defines.
4752 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
4753 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
4754 (ARM_INT_REGISTER_SIZE): ...to this.
4755 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
4756 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
4757 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
4758 (arm_linux_collect_gregset, supply_nwfpe_register)
4759 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
4760 defines.
4761 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
4762 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
4763 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
4764 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
4765 (arm_return_in_memory, arm_store_return_value)
4766 (arm_get_longjmp_target, arm_register_g_packet_guesses)
4767 (arm_record_ld_st_multiple): Likewise.
4768 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
4769 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
4770
e935475c
AH
47712019-07-04 Alan Hayward <alan.hayward@arm.com>
4772
4773 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
4774 AARCH64_DISPLACED_MODIFIED_INSNS.
4775 * aarch64-tdep.c (struct aarch64_displaced_step_data)
4776 (aarch64_displaced_step_copy_insn): Likewise.
4777 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4778 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
4779 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
4780 ARM_DISPLACED_MODIFIED_INSNS.
4781 * arm-tdep.c (arm_gdbarch_init): Likewise.
4782 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
4783 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
4784 (struct arm_displaced_step_closure): Use
4785 ARM_DISPLACED_MODIFIED_INSNS.
4786
df0bb381
AH
47872019-07-04 Alan Hayward <alan.hayward@arm.com>
4788
4789 * features/Makefile: Remove unused xml files.
4790 * features/aarch64.xml: Remove.
4791 * features/i386/amd64-avx-avx512-linux.xml: Remove.
4792 * features/i386/amd64-avx-avx512.xml: Remove.
4793 * features/i386/amd64-avx-linux.xml: Remove.
4794 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
4795 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
4796 * features/i386/amd64-avx-mpx-linux.xml: Remove.
4797 * features/i386/amd64-avx-mpx.xml: Remove.
4798 * features/i386/amd64-avx.xml: Remove.
4799 * features/i386/amd64-linux.xml: Remove.
4800 * features/i386/amd64-mpx-linux.xml: Remove.
4801 * features/i386/amd64-mpx.xml: Remove.
4802 * features/i386/amd64.xml: Remove.
4803 * features/i386/i386-avx-avx512-linux.xml: Remove.
4804 * features/i386/i386-avx-avx512.xml: Remove.
4805 * features/i386/i386-avx-linux.xml: Remove.
4806 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
4807 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
4808 * features/i386/i386-avx-mpx-linux.xml: Remove.
4809 * features/i386/i386-avx-mpx.xml: Remove.
4810 * features/i386/i386-avx.xml: Remove.
4811 * features/i386/i386-linux.xml: Remove.
4812 * features/i386/i386-mmx-linux.xml: Remove.
4813 * features/i386/i386-mmx.xml: Remove.
4814 * features/i386/i386-mpx-linux.xml: Remove.
4815 * features/i386/i386-mpx.xml: Remove.
4816 * features/i386/i386.xml: Remove.
4817 * features/i386/x32-avx-avx512-linux.xml: Remove.
4818 * features/i386/x32-avx-linux.xml: Remove.
4819 * features/i386/x32-linux.xml: Remove.
4820
edd6266a
AH
48212019-07-04 Alan Hayward <alan.hayward@arm.com>
4822
4823 * regformats/aarch64.dat: Remove.
4824 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
4825 * regformats/i386/amd64-avx-linux.dat: Remove.
4826 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
4827 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
4828 * regformats/i386/amd64-linux.dat: Remove.
4829 * regformats/i386/amd64-mpx-linux.dat: Remove.
4830 * regformats/i386/amd64.dat: Remove.
4831 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
4832 * regformats/i386/i386-avx-linux.dat: Remove.
4833 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
4834 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
4835 * regformats/i386/i386-linux.dat: Remove.
4836 * regformats/i386/i386-mmx-linux.dat: Remove.
4837 * regformats/i386/i386-mpx-linux.dat: Remove.
4838 * regformats/i386/i386.dat: Remove.
4839 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
4840 * regformats/i386/x32-avx-linux.dat: Remove.
4841 * regformats/i386/x32-linux.dat: Remove.
4842
2b40fda7
AH
48432019-07-04 Alan Hayward <alan.hayward@arm.com>
4844
4845 * aarch64-tdep.c: Remove xml self tests.
4846 * amd64-linux-tdep.c: Likewise.
4847 * amd64-tdep.c: Likewise.
4848 * i386-linux-tdep.c: Likewise.
4849 * i386-tdep.c: Likewise.
4850
5f4ba3e7
PA
48512019-07-03 Pedro Alves <palves@redhat.com>
4852
4853 PR cli/24732
4854 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
4855 (pipe_cmd_option_defs): New.
4856 (make_pipe_cmd_options_def_group): New.
4857 (pipe_command): Use gdb::option::process_options.
4858 (pipe_command_completer): New function.
4859 (_initialize_cli_cmds): Install completer for "pipe" command.
4860
3d9be6f5
PA
48612019-07-03 Pedro Alves <palves@redhat.com>
4862
4863 * cli/cli-option.c (union option_value) <string>: New field.
4864 (struct option_def_and_value): Add ctor, move ctor, dtor and
4865 use DISABLE_COPY_AND_ASSIGN.
4866 (option_def_and_value::clear_value): New.
4867 (parse_option, save_option_value_in_ctx, get_val_type_str)
4868 (add_setshow_cmds_for_options): Handle var_string.
4869 * cli-option.h (union option_def::var_address) <string>: New
4870 field.
4871 (struct string_option_def): New.
4872 * maint-test-options.c (struct test_options_opts): Add default
4873 ctor and use DISABLE_COPY_AND_ASSIGN.
4874 <string_opt>: New field.
4875 (test_options_opts::~test_options_opts): New.
4876 (test_options_opts::dump): Also dump "-string".
4877 (test_options_option_defs): Install "string.
4878
41fc454c
PA
48792019-07-03 Pedro Alves <palves@redhat.com>
4880
4881 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
4882 option_value with a null enumeration.
4883 (complete_options): Save the option values in the context.
4884 (save_option_value_in_ctx): New, factored out from ...
4885 (process_options): ... here.
4886 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
4887 of the function.
4888 * maint-test-options.c (test_options_opts::dump): New, factored
4889 out from ...
4890 (maintenance_test_options_command_mode): ... here.
4891 (maintenance_test_options_command_completion_result): Delete.
4892 (maintenance_test_options_command_completion_text): Update
4893 comment.
4894 (maintenance_show_test_options_completion_result): Change
4895 prototype. Just print
4896 maintenance_test_options_command_completion_text.
4897 (save_completion_result): New.
4898 (maintenance_test_options_completer_mode): Pass options context to
4899 complete_options, and then save a dump.
4900 (_initialize_maint_test_options): Use add_cmd to install "maint
4901 show test-options-completion-result".
4902
fdbc9870
PA
49032019-07-03 Pedro Alves <palves@redhat.com>
4904
4905 * NEWS (New commands): Mention "with" and "maint with".
4906 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
4907 (with_command, with_command_completer): New.
4908 (pipe_command): Adjust to new repeat_previous
4909 interface.
4910 (_initialize_cli_cmds): Install the "with" command and its "w"
4911 alias.
4912 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
4913 declarations.
4914 * cli/cli-setshow.c (parse_cli_var_uinteger)
4915 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
4916 argument strings for all var_types.
4917 (get_setshow_command_value_string): New, factored out from ...
4918 (do_show_command): ... this.
4919 * cli/cli-setshow.h: Include <string>.
4920 (get_setshow_command_value_string): Declare.
4921 * command.h (repeat_previous): Now returns const char *. Adjust
4922 comment.
4923 * maint.c: Include "cli/cli-cmds.h".
4924 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
4925 (_initialize_maint_cmds): Register the "maintenance with" command.
4926 * top.c (repeat_previous): Move bits from pipe_command here:
4927 Return the saved command line, if any; error out if there's no
4928 command to relaunch.
4929
c6ac8931
PA
49302019-07-03 Pedro Alves <palves@redhat.com>
4931
4932 * NEWS (New commands): Mention "maint set/show test-settings"
4933 instead of "maint test-settings".
4934 * maint-test-settings.c (maintenance_test_settings_list): Delete.
4935 (maintenance_test_settings_set_list): Rename to ...
4936 (maintenance_set_test_settings_list): ... this.
4937 (maintenance_test_settings_show_list): Rename to ...
4938 (maintenance_show_test_settings_list): ... this.
4939 (maintenance_test_settings_cmd): Delete.
4940 (maintenance_test_settings_set_cmd): ...
4941 (maintenance_set_test_settings_cmd): ... this.
4942 (maintenance_test_settings_show_cmd): ...
4943 (maintenance_show_test_settings_cmd): ... this.
4944 (maintenance_test_settings_show_value_cmd):
4945 (maintenance_show_test_settings_value_cmd): ... this.
4946 (_initialize_maint_test_settings): No longer install the "maint
4947 test-settings" prefix command. Rename "maint test-settings set"
4948 to "maint set test-settings", and "maint test-settings show" to
4949 "maint show test-settings". Adjust all subcommands.
4950
d1fcf2fd
PA
49512019-07-03 Pedro Alves <palves@redhat.com>
4952
4953 * maint-test-settings.c: Fix file's intro comment. Replace all
4954 references to "test-options" with references to "test-settings",
4955 in comments.
4956
970f9d09
PA
49572019-07-03 Pedro Alves <palves@redhat.com>
4958
4959 * maint-test-settings.c (maintenance_test_settings_xxx)
4960 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
4961 New.
4962 (maintenance_test_settings_enums): Use them.
4963 (maintenance_test_settings_enum): Default to
4964 maintenance_test_settings_xxx.
4965 (_initialize_maint_test_settings): Initialize
4966 MAINTENANCE_TEST_SETTINGS_FILENAME.
4967
f3869b1a
SM
49682019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4969
4970 * breakpoint.h (remove_breakpoints_inf): Change return type to
4971 void, move function documentation here.
4972 * breakpoint.c (remove_breakpoints_inf): Change return type to
4973 void, move function documentation to header.
4974
54d66006
PA
49752019-07-02 Pedro Alves <palves@redhat.com>
4976
4977 * NEWS (Completion improvements): Mention "info threads".
4978 * thread.c (struct info_threads_opts, info_threads_option_defs)
4979 (make_info_threads_options_def_group): New.
4980 (info_threads_command): Use gdb::option::process_options.
4981 (info_threads_command_completer): New.
4982 (_initialize_thread): Use gdb::option::build_help to build the
4983 help text for "info threads".
4984
854f6088
SM
49852019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
4986
4987 * defs.h (generic_load): Move from here...
4988 * symfile.h (generic_load): ... to here. Rename name parameter
4989 to args.
4990 * symfile.c (generic_load): Add comment.
4991
54ee4252
TT
49922019-07-01 Tom Tromey <tromey@adacore.com>
4993
4994 * dwarf2read.c
4995 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
4996 declaration of without_params. Fix formatting.
4997
65392b3e
TT
49982019-07-01 Tom Tromey <tromey@adacore.com>
4999
5000 * ada-exp.y (find_primitive_type): Update.
5001 * ada-lang.h (ada_lookup_symbol): Update.
5002 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
5003 parameter.
5004 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
5005
7d7571f0
SDJ
50062019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5007
5008 PR breakpoints/24541
5009 * gdbarch.c: Regenerate.
5010 * gdbarch.h: Regenerate.
5011 * gdbarch.sh: Add 'stap_adjust_register'.
5012 * i386-tdep.c: Include '<unordered_set>'.
5013 (i386_stap_adjust_register): New function.
5014 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
5015 * stap-probe.c (stap_parse_register_operand): Call
5016 'gdbarch_stap_adjust_register'.
5017
5af5392a
SDJ
50182019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
5019
5020 PR python/24742
5021 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
5022 * python/python.c (do_start_initialization): Use 'xmalloc'
5023 instead of 'PyMem_Malloc'.
5024
10d06d82
TT
50252019-06-28 Tom Tromey <tromey@adacore.com>
5026
5027 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
5028 for Ada.
5029
1b7f24cd
TT
50302019-06-27 Tom Tromey <tromey@adacore.com>
5031
5032 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
5033 objfile_key.
5034 (arm_find_mapping_symbol, arm_record_special_symbol)
5035 (_initialize_arm_tdep): Update.
5036 (arm_objfile_data_free): Remove.
5037
3d507ff2
TT
50382019-06-27 Tom Tromey <tromey@adacore.com>
5039
5040 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
5041 to cp_print_static_field.
5042
762c164d
TT
50432019-06-26 Tom Tromey <tromey@adacore.com>
5044
5045 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
5046 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
5047 declare.
5048
aa2f9bcf
AH
50492019-06-26 Alan Hayward <alan.hayward@arm.com>
5050
5051 * features/aarch64-core.c (create_feature_aarch64_core):
5052 Regenerate.
5053 * features/aarch64-core.xml: Add cpsr flags.
5054
3426ae57
AH
50552019-06-26 Alan Hayward <alan.hayward@arm.com>
5056
5057 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
5058 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
5059
4838e44c
SM
50602019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5061
5062 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
5063 field.
5064 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
5065 use.
5066 (arm_record_special_symbol): Don't insert new symbol in sorted
5067 position, push it at the end.
5068
54cc7474
SM
50692019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
5070
5071 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
5072 (arm_mapping_symbol_s): Remove.
5073 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
5074 (arm_mapping_symbol_vec): New typedef.
5075 (struct arm_per_objfile): Add constructor.
5076 <section_maps>: Change type to
5077 std::unique_ptr<arm_mapping_symbol_vec[]>.
5078 (arm_compare_mapping_symbols): Remove.
5079 (arm_find_mapping_symbol): Adjust to section_maps type change.
5080 (arm_objfile_data_free): Call delete on arm_per_objfile.
5081 (arm_record_special_symbol): Adjust to section_maps type change.
5082 Allocate arm_per_objfile with new.
5083
b65b566c
PW
50842019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5085
5086 * cli/cli-cmds.c (alias_command): Compare the alias prefix
5087 with the command prefix.
5088
c2fc64f5
TT
50892019-06-25 Tom Tromey <tom@tromey.com>
5090
5091 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
5092 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
5093
fb54fa76
TT
50942019-06-25 Tom Tromey <tom@tromey.com>
5095
5096 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
5097 type.
5098 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
5099 protected.
5100
f7952c57
TT
51012019-06-25 Tom Tromey <tom@tromey.com>
5102
5103 * tui/tui-winsource.c
5104 (tui_source_window_base::set_is_exec_point_at): Add check against
5105 LOA_ADDRESS.
5106
17568d78
TT
51072019-06-25 Tom Tromey <tom@tromey.com>
5108
5109 * tui/tui-source.c (tui_set_source_content): Don't check before
5110 xfree.
5111 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
5112
53e7cdba
TT
51132019-06-25 Tom Tromey <tom@tromey.com>
5114
5115 * tui/tui-winsource.h (tui_update_source_window_as_is)
5116 (tui_alloc_source_buffer, tui_line_is_displayed)
5117 (tui_addr_is_displayed): Change type of win_info.
5118 * tui/tui-winsource.c (tui_update_source_window_as_is)
5119 (tui_clear_source_content, tui_show_source_line)
5120 (tui_show_source_content, tui_source_window_base::refill)
5121 (tui_source_window_base::set_is_exec_point_at)
5122 (tui_source_window_base::set_is_exec_point_at)
5123 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
5124 (tui_alloc_source_buffer, tui_line_is_displayed)
5125 (tui_addr_is_displayed): Change type of win_info. Update.
5126 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5127 (tui_source_window_base::do_make_visible_with_new_height):
5128 Update.
5129 * tui/tui-source.c (tui_set_source_content)
5130 (tui_set_source_content_nil)
5131 (tui_source_window::do_scroll_vertical): Update.
5132 * tui/tui-layout.c (show_layout): Update.
5133 * tui/tui-disasm.c (tui_set_disassem_content)
5134 (tui_disasm_window::do_scroll_vertical): Update.
5135 * tui/tui-data.h (tui_win_content): Remove.
5136 (struct tui_gen_win_info) <content, content_size>: Remove.
5137 (struct tui_source_element): Add initializers and destructor.
5138 (union tui_which_element, struct tui_win_element): Remove.
5139 (struct tui_source_window_base) <content>: New field.
5140 (struct tui_data_window): Remove destructor.
5141 (tui_alloc_content, tui_free_win_content)
5142 (tui_free_all_source_wins_content): Don't declare.
5143 * tui/tui-data.c (tui_initialize_static_data): Update.
5144 (init_content_element, tui_alloc_content): Remove.
5145 (~tui_gen_win_info): Update.
5146 (~tui_data_window, tui_free_all_source_wins_content)
5147 (tui_free_win_content, free_content, free_content_elements):
5148 Remove.
5149
7908abbf
TT
51502019-06-25 Tom Tromey <tom@tromey.com>
5151
5152 * tui/tui-winsource.h (tui_clear_source_content)
5153 (tui_erase_source_content, tui_show_source_content): Change type
5154 of win_info.
5155 * tui/tui-winsource.c (tui_clear_source_content)
5156 (tui_erase_source_content, tui_show_source_content): Change type
5157 of win_info.
5158 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
5159 * tui/tui-source.h (tui_set_source_content_nil): Change type of
5160 win_info.
5161 * tui/tui-source.c (tui_set_source_content_nil): Change type of
5162 win_info.
5163 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
5164
02c28df0
TT
51652019-06-25 Tom Tromey <tom@tromey.com>
5166
5167 * tui/tui-winsource.c (tui_clear_source_content)
5168 (tui_source_window_base::set_is_exec_point_at): Update.
5169 * tui/tui-source.c (tui_set_source_content_nil): Update.
5170 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
5171 a bool.
5172 * tui/tui-data.c (init_content_element): Update.
5173
6658b1bf
TT
51742019-06-25 Tom Tromey <tom@tromey.com>
5175
5176 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
5177 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
5178 * tui/tui-layout.c (init_and_make_win): Update.
5179 * tui/tui.h (enum tui_win_type): Update.
5180 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
5181 tui_win_is_auxillary.
5182 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
5183 tui_win_is_auxillary.
5184
21e1c91e
TT
51852019-06-25 Tom Tromey <tom@tromey.com>
5186
5187 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
5188 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
5189 (tui_delete_data_content_windows, tui_display_all_data)
5190 (tui_data_window::do_scroll_vertical, tui_display_data_from):
5191 Update.
5192 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
5193 * tui/tui-regs.c (tui_last_regs_line_no)
5194 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5195 (tui_show_registers): Update.
5196 (tui_show_register_group): Return void. Update.
5197 (tui_display_registers_from, tui_display_reg_element_at_line)
5198 (tui_display_registers_from_line, tui_check_register_values):
5199 Update.
5200 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
5201 member.
5202 (struct tui_data_window) <regs_content>: Now a std::vector.
5203 <regs_content_count>: Remove.
5204 (tui_add_content_elements, tui_free_data_content): Don't declare.
5205 * tui/tui-data.c (tui_data_window::clear_detail): Update.
5206 (init_content_element): Remove DATA_WIN case. Add assert.
5207 (tui_add_content_elements): Remove.
5208 (tui_data_window): Update.
5209 (tui_free_data_content): Remove.
5210 (free_content_elements): Remove DATA_WIN case.
5211
115ac53b
TT
52122019-06-25 Tom Tromey <tom@tromey.com>
5213
5214 * tui/tui-data.c (tui_data_item_window): Update.
5215 * tui/tui-windata.h (tui_check_data_values): Don't declare.
5216 * tui/tui-windata.c (tui_display_all_data)
5217 (tui_display_data_from_line): Update.
5218 (tui_check_data_values): Remove.
5219 * tui/tui-regs.c (tui_show_register_group)
5220 (tui_display_reg_element_at_line): Update.
5221 * tui/tui-hooks.c (tui_register_changed)
5222 (tui_refresh_frame_and_register_information): Call
5223 tui_check_register_values.
5224 * tui/tui-data.h (struct tui_data_window) <data_content,
5225 data_content_count, data_type>: Remove.
5226 (enum tui_data_type): Remove.
5227
5228 * tui/tui-data.c (tui_data_window::clear_detail)
5229 (~tui_data_window): Update.
5230
eaf9738b
TT
52312019-06-25 Tom Tromey <tom@tromey.com>
5232
5233 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
5234 declare.
5235 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
5236 Rename from tui_first_data_item_displayed. Update.
5237 (tui_data_window::refresh_all)
5238 (tui_data_window::do_scroll_vertical): Update.
5239 * tui/tui-data.h (struct tui_data_window)
5240 <first_data_item_displayed>: Declare new method.
5241
31ca4723
TT
52422019-06-25 Tom Tromey <tom@tromey.com>
5243
5244 * tui/tui-data.h (tui_init_generic_part): Don't declare.
5245 * tui/tui-data.c (tui_init_generic_part): Remove, moving
5246 contents...
5247 (tui_initialize_static_data): ...here.
5248
41bcff7f
TT
52492019-06-25 Tom Tromey <tom@tromey.com>
5250
5251 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5252 (tui_display_registers_from, tui_check_register_values): Update.
5253 (tui_display_register): Remove win_info parameter; update.
5254 (tui_get_register): Change type of parameters.
5255 * tui/tui-data.h (struct tui_data_element): Remove.
5256 (union tui_which_element) <data>: Remove.
5257 <data_window>: Change type.
5258 (struct tui_data_item_window): New.
5259 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
5260 case. Add assert.
5261 (~tui_data_item_window): New destructor.
5262 (free_content_elements): Remove DATA_ITEM_WIN case.
5263
d2802c33
TT
52642019-06-25 Tom Tromey <tom@tromey.com>
5265
5266 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
5267 Remove.
5268
dd835f8b
TT
52692019-06-25 Tom Tromey <tom@tromey.com>
5270
5271 * tui/tui-data.h (struct tui_command_element): Remove.
5272 (union tui_which_element) <command>: Remove.
5273 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
5274 assert.
5275 (free_content_elements): Remove CMD_WIN case.
5276
bd7db367
TT
52772019-06-25 Tom Tromey <tom@tromey.com>
5278
5279 * tui/tui-layout.c (tui_set_layout): Update.
5280 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
5281 * tui/tui-data.c (layout_def): Update.
5282
3add462f
TT
52832019-06-25 Tom Tromey <tom@tromey.com>
5284
5285 * tui/tui-wingeneral.c (tui_refresh_all): Update.
5286 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5287 (tui_source_window_base::set_new_height): Update.
5288 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
5289 Update.
5290 (tui_set_locator_fullname, tui_set_locator_info)
5291 (tui_show_frame_info): Update.
5292 * tui/tui-source.c (tui_set_source_content)
5293 (tui_source_is_displayed): Update.
5294 * tui/tui-layout.c (show_source_disasm_command, show_data)
5295 (show_source_or_disasm_and_command): Update.
5296 * tui/tui-disasm.c (tui_set_disassem_content)
5297 (tui_get_begin_asm_address): Update.
5298 * tui/tui-data.h (struct tui_locator_element): Remove.
5299 (union tui_which_element) <locator>: Remove.
5300 (struct tui_locator_window): New.
5301 (tui_locator_win_info_ptr): Change return type.
5302 * tui/tui-data.c (_locator): Change type.
5303 (tui_locator_win_info_ptr): Change return type.
5304 (init_content_element): Remove LOCATOR_WIN case. Add assert.
5305 (tui_alloc_content): Add assert.
5306
489e9d8b
TT
53072019-06-25 Tom Tromey <tom@tromey.com>
5308
5309 * tui/tui-winsource.c
5310 (tui_exec_info_window::maybe_allocate_content): New method.
5311 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
5312 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
5313 (make_source_or_disasm_window): Add cast.
5314 * tui/tui-data.h (union tui_which_element) <simple_string>:
5315 Remove.
5316 (struct tui_source_info): New.
5317 (struct tui_source_window_base) <execution_info>: Change type.
5318 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
5319 case, and add assert.
5320 (tui_alloc_content): Add assert.
5321
c3fabb7d
TT
53222019-06-25 Tom Tromey <tom@tromey.com>
5323
5324 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
5325 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
5326 * tui/tui-data.c (tui_alloc_win_info): Remove.
5327
bbc228ee
TT
53282019-06-25 Tom Tromey <tom@tromey.com>
5329
5330 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
5331 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
5332 can_highlight.
5333
5fcee43a
TT
53342019-06-25 Tom Tromey <tom@tromey.com>
5335
5336 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
5337 make_visible_with_new_height method.
5338 (tui_win_info::make_visible_with_new_height): New method.
5339 (tui_source_window_base::do_make_visible_with_new_height)
5340 (tui_data_window::do_make_visible_with_new_height)
5341 (tui_cmd_window::do_make_visible_with_new_height): New methods.
5342 (make_visible_with_new_height): Remove.
5343 (tui_resize_all, tui_adjust_win_heights): Use
5344 make_visible_with_new_height method.
5345 * tui/tui-data.h (struct tui_win_info)
5346 <do_make_visible_with_new_height, make_visible_with_new_height>:
5347 New methods.
5348 (struct tui_source_window_base, struct tui_data_window)
5349 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
5350 methods.
5351
d83f1fe6
TT
53522019-06-25 Tom Tromey <tom@tromey.com>
5353
5354 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
5355 method.
5356 (update_tab_width): Call update_tab_width method.
5357 * tui/tui-data.h (struct tui_win_info)
5358 (struct tui_source_window_base) <update_tab_width>: New methods.
5359
17374de4
TT
53602019-06-25 Tom Tromey <tom@tromey.com>
5361
5362 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
5363 parameter.
5364 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
5365 parameter.
5366 (tui_gen_win_info::make_visible): Update.
5367 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
5368 parameter.
5369 * tui/tui-data.h (enum tui_box): New enum.
5370 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
5371
f936bca2
TT
53722019-06-25 Tom Tromey <tom@tromey.com>
5373
5374 * tui/tui-layout.c (make_source_or_disasm_window): Always use
5375 init_and_make_win for EXEC_INFO_WIN.
5376 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
5377 longer inline.
5378 (struct tui_win_info) <~tui_win_info>: Inline.
5379 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5380 Don't declare.
5381 * tui/tui-data.c (source_win, disasm_win): Remove globals.
5382 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5383 Remove.
5384 (tui_initialize_static_data): Update.
5385 (~tui_gen_win_info): Handle more cleanup here.
5386 (~tui_source_window_base): Delete "execution_info".
5387 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
5388
d6ba6a11
TT
53892019-06-25 Tom Tromey <tom@tromey.com>
5390
5391 * tui/tui-layout.c (make_command_window): Don't set
5392 can_highlight.
5393 (show_source_disasm_command): Call the reset method.
5394 (show_data): Don't set can_highlight. Call the reset method.
5395 (tui_gen_win_info::reset): Rename from init_gen_win_info
5396 (init_and_make_win): Simplify. Return tui_gen_win_info.
5397 (show_source_or_disasm_and_command): Call the reset method.
5398 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
5399 (struct tui_cmd_window): Set can_highlight.
5400
48a3bd16
TT
54012019-06-25 Tom Tromey <tom@tromey.com>
5402
5403 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
5404 from make_visible.
5405 (tui_make_visible, tui_make_invisible): Rewrite.
5406 (tui_win_info::make_visible): Remove.
5407 (tui_source_window_base::make_visible): Update.
5408 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
5409 method. Moved from...
5410 (struct tui_win_info) <make_visible>: ...here.
5411
c3bd716f
TT
54122019-06-25 Tom Tromey <tom@tromey.com>
5413
5414 * tui/tui-winsource.c
5415 (tui_source_window_base::do_scroll_horizontal): Remove direction
5416 parameter.
5417 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
5418 direction parameter.
5419 * tui/tui-win.c (tui_win_info::forward_scroll)
5420 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5421 (tui_win_info::right_scroll): Update.
5422 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
5423 direction parameter.
5424 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
5425 direction parameter.
5426 * tui/tui-data.h (enum tui_scroll_direction): Remove.
5427 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
5428 Remove direction parameter.
5429 (struct tui_source_window_base, struct tui_source_window)
5430 (struct tui_disasm_window, struct tui_data_window)
5431 (struct tui_cmd_window): Update.
5432
21c32dca
TT
54332019-06-25 Tom Tromey <tom@tromey.com>
5434
5435 * tui/tui-winsource.h (tui_set_exec_info_content)
5436 (tui_show_exec_info_content, tui_erase_exec_info_content)
5437 (tui_clear_exec_info_content, tui_update_exec_info): Change
5438 argument to tui_source_window_base.
5439 * tui/tui-winsource.c (tui_set_exec_info_content)
5440 (tui_show_exec_info_content, tui_erase_exec_info_content)
5441 (tui_clear_exec_info_content, tui_update_exec_info): Change
5442 argument to tui_source_window_base.
5443
73fbdc65
TT
54442019-06-25 Tom Tromey <tom@tromey.com>
5445
5446 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
5447 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
5448
33325343
TT
54492019-06-25 Tom Tromey <tom@tromey.com>
5450
5451 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
5452 check.
5453
29d2c474
TT
54542019-06-25 Tom Tromey <tom@tromey.com>
5455
5456 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
5457 type to void.
5458 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
5459 type to void.
5460 * tui/tui-source.c (tui_set_source_content): Update.
5461 * tui/tui-disasm.c (tui_set_disassem_content): Update.
5462
152f3f4b
TT
54632019-06-25 Tom Tromey <tom@tromey.com>
5464
5465 * tui/tui-win.c (window_name_completer, tui_set_focus)
5466 (tui_all_windows_info): Use name method.
5467 * tui/tui-data.h (struct tui_gen_win_info)
5468 (struct tui_source_window, struct tui_disasm_window)
5469 (struct tui_data_window, struct tui_cmd_window) <name>: New
5470 method.
5471 (tui_win_name): Don't declare.
5472 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
5473 (tui_win_name): Remove.
5474
be4da588
TT
54752019-06-25 Tom Tromey <tom@tromey.com>
5476
5477 * tui/tui-winsource.h (tui_update_source_window)
5478 (tui_update_source_window_as_is): Change parameter type.
5479 * tui/tui-winsource.c (tui_update_source_window): Change win_info
5480 to be a tui_source_window_base.
5481 (tui_update_source_window_as_is): Likewise.
5482 * tui/tui-win.c (make_visible_with_new_height): Update.
5483
5b81daba
TT
54842019-06-25 Tom Tromey <tom@tromey.com>
5485
5486 * tui/tui-winsource.c (tui_erase_source_content)
5487 (tui_show_source_content, tui_show_exec_info_content)
5488 (tui_erase_exec_info_content): Use refresh_window method.
5489 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
5490 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
5491 from tui_refresh_win.
5492 (tui_data_window::refresh_window): New method.
5493 (tui_win_info::refresh, tui_source_window_base::refresh)
5494 (tui_refresh_all): Use refresh_window method.
5495 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
5496 method.
5497 * tui/tui-regs.c (tui_display_register): Call refresh_window
5498 method.
5499 * tui/tui-layout.c (show_source_disasm_command)
5500 (show_source_or_disasm_and_command): Call refresh_window method.
5501 * tui/tui-data.h (struct tui_gen_win_info)
5502 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
5503 New method.
5504
cb2ce893
TT
55052019-06-25 Tom Tromey <tom@tromey.com>
5506
5507 * tui/tui.c (tui_rl_other_window, tui_enable)
5508 (tui_is_window_visible, tui_get_command_dimension): Update.
5509 * tui/tui-winsource.c (tui_update_source_window_as_is)
5510 (tui_clear_source_content, tui_erase_source_content)
5511 (tui_show_source_line, tui_source_window_base::refill)
5512 (tui_source_window_base::do_scroll_horizontal)
5513 (tui_source_window_base::set_is_exec_point_at)
5514 (tui_update_breakpoint_info, tui_set_exec_info_content)
5515 (tui_alloc_source_buffer, tui_line_is_displayed)
5516 (tui_addr_is_displayed): Update.
5517 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
5518 (tui_check_and_display_highlight_if_needed)
5519 (tui_win_info::make_visible, tui_win_info::refresh)
5520 (tui_refresh_all): Update.
5521 * tui/tui-windata.c (tui_first_data_item_displayed)
5522 (tui_delete_data_content_windows, tui_erase_data_content)
5523 (tui_display_all_data, tui_data_window::refresh_all)
5524 (tui_check_data_values): Update.
5525 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
5526 (tui_set_win_focus_to, tui_win_info::forward_scroll)
5527 (tui_win_info::backward_scroll, tui_refresh_all_win)
5528 (tui_resize_all, tui_set_focus, tui_all_windows_info)
5529 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
5530 (tui_source_window_base::set_new_height)
5531 (tui_data_window::set_new_height)
5532 (make_invisible_and_set_new_height)
5533 (make_visible_with_new_height, new_height_ok)
5534 (parse_scrolling_args): Update.
5535 * tui/tui-stack.c (tui_show_frame_info): Update.
5536 * tui/tui-source.c (tui_set_source_content)
5537 (tui_set_source_content_nil, tui_source_is_displayed)
5538 (tui_source_window::do_scroll_vertical): Update.
5539 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5540 (tui_display_registers_from, tui_display_reg_element_at_line)
5541 (tui_check_register_values, tui_reg_command): Update.
5542 * tui/tui-layout.c (tui_default_win_height)
5543 (show_source_disasm_command, show_data, init_and_make_win)
5544 (show_source_or_disasm_and_command): Update.
5545 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
5546 (tui_redisplay_readline, tui_mld_flush)
5547 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
5548 (tui_getc): Update.
5549 * tui/tui-disasm.c (tui_set_disassem_content)
5550 (tui_disasm_window::do_scroll_vertical): Update.
5551 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
5552 Now virtual.
5553 (struct tui_win_info): Derive from tui_gen_win_info.
5554 <~tui_win_info>: Mark as override.
5555 <generic>: Remove member.
5556 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
5557 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
5558 (~tui_data_window, ~tui_win_info)
5559 (tui_free_all_source_wins_content): Update.
5560 * tui/tui-command.c (tui_refresh_cmd_win): Update.
5561
ab313b35
TT
55622019-06-25 Tom Tromey <tom@tromey.com>
5563
5564 * tui/tui-layout.c (init_and_make_win): Use new.
5565 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
5566 destructor, initializers.
5567 (tui_alloc_generic_win_info): Don't declare.
5568 * tui/tui-data.c (_locator): Add argument to constructor.
5569 (source_win, disasm_win): New globals.
5570 (exec_info): Remove.
5571 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
5572 Update.
5573 (tui_alloc_generic_win_info): Remove.
5574 (init_content_element): Use new.
5575 (tui_win_info::tui_win_info): Update.
5576 (free_content_elements) <case DATA_WIN>: Use delete.
5577
dc2c33e4
TT
55782019-06-25 Tom Tromey <tom@tromey.com>
5579
5580 * tui/tui-wingeneral.c (tui_refresh_win): Update.
5581 * tui/tui-windata.c (tui_first_data_item_displayed)
5582 (tui_delete_data_content_windows): Update.
5583 * tui/tui-win.c (tui_data_window::set_new_height): Update.
5584 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
5585 (tui_display_registers_from, tui_check_register_values): Update.
5586 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
5587 pointer.
5588 * tui/tui-data.c (init_content_element): Update. Allocate the new
5589 window.
5590 (tui_free_data_content): Update.
5591 (free_content_elements) <case DATA_WIN>: Free the window.
5592
214a5cbe
TT
55932019-06-25 Tom Tromey <tom@tromey.com>
5594
5595 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
5596 Update.
5597 * tui/tui-layout.c (make_command_window)
5598 (show_source_disasm_command, show_data, init_and_make_win)
5599 (show_source_or_disasm_and_command): Update.
5600 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
5601 method.
5602 <can_highight, is_highlighted>: Now bool.
5603 (tui_set_win_highlight): Don't declare.
5604 * tui/tui-data.c (tui_set_win_highlight): Remove.
5605
8e2daf15
TT
56062019-06-25 Tom Tromey <tom@tromey.com>
5607
5608 * tui/tui-wingeneral.c (make_visible): Remove check of window
5609 type.
5610
8903bd8a
TT
56112019-06-25 Tom Tromey <tom@tromey.com>
5612
5613 * tui/tui-win.c (tui_win_info::max_height)
5614 (tui_cmd_window::max_height): New methods.
5615 (new_height_ok): Call max_height.
5616 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
5617 <max_height>: New method.
5618
3f02ce1e
TT
56192019-06-25 Tom Tromey <tom@tromey.com>
5620
5621 * tui/tui-win.c (tui_source_window_base::set_new_height)
5622 (tui_data_window::set_new_height): New methods.
5623 (make_invisible_and_set_new_height): Call set_new_height method.
5624 * tui/tui-data.h (struct tui_win_info)
5625 (struct tui_source_window_base, struct tui_data_window)
5626 <set_new_height>: New method.
5627
1825f487
TT
56282019-06-25 Tom Tromey <tom@tromey.com>
5629
5630 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
5631 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
5632 tui_refresh_data_win.
5633 * tui/tui-win.c (tui_source_window_base::refresh_all): New
5634 method.
5635 (tui_refresh_all_win): Call the refresh_all method.
5636 (tui_set_focus): Likewise.
5637 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
5638 (struct tui_source_window_base, struct tui_data_window) <refresh>:
5639 Likewise.
5640
ad54d15b
TT
56412019-06-25 Tom Tromey <tom@tromey.com>
5642
5643 * tui/tui-winsource.h (tui_refill_source_window)
5644 (tui_set_is_exec_point_at): Don't declare.
5645 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
5646 (tui_source_window_base::refill): Rename from
5647 tui_refill_source_window.
5648 (tui_source_window_base::do_scroll_horizontal): Update.
5649 (tui_source_window_base::set_is_exec_point_at): Rename from
5650 tui_set_is_exec_point_at.
5651 (tui_update_all_breakpoint_info): Update.
5652 * tui/tui-stack.c (tui_show_frame_info): Update.
5653 * tui/tui-layout.c (show_data): Add cast.
5654 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
5655 * tui/tui-data.h (struct tui_source_window_base) <refill,
5656 set_is_exec_point_at>: New methods.
5657 (tui_source_windows, tui_add_to_source_windows): Update types.
5658 (tui_add_to_source_windows): Remove redundant declaration.
5659 * tui/tui-data.c (source_windows): Store tui_source_window_base.
5660 (tui_source_windows): Change return type.
5661 (tui_clear_source_windows_detail): Update.
5662 (tui_add_to_source_windows): Change type of parameter.
5663 (tui_free_all_source_wins_content): Update.
5664
2042b506
TT
56652019-06-25 Tom Tromey <tom@tromey.com>
5666
5667 * tui/tui-wingeneral.c (tui_win_info::refresh)
5668 (tui_source_window_base::refresh): New methods.
5669 (tui_refresh_all): Call the refresh method.
5670 * tui/tui-data.h (struct tui_win_info)
5671 (struct tui_source_window_base) <refresh>: New method.
5672
56122977
TT
56732019-06-25 Tom Tromey <tom@tromey.com>
5674
5675 * tui/tui.h (tui_is_window_visible): Return bool.
5676 * tui/tui.c (tui_is_window_visible): Return bool.
5677 * tui/tui-wingeneral.c (tui_make_window, make_visible)
5678 (tui_make_visible, tui_make_invisible)
5679 (tui_win_info::make_visible)
5680 (tui_source_window_base::make_visible, make_all_visible)
5681 (tui_make_all_visible, tui_make_all_invisible): Update.
5682 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
5683 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
5684 bool.
5685 (struct tui_win_info, struct tui_source_window_base)
5686 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
5687 * tui/tui-data.c (tui_init_generic_part): Update.
5688
cda37efb
TT
56892019-06-25 Tom Tromey <tom@tromey.com>
5690
5691 * tui/tui-wingeneral.c (tui_win_info::make_visible)
5692 (tui_source_window_base::make_visible): New methods.
5693 (make_all_visible): Make method call.
5694 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
5695 (struct tui_source_window_base, struct tui_cmd_window): Override
5696 make_visible.
5697 (tui_win_is_source_type): Don't declare.
5698 * tui/tui-data.c (tui_win_is_source_type): Remove.
5699
6a0ee02c
TT
57002019-06-25 Tom Tromey <tom@tromey.com>
5701
5702 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
5703 NULL check.
5704
63901aec
TT
57052019-06-25 Tom Tromey <tom@tromey.com>
5706
5707 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
5708 Inline constructor. Add initializers for members.
5709 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
5710 constructors; now inline in class.
5711
ceb13a13
TT
57122019-06-25 Tom Tromey <tom@tromey.com>
5713
5714 * tui/tui-regs.c (tui_show_registers): Update.
5715 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
5716 bool.
5717 * tui/tui-data.c (tui_data_window::clear_detail)
5718 (tui_data_window): Update.
5719
238eb706
TT
57202019-06-25 Tom Tromey <tom@tromey.com>
5721
5722 * tui/tui-windata.c (tui_display_all_data)
5723 (tui_display_data_from_line, tui_display_data_from)
5724 (tui_check_data_values, tui_data_window::do_scroll_vertical):
5725 Update.
5726 * tui/tui-regs.c (tui_last_regs_line_no)
5727 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
5728 (tui_show_registers, tui_show_register_group)
5729 (tui_display_registers_from, tui_display_reg_element_at_line)
5730 (tui_display_registers_from_line, tui_check_register_values)
5731 (tui_reg_next, tui_reg_prev): Update.
5732 * tui/tui-layout.c (tui_set_layout, show_data): Update.
5733 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
5734 tui_data_window.
5735 (struct tui_win_info) <detail>: Remove. Add new fields from
5736 tui_data_info.
5737 (TUI_DATA_WIN): Add cast.
5738 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
5739 (~tui_data_window): Simplify.
5740
81491aa0
TT
57412019-06-25 Tom Tromey <tom@tromey.com>
5742
5743 * tui/tui-layout.c (show_source_disasm_command)
5744 (show_source_or_disasm_and_command): Update.
5745 * tui/tui-io.c (update_cmdwin_start_line)
5746 (tui_redisplay_readline): Update.
5747 * tui/tui-data.h (struct tui_command_info): Remove.
5748 (struct tui_win_info) <detail>: Remove command_info member.
5749 (struct tui_data_window) <start_line>: New member, from
5750 tui_command_info.
5751 (TUI_CMD_WIN): Add casts.
5752
e6e41501
TT
57532019-06-25 Tom Tromey <tom@tromey.com>
5754
5755 * tui/tui-winsource.c (tui_update_source_window)
5756 (tui_refill_source_window)
5757 (tui_source_window_base::do_scroll_horizontal)
5758 (tui_update_breakpoint_info, tui_set_exec_info_content)
5759 (tui_show_exec_info_content, tui_erase_exec_info_content)
5760 (tui_clear_exec_info_content): Update.
5761 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
5762 Update.
5763 * tui/tui-win.c (make_invisible_and_set_new_height)
5764 (make_visible_with_new_height): Update.
5765 * tui/tui-source.c (tui_set_source_content)
5766 (tui_show_symtab_source): Update.
5767 * tui/tui-layout.c (extract_display_start_addr)
5768 (show_source_disasm_command, show_data)
5769 (make_source_or_disasm_window)
5770 (show_source_or_disasm_and_command): Update.
5771 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
5772 (tui_disasm_window::do_scroll_vertical): Remove shadowing
5773 "gdbarch".
5774 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
5775 to tui_source_window_base.
5776 (struct tui_win_info) <detail>: Remove source_info member.
5777 (struct tui_source_window_base) <has_locator>: Inline.
5778 Move contents from tui_source_info; rename has_locator member to
5779 m_has_locator.
5780 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
5781 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
5782 header file.
5783 (tui_source_window_base::clear_detail, ~tui_source_window_base):
5784 Simplify.
5785 (tui_free_all_source_wins_content): Cast to
5786 tui_source_window_base.
5787
44f0e208
TT
57882019-06-25 Tom Tromey <tom@tromey.com>
5789
5790 * tui/tui-win.c (make_invisible_and_set_new_height)
5791 (make_visible_with_new_height): Call has_locator method.
5792 * tui/tui-layout.c (show_source_disasm_command, show_data)
5793 (show_source_or_disasm_and_command): Update for bool change.
5794 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
5795 (tui_win_info) <has_locator>: New method.
5796 (struct tui_source_window_base) <has_locator>: New method.
5797 (tui_win_has_locator): Don't declare.
5798 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
5799 from tui_win_has_locator.
5800 (tui_source_window_base): Use false, not FALSE.
5801
7778b912
TT
58022019-06-25 Tom Tromey <tom@tromey.com>
5803
5804 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
5805 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
5806 clear_detail method directly.
5807 (tui_clear_win_detail): Remove.
5808
f83d391c
TT
58092019-06-25 Tom Tromey <tom@tromey.com>
5810
5811 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
5812 "this", not TUI_DISASM_WIN.
5813
13446e05
TT
58142019-06-25 Tom Tromey <tom@tromey.com>
5815
5816 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
5817 declare.
5818 * tui/tui-winsource.c
5819 (tui_source_window_base::do_scroll_horizontal): Rename from
5820 tui_horizontal_source_scroll.
5821 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
5822 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
5823 from tui_vertical_data_scroll.
5824 * tui/tui-win.h (tui_scroll): Don't declare.
5825 * tui/tui-win.c (tui_win_info::forward_scroll)
5826 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
5827 (tui_win_info::right_scroll): Rename and update.
5828 (tui_scroll_forward_command, tui_scroll_backward_command)
5829 (tui_scroll_left_command, tui_scroll_right_command): Update.
5830 (tui_scroll): Remove.
5831 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
5832 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
5833 from tui_vertical_source_scroll.
5834 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
5835 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
5836 from tui_vertical_disassem_scroll.
5837 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
5838 do_scroll_horizontal>: New methods.
5839 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
5840 Likewise.
5841 (struct tui_source_window_base): Add do_scroll_horizontal.
5842 (struct tui_source_window, struct tui_disasm_window): Add
5843 do_scroll_vertical.
5844 (struct tui_data_window, struct tui_cmd_window): Add
5845 do_scroll_horizontal and do_scroll_vertical.
5846 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
5847
5cf82909
TT
58482019-06-25 Tom Tromey <tom@tromey.com>
5849
5850 * tui/tui-data.h (struct tui_source_window_base): New struct.
5851 (struct tui_source_window): Derive from tui_source_window_base.
5852 (struct tui_disasm_window): New struct.
5853 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
5854 from tui_source_window::clear_detail.
5855 (tui_source_window_base): Rename from tui_source_window.
5856 (~tui_source_window_base): Rename from ~tui_source_window.
5857 (tui_alloc_win_info): Create a tui_disasm_window.
5858
ee1d42d6
TT
58592019-06-25 Tom Tromey <tom@tromey.com>
5860
5861 * tui/tui-data.h (struct tui_source_window)
5862 (struct tui_data_window): Declare destructors.
5863 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
5864 destructors.
5865 (tui_win_info): Simplify.
5866
b4eb2452
TT
58672019-06-25 Tom Tromey <tom@tromey.com>
5868
5869 * tui/tui-winsource.c (tui_display_main)
5870 (tui_update_source_windows_with_addr)
5871 (tui_update_all_breakpoint_info): Update.
5872 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
5873 (new_height_ok, parse_scrolling_args): Update.
5874 * tui/tui-stack.c (tui_show_frame_info): Update.
5875 * tui/tui-data.h (struct tui_list): Remove.
5876 (tui_source_windows): Return a reference to a std::vector.
5877 * tui/tui-data.c (source_windows): Now a std::vector.
5878 (tui_source_windows): Change return type.
5879 (tui_clear_source_windows): Rewrite.
5880 (tui_clear_source_windows_detail, tui_add_to_source_windows)
5881 (tui_free_all_source_wins_content): Rewrite.
5882
8761a91b
TT
58832019-06-25 Tom Tromey <tom@tromey.com>
5884
5885 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
5886 (struct tui_data_window, struct tui_cmd_window): Declare
5887 clear_detail method.
5888 * tui/tui-data.c (tui_source_window::clear_detail)
5889 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
5890 methods.
5891 (tui_clear_win_detail): Simplify.
5892
0ed69eda
TT
58932019-06-25 Tom Tromey <tom@tromey.com>
5894
5895 * tui/tui-layout.c (make_source_window, make_disasm_window)
5896 (make_source_or_disasm_window): Remove win_info_ptr parameter.
5897 Return the new window.
5898 (show_source_disasm_command, show_data)
5899 (show_source_or_disasm_and_command): Update.
5900
82432e10
TT
59012019-06-25 Tom Tromey <tom@tromey.com>
5902
5903 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
5904 parameter. Return the new window.
5905 (show_source_disasm_command): Update and remove NULL check.
5906 (show_source_or_disasm_and_command): Update.
5907
ec328aa5
TT
59082019-06-25 Tom Tromey <tom@tromey.com>
5909
5910 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
5911
33b906ab
TT
59122019-06-25 Tom Tromey <tom@tromey.com>
5913
5914 * tui/tui-data.h (struct tui_win_info): Make constructor
5915 protected. Make destructor virtual. Add initializers.
5916 (tui_source_window, tui_data_window, tui_cmd_window): New
5917 classes.
5918 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
5919 constructor. Add "type" parameter.
5920 (tui_source_window, tui_data_window, tui_cmd_window): New
5921 constructors.
5922 (tui_alloc_win_info): Instantiate the appropriate subclass.
5923
e7e11af4
TT
59242019-06-25 Tom Tromey <tom@tromey.com>
5925
5926 * tui/tui-win.c (tui_resize_all): Use delete.
5927 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
5928 destructor.
5929 (tui_free_window): Don't declare.
5930 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
5931 Update.
5932
6792b55e
TT
59332019-06-25 Tom Tromey <tom@tromey.com>
5934
5935 * tui/tui-data.h (struct tui_win_info): Add constructor.
5936 * tui/tui-data.c (tui_alloc_win_info): Use new.
5937 (tui_free_window): Use delete.
5938
f95675e1
TT
59392019-06-22 Tom Tromey <tom@tromey.com>
5940
5941 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
5942 declare.
5943 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
5944
5bff081c
TT
59452019-06-22 Tom Tromey <tom@tromey.com>
5946
5947 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
5948 declare.
5949 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
5950
47e3f474
TV
59512019-06-22 Tom de Vries <tdevries@suse.de>
5952
5953 * dwarf2read.c (create_addrmap_from_aranges)
5954 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
5955 instead of '%zu'.
5956
fd5866f6
SM
59572019-06-21 Simon Marchi <simon.marchi@efficios.com>
5958
5959 * dwarf2read.h (dwarf2_section_info_def): Remove.
5960 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
5961 * dwarf2read.c (struct dwo_sections) <types>: Change type to
5962 std::vector<dwarf2_section_info>.
5963 (struct dwo_file) <~dwo_file>: Remove.
5964 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
5965 types field.
5966 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
5967 (dwarf2_read_debug_names): Likewise.
5968 (create_debug_types_hash_table): Change parameter type to
5969 array_view, adjust code accordingly.
5970 (dwarf2_locate_dwo_sections): Adjust to std::vector.
5971 (partial_die_info::fixup): Likewise.
5972 (determine_prefix): Likewise.
5973 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
5974
fb1eb2f9
SM
59752019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5976
5977 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
5978 gdb_bfd_ref_ptr.
5979 <~dwo_file>: Remove call to gdb_bfd_unref.
5980 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
5981 gdb_bfd_ref_ptr::get.
5982
51ac9db5
SM
59832019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
5984
5985 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
5986 type to htab_up.
5987 * dwarf2read.c (struct dwo_file): Initialize fields.
5988 <~dwo_file>: New.
5989 (free_dwo_file): Remove, move content to ~dwo_file.
5990 (struct dwo_file_deleter): Remove.
5991 (dwo_file_up>: Remove custom deleter.
5992 (free_dwo_files): Remove.
5993 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
5994 dwo_files.
5995 (process_skeletonless_type_units): Call unique_ptr::get.
5996 (allocate_dwo_file_hash_table): Add deleter to created hash
5997 table. Change return type to htab_up.
5998 (lookup_dwo_file_slot): Don't memset dwo_file, call
5999 unique_ptr::get.
6000 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
6001 (create_dwo_unit_in_dwp_v2): Likewise.
6002 (open_and_init_dwo_file): Likewise.
6003 (free_dwo_file_from_slot): Remove.
6004
dc4ccb6f
SM
60052019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
6006
6007 * dwarf2read.h (struct dwarf2_section_info) <readin,
6008 is_virtual>: Change type to bool.
6009 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
6010 true instead of 1.
6011
e6a1c5cb
TT
60122019-06-19 Tom Tromey <tom@tromey.com>
6013
6014 * tui/tui-data.h (tui_init_content_element): Don't declare.
6015
6f6ffbeb
TT
60162019-06-19 Tom Tromey <tom@tromey.com>
6017
6018 * tui/tui-data.h (tui_init_win_info): Don't declare.
6019
f23f598e
TV
60202019-06-19 Tom de Vries <tdevries@suse.de>
6021
6022 * dwarf2read.h (abstract_to_concrete): Change type to
6023 std::unordered_map<sect_offset, std::vector<sect_offset>,
6024 gdb::hash_enum<sect_offset>>.
6025
680e1bee
TT
60262019-06-19 Tom Tromey <tromey@adacore.com>
6027
6028 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
6029 EVAL_AVOID_SIDE_EFFECTS specially.
6030
dcf37923
TT
60312019-06-19 Tom Tromey <tromey@adacore.com>
6032
6033 * source-cache.c (highlighter): New global.
6034 (source_cache::get_source_lines): Create a highlighter on demand.
6035
494986d5
AB
60362019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
6037
6038 * defs.h (deprecated_interactive_hook): Delete declaration.
6039 * interps.c (clear_interpreter_hooks): Remove use of
6040 deprecated_interactive_hook.
6041 * top.c (deprecated_interactive_hook): Delete definition.
6042 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
6043
3360b6e7
TV
60442019-06-18 Tom de Vries <tdevries@suse.de>
6045
6046 PR gdb/24515
6047 * dwarf2read.h (abstract_to_concrete): Change type from
6048 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
6049 std::unordered_map<sect_offset, std::vector<sect_offset>>.
6050 * dwarf2read.c (read_variable): Update.
6051 (dwarf2_fetch_die_loc_sect_off): Update.
6052
310b3441
TV
60532019-06-17 Tom de Vries <tdevries@suse.de>
6054
6055 PR gdb/24617
6056 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
6057 accessing parent[parent_len - 1].
6058
ba9777be
PP
60592019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
6060
6061 PR gdb/24364
6062 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
6063 call dtrace_process_dof with NULL dof.
6064
2b9f6e89
TV
60652019-06-16 Tom de Vries <tdevries@suse.de>
6066
6067 PR gdb/24445
6068 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
6069
431b3ead
TT
60702019-06-16 Tom Tromey <tom@tromey.com>
6071
6072 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
6073 (make_all_visible): Use address of member.
6074
d04b44a1
TT
60752019-06-16 Tom Tromey <tom@tromey.com>
6076
6077 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
6078 (tui_free_window, free_content, free_content_elements): Remove
6079 unnecessary cast.
6080 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
6081 cast.
6082 * tui/tui-regs.c (tui_show_register_group)
6083 (tui_display_registers_from, tui_display_reg_element_at_line):
6084 Remove unnecessary cast.
6085
bf5142e7
AB
60862019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6087
6088 * linux-nat.c (normal_mask): Delete.
6089 (_initialize_linux_nat): Don't initialise normal_mask.
6090
c4973306
SM
60912019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
6092
6093 PR gdb/24445
6094 * dwarf-index-write.h (write_psymtabs_to_index): Add
6095 dwz_basename parameter.
6096 * dwarf-index-write.c (write_gdbindex): Move file writing to
6097 write_gdbindex_1. Change return type void.
6098 (assert_file_size): Move up, remove filename parameter.
6099 (write_gdbindex_1): New function.
6100 (write_debug_names): Change return type to void, call
6101 assert_file_size.
6102 (struct index_wip_file): New struct.
6103 (write_psymtabs_to_index): Add dwz_basename parameter. Move
6104 file logic to index_wip_file. Write index for dwz file if
6105 needed.
6106 (save_gdb_index_command): Pass basename of dwz file, if present.
6107 * dwarf-index-cache.c (index_cache::store): Obtain and pass
6108 build-id of dwz file, if present.
6109 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
6110 (dwarf2_get_dwz_file): Likewise.
6111 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
6112 (dwarf2_get_dwz_file): Likewise.
6113
395f9c91
TT
61142019-06-16 Tom Tromey <tom@tromey.com>
6115
6116 * coffread.c (process_coff_symbol): Use xstrdup.
6117 * value.c (create_internalvar): Use xstrdup.
6118
cafb3438
TT
61192019-06-16 Tom Tromey <tom@tromey.com>
6120
6121 * valops.c (value_cast, value_slice): Remove unnecessary cast.
6122 * breakpoint.c (stopin_command, stopat_command)
6123 (until_break_command, decode_location_default): Remove unnecessary
6124 cast.
6125 * utils.c (subset_compare): Remove unnecessary cast.
6126 * ada-lang.c (ada_update_initial_language): Remove unnecessary
6127 cast.
6128 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
6129 cast.
6130 * infcmd.c (path_command): Remove unnecessary cast.
6131 * coffread.c (decode_type): Remove unnecessary cast.
6132 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
6133 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
6134 * tui/tui-stack.c (tui_show_locator_content)
6135 (tui_show_frame_info): Remove unnecessary cast.
6136 * tui/tui-win.c (tui_scroll_forward_command)
6137 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
6138 (parse_scrolling_args): Remove unnecessary cast.
6139 * tui/tui-data.c (init_win_info, tui_del_window)
6140 (tui_free_window, tui_del_data_windows, tui_free_data_content)
6141 (free_content_elements): Remove unnecessary cast.
6142 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
6143 unnecessary cast.
6144 * tui/tui-source.c (tui_set_source_content)
6145 (tui_vertical_source_scroll): Remove unnecessary cast.
6146 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
6147 cast.
6148 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
6149 * tui/tui-regs.c (tui_display_registers_from)
6150 (tui_display_register): Remove unnecessary cast.
6151 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
6152 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
6153 (make_visible): Remove unnecessary cast.
6154 * tui/tui-winsource.c (tui_erase_source_content)
6155 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
6156 unnecessary cast.
6157 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
6158 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
6159 * stabsread.c (read_type, read_array_type, read_range_type):
6160 Remove unnecessary cast.
6161 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
6162 (parse_symbol, parse_type, upgrade_type, parse_external)
6163 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
6164 unnecessary cast.
6165 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
6166
730ead81
TT
61672019-06-16 Tom Tromey <tom@tromey.com>
6168
6169 * tui/tui-data.c (tui_alloc_generic_win_info)
6170 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
6171 checks.
6172
584a927c
AB
61732019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
6174 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * f-typeprint.c (f_print_type): Don't return early for not
6177 associated or not allocated types.
6178 (f_type_print_varspec_suffix): Add print_rank parameter and print
6179 ranks of array types in case they dangling.
6180 (f_type_print_base): Add print_rank parameter.
6181
30056ea0
AB
61822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6183
6184 * NEWS: Mention new MI commands.
6185 * break-catch-throw.c (enum exception_event_kind): Move to
6186 breakpoint.h.
6187 (print_mention_exception_catchpoint): Output text as a single
6188 message.
6189 (catch_exception_command_1): Rename to...
6190 (catch_exception_event): ...this, make non-static, update header
6191 command, and change some parameter types.
6192 (catch_catch_command): Update for changes to
6193 catch_exception_command_1.
6194 (catch_throw_command): Likewise.
6195 (catch_rethrow_command): Likewise.
6196 * breakpoint.c (enum exception_event_kind): Delete.
6197 * breakpoint.h (enum exception_event_kind): Moved here from
6198 break-catch-throw.c.
6199 (catch_exception_event): Declare.
6200 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
6201 (mi_cmd_catch_throw): New function.
6202 (mi_cmd_catch_rethrow): New function.
6203 (mi_cmd_catch_catch): New function.
6204 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
6205 'catch-catch' entries.
6206 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
6207 (mi_cmd_catch_rethrow): Declare.
6208 (mi_cmd_catch_catch): Declare.
6209
ec8e2b6d
AB
62102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6211
6212 * annotate.c (annotate_source_line): Change return type to void,
6213 update implementation to match.
6214 * annotate.h (annotate_source_line): Change return type to void,
6215 update header comment.
6216 * stack.c (print_frame_info): Don't change what frame information
6217 is printed based on whether annotations are on or not.
6218
0d3abd8c
AB
62192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
6222 (annotate_source): Make static.
6223 (annotate_source_line): Moved from source.c and renamed from
6224 identify_source_line. Update the return type.
6225 * annotate.h (annotate_source): Delete declaration.
6226 (annotate_source_line): Declaration moved from source.h, and
6227 renamed from identify_source_line. Return type updated.
6228 * source.c (identify_source_line): Moved to annotate.c and renamed
6229 to annotate_source_line.
6230 (info_line_command): Remove check of annotation_level.
6231 * source.h (identify_source_line): Move declaration to annotate.h
6232 and rename to annotate_source_line.
6233 * stack.c: Add 'annotate.h' include.
6234 (print_frame_info): Remove check of annotation_level before
6235 calling annotate_source_line.
6236
00df30ae
AB
62372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * source-cache.c (source_cache::get_plain_source_lines): Use
6240 open_source_file_with_line_charpos instead of just
6241 open_source_file, remove call to find_source_lines.
6242 (source_cache::get_source_lines): Likewise.
6243 * source.c (find_source_lines): Make static.
6244 (get_filename_and_charpos): Renamed into...
6245 (open_source_file_with_line_charpos): ..this along with changes to
6246 return a scoped_fd, and some other minor clean ups.
6247 (identify_source_line): Use open_source_file_with_line_charpos.
6248 (search_command_helper): Use open_source_file_with_line_charpos
6249 instead of just open_source_file, remove call to
6250 find_source_lines.
6251 * source.h (open_source_file_with_line_charpos): Declare new
6252 function.
6253 (find_source_lines): Delete declaration.
6254
afda45a2
AB
62552019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
6256
6257 * source.c (get_filename_and_charpos): Remove fullname
6258 parameter.
6259 (identify_source_line): Update call to get_filename_and_charpos.
6260
0735b091
TT
62612019-06-14 Tom Tromey <tromey@adacore.com>
6262
6263 PR gdb/24502:
6264 * ui-style.h (skip_ansi_escape): Update comment.
6265 * ui-file.h (class no_terminal_escape_file): New class.
6266 * ui-file.c (no_terminal_escape_file::write)
6267 (no_terminal_escape_file::puts): New methods.
6268 * cli/cli-logging.c (handle_redirections): Use
6269 no_terminal_escape_file.
6270
52ce35e2
TT
62712019-06-14 Tom Tromey <tromey@adacore.com>
6272
6273 * NEWS: Move convenience variable news above Python news.
6274
73cc7272
TT
62752019-06-14 Tom Tromey <tom@tromey.com>
6276
6277 * gnulib: Move directory to top-level.
6278 * configure.ac: Don't configure gnulib.
6279 * configure: Rebuild.
6280 * common/common-defs.h: Use new path to gnulib.
6281 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
6282 (GNULIB_H): Remove.
6283 (INCGNU): Look in new gnulib location.
6284 (HFILES_NO_SRCDIR): Remove gnulib files.
6285 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
6286 (generated_files): Remove GNULIB_H.
6287 ($(LIBGNU), all-lib): Remove targets.
6288 (distclean): Don't mention GNULIB_BUILDDIR.
6289 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
6290
f5686554
TT
62912019-06-14 Tom Tromey <tromey@adacore.com>
6292
6293 * symfile.c (add_symbol_file_command): Remove obsolete comment.
6294 Warn if symbol file does not provide any symbols.
6295
a0c1ffed
TT
62962019-06-14 Tom Tromey <tromey@adacore.com>
6297
6298 * source.c (find_and_open_source): Respect basenames_may_differ.
6299
7c39e397
AB
63002019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
6301
6302 * annotate.c (annotate_breakpoints_invalid): Make use of
6303 scoped_restore_terminal_state.
6304 (annotate_frames_invalid): Likewise.
6305
f411722c
TT
63062019-06-14 Tom Tromey <tromey@adacore.com>
6307
6308 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
6309 allow assignment to an internalvar.
6310
4268ec18
TT
63112019-06-14 Tom Tromey <tromey@adacore.com>
6312
6313 * ada-lex.l: Allow "_" in attribute names.
6314
abdb711e
TT
63152019-06-14 Tom Tromey <tromey@adacore.com>
6316
6317 PR gdb/24653:
6318 * regcache.c (registers_changed): Don't call alloca.
6319 * top.c (execute_command): Don't call alloca.
6320
4c048731
PA
63212019-06-13 Pedro Alves <palves@redhat.com>
6322
6323 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
6324 'expression'. When parsing an expression, error out if there's
6325 junk after "unlimited".
6326 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6327 (do_set_command): Adjust calls to is_unlimited_literal.
6328
66eb1ed3
PA
63292019-06-13 Pedro Alves <palves@redhat.com>
6330
6331 * compile/compile.c (make_compile_options_def_group): Add braces
6332 around array_view initializer.
6333 * thread.c (make_thread_apply_all_options_def_group)
6334 (make_thread_apply_all_options_def_group): Likewise.
6335
3345721a
PA
63362019-06-13 Pedro Alves <palves@redhat.com>
6337
6338 * NEWS (New commands): Mention "maint test-options
6339 require-delimiter", "maint test-options unknown-is-error", "maint
6340 test-options unknown-is-operand" and "maint show
6341 test-options-completion-result".
6342 (New command options, command completion): New section.
6343 (Completion improvements): New section.
6344 Mention that you can abbreviate "unlimited".
6345
6206060d
PA
63462019-06-13 Pedro Alves <palves@redhat.com>
6347
6348 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
6349 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
6350 * unittests/cli-utils-selftests.c (test_parse_flags)
6351 (test_parse_flags_qcs): Delete.
6352 (test_cli_utils): Don't call deleted functions.
6353
6665660a
PA
63542019-06-13 Pedro Alves <palves@redhat.com>
6355
6356 * thread.c: Include "cli/cli-option.h".
6357 (tp_array_compar_ascending): Global.
6358 (tp_array_compar): Delete function.
6359 (tp_array_compar_ascending, tp_array_compar_descending): New
6360 functions.
6361 (ascending_option_def, qcs_flag_option_def)
6362 (thr_qcs_flags_option_defs)
6363 (make_thread_apply_all_options_def_group)
6364 (make_thread_apply_options_def_group): New.
6365 (thread_apply_all_command): Use gdb::option::process_options.
6366 (thread_apply_command_completer)
6367 (thread_apply_all_command_completer): New.
6368 (thread_apply_command): Use gdb::option::process_options.
6369 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
6370 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
6371 to generate help text of "thread apply". Adjust "taas"'s help.
6372 * tid-parse.c (tid_range_parser::in_thread_range): New method.
6373 * tid-parse.h (tid_range_parser::in_thread_range): New method.
6374
f7e13587
PA
63752019-06-13 Pedro Alves <palves@redhat.com>
6376
6377 * thread.c (thread_apply_command): Check for invalid TID with
6378 isdigit instead of !isalpha.
6379
5d707134
PA
63802019-06-13 Pedro Alves <palves@redhat.com>
6381
6382 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
6383 (validate_flags_qcs): New.
6384 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
6385 (validate_flags_qcs): Declare.
6386 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
6387 (make_frame_apply_options_def_group): New.
6388 (frame_apply_command_count): Process options with
6389 gdb::option::process_options.
6390 (frame_apply_completer): New.
6391 (frame_apply_level_completer, frame_apply_all_completer)
6392 (frame_apply_completer): New.
6393 (_initialize_stack): Update help of "frame apply", "frame apply
6394 level", "frame apply all" and "faas" to mention supported options
6395 and install command completers.
6396 * stack.h (frame_apply_all_completer): Declare.
6397 * thread.c: Include "stack.h".
6398 (tfaas_command): Add "--".
6399 (_initialize_thread): Update help "tfaas" to mention supported
6400 options and install command completer.
6401
272d4594
PA
64022019-06-13 Pedro Alves <palves@redhat.com>
6403
6404 * completer.c (complete_nested_command_line): New.
6405 (gdb_completion_word_break_characters_throw): Add assertion.
6406 * completer.h (complete_nested_command_line): Declare.
6407
90a1ef87
PA
64082019-06-13 Pedro Alves <palves@redhat.com>
6409
6410 * stack.c (parse_backtrace_qualifiers): New.
6411 (backtrace_command): Use it.
6412 (backtrace_command_completer): Complete on qualifiers.
6413
d4c16835
PA
64142019-06-13 Pedro Alves <palves@redhat.com>
6415
6416 * frame.c: Include "cli/cli-option.h.
6417 (user_set_backtrace_options): New.
6418 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
6419 Delete.
6420 (get_prev_frame): Adjust.
6421 (boolean_option_def, uinteger_option_def)
6422 (set_backtrace_option_defs): New.
6423 (_initialize_frame): Adjust and use
6424 gdb::option::add_setshow_cmds_for_options to install "set
6425 backtrace past-main" and "set backtrace past-entry".
6426 * frame.h: Include "cli/cli-option.h".
6427 (struct frame_print_options): Forward declare.
6428 (print_frame_arguments_all, print_frame_arguments_scalars)
6429 (print_frame_arguments_none): Declare.
6430 (print_entry_values): Delete declaration.
6431 (struct frame_print_options, user_frame_print_options): New.
6432 (struct set_backtrace_options): New.
6433 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
6434 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
6435 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
6436 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
6437 (list_args_or_locals): Add frame_print_options parameter.
6438 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6439 * python/py-framefilter.c (enumerate_args): Pass down
6440 USER_FRAME_PRINT_OPTIONS.
6441 * stack.c: Include "cli/cli-option.h".
6442 (print_frame_arguments_all, print_frame_arguments_scalars)
6443 (print_frame_arguments_none): Declare.
6444 (print_raw_frame_arguments, print_entry_values): Delete.
6445 (user_frame_print_options): New.
6446 (boolean_option_def, enum_option_def, frame_print_option_defs):
6447 New.
6448 (struct backtrace_cmd_options): New.
6449 (bt_flag_option_def): New.
6450 (backtrace_command_option_defs): New.
6451 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
6452 (print_frame_arg, read_frame_arg, print_frame_args)
6453 (print_frame_info, print_frame): Add frame_print_options parameter
6454 and use it.
6455 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
6456 (backtrace_command_1): Add frame_print_options and
6457 backtrace_cmd_options parameters and use them.
6458 (make_backtrace_options_def_group): New.
6459 (backtrace_command): Process command options with
6460 gdb::option::process_options.
6461 (backtrace_command_completer): New.
6462 (_initialize_stack): Extend "backtrace"'s help to mention
6463 supported options. Install completer for "backtrace".
6464 Install some settings commands with add_setshow_cmds_for_options.
6465
2daf894e
PA
64662019-06-13 Pedro Alves <palves@redhat.com>
6467
6468 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
6469 and that "set/show print raw frame-arguments" are now deprecated.
6470
6471 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
6472 command.
6473 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
6474 * stack.c (_initialize_stack): Install "set/show print
6475 raw-frame-arguments", and deprecate "set/show print raw
6476 frame-arguments".
6477 * valprint.c (_initialize_valprint): Deprecate "set/show print
6478 raw".
6479
e6ed716c
PA
64802019-06-13 Pedro Alves <palves@redhat.com>
6481
6482 * compile/compile.c (struct compile_options): New.
6483 (compile_flag_option_def, compile_command_option_defs)
6484 (make_compile_options_def_group): New.
6485 (compile_file_command): Handle options with
6486 gdb::option::process_options.
6487 (compile_file_command_completer): New function.
6488 (compile_code_command): Handle options with
6489 gdb::option::process_options.
6490 (compile_code_command_completer): New function.
6491 (_initialize_compiler): Install completers for "compile code" and
6492 "compile file". Mention available options in "compile code" and
6493 "compile code"'s help.
6494 * completer.c (advance_to_completion_word): New, factored out from
6495 ...
6496 (advance_to_expression_complete_word_point): ... this.
6497 (advance_to_filename_complete_word_point): New.
6498 * completer.h (advance_to_filename_complete_word_point): New
6499 declaration.
6500
7d8062de
PA
65012019-06-13 Pedro Alves <palves@redhat.com>
6502
6503 * compile/compile.c: Include "cli/cli-option.h".
6504 (compile_print_value): Scope data pointer is now a
6505 value_print_options pointer; adjust.
6506 (compile_print_command): Process options. Scope data pointer is
6507 now a value_print_options pointer; adjust.
6508 (_initialize_compile): Update "compile print"'s help to include
6509 supported options. Install a completer for "compile print".
6510 * cp-valprint.c (show_vtblprint, show_objectprint)
6511 (show_static_field_print): Delete.
6512 (_initialize_cp_valprint): Don't install "set print
6513 static-members", "set print vtbl", "set print object" here.
6514 * printcmd.c: Include "cli/cli-option.h" and
6515 "common/gdb_optional.h".
6516 (print_command_parse_format): Rework to fill in a
6517 value_print_options instead of a format_data.
6518 (print_value): Change parameter type from format_data pointer to
6519 value_print_options reference. Adjust.
6520 (print_command_1): Process options. Adjust to pass down a
6521 value_print_options.
6522 (print_command_completer): New.
6523 (_initialize_printcmd): Install print_command_completer as
6524 handle_brkchars completer for the "print" command. Update
6525 "print"'s help to include supported options.
6526 * valprint.c: Include "cli/cli-option.h".
6527 (show_vtblprint, show_objectprint, show_static_field_print): Moved
6528 here from cp-valprint.c.
6529 (boolean_option_def, uinteger_option_def)
6530 (value_print_option_defs, make_value_print_options_def_group):
6531 New. Use gdb::option::add_setshow_cmds_for_options to install
6532 "set print elements", "set print null-stop", "set print repeats",
6533 "set print pretty", "set print union", "set print array", "set
6534 print address", "set print symbol", "set print array-indexes".
6535 * valprint.h: Include <string> and "cli/cli-option.h".
6536 (make_value_print_options_def_group): Declare.
6537 (print_value): Change parameter type from format_data pointer to
6538 value_print_options reference.
6539 (print_command_completer): Declare.
6540
9d0faba9
PA
65412019-06-13 Pedro Alves <palves@redhat.com>
6542
6543 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
6544 (COMMON_SFILES): Add maint-test-settings.c.
6545 * cli/cli-decode.c (boolean_enums): New global, factored out from
6546 ...
6547 (add_setshow_boolean_cmd): ... here.
6548 * cli/cli-decode.h (boolean_enums): Declare.
6549 * cli/cli-option.c: New file.
6550 * cli/cli-option.h: New file.
6551 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
6552 factored out from ...
6553 (parse_cli_boolean_value(const char *)): ... this.
6554 (is_unlimited_literal): Change parameter type to pointer to
6555 pointer. Adjust and advance ARG pointer.
6556 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6557 (parse_cli_var_enum): New, factored out from ...
6558 (do_set_command): ... this. Adjust.
6559 * cli/cli-setshow.h (parse_cli_boolean_value)
6560 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
6561 (parse_cli_var_enum): Declare.
6562 * cli/cli-utils.c: Include "cli/cli-option.h".
6563 (get_ulongest): New.
6564 * cli/cli-utils.h (get_ulongest): Declare.
6565 (check_for_argument): New overloads.
6566 * maint-test-options.c: New file.
6567
2c722807
PA
65682019-06-13 Pedro Alves <palves@redhat.com>
6569
6570 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
6571 parse a range if "-" is at the end of the string.
6572
dee7b4c8
PA
65732019-06-13 Pedro Alves <palves@redhat.com>
6574
6575 * cli/cli-setshow.c (parse_auto_binary_operation)
6576 (parse_cli_boolean_value): Don't allow "o".
6577
dca0f6c0
PA
65782019-06-13 Pedro Alves <palves@redhat.com>
6579
6580 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
6581 * NEWS: Mention maint test-settings KIND.
6582 * maint-test-settings.c: New file.
6583
597bf39d
PA
65842019-06-13 Pedro Alves <palves@redhat.com>
6585
6586 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
6587 completer.
6588 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
6589 "set" completers.
6590
48c410fb
PA
65912019-06-13 Pedro Alves <palves@redhat.com>
6592
6593 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
6594 after item.
6595
93bcb043
PA
65962019-06-13 Pedro Alves <palves@redhat.com>
6597
6598 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
6599
cbba3ecd
PA
66002019-06-13 Pedro Alves <palves@redhat.com>
6601
6602 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
6603 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
6604 call.
6605 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
6606 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
6607 calls.
6608 (check_for_argument): Skip spaces after argument.
6609
b9a3f842
PA
66102019-06-13 Pedro Alves <palves@redhat.com>
6611
6612 * thread.c (thread_apply_command): Adjust TID parsing.
6613 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
6614 detected before end of string.
6615 (tid_is_in_list): Error out if LIST is invalid.
6616
3844e605
PA
66172019-06-13 Pedro Alves <palves@redhat.com>
6618
6619 * completer.c (complete_line_internal_1): Rewind completion word
6620 point.
6621 (completion_tracker::advance_custom_word_point_by): Change
6622 parameter type to int.
6623 * completer.h (completion_tracker::advance_custom_word_point_by):
6624 Likewise.
6625
00b56dbe
PA
66262019-06-13 Pedro Alves <palves@redhat.com>
6627
6628 * completer.c (advance_to_completion_word): Handle delimiters.
6629
d106773e
PA
66302019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
6631
6632 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
6633
08f10e02
TT
66342019-06-11 Tom Tromey <tom@tromey.com>
6635
6636 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
6637 (xmalloc_failed): Move to alloc.c.
6638 * alloc.c: New file.
6639 * Makefile.in (COMMON_SFILES): Add alloc.c.
6640
1c7fe951
TT
66412019-06-11 Tom Tromey <tom@tromey.com>
6642
6643 * nat/linux-waitpid.c: Don't include server.h.
6644 (linux_debug): Remove.
6645 (my_waitpid): Update.
6646
89549d7f
TT
66472019-06-11 Tom Tromey <tromey@adacore.com>
6648
6649 * infcall.c (_initialize_infcall): Remove trailing newline from
6650 help.
6651 * user-regs.c (_initialize_user_regs): Remove trailing newline
6652 from help.
6653 * typeprint.c (_initialize_typeprint): Remove trailing newline
6654 from help.
6655 * reverse.c (_initialize_reverse): Remove trailing newlines from
6656 help.
6657 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
6658 from help.
6659 * language.c (add_set_language_command): Remove trailing newline
6660 from help.
6661 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
6662 help.
6663 * disasm.c (_initialize_disasm): Remove trailing newline from
6664 help.
6665 * top.c (init_main): Remove trailing newline from help.
6666 * interps.c (_initialize_interpreter): Remove trailing newline
6667 from help.
6668 * btrace.c (_initialize_btrace): Remove trailing newlines from
6669 help.
6670 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
6671 from help.
6672 * python/python.c (_initialize_python): Remove trailing newline
6673 from help.
6674 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
6675 help.
6676 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
6677 from help. Reformat some text.
6678 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
6679 from help.
6680 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
6681 newline from help.
6682
86108c13
TT
66832019-06-11 Tom Tromey <tromey@adacore.com>
6684
6685 * darwin-nat.c (darwin_decode_exception_message)
6686 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
6687
a7067863
AB
66882019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
6689
6690 * valops.c (value_slice): Check for not allocated or not
6691 associated values.
6692
9ab08412
TV
66932019-06-10 Tom de Vries <tdevries@suse.de>
6694
6695 PR gdb/24618
6696 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
6697 sure an empty slot (defined by a 32-bit zero pair) is recognized as
6698 invalid.
6699
f19e22e9
TV
67002019-06-10 Tom de Vries <tdevries@suse.de>
6701
6702 PR gdb/24611
6703 * linespec.c (linespec_lexer_lex_string): Remove incorrect
6704 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
6705
e99f9db0
TV
67062019-06-10 Tom de Vries <tdevries@suse.de>
6707
6708 PR symtab/24545
6709 * symtab.c (struct demangled_name_entry): Add language field.
6710 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
6711 static minimal symbol". Set and use language field.
6712
9bf7038b
TT
67132019-06-10 Tom Tromey <tromey@adacore.com>
6714
6715 * ada-lang.c (_initialize_ada_language): Update help text.
6716
422186a9
TT
67172019-06-10 Tom Tromey <tromey@adacore.com>
6718
6719 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
6720 with a newline.
6721 * guile/guile.c (handle_boot_error): Don't end warning with a
6722 newline.
6723 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
6724 warning with a newline.
6725 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
6726 newline.
6727 (s12z_frame_cache): Likewise.
6728 * dwarf-index-cache.c (index_cache::store): Don't end warning with
6729 a newline.
6730 * solib-svr4.c (disable_probes_interface): Don't end warning with
6731 a newline.
6732 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
6733 newline.
6734 * python/python.c (do_finish_initialization): Don't end warning
6735 with a newline.
6736
25ce02ee
TT
67372019-06-10 Tom Tromey <tom@tromey.com>
6738
6739 * python/py-breakpoint.c (gdbpy_breakpoint_created)
6740 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
6741 gdbpy_enter.
6742
caa429d8
TT
67432019-06-10 Tom Tromey <tromey@adacore.com>
6744
6745 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
6746 data.
6747 (elf_new_init): Don't call stabsread_new_init.
6748 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
6749 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
6750 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
6751
81873cc8
TV
67522019-06-10 Tom de Vries <tdevries@suse.de>
6753
6754 PR symtab/16264
6755 PR symtab/24517
6756 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
6757
4fa0265e
РИ
67582019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
6759
6760 * source.c (find_and_open_source): Also rewrite relative file
6761 names.
6762
1a3da2cd
AB
67632019-04-26 Amos Bird <amosbird@gmail.com>
6764
6765 * annotate.c (annotate_thread_exited): Add "thread-exited"
6766 annotation.
6767
3847a7bf
TT
67682019-06-06 Tom Tromey <tromey@adacore.com>
6769
6770 * maint.h (class scoped_command_stats): Use
6771 DISABLE_COPY_AND_ASSIGN.
6772 <print_time>: New method.
6773 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
6774 print_time.
6775 (scoped_command_stats::print_time): New method.
6776
312617a3
AB
67772019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
6778
6779 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
6780 instructions of lengths 6 or 8 bytes.
6781
b02f78f9
PA
67822019-06-04 Pedro Alves <palves@redhat.com>
6783
6784 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
6785
6786 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
6787 * breakpoint.c (condition_completer): Likewise.
6788 * cli/cli-dump.c (scan_expression): Likewise.
6789 * common/filestuff.c (mkdir_recursive): Likewise.
6790 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
6791 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
6792 (gdb_abspath): Likewise.
6793 * compile/compile-cplus-types.c
6794 (compile_cplus_instance::decl_name): Likewise.
6795 * completer.c (complete_explicit_location):
6796 (signal_completer, reg_or_group_completer_1): Likewise.
6797 * cp-support.c (cp_remove_params_if_any): Likewise.
6798 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
6799 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
6800 * infcmd.c (strip_bg_char): Likewise.
6801 * linespec.c (copy_token_string): Likewise.
6802 * mi/mi-main.c (output_cores): Likewise.
6803 * psymtab.c (psymtab_search_name):
6804 * symfile.c (test_set_ext_lang_command): Likewise.
6805 * target.c (target_fileio_read_stralloc): Likewise.
6806 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
6807 * value.c (complete_internalvar): Likewise.
6808
e1f2e1a2
CB
68092019-06-04 Christian Biesinger <cbiesinger@google.com>
6810
6811 Add objfile property to gdb.Type.
d3238f7d
PA
6812 * NEWS: Mention Python API addition.
6813 * python/py-type.c (typy_get_objfile): New method.
e1f2e1a2 6814
e664d728
PW
68152019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6816
6817 * NEWS: Mention the new set|show style [title|highlight].
6818 Mention changes to "show style", "help" and "apropos".
6819
66d8c862
PW
68202019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6821
6822 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
6823 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
6824 instead of print_help_for_command.
6825 (print_doc_of_command): New function.
6826 (help_list): Add 'apropos -v word' suggestion.
6827 (print_help_for_command): Style the command name using title style.
6828 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
6829 (_initialize_cli_cmds): Describe -v in apropos_command help.
6830
9303eb2f
PW
68312019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6832
6833 * cli/cli-style.h (cli_style_option): Add name in constructor,
6834 add m_name class member, add constructor with intensity,
6835 add name class function.
6836 (cli_style_option::add_setshow_commands): Remove name argument.
6837 (highlight_style, title_style): New styles.
6838 * cli/cli-style.c (do_show): New function that shows a style
6839 characteristic styling the style name with itself.
6840 (set_style_name): New function.
6841 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
6842 Update all callers according to the changes in cli/cli-style.h.
6843 * utils.h (fputs_highlighted): New function.
6844 * utils.c (fputs_highlighted): Likewise.
6845
e2c52041
PW
68462019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6847
6848 * NEWS: Mention new pipe command and new convenience variables.
6849
947d3946
PW
68502019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6851
6852 * cli/cli-cmds.c (pipe_command): New function.
6853 (_initialize_cli_cmds): Call add_com for pipe_command.
6854 Define | as an alias for pipe.
6855 (exit_status_set_internal_vars): New function.
6856 (shell_escape): Call exit_status_set_internal_vars.
6857 cli/cli-decode.c (find_command_name_length): Recognize | as
6858 a single character command.
6859
b8fd0918
PW
68602019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6861
6862 * gdbcmd.h (execute_command_to_ui_file): New declaration.
6863 top.c (execute_command_to_ui_file): New function, mostly a copy
6864 of execute_command_to_string.
6865 (execute_command_to_string): Implement by calling
6866 execute_command_to_ui_file.
6867
68bb5386
PW
68682019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6869
6870 * top.h (saved_command_line): Remove declaration.
6871 * top.c (previous_saved_command_line, previous_repeat_arguments):
6872 New variables.
6873 (saved_command_line): Make static, define together with other
6874 'repeat variables'.
6875 (dont_repeat): Clear repeat_arguments.
6876 (repeat_previous, get_saved_command_line, save_command_line):
6877 New functions.
6878 (gdb_init): Initialize saved_command_line
6879 and previous_saved_command_line.
6880 * main.c (captured_main_1): Remove saved_command_line initialization.
6881 * event-top.c (handle_line_of_input): Update to use
6882 the new 'repeat' related functions instead of direct access to
6883 saved_command_line.
6884 * command.h (repeat_previous, get_saved_command_line,
6885 save_command_line): New declarations.
6886 (dont_repeat): Add comment.
6887
bfcdb852
TT
68882019-05-30 Tom Tromey <tromey@adacore.com>
6889
6890 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
6891 Fix comment.
6892 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
6893
0ef209f2
JV
68942019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
6895
6896 PR cli/24587
6897 * completer.c (complete): Initialize variable word.
6898
955b06fa
SDJ
68992019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
6900
6901 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
6902 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
6903 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
6904 'body' is NULL to the outter 'if', protecting the '!is_define'
6905 situation as well.
6906
fa9c3fa0
TT
69072019-05-29 Tom Tromey <tromey@adacore.com>
6908
6909 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
6910 (dwarf_unknown): New function.
6911 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
6912 (dwarf_type_encoding_name): Use dwarf_unknown.
6913
4330d61d
TT
69142019-05-29 Tom Tromey <tromey@adacore.com>
6915
6916 PR c++/20020:
6917 * cp-valprint.c (cp_print_value_fields): Call
6918 cp_print_static_field inside "try".
6919
33a6bc35
TT
69202019-05-29 Tom Tromey <tromey@adacore.com>
6921
6922 * inflow.c (struct terminal_info): Add default operator=.
6923 * configure: Rebuild.
6924 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
6925 -Wdeprecated-copy-dtor, -Wredundant-move.
6926
000439d5
TT
69272019-05-29 Tom Tromey <tromey@adacore.com>
6928
6929 * NEWS: Add entry.
6930 * infcmd.c (print_return_value_1): Handle finish_print
6931 option.
6932 (show_print_finish): New function.
6933 (_initialize_infcmd): Add "set/show print finish" commands.
6934 * valprint.c (user_print_options): Initialize new member.
6935 * valprint.h (struct value_print_options) <finish_print>: New
6936 member.
6937
c0e70c62
TT
69382019-05-28 Tom Tromey <tromey@adacore.com>
6939
6940 * ada-lang.c (ada_remove_Xbn_suffix)
6941 (find_old_style_renaming_symbol)
6942 (parse_old_style_renaming): Remove.
6943 (ada_find_renaming_symbol): Don't call
6944 find_old_style_renaming_symbol.
6945 (ada_is_renaming_symbol): Rename from
6946 ada_find_renaming_symbol. Remove "block" parameter. Return
6947 bool. Now static.
6948 (ada_read_var_value): Update and simplify.
6949 * ada-exp.y (write_var_or_type): Remove old code.
6950
766f8836
AH
69512019-05-28 Alan Hayward <alan.hayward@arm.com>
6952
68255adc 6953 PR gdb/25010
766f8836
AH
6954 * event-top.c: Remove include comment.
6955 * inflow.c (class scoped_ignore_sigttou): Move from here...
6956 * inflow.h (class scoped_ignore_sigttou): ...to here.
6957 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
6958 * top.c: Remove include comment.
6959
eb41253a
TT
69602019-05-27 Tom Tromey <tom@tromey.com>
6961
6962 * NEWS: Fix typo.
6963
4ca51187
TT
69642019-05-22 Tom Tromey <tromey@adacore.com>
6965
6966 * target.c (target_follow_exec): Constify parameter.
6967 * target-delegates.c: Rebuild.
6968 * remote.c (remote_target::follow_exec): Constify parameter.
6969 * infrun.c (follow_exec): Constify parameter.
6970 * target.h (struct target_ops) <follow_exec>: Constify parameter.
6971 (target_follow_exec): Likewise.
6972
8fca4da0
AH
69732019-05-22 Alan Hayward <alan.hayward@arm.com>
6974
6975 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
6976 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
6977
b7060614
AH
69782019-05-22 Alan Hayward <alan.hayward@arm.com>
6979
6980 * NEWS: Add debugredirect and testsuite sections.
6981
0a5954bd
SC
69822019-05-22 Simon Cook <simon.cook@embecosm.com>
6983
6984 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
6985 target descriptions using exclusively floating point register name
6986 aliases.
6987
dc42e902
AB
69882019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6989
6990 PR gdb/18644:
6991 * f-lang.c (build_fortran_types): Handle the case where
6992 gdbarch_floatformat_for_type returns a nullptr.
6993
fb7806c7
TV
69942019-05-21 Tom de Vries <tdevries@suse.de>
6995
6996 PR cli/24587
6997 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
6998
34d11c68
AB
69992019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7000
7001 PR gdb/18644:
7002 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
7003 16-byte floats.
7004 * i386-tdep.c (i386_floatformat_for_type): Use
7005 floatformats_ia64_quad for the 16-byte floating point component
7006 within a fortran 32-byte complex number.
7007
122cf0f2
AB
70082019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7009
7010 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
7011 delete default constructor.
7012 (find_partial_die): Update to return const struct.
7013 (partial_die_parent_scope): Move variable declaration into scope
7014 of its use and change its type to auto.
7015 (guess_partial_die_structure_name): Likewise.
7016 (partial_die_info::fixup): Likewise.
7017
33d0e35a
TT
70182019-05-17 Tom Tromey <tromey@adacore.com>
7019
7020 * source.c (find_and_open_source): Remove cast.
7021
a45575b0
TT
70222019-05-17 Tom Tromey <tromey@adacore.com>
7023
7024 * annotate.c (annotate_source): Make "filename" const.
7025 * annotate.h (annotate_source): Use const.
7026
81f47ac2
AH
70272019-05-17 Alan Hayward <alan.hayward@arm.com>
7028
7029 * disasm.c (set_disassembler_options): Send errors to stderr.
7030
ca1285d1
AH
70312019-05-17 Alan Hayward <alan.hayward@arm.com>
7032
7033 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
7034 (cli_interp_base::set_logging): Check debug_redirect.
7035 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
7036 * cli/cli-logging.c (debug_redirect): Add static variable.
7037 (pop_output_files): Add default param.
7038 (handle_redirections): Print debug setting.
7039 (show_logging_command): Likewise.
7040 (_initialize_cli_logging): Add debugredirect command.
7041 * interps.c (current_interp_set_logging): Add debug_redirect
7042 parameter.
7043 * interps.h (set_logging): Add debug_redirect parameter.
7044 (current_interp_set_logging): Likewise.
7045 * mi/mi-common.h: Likewise.
7046 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
7047
70482019-05-17 Alan Hayward <alan.hayward@arm.com>
f3a09c80
AH
7049 Tom Tromey <tromey@adacore.com>
7050
7051 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
7052 directly.
7053 * cli/cli-interp.h (make_logging_output): Remove declaration.
7054 * cli/cli-logging.c (make_logging_output): Remove function.
7055 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
7056 directly.
7057 * ui-file.c (tee_file::tee_file): Remove bools.
7058 (tee_file::~tee_file): Remove deletes.
7059 * ui-file.h (tee_file): Remove bools.
7060
26648588
JV
70612019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7062
7063 * mi/mi-cmds.h (mi_cmd_complete): New function.
7064 * mi/mi-main.c (mi_cmd_complete): Likewise.
7065 * mi/mi-cmds.c: Define new MI command -complete.
7066 * NEWS: Mention new -complete command.
7067
6e035501
JV
70682019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
7069
7070 * completer.h (complete): New function.
7071 * completer.c (complete): Likewise.
7072 * cli/cli-cmds.c: (complete_command): Update to use new complete()
7073 function defined in completer.h.
7074
7d0e2ece
JV
70752019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
7076
e79be6e5 7077 * MAINTAINERS (Write After Approval): Add myself.
7d0e2ece 7078
fb816e8b
TV
70792019-05-17 Tom de Vries <tdevries@suse.de>
7080
7081 PR gdb/24094
7082 * dwarf2read.c (struct cu_partial_die_info): New struct.
7083 (find_partial_die): Return cu_partial_die_info.
7084 (partial_die_parent_scope, guess_partial_die_structure_name)
7085 (partial_die_info::fixup): Handle new return type of find_partial_die.
7086
677052f2
SDJ
70872019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7088
a1726c38 7089 PR breakpoints/24541
677052f2
SDJ
7090 * stap-probe.c (stap_parse_register_operand): Make "regname" an
7091 "std::string", simplifying the algorithm.
7092
f3da9116
SDJ
70932019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7094
7095 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
7096 (stap_static_probe_ops::get_probes): Likewise.
7097
f1bb75ab
SDJ
70982019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7099
7100 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
7101 '-')" and "else if".
7102 (stap_parse_single_operand): Join checks for
7103 "gdbarch_stap_parse_special_token_p" and
7104 "gdbarch_stap_parse_special_token" in the same "if" statement.
7105 Invert check when verifying for operation on register
7106 displacement.
7107
3ca58cde
SDJ
71082019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7109
7110 * stap-probe.c (stap_get_opcode): Update comment.
7111 (stap_get_expected_argument_type): Likewise.
7112 (handle_stap_probe): Likewise.
7113
af2d9bee
SDJ
71142019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
7115
7116 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
7117 return type to 'bool'. Adjust comment. Use 'bool' when
7118 appropriate.
7119 (i386_stap_parse_special_token_three_arg_disp): Likewise.
7120 * stap-probe.c (stap_parse_argument_1): Likewise.
7121 (stap_is_operator): Likewise.
7122 (stap_is_generic_prefix): Likewise.
7123 (stap_is_register_prefix): Likewise.
7124 (stap_is_register_indirection_prefix): Likewise.
7125 (stap_is_integer_prefix): Likewise.
7126 (stap_generic_check_suffix): Likewise.
7127 (stap_check_integer_suffix): Likewise.
7128 (stap_check_register_suffix): Likewise.
7129 (stap_check_register_indirection_suffix): Likewise.
7130 (stap_parse_register_operand): Likewise.
7131 (stap_parse_single_operand): Likewise.
7132 (stap_parse_argument_1): Likewise.
7133 (stap_probe::get_argument_count): Likewise.
7134 (stap_is_operator): Likewise.
7135
61c9c421
TT
71362019-05-16 Tom Tromey <tromey@adacore.com>
7137
7138 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
7139 keyword to foreach.
7140
9ddc1af1
SM
71412019-05-15 Simon Marchi <simon.marchi@efficios.com>
7142
7143 * linux-thread-db.c (try_thread_db_load_1): Change return type
7144 to bool.
7145 (try_thread_db_load): Likewise.
7146 (try_thread_db_load_from_pdir_1): Likewise.
7147 (try_thread_db_load_from_pdir): Likewise.
7148 (try_thread_db_load_from_sdir): Likewise.
7149 (try_thread_db_load_from_dir): Likewise.
7150 (thread_db_load_search): Likewise.
7151 (has_libpthread): Likewise.
7152 (thread_db_load): Likewise.
7153
7bede828
SDJ
71542019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
7155
7156 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
7157 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
7158 NULL, and complain/return if that's the case.
7159
c5358db4
JD
71602019-05-15 John Darrington <john@darrington.wattle.id.au>
7161
7162 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
7163 (advance, posn, abstract_read_memory): New functions.
7164 [struct mem_read_abstraction]: New struct.
7165 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
7166
c408a94f
TT
71672019-05-14 Tom Tromey <tromey@adacore.com>
7168
7169 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
7170 value is not lval_memory.
7171
e7bd7fba
TT
71722019-05-14 Tom Tromey <tromey@adacore.com>
7173
7174 * solib.c (info_sharedlibrary_command): Style the file name.
7175
a6d0f249
AH
71762019-05-14 Alan Hayward <alan.hayward@arm.com>
7177
7178 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
7179 (aarch64_vnv_type): Likewise.
7180 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
7181 * common/tdesc.c: Likewise.
7182 * common/tdesc.h (enum tdesc_type_kind): Likewise.
7183 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
7184 * features/aarch64-fpu.xml: Add ieee half view.
7185 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
7186 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
7187 * gdbtypes.h (struct builtin_type): Likewise.
7188 (struct objfile_type): Likewise.
7189
66b8bb74
SM
71902019-05-12 Paul Naert <paul.naert@polymtl.ca>
7191
7192 * language.c (language_sniff_from_mangled_name): Fix "langauge"
7193 typo.
7194 * location.h (string_to_event_location): Likewise.
7195
21c219fd
JB
71962019-05-11 Joel Brobecker <brobecker@adacore.com>
7197
7198 GDB 8.3 released.
7199
13674803
SM
72002019-05-10 Simon Marchi <simon.marchi@efficios.com>
7201
7202 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
7203 New variable declaration.
7204 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
7205 New variable.
7206 (print_one_breakpoint): Use ui_out::test_flags and new global
7207 variable to compute use_fixed_output.
7208 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
7209 Remove.
7210 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
7211 (mi_multi_location_breakpoint_output_fixed): Remove.
7212 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
7213 new variable.
7214 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
7215 fix_multi_location_breakpoint_output flag if version >= 3.
7216 * ui-out.h (enum ui_out_flag)
7217 <fix_multi_location_breakpoint_output>: New enumerator.
7218
a9eac7f9
SM
72192019-05-10 Simon Marchi <simon.marchi@efficios.com>
7220
7221 * contrib/cc-with-tweaks.sh: Validate dwz's work.
7222
71bed2db
TT
72232019-05-10 Tom Tromey <tromey@adacore.com>
7224
7225 * ada-lang.c (catch_ada_completer): New function.
7226 (_initialize_ada_language): Use it.
7227
24c54127
TT
72282019-05-10 Tom Tromey <tromey@adacore.com>
7229
7230 * thread.c (print_thread_info): Make "requested_threads" const.
7231 * gdbthread.h (print_thread_info): Make "requested_threads"
7232 const.
7233 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
7234 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
7235
7a102139
TT
72362019-05-08 Tom Tromey <tom@tromey.com>
7237
7238 * gdbtypes.c (objfile_type_data): Change type.
7239 (objfile_type, _initialize_gdbtypes): Update.
7240
924d79e2
TT
72412019-05-08 Tom Tromey <tom@tromey.com>
7242
7243 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
7244 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
7245 (_initialize_dwarf2_frame): Update.
7246
4c58e337
TT
72472019-05-08 Tom Tromey <tom@tromey.com>
7248
7249 * objc-lang.c (objc_objfile_data): Change type.
7250 (find_methods): Update.
7251 (_initialize_objc_lang): Remove.
7252
d772d2ab
TT
72532019-05-08 Tom Tromey <tom@tromey.com>
7254
7255 * stabsread.c (rs6000_builtin_type_data): Change type.
7256 (rs6000_builtin_type, _initialize_stabsread): Update.
7257
d11d83f4
TT
72582019-05-08 Tom Tromey <tom@tromey.com>
7259
7260 * mips-tdep.c (mips_pdr_data): Remove.
7261 (_initialize_mips_tdep): Update.
7262
9a73f0ad
TT
72632019-05-08 Tom Tromey <tom@tromey.com>
7264
7265 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
7266 (hppa_init_objfile_priv_data, read_unwind_info)
7267 (find_unwind_entry, _initialize_hppa_tdep): Update.
7268
8127a2fa
TT
72692019-05-08 Tom Tromey <tom@tromey.com>
7270
7271 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
7272 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
7273 on obstack.
7274 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
7275
91d3055d
TT
72762019-05-08 Tom Tromey <tom@tromey.com>
7277
7278 * mdebugread.c (basic_type_data): Change type.
7279 (basic_type, _initialize_mdebugread): Update.
7280
31930bd3
TT
72812019-05-08 Tom Tromey <tom@tromey.com>
7282
7283 * common/gdb_unique_ptr.h (struct noop_deleter): New.
7284
bdb3ed9e
TT
72852019-05-08 Tom Tromey <tom@tromey.com>
7286
7287 * nto-tdep.c (nto_inferior_data_reg): Change type.
7288 (nto_inferior_data): Update.
7289 (nto_inferior_data_cleanup, nto_new_inferior_data)
7290 (_initialize_nto_tdep): Remove.
7291 * nto-tdep.h (struct nto_inferior_data): Add initializers.
7292
f37b313d
TT
72932019-05-08 Tom Tromey <tom@tromey.com>
7294
7295 * ada-lang.c (struct ada_inferior_data): Add initializers.
7296 (ada_inferior_data): Change type.
7297 (ada_inferior_data_cleanup): Remove.
7298 (get_ada_inferior_data, ada_inferior_exit)
7299 (struct ada_pspace_data): Add initializers, destructor.
7300 (ada_pspace_data_handle): Change type.
7301 (get_ada_pspace_data): Update.
7302 (ada_pspace_data_cleanup): Remove.
7303
24699405
TT
73042019-05-08 Tom Tromey <tom@tromey.com>
7305
7306 * coffread.c (struct coff_symfile_info): Add initializers.
7307 (coff_objfile_data_key): Move lower. Change type.
7308 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
7309 Update.
7310 (coff_free_info): Remove.
7311
d4e05d2f
TT
73122019-05-08 Tom Tromey <tom@tromey.com>
7313
7314 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
7315 (fbsd_pspace_data_handle): Move lower. Change type.
7316 (get_fbsd_pspace_data): Update.
7317 (fbsd_pspace_data_cleanup): Remove.
7318 (_initialize_fbsd_tdep): Update.
7319
14ef6690
TT
73202019-05-08 Tom Tromey <tom@tromey.com>
7321
7322 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
7323 (get_ada_tasks_pspace_data): Update.
7324 (ada_tasks_pspace_data_cleanup): Remove.
7325 (_initialize_tasks): Update.
7326 (ada_tasks_inferior_data_handle): Change type.
7327 (get_ada_tasks_inferior_data): Update.
7328 (ada_tasks_inferior_data_cleanup): Remove.
7329 (struct ada_tasks_pspace_data): Add initializers.
7330
814cf43a
TT
73312019-05-08 Tom Tromey <tom@tromey.com>
7332
7333 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
7334 * symfile-debug.c (debug_sym_get_probes): Change type.
7335 * stap-probe.c (handle_stap_probe):
7336 (stap_static_probe_ops::get_probes): Change type.
7337 * probe.h (class static_probe_ops) <get_probes>: Change type.
7338 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
7339 (parse_probes_in_pspace): Update.
7340 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
7341 Update.
7342 (any_static_probe_ops::get_probes): Change type.
7343 * elfread.c (elfread_data): New typedef.
7344 (probe_key): Change type.
7345 (elf_get_probes): Likewise. Update.
7346 (probe_key_free): Remove.
7347 (_initialize_elfread): Update.
7348 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
7349 Change type.
7350 (dtrace_process_dof_probe, dtrace_process_dof)
7351 (dtrace_static_probe_ops::get_probe): Change type.
7352
02dc647e
TT
73532019-05-08 Tom Tromey <tom@tromey.com>
7354
7355 * xcoffread.c (struct xcoff_symfile_info): Rename from
7356 coff_symfile_info. Add initializers.
7357 (xcoff_objfile_data_key): Move lower. Change type.
7358 (XCOFF_DATA): Rewrite.
7359 (xcoff_free_info): Remove.
7360 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
7361 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
7362 (xcoff_initial_scan): Update.
7363
09232438
TT
73642019-05-08 Tom Tromey <tom@tromey.com>
7365
7366 * solib-svr4.c (struct svr4_info): Add initializers and
7367 destructor.
7368 <probes_table>: Now an htab_up.
7369 (solib_svr4_pspace_data): Change type.
7370 (free_probes_table): Simplify.
7371 (~svr4_info): Rename from svr4_pspace_data_cleanup.
7372 (get_svr4_info, probes_table_htab_remove_objfile_probes)
7373 (probes_table_remove_objfile_probes, register_solib_event_probe)
7374 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
7375 (_initialize_svr4_solib): Update.
7376
7b4a314f
TT
73772019-05-08 Tom Tromey <tom@tromey.com>
7378
7379 * remote.c (remote_pspace_data): Change type.
7380 (remote_pspace_data_cleanup): Remove.
7381 (get_remote_exec_file, set_pspace_remote_exec_file)
7382 (_initialize_remote): Update.
7383
51d3063a
TT
73842019-05-08 Tom Tromey <tom@tromey.com>
7385
7386 * breakpoint.c (breakpoint_objfile_key): Change type.
7387 (get_breakpoint_objfile_data): Update.
7388 (free_breakpoint_objfile_data): Remove.
7389 (_initialize_breakpoint): Update.
7390
89fb8848
TT
73912019-05-08 Tom Tromey <tom@tromey.com>
7392
7393 * linux-tdep.c (struct linux_info): Add initializers.
7394 (linux_inferior_data): Move. Change type.
7395 (invalidate_linux_cache_inf): Update.
7396 (linux_inferior_data_cleanup): Remove.
7397 (get_linux_inferior_data, _initialize_linux_tdep): Update.
7398
e9b89e2d
TT
73992019-05-08 Tom Tromey <tom@tromey.com>
7400
7401 * auxv.c (auxv_inferior_data): Move. Change type.
7402 (auxv_inferior_data_cleanup): Remove.
7403 (invalidate_auxv_cache_inf): Rewrite.
7404 (get_auxv_inferior_data, _initialize_auxv): Update.
7405
8c42777c
TT
74062019-05-08 Tom Tromey <tom@tromey.com>
7407
7408 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
7409 (symfile_debug_objfile_data_key): Change type.
7410 (symfile_debug_installed, debug_qf_has_symbols)
7411 (debug_qf_find_last_source_symtab)
7412 (debug_qf_forget_cached_source_info)
7413 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
7414 (debug_qf_print_stats, debug_qf_dump)
7415 (debug_qf_expand_symtabs_for_function)
7416 (debug_qf_expand_all_symtabs)
7417 (debug_qf_expand_symtabs_with_fullname)
7418 (debug_qf_map_matching_symbols)
7419 (debug_qf_expand_symtabs_matching)
7420 (debug_qf_find_pc_sect_compunit_symtab)
7421 (debug_qf_map_symbol_filenames)
7422 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
7423 (debug_sym_new_init, debug_sym_init, debug_sym_read)
7424 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
7425 (debug_sym_read_linetable, debug_sym_relocate): Update.
7426 (symfile_debug_free_objfile): Remove.
7427 (install_symfile_debug_logging, _initialize_symfile_debug):
7428 Update.
7429
5bfd760d
TT
74302019-05-08 Tom Tromey <tom@tromey.com>
7431
7432 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
7433 allocate_on_obstack.
7434 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
7435 (get_dwarf2_per_objfile): Update.
7436 (set_dwarf2_per_objfile): Remove.
7437 (dwarf2_has_info, dwarf2_get_section_info): Update.
7438 (dwarf2_free_objfile): Remove.
7439 (_initialize_dwarf2_read): Update.
7440
e85e19b4
TT
74412019-05-08 Tom Tromey <tom@tromey.com>
7442
7443 * auto-load.c (struct auto_load_pspace_info): Add destructor and
7444 initializers.
7445 <unsupported_script_warning_printed,
7446 script_not_found_warning_printed>: Now bool.
7447 (auto_load_pspace_data): Change type.
7448 (~auto_load_pspace_info): Rename from
7449 auto_load_pspace_data_cleanup.
7450 (get_auto_load_pspace_data, init_loaded_scripts_info)
7451 (clear_section_scripts, maybe_print_unsupported_script_warning)
7452 (maybe_print_script_not_found_warning, _initialize_auto_load):
7453 Update.
7454
f6aa7436
TT
74552019-05-08 Tom Tromey <tom@tromey.com>
7456
7457 * objfiles.c (objfile_pspace_info): Add destructor and
7458 initializers.
7459 (objfiles_pspace_data): Change type.
7460 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
7461 (get_objfile_pspace_data): Update.
7462 (objfiles_bfd_data): Change type.
7463 (get_objfile_bfd_data): Update.
7464 (objfile_bfd_data_free, _initialize_objfiles): Remove.
7465
6ae614f6
TT
74662019-05-08 Tom Tromey <tom@tromey.com>
7467
7468 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
7469 Change type.
7470 (get_catch_syscall_inferior_data): Update.
7471 (catch_syscall_inferior_data_cleanup): Remove.
7472 (_initialize_break_catch_syscall): Update.
7473
6509b8eb
TT
74742019-05-08 Tom Tromey <tom@tromey.com>
7475
7476 * inflow.c (struct terminal_info): Add destructor and
7477 initializers.
7478 (inflow_inferior_data): Change type.
7479 (~terminal_info): Rename from inflow_inferior_data_cleanup.
7480 (get_inflow_inferior_data, inflow_inferior_exit)
7481 (swap_terminal_info, _initialize_inflow): Update.
7482
35632941
TT
74832019-05-08 Tom Tromey <tom@tromey.com>
7484
7485 * target-dcache.c (target_dcache_cleanup): Remove.
7486 (target_dcache_aspace_key): Change type.
7487 (target_dcache_init_p, target_dcache_invalidate)
7488 (target_dcache_get, target_dcache_get_or_init)
7489 (_initialize_target_dcache): Update.
7490 * dcache.h (struct dcache_deleter): New.
7491
3017b94d
TT
74922019-05-08 Tom Tromey <tom@tromey.com>
7493
7494 * symtab.c (struct symbol_cache): Add destructor and
7495 initializers.
7496 (symbol_cache_key): Move. Change type.
7497 (make_symbol_cache, free_symbol_cache): Remove.
7498 (get_symbol_cache): Update.
7499 (symbol_cache_cleanup): Remove.
7500 (ALL_PSPACES, symbol_cache_flush)
7501 (maintenance_print_symbol_cache)
7502 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
7503 Update.
7504
a32ad8c5
TT
75052019-05-08 Tom Tromey <tom@tromey.com>
7506
7507 * symtab.c (struct main_info): Add destructor and initializers.
7508 (main_progspace_key): Move. Change type.
7509 (get_main_info): Update.
7510 (main_info_cleanup): Remove.
7511 (_initialize_symtab): Update.
7512
5f6e90a0
TT
75132019-05-08 Tom Tromey <tom@tromey.com>
7514
7515 * registry.h (DECLARE_REGISTRY): Define the _key class.
7516
1bd0c6e4
AB
75172019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7518
7519 * NEWS: Merge two 'New commands' sections.
7520
2228ef77
XR
75212019-05-08 Joel Brobecker <brobecker@adacore.com>
7522
7523 * ada-valprint.c (ada_val_print_gnat_array): Remove language
7524 parameter and use Ada language definition instead.
7525 (ada_val_print_ptr): Remove unused language parameter.
7526 (ada_val_print_num): Remove language parameter and use Ada language
7527 definition instead.
7528 (ada_val_print_enum, ada_val_print_flt): Remove unused language
7529 parameter.
7530 (ada_val_print_struct_union, ada_val_print_ref): Remove language
7531 parameter and use Ada language definition instead.
7532 (ada_val_print_1): Update all ada_val_print_xxx calls.
7533 Remove language parameter.
7534 (ada_val_print): Update ada_val_print_1 call.
7535
60fcc1c3
TT
75362019-05-08 Tom Tromey <tromey@adacore.com>
7537
7538 * remote.c (remote_hw_watchpoint_limit)
7539 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
7540 Now static.
7541
ed2b7c17
TT
75422019-05-08 Tom Tromey <tromey@adacore.com>
7543
7544 * maint.c (_initialize_maint_cmds): Move initialization code to
7545 remote.c.
7546 (watchdog, show_watchdog): Move to remote.c.
7547 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
7548 "watchdog" static.
7549 (_initialize_remote): Move initialization code from maint.c.
7550 * defs.h (watchdog): Don't declare.
7551
b0be6c91
TT
75522019-05-08 Tom Tromey <tromey@adacore.com>
7553
7554 * tui/tui-interp.c: Include main.h.
7555 * interps.c: Include main.h.
7556 * main.h (interpreter_p): Declare.
7557 * defs.h (interpreter_p): Don't declare.
7558
587ee17b
TT
75592019-05-08 Tom Tromey <tromey@adacore.com>
7560
7561 * dwarf2loc.c: Include dwarf2read.h.
7562 * defs.h (read_unsigned_leb128): Don't declare.
7563 * dwarf2read.h (read_unsigned_leb128): Declare.
7564
ca1df239
TT
75652019-05-08 Tom Tromey <tromey@adacore.com>
7566
7567 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
7568 method.
7569
99f20f08
TT
75702019-05-08 Tom Tromey <tromey@adacore.com>
7571
7572 * utils.c (fputs_maybe_filtered): Reset style after paging, even
7573 when no wrap column is set.
7574
80e55b13
TT
75752019-05-08 Tom Tromey <tromey@adacore.com>
7576
7577 * c-lang.c (c_get_string): Handle non-C-style arrays.
7578
9d3421af
TT
75792019-05-08 Tom Tromey <tromey@adacore.com>
7580
7581 * typeprint.c (print_offset_data::update): Print the bit offset,
7582 not the number of bits remaining.
7583
844333e2
TT
75842019-05-08 Tom Tromey <tromey@adacore.com>
7585
7586 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
7587 padding at end of comment.
7588
988915ee
TT
75892019-05-08 Tom Tromey <tromey@adacore.com>
7590
7591 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
7592 Compare main types.
7593
26bfd823
TT
75942019-05-06 Tom Tromey <tom@tromey.com>
7595
7596 * common/scoped_mmap.c: Include common-defs.h.
7597 * common/scoped_mmap.h: Don't include config.h.
7598
89055eaa
TT
75992019-05-04 Tom Tromey <tom@tromey.com>
7600
7601 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
7602 (struct aarch64_call_info): Add initializers.
7603 <si>: Now a std::vector.
7604 (pass_on_stack, aarch64_push_dummy_call): Update.
7605
5da01df5
TT
76062019-05-04 Simon Marchi <simon.marchi@efficios.com>
7607 Tom Tromey <tom@tromey.com>
7608
7609 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
7610 (ppc_threads): Now a std::vector. Now static.
7611 (hwdebug_find_thread_points_by_tid)
7612 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
7613 Update.
7614
fbdf05a1
TT
76152019-05-04 Tom Tromey <tom@tromey.com>
7616
7617 * arc-tdep.c (arc_tdesc_init): Return bool.
7618
06d16ec9
TT
76192019-05-04 Tom Tromey <tom@tromey.com>
7620
7621 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
7622 Use gdb_assert_not_reached.
7623
9c056022
TT
76242019-05-04 Tom Tromey <tom@tromey.com>
7625
7626 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
7627 "false".
7628
fa9c2a59
TT
76292019-05-04 Tom Tromey <tom@tromey.com>
7630
7631 * arc-tdep.c (arc_tdesc_init): Use bool.
7632
e2eb806a
TT
76332019-05-04 Tom Tromey <tom@tromey.com>
7634
7635 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
7636
6fe87677
TT
76372019-05-04 Tom Tromey <tom@tromey.com>
7638
7639 * cli/cli-cmds.c (valid_command_p): Return bool.
7640
7f008c9e
TT
76412019-05-04 Tom Tromey <tom@tromey.com>
7642
7643 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
7644 * command.h (valid_user_defined_cmd_name_p): Channge return type.
7645
b6484282
RT
76462019-05-04 Raul Tambre <raul@tambre.ee>
7647
7648 * python/lib/gdb/prompt.py (_ExtendedPrompt)
7649 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
7650 operator for comparison.
7651
af97b416
TT
76522019-05-04 Tom Tromey <tom@tromey.com>
7653
7654 * psymtab.c (psymbol_name_matches, match_partial_symbol)
7655 (lookup_partial_symbol, print_partial_symbols)
7656 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
7657 (psymbol_compare): Update.
7658 (add_psymbol_to_bcache): Clear the entire psymbol.
7659 (maintenance_check_psymtabs): Update.
7660 * psympriv.h (struct partial_symbol): Don't derive from
7661 general_symbol_info.
7662 <obj_section, unrelocated_address, address,
7663 set_unrelocated_address>: Update.
7664 <ginfo>: New member.
7665 * dwarf-index-write.c (write_psymbols, debug_names::insert)
7666 (debug_names::write_psymbols): Update.
7667
9d6d4be8
TV
76682019-05-04 Tom de Vries <tdevries@suse.de>
7669
7670 * contrib/cc-with-tweaks.sh: Support -n arg.
7671
66452beb
PW
76722019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7673
7674 * corelow.c (core_target::detach): Ensure frame cache and
7675 register caches are cleared.
7676 inferior.c (exit_inferior_1): Likewise.
7677
bde09ab7
TT
76782019-05-03 Sandra Loosemore <sandra@codesourcery.com>
7679 Tom Tromey <tom@tromey.com>
7680
7681 * dictionary.c (collate_pending_symbols_by_language): Remove
7682 "struct" from foreach.
7683 * symtab.c (lookup_global_symbol_from_objfile)
7684 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
7685 foreach.
7686 * ser-tcp.c (net_open): Remove "struct" from foreach.
7687 * objfiles.c (objfile_relocate, objfile_rebase)
7688 (objfile_has_symbols): Remove "struct" from foreach.
7689 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
7690 from foreach.
7691 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
7692 foreach.
7693 * darwin-nat.c (thread_info_from_private_thread_info): Remove
7694 "struct" from foreach.
7695 * ada-lang.c (create_excep_cond_exprs)
7696 (ada_exception_catchpoint_cond_string): Remove "struct" from
7697 foreach.
7698
222a8d25
TT
76992019-05-03 Tom Tromey <tromey@adacore.com>
7700
7701 * ada-exp.y (convert_char_literal): Check suffix of each
7702 enumerator.
7703
fcd60b84
DP
77042019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
7705
7706 PR ada/21406:
7707 * ada-exp.y (yywrap): Don't define.
7708 * ada-lex.l (%option): Add noyywrap
7709 (yywrap): Remove.
7710
5f2459c2
EZ
77112019-05-03 Eli Zaretskii <eliz@gnu.org>
7712
353ea2d1
EZ
7713 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
7714 _WIN32_WINNT to the XP level, unless already defined to a higher
7715 level.
7716
7717 * unittests/parse-connection-spec-selftests.c:
7718 * ser-tcp.c:
7719 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
7720 override.
7721
5f2459c2
EZ
7722 * symfile.c (find_separate_debug_file): Remove colon from the
7723 drive spec of DOS/Windows file names of the target, so that the
7724 file name produced from DEBUGDIR and the target's directory will
7725 be valid on DOS/Windows systems.
7726
80062eb9
AB
77272019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7728
7729 * rust-lang.c (val_print_struct): Handle printing structures
7730 containing strings.
7731
b8c05e85
TT
77322019-05-02 Tom Tromey <tromey@adacore.com>
7733
7734 * valarith.c (_initialize_valarith): Remove.
7735
4504bbde
TT
77362019-05-01 Tom Tromey <tromey@adacore.com>
7737
7738 * ada-lang.c (ada_value_primitive_field): Treat more fields as
7739 bitfields.
7740
d48e62f4
TT
77412019-05-01 Tom Tromey <tromey@adacore.com>
7742
7743 * ada-lang.c (ada_value_assign): Correctly compute starting offset
7744 for big-endian copies.
7745
15f18d14
AT
77462019-04-30 Ali Tamur <tamur@google.com>
7747 * gdb/dwarf2read.c (read_3_bytes): New declaration.
7748 (read_attribute_value): Added DW_FORM_strx1-4 cases.
7749 (read_3_bytes): New function.
7750
ab4ee614
JB
77512019-04-30 Joel Brobecker <brobecker@adacore.com>
7752
7753 * windows-nat.c (main_thread_id): Delete.
7754 (handle_output_debug_string): Replace main_thread_id by
7755 current_event.dwThreadId.
7756 (fake_create_process): Likewise.
7757 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
7758 Do not set main_thread_id.
7759 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
7760 current_event.dwThreadId.
7761 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
7762
8ed5b76e
JB
77632019-04-30 Joel Brobecker <brobecker@adacore.com>
7764
7765 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
7766 Use current_event.dwThreadId instead of main_thread_id.
7767
2ff0a947
TT
77682019-04-30 Tom Tromey <tromey@adacore.com>
7769
7770 * ada-lang.c (ada_lookup_simple_minsyms): New function.
7771 (create_excep_cond_exprs): Iterate over program spaces.
7772 (ada_exception_catchpoint_cond_string): Examine all minimal
7773 symbols for exception types.
7774
a776957c
TT
77752019-04-30 Tom Tromey <tromey@adacore.com>
7776
7777 PR c++/24470:
7778 * dwarf2read.c (process_structure_scope): Handle case where type
7779 has template parameters but no symbol was created.
7780
bc68014d
AB
77812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7782 Chris January <chris.january@arm.com>
7783
7784 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
7785 qualifier.
7786 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
7787
f1fdc960
AB
77882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7789
7790 * f-typeprint.c (f_print_type): Update rules for printing
7791 whitespace.
7792 (f_type_print_varspec_suffix): Likewise.
7793
bf7a4de1
AB
77942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7795 Chris January <chris.january@arm.com>
7796
7797 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
7798 function arguments.
7799
bbe75b9d
AB
78002019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7801
7802 * f-lang.c (build_fortran_types): Change name of void type to
7803 lower case.
7804 * f-typeprint.c (f_type_print_base): Print the name of the void
7805 type, rather than a fixed string.
7806 * f-valprint.c (f_decorations): Use lower case void string.
7807
1db455a7
AB
78082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7809 Chris January <chris.january@arm.com>
7810
7811 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
7812 types for Fortran.
7813
b6d03bb2
AB
78142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7815 Chris January <chris.january@arm.com>
7816 David Lecomber <david.lecomber@arm.com>
7817
7818 * f-exp.y (BINOP_INTRINSIC): New token.
7819 (exp): New parser rule handling BINOP_INTRINSIC.
7820 (f77_keywords): Add new builtin procedures.
7821 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
7822 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7823 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
7824 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7825 (print_unop_subexp_f): New function.
7826 (print_binop_subexp_f): New function.
7827 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7828 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
7829 (dump_subexp_body_f): Likewise.
7830 (operator_check_f): Likewise.
7831 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
7832 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
7833
83228e93
AB
78342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7835
7836 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
7837 UNOP_KIND.
7838 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
7839 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
7840 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
7841 (operator_length_f): New fuction.
7842 (print_subexp_f): New function.
7843 (op_name_f): New function.
7844 (dump_subexp_body_f): New function.
7845 (operator_check_f): New function.
7846 (exp_descriptor_f): Replace standard expression handling functions
7847 with new functions.
7848 * gdb/fortran-operator.def: New file.
7849 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
7850 * gdb/std-operator.def: Remove UNOP_KIND.
7851
6fdcd7cc
AB
78522019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7853
7854 * std-operator.def: Remove unbalanced, stray double quote
7855 character.
7856
2e62ab40
AB
78572019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7858 Chris January <chris.january@arm.com>
7859 Daniel Everett <daniel.everett@arm.com>
7860 Nick Forrington <nick.forrington@arm.com>
7861 Richard Bunt <richard.bunt@arm.com>
7862
7863 * cp-valprint.c (cp_print_value_fields): Allow an additional level
7864 of depth when printing anonymous structs or unions.
7865 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
7866 Don't print either the top-level value, or the children if the
7867 max-depth is exceeded.
7868 (ppscm_print_children): When printing the key of a map, allow one
7869 extra level of depth.
7870 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
7871 print either the top-level value, or the children if the max-depth
7872 is exceeded.
7873 (print_children): When printing the key of a map, allow one extra
7874 level of depth.
7875 * python/py-value.c (valpy_format_string): Add max_depth keyword.
7876 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
7877 (user_print_options): Initialise max_depth field.
7878 (val_print_scalar_or_string_type_p): New function.
7879 (val_print): Check to see if the max depth has been reached.
7880 (val_print_check_max_depth): Define new function.
7881 (show_print_max_depth): New function.
7882 (_initialize_valprint): Add 'print max-depth' option.
7883 * valprint.h (struct value_print_options) <max_depth>: New field.
7884 (val_print_check_max_depth): Declare new function.
7885 * NEWS: Document new feature.
7886
4be290b2
AB
78872019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7888
7889 * ada-lang.c (ada_language_defn): Initialise new field.
7890 * c-lang.c (c_is_string_type_p): New function.
7891 (c_language_defn): Initialise new field.
7892 (cplus_language_defn): Initialise new field.
7893 (asm_language_defn): Initialise new field.
7894 (minimal_language_defn): Initialise new field.
7895 * c-lang.h (c_is_string_type_p): Declare new function.
7896 * d-lang.c (d_language_defn): Initialise new field.
7897 * f-lang.c (f_is_string_type_p): New function.
7898 (f_language_defn): Initialise new field.
7899 * go-lang.c (go_is_string_type_p): New function.
7900 (go_language_defn): Initialise new field.
7901 * language.c (default_is_string_type_p): New function.
7902 (unknown_language_defn): Initialise new field.
7903 (auto_language_defn): Initialise new field.
7904 * language.h (struct language_defn) <la_is_string_type_p>: New
7905 member variable.
7906 (default_is_string_type_p): Declare new function.
7907 * m2-lang.c (m2_language_defn): Initialise new field.
7908 * objc-lang.c (objc_language_defn): Initialise new field.
7909 * opencl-lang.c (opencl_language_defn): Initialise new field.
7910 * p-lang.c (pascal_is_string_type_p): New function.
7911 (pascal_language_defn): Initialise new field.
7912 * rust-lang.c (rust_is_string_type_p): New function.
7913 (rust_language_defn): Initialise new field.
7914
721b08c6
AB
79152019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7916
7917 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
7918 New field.
7919 * ada-lang.c (ada_language_defn): Initialise new field.
7920 * c-lang.c (c_language_defn): Likewise.
7921 (cplus_language_defn): Likewise.
7922 (asm_language_defn): Likewise.
7923 (minimal_language_defn): Likewise.
7924 * d-lang.c (d_language_defn): Likewise.
7925 * f-lang.c (f_language_defn): Likewise.
7926 * go-lang.c (go_language_defn): Likewise.
7927 * language.c (unknown_language_defn): Likewise.
7928 (auto_language_defn): Likewise.
7929 * m2-lang.c (m2_language_defn): Likewise.
7930 * objc-lang.c (objc_language_defn): Likewise.
7931 * opencl-lang.c (opencl_language_defn): Likewise.
7932 * p-lang.c (pascal_language_defn): Likewise.
7933 * rust-lang.c (rust_language_defn): Likewise.
7934
fc913e53
AB
79352019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7936
7937 * ada-lang.c (ada_is_character_type): Change return type to bool.
7938 (ada_is_string_type): Likewise.
7939 * ada-lang.h (ada_is_character_type): Update declaration
7940 (ada_is_string_type): Likewise.
7941
fa731fa0
PW
79422019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7943
7944 Support style in 'frame|thread apply'
7945
7946 * gdbcmd.h (execute_command_to_string): New term_out parameter.
7947 * record.c (record_start, record_stop): Update callers of
7948 execute_command_to_string with false.
7949 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
7950 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
7951 methods.
7952 (class string_file): New constructor with term_out parameter.
7953 Override methods term_out and can_emit_style_escape. New member
7954 term_out.
7955 (class stdio_file): Override can_emit_style_escape.
7956 (class tee_file): Override term_out and can_emit_style_escape.
7957 * utils.h (can_emit_style_escape): Remove.
7958 * utils.c (can_emit_style_escape): Likewise.
7959 Update all callers of can_emit_style_escape (SOMESTREAM) to
7960 SOMESTREAM->can_emit_style_escape.
7961 * source-cache.c (source_cache::get_source_lines): Likewise.
7962 * stack.c (frame_apply_command_count): Call execute_command_to_string
7963 passing the term_out characteristic of the current gdb_stdout.
7964 * thread.c (thr_try_catch_cmd): Likewise.
7965 * top.c (execute_command_to_string): pass term_out parameter
7966 to construct the string_file for the command output.
7967 * ui-file.c (term_cli_styling): New function (most code moved
7968 from utils.c can_emit_style_escape).
7969 (string_file::string_file, string_file::can_emit_style_escape,
7970 stdio_file::can_emit_style_escape, tee_file::term_out,
7971 tee_file::can_emit_style_escape): New functions.
7972
136afab8
PW
79732019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7974
7975 * NEWS: Mention the new set|show may-call-functions.
7976 * infcall.c (may_call_functions_p): New variable.
7977 (show_may_call_functions_p): New function.
7978 (call_function_by_hand_dummy): Throws an error if not
7979 may-call-functions.
7980 (_initialize_infcall): Call add_setshow_boolean_cmd for
7981 may-call-functions.
7982
725cbb63
KS
79832019-04-25 Keith Seitz <keiths@redhat.com>
7984
7985 PR c++/24367
7986 * cp-support.c (inspect_type): Don't attempt substitutions
7987 of symbol with the same name.
7988
3d1cbb78
TT
79892019-04-25 Tom Tromey <tromey@adacore.com>
7990
7991 PR gdb/24475:
7992 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
7993 static.
7994
94aeb44b
TT
79952019-04-25 Tom Tromey <tromey@adacore.com>
7996
7997 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
7998 rvalue reference.
7999 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
8000 (gdb_xml_parser::parse): Use std::move.
8001 * python/python-internal.h (gdbpy_convert_exception): Take a const
8002 reference.
8003 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
8004 std::move.
8005 * python/py-utils.c (gdbpy_convert_exception): Take a const
8006 reference.
8007 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8008 Use std::move.
8009 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8010 Use std::move.
8011 * mi/mi-main.c (mi_print_exception): Take a const reference.
8012 * main.c (handle_command_errors): Take a const reference.
8013 * linespec.c (parse_linespec): Use std::move.
8014 * infcall.c (run_inferior_call): Use std::move.
8015 (call_function_by_hand_dummy): Use std::move.
8016 * exec.c (try_open_exec_file): Use std::move.
8017 * exceptions.h (exception_print, exception_fprintf)
8018 (exception_print_same): Update.
8019 * exceptions.c (print_exception, exception_print)
8020 (exception_fprintf, exception_print_same): Change parameters to
8021 const reference.
8022 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
8023 * common/new-op.c: Use std::move.
8024 * common/common-exceptions.h (struct gdb_exception): Add move
8025 constructor.
8026 (struct gdb_exception_error, struct gdb_exception_quit, struct
8027 gdb_quit_bad_alloc): Change constructor to move constructor.
8028 (throw_exception): Change parameter to rvalue reference.
8029 * common/common-exceptions.c (throw_exception): Take rvalue
8030 reference.
8031 * cli/cli-interp.c (safe_execute_command): Use std::move.
8032 * breakpoint.c (insert_bp_location, location_to_sals): Use
8033 std::move.
8034
680d7fd5
TT
80352019-04-25 Tom Tromey <tromey@adacore.com>
8036
8037 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
8038 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
8039 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
8040 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
8041 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
8042 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
8043 guile/scm-value.c: Use unpack.
8044 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
8045 gdbscm_gdb_exception.
8046 (gdbscm_throw_gdb_exception): Likewise.
8047 (struct gdbscm_gdb_exception): New.
8048 (unpack): New function.
8049 (gdbscm_wrap): Use unpack.
8050
c6fdd8b2
TT
80512019-04-25 Tom Tromey <tromey@adacore.com>
8052
8053 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8054 (gdb_rl_callback_handler): Use std::move.
8055 * common/common-exceptions.h (struct gdb_exception): Add move
8056 assignment operator.
8057 (throw_exception_sjlj): Change "exception" to const reference.
8058 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
8059 (throw_exception_sjlj): Change "exception" to const reference.
8060
cc06b668
TT
80612019-04-25 Tom Tromey <tromey@adacore.com>
8062
8063 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
8064 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
8065 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
8066 Update.
8067 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
8068 Update.
8069 * mi/mi-interp.c (mi_interp::exec): Update.
8070 * linespec.c (parse_linespec): Update.
8071 * infcall.c (run_inferior_call): Update.
8072 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
8073 * guile/scm-symbol.c (gdbscm_lookup_symbol)
8074 (gdbscm_lookup_global_symbol): Update.
8075 * guile/scm-param.c (gdbscm_parameter_value): Update.
8076 * guile/scm-frame.c (gdbscm_frame_read_register)
8077 (gdbscm_frame_read_var): Update.
8078 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
8079 * exec.c (try_open_exec_file): Update.
8080 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
8081 (gdb_rl_callback_handler): Update.
8082 * common/common-exceptions.h (exception_none): Don't declare.
8083 * common/common-exceptions.c (exception_none): Don't define.
8084 (struct catcher) <exception>: Update.
8085 * cli/cli-interp.c (safe_execute_command): Update.
8086 * breakpoint.c (insert_bp_location, location_to_sals): Update.
8087
cf532bd1
AT
80882019-04-25 Ali Tamur <tamur@google.com>
8089
8090 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
8091 (read_attribute_value): Likewise.
8092 (dwarf2_read_addr_index): Update comment.
8093 (read_str_index): Add DW_FORM_strx.
8094 (dwarf2_string_attr): Likewise.
8095 (dwarf2_const_value_attr): Likewise.
8096 (dump_die_shallow): Likewise.
8097 (dwarf2_fetch_constant_bytes): Likewise.
8098 (skip_form_bytes): Likewise.
8099 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8100
82433e3e
SDJ
81012019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8102
8103 PR corefiles/11608
8104 PR corefiles/18187
8105 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
8106 OFFSET. Verify if current mapping contains an ELF header.
8107 (linux_find_memory_regions_full): Adjust call to
8108 dump_mapping_p.
8109
723adb65
SL
81102019-04-25 Sandra Loosemore <sandra@codesourcery.com>
8111 Kang Li <kanglictf@gmail.com>
8112
8113 PR gdb/21600
8114
8115 * dwarf2-frame.c (read_initial_length): Be consistent about using
8116 unsigned representation of length.
8117 (decode_frame_entry_1): Likewise. Check for wraparound of
8118 end pointer as well as buffer overflow.
8119
596179f7
SDJ
81202019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
8121
8122 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
8123 "vq".
8124
a59240a4
TT
81252019-04-24 Tom Tromey <tromey@adacore.com>
8126
8127 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
8128
f872fdbb
AB
81292019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8130
8131 * s12z-tdep.c (s12z_unwind_pc): Delete.
8132 (s12z_unwind_sp): Delete.
8133 (s12z_gdbarch_init): Don't register deleted functions with
8134 gdbarch.
8135
b614e6f3
AB
81362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8137
8138 * rl78-tdep.c (rl78_unwind_sp): Delete.
8139 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
8140
14faed38
AB
81412019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8142
8143 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
8144 (xstormy16_unwind_pc): Delete.
8145 (xstormy16_dummy_id): Delete.
8146 (xstormy16_gdbarch_init): Don't register deleted functions with
8147 gdbarch.
8148
541aad8a
AB
81492019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8150
8151 * vax-tdep.c (vax_unwind_pc): Delete.
8152 (vax_gdbarch_init): Don't register deleted function with gdbarch.
8153
29222070
AB
81542019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8155
8156 * v850-tdep.c (v850_unwind_sp): Delete.
8157 (v850_unwind_pc): Delete.
8158 (v850_dummy_id): Delete.
8159 (v850_gdbarch_init): Don't register deleted functions with
8160 gdbarch.
8161
0f534d76
AB
81622019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8163
8164 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
8165 (tilegx_unwind_pc): Delete.
8166 (tilegx_unwind_dummy_id): Delete.
8167 (tilegx_gdbarch_init): Don't register deleted functions with
8168 gdbarch.
8169
1ba7b7f9
AB
81702019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8171
8172 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
8173 (tic6x_dummy_id): Delete.
8174 (tic6x_gdbarch_init): Don't register deleted functions with
8175 gdbarch.
8176
d31f262c
AB
81772019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8178
8179 * sparc-tdep.c (sparc_unwind_pc): Delete.
8180 (sparc32_gdbarch_init): Don't register deleted function with
8181 gdbarch.
8182
6d14d64d
AB
81832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8184
8185 * sh-tdep.c (sh_unwind_sp): Delete.
8186 (sh_unwind_pc): Delete.
8187 (sh_dummy_id): Delete.
8188 (sh_gdbarch_init): Don't register deleted functions with
8189 gdbarch.
8190
a40dde9d
AB
81912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8192
8193 * score-tdep.c (score_unwind_sp): Delete.
8194 (score_unwind_pc): Delete.
8195 (score_dummy_id): Delete.
8196 (score_gdbarch_init): Don't register deleted functions with
8197 gdbarch.
8198
47c47d69
AB
81992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8200
8201 * rx-tdep.c (rx_unwind_pc): Delete.
8202 (rx_unwind_sp): Delete.
8203 (rx_dummy_id): Delete.
8204 (rx_gdbarch_init): Don't register deleted functions with
8205 gdbarch. Update comment.
8206
833a4480
AB
82072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8208
8209 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
8210 (rs6000_dummy_id): Delete.
8211 (rs6000_gdbarch_init): Don't register deleted functions with
8212 gdbarch.
8213
3f2cef49
AB
82142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8215
8216 * or1k-tdep.c (or1k_dummy_id): Delete.
8217 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
8218
96acf884
AB
82192019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8220
8221 * nios2-tdep.c (nios2_dummy_id): Delete.
8222 (nios2_unwind_sp): Delete.
8223 (nios2_gdbarch_init): Don't register deleted functions with
8224 gdbarch.
8225
ca0ab0aa
AB
82262019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8227
8228 * nds32-tdep.c (nds32_dummy_id): Delete.
8229 (nds32_unwind_pc): Delete.
8230 (nds32_unwind_sp): Delete.
8231 (nds32_gdbarch_init): Don't register deleted functions with
8232 gdbarch.
8233
c8259044
AB
82342019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8235
8236 * msp430-tdep.c (msp430_unwind_pc): Delete.
8237 (msp430_unwind_sp): Delete.
8238 (msp430_dummy_id): Delete.
8239 (msp430_gdbarch_init): Don't register deleted functions with
8240 gdbarch.
8241
27f113c8
AB
82422019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8243
8244 * moxie-tdep.c (moxie_unwind_sp): Delete.
8245 (moxie_unwind_pc): Delete.
8246 (moxie_dummy_id): Delete.
8247 (moxie_gdbarch_init): Don't register deleted functions with
8248 gdbarch.
8249
aee6c3cd
AB
82502019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8251
8252 * mn10300-tdep.c (mn10300_dummy_id): Delete.
8253 (mn10300_unwind_pc): Delete.
8254 (mn10300_unwind_sp): Delete.
8255 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
8256 mn10300_unwind_sp.
8257 (mn10300_frame_unwind_init): Don't register deleted functions with
8258 gdbarch.
8259
8e2b5aea
AB
82602019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8261
8262 * mep-tdep.c (mep_unwind_pc): Delete.
8263 (mep_unwind_sp): Delete.
8264 (mep_dummy_id): Delete.
8265 (mep_gdbarch_init): Don't register deleted functions with
8266 gdbarch.
8267
43cf3ede
AB
82682019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8269
8270 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
8271 (m68hc11_unwind_sp): Delete.
8272 (m68hc11_gdbarch_init): Don't register deleted functions with
8273 gdbarch.
8274
5e79b7bb
AB
82752019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8276
8277 * m32r-tdep.c (m32r_unwind_sp): Delete.
8278 (m32r_unwind_pc): Delete.
8279 (m32r_dummy_id): Delete.
8280 (m32r_gdbarch_init): Don't register deleted functions with
8281 gdbarch.
8282
89b268d8
AB
82832019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8284
8285 * m32c-tdep.c (m32c_unwind_pc): Delete.
8286 (m32c_unwind_sp): Delete.
8287 (m32c_dummy_id): Delete.
8288 (m32c_gdbarch_init): Don't register deleted functions with
8289 gdbarch.
8290
946c28d2
AB
82912019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8292
8293 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
8294 (lm32_unwind_pc): Delete.
8295 (lm32_dummy_id): Delete.
8296 (lm32_gdbarch_init): Don't register deleted functions with
8297 gdbarch.
8298
bf12844a
AB
82992019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8300
8301 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
8302 (iq2000_unwind_pc): Delete.
8303 (iq2000_dummy_id): Delete.
8304 (iq2000_gdbarch_init): Don't register deleted functions with
8305 gdbarch.
8306
ecbc06d2
AB
83072019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8308
8309 * nds32-tdep.c (nds32_type_align): Delete.
8310 (nds32_push_dummy_call): Use type_align instead.
8311
030197b4
AB
83122019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8313
8314 * arm-tdep.c (arm_type_align): Only handle vector override case.
8315 (arm_push_dummy_call): Use type_align.
8316 (arm_gdbarch_init): Register arm_type_align gdbarch function.
8317
b907456c
AB
83182019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8319
8320 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
8321 case.
8322 (pass_on_stack): Use type_align.
8323 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
8324 function.
8325
9e97ba43
TT
83262019-04-23 Tom Tromey <tromey@adacore.com>
8327
8328 * dwarf2read.c (line_header::file_name_at): Remove unused
8329 overload.
8330
6892f601
TV
83312019-04-23 Tom de Vries <tdevries@suse.de>
8332
8333 PR gdb/24438
8334 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
8335 invocation.
8336
336d760d
AT
8337
83382019-03-27 Ali Tamur <tamur@google.com>
8339
8340 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
8341 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
8342 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
8343 (dwarf_expr_context::get_addr_index): Likewise
8344 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
8345 (symbol_needs_eval_context::get_addr_index): Likewise
8346 (disassemble_dwarf_expression): Add DW_OP_addrx
8347 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
8348 (read_cutu_die_from_dwo): Update comment
8349 (skip_one_die): Add DW_FORM_addrx
8350 (read_attribute_value): Likewise
8351 (var_decode_location): Add DW_OP_addrx
8352 (dwarf2_const_value_attr): Add DW_FORM_addrx
8353 (dump_die_shallow): Likewise
8354 (dwarf2_fetch_constant_bytes): Likewise
8355 (decode_locdesc): Add DW_OP_addrx
8356 (skip_form_bytes): Add DW_FORM_addrx
8357
ad9d13f8
AT
83582019-04-22 Ali Tamur <tamur@google.com>
8359
8360 * MAINTAINERS (Write After Approval): Add self.
8361
d70cc3ba
SM
83622019-04-22 Simon Marchi <simon.marchi@efficios.com>
8363
8364 * solib-svr4.c (get_svr4_info): Add pspace parameter.
8365 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
8366 (open_symbol_file_object): Likewise.
8367 (svr4_default_sos): Add info parameter.
8368 (svr4_read_so_list): Likewise.
8369 (svr4_current_sos_direct): Adjust functions calls to pass down
8370 info.
8371 (svr4_current_sos_1): Add info parameter.
8372 (svr4_current_sos): Call get_svr4_info, pass info down to
8373 svr4_current_sos_1.
8374 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
8375 get_svr4_info.
8376 (svr4_in_dynsym_resolve_code): Pass current_program_space to
8377 get_svr4_info.
8378 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
8379 to get_svr4_info.
8380 (probes_table_remove_objfile_probes): Likewise.
8381 (register_solib_event_probe): Add info parameter.
8382 (solist_update_incremental): Pass info parameter down to
8383 svr4_read_so_list.
8384 (disable_probes_interface): Add info parameter.
8385 (svr4_handle_solib_event): Pass current_program_space to
8386 get_svr4_info. Adjust disable_probes_interface cleanup.
8387 (svr4_create_probe_breakpoints): Add info parameter, pass it
8388 down to register_solib_event_probe.
8389 (svr4_create_solib_event_breakpoints): Add info parameter,
8390 pass it down to svr4_create_probe_breakpoints.
8391 (enable_break): Pass info down to
8392 svr4_create_solib_event_breakpoints.
8393 (svr4_solib_create_inferior_hook): Pass current_program_space to
8394 get_svr4_info.
8395 (svr4_clear_solib): Likewise.
8396
7905fc35
PA
83972019-04-22 Pedro Alves <palves@redhat.com>
8398
8399 * solib-svr4.c (svr4_free_objfile_observer): New.
8400 (probe_and_action::objfile): New field.
8401 (probes_table_htab_remove_objfile_probes)
8402 (probes_table_remove_objfile_probes): New functions.
8403 (register_solib_event_probe): Add 'objfile' parameter. Store it
8404 in the new probe_and_action. Don't store the probe in 'lookup'.
8405 (svr4_create_probe_breakpoints): Pass objfile to
8406 register_solib_event_probe.
8407 (_initialize_svr4_solib): Register a free_objfile observer.
8408
fb881986
TT
84092019-04-19 Tom Tromey <tom@tromey.com>
8410
8411 * common/queue.h: Remove.
8412
8732db6c
TT
84132019-04-19 Tom Tromey <tom@tromey.com>
8414
8415 * event-loop.c: Don't include "common/queue.h".
8416
97dfbadd
TT
84172019-04-19 Tom Tromey <tom@tromey.com>
8418
8419 * remote.c (remote_target): Use delete.
8420 * remote-notif.h: Include <list>, not "common/queue.h".
8421 (notif_client_p): Remove typedef.
8422 (remote_notif_state): Add constructor, destructor, initializer.
8423 <notif_queue>: Now a std::list.
8424 (remote_notif_state_xfree): Don't declare.
8425 * remote-notif.c (remote_notif_process, handle_notification)
8426 (remote_notif_state_allocate): Update.
8427 (~remote_notif_state): Rename from remote_notif_state_xfree.
8428
cf250e36
TT
84292019-04-19 Tom Tromey <tom@tromey.com>
8430
8431 * symfile.c (reread_symbols): Update.
8432 * objfiles.c (objfile_register_static_link)
8433 (objfile_lookup_static_link): Update
8434 (~objfile) Don't delete static_links.
8435 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
8436
61f4b350
TT
84372019-04-19 Tom Tromey <tom@tromey.com>
8438
8439 * type-stack.h (struct type_stack) <insert>: Constify string.
8440 * type-stack.c (type_stack::insert): Constify string.
8441 * gdbtypes.h (lookup_template_type): Update.
8442 (address_space_name_to_int): Update.
8443 * gdbtypes.c (address_space_name_to_int): Make space_identifier
8444 const.
8445 (lookup_template_type): Make name const.
8446 * c-exp.y: Update rules.
8447 (lex_one_token, classify_name, classify_inner_name)
8448 (c_print_token): Update.
8449 * p-exp.y: Update rules.
8450 (yylex): Update.
8451 * f-exp.y: Update rules.
8452 (yylex): Update.
8453 * d-exp.y: Update rules.
8454 (lex_one_token, classify_name, classify_inner_name): Update.
8455 * parse.c (write_dollar_variable, copy_name): Return std::string.
8456 * parser-defs.h (copy_name): Change return type.
8457 * m2-exp.y: Update rules.
8458 (yylex): Update.
8459 * go-exp.y (lex_one_token): Update.
8460 Update rules.
8461 (classify_unsafe_function, classify_packaged_name)
8462 (classify_name, yylex): Update.
8463
189b8c2e
ST
84642019-04-19 Sergei Trofimovich <siarheit@google.com>
8465
8466 * configure.ac: add --enable-source-highlight switch.
8467 * configure: Regenerate.
8468 * top.c (print_gdb_version): plumb --enable-source-highlight
8469 status to "show configuration".
8470
8ecb59f8
TT
84712019-04-19 Tom Tromey <tromey@adacore.com>
8472
8473 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
8474 Check ADA_TYPE_P.
8475 (empty_record, ada_template_to_fixed_record_type_1)
8476 (template_to_static_fixed_type)
8477 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
8478 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
8479 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
8480 macros.
8481
62160ec9
TT
84822019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
8483
8484 PR symtab/24423:
8485 * source.c (print_source_lines_base): Advance "iter" when a
8486 control character is seen.
8487
f2ae8bc8
PW
84882019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8489
8490 * inferior.h (struct infcall_suspend_state_deleter):
8491 Catch exception in destructor to avoid crash.
8492
d563b953
PW
84932019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8494
8495 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
8496 close to the add_com "shell".
8497
dc34c897
TT
84982019-04-18 Tom Tromey <tromey@adacore.com>
8499
8500 * process-stratum-target.h (class process_stratum_target)
8501 <stratum>: Add "final".
8502
a12e5744
TT
85032019-04-17 Tom Tromey <tromey@adacore.com>
8504
8505 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
8506 against nullptr before use.
8507
a7e559cc
AH
85082019-04-17 Alan Hayward <alan.hayward@arm.com>
8509
8510 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
8511
c01660c6
AB
85122019-04-17 Jim Wilson <jimw@sifive.com>
8513 Andrew Burgess <andrew.burgess@embecosm.com>
8514
8515 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
8516 code read might fail, assume 4-byte breakpoint in that case.
8517
4aa866af
LS
85182019-04-15 Leszek Swirski <leszeks@google.com>
8519
8520 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
8521 rather than a hand-rolled POD check when checking for forced MEMORY
8522 classification.
8523
48574d91
AH
85242019-04-15 Alan Hayward <alan.hayward@arm.com>
8525
8526 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
8527 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
8528 function.
8529 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
8530 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
8531 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
8532 declaration.
8533
4da037ef
AH
85342019-04-15 Alan Hayward <alan.hayward@arm.com>
8535
8536 * aarch64-linux-nat.c
8537 (aarch64_linux_nat_target::thread_architecture): Add override.
8538 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
8539 each VQ.
8540
ccb8d7e8
AH
85412019-04-15 Alan Hayward <alan.hayward@arm.com>
8542
8543 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
8544
35add35e
AB
85452019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
8546
8547 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
8548 target types of size 96-bits, add some additional comments, and
8549 check that the builtin type we found was the correct size.
8550
51196bbc
EZ
85512019-04-12 Eli Zaretskii <eliz@gnu.org>
8552
8553 * utils.c (prompt_for_continue): Don't restore the styling at the
8554 end, as applied_style has the wrong value. This fixes styling in
8555 long lists of file names that are interrupted by the "Continue?"
8556 prompt.
8557
62253a61
AB
85582019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
8559
8560 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
8561 * c-lang.c (c_language_defn): Likewise.
8562 (cplus_language_defn): Likewise.
8563 (asm_language_defn): Likewise.
8564 (minimal_language_defn): Likewise.
8565 * d-lang.c (d_language_defn): Likewise.
8566 * f-lang.c (f_language_defn): Likewise.
8567 * go-lang.c (go_language_defn): Likewise.
8568 * language.c (unknown_language_defn): Likewise.
8569 (auto_language_defn): Likewise.
8570 * language.h (struct language_defn): Remove la_magic field.
8571 (LANG_MAGIC): Delete.
8572 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
8573 * objc-lang.c (objc_language_defn): Likewise.
8574 * opencl-lang.c (opencl_language_defn): Likewise.
8575 * p-lang.c (pascal_language_defn): Likewise.
8576 * rust-lang.c (rust_language_defn): Likewise.
8577
a9158a86
AB
85782019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8579
8580 * riscv-tdep.c (riscv_type_align): New function.
8581 (riscv_type_alignment): Delete.
8582 (riscv_arg_location): Use 'type_align'.
8583 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
8584
41077b66
AB
85852019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8586
8587 * gdbtypes.c (type_align): A struct with no non-static fields also
8588 has alignment of 1.
8589
9f0272f8
AB
85902019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8591
8592 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
8593 component to 0.
8594 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
8595 member.
8596 (riscv_struct_info::analyse): New implementation using new
8597 analyse_inner member function.
8598 (riscv_struct_info::field_offset): New member function.
8599 (riscv_struct_info::m_offsets): New member variable.
8600 (riscv_struct_info::analyse_inner): New private member function,
8601 takes the old implementation of riscv_struct_info::analyse but
8602 extended to track field offsets.
8603 (riscv_call_arg_struct): Update the struct folding special cases
8604 to handle cases where empty C++ structs, which are non-zero
8605 length, are found.
8606 (riscv_arg_location): Initialise the length of each location, a
8607 non-zero length now indicates the location is in use.
8608 (riscv_push_dummy_call): Allow for the first location having a
8609 non-zero offset when setting up arguments.
8610 (riscv_return_value): Likewise, but for return values.
8611
02cf60c7
TT
86122019-04-11 Tom Tromey <tromey@adacore.com>
8613
8614 * utils.c (internal_vproblem): Make "msg" const.
8615
68811f8f
AH
86162019-04-11 Alan Hayward <alan.hayward@arm.com>
8617
8618 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
8619 * trad-frame.c (trad_frame_reset_saved_regs): New function.
8620 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
8621 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
8622
3f52fdbc
KB
86232019-04-10 Kevin Buettner <kevinb@redhat.com>
8624
8625 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
8626 function.
8627 (fill_gregset): Call amd64_linux_collect_native_gregset instead
8628 of amd64_collect_native_gregset.
8629 (amd64_linux_nat_target::store_registers): Likewise.
8630
e9ad22ee
TT
86312019-04-10 Tom Tromey <tom@tromey.com>
8632
8633 * symtab.c (lookup_global_symbol_from_objfile)
8634 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
8635 * objfiles.h (class separate_debug_iterator): New.
8636 (class separate_debug_range): New.
8637 (struct objfile) <separate_debug_objfiles>: New method.
8638 (objfile_separate_debug_iterate): Don't declare.
8639 * objfiles.c (separate_debug_iterator::operator++): Rename from
8640 objfile_separate_debug_iterate.
8641 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
8642 iterator.
8643 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
8644 iterator.
8645
ee371134
TT
86462019-04-10 Tom Tromey <tom@tromey.com>
8647
8648 * symfile.c (reread_symbols): Remove old comment.
8649 * objfiles.c (free_all_objfiles): Fix a typo.
8650
bf227d61
TT
86512019-04-10 Tom Tromey <tom@tromey.com>
8652
8653 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
8654 * minsyms.c (lookup_minimal_symbol): Use foreach.
8655 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
8656 (lookup_minimal_symbol_solib_trampoline): Likewise.
8657 * symfile.c (reread_symbols): Use foreach.
8658
8dc433a0
TT
86592019-04-09 Ivan Begert <ivanbegert@gmail.com>
8660 Tom Tromey <tromey@adacore.com>
8661
8662 PR rust/24414:
8663 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
8664 (rust_lex_int_test): Change "value" to be LONGEST.
8665 (rust_lex_tests): Add test for long integer literal.
8666
9ab8741a
TT
86672019-04-09 Tom Tromey <tromey@adacore.com>
8668
8669 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
8670 to bool.
8671 (extended_remote_target::attach): Update.
8672 (remote_target::remote_notice_new_inferior): Update.
8673 (remote_target::add_current_inferior_and_thread): Update.
8674 * inferior.c (exit_inferior_1): Use "false".
8675 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
8676
e242fd12
SM
86772019-04-09 Simon Marchi <simon.marchi@efficios.com>
8678
9ca1957f 8679 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
8680 the "start" command.
8681
2b0c8b01
KB
86822019-04-08 Kevin Buettner <kevinb@redhat.com>
8683
8684 * python/py-inferior.c (infpy_thread_from_thread_handle):
8685 Adjust comments to reflect renaming of thread_from_thread_handle
8686 to thread_from_handle. Adjust keywords. Fix type error message.
8687 (inferior_object_methods): Add thread_from_handle. Retain
8688 thread_from_thread_handle, but mark it as deprecated.
8689
50a82723
KB
86902019-04-08 Kevin Buettner <kevinb@redhat.com>
8691
8692 * gdbthread.h (find_thread_by_handle): Revise declaration.
8693 * thread.c (find_thread_by_handle): Likewise. Adjust
8694 implementation too.
8695 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
8696 support for buffer objects as handles.
8697
cf63b016
KB
86982019-04-08 Kevin Buettner <kevinb@redhat.com>
8699
8700 * python/py-infthread.c (thpy_thread_handle): New function.
8701 (thread_object_methods): Register thpy_thread_handle.
8702
3d6c6204
KB
87032019-04-08 Kevin Buettner <kevinb@redhat.com>
8704
8705 * gdbthread.h (thread_to_thread_handle): Declare.
8706 * thread.c (gdbtypes.h): Include.
8707 (thread_to_thread_handle): New function.
8708
8709 * target.h (struct target_ops): Add thread_info_to_thread_handle.
8710 (target_thread_info_to_thread_handle): Declare.
8711 * target.c (target_thread_info_to_thread_handle): New function.
8712 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
8713 * target-delegates.c: Regenerate.
8714
8715 * linux-thread-db.c (class thread_db_target): Add method
8716 thread_info_to_thread_handle.
8717 (thread_db_target::thread_info_to_thread_handle): Define.
8718 * remote.c (class remote_target): Add new method
8719 thread_info_to_thread_handle.
8720 (remote_target::thread_info_to_thread_handle): Define.
8721
56be6ea8
PA
87222019-04-08 Pedro Alves <palves@redhat.com>
8723
8724 * common/common-exceptions.c (throw_exception): Don't create
8725 named object to throw; throw directly.
8726 (throw_it): Likewise. Don't initialize gdb_exception::message
8727 here, with new; pass FMT and AP to the ctor instead.
8728 * common/common-exceptions.h: Include <string>.
8729 (gdb_exception::gdb_exception(enum return_reason, enum errors,
8730 const char *, va_list)): New ctor. Use std::make_shared.
8731 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
8732 errors)): Delete.
8733 (gdb_exception_error::gdb_exception_error(enum errors, const char
8734 *, va_list)): New.
8735 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
8736 Add assertion.
8737 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
8738 errors)): Delete.
8739 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
8740 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
8741 Add assertion.
8742
eedc3f4f
TT
87432019-04-08 Tom Tromey <tom@tromey.com>
8744
8745 * valops.c (value_rtti_indirect_type): Replace throw_exception
8746 with throw.
8747 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
8748 with throw.
8749 * thread.c (thr_try_catch_cmd): Replace throw_exception with
8750 throw.
8751 * target.c (target_translate_tls_address): Replace throw_exception
8752 with throw.
8753 * stack.c (frame_apply_command_count): Replace throw_exception
8754 with throw.
8755 * solib-spu.c (append_ocl_sos): Replace throw_exception with
8756 throw.
8757 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
8758 with throw.
8759 * rs6000-tdep.c (rs6000_frame_cache)
8760 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
8761 * remote.c: Replace throw_exception with throw.
8762 * record-full.c (record_full_message, record_full_wait_1)
8763 (record_full_restore): Replace throw_exception with throw.
8764 * record-btrace.c:
8765 (get_thread_current_frame_id, record_btrace_start_replaying)
8766 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
8767 (cmd_record_btrace_start): Replace throw_exception with throw.
8768 * parse.c (parse_exp_in_context_1): Replace throw_exception with
8769 throw.
8770 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
8771 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
8772 * linespec.c:
8773 (find_linespec_symbols): Replace throw_exception with throw.
8774 * infrun.c (displaced_step_prepare, resume): Replace
8775 throw_exception with throw.
8776 * infcmd.c (post_create_inferior): Replace throw_exception with
8777 throw.
8778 * inf-loop.c (inferior_event_handler): Replace throw_exception
8779 with throw.
8780 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
8781 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
8782 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
8783 (get_prev_frame_always, get_frame_pc_if_available)
8784 (get_frame_address_in_block_if_available, get_frame_language):
8785 Replace throw_exception with throw.
8786 * frame-unwind.c (frame_unwind_try_unwinder): Replace
8787 throw_exception with throw.
8788 * eval.c (fetch_subexp_value, evaluate_var_value)
8789 (evaluate_funcall, evaluate_subexp_standard): Replace
8790 throw_exception with throw.
8791 * dwarf2loc.c (call_site_find_chain)
8792 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
8793 Replace throw_exception with throw.
8794 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
8795 with throw.
8796 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
8797 throw.
8798 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
8799 * completer.c (complete_line_internal): Replace throw_exception
8800 with throw.
8801 * compile/compile-object-run.c (compile_object_run): Replace
8802 throw_exception with throw.
8803 * cli/cli-script.c (process_next_line): Replace throw_exception
8804 with throw.
8805 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
8806 (btrace_enable, btrace_maint_update_pt_packets): Replace
8807 throw_exception with throw.
8808 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
8809 throw_exception with throw.
8810 * break-catch-throw.c (re_set_exception_catchpoint): Replace
8811 throw_exception with throw.
8812 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
8813 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
8814 * aarch64-tdep.c (aarch64_make_prologue_cache)
8815 (aarch64_make_stub_cache): Replace throw_exception with throw.
8816
26003a20
TT
88172019-04-08 Tom Tromey <tom@tromey.com>
8818
8819 * common/common-exceptions.c (throw_exception): Rename from
8820 throw_exception_cxx. Remove old copy. Make argument const.
8821 (throw_it): Create and throw exception objects directly.
8822 * common/common-exceptions.h (throw_exception): Make argument
8823 const.
8824 (struct gdb_exception_error): Add constructor.
8825 (struct gdb_exception_quit): Add constructor.
8826
d272eb37
TT
88272019-04-08 Tom Tromey <tom@tromey.com>
8828
8829 * common/common-exceptions.h (exception_rethrow): Don't declare.
8830 (TRY_SJLJ): Update comment.
8831 (TRY, CATCH, END_CATCH): Remove.
8832 * common/common-exceptions.c (exception_rethrow): Remove.
8833
230d2906
TT
88342019-04-08 Tom Tromey <tom@tromey.com>
8835
8836 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
8837 Remove.
8838 (gdb_exception_error): Rename from
8839 gdb_exception_RETURN_MASK_ERROR.
8840 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
8841 (gdb_quit_bad_alloc): Update.
8842 * aarch64-tdep.c: Update.
8843 * ada-lang.c: Update.
8844 * ada-typeprint.c: Update.
8845 * ada-valprint.c: Update.
8846 * amd64-tdep.c: Update.
8847 * arch-utils.c: Update.
8848 * break-catch-throw.c: Update.
8849 * breakpoint.c: Update.
8850 * btrace.c: Update.
8851 * c-varobj.c: Update.
8852 * cli/cli-cmds.c: Update.
8853 * cli/cli-interp.c: Update.
8854 * cli/cli-script.c: Update.
8855 * common/common-exceptions.c: Update.
8856 * common/new-op.c: Update.
8857 * common/selftest.c: Update.
8858 * compile/compile-c-symbols.c: Update.
8859 * compile/compile-cplus-symbols.c: Update.
8860 * compile/compile-object-load.c: Update.
8861 * compile/compile-object-run.c: Update.
8862 * completer.c: Update.
8863 * corelow.c: Update.
8864 * cp-abi.c: Update.
8865 * cp-support.c: Update.
8866 * cp-valprint.c: Update.
8867 * darwin-nat.c: Update.
8868 * disasm-selftests.c: Update.
8869 * dtrace-probe.c: Update.
8870 * dwarf-index-cache.c: Update.
8871 * dwarf-index-write.c: Update.
8872 * dwarf2-frame-tailcall.c: Update.
8873 * dwarf2-frame.c: Update.
8874 * dwarf2loc.c: Update.
8875 * dwarf2read.c: Update.
8876 * eval.c: Update.
8877 * event-loop.c: Update.
8878 * event-top.c: Update.
8879 * exec.c: Update.
8880 * f-valprint.c: Update.
8881 * fbsd-tdep.c: Update.
8882 * frame-unwind.c: Update.
8883 * frame.c: Update.
8884 * gdbtypes.c: Update.
8885 * gnu-v3-abi.c: Update.
8886 * guile/guile-internal.h: Update.
8887 * guile/scm-block.c: Update.
8888 * guile/scm-breakpoint.c: Update.
8889 * guile/scm-cmd.c: Update.
8890 * guile/scm-disasm.c: Update.
8891 * guile/scm-frame.c: Update.
8892 * guile/scm-lazy-string.c: Update.
8893 * guile/scm-math.c: Update.
8894 * guile/scm-param.c: Update.
8895 * guile/scm-ports.c: Update.
8896 * guile/scm-pretty-print.c: Update.
8897 * guile/scm-symbol.c: Update.
8898 * guile/scm-symtab.c: Update.
8899 * guile/scm-type.c: Update.
8900 * guile/scm-value.c: Update.
8901 * i386-linux-tdep.c: Update.
8902 * i386-tdep.c: Update.
8903 * inf-loop.c: Update.
8904 * infcall.c: Update.
8905 * infcmd.c: Update.
8906 * infrun.c: Update.
8907 * jit.c: Update.
8908 * language.c: Update.
8909 * linespec.c: Update.
8910 * linux-fork.c: Update.
8911 * linux-nat.c: Update.
8912 * linux-tdep.c: Update.
8913 * linux-thread-db.c: Update.
8914 * main.c: Update.
8915 * mi/mi-cmd-break.c: Update.
8916 * mi/mi-cmd-stack.c: Update.
8917 * mi/mi-interp.c: Update.
8918 * mi/mi-main.c: Update.
8919 * objc-lang.c: Update.
8920 * p-valprint.c: Update.
8921 * parse.c: Update.
8922 * ppc-linux-tdep.c: Update.
8923 * printcmd.c: Update.
8924 * python/py-arch.c: Update.
8925 * python/py-breakpoint.c: Update.
8926 * python/py-cmd.c: Update.
8927 * python/py-finishbreakpoint.c: Update.
8928 * python/py-frame.c: Update.
8929 * python/py-framefilter.c: Update.
8930 * python/py-gdb-readline.c: Update.
8931 * python/py-inferior.c: Update.
8932 * python/py-infthread.c: Update.
8933 * python/py-lazy-string.c: Update.
8934 * python/py-linetable.c: Update.
8935 * python/py-objfile.c: Update.
8936 * python/py-param.c: Update.
8937 * python/py-prettyprint.c: Update.
8938 * python/py-progspace.c: Update.
8939 * python/py-record-btrace.c: Update.
8940 * python/py-record.c: Update.
8941 * python/py-symbol.c: Update.
8942 * python/py-type.c: Update.
8943 * python/py-unwind.c: Update.
8944 * python/py-utils.c: Update.
8945 * python/py-value.c: Update.
8946 * python/python.c: Update.
8947 * record-btrace.c: Update.
8948 * record-full.c: Update.
8949 * remote-fileio.c: Update.
8950 * remote.c: Update.
8951 * riscv-tdep.c: Update.
8952 * rs6000-aix-tdep.c: Update.
8953 * rs6000-tdep.c: Update.
8954 * rust-exp.y: Update.
8955 * rust-lang.c: Update.
8956 * s390-tdep.c: Update.
8957 * selftest-arch.c: Update.
8958 * solib-dsbt.c: Update.
8959 * solib-frv.c: Update.
8960 * solib-spu.c: Update.
8961 * solib-svr4.c: Update.
8962 * solib.c: Update.
8963 * sparc64-linux-tdep.c: Update.
8964 * stack.c: Update.
8965 * symfile-mem.c: Update.
8966 * symmisc.c: Update.
8967 * target.c: Update.
8968 * thread.c: Update.
8969 * top.c: Update.
8970 * tracefile-tfile.c: Update.
8971 * tui/tui.c: Update.
8972 * typeprint.c: Update.
8973 * unittests/cli-utils-selftests.c: Update.
8974 * unittests/parse-connection-spec-selftests.c: Update.
8975 * valops.c: Update.
8976 * valprint.c: Update.
8977 * value.c: Update.
8978 * varobj.c: Update.
8979 * windows-nat.c: Update.
8980 * x86-linux-nat.c: Update.
8981 * xml-support.c: Update.
8982
a70b8144
TT
89832019-04-08 Tom Tromey <tom@tromey.com>
8984
8985 * xml-support.c: Use C++ exception handling.
8986 * x86-linux-nat.c: Use C++ exception handling.
8987 * windows-nat.c: Use C++ exception handling.
8988 * varobj.c: Use C++ exception handling.
8989 * value.c: Use C++ exception handling.
8990 * valprint.c: Use C++ exception handling.
8991 * valops.c: Use C++ exception handling.
8992 * unittests/parse-connection-spec-selftests.c: Use C++ exception
8993 handling.
8994 * unittests/cli-utils-selftests.c: Use C++ exception handling.
8995 * typeprint.c: Use C++ exception handling.
8996 * tui/tui.c: Use C++ exception handling.
8997 * tracefile-tfile.c: Use C++ exception handling.
8998 * top.c: Use C++ exception handling.
8999 * thread.c: Use C++ exception handling.
9000 * target.c: Use C++ exception handling.
9001 * symmisc.c: Use C++ exception handling.
9002 * symfile-mem.c: Use C++ exception handling.
9003 * stack.c: Use C++ exception handling.
9004 * sparc64-linux-tdep.c: Use C++ exception handling.
9005 * solib.c: Use C++ exception handling.
9006 * solib-svr4.c: Use C++ exception handling.
9007 * solib-spu.c: Use C++ exception handling.
9008 * solib-frv.c: Use C++ exception handling.
9009 * solib-dsbt.c: Use C++ exception handling.
9010 * selftest-arch.c: Use C++ exception handling.
9011 * s390-tdep.c: Use C++ exception handling.
9012 * rust-lang.c: Use C++ exception handling.
9013 * rust-exp.y: Use C++ exception handling.
9014 * rs6000-tdep.c: Use C++ exception handling.
9015 * rs6000-aix-tdep.c: Use C++ exception handling.
9016 * riscv-tdep.c: Use C++ exception handling.
9017 * remote.c: Use C++ exception handling.
9018 * remote-fileio.c: Use C++ exception handling.
9019 * record-full.c: Use C++ exception handling.
9020 * record-btrace.c: Use C++ exception handling.
9021 * python/python.c: Use C++ exception handling.
9022 * python/py-value.c: Use C++ exception handling.
9023 * python/py-utils.c: Use C++ exception handling.
9024 * python/py-unwind.c: Use C++ exception handling.
9025 * python/py-type.c: Use C++ exception handling.
9026 * python/py-symbol.c: Use C++ exception handling.
9027 * python/py-record.c: Use C++ exception handling.
9028 * python/py-record-btrace.c: Use C++ exception handling.
9029 * python/py-progspace.c: Use C++ exception handling.
9030 * python/py-prettyprint.c: Use C++ exception handling.
9031 * python/py-param.c: Use C++ exception handling.
9032 * python/py-objfile.c: Use C++ exception handling.
9033 * python/py-linetable.c: Use C++ exception handling.
9034 * python/py-lazy-string.c: Use C++ exception handling.
9035 * python/py-infthread.c: Use C++ exception handling.
9036 * python/py-inferior.c: Use C++ exception handling.
9037 * python/py-gdb-readline.c: Use C++ exception handling.
9038 * python/py-framefilter.c: Use C++ exception handling.
9039 * python/py-frame.c: Use C++ exception handling.
9040 * python/py-finishbreakpoint.c: Use C++ exception handling.
9041 * python/py-cmd.c: Use C++ exception handling.
9042 * python/py-breakpoint.c: Use C++ exception handling.
9043 * python/py-arch.c: Use C++ exception handling.
9044 * printcmd.c: Use C++ exception handling.
9045 * ppc-linux-tdep.c: Use C++ exception handling.
9046 * parse.c: Use C++ exception handling.
9047 * p-valprint.c: Use C++ exception handling.
9048 * objc-lang.c: Use C++ exception handling.
9049 * mi/mi-main.c: Use C++ exception handling.
9050 * mi/mi-interp.c: Use C++ exception handling.
9051 * mi/mi-cmd-stack.c: Use C++ exception handling.
9052 * mi/mi-cmd-break.c: Use C++ exception handling.
9053 * main.c: Use C++ exception handling.
9054 * linux-thread-db.c: Use C++ exception handling.
9055 * linux-tdep.c: Use C++ exception handling.
9056 * linux-nat.c: Use C++ exception handling.
9057 * linux-fork.c: Use C++ exception handling.
9058 * linespec.c: Use C++ exception handling.
9059 * language.c: Use C++ exception handling.
9060 * jit.c: Use C++ exception handling.
9061 * infrun.c: Use C++ exception handling.
9062 * infcmd.c: Use C++ exception handling.
9063 * infcall.c: Use C++ exception handling.
9064 * inf-loop.c: Use C++ exception handling.
9065 * i386-tdep.c: Use C++ exception handling.
9066 * i386-linux-tdep.c: Use C++ exception handling.
9067 * guile/scm-value.c: Use C++ exception handling.
9068 * guile/scm-type.c: Use C++ exception handling.
9069 * guile/scm-symtab.c: Use C++ exception handling.
9070 * guile/scm-symbol.c: Use C++ exception handling.
9071 * guile/scm-pretty-print.c: Use C++ exception handling.
9072 * guile/scm-ports.c: Use C++ exception handling.
9073 * guile/scm-param.c: Use C++ exception handling.
9074 * guile/scm-math.c: Use C++ exception handling.
9075 * guile/scm-lazy-string.c: Use C++ exception handling.
9076 * guile/scm-frame.c: Use C++ exception handling.
9077 * guile/scm-disasm.c: Use C++ exception handling.
9078 * guile/scm-cmd.c: Use C++ exception handling.
9079 * guile/scm-breakpoint.c: Use C++ exception handling.
9080 * guile/scm-block.c: Use C++ exception handling.
9081 * guile/guile-internal.h: Use C++ exception handling.
9082 * gnu-v3-abi.c: Use C++ exception handling.
9083 * gdbtypes.c: Use C++ exception handling.
9084 * frame.c: Use C++ exception handling.
9085 * frame-unwind.c: Use C++ exception handling.
9086 * fbsd-tdep.c: Use C++ exception handling.
9087 * f-valprint.c: Use C++ exception handling.
9088 * exec.c: Use C++ exception handling.
9089 * event-top.c: Use C++ exception handling.
9090 * event-loop.c: Use C++ exception handling.
9091 * eval.c: Use C++ exception handling.
9092 * dwarf2read.c: Use C++ exception handling.
9093 * dwarf2loc.c: Use C++ exception handling.
9094 * dwarf2-frame.c: Use C++ exception handling.
9095 * dwarf2-frame-tailcall.c: Use C++ exception handling.
9096 * dwarf-index-write.c: Use C++ exception handling.
9097 * dwarf-index-cache.c: Use C++ exception handling.
9098 * dtrace-probe.c: Use C++ exception handling.
9099 * disasm-selftests.c: Use C++ exception handling.
9100 * darwin-nat.c: Use C++ exception handling.
9101 * cp-valprint.c: Use C++ exception handling.
9102 * cp-support.c: Use C++ exception handling.
9103 * cp-abi.c: Use C++ exception handling.
9104 * corelow.c: Use C++ exception handling.
9105 * completer.c: Use C++ exception handling.
9106 * compile/compile-object-run.c: Use C++ exception handling.
9107 * compile/compile-object-load.c: Use C++ exception handling.
9108 * compile/compile-cplus-symbols.c: Use C++ exception handling.
9109 * compile/compile-c-symbols.c: Use C++ exception handling.
9110 * common/selftest.c: Use C++ exception handling.
9111 * common/new-op.c: Use C++ exception handling.
9112 * cli/cli-script.c: Use C++ exception handling.
9113 * cli/cli-interp.c: Use C++ exception handling.
9114 * cli/cli-cmds.c: Use C++ exception handling.
9115 * c-varobj.c: Use C++ exception handling.
9116 * btrace.c: Use C++ exception handling.
9117 * breakpoint.c: Use C++ exception handling.
9118 * break-catch-throw.c: Use C++ exception handling.
9119 * arch-utils.c: Use C++ exception handling.
9120 * amd64-tdep.c: Use C++ exception handling.
9121 * ada-valprint.c: Use C++ exception handling.
9122 * ada-typeprint.c: Use C++ exception handling.
9123 * ada-lang.c: Use C++ exception handling.
9124 * aarch64-tdep.c: Use C++ exception handling.
9125
3d6e9d23
TT
91262019-04-08 Tom Tromey <tom@tromey.com>
9127
9128 * xml-support.c (gdb_xml_parser::parse): Update.
9129 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
9130 * value.c (show_convenience): Update.
9131 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
9132 (test_parse_flags_qcs): Update.
9133 * thread.c (thr_try_catch_cmd): Update.
9134 * target.c (target_translate_tls_address): Update.
9135 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
9136 (info_frame_command_core, frame_apply_command_count): Update.
9137 * rust-exp.y (rust_lex_exception_test): Update.
9138 * riscv-tdep.c (riscv_print_one_register_info): Update.
9139 * remote.c (remote_target::enable_btrace): Update.
9140 * record-btrace.c (record_btrace_enable_warn): Update.
9141 * python/py-utils.c (gdbpy_convert_exception): Update.
9142 * printcmd.c (do_one_display, print_variable_and_value): Update.
9143 * mi/mi-main.c (mi_print_exception): Update.
9144 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
9145 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
9146 * linux-nat.c (linux_nat_target::attach): Update.
9147 * linux-fork.c (class scoped_switch_fork_info): Update.
9148 * infrun.c (displaced_step_prepare): Update.
9149 * infcall.c (call_function_by_hand_dummy): Update.
9150 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
9151 * gnu-v3-abi.c (print_one_vtable): Update.
9152 * frame.c (get_prev_frame_always): Update.
9153 * f-valprint.c (info_common_command_for_block): Update.
9154 * exec.c (try_open_exec_file): Update.
9155 * exceptions.c (print_exception, exception_print)
9156 (exception_fprintf, exception_print_same): Update.
9157 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
9158 * dwarf-index-cache.c (index_cache::store)
9159 (index_cache::lookup_gdb_index): Update.
9160 * darwin-nat.c (maybe_cache_shell): Update.
9161 * cp-valprint.c (cp_print_value_fields): Update.
9162 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
9163 (gcc_cplus_symbol_address): Update.
9164 * compile/compile-c-symbols.c (gcc_convert_symbol)
9165 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
9166 * common/selftest.c: Update.
9167 * common/common-exceptions.h (struct gdb_exception) <message>: Now
9168 a std::string.
9169 (exception_try_scope_entry, exception_try_scope_exit): Don't
9170 declare.
9171 (struct exception_try_scope): Remove.
9172 (TRY): Don't use exception_try_scope.
9173 (struct gdb_exception): Add constructor, operator=.
9174 <what>: New method.
9175 (struct gdb_exception_RETURN_MASK_ALL)
9176 (struct gdb_exception_RETURN_MASK_ERROR)
9177 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
9178 (struct gdb_quit_bad_alloc): Update.
9179 * common/common-exceptions.c (exception_none): Change
9180 initializer.
9181 (struct catcher) <state, exception>: Initialize inline.
9182 <prev>: Remove member.
9183 (current_catcher): Remove.
9184 (catchers): New global.
9185 (exceptions_state_mc_init): Simplify.
9186 (catcher_pop): Remove.
9187 (exceptions_state_mc, exceptions_state_mc_catch): Update.
9188 (try_scope_depth, exception_try_scope_entry)
9189 (exception_try_scope_exit): Remove.
9190 (throw_exception_sjlj): Update.
9191 (exception_messages, exception_messages_size): Remove.
9192 (throw_it): Simplify.
9193 (gdb_exception_sliced_copy): Remove.
9194 (throw_exception_cxx): Update.
9195 * cli/cli-script.c (script_from_file): Update.
9196 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
9197 Update.
9198 * ada-valprint.c (ada_val_print): Update.
9199 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
9200 (create_excep_cond_exprs): Update.
9201
c5c10118
TT
92022019-04-08 Tom Tromey <tom@tromey.com>
9203
9204 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
9205 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
9206 (TRY, CATCH, END_CATCH): Remove some definitions.
9207 * common/common-exceptions.c: Don't use GDB_XCPT.
9208 (catcher_list_size): Remove.
9209 (throw_exception, throw_it): Simplify.
9210
4de283e4
TT
92112019-04-05 Tom Tromey <tom@tromey.com>
9212
9213 Revert the header-sorting patch.
9214 * ft32-tdep.c: Revert.
9215 * frv-tdep.c: Revert.
9216 * frv-linux-tdep.c: Revert.
9217 * frame.c: Revert.
9218 * frame-unwind.c: Revert.
9219 * frame-base.c: Revert.
9220 * fork-child.c: Revert.
9221 * findvar.c: Revert.
9222 * findcmd.c: Revert.
9223 * filesystem.c: Revert.
9224 * filename-seen-cache.h: Revert.
9225 * filename-seen-cache.c: Revert.
9226 * fbsd-tdep.c: Revert.
9227 * fbsd-nat.h: Revert.
9228 * fbsd-nat.c: Revert.
9229 * f-valprint.c: Revert.
9230 * f-typeprint.c: Revert.
9231 * f-lang.c: Revert.
9232 * extension.h: Revert.
9233 * extension.c: Revert.
9234 * extension-priv.h: Revert.
9235 * expprint.c: Revert.
9236 * exec.h: Revert.
9237 * exec.c: Revert.
9238 * exceptions.c: Revert.
9239 * event-top.c: Revert.
9240 * event-loop.c: Revert.
9241 * eval.c: Revert.
9242 * elfread.c: Revert.
9243 * dwarf2read.h: Revert.
9244 * dwarf2read.c: Revert.
9245 * dwarf2loc.c: Revert.
9246 * dwarf2expr.h: Revert.
9247 * dwarf2expr.c: Revert.
9248 * dwarf2-frame.c: Revert.
9249 * dwarf2-frame-tailcall.c: Revert.
9250 * dwarf-index-write.h: Revert.
9251 * dwarf-index-write.c: Revert.
9252 * dwarf-index-common.c: Revert.
9253 * dwarf-index-cache.h: Revert.
9254 * dwarf-index-cache.c: Revert.
9255 * dummy-frame.c: Revert.
9256 * dtrace-probe.c: Revert.
9257 * disasm.h: Revert.
9258 * disasm.c: Revert.
9259 * disasm-selftests.c: Revert.
9260 * dictionary.c: Revert.
9261 * dicos-tdep.c: Revert.
9262 * demangle.c: Revert.
9263 * dcache.h: Revert.
9264 * dcache.c: Revert.
9265 * darwin-nat.h: Revert.
9266 * darwin-nat.c: Revert.
9267 * darwin-nat-info.c: Revert.
9268 * d-valprint.c: Revert.
9269 * d-namespace.c: Revert.
9270 * d-lang.c: Revert.
9271 * ctf.c: Revert.
9272 * csky-tdep.c: Revert.
9273 * csky-linux-tdep.c: Revert.
9274 * cris-tdep.c: Revert.
9275 * cris-linux-tdep.c: Revert.
9276 * cp-valprint.c: Revert.
9277 * cp-support.c: Revert.
9278 * cp-namespace.c: Revert.
9279 * cp-abi.c: Revert.
9280 * corelow.c: Revert.
9281 * corefile.c: Revert.
9282 * continuations.c: Revert.
9283 * completer.h: Revert.
9284 * completer.c: Revert.
9285 * complaints.c: Revert.
9286 * coffread.c: Revert.
9287 * coff-pe-read.c: Revert.
9288 * cli-out.h: Revert.
9289 * cli-out.c: Revert.
9290 * charset.c: Revert.
9291 * c-varobj.c: Revert.
9292 * c-valprint.c: Revert.
9293 * c-typeprint.c: Revert.
9294 * c-lang.c: Revert.
9295 * buildsym.c: Revert.
9296 * buildsym-legacy.c: Revert.
9297 * build-id.h: Revert.
9298 * build-id.c: Revert.
9299 * btrace.c: Revert.
9300 * bsd-uthread.c: Revert.
9301 * breakpoint.h: Revert.
9302 * breakpoint.c: Revert.
9303 * break-catch-throw.c: Revert.
9304 * break-catch-syscall.c: Revert.
9305 * break-catch-sig.c: Revert.
9306 * blockframe.c: Revert.
9307 * block.c: Revert.
9308 * bfin-tdep.c: Revert.
9309 * bfin-linux-tdep.c: Revert.
9310 * bfd-target.c: Revert.
9311 * bcache.c: Revert.
9312 * ax-general.c: Revert.
9313 * ax-gdb.h: Revert.
9314 * ax-gdb.c: Revert.
9315 * avr-tdep.c: Revert.
9316 * auxv.c: Revert.
9317 * auto-load.c: Revert.
9318 * arm-wince-tdep.c: Revert.
9319 * arm-tdep.c: Revert.
9320 * arm-symbian-tdep.c: Revert.
9321 * arm-pikeos-tdep.c: Revert.
9322 * arm-obsd-tdep.c: Revert.
9323 * arm-nbsd-tdep.c: Revert.
9324 * arm-nbsd-nat.c: Revert.
9325 * arm-linux-tdep.c: Revert.
9326 * arm-linux-nat.c: Revert.
9327 * arm-fbsd-tdep.c: Revert.
9328 * arm-fbsd-nat.c: Revert.
9329 * arm-bsd-tdep.c: Revert.
9330 * arch-utils.c: Revert.
9331 * arc-tdep.c: Revert.
9332 * arc-newlib-tdep.c: Revert.
9333 * annotate.h: Revert.
9334 * annotate.c: Revert.
9335 * amd64-windows-tdep.c: Revert.
9336 * amd64-windows-nat.c: Revert.
9337 * amd64-tdep.c: Revert.
9338 * amd64-sol2-tdep.c: Revert.
9339 * amd64-obsd-tdep.c: Revert.
9340 * amd64-obsd-nat.c: Revert.
9341 * amd64-nbsd-tdep.c: Revert.
9342 * amd64-nbsd-nat.c: Revert.
9343 * amd64-nat.c: Revert.
9344 * amd64-linux-tdep.c: Revert.
9345 * amd64-linux-nat.c: Revert.
9346 * amd64-fbsd-tdep.c: Revert.
9347 * amd64-fbsd-nat.c: Revert.
9348 * amd64-dicos-tdep.c: Revert.
9349 * amd64-darwin-tdep.c: Revert.
9350 * amd64-bsd-nat.c: Revert.
9351 * alpha-tdep.c: Revert.
9352 * alpha-obsd-tdep.c: Revert.
9353 * alpha-nbsd-tdep.c: Revert.
9354 * alpha-mdebug-tdep.c: Revert.
9355 * alpha-linux-tdep.c: Revert.
9356 * alpha-linux-nat.c: Revert.
9357 * alpha-bsd-tdep.c: Revert.
9358 * alpha-bsd-nat.c: Revert.
9359 * aix-thread.c: Revert.
9360 * agent.c: Revert.
9361 * addrmap.c: Revert.
9362 * ada-varobj.c: Revert.
9363 * ada-valprint.c: Revert.
9364 * ada-typeprint.c: Revert.
9365 * ada-tasks.c: Revert.
9366 * ada-lang.c: Revert.
9367 * aarch64-tdep.c: Revert.
9368 * aarch64-ravenscar-thread.c: Revert.
9369 * aarch64-newlib-tdep.c: Revert.
9370 * aarch64-linux-tdep.c: Revert.
9371 * aarch64-linux-nat.c: Revert.
9372 * aarch64-fbsd-tdep.c: Revert.
9373 * aarch64-fbsd-nat.c: Revert.
9374 * aarch32-linux-nat.c: Revert.
9375
d55e5aa6
TT
93762019-04-05 Tom Tromey <tom@tromey.com>
9377
9378 * ft32-tdep.c: Sort headers.
9379 * frv-tdep.c: Sort headers.
9380 * frv-linux-tdep.c: Sort headers.
9381 * frame.c: Sort headers.
9382 * frame-unwind.c: Sort headers.
9383 * frame-base.c: Sort headers.
9384 * fork-child.c: Sort headers.
9385 * findvar.c: Sort headers.
9386 * findcmd.c: Sort headers.
9387 * filesystem.c: Sort headers.
9388 * filename-seen-cache.h: Sort headers.
9389 * filename-seen-cache.c: Sort headers.
9390 * fbsd-tdep.c: Sort headers.
9391 * fbsd-nat.h: Sort headers.
9392 * fbsd-nat.c: Sort headers.
9393 * f-valprint.c: Sort headers.
9394 * f-typeprint.c: Sort headers.
9395 * f-lang.c: Sort headers.
9396 * extension.h: Sort headers.
9397 * extension.c: Sort headers.
9398 * extension-priv.h: Sort headers.
9399 * expprint.c: Sort headers.
9400 * exec.h: Sort headers.
9401 * exec.c: Sort headers.
9402 * exceptions.c: Sort headers.
9403 * event-top.c: Sort headers.
9404 * event-loop.c: Sort headers.
9405 * eval.c: Sort headers.
9406 * elfread.c: Sort headers.
9407 * dwarf2read.h: Sort headers.
9408 * dwarf2read.c: Sort headers.
9409 * dwarf2loc.c: Sort headers.
9410 * dwarf2expr.h: Sort headers.
9411 * dwarf2expr.c: Sort headers.
9412 * dwarf2-frame.c: Sort headers.
9413 * dwarf2-frame-tailcall.c: Sort headers.
9414 * dwarf-index-write.h: Sort headers.
9415 * dwarf-index-write.c: Sort headers.
9416 * dwarf-index-common.c: Sort headers.
9417 * dwarf-index-cache.h: Sort headers.
9418 * dwarf-index-cache.c: Sort headers.
9419 * dummy-frame.c: Sort headers.
9420 * dtrace-probe.c: Sort headers.
9421 * disasm.h: Sort headers.
9422 * disasm.c: Sort headers.
9423 * disasm-selftests.c: Sort headers.
9424 * dictionary.c: Sort headers.
9425 * dicos-tdep.c: Sort headers.
9426 * demangle.c: Sort headers.
9427 * dcache.h: Sort headers.
9428 * dcache.c: Sort headers.
9429 * darwin-nat.h: Sort headers.
9430 * darwin-nat.c: Sort headers.
9431 * darwin-nat-info.c: Sort headers.
9432 * d-valprint.c: Sort headers.
9433 * d-namespace.c: Sort headers.
9434 * d-lang.c: Sort headers.
9435 * ctf.c: Sort headers.
9436 * csky-tdep.c: Sort headers.
9437 * csky-linux-tdep.c: Sort headers.
9438 * cris-tdep.c: Sort headers.
9439 * cris-linux-tdep.c: Sort headers.
9440 * cp-valprint.c: Sort headers.
9441 * cp-support.c: Sort headers.
9442 * cp-namespace.c: Sort headers.
9443 * cp-abi.c: Sort headers.
9444 * corelow.c: Sort headers.
9445 * corefile.c: Sort headers.
9446 * continuations.c: Sort headers.
9447 * completer.h: Sort headers.
9448 * completer.c: Sort headers.
9449 * complaints.c: Sort headers.
9450 * coffread.c: Sort headers.
9451 * coff-pe-read.c: Sort headers.
9452 * cli-out.h: Sort headers.
9453 * cli-out.c: Sort headers.
9454 * charset.c: Sort headers.
9455 * c-varobj.c: Sort headers.
9456 * c-valprint.c: Sort headers.
9457 * c-typeprint.c: Sort headers.
9458 * c-lang.c: Sort headers.
9459 * buildsym.c: Sort headers.
9460 * buildsym-legacy.c: Sort headers.
9461 * build-id.h: Sort headers.
9462 * build-id.c: Sort headers.
9463 * btrace.c: Sort headers.
9464 * bsd-uthread.c: Sort headers.
9465 * breakpoint.h: Sort headers.
9466 * breakpoint.c: Sort headers.
9467 * break-catch-throw.c: Sort headers.
9468 * break-catch-syscall.c: Sort headers.
9469 * break-catch-sig.c: Sort headers.
9470 * blockframe.c: Sort headers.
9471 * block.c: Sort headers.
9472 * bfin-tdep.c: Sort headers.
9473 * bfin-linux-tdep.c: Sort headers.
9474 * bfd-target.c: Sort headers.
9475 * bcache.c: Sort headers.
9476 * ax-general.c: Sort headers.
9477 * ax-gdb.h: Sort headers.
9478 * ax-gdb.c: Sort headers.
9479 * avr-tdep.c: Sort headers.
9480 * auxv.c: Sort headers.
9481 * auto-load.c: Sort headers.
9482 * arm-wince-tdep.c: Sort headers.
9483 * arm-tdep.c: Sort headers.
9484 * arm-symbian-tdep.c: Sort headers.
9485 * arm-pikeos-tdep.c: Sort headers.
9486 * arm-obsd-tdep.c: Sort headers.
9487 * arm-nbsd-tdep.c: Sort headers.
9488 * arm-nbsd-nat.c: Sort headers.
9489 * arm-linux-tdep.c: Sort headers.
9490 * arm-linux-nat.c: Sort headers.
9491 * arm-fbsd-tdep.c: Sort headers.
9492 * arm-fbsd-nat.c: Sort headers.
9493 * arm-bsd-tdep.c: Sort headers.
9494 * arch-utils.c: Sort headers.
9495 * arc-tdep.c: Sort headers.
9496 * arc-newlib-tdep.c: Sort headers.
9497 * annotate.h: Sort headers.
9498 * annotate.c: Sort headers.
9499 * amd64-windows-tdep.c: Sort headers.
9500 * amd64-windows-nat.c: Sort headers.
9501 * amd64-tdep.c: Sort headers.
9502 * amd64-sol2-tdep.c: Sort headers.
9503 * amd64-obsd-tdep.c: Sort headers.
9504 * amd64-obsd-nat.c: Sort headers.
9505 * amd64-nbsd-tdep.c: Sort headers.
9506 * amd64-nbsd-nat.c: Sort headers.
9507 * amd64-nat.c: Sort headers.
9508 * amd64-linux-tdep.c: Sort headers.
9509 * amd64-linux-nat.c: Sort headers.
9510 * amd64-fbsd-tdep.c: Sort headers.
9511 * amd64-fbsd-nat.c: Sort headers.
9512 * amd64-dicos-tdep.c: Sort headers.
9513 * amd64-darwin-tdep.c: Sort headers.
9514 * amd64-bsd-nat.c: Sort headers.
9515 * alpha-tdep.c: Sort headers.
9516 * alpha-obsd-tdep.c: Sort headers.
9517 * alpha-nbsd-tdep.c: Sort headers.
9518 * alpha-mdebug-tdep.c: Sort headers.
9519 * alpha-linux-tdep.c: Sort headers.
9520 * alpha-linux-nat.c: Sort headers.
9521 * alpha-bsd-tdep.c: Sort headers.
9522 * alpha-bsd-nat.c: Sort headers.
9523 * aix-thread.c: Sort headers.
9524 * agent.c: Sort headers.
9525 * addrmap.c: Sort headers.
9526 * ada-varobj.c: Sort headers.
9527 * ada-valprint.c: Sort headers.
9528 * ada-typeprint.c: Sort headers.
9529 * ada-tasks.c: Sort headers.
9530 * ada-lang.c: Sort headers.
9531 * aarch64-tdep.c: Sort headers.
9532 * aarch64-ravenscar-thread.c: Sort headers.
9533 * aarch64-newlib-tdep.c: Sort headers.
9534 * aarch64-linux-tdep.c: Sort headers.
9535 * aarch64-linux-nat.c: Sort headers.
9536 * aarch64-fbsd-tdep.c: Sort headers.
9537 * aarch64-fbsd-nat.c: Sort headers.
9538 * aarch32-linux-nat.c: Sort headers.
9539
699bd4cf
TT
95402019-04-04 Tom Tromey <tom@tromey.com>
9541
9542 * varobj.c (varobj_create): Update.
9543 * rust-exp.y (struct rust_parser) <update_innermost_block,
9544 lookup_symbol>: New methods.
9545 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
9546 Rename.
9547 (rust_parser::rust_lookup_type)
9548 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9549 * printcmd.c (display_command, do_one_display): Update.
9550 * parser-defs.h (struct parser_state) <parser_state>: Add
9551 "tracker" parameter.
9552 (block_tracker): New member.
9553 (class innermost_block_tracker) <innermost_block_tracker>: Add
9554 "types" parameter.
9555 <reset>: Remove method.
9556 (innermost_block): Don't declare.
9557 (null_post_parser): Update.
9558 * parse.c (innermost_block): Remove global.
9559 (write_dollar_variable): Update.
9560 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
9561 Remove "tracker_types" parameter.
9562 (parse_expression): Add "tracker" parameter.
9563 (parse_expression_for_completion): Update.
9564 (null_post_parser): Add "tracker" parameter.
9565 * p-exp.y: Update rules.
9566 * m2-exp.y: Update rules.
9567 * language.h (struct language_defn) <la_post_parser>: Add
9568 "tracker" parameter.
9569 * go-exp.y: Update rules.
9570 * f-exp.y: Update rules.
9571 * expression.h (parse_expression, parse_exp_1): Add "tracker"
9572 parameter.
9573 * d-exp.y: Update rules.
9574 * c-exp.y: Update rules.
9575 * breakpoint.c (set_breakpoint_condition): Create an
9576 innermost_block_tracker.
9577 (watch_command_1): Likewise.
9578 * ada-lang.c (resolve): Add "tracker" parameter.
9579 (resolve_subexp): Likewise.
9580 * ada-exp.y (write_var_from_sym): Update.
9581
dac43e32
TT
95822019-04-04 Tom Tromey <tom@tromey.com>
9583
9584 * type-stack.h: New file.
9585 * type-stack.c: New file.
9586 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
9587 type-stack.h.
9588 (insert_into_type_stack, insert_type, push_type, push_type_int)
9589 (insert_type_address_space, pop_type, pop_type_int)
9590 (pop_typelist, pop_type_stack, append_type_stack)
9591 (push_type_stack, get_type_stack, push_typelist)
9592 (follow_type_instance_flags, follow_types): Don't declare.
9593 * parse.c (type_stack): Remove global.
9594 (parse_exp_in_context): Update.
9595 (insert_into_type_stack, insert_type, push_type, push_type_int)
9596 (insert_type_address_space, pop_type, pop_type_int)
9597 (pop_typelist, pop_type_stack, append_type_stack)
9598 (push_type_stack, get_type_stack, push_typelist)
9599 (follow_type_instance_flags, follow_types): Remove (moved to
9600 type-stack.c).
9601 * f-exp.y (type_stack): New global.
9602 Update rules.
9603 (push_kind_type, f_parse): Update.
9604 * d-exp.y (type_stack): New global.
9605 Update rules.
9606 (d_parse): Update.
9607 * c-exp.y (struct c_parse_state) <type_stack>: New member.
9608 Update rules.
9609 * Makefile.in (COMMON_SFILES): Add type-stack.c.
9610 (HFILES_NO_SRCDIR): Add type-stack.h.
9611
2a612529
TT
96122019-04-04 Tom Tromey <tom@tromey.com>
9613
9614 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
9615 (rust_parser::convert_ast_to_expression, rust_parse)
9616 (rust_lex_test_completion, rust_lex_tests): Update.
9617 * parser-defs.h (struct expr_completion_state): New.
9618 (struct parser_state) <parser_state>: Add completion parameter.
9619 <mark_struct_expression, mark_completion_tag>: New methods.
9620 <parse_completion, m_completion_state>: New members.
9621 (prefixify_expression, null_post_parser): Update.
9622 (mark_struct_expression, mark_completion_tag): Don't declare.
9623 * parse.c (parse_completion, expout_last_struct)
9624 (expout_tag_completion_type, expout_completion_name): Remove
9625 globals.
9626 (parser_state::mark_struct_expression)
9627 (parser_state::mark_completion_tag): Now methods.
9628 (prefixify_expression): Add last_struct parameter.
9629 (prefixify_subexp): Likewise.
9630 (parse_exp_1): Update.
9631 (parse_exp_in_context): Add cstate parameter. Update.
9632 (parse_expression_for_completion): Create an
9633 expr_completion_state.
9634 (null_post_parser): Add "completion" parameter.
9635 * p-exp.y: Update rules.
9636 (yylex): Update.
9637 * language.h (struct language_defn) <la_post_parser>: Add
9638 "completing" parameter.
9639 * go-exp.y: Update rules.
9640 (lex_one_token): Update.
9641 * expression.h (parse_completion): Don't declare.
9642 * d-exp.y: Update rules.
9643 (lex_one_token): Update rules.
9644 * c-exp.y: Update rules.
9645 (lex_one_token): Update.
9646 * ada-lang.c (resolve): Add "parse_completion" parameter.
9647 (resolve_subexp): Likewise.
9648 (ada_resolve_function): Likewise.
9649
43476f0b
TT
96502019-04-04 Tom Tromey <tom@tromey.com>
9651
9652 * parser-defs.h (struct parser_state) <start_arglist,
9653 end_arglist>: New methods.
9654 <arglist_len, m_funcall_chain>: New members.
9655 (arglist_len, start_arglist, end_arglist): Don't declare.
9656 * parse.c (arglist_len, funcall_chain): Remove global.
9657 (start_arglist, end_arglist): Remove functions.
9658 (parse_exp_in_context): Update.
9659 * p-exp.y: Update rules.
9660 * m2-exp.y: Update rules.
9661 * go-exp.y: Update rules.
9662 * f-exp.y: Update rules.
9663 * d-exp.y: Update rules.
9664 * c-exp.y: Update rules.
9665
5776fca3
TT
96662019-04-04 Tom Tromey <tom@tromey.com>
9667
9668 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
9669 lex_operator, push_back>: New methods.
9670 Update all rules.
9671 (rust_parser::lex_hex, lex_escape): Rename and update.
9672 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
9673 (rust_parser::lex_operator): Rename and update.
9674 (rust_parser::lex_number, rustyylex, rustyyerror)
9675 (rust_lex_test_init, rust_lex_test_sequence)
9676 (rust_lex_test_push_back, rust_lex_tests): Update.
9677 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
9678 parameter.
9679 <lexptr, prev_lexptr>: New members.
9680 (lexptr, prev_lexptr): Don't declare.
9681 * parse.c (lexptr, prev_lexptr): Remove globals.
9682 (parse_exp_in_context): Update.
9683 * p-exp.y (yylex, yyerror): Update.
9684 * m2-exp.y (parse_number, yylex, yyerror): Update.
9685 * go-exp.y (lex_one_token, yyerror): Update.
9686 * f-exp.y (match_string_literal, yylex, yyerror): Update.
9687 * d-exp.y (lex_one_token, yyerror): Update.
9688 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
9689 (lex_one_token, yyerror): Update.
9690 * ada-lex.l (YY_INPUT): Update.
9691 (rewind_to_char): Update.
9692 * ada-exp.y (yyerror): Update.
9693
8621b685
TT
96942019-04-04 Tom Tromey <tom@tromey.com>
9695
9696 * rust-exp.y (rustyylex, rust_lex_tests): Update.
9697 * parser-defs.h (struct parser_state) <parser_state>: Add new
9698 parameter.
9699 <comma_terminates>: New member.
9700 (comma_terminates): Don't declare global.
9701 * parse.c (comma_terminates): Remove global.
9702 (parse_exp_in_context): Update.
9703 * p-exp.y (yylex): Update.
9704 * m2-exp.y (yylex): Update.
9705 * go-exp.y (lex_one_token): Update.
9706 * f-exp.y (yylex): Update.
9707 * d-exp.y (lex_one_token): Update.
9708 * c-exp.y (lex_one_token): Update.
9709 * ada-lex.l: Update.
9710
28aaf3fd
TT
97112019-04-04 Tom Tromey <tom@tromey.com>
9712
9713 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
9714 (rustyylex, rust_lex_test_init, rust_lex_test_one)
9715 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
9716 * parser-defs.h (paren_depth): Don't declare.
9717 * parse.c (paren_depth): Remove global.
9718 (parse_exp_in_context): Update.
9719 * p-exp.y (paren_depth): New global.
9720 (pascal_parse): Initialize it.
9721 * m2-exp.y (paren_depth): New global.
9722 (m2_parse): Initialize it.
9723 * go-exp.y (paren_depth): New global.
9724 (go_parse): Initialize it.
9725 * f-exp.y (paren_depth): New global.
9726 (f_parse): Initialize it.
9727 * d-exp.y (paren_depth): New global.
9728 (d_parse): Initialize it.
9729 * c-exp.y (paren_depth): New global.
9730 (c_parse): Initialize it.
9731 * ada-lex.l (paren_depth): New global.
9732 (lexer_init): Initialize it.
9733
1e58a4a4
TT
97342019-04-04 Tom Tromey <tom@tromey.com>
9735
9736 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
9737 (rust_parser::convert_ast_to_type)
9738 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
9739 * parser-defs.h (struct parser_state) <parser_state>: Add
9740 parameters. Initialize new members.
9741 <expression_context_block, expression_context_pc>: New members.
9742 * parse.c (expression_context_block, expression_context_pc):
9743 Remove globals.
9744 (parse_exp_in_context): Update.
9745 * p-exp.y: Update all rules.
9746 (yylex): Update.
9747 * m2-exp.y: Update all rules.
9748 (yylex): Update.
9749 * go-exp.y (yylex): Update.
9750 * f-exp.y (yylex): Update.
9751 * d-exp.y: Update all rules.
9752 (yylex): Update.
9753 * c-exp.y: Update all rules.
9754 (lex_one_token, classify_name, yylex, c_parse): Update.
9755 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
9756
37eedb39
TT
97572019-04-04 Tom Tromey <tom@tromey.com>
9758
9759 * gdbarch.h, gdbarch.c: Rebuild.
9760 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
9761 * stap-probe.h:
9762 (struct stap_parse_info): Replace "parser_state" with
9763 "expr_builder".
9764 * parser-defs.h (struct expr_builder): Rename from "parser_state".
9765 (parser_state): New class.
9766 * parse.c (expr_builder): Rename.
9767 (expr_builder::release): Rename.
9768 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
9769 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
9770 (write_exp_elt_longcst, write_exp_elt_floatcst)
9771 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
9772 (write_exp_string_vector, write_exp_bitstring)
9773 (write_exp_msymbol, mark_struct_expression)
9774 (write_dollar_variable)
9775 (insert_type_address_space, increase_expout_size): Replace
9776 "parser_state" with "expr_builder".
9777 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
9778 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
9779 "parser_state" with "expr_builder".
9780
73923d7e
TT
97812019-04-04 Tom Tromey <tom@tromey.com>
9782
9783 * rust-exp.y: Replace "parse_language" with method call.
9784 * p-exp.y:
9785 (yylex): Replace "parse_language" with method call.
9786 * m2-exp.y:
9787 (yylex): Replace "parse_language" with method call.
9788 * go-exp.y (classify_name): Replace "parse_language" with method
9789 call.
9790 * f-exp.y (yylex): Replace "parse_language" with method call.
9791 * d-exp.y (lex_one_token): Replace "parse_language" with method
9792 call.
9793 * c-exp.y:
9794 (lex_one_token, classify_name, yylex): Replace "parse_language"
9795 with method call.
9796 * ada-exp.y (find_primitive_type, type_char)
9797 (type_system_address): Replace "parse_language" with method call.
9798
fa9f5be6
TT
97992019-04-04 Tom Tromey <tom@tromey.com>
9800
9801 * rust-exp.y: Replace "parse_gdbarch" with method call.
9802 * parse.c (write_dollar_variable, insert_type_address_space):
9803 Replace "parse_gdbarch" with method call.
9804 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
9805 call.
9806 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
9807 call.
9808 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
9809 "parse_gdbarch" with method call.
9810 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
9811 with method call.
9812 * f-exp.y (parse_type, parse_f_type, yylex): Replace
9813 "parse_gdbarch" with method call.
9814 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
9815 "parse_gdbarch" with method call.
9816 * c-exp.y (parse_type, parse_number, classify_name): Replace
9817 "parse_gdbarch" with method call.
9818 * ada-lex.l: Replace "parse_gdbarch" with method call.
9819 * ada-exp.y (parse_type, find_primitive_type, type_char)
9820 (type_system_address): Replace "parse_gdbarch" with method call.
9821
1201a264
TT
98222019-04-04 Tom Tromey <tom@tromey.com>
9823
9824 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
9825 * stap-probe.c (stap_parse_argument): Update.
9826 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
9827 initial_size parameter.
9828 * rust-exp.y (rust_lex_tests): Update.
9829 * parse.c (parser_state): Update.
9830 (parse_exp_in_context): Update.
9831 * parser-defs.h (struct parser_state) <parser_state>: Remove
9832 "initial_size" parameter.
9833
e3980ce2
TT
98342019-04-04 Tom Tromey <tom@tromey.com>
9835
9836 * parser-defs.h (increase_expout_size): Don't declare.
9837 * parse.c (increase_expout_size): Now static.
9838
e9f8e3f1
TS
98392019-04-04 Thomas Schwinge <thomas@codesourcery.com>
9840
9841 * gnu-nat.c (gnu_nat_target::wait): Fix
9842 target_waitstatus_to_string call.
9843
d7df6549
AB
98442019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9845
9846 * eval.c (evaluate_subexp_standard): Handle internal functions
9847 during Fortran function call handling.
9848
8bdc1658
AB
98492019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
9850
9851 * NEWS: Mention new internal functions.
9852 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
9853 (read_base_type): Use dwarf2_init_complex_target_type.
9854 * value.c (creal_internal_fn): New function.
9855 (cimag_internal_fn): New function.
9856 (_initialize_values): Register new internal functions.
9857
c29705b7
PW
98582019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9859
9860 * infrun.c (stop_all_threads): If debug_infrun, always
9861 trace the wait status after wait_one, using
9862 target_waitstatus_to_string and target_pid_to_str.
9863 (handle_inferior_event): Replace various trace of
9864 wait status kind by a single trace.
9865 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
9866 wait status kind image by target_waitstatus_to_string.
9867 * target/waitstatus.c (target_waitstatus_to_string): Fix
9868 obsolete comment.
9869
05caa1d2
TT
98702019-04-01 Tom Tromey <tromey@adacore.com>
9871
9872 PR symtab/23331:
9873 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
9874
9d1447e0
SDJ
98752019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
9876 Pedro Alves <palves@redhat.com>
9877
9878 * top.c (quit_force): Call 'finalize_values'.
9879 * value.c (finalize_values): New function.
9880 * value.h (finalize_values): Declare.
9881
7734102d
EZ
98822019-03-30 Eli Zaretskii <eliz@gnu.org>
9883
9884 * NEWS: Announce $_gdb_major and $_gdb_minor.
9885
9886 * top.c (init_gdb_version_vars): New function.
9887 (gdb_init): Call init_gdb_version_vars.
9888
188e1fa9
TT
98892019-03-29 Tom Tromey <tromey@adacore.com>
9890
9891 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
9892 help text. Remove dead code.
9893
2880242d
KS
98942019-03-29 Keith Seitz <keiths@redhat.com>
9895
9896 From Siddhesh Poyarekar:
9897 * f-lang.h (f77_get_upperbound): Return LONGEST.
9898 (f77_get_lowerbound): Likewise.
9899 * f-typeprint.c (f_type_print_varspec_suffix): Expand
9900 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
9901 print them.
9902 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
9903 plongest to format print it.
9904 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
9905 (f77_get_upperbound): Likewise.
9906 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
9907 LOWER_BOUND to LONGEST.
9908 (f77_create_arrayprint_offset_tbl): Likewise.
9909
cc1defb1
KS
99102019-03-29 Keith Seitz <keiths@redhat.com>
9911
9912 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
9913 %s/pulongest for TYPE_LENGTH instead of %d in format
9914 strings.
9915 * ada-typerint.c (ada_print_type): Likewise.
9916 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
9917 * compile/compile-c-support.c (generate_register_struct): Likewise.
9918 * gdbtypes.c (recursive_dump_type): Likewise.
9919 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
9920 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
9921 instead of %d in format strings.
9922 * riscv-tdep.c (riscv_type_alignment): Cast second argument
9923 to std::min to ULONGEST.
9924 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
9925 instead of %d in format strings.
9926 * tracepoint.c (info_scope_command): Likewise.
9927 * typeprint.c (print_offset_data::update)
9928 (print_offset_data::finish): Likewise.
9929 * xtensa-tdep.c (xtensa_store_return_value)
9930 (xtensa_push_dummy_call): Likewise.
9931
e432ccf1
JT
99322019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
9933
9934 * windows-nat.c (display_selector): Fixed format specifications
9935 for 64-bit Cygwin.
9936
65d2b333
PW
99372019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9938
9939 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
9940
f489207e
SL
99412019-03-28 Sandra Loosemore <sandra@codesourcery.com>
9942
9943 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
9944 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
9945 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
9946 (nios2_linux_init_abi): Install it.
9947
bffa1015
AH
99482019-03-28 Alan Hayward <alan.hayward@arm.com>
9949
9950 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
9951
fc96163a
AH
99522019-03-28 Alan Hayward <alan.hayward@arm.com>
9953
9954 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
9955
20dc7e9b
PW
99562019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9957 Tom Tromey <tromey@adacore.com>
9958
9959 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
9960
7f5331a8
JB
99612019-03-26 Joel Brobecker <brobecker@adacore.com>
9962
9963 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
9964 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
9965 method to compute the bounds of range types. Also print "[evaluated]"
9966 if the bounds' values come from a dynamic evaluation.
9967
18c77628
AB
99682019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9969
9970 * cp-valprint.c (cp_print_value_fields): Don't print trailing
9971 whitespace when pretty printing is on.
9972
53c973f2
AH
99732019-03-26 Alan Hayward <alan.hayward@arm.com>
9974
e79be6e5 9975 * ppc-linux-nat.c: Add include.
53c973f2 9976
d851aa71
AH
99772019-03-26 Alan Hayward <alan.hayward@arm.com>
9978
e79be6e5 9979 * NEWS: Mention AArch64 Pointer Authentication.
d851aa71 9980
2fe7bab7
AH
99812019-03-26 Alan Hayward <alan.hayward@arm.com>
9982
e79be6e5 9983 * arm-linux-nat.c: Add include.
2fe7bab7 9984
068ef30e
SM
99852019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
9986
9987 * source-cache.c (source_cache::get_source_lines): Re-read
9988 fullname after calling open_source_file.
9989
81a24d04
JB
99902019-03-25 John Baldwin <jhb@FreeBSD.org>
9991
9992 * NEWS: Mention TLS support for FreeBSD.
9993
79e7ae11
TT
99942019-03-25 Tom Tromey <tromey@adacore.com>
9995
9996 * minsyms.c (BUNCH_SIZE): Update comment.
9997 (~minimal_symbol_reader): Remove old comment.
9998 (compact_minimal_symbols): Update comment.
9999 (minimal_symbol_reader::install): Remove old comment. Update
10000 other comments.
10001
d45963c2
AH
100022019-03-25 Alan Hayward <alan.hayward@arm.com>
10003
10004 * s390-linux-nat.c: Add include.
10005
0f83012e
AH
100062019-03-25 Alan Hayward <alan.hayward@arm.com>
10007
10008 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
10009 Call linux_get_hwcap.
10010 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
10011 Likewise.
10012 (aarch64_linux_get_hwcap): Remove function.
10013 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
10014 declaration.
10015 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
10016 linux_get_hwcap.
10017 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
10018 * linux-tdep.c (linux_get_hwcap): Add function.
10019 (linux_get_hwcap2): Likewise.
10020 * linux-tdep.h (linux_get_hwcap): Add declaration.
10021 (linux_get_hwcap2): Likewise.
10022 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
10023 (ppc_linux_get_hwcap2): Likewise.
10024 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
10025 linux_get_hwcap.
10026 (ppc_linux_nat_target::insert_watchpoint): Likewise.
10027 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
10028 (ppc_linux_nat_target::read_description): Likewise.
10029 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
10030 * s390-linux-nat.c: Likewise.
10031 * s390-linux-tdep.c (s390_core_read_description): Likewise.
10032
6640a367
TT
100332019-03-24 Tom Tromey <tom@tromey.com>
10034
10035 * ada-lang.c (standard_lookup): Simplify initialization.
10036 (ada_lookup_symbol_nonlocal): Simplify return.
10037 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
10038 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
10039 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
10040 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
10041 initialization.
10042 * solib.c (solib_global_lookup): Simplify.
10043 * symtab.c (null_block_symbol): Remove.
10044 (symbol_cache_lookup): Simplify returns.
10045 (lookup_language_this): Simplify returns.
10046 (lookup_symbol_aux): Simplify return.
10047 (lookup_local_symbol): Simplify returns.
10048 (lookup_global_symbol_from_objfile): Simplify return.
10049 (lookup_symbol_in_objfile_symtabs)
10050 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
10051 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
10052 (lookup_static_symbol, lookup_global_symbol): Simplify return.
10053 * cp-namespace.c (cp_lookup_bare_symbol)
10054 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
10055 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
10056 (cp_lookup_nested_symbol): Don't use null_block_symbol.
10057 (cp_lookup_symbol_via_imports): Simplify initialization.
10058 (find_symbol_in_baseclass): Likewise.
10059 * symtab.h (null_block_symbol): Remove.
10060 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
10061 (d_lookup_nested_symbol, d_lookup_symbol_imports)
10062 (d_lookup_symbol_module): Likewise.
10063 (find_symbol_in_baseclass): Simplify initialization.
10064
a930ebcd
TT
100652019-03-24 Tom Tromey <tom@tromey.com>
10066
10067 * expression.h: Don't include symtab.h.
10068 (struct block): Forward declare.
10069
582942f4
TT
100702019-03-24 Tom Tromey <tom@tromey.com>
10071
10072 * c-exp.y (typebase): Remove casts.
10073 * gdbtypes.c (lookup_unsigned_typename, )
10074 (lookup_signed_typename): Remove cast.
10075 * eval.c (parse_to_comma_and_eval): Remove cast.
10076 * parse.c (write_dollar_variable): Remove cast.
10077 * block.h (struct block) <superblock>: Now const.
10078 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
10079 * psymtab.c (psym_map_matching_symbols): Make "block" const.
10080 (map_block): Make "block" const.
10081 * symfile.h (struct quick_symbol_functions)
10082 <map_matching_symbols>: Constify block argument to "callback".
10083 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
10084 const.
10085 (find_pc_sect_compunit_symtab): Make "b" const.
10086 (find_symbol_at_address): Likewise.
10087 (search_symbols): Likewise.
10088 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
10089 (dw2_debug_names_lookup_symbol): Likewise.
10090 (dw2_map_matching_symbols): Update.
10091 * p-valprint.c (pascal_val_print): Remove "block".
10092 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
10093 (aux_add_nonlocal_symbols): Make "block" const.
10094 (resolve_subexp): Remove cast.
10095 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
10096 const.
10097 (iterate_over_file_blocks): Likewise.
10098 * f-exp.y (%union) <bval>: Remove.
10099 * coffread.c (patch_opaque_types): Make "b" const.
10100 * spu-tdep.c (spu_catch_start): Make "block" const.
10101 * c-valprint.c (print_unpacked_pointer): Remove "block".
10102 * symmisc.c (dump_symtab_1): Make "b" const.
10103 (block_depth): Make "block" const.
10104 * d-exp.y (%union) <bval>: Remove.
10105 * cp-support.h (cp_lookup_rtti_type): Update.
10106 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
10107 * psymtab.c (psym_lookup_symbol): Make "block" const.
10108 (maintenance_check_psymtabs): Make "b" const.
10109 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
10110 (enumerate_locals, enumerate_args): Update.
10111 * python/py-symtab.c (stpy_global_block): Make "block" const.
10112 (stpy_static_block): Likewise.
10113 * inline-frame.c (block_starting_point_at): Make "new_block"
10114 const.
10115 * block.c (find_block_in_blockvector): Make return type const.
10116 (blockvector_for_pc_sect): Make "b" const.
10117 (find_block_in_blockvector): Make "b" const.
10118
7ad417dd
TT
101192019-03-23 Tom Tromey <tom@tromey.com>
10120
10121 * varobj.c (varobj_create): Update.
10122 * symfile.c (clear_symtab_users): Don't reset innermost_block.
10123 * printcmd.c (display_command, do_one_display): Don't reset
10124 innermost_block.
10125 * parser-defs.h (enum innermost_block_tracker_type): Move to
10126 expression.h.
10127 (innermost_block): Update comment.
10128 * parse.c (parse_exp_1): Add tracker_types parameter.
10129 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
10130 tracker_types parameter. Reset innermost_block.
10131 (parse_exp_in_context): Remove.
10132 (parse_expression_for_completion): Update.
10133 * objfiles.c (~objfile): Don't reset expression_context_block or
10134 innermost_block.
10135 * expression.h (enum innermost_block_tracker_type): Move from
10136 parser-defs.h.
10137 (parse_exp_1): Add tracker_types parameter.
10138 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
10139 reset innermost_block.
10140
b366c208
TT
101412019-03-23 Tom Tromey <tom@tromey.com>
10142
10143 * objfiles.h: Include bcache.h.
10144
9bb9b2f9
TT
101452019-03-23 Tom Tromey <tom@tromey.com>
10146
10147 * linespec.c (get_current_search_block): Use
10148 scoped_restore_current_language.
10149 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
10150
59c28372
AH
101512019-03-22 Alan Hayward <alan.hayward@arm.com>
10152 Jiong Wang <jiong.wang@arm.com>
10153
10154 * aarch64-linux-tdep.c
10155 (aarch64_linux_iterate_over_regset_sections): Check for pauth
10156 section.
10157 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
10158
17e116a7
AH
101592019-03-22 Alan Hayward <alan.hayward@arm.com>
10160 Jiong Wang <jiong.wang@arm.com>
10161
10162 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
10163 instructions.
10164 (aarch64_analyze_prologue_test): Add PACIASP test.
10165 (aarch64_prologue_prev_register): Unmask PC value.
10166
11e1b75f
AH
101672019-03-22 Alan Hayward <alan.hayward@arm.com>
10168 Jiong Wang <jiong.wang@arm.com>
10169
10170 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
10171 (aarch64_dwarf2_prev_register): Unmask PC value.
10172 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
10173 (aarch64_execute_dwarf_cfa_vendor_op): Check for
10174 DW_CFA_AARCH64_negate_ra_state.
10175 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
10176
34dcc7cf
AH
101772019-03-22 Alan Hayward <alan.hayward@arm.com>
10178 Jiong Wang <jiong.wang@arm.com>
10179
10180 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
10181 registers.
10182 (aarch64_pseudo_register_name): Likewise.
10183 (aarch64_pseudo_register_type): Likewise.
10184 (aarch64_pseudo_register_reggroup_p): Likewise.
10185 (aarch64_gdbarch_init): Add pauth registers.
10186 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
10187 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
10188 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
10189 (struct gdbarch_tdep): Add regnum for ra_state.
10190
1ef53e6b
AH
101912019-03-22 Alan Hayward <alan.hayward@arm.com>
10192 Jiong Wang <jiong.wang@arm.com>
10193
10194 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
10195
76bed0fd
AH
101962019-03-22 Alan Hayward <alan.hayward@arm.com>
10197 Jiong Wang <jiong.wang@arm.com>
10198
10199 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
10200 function.
10201 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
10202 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
10203 (aarch64_gdbarch_init): Add puth registers.
10204 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
10205 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
10206 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
10207
ee4fbcfa
AH
102082019-03-22 Alan Hayward <alan.hayward@arm.com>
10209 Jiong Wang <jiong.wang@arm.com>
10210
10211 * aarch64-linux-nat.c
10212 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
10213 * aarch64-linux-tdep.c
10214 (aarch64_linux_core_read_description): Likewise.
10215 (aarch64_linux_get_hwcap): New function.
10216 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
10217 (aarch64_linux_get_hwcap): New declaration.
10218
6dc0ebde
AH
102192019-03-22 Alan Hayward <alan.hayward@arm.com>
10220 Jiong Wang <jiong.wang@arm.com>
10221
10222 * aarch64-linux-nat.c
10223 (aarch64_linux_nat_target::read_description): Add pauth param.
10224 * aarch64-linux-tdep.c
10225 (aarch64_linux_core_read_description): Likewise.
10226 * aarch64-tdep.c (struct target_desc): Add in pauth.
10227 (aarch64_read_description): Add pauth param.
10228 (aarch64_gdbarch_init): Likewise.
10229 * aarch64-tdep.h (aarch64_read_description): Likewise.
10230 * arch/aarch64.c (aarch64_create_target_description): Likewise.
10231 * arch/aarch64.h (aarch64_create_target_description): Likewise.
10232 * features/Makefile: Add new files.
10233 * features/aarch64-pauth.c: New file.
10234 * features/aarch64-pauth.xml: New file.
10235
595915c1
TT
102362019-03-20 Tom Tromey <tromey@adacore.com>
10237
10238 * infrun.c (handle_inferior_event): Rename from
10239 handle_inferior_event_1. Create a scoped_value_mark.
10240 (handle_inferior_event): Remove.
10241
4c7d57e7
TT
102422019-03-19 Tom Tromey <tromey@adacore.com>
10243
10244 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
10245 * infrun.h (print_stop_event): Add "displays" parameter.
10246 * infrun.c (print_stop_event): Add "displays" parameter.
10247
cb246234
PA
102482019-03-19 Pedro Alves <palves@redhat.com>
10249
10250 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
10251 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
10252 to -1. Fix TABs vs spaces.
10253 (tui_ui_out::tui_ui_out): Don't initialize fields here.
10254 * tui/tui-out.h (tui_ui_out) Add intro comments.
10255 <m_line, m_start_of_line>: In-class initialize, and add describing
10256 comment.
10257
3a0e45b2
AH
102582019-03-18 Alan Hayward <alan.hayward@arm.com>
10259
10260 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
10261 variable names.
10262 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
10263
5371b850
PA
102642019-03-18 Pedro Alves <palves@redhat.com>
10265 Eli Zaretskii <eliz@gnu.org>
10266
10267 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
10268 m_line and m_start_of_line.
10269
b17c4cd0
EZ
102702019-03-18 Eli Zaretskii <eliz@gnu.org>
10271
10272 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
10273 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
10274 it returns a newline. This fixes a regression in TU mode, whereby
10275 the next line is output on the same screen line as the user input.
10276
4bd56d18
TT
102772019-03-18 Tom Tromey <tromey@adacore.com>
10278
10279 * minsyms.c (minimal_symbol_reader::install): Remove call to
10280 obstack_blank.
10281
55c10aca
PA
102822019-03-18 Pedro Alves <palves@redhat.com>
10283
10284 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
10285 New globals.
10286 (apply_style): New, factored out from ...
10287 (apply_ansi_escape): ... this. Handle reverse video mode.
10288 (tui_set_reverse_mode): New function.
10289 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
10290 * tui/tui-winsource.c (tui_show_source_line): Use
10291 tui_set_reverse_mode instead of setting A_STANDOUT.
10292 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
10293 New setter methods.
10294
647bb750
HD
102952019-03-18 Hannes Domani <ssbssa@yahoo.de>
10296
10297 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
10298 Handle tabs.
10299
bff8c71f
TT
103002019-03-18 Tom Tromey <tromey@adacore.com>
10301
10302 * ada-lang.c (empty_array): Add "high" parameter.
10303 (ada_evaluate_subexp): Update.
10304
58785d98
ST
103052019-03-17 Sergei Trofimovich <siarheit@google.com>
10306
10307 * unittests/string_view-selftests.c: Define
10308 _initialize_string_view_selftests unconditionally.
10309
d4cbef22
ВМ
103102019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10311
10312 PR gdb/24350
10313 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
10314
fce4c071
ВМ
103152019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
10316
10317 PR gdb/24351
10318 * windows-nat.c (display_selector): Fix format specifiers.
10319
f7f0a123
EZ
103202019-03-17 Eli Zaretskii <eliz@gnu.org>
10321
10322 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
10323 tui_refill_source_window instead of tui_refresh_win, to update the
10324 current execution line. This fixes redisplay of the current line
10325 when stepping through the code with "next" or "step".
10326
ab42892f
EZ
103272019-03-16 Eli Zaretskii <eliz@gnu.org>
10328
10329 * source-cache.c (source_cache::get_source_lines): Call
10330 find_source_lines to initialize s->nlines. This fixes vertical
10331 scrolling of TUI source window when the DOWN arrow is pressed.
10332
8d8c087f
PW
103332019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10334
10335 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
10336 linux-thread-db.c (_initialize_thread_db): Likewise.
10337
798e1c30
EZ
103382019-03-16 Eli Zaretskii <eliz@gnu.org>
10339
10340 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
10341 wclrtoeol in tui_show_source_line". This reverts changes made in
10342 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
10343
eefba3da
TT
103442019-03-15 Tom Tromey <tom@tromey.com>
10345
10346 * symtab.h (struct minimal_symbol): Derive from
10347 general_symbol_info.
10348 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
10349 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
10350 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
10351 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
10352 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
10353 (MSYMBOL_SEARCH_NAME): Update.
10354 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
10355 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
10356 * minsyms.c (minimal_symbol_reader::record_full): Update.
10357
0de2420c
TT
103582019-03-15 Tom Tromey <tom@tromey.com>
10359
10360 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
10361
042d75e4
TT
103622019-03-15 Tom Tromey <tom@tromey.com>
10363
10364 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
10365 unique_xmalloc_ptr.
10366 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
10367 Update.
10368 * minsyms.c (lookup_minimal_symbol_by_pc_section)
10369 (build_minimal_symbol_hash_tables)
10370 (minimal_symbol_reader::install): Update.
10371
db92718b
TT
103722019-03-15 Tom Tromey <tom@tromey.com>
10373
10374 * symtab.c (create_demangled_names_hash): Update.
10375 (symbol_set_names): Update.
10376 * objfiles.h (struct objfile_per_bfd_storage)
10377 <demangled_names_hash>: Now an htab_up.
10378 * objfiles.c (objfile_per_bfd_storage): Simplify.
10379
d6797f46
TT
103802019-03-15 Tom Tromey <tom@tromey.com>
10381
10382 * objfiles.h (struct objfile_per_bfd_storage): Declare
10383 destructor.
10384 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
10385 New.
10386 (get_objfile_bfd_data): Use new. Don't initialize
10387 language_of_main.
10388 (free_objfile_per_bfd_storage): Remove.
10389 (objfile_bfd_data_free, objfile::~objfile): Use delete.
10390
741d7538
TT
103912019-03-15 Tom Tromey <tom@tromey.com>
10392
10393 * symfile.c (reread_symbols): Update.
10394 * objfiles.c (objfile::objfile): Update.
10395 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
10396 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
10397 comment.
10398 (minimal_symbol_reader::install): Update.
10399 (terminate_minimal_symbol_table): Remove.
10400 * jit.c (jit_object_close_impl): Update.
10401
788c80d1
TT
104022019-03-15 Tom Tromey <tom@tromey.com>
10403
10404 * minsyms.c (minimal_symbol_reader::record_full): Remove some
10405 initializations.
10406
1b7a07cb
TT
104072019-03-15 Tom Tromey <tom@tromey.com>
10408
10409 * objfiles.h (struct objfile_per_bfd_storage)
10410 <demangled_hash_languages>: Now a bitset.
10411 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
10412 (lookup_minimal_symbol): Update.
10413
3db066bc
TT
104142019-03-15 Tom Tromey <tom@tromey.com>
10415
10416 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
10417 Don't return the symbol.
10418 * coffread.c (record_minimal_symbol): Use record_full.
10419
3fff2c37
EZ
104202019-03-14 Eli Zaretskii <eliz@gnu.org>
10421
10422 The MS-Windows port of ncurses fails to switch to a color pair if
10423 one or both of the colors are the implicit default colors. This
10424 change records the default colors when TUI is initialized, and
10425 then specifies them explicitly when a color pair uses the default
10426 colors. This allows color styling in TUI mode on MS-Windows.
10427
10428 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
10429 ncurses_norm_attr.
10430 (tui_initialize_io) [__MINGW32__]: Record the default terminal
10431 colors in ncurses_norm_attr.
10432 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
10433 "none", replace it with the default color recorded in
10434 ncurses_norm_attr.
10435
3b336828
TT
104362019-03-14 Tom Tromey <tromey@adacore.com>
10437
10438 * source-cache.h (class source_cache) <get_source_lines>: Return
10439 std::string.
10440 * source-cache.c (source_cache::extract_lines): Handle case where
10441 first_pos==npos. Return std::string.
10442 (source_cache::get_source_lines): Update.
10443
d085f989
TT
104442019-03-14 Tom Tromey <tromey@adacore.com>
10445
10446 * NEWS: Add item for "style sources" commands.
10447 * source-cache.c (source_cache::get_source_lines): Check
10448 source_styling.
10449 * cli/cli-style.c (source_styling): New global.
10450 (_initialize_cli_style): Add "style sources" commands.
10451 (show_style_sources): New function.
10452 * cli/cli-style.h (source_styling): Declare.
10453
6f11e682
TT
104542019-03-14 Pedro Alves <palves@redhat.com>
10455 Tom Tromey <tromey@adacore.com>
10456
10457 * tui/tui-winsource.h (tui_refill_source_window): Declare.
10458 * tui/tui-winsource.c (tui_refill_source_window): New function,
10459 from...
10460 (tui_horizontal_source_scroll): ... here. Move some logic.
10461 * cli/cli-style.c (set_style_enabled): Notify new observable.
10462 * tui/tui-hooks.c (tui_redisplay_source): New function.
10463 (tui_attach_detach_observers): Attach or detach
10464 tui_redisplay_source.
10465 * observable.h (source_styling_changed): New observable.
10466 * observable.c: Define source_styling_changed observable.
10467
a068643d
TT
104682019-03-13 Tom Tromey <tromey@adacore.com>
10469
10470 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
10471 (i386_gnu_nat_target::store_registers): Update.
10472 * target-debug.h (target_debug_print_std_string): New macro.
10473 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
10474 * windows-tdep.c (display_one_tib): Update.
10475 * tui/tui-stack.c (tui_make_status_line): Update.
10476 * top.c (print_inferior_quit_action): Update.
10477 * thread.c (thr_try_catch_cmd): Update.
10478 (add_thread_with_info): Update.
10479 (thread_target_id_str): Update.
10480 (thr_try_catch_cmd): Update.
10481 (thread_command): Update.
10482 (thread_find_command): Update.
10483 * record-btrace.c (record_btrace_target::info_record)
10484 (record_btrace_resume_thread, record_btrace_target::resume)
10485 (record_btrace_cancel_resume, record_btrace_step_thread)
10486 (record_btrace_target::wait, record_btrace_target::wait)
10487 (record_btrace_target::wait, record_btrace_target::stop): Update.
10488 * progspace.c (print_program_space): Update.
10489 * process-stratum-target.c
10490 (process_stratum_target::thread_address_space): Update.
10491 * linux-fork.c (linux_fork_mourn_inferior)
10492 (detach_checkpoint_command, info_checkpoints_command)
10493 (linux_fork_context): Update.
10494 (linux_fork_detach): Update.
10495 (class scoped_switch_fork_info): Update.
10496 (delete_checkpoint_command): Update.
10497 * infrun.c (follow_fork_inferior): Update.
10498 (follow_fork_inferior): Update.
10499 (proceed_after_vfork_done): Update.
10500 (handle_vfork_child_exec_or_exit): Update.
10501 (follow_exec): Update.
10502 (displaced_step_prepare_throw): Update.
10503 (displaced_step_restore): Update.
10504 (start_step_over): Update.
10505 (resume_1): Update.
10506 (clear_proceed_status_thread): Update.
10507 (proceed): Update.
10508 (print_target_wait_results): Update.
10509 (do_target_wait): Update.
10510 (context_switch): Update.
10511 (stop_all_threads): Update.
10512 (restart_threads): Update.
10513 (finish_step_over): Update.
10514 (handle_signal_stop): Update.
10515 (switch_back_to_stepped_thread): Update.
10516 (keep_going_pass_signal): Update.
10517 (print_exited_reason): Update.
10518 (normal_stop): Update.
10519 * inferior.c (inferior_pid_to_str): Change return type.
10520 (print_selected_inferior): Update.
10521 (add_inferior): Update.
10522 (detach_inferior): Update.
10523 * dummy-frame.c (fprint_dummy_frames): Update.
10524 * dcache.c (dcache_info_1): Update.
10525 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
10526 (btrace_fetch, btrace_clear): Update.
10527 * linux-tdep.c (linux_core_pid_to_str): Change return type.
10528 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
10529 type.
10530 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
10531 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
10532 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
10533 * gdbarch.c, gdbarch.h: Rebuild.
10534 * gdbarch.sh (core_pid_to_str): Change return type.
10535 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
10536 return type.
10537 (windows_nat_target::pid_to_str): Change return type.
10538 (windows_delete_thread): Update.
10539 (windows_nat_target::attach): Update.
10540 (windows_nat_target::files_info): Update.
10541 * target-delegates.c: Rebuild.
10542 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
10543 return type.
10544 (sol_thread_target::pid_to_str): Change return type.
10545 * remote.c (class remote_target) <pid_to_str>: Change return
10546 type.
10547 (remote_target::pid_to_str): Change return type.
10548 (extended_remote_target::attach, remote_target::remote_stop_ns)
10549 (remote_target::remote_notif_remove_queued_reply)
10550 (remote_target::push_stop_reply, remote_target::disable_btrace):
10551 Update.
10552 (extended_remote_target::attach): Update.
10553 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
10554 type.
10555 (gdbsim_target::pid_to_str): Change return type.
10556 * ravenscar-thread.c (struct ravenscar_thread_target)
10557 <pid_to_str>: Change return type.
10558 (ravenscar_thread_target::pid_to_str): Change return type.
10559 * procfs.c (class procfs_target) <pid_to_str>: Change return
10560 type.
10561 (procfs_target::pid_to_str): Change return type.
10562 (procfs_target::attach): Update.
10563 (procfs_target::detach): Update.
10564 (procfs_target::fetch_registers): Update.
10565 (procfs_target::store_registers): Update.
10566 (procfs_target::wait): Update.
10567 (procfs_target::files_info): Update.
10568 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
10569 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
10570 return type.
10571 (nto_procfs_target::pid_to_str): Change return type.
10572 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
10573 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
10574 return type.
10575 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
10576 (exit_lwp): Update.
10577 (attach_proc_task_lwp_callback, get_detach_signal)
10578 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
10579 (linux_nat_target::resume, wait_lwp, stop_callback)
10580 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
10581 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
10582 (linux_nat_wait_1, resume_stopped_resumed_lwps)
10583 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
10584 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
10585 type.
10586 (inf_ptrace_target::attach): Update.
10587 (inf_ptrace_target::files_info): Update.
10588 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
10589 type.
10590 (go32_nat_target::pid_to_str): Change return type.
10591 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
10592 (gnu_nat_target::wait): Update.
10593 (gnu_nat_target::wait): Update.
10594 (gnu_nat_target::resume): Update.
10595 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
10596 (fbsd_nat_target::wait): Update.
10597 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
10598 type.
10599 (darwin_nat_target::attach): Update.
10600 * corelow.c (class core_target) <pid_to_str>: Change return type.
10601 (core_target::pid_to_str): Change return type.
10602 * target.c (normal_pid_to_str): Change return type.
10603 (default_pid_to_str): Likewise.
10604 (target_pid_to_str): Change return type.
10605 (target_translate_tls_address): Update.
10606 (target_announce_detach): Update.
10607 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
10608 return type.
10609 (bsd_uthread_target::pid_to_str): Change return type.
10610 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
10611 type.
10612 (bsd_kvm_target::pid_to_str): Change return type.
10613 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
10614 return type.
10615 (aix_thread_target::pid_to_str): Change return type.
10616 * target.h (struct target_ops) <pid_to_str>: Change return type.
10617 (target_pid_to_str, normal_pid_to_str): Likewise.
10618 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
10619 type.
10620 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
10621 type.
10622 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
10623 return type.
10624 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
10625 type.
10626 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
10627 type.
10628 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
10629 return type.
10630
b4be1b06
SM
106312019-03-13 Simon Marchi <simon.marchi@ericsson.com>
10632
10633 * NEWS: Mention that the new default MI version is 3. Mention
10634 changes to the output of commands and events that deal with
10635 multi-location breakpoints.
10636 * breakpoint.c: Include "mi/mi-out.h".
10637 (print_one_breakpoint): Change output syntax if using MI version
10638 >= 3.
10639 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
10640 New.
10641 (mi_multi_location_breakpoint_output_fixed): New.
10642 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
10643 (mi_cmd_fix_multi_location_breakpoint_output): New.
10644 (mi_multi_location_breakpoint_output_fixed): New.
10645 * mi/mi-cmds.c (mi_cmds): Register command
10646 -fix-multi-location-breakpoint-output.
10647 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
10648 interpreter "mi".
10649
8e5e5494
SM
106502019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
10651
10652 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
10653 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
10654 instantiate mi_ui_out based on interpreter name.
10655 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
10656 * mi/mi-main.c (mi_load_progress): Likewise.
10657
197df35e
JB
106582019-03-12 John Baldwin <jhb@FreeBSD.org>
10659
10660 * NEWS: Combine separate "New targets" sections for 8.3.
10661
8399425f
JB
106622019-03-12 John Baldwin <jhb@FreeBSD.org>
10663
10664 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
10665 (ppcfbsd_init_abi): Install gdbarch
10666 "fetch_tls_load_module_address" and "get_thread_local_address"
10667 methods.
10668
b0f87ed0
JB
106692019-03-12 John Baldwin <jhb@FreeBSD.org>
10670
10671 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
10672 (riscv_fbsd_init_abi): Install gdbarch
10673 "fetch_tls_load_module_address" and "get_thread_local_address"
10674 methods.
10675
ce25aa57
JB
106762019-03-12 John Baldwin <jhb@FreeBSD.org>
10677
10678 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
10679 (i386fbsd_init_abi): Install gdbarch
10680 "fetch_tls_load_module_address" and "get_thread_local_address"
10681 methods.
10682
f5424cfa
JB
106832019-03-12 John Baldwin <jhb@FreeBSD.org>
10684
10685 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
10686 (amd64fbsd_init_abi): Install gdbarch
10687 "fetch_tls_load_module_address" and "get_thread_local_address"
10688 methods.
10689
945f3901
JB
106902019-03-12 John Baldwin <jhb@FreeBSD.org>
10691
10692 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
10693 (struct fbsd_pspace_data): New type.
10694 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
10695 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
10696 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
10697 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
10698 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
10699
ef0bd204
JB
107002019-03-12 John Baldwin <jhb@FreeBSD.org>
10701
10702 * gdbtypes.c (lookup_struct_elt): New function.
10703 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
10704 * gdbtypes.h (struct struct_elt): New type.
10705 (lookup_struct_elt): New prototype.
10706
36c53a02
JB
107072019-03-12 John Baldwin <jhb@FreeBSD.org>
10708
10709 * gdbtypes.c (lookup_struct_elt_type): Update comment and
10710 remove disabled code block.
10711
6e056c81
JB
107122019-03-12 John Baldwin <jhb@FreeBSD.org>
10713
10714 * gdbarch.sh (get_thread_local_address): New method.
10715 * gdbarch.h, gdbarch.c: Regenerate.
10716 * target.c (target_translate_tls_address): Use
10717 gdbarch_get_thread_local_address if present instead of
10718 target::get_thread_local_address.
10719
cd250a18
JB
107202019-03-12 John Baldwin <jhb@FreeBSD.org>
10721
10722 * target.h (target::get_thread_local_address): Update comment.
10723
df22c1e5
JB
107242019-03-12 John Baldwin <jhb@FreeBSD.org>
10725
10726 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
10727 objfile->separate_debug_objfile_backlink if not NULL.
10728
dd6876c9
JB
107292019-03-12 John Baldwin <jhb@FreeBSD.org>
10730
10731 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
10732 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
10733 (amd64bsd_store_inferior_registers): Likewise.
10734 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10735 Enable segment base registers.
10736 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
10737 PT_GETFSBASE and PT_GETGSBASE.
10738 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
10739 PT_SETGSBASE.
10740 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
10741 segment base registers.
10742 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10743
1163a4b7
JB
107442019-03-12 John Baldwin <jhb@FreeBSD.org>
10745
10746 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
10747 Update calls to i386_target_description to add 'segments'
10748 parameter.
10749 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
10750 add segment base registers.
10751 * arch/i386.c (i386_create_target_description): Add 'segments'
10752 parameter to enable segment base registers.
10753 * arch/i386.h (i386_create_target_description): Likewise.
10754 * features/i386/32bit-segments.xml: New file.
10755 * features/i386/32bit-segments.c: Generate.
10756 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
10757 call to i386_target_description to add 'segments' parameter.
10758 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
10759 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
10760 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
10761 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
10762 if feature is present.
10763 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
10764 Add 'segments' parameter to call to i386_target_description.
10765 (i386_target_description): Add 'segments' parameter to enable
10766 segment base registers.
10767 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
10768 to call to i386_target_description.
10769 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
10770 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
10771 Define I386_NUM_REGS.
10772 (i386_target_description): Add 'segments' parameter to enable
10773 segment base registers.
10774
3a350822
EZ
107752019-03-12 Eli Zaretskii <eliz@gnu.org>
10776
10777 PR/24325
10778 * source-cache.c: #undef open and close, to avoid unresolved
10779 externals during linking.
10780
ffdd69cf
TT
107812019-03-12 Tom Tromey <tromey@adacore.com>
10782
10783 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
10784 const. Add initializers.
10785 (_initialize_remote): Don't initialize ptid globals.
10786
ec148c57
PA
107872019-03-12 Pedro Alves <palves@redhat.com>
10788
10789 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
10790
32764270
PA
107912019-03-12 Pedro Alves <palves@redhat.com>
10792
10793 * cp-name-parser.y (main): Remove unused 'len' variable.
10794
17547186
TT
107952019-03-12 Tom Tromey <tromey@adacore.com>
10796
10797 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
10798 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
10799
d3a70e03
TT
108002019-03-12 Tom Tromey <tromey@adacore.com>
10801
10802 * linux-nat.c (iterate_over_lwps): Update.
10803 (stop_callback): Remove parameter.
10804 (stop_wait_callback, detach_callback, resume_set_callback)
10805 (select_singlestep_lwp_callback, set_ignore_sigint)
10806 (status_callback, resumed_callback, resume_clear_callback)
10807 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
10808 data parameter.
10809 (linux_nat_target::detach, linux_nat_target::resume)
10810 (linux_stop_and_wait_all_lwps, select_event_lwp)
10811 (linux_nat_filter_event, linux_nat_wait_1)
10812 (linux_nat_target::kill, linux_nat_target::stop)
10813 (linux_nat_target::stop): Update.
10814 (linux_nat_resume_callback): Change type.
10815 (resume_stopped_resumed_lwps, count_events_callback)
10816 (select_event_lwp_callback): Likewise.
10817 (linux_stop_lwp, linux_nat_stop_lwp): Update.
10818 * arm-linux-nat.c (struct update_registers_data): Remove.
10819 (update_registers_callback): Change type.
10820 (arm_linux_insert_hw_breakpoint1): Update.
10821 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
10822 parameter.
10823 (x86_linux_dr_set_addr): Update.
10824 (x86_linux_dr_set_control): Update.
10825 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
10826 (iterate_over_lwps): Use gdb::function_view.
10827 * nat/aarch64-linux-hw-point.c (struct
10828 aarch64_dr_update_callback_param): Remove.
10829 (debug_reg_change_callback): Change type.
10830 (aarch64_notify_debug_reg_change): Update.
10831 * s390-linux-nat.c (s390_refresh_per_info): Update.
10832
82cb27ff
TT
108332019-03-11 Tom Tromey <tromey@adacore.com>
10834
10835 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
10836 redundant assignment to "this_cu".
10837
568c0683
SM
108382019-03-08 Simon Marchi <simon.marchi@efficios.com>
10839
10840 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
10841
f09ce22d
SM
108422019-03-08 Simon Marchi <simon.marchi@efficios.com>
10843
10844 * gdbtypes.c (rank_one_type_parm_set): New function extracted
10845 from...
10846 (rank_one_type): ... this.
10847
595f96a9
SM
108482019-03-08 Simon Marchi <simon.marchi@efficios.com>
10849
10850 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
10851 from...
10852 (rank_one_type): ... this.
10853
2598a94b
SM
108542019-03-08 Simon Marchi <simon.marchi@efficios.com>
10855
10856 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
10857 from...
10858 (rank_one_type): ... this.
10859
7f17b20d
SM
108602019-03-08 Simon Marchi <simon.marchi@efficios.com>
10861
10862 * gdbtypes.c (rank_one_type_parm_float): New function extracted
10863 from...
10864 (rank_one_type): ... this.
10865
2c509035
SM
108662019-03-08 Simon Marchi <simon.marchi@efficios.com>
10867
10868 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
10869 from...
10870 (rank_one_type): ... this.
10871
0dd322dc
SM
108722019-03-08 Simon Marchi <simon.marchi@efficios.com>
10873
10874 * gdbtypes.c (rank_one_type_parm_range): New function extracted
10875 from...
10876 (rank_one_type): ... this.
10877
41ea4728
SM
108782019-03-08 Simon Marchi <simon.marchi@efficios.com>
10879
10880 * gdbtypes.c (rank_one_type_parm_char): New function extracted
10881 from...
10882 (rank_one_type): ... this.
10883
793cd1d2
SM
108842019-03-08 Simon Marchi <simon.marchi@efficios.com>
10885
10886 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
10887 from...
10888 (rank_one_type): ... this.
10889
34910087
SM
108902019-03-08 Simon Marchi <simon.marchi@efficios.com>
10891
10892 * gdbtypes.c (rank_one_type_parm_int): New function extracted
10893 from...
10894 (rank_one_type): ... this.
10895
f1f832d6
SM
108962019-03-08 Simon Marchi <simon.marchi@efficios.com>
10897
10898 * gdbtypes.c (rank_one_type_parm_func): New function extracted
10899 from...
10900 (rank_one_type): ... this.
10901
b9f4512f
SM
109022019-03-08 Simon Marchi <simon.marchi@efficios.com>
10903
10904 * gdbtypes.c (rank_one_type_parm_array): New function extracted
10905 from...
10906 (rank_one_type): ... this.
10907
9293fc63
SM
109082019-03-08 Simon Marchi <simon.marchi@efficios.com>
10909
10910 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
10911 from...
10912 (rank_one_type): ... this.
10913
e3abbe7e
PW
109142019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10915
10916 * inferior.c (initialize_inferiors): Ensure 'help set/show print
10917 inferior-events' shows the example events.
10918
e4adb939
EZ
109192019-03-08 Eli Zaretskii <eliz@gnu.org>
10920
10921 Support styling on native MS-Windows console
10922
10923 PR/24315
10924 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
10925 on MS-Windows if $TERM is not defined.
10926
10927 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
10928
10929 * posix-hdep.c (gdb_console_fputs):
10930 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
10931 functions.
10932 * ui-file.h (gdb_console_fputs): Add prototype.
10933
10934 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
10935 back to fputs only if the former returns zero.
10936
25629dfd
TT
109372019-03-07 Tom Tromey <tom@tromey.com>
10938
10939 * symmisc.c (print_symbol_bcache_statistics): Update.
10940 (print_objfile_statistics): Update.
10941 * symfile.c (allocate_symtab): Update.
10942 * stabsread.c: Don't include bcache.h.
10943 * psymtab.h (struct psymbol_bcache): Don't declare.
10944 (class psymtab_storage) <psymbol_cache>: Now a bcache.
10945 (psymbol_bcache_init, psymbol_bcache_free)
10946 (psymbol_bcache_get_bcache): Don't declare.
10947 * psymtab.c (struct psymbol_bcache): Remove.
10948 (psymtab_storage::psymtab_storage): Update.
10949 (psymtab_storage::~psymtab_storage): Update.
10950 (psymbol_bcache_init, psymbol_bcache_free)
10951 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
10952 (add_psymbol_to_bcache): Update.
10953 (allocate_psymtab): Update.
10954 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
10955 macro_cache>: No longer pointers.
10956 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
10957 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
10958 * macrotab.c (macro_bcache): Update.
10959 * macroexp.c: Don't include bcache.h.
10960 * gdbtypes.c (check_types_worklist): Update.
10961 (types_deeply_equal): Remove TRY/CATCH. Update.
10962 * elfread.c (elf_symtab_read): Update.
10963 * dwarf2read.c: Don't include bcache.h.
10964 * buildsym.c (buildsym_compunit::get_macro_table): Update.
10965 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
10966 (print_bcache_statistics, bcache_memory_used): Don't declare.
10967 (struct bcache): Move from bcache.c. Add constructor, destructor,
10968 methods. Rename all data members.
10969 * bcache.c (struct bcache): Move to bcache.h.
10970 (bcache::expand_hash_table): Rename from expand_hash_table.
10971 (bcache): Remove.
10972 (bcache::insert): Rename from bcache_full.
10973 (bcache::compare): Rename from bcache_compare.
10974 (bcache_xmalloc): Remove.
10975 (bcache::~bcache): Rename from bcache_xfree.
10976 (bcache::print_statistics): Rename from print_bcache_statistics.
10977 (bcache::memory_used): Rename from bcache_memory_used.
10978
fe726667
PA
109792019-03-07 Pedro Alves <palves@redhat.com>
10980
10981 * infrun.c (normal_stop): Also check for
10982 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
10983
7584bb30
AB
109842019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
10985
10986 * f-lang.c (value_from_host_double): Moved to...
10987 * value.c (value_from_host_double): ...here.
10988 * value.h (value_from_host_double): Declare.
10989 * guile/scm-math.c (vlscm_convert_typed_number): Use
10990 value_from_host_double.
10991 (vlscm_convert_number): Likewise.
10992 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
10993 * python/py-value.c (convert_value_from_python): Likewise.
10994
a7b1986e
TT
109952019-03-06 Tom Tromey <tom@tromey.com>
10996
10997 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
10998
0ccf4211
TT
109992019-03-06 Tom Tromey <tom@tromey.com>
11000
11001 * utils.h (free_current_contents): Don't declare.
11002 * utils.c (free_current_contents): Remove.
11003
fe7b42e5
TT
110042019-03-06 Tom Tromey <tom@tromey.com>
11005
11006 * top.c (quit_force): Update.
11007 * main.c (captured_command_loop): Update.
11008 * common/new-op.c (operator new): Update.
11009 * common/common-exceptions.c (struct catcher)
11010 <save_cleanup_chain>: Remove member.
11011 (exceptions_state_mc_init): Update.
11012 (exception_try_scope_entry): Return nullptr.
11013 (exception_try_scope_exit, exception_rethrow)
11014 (throw_exception_sjlj, throw_exception_cxx): Update.
11015 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
11016 (all_cleanups, do_cleanups, discard_cleanups)
11017 (discard_final_cleanups, save_cleanups, save_final_cleanups)
11018 (restore_cleanups, restore_final_cleanups): Don't declare.
11019 (do_final_cleanups): Remove parameter.
11020 * common/cleanups.c (cleanup_chain, make_cleanup)
11021 (make_cleanup_dtor, all_cleanups, do_cleanups)
11022 (discard_my_cleanups, discard_cleanups)
11023 (discard_final_cleanups, save_my_cleanups, save_cleanups)
11024 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
11025 (null_cleanup): Remove.
11026 (do_final_cleanups): Remove parameter.
11027
c6321f19
TT
110282019-03-06 Tom Tromey <tom@tromey.com>
11029
11030 * remote.c (remote_target::remote_parse_stop_reply): Use
11031 unique_xmalloc_ptr.
11032
61b30099
TT
110332019-03-06 Tom Tromey <tom@tromey.com>
11034
11035 * stabsread.c (struct stabs_field_info): Rename from field_info.
11036 <list, fnlist>: Add initializers.
11037 <obstack>: New member.
11038 (read_member_functions, read_struct_fields, read_baseclasses):
11039 Allocate on obstack. Don't use cleanups.
11040 (read_one_struct_field, read_member_functions, read_struct_fields)
11041 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
11042 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
11043 (read_struct_type): Update.
11044
6cceac94
TT
110452019-03-06 Tom Tromey <tom@tromey.com>
11046
11047 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
11048 * common/filestuff.h (make_cleanup_close): Don't declare.
11049 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
11050 Remove.
11051
72412762
TT
110522019-03-06 Tom Tromey <tom@tromey.com>
11053
11054 * solib-aix.c: Use make_scope_exit.
11055
2b6ff1c0
TT
110562019-03-06 Tom Tromey <tom@tromey.com>
11057
11058 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
11059 Use make_scope_exit.
11060
d01c5877
TT
110612019-03-06 Tom Tromey <tom@tromey.com>
11062
11063 * solib-svr4.c (disable_probes_interface): Remove parameter.
11064 (svr4_handle_solib_event): Use make_scope_exit.
11065
32603266
TT
110662019-03-06 Tom Tromey <tom@tromey.com>
11067
11068 * remote.c (struct stop_reply_deleter): Remove.
11069 (stop_reply_up): Update.
11070 (struct stop_reply): Derive from notif_event. Don't typedef.
11071 <regcache>: Now a std::vector.
11072 (stop_reply_xfree): Remove.
11073 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
11074 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
11075 (remote_target::discard_pending_stop_replies): Use delete.
11076 (remote_target::remote_parse_stop_reply): Update.
11077 (remote_target::process_stop_reply): Update.
11078 * remote-notif.h (struct notif_event): Add virtual destructor.
11079 Remove "dtr" member.
11080 (struct notif_client) <alloc_event>: Return a unique_ptr.
11081 (notif_event_xfree): Don't declare.
11082 (notif_event_up): New typedef.
11083 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
11084 (notif_event_xfree, do_notif_event_xfree): Remove.
11085 (remote_notif_state_xfree): Update.
11086
9799571e
TT
110872019-03-06 Tom Tromey <tom@tromey.com>
11088
11089 * infrun.c (displaced_step_clear_cleanup): Now a
11090 forward_scope_exit type.
11091 (displaced_step_prepare_throw): Update.
11092 (displaced_step_fixup): Update.
11093
09e3c4ca
TT
110942019-03-06 Tom Tromey <tom@tromey.com>
11095
11096 * inferior.h (class inferior): Update comment.
11097 * gdbthread.h (class thread_info): Update comment.
11098
e2a03548
TT
110992019-03-06 Joel Brobecker <brobecker@adacore.com>
11100 Tom Tromey <tom@tromey.com>
11101
11102 * stabsread.h (struct stab_section_list): Remove.
11103 (coffstab_build_psymtabs): Update.
11104 * dbxread.c (symbuf_sections): Now a std::vector.
11105 (sect_idx): New global.
11106 (fill_symbuf): Update.
11107 (coffstab_build_psymtabs): Change type of stabsects parameter.
11108 Update.
11109 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
11110 std::vector.
11111 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
11112 (coff_locate_sections): Update.
11113 (coff_symfile_read): Remove cleanups. Update.
11114 (init_stringtab): Add storage parameter.
11115 (free_stringtab, free_stringtab_cleanup): Remove.
11116 (init_lineno): Add storage parameter.
11117 (free_linetab, free_linetab_cleanup): Remove.
11118
b7e60d85
PA
111192019-03-06 Pedro Alves <palves@redhat.com>
11120
11121 * linux-fork.c (fork_info::clobber_regs): Delete.
11122 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
11123 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
11124 comment. Adjust.
11125 (scoped_switch_fork_info::scoped_switch_fork_info)
11126 (checkpoint_command, linux_fork_context): Adjust
11127 fork_save_infrun_state calls.
11128
e52c971f
PA
111292019-03-06 Pedro Alves <palves@redhat.com>
11130
11131 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
11132 (inf_has_multiple_threads): Return 'bool' and rewrite using
11133 inferior_info::threads().
11134
06974e6c
PA
111352019-03-06 Pedro Alves <palves@redhat.com>
11136
11137 * linux-fork.c: Include <list>.
11138 (fork_list): Now a std::list instance.
11139 (fork_info): Add ctor, dtor, and in-class initialize all fields.
11140 (forks_exist_p, find_last_fork): Adjust.
11141 (new_fork): Delete.
11142 (one_fork_p): New.
11143 (add_fork): Adjust.
11144 (free_fork): Delete, folded into fork_info::~fork_info().
11145 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
11146 Adjust.
11147 (init_fork_list): Delete.
11148 (linux_fork_killall, linux_fork_mourn_inferior)
11149 (linux_fork_detach, info_checkpoints_command): Adjust.
11150 (_initialize_linux_fork): No longer call init_fork_list.
11151
72f31aea
PA
111522019-03-06 Pedro Alves <palves@redhat.com>
11153
11154 * linux-fork.c (new_fork): New, split out of ...
11155 (add_fork): ... this. Return void. Move "first fork" special
11156 case from here, to ...
11157 (checkpoint_command): ... here.
11158 * linux-linux.h (add_fork): Return void.
11159
efbecbc1
AB
111602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11161
11162 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
11163
0841c79a
AB
111642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11165 Chris January <chris.january@arm.com>
11166 David Lecomber <david.lecomber@arm.com>
11167
11168 * f-exp.y: New token, UNOP_INTRINSIC.
11169 (exp): New pattern using UNOP_INTRINSIC token.
11170 (f77_keywords): Add 'abs' keyword.
11171 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
11172 (value_from_host_double): New function.
11173 (evaluate_subexp_f): Support UNOP_ABS.
11174
4a270568
AB
111752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11176
11177 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
11178 types.
11179
067630bd
AB
111802019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11181
11182 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
11183 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
11184 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
11185
3be47f7a
AB
111862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11187
11188 * f-exp.y (convert_to_kind_type): Handle more type kinds.
11189
4d00f5d8
AB
111902019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11191 Chris January <chris.january@arm.com>
11192
11193 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
11194 * f-exp.y: Define 'KIND' token.
11195 (exp): New pattern for KIND expressions.
11196 (ptype): Handle types with a kind extension.
11197 (direct_abs_decl): Extend to spot kind extensions.
11198 (f77_keywords): Add 'kind' to the list.
11199 (push_kind_type): New function.
11200 (convert_to_kind_type): New function.
11201 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
11202 * parse.c (operator_length_standard): Likewise.
11203 * parser-defs.h (enum type_pieces): Add tp_kind.
11204 * std-operator.def: Add UNOP_KIND.
11205
e454224f
AB
112062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11207
11208 * f-exp.y (f_parse): Set yydebug.
11209
9dad4a58
AB
112102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11211
11212 * f-lang.c (evaluate_subexp_f): New function.
11213 (exp_descriptor_f): New global.
11214 (f_language_defn): Use exp_descriptor_f instead of
11215 exp_descriptor_standard.
11216
c8f91604
AB
112172019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11218
11219 * f-exp.y (struct token): Add comments.
11220 (dot_ops): Remove uppercase versions and the end marker.
11221 (f77_keywords): Likewise.
11222 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
11223 entries in the dot_ops array are case insensitive, and use
11224 strncasecmp to compare strings. Also some whitespace cleanup in
11225 this area. Similar for the f77_keywords array, except entries in
11226 this list might be case sensitive.
11227
dd9f2c76
AB
112282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
11229
11230 * f-exp.y (struct f77_boolean_val): Add comments.
11231 (boolean_values): Remove uppercase versions, and end marker.
11232 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
11233 and use strncasecmp to achieve case insensitivity. Additionally,
11234 perform whitespace cleanup around this code.
11235
67a3048c
TT
112362019-03-06 Tom Tromey <tromey@adacore.com>
11237
11238 * remote-sim.c (gdbsim_target_open): Use result of
11239 gdb_argv::release.
11240
aa3cfbda
RB
112412019-03-06 Richard Bunt <richard.bunt@arm.com>
11242 Dirk Schubert <dirk.schubert@arm.com>
11243 Chris January <chris.january@arm.com>
11244
11245 * eval.c (evaluate_subexp_standard): Call Fortran argument
11246 wrapping logic.
11247 * f-lang.c (struct value): A value which can be passed into a
11248 Fortran function call.
11249 (fortran_argument_convert): Wrap Fortran arguments in a pointer
11250 where appropriate.
11251 (struct type): Value ready for a Fortran function call.
11252 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
11253 is needed.
11254 * f-lang.h (fortran_argument_convert): Declaration.
11255 (fortran_preserve_arg_pointer): Declaration.
11256 * infcall.c (value_arg_coerce): Call Fortran argument logic.
11257
ea38e5df
TT
112582019-03-05 Tom Tromey <tromey@adacore.com>
11259
11260 * python/py-prettyprint.c (print_string_repr): Remove #if.
11261 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
11262
06b5b831
TT
112632019-03-05 Tom Tromey <tromey@adacore.com>
11264
11265 * target.c (the_dummy_target): Move later. Change type to
11266 "dummy_target".
11267 (initialize_targets): Don't initialize the_dummy_target.
11268
edbd9e45
TT
112692019-03-05 Tom Tromey <tromey@adacore.com>
11270
11271 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
11272 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
11273
c119e040
TT
112742019-03-05 Tom Tromey <tromey@adacore.com>
11275
11276 * windows-nat.c (windows_nat_target::attach)
11277 (windows_nat_target::detach): Don't call gdb_flush.
11278 * valprint.c (generic_val_print, val_print, val_print_string):
11279 Don't call gdb_flush.
11280 * utils.c (defaulted_query): Don't call gdb_flush.
11281 * typeprint.c (print_type_scalar): Don't call gdb_flush.
11282 * target.c (target_announce_detach): Don't call gdb_flush.
11283 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
11284 * remote.c (extended_remote_target::attach): Don't call
11285 gdb_flush.
11286 * procfs.c (procfs_target::detach): Don't call gdb_flush.
11287 * printcmd.c (do_examine): Don't call gdb_flush.
11288 (info_display_command): Don't call gdb_flush.
11289 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
11290 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
11291 * memattr.c (info_mem_command): Don't call gdb_flush.
11292 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
11293 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
11294 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
11295 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
11296 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
11297 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
11298 (gnu_nat_target::detach): Don't call gdb_flush.
11299 * f-valprint.c (f_val_print): Don't call gdb_flush.
11300 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
11301 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
11302 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
11303 gdb_flush.
11304 * c-valprint.c (c_val_print): Don't call gdb_flush.
11305 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
11306
895dafa6
TT
113072019-03-05 Tom Tromey <tromey@adacore.com>
11308
11309 * varobj.c (update_dynamic_varobj_children): Update.
11310 (install_default_visualizer): Use reset, not release.
11311 * value.c (set_internalvar): Update.
11312 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
11313 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
11314 ATTRIBUTE_UNUSED_RESULT.
11315
88a774b9
TT
113162019-03-05 Tom Tromey <tromey@adacore.com>
11317
11318 * remote.c (class scoped_remote_fd) <release>: Add
11319 ATTRIBUTE_UNUSED_RESULT.
11320
4e4a8b93
TT
113212019-03-05 Tom Tromey <tromey@adacore.com>
11322
11323 * macroexp.c (struct macro_buffer) <release>: Add
11324 ATTRIBUTE_UNUSED_RESULT.
11325
083eef1f
TT
113262019-03-05 Tom Tromey <tromey@adacore.com>
11327
11328 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
11329 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
11330 ATTRIBUTE_UNUSED_RESULT.
11331
3cabd438
TT
113322019-03-05 Tom Tromey <tromey@adacore.com>
11333
11334 * common/scoped_fd.h (class scoped_fd) <release>: Add
11335 ATTRIBUTE_UNUSED_RESULT.
11336
41e3300a
TT
113372019-03-05 Tom Tromey <tromey@adacore.com>
11338
11339 * parser-defs.h (struct parser_state) <release>: Add
11340 ATTRIBUTE_UNUSED_RESULT.
11341
18cb7c9f
TT
113422019-03-05 Tom Tromey <tromey@adacore.com>
11343
11344 * utils.h (class gdb_argv) <release>: Add
11345 ATTRIBUTE_UNUSED_RESULT.
11346 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
11347
41fa577f
EZ
113482019-03-02 Eli Zaretskii <eliz@gnu.org>
11349
a6a4b2c6
EZ
11350 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
11351 for-loop range, to avoid compiler warnings.
11352
11353 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
11354 avoid compiler warnings about unused variables.
11355
742a7df5
EZ
11356 * NEWS: Mention end of support for native debugging on MS-Windows
11357 before XP.
11358
41fa577f
EZ
11359 PR gdb/24292
11360 * common/netstuff.c:
11361 * gdbserver/gdbreplay.c
11362 * gdbserver/remote-utils.c:
11363 * ser-tcp.c:
11364 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
11365 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
11366 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
11367 'getaddrinfo' and 'freeaddrinfo' were not available before
11368 Windows XP, and mingw.org's MinGW headers by default define
11369 _WIN32_WINNT to 0x500.
11370
827f438f
GB
113712019-03-01 Gary Benson <gbenson@redhat.com>
11372
11373 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
11374
92137da0
RO
113752019-02-28 Brian Vandenberg <phantall@gmail.com>
11376 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
11377
11378 PR gdb/8527
11379 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
11380 set_sigint_trap, clear_sigint_trap.
11381
799efbe8
PW
113822019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11383
11384 * target.c (target_detach): Clear the regcache and the
11385 frame cache.
11386
8ed25214
PA
113872019-02-27 Pedro Alves <palves@redhat.com>
11388
11389 * utils.c (set_screen_size): When we cap the height/width sizes,
11390 tweak the corresponding command variable to show "unlimited":
11391
23031e31
SJ
113922019-02-27 Saagar Jha <saagar@saagarjha.com>
11393 Pedro Alves <palves@redhat.com>
11394
11395 * utils.c (set_screen_size): Reduce "infinite" rows and columns
11396 before calling rl_set_screen_size.
11397
6c28e44a
TT
113982019-02-27 Tom Tromey <tromey@adacore.com>
11399
11400 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
11401 define.
11402 * python/py-value.c: Remove Python 2.4 workaround.
11403 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
11404 workaround.
11405 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
11406 Python 2.4 workaround.
11407 * python/python-internal.h: Remove Python 2.4 comment.
11408 (Py_ssize_t): Don't define.
11409 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
11410 (gdb_Py_DECREF): Remove Python 2.4 workaround.
11411 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
11412 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
11413 * python/python.c (do_start_initialization): Remove Python 2.4
11414 workaround.
11415 * python/py-prettyprint.c (class dummy_python_frame): Remove.
11416 (print_children): Remove Python 2.4 workaround.
11417 * python/py-inferior.c (buffer_procs): Remove Python 2.4
11418 workaround.
11419 (CHARBUFFERPROC_NAME): Remove.
11420 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
11421 Python 2.4 workaround.
11422
2c3fc25d 114232019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 11424
2c3fc25d
KB
11425 * NEWS: Note minimum Python version.
11426
6ca62222
KB
114272019-02-27 Kevin Buettner <kevinb@redhat.com>
11428
11429 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
11430 code from these functions. Remove corresponding ifdefs. Use
11431 Py_buffer_up instead of explicit calls to PyBuffer_Release.
11432 Remove gotos and target of gotos.
11433 (infpy_search_memory): Likewise.
11434
f4bc7d2c
AB
114352019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11436
11437 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
11438 (hppa_gdbarch_init): Don't register deleted functions with
11439 gdbarch.
11440
9734a586
AB
114412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11442
11443 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
11444 (h8300_unwind_sp): Delete.
11445 (h8300_dummy_id): Delete.
11446 (h8300_gdbarch_init): Don't register deleted functions with
11447 gdbarch.
11448
68b867f3
AB
114492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11450
11451 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
11452 (ft32_unwind_pc): Delete.
11453 (ft32_unwind_sp): Delete.
11454 (ft32_gdbarch_init): Don't register deleted functions with
11455 gdbarch.
11456
2fbe7ad0
AB
114572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11458
11459 * gdb/frv-tdep.c (frv_dummy_id): Delete.
11460 (frv_unwind_pc): Delete.
11461 (frv_unwind_sp): Delete.
11462 (frv_gdbarch_init): Don't register deleted functions with
11463 gdbarch.
11464
76055cbe
AB
114652019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11466
11467 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
11468 (riscv_unwind_pc): Delete.
11469 (riscv_unwind_sp): Delete.
11470 (riscv_gdbarch_init): Don't register deleted functions with
11471 gdbarch.
11472
4133e5a1
AB
114732019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11474
11475 * gdb/csky-tdep.c (csky_dummy_id): Delete.
11476 (csky_unwind_pc): Delete.
11477 (csky_unwind_sp): Delete.
11478 (csky_gdbarch_init): Don't register deleted functions with
11479 gdbarch.
11480
8010f576
AB
114812019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11482
11483 * gdb/cris-tdep.c (cris_dummy_id): Delete.
11484 (cris_unwind_pc): Delete.
11485 (cris_unwind_sp): Delete.
11486 (cris_gdbarch_init): Don't register deleted functions with
11487 gdbarch.
11488
b56bf084
AB
114892019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11490
11491 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
11492 (bfin_unwind_pc): Delete.
11493 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
11494
a19a650f
AB
114952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11496
11497 * gdb/arm-tdep.c (arm_dummy_id): Delete.
11498 (arm_unwind_pc): Delete.
11499 (arm_unwind_sp): Delete.
11500 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
11501
f8278c3c
AB
115022019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11503
11504 * gdb/arc-tdep.c (arc_dummy_id): Delete.
11505 (arc_unwind_pc): Delete.
11506 (arc_unwind_sp): Delete.
11507 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
11508
480e46cf
AB
115092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11510
11511 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
11512 (alpha_unwind_pc): Delete.
11513 (alpha_gdbarch_init): Don't register deleted functions with
11514 gdbarch.
11515
7a995095
AB
115162019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11517
11518 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
11519 (aarch64_unwind_pc): Delete.
11520 (aarch64_unwind_sp): Delete.
11521 (aarch64_gdbarch_init): Don't register deleted functions with
11522 gdbarch.
11523
bf9a735e
AB
115242019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11525
11526 * gdbtypes.c (type_align): Don't consider static members when
11527 computing structure alignment.
11528
5561fc30
AB
115292019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
11530
11531 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
11532 return 0 for other types.
11533 * arch-utils.c (default_type_align): Always return 0.
11534 * gdbarch.h: Regenerate.
11535 * gdbarch.sh (type_align): Extend comment.
11536 * gdbtypes.c (type_align): Add additional comments, always call
11537 gdbarch_type_align before applying the default rules.
11538 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
11539 generic code will then apply a suitable default.
11540 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
11541 types, return 0 for other types.
11542
9335e75a
JB
115432019-02-27 Joel Brobecker <brobecker@adacore.com>
11544
11545 * NEWS: Create a new section for the next release branch.
11546 Rename the section of the current branch, now that it has
11547 been cut.
11548
3d34d8de
JB
115492019-02-27 Joel Brobecker <brobecker@adacore.com>
11550
11551 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
11552 * version.in: Bump version to 8.3.50.DATE-git.
11553
143420fb
SM
115542019-02-26 Simon Marchi <simon.marchi@efficios.com>
11555
11556 * aix-thread.c (ptid_cmp): Remove unused variable.
11557 (get_signaled_thread): Likewise.
11558 (store_regs_user_thread): Likewise.
11559 (store_regs_kernel_thread): Likewise.
11560 (fetch_regs_kernel_thread): Remove shadowed variable.
11561
172fb711
AB
115622019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
11563
11564 * features/riscv/32bit-cpu.xml: Add register numbers.
11565 * features/riscv/32bit-fpu.c: Regenerate.
11566 * features/riscv/32bit-fpu.xml: Add register numbers.
11567 * features/riscv/64bit-cpu.xml: Add register numbers.
11568 * features/riscv/64bit-fpu.c: Regenerate.
11569 * features/riscv/64bit-fpu.xml: Add register numbers.
11570
26c89782
KB
115712019-02-26 Kevin Buettner <kevinb@redhat.com>
11572
af54ade9 11573 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
11574 * python/py-value.c (convert_buffer_and_type_to_value): New
11575 function.
11576 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
11577 Add support for handling an optional second argument. Call
11578 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
11579 * python/python-internal.h (Py_buffer_deleter): New struct.
11580 (Py_buffer_up): New typedef.
11581
0f58c9e8
JB
115822019-02-25 John Baldwin <jhb@FreeBSD.org>
11583
11584 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
11585 instead of releasing ownership.
11586
0a0f4c01
JR
115872019-02-25 Jordan Rupprecht <rupprecht@google.com>
11588
11589 * dwarf2read.c (open_and_init_dwp_file): Call
11590 elf_numsections instead of bfd_count_sections to initialize
11591 dwp_file->num_sections.
11592
cd5a152c
TT
115932019-02-25 Tom Tromey <tromey@adacore.com>
11594
11595 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
11596
8a6a8513
SDJ
115972019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
11598
11599 * gcore.in: Add '--readnever' option when invoking GDB.
11600
04dcda9c
SM
116012019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11602
11603 * MAINTAINERS: Update my email address.
11604
07bc701d
SM
116052019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
11606
11607 * build-id.c (build_id_to_debug_bfd_1): New function.
11608 (build_id_to_debug_bfd): Look for separate debug file in
11609 sysroot.
11610
c6f4a5d0
AB
116112019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
11612
11613 * gdbarch.sh: Update the copyright year range that is placed into
11614 generated files.
11615
9600246d
KS
116162019-02-22 Keith Seitz <keiths@redhat.com>
11617
11618 PR symtab/23853
11619 * linespec.c (create_sals_line_offset): Search for the default
11620 symtab's filename instead of its fullname.
11621
7557a514
AH
116222019-02-21 Alan Hayward <alan.hayward@arm.com>
11623
11624 * NEWS: Update style defaults.
11625
ee2bcb0c
AH
116262019-02-21 Alan Hayward <alan.hayward@arm.com>
11627
11628 * main.c (captured_main_1): Disable styling in batch mode.
11629
0c95f9ed
TT
116302019-02-20 Tom Tromey <tom@tromey.com>
11631
11632 * symtab.c (symtab_symbol_info): Fix typos.
11633
c763b894
TT
116342019-02-20 Tom Tromey <tromey@adacore.com>
11635
11636 * findcmd.c (_initialize_mem_search): Use upper case for
11637 metasyntactic variables.
11638
0ef8a082
AH
116392019-02-20 Alan Hayward <alan.hayward@arm.com>
11640
11641 * aarch64-tdep.c (aarch64_add_reggroups): New function.
11642 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
11643
6caa91b6
SM
116442019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
11645
11646 * top.h (source_file_name): Change to std::string.
11647 * top.c (source_file_name): Likewise.
11648 (command_line_input): Adjust.
11649 * cli/cli-script.c (script_from_file): Adjust.
11650
98814c6c
TT
116512019-02-19 Tom Tromey <tromey@adacore.com>
11652
11653 * ravenscar-thread.c
11654 (ravenscar_thread_target::update_thread_list): Don't call
11655 ada_build_task_list.
11656 * ada-lang.h (ada_build_task_list): Don't declare.
11657 * ada-tasks.c (struct ada_tasks_inferior_data)
11658 <task_list_valid_p>: Now bool.
11659 (read_known_tasks, ada_task_list_changed)
11660 (ada_tasks_invalidate_inferior_data): Update.
11661 (read_known_tasks_array): Return bool.
11662 (read_known_tasks_list): Likewise.
11663 (read_known_tasks): Return void.
11664 (ada_build_task_list): Now static.
11665
70cd633e
AB
116662019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
11667
11668 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
11669 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
11670
040b3e95
PW
116712019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11672
11673 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
11674 variant for ada_tasks_pspace_data_handle and
11675 ada_tasks_inferior_data_handle.
11676 (ada_tasks_pspace_data_cleanup): New function.
11677 (ada_tasks_inferior_data_cleanup): New function.
11678
9409233b
TT
116792019-02-17 Tom Tromey <tom@tromey.com>
11680
11681 * macrotab.h (macro_source_fullname): Return a std::string.
11682 * macrotab.c (macro_include, check_for_redefinition)
11683 (macro_undef, macro_lookup_definition, foreach_macro)
11684 (foreach_macro_in_scope): Update.
11685 (macro_source_fullname): Return a std::string.
11686 * macrocmd.c (show_pp_source_pos): Update.
11687
6506371f
TT
116882019-02-17 Tom Tromey <tom@tromey.com>
11689
11690 * macrocmd.c (show_pp_source_pos): Style the file names.
11691
0c820d67
TT
116922019-02-17 Tom Tromey <tom@tromey.com>
11693
11694 PR tui/24197:
11695 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
11696
a0087920
TT
116972019-02-17 Tom Tromey <tom@tromey.com>
11698
11699 * ada-lang.c (user_select_syms): Use filtered printing.
11700 * utils.c (wrap_style): New global.
11701 (desired_style): Remove.
11702 (emit_style_escape): Add stream parameter.
11703 (set_output_style, reset_terminal_style, prompt_for_continue):
11704 Update.
11705 (flush_wrap_buffer): Only flush gdb_stdout.
11706 (wrap_here): Set wrap_style.
11707 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
11708 treat escape sequences as a character. Change when wrap buffer is
11709 flushed.
11710 (fputs_styled): Do not set the output style when the default is
11711 requested.
11712 * ui-style.h (struct ui_file_style) <is_default>: New method.
11713 * source.c (print_source_lines_base): Emit escape sequences in one
11714 piece.
11715
75ba10dc
JB
117162019-02-17 Joel Brobecker <brobecker@adacore.com>
11717
11718 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
11719 integers and enumeration types.
11720
a2cd4f14
JB
117212019-02-17 Joel Brobecker <brobecker@adacore.com>
11722
11723 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
11724 instead of lookup_symbol_in_language
11725 (do_exact_match): New function.
11726 (ada_get_symbol_name_matcher): Return do_exact_match when
11727 doing a verbatim match.
11728
485b851b
TT
117292019-02-15 Tom Tromey <tromey@adacore.com>
11730
11731 * ravenscar-thread.c (ravenscar_thread_target::resume)
11732 (ravenscar_thread_target::wait): Special case wildcard requests.
11733
0b790b1e
TT
117342019-02-15 Tom Tromey <tromey@adacore.com>
11735
11736 * ravenscar-thread.c (base_ptid): Remove.
11737 (struct ravenscar_thread_target) <close>: New method.
11738 <m_base_ptid>: New member.
11739 <update_inferior_ptid, active_task, task_is_currently_active,
11740 runtime_initialized>: Declare methods.
11741 <ravenscar_thread_target>: Add constructor.
11742 (ravenscar_thread_target::task_is_currently_active)
11743 (ravenscar_thread_target::update_inferior_ptid)
11744 (ravenscar_runtime_initialized): Rename. Now methods.
11745 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
11746 (ravenscar_thread_target::update_thread_list): Update.
11747 (ravenscar_thread_target::active_task): Now method.
11748 (ravenscar_thread_target::store_registers)
11749 (ravenscar_thread_target::prepare_to_store)
11750 (ravenscar_thread_target::prepare_to_store)
11751 (ravenscar_thread_target::mourn_inferior): Update.
11752 (ravenscar_inferior_created): Use "new" to create target.
11753 (ravenscar_thread_target::get_ada_task_ptid): Update.
11754 (_initialize_ravenscar): Don't initialize base_ptid.
11755 (ravenscar_ops): Remove global.
11756
dea57a62
TT
117572019-02-15 Tom Tromey <tromey@adacore.com>
11758
11759 * target.h (push_target): Declare new overload.
11760 * target.c (push_target): New overload, taking an rvalue reference.
11761 * remote.c (remote_target::open_1): Use push_target overload.
11762 * corelow.c (core_target_open): Use push_target overload.
11763
989f3c58
TT
117642019-02-15 Tom Tromey <tromey@adacore.com>
11765
11766 * ravenscar-thread.c (is_ravenscar_task)
11767 (ravenscar_task_is_currently_active): Return bool.
11768 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
11769 (_initialize_ravenscar): Remove "(void)".
11770 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
11771 Return bool.
11772
6cbcc006
TT
117732019-02-15 Tom Tromey <tromey@adacore.com>
11774
11775 * ravenscar-thread.c (ravenscar_runtime_initializer)
11776 (has_ravenscar_runtime, get_running_thread_id)
11777 (ravenscar_thread_target::resume): Fix indentation.
11778
7657f14d
TT
117792019-02-15 Tom Tromey <tromey@adacore.com>
11780
11781 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
11782 from ravenscar_arch_ops.
11783 (sparc_ravenscar_ops::fetch_registers)
11784 (sparc_ravenscar_ops::store_registers): Now methods.
11785 (sparc_ravenscar_prepare_to_store): Remove.
11786 (sparc_ravenscar_ops): Redefine.
11787 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
11788 methods and destructor. Remove members.
11789 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
11790 (ravenscar_thread_target::store_registers)
11791 (ravenscar_thread_target::prepare_to_store): Update.
11792 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
11793 Remove.
11794 (struct ppc_ravenscar_powerpc_ops): Derive from
11795 ravenscar_arch_ops.
11796 (ppc_ravenscar_powerpc_ops::fetch_registers)
11797 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
11798 (ppc_ravenscar_powerpc_ops): Redefine.
11799 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
11800 (ppc_ravenscar_e500_ops::fetch_registers)
11801 (ppc_ravenscar_e500_ops::store_registers): Now methods.
11802 (ppc_ravenscar_e500_ops): Redefine.
11803 * aarch64-ravenscar-thread.c
11804 (aarch64_ravenscar_generic_prepare_to_store): Remove.
11805 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
11806 (aarch64_ravenscar_fetch_registers)
11807 (aarch64_ravenscar_store_registers): Now methods.
11808 (aarch64_ravenscar_ops): Redefine.
11809
5b6ea500
TT
118102019-02-15 Tom Tromey <tromey@adacore.com>
11811
11812 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
11813 (ravenscar_thread_target::stopped_by_hw_breakpoint)
11814 (ravenscar_thread_target::stopped_by_watchpoint)
11815 (ravenscar_thread_target::stopped_data_address)
11816 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
11817
e397fd39
TT
118182019-02-15 Tom Tromey <tromey@adacore.com>
11819
11820 * ravenscar-thread.c: Fix some typos.
11821
cc12f4a8
TT
118222019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11823 Tom Tromey <tromey@adacore.com>
11824
11825 * ada-lang.c (ada_exception_sal): Change addr_string to a
11826 std::string.
11827 (create_ada_exception_catchpoint): Update.
11828
5f486660
TT
118292019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11830 Tom Tromey <tromey@adacore.com>
11831
11832 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
11833 (bp_location_ops): Remove.
11834 (base_breakpoint_allocate_location): Update.
11835 (free_bp_location): Update.
11836 * ada-lang.c (class ada_catchpoint_location)
11837 <ada_catchpoint_location>: Remove ops parameter.
11838 (ada_catchpoint_location_dtor): Remove.
11839 (ada_catchpoint_location_ops): Remove.
11840 (allocate_location_exception): Update.
11841 * breakpoint.h (struct bp_location_ops): Remove.
11842 (class bp_location) <bp_location>: Remove bp_location_ops
11843 parameter.
11844 <~bp_location>: Add destructor.
11845 <ops>: Remove.
11846
b671c7fb
TS
118472019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11848 Pedro Alves <palves@redhat.com>
11849
11850 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
11851 'PATH_MAX'.
11852
8071c5ce
DM
118532019-02-14 David Michael <fedora.dm0@gmail.com>
11854 Samuel Thibault <samuel.thibault@gnu.org>
11855 Thomas Schwinge <thomas@codesourcery.com>
11856
11857 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
11858 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
11859
b1041ae0
TS
118602019-02-14 Thomas Schwinge <thomas@codesourcery.com>
11861
924514e1
TS
11862 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
11863 (check_empty): Use "const char *".
11864
c29ee8d4
TS
11865 * gnu-nat.c (gnu_nat_target::detach): Instead of
11866 'detach_inferior (pid)' call
11867 'detach_inferior (find_inferior_pid (pid))'.
11868
6c6ef69f
TS
11869 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
11870 'nat/fork-inferior.o'.
11871 * gnu-nat.c: #include "nat/fork-inferior.h".
11872
2d0a338c
TS
11873 * gnu-nat.c (gnu_nat_target::detach): Instead of
11874 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
11875 * gnu-nat.h: #include "inf-child.h".
11876 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
11877 'i386_gnu_nat_target::fetch_registers'.
11878 (gnu_store_registers): Rename/move to
11879 'i386_gnu_nat_target::store_registers'.
11880
cabb5f06
TS
11881 * config/i386/nm-i386gnu.h: Don't "#include" any files.
11882 * gnu-nat.h (mach_thread_info): New function.
11883 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
11884
b1041ae0
TS
11885 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
11886
2988d01e
KF
118872019-02-14 Frederic Konrad <konrad@adacore.com>
11888
11889 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
11890
c559d709
JB
118912019-02-14 Joel Brobecker <brobecker@adacore.com>
11892
11893 * windows-nat.c (windows_add_thread): Add new parameter
11894 "main_thread_p" with default value set to false. Update
11895 function documentation as well as all callers.
11896 (windows_delete_thread): Likewise.
11897 (fake_create_process): Update call to windows_add_thread.
11898 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
11899 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
11900 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
11901 call to windows_delete_thread.
11902
007024cc
SM
119032019-02-13 Simon Marchi <simon.marchi@ericsson.com>
11904
11905 * MAINTAINERS: Add Andrew Burgess as global maintainer.
11906
f62318e9
JB
119072019-02-12 John Baldwin <jhb@FreeBSD.org>
11908
11909 * symfile.c (find_separate_debug_file): Use canonical path of
11910 sysroot with child_path instead of gdb_sysroot if it is valid.
11911
cd4b7848
JB
119122019-02-12 John Baldwin <jhb@FreeBSD.org>
11913
11914 * symfile.c (find_separate_debug_file): Use child_path to
11915 determine if an object file is under a sysroot.
11916
efac4bfe
JB
119172019-02-12 John Baldwin <jhb@FreeBSD.org>
11918
11919 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11920 unittests/child-path-selftests.c.
11921 * common/pathstuff.c (child_path): New function.
11922 * common/pathstuff.h (child_path): New prototype.
11923 * unittests/child-path-selftests.c: New file.
11924
402d2bfe
JB
119252019-02-12 John Baldwin <jhb@FreeBSD.org>
11926
11927 * symfile.c (find_separate_debug_file): Look for separate debug
11928 files in debug directories under the sysroot.
11929
1ed9f74e
PW
119302019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11931
11932 * symtab.h (struct minimal_symbol data_p): New const method.
11933 (struct minimal_symbol text_p): Likewise.
11934 * symtab.c (output_source_filename): Use file name style
11935 to print file name.
11936 (print_symbol_info): Likewise.
11937 (print_msymbol_info): Use address style to print addresses.
11938 Use function name style to print executable text symbols.
11939 (expand_symtab_containing_pc): Use data_p.
11940 (find_pc_sect_compunit_symtab): Likewise.
11941
2636d81d
PW
119422019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11943
11944 * breakpoint.c (describe_other_breakpoints): Use address style
11945 to print addresses.
11946 (say_where): Likewise.
11947
ac8c53cc
PW
119482019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11949
11950 * ada-typeprint.c (print_func_type): Print function name
11951 style to print function name.
11952 * c-typeprint.c (c_print_type_1): Likewise.
11953
ea638c43
AH
119542019-02-11 Alan Hayward <alan.hayward@arm.com>
11955
11956 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
11957 for execve.
11958
ab759ca8
PW
119592019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11960
11961 * c-exp.y (direct_abs_decl): Use emplace_back to record the
11962 type_stack.
11963
aff29d1c
JB
119642019-02-10 Joel Brobecker <brobecker@adacore.com>
11965
11966 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
11967 TYPE_CODE_REF types.
11968
617126bc
JW
119692019-02-08 Jim Wilson <jimw@sifive.com>
11970
11971 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
11972 (riscv_linux_fregset): New.
11973 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
11974
46e3ed7f
TT
119752019-02-07 Tom Tromey <tom@tromey.com>
11976
11977 * thread.c (thread_cancel_execution_command): Update.
11978 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
11979 methods.
11980 (struct thread_fsm_ops): Remove.
11981 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
11982 (thread_fsm_should_stop, thread_fsm_return_value)
11983 (thread_fsm_set_finished, thread_fsm_finished_p)
11984 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
11985 Don't declare.
11986 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
11987 * infrun.c (clear_proceed_status_thread)
11988 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
11989 (print_stop_event): Update.
11990 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
11991 Add constructor.
11992 (step_command_fsm_ops): Remove.
11993 (new_step_command_fsm): Remove.
11994 (step_1): Update.
11995 (step_command_fsm::should_stop): Rename from
11996 step_command_fsm_should_stop.
11997 (step_command_fsm::clean_up): Rename from
11998 step_command_fsm_clean_up.
11999 (step_command_fsm::do_async_reply_reason): Rename from
12000 step_command_fsm_async_reply_reason.
12001 (struct until_next_fsm): Inherit from thread_fsm. Add
12002 constructor.
12003 (until_next_fsm_ops): Remove.
12004 (new_until_next_fsm): Remove.
12005 (until_next_fsm::should_stop): Rename from
12006 until_next_fsm_should_stop.
12007 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
12008 (until_next_fsm::do_async_reply_reason): Rename from
12009 until_next_fsm_async_reply_reason.
12010 (struct finish_command_fsm): Inherit from thread_fsm. Add
12011 constructor. Change type of breakpoint.
12012 (finish_command_fsm_ops): Remove.
12013 (new_finish_command_fsm): Remove.
12014 (finish_command_fsm::should_stop): Rename from
12015 finish_command_fsm_should_stop.
12016 (finish_command_fsm::clean_up): Rename from
12017 finish_command_fsm_clean_up.
12018 (finish_command_fsm::return_value): Rename from
12019 finish_command_fsm_return_value.
12020 (finish_command_fsm::do_async_reply_reason): Rename from
12021 finish_command_fsm_async_reply_reason.
12022 (finish_command): Update.
12023 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
12024 Add constructor.
12025 (call_thread_fsm_ops): Remove.
12026 (call_thread_fsm::call_thread_fsm): Rename from
12027 new_call_thread_fsm.
12028 (call_thread_fsm::should_stop): Rename from
12029 call_thread_fsm_should_stop.
12030 (call_thread_fsm::should_notify_stop): Rename from
12031 call_thread_fsm_should_notify_stop.
12032 (run_inferior_call, call_function_by_hand_dummy): Update.
12033 * cli/cli-interp.c (should_print_stop_to_console): Update.
12034 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
12035 Add constructor. Change type of location_breakpoint,
12036 caller_breakpoint.
12037 (until_break_fsm_ops): Remove.
12038 (new_until_break_fsm): Remove.
12039 (until_break_fsm::should_stop): Rename from
12040 until_break_fsm_should_stop.
12041 (until_break_fsm::clean_up): Rename from
12042 until_break_fsm_clean_up.
12043 (until_break_fsm::do_async_reply_reason): Rename from
12044 until_break_fsm_async_reply_reason.
12045 (until_break_command): Update.
12046 * thread-fsm.c: Remove.
12047 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
12048
1a5c2598
TT
120492019-02-07 Tom Tromey <tom@tromey.com>
12050
12051 * yy-remap.h: Add include guard.
12052 * xtensa-tdep.h: Add include guard.
12053 * xcoffread.h: Rename include guard.
12054 * varobj-iter.h: Add include guard.
12055 * tui/tui.h: Rename include guard.
12056 * tui/tui-winsource.h: Rename include guard.
12057 * tui/tui-wingeneral.h: Rename include guard.
12058 * tui/tui-windata.h: Rename include guard.
12059 * tui/tui-win.h: Rename include guard.
12060 * tui/tui-stack.h: Rename include guard.
12061 * tui/tui-source.h: Rename include guard.
12062 * tui/tui-regs.h: Rename include guard.
12063 * tui/tui-out.h: Rename include guard.
12064 * tui/tui-layout.h: Rename include guard.
12065 * tui/tui-io.h: Rename include guard.
12066 * tui/tui-hooks.h: Rename include guard.
12067 * tui/tui-file.h: Rename include guard.
12068 * tui/tui-disasm.h: Rename include guard.
12069 * tui/tui-data.h: Rename include guard.
12070 * tui/tui-command.h: Rename include guard.
12071 * tic6x-tdep.h: Add include guard.
12072 * target/waitstatus.h: Rename include guard.
12073 * target/wait.h: Rename include guard.
12074 * target/target.h: Rename include guard.
12075 * target/resume.h: Rename include guard.
12076 * target-float.h: Rename include guard.
12077 * stabsread.h: Add include guard.
12078 * rs6000-tdep.h: Add include guard.
12079 * riscv-fbsd-tdep.h: Add include guard.
12080 * regformats/regdef.h: Rename include guard.
12081 * record.h: Rename include guard.
12082 * python/python.h: Rename include guard.
12083 * python/python-internal.h: Rename include guard.
12084 * python/py-stopevent.h: Rename include guard.
12085 * python/py-ref.h: Rename include guard.
12086 * python/py-record.h: Rename include guard.
12087 * python/py-record-full.h: Rename include guard.
12088 * python/py-record-btrace.h: Rename include guard.
12089 * python/py-instruction.h: Rename include guard.
12090 * python/py-events.h: Rename include guard.
12091 * python/py-event.h: Rename include guard.
12092 * procfs.h: Add include guard.
12093 * proc-utils.h: Add include guard.
12094 * p-lang.h: Add include guard.
12095 * or1k-tdep.h: Rename include guard.
12096 * observable.h: Rename include guard.
12097 * nto-tdep.h: Rename include guard.
12098 * nat/x86-linux.h: Rename include guard.
12099 * nat/x86-linux-dregs.h: Rename include guard.
12100 * nat/x86-gcc-cpuid.h: Add include guard.
12101 * nat/x86-dregs.h: Rename include guard.
12102 * nat/x86-cpuid.h: Rename include guard.
12103 * nat/ppc-linux.h: Rename include guard.
12104 * nat/mips-linux-watch.h: Rename include guard.
12105 * nat/linux-waitpid.h: Rename include guard.
12106 * nat/linux-ptrace.h: Rename include guard.
12107 * nat/linux-procfs.h: Rename include guard.
12108 * nat/linux-osdata.h: Rename include guard.
12109 * nat/linux-nat.h: Rename include guard.
12110 * nat/linux-namespaces.h: Rename include guard.
12111 * nat/linux-btrace.h: Rename include guard.
12112 * nat/glibc_thread_db.h: Rename include guard.
12113 * nat/gdb_thread_db.h: Rename include guard.
12114 * nat/gdb_ptrace.h: Rename include guard.
12115 * nat/fork-inferior.h: Rename include guard.
12116 * nat/amd64-linux-siginfo.h: Rename include guard.
12117 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
12118 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
12119 * nat/aarch64-linux.h: Rename include guard.
12120 * nat/aarch64-linux-hw-point.h: Rename include guard.
12121 * mn10300-tdep.h: Add include guard.
12122 * mips-linux-tdep.h: Add include guard.
12123 * mi/mi-parse.h: Rename include guard.
12124 * mi/mi-out.h: Rename include guard.
12125 * mi/mi-main.h: Rename include guard.
12126 * mi/mi-interp.h: Rename include guard.
12127 * mi/mi-getopt.h: Rename include guard.
12128 * mi/mi-console.h: Rename include guard.
12129 * mi/mi-common.h: Rename include guard.
12130 * mi/mi-cmds.h: Rename include guard.
12131 * mi/mi-cmd-break.h: Rename include guard.
12132 * m2-lang.h: Add include guard.
12133 * location.h: Rename include guard.
12134 * linux-record.h: Rename include guard.
12135 * linux-nat.h: Add include guard.
12136 * linux-fork.h: Add include guard.
12137 * i386-darwin-tdep.h: Rename include guard.
12138 * hppa-linux-offsets.h: Add include guard.
12139 * guile/guile.h: Rename include guard.
12140 * guile/guile-internal.h: Rename include guard.
12141 * gnu-nat.h: Rename include guard.
12142 * gdb-stabs.h: Rename include guard.
12143 * frv-tdep.h: Add include guard.
12144 * f-lang.h: Add include guard.
12145 * event-loop.h: Add include guard.
12146 * darwin-nat.h: Rename include guard.
12147 * cp-abi.h: Rename include guard.
12148 * config/sparc/nm-sol2.h: Rename include guard.
12149 * config/nm-nto.h: Rename include guard.
12150 * config/nm-linux.h: Add include guard.
12151 * config/i386/nm-i386gnu.h: Rename include guard.
12152 * config/djgpp/nl_types.h: Rename include guard.
12153 * config/djgpp/langinfo.h: Rename include guard.
12154 * compile/gcc-cp-plugin.h: Add include guard.
12155 * compile/gcc-c-plugin.h: Add include guard.
12156 * compile/compile.h: Rename include guard.
12157 * compile/compile-object-run.h: Rename include guard.
12158 * compile/compile-object-load.h: Rename include guard.
12159 * compile/compile-internal.h: Rename include guard.
12160 * compile/compile-cplus.h: Rename include guard.
12161 * compile/compile-c.h: Rename include guard.
12162 * common/xml-utils.h: Rename include guard.
12163 * common/x86-xstate.h: Rename include guard.
12164 * common/version.h: Rename include guard.
12165 * common/vec.h: Rename include guard.
12166 * common/tdesc.h: Rename include guard.
12167 * common/selftest.h: Rename include guard.
12168 * common/scoped_restore.h: Rename include guard.
12169 * common/scoped_mmap.h: Rename include guard.
12170 * common/scoped_fd.h: Rename include guard.
12171 * common/safe-iterator.h: Rename include guard.
12172 * common/run-time-clock.h: Rename include guard.
12173 * common/refcounted-object.h: Rename include guard.
12174 * common/queue.h: Rename include guard.
12175 * common/ptid.h: Rename include guard.
12176 * common/print-utils.h: Rename include guard.
12177 * common/preprocessor.h: Rename include guard.
12178 * common/pathstuff.h: Rename include guard.
12179 * common/observable.h: Rename include guard.
12180 * common/netstuff.h: Rename include guard.
12181 * common/job-control.h: Rename include guard.
12182 * common/host-defs.h: Rename include guard.
12183 * common/gdb_wait.h: Rename include guard.
12184 * common/gdb_vecs.h: Rename include guard.
12185 * common/gdb_unlinker.h: Rename include guard.
12186 * common/gdb_unique_ptr.h: Rename include guard.
12187 * common/gdb_tilde_expand.h: Rename include guard.
12188 * common/gdb_sys_time.h: Rename include guard.
12189 * common/gdb_string_view.h: Rename include guard.
12190 * common/gdb_splay_tree.h: Rename include guard.
12191 * common/gdb_setjmp.h: Rename include guard.
12192 * common/gdb_ref_ptr.h: Rename include guard.
12193 * common/gdb_optional.h: Rename include guard.
12194 * common/gdb_locale.h: Rename include guard.
12195 * common/gdb_assert.h: Rename include guard.
12196 * common/filtered-iterator.h: Rename include guard.
12197 * common/filestuff.h: Rename include guard.
12198 * common/fileio.h: Rename include guard.
12199 * common/environ.h: Rename include guard.
12200 * common/common-utils.h: Rename include guard.
12201 * common/common-types.h: Rename include guard.
12202 * common/common-regcache.h: Rename include guard.
12203 * common/common-inferior.h: Rename include guard.
12204 * common/common-gdbthread.h: Rename include guard.
12205 * common/common-exceptions.h: Rename include guard.
12206 * common/common-defs.h: Rename include guard.
12207 * common/common-debug.h: Rename include guard.
12208 * common/cleanups.h: Rename include guard.
12209 * common/buffer.h: Rename include guard.
12210 * common/btrace-common.h: Rename include guard.
12211 * common/break-common.h: Rename include guard.
12212 * cli/cli-utils.h: Rename include guard.
12213 * cli/cli-style.h: Rename include guard.
12214 * cli/cli-setshow.h: Rename include guard.
12215 * cli/cli-script.h: Rename include guard.
12216 * cli/cli-interp.h: Rename include guard.
12217 * cli/cli-decode.h: Rename include guard.
12218 * cli/cli-cmds.h: Rename include guard.
12219 * charset-list.h: Add include guard.
12220 * buildsym-legacy.h: Rename include guard.
12221 * bfin-tdep.h: Add include guard.
12222 * ax.h: Rename include guard.
12223 * arm-linux-tdep.h: Add include guard.
12224 * arm-fbsd-tdep.h: Add include guard.
12225 * arch/xtensa.h: Rename include guard.
12226 * arch/tic6x.h: Add include guard.
12227 * arch/i386.h: Add include guard.
12228 * arch/arm.h: Rename include guard.
12229 * arch/arm-linux.h: Rename include guard.
12230 * arch/arm-get-next-pcs.h: Rename include guard.
12231 * arch/amd64.h: Add include guard.
12232 * arch/aarch64-insn.h: Rename include guard.
12233 * arch-utils.h: Rename include guard.
12234 * annotate.h: Add include guard.
12235 * amd64-darwin-tdep.h: Rename include guard.
12236 * aarch64-linux-tdep.h: Add include guard.
12237 * aarch64-fbsd-tdep.h: Add include guard.
12238 * aarch32-linux-nat.h: Add include guard.
12239
ab9268d2
PW
122402019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12241
12242 * macrotab.c (macro_define_internal): New function that
12243 factorizes macro_define_object_internal and macro_define_function
12244 code.
12245 (macro_define_object_internal): Use macro_define_internal.
12246 (macro_define_function): Likewise.
12247
bb0da2b4
PW
122482019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12249
12250 * macrocmd.c (extract_identifier): Return
12251 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
12252 callers.
12253
424eb552
JB
122542019-02-06 John Baldwin <jhb@FreeBSD.org>
12255
12256 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
12257
1688cb29
TT
122582019-02-05 Tom Tromey <tom@tromey.com>
12259
12260 * target.c (target_stack::unpush): Move assertion earlier.
12261
b5eba2d8
TT
122622019-01-30 Tom Tromey <tom@tromey.com>
12263
12264 PR python/23615:
12265 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
12266 (gdbpy_parse_and_eval): Likewise.
12267 * python/python-internal.h (gdbpy_allow_threads): New class.
12268
7054e2ff
JB
122692019-01-28 John Baldwin <jhb@FreeBSD.org>
12270
12271 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
12272 (aarch64_fbsd_fpregmap): Move earlier.
12273 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
12274 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12275 instead of individual calls to trad_frame_set_reg_addr.
12276 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
12277 earlier.
12278 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
12279 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
12280 instead of individual calls to trad_frame_set_reg_addr.
12281
36c25ffa
AH
122822019-01-28 Alan Hayward <alan.hayward@arm.com>
12283
12284 * CONTRIBUTE: Replace contribution list with wiki link.
12285
a0707f3c
TT
122862019-01-25 Tom Tromey <tom@tromey.com>
12287
12288 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
12289
0747795c
TT
122902019-01-25 Tom Tromey <tom@tromey.com>
12291
12292 * xtensa-linux-nat.c: Fix common/ includes.
12293 * xml-support.h: Fix common/ includes.
12294 * xml-support.c: Fix common/ includes.
12295 * x86-linux-nat.c: Fix common/ includes.
12296 * windows-nat.c: Fix common/ includes.
12297 * varobj.h: Fix common/ includes.
12298 * varobj.c: Fix common/ includes.
12299 * value.c: Fix common/ includes.
12300 * valops.c: Fix common/ includes.
12301 * utils.c: Fix common/ includes.
12302 * unittests/xml-utils-selftests.c: Fix common/ includes.
12303 * unittests/utils-selftests.c: Fix common/ includes.
12304 * unittests/unpack-selftests.c: Fix common/ includes.
12305 * unittests/tracepoint-selftests.c: Fix common/ includes.
12306 * unittests/style-selftests.c: Fix common/ includes.
12307 * unittests/string_view-selftests.c: Fix common/ includes.
12308 * unittests/scoped_restore-selftests.c: Fix common/ includes.
12309 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
12310 * unittests/scoped_fd-selftests.c: Fix common/ includes.
12311 * unittests/rsp-low-selftests.c: Fix common/ includes.
12312 * unittests/parse-connection-spec-selftests.c: Fix common/
12313 includes.
12314 * unittests/optional-selftests.c: Fix common/ includes.
12315 * unittests/offset-type-selftests.c: Fix common/ includes.
12316 * unittests/observable-selftests.c: Fix common/ includes.
12317 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
12318 * unittests/memrange-selftests.c: Fix common/ includes.
12319 * unittests/memory-map-selftests.c: Fix common/ includes.
12320 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
12321 * unittests/function-view-selftests.c: Fix common/ includes.
12322 * unittests/environ-selftests.c: Fix common/ includes.
12323 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
12324 * unittests/common-utils-selftests.c: Fix common/ includes.
12325 * unittests/cli-utils-selftests.c: Fix common/ includes.
12326 * unittests/array-view-selftests.c: Fix common/ includes.
12327 * ui-file.c: Fix common/ includes.
12328 * tui/tui-io.c: Fix common/ includes.
12329 * tracepoint.h: Fix common/ includes.
12330 * tracepoint.c: Fix common/ includes.
12331 * tracefile-tfile.c: Fix common/ includes.
12332 * top.h: Fix common/ includes.
12333 * top.c: Fix common/ includes.
12334 * thread.c: Fix common/ includes.
12335 * target/waitstatus.h: Fix common/ includes.
12336 * target/waitstatus.c: Fix common/ includes.
12337 * target.h: Fix common/ includes.
12338 * target.c: Fix common/ includes.
12339 * target-memory.c: Fix common/ includes.
12340 * target-descriptions.c: Fix common/ includes.
12341 * symtab.h: Fix common/ includes.
12342 * symfile.c: Fix common/ includes.
12343 * stap-probe.c: Fix common/ includes.
12344 * spu-linux-nat.c: Fix common/ includes.
12345 * sparc-nat.c: Fix common/ includes.
12346 * source.c: Fix common/ includes.
12347 * solib.c: Fix common/ includes.
12348 * solib-target.c: Fix common/ includes.
12349 * ser-unix.c: Fix common/ includes.
12350 * ser-tcp.c: Fix common/ includes.
12351 * ser-pipe.c: Fix common/ includes.
12352 * ser-base.c: Fix common/ includes.
12353 * selftest-arch.c: Fix common/ includes.
12354 * s12z-tdep.c: Fix common/ includes.
12355 * rust-exp.y: Fix common/ includes.
12356 * rs6000-aix-tdep.c: Fix common/ includes.
12357 * riscv-tdep.c: Fix common/ includes.
12358 * remote.c: Fix common/ includes.
12359 * remote-notif.h: Fix common/ includes.
12360 * remote-fileio.h: Fix common/ includes.
12361 * remote-fileio.c: Fix common/ includes.
12362 * regcache.h: Fix common/ includes.
12363 * regcache.c: Fix common/ includes.
12364 * record-btrace.c: Fix common/ includes.
12365 * python/python.c: Fix common/ includes.
12366 * python/py-type.c: Fix common/ includes.
12367 * python/py-inferior.c: Fix common/ includes.
12368 * progspace.h: Fix common/ includes.
12369 * producer.c: Fix common/ includes.
12370 * procfs.c: Fix common/ includes.
12371 * proc-api.c: Fix common/ includes.
12372 * printcmd.c: Fix common/ includes.
12373 * ppc-linux-nat.c: Fix common/ includes.
12374 * parser-defs.h: Fix common/ includes.
12375 * osdata.c: Fix common/ includes.
12376 * obsd-nat.c: Fix common/ includes.
12377 * nat/x86-linux.c: Fix common/ includes.
12378 * nat/x86-linux-dregs.c: Fix common/ includes.
12379 * nat/x86-dregs.h: Fix common/ includes.
12380 * nat/x86-dregs.c: Fix common/ includes.
12381 * nat/ppc-linux.c: Fix common/ includes.
12382 * nat/mips-linux-watch.h: Fix common/ includes.
12383 * nat/mips-linux-watch.c: Fix common/ includes.
12384 * nat/linux-waitpid.c: Fix common/ includes.
12385 * nat/linux-ptrace.h: Fix common/ includes.
12386 * nat/linux-ptrace.c: Fix common/ includes.
12387 * nat/linux-procfs.c: Fix common/ includes.
12388 * nat/linux-personality.c: Fix common/ includes.
12389 * nat/linux-osdata.c: Fix common/ includes.
12390 * nat/linux-namespaces.c: Fix common/ includes.
12391 * nat/linux-btrace.h: Fix common/ includes.
12392 * nat/linux-btrace.c: Fix common/ includes.
12393 * nat/fork-inferior.c: Fix common/ includes.
12394 * nat/amd64-linux-siginfo.c: Fix common/ includes.
12395 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
12396 * nat/aarch64-linux.c: Fix common/ includes.
12397 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
12398 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
12399 * namespace.h: Fix common/ includes.
12400 * mips-linux-tdep.c: Fix common/ includes.
12401 * minsyms.c: Fix common/ includes.
12402 * mi/mi-parse.h: Fix common/ includes.
12403 * mi/mi-main.c: Fix common/ includes.
12404 * mi/mi-cmd-env.c: Fix common/ includes.
12405 * memrange.h: Fix common/ includes.
12406 * memattr.c: Fix common/ includes.
12407 * maint.h: Fix common/ includes.
12408 * maint.c: Fix common/ includes.
12409 * main.c: Fix common/ includes.
12410 * machoread.c: Fix common/ includes.
12411 * location.c: Fix common/ includes.
12412 * linux-thread-db.c: Fix common/ includes.
12413 * linux-nat.c: Fix common/ includes.
12414 * linux-fork.c: Fix common/ includes.
12415 * inline-frame.c: Fix common/ includes.
12416 * infrun.c: Fix common/ includes.
12417 * inflow.c: Fix common/ includes.
12418 * inferior.h: Fix common/ includes.
12419 * inferior.c: Fix common/ includes.
12420 * infcmd.c: Fix common/ includes.
12421 * inf-ptrace.c: Fix common/ includes.
12422 * inf-child.c: Fix common/ includes.
12423 * ia64-linux-nat.c: Fix common/ includes.
12424 * i387-tdep.c: Fix common/ includes.
12425 * i386-tdep.c: Fix common/ includes.
12426 * i386-linux-tdep.c: Fix common/ includes.
12427 * i386-linux-nat.c: Fix common/ includes.
12428 * i386-go32-tdep.c: Fix common/ includes.
12429 * i386-fbsd-tdep.c: Fix common/ includes.
12430 * i386-fbsd-nat.c: Fix common/ includes.
12431 * guile/scm-type.c: Fix common/ includes.
12432 * guile/guile.c: Fix common/ includes.
12433 * go32-nat.c: Fix common/ includes.
12434 * gnu-nat.c: Fix common/ includes.
12435 * gdbthread.h: Fix common/ includes.
12436 * gdbarch-selftests.c: Fix common/ includes.
12437 * gdb_usleep.c: Fix common/ includes.
12438 * gdb_select.h: Fix common/ includes.
12439 * gdb_bfd.c: Fix common/ includes.
12440 * gcore.c: Fix common/ includes.
12441 * fork-child.c: Fix common/ includes.
12442 * findvar.c: Fix common/ includes.
12443 * fbsd-nat.c: Fix common/ includes.
12444 * event-top.c: Fix common/ includes.
12445 * event-loop.c: Fix common/ includes.
12446 * dwarf2read.c: Fix common/ includes.
12447 * dwarf2loc.c: Fix common/ includes.
12448 * dwarf2-frame.c: Fix common/ includes.
12449 * dwarf-index-cache.c: Fix common/ includes.
12450 * dtrace-probe.c: Fix common/ includes.
12451 * disasm-selftests.c: Fix common/ includes.
12452 * defs.h: Fix common/ includes.
12453 * csky-tdep.c: Fix common/ includes.
12454 * cp-valprint.c: Fix common/ includes.
12455 * cp-support.h: Fix common/ includes.
12456 * cp-support.c: Fix common/ includes.
12457 * corelow.c: Fix common/ includes.
12458 * completer.h: Fix common/ includes.
12459 * completer.c: Fix common/ includes.
12460 * compile/compile.c: Fix common/ includes.
12461 * compile/compile-loc2c.c: Fix common/ includes.
12462 * compile/compile-cplus-types.c: Fix common/ includes.
12463 * compile/compile-cplus-symbols.c: Fix common/ includes.
12464 * command.h: Fix common/ includes.
12465 * cli/cli-dump.c: Fix common/ includes.
12466 * cli/cli-cmds.c: Fix common/ includes.
12467 * charset.c: Fix common/ includes.
12468 * build-id.c: Fix common/ includes.
12469 * btrace.h: Fix common/ includes.
12470 * btrace.c: Fix common/ includes.
12471 * breakpoint.h: Fix common/ includes.
12472 * breakpoint.c: Fix common/ includes.
12473 * ax.h:
12474 (enum agent_op): Fix common/ includes.
12475 * ax-general.c (struct aop_map): Fix common/ includes.
12476 * ax-gdb.c: Fix common/ includes.
12477 * auxv.c: Fix common/ includes.
12478 * auto-load.c: Fix common/ includes.
12479 * arm-tdep.c: Fix common/ includes.
12480 * arch/riscv.c: Fix common/ includes.
12481 * arch/ppc-linux-common.c: Fix common/ includes.
12482 * arch/i386.c: Fix common/ includes.
12483 * arch/arm.c: Fix common/ includes.
12484 * arch/arm-linux.c: Fix common/ includes.
12485 * arch/arm-get-next-pcs.c: Fix common/ includes.
12486 * arch/amd64.c: Fix common/ includes.
12487 * arch/aarch64.c: Fix common/ includes.
12488 * arch/aarch64-insn.c: Fix common/ includes.
12489 * arch-utils.c: Fix common/ includes.
12490 * amd64-windows-tdep.c: Fix common/ includes.
12491 * amd64-tdep.c: Fix common/ includes.
12492 * amd64-sol2-tdep.c: Fix common/ includes.
12493 * amd64-obsd-tdep.c: Fix common/ includes.
12494 * amd64-nbsd-tdep.c: Fix common/ includes.
12495 * amd64-linux-tdep.c: Fix common/ includes.
12496 * amd64-linux-nat.c: Fix common/ includes.
12497 * amd64-fbsd-tdep.c: Fix common/ includes.
12498 * amd64-fbsd-nat.c: Fix common/ includes.
12499 * amd64-dicos-tdep.c: Fix common/ includes.
12500 * amd64-darwin-tdep.c: Fix common/ includes.
12501 * agent.c: Fix common/ includes.
12502 * ada-lang.h: Fix common/ includes.
12503 * ada-lang.c: Fix common/ includes.
12504 * aarch64-tdep.c: Fix common/ includes.
12505
2f5c153e
TT
125062019-01-25 Tom Tromey <tom@tromey.com>
12507
12508 * common/create-version.sh: Use common/version.h.
12509
adc6a863
PA
125102019-01-24 Pedro Alves <palves@redhat.com>
12511
12512 * infrun.c (signal_stop, signal_print, signal_program)
12513 (signal_catch, signal_pass): Now arrays instead of pointers.
12514 (update_signals_program_target, do_target_resume)
12515 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
12516 * linux-nat.c (linux_nat_target::pass_signals)
12517 (linux_nat_target::create_inferior, linux_nat_target::attach):
12518 Adjust.
12519 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
12520 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
12521 * procfs.c (procfs_target::pass_signals): Adjust.
12522 * record-full.c (record_full_target::resume): Adjust.
12523 * remote.c (remote_target::pass_signals)
12524 (remote_target::program_signals): Adjust.
12525 * target-debug.h (target_debug_print_signals): Now takes a
12526 gdb::array_view as parameter. Adjust.
12527 * target.h (target_ops) <pass_signals, program_signals>: Replace
12528 pointer and length parameters with gdb::array_view.
12529 (target_pass_signals, target_program_signals): Likewise.
12530 * target-delegates.c: Regenerate.
12531
3046d67a
PA
125322019-01-24 Pedro Alves <palves@redhat.com>
12533
12534 * common/forward-scope-exit.h
12535 (forward_scope_exit::forward_scope_exit): Pass arguments to
12536 m_bind_function directly, instead of creating a std::bind and
12537 copying that.
12538
353229bf
AH
125392019-01-24 Alan Hayward <alan.hayward@arm.com>
12540
12541 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12542 for static members.
12543 (pass_in_v_vfp_candidate): Likewise.
12544
311dc83a
TT
125452019-01-23 Tom Tromey <tom@tromey.com>
12546 Pedro Alves <palves@redhat.com>
12547
12548 * regcache.c (class regcache_invalidator): Remove.
12549 (regcache::raw_write): Use make_scope_exit.
12550
296bd123
TT
125512019-01-23 Tom Tromey <tom@tromey.com>
12552
12553 * ui-out.h (class ui_out_emit_type): Update comment.
12554
979a0d13
TT
125552019-01-23 Tom Tromey <tom@tromey.com>
12556
12557 * infrun.c (fetch_inferior_event): Update comment.
12558
d238133d
TT
125592019-01-23 Tom Tromey <tom@tromey.com>
12560 Pedro Alves <palves@redhat.com>
12561
12562 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
12563 parameter.
12564 (fetch_inferior_event): Use SCOPE_EXIT.
12565
12566
9885e6bb
TT
125672019-01-23 Tom Tromey <tom@tromey.com>
12568 Pedro Alves <palves@redhat.com>
12569
12570 * infrun.c (disable_thread_events): Delete.
12571 (stop_all_threads): Use SCOPE_EXIT.
12572
286526c1
TT
125732019-01-23 Tom Tromey <tom@tromey.com>
12574 Pedro Alves <palves@redhat.com>
12575
12576 * symfile.c: Include forward-scope-exit.h.
12577 (clear_symtab_users_cleanup): Replace forward declaration with
12578 a FORWARD_SCOPE_EXIT.
12579 (syms_from_objfile_1): Use the forward_scope_exit and
12580 gdb::optional instead of cleanup_function.
12581 (reread_symbols): Use the forward_scope_exit instead of
12582 cleanup_function.
12583 (clear_symtab_users_cleanup): Remove function.
12584
1db93f14
TT
125852019-01-23 Tom Tromey <tom@tromey.com>
12586 Pedro Alves <palves@redhat.com>
12587
12588 * linux-nat.c: Include scope-exit.h.
12589 (cleanup_target_stop): Remove.
12590 (linux_nat_target::static_tracepoint_markers_by_strid): Use
12591 SCOPE_EXIT.
12592
2cc83d1e
TT
125932019-01-23 Tom Tromey <tom@tromey.com>
12594 Pedro Alves <palves@redhat.com>
12595
12596 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
12597 (call_function_by_hand_dummy): Use SCOPE_EXIT.
12598
694c6bf5
TT
125992019-01-23 Tom Tromey <tom@tromey.com>
12600 Andrew Burgess <andrew.burgess@embecosm.com>
12601 Pedro Alves <palves@redhat.com>
12602
12603 * infrun.c (fetch_inferior_event): Use scope_exit.
12604 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
12605 * top.c (execute_command): Use scope_exit.
12606 * breakpoint.c (bpstat_do_actions): Use scope_exit.
12607 * utils.c (do_bpstat_clear_actions_cleanup)
12608 (make_bpstat_clear_actions_cleanup): Remove.
12609
4c41382a
TT
126102019-01-23 Tom Tromey <tom@tromey.com>
12611 Pedro Alves <palves@redhat.com>
12612
12613 * infrun.c: Include "common/scope-exit.h"
12614 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
12615 (wait_for_inferior): Use SCOPE_EXIT.
12616 (fetch_inferior_event): Use scope_exit.
12617
89f8fb50
TT
126182019-01-23 Tom Tromey <tom@tromey.com>
12619 Pedro Alves <palves@redhat.com>
12620
12621 * breakpoint.c (create_breakpoint): Remove cleanup.
12622
5419bdae
TT
126232019-01-23 Tom Tromey <tom@tromey.com>
12624 Andrew Burgess <andrew.burgess@embecosm.com>
12625 Pedro Alves <palves@redhat.com>
12626
e587ef42
PA
126272019-01-23 Pedro Alves <palves@redhat.com>
12628
12629 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
12630
77f0e74c
PA
126312019-01-23 Pedro Alves <palves@redhat.com>
12632 Andrew Burgess <andrew.burgess@embecosm.com>
12633
12634 * gdbthread.h: Include "common/forward-scope-exit.h".
12635 (scoped_finish_thread_state): Redefine custom class in terms of
12636 forward_scope_exit.
12637
5b9b3e53
PA
126382019-01-23 Pedro Alves <palves@redhat.com>
12639 Andrew Burgess <andrew.burgess@embecosm.com>
12640
12641 * common/forward-scope-exit.h: New file.
12642
54b65c9b
PA
126432019-01-23 Pedro Alves <palves@redhat.com>
12644 Andrew Burgess <andrew.burgess@embecosm.com>
12645 Tom Tromey <tom@tromey.com>
12646
12647 * common/scope-exit.h: New file.
12648
cf08fb29
PA
126492019-01-23 Pedro Alves <palves@redhat.com>
12650
12651 * common/preprocessor.h (ESC): Rename to ...
12652 (ESC_PARENS): ... this.
12653 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
12654 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
12655
ae73e2e2
TT
126562019-01-23 Tom Tromey <tom@tromey.com>
12657
12658 * language.h (class scoped_switch_to_sym_language_if_auto):
12659 Initialize m_lang in both cases.
12660
6594e122
AH
126612019-01-23 Alan Hayward <alan.hayward@arm.com>
12662
12663 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
12664 with XCNEW.
12665
a7c9855d
TT
126662019-01-22 Tom Tromey <tom@tromey.com>
12667
12668 * corelow.c: Do not include sys/file.h.
12669
93cc1d53
TT
126702019-01-22 Tom Tromey <tom@tromey.com>
12671
12672 * tui/tui-wingeneral.h: Include gdb_curses.h.
12673
38561778
TT
126742019-01-22 Tom Tromey <tom@tromey.com>
12675
12676 * source-cache.h (class source_cache) <get_source_lines,
12677 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
12678
37b3ab5b
TT
126792019-01-22 Tom Tromey <tom@tromey.com>
12680
12681 * remote-fileio.h (struct remote_target): Declare.
12682
3fabc016
TT
126832019-01-22 Tom Tromey <tom@tromey.com>
12684
12685 * python/py-arch.c: Do not include py-ref.h.
12686 * python/py-bpevent.c: Do not include py-ref.h.
12687 * python/py-cmd.c: Do not include py-ref.h.
12688 * python/py-continueevent.c: Do not include py-ref.h.
12689 * python/py-event.h: Do not include py-ref.h.
12690 * python/py-evtregistry.c: Do not include py-ref.h.
12691 * python/py-finishbreakpoint.c: Do not include py-ref.h.
12692 * python/py-frame.c: Do not include py-ref.h.
12693 * python/py-framefilter.c: Do not include py-ref.h.
12694 * python/py-function.c: Do not include py-ref.h.
12695 * python/py-infevents.c: Do not include py-ref.h.
12696 * python/py-linetable.c: Do not include py-ref.h.
12697 * python/py-objfile.c: Do not include py-ref.h.
12698 * python/py-param.c: Do not include py-ref.h.
12699 * python/py-prettyprint.c: Do not include py-ref.h.
12700 * python/py-progspace.c: Do not include py-ref.h.
12701 * python/py-symbol.c: Do not include py-ref.h.
12702 * python/py-symtab.c: Do not include py-ref.h.
12703 * python/py-type.c: Do not include py-ref.h.
12704 * python/py-unwind.c: Do not include py-ref.h.
12705 * python/py-utils.c: Do not include py-ref.h.
12706 * python/py-value.c: Do not include py-ref.h.
12707 * python/py-varobj.c: Do not include py-ref.h.
12708 * python/py-xmethods.c: Do not include py-ref.h.
12709 * python/python.c: Do not include py-ref.h.
12710 * varobj.c: Do not include py-ref.h.
12711
6b4d7774
TT
127122019-01-22 Tom Tromey <tom@tromey.com>
12713
12714 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
12715 keyword for bcache.
12716
7af7e9b5
TT
127172019-01-22 Tom Tromey <tom@tromey.com>
12718
12719 * compile/compile-cplus-types.c: Remove a comment by #include.
12720
951d1049
TT
127212019-01-22 Tom Tromey <tom@tromey.com>
12722
12723 * compile/gcc-c-plugin.h: Include compile-internal.h.
12724
d65d5705
TT
127252019-01-22 Tom Tromey <tom@tromey.com>
12726
12727 * stabsread.c (EXTERN): Do not define.
12728 (symnum, next_symbol_text_func, processing_gcc_compilation)
12729 (within_function, global_sym_chain, global_stabs)
12730 (previous_stab_code, this_object_header_files)
12731 (n_this_object_header_files)
12732 (n_allocated_this_object_header_files): Define.
12733 * stabsread.h (EXTERN): Never define. Use "extern".
12734
b6fb1ee5
PW
127352019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12736
12737 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
12738 history_value.
12739
be6d4f74
TT
127402019-01-21 Tom Tromey <tom@tromey.com>
12741
12742 * ui-out.c: Fix includes.
12743 * tui/tui-source.c: Fix includes.
12744 * target.c: Fix includes.
12745 * remote.c: Fix includes.
12746 * regcache.c: Fix includes.
12747 * python/py-block.c: Fix includes.
12748 * printcmd.c: Fix includes.
12749 * or1k-tdep.c: Fix includes.
12750 * mi/mi-main.c: Fix includes.
12751 * m32r-tdep.c: Fix includes.
12752 * csky-tdep.c: Fix includes.
12753 * compile/compile-cplus-types.c: Fix includes.
12754 * cli/cli-interp.c: Fix includes.
12755
73021deb
AH
127562019-01-21 Alan Hayward <alan.hayward@arm.com>
12757
12758 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
12759 for padding.
12760
7932255d
TT
127612019-01-16 Tom Tromey <tom@tromey.com>
12762
12763 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
12764 earlier.
12765 (struct objfile) <msymbols_range>: Move from top level.
12766 <msymbols>: New method.
12767 (class objfile_msymbols): Remove.
12768 * symtab.c (default_collect_symbol_completion_matches_break_on):
12769 Update.
12770 * symmisc.c (dump_msymbols): Update.
12771 * stabsread.c (scan_file_globals): Update.
12772 * objc-lang.c (info_selectors_command, info_classes_command)
12773 (find_methods): Update.
12774 * minsyms.c (find_solib_trampoline_target): Update.
12775 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
12776 * coffread.c (coff_symfile_read): Update.
12777 * ada-lang.c (ada_lookup_simple_minsym)
12778 (ada_collect_symbol_completion_matches): Update.
12779
604b1bfb
TT
127802019-01-16 Tom Tromey <tom@tromey.com>
12781
12782 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
12783 type. Remove no-argument constructor.
12784 <iterator::operator++>: Simplify.
12785 <begin>: Update.
12786 <end>: Use minimal_symbol_count.
12787
f252c6d5
TT
127882019-01-16 Tom Tromey <tom@tromey.com>
12789
12790 * objfiles.h (struct objfile) <psymtabs>: New method.
12791 (class objfile_psymtabs): Remove.
12792 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
12793 typedef.
12794 <range>: New method.
12795 (require_partial_symbols): Change return type.
12796 * psymtab.c (require_partial_symbols)
12797 (psym_expand_symtabs_matching): Update.
12798 * mdebugread.c (parse_partial_symbols): Update.
12799 * dbxread.c (dbx_end_psymtab): Update.
12800
b669c953
TT
128012019-01-15 Tom Tromey <tom@tromey.com>
12802
12803 * symtab.c (lookup_objfile_from_block)
12804 (lookup_symbol_in_objfile_symtabs)
12805 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
12806 (find_line_symtab, info_sources_command)
12807 (default_collect_symbol_completion_matches_break_on)
12808 (make_source_files_completion_list): Update.
12809 * symmisc.c (print_objfile_statistics, dump_objfile)
12810 (maintenance_print_symbols, maintenance_info_symtabs)
12811 (maintenance_check_symtabs, maintenance_info_line_tables):
12812 Update.
12813 * source.c (select_source_symtab)
12814 (forget_cached_source_info_for_objfile): Update.
12815 * objfiles.h (class objfile_compunits): Remove.
12816 (struct objfile) <compunits_range>: New typedef.
12817 (compunits): New method.
12818 * objfiles.c (objfile_relocate1): Update.
12819 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12820 * maint.c (count_symtabs_and_blocks): Update.
12821 * linespec.c (iterate_over_all_matching_symtabs): Update.
12822 * cp-support.c (add_symbol_overload_list_qualified): Update.
12823 * coffread.c (coff_symtab_read): Update.
12824 * ada-lang.c (add_nonlocal_symbols)
12825 (ada_collect_symbol_completion_matches)
12826 (ada_add_global_exceptions): Update.
12827
7e955d83
TT
128282019-01-15 Tom Tromey <tom@tromey.com>
12829
12830 * progspace.h (program_space) <objfiles_safe_range>: New
12831 typedef.
12832 <objfiles_safe>: New method.
12833 * objfiles.h (class all_objfiles_safe): Remove.
12834 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
12835 * jit.c (jit_inferior_exit_hook): Update.
12836
2030c079
TT
128372019-01-17 Tom Tromey <tom@tromey.com>
12838
12839 * progspace.h (program_space) <objfiles_range>: New typedef.
12840 <objfiles>: New method.
12841 <objfiles_head>: Rename from objfiles.
12842 (object_files): Update.
12843 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
12844 * guile/scm-pretty-print.c
12845 (ppscm_find_pretty_printer_from_objfiles): Update.
12846 * guile/scm-objfile.c (gdbscm_objfiles): Update.
12847 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
12848 Update.
12849 * python/py-progspace.c (pspy_get_objfiles): Update.
12850 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
12851 Update.
12852 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
12853 (objfpy_lookup_objfile_by_build_id): Update.
12854 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
12855 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
12856 Update.
12857 * symtab.c (iterate_over_symtabs, matching_obj_sections)
12858 (expand_symtab_containing_pc, lookup_objfile_from_block)
12859 (lookup_static_symbol, basic_lookup_transparent_type)
12860 (find_pc_sect_compunit_symtab, find_symbol_at_address)
12861 (find_line_symtab, info_sources_command)
12862 (default_collect_symbol_completion_matches_break_on)
12863 (make_source_files_completion_list, find_main_name): Update.
12864 * symmisc.c (print_symbol_bcache_statistics)
12865 (print_objfile_statistics, maintenance_print_symbols)
12866 (maintenance_print_msymbols, maintenance_print_objfiles)
12867 (maintenance_info_symtabs, maintenance_check_symtabs)
12868 (maintenance_expand_symtabs, maintenance_info_line_tables):
12869 Update.
12870 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
12871 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
12872 (map_overlay_command, unmap_overlay_command)
12873 (simple_overlay_update, expand_symtabs_matching)
12874 (map_symbol_filenames): Update.
12875 * symfile-debug.c (set_debug_symfile): Update.
12876 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
12877 Update.
12878 * source.c (select_source_symtab, forget_cached_source_info):
12879 Update.
12880 * solib.c (solib_read_symbols): Update.
12881 * solib-spu.c (append_ocl_sos): Update.
12882 * psymtab.c (maintenance_print_psymbols)
12883 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
12884 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
12885 * printcmd.c (info_symbol_command): Update.
12886 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
12887 Update.
12888 * objfiles.h (class all_objfiles): Remove.
12889 * objfiles.c (have_partial_symbols, have_full_symbols)
12890 (have_minimal_symbols, qsort_cmp, update_section_map)
12891 (shared_objfile_contains_address_p)
12892 (default_iterate_over_objfiles_in_search_order): Update.
12893 * objc-lang.c (info_selectors_command, info_classes_command)
12894 (find_methods): Update.
12895 * minsyms.c (find_solib_trampoline_target): Update.
12896 * maint.c (maintenance_info_sections)
12897 (maintenance_translate_address, count_symtabs_and_blocks):
12898 Update.
12899 * main.c (captured_main_1): Update.
12900 * linux-thread-db.c (try_thread_db_load_from_pdir)
12901 (has_libpthread): Update.
12902 * linespec.c (iterate_over_all_matching_symtabs)
12903 (search_minsyms_for_name): Update.
12904 * jit.c (jit_find_objf_with_entry_addr): Update.
12905 * hppa-tdep.c (find_unwind_entry)
12906 (hppa_lookup_stub_minimal_symbol): Update.
12907 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
12908 Update.
12909 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
12910 (elf_gnu_ifunc_resolve_by_got): Update.
12911 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
12912 * dwarf-index-write.c (save_gdb_index_command): Update.
12913 * cp-support.c (add_symbol_overload_list_qualified): Update.
12914 * breakpoint.c (create_overlay_event_breakpoint)
12915 (create_longjmp_master_breakpoint)
12916 (create_std_terminate_master_breakpoint)
12917 (create_exception_master_breakpoint): Update.
12918 * blockframe.c (find_pc_partial_function): Update.
12919 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
12920 (ada_collect_symbol_completion_matches)
12921 (ada_add_global_exceptions): Update.
12922
776489e0
TT
129232019-01-17 Tom Tromey <tom@tromey.com>
12924
12925 * solib-target.c (lm_info_target_p): Remove typedef. Don't
12926 declare VEC.
12927 (solib_target_parse_libraries): Change return type.
12928 (library_list_start_segment, library_list_start_section)
12929 (library_list_end_library, library_list_start_library); Update.
12930 (solib_target_free_library_list): Remove.
12931 (solib_target_parse_libraries): Remove cleanup. Change return
12932 type.
12933 (solib_target_current_sos): Update.
12934
6471e7d2
TT
129352019-01-17 Tom Tromey <tromey@bapiya>
12936
12937 * valprint.c: Replace "the the" with "the".
12938 * symtab.c: Replace "the the" with "the".
12939 * solib.c: Replace "the the" with "the".
12940 * solib-dsbt.c: Replace "the the" with "the".
12941 * linespec.c: Replace "the the" with "the".
12942 * dwarf2loc.h: Replace "the the" with "the".
12943 * amd64-windows-tdep.c: Replace "the the" with "the".
12944 * aarch64-tdep.c: Replace "the the" with "the".
12945
c24bdb02
KS
129462019-01-16 Keith Seitz <keiths@redhat.com>
12947
12948 PR gdb/23773
12949 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
12950 <builder>: Rename to ..
12951 <m_builder>: ... this and make private.
12952 (dwarf2_cu::get_builder): New method. Change all users of
12953 `builder' to use this method.
12954 (dwarf2_start_symtab): Move to ...
12955 (dwarf2_cu::start_symtab): ... here. Update all callers
12956 (setup_type_unit_groups): Move to ...
12957 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
12958 callers.
12959 (dwarf2_cu::reset_builder): New method.
12960 (process_full_compunit, process_full_type_unit): Use
12961 dwarf2_cu::reset_builder.
12962 (follow_die_offset): Record the ancestor CU if it is different
12963 from the followed DIE's CU.
12964 (follow_die_sig_1): Likewise.
12965
8d64371b
TT
129662019-01-15 Tom Tromey <tom@tromey.com>
12967
12968 * remote.c (class remote_state) <buf>: Now a char_vector.
12969 <buf_size>: Remove.
12970 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
12971 parameter.
12972 (remote_target::getpkt_or_notif_sane_1)
12973 (remote_target::getpkt_sane)
12974 (remote_target::getpkt_or_notif_sane): Likewise.
12975 (class remote_target) <putpkt>: New overload.
12976 (remote_target::read_frame): Change type of "buf_p". Remove
12977 sizeof_p parameter.
12978 (packet_ok): New overload.
12979 (packet_check_result): New overload.
12980 Update all uses.
12981
bb277751
TT
129822019-01-14 Tom Tromey <tom@tromey.com>
12983
12984 * remote-notif.c (handle_notification, remote_notif_ack)
12985 (remote_notif_parse): Make "buf" const.
12986 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
12987 const.
12988 (remote_notif_parse, remote_notif_ack, handle_notification):
12989 Likewise.
12990 * remote.c (remote_notif_stop_parse): Make "buf" const.
12991 (remote_target::remote_parse_stop_reply): Make "buf" const.
12992 (remote_notif_stop_ack): Make "buf" const.
12993
05be00a8
TT
129942019-01-14 Tom Tromey <tom@tromey.com>
12995
12996 * remote.c (remote_console_output): Make parameter const.
12997
491adeca
TT
129982019-01-14 Tom Tromey <tom@tromey.com>
12999
13000 * target-debug.h (target_debug_print_signals): Constify.
13001 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
13002 * procfs.c (procfs_target::pass_signals): Update.
13003 * linux-nat.c (linux_nat_target::pass_signals): Update.
13004 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
13005 * target-delegates.c: Rebuild.
13006 * remote.c (remote_target::program_signals): Update.
13007 (remote_target::pass_signals): Update.
13008 * target.c (target_pass_signals): Constify argument.
13009 (target_program_signals): Likewise.
13010 * target.h (struct target_ops) <pass_signals, program_signals>:
13011 Constify argument.
13012 (target_pass_signals, target_program_signals): Constify argument.
13013
bbd94648
TT
130142019-01-14 Tom Tromey <tom@tromey.com>
13015
13016 PR tui/28819:
13017 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
13018
6f072a10
PFC
130192019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
13020
13021 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
13022 field.
13023 * rs6000-tdep.c: Include reggroups.h.
13024 (IS_V_ALIAS_PSEUDOREG): Define.
13025 (rs6000_register_name): Return names for the "vX" aliases.
13026 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
13027 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
13028 aliases. Call default_register_reggroup_p for all other
13029 pseudo-registers.
13030 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
13031 New functions.
13032 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
13033 Handle "vX" aliases.
13034 (v_alias_pseudo_register_collect): New function.
13035 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
13036 (rs6000_gdbarch_init): Initialize "vX" aliases as
13037 pseudo-registers. Restore registration of
13038 rs6000_pseudo_register_reggroup_p with
13039 set_tdesc_pseudo_register_reggroup_p.
13040
1a782351
MF
130412019-01-13 Max Filippov <jcmvbkbc@gmail.com>
13042
13043 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
13044 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
13045 set_gdbarch_num_pseudo_regs.
13046
d73cff18
PW
130472019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13048
13049 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
13050 Remove arg prefixname, add do_set and do_show.
13051 Add member functions set_list and show_list.
13052 * cli/cli-style.c (class cli_style_option): Update accordingly.
13053 (style_set_list): Move to file scope.
13054 (style_show_list): Likewise.
13055 (set_style): Call help_list.
13056 (show_style): Call cmd_show_list.
13057 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
13058 Update to use the new macro.
13059
60a90376
JB
130602019-10-12 Joel Brobecker <brobecker@adacore.com>
13061
13062 * ada-lang.c (_initialize_ada_language): Expand the help text
13063 for the "catch exception" command.
13064
9d7c67bf
PW
130652019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13066
13067 * symtab.c (matching_obj_sections): Initialize obj,
13068 declare it closer to its usage.
13069
7cf47dc4
TT
130702019-01-10 Tom Tromey <tom@tromey.com>
13071
13072 * thread-iter.h (inf_threads_iterator): Use next_iterator.
13073 (basic_inf_threads_range): Remove.
13074 (inf_threads_range, inf_non_exited_threads_range)
13075 (safe_inf_threads_range): Use next_adapter.
13076
d3cb6808
KS
130772019-01-10 Keith Seitz <keiths@redhat.com>
13078
13079 PR gdb/23712
13080 PR symtab/23010
13081 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
13082 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
13083
63a20375
KS
130842019-01-10 Keith Seitz <keiths@redhat.com>
13085
13086 PR gdb/23712
13087 PR symtab/23010
13088 * dictionary.c (pending_to_vector): Remove.
13089 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13090 Remove _1 suffix, replacing functions of the same name. Update
13091 all callers.
13092 (dict_create_hashed, dict_create_hashed_expandable)
13093 (dict_create_linear, dict_create_linear_expandable, dict_free)
13094 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
13095 Make functions static.
13096
b026f593
KS
130972019-01-10 Keith Seitz <keiths@redhat.com>
13098
13099 PR gdb/23712
13100 PR symtab/23010
13101 * dictionary.h (struct dictionary): Replace declaration with
13102 multidictionary.
13103 (dict_create_hashed, dict_create_hashed_expandable)
13104 (dict_create_linear, dict_create_linear_expandable)
13105 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
13106 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
13107 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
13108 taking multidictionary argument.
13109 [ALL_DICT_SYMBOLS]: Update for multidictionary.
13110 * block.h (struct block) <dict>: Change to multidictionary
13111 and rename `multidict'.
13112 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
13113 symmisc.c: Update all dictionary references to multidictionary.
13114
c7748ee9
KS
131152019-01-10 Keith Seitz <keiths@redhat.com>
13116
13117 PR gdb/23712
13118 PR symtab/23010
13119 * dictionary.c: Include unordered_map.
13120 (pending_to_vector): New function.
13121 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
13122 Rewrite the non-"_1" functions to take vector instead
13123 of linked list.
13124 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
13125 "new" _1 versions of the same name.
13126 (multidictionary): Define.
13127 (std::hash<enum language): New definition.
13128 (collate_pending_symbols_by_language, mdict_create_hashed)
13129 (mdict_create_hashed_expandable, mdict_create_linear)
13130 (mdict_create_linear_expandable, mdict_free)
13131 (find_language_dictionary, create_new_language_dictionary)
13132 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
13133 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
13134 (mdict_size, mdict_empty): New functions.
13135 * dictionary.h (mdict_iterator): Define.
13136
67aa1f3c
PA
131372019-01-10 Pedro Alves <palves@redhat.com>
13138
13139 * breakpoint.c (read_uploaded_action)
13140 (create_tracepoint_from_upload): Adjust to use
13141 gdb::unique_xmalloc_ptr.
13142 * ctf.c (ctf_write_uploaded_tp):
13143 (SET_ARRAY_FIELD): Use emplace_back.
13144 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
13145 * tracefile-tfile.c (tfile_write_uploaded_tp):
13146 * tracepoint.c (parse_tracepoint_definition): Adjust to use
13147 gdb::unique_xmalloc_ptr.
13148 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
13149 at_string, cond_string, cmd_strings>: Replace char pointers
13150 with gdb::unique_xmalloc_ptr.
13151
2f667667
PA
131522019-01-10 Pedro Alves <palves@redhat.com>
13153
13154 * solib-target.c (library_list_start_library): Don't xstrdup name.
13155
36cb7237
PA
131562019-01-10 Pedro Alves <palves@redhat.com>
13157
13158 * mdebugread.c (parse_partial_symbols): Use
13159 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
13160
da584958
AB
131612019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13162
13163 * linux-fork.c (scoped_switch_fork_info)
13164 <~scoped_switch_fork_info>: Fix incorrect variable name.
13165
1ef8573c
AB
131662019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
13167
13168 * linux-fork.c (scoped_switch_fork_info)
13169 <scoped_switch_fork_info>: Make explicit.
13170 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
13171
8d7bcccb
TT
131722019-01-10 Tom Tromey <tom@tromey.com>
13173
13174 * objfiles.h (objfile::reset_psymtabs): Update.
13175 * objfiles.c (objfile::objfile): Update.
13176 * psymtab.h (psymtab_storage::obstack): Update.
13177 (psymtab_storage::m_obstack): Use gdb::optional.
13178 (class psymtab_storage): Update comment. Remove objfile
13179 parameter.
13180 * psymtab.c (psymtab_storage::psymtab_storage): Update.
13181
b596a3c7
TT
131822019-01-10 Tom Tromey <tom@tromey.com>
13183
13184 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
13185 <free_psymtabs>: Now private.
13186 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
13187 (allocate_psymtab): Use new method.
13188
a9342b62
TT
131892019-01-10 Tom Tromey <tom@tromey.com>
13190
13191 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
13192 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
13193 * mdebugread.c (parse_partial_symbols): Use
13194 allocate_dependencies.
13195 * dwarf2read.c (dwarf2_create_include_psymtab): Use
13196 allocate_dependencies.
13197 (process_psymtab_comp_unit_reader)
13198 (build_type_psymtab_dependencies): Likewise.
13199 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
13200
5af70966
TT
132012019-01-10 Tom Tromey <tom@tromey.com>
13202
13203 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
13204 PSYMBOL_SET_LANGUAGE.
13205 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
13206
5923a04c
TT
132072019-01-10 Tom Tromey <tom@tromey.com>
13208
13209 * psymtab.h (psymtab_storage::obstack): New method.
13210 <m_obstack>: Rename from obstack; now private.
13211 * psymtab.c (psymtab_storage): Update.
13212 * dwarf2read.c (create_addrmap_from_index)
13213 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
13214 Update.
13215
6d6a12bf
TT
132162019-01-10 Tom Tromey <tom@tromey.com>
13217
13218 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
13219 * objfiles.h (objfile::reset_psymtabs): New method.
13220
d320c2b5
TT
132212019-01-10 Tom Tromey <tom@tromey.com>
13222
13223 * symmisc.c (print_symbol_bcache_statistics): Update.
13224 (print_objfile_statistics): Update.
13225 * symfile.c (reread_symbols): Update.
13226 * psymtab.h (class psymtab_storage): New.
13227 * psymtab.c (psymtab_storage): New constructor.
13228 (~psymtab_storage): New destructor.
13229 (require_partial_symbols): Update.
13230 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
13231 (find_pc_sect_psymtab, find_pc_sect_psymbol)
13232 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
13233 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
13234 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
13235 (start_psymtab_common, end_psymtab_common)
13236 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
13237 (allocate_psymtab): Update.
13238 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
13239 Update.
13240 (dump_psymtab_addrmap, maintenance_print_psymbols)
13241 (maintenance_check_psymtabs): Update.
13242 (class objfile_psymtabs): Move to objfiles.h.
13243 * psympriv.h (discard_psymtab): Now inline.
13244 (psymtab_discarder::psymtab_discarder): Update.
13245 (psymtab_discarder::~psymtab_discarder): Update.
13246 (ALL_OBJFILE_PSYMTABS): Rewrite.
13247 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
13248 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
13249 Remove fields.
13250 <partial_symtabs>: New field.
13251 (class objfile_psymtabs): Move from psymtab.h. Update.
13252 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
13253 psymbol_cache.
13254 (objfile::~objfile): Don't destroy psymbol_cache.
13255 * mdebugread.c (parse_partial_symbols): Update.
13256 * dwarf2read.c (create_addrmap_from_index)
13257 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
13258 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
13259 (add_partial_subprogram, dwarf2_ranges_read): Update.
13260 * dwarf-index-write.c (write_address_map)
13261 (write_one_signatured_type, recursively_write_psymbols)
13262 (class debug_names, class debug_names, write_psymtabs_to_index):
13263 Update.
13264
1d94a5a3
TT
132652019-01-10 Tom Tromey <tom@tromey.com>
13266
13267 * symtab.h (SYMBOL_SET_NAMES): Update.
13268 (symbol_set_names): Update.
13269 (MSYMBOL_SET_NAMES): Update.
13270 * symtab.c (symbol_set_names): Change argument to be an
13271 objfile_per_bfd_storage.
13272 * psymtab.c (add_psymbol_to_bcache): Update.
13273 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
13274
0f14768a
TT
132752019-01-10 Tom Tromey <tom@tromey.com>
13276
13277 * symtab.c (create_demangled_names_hash): Change argument to be an
13278 objfile_per_bfd_storage.
13279 (symbol_set_names): Update.
13280
6eee24ce
TT
132812019-01-10 Tom Tromey <tom@tromey.com>
13282
13283 * xcoffread.c (xcoff_initial_scan): Unconditionally call
13284 init_psymbol_list.
13285 * psymtab.c (init_psymbol_list): Do nothing if already called.
13286 * psympriv.h (init_psymbol_list): Add comment.
13287 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
13288 init_psymbol_list.
13289 * dbxread.c (dbx_symfile_read): Unconditionally call
13290 init_psymbol_list.
13291
75aedd27
TT
132922019-01-10 Tom Tromey <tom@tromey.com>
13293
13294 * xcoffread.c (scan_xcoff_symtab): Update.
13295 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
13296 "where".
13297 * mdebugread.c (parse_partial_symbols)
13298 (handle_psymbol_enumerators): Update.
13299 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
13300 * dbxread.c (read_dbx_symtab): Update.
13301 * psympriv.h (psymbol_placement): New enum.
13302 (add_psymbol_to_list): Update.
13303
939652a5
TT
133042019-01-10 Tom Tromey <tom@tromey.com>
13305
13306 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
13307 static_psymbols parameters.
13308 (scan_xcoff_symtab): Update.
13309 * psymtab.c (start_psymtab_common): Remove global_psymbols and
13310 static_psymbols parameters.
13311 * psympriv.h (start_psymtab_common): Update.
13312 * mdebugread.c (parse_partial_symbols): Update.
13313 * dwarf2read.c (create_partial_symtab): Update.
13314 * dbxread.c (read_dbx_symtab): Update.
13315 (start_psymtab): Remove global_psymbols and static_psymbols
13316 parameters.
13317
baa62830
TT
133182019-01-10 Tom Tromey <tom@tromey.com>
13319
13320 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
13321 * psymtab.c (allocate_psymtab): Add comment.
13322 * psympriv.h (allocate_psymtab): Add comment.
13323 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
13324 initializations.
13325 * dbxread.c (dbx_end_psymtab): Remove some initializations.
13326
0e8f53ba
TT
133272019-01-10 Tom Tromey <tom@tromey.com>
13328
13329 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13330 Don't declare.
13331 * mipsread.c: Include mdebugread.h.
13332 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
13333 Declare.
13334 * elfread.c: Include mdebugread.h.
13335
b22a7c6a
TT
133362019-01-09 Tom Tromey <tom@tromey.com>
13337
13338 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
13339 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
13340 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
13341 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
13342 (psym_lookup_symbol, psym_find_last_source_symtab)
13343 (psym_forget_cached_source_info, psym_print_stats)
13344 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
13345 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
13346 (psym_map_matching_symbols, psym_expand_symtabs_matching)
13347 (psym_find_compunit_symtab_by_address)
13348 (maintenance_print_psymbols, maintenance_info_psymtabs)
13349 (maintenance_check_psymtabs): Use ranged for.
13350 * psymtab.h (class objfile_psymtabs): New.
13351 (require_partial_symbols): Return objfile_psymtabs.
13352 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
13353
3b9d3ac2
TT
133542019-01-09 Tom Tromey <tom@tromey.com>
13355
13356 * symfile.c (overlay_invalidate_all, find_pc_overlay)
13357 (find_pc_mapped_section, list_overlays_command)
13358 (map_overlay_command, unmap_overlay_command)
13359 (simple_overlay_update): Use all_objfiles.
13360 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
13361 * printcmd.c (info_symbol_command): Use all_objfiles.
13362 * objfiles.h (ALL_OBJSECTIONS): Remove.
13363 * maint.c (maintenance_translate_address): Use all_objfiles.
13364 * gcore.c (gcore_create_callback): Use all_objfiles.
13365 (objfile_find_memory_regions): Likewise.
13366
8b31193a
TT
133672019-01-09 Tom Tromey <tom@tromey.com>
13368
13369 * symtab.c (find_line_symtab, info_sources_command)
13370 (make_source_files_completion_list): Use objfile_compunits.
13371 * source.c (select_source_symtab): Use objfile_compunits.
13372 * objfiles.h (struct objfile): Update comment.
13373 (ALL_OBJFILES): Remove.
13374 (ALL_FILETABS): Remove.
13375 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
13376 objfile_compunits.
13377
d5da8b3c
TT
133782019-01-09 Tom Tromey <tom@tromey.com>
13379
13380 * symmisc.c (print_objfile_statistics, dump_objfile)
13381 (maintenance_print_symbols): Use compunit_filetabs.
13382 * source.c (forget_cached_source_info_for_objfile): Use
13383 compunit_filetabs.
13384 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
13385 (ALL_FILETABS): Use compunit_filetabs.
13386 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
13387 * coffread.c (coff_symtab_read): Use compunit_filetabs.
13388
5accd1a0
TT
133892019-01-09 Tom Tromey <tom@tromey.com>
13390
13391 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
13392 (compunit_filetabs): New.
13393 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
13394 compunit_filetabs.
13395 (info_sources_command, make_source_files_completion_list): Remove
13396 declaration.
13397 * symmisc.c (print_objfile_statistics, dump_objfile)
13398 (maintenance_print_symbols): Remove declaration.
13399 (maintenance_info_symtabs): Use compunit_filetabs.
13400 (maintenance_info_line_tables): Likewise.
13401 * source.c (select_source_symtab): Change local variable name.
13402 (forget_cached_source_info_for_objfile): Remove declaration.
13403 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
13404 * objfiles.c (objfile_relocate1): Remove declaration.
13405 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13406 declaration.
13407 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
13408 * coffread.c (coff_symtab_read): Remove declaration.
13409 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
13410 compunit_filetabs.
13411
d8aeb77f
TT
134122019-01-09 Tom Tromey <tom@tromey.com>
13413
13414 * symtab.c (lookup_objfile_from_block)
13415 (find_pc_sect_compunit_symtab, search_symbols)
13416 (default_collect_symbol_completion_matches_break_on): Use
13417 objfile_compunits.
13418 * objfiles.h (ALL_COMPUNITS): Remove.
13419 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
13420 * cp-support.c (add_symbol_overload_list_qualified): Use
13421 objfile_compunits.
13422 * ada-lang.c (ada_collect_symbol_completion_matches)
13423 (ada_add_global_exceptions): Use objfile_compunits.
13424
592553c4
TT
134252019-01-09 Tom Tromey <tom@tromey.com>
13426
13427 * source.c (select_source_symtab)
13428 (forget_cached_source_info_for_objfile): Remove declaration.
13429 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
13430 declaration.
13431 * maint.c (count_symtabs_and_blocks): Remove declaration.
13432 * cp-support.c (add_symbol_overload_list_qualified): Remove
13433 declaration.
13434 * coffread.c (coff_symtab_read): Remove declaration.
13435 * symtab.c (lookup_symbol_in_objfile_symtabs)
13436 (basic_lookup_transparent_type_1): Use objfile_compunits.
13437 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
13438 (info_sources_command, search_symbols)
13439 (default_collect_symbol_completion_matches_break_on)
13440 (make_source_files_completion_list): Remove declaration.
13441 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
13442 (ada_collect_symbol_completion_matches)
13443 (ada_add_global_exceptions): Remove declaration.
13444 * linespec.c (iterate_over_all_matching_symtabs): Use
13445 objfile_compunits.
13446 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
13447 (class objfile_compunits): New.
13448 (ALL_COMPUNITS): Use objfile_compunits.
13449 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
13450 (maintenance_check_symtabs, maintenance_info_line_tables): Use
13451 objfile_compunits.
13452 * objfiles.c (objfile_relocate1): Use objfile_compunits.
13453
5325b9bf
TT
134542019-01-09 Tom Tromey <tom@tromey.com>
13455
13456 * symtab.c (search_symbols)
13457 (default_collect_symbol_completion_matches_break_on): Use
13458 objfile_msymbols.
13459 * ada-lang.c (ada_lookup_simple_minsym)
13460 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
13461 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
13462 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
13463 objfile_msymbols.
13464 * coffread.c (coff_symfile_read): Use objfile_msymbols.
13465 * symmisc.c (dump_msymbols): Use objfile_msymbols.
13466 * objc-lang.c (find_methods): Use objfile_msymbols.
13467 (info_selectors_command, info_classes_command): Likewise.
13468 * stabsread.c (scan_file_globals): Use objfile_msymbols.
13469 * objfiles.h (class objfile_msymbols): New.
13470 (ALL_OBJFILE_MSYMBOLS): Remove.
13471 (ALL_MSYMBOLS): Remove.
13472
cac85af2
TT
134732019-01-09 Tom Tromey <tom@tromey.com>
13474
13475 * common/next-iterator.h (next_adapter): Add Iterator template
13476 parameter.
13477 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
13478 (class all_objfiles_safe): New.
13479 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
13480 * objfiles.c (put_objfile_before): Update comment.
13481 (add_separate_debug_objfile): Likewise.
13482 (free_all_objfiles): Use all_objfiles_safe.
13483 (objfile_purge_solibs): Likewise.
13484
aed57c53
TT
134852019-01-09 Tom Tromey <tom@tromey.com>
13486
13487 * symtab.c (iterate_over_symtabs, matching_obj_sections)
13488 (expand_symtab_containing_pc, lookup_static_symbol)
13489 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
13490 (find_symbol_at_address, find_line_symtab, find_main_name): Use
13491 all_objfiles.
13492 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
13493 * breakpoint.c (create_overlay_event_breakpoint)
13494 (create_longjmp_master_breakpoint)
13495 (create_std_terminate_master_breakpoint)
13496 (create_exception_master_breakpoint): Use all_objfiles.
13497 * linux-thread-db.c (try_thread_db_load_from_pdir)
13498 (has_libpthread): Use all_objfiles.
13499 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
13500 * linespec.c (iterate_over_all_matching_symtabs)
13501 (search_minsyms_for_name): Use all_objfiles.
13502 * maint.c (maintenance_info_sections): Use all_objfiles.
13503 * main.c (captured_main_1): Use all_objfiles.
13504 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
13505 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
13506 * guile/scm-pretty-print.c
13507 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
13508 * solib-spu.c (append_ocl_sos): Use all_objfiles.
13509 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
13510 (maintenance_print_msymbols): Use all_objfiles.
13511 * source.c (select_source_symtab): Use all_objfiles.
13512 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
13513 * symfile.c (remove_symbol_file_command)
13514 (expand_symtabs_matching, map_symbol_filenames): Use
13515 all_objfiles.
13516 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
13517 all_objfiles.
13518 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
13519 * objc-lang.c (find_methods): Use all_objfiles.
13520 * objfiles.c (have_partial_symbols, have_full_symbols)
13521 (have_minimal_symbols, qsort_cmp)
13522 (default_iterate_over_objfiles_in_search_order): Use
13523 all_objfiles.
13524 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
13525 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
13526 (maintenance_check_psymtabs): Use all_objfiles.
13527 (ALL_PSYMTABS): Remove.
13528 * compile/compile-object-run.c (do_module_cleanup): Use
13529 all_objfiles.
13530 * blockframe.c (find_pc_partial_function): Use all_objfiles.
13531 * cp-support.c (add_symbol_overload_list_qualified): Use
13532 all_objfiles.
13533 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
13534 Use all_objfiles.
13535 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
13536 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
13537 all_objfiles.
13538 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
13539 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
13540 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
13541 Uses all_objfiles.
13542 * solib.c (solib_read_symbols): Use all_objfiles
13543
99d89cde
TT
135442019-01-09 Tom Tromey <tom@tromey.com>
13545
13546 * probe.c (parse_probes_in_pspace): Use all_objfiles.
13547 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
13548 all_objfiles.
13549 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
13550 * symmisc.c (print_symbol_bcache_statistics)
13551 (print_objfile_statistics, maintenance_print_objfiles)
13552 (maintenance_info_symtabs, maintenance_check_symtabs)
13553 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
13554 all_objfiles.
13555 * source.c (forget_cached_source_info): Use all_objfiles.
13556 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
13557 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
13558 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
13559 * objfiles.c (update_section_map): Use all_objfiles.
13560 (shared_objfile_contains_address_p): Likewise.
13561 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
13562 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
13563
21708325
TT
135642019-01-09 Tom Tromey <tom@tromey.com>
13565
13566 * common/next-iterator.h: New file.
13567 * objfiles.h (class all_objfiles): New.
13568 (struct objfile_iterator): New.
13569
669e09f6
PW
135702019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13571
13572 * NEWS: Move the description of the changed "frame", "select-frame",
13573 and "info frame" commands to the Changed commands section.
13574
041be526
SM
135752019-01-09 Simon Marchi <simon.marchi@ericsson.com>
13576
13577 * gdbtypes.c (check_stub_method_group): Remove handling of old
13578 mangling schemes.
13579 * linespec.c (find_methods): Likewise.
13580 * stabsread.c (read_member_functions): Likewise.
13581 * valops.c (search_struct_method): Likewise.
13582 (value_struct_elt_for_reference): Likewise.
13583 * NEWS: Mention this change.
13584
0e2a2133
AB
135852019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
13586
13587 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
13588 print_source_lines.
13589 * source.c (print_source_lines_base): Update line number check.
13590 (print_source_lines): New function.
13591 (source_lines_range::source_lines_range): New function.
13592 * source.h (class source_lines_range): New class.
13593 (print_source_lines): New declaration.
13594
1055a3b4
PW
135952019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13596
13597 * linespec.c (linespec_state_destructor): Free self->canonical_names.
13598
cfeadda5
TT
135992019-01-08 Tom Tromey <tom@tromey.com>
13600 Simon Marchi <simon.marchi@ericsson.com>
13601
13602 PR gdb/24060
13603 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
13604 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
13605 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13606 * f-exp.y (DOLLAR_VARIABLE): Likewise.
13607 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
13608 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
13609
583068ca
AB
136102019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13611
13612 * source.c (select_source_symtab): Move header comment to
13613 declaration in source.h.
13614 (forget_cached_source_info_for_objfile): Likewise.
13615 (forget_cached_source_info): Likewise.
13616 (identify_source_line): Likewise.
13617 * source.h (identify_source_line): Move declaration from symtab.h
13618 and add comment from source.c
13619 (print_source_lines): Likewise.
13620 (forget_cached_source_info_for_objfile): Likewise.
13621 (forget_cached_source_info): Likewise.
13622 (select_source_symtab): Likewise.
13623 (enum print_source_lines_flag): Move definition from symtab.h.
13624 * symtab.h (identify_source_line): Move declaration to source.h.
13625 (print_source_lines): Likewise.
13626 (forget_cached_source_info_for_objfile): Likewise.
13627 (forget_cached_source_info): Likewise.
13628 (select_source_symtab): Likewise.
13629 (enum print_source_lines_flag): Move definition to source.h.
13630 * tui/tui-hooks.c: Add 'source.h' include.
13631
ec98a4ad
AB
136322019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13633
13634 * source.c (print_source_lines_base): Handle requests to print
13635 reverse line number sequences, and guard against empty lines
13636 string.
13637
62ea19c1
AB
136382019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
13639
13640 * source.c (print_source_lines_base): Fix skip of '\r' if next
13641 character is '\n'.
13642
9d30e1fd
TT
136432019-01-06 Tom Tromey <tom@tromey.com>
13644
13645 * c-exp.y (struct c_parse_state) <macro_original_text,
13646 expansion_obstack>: New member.
13647 (macro_original_text, expansion_obstack): Remove globals.
13648 (scan_macro_expansion, scanning_macro_expansion)
13649 (finished_macro_expansion): Update.
13650 (scan_macro_cleanup): Remove.
13651 (yylex, c_parse): Update.
13652
c65bac38
TT
136532019-01-06 Tom Tromey <tom@tromey.com>
13654
13655 * c-exp.y (struct c_parse_state) <strings>: New member.
13656 (operator_stoken): Update.
13657
02e12e38
TT
136582019-01-06 Tom Tromey <tom@tromey.com>
13659
13660 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
13661 (union type_stack_elt) <typelist_val>: Now a pointer to
13662 std::vector.
13663 (type_stack_cleanup): Don't declare.
13664 (push_typelist): Update.
13665 * parse.c (pop_typelist): Return a std::vector.
13666 (push_typelist): Take a std::vector.
13667 (follow_types): Update. Do not free args.
13668 (type_stack_cleanup): Remove.
13669 * c-exp.y (struct c_parse_state): New.
13670 (cpstate): New global.
13671 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
13672 (nonempty_typelist): Update.
13673 (func_mod): Create a new vector.
13674 (c_parse): Create a c_parse_state.
13675 (check_parameter_typelist): Do not delete params.
13676 (function_method): Update. Do not delete type_list.
13677
f097f5ad
TT
136782019-01-06 Tom Tromey <tom@tromey.com>
13679
13680 PR gdb/28155:
13681 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
13682 check_typedef.
13683 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
13684 (print_return_value): Likewise.
13685
d2adf9f1
TT
136862019-01-05 Tom Tromey <tom@tromey.com>
13687
13688 * contrib/cleanup_check.py: Remove.
13689 * contrib/gcc-with-excheck: Remove.
13690 * contrib/exsummary.py: Remove.
13691 * contrib/excheck.py: Remove.
13692
2eab46b1
JB
136932019-01-05 Joel Brobecker <brobecker@adacore.com>
13694
13695 * thread.c (delete_thread_1): Add gdb_assert that THR is not
13696 NULL. Initialize tpprev to NULL instead of assigning it
13697 to NULL on the next statement.
13698 * windows-nat.c (windows_delete_thread): Remove check for
13699 main_thread_id before printing thread exit notifications.
13700 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
13701 Remove thread ID check against main_thread_id.
13702 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
13703 windows_delete_thread.
13704 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
13705
48c5e7e2
TT
137062019-01-04 Tom Tromey <tom@tromey.com>
13707
13708 * compile/compile.c (_initialize_compile): Use upper case for
13709 metasyntactic variables.
13710 * symmisc.c (_initialize_symmisc): Use upper case for
13711 metasyntactic variables.
13712 * psymtab.c (_initialize_psymtab): Use upper case for
13713 metasyntactic variables.
13714 * demangle.c (demangle_command): Use upper case for metasyntactic
13715 variables.
13716 (_initialize_demangler): Likewise.
13717 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
13718 variables.
13719
986041cd
TT
137202019-01-03 Tom Tromey <tom@tromey.com>
13721
13722 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
13723
7c711119
TT
137242019-01-03 Tom Tromey <tom@tromey.com>
13725
13726 * python/py-symtab.c (salpy_str): Update.
13727 (struct salpy_sal_object) <symtab>: Now a PyObject.
13728 (salpy_dealloc): Update.
13729 (del_objfile_sal): Use gdbpy_ref.
13730
1b20edf0
TT
137312019-01-03 Tom Tromey <tom@tromey.com>
13732
13733 * python/py-type.c (convert_field): Use new_reference. Return
13734 gdbpy_ref.
13735 (make_fielditem): Return gdbpy_ref.
13736 (typy_fields): Update.
13737 (typy_getitem): Update.
13738 (field_name): Return gdbpy_ref. Use new_reference.
13739 (typy_iterator_iternext): Update.
13740
ea41325b
TT
137412019-01-03 Tom Tromey <tom@tromey.com>
13742
13743 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
13744
2a3c71d6
TT
137452019-01-03 Tom Tromey <tom@tromey.com>
13746
13747 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
13748 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
13749 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
13750 (pspy_set_frame_filters, pspy_set_frame_unwinders)
13751 (pspy_set_type_printers): Likewise.
13752 * python/py-function.c (fnpy_init): Use gdbpy_ref.
13753 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
13754 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
13755 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
13756 (objfpy_set_type_printers): Likewise.
13757
5c329e6a
TT
137582019-01-03 Tom Tromey <tom@tromey.com>
13759
13760 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
13761 (gdbpy_print_stack): Use gdbpy_err_fetch.
13762 * python/python-internal.h (class gdbpy_err_fetch): New class.
13763 (class gdbpy_enter) <m_error_type, m_error_value,
13764 m_error_traceback>: Remove.
13765 <m_error>: New member.
13766 (gdbpy_exception_to_string): Don't declare.
13767 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
13768 * python/py-value.c (convert_value_from_python): Use
13769 gdbpy_err_fetch.
13770 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
13771 gdbpy_exception_to_string.
13772 (gdbpy_handle_exception): Use gdbpy_err_fetch.
13773 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
13774 gdbpy_err_fetch.
13775
169bb27b
AB
137762019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13777
13778 * linux-nat.c (delete_lwp_cleanup): Delete.
13779 (struct lwp_deleter): New struct.
13780 (lwp_info_up): New typedef.
13781 (linux_nat_target::follow_fork): Delete cleanup, and make use of
13782 lwp_info_up.
13783
a07c8880
AB
137842019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13785
13786 * linux-fork.c (class scoped_switch_fork_info): New class.
13787 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
13788
26089c49
AB
137892019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13790
13791 * valops.c (find_overload_match): Remove use of null_cleanup, and
13792 calls to do_cleanups.
13793
06d3e5b0
AB
137942019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13795
13796 * compile/compile-cplus-types.c
13797 (compile_cplus_instance::decl_name): Handle changes to
13798 cp_func_name.
13799 * cp-support.c (cp_func_name): Update header comment, update
13800 return type.
13801 * cp-support.h (cp_func_name): Update return type in declaration.
13802 * valops.c (find_overload_match): Move temp_func local to top
13803 level of function and change its type. Use temp_func to hold and
13804 delete temporary string obtained from cp_func_name.
13805
66644cd3
AB
138062019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
13807
13808 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
13809 gdb::char_vector, remove cleanup, and update uses of `msg`.
13810
592d8c0a
JW
138112019-01-03 Jim Wilson <jimw@sifive.com>
13812
13813 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
13814
c55d06ec
TT
138152019-01-02 Tom Tromey <tom@tromey.com>
13816
13817 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
13818 (tdesc_parse_xml): Remove cleanups.
13819 * target-descriptions.h (make_cleanup_free_target_description):
13820 Don't declare.
13821 (target_desc_deleter): New struct.
13822 (target_desc_up): New typedef.
13823 * target-descriptions.c (target_desc_deleter::operator()): Rename
13824 from free_target_description.
13825 (make_cleanup_free_target_description): Remove.
13826
3a6ae42d
TT
138272019-01-02 Tom Tromey <tom@tromey.com>
13828
13829 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
13830 constructor, destructor.
13831 (linespec_parser): Remove typedef.
13832 (~linespec_parser): Rename from linespec_parser_delete.
13833 (linespec_lex_to_end, linespec_complete_label)
13834 (linespec_complete): Update.
13835 (decode_line_full): Remove cleanups.
13836 (decode_line_1): Update.
13837
61fd3e73
TT
138382019-01-02 Tom Tromey <tom@tromey.com>
13839
13840 * python/python-internal.h (inferior_to_inferior_object): Change
13841 return type.
13842 * python/py-exitedevent.c (create_exited_event_object): Update.
13843 * python/py-inferior.c (inferior_to_inferior_object): Return
13844 gdbpy_ref.
13845 (python_new_inferior, python_inferior_deleted)
13846 (thread_to_thread_object, delete_thread_object)
13847 (build_inferior_list, gdbpy_selected_inferior): Update.
13848 * python/py-infthread.c (create_thread_object): Update. Also fail
13849 if inferior_to_inferior_object fails.
13850
d20172fc
SM
138512019-01-02 Simon Marchi <simon.marchi@ericsson.com>
13852
13853 * inferior.h (class inferior) <displaced_step_state>: New field.
13854 * infrun.h (struct displaced_step_state): Move here from
13855 infrun.c. Initialize fields, add constructor.
13856 <inf>: Remove field.
13857 <reset>: New method.
13858 * infrun.c (struct displaced_step_inferior_state): Move to
13859 infrun.h.
13860 (displaced_step_inferior_states): Remove.
13861 (get_displaced_stepping_state): Adust.
13862 (displaced_step_in_progress_any_inferior): Adjust.
13863 (displaced_step_in_progress_thread): Adjust.
13864 (displaced_step_in_progress): Adjust.
13865 (add_displaced_stepping_state): Remove.
13866 (get_displaced_step_closure_by_addr): Adjust.
13867 (remove_displaced_stepping_state): Remove.
13868 (infrun_inferior_exit): Call displaced_step_state.reset.
13869 (use_displaced_stepping): Don't check for NULL.
13870 (displaced_step_prepare_throw): Call
13871 get_displaced_stepping_state.
13872 (displaced_step_fixup): Don't check for NULL.
13873 (prepare_for_detach): Don't check for NULL.
13874
e3319240
PW
138752019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13876
13877 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
13878 in case of call that did not complete.
13879
5d36dfb9
AU
138802019-01-02 Andrey Utkin <autkin@undo.io>
13881
13882 * symfile.c (find_separate_debug_file): Fix search of debug files for
13883 remote debuggee.
13884
8833fbf0
TT
138852019-01-02 Tom Tromey <tom@tromey.com>
13886
13887 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
13888 indentation.
13889 * python/py-frame.c (frapy_older): Remove cast.
13890 (frapy_newer): Likewise.
13891 * python/py-breakpoint.c (local_setattro): Remove cast.
13892 * python/py-arch.c (archpy_name): Remove local variable.
13893 * python/py-type.c (gdbpy_lookup_type): Remove cast.
13894
4ada3dfd
JB
138952019-01-02 Joel Brobecker <brobecker@adacore.com>
13896
13897 * unittests/basic_string_view/element_access/char/empty.cc:
13898 Fix year range in copyright header.
13899
113b7b81
AB
139002019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
13901
13902 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
13903 Delete.
13904 <operator==>: Update with for removed field.
13905 <hash>: Likewise.
13906 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13907 <isa_features>: ...this.
13908 <abi_features>: New field.
13909 (riscv_isa_flen): Update comment.
13910 (riscv_abi_xlen): New declaration.
13911 (riscv_abi_flen): New declaration.
13912 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
13913 isa_features.
13914 (riscv_abi_xlen): New function.
13915 (riscv_isa_flen): Update to get answer from isa_features.
13916 (riscv_abi_flen): New function.
13917 (riscv_has_fp_abi): Update to get answer from abi_features.
13918 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
13919 xlen and flen.
13920 (riscv_call_info) <xlen, flen>: Update comment.
13921 (riscv_call_arg_struct): Remove invalid assertions
13922 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
13923 is removed.
13924 (riscv_gdbarch_init): Gather isa features and abi features
13925 separately, ensure both match on the gdbarch when reusing an old
13926 gdbarch. Relax an error check to allow 32-bit abi float to run on
13927 a target with 64-bit float hardware.
13928
b18ca514
PW
139292019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13930
13931 * source.c (search_command_helper): Stop reverse search
13932 when line 1 has been searched.
13933
ec70d8db
PW
139342019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13935
13936 * record-full.c (record_full_base_target::close): Rewrite
13937 record_full_core_buf_list free logic.
13938
5b38f9c1
PW
139392019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13940
13941 * break-catch-syscall.c (print_one_catch_syscall): xfree
13942 the last text.
13943
66d91b39
JB
139442019-01-01 Joel Brobecker <brobecker@adacore.com>
13945
13946 * top.c (print_gdb_version): Update Copyright year in version
13947 message.
13948
42a4f53d
JB
139492019-01-01 Joel Brobecker <brobecker@adacore.com>
13950
13951 Update copyright year range in all GDB files.
13952
7e955d83 139532019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 13954
5bbd631d 13955 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 13956
5bbd631d 13957For older changes see ChangeLog-2018.
c906108c
SS
13958\f
13959Local Variables:
13960mode: change-log
13961left-margin: 8
13962fill-column: 74
13963version-control: never
57da7796 13964coding: utf-8
c906108c 13965End:
5bbd631d 13966
This page took 4.098963 seconds and 4 git commands to generate.