]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Change valid_user_defined_cmd_name_p to return bool
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7f008c9e
TT
12019-05-04 Tom Tromey <tom@tromey.com>
2
3 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
4 * command.h (valid_user_defined_cmd_name_p): Channge return type.
5
b6484282
RT
62019-05-04 Raul Tambre <raul@tambre.ee>
7
8 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
10 operator for comparison.
11
af97b416
TT
122019-05-04 Tom Tromey <tom@tromey.com>
13
14 * psymtab.c (psymbol_name_matches, match_partial_symbol)
15 (lookup_partial_symbol, print_partial_symbols)
16 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
17 (psymbol_compare): Update.
18 (add_psymbol_to_bcache): Clear the entire psymbol.
19 (maintenance_check_psymtabs): Update.
20 * psympriv.h (struct partial_symbol): Don't derive from
21 general_symbol_info.
22 <obj_section, unrelocated_address, address,
23 set_unrelocated_address>: Update.
24 <ginfo>: New member.
25 * dwarf-index-write.c (write_psymbols, debug_names::insert)
26 (debug_names::write_psymbols): Update.
27
9d6d4be8
TV
282019-05-04 Tom de Vries <tdevries@suse.de>
29
30 * contrib/cc-with-tweaks.sh: Support -n arg.
31
66452beb
PW
322019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
33
34 * corelow.c (core_target::detach): Ensure frame cache and
35 register caches are cleared.
36 inferior.c (exit_inferior_1): Likewise.
37
bde09ab7
TT
382019-05-03 Sandra Loosemore <sandra@codesourcery.com>
39 Tom Tromey <tom@tromey.com>
40
41 * dictionary.c (collate_pending_symbols_by_language): Remove
42 "struct" from foreach.
43 * symtab.c (lookup_global_symbol_from_objfile)
44 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
45 foreach.
46 * ser-tcp.c (net_open): Remove "struct" from foreach.
47 * objfiles.c (objfile_relocate, objfile_rebase)
48 (objfile_has_symbols): Remove "struct" from foreach.
49 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
50 from foreach.
51 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
52 foreach.
53 * darwin-nat.c (thread_info_from_private_thread_info): Remove
54 "struct" from foreach.
55 * ada-lang.c (create_excep_cond_exprs)
56 (ada_exception_catchpoint_cond_string): Remove "struct" from
57 foreach.
58
222a8d25
TT
592019-05-03 Tom Tromey <tromey@adacore.com>
60
61 * ada-exp.y (convert_char_literal): Check suffix of each
62 enumerator.
63
fcd60b84
DP
642019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
65
66 PR ada/21406:
67 * ada-exp.y (yywrap): Don't define.
68 * ada-lex.l (%option): Add noyywrap
69 (yywrap): Remove.
70
5f2459c2
EZ
712019-05-03 Eli Zaretskii <eliz@gnu.org>
72
353ea2d1
EZ
73 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
74 _WIN32_WINNT to the XP level, unless already defined to a higher
75 level.
76
77 * unittests/parse-connection-spec-selftests.c:
78 * ser-tcp.c:
79 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
80 override.
81
5f2459c2
EZ
82 * symfile.c (find_separate_debug_file): Remove colon from the
83 drive spec of DOS/Windows file names of the target, so that the
84 file name produced from DEBUGDIR and the target's directory will
85 be valid on DOS/Windows systems.
86
80062eb9
AB
872019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
88
89 * rust-lang.c (val_print_struct): Handle printing structures
90 containing strings.
91
b8c05e85
TT
922019-05-02 Tom Tromey <tromey@adacore.com>
93
94 * valarith.c (_initialize_valarith): Remove.
95
4504bbde
TT
962019-05-01 Tom Tromey <tromey@adacore.com>
97
98 * ada-lang.c (ada_value_primitive_field): Treat more fields as
99 bitfields.
100
d48e62f4
TT
1012019-05-01 Tom Tromey <tromey@adacore.com>
102
103 * ada-lang.c (ada_value_assign): Correctly compute starting offset
104 for big-endian copies.
105
15f18d14
AT
1062019-04-30 Ali Tamur <tamur@google.com>
107 * gdb/dwarf2read.c (read_3_bytes): New declaration.
108 (read_attribute_value): Added DW_FORM_strx1-4 cases.
109 (read_3_bytes): New function.
110
ab4ee614
JB
1112019-04-30 Joel Brobecker <brobecker@adacore.com>
112
113 * windows-nat.c (main_thread_id): Delete.
114 (handle_output_debug_string): Replace main_thread_id by
115 current_event.dwThreadId.
116 (fake_create_process): Likewise.
117 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
118 Do not set main_thread_id.
119 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
120 current_event.dwThreadId.
121 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
122
8ed5b76e
JB
1232019-04-30 Joel Brobecker <brobecker@adacore.com>
124
125 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
126 Use current_event.dwThreadId instead of main_thread_id.
127
2ff0a947
TT
1282019-04-30 Tom Tromey <tromey@adacore.com>
129
130 * ada-lang.c (ada_lookup_simple_minsyms): New function.
131 (create_excep_cond_exprs): Iterate over program spaces.
132 (ada_exception_catchpoint_cond_string): Examine all minimal
133 symbols for exception types.
134
a776957c
TT
1352019-04-30 Tom Tromey <tromey@adacore.com>
136
137 PR c++/24470:
138 * dwarf2read.c (process_structure_scope): Handle case where type
139 has template parameters but no symbol was created.
140
bc68014d
AB
1412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
142 Chris January <chris.january@arm.com>
143
144 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
145 qualifier.
146 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
147
f1fdc960
AB
1482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
149
150 * f-typeprint.c (f_print_type): Update rules for printing
151 whitespace.
152 (f_type_print_varspec_suffix): Likewise.
153
bf7a4de1
AB
1542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
155 Chris January <chris.january@arm.com>
156
157 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
158 function arguments.
159
bbe75b9d
AB
1602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * f-lang.c (build_fortran_types): Change name of void type to
163 lower case.
164 * f-typeprint.c (f_type_print_base): Print the name of the void
165 type, rather than a fixed string.
166 * f-valprint.c (f_decorations): Use lower case void string.
167
1db455a7
AB
1682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
169 Chris January <chris.january@arm.com>
170
171 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
172 types for Fortran.
173
b6d03bb2
AB
1742019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
175 Chris January <chris.january@arm.com>
176 David Lecomber <david.lecomber@arm.com>
177
178 * f-exp.y (BINOP_INTRINSIC): New token.
179 (exp): New parser rule handling BINOP_INTRINSIC.
180 (f77_keywords): Add new builtin procedures.
181 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
182 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
183 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
184 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
185 (print_unop_subexp_f): New function.
186 (print_binop_subexp_f): New function.
187 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
188 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
189 (dump_subexp_body_f): Likewise.
190 (operator_check_f): Likewise.
191 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
192 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
193
83228e93
AB
1942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
197 UNOP_KIND.
198 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
199 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
200 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
201 (operator_length_f): New fuction.
202 (print_subexp_f): New function.
203 (op_name_f): New function.
204 (dump_subexp_body_f): New function.
205 (operator_check_f): New function.
206 (exp_descriptor_f): Replace standard expression handling functions
207 with new functions.
208 * gdb/fortran-operator.def: New file.
209 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
210 * gdb/std-operator.def: Remove UNOP_KIND.
211
6fdcd7cc
AB
2122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
213
214 * std-operator.def: Remove unbalanced, stray double quote
215 character.
216
2e62ab40
AB
2172019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
218 Chris January <chris.january@arm.com>
219 Daniel Everett <daniel.everett@arm.com>
220 Nick Forrington <nick.forrington@arm.com>
221 Richard Bunt <richard.bunt@arm.com>
222
223 * cp-valprint.c (cp_print_value_fields): Allow an additional level
224 of depth when printing anonymous structs or unions.
225 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
226 Don't print either the top-level value, or the children if the
227 max-depth is exceeded.
228 (ppscm_print_children): When printing the key of a map, allow one
229 extra level of depth.
230 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
231 print either the top-level value, or the children if the max-depth
232 is exceeded.
233 (print_children): When printing the key of a map, allow one extra
234 level of depth.
235 * python/py-value.c (valpy_format_string): Add max_depth keyword.
236 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
237 (user_print_options): Initialise max_depth field.
238 (val_print_scalar_or_string_type_p): New function.
239 (val_print): Check to see if the max depth has been reached.
240 (val_print_check_max_depth): Define new function.
241 (show_print_max_depth): New function.
242 (_initialize_valprint): Add 'print max-depth' option.
243 * valprint.h (struct value_print_options) <max_depth>: New field.
244 (val_print_check_max_depth): Declare new function.
245 * NEWS: Document new feature.
246
4be290b2
AB
2472019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * ada-lang.c (ada_language_defn): Initialise new field.
250 * c-lang.c (c_is_string_type_p): New function.
251 (c_language_defn): Initialise new field.
252 (cplus_language_defn): Initialise new field.
253 (asm_language_defn): Initialise new field.
254 (minimal_language_defn): Initialise new field.
255 * c-lang.h (c_is_string_type_p): Declare new function.
256 * d-lang.c (d_language_defn): Initialise new field.
257 * f-lang.c (f_is_string_type_p): New function.
258 (f_language_defn): Initialise new field.
259 * go-lang.c (go_is_string_type_p): New function.
260 (go_language_defn): Initialise new field.
261 * language.c (default_is_string_type_p): New function.
262 (unknown_language_defn): Initialise new field.
263 (auto_language_defn): Initialise new field.
264 * language.h (struct language_defn) <la_is_string_type_p>: New
265 member variable.
266 (default_is_string_type_p): Declare new function.
267 * m2-lang.c (m2_language_defn): Initialise new field.
268 * objc-lang.c (objc_language_defn): Initialise new field.
269 * opencl-lang.c (opencl_language_defn): Initialise new field.
270 * p-lang.c (pascal_is_string_type_p): New function.
271 (pascal_language_defn): Initialise new field.
272 * rust-lang.c (rust_is_string_type_p): New function.
273 (rust_language_defn): Initialise new field.
274
721b08c6
AB
2752019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
276
277 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
278 New field.
279 * ada-lang.c (ada_language_defn): Initialise new field.
280 * c-lang.c (c_language_defn): Likewise.
281 (cplus_language_defn): Likewise.
282 (asm_language_defn): Likewise.
283 (minimal_language_defn): Likewise.
284 * d-lang.c (d_language_defn): Likewise.
285 * f-lang.c (f_language_defn): Likewise.
286 * go-lang.c (go_language_defn): Likewise.
287 * language.c (unknown_language_defn): Likewise.
288 (auto_language_defn): Likewise.
289 * m2-lang.c (m2_language_defn): Likewise.
290 * objc-lang.c (objc_language_defn): Likewise.
291 * opencl-lang.c (opencl_language_defn): Likewise.
292 * p-lang.c (pascal_language_defn): Likewise.
293 * rust-lang.c (rust_language_defn): Likewise.
294
fc913e53
AB
2952019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
296
297 * ada-lang.c (ada_is_character_type): Change return type to bool.
298 (ada_is_string_type): Likewise.
299 * ada-lang.h (ada_is_character_type): Update declaration
300 (ada_is_string_type): Likewise.
301
fa731fa0
PW
3022019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
303
304 Support style in 'frame|thread apply'
305
306 * gdbcmd.h (execute_command_to_string): New term_out parameter.
307 * record.c (record_start, record_stop): Update callers of
308 execute_command_to_string with false.
309 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
310 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
311 methods.
312 (class string_file): New constructor with term_out parameter.
313 Override methods term_out and can_emit_style_escape. New member
314 term_out.
315 (class stdio_file): Override can_emit_style_escape.
316 (class tee_file): Override term_out and can_emit_style_escape.
317 * utils.h (can_emit_style_escape): Remove.
318 * utils.c (can_emit_style_escape): Likewise.
319 Update all callers of can_emit_style_escape (SOMESTREAM) to
320 SOMESTREAM->can_emit_style_escape.
321 * source-cache.c (source_cache::get_source_lines): Likewise.
322 * stack.c (frame_apply_command_count): Call execute_command_to_string
323 passing the term_out characteristic of the current gdb_stdout.
324 * thread.c (thr_try_catch_cmd): Likewise.
325 * top.c (execute_command_to_string): pass term_out parameter
326 to construct the string_file for the command output.
327 * ui-file.c (term_cli_styling): New function (most code moved
328 from utils.c can_emit_style_escape).
329 (string_file::string_file, string_file::can_emit_style_escape,
330 stdio_file::can_emit_style_escape, tee_file::term_out,
331 tee_file::can_emit_style_escape): New functions.
332
136afab8
PW
3332019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
334
335 * NEWS: Mention the new set|show may-call-functions.
336 * infcall.c (may_call_functions_p): New variable.
337 (show_may_call_functions_p): New function.
338 (call_function_by_hand_dummy): Throws an error if not
339 may-call-functions.
340 (_initialize_infcall): Call add_setshow_boolean_cmd for
341 may-call-functions.
342
725cbb63
KS
3432019-04-25 Keith Seitz <keiths@redhat.com>
344
345 PR c++/24367
346 * cp-support.c (inspect_type): Don't attempt substitutions
347 of symbol with the same name.
348
3d1cbb78
TT
3492019-04-25 Tom Tromey <tromey@adacore.com>
350
351 PR gdb/24475:
352 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
353 static.
354
94aeb44b
TT
3552019-04-25 Tom Tromey <tromey@adacore.com>
356
357 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
358 rvalue reference.
359 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
360 (gdb_xml_parser::parse): Use std::move.
361 * python/python-internal.h (gdbpy_convert_exception): Take a const
362 reference.
363 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
364 std::move.
365 * python/py-utils.c (gdbpy_convert_exception): Take a const
366 reference.
367 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
368 Use std::move.
369 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
370 Use std::move.
371 * mi/mi-main.c (mi_print_exception): Take a const reference.
372 * main.c (handle_command_errors): Take a const reference.
373 * linespec.c (parse_linespec): Use std::move.
374 * infcall.c (run_inferior_call): Use std::move.
375 (call_function_by_hand_dummy): Use std::move.
376 * exec.c (try_open_exec_file): Use std::move.
377 * exceptions.h (exception_print, exception_fprintf)
378 (exception_print_same): Update.
379 * exceptions.c (print_exception, exception_print)
380 (exception_fprintf, exception_print_same): Change parameters to
381 const reference.
382 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
383 * common/new-op.c: Use std::move.
384 * common/common-exceptions.h (struct gdb_exception): Add move
385 constructor.
386 (struct gdb_exception_error, struct gdb_exception_quit, struct
387 gdb_quit_bad_alloc): Change constructor to move constructor.
388 (throw_exception): Change parameter to rvalue reference.
389 * common/common-exceptions.c (throw_exception): Take rvalue
390 reference.
391 * cli/cli-interp.c (safe_execute_command): Use std::move.
392 * breakpoint.c (insert_bp_location, location_to_sals): Use
393 std::move.
394
680d7fd5
TT
3952019-04-25 Tom Tromey <tromey@adacore.com>
396
397 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
398 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
399 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
400 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
401 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
402 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
403 guile/scm-value.c: Use unpack.
404 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
405 gdbscm_gdb_exception.
406 (gdbscm_throw_gdb_exception): Likewise.
407 (struct gdbscm_gdb_exception): New.
408 (unpack): New function.
409 (gdbscm_wrap): Use unpack.
410
c6fdd8b2
TT
4112019-04-25 Tom Tromey <tromey@adacore.com>
412
413 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
414 (gdb_rl_callback_handler): Use std::move.
415 * common/common-exceptions.h (struct gdb_exception): Add move
416 assignment operator.
417 (throw_exception_sjlj): Change "exception" to const reference.
418 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
419 (throw_exception_sjlj): Change "exception" to const reference.
420
cc06b668
TT
4212019-04-25 Tom Tromey <tromey@adacore.com>
422
423 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
424 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
425 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
426 Update.
427 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
428 Update.
429 * mi/mi-interp.c (mi_interp::exec): Update.
430 * linespec.c (parse_linespec): Update.
431 * infcall.c (run_inferior_call): Update.
432 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
433 * guile/scm-symbol.c (gdbscm_lookup_symbol)
434 (gdbscm_lookup_global_symbol): Update.
435 * guile/scm-param.c (gdbscm_parameter_value): Update.
436 * guile/scm-frame.c (gdbscm_frame_read_register)
437 (gdbscm_frame_read_var): Update.
438 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
439 * exec.c (try_open_exec_file): Update.
440 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
441 (gdb_rl_callback_handler): Update.
442 * common/common-exceptions.h (exception_none): Don't declare.
443 * common/common-exceptions.c (exception_none): Don't define.
444 (struct catcher) <exception>: Update.
445 * cli/cli-interp.c (safe_execute_command): Update.
446 * breakpoint.c (insert_bp_location, location_to_sals): Update.
447
cf532bd1
AT
4482019-04-25 Ali Tamur <tamur@google.com>
449
450 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
451 (read_attribute_value): Likewise.
452 (dwarf2_read_addr_index): Update comment.
453 (read_str_index): Add DW_FORM_strx.
454 (dwarf2_string_attr): Likewise.
455 (dwarf2_const_value_attr): Likewise.
456 (dump_die_shallow): Likewise.
457 (dwarf2_fetch_constant_bytes): Likewise.
458 (skip_form_bytes): Likewise.
459 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
460
82433e3e
SDJ
4612019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
462
463 PR corefiles/11608
464 PR corefiles/18187
465 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
466 OFFSET. Verify if current mapping contains an ELF header.
467 (linux_find_memory_regions_full): Adjust call to
468 dump_mapping_p.
469
723adb65
SL
4702019-04-25 Sandra Loosemore <sandra@codesourcery.com>
471 Kang Li <kanglictf@gmail.com>
472
473 PR gdb/21600
474
475 * dwarf2-frame.c (read_initial_length): Be consistent about using
476 unsigned representation of length.
477 (decode_frame_entry_1): Likewise. Check for wraparound of
478 end pointer as well as buffer overflow.
479
596179f7
SDJ
4802019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
481
482 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
483 "vq".
484
a59240a4
TT
4852019-04-24 Tom Tromey <tromey@adacore.com>
486
487 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
488
f872fdbb
AB
4892019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
490
491 * s12z-tdep.c (s12z_unwind_pc): Delete.
492 (s12z_unwind_sp): Delete.
493 (s12z_gdbarch_init): Don't register deleted functions with
494 gdbarch.
495
b614e6f3
AB
4962019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * rl78-tdep.c (rl78_unwind_sp): Delete.
499 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
500
14faed38
AB
5012019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
502
503 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
504 (xstormy16_unwind_pc): Delete.
505 (xstormy16_dummy_id): Delete.
506 (xstormy16_gdbarch_init): Don't register deleted functions with
507 gdbarch.
508
541aad8a
AB
5092019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * vax-tdep.c (vax_unwind_pc): Delete.
512 (vax_gdbarch_init): Don't register deleted function with gdbarch.
513
29222070
AB
5142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
515
516 * v850-tdep.c (v850_unwind_sp): Delete.
517 (v850_unwind_pc): Delete.
518 (v850_dummy_id): Delete.
519 (v850_gdbarch_init): Don't register deleted functions with
520 gdbarch.
521
0f534d76
AB
5222019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
523
524 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
525 (tilegx_unwind_pc): Delete.
526 (tilegx_unwind_dummy_id): Delete.
527 (tilegx_gdbarch_init): Don't register deleted functions with
528 gdbarch.
529
1ba7b7f9
AB
5302019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
531
532 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
533 (tic6x_dummy_id): Delete.
534 (tic6x_gdbarch_init): Don't register deleted functions with
535 gdbarch.
536
d31f262c
AB
5372019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * sparc-tdep.c (sparc_unwind_pc): Delete.
540 (sparc32_gdbarch_init): Don't register deleted function with
541 gdbarch.
542
6d14d64d
AB
5432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
544
545 * sh-tdep.c (sh_unwind_sp): Delete.
546 (sh_unwind_pc): Delete.
547 (sh_dummy_id): Delete.
548 (sh_gdbarch_init): Don't register deleted functions with
549 gdbarch.
550
a40dde9d
AB
5512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
552
553 * score-tdep.c (score_unwind_sp): Delete.
554 (score_unwind_pc): Delete.
555 (score_dummy_id): Delete.
556 (score_gdbarch_init): Don't register deleted functions with
557 gdbarch.
558
47c47d69
AB
5592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
560
561 * rx-tdep.c (rx_unwind_pc): Delete.
562 (rx_unwind_sp): Delete.
563 (rx_dummy_id): Delete.
564 (rx_gdbarch_init): Don't register deleted functions with
565 gdbarch. Update comment.
566
833a4480
AB
5672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
568
569 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
570 (rs6000_dummy_id): Delete.
571 (rs6000_gdbarch_init): Don't register deleted functions with
572 gdbarch.
573
3f2cef49
AB
5742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
575
576 * or1k-tdep.c (or1k_dummy_id): Delete.
577 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
578
96acf884
AB
5792019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
580
581 * nios2-tdep.c (nios2_dummy_id): Delete.
582 (nios2_unwind_sp): Delete.
583 (nios2_gdbarch_init): Don't register deleted functions with
584 gdbarch.
585
ca0ab0aa
AB
5862019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * nds32-tdep.c (nds32_dummy_id): Delete.
589 (nds32_unwind_pc): Delete.
590 (nds32_unwind_sp): Delete.
591 (nds32_gdbarch_init): Don't register deleted functions with
592 gdbarch.
593
c8259044
AB
5942019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * msp430-tdep.c (msp430_unwind_pc): Delete.
597 (msp430_unwind_sp): Delete.
598 (msp430_dummy_id): Delete.
599 (msp430_gdbarch_init): Don't register deleted functions with
600 gdbarch.
601
27f113c8
AB
6022019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * moxie-tdep.c (moxie_unwind_sp): Delete.
605 (moxie_unwind_pc): Delete.
606 (moxie_dummy_id): Delete.
607 (moxie_gdbarch_init): Don't register deleted functions with
608 gdbarch.
609
aee6c3cd
AB
6102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * mn10300-tdep.c (mn10300_dummy_id): Delete.
613 (mn10300_unwind_pc): Delete.
614 (mn10300_unwind_sp): Delete.
615 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
616 mn10300_unwind_sp.
617 (mn10300_frame_unwind_init): Don't register deleted functions with
618 gdbarch.
619
8e2b5aea
AB
6202019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
621
622 * mep-tdep.c (mep_unwind_pc): Delete.
623 (mep_unwind_sp): Delete.
624 (mep_dummy_id): Delete.
625 (mep_gdbarch_init): Don't register deleted functions with
626 gdbarch.
627
43cf3ede
AB
6282019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
631 (m68hc11_unwind_sp): Delete.
632 (m68hc11_gdbarch_init): Don't register deleted functions with
633 gdbarch.
634
5e79b7bb
AB
6352019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
636
637 * m32r-tdep.c (m32r_unwind_sp): Delete.
638 (m32r_unwind_pc): Delete.
639 (m32r_dummy_id): Delete.
640 (m32r_gdbarch_init): Don't register deleted functions with
641 gdbarch.
642
89b268d8
AB
6432019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * m32c-tdep.c (m32c_unwind_pc): Delete.
646 (m32c_unwind_sp): Delete.
647 (m32c_dummy_id): Delete.
648 (m32c_gdbarch_init): Don't register deleted functions with
649 gdbarch.
650
946c28d2
AB
6512019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
654 (lm32_unwind_pc): Delete.
655 (lm32_dummy_id): Delete.
656 (lm32_gdbarch_init): Don't register deleted functions with
657 gdbarch.
658
bf12844a
AB
6592019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
660
661 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
662 (iq2000_unwind_pc): Delete.
663 (iq2000_dummy_id): Delete.
664 (iq2000_gdbarch_init): Don't register deleted functions with
665 gdbarch.
666
ecbc06d2
AB
6672019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * nds32-tdep.c (nds32_type_align): Delete.
670 (nds32_push_dummy_call): Use type_align instead.
671
030197b4
AB
6722019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
673
674 * arm-tdep.c (arm_type_align): Only handle vector override case.
675 (arm_push_dummy_call): Use type_align.
676 (arm_gdbarch_init): Register arm_type_align gdbarch function.
677
b907456c
AB
6782019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
679
680 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
681 case.
682 (pass_on_stack): Use type_align.
683 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
684 function.
685
9e97ba43
TT
6862019-04-23 Tom Tromey <tromey@adacore.com>
687
688 * dwarf2read.c (line_header::file_name_at): Remove unused
689 overload.
690
6892f601
TV
6912019-04-23 Tom de Vries <tdevries@suse.de>
692
693 PR gdb/24438
694 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
695 invocation.
696
336d760d
AT
697
6982019-03-27 Ali Tamur <tamur@google.com>
699
700 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
701 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
702 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
703 (dwarf_expr_context::get_addr_index): Likewise
704 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
705 (symbol_needs_eval_context::get_addr_index): Likewise
706 (disassemble_dwarf_expression): Add DW_OP_addrx
707 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
708 (read_cutu_die_from_dwo): Update comment
709 (skip_one_die): Add DW_FORM_addrx
710 (read_attribute_value): Likewise
711 (var_decode_location): Add DW_OP_addrx
712 (dwarf2_const_value_attr): Add DW_FORM_addrx
713 (dump_die_shallow): Likewise
714 (dwarf2_fetch_constant_bytes): Likewise
715 (decode_locdesc): Add DW_OP_addrx
716 (skip_form_bytes): Add DW_FORM_addrx
717
ad9d13f8
AT
7182019-04-22 Ali Tamur <tamur@google.com>
719
720 * MAINTAINERS (Write After Approval): Add self.
721
d70cc3ba
SM
7222019-04-22 Simon Marchi <simon.marchi@efficios.com>
723
724 * solib-svr4.c (get_svr4_info): Add pspace parameter.
725 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
726 (open_symbol_file_object): Likewise.
727 (svr4_default_sos): Add info parameter.
728 (svr4_read_so_list): Likewise.
729 (svr4_current_sos_direct): Adjust functions calls to pass down
730 info.
731 (svr4_current_sos_1): Add info parameter.
732 (svr4_current_sos): Call get_svr4_info, pass info down to
733 svr4_current_sos_1.
734 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
735 get_svr4_info.
736 (svr4_in_dynsym_resolve_code): Pass current_program_space to
737 get_svr4_info.
738 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
739 to get_svr4_info.
740 (probes_table_remove_objfile_probes): Likewise.
741 (register_solib_event_probe): Add info parameter.
742 (solist_update_incremental): Pass info parameter down to
743 svr4_read_so_list.
744 (disable_probes_interface): Add info parameter.
745 (svr4_handle_solib_event): Pass current_program_space to
746 get_svr4_info. Adjust disable_probes_interface cleanup.
747 (svr4_create_probe_breakpoints): Add info parameter, pass it
748 down to register_solib_event_probe.
749 (svr4_create_solib_event_breakpoints): Add info parameter,
750 pass it down to svr4_create_probe_breakpoints.
751 (enable_break): Pass info down to
752 svr4_create_solib_event_breakpoints.
753 (svr4_solib_create_inferior_hook): Pass current_program_space to
754 get_svr4_info.
755 (svr4_clear_solib): Likewise.
756
7905fc35
PA
7572019-04-22 Pedro Alves <palves@redhat.com>
758
759 * solib-svr4.c (svr4_free_objfile_observer): New.
760 (probe_and_action::objfile): New field.
761 (probes_table_htab_remove_objfile_probes)
762 (probes_table_remove_objfile_probes): New functions.
763 (register_solib_event_probe): Add 'objfile' parameter. Store it
764 in the new probe_and_action. Don't store the probe in 'lookup'.
765 (svr4_create_probe_breakpoints): Pass objfile to
766 register_solib_event_probe.
767 (_initialize_svr4_solib): Register a free_objfile observer.
768
fb881986
TT
7692019-04-19 Tom Tromey <tom@tromey.com>
770
771 * common/queue.h: Remove.
772
8732db6c
TT
7732019-04-19 Tom Tromey <tom@tromey.com>
774
775 * event-loop.c: Don't include "common/queue.h".
776
97dfbadd
TT
7772019-04-19 Tom Tromey <tom@tromey.com>
778
779 * remote.c (remote_target): Use delete.
780 * remote-notif.h: Include <list>, not "common/queue.h".
781 (notif_client_p): Remove typedef.
782 (remote_notif_state): Add constructor, destructor, initializer.
783 <notif_queue>: Now a std::list.
784 (remote_notif_state_xfree): Don't declare.
785 * remote-notif.c (remote_notif_process, handle_notification)
786 (remote_notif_state_allocate): Update.
787 (~remote_notif_state): Rename from remote_notif_state_xfree.
788
cf250e36
TT
7892019-04-19 Tom Tromey <tom@tromey.com>
790
791 * symfile.c (reread_symbols): Update.
792 * objfiles.c (objfile_register_static_link)
793 (objfile_lookup_static_link): Update
794 (~objfile) Don't delete static_links.
795 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
796
61f4b350
TT
7972019-04-19 Tom Tromey <tom@tromey.com>
798
799 * type-stack.h (struct type_stack) <insert>: Constify string.
800 * type-stack.c (type_stack::insert): Constify string.
801 * gdbtypes.h (lookup_template_type): Update.
802 (address_space_name_to_int): Update.
803 * gdbtypes.c (address_space_name_to_int): Make space_identifier
804 const.
805 (lookup_template_type): Make name const.
806 * c-exp.y: Update rules.
807 (lex_one_token, classify_name, classify_inner_name)
808 (c_print_token): Update.
809 * p-exp.y: Update rules.
810 (yylex): Update.
811 * f-exp.y: Update rules.
812 (yylex): Update.
813 * d-exp.y: Update rules.
814 (lex_one_token, classify_name, classify_inner_name): Update.
815 * parse.c (write_dollar_variable, copy_name): Return std::string.
816 * parser-defs.h (copy_name): Change return type.
817 * m2-exp.y: Update rules.
818 (yylex): Update.
819 * go-exp.y (lex_one_token): Update.
820 Update rules.
821 (classify_unsafe_function, classify_packaged_name)
822 (classify_name, yylex): Update.
823
189b8c2e
ST
8242019-04-19 Sergei Trofimovich <siarheit@google.com>
825
826 * configure.ac: add --enable-source-highlight switch.
827 * configure: Regenerate.
828 * top.c (print_gdb_version): plumb --enable-source-highlight
829 status to "show configuration".
830
8ecb59f8
TT
8312019-04-19 Tom Tromey <tromey@adacore.com>
832
833 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
834 Check ADA_TYPE_P.
835 (empty_record, ada_template_to_fixed_record_type_1)
836 (template_to_static_fixed_type)
837 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
838 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
839 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
840 macros.
841
62160ec9
TT
8422019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
843
844 PR symtab/24423:
845 * source.c (print_source_lines_base): Advance "iter" when a
846 control character is seen.
847
f2ae8bc8
PW
8482019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
849
850 * inferior.h (struct infcall_suspend_state_deleter):
851 Catch exception in destructor to avoid crash.
852
d563b953
PW
8532019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
854
855 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
856 close to the add_com "shell".
857
dc34c897
TT
8582019-04-18 Tom Tromey <tromey@adacore.com>
859
860 * process-stratum-target.h (class process_stratum_target)
861 <stratum>: Add "final".
862
a12e5744
TT
8632019-04-17 Tom Tromey <tromey@adacore.com>
864
865 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
866 against nullptr before use.
867
a7e559cc
AH
8682019-04-17 Alan Hayward <alan.hayward@arm.com>
869
870 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
871
c01660c6
AB
8722019-04-17 Jim Wilson <jimw@sifive.com>
873 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
876 code read might fail, assume 4-byte breakpoint in that case.
877
4aa866af
LS
8782019-04-15 Leszek Swirski <leszeks@google.com>
879
880 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
881 rather than a hand-rolled POD check when checking for forced MEMORY
882 classification.
883
48574d91
AH
8842019-04-15 Alan Hayward <alan.hayward@arm.com>
885
886 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
887 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
888 function.
889 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
890 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
891 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
892 declaration.
893
4da037ef
AH
8942019-04-15 Alan Hayward <alan.hayward@arm.com>
895
896 * aarch64-linux-nat.c
897 (aarch64_linux_nat_target::thread_architecture): Add override.
898 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
899 each VQ.
900
ccb8d7e8
AH
9012019-04-15 Alan Hayward <alan.hayward@arm.com>
902
903 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
904
35add35e
AB
9052019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
908 target types of size 96-bits, add some additional comments, and
909 check that the builtin type we found was the correct size.
910
51196bbc
EZ
9112019-04-12 Eli Zaretskii <eliz@gnu.org>
912
913 * utils.c (prompt_for_continue): Don't restore the styling at the
914 end, as applied_style has the wrong value. This fixes styling in
915 long lists of file names that are interrupted by the "Continue?"
916 prompt.
917
62253a61
AB
9182019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
919
920 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
921 * c-lang.c (c_language_defn): Likewise.
922 (cplus_language_defn): Likewise.
923 (asm_language_defn): Likewise.
924 (minimal_language_defn): Likewise.
925 * d-lang.c (d_language_defn): Likewise.
926 * f-lang.c (f_language_defn): Likewise.
927 * go-lang.c (go_language_defn): Likewise.
928 * language.c (unknown_language_defn): Likewise.
929 (auto_language_defn): Likewise.
930 * language.h (struct language_defn): Remove la_magic field.
931 (LANG_MAGIC): Delete.
932 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
933 * objc-lang.c (objc_language_defn): Likewise.
934 * opencl-lang.c (opencl_language_defn): Likewise.
935 * p-lang.c (pascal_language_defn): Likewise.
936 * rust-lang.c (rust_language_defn): Likewise.
937
a9158a86
AB
9382019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * riscv-tdep.c (riscv_type_align): New function.
941 (riscv_type_alignment): Delete.
942 (riscv_arg_location): Use 'type_align'.
943 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
944
41077b66
AB
9452019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
946
947 * gdbtypes.c (type_align): A struct with no non-static fields also
948 has alignment of 1.
949
9f0272f8
AB
9502019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
951
952 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
953 component to 0.
954 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
955 member.
956 (riscv_struct_info::analyse): New implementation using new
957 analyse_inner member function.
958 (riscv_struct_info::field_offset): New member function.
959 (riscv_struct_info::m_offsets): New member variable.
960 (riscv_struct_info::analyse_inner): New private member function,
961 takes the old implementation of riscv_struct_info::analyse but
962 extended to track field offsets.
963 (riscv_call_arg_struct): Update the struct folding special cases
964 to handle cases where empty C++ structs, which are non-zero
965 length, are found.
966 (riscv_arg_location): Initialise the length of each location, a
967 non-zero length now indicates the location is in use.
968 (riscv_push_dummy_call): Allow for the first location having a
969 non-zero offset when setting up arguments.
970 (riscv_return_value): Likewise, but for return values.
971
02cf60c7
TT
9722019-04-11 Tom Tromey <tromey@adacore.com>
973
974 * utils.c (internal_vproblem): Make "msg" const.
975
68811f8f
AH
9762019-04-11 Alan Hayward <alan.hayward@arm.com>
977
978 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
979 * trad-frame.c (trad_frame_reset_saved_regs): New function.
980 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
981 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
982
3f52fdbc
KB
9832019-04-10 Kevin Buettner <kevinb@redhat.com>
984
985 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
986 function.
987 (fill_gregset): Call amd64_linux_collect_native_gregset instead
988 of amd64_collect_native_gregset.
989 (amd64_linux_nat_target::store_registers): Likewise.
990
e9ad22ee
TT
9912019-04-10 Tom Tromey <tom@tromey.com>
992
993 * symtab.c (lookup_global_symbol_from_objfile)
994 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
995 * objfiles.h (class separate_debug_iterator): New.
996 (class separate_debug_range): New.
997 (struct objfile) <separate_debug_objfiles>: New method.
998 (objfile_separate_debug_iterate): Don't declare.
999 * objfiles.c (separate_debug_iterator::operator++): Rename from
1000 objfile_separate_debug_iterate.
1001 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
1002 iterator.
1003 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
1004 iterator.
1005
ee371134
TT
10062019-04-10 Tom Tromey <tom@tromey.com>
1007
1008 * symfile.c (reread_symbols): Remove old comment.
1009 * objfiles.c (free_all_objfiles): Fix a typo.
1010
bf227d61
TT
10112019-04-10 Tom Tromey <tom@tromey.com>
1012
1013 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
1014 * minsyms.c (lookup_minimal_symbol): Use foreach.
1015 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
1016 (lookup_minimal_symbol_solib_trampoline): Likewise.
1017 * symfile.c (reread_symbols): Use foreach.
1018
8dc433a0
TT
10192019-04-09 Ivan Begert <ivanbegert@gmail.com>
1020 Tom Tromey <tromey@adacore.com>
1021
1022 PR rust/24414:
1023 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
1024 (rust_lex_int_test): Change "value" to be LONGEST.
1025 (rust_lex_tests): Add test for long integer literal.
1026
9ab8741a
TT
10272019-04-09 Tom Tromey <tromey@adacore.com>
1028
1029 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
1030 to bool.
1031 (extended_remote_target::attach): Update.
1032 (remote_target::remote_notice_new_inferior): Update.
1033 (remote_target::add_current_inferior_and_thread): Update.
1034 * inferior.c (exit_inferior_1): Use "false".
1035 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
1036
e242fd12
SM
10372019-04-09 Simon Marchi <simon.marchi@efficios.com>
1038
9ca1957f 1039 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
e242fd12
SM
1040 the "start" command.
1041
2b0c8b01
KB
10422019-04-08 Kevin Buettner <kevinb@redhat.com>
1043
1044 * python/py-inferior.c (infpy_thread_from_thread_handle):
1045 Adjust comments to reflect renaming of thread_from_thread_handle
1046 to thread_from_handle. Adjust keywords. Fix type error message.
1047 (inferior_object_methods): Add thread_from_handle. Retain
1048 thread_from_thread_handle, but mark it as deprecated.
1049
50a82723
KB
10502019-04-08 Kevin Buettner <kevinb@redhat.com>
1051
1052 * gdbthread.h (find_thread_by_handle): Revise declaration.
1053 * thread.c (find_thread_by_handle): Likewise. Adjust
1054 implementation too.
1055 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
1056 support for buffer objects as handles.
1057
cf63b016
KB
10582019-04-08 Kevin Buettner <kevinb@redhat.com>
1059
1060 * python/py-infthread.c (thpy_thread_handle): New function.
1061 (thread_object_methods): Register thpy_thread_handle.
1062
3d6c6204
KB
10632019-04-08 Kevin Buettner <kevinb@redhat.com>
1064
1065 * gdbthread.h (thread_to_thread_handle): Declare.
1066 * thread.c (gdbtypes.h): Include.
1067 (thread_to_thread_handle): New function.
1068
1069 * target.h (struct target_ops): Add thread_info_to_thread_handle.
1070 (target_thread_info_to_thread_handle): Declare.
1071 * target.c (target_thread_info_to_thread_handle): New function.
1072 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
1073 * target-delegates.c: Regenerate.
1074
1075 * linux-thread-db.c (class thread_db_target): Add method
1076 thread_info_to_thread_handle.
1077 (thread_db_target::thread_info_to_thread_handle): Define.
1078 * remote.c (class remote_target): Add new method
1079 thread_info_to_thread_handle.
1080 (remote_target::thread_info_to_thread_handle): Define.
1081
56be6ea8
PA
10822019-04-08 Pedro Alves <palves@redhat.com>
1083
1084 * common/common-exceptions.c (throw_exception): Don't create
1085 named object to throw; throw directly.
1086 (throw_it): Likewise. Don't initialize gdb_exception::message
1087 here, with new; pass FMT and AP to the ctor instead.
1088 * common/common-exceptions.h: Include <string>.
1089 (gdb_exception::gdb_exception(enum return_reason, enum errors,
1090 const char *, va_list)): New ctor. Use std::make_shared.
1091 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
1092 errors)): Delete.
1093 (gdb_exception_error::gdb_exception_error(enum errors, const char
1094 *, va_list)): New.
1095 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
1096 Add assertion.
1097 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
1098 errors)): Delete.
1099 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
1100 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
1101 Add assertion.
1102
eedc3f4f
TT
11032019-04-08 Tom Tromey <tom@tromey.com>
1104
1105 * valops.c (value_rtti_indirect_type): Replace throw_exception
1106 with throw.
1107 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
1108 with throw.
1109 * thread.c (thr_try_catch_cmd): Replace throw_exception with
1110 throw.
1111 * target.c (target_translate_tls_address): Replace throw_exception
1112 with throw.
1113 * stack.c (frame_apply_command_count): Replace throw_exception
1114 with throw.
1115 * solib-spu.c (append_ocl_sos): Replace throw_exception with
1116 throw.
1117 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
1118 with throw.
1119 * rs6000-tdep.c (rs6000_frame_cache)
1120 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
1121 * remote.c: Replace throw_exception with throw.
1122 * record-full.c (record_full_message, record_full_wait_1)
1123 (record_full_restore): Replace throw_exception with throw.
1124 * record-btrace.c:
1125 (get_thread_current_frame_id, record_btrace_start_replaying)
1126 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
1127 (cmd_record_btrace_start): Replace throw_exception with throw.
1128 * parse.c (parse_exp_in_context_1): Replace throw_exception with
1129 throw.
1130 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
1131 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
1132 * linespec.c:
1133 (find_linespec_symbols): Replace throw_exception with throw.
1134 * infrun.c (displaced_step_prepare, resume): Replace
1135 throw_exception with throw.
1136 * infcmd.c (post_create_inferior): Replace throw_exception with
1137 throw.
1138 * inf-loop.c (inferior_event_handler): Replace throw_exception
1139 with throw.
1140 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
1141 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
1142 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
1143 (get_prev_frame_always, get_frame_pc_if_available)
1144 (get_frame_address_in_block_if_available, get_frame_language):
1145 Replace throw_exception with throw.
1146 * frame-unwind.c (frame_unwind_try_unwinder): Replace
1147 throw_exception with throw.
1148 * eval.c (fetch_subexp_value, evaluate_var_value)
1149 (evaluate_funcall, evaluate_subexp_standard): Replace
1150 throw_exception with throw.
1151 * dwarf2loc.c (call_site_find_chain)
1152 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
1153 Replace throw_exception with throw.
1154 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
1155 with throw.
1156 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
1157 throw.
1158 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
1159 * completer.c (complete_line_internal): Replace throw_exception
1160 with throw.
1161 * compile/compile-object-run.c (compile_object_run): Replace
1162 throw_exception with throw.
1163 * cli/cli-script.c (process_next_line): Replace throw_exception
1164 with throw.
1165 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
1166 (btrace_enable, btrace_maint_update_pt_packets): Replace
1167 throw_exception with throw.
1168 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
1169 throw_exception with throw.
1170 * break-catch-throw.c (re_set_exception_catchpoint): Replace
1171 throw_exception with throw.
1172 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
1173 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
1174 * aarch64-tdep.c (aarch64_make_prologue_cache)
1175 (aarch64_make_stub_cache): Replace throw_exception with throw.
1176
26003a20
TT
11772019-04-08 Tom Tromey <tom@tromey.com>
1178
1179 * common/common-exceptions.c (throw_exception): Rename from
1180 throw_exception_cxx. Remove old copy. Make argument const.
1181 (throw_it): Create and throw exception objects directly.
1182 * common/common-exceptions.h (throw_exception): Make argument
1183 const.
1184 (struct gdb_exception_error): Add constructor.
1185 (struct gdb_exception_quit): Add constructor.
1186
d272eb37
TT
11872019-04-08 Tom Tromey <tom@tromey.com>
1188
1189 * common/common-exceptions.h (exception_rethrow): Don't declare.
1190 (TRY_SJLJ): Update comment.
1191 (TRY, CATCH, END_CATCH): Remove.
1192 * common/common-exceptions.c (exception_rethrow): Remove.
1193
230d2906
TT
11942019-04-08 Tom Tromey <tom@tromey.com>
1195
1196 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
1197 Remove.
1198 (gdb_exception_error): Rename from
1199 gdb_exception_RETURN_MASK_ERROR.
1200 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
1201 (gdb_quit_bad_alloc): Update.
1202 * aarch64-tdep.c: Update.
1203 * ada-lang.c: Update.
1204 * ada-typeprint.c: Update.
1205 * ada-valprint.c: Update.
1206 * amd64-tdep.c: Update.
1207 * arch-utils.c: Update.
1208 * break-catch-throw.c: Update.
1209 * breakpoint.c: Update.
1210 * btrace.c: Update.
1211 * c-varobj.c: Update.
1212 * cli/cli-cmds.c: Update.
1213 * cli/cli-interp.c: Update.
1214 * cli/cli-script.c: Update.
1215 * common/common-exceptions.c: Update.
1216 * common/new-op.c: Update.
1217 * common/selftest.c: Update.
1218 * compile/compile-c-symbols.c: Update.
1219 * compile/compile-cplus-symbols.c: Update.
1220 * compile/compile-object-load.c: Update.
1221 * compile/compile-object-run.c: Update.
1222 * completer.c: Update.
1223 * corelow.c: Update.
1224 * cp-abi.c: Update.
1225 * cp-support.c: Update.
1226 * cp-valprint.c: Update.
1227 * darwin-nat.c: Update.
1228 * disasm-selftests.c: Update.
1229 * dtrace-probe.c: Update.
1230 * dwarf-index-cache.c: Update.
1231 * dwarf-index-write.c: Update.
1232 * dwarf2-frame-tailcall.c: Update.
1233 * dwarf2-frame.c: Update.
1234 * dwarf2loc.c: Update.
1235 * dwarf2read.c: Update.
1236 * eval.c: Update.
1237 * event-loop.c: Update.
1238 * event-top.c: Update.
1239 * exec.c: Update.
1240 * f-valprint.c: Update.
1241 * fbsd-tdep.c: Update.
1242 * frame-unwind.c: Update.
1243 * frame.c: Update.
1244 * gdbtypes.c: Update.
1245 * gnu-v3-abi.c: Update.
1246 * guile/guile-internal.h: Update.
1247 * guile/scm-block.c: Update.
1248 * guile/scm-breakpoint.c: Update.
1249 * guile/scm-cmd.c: Update.
1250 * guile/scm-disasm.c: Update.
1251 * guile/scm-frame.c: Update.
1252 * guile/scm-lazy-string.c: Update.
1253 * guile/scm-math.c: Update.
1254 * guile/scm-param.c: Update.
1255 * guile/scm-ports.c: Update.
1256 * guile/scm-pretty-print.c: Update.
1257 * guile/scm-symbol.c: Update.
1258 * guile/scm-symtab.c: Update.
1259 * guile/scm-type.c: Update.
1260 * guile/scm-value.c: Update.
1261 * i386-linux-tdep.c: Update.
1262 * i386-tdep.c: Update.
1263 * inf-loop.c: Update.
1264 * infcall.c: Update.
1265 * infcmd.c: Update.
1266 * infrun.c: Update.
1267 * jit.c: Update.
1268 * language.c: Update.
1269 * linespec.c: Update.
1270 * linux-fork.c: Update.
1271 * linux-nat.c: Update.
1272 * linux-tdep.c: Update.
1273 * linux-thread-db.c: Update.
1274 * main.c: Update.
1275 * mi/mi-cmd-break.c: Update.
1276 * mi/mi-cmd-stack.c: Update.
1277 * mi/mi-interp.c: Update.
1278 * mi/mi-main.c: Update.
1279 * objc-lang.c: Update.
1280 * p-valprint.c: Update.
1281 * parse.c: Update.
1282 * ppc-linux-tdep.c: Update.
1283 * printcmd.c: Update.
1284 * python/py-arch.c: Update.
1285 * python/py-breakpoint.c: Update.
1286 * python/py-cmd.c: Update.
1287 * python/py-finishbreakpoint.c: Update.
1288 * python/py-frame.c: Update.
1289 * python/py-framefilter.c: Update.
1290 * python/py-gdb-readline.c: Update.
1291 * python/py-inferior.c: Update.
1292 * python/py-infthread.c: Update.
1293 * python/py-lazy-string.c: Update.
1294 * python/py-linetable.c: Update.
1295 * python/py-objfile.c: Update.
1296 * python/py-param.c: Update.
1297 * python/py-prettyprint.c: Update.
1298 * python/py-progspace.c: Update.
1299 * python/py-record-btrace.c: Update.
1300 * python/py-record.c: Update.
1301 * python/py-symbol.c: Update.
1302 * python/py-type.c: Update.
1303 * python/py-unwind.c: Update.
1304 * python/py-utils.c: Update.
1305 * python/py-value.c: Update.
1306 * python/python.c: Update.
1307 * record-btrace.c: Update.
1308 * record-full.c: Update.
1309 * remote-fileio.c: Update.
1310 * remote.c: Update.
1311 * riscv-tdep.c: Update.
1312 * rs6000-aix-tdep.c: Update.
1313 * rs6000-tdep.c: Update.
1314 * rust-exp.y: Update.
1315 * rust-lang.c: Update.
1316 * s390-tdep.c: Update.
1317 * selftest-arch.c: Update.
1318 * solib-dsbt.c: Update.
1319 * solib-frv.c: Update.
1320 * solib-spu.c: Update.
1321 * solib-svr4.c: Update.
1322 * solib.c: Update.
1323 * sparc64-linux-tdep.c: Update.
1324 * stack.c: Update.
1325 * symfile-mem.c: Update.
1326 * symmisc.c: Update.
1327 * target.c: Update.
1328 * thread.c: Update.
1329 * top.c: Update.
1330 * tracefile-tfile.c: Update.
1331 * tui/tui.c: Update.
1332 * typeprint.c: Update.
1333 * unittests/cli-utils-selftests.c: Update.
1334 * unittests/parse-connection-spec-selftests.c: Update.
1335 * valops.c: Update.
1336 * valprint.c: Update.
1337 * value.c: Update.
1338 * varobj.c: Update.
1339 * windows-nat.c: Update.
1340 * x86-linux-nat.c: Update.
1341 * xml-support.c: Update.
1342
a70b8144
TT
13432019-04-08 Tom Tromey <tom@tromey.com>
1344
1345 * xml-support.c: Use C++ exception handling.
1346 * x86-linux-nat.c: Use C++ exception handling.
1347 * windows-nat.c: Use C++ exception handling.
1348 * varobj.c: Use C++ exception handling.
1349 * value.c: Use C++ exception handling.
1350 * valprint.c: Use C++ exception handling.
1351 * valops.c: Use C++ exception handling.
1352 * unittests/parse-connection-spec-selftests.c: Use C++ exception
1353 handling.
1354 * unittests/cli-utils-selftests.c: Use C++ exception handling.
1355 * typeprint.c: Use C++ exception handling.
1356 * tui/tui.c: Use C++ exception handling.
1357 * tracefile-tfile.c: Use C++ exception handling.
1358 * top.c: Use C++ exception handling.
1359 * thread.c: Use C++ exception handling.
1360 * target.c: Use C++ exception handling.
1361 * symmisc.c: Use C++ exception handling.
1362 * symfile-mem.c: Use C++ exception handling.
1363 * stack.c: Use C++ exception handling.
1364 * sparc64-linux-tdep.c: Use C++ exception handling.
1365 * solib.c: Use C++ exception handling.
1366 * solib-svr4.c: Use C++ exception handling.
1367 * solib-spu.c: Use C++ exception handling.
1368 * solib-frv.c: Use C++ exception handling.
1369 * solib-dsbt.c: Use C++ exception handling.
1370 * selftest-arch.c: Use C++ exception handling.
1371 * s390-tdep.c: Use C++ exception handling.
1372 * rust-lang.c: Use C++ exception handling.
1373 * rust-exp.y: Use C++ exception handling.
1374 * rs6000-tdep.c: Use C++ exception handling.
1375 * rs6000-aix-tdep.c: Use C++ exception handling.
1376 * riscv-tdep.c: Use C++ exception handling.
1377 * remote.c: Use C++ exception handling.
1378 * remote-fileio.c: Use C++ exception handling.
1379 * record-full.c: Use C++ exception handling.
1380 * record-btrace.c: Use C++ exception handling.
1381 * python/python.c: Use C++ exception handling.
1382 * python/py-value.c: Use C++ exception handling.
1383 * python/py-utils.c: Use C++ exception handling.
1384 * python/py-unwind.c: Use C++ exception handling.
1385 * python/py-type.c: Use C++ exception handling.
1386 * python/py-symbol.c: Use C++ exception handling.
1387 * python/py-record.c: Use C++ exception handling.
1388 * python/py-record-btrace.c: Use C++ exception handling.
1389 * python/py-progspace.c: Use C++ exception handling.
1390 * python/py-prettyprint.c: Use C++ exception handling.
1391 * python/py-param.c: Use C++ exception handling.
1392 * python/py-objfile.c: Use C++ exception handling.
1393 * python/py-linetable.c: Use C++ exception handling.
1394 * python/py-lazy-string.c: Use C++ exception handling.
1395 * python/py-infthread.c: Use C++ exception handling.
1396 * python/py-inferior.c: Use C++ exception handling.
1397 * python/py-gdb-readline.c: Use C++ exception handling.
1398 * python/py-framefilter.c: Use C++ exception handling.
1399 * python/py-frame.c: Use C++ exception handling.
1400 * python/py-finishbreakpoint.c: Use C++ exception handling.
1401 * python/py-cmd.c: Use C++ exception handling.
1402 * python/py-breakpoint.c: Use C++ exception handling.
1403 * python/py-arch.c: Use C++ exception handling.
1404 * printcmd.c: Use C++ exception handling.
1405 * ppc-linux-tdep.c: Use C++ exception handling.
1406 * parse.c: Use C++ exception handling.
1407 * p-valprint.c: Use C++ exception handling.
1408 * objc-lang.c: Use C++ exception handling.
1409 * mi/mi-main.c: Use C++ exception handling.
1410 * mi/mi-interp.c: Use C++ exception handling.
1411 * mi/mi-cmd-stack.c: Use C++ exception handling.
1412 * mi/mi-cmd-break.c: Use C++ exception handling.
1413 * main.c: Use C++ exception handling.
1414 * linux-thread-db.c: Use C++ exception handling.
1415 * linux-tdep.c: Use C++ exception handling.
1416 * linux-nat.c: Use C++ exception handling.
1417 * linux-fork.c: Use C++ exception handling.
1418 * linespec.c: Use C++ exception handling.
1419 * language.c: Use C++ exception handling.
1420 * jit.c: Use C++ exception handling.
1421 * infrun.c: Use C++ exception handling.
1422 * infcmd.c: Use C++ exception handling.
1423 * infcall.c: Use C++ exception handling.
1424 * inf-loop.c: Use C++ exception handling.
1425 * i386-tdep.c: Use C++ exception handling.
1426 * i386-linux-tdep.c: Use C++ exception handling.
1427 * guile/scm-value.c: Use C++ exception handling.
1428 * guile/scm-type.c: Use C++ exception handling.
1429 * guile/scm-symtab.c: Use C++ exception handling.
1430 * guile/scm-symbol.c: Use C++ exception handling.
1431 * guile/scm-pretty-print.c: Use C++ exception handling.
1432 * guile/scm-ports.c: Use C++ exception handling.
1433 * guile/scm-param.c: Use C++ exception handling.
1434 * guile/scm-math.c: Use C++ exception handling.
1435 * guile/scm-lazy-string.c: Use C++ exception handling.
1436 * guile/scm-frame.c: Use C++ exception handling.
1437 * guile/scm-disasm.c: Use C++ exception handling.
1438 * guile/scm-cmd.c: Use C++ exception handling.
1439 * guile/scm-breakpoint.c: Use C++ exception handling.
1440 * guile/scm-block.c: Use C++ exception handling.
1441 * guile/guile-internal.h: Use C++ exception handling.
1442 * gnu-v3-abi.c: Use C++ exception handling.
1443 * gdbtypes.c: Use C++ exception handling.
1444 * frame.c: Use C++ exception handling.
1445 * frame-unwind.c: Use C++ exception handling.
1446 * fbsd-tdep.c: Use C++ exception handling.
1447 * f-valprint.c: Use C++ exception handling.
1448 * exec.c: Use C++ exception handling.
1449 * event-top.c: Use C++ exception handling.
1450 * event-loop.c: Use C++ exception handling.
1451 * eval.c: Use C++ exception handling.
1452 * dwarf2read.c: Use C++ exception handling.
1453 * dwarf2loc.c: Use C++ exception handling.
1454 * dwarf2-frame.c: Use C++ exception handling.
1455 * dwarf2-frame-tailcall.c: Use C++ exception handling.
1456 * dwarf-index-write.c: Use C++ exception handling.
1457 * dwarf-index-cache.c: Use C++ exception handling.
1458 * dtrace-probe.c: Use C++ exception handling.
1459 * disasm-selftests.c: Use C++ exception handling.
1460 * darwin-nat.c: Use C++ exception handling.
1461 * cp-valprint.c: Use C++ exception handling.
1462 * cp-support.c: Use C++ exception handling.
1463 * cp-abi.c: Use C++ exception handling.
1464 * corelow.c: Use C++ exception handling.
1465 * completer.c: Use C++ exception handling.
1466 * compile/compile-object-run.c: Use C++ exception handling.
1467 * compile/compile-object-load.c: Use C++ exception handling.
1468 * compile/compile-cplus-symbols.c: Use C++ exception handling.
1469 * compile/compile-c-symbols.c: Use C++ exception handling.
1470 * common/selftest.c: Use C++ exception handling.
1471 * common/new-op.c: Use C++ exception handling.
1472 * cli/cli-script.c: Use C++ exception handling.
1473 * cli/cli-interp.c: Use C++ exception handling.
1474 * cli/cli-cmds.c: Use C++ exception handling.
1475 * c-varobj.c: Use C++ exception handling.
1476 * btrace.c: Use C++ exception handling.
1477 * breakpoint.c: Use C++ exception handling.
1478 * break-catch-throw.c: Use C++ exception handling.
1479 * arch-utils.c: Use C++ exception handling.
1480 * amd64-tdep.c: Use C++ exception handling.
1481 * ada-valprint.c: Use C++ exception handling.
1482 * ada-typeprint.c: Use C++ exception handling.
1483 * ada-lang.c: Use C++ exception handling.
1484 * aarch64-tdep.c: Use C++ exception handling.
1485
3d6e9d23
TT
14862019-04-08 Tom Tromey <tom@tromey.com>
1487
1488 * xml-support.c (gdb_xml_parser::parse): Update.
1489 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
1490 * value.c (show_convenience): Update.
1491 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
1492 (test_parse_flags_qcs): Update.
1493 * thread.c (thr_try_catch_cmd): Update.
1494 * target.c (target_translate_tls_address): Update.
1495 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
1496 (info_frame_command_core, frame_apply_command_count): Update.
1497 * rust-exp.y (rust_lex_exception_test): Update.
1498 * riscv-tdep.c (riscv_print_one_register_info): Update.
1499 * remote.c (remote_target::enable_btrace): Update.
1500 * record-btrace.c (record_btrace_enable_warn): Update.
1501 * python/py-utils.c (gdbpy_convert_exception): Update.
1502 * printcmd.c (do_one_display, print_variable_and_value): Update.
1503 * mi/mi-main.c (mi_print_exception): Update.
1504 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
1505 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
1506 * linux-nat.c (linux_nat_target::attach): Update.
1507 * linux-fork.c (class scoped_switch_fork_info): Update.
1508 * infrun.c (displaced_step_prepare): Update.
1509 * infcall.c (call_function_by_hand_dummy): Update.
1510 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
1511 * gnu-v3-abi.c (print_one_vtable): Update.
1512 * frame.c (get_prev_frame_always): Update.
1513 * f-valprint.c (info_common_command_for_block): Update.
1514 * exec.c (try_open_exec_file): Update.
1515 * exceptions.c (print_exception, exception_print)
1516 (exception_fprintf, exception_print_same): Update.
1517 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
1518 * dwarf-index-cache.c (index_cache::store)
1519 (index_cache::lookup_gdb_index): Update.
1520 * darwin-nat.c (maybe_cache_shell): Update.
1521 * cp-valprint.c (cp_print_value_fields): Update.
1522 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
1523 (gcc_cplus_symbol_address): Update.
1524 * compile/compile-c-symbols.c (gcc_convert_symbol)
1525 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
1526 * common/selftest.c: Update.
1527 * common/common-exceptions.h (struct gdb_exception) <message>: Now
1528 a std::string.
1529 (exception_try_scope_entry, exception_try_scope_exit): Don't
1530 declare.
1531 (struct exception_try_scope): Remove.
1532 (TRY): Don't use exception_try_scope.
1533 (struct gdb_exception): Add constructor, operator=.
1534 <what>: New method.
1535 (struct gdb_exception_RETURN_MASK_ALL)
1536 (struct gdb_exception_RETURN_MASK_ERROR)
1537 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
1538 (struct gdb_quit_bad_alloc): Update.
1539 * common/common-exceptions.c (exception_none): Change
1540 initializer.
1541 (struct catcher) <state, exception>: Initialize inline.
1542 <prev>: Remove member.
1543 (current_catcher): Remove.
1544 (catchers): New global.
1545 (exceptions_state_mc_init): Simplify.
1546 (catcher_pop): Remove.
1547 (exceptions_state_mc, exceptions_state_mc_catch): Update.
1548 (try_scope_depth, exception_try_scope_entry)
1549 (exception_try_scope_exit): Remove.
1550 (throw_exception_sjlj): Update.
1551 (exception_messages, exception_messages_size): Remove.
1552 (throw_it): Simplify.
1553 (gdb_exception_sliced_copy): Remove.
1554 (throw_exception_cxx): Update.
1555 * cli/cli-script.c (script_from_file): Update.
1556 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
1557 Update.
1558 * ada-valprint.c (ada_val_print): Update.
1559 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
1560 (create_excep_cond_exprs): Update.
1561
c5c10118
TT
15622019-04-08 Tom Tromey <tom@tromey.com>
1563
1564 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
1565 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
1566 (TRY, CATCH, END_CATCH): Remove some definitions.
1567 * common/common-exceptions.c: Don't use GDB_XCPT.
1568 (catcher_list_size): Remove.
1569 (throw_exception, throw_it): Simplify.
1570
4de283e4
TT
15712019-04-05 Tom Tromey <tom@tromey.com>
1572
1573 Revert the header-sorting patch.
1574 * ft32-tdep.c: Revert.
1575 * frv-tdep.c: Revert.
1576 * frv-linux-tdep.c: Revert.
1577 * frame.c: Revert.
1578 * frame-unwind.c: Revert.
1579 * frame-base.c: Revert.
1580 * fork-child.c: Revert.
1581 * findvar.c: Revert.
1582 * findcmd.c: Revert.
1583 * filesystem.c: Revert.
1584 * filename-seen-cache.h: Revert.
1585 * filename-seen-cache.c: Revert.
1586 * fbsd-tdep.c: Revert.
1587 * fbsd-nat.h: Revert.
1588 * fbsd-nat.c: Revert.
1589 * f-valprint.c: Revert.
1590 * f-typeprint.c: Revert.
1591 * f-lang.c: Revert.
1592 * extension.h: Revert.
1593 * extension.c: Revert.
1594 * extension-priv.h: Revert.
1595 * expprint.c: Revert.
1596 * exec.h: Revert.
1597 * exec.c: Revert.
1598 * exceptions.c: Revert.
1599 * event-top.c: Revert.
1600 * event-loop.c: Revert.
1601 * eval.c: Revert.
1602 * elfread.c: Revert.
1603 * dwarf2read.h: Revert.
1604 * dwarf2read.c: Revert.
1605 * dwarf2loc.c: Revert.
1606 * dwarf2expr.h: Revert.
1607 * dwarf2expr.c: Revert.
1608 * dwarf2-frame.c: Revert.
1609 * dwarf2-frame-tailcall.c: Revert.
1610 * dwarf-index-write.h: Revert.
1611 * dwarf-index-write.c: Revert.
1612 * dwarf-index-common.c: Revert.
1613 * dwarf-index-cache.h: Revert.
1614 * dwarf-index-cache.c: Revert.
1615 * dummy-frame.c: Revert.
1616 * dtrace-probe.c: Revert.
1617 * disasm.h: Revert.
1618 * disasm.c: Revert.
1619 * disasm-selftests.c: Revert.
1620 * dictionary.c: Revert.
1621 * dicos-tdep.c: Revert.
1622 * demangle.c: Revert.
1623 * dcache.h: Revert.
1624 * dcache.c: Revert.
1625 * darwin-nat.h: Revert.
1626 * darwin-nat.c: Revert.
1627 * darwin-nat-info.c: Revert.
1628 * d-valprint.c: Revert.
1629 * d-namespace.c: Revert.
1630 * d-lang.c: Revert.
1631 * ctf.c: Revert.
1632 * csky-tdep.c: Revert.
1633 * csky-linux-tdep.c: Revert.
1634 * cris-tdep.c: Revert.
1635 * cris-linux-tdep.c: Revert.
1636 * cp-valprint.c: Revert.
1637 * cp-support.c: Revert.
1638 * cp-namespace.c: Revert.
1639 * cp-abi.c: Revert.
1640 * corelow.c: Revert.
1641 * corefile.c: Revert.
1642 * continuations.c: Revert.
1643 * completer.h: Revert.
1644 * completer.c: Revert.
1645 * complaints.c: Revert.
1646 * coffread.c: Revert.
1647 * coff-pe-read.c: Revert.
1648 * cli-out.h: Revert.
1649 * cli-out.c: Revert.
1650 * charset.c: Revert.
1651 * c-varobj.c: Revert.
1652 * c-valprint.c: Revert.
1653 * c-typeprint.c: Revert.
1654 * c-lang.c: Revert.
1655 * buildsym.c: Revert.
1656 * buildsym-legacy.c: Revert.
1657 * build-id.h: Revert.
1658 * build-id.c: Revert.
1659 * btrace.c: Revert.
1660 * bsd-uthread.c: Revert.
1661 * breakpoint.h: Revert.
1662 * breakpoint.c: Revert.
1663 * break-catch-throw.c: Revert.
1664 * break-catch-syscall.c: Revert.
1665 * break-catch-sig.c: Revert.
1666 * blockframe.c: Revert.
1667 * block.c: Revert.
1668 * bfin-tdep.c: Revert.
1669 * bfin-linux-tdep.c: Revert.
1670 * bfd-target.c: Revert.
1671 * bcache.c: Revert.
1672 * ax-general.c: Revert.
1673 * ax-gdb.h: Revert.
1674 * ax-gdb.c: Revert.
1675 * avr-tdep.c: Revert.
1676 * auxv.c: Revert.
1677 * auto-load.c: Revert.
1678 * arm-wince-tdep.c: Revert.
1679 * arm-tdep.c: Revert.
1680 * arm-symbian-tdep.c: Revert.
1681 * arm-pikeos-tdep.c: Revert.
1682 * arm-obsd-tdep.c: Revert.
1683 * arm-nbsd-tdep.c: Revert.
1684 * arm-nbsd-nat.c: Revert.
1685 * arm-linux-tdep.c: Revert.
1686 * arm-linux-nat.c: Revert.
1687 * arm-fbsd-tdep.c: Revert.
1688 * arm-fbsd-nat.c: Revert.
1689 * arm-bsd-tdep.c: Revert.
1690 * arch-utils.c: Revert.
1691 * arc-tdep.c: Revert.
1692 * arc-newlib-tdep.c: Revert.
1693 * annotate.h: Revert.
1694 * annotate.c: Revert.
1695 * amd64-windows-tdep.c: Revert.
1696 * amd64-windows-nat.c: Revert.
1697 * amd64-tdep.c: Revert.
1698 * amd64-sol2-tdep.c: Revert.
1699 * amd64-obsd-tdep.c: Revert.
1700 * amd64-obsd-nat.c: Revert.
1701 * amd64-nbsd-tdep.c: Revert.
1702 * amd64-nbsd-nat.c: Revert.
1703 * amd64-nat.c: Revert.
1704 * amd64-linux-tdep.c: Revert.
1705 * amd64-linux-nat.c: Revert.
1706 * amd64-fbsd-tdep.c: Revert.
1707 * amd64-fbsd-nat.c: Revert.
1708 * amd64-dicos-tdep.c: Revert.
1709 * amd64-darwin-tdep.c: Revert.
1710 * amd64-bsd-nat.c: Revert.
1711 * alpha-tdep.c: Revert.
1712 * alpha-obsd-tdep.c: Revert.
1713 * alpha-nbsd-tdep.c: Revert.
1714 * alpha-mdebug-tdep.c: Revert.
1715 * alpha-linux-tdep.c: Revert.
1716 * alpha-linux-nat.c: Revert.
1717 * alpha-bsd-tdep.c: Revert.
1718 * alpha-bsd-nat.c: Revert.
1719 * aix-thread.c: Revert.
1720 * agent.c: Revert.
1721 * addrmap.c: Revert.
1722 * ada-varobj.c: Revert.
1723 * ada-valprint.c: Revert.
1724 * ada-typeprint.c: Revert.
1725 * ada-tasks.c: Revert.
1726 * ada-lang.c: Revert.
1727 * aarch64-tdep.c: Revert.
1728 * aarch64-ravenscar-thread.c: Revert.
1729 * aarch64-newlib-tdep.c: Revert.
1730 * aarch64-linux-tdep.c: Revert.
1731 * aarch64-linux-nat.c: Revert.
1732 * aarch64-fbsd-tdep.c: Revert.
1733 * aarch64-fbsd-nat.c: Revert.
1734 * aarch32-linux-nat.c: Revert.
1735
d55e5aa6
TT
17362019-04-05 Tom Tromey <tom@tromey.com>
1737
1738 * ft32-tdep.c: Sort headers.
1739 * frv-tdep.c: Sort headers.
1740 * frv-linux-tdep.c: Sort headers.
1741 * frame.c: Sort headers.
1742 * frame-unwind.c: Sort headers.
1743 * frame-base.c: Sort headers.
1744 * fork-child.c: Sort headers.
1745 * findvar.c: Sort headers.
1746 * findcmd.c: Sort headers.
1747 * filesystem.c: Sort headers.
1748 * filename-seen-cache.h: Sort headers.
1749 * filename-seen-cache.c: Sort headers.
1750 * fbsd-tdep.c: Sort headers.
1751 * fbsd-nat.h: Sort headers.
1752 * fbsd-nat.c: Sort headers.
1753 * f-valprint.c: Sort headers.
1754 * f-typeprint.c: Sort headers.
1755 * f-lang.c: Sort headers.
1756 * extension.h: Sort headers.
1757 * extension.c: Sort headers.
1758 * extension-priv.h: Sort headers.
1759 * expprint.c: Sort headers.
1760 * exec.h: Sort headers.
1761 * exec.c: Sort headers.
1762 * exceptions.c: Sort headers.
1763 * event-top.c: Sort headers.
1764 * event-loop.c: Sort headers.
1765 * eval.c: Sort headers.
1766 * elfread.c: Sort headers.
1767 * dwarf2read.h: Sort headers.
1768 * dwarf2read.c: Sort headers.
1769 * dwarf2loc.c: Sort headers.
1770 * dwarf2expr.h: Sort headers.
1771 * dwarf2expr.c: Sort headers.
1772 * dwarf2-frame.c: Sort headers.
1773 * dwarf2-frame-tailcall.c: Sort headers.
1774 * dwarf-index-write.h: Sort headers.
1775 * dwarf-index-write.c: Sort headers.
1776 * dwarf-index-common.c: Sort headers.
1777 * dwarf-index-cache.h: Sort headers.
1778 * dwarf-index-cache.c: Sort headers.
1779 * dummy-frame.c: Sort headers.
1780 * dtrace-probe.c: Sort headers.
1781 * disasm.h: Sort headers.
1782 * disasm.c: Sort headers.
1783 * disasm-selftests.c: Sort headers.
1784 * dictionary.c: Sort headers.
1785 * dicos-tdep.c: Sort headers.
1786 * demangle.c: Sort headers.
1787 * dcache.h: Sort headers.
1788 * dcache.c: Sort headers.
1789 * darwin-nat.h: Sort headers.
1790 * darwin-nat.c: Sort headers.
1791 * darwin-nat-info.c: Sort headers.
1792 * d-valprint.c: Sort headers.
1793 * d-namespace.c: Sort headers.
1794 * d-lang.c: Sort headers.
1795 * ctf.c: Sort headers.
1796 * csky-tdep.c: Sort headers.
1797 * csky-linux-tdep.c: Sort headers.
1798 * cris-tdep.c: Sort headers.
1799 * cris-linux-tdep.c: Sort headers.
1800 * cp-valprint.c: Sort headers.
1801 * cp-support.c: Sort headers.
1802 * cp-namespace.c: Sort headers.
1803 * cp-abi.c: Sort headers.
1804 * corelow.c: Sort headers.
1805 * corefile.c: Sort headers.
1806 * continuations.c: Sort headers.
1807 * completer.h: Sort headers.
1808 * completer.c: Sort headers.
1809 * complaints.c: Sort headers.
1810 * coffread.c: Sort headers.
1811 * coff-pe-read.c: Sort headers.
1812 * cli-out.h: Sort headers.
1813 * cli-out.c: Sort headers.
1814 * charset.c: Sort headers.
1815 * c-varobj.c: Sort headers.
1816 * c-valprint.c: Sort headers.
1817 * c-typeprint.c: Sort headers.
1818 * c-lang.c: Sort headers.
1819 * buildsym.c: Sort headers.
1820 * buildsym-legacy.c: Sort headers.
1821 * build-id.h: Sort headers.
1822 * build-id.c: Sort headers.
1823 * btrace.c: Sort headers.
1824 * bsd-uthread.c: Sort headers.
1825 * breakpoint.h: Sort headers.
1826 * breakpoint.c: Sort headers.
1827 * break-catch-throw.c: Sort headers.
1828 * break-catch-syscall.c: Sort headers.
1829 * break-catch-sig.c: Sort headers.
1830 * blockframe.c: Sort headers.
1831 * block.c: Sort headers.
1832 * bfin-tdep.c: Sort headers.
1833 * bfin-linux-tdep.c: Sort headers.
1834 * bfd-target.c: Sort headers.
1835 * bcache.c: Sort headers.
1836 * ax-general.c: Sort headers.
1837 * ax-gdb.h: Sort headers.
1838 * ax-gdb.c: Sort headers.
1839 * avr-tdep.c: Sort headers.
1840 * auxv.c: Sort headers.
1841 * auto-load.c: Sort headers.
1842 * arm-wince-tdep.c: Sort headers.
1843 * arm-tdep.c: Sort headers.
1844 * arm-symbian-tdep.c: Sort headers.
1845 * arm-pikeos-tdep.c: Sort headers.
1846 * arm-obsd-tdep.c: Sort headers.
1847 * arm-nbsd-tdep.c: Sort headers.
1848 * arm-nbsd-nat.c: Sort headers.
1849 * arm-linux-tdep.c: Sort headers.
1850 * arm-linux-nat.c: Sort headers.
1851 * arm-fbsd-tdep.c: Sort headers.
1852 * arm-fbsd-nat.c: Sort headers.
1853 * arm-bsd-tdep.c: Sort headers.
1854 * arch-utils.c: Sort headers.
1855 * arc-tdep.c: Sort headers.
1856 * arc-newlib-tdep.c: Sort headers.
1857 * annotate.h: Sort headers.
1858 * annotate.c: Sort headers.
1859 * amd64-windows-tdep.c: Sort headers.
1860 * amd64-windows-nat.c: Sort headers.
1861 * amd64-tdep.c: Sort headers.
1862 * amd64-sol2-tdep.c: Sort headers.
1863 * amd64-obsd-tdep.c: Sort headers.
1864 * amd64-obsd-nat.c: Sort headers.
1865 * amd64-nbsd-tdep.c: Sort headers.
1866 * amd64-nbsd-nat.c: Sort headers.
1867 * amd64-nat.c: Sort headers.
1868 * amd64-linux-tdep.c: Sort headers.
1869 * amd64-linux-nat.c: Sort headers.
1870 * amd64-fbsd-tdep.c: Sort headers.
1871 * amd64-fbsd-nat.c: Sort headers.
1872 * amd64-dicos-tdep.c: Sort headers.
1873 * amd64-darwin-tdep.c: Sort headers.
1874 * amd64-bsd-nat.c: Sort headers.
1875 * alpha-tdep.c: Sort headers.
1876 * alpha-obsd-tdep.c: Sort headers.
1877 * alpha-nbsd-tdep.c: Sort headers.
1878 * alpha-mdebug-tdep.c: Sort headers.
1879 * alpha-linux-tdep.c: Sort headers.
1880 * alpha-linux-nat.c: Sort headers.
1881 * alpha-bsd-tdep.c: Sort headers.
1882 * alpha-bsd-nat.c: Sort headers.
1883 * aix-thread.c: Sort headers.
1884 * agent.c: Sort headers.
1885 * addrmap.c: Sort headers.
1886 * ada-varobj.c: Sort headers.
1887 * ada-valprint.c: Sort headers.
1888 * ada-typeprint.c: Sort headers.
1889 * ada-tasks.c: Sort headers.
1890 * ada-lang.c: Sort headers.
1891 * aarch64-tdep.c: Sort headers.
1892 * aarch64-ravenscar-thread.c: Sort headers.
1893 * aarch64-newlib-tdep.c: Sort headers.
1894 * aarch64-linux-tdep.c: Sort headers.
1895 * aarch64-linux-nat.c: Sort headers.
1896 * aarch64-fbsd-tdep.c: Sort headers.
1897 * aarch64-fbsd-nat.c: Sort headers.
1898 * aarch32-linux-nat.c: Sort headers.
1899
699bd4cf
TT
19002019-04-04 Tom Tromey <tom@tromey.com>
1901
1902 * varobj.c (varobj_create): Update.
1903 * rust-exp.y (struct rust_parser) <update_innermost_block,
1904 lookup_symbol>: New methods.
1905 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
1906 Rename.
1907 (rust_parser::rust_lookup_type)
1908 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
1909 * printcmd.c (display_command, do_one_display): Update.
1910 * parser-defs.h (struct parser_state) <parser_state>: Add
1911 "tracker" parameter.
1912 (block_tracker): New member.
1913 (class innermost_block_tracker) <innermost_block_tracker>: Add
1914 "types" parameter.
1915 <reset>: Remove method.
1916 (innermost_block): Don't declare.
1917 (null_post_parser): Update.
1918 * parse.c (innermost_block): Remove global.
1919 (write_dollar_variable): Update.
1920 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
1921 Remove "tracker_types" parameter.
1922 (parse_expression): Add "tracker" parameter.
1923 (parse_expression_for_completion): Update.
1924 (null_post_parser): Add "tracker" parameter.
1925 * p-exp.y: Update rules.
1926 * m2-exp.y: Update rules.
1927 * language.h (struct language_defn) <la_post_parser>: Add
1928 "tracker" parameter.
1929 * go-exp.y: Update rules.
1930 * f-exp.y: Update rules.
1931 * expression.h (parse_expression, parse_exp_1): Add "tracker"
1932 parameter.
1933 * d-exp.y: Update rules.
1934 * c-exp.y: Update rules.
1935 * breakpoint.c (set_breakpoint_condition): Create an
1936 innermost_block_tracker.
1937 (watch_command_1): Likewise.
1938 * ada-lang.c (resolve): Add "tracker" parameter.
1939 (resolve_subexp): Likewise.
1940 * ada-exp.y (write_var_from_sym): Update.
1941
dac43e32
TT
19422019-04-04 Tom Tromey <tom@tromey.com>
1943
1944 * type-stack.h: New file.
1945 * type-stack.c: New file.
1946 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
1947 type-stack.h.
1948 (insert_into_type_stack, insert_type, push_type, push_type_int)
1949 (insert_type_address_space, pop_type, pop_type_int)
1950 (pop_typelist, pop_type_stack, append_type_stack)
1951 (push_type_stack, get_type_stack, push_typelist)
1952 (follow_type_instance_flags, follow_types): Don't declare.
1953 * parse.c (type_stack): Remove global.
1954 (parse_exp_in_context): Update.
1955 (insert_into_type_stack, insert_type, push_type, push_type_int)
1956 (insert_type_address_space, pop_type, pop_type_int)
1957 (pop_typelist, pop_type_stack, append_type_stack)
1958 (push_type_stack, get_type_stack, push_typelist)
1959 (follow_type_instance_flags, follow_types): Remove (moved to
1960 type-stack.c).
1961 * f-exp.y (type_stack): New global.
1962 Update rules.
1963 (push_kind_type, f_parse): Update.
1964 * d-exp.y (type_stack): New global.
1965 Update rules.
1966 (d_parse): Update.
1967 * c-exp.y (struct c_parse_state) <type_stack>: New member.
1968 Update rules.
1969 * Makefile.in (COMMON_SFILES): Add type-stack.c.
1970 (HFILES_NO_SRCDIR): Add type-stack.h.
1971
2a612529
TT
19722019-04-04 Tom Tromey <tom@tromey.com>
1973
1974 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
1975 (rust_parser::convert_ast_to_expression, rust_parse)
1976 (rust_lex_test_completion, rust_lex_tests): Update.
1977 * parser-defs.h (struct expr_completion_state): New.
1978 (struct parser_state) <parser_state>: Add completion parameter.
1979 <mark_struct_expression, mark_completion_tag>: New methods.
1980 <parse_completion, m_completion_state>: New members.
1981 (prefixify_expression, null_post_parser): Update.
1982 (mark_struct_expression, mark_completion_tag): Don't declare.
1983 * parse.c (parse_completion, expout_last_struct)
1984 (expout_tag_completion_type, expout_completion_name): Remove
1985 globals.
1986 (parser_state::mark_struct_expression)
1987 (parser_state::mark_completion_tag): Now methods.
1988 (prefixify_expression): Add last_struct parameter.
1989 (prefixify_subexp): Likewise.
1990 (parse_exp_1): Update.
1991 (parse_exp_in_context): Add cstate parameter. Update.
1992 (parse_expression_for_completion): Create an
1993 expr_completion_state.
1994 (null_post_parser): Add "completion" parameter.
1995 * p-exp.y: Update rules.
1996 (yylex): Update.
1997 * language.h (struct language_defn) <la_post_parser>: Add
1998 "completing" parameter.
1999 * go-exp.y: Update rules.
2000 (lex_one_token): Update.
2001 * expression.h (parse_completion): Don't declare.
2002 * d-exp.y: Update rules.
2003 (lex_one_token): Update rules.
2004 * c-exp.y: Update rules.
2005 (lex_one_token): Update.
2006 * ada-lang.c (resolve): Add "parse_completion" parameter.
2007 (resolve_subexp): Likewise.
2008 (ada_resolve_function): Likewise.
2009
43476f0b
TT
20102019-04-04 Tom Tromey <tom@tromey.com>
2011
2012 * parser-defs.h (struct parser_state) <start_arglist,
2013 end_arglist>: New methods.
2014 <arglist_len, m_funcall_chain>: New members.
2015 (arglist_len, start_arglist, end_arglist): Don't declare.
2016 * parse.c (arglist_len, funcall_chain): Remove global.
2017 (start_arglist, end_arglist): Remove functions.
2018 (parse_exp_in_context): Update.
2019 * p-exp.y: Update rules.
2020 * m2-exp.y: Update rules.
2021 * go-exp.y: Update rules.
2022 * f-exp.y: Update rules.
2023 * d-exp.y: Update rules.
2024 * c-exp.y: Update rules.
2025
5776fca3
TT
20262019-04-04 Tom Tromey <tom@tromey.com>
2027
2028 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
2029 lex_operator, push_back>: New methods.
2030 Update all rules.
2031 (rust_parser::lex_hex, lex_escape): Rename and update.
2032 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
2033 (rust_parser::lex_operator): Rename and update.
2034 (rust_parser::lex_number, rustyylex, rustyyerror)
2035 (rust_lex_test_init, rust_lex_test_sequence)
2036 (rust_lex_test_push_back, rust_lex_tests): Update.
2037 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
2038 parameter.
2039 <lexptr, prev_lexptr>: New members.
2040 (lexptr, prev_lexptr): Don't declare.
2041 * parse.c (lexptr, prev_lexptr): Remove globals.
2042 (parse_exp_in_context): Update.
2043 * p-exp.y (yylex, yyerror): Update.
2044 * m2-exp.y (parse_number, yylex, yyerror): Update.
2045 * go-exp.y (lex_one_token, yyerror): Update.
2046 * f-exp.y (match_string_literal, yylex, yyerror): Update.
2047 * d-exp.y (lex_one_token, yyerror): Update.
2048 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
2049 (lex_one_token, yyerror): Update.
2050 * ada-lex.l (YY_INPUT): Update.
2051 (rewind_to_char): Update.
2052 * ada-exp.y (yyerror): Update.
2053
8621b685
TT
20542019-04-04 Tom Tromey <tom@tromey.com>
2055
2056 * rust-exp.y (rustyylex, rust_lex_tests): Update.
2057 * parser-defs.h (struct parser_state) <parser_state>: Add new
2058 parameter.
2059 <comma_terminates>: New member.
2060 (comma_terminates): Don't declare global.
2061 * parse.c (comma_terminates): Remove global.
2062 (parse_exp_in_context): Update.
2063 * p-exp.y (yylex): Update.
2064 * m2-exp.y (yylex): Update.
2065 * go-exp.y (lex_one_token): Update.
2066 * f-exp.y (yylex): Update.
2067 * d-exp.y (lex_one_token): Update.
2068 * c-exp.y (lex_one_token): Update.
2069 * ada-lex.l: Update.
2070
28aaf3fd
TT
20712019-04-04 Tom Tromey <tom@tromey.com>
2072
2073 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
2074 (rustyylex, rust_lex_test_init, rust_lex_test_one)
2075 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
2076 * parser-defs.h (paren_depth): Don't declare.
2077 * parse.c (paren_depth): Remove global.
2078 (parse_exp_in_context): Update.
2079 * p-exp.y (paren_depth): New global.
2080 (pascal_parse): Initialize it.
2081 * m2-exp.y (paren_depth): New global.
2082 (m2_parse): Initialize it.
2083 * go-exp.y (paren_depth): New global.
2084 (go_parse): Initialize it.
2085 * f-exp.y (paren_depth): New global.
2086 (f_parse): Initialize it.
2087 * d-exp.y (paren_depth): New global.
2088 (d_parse): Initialize it.
2089 * c-exp.y (paren_depth): New global.
2090 (c_parse): Initialize it.
2091 * ada-lex.l (paren_depth): New global.
2092 (lexer_init): Initialize it.
2093
1e58a4a4
TT
20942019-04-04 Tom Tromey <tom@tromey.com>
2095
2096 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
2097 (rust_parser::convert_ast_to_type)
2098 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
2099 * parser-defs.h (struct parser_state) <parser_state>: Add
2100 parameters. Initialize new members.
2101 <expression_context_block, expression_context_pc>: New members.
2102 * parse.c (expression_context_block, expression_context_pc):
2103 Remove globals.
2104 (parse_exp_in_context): Update.
2105 * p-exp.y: Update all rules.
2106 (yylex): Update.
2107 * m2-exp.y: Update all rules.
2108 (yylex): Update.
2109 * go-exp.y (yylex): Update.
2110 * f-exp.y (yylex): Update.
2111 * d-exp.y: Update all rules.
2112 (yylex): Update.
2113 * c-exp.y: Update all rules.
2114 (lex_one_token, classify_name, yylex, c_parse): Update.
2115 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
2116
37eedb39
TT
21172019-04-04 Tom Tromey <tom@tromey.com>
2118
2119 * gdbarch.h, gdbarch.c: Rebuild.
2120 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
2121 * stap-probe.h:
2122 (struct stap_parse_info): Replace "parser_state" with
2123 "expr_builder".
2124 * parser-defs.h (struct expr_builder): Rename from "parser_state".
2125 (parser_state): New class.
2126 * parse.c (expr_builder): Rename.
2127 (expr_builder::release): Rename.
2128 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
2129 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
2130 (write_exp_elt_longcst, write_exp_elt_floatcst)
2131 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
2132 (write_exp_string_vector, write_exp_bitstring)
2133 (write_exp_msymbol, mark_struct_expression)
2134 (write_dollar_variable)
2135 (insert_type_address_space, increase_expout_size): Replace
2136 "parser_state" with "expr_builder".
2137 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
2138 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
2139 "parser_state" with "expr_builder".
2140
73923d7e
TT
21412019-04-04 Tom Tromey <tom@tromey.com>
2142
2143 * rust-exp.y: Replace "parse_language" with method call.
2144 * p-exp.y:
2145 (yylex): Replace "parse_language" with method call.
2146 * m2-exp.y:
2147 (yylex): Replace "parse_language" with method call.
2148 * go-exp.y (classify_name): Replace "parse_language" with method
2149 call.
2150 * f-exp.y (yylex): Replace "parse_language" with method call.
2151 * d-exp.y (lex_one_token): Replace "parse_language" with method
2152 call.
2153 * c-exp.y:
2154 (lex_one_token, classify_name, yylex): Replace "parse_language"
2155 with method call.
2156 * ada-exp.y (find_primitive_type, type_char)
2157 (type_system_address): Replace "parse_language" with method call.
2158
fa9f5be6
TT
21592019-04-04 Tom Tromey <tom@tromey.com>
2160
2161 * rust-exp.y: Replace "parse_gdbarch" with method call.
2162 * parse.c (write_dollar_variable, insert_type_address_space):
2163 Replace "parse_gdbarch" with method call.
2164 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
2165 call.
2166 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
2167 call.
2168 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
2169 "parse_gdbarch" with method call.
2170 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
2171 with method call.
2172 * f-exp.y (parse_type, parse_f_type, yylex): Replace
2173 "parse_gdbarch" with method call.
2174 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
2175 "parse_gdbarch" with method call.
2176 * c-exp.y (parse_type, parse_number, classify_name): Replace
2177 "parse_gdbarch" with method call.
2178 * ada-lex.l: Replace "parse_gdbarch" with method call.
2179 * ada-exp.y (parse_type, find_primitive_type, type_char)
2180 (type_system_address): Replace "parse_gdbarch" with method call.
2181
1201a264
TT
21822019-04-04 Tom Tromey <tom@tromey.com>
2183
2184 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
2185 * stap-probe.c (stap_parse_argument): Update.
2186 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
2187 initial_size parameter.
2188 * rust-exp.y (rust_lex_tests): Update.
2189 * parse.c (parser_state): Update.
2190 (parse_exp_in_context): Update.
2191 * parser-defs.h (struct parser_state) <parser_state>: Remove
2192 "initial_size" parameter.
2193
e3980ce2
TT
21942019-04-04 Tom Tromey <tom@tromey.com>
2195
2196 * parser-defs.h (increase_expout_size): Don't declare.
2197 * parse.c (increase_expout_size): Now static.
2198
e9f8e3f1
TS
21992019-04-04 Thomas Schwinge <thomas@codesourcery.com>
2200
2201 * gnu-nat.c (gnu_nat_target::wait): Fix
2202 target_waitstatus_to_string call.
2203
d7df6549
AB
22042019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * eval.c (evaluate_subexp_standard): Handle internal functions
2207 during Fortran function call handling.
2208
8bdc1658
AB
22092019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * NEWS: Mention new internal functions.
2212 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
2213 (read_base_type): Use dwarf2_init_complex_target_type.
2214 * value.c (creal_internal_fn): New function.
2215 (cimag_internal_fn): New function.
2216 (_initialize_values): Register new internal functions.
2217
c29705b7
PW
22182019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2219
2220 * infrun.c (stop_all_threads): If debug_infrun, always
2221 trace the wait status after wait_one, using
2222 target_waitstatus_to_string and target_pid_to_str.
2223 (handle_inferior_event): Replace various trace of
2224 wait status kind by a single trace.
2225 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
2226 wait status kind image by target_waitstatus_to_string.
2227 * target/waitstatus.c (target_waitstatus_to_string): Fix
2228 obsolete comment.
2229
05caa1d2
TT
22302019-04-01 Tom Tromey <tromey@adacore.com>
2231
2232 PR symtab/23331:
2233 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
2234
9d1447e0
SDJ
22352019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
2236 Pedro Alves <palves@redhat.com>
2237
2238 * top.c (quit_force): Call 'finalize_values'.
2239 * value.c (finalize_values): New function.
2240 * value.h (finalize_values): Declare.
2241
7734102d
EZ
22422019-03-30 Eli Zaretskii <eliz@gnu.org>
2243
2244 * NEWS: Announce $_gdb_major and $_gdb_minor.
2245
2246 * top.c (init_gdb_version_vars): New function.
2247 (gdb_init): Call init_gdb_version_vars.
2248
188e1fa9
TT
22492019-03-29 Tom Tromey <tromey@adacore.com>
2250
2251 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
2252 help text. Remove dead code.
2253
2880242d
KS
22542019-03-29 Keith Seitz <keiths@redhat.com>
2255
2256 From Siddhesh Poyarekar:
2257 * f-lang.h (f77_get_upperbound): Return LONGEST.
2258 (f77_get_lowerbound): Likewise.
2259 * f-typeprint.c (f_type_print_varspec_suffix): Expand
2260 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
2261 print them.
2262 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
2263 plongest to format print it.
2264 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
2265 (f77_get_upperbound): Likewise.
2266 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
2267 LOWER_BOUND to LONGEST.
2268 (f77_create_arrayprint_offset_tbl): Likewise.
2269
cc1defb1
KS
22702019-03-29 Keith Seitz <keiths@redhat.com>
2271
2272 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
2273 %s/pulongest for TYPE_LENGTH instead of %d in format
2274 strings.
2275 * ada-typerint.c (ada_print_type): Likewise.
2276 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
2277 * compile/compile-c-support.c (generate_register_struct): Likewise.
2278 * gdbtypes.c (recursive_dump_type): Likewise.
2279 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
2280 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
2281 instead of %d in format strings.
2282 * riscv-tdep.c (riscv_type_alignment): Cast second argument
2283 to std::min to ULONGEST.
2284 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
2285 instead of %d in format strings.
2286 * tracepoint.c (info_scope_command): Likewise.
2287 * typeprint.c (print_offset_data::update)
2288 (print_offset_data::finish): Likewise.
2289 * xtensa-tdep.c (xtensa_store_return_value)
2290 (xtensa_push_dummy_call): Likewise.
2291
e432ccf1
JT
22922019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
2293
2294 * windows-nat.c (display_selector): Fixed format specifications
2295 for 64-bit Cygwin.
2296
65d2b333
PW
22972019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2298
2299 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
2300
f489207e
SL
23012019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2302
2303 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
2304 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
2305 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
2306 (nios2_linux_init_abi): Install it.
2307
bffa1015
AH
23082019-03-28 Alan Hayward <alan.hayward@arm.com>
2309
2310 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
2311
fc96163a
AH
23122019-03-28 Alan Hayward <alan.hayward@arm.com>
2313
2314 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
2315
20dc7e9b
PW
23162019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2317 Tom Tromey <tromey@adacore.com>
2318
2319 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
2320
7f5331a8
JB
23212019-03-26 Joel Brobecker <brobecker@adacore.com>
2322
2323 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
2324 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
2325 method to compute the bounds of range types. Also print "[evaluated]"
2326 if the bounds' values come from a dynamic evaluation.
2327
18c77628
AB
23282019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2329
2330 * cp-valprint.c (cp_print_value_fields): Don't print trailing
2331 whitespace when pretty printing is on.
2332
53c973f2
AH
23332019-03-26 Alan Hayward <alan.hayward@arm.com>
2334
2335 * ppc-linux-nat.c: Add include.
2336
d851aa71
AH
23372019-03-26 Alan Hayward <alan.hayward@arm.com>
2338
2339 * NEWS: Mention AArch64 Pointer Authentication.
2340
2fe7bab7
AH
23412019-03-26 Alan Hayward <alan.hayward@arm.com>
2342
2343 * arm-linux-nat.c: Add include.
2344
068ef30e
SM
23452019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
2346
2347 * source-cache.c (source_cache::get_source_lines): Re-read
2348 fullname after calling open_source_file.
2349
81a24d04
JB
23502019-03-25 John Baldwin <jhb@FreeBSD.org>
2351
2352 * NEWS: Mention TLS support for FreeBSD.
2353
79e7ae11
TT
23542019-03-25 Tom Tromey <tromey@adacore.com>
2355
2356 * minsyms.c (BUNCH_SIZE): Update comment.
2357 (~minimal_symbol_reader): Remove old comment.
2358 (compact_minimal_symbols): Update comment.
2359 (minimal_symbol_reader::install): Remove old comment. Update
2360 other comments.
2361
d45963c2
AH
23622019-03-25 Alan Hayward <alan.hayward@arm.com>
2363
2364 * s390-linux-nat.c: Add include.
2365
0f83012e
AH
23662019-03-25 Alan Hayward <alan.hayward@arm.com>
2367
2368 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
2369 Call linux_get_hwcap.
2370 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
2371 Likewise.
2372 (aarch64_linux_get_hwcap): Remove function.
2373 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
2374 declaration.
2375 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
2376 linux_get_hwcap.
2377 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
2378 * linux-tdep.c (linux_get_hwcap): Add function.
2379 (linux_get_hwcap2): Likewise.
2380 * linux-tdep.h (linux_get_hwcap): Add declaration.
2381 (linux_get_hwcap2): Likewise.
2382 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
2383 (ppc_linux_get_hwcap2): Likewise.
2384 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
2385 linux_get_hwcap.
2386 (ppc_linux_nat_target::insert_watchpoint): Likewise.
2387 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
2388 (ppc_linux_nat_target::read_description): Likewise.
2389 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
2390 * s390-linux-nat.c: Likewise.
2391 * s390-linux-tdep.c (s390_core_read_description): Likewise.
2392
6640a367
TT
23932019-03-24 Tom Tromey <tom@tromey.com>
2394
2395 * ada-lang.c (standard_lookup): Simplify initialization.
2396 (ada_lookup_symbol_nonlocal): Simplify return.
2397 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
2398 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
2399 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
2400 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
2401 initialization.
2402 * solib.c (solib_global_lookup): Simplify.
2403 * symtab.c (null_block_symbol): Remove.
2404 (symbol_cache_lookup): Simplify returns.
2405 (lookup_language_this): Simplify returns.
2406 (lookup_symbol_aux): Simplify return.
2407 (lookup_local_symbol): Simplify returns.
2408 (lookup_global_symbol_from_objfile): Simplify return.
2409 (lookup_symbol_in_objfile_symtabs)
2410 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
2411 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
2412 (lookup_static_symbol, lookup_global_symbol): Simplify return.
2413 * cp-namespace.c (cp_lookup_bare_symbol)
2414 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
2415 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
2416 (cp_lookup_nested_symbol): Don't use null_block_symbol.
2417 (cp_lookup_symbol_via_imports): Simplify initialization.
2418 (find_symbol_in_baseclass): Likewise.
2419 * symtab.h (null_block_symbol): Remove.
2420 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
2421 (d_lookup_nested_symbol, d_lookup_symbol_imports)
2422 (d_lookup_symbol_module): Likewise.
2423 (find_symbol_in_baseclass): Simplify initialization.
2424
a930ebcd
TT
24252019-03-24 Tom Tromey <tom@tromey.com>
2426
2427 * expression.h: Don't include symtab.h.
2428 (struct block): Forward declare.
2429
582942f4
TT
24302019-03-24 Tom Tromey <tom@tromey.com>
2431
2432 * c-exp.y (typebase): Remove casts.
2433 * gdbtypes.c (lookup_unsigned_typename, )
2434 (lookup_signed_typename): Remove cast.
2435 * eval.c (parse_to_comma_and_eval): Remove cast.
2436 * parse.c (write_dollar_variable): Remove cast.
2437 * block.h (struct block) <superblock>: Now const.
2438 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
2439 * psymtab.c (psym_map_matching_symbols): Make "block" const.
2440 (map_block): Make "block" const.
2441 * symfile.h (struct quick_symbol_functions)
2442 <map_matching_symbols>: Constify block argument to "callback".
2443 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
2444 const.
2445 (find_pc_sect_compunit_symtab): Make "b" const.
2446 (find_symbol_at_address): Likewise.
2447 (search_symbols): Likewise.
2448 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
2449 (dw2_debug_names_lookup_symbol): Likewise.
2450 (dw2_map_matching_symbols): Update.
2451 * p-valprint.c (pascal_val_print): Remove "block".
2452 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
2453 (aux_add_nonlocal_symbols): Make "block" const.
2454 (resolve_subexp): Remove cast.
2455 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
2456 const.
2457 (iterate_over_file_blocks): Likewise.
2458 * f-exp.y (%union) <bval>: Remove.
2459 * coffread.c (patch_opaque_types): Make "b" const.
2460 * spu-tdep.c (spu_catch_start): Make "block" const.
2461 * c-valprint.c (print_unpacked_pointer): Remove "block".
2462 * symmisc.c (dump_symtab_1): Make "b" const.
2463 (block_depth): Make "block" const.
2464 * d-exp.y (%union) <bval>: Remove.
2465 * cp-support.h (cp_lookup_rtti_type): Update.
2466 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
2467 * psymtab.c (psym_lookup_symbol): Make "block" const.
2468 (maintenance_check_psymtabs): Make "b" const.
2469 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
2470 (enumerate_locals, enumerate_args): Update.
2471 * python/py-symtab.c (stpy_global_block): Make "block" const.
2472 (stpy_static_block): Likewise.
2473 * inline-frame.c (block_starting_point_at): Make "new_block"
2474 const.
2475 * block.c (find_block_in_blockvector): Make return type const.
2476 (blockvector_for_pc_sect): Make "b" const.
2477 (find_block_in_blockvector): Make "b" const.
2478
7ad417dd
TT
24792019-03-23 Tom Tromey <tom@tromey.com>
2480
2481 * varobj.c (varobj_create): Update.
2482 * symfile.c (clear_symtab_users): Don't reset innermost_block.
2483 * printcmd.c (display_command, do_one_display): Don't reset
2484 innermost_block.
2485 * parser-defs.h (enum innermost_block_tracker_type): Move to
2486 expression.h.
2487 (innermost_block): Update comment.
2488 * parse.c (parse_exp_1): Add tracker_types parameter.
2489 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
2490 tracker_types parameter. Reset innermost_block.
2491 (parse_exp_in_context): Remove.
2492 (parse_expression_for_completion): Update.
2493 * objfiles.c (~objfile): Don't reset expression_context_block or
2494 innermost_block.
2495 * expression.h (enum innermost_block_tracker_type): Move from
2496 parser-defs.h.
2497 (parse_exp_1): Add tracker_types parameter.
2498 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
2499 reset innermost_block.
2500
b366c208
TT
25012019-03-23 Tom Tromey <tom@tromey.com>
2502
2503 * objfiles.h: Include bcache.h.
2504
9bb9b2f9
TT
25052019-03-23 Tom Tromey <tom@tromey.com>
2506
2507 * linespec.c (get_current_search_block): Use
2508 scoped_restore_current_language.
2509 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
2510
59c28372
AH
25112019-03-22 Alan Hayward <alan.hayward@arm.com>
2512 Jiong Wang <jiong.wang@arm.com>
2513
2514 * aarch64-linux-tdep.c
2515 (aarch64_linux_iterate_over_regset_sections): Check for pauth
2516 section.
2517 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
2518
17e116a7
AH
25192019-03-22 Alan Hayward <alan.hayward@arm.com>
2520 Jiong Wang <jiong.wang@arm.com>
2521
2522 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
2523 instructions.
2524 (aarch64_analyze_prologue_test): Add PACIASP test.
2525 (aarch64_prologue_prev_register): Unmask PC value.
2526
11e1b75f
AH
25272019-03-22 Alan Hayward <alan.hayward@arm.com>
2528 Jiong Wang <jiong.wang@arm.com>
2529
2530 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
2531 (aarch64_dwarf2_prev_register): Unmask PC value.
2532 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
2533 (aarch64_execute_dwarf_cfa_vendor_op): Check for
2534 DW_CFA_AARCH64_negate_ra_state.
2535 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
2536
34dcc7cf
AH
25372019-03-22 Alan Hayward <alan.hayward@arm.com>
2538 Jiong Wang <jiong.wang@arm.com>
2539
2540 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
2541 registers.
2542 (aarch64_pseudo_register_name): Likewise.
2543 (aarch64_pseudo_register_type): Likewise.
2544 (aarch64_pseudo_register_reggroup_p): Likewise.
2545 (aarch64_gdbarch_init): Add pauth registers.
2546 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
2547 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
2548 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
2549 (struct gdbarch_tdep): Add regnum for ra_state.
2550
1ef53e6b
AH
25512019-03-22 Alan Hayward <alan.hayward@arm.com>
2552 Jiong Wang <jiong.wang@arm.com>
2553
2554 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
2555
76bed0fd
AH
25562019-03-22 Alan Hayward <alan.hayward@arm.com>
2557 Jiong Wang <jiong.wang@arm.com>
2558
2559 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
2560 function.
2561 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
2562 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
2563 (aarch64_gdbarch_init): Add puth registers.
2564 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
2565 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
2566 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
2567
ee4fbcfa
AH
25682019-03-22 Alan Hayward <alan.hayward@arm.com>
2569 Jiong Wang <jiong.wang@arm.com>
2570
2571 * aarch64-linux-nat.c
2572 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
2573 * aarch64-linux-tdep.c
2574 (aarch64_linux_core_read_description): Likewise.
2575 (aarch64_linux_get_hwcap): New function.
2576 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
2577 (aarch64_linux_get_hwcap): New declaration.
2578
6dc0ebde
AH
25792019-03-22 Alan Hayward <alan.hayward@arm.com>
2580 Jiong Wang <jiong.wang@arm.com>
2581
2582 * aarch64-linux-nat.c
2583 (aarch64_linux_nat_target::read_description): Add pauth param.
2584 * aarch64-linux-tdep.c
2585 (aarch64_linux_core_read_description): Likewise.
2586 * aarch64-tdep.c (struct target_desc): Add in pauth.
2587 (aarch64_read_description): Add pauth param.
2588 (aarch64_gdbarch_init): Likewise.
2589 * aarch64-tdep.h (aarch64_read_description): Likewise.
2590 * arch/aarch64.c (aarch64_create_target_description): Likewise.
2591 * arch/aarch64.h (aarch64_create_target_description): Likewise.
2592 * features/Makefile: Add new files.
2593 * features/aarch64-pauth.c: New file.
2594 * features/aarch64-pauth.xml: New file.
2595
595915c1
TT
25962019-03-20 Tom Tromey <tromey@adacore.com>
2597
2598 * infrun.c (handle_inferior_event): Rename from
2599 handle_inferior_event_1. Create a scoped_value_mark.
2600 (handle_inferior_event): Remove.
2601
4c7d57e7
TT
26022019-03-19 Tom Tromey <tromey@adacore.com>
2603
2604 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
2605 * infrun.h (print_stop_event): Add "displays" parameter.
2606 * infrun.c (print_stop_event): Add "displays" parameter.
2607
cb246234
PA
26082019-03-19 Pedro Alves <palves@redhat.com>
2609
2610 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
2611 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
2612 to -1. Fix TABs vs spaces.
2613 (tui_ui_out::tui_ui_out): Don't initialize fields here.
2614 * tui/tui-out.h (tui_ui_out) Add intro comments.
2615 <m_line, m_start_of_line>: In-class initialize, and add describing
2616 comment.
2617
3a0e45b2
AH
26182019-03-18 Alan Hayward <alan.hayward@arm.com>
2619
2620 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
2621 variable names.
2622 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
2623
5371b850
PA
26242019-03-18 Pedro Alves <palves@redhat.com>
2625 Eli Zaretskii <eliz@gnu.org>
2626
2627 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
2628 m_line and m_start_of_line.
2629
b17c4cd0
EZ
26302019-03-18 Eli Zaretskii <eliz@gnu.org>
2631
2632 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
2633 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
2634 it returns a newline. This fixes a regression in TU mode, whereby
2635 the next line is output on the same screen line as the user input.
2636
4bd56d18
TT
26372019-03-18 Tom Tromey <tromey@adacore.com>
2638
2639 * minsyms.c (minimal_symbol_reader::install): Remove call to
2640 obstack_blank.
2641
55c10aca
PA
26422019-03-18 Pedro Alves <palves@redhat.com>
2643
2644 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
2645 New globals.
2646 (apply_style): New, factored out from ...
2647 (apply_ansi_escape): ... this. Handle reverse video mode.
2648 (tui_set_reverse_mode): New function.
2649 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
2650 * tui/tui-winsource.c (tui_show_source_line): Use
2651 tui_set_reverse_mode instead of setting A_STANDOUT.
2652 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
2653 New setter methods.
2654
647bb750
HD
26552019-03-18 Hannes Domani <ssbssa@yahoo.de>
2656
2657 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
2658 Handle tabs.
2659
bff8c71f
TT
26602019-03-18 Tom Tromey <tromey@adacore.com>
2661
2662 * ada-lang.c (empty_array): Add "high" parameter.
2663 (ada_evaluate_subexp): Update.
2664
58785d98
ST
26652019-03-17 Sergei Trofimovich <siarheit@google.com>
2666
2667 * unittests/string_view-selftests.c: Define
2668 _initialize_string_view_selftests unconditionally.
2669
d4cbef22
ВМ
26702019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
2671
2672 PR gdb/24350
2673 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
2674
fce4c071
ВМ
26752019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
2676
2677 PR gdb/24351
2678 * windows-nat.c (display_selector): Fix format specifiers.
2679
f7f0a123
EZ
26802019-03-17 Eli Zaretskii <eliz@gnu.org>
2681
2682 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
2683 tui_refill_source_window instead of tui_refresh_win, to update the
2684 current execution line. This fixes redisplay of the current line
2685 when stepping through the code with "next" or "step".
2686
ab42892f
EZ
26872019-03-16 Eli Zaretskii <eliz@gnu.org>
2688
2689 * source-cache.c (source_cache::get_source_lines): Call
2690 find_source_lines to initialize s->nlines. This fixes vertical
2691 scrolling of TUI source window when the DOWN arrow is pressed.
2692
8d8c087f
PW
26932019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2694
2695 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
2696 linux-thread-db.c (_initialize_thread_db): Likewise.
2697
798e1c30
EZ
26982019-03-16 Eli Zaretskii <eliz@gnu.org>
2699
2700 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
2701 wclrtoeol in tui_show_source_line". This reverts changes made in
2702 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
2703
eefba3da
TT
27042019-03-15 Tom Tromey <tom@tromey.com>
2705
2706 * symtab.h (struct minimal_symbol): Derive from
2707 general_symbol_info.
2708 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
2709 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
2710 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
2711 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
2712 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
2713 (MSYMBOL_SEARCH_NAME): Update.
2714 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
2715 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
2716 * minsyms.c (minimal_symbol_reader::record_full): Update.
2717
0de2420c
TT
27182019-03-15 Tom Tromey <tom@tromey.com>
2719
2720 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
2721
042d75e4
TT
27222019-03-15 Tom Tromey <tom@tromey.com>
2723
2724 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
2725 unique_xmalloc_ptr.
2726 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
2727 Update.
2728 * minsyms.c (lookup_minimal_symbol_by_pc_section)
2729 (build_minimal_symbol_hash_tables)
2730 (minimal_symbol_reader::install): Update.
2731
db92718b
TT
27322019-03-15 Tom Tromey <tom@tromey.com>
2733
2734 * symtab.c (create_demangled_names_hash): Update.
2735 (symbol_set_names): Update.
2736 * objfiles.h (struct objfile_per_bfd_storage)
2737 <demangled_names_hash>: Now an htab_up.
2738 * objfiles.c (objfile_per_bfd_storage): Simplify.
2739
d6797f46
TT
27402019-03-15 Tom Tromey <tom@tromey.com>
2741
2742 * objfiles.h (struct objfile_per_bfd_storage): Declare
2743 destructor.
2744 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
2745 New.
2746 (get_objfile_bfd_data): Use new. Don't initialize
2747 language_of_main.
2748 (free_objfile_per_bfd_storage): Remove.
2749 (objfile_bfd_data_free, objfile::~objfile): Use delete.
2750
741d7538
TT
27512019-03-15 Tom Tromey <tom@tromey.com>
2752
2753 * symfile.c (reread_symbols): Update.
2754 * objfiles.c (objfile::objfile): Update.
2755 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
2756 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
2757 comment.
2758 (minimal_symbol_reader::install): Update.
2759 (terminate_minimal_symbol_table): Remove.
2760 * jit.c (jit_object_close_impl): Update.
2761
788c80d1
TT
27622019-03-15 Tom Tromey <tom@tromey.com>
2763
2764 * minsyms.c (minimal_symbol_reader::record_full): Remove some
2765 initializations.
2766
1b7a07cb
TT
27672019-03-15 Tom Tromey <tom@tromey.com>
2768
2769 * objfiles.h (struct objfile_per_bfd_storage)
2770 <demangled_hash_languages>: Now a bitset.
2771 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
2772 (lookup_minimal_symbol): Update.
2773
3db066bc
TT
27742019-03-15 Tom Tromey <tom@tromey.com>
2775
2776 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
2777 Don't return the symbol.
2778 * coffread.c (record_minimal_symbol): Use record_full.
2779
3fff2c37
EZ
27802019-03-14 Eli Zaretskii <eliz@gnu.org>
2781
2782 The MS-Windows port of ncurses fails to switch to a color pair if
2783 one or both of the colors are the implicit default colors. This
2784 change records the default colors when TUI is initialized, and
2785 then specifies them explicitly when a color pair uses the default
2786 colors. This allows color styling in TUI mode on MS-Windows.
2787
2788 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
2789 ncurses_norm_attr.
2790 (tui_initialize_io) [__MINGW32__]: Record the default terminal
2791 colors in ncurses_norm_attr.
2792 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
2793 "none", replace it with the default color recorded in
2794 ncurses_norm_attr.
2795
3b336828
TT
27962019-03-14 Tom Tromey <tromey@adacore.com>
2797
2798 * source-cache.h (class source_cache) <get_source_lines>: Return
2799 std::string.
2800 * source-cache.c (source_cache::extract_lines): Handle case where
2801 first_pos==npos. Return std::string.
2802 (source_cache::get_source_lines): Update.
2803
d085f989
TT
28042019-03-14 Tom Tromey <tromey@adacore.com>
2805
2806 * NEWS: Add item for "style sources" commands.
2807 * source-cache.c (source_cache::get_source_lines): Check
2808 source_styling.
2809 * cli/cli-style.c (source_styling): New global.
2810 (_initialize_cli_style): Add "style sources" commands.
2811 (show_style_sources): New function.
2812 * cli/cli-style.h (source_styling): Declare.
2813
6f11e682
TT
28142019-03-14 Pedro Alves <palves@redhat.com>
2815 Tom Tromey <tromey@adacore.com>
2816
2817 * tui/tui-winsource.h (tui_refill_source_window): Declare.
2818 * tui/tui-winsource.c (tui_refill_source_window): New function,
2819 from...
2820 (tui_horizontal_source_scroll): ... here. Move some logic.
2821 * cli/cli-style.c (set_style_enabled): Notify new observable.
2822 * tui/tui-hooks.c (tui_redisplay_source): New function.
2823 (tui_attach_detach_observers): Attach or detach
2824 tui_redisplay_source.
2825 * observable.h (source_styling_changed): New observable.
2826 * observable.c: Define source_styling_changed observable.
2827
a068643d
TT
28282019-03-13 Tom Tromey <tromey@adacore.com>
2829
2830 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
2831 (i386_gnu_nat_target::store_registers): Update.
2832 * target-debug.h (target_debug_print_std_string): New macro.
2833 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
2834 * windows-tdep.c (display_one_tib): Update.
2835 * tui/tui-stack.c (tui_make_status_line): Update.
2836 * top.c (print_inferior_quit_action): Update.
2837 * thread.c (thr_try_catch_cmd): Update.
2838 (add_thread_with_info): Update.
2839 (thread_target_id_str): Update.
2840 (thr_try_catch_cmd): Update.
2841 (thread_command): Update.
2842 (thread_find_command): Update.
2843 * record-btrace.c (record_btrace_target::info_record)
2844 (record_btrace_resume_thread, record_btrace_target::resume)
2845 (record_btrace_cancel_resume, record_btrace_step_thread)
2846 (record_btrace_target::wait, record_btrace_target::wait)
2847 (record_btrace_target::wait, record_btrace_target::stop): Update.
2848 * progspace.c (print_program_space): Update.
2849 * process-stratum-target.c
2850 (process_stratum_target::thread_address_space): Update.
2851 * linux-fork.c (linux_fork_mourn_inferior)
2852 (detach_checkpoint_command, info_checkpoints_command)
2853 (linux_fork_context): Update.
2854 (linux_fork_detach): Update.
2855 (class scoped_switch_fork_info): Update.
2856 (delete_checkpoint_command): Update.
2857 * infrun.c (follow_fork_inferior): Update.
2858 (follow_fork_inferior): Update.
2859 (proceed_after_vfork_done): Update.
2860 (handle_vfork_child_exec_or_exit): Update.
2861 (follow_exec): Update.
2862 (displaced_step_prepare_throw): Update.
2863 (displaced_step_restore): Update.
2864 (start_step_over): Update.
2865 (resume_1): Update.
2866 (clear_proceed_status_thread): Update.
2867 (proceed): Update.
2868 (print_target_wait_results): Update.
2869 (do_target_wait): Update.
2870 (context_switch): Update.
2871 (stop_all_threads): Update.
2872 (restart_threads): Update.
2873 (finish_step_over): Update.
2874 (handle_signal_stop): Update.
2875 (switch_back_to_stepped_thread): Update.
2876 (keep_going_pass_signal): Update.
2877 (print_exited_reason): Update.
2878 (normal_stop): Update.
2879 * inferior.c (inferior_pid_to_str): Change return type.
2880 (print_selected_inferior): Update.
2881 (add_inferior): Update.
2882 (detach_inferior): Update.
2883 * dummy-frame.c (fprint_dummy_frames): Update.
2884 * dcache.c (dcache_info_1): Update.
2885 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
2886 (btrace_fetch, btrace_clear): Update.
2887 * linux-tdep.c (linux_core_pid_to_str): Change return type.
2888 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
2889 type.
2890 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
2891 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
2892 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
2893 * gdbarch.c, gdbarch.h: Rebuild.
2894 * gdbarch.sh (core_pid_to_str): Change return type.
2895 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
2896 return type.
2897 (windows_nat_target::pid_to_str): Change return type.
2898 (windows_delete_thread): Update.
2899 (windows_nat_target::attach): Update.
2900 (windows_nat_target::files_info): Update.
2901 * target-delegates.c: Rebuild.
2902 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
2903 return type.
2904 (sol_thread_target::pid_to_str): Change return type.
2905 * remote.c (class remote_target) <pid_to_str>: Change return
2906 type.
2907 (remote_target::pid_to_str): Change return type.
2908 (extended_remote_target::attach, remote_target::remote_stop_ns)
2909 (remote_target::remote_notif_remove_queued_reply)
2910 (remote_target::push_stop_reply, remote_target::disable_btrace):
2911 Update.
2912 (extended_remote_target::attach): Update.
2913 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
2914 type.
2915 (gdbsim_target::pid_to_str): Change return type.
2916 * ravenscar-thread.c (struct ravenscar_thread_target)
2917 <pid_to_str>: Change return type.
2918 (ravenscar_thread_target::pid_to_str): Change return type.
2919 * procfs.c (class procfs_target) <pid_to_str>: Change return
2920 type.
2921 (procfs_target::pid_to_str): Change return type.
2922 (procfs_target::attach): Update.
2923 (procfs_target::detach): Update.
2924 (procfs_target::fetch_registers): Update.
2925 (procfs_target::store_registers): Update.
2926 (procfs_target::wait): Update.
2927 (procfs_target::files_info): Update.
2928 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
2929 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
2930 return type.
2931 (nto_procfs_target::pid_to_str): Change return type.
2932 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
2933 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
2934 return type.
2935 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
2936 (exit_lwp): Update.
2937 (attach_proc_task_lwp_callback, get_detach_signal)
2938 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
2939 (linux_nat_target::resume, wait_lwp, stop_callback)
2940 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
2941 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
2942 (linux_nat_wait_1, resume_stopped_resumed_lwps)
2943 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
2944 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
2945 type.
2946 (inf_ptrace_target::attach): Update.
2947 (inf_ptrace_target::files_info): Update.
2948 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
2949 type.
2950 (go32_nat_target::pid_to_str): Change return type.
2951 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
2952 (gnu_nat_target::wait): Update.
2953 (gnu_nat_target::wait): Update.
2954 (gnu_nat_target::resume): Update.
2955 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
2956 (fbsd_nat_target::wait): Update.
2957 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
2958 type.
2959 (darwin_nat_target::attach): Update.
2960 * corelow.c (class core_target) <pid_to_str>: Change return type.
2961 (core_target::pid_to_str): Change return type.
2962 * target.c (normal_pid_to_str): Change return type.
2963 (default_pid_to_str): Likewise.
2964 (target_pid_to_str): Change return type.
2965 (target_translate_tls_address): Update.
2966 (target_announce_detach): Update.
2967 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
2968 return type.
2969 (bsd_uthread_target::pid_to_str): Change return type.
2970 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
2971 type.
2972 (bsd_kvm_target::pid_to_str): Change return type.
2973 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
2974 return type.
2975 (aix_thread_target::pid_to_str): Change return type.
2976 * target.h (struct target_ops) <pid_to_str>: Change return type.
2977 (target_pid_to_str, normal_pid_to_str): Likewise.
2978 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
2979 type.
2980 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
2981 type.
2982 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
2983 return type.
2984 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
2985 type.
2986 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
2987 type.
2988 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
2989 return type.
2990
b4be1b06
SM
29912019-03-13 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * NEWS: Mention that the new default MI version is 3. Mention
2994 changes to the output of commands and events that deal with
2995 multi-location breakpoints.
2996 * breakpoint.c: Include "mi/mi-out.h".
2997 (print_one_breakpoint): Change output syntax if using MI version
2998 >= 3.
2999 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
3000 New.
3001 (mi_multi_location_breakpoint_output_fixed): New.
3002 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
3003 (mi_cmd_fix_multi_location_breakpoint_output): New.
3004 (mi_multi_location_breakpoint_output_fixed): New.
3005 * mi/mi-cmds.c (mi_cmds): Register command
3006 -fix-multi-location-breakpoint-output.
3007 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
3008 interpreter "mi".
3009
8e5e5494
SM
30102019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
3011
3012 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
3013 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
3014 instantiate mi_ui_out based on interpreter name.
3015 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
3016 * mi/mi-main.c (mi_load_progress): Likewise.
3017
197df35e
JB
30182019-03-12 John Baldwin <jhb@FreeBSD.org>
3019
3020 * NEWS: Combine separate "New targets" sections for 8.3.
3021
8399425f
JB
30222019-03-12 John Baldwin <jhb@FreeBSD.org>
3023
3024 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
3025 (ppcfbsd_init_abi): Install gdbarch
3026 "fetch_tls_load_module_address" and "get_thread_local_address"
3027 methods.
3028
b0f87ed0
JB
30292019-03-12 John Baldwin <jhb@FreeBSD.org>
3030
3031 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
3032 (riscv_fbsd_init_abi): Install gdbarch
3033 "fetch_tls_load_module_address" and "get_thread_local_address"
3034 methods.
3035
ce25aa57
JB
30362019-03-12 John Baldwin <jhb@FreeBSD.org>
3037
3038 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
3039 (i386fbsd_init_abi): Install gdbarch
3040 "fetch_tls_load_module_address" and "get_thread_local_address"
3041 methods.
3042
f5424cfa
JB
30432019-03-12 John Baldwin <jhb@FreeBSD.org>
3044
3045 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
3046 (amd64fbsd_init_abi): Install gdbarch
3047 "fetch_tls_load_module_address" and "get_thread_local_address"
3048 methods.
3049
945f3901
JB
30502019-03-12 John Baldwin <jhb@FreeBSD.org>
3051
3052 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
3053 (struct fbsd_pspace_data): New type.
3054 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
3055 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
3056 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
3057 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
3058 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
3059
ef0bd204
JB
30602019-03-12 John Baldwin <jhb@FreeBSD.org>
3061
3062 * gdbtypes.c (lookup_struct_elt): New function.
3063 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
3064 * gdbtypes.h (struct struct_elt): New type.
3065 (lookup_struct_elt): New prototype.
3066
36c53a02
JB
30672019-03-12 John Baldwin <jhb@FreeBSD.org>
3068
3069 * gdbtypes.c (lookup_struct_elt_type): Update comment and
3070 remove disabled code block.
3071
6e056c81
JB
30722019-03-12 John Baldwin <jhb@FreeBSD.org>
3073
3074 * gdbarch.sh (get_thread_local_address): New method.
3075 * gdbarch.h, gdbarch.c: Regenerate.
3076 * target.c (target_translate_tls_address): Use
3077 gdbarch_get_thread_local_address if present instead of
3078 target::get_thread_local_address.
3079
cd250a18
JB
30802019-03-12 John Baldwin <jhb@FreeBSD.org>
3081
3082 * target.h (target::get_thread_local_address): Update comment.
3083
df22c1e5
JB
30842019-03-12 John Baldwin <jhb@FreeBSD.org>
3085
3086 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
3087 objfile->separate_debug_objfile_backlink if not NULL.
3088
dd6876c9
JB
30892019-03-12 John Baldwin <jhb@FreeBSD.org>
3090
3091 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
3092 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
3093 (amd64bsd_store_inferior_registers): Likewise.
3094 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
3095 Enable segment base registers.
3096 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
3097 PT_GETFSBASE and PT_GETGSBASE.
3098 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
3099 PT_SETGSBASE.
3100 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
3101 segment base registers.
3102 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
3103
1163a4b7
JB
31042019-03-12 John Baldwin <jhb@FreeBSD.org>
3105
3106 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
3107 Update calls to i386_target_description to add 'segments'
3108 parameter.
3109 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
3110 add segment base registers.
3111 * arch/i386.c (i386_create_target_description): Add 'segments'
3112 parameter to enable segment base registers.
3113 * arch/i386.h (i386_create_target_description): Likewise.
3114 * features/i386/32bit-segments.xml: New file.
3115 * features/i386/32bit-segments.c: Generate.
3116 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
3117 call to i386_target_description to add 'segments' parameter.
3118 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
3119 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
3120 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
3121 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
3122 if feature is present.
3123 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
3124 Add 'segments' parameter to call to i386_target_description.
3125 (i386_target_description): Add 'segments' parameter to enable
3126 segment base registers.
3127 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
3128 to call to i386_target_description.
3129 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
3130 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
3131 Define I386_NUM_REGS.
3132 (i386_target_description): Add 'segments' parameter to enable
3133 segment base registers.
3134
3a350822
EZ
31352019-03-12 Eli Zaretskii <eliz@gnu.org>
3136
3137 PR/24325
3138 * source-cache.c: #undef open and close, to avoid unresolved
3139 externals during linking.
3140
ffdd69cf
TT
31412019-03-12 Tom Tromey <tromey@adacore.com>
3142
3143 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
3144 const. Add initializers.
3145 (_initialize_remote): Don't initialize ptid globals.
3146
ec148c57
PA
31472019-03-12 Pedro Alves <palves@redhat.com>
3148
3149 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
3150
32764270
PA
31512019-03-12 Pedro Alves <palves@redhat.com>
3152
3153 * cp-name-parser.y (main): Remove unused 'len' variable.
3154
17547186
TT
31552019-03-12 Tom Tromey <tromey@adacore.com>
3156
3157 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
3158 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
3159
d3a70e03
TT
31602019-03-12 Tom Tromey <tromey@adacore.com>
3161
3162 * linux-nat.c (iterate_over_lwps): Update.
3163 (stop_callback): Remove parameter.
3164 (stop_wait_callback, detach_callback, resume_set_callback)
3165 (select_singlestep_lwp_callback, set_ignore_sigint)
3166 (status_callback, resumed_callback, resume_clear_callback)
3167 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
3168 data parameter.
3169 (linux_nat_target::detach, linux_nat_target::resume)
3170 (linux_stop_and_wait_all_lwps, select_event_lwp)
3171 (linux_nat_filter_event, linux_nat_wait_1)
3172 (linux_nat_target::kill, linux_nat_target::stop)
3173 (linux_nat_target::stop): Update.
3174 (linux_nat_resume_callback): Change type.
3175 (resume_stopped_resumed_lwps, count_events_callback)
3176 (select_event_lwp_callback): Likewise.
3177 (linux_stop_lwp, linux_nat_stop_lwp): Update.
3178 * arm-linux-nat.c (struct update_registers_data): Remove.
3179 (update_registers_callback): Change type.
3180 (arm_linux_insert_hw_breakpoint1): Update.
3181 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
3182 parameter.
3183 (x86_linux_dr_set_addr): Update.
3184 (x86_linux_dr_set_control): Update.
3185 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
3186 (iterate_over_lwps): Use gdb::function_view.
3187 * nat/aarch64-linux-hw-point.c (struct
3188 aarch64_dr_update_callback_param): Remove.
3189 (debug_reg_change_callback): Change type.
3190 (aarch64_notify_debug_reg_change): Update.
3191 * s390-linux-nat.c (s390_refresh_per_info): Update.
3192
82cb27ff
TT
31932019-03-11 Tom Tromey <tromey@adacore.com>
3194
3195 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
3196 redundant assignment to "this_cu".
3197
568c0683
SM
31982019-03-08 Simon Marchi <simon.marchi@efficios.com>
3199
3200 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
3201
f09ce22d
SM
32022019-03-08 Simon Marchi <simon.marchi@efficios.com>
3203
3204 * gdbtypes.c (rank_one_type_parm_set): New function extracted
3205 from...
3206 (rank_one_type): ... this.
3207
595f96a9
SM
32082019-03-08 Simon Marchi <simon.marchi@efficios.com>
3209
3210 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
3211 from...
3212 (rank_one_type): ... this.
3213
2598a94b
SM
32142019-03-08 Simon Marchi <simon.marchi@efficios.com>
3215
3216 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
3217 from...
3218 (rank_one_type): ... this.
3219
7f17b20d
SM
32202019-03-08 Simon Marchi <simon.marchi@efficios.com>
3221
3222 * gdbtypes.c (rank_one_type_parm_float): New function extracted
3223 from...
3224 (rank_one_type): ... this.
3225
2c509035
SM
32262019-03-08 Simon Marchi <simon.marchi@efficios.com>
3227
3228 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
3229 from...
3230 (rank_one_type): ... this.
3231
0dd322dc
SM
32322019-03-08 Simon Marchi <simon.marchi@efficios.com>
3233
3234 * gdbtypes.c (rank_one_type_parm_range): New function extracted
3235 from...
3236 (rank_one_type): ... this.
3237
41ea4728
SM
32382019-03-08 Simon Marchi <simon.marchi@efficios.com>
3239
3240 * gdbtypes.c (rank_one_type_parm_char): New function extracted
3241 from...
3242 (rank_one_type): ... this.
3243
793cd1d2
SM
32442019-03-08 Simon Marchi <simon.marchi@efficios.com>
3245
3246 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
3247 from...
3248 (rank_one_type): ... this.
3249
34910087
SM
32502019-03-08 Simon Marchi <simon.marchi@efficios.com>
3251
3252 * gdbtypes.c (rank_one_type_parm_int): New function extracted
3253 from...
3254 (rank_one_type): ... this.
3255
f1f832d6
SM
32562019-03-08 Simon Marchi <simon.marchi@efficios.com>
3257
3258 * gdbtypes.c (rank_one_type_parm_func): New function extracted
3259 from...
3260 (rank_one_type): ... this.
3261
b9f4512f
SM
32622019-03-08 Simon Marchi <simon.marchi@efficios.com>
3263
3264 * gdbtypes.c (rank_one_type_parm_array): New function extracted
3265 from...
3266 (rank_one_type): ... this.
3267
9293fc63
SM
32682019-03-08 Simon Marchi <simon.marchi@efficios.com>
3269
3270 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
3271 from...
3272 (rank_one_type): ... this.
3273
e3abbe7e
PW
32742019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3275
3276 * inferior.c (initialize_inferiors): Ensure 'help set/show print
3277 inferior-events' shows the example events.
3278
e4adb939
EZ
32792019-03-08 Eli Zaretskii <eliz@gnu.org>
3280
3281 Support styling on native MS-Windows console
3282
3283 PR/24315
3284 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
3285 on MS-Windows if $TERM is not defined.
3286
3287 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
3288
3289 * posix-hdep.c (gdb_console_fputs):
3290 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
3291 functions.
3292 * ui-file.h (gdb_console_fputs): Add prototype.
3293
3294 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
3295 back to fputs only if the former returns zero.
3296
25629dfd
TT
32972019-03-07 Tom Tromey <tom@tromey.com>
3298
3299 * symmisc.c (print_symbol_bcache_statistics): Update.
3300 (print_objfile_statistics): Update.
3301 * symfile.c (allocate_symtab): Update.
3302 * stabsread.c: Don't include bcache.h.
3303 * psymtab.h (struct psymbol_bcache): Don't declare.
3304 (class psymtab_storage) <psymbol_cache>: Now a bcache.
3305 (psymbol_bcache_init, psymbol_bcache_free)
3306 (psymbol_bcache_get_bcache): Don't declare.
3307 * psymtab.c (struct psymbol_bcache): Remove.
3308 (psymtab_storage::psymtab_storage): Update.
3309 (psymtab_storage::~psymtab_storage): Update.
3310 (psymbol_bcache_init, psymbol_bcache_free)
3311 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
3312 (add_psymbol_to_bcache): Update.
3313 (allocate_psymtab): Update.
3314 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
3315 macro_cache>: No longer pointers.
3316 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
3317 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
3318 * macrotab.c (macro_bcache): Update.
3319 * macroexp.c: Don't include bcache.h.
3320 * gdbtypes.c (check_types_worklist): Update.
3321 (types_deeply_equal): Remove TRY/CATCH. Update.
3322 * elfread.c (elf_symtab_read): Update.
3323 * dwarf2read.c: Don't include bcache.h.
3324 * buildsym.c (buildsym_compunit::get_macro_table): Update.
3325 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
3326 (print_bcache_statistics, bcache_memory_used): Don't declare.
3327 (struct bcache): Move from bcache.c. Add constructor, destructor,
3328 methods. Rename all data members.
3329 * bcache.c (struct bcache): Move to bcache.h.
3330 (bcache::expand_hash_table): Rename from expand_hash_table.
3331 (bcache): Remove.
3332 (bcache::insert): Rename from bcache_full.
3333 (bcache::compare): Rename from bcache_compare.
3334 (bcache_xmalloc): Remove.
3335 (bcache::~bcache): Rename from bcache_xfree.
3336 (bcache::print_statistics): Rename from print_bcache_statistics.
3337 (bcache::memory_used): Rename from bcache_memory_used.
3338
fe726667
PA
33392019-03-07 Pedro Alves <palves@redhat.com>
3340
3341 * infrun.c (normal_stop): Also check for
3342 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
3343
7584bb30
AB
33442019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
3345
3346 * f-lang.c (value_from_host_double): Moved to...
3347 * value.c (value_from_host_double): ...here.
3348 * value.h (value_from_host_double): Declare.
3349 * guile/scm-math.c (vlscm_convert_typed_number): Use
3350 value_from_host_double.
3351 (vlscm_convert_number): Likewise.
3352 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
3353 * python/py-value.c (convert_value_from_python): Likewise.
3354
a7b1986e
TT
33552019-03-06 Tom Tromey <tom@tromey.com>
3356
3357 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
3358
0ccf4211
TT
33592019-03-06 Tom Tromey <tom@tromey.com>
3360
3361 * utils.h (free_current_contents): Don't declare.
3362 * utils.c (free_current_contents): Remove.
3363
fe7b42e5
TT
33642019-03-06 Tom Tromey <tom@tromey.com>
3365
3366 * top.c (quit_force): Update.
3367 * main.c (captured_command_loop): Update.
3368 * common/new-op.c (operator new): Update.
3369 * common/common-exceptions.c (struct catcher)
3370 <save_cleanup_chain>: Remove member.
3371 (exceptions_state_mc_init): Update.
3372 (exception_try_scope_entry): Return nullptr.
3373 (exception_try_scope_exit, exception_rethrow)
3374 (throw_exception_sjlj, throw_exception_cxx): Update.
3375 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
3376 (all_cleanups, do_cleanups, discard_cleanups)
3377 (discard_final_cleanups, save_cleanups, save_final_cleanups)
3378 (restore_cleanups, restore_final_cleanups): Don't declare.
3379 (do_final_cleanups): Remove parameter.
3380 * common/cleanups.c (cleanup_chain, make_cleanup)
3381 (make_cleanup_dtor, all_cleanups, do_cleanups)
3382 (discard_my_cleanups, discard_cleanups)
3383 (discard_final_cleanups, save_my_cleanups, save_cleanups)
3384 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
3385 (null_cleanup): Remove.
3386 (do_final_cleanups): Remove parameter.
3387
c6321f19
TT
33882019-03-06 Tom Tromey <tom@tromey.com>
3389
3390 * remote.c (remote_target::remote_parse_stop_reply): Use
3391 unique_xmalloc_ptr.
3392
61b30099
TT
33932019-03-06 Tom Tromey <tom@tromey.com>
3394
3395 * stabsread.c (struct stabs_field_info): Rename from field_info.
3396 <list, fnlist>: Add initializers.
3397 <obstack>: New member.
3398 (read_member_functions, read_struct_fields, read_baseclasses):
3399 Allocate on obstack. Don't use cleanups.
3400 (read_one_struct_field, read_member_functions, read_struct_fields)
3401 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
3402 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
3403 (read_struct_type): Update.
3404
6cceac94
TT
34052019-03-06 Tom Tromey <tom@tromey.com>
3406
3407 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
3408 * common/filestuff.h (make_cleanup_close): Don't declare.
3409 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
3410 Remove.
3411
72412762
TT
34122019-03-06 Tom Tromey <tom@tromey.com>
3413
3414 * solib-aix.c: Use make_scope_exit.
3415
2b6ff1c0
TT
34162019-03-06 Tom Tromey <tom@tromey.com>
3417
3418 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
3419 Use make_scope_exit.
3420
d01c5877
TT
34212019-03-06 Tom Tromey <tom@tromey.com>
3422
3423 * solib-svr4.c (disable_probes_interface): Remove parameter.
3424 (svr4_handle_solib_event): Use make_scope_exit.
3425
32603266
TT
34262019-03-06 Tom Tromey <tom@tromey.com>
3427
3428 * remote.c (struct stop_reply_deleter): Remove.
3429 (stop_reply_up): Update.
3430 (struct stop_reply): Derive from notif_event. Don't typedef.
3431 <regcache>: Now a std::vector.
3432 (stop_reply_xfree): Remove.
3433 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
3434 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
3435 (remote_target::discard_pending_stop_replies): Use delete.
3436 (remote_target::remote_parse_stop_reply): Update.
3437 (remote_target::process_stop_reply): Update.
3438 * remote-notif.h (struct notif_event): Add virtual destructor.
3439 Remove "dtr" member.
3440 (struct notif_client) <alloc_event>: Return a unique_ptr.
3441 (notif_event_xfree): Don't declare.
3442 (notif_event_up): New typedef.
3443 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
3444 (notif_event_xfree, do_notif_event_xfree): Remove.
3445 (remote_notif_state_xfree): Update.
3446
9799571e
TT
34472019-03-06 Tom Tromey <tom@tromey.com>
3448
3449 * infrun.c (displaced_step_clear_cleanup): Now a
3450 forward_scope_exit type.
3451 (displaced_step_prepare_throw): Update.
3452 (displaced_step_fixup): Update.
3453
09e3c4ca
TT
34542019-03-06 Tom Tromey <tom@tromey.com>
3455
3456 * inferior.h (class inferior): Update comment.
3457 * gdbthread.h (class thread_info): Update comment.
3458
e2a03548
TT
34592019-03-06 Joel Brobecker <brobecker@adacore.com>
3460 Tom Tromey <tom@tromey.com>
3461
3462 * stabsread.h (struct stab_section_list): Remove.
3463 (coffstab_build_psymtabs): Update.
3464 * dbxread.c (symbuf_sections): Now a std::vector.
3465 (sect_idx): New global.
3466 (fill_symbuf): Update.
3467 (coffstab_build_psymtabs): Change type of stabsects parameter.
3468 Update.
3469 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
3470 std::vector.
3471 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
3472 (coff_locate_sections): Update.
3473 (coff_symfile_read): Remove cleanups. Update.
3474 (init_stringtab): Add storage parameter.
3475 (free_stringtab, free_stringtab_cleanup): Remove.
3476 (init_lineno): Add storage parameter.
3477 (free_linetab, free_linetab_cleanup): Remove.
3478
b7e60d85
PA
34792019-03-06 Pedro Alves <palves@redhat.com>
3480
3481 * linux-fork.c (fork_info::clobber_regs): Delete.
3482 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
3483 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
3484 comment. Adjust.
3485 (scoped_switch_fork_info::scoped_switch_fork_info)
3486 (checkpoint_command, linux_fork_context): Adjust
3487 fork_save_infrun_state calls.
3488
e52c971f
PA
34892019-03-06 Pedro Alves <palves@redhat.com>
3490
3491 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
3492 (inf_has_multiple_threads): Return 'bool' and rewrite using
3493 inferior_info::threads().
3494
06974e6c
PA
34952019-03-06 Pedro Alves <palves@redhat.com>
3496
3497 * linux-fork.c: Include <list>.
3498 (fork_list): Now a std::list instance.
3499 (fork_info): Add ctor, dtor, and in-class initialize all fields.
3500 (forks_exist_p, find_last_fork): Adjust.
3501 (new_fork): Delete.
3502 (one_fork_p): New.
3503 (add_fork): Adjust.
3504 (free_fork): Delete, folded into fork_info::~fork_info().
3505 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
3506 Adjust.
3507 (init_fork_list): Delete.
3508 (linux_fork_killall, linux_fork_mourn_inferior)
3509 (linux_fork_detach, info_checkpoints_command): Adjust.
3510 (_initialize_linux_fork): No longer call init_fork_list.
3511
72f31aea
PA
35122019-03-06 Pedro Alves <palves@redhat.com>
3513
3514 * linux-fork.c (new_fork): New, split out of ...
3515 (add_fork): ... this. Return void. Move "first fork" special
3516 case from here, to ...
3517 (checkpoint_command): ... here.
3518 * linux-linux.h (add_fork): Return void.
3519
efbecbc1
AB
35202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3521
3522 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
3523
0841c79a
AB
35242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3525 Chris January <chris.january@arm.com>
3526 David Lecomber <david.lecomber@arm.com>
3527
3528 * f-exp.y: New token, UNOP_INTRINSIC.
3529 (exp): New pattern using UNOP_INTRINSIC token.
3530 (f77_keywords): Add 'abs' keyword.
3531 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
3532 (value_from_host_double): New function.
3533 (evaluate_subexp_f): Support UNOP_ABS.
3534
4a270568
AB
35352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
3538 types.
3539
067630bd
AB
35402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
3543 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
3544 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
3545
3be47f7a
AB
35462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3547
3548 * f-exp.y (convert_to_kind_type): Handle more type kinds.
3549
4d00f5d8
AB
35502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3551 Chris January <chris.january@arm.com>
3552
3553 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
3554 * f-exp.y: Define 'KIND' token.
3555 (exp): New pattern for KIND expressions.
3556 (ptype): Handle types with a kind extension.
3557 (direct_abs_decl): Extend to spot kind extensions.
3558 (f77_keywords): Add 'kind' to the list.
3559 (push_kind_type): New function.
3560 (convert_to_kind_type): New function.
3561 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
3562 * parse.c (operator_length_standard): Likewise.
3563 * parser-defs.h (enum type_pieces): Add tp_kind.
3564 * std-operator.def: Add UNOP_KIND.
3565
e454224f
AB
35662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3567
3568 * f-exp.y (f_parse): Set yydebug.
3569
9dad4a58
AB
35702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * f-lang.c (evaluate_subexp_f): New function.
3573 (exp_descriptor_f): New global.
3574 (f_language_defn): Use exp_descriptor_f instead of
3575 exp_descriptor_standard.
3576
c8f91604
AB
35772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * f-exp.y (struct token): Add comments.
3580 (dot_ops): Remove uppercase versions and the end marker.
3581 (f77_keywords): Likewise.
3582 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
3583 entries in the dot_ops array are case insensitive, and use
3584 strncasecmp to compare strings. Also some whitespace cleanup in
3585 this area. Similar for the f77_keywords array, except entries in
3586 this list might be case sensitive.
3587
dd9f2c76
AB
35882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * f-exp.y (struct f77_boolean_val): Add comments.
3591 (boolean_values): Remove uppercase versions, and end marker.
3592 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
3593 and use strncasecmp to achieve case insensitivity. Additionally,
3594 perform whitespace cleanup around this code.
3595
67a3048c
TT
35962019-03-06 Tom Tromey <tromey@adacore.com>
3597
3598 * remote-sim.c (gdbsim_target_open): Use result of
3599 gdb_argv::release.
3600
aa3cfbda
RB
36012019-03-06 Richard Bunt <richard.bunt@arm.com>
3602 Dirk Schubert <dirk.schubert@arm.com>
3603 Chris January <chris.january@arm.com>
3604
3605 * eval.c (evaluate_subexp_standard): Call Fortran argument
3606 wrapping logic.
3607 * f-lang.c (struct value): A value which can be passed into a
3608 Fortran function call.
3609 (fortran_argument_convert): Wrap Fortran arguments in a pointer
3610 where appropriate.
3611 (struct type): Value ready for a Fortran function call.
3612 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
3613 is needed.
3614 * f-lang.h (fortran_argument_convert): Declaration.
3615 (fortran_preserve_arg_pointer): Declaration.
3616 * infcall.c (value_arg_coerce): Call Fortran argument logic.
3617
ea38e5df
TT
36182019-03-05 Tom Tromey <tromey@adacore.com>
3619
3620 * python/py-prettyprint.c (print_string_repr): Remove #if.
3621 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
3622
06b5b831
TT
36232019-03-05 Tom Tromey <tromey@adacore.com>
3624
3625 * target.c (the_dummy_target): Move later. Change type to
3626 "dummy_target".
3627 (initialize_targets): Don't initialize the_dummy_target.
3628
edbd9e45
TT
36292019-03-05 Tom Tromey <tromey@adacore.com>
3630
3631 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
3632 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
3633
c119e040
TT
36342019-03-05 Tom Tromey <tromey@adacore.com>
3635
3636 * windows-nat.c (windows_nat_target::attach)
3637 (windows_nat_target::detach): Don't call gdb_flush.
3638 * valprint.c (generic_val_print, val_print, val_print_string):
3639 Don't call gdb_flush.
3640 * utils.c (defaulted_query): Don't call gdb_flush.
3641 * typeprint.c (print_type_scalar): Don't call gdb_flush.
3642 * target.c (target_announce_detach): Don't call gdb_flush.
3643 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
3644 * remote.c (extended_remote_target::attach): Don't call
3645 gdb_flush.
3646 * procfs.c (procfs_target::detach): Don't call gdb_flush.
3647 * printcmd.c (do_examine): Don't call gdb_flush.
3648 (info_display_command): Don't call gdb_flush.
3649 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
3650 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
3651 * memattr.c (info_mem_command): Don't call gdb_flush.
3652 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
3653 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
3654 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
3655 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
3656 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
3657 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
3658 (gnu_nat_target::detach): Don't call gdb_flush.
3659 * f-valprint.c (f_val_print): Don't call gdb_flush.
3660 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
3661 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
3662 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
3663 gdb_flush.
3664 * c-valprint.c (c_val_print): Don't call gdb_flush.
3665 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
3666
895dafa6
TT
36672019-03-05 Tom Tromey <tromey@adacore.com>
3668
3669 * varobj.c (update_dynamic_varobj_children): Update.
3670 (install_default_visualizer): Use reset, not release.
3671 * value.c (set_internalvar): Update.
3672 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
3673 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
3674 ATTRIBUTE_UNUSED_RESULT.
3675
88a774b9
TT
36762019-03-05 Tom Tromey <tromey@adacore.com>
3677
3678 * remote.c (class scoped_remote_fd) <release>: Add
3679 ATTRIBUTE_UNUSED_RESULT.
3680
4e4a8b93
TT
36812019-03-05 Tom Tromey <tromey@adacore.com>
3682
3683 * macroexp.c (struct macro_buffer) <release>: Add
3684 ATTRIBUTE_UNUSED_RESULT.
3685
083eef1f
TT
36862019-03-05 Tom Tromey <tromey@adacore.com>
3687
3688 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
3689 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
3690 ATTRIBUTE_UNUSED_RESULT.
3691
3cabd438
TT
36922019-03-05 Tom Tromey <tromey@adacore.com>
3693
3694 * common/scoped_fd.h (class scoped_fd) <release>: Add
3695 ATTRIBUTE_UNUSED_RESULT.
3696
41e3300a
TT
36972019-03-05 Tom Tromey <tromey@adacore.com>
3698
3699 * parser-defs.h (struct parser_state) <release>: Add
3700 ATTRIBUTE_UNUSED_RESULT.
3701
18cb7c9f
TT
37022019-03-05 Tom Tromey <tromey@adacore.com>
3703
3704 * utils.h (class gdb_argv) <release>: Add
3705 ATTRIBUTE_UNUSED_RESULT.
3706 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
3707
41fa577f
EZ
37082019-03-02 Eli Zaretskii <eliz@gnu.org>
3709
a6a4b2c6
EZ
3710 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
3711 for-loop range, to avoid compiler warnings.
3712
3713 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
3714 avoid compiler warnings about unused variables.
3715
742a7df5
EZ
3716 * NEWS: Mention end of support for native debugging on MS-Windows
3717 before XP.
3718
41fa577f
EZ
3719 PR gdb/24292
3720 * common/netstuff.c:
3721 * gdbserver/gdbreplay.c
3722 * gdbserver/remote-utils.c:
3723 * ser-tcp.c:
3724 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
3725 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
3726 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
3727 'getaddrinfo' and 'freeaddrinfo' were not available before
3728 Windows XP, and mingw.org's MinGW headers by default define
3729 _WIN32_WINNT to 0x500.
3730
827f438f
GB
37312019-03-01 Gary Benson <gbenson@redhat.com>
3732
3733 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
3734
92137da0
RO
37352019-02-28 Brian Vandenberg <phantall@gmail.com>
3736 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3737
3738 PR gdb/8527
3739 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
3740 set_sigint_trap, clear_sigint_trap.
3741
799efbe8
PW
37422019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3743
3744 * target.c (target_detach): Clear the regcache and the
3745 frame cache.
3746
8ed25214
PA
37472019-02-27 Pedro Alves <palves@redhat.com>
3748
3749 * utils.c (set_screen_size): When we cap the height/width sizes,
3750 tweak the corresponding command variable to show "unlimited":
3751
23031e31
SJ
37522019-02-27 Saagar Jha <saagar@saagarjha.com>
3753 Pedro Alves <palves@redhat.com>
3754
3755 * utils.c (set_screen_size): Reduce "infinite" rows and columns
3756 before calling rl_set_screen_size.
3757
6c28e44a
TT
37582019-02-27 Tom Tromey <tromey@adacore.com>
3759
3760 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
3761 define.
3762 * python/py-value.c: Remove Python 2.4 workaround.
3763 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
3764 workaround.
3765 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
3766 Python 2.4 workaround.
3767 * python/python-internal.h: Remove Python 2.4 comment.
3768 (Py_ssize_t): Don't define.
3769 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
3770 (gdb_Py_DECREF): Remove Python 2.4 workaround.
3771 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
3772 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
3773 * python/python.c (do_start_initialization): Remove Python 2.4
3774 workaround.
3775 * python/py-prettyprint.c (class dummy_python_frame): Remove.
3776 (print_children): Remove Python 2.4 workaround.
3777 * python/py-inferior.c (buffer_procs): Remove Python 2.4
3778 workaround.
3779 (CHARBUFFERPROC_NAME): Remove.
3780 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
3781 Python 2.4 workaround.
3782
2c3fc25d 37832019-02-27 Kevin Buettner <kevinb@redhat.com>
799efbe8 3784
2c3fc25d
KB
3785 * NEWS: Note minimum Python version.
3786
6ca62222
KB
37872019-02-27 Kevin Buettner <kevinb@redhat.com>
3788
3789 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
3790 code from these functions. Remove corresponding ifdefs. Use
3791 Py_buffer_up instead of explicit calls to PyBuffer_Release.
3792 Remove gotos and target of gotos.
3793 (infpy_search_memory): Likewise.
3794
f4bc7d2c
AB
37952019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3796
3797 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
3798 (hppa_gdbarch_init): Don't register deleted functions with
3799 gdbarch.
3800
9734a586
AB
38012019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3802
3803 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
3804 (h8300_unwind_sp): Delete.
3805 (h8300_dummy_id): Delete.
3806 (h8300_gdbarch_init): Don't register deleted functions with
3807 gdbarch.
3808
68b867f3
AB
38092019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3810
3811 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
3812 (ft32_unwind_pc): Delete.
3813 (ft32_unwind_sp): Delete.
3814 (ft32_gdbarch_init): Don't register deleted functions with
3815 gdbarch.
3816
2fbe7ad0
AB
38172019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb/frv-tdep.c (frv_dummy_id): Delete.
3820 (frv_unwind_pc): Delete.
3821 (frv_unwind_sp): Delete.
3822 (frv_gdbarch_init): Don't register deleted functions with
3823 gdbarch.
3824
76055cbe
AB
38252019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3826
3827 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
3828 (riscv_unwind_pc): Delete.
3829 (riscv_unwind_sp): Delete.
3830 (riscv_gdbarch_init): Don't register deleted functions with
3831 gdbarch.
3832
4133e5a1
AB
38332019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3834
3835 * gdb/csky-tdep.c (csky_dummy_id): Delete.
3836 (csky_unwind_pc): Delete.
3837 (csky_unwind_sp): Delete.
3838 (csky_gdbarch_init): Don't register deleted functions with
3839 gdbarch.
3840
8010f576
AB
38412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3842
3843 * gdb/cris-tdep.c (cris_dummy_id): Delete.
3844 (cris_unwind_pc): Delete.
3845 (cris_unwind_sp): Delete.
3846 (cris_gdbarch_init): Don't register deleted functions with
3847 gdbarch.
3848
b56bf084
AB
38492019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3850
3851 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
3852 (bfin_unwind_pc): Delete.
3853 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
3854
a19a650f
AB
38552019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb/arm-tdep.c (arm_dummy_id): Delete.
3858 (arm_unwind_pc): Delete.
3859 (arm_unwind_sp): Delete.
3860 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
3861
f8278c3c
AB
38622019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3863
3864 * gdb/arc-tdep.c (arc_dummy_id): Delete.
3865 (arc_unwind_pc): Delete.
3866 (arc_unwind_sp): Delete.
3867 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
3868
480e46cf
AB
38692019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
3872 (alpha_unwind_pc): Delete.
3873 (alpha_gdbarch_init): Don't register deleted functions with
3874 gdbarch.
3875
7a995095
AB
38762019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3877
3878 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
3879 (aarch64_unwind_pc): Delete.
3880 (aarch64_unwind_sp): Delete.
3881 (aarch64_gdbarch_init): Don't register deleted functions with
3882 gdbarch.
3883
bf9a735e
AB
38842019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3885
3886 * gdbtypes.c (type_align): Don't consider static members when
3887 computing structure alignment.
3888
5561fc30
AB
38892019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3890
3891 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
3892 return 0 for other types.
3893 * arch-utils.c (default_type_align): Always return 0.
3894 * gdbarch.h: Regenerate.
3895 * gdbarch.sh (type_align): Extend comment.
3896 * gdbtypes.c (type_align): Add additional comments, always call
3897 gdbarch_type_align before applying the default rules.
3898 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
3899 generic code will then apply a suitable default.
3900 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
3901 types, return 0 for other types.
3902
9335e75a
JB
39032019-02-27 Joel Brobecker <brobecker@adacore.com>
3904
3905 * NEWS: Create a new section for the next release branch.
3906 Rename the section of the current branch, now that it has
3907 been cut.
3908
3d34d8de
JB
39092019-02-27 Joel Brobecker <brobecker@adacore.com>
3910
3911 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
3912 * version.in: Bump version to 8.3.50.DATE-git.
3913
143420fb
SM
39142019-02-26 Simon Marchi <simon.marchi@efficios.com>
3915
3916 * aix-thread.c (ptid_cmp): Remove unused variable.
3917 (get_signaled_thread): Likewise.
3918 (store_regs_user_thread): Likewise.
3919 (store_regs_kernel_thread): Likewise.
3920 (fetch_regs_kernel_thread): Remove shadowed variable.
3921
172fb711
AB
39222019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
3923
3924 * features/riscv/32bit-cpu.xml: Add register numbers.
3925 * features/riscv/32bit-fpu.c: Regenerate.
3926 * features/riscv/32bit-fpu.xml: Add register numbers.
3927 * features/riscv/64bit-cpu.xml: Add register numbers.
3928 * features/riscv/64bit-fpu.c: Regenerate.
3929 * features/riscv/64bit-fpu.xml: Add register numbers.
3930
26c89782
KB
39312019-02-26 Kevin Buettner <kevinb@redhat.com>
3932
af54ade9 3933 * NEWS: Mention two argument form of gdb.Value constructor.
fe07eca5
KB
3934 * python/py-value.c (convert_buffer_and_type_to_value): New
3935 function.
3936 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
3937 Add support for handling an optional second argument. Call
3938 convert_buffer_and_type_to_value as appropriate.
26c89782
KB
3939 * python/python-internal.h (Py_buffer_deleter): New struct.
3940 (Py_buffer_up): New typedef.
3941
0f58c9e8
JB
39422019-02-25 John Baldwin <jhb@FreeBSD.org>
3943
3944 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
3945 instead of releasing ownership.
3946
0a0f4c01
JR
39472019-02-25 Jordan Rupprecht <rupprecht@google.com>
3948
3949 * dwarf2read.c (open_and_init_dwp_file): Call
3950 elf_numsections instead of bfd_count_sections to initialize
3951 dwp_file->num_sections.
3952
cd5a152c
TT
39532019-02-25 Tom Tromey <tromey@adacore.com>
3954
3955 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
3956
8a6a8513
SDJ
39572019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
3958
3959 * gcore.in: Add '--readnever' option when invoking GDB.
3960
04dcda9c
SM
39612019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3962
3963 * MAINTAINERS: Update my email address.
3964
07bc701d
SM
39652019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
3966
3967 * build-id.c (build_id_to_debug_bfd_1): New function.
3968 (build_id_to_debug_bfd): Look for separate debug file in
3969 sysroot.
3970
c6f4a5d0
AB
39712019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
3972
3973 * gdbarch.sh: Update the copyright year range that is placed into
3974 generated files.
3975
9600246d
KS
39762019-02-22 Keith Seitz <keiths@redhat.com>
3977
3978 PR symtab/23853
3979 * linespec.c (create_sals_line_offset): Search for the default
3980 symtab's filename instead of its fullname.
3981
7557a514
AH
39822019-02-21 Alan Hayward <alan.hayward@arm.com>
3983
3984 * NEWS: Update style defaults.
3985
ee2bcb0c
AH
39862019-02-21 Alan Hayward <alan.hayward@arm.com>
3987
3988 * main.c (captured_main_1): Disable styling in batch mode.
3989
0c95f9ed
TT
39902019-02-20 Tom Tromey <tom@tromey.com>
3991
3992 * symtab.c (symtab_symbol_info): Fix typos.
3993
c763b894
TT
39942019-02-20 Tom Tromey <tromey@adacore.com>
3995
3996 * findcmd.c (_initialize_mem_search): Use upper case for
3997 metasyntactic variables.
3998
0ef8a082
AH
39992019-02-20 Alan Hayward <alan.hayward@arm.com>
4000
4001 * aarch64-tdep.c (aarch64_add_reggroups): New function.
4002 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
4003
6caa91b6
SM
40042019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
4005
4006 * top.h (source_file_name): Change to std::string.
4007 * top.c (source_file_name): Likewise.
4008 (command_line_input): Adjust.
4009 * cli/cli-script.c (script_from_file): Adjust.
4010
98814c6c
TT
40112019-02-19 Tom Tromey <tromey@adacore.com>
4012
4013 * ravenscar-thread.c
4014 (ravenscar_thread_target::update_thread_list): Don't call
4015 ada_build_task_list.
4016 * ada-lang.h (ada_build_task_list): Don't declare.
4017 * ada-tasks.c (struct ada_tasks_inferior_data)
4018 <task_list_valid_p>: Now bool.
4019 (read_known_tasks, ada_task_list_changed)
4020 (ada_tasks_invalidate_inferior_data): Update.
4021 (read_known_tasks_array): Return bool.
4022 (read_known_tasks_list): Likewise.
4023 (read_known_tasks): Return void.
4024 (ada_build_task_list): Now static.
4025
70cd633e
AB
40262019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
4027
4028 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
4029 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
4030
040b3e95
PW
40312019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4032
4033 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
4034 variant for ada_tasks_pspace_data_handle and
4035 ada_tasks_inferior_data_handle.
4036 (ada_tasks_pspace_data_cleanup): New function.
4037 (ada_tasks_inferior_data_cleanup): New function.
4038
9409233b
TT
40392019-02-17 Tom Tromey <tom@tromey.com>
4040
4041 * macrotab.h (macro_source_fullname): Return a std::string.
4042 * macrotab.c (macro_include, check_for_redefinition)
4043 (macro_undef, macro_lookup_definition, foreach_macro)
4044 (foreach_macro_in_scope): Update.
4045 (macro_source_fullname): Return a std::string.
4046 * macrocmd.c (show_pp_source_pos): Update.
4047
6506371f
TT
40482019-02-17 Tom Tromey <tom@tromey.com>
4049
4050 * macrocmd.c (show_pp_source_pos): Style the file names.
4051
0c820d67
TT
40522019-02-17 Tom Tromey <tom@tromey.com>
4053
4054 PR tui/24197:
4055 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
4056
a0087920
TT
40572019-02-17 Tom Tromey <tom@tromey.com>
4058
4059 * ada-lang.c (user_select_syms): Use filtered printing.
4060 * utils.c (wrap_style): New global.
4061 (desired_style): Remove.
4062 (emit_style_escape): Add stream parameter.
4063 (set_output_style, reset_terminal_style, prompt_for_continue):
4064 Update.
4065 (flush_wrap_buffer): Only flush gdb_stdout.
4066 (wrap_here): Set wrap_style.
4067 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
4068 treat escape sequences as a character. Change when wrap buffer is
4069 flushed.
4070 (fputs_styled): Do not set the output style when the default is
4071 requested.
4072 * ui-style.h (struct ui_file_style) <is_default>: New method.
4073 * source.c (print_source_lines_base): Emit escape sequences in one
4074 piece.
4075
75ba10dc
JB
40762019-02-17 Joel Brobecker <brobecker@adacore.com>
4077
4078 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
4079 integers and enumeration types.
4080
a2cd4f14
JB
40812019-02-17 Joel Brobecker <brobecker@adacore.com>
4082
4083 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
4084 instead of lookup_symbol_in_language
4085 (do_exact_match): New function.
4086 (ada_get_symbol_name_matcher): Return do_exact_match when
4087 doing a verbatim match.
4088
485b851b
TT
40892019-02-15 Tom Tromey <tromey@adacore.com>
4090
4091 * ravenscar-thread.c (ravenscar_thread_target::resume)
4092 (ravenscar_thread_target::wait): Special case wildcard requests.
4093
0b790b1e
TT
40942019-02-15 Tom Tromey <tromey@adacore.com>
4095
4096 * ravenscar-thread.c (base_ptid): Remove.
4097 (struct ravenscar_thread_target) <close>: New method.
4098 <m_base_ptid>: New member.
4099 <update_inferior_ptid, active_task, task_is_currently_active,
4100 runtime_initialized>: Declare methods.
4101 <ravenscar_thread_target>: Add constructor.
4102 (ravenscar_thread_target::task_is_currently_active)
4103 (ravenscar_thread_target::update_inferior_ptid)
4104 (ravenscar_runtime_initialized): Rename. Now methods.
4105 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
4106 (ravenscar_thread_target::update_thread_list): Update.
4107 (ravenscar_thread_target::active_task): Now method.
4108 (ravenscar_thread_target::store_registers)
4109 (ravenscar_thread_target::prepare_to_store)
4110 (ravenscar_thread_target::prepare_to_store)
4111 (ravenscar_thread_target::mourn_inferior): Update.
4112 (ravenscar_inferior_created): Use "new" to create target.
4113 (ravenscar_thread_target::get_ada_task_ptid): Update.
4114 (_initialize_ravenscar): Don't initialize base_ptid.
4115 (ravenscar_ops): Remove global.
4116
dea57a62
TT
41172019-02-15 Tom Tromey <tromey@adacore.com>
4118
4119 * target.h (push_target): Declare new overload.
4120 * target.c (push_target): New overload, taking an rvalue reference.
4121 * remote.c (remote_target::open_1): Use push_target overload.
4122 * corelow.c (core_target_open): Use push_target overload.
4123
989f3c58
TT
41242019-02-15 Tom Tromey <tromey@adacore.com>
4125
4126 * ravenscar-thread.c (is_ravenscar_task)
4127 (ravenscar_task_is_currently_active): Return bool.
4128 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
4129 (_initialize_ravenscar): Remove "(void)".
4130 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
4131 Return bool.
4132
6cbcc006
TT
41332019-02-15 Tom Tromey <tromey@adacore.com>
4134
4135 * ravenscar-thread.c (ravenscar_runtime_initializer)
4136 (has_ravenscar_runtime, get_running_thread_id)
4137 (ravenscar_thread_target::resume): Fix indentation.
4138
7657f14d
TT
41392019-02-15 Tom Tromey <tromey@adacore.com>
4140
4141 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
4142 from ravenscar_arch_ops.
4143 (sparc_ravenscar_ops::fetch_registers)
4144 (sparc_ravenscar_ops::store_registers): Now methods.
4145 (sparc_ravenscar_prepare_to_store): Remove.
4146 (sparc_ravenscar_ops): Redefine.
4147 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
4148 methods and destructor. Remove members.
4149 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
4150 (ravenscar_thread_target::store_registers)
4151 (ravenscar_thread_target::prepare_to_store): Update.
4152 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
4153 Remove.
4154 (struct ppc_ravenscar_powerpc_ops): Derive from
4155 ravenscar_arch_ops.
4156 (ppc_ravenscar_powerpc_ops::fetch_registers)
4157 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
4158 (ppc_ravenscar_powerpc_ops): Redefine.
4159 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
4160 (ppc_ravenscar_e500_ops::fetch_registers)
4161 (ppc_ravenscar_e500_ops::store_registers): Now methods.
4162 (ppc_ravenscar_e500_ops): Redefine.
4163 * aarch64-ravenscar-thread.c
4164 (aarch64_ravenscar_generic_prepare_to_store): Remove.
4165 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
4166 (aarch64_ravenscar_fetch_registers)
4167 (aarch64_ravenscar_store_registers): Now methods.
4168 (aarch64_ravenscar_ops): Redefine.
4169
5b6ea500
TT
41702019-02-15 Tom Tromey <tromey@adacore.com>
4171
4172 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
4173 (ravenscar_thread_target::stopped_by_hw_breakpoint)
4174 (ravenscar_thread_target::stopped_by_watchpoint)
4175 (ravenscar_thread_target::stopped_data_address)
4176 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
4177
e397fd39
TT
41782019-02-15 Tom Tromey <tromey@adacore.com>
4179
4180 * ravenscar-thread.c: Fix some typos.
4181
cc12f4a8
TT
41822019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4183 Tom Tromey <tromey@adacore.com>
4184
4185 * ada-lang.c (ada_exception_sal): Change addr_string to a
4186 std::string.
4187 (create_ada_exception_catchpoint): Update.
4188
5f486660
TT
41892019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4190 Tom Tromey <tromey@adacore.com>
4191
4192 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
4193 (bp_location_ops): Remove.
4194 (base_breakpoint_allocate_location): Update.
4195 (free_bp_location): Update.
4196 * ada-lang.c (class ada_catchpoint_location)
4197 <ada_catchpoint_location>: Remove ops parameter.
4198 (ada_catchpoint_location_dtor): Remove.
4199 (ada_catchpoint_location_ops): Remove.
4200 (allocate_location_exception): Update.
4201 * breakpoint.h (struct bp_location_ops): Remove.
4202 (class bp_location) <bp_location>: Remove bp_location_ops
4203 parameter.
4204 <~bp_location>: Add destructor.
4205 <ops>: Remove.
4206
b671c7fb
TS
42072019-02-14 Thomas Schwinge <thomas@codesourcery.com>
4208 Pedro Alves <palves@redhat.com>
4209
4210 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
4211 'PATH_MAX'.
4212
8071c5ce
DM
42132019-02-14 David Michael <fedora.dm0@gmail.com>
4214 Samuel Thibault <samuel.thibault@gnu.org>
4215 Thomas Schwinge <thomas@codesourcery.com>
4216
4217 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
4218 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
4219
b1041ae0
TS
42202019-02-14 Thomas Schwinge <thomas@codesourcery.com>
4221
924514e1
TS
4222 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
4223 (check_empty): Use "const char *".
4224
c29ee8d4
TS
4225 * gnu-nat.c (gnu_nat_target::detach): Instead of
4226 'detach_inferior (pid)' call
4227 'detach_inferior (find_inferior_pid (pid))'.
4228
6c6ef69f
TS
4229 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
4230 'nat/fork-inferior.o'.
4231 * gnu-nat.c: #include "nat/fork-inferior.h".
4232
2d0a338c
TS
4233 * gnu-nat.c (gnu_nat_target::detach): Instead of
4234 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
4235 * gnu-nat.h: #include "inf-child.h".
4236 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
4237 'i386_gnu_nat_target::fetch_registers'.
4238 (gnu_store_registers): Rename/move to
4239 'i386_gnu_nat_target::store_registers'.
4240
cabb5f06
TS
4241 * config/i386/nm-i386gnu.h: Don't "#include" any files.
4242 * gnu-nat.h (mach_thread_info): New function.
4243 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
4244
b1041ae0
TS
4245 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
4246
2988d01e
KF
42472019-02-14 Frederic Konrad <konrad@adacore.com>
4248
4249 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
4250
c559d709
JB
42512019-02-14 Joel Brobecker <brobecker@adacore.com>
4252
4253 * windows-nat.c (windows_add_thread): Add new parameter
4254 "main_thread_p" with default value set to false. Update
4255 function documentation as well as all callers.
4256 (windows_delete_thread): Likewise.
4257 (fake_create_process): Update call to windows_add_thread.
4258 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
4259 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
4260 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
4261 call to windows_delete_thread.
4262
007024cc
SM
42632019-02-13 Simon Marchi <simon.marchi@ericsson.com>
4264
4265 * MAINTAINERS: Add Andrew Burgess as global maintainer.
4266
f62318e9
JB
42672019-02-12 John Baldwin <jhb@FreeBSD.org>
4268
4269 * symfile.c (find_separate_debug_file): Use canonical path of
4270 sysroot with child_path instead of gdb_sysroot if it is valid.
4271
cd4b7848
JB
42722019-02-12 John Baldwin <jhb@FreeBSD.org>
4273
4274 * symfile.c (find_separate_debug_file): Use child_path to
4275 determine if an object file is under a sysroot.
4276
efac4bfe
JB
42772019-02-12 John Baldwin <jhb@FreeBSD.org>
4278
4279 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
4280 unittests/child-path-selftests.c.
4281 * common/pathstuff.c (child_path): New function.
4282 * common/pathstuff.h (child_path): New prototype.
4283 * unittests/child-path-selftests.c: New file.
4284
402d2bfe
JB
42852019-02-12 John Baldwin <jhb@FreeBSD.org>
4286
4287 * symfile.c (find_separate_debug_file): Look for separate debug
4288 files in debug directories under the sysroot.
4289
1ed9f74e
PW
42902019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4291
4292 * symtab.h (struct minimal_symbol data_p): New const method.
4293 (struct minimal_symbol text_p): Likewise.
4294 * symtab.c (output_source_filename): Use file name style
4295 to print file name.
4296 (print_symbol_info): Likewise.
4297 (print_msymbol_info): Use address style to print addresses.
4298 Use function name style to print executable text symbols.
4299 (expand_symtab_containing_pc): Use data_p.
4300 (find_pc_sect_compunit_symtab): Likewise.
4301
2636d81d
PW
43022019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4303
4304 * breakpoint.c (describe_other_breakpoints): Use address style
4305 to print addresses.
4306 (say_where): Likewise.
4307
ac8c53cc
PW
43082019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4309
4310 * ada-typeprint.c (print_func_type): Print function name
4311 style to print function name.
4312 * c-typeprint.c (c_print_type_1): Likewise.
4313
ea638c43
AH
43142019-02-11 Alan Hayward <alan.hayward@arm.com>
4315
4316 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
4317 for execve.
4318
ab759ca8
PW
43192019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4320
4321 * c-exp.y (direct_abs_decl): Use emplace_back to record the
4322 type_stack.
4323
aff29d1c
JB
43242019-02-10 Joel Brobecker <brobecker@adacore.com>
4325
4326 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
4327 TYPE_CODE_REF types.
4328
617126bc
JW
43292019-02-08 Jim Wilson <jimw@sifive.com>
4330
4331 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
4332 (riscv_linux_fregset): New.
4333 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
4334
46e3ed7f
TT
43352019-02-07 Tom Tromey <tom@tromey.com>
4336
4337 * thread.c (thread_cancel_execution_command): Update.
4338 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
4339 methods.
4340 (struct thread_fsm_ops): Remove.
4341 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
4342 (thread_fsm_should_stop, thread_fsm_return_value)
4343 (thread_fsm_set_finished, thread_fsm_finished_p)
4344 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
4345 Don't declare.
4346 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
4347 * infrun.c (clear_proceed_status_thread)
4348 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
4349 (print_stop_event): Update.
4350 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
4351 Add constructor.
4352 (step_command_fsm_ops): Remove.
4353 (new_step_command_fsm): Remove.
4354 (step_1): Update.
4355 (step_command_fsm::should_stop): Rename from
4356 step_command_fsm_should_stop.
4357 (step_command_fsm::clean_up): Rename from
4358 step_command_fsm_clean_up.
4359 (step_command_fsm::do_async_reply_reason): Rename from
4360 step_command_fsm_async_reply_reason.
4361 (struct until_next_fsm): Inherit from thread_fsm. Add
4362 constructor.
4363 (until_next_fsm_ops): Remove.
4364 (new_until_next_fsm): Remove.
4365 (until_next_fsm::should_stop): Rename from
4366 until_next_fsm_should_stop.
4367 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
4368 (until_next_fsm::do_async_reply_reason): Rename from
4369 until_next_fsm_async_reply_reason.
4370 (struct finish_command_fsm): Inherit from thread_fsm. Add
4371 constructor. Change type of breakpoint.
4372 (finish_command_fsm_ops): Remove.
4373 (new_finish_command_fsm): Remove.
4374 (finish_command_fsm::should_stop): Rename from
4375 finish_command_fsm_should_stop.
4376 (finish_command_fsm::clean_up): Rename from
4377 finish_command_fsm_clean_up.
4378 (finish_command_fsm::return_value): Rename from
4379 finish_command_fsm_return_value.
4380 (finish_command_fsm::do_async_reply_reason): Rename from
4381 finish_command_fsm_async_reply_reason.
4382 (finish_command): Update.
4383 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
4384 Add constructor.
4385 (call_thread_fsm_ops): Remove.
4386 (call_thread_fsm::call_thread_fsm): Rename from
4387 new_call_thread_fsm.
4388 (call_thread_fsm::should_stop): Rename from
4389 call_thread_fsm_should_stop.
4390 (call_thread_fsm::should_notify_stop): Rename from
4391 call_thread_fsm_should_notify_stop.
4392 (run_inferior_call, call_function_by_hand_dummy): Update.
4393 * cli/cli-interp.c (should_print_stop_to_console): Update.
4394 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
4395 Add constructor. Change type of location_breakpoint,
4396 caller_breakpoint.
4397 (until_break_fsm_ops): Remove.
4398 (new_until_break_fsm): Remove.
4399 (until_break_fsm::should_stop): Rename from
4400 until_break_fsm_should_stop.
4401 (until_break_fsm::clean_up): Rename from
4402 until_break_fsm_clean_up.
4403 (until_break_fsm::do_async_reply_reason): Rename from
4404 until_break_fsm_async_reply_reason.
4405 (until_break_command): Update.
4406 * thread-fsm.c: Remove.
4407 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
4408
1a5c2598
TT
44092019-02-07 Tom Tromey <tom@tromey.com>
4410
4411 * yy-remap.h: Add include guard.
4412 * xtensa-tdep.h: Add include guard.
4413 * xcoffread.h: Rename include guard.
4414 * varobj-iter.h: Add include guard.
4415 * tui/tui.h: Rename include guard.
4416 * tui/tui-winsource.h: Rename include guard.
4417 * tui/tui-wingeneral.h: Rename include guard.
4418 * tui/tui-windata.h: Rename include guard.
4419 * tui/tui-win.h: Rename include guard.
4420 * tui/tui-stack.h: Rename include guard.
4421 * tui/tui-source.h: Rename include guard.
4422 * tui/tui-regs.h: Rename include guard.
4423 * tui/tui-out.h: Rename include guard.
4424 * tui/tui-layout.h: Rename include guard.
4425 * tui/tui-io.h: Rename include guard.
4426 * tui/tui-hooks.h: Rename include guard.
4427 * tui/tui-file.h: Rename include guard.
4428 * tui/tui-disasm.h: Rename include guard.
4429 * tui/tui-data.h: Rename include guard.
4430 * tui/tui-command.h: Rename include guard.
4431 * tic6x-tdep.h: Add include guard.
4432 * target/waitstatus.h: Rename include guard.
4433 * target/wait.h: Rename include guard.
4434 * target/target.h: Rename include guard.
4435 * target/resume.h: Rename include guard.
4436 * target-float.h: Rename include guard.
4437 * stabsread.h: Add include guard.
4438 * rs6000-tdep.h: Add include guard.
4439 * riscv-fbsd-tdep.h: Add include guard.
4440 * regformats/regdef.h: Rename include guard.
4441 * record.h: Rename include guard.
4442 * python/python.h: Rename include guard.
4443 * python/python-internal.h: Rename include guard.
4444 * python/py-stopevent.h: Rename include guard.
4445 * python/py-ref.h: Rename include guard.
4446 * python/py-record.h: Rename include guard.
4447 * python/py-record-full.h: Rename include guard.
4448 * python/py-record-btrace.h: Rename include guard.
4449 * python/py-instruction.h: Rename include guard.
4450 * python/py-events.h: Rename include guard.
4451 * python/py-event.h: Rename include guard.
4452 * procfs.h: Add include guard.
4453 * proc-utils.h: Add include guard.
4454 * p-lang.h: Add include guard.
4455 * or1k-tdep.h: Rename include guard.
4456 * observable.h: Rename include guard.
4457 * nto-tdep.h: Rename include guard.
4458 * nat/x86-linux.h: Rename include guard.
4459 * nat/x86-linux-dregs.h: Rename include guard.
4460 * nat/x86-gcc-cpuid.h: Add include guard.
4461 * nat/x86-dregs.h: Rename include guard.
4462 * nat/x86-cpuid.h: Rename include guard.
4463 * nat/ppc-linux.h: Rename include guard.
4464 * nat/mips-linux-watch.h: Rename include guard.
4465 * nat/linux-waitpid.h: Rename include guard.
4466 * nat/linux-ptrace.h: Rename include guard.
4467 * nat/linux-procfs.h: Rename include guard.
4468 * nat/linux-osdata.h: Rename include guard.
4469 * nat/linux-nat.h: Rename include guard.
4470 * nat/linux-namespaces.h: Rename include guard.
4471 * nat/linux-btrace.h: Rename include guard.
4472 * nat/glibc_thread_db.h: Rename include guard.
4473 * nat/gdb_thread_db.h: Rename include guard.
4474 * nat/gdb_ptrace.h: Rename include guard.
4475 * nat/fork-inferior.h: Rename include guard.
4476 * nat/amd64-linux-siginfo.h: Rename include guard.
4477 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
4478 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
4479 * nat/aarch64-linux.h: Rename include guard.
4480 * nat/aarch64-linux-hw-point.h: Rename include guard.
4481 * mn10300-tdep.h: Add include guard.
4482 * mips-linux-tdep.h: Add include guard.
4483 * mi/mi-parse.h: Rename include guard.
4484 * mi/mi-out.h: Rename include guard.
4485 * mi/mi-main.h: Rename include guard.
4486 * mi/mi-interp.h: Rename include guard.
4487 * mi/mi-getopt.h: Rename include guard.
4488 * mi/mi-console.h: Rename include guard.
4489 * mi/mi-common.h: Rename include guard.
4490 * mi/mi-cmds.h: Rename include guard.
4491 * mi/mi-cmd-break.h: Rename include guard.
4492 * m2-lang.h: Add include guard.
4493 * location.h: Rename include guard.
4494 * linux-record.h: Rename include guard.
4495 * linux-nat.h: Add include guard.
4496 * linux-fork.h: Add include guard.
4497 * i386-darwin-tdep.h: Rename include guard.
4498 * hppa-linux-offsets.h: Add include guard.
4499 * guile/guile.h: Rename include guard.
4500 * guile/guile-internal.h: Rename include guard.
4501 * gnu-nat.h: Rename include guard.
4502 * gdb-stabs.h: Rename include guard.
4503 * frv-tdep.h: Add include guard.
4504 * f-lang.h: Add include guard.
4505 * event-loop.h: Add include guard.
4506 * darwin-nat.h: Rename include guard.
4507 * cp-abi.h: Rename include guard.
4508 * config/sparc/nm-sol2.h: Rename include guard.
4509 * config/nm-nto.h: Rename include guard.
4510 * config/nm-linux.h: Add include guard.
4511 * config/i386/nm-i386gnu.h: Rename include guard.
4512 * config/djgpp/nl_types.h: Rename include guard.
4513 * config/djgpp/langinfo.h: Rename include guard.
4514 * compile/gcc-cp-plugin.h: Add include guard.
4515 * compile/gcc-c-plugin.h: Add include guard.
4516 * compile/compile.h: Rename include guard.
4517 * compile/compile-object-run.h: Rename include guard.
4518 * compile/compile-object-load.h: Rename include guard.
4519 * compile/compile-internal.h: Rename include guard.
4520 * compile/compile-cplus.h: Rename include guard.
4521 * compile/compile-c.h: Rename include guard.
4522 * common/xml-utils.h: Rename include guard.
4523 * common/x86-xstate.h: Rename include guard.
4524 * common/version.h: Rename include guard.
4525 * common/vec.h: Rename include guard.
4526 * common/tdesc.h: Rename include guard.
4527 * common/selftest.h: Rename include guard.
4528 * common/scoped_restore.h: Rename include guard.
4529 * common/scoped_mmap.h: Rename include guard.
4530 * common/scoped_fd.h: Rename include guard.
4531 * common/safe-iterator.h: Rename include guard.
4532 * common/run-time-clock.h: Rename include guard.
4533 * common/refcounted-object.h: Rename include guard.
4534 * common/queue.h: Rename include guard.
4535 * common/ptid.h: Rename include guard.
4536 * common/print-utils.h: Rename include guard.
4537 * common/preprocessor.h: Rename include guard.
4538 * common/pathstuff.h: Rename include guard.
4539 * common/observable.h: Rename include guard.
4540 * common/netstuff.h: Rename include guard.
4541 * common/job-control.h: Rename include guard.
4542 * common/host-defs.h: Rename include guard.
4543 * common/gdb_wait.h: Rename include guard.
4544 * common/gdb_vecs.h: Rename include guard.
4545 * common/gdb_unlinker.h: Rename include guard.
4546 * common/gdb_unique_ptr.h: Rename include guard.
4547 * common/gdb_tilde_expand.h: Rename include guard.
4548 * common/gdb_sys_time.h: Rename include guard.
4549 * common/gdb_string_view.h: Rename include guard.
4550 * common/gdb_splay_tree.h: Rename include guard.
4551 * common/gdb_setjmp.h: Rename include guard.
4552 * common/gdb_ref_ptr.h: Rename include guard.
4553 * common/gdb_optional.h: Rename include guard.
4554 * common/gdb_locale.h: Rename include guard.
4555 * common/gdb_assert.h: Rename include guard.
4556 * common/filtered-iterator.h: Rename include guard.
4557 * common/filestuff.h: Rename include guard.
4558 * common/fileio.h: Rename include guard.
4559 * common/environ.h: Rename include guard.
4560 * common/common-utils.h: Rename include guard.
4561 * common/common-types.h: Rename include guard.
4562 * common/common-regcache.h: Rename include guard.
4563 * common/common-inferior.h: Rename include guard.
4564 * common/common-gdbthread.h: Rename include guard.
4565 * common/common-exceptions.h: Rename include guard.
4566 * common/common-defs.h: Rename include guard.
4567 * common/common-debug.h: Rename include guard.
4568 * common/cleanups.h: Rename include guard.
4569 * common/buffer.h: Rename include guard.
4570 * common/btrace-common.h: Rename include guard.
4571 * common/break-common.h: Rename include guard.
4572 * cli/cli-utils.h: Rename include guard.
4573 * cli/cli-style.h: Rename include guard.
4574 * cli/cli-setshow.h: Rename include guard.
4575 * cli/cli-script.h: Rename include guard.
4576 * cli/cli-interp.h: Rename include guard.
4577 * cli/cli-decode.h: Rename include guard.
4578 * cli/cli-cmds.h: Rename include guard.
4579 * charset-list.h: Add include guard.
4580 * buildsym-legacy.h: Rename include guard.
4581 * bfin-tdep.h: Add include guard.
4582 * ax.h: Rename include guard.
4583 * arm-linux-tdep.h: Add include guard.
4584 * arm-fbsd-tdep.h: Add include guard.
4585 * arch/xtensa.h: Rename include guard.
4586 * arch/tic6x.h: Add include guard.
4587 * arch/i386.h: Add include guard.
4588 * arch/arm.h: Rename include guard.
4589 * arch/arm-linux.h: Rename include guard.
4590 * arch/arm-get-next-pcs.h: Rename include guard.
4591 * arch/amd64.h: Add include guard.
4592 * arch/aarch64-insn.h: Rename include guard.
4593 * arch-utils.h: Rename include guard.
4594 * annotate.h: Add include guard.
4595 * amd64-darwin-tdep.h: Rename include guard.
4596 * aarch64-linux-tdep.h: Add include guard.
4597 * aarch64-fbsd-tdep.h: Add include guard.
4598 * aarch32-linux-nat.h: Add include guard.
4599
ab9268d2
PW
46002019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4601
4602 * macrotab.c (macro_define_internal): New function that
4603 factorizes macro_define_object_internal and macro_define_function
4604 code.
4605 (macro_define_object_internal): Use macro_define_internal.
4606 (macro_define_function): Likewise.
4607
bb0da2b4
PW
46082019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4609
4610 * macrocmd.c (extract_identifier): Return
4611 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
4612 callers.
4613
424eb552
JB
46142019-02-06 John Baldwin <jhb@FreeBSD.org>
4615
4616 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
4617
1688cb29
TT
46182019-02-05 Tom Tromey <tom@tromey.com>
4619
4620 * target.c (target_stack::unpush): Move assertion earlier.
4621
b5eba2d8
TT
46222019-01-30 Tom Tromey <tom@tromey.com>
4623
4624 PR python/23615:
4625 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
4626 (gdbpy_parse_and_eval): Likewise.
4627 * python/python-internal.h (gdbpy_allow_threads): New class.
4628
7054e2ff
JB
46292019-01-28 John Baldwin <jhb@FreeBSD.org>
4630
4631 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
4632 (aarch64_fbsd_fpregmap): Move earlier.
4633 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
4634 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
4635 instead of individual calls to trad_frame_set_reg_addr.
4636 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
4637 earlier.
4638 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
4639 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
4640 instead of individual calls to trad_frame_set_reg_addr.
4641
36c25ffa
AH
46422019-01-28 Alan Hayward <alan.hayward@arm.com>
4643
4644 * CONTRIBUTE: Replace contribution list with wiki link.
4645
a0707f3c
TT
46462019-01-25 Tom Tromey <tom@tromey.com>
4647
4648 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
4649
0747795c
TT
46502019-01-25 Tom Tromey <tom@tromey.com>
4651
4652 * xtensa-linux-nat.c: Fix common/ includes.
4653 * xml-support.h: Fix common/ includes.
4654 * xml-support.c: Fix common/ includes.
4655 * x86-linux-nat.c: Fix common/ includes.
4656 * windows-nat.c: Fix common/ includes.
4657 * varobj.h: Fix common/ includes.
4658 * varobj.c: Fix common/ includes.
4659 * value.c: Fix common/ includes.
4660 * valops.c: Fix common/ includes.
4661 * utils.c: Fix common/ includes.
4662 * unittests/xml-utils-selftests.c: Fix common/ includes.
4663 * unittests/utils-selftests.c: Fix common/ includes.
4664 * unittests/unpack-selftests.c: Fix common/ includes.
4665 * unittests/tracepoint-selftests.c: Fix common/ includes.
4666 * unittests/style-selftests.c: Fix common/ includes.
4667 * unittests/string_view-selftests.c: Fix common/ includes.
4668 * unittests/scoped_restore-selftests.c: Fix common/ includes.
4669 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
4670 * unittests/scoped_fd-selftests.c: Fix common/ includes.
4671 * unittests/rsp-low-selftests.c: Fix common/ includes.
4672 * unittests/parse-connection-spec-selftests.c: Fix common/
4673 includes.
4674 * unittests/optional-selftests.c: Fix common/ includes.
4675 * unittests/offset-type-selftests.c: Fix common/ includes.
4676 * unittests/observable-selftests.c: Fix common/ includes.
4677 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
4678 * unittests/memrange-selftests.c: Fix common/ includes.
4679 * unittests/memory-map-selftests.c: Fix common/ includes.
4680 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
4681 * unittests/function-view-selftests.c: Fix common/ includes.
4682 * unittests/environ-selftests.c: Fix common/ includes.
4683 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
4684 * unittests/common-utils-selftests.c: Fix common/ includes.
4685 * unittests/cli-utils-selftests.c: Fix common/ includes.
4686 * unittests/array-view-selftests.c: Fix common/ includes.
4687 * ui-file.c: Fix common/ includes.
4688 * tui/tui-io.c: Fix common/ includes.
4689 * tracepoint.h: Fix common/ includes.
4690 * tracepoint.c: Fix common/ includes.
4691 * tracefile-tfile.c: Fix common/ includes.
4692 * top.h: Fix common/ includes.
4693 * top.c: Fix common/ includes.
4694 * thread.c: Fix common/ includes.
4695 * target/waitstatus.h: Fix common/ includes.
4696 * target/waitstatus.c: Fix common/ includes.
4697 * target.h: Fix common/ includes.
4698 * target.c: Fix common/ includes.
4699 * target-memory.c: Fix common/ includes.
4700 * target-descriptions.c: Fix common/ includes.
4701 * symtab.h: Fix common/ includes.
4702 * symfile.c: Fix common/ includes.
4703 * stap-probe.c: Fix common/ includes.
4704 * spu-linux-nat.c: Fix common/ includes.
4705 * sparc-nat.c: Fix common/ includes.
4706 * source.c: Fix common/ includes.
4707 * solib.c: Fix common/ includes.
4708 * solib-target.c: Fix common/ includes.
4709 * ser-unix.c: Fix common/ includes.
4710 * ser-tcp.c: Fix common/ includes.
4711 * ser-pipe.c: Fix common/ includes.
4712 * ser-base.c: Fix common/ includes.
4713 * selftest-arch.c: Fix common/ includes.
4714 * s12z-tdep.c: Fix common/ includes.
4715 * rust-exp.y: Fix common/ includes.
4716 * rs6000-aix-tdep.c: Fix common/ includes.
4717 * riscv-tdep.c: Fix common/ includes.
4718 * remote.c: Fix common/ includes.
4719 * remote-notif.h: Fix common/ includes.
4720 * remote-fileio.h: Fix common/ includes.
4721 * remote-fileio.c: Fix common/ includes.
4722 * regcache.h: Fix common/ includes.
4723 * regcache.c: Fix common/ includes.
4724 * record-btrace.c: Fix common/ includes.
4725 * python/python.c: Fix common/ includes.
4726 * python/py-type.c: Fix common/ includes.
4727 * python/py-inferior.c: Fix common/ includes.
4728 * progspace.h: Fix common/ includes.
4729 * producer.c: Fix common/ includes.
4730 * procfs.c: Fix common/ includes.
4731 * proc-api.c: Fix common/ includes.
4732 * printcmd.c: Fix common/ includes.
4733 * ppc-linux-nat.c: Fix common/ includes.
4734 * parser-defs.h: Fix common/ includes.
4735 * osdata.c: Fix common/ includes.
4736 * obsd-nat.c: Fix common/ includes.
4737 * nat/x86-linux.c: Fix common/ includes.
4738 * nat/x86-linux-dregs.c: Fix common/ includes.
4739 * nat/x86-dregs.h: Fix common/ includes.
4740 * nat/x86-dregs.c: Fix common/ includes.
4741 * nat/ppc-linux.c: Fix common/ includes.
4742 * nat/mips-linux-watch.h: Fix common/ includes.
4743 * nat/mips-linux-watch.c: Fix common/ includes.
4744 * nat/linux-waitpid.c: Fix common/ includes.
4745 * nat/linux-ptrace.h: Fix common/ includes.
4746 * nat/linux-ptrace.c: Fix common/ includes.
4747 * nat/linux-procfs.c: Fix common/ includes.
4748 * nat/linux-personality.c: Fix common/ includes.
4749 * nat/linux-osdata.c: Fix common/ includes.
4750 * nat/linux-namespaces.c: Fix common/ includes.
4751 * nat/linux-btrace.h: Fix common/ includes.
4752 * nat/linux-btrace.c: Fix common/ includes.
4753 * nat/fork-inferior.c: Fix common/ includes.
4754 * nat/amd64-linux-siginfo.c: Fix common/ includes.
4755 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
4756 * nat/aarch64-linux.c: Fix common/ includes.
4757 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
4758 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
4759 * namespace.h: Fix common/ includes.
4760 * mips-linux-tdep.c: Fix common/ includes.
4761 * minsyms.c: Fix common/ includes.
4762 * mi/mi-parse.h: Fix common/ includes.
4763 * mi/mi-main.c: Fix common/ includes.
4764 * mi/mi-cmd-env.c: Fix common/ includes.
4765 * memrange.h: Fix common/ includes.
4766 * memattr.c: Fix common/ includes.
4767 * maint.h: Fix common/ includes.
4768 * maint.c: Fix common/ includes.
4769 * main.c: Fix common/ includes.
4770 * machoread.c: Fix common/ includes.
4771 * location.c: Fix common/ includes.
4772 * linux-thread-db.c: Fix common/ includes.
4773 * linux-nat.c: Fix common/ includes.
4774 * linux-fork.c: Fix common/ includes.
4775 * inline-frame.c: Fix common/ includes.
4776 * infrun.c: Fix common/ includes.
4777 * inflow.c: Fix common/ includes.
4778 * inferior.h: Fix common/ includes.
4779 * inferior.c: Fix common/ includes.
4780 * infcmd.c: Fix common/ includes.
4781 * inf-ptrace.c: Fix common/ includes.
4782 * inf-child.c: Fix common/ includes.
4783 * ia64-linux-nat.c: Fix common/ includes.
4784 * i387-tdep.c: Fix common/ includes.
4785 * i386-tdep.c: Fix common/ includes.
4786 * i386-linux-tdep.c: Fix common/ includes.
4787 * i386-linux-nat.c: Fix common/ includes.
4788 * i386-go32-tdep.c: Fix common/ includes.
4789 * i386-fbsd-tdep.c: Fix common/ includes.
4790 * i386-fbsd-nat.c: Fix common/ includes.
4791 * guile/scm-type.c: Fix common/ includes.
4792 * guile/guile.c: Fix common/ includes.
4793 * go32-nat.c: Fix common/ includes.
4794 * gnu-nat.c: Fix common/ includes.
4795 * gdbthread.h: Fix common/ includes.
4796 * gdbarch-selftests.c: Fix common/ includes.
4797 * gdb_usleep.c: Fix common/ includes.
4798 * gdb_select.h: Fix common/ includes.
4799 * gdb_bfd.c: Fix common/ includes.
4800 * gcore.c: Fix common/ includes.
4801 * fork-child.c: Fix common/ includes.
4802 * findvar.c: Fix common/ includes.
4803 * fbsd-nat.c: Fix common/ includes.
4804 * event-top.c: Fix common/ includes.
4805 * event-loop.c: Fix common/ includes.
4806 * dwarf2read.c: Fix common/ includes.
4807 * dwarf2loc.c: Fix common/ includes.
4808 * dwarf2-frame.c: Fix common/ includes.
4809 * dwarf-index-cache.c: Fix common/ includes.
4810 * dtrace-probe.c: Fix common/ includes.
4811 * disasm-selftests.c: Fix common/ includes.
4812 * defs.h: Fix common/ includes.
4813 * csky-tdep.c: Fix common/ includes.
4814 * cp-valprint.c: Fix common/ includes.
4815 * cp-support.h: Fix common/ includes.
4816 * cp-support.c: Fix common/ includes.
4817 * corelow.c: Fix common/ includes.
4818 * completer.h: Fix common/ includes.
4819 * completer.c: Fix common/ includes.
4820 * compile/compile.c: Fix common/ includes.
4821 * compile/compile-loc2c.c: Fix common/ includes.
4822 * compile/compile-cplus-types.c: Fix common/ includes.
4823 * compile/compile-cplus-symbols.c: Fix common/ includes.
4824 * command.h: Fix common/ includes.
4825 * cli/cli-dump.c: Fix common/ includes.
4826 * cli/cli-cmds.c: Fix common/ includes.
4827 * charset.c: Fix common/ includes.
4828 * build-id.c: Fix common/ includes.
4829 * btrace.h: Fix common/ includes.
4830 * btrace.c: Fix common/ includes.
4831 * breakpoint.h: Fix common/ includes.
4832 * breakpoint.c: Fix common/ includes.
4833 * ax.h:
4834 (enum agent_op): Fix common/ includes.
4835 * ax-general.c (struct aop_map): Fix common/ includes.
4836 * ax-gdb.c: Fix common/ includes.
4837 * auxv.c: Fix common/ includes.
4838 * auto-load.c: Fix common/ includes.
4839 * arm-tdep.c: Fix common/ includes.
4840 * arch/riscv.c: Fix common/ includes.
4841 * arch/ppc-linux-common.c: Fix common/ includes.
4842 * arch/i386.c: Fix common/ includes.
4843 * arch/arm.c: Fix common/ includes.
4844 * arch/arm-linux.c: Fix common/ includes.
4845 * arch/arm-get-next-pcs.c: Fix common/ includes.
4846 * arch/amd64.c: Fix common/ includes.
4847 * arch/aarch64.c: Fix common/ includes.
4848 * arch/aarch64-insn.c: Fix common/ includes.
4849 * arch-utils.c: Fix common/ includes.
4850 * amd64-windows-tdep.c: Fix common/ includes.
4851 * amd64-tdep.c: Fix common/ includes.
4852 * amd64-sol2-tdep.c: Fix common/ includes.
4853 * amd64-obsd-tdep.c: Fix common/ includes.
4854 * amd64-nbsd-tdep.c: Fix common/ includes.
4855 * amd64-linux-tdep.c: Fix common/ includes.
4856 * amd64-linux-nat.c: Fix common/ includes.
4857 * amd64-fbsd-tdep.c: Fix common/ includes.
4858 * amd64-fbsd-nat.c: Fix common/ includes.
4859 * amd64-dicos-tdep.c: Fix common/ includes.
4860 * amd64-darwin-tdep.c: Fix common/ includes.
4861 * agent.c: Fix common/ includes.
4862 * ada-lang.h: Fix common/ includes.
4863 * ada-lang.c: Fix common/ includes.
4864 * aarch64-tdep.c: Fix common/ includes.
4865
2f5c153e
TT
48662019-01-25 Tom Tromey <tom@tromey.com>
4867
4868 * common/create-version.sh: Use common/version.h.
4869
adc6a863
PA
48702019-01-24 Pedro Alves <palves@redhat.com>
4871
4872 * infrun.c (signal_stop, signal_print, signal_program)
4873 (signal_catch, signal_pass): Now arrays instead of pointers.
4874 (update_signals_program_target, do_target_resume)
4875 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
4876 * linux-nat.c (linux_nat_target::pass_signals)
4877 (linux_nat_target::create_inferior, linux_nat_target::attach):
4878 Adjust.
4879 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
4880 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
4881 * procfs.c (procfs_target::pass_signals): Adjust.
4882 * record-full.c (record_full_target::resume): Adjust.
4883 * remote.c (remote_target::pass_signals)
4884 (remote_target::program_signals): Adjust.
4885 * target-debug.h (target_debug_print_signals): Now takes a
4886 gdb::array_view as parameter. Adjust.
4887 * target.h (target_ops) <pass_signals, program_signals>: Replace
4888 pointer and length parameters with gdb::array_view.
4889 (target_pass_signals, target_program_signals): Likewise.
4890 * target-delegates.c: Regenerate.
4891
3046d67a
PA
48922019-01-24 Pedro Alves <palves@redhat.com>
4893
4894 * common/forward-scope-exit.h
4895 (forward_scope_exit::forward_scope_exit): Pass arguments to
4896 m_bind_function directly, instead of creating a std::bind and
4897 copying that.
4898
353229bf
AH
48992019-01-24 Alan Hayward <alan.hayward@arm.com>
4900
4901 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
4902 for static members.
4903 (pass_in_v_vfp_candidate): Likewise.
4904
311dc83a
TT
49052019-01-23 Tom Tromey <tom@tromey.com>
4906 Pedro Alves <palves@redhat.com>
4907
4908 * regcache.c (class regcache_invalidator): Remove.
4909 (regcache::raw_write): Use make_scope_exit.
4910
296bd123
TT
49112019-01-23 Tom Tromey <tom@tromey.com>
4912
4913 * ui-out.h (class ui_out_emit_type): Update comment.
4914
979a0d13
TT
49152019-01-23 Tom Tromey <tom@tromey.com>
4916
4917 * infrun.c (fetch_inferior_event): Update comment.
4918
d238133d
TT
49192019-01-23 Tom Tromey <tom@tromey.com>
4920 Pedro Alves <palves@redhat.com>
4921
4922 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
4923 parameter.
4924 (fetch_inferior_event): Use SCOPE_EXIT.
4925
4926
9885e6bb
TT
49272019-01-23 Tom Tromey <tom@tromey.com>
4928 Pedro Alves <palves@redhat.com>
4929
4930 * infrun.c (disable_thread_events): Delete.
4931 (stop_all_threads): Use SCOPE_EXIT.
4932
286526c1
TT
49332019-01-23 Tom Tromey <tom@tromey.com>
4934 Pedro Alves <palves@redhat.com>
4935
4936 * symfile.c: Include forward-scope-exit.h.
4937 (clear_symtab_users_cleanup): Replace forward declaration with
4938 a FORWARD_SCOPE_EXIT.
4939 (syms_from_objfile_1): Use the forward_scope_exit and
4940 gdb::optional instead of cleanup_function.
4941 (reread_symbols): Use the forward_scope_exit instead of
4942 cleanup_function.
4943 (clear_symtab_users_cleanup): Remove function.
4944
1db93f14
TT
49452019-01-23 Tom Tromey <tom@tromey.com>
4946 Pedro Alves <palves@redhat.com>
4947
4948 * linux-nat.c: Include scope-exit.h.
4949 (cleanup_target_stop): Remove.
4950 (linux_nat_target::static_tracepoint_markers_by_strid): Use
4951 SCOPE_EXIT.
4952
2cc83d1e
TT
49532019-01-23 Tom Tromey <tom@tromey.com>
4954 Pedro Alves <palves@redhat.com>
4955
4956 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
4957 (call_function_by_hand_dummy): Use SCOPE_EXIT.
4958
694c6bf5
TT
49592019-01-23 Tom Tromey <tom@tromey.com>
4960 Andrew Burgess <andrew.burgess@embecosm.com>
4961 Pedro Alves <palves@redhat.com>
4962
4963 * infrun.c (fetch_inferior_event): Use scope_exit.
4964 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
4965 * top.c (execute_command): Use scope_exit.
4966 * breakpoint.c (bpstat_do_actions): Use scope_exit.
4967 * utils.c (do_bpstat_clear_actions_cleanup)
4968 (make_bpstat_clear_actions_cleanup): Remove.
4969
4c41382a
TT
49702019-01-23 Tom Tromey <tom@tromey.com>
4971 Pedro Alves <palves@redhat.com>
4972
4973 * infrun.c: Include "common/scope-exit.h"
4974 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
4975 (wait_for_inferior): Use SCOPE_EXIT.
4976 (fetch_inferior_event): Use scope_exit.
4977
89f8fb50
TT
49782019-01-23 Tom Tromey <tom@tromey.com>
4979 Pedro Alves <palves@redhat.com>
4980
4981 * breakpoint.c (create_breakpoint): Remove cleanup.
4982
5419bdae
TT
49832019-01-23 Tom Tromey <tom@tromey.com>
4984 Andrew Burgess <andrew.burgess@embecosm.com>
4985 Pedro Alves <palves@redhat.com>
4986
e587ef42
PA
49872019-01-23 Pedro Alves <palves@redhat.com>
4988
4989 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
4990
77f0e74c
PA
49912019-01-23 Pedro Alves <palves@redhat.com>
4992 Andrew Burgess <andrew.burgess@embecosm.com>
4993
4994 * gdbthread.h: Include "common/forward-scope-exit.h".
4995 (scoped_finish_thread_state): Redefine custom class in terms of
4996 forward_scope_exit.
4997
5b9b3e53
PA
49982019-01-23 Pedro Alves <palves@redhat.com>
4999 Andrew Burgess <andrew.burgess@embecosm.com>
5000
5001 * common/forward-scope-exit.h: New file.
5002
54b65c9b
PA
50032019-01-23 Pedro Alves <palves@redhat.com>
5004 Andrew Burgess <andrew.burgess@embecosm.com>
5005 Tom Tromey <tom@tromey.com>
5006
5007 * common/scope-exit.h: New file.
5008
cf08fb29
PA
50092019-01-23 Pedro Alves <palves@redhat.com>
5010
5011 * common/preprocessor.h (ESC): Rename to ...
5012 (ESC_PARENS): ... this.
5013 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
5014 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
5015
ae73e2e2
TT
50162019-01-23 Tom Tromey <tom@tromey.com>
5017
5018 * language.h (class scoped_switch_to_sym_language_if_auto):
5019 Initialize m_lang in both cases.
5020
6594e122
AH
50212019-01-23 Alan Hayward <alan.hayward@arm.com>
5022
5023 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
5024 with XCNEW.
5025
a7c9855d
TT
50262019-01-22 Tom Tromey <tom@tromey.com>
5027
5028 * corelow.c: Do not include sys/file.h.
5029
93cc1d53
TT
50302019-01-22 Tom Tromey <tom@tromey.com>
5031
5032 * tui/tui-wingeneral.h: Include gdb_curses.h.
5033
38561778
TT
50342019-01-22 Tom Tromey <tom@tromey.com>
5035
5036 * source-cache.h (class source_cache) <get_source_lines,
5037 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
5038
37b3ab5b
TT
50392019-01-22 Tom Tromey <tom@tromey.com>
5040
5041 * remote-fileio.h (struct remote_target): Declare.
5042
3fabc016
TT
50432019-01-22 Tom Tromey <tom@tromey.com>
5044
5045 * python/py-arch.c: Do not include py-ref.h.
5046 * python/py-bpevent.c: Do not include py-ref.h.
5047 * python/py-cmd.c: Do not include py-ref.h.
5048 * python/py-continueevent.c: Do not include py-ref.h.
5049 * python/py-event.h: Do not include py-ref.h.
5050 * python/py-evtregistry.c: Do not include py-ref.h.
5051 * python/py-finishbreakpoint.c: Do not include py-ref.h.
5052 * python/py-frame.c: Do not include py-ref.h.
5053 * python/py-framefilter.c: Do not include py-ref.h.
5054 * python/py-function.c: Do not include py-ref.h.
5055 * python/py-infevents.c: Do not include py-ref.h.
5056 * python/py-linetable.c: Do not include py-ref.h.
5057 * python/py-objfile.c: Do not include py-ref.h.
5058 * python/py-param.c: Do not include py-ref.h.
5059 * python/py-prettyprint.c: Do not include py-ref.h.
5060 * python/py-progspace.c: Do not include py-ref.h.
5061 * python/py-symbol.c: Do not include py-ref.h.
5062 * python/py-symtab.c: Do not include py-ref.h.
5063 * python/py-type.c: Do not include py-ref.h.
5064 * python/py-unwind.c: Do not include py-ref.h.
5065 * python/py-utils.c: Do not include py-ref.h.
5066 * python/py-value.c: Do not include py-ref.h.
5067 * python/py-varobj.c: Do not include py-ref.h.
5068 * python/py-xmethods.c: Do not include py-ref.h.
5069 * python/python.c: Do not include py-ref.h.
5070 * varobj.c: Do not include py-ref.h.
5071
6b4d7774
TT
50722019-01-22 Tom Tromey <tom@tromey.com>
5073
5074 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
5075 keyword for bcache.
5076
7af7e9b5
TT
50772019-01-22 Tom Tromey <tom@tromey.com>
5078
5079 * compile/compile-cplus-types.c: Remove a comment by #include.
5080
951d1049
TT
50812019-01-22 Tom Tromey <tom@tromey.com>
5082
5083 * compile/gcc-c-plugin.h: Include compile-internal.h.
5084
d65d5705
TT
50852019-01-22 Tom Tromey <tom@tromey.com>
5086
5087 * stabsread.c (EXTERN): Do not define.
5088 (symnum, next_symbol_text_func, processing_gcc_compilation)
5089 (within_function, global_sym_chain, global_stabs)
5090 (previous_stab_code, this_object_header_files)
5091 (n_this_object_header_files)
5092 (n_allocated_this_object_header_files): Define.
5093 * stabsread.h (EXTERN): Never define. Use "extern".
5094
b6fb1ee5
PW
50952019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5096
5097 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
5098 history_value.
5099
be6d4f74
TT
51002019-01-21 Tom Tromey <tom@tromey.com>
5101
5102 * ui-out.c: Fix includes.
5103 * tui/tui-source.c: Fix includes.
5104 * target.c: Fix includes.
5105 * remote.c: Fix includes.
5106 * regcache.c: Fix includes.
5107 * python/py-block.c: Fix includes.
5108 * printcmd.c: Fix includes.
5109 * or1k-tdep.c: Fix includes.
5110 * mi/mi-main.c: Fix includes.
5111 * m32r-tdep.c: Fix includes.
5112 * csky-tdep.c: Fix includes.
5113 * compile/compile-cplus-types.c: Fix includes.
5114 * cli/cli-interp.c: Fix includes.
5115
73021deb
AH
51162019-01-21 Alan Hayward <alan.hayward@arm.com>
5117
5118 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
5119 for padding.
5120
7932255d
TT
51212019-01-16 Tom Tromey <tom@tromey.com>
5122
5123 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
5124 earlier.
5125 (struct objfile) <msymbols_range>: Move from top level.
5126 <msymbols>: New method.
5127 (class objfile_msymbols): Remove.
5128 * symtab.c (default_collect_symbol_completion_matches_break_on):
5129 Update.
5130 * symmisc.c (dump_msymbols): Update.
5131 * stabsread.c (scan_file_globals): Update.
5132 * objc-lang.c (info_selectors_command, info_classes_command)
5133 (find_methods): Update.
5134 * minsyms.c (find_solib_trampoline_target): Update.
5135 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
5136 * coffread.c (coff_symfile_read): Update.
5137 * ada-lang.c (ada_lookup_simple_minsym)
5138 (ada_collect_symbol_completion_matches): Update.
5139
604b1bfb
TT
51402019-01-16 Tom Tromey <tom@tromey.com>
5141
5142 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
5143 type. Remove no-argument constructor.
5144 <iterator::operator++>: Simplify.
5145 <begin>: Update.
5146 <end>: Use minimal_symbol_count.
5147
f252c6d5
TT
51482019-01-16 Tom Tromey <tom@tromey.com>
5149
5150 * objfiles.h (struct objfile) <psymtabs>: New method.
5151 (class objfile_psymtabs): Remove.
5152 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
5153 typedef.
5154 <range>: New method.
5155 (require_partial_symbols): Change return type.
5156 * psymtab.c (require_partial_symbols)
5157 (psym_expand_symtabs_matching): Update.
5158 * mdebugread.c (parse_partial_symbols): Update.
5159 * dbxread.c (dbx_end_psymtab): Update.
5160
b669c953
TT
51612019-01-15 Tom Tromey <tom@tromey.com>
5162
5163 * symtab.c (lookup_objfile_from_block)
5164 (lookup_symbol_in_objfile_symtabs)
5165 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
5166 (find_line_symtab, info_sources_command)
5167 (default_collect_symbol_completion_matches_break_on)
5168 (make_source_files_completion_list): Update.
5169 * symmisc.c (print_objfile_statistics, dump_objfile)
5170 (maintenance_print_symbols, maintenance_info_symtabs)
5171 (maintenance_check_symtabs, maintenance_info_line_tables):
5172 Update.
5173 * source.c (select_source_symtab)
5174 (forget_cached_source_info_for_objfile): Update.
5175 * objfiles.h (class objfile_compunits): Remove.
5176 (struct objfile) <compunits_range>: New typedef.
5177 (compunits): New method.
5178 * objfiles.c (objfile_relocate1): Update.
5179 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
5180 * maint.c (count_symtabs_and_blocks): Update.
5181 * linespec.c (iterate_over_all_matching_symtabs): Update.
5182 * cp-support.c (add_symbol_overload_list_qualified): Update.
5183 * coffread.c (coff_symtab_read): Update.
5184 * ada-lang.c (add_nonlocal_symbols)
5185 (ada_collect_symbol_completion_matches)
5186 (ada_add_global_exceptions): Update.
5187
7e955d83
TT
51882019-01-15 Tom Tromey <tom@tromey.com>
5189
5190 * progspace.h (program_space) <objfiles_safe_range>: New
5191 typedef.
5192 <objfiles_safe>: New method.
5193 * objfiles.h (class all_objfiles_safe): Remove.
5194 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
5195 * jit.c (jit_inferior_exit_hook): Update.
5196
2030c079
TT
51972019-01-17 Tom Tromey <tom@tromey.com>
5198
5199 * progspace.h (program_space) <objfiles_range>: New typedef.
5200 <objfiles>: New method.
5201 <objfiles_head>: Rename from objfiles.
5202 (object_files): Update.
5203 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
5204 * guile/scm-pretty-print.c
5205 (ppscm_find_pretty_printer_from_objfiles): Update.
5206 * guile/scm-objfile.c (gdbscm_objfiles): Update.
5207 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
5208 Update.
5209 * python/py-progspace.c (pspy_get_objfiles): Update.
5210 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
5211 Update.
5212 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
5213 (objfpy_lookup_objfile_by_build_id): Update.
5214 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
5215 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
5216 Update.
5217 * symtab.c (iterate_over_symtabs, matching_obj_sections)
5218 (expand_symtab_containing_pc, lookup_objfile_from_block)
5219 (lookup_static_symbol, basic_lookup_transparent_type)
5220 (find_pc_sect_compunit_symtab, find_symbol_at_address)
5221 (find_line_symtab, info_sources_command)
5222 (default_collect_symbol_completion_matches_break_on)
5223 (make_source_files_completion_list, find_main_name): Update.
5224 * symmisc.c (print_symbol_bcache_statistics)
5225 (print_objfile_statistics, maintenance_print_symbols)
5226 (maintenance_print_msymbols, maintenance_print_objfiles)
5227 (maintenance_info_symtabs, maintenance_check_symtabs)
5228 (maintenance_expand_symtabs, maintenance_info_line_tables):
5229 Update.
5230 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
5231 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
5232 (map_overlay_command, unmap_overlay_command)
5233 (simple_overlay_update, expand_symtabs_matching)
5234 (map_symbol_filenames): Update.
5235 * symfile-debug.c (set_debug_symfile): Update.
5236 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
5237 Update.
5238 * source.c (select_source_symtab, forget_cached_source_info):
5239 Update.
5240 * solib.c (solib_read_symbols): Update.
5241 * solib-spu.c (append_ocl_sos): Update.
5242 * psymtab.c (maintenance_print_psymbols)
5243 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
5244 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
5245 * printcmd.c (info_symbol_command): Update.
5246 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
5247 Update.
5248 * objfiles.h (class all_objfiles): Remove.
5249 * objfiles.c (have_partial_symbols, have_full_symbols)
5250 (have_minimal_symbols, qsort_cmp, update_section_map)
5251 (shared_objfile_contains_address_p)
5252 (default_iterate_over_objfiles_in_search_order): Update.
5253 * objc-lang.c (info_selectors_command, info_classes_command)
5254 (find_methods): Update.
5255 * minsyms.c (find_solib_trampoline_target): Update.
5256 * maint.c (maintenance_info_sections)
5257 (maintenance_translate_address, count_symtabs_and_blocks):
5258 Update.
5259 * main.c (captured_main_1): Update.
5260 * linux-thread-db.c (try_thread_db_load_from_pdir)
5261 (has_libpthread): Update.
5262 * linespec.c (iterate_over_all_matching_symtabs)
5263 (search_minsyms_for_name): Update.
5264 * jit.c (jit_find_objf_with_entry_addr): Update.
5265 * hppa-tdep.c (find_unwind_entry)
5266 (hppa_lookup_stub_minimal_symbol): Update.
5267 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
5268 Update.
5269 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
5270 (elf_gnu_ifunc_resolve_by_got): Update.
5271 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
5272 * dwarf-index-write.c (save_gdb_index_command): Update.
5273 * cp-support.c (add_symbol_overload_list_qualified): Update.
5274 * breakpoint.c (create_overlay_event_breakpoint)
5275 (create_longjmp_master_breakpoint)
5276 (create_std_terminate_master_breakpoint)
5277 (create_exception_master_breakpoint): Update.
5278 * blockframe.c (find_pc_partial_function): Update.
5279 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
5280 (ada_collect_symbol_completion_matches)
5281 (ada_add_global_exceptions): Update.
5282
776489e0
TT
52832019-01-17 Tom Tromey <tom@tromey.com>
5284
5285 * solib-target.c (lm_info_target_p): Remove typedef. Don't
5286 declare VEC.
5287 (solib_target_parse_libraries): Change return type.
5288 (library_list_start_segment, library_list_start_section)
5289 (library_list_end_library, library_list_start_library); Update.
5290 (solib_target_free_library_list): Remove.
5291 (solib_target_parse_libraries): Remove cleanup. Change return
5292 type.
5293 (solib_target_current_sos): Update.
5294
6471e7d2
TT
52952019-01-17 Tom Tromey <tromey@bapiya>
5296
5297 * valprint.c: Replace "the the" with "the".
5298 * symtab.c: Replace "the the" with "the".
5299 * solib.c: Replace "the the" with "the".
5300 * solib-dsbt.c: Replace "the the" with "the".
5301 * linespec.c: Replace "the the" with "the".
5302 * dwarf2loc.h: Replace "the the" with "the".
5303 * amd64-windows-tdep.c: Replace "the the" with "the".
5304 * aarch64-tdep.c: Replace "the the" with "the".
5305
c24bdb02
KS
53062019-01-16 Keith Seitz <keiths@redhat.com>
5307
5308 PR gdb/23773
5309 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
5310 <builder>: Rename to ..
5311 <m_builder>: ... this and make private.
5312 (dwarf2_cu::get_builder): New method. Change all users of
5313 `builder' to use this method.
5314 (dwarf2_start_symtab): Move to ...
5315 (dwarf2_cu::start_symtab): ... here. Update all callers
5316 (setup_type_unit_groups): Move to ...
5317 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
5318 callers.
5319 (dwarf2_cu::reset_builder): New method.
5320 (process_full_compunit, process_full_type_unit): Use
5321 dwarf2_cu::reset_builder.
5322 (follow_die_offset): Record the ancestor CU if it is different
5323 from the followed DIE's CU.
5324 (follow_die_sig_1): Likewise.
5325
8d64371b
TT
53262019-01-15 Tom Tromey <tom@tromey.com>
5327
5328 * remote.c (class remote_state) <buf>: Now a char_vector.
5329 <buf_size>: Remove.
5330 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
5331 parameter.
5332 (remote_target::getpkt_or_notif_sane_1)
5333 (remote_target::getpkt_sane)
5334 (remote_target::getpkt_or_notif_sane): Likewise.
5335 (class remote_target) <putpkt>: New overload.
5336 (remote_target::read_frame): Change type of "buf_p". Remove
5337 sizeof_p parameter.
5338 (packet_ok): New overload.
5339 (packet_check_result): New overload.
5340 Update all uses.
5341
bb277751
TT
53422019-01-14 Tom Tromey <tom@tromey.com>
5343
5344 * remote-notif.c (handle_notification, remote_notif_ack)
5345 (remote_notif_parse): Make "buf" const.
5346 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
5347 const.
5348 (remote_notif_parse, remote_notif_ack, handle_notification):
5349 Likewise.
5350 * remote.c (remote_notif_stop_parse): Make "buf" const.
5351 (remote_target::remote_parse_stop_reply): Make "buf" const.
5352 (remote_notif_stop_ack): Make "buf" const.
5353
05be00a8
TT
53542019-01-14 Tom Tromey <tom@tromey.com>
5355
5356 * remote.c (remote_console_output): Make parameter const.
5357
491adeca
TT
53582019-01-14 Tom Tromey <tom@tromey.com>
5359
5360 * target-debug.h (target_debug_print_signals): Constify.
5361 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
5362 * procfs.c (procfs_target::pass_signals): Update.
5363 * linux-nat.c (linux_nat_target::pass_signals): Update.
5364 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
5365 * target-delegates.c: Rebuild.
5366 * remote.c (remote_target::program_signals): Update.
5367 (remote_target::pass_signals): Update.
5368 * target.c (target_pass_signals): Constify argument.
5369 (target_program_signals): Likewise.
5370 * target.h (struct target_ops) <pass_signals, program_signals>:
5371 Constify argument.
5372 (target_pass_signals, target_program_signals): Constify argument.
5373
bbd94648
TT
53742019-01-14 Tom Tromey <tom@tromey.com>
5375
5376 PR tui/28819:
5377 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
5378
6f072a10
PFC
53792019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5380
5381 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
5382 field.
5383 * rs6000-tdep.c: Include reggroups.h.
5384 (IS_V_ALIAS_PSEUDOREG): Define.
5385 (rs6000_register_name): Return names for the "vX" aliases.
5386 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
5387 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
5388 aliases. Call default_register_reggroup_p for all other
5389 pseudo-registers.
5390 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
5391 New functions.
5392 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
5393 Handle "vX" aliases.
5394 (v_alias_pseudo_register_collect): New function.
5395 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
5396 (rs6000_gdbarch_init): Initialize "vX" aliases as
5397 pseudo-registers. Restore registration of
5398 rs6000_pseudo_register_reggroup_p with
5399 set_tdesc_pseudo_register_reggroup_p.
5400
1a782351
MF
54012019-01-13 Max Filippov <jcmvbkbc@gmail.com>
5402
5403 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
5404 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
5405 set_gdbarch_num_pseudo_regs.
5406
d73cff18
PW
54072019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5408
5409 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
5410 Remove arg prefixname, add do_set and do_show.
5411 Add member functions set_list and show_list.
5412 * cli/cli-style.c (class cli_style_option): Update accordingly.
5413 (style_set_list): Move to file scope.
5414 (style_show_list): Likewise.
5415 (set_style): Call help_list.
5416 (show_style): Call cmd_show_list.
5417 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
5418 Update to use the new macro.
5419
60a90376
JB
54202019-10-12 Joel Brobecker <brobecker@adacore.com>
5421
5422 * ada-lang.c (_initialize_ada_language): Expand the help text
5423 for the "catch exception" command.
5424
9d7c67bf
PW
54252019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5426
5427 * symtab.c (matching_obj_sections): Initialize obj,
5428 declare it closer to its usage.
5429
7cf47dc4
TT
54302019-01-10 Tom Tromey <tom@tromey.com>
5431
5432 * thread-iter.h (inf_threads_iterator): Use next_iterator.
5433 (basic_inf_threads_range): Remove.
5434 (inf_threads_range, inf_non_exited_threads_range)
5435 (safe_inf_threads_range): Use next_adapter.
5436
d3cb6808
KS
54372019-01-10 Keith Seitz <keiths@redhat.com>
5438
5439 PR gdb/23712
5440 PR symtab/23010
5441 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
5442 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
5443
63a20375
KS
54442019-01-10 Keith Seitz <keiths@redhat.com>
5445
5446 PR gdb/23712
5447 PR symtab/23010
5448 * dictionary.c (pending_to_vector): Remove.
5449 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
5450 Remove _1 suffix, replacing functions of the same name. Update
5451 all callers.
5452 (dict_create_hashed, dict_create_hashed_expandable)
5453 (dict_create_linear, dict_create_linear_expandable, dict_free)
5454 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
5455 Make functions static.
5456
b026f593
KS
54572019-01-10 Keith Seitz <keiths@redhat.com>
5458
5459 PR gdb/23712
5460 PR symtab/23010
5461 * dictionary.h (struct dictionary): Replace declaration with
5462 multidictionary.
5463 (dict_create_hashed, dict_create_hashed_expandable)
5464 (dict_create_linear, dict_create_linear_expandable)
5465 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
5466 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
5467 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
5468 taking multidictionary argument.
5469 [ALL_DICT_SYMBOLS]: Update for multidictionary.
5470 * block.h (struct block) <dict>: Change to multidictionary
5471 and rename `multidict'.
5472 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
5473 symmisc.c: Update all dictionary references to multidictionary.
5474
c7748ee9
KS
54752019-01-10 Keith Seitz <keiths@redhat.com>
5476
5477 PR gdb/23712
5478 PR symtab/23010
5479 * dictionary.c: Include unordered_map.
5480 (pending_to_vector): New function.
5481 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
5482 Rewrite the non-"_1" functions to take vector instead
5483 of linked list.
5484 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
5485 "new" _1 versions of the same name.
5486 (multidictionary): Define.
5487 (std::hash<enum language): New definition.
5488 (collate_pending_symbols_by_language, mdict_create_hashed)
5489 (mdict_create_hashed_expandable, mdict_create_linear)
5490 (mdict_create_linear_expandable, mdict_free)
5491 (find_language_dictionary, create_new_language_dictionary)
5492 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
5493 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
5494 (mdict_size, mdict_empty): New functions.
5495 * dictionary.h (mdict_iterator): Define.
5496
67aa1f3c
PA
54972019-01-10 Pedro Alves <palves@redhat.com>
5498
5499 * breakpoint.c (read_uploaded_action)
5500 (create_tracepoint_from_upload): Adjust to use
5501 gdb::unique_xmalloc_ptr.
5502 * ctf.c (ctf_write_uploaded_tp):
5503 (SET_ARRAY_FIELD): Use emplace_back.
5504 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
5505 * tracefile-tfile.c (tfile_write_uploaded_tp):
5506 * tracepoint.c (parse_tracepoint_definition): Adjust to use
5507 gdb::unique_xmalloc_ptr.
5508 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
5509 at_string, cond_string, cmd_strings>: Replace char pointers
5510 with gdb::unique_xmalloc_ptr.
5511
2f667667
PA
55122019-01-10 Pedro Alves <palves@redhat.com>
5513
5514 * solib-target.c (library_list_start_library): Don't xstrdup name.
5515
36cb7237
PA
55162019-01-10 Pedro Alves <palves@redhat.com>
5517
5518 * mdebugread.c (parse_partial_symbols): Use
5519 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
5520
da584958
AB
55212019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
5522
5523 * linux-fork.c (scoped_switch_fork_info)
5524 <~scoped_switch_fork_info>: Fix incorrect variable name.
5525
1ef8573c
AB
55262019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
5527
5528 * linux-fork.c (scoped_switch_fork_info)
5529 <scoped_switch_fork_info>: Make explicit.
5530 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
5531
8d7bcccb
TT
55322019-01-10 Tom Tromey <tom@tromey.com>
5533
5534 * objfiles.h (objfile::reset_psymtabs): Update.
5535 * objfiles.c (objfile::objfile): Update.
5536 * psymtab.h (psymtab_storage::obstack): Update.
5537 (psymtab_storage::m_obstack): Use gdb::optional.
5538 (class psymtab_storage): Update comment. Remove objfile
5539 parameter.
5540 * psymtab.c (psymtab_storage::psymtab_storage): Update.
5541
b596a3c7
TT
55422019-01-10 Tom Tromey <tom@tromey.com>
5543
5544 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
5545 <free_psymtabs>: Now private.
5546 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
5547 (allocate_psymtab): Use new method.
5548
a9342b62
TT
55492019-01-10 Tom Tromey <tom@tromey.com>
5550
5551 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
5552 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
5553 * mdebugread.c (parse_partial_symbols): Use
5554 allocate_dependencies.
5555 * dwarf2read.c (dwarf2_create_include_psymtab): Use
5556 allocate_dependencies.
5557 (process_psymtab_comp_unit_reader)
5558 (build_type_psymtab_dependencies): Likewise.
5559 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
5560
5af70966
TT
55612019-01-10 Tom Tromey <tom@tromey.com>
5562
5563 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
5564 PSYMBOL_SET_LANGUAGE.
5565 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
5566
5923a04c
TT
55672019-01-10 Tom Tromey <tom@tromey.com>
5568
5569 * psymtab.h (psymtab_storage::obstack): New method.
5570 <m_obstack>: Rename from obstack; now private.
5571 * psymtab.c (psymtab_storage): Update.
5572 * dwarf2read.c (create_addrmap_from_index)
5573 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
5574 Update.
5575
6d6a12bf
TT
55762019-01-10 Tom Tromey <tom@tromey.com>
5577
5578 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
5579 * objfiles.h (objfile::reset_psymtabs): New method.
5580
d320c2b5
TT
55812019-01-10 Tom Tromey <tom@tromey.com>
5582
5583 * symmisc.c (print_symbol_bcache_statistics): Update.
5584 (print_objfile_statistics): Update.
5585 * symfile.c (reread_symbols): Update.
5586 * psymtab.h (class psymtab_storage): New.
5587 * psymtab.c (psymtab_storage): New constructor.
5588 (~psymtab_storage): New destructor.
5589 (require_partial_symbols): Update.
5590 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
5591 (find_pc_sect_psymtab, find_pc_sect_psymbol)
5592 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
5593 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
5594 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
5595 (start_psymtab_common, end_psymtab_common)
5596 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
5597 (allocate_psymtab): Update.
5598 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
5599 Update.
5600 (dump_psymtab_addrmap, maintenance_print_psymbols)
5601 (maintenance_check_psymtabs): Update.
5602 (class objfile_psymtabs): Move to objfiles.h.
5603 * psympriv.h (discard_psymtab): Now inline.
5604 (psymtab_discarder::psymtab_discarder): Update.
5605 (psymtab_discarder::~psymtab_discarder): Update.
5606 (ALL_OBJFILE_PSYMTABS): Rewrite.
5607 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
5608 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
5609 Remove fields.
5610 <partial_symtabs>: New field.
5611 (class objfile_psymtabs): Move from psymtab.h. Update.
5612 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
5613 psymbol_cache.
5614 (objfile::~objfile): Don't destroy psymbol_cache.
5615 * mdebugread.c (parse_partial_symbols): Update.
5616 * dwarf2read.c (create_addrmap_from_index)
5617 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
5618 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
5619 (add_partial_subprogram, dwarf2_ranges_read): Update.
5620 * dwarf-index-write.c (write_address_map)
5621 (write_one_signatured_type, recursively_write_psymbols)
5622 (class debug_names, class debug_names, write_psymtabs_to_index):
5623 Update.
5624
1d94a5a3
TT
56252019-01-10 Tom Tromey <tom@tromey.com>
5626
5627 * symtab.h (SYMBOL_SET_NAMES): Update.
5628 (symbol_set_names): Update.
5629 (MSYMBOL_SET_NAMES): Update.
5630 * symtab.c (symbol_set_names): Change argument to be an
5631 objfile_per_bfd_storage.
5632 * psymtab.c (add_psymbol_to_bcache): Update.
5633 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
5634
0f14768a
TT
56352019-01-10 Tom Tromey <tom@tromey.com>
5636
5637 * symtab.c (create_demangled_names_hash): Change argument to be an
5638 objfile_per_bfd_storage.
5639 (symbol_set_names): Update.
5640
6eee24ce
TT
56412019-01-10 Tom Tromey <tom@tromey.com>
5642
5643 * xcoffread.c (xcoff_initial_scan): Unconditionally call
5644 init_psymbol_list.
5645 * psymtab.c (init_psymbol_list): Do nothing if already called.
5646 * psympriv.h (init_psymbol_list): Add comment.
5647 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
5648 init_psymbol_list.
5649 * dbxread.c (dbx_symfile_read): Unconditionally call
5650 init_psymbol_list.
5651
75aedd27
TT
56522019-01-10 Tom Tromey <tom@tromey.com>
5653
5654 * xcoffread.c (scan_xcoff_symtab): Update.
5655 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
5656 "where".
5657 * mdebugread.c (parse_partial_symbols)
5658 (handle_psymbol_enumerators): Update.
5659 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
5660 * dbxread.c (read_dbx_symtab): Update.
5661 * psympriv.h (psymbol_placement): New enum.
5662 (add_psymbol_to_list): Update.
5663
939652a5
TT
56642019-01-10 Tom Tromey <tom@tromey.com>
5665
5666 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
5667 static_psymbols parameters.
5668 (scan_xcoff_symtab): Update.
5669 * psymtab.c (start_psymtab_common): Remove global_psymbols and
5670 static_psymbols parameters.
5671 * psympriv.h (start_psymtab_common): Update.
5672 * mdebugread.c (parse_partial_symbols): Update.
5673 * dwarf2read.c (create_partial_symtab): Update.
5674 * dbxread.c (read_dbx_symtab): Update.
5675 (start_psymtab): Remove global_psymbols and static_psymbols
5676 parameters.
5677
baa62830
TT
56782019-01-10 Tom Tromey <tom@tromey.com>
5679
5680 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
5681 * psymtab.c (allocate_psymtab): Add comment.
5682 * psympriv.h (allocate_psymtab): Add comment.
5683 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
5684 initializations.
5685 * dbxread.c (dbx_end_psymtab): Remove some initializations.
5686
0e8f53ba
TT
56872019-01-10 Tom Tromey <tom@tromey.com>
5688
5689 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
5690 Don't declare.
5691 * mipsread.c: Include mdebugread.h.
5692 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
5693 Declare.
5694 * elfread.c: Include mdebugread.h.
5695
b22a7c6a
TT
56962019-01-09 Tom Tromey <tom@tromey.com>
5697
5698 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
5699 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
5700 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
5701 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
5702 (psym_lookup_symbol, psym_find_last_source_symtab)
5703 (psym_forget_cached_source_info, psym_print_stats)
5704 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
5705 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
5706 (psym_map_matching_symbols, psym_expand_symtabs_matching)
5707 (psym_find_compunit_symtab_by_address)
5708 (maintenance_print_psymbols, maintenance_info_psymtabs)
5709 (maintenance_check_psymtabs): Use ranged for.
5710 * psymtab.h (class objfile_psymtabs): New.
5711 (require_partial_symbols): Return objfile_psymtabs.
5712 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
5713
3b9d3ac2
TT
57142019-01-09 Tom Tromey <tom@tromey.com>
5715
5716 * symfile.c (overlay_invalidate_all, find_pc_overlay)
5717 (find_pc_mapped_section, list_overlays_command)
5718 (map_overlay_command, unmap_overlay_command)
5719 (simple_overlay_update): Use all_objfiles.
5720 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
5721 * printcmd.c (info_symbol_command): Use all_objfiles.
5722 * objfiles.h (ALL_OBJSECTIONS): Remove.
5723 * maint.c (maintenance_translate_address): Use all_objfiles.
5724 * gcore.c (gcore_create_callback): Use all_objfiles.
5725 (objfile_find_memory_regions): Likewise.
5726
8b31193a
TT
57272019-01-09 Tom Tromey <tom@tromey.com>
5728
5729 * symtab.c (find_line_symtab, info_sources_command)
5730 (make_source_files_completion_list): Use objfile_compunits.
5731 * source.c (select_source_symtab): Use objfile_compunits.
5732 * objfiles.h (struct objfile): Update comment.
5733 (ALL_OBJFILES): Remove.
5734 (ALL_FILETABS): Remove.
5735 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
5736 objfile_compunits.
5737
d5da8b3c
TT
57382019-01-09 Tom Tromey <tom@tromey.com>
5739
5740 * symmisc.c (print_objfile_statistics, dump_objfile)
5741 (maintenance_print_symbols): Use compunit_filetabs.
5742 * source.c (forget_cached_source_info_for_objfile): Use
5743 compunit_filetabs.
5744 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
5745 (ALL_FILETABS): Use compunit_filetabs.
5746 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
5747 * coffread.c (coff_symtab_read): Use compunit_filetabs.
5748
5accd1a0
TT
57492019-01-09 Tom Tromey <tom@tromey.com>
5750
5751 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
5752 (compunit_filetabs): New.
5753 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
5754 compunit_filetabs.
5755 (info_sources_command, make_source_files_completion_list): Remove
5756 declaration.
5757 * symmisc.c (print_objfile_statistics, dump_objfile)
5758 (maintenance_print_symbols): Remove declaration.
5759 (maintenance_info_symtabs): Use compunit_filetabs.
5760 (maintenance_info_line_tables): Likewise.
5761 * source.c (select_source_symtab): Change local variable name.
5762 (forget_cached_source_info_for_objfile): Remove declaration.
5763 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
5764 * objfiles.c (objfile_relocate1): Remove declaration.
5765 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
5766 declaration.
5767 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
5768 * coffread.c (coff_symtab_read): Remove declaration.
5769 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5770 compunit_filetabs.
5771
d8aeb77f
TT
57722019-01-09 Tom Tromey <tom@tromey.com>
5773
5774 * symtab.c (lookup_objfile_from_block)
5775 (find_pc_sect_compunit_symtab, search_symbols)
5776 (default_collect_symbol_completion_matches_break_on): Use
5777 objfile_compunits.
5778 * objfiles.h (ALL_COMPUNITS): Remove.
5779 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
5780 * cp-support.c (add_symbol_overload_list_qualified): Use
5781 objfile_compunits.
5782 * ada-lang.c (ada_collect_symbol_completion_matches)
5783 (ada_add_global_exceptions): Use objfile_compunits.
5784
592553c4
TT
57852019-01-09 Tom Tromey <tom@tromey.com>
5786
5787 * source.c (select_source_symtab)
5788 (forget_cached_source_info_for_objfile): Remove declaration.
5789 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
5790 declaration.
5791 * maint.c (count_symtabs_and_blocks): Remove declaration.
5792 * cp-support.c (add_symbol_overload_list_qualified): Remove
5793 declaration.
5794 * coffread.c (coff_symtab_read): Remove declaration.
5795 * symtab.c (lookup_symbol_in_objfile_symtabs)
5796 (basic_lookup_transparent_type_1): Use objfile_compunits.
5797 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
5798 (info_sources_command, search_symbols)
5799 (default_collect_symbol_completion_matches_break_on)
5800 (make_source_files_completion_list): Remove declaration.
5801 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
5802 (ada_collect_symbol_completion_matches)
5803 (ada_add_global_exceptions): Remove declaration.
5804 * linespec.c (iterate_over_all_matching_symtabs): Use
5805 objfile_compunits.
5806 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
5807 (class objfile_compunits): New.
5808 (ALL_COMPUNITS): Use objfile_compunits.
5809 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
5810 (maintenance_check_symtabs, maintenance_info_line_tables): Use
5811 objfile_compunits.
5812 * objfiles.c (objfile_relocate1): Use objfile_compunits.
5813
5325b9bf
TT
58142019-01-09 Tom Tromey <tom@tromey.com>
5815
5816 * symtab.c (search_symbols)
5817 (default_collect_symbol_completion_matches_break_on): Use
5818 objfile_msymbols.
5819 * ada-lang.c (ada_lookup_simple_minsym)
5820 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
5821 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
5822 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
5823 objfile_msymbols.
5824 * coffread.c (coff_symfile_read): Use objfile_msymbols.
5825 * symmisc.c (dump_msymbols): Use objfile_msymbols.
5826 * objc-lang.c (find_methods): Use objfile_msymbols.
5827 (info_selectors_command, info_classes_command): Likewise.
5828 * stabsread.c (scan_file_globals): Use objfile_msymbols.
5829 * objfiles.h (class objfile_msymbols): New.
5830 (ALL_OBJFILE_MSYMBOLS): Remove.
5831 (ALL_MSYMBOLS): Remove.
5832
cac85af2
TT
58332019-01-09 Tom Tromey <tom@tromey.com>
5834
5835 * common/next-iterator.h (next_adapter): Add Iterator template
5836 parameter.
5837 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
5838 (class all_objfiles_safe): New.
5839 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
5840 * objfiles.c (put_objfile_before): Update comment.
5841 (add_separate_debug_objfile): Likewise.
5842 (free_all_objfiles): Use all_objfiles_safe.
5843 (objfile_purge_solibs): Likewise.
5844
aed57c53
TT
58452019-01-09 Tom Tromey <tom@tromey.com>
5846
5847 * symtab.c (iterate_over_symtabs, matching_obj_sections)
5848 (expand_symtab_containing_pc, lookup_static_symbol)
5849 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
5850 (find_symbol_at_address, find_line_symtab, find_main_name): Use
5851 all_objfiles.
5852 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
5853 * breakpoint.c (create_overlay_event_breakpoint)
5854 (create_longjmp_master_breakpoint)
5855 (create_std_terminate_master_breakpoint)
5856 (create_exception_master_breakpoint): Use all_objfiles.
5857 * linux-thread-db.c (try_thread_db_load_from_pdir)
5858 (has_libpthread): Use all_objfiles.
5859 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
5860 * linespec.c (iterate_over_all_matching_symtabs)
5861 (search_minsyms_for_name): Use all_objfiles.
5862 * maint.c (maintenance_info_sections): Use all_objfiles.
5863 * main.c (captured_main_1): Use all_objfiles.
5864 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
5865 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
5866 * guile/scm-pretty-print.c
5867 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
5868 * solib-spu.c (append_ocl_sos): Use all_objfiles.
5869 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
5870 (maintenance_print_msymbols): Use all_objfiles.
5871 * source.c (select_source_symtab): Use all_objfiles.
5872 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
5873 * symfile.c (remove_symbol_file_command)
5874 (expand_symtabs_matching, map_symbol_filenames): Use
5875 all_objfiles.
5876 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
5877 all_objfiles.
5878 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
5879 * objc-lang.c (find_methods): Use all_objfiles.
5880 * objfiles.c (have_partial_symbols, have_full_symbols)
5881 (have_minimal_symbols, qsort_cmp)
5882 (default_iterate_over_objfiles_in_search_order): Use
5883 all_objfiles.
5884 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
5885 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
5886 (maintenance_check_psymtabs): Use all_objfiles.
5887 (ALL_PSYMTABS): Remove.
5888 * compile/compile-object-run.c (do_module_cleanup): Use
5889 all_objfiles.
5890 * blockframe.c (find_pc_partial_function): Use all_objfiles.
5891 * cp-support.c (add_symbol_overload_list_qualified): Use
5892 all_objfiles.
5893 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
5894 Use all_objfiles.
5895 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
5896 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
5897 all_objfiles.
5898 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
5899 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
5900 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
5901 Uses all_objfiles.
5902 * solib.c (solib_read_symbols): Use all_objfiles
5903
99d89cde
TT
59042019-01-09 Tom Tromey <tom@tromey.com>
5905
5906 * probe.c (parse_probes_in_pspace): Use all_objfiles.
5907 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
5908 all_objfiles.
5909 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
5910 * symmisc.c (print_symbol_bcache_statistics)
5911 (print_objfile_statistics, maintenance_print_objfiles)
5912 (maintenance_info_symtabs, maintenance_check_symtabs)
5913 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
5914 all_objfiles.
5915 * source.c (forget_cached_source_info): Use all_objfiles.
5916 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
5917 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
5918 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
5919 * objfiles.c (update_section_map): Use all_objfiles.
5920 (shared_objfile_contains_address_p): Likewise.
5921 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
5922 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
5923
21708325
TT
59242019-01-09 Tom Tromey <tom@tromey.com>
5925
5926 * common/next-iterator.h: New file.
5927 * objfiles.h (class all_objfiles): New.
5928 (struct objfile_iterator): New.
5929
669e09f6
PW
59302019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5931
5932 * NEWS: Move the description of the changed "frame", "select-frame",
5933 and "info frame" commands to the Changed commands section.
5934
041be526
SM
59352019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5936
5937 * gdbtypes.c (check_stub_method_group): Remove handling of old
5938 mangling schemes.
5939 * linespec.c (find_methods): Likewise.
5940 * stabsread.c (read_member_functions): Likewise.
5941 * valops.c (search_struct_method): Likewise.
5942 (value_struct_elt_for_reference): Likewise.
5943 * NEWS: Mention this change.
5944
0e2a2133
AB
59452019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
5948 print_source_lines.
5949 * source.c (print_source_lines_base): Update line number check.
5950 (print_source_lines): New function.
5951 (source_lines_range::source_lines_range): New function.
5952 * source.h (class source_lines_range): New class.
5953 (print_source_lines): New declaration.
5954
1055a3b4
PW
59552019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5956
5957 * linespec.c (linespec_state_destructor): Free self->canonical_names.
5958
cfeadda5
TT
59592019-01-08 Tom Tromey <tom@tromey.com>
5960 Simon Marchi <simon.marchi@ericsson.com>
5961
5962 PR gdb/24060
5963 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
5964 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
5965 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
5966 * f-exp.y (DOLLAR_VARIABLE): Likewise.
5967 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
5968 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
5969
583068ca
AB
59702019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5971
5972 * source.c (select_source_symtab): Move header comment to
5973 declaration in source.h.
5974 (forget_cached_source_info_for_objfile): Likewise.
5975 (forget_cached_source_info): Likewise.
5976 (identify_source_line): Likewise.
5977 * source.h (identify_source_line): Move declaration from symtab.h
5978 and add comment from source.c
5979 (print_source_lines): Likewise.
5980 (forget_cached_source_info_for_objfile): Likewise.
5981 (forget_cached_source_info): Likewise.
5982 (select_source_symtab): Likewise.
5983 (enum print_source_lines_flag): Move definition from symtab.h.
5984 * symtab.h (identify_source_line): Move declaration to source.h.
5985 (print_source_lines): Likewise.
5986 (forget_cached_source_info_for_objfile): Likewise.
5987 (forget_cached_source_info): Likewise.
5988 (select_source_symtab): Likewise.
5989 (enum print_source_lines_flag): Move definition to source.h.
5990 * tui/tui-hooks.c: Add 'source.h' include.
5991
ec98a4ad
AB
59922019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5993
5994 * source.c (print_source_lines_base): Handle requests to print
5995 reverse line number sequences, and guard against empty lines
5996 string.
5997
62ea19c1
AB
59982019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * source.c (print_source_lines_base): Fix skip of '\r' if next
6001 character is '\n'.
6002
9d30e1fd
TT
60032019-01-06 Tom Tromey <tom@tromey.com>
6004
6005 * c-exp.y (struct c_parse_state) <macro_original_text,
6006 expansion_obstack>: New member.
6007 (macro_original_text, expansion_obstack): Remove globals.
6008 (scan_macro_expansion, scanning_macro_expansion)
6009 (finished_macro_expansion): Update.
6010 (scan_macro_cleanup): Remove.
6011 (yylex, c_parse): Update.
6012
c65bac38
TT
60132019-01-06 Tom Tromey <tom@tromey.com>
6014
6015 * c-exp.y (struct c_parse_state) <strings>: New member.
6016 (operator_stoken): Update.
6017
02e12e38
TT
60182019-01-06 Tom Tromey <tom@tromey.com>
6019
6020 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
6021 (union type_stack_elt) <typelist_val>: Now a pointer to
6022 std::vector.
6023 (type_stack_cleanup): Don't declare.
6024 (push_typelist): Update.
6025 * parse.c (pop_typelist): Return a std::vector.
6026 (push_typelist): Take a std::vector.
6027 (follow_types): Update. Do not free args.
6028 (type_stack_cleanup): Remove.
6029 * c-exp.y (struct c_parse_state): New.
6030 (cpstate): New global.
6031 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
6032 (nonempty_typelist): Update.
6033 (func_mod): Create a new vector.
6034 (c_parse): Create a c_parse_state.
6035 (check_parameter_typelist): Do not delete params.
6036 (function_method): Update. Do not delete type_list.
6037
f097f5ad
TT
60382019-01-06 Tom Tromey <tom@tromey.com>
6039
6040 PR gdb/28155:
6041 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
6042 check_typedef.
6043 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
6044 (print_return_value): Likewise.
6045
d2adf9f1
TT
60462019-01-05 Tom Tromey <tom@tromey.com>
6047
6048 * contrib/cleanup_check.py: Remove.
6049 * contrib/gcc-with-excheck: Remove.
6050 * contrib/exsummary.py: Remove.
6051 * contrib/excheck.py: Remove.
6052
2eab46b1
JB
60532019-01-05 Joel Brobecker <brobecker@adacore.com>
6054
6055 * thread.c (delete_thread_1): Add gdb_assert that THR is not
6056 NULL. Initialize tpprev to NULL instead of assigning it
6057 to NULL on the next statement.
6058 * windows-nat.c (windows_delete_thread): Remove check for
6059 main_thread_id before printing thread exit notifications.
6060 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
6061 Remove thread ID check against main_thread_id.
6062 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
6063 windows_delete_thread.
6064 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
6065
48c5e7e2
TT
60662019-01-04 Tom Tromey <tom@tromey.com>
6067
6068 * compile/compile.c (_initialize_compile): Use upper case for
6069 metasyntactic variables.
6070 * symmisc.c (_initialize_symmisc): Use upper case for
6071 metasyntactic variables.
6072 * psymtab.c (_initialize_psymtab): Use upper case for
6073 metasyntactic variables.
6074 * demangle.c (demangle_command): Use upper case for metasyntactic
6075 variables.
6076 (_initialize_demangler): Likewise.
6077 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
6078 variables.
6079
986041cd
TT
60802019-01-03 Tom Tromey <tom@tromey.com>
6081
6082 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
6083
7c711119
TT
60842019-01-03 Tom Tromey <tom@tromey.com>
6085
6086 * python/py-symtab.c (salpy_str): Update.
6087 (struct salpy_sal_object) <symtab>: Now a PyObject.
6088 (salpy_dealloc): Update.
6089 (del_objfile_sal): Use gdbpy_ref.
6090
1b20edf0
TT
60912019-01-03 Tom Tromey <tom@tromey.com>
6092
6093 * python/py-type.c (convert_field): Use new_reference. Return
6094 gdbpy_ref.
6095 (make_fielditem): Return gdbpy_ref.
6096 (typy_fields): Update.
6097 (typy_getitem): Update.
6098 (field_name): Return gdbpy_ref. Use new_reference.
6099 (typy_iterator_iternext): Update.
6100
ea41325b
TT
61012019-01-03 Tom Tromey <tom@tromey.com>
6102
6103 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
6104
2a3c71d6
TT
61052019-01-03 Tom Tromey <tom@tromey.com>
6106
6107 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
6108 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
6109 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
6110 (pspy_set_frame_filters, pspy_set_frame_unwinders)
6111 (pspy_set_type_printers): Likewise.
6112 * python/py-function.c (fnpy_init): Use gdbpy_ref.
6113 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
6114 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
6115 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
6116 (objfpy_set_type_printers): Likewise.
6117
5c329e6a
TT
61182019-01-03 Tom Tromey <tom@tromey.com>
6119
6120 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
6121 (gdbpy_print_stack): Use gdbpy_err_fetch.
6122 * python/python-internal.h (class gdbpy_err_fetch): New class.
6123 (class gdbpy_enter) <m_error_type, m_error_value,
6124 m_error_traceback>: Remove.
6125 <m_error>: New member.
6126 (gdbpy_exception_to_string): Don't declare.
6127 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
6128 * python/py-value.c (convert_value_from_python): Use
6129 gdbpy_err_fetch.
6130 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
6131 gdbpy_exception_to_string.
6132 (gdbpy_handle_exception): Use gdbpy_err_fetch.
6133 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
6134 gdbpy_err_fetch.
6135
169bb27b
AB
61362019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
6137
6138 * linux-nat.c (delete_lwp_cleanup): Delete.
6139 (struct lwp_deleter): New struct.
6140 (lwp_info_up): New typedef.
6141 (linux_nat_target::follow_fork): Delete cleanup, and make use of
6142 lwp_info_up.
6143
a07c8880
AB
61442019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
6145
6146 * linux-fork.c (class scoped_switch_fork_info): New class.
6147 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
6148
26089c49
AB
61492019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
6150
6151 * valops.c (find_overload_match): Remove use of null_cleanup, and
6152 calls to do_cleanups.
6153
06d3e5b0
AB
61542019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * compile/compile-cplus-types.c
6157 (compile_cplus_instance::decl_name): Handle changes to
6158 cp_func_name.
6159 * cp-support.c (cp_func_name): Update header comment, update
6160 return type.
6161 * cp-support.h (cp_func_name): Update return type in declaration.
6162 * valops.c (find_overload_match): Move temp_func local to top
6163 level of function and change its type. Use temp_func to hold and
6164 delete temporary string obtained from cp_func_name.
6165
66644cd3
AB
61662019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
6167
6168 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
6169 gdb::char_vector, remove cleanup, and update uses of `msg`.
6170
592d8c0a
JW
61712019-01-03 Jim Wilson <jimw@sifive.com>
6172
6173 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
6174
c55d06ec
TT
61752019-01-02 Tom Tromey <tom@tromey.com>
6176
6177 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
6178 (tdesc_parse_xml): Remove cleanups.
6179 * target-descriptions.h (make_cleanup_free_target_description):
6180 Don't declare.
6181 (target_desc_deleter): New struct.
6182 (target_desc_up): New typedef.
6183 * target-descriptions.c (target_desc_deleter::operator()): Rename
6184 from free_target_description.
6185 (make_cleanup_free_target_description): Remove.
6186
3a6ae42d
TT
61872019-01-02 Tom Tromey <tom@tromey.com>
6188
6189 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
6190 constructor, destructor.
6191 (linespec_parser): Remove typedef.
6192 (~linespec_parser): Rename from linespec_parser_delete.
6193 (linespec_lex_to_end, linespec_complete_label)
6194 (linespec_complete): Update.
6195 (decode_line_full): Remove cleanups.
6196 (decode_line_1): Update.
6197
61fd3e73
TT
61982019-01-02 Tom Tromey <tom@tromey.com>
6199
6200 * python/python-internal.h (inferior_to_inferior_object): Change
6201 return type.
6202 * python/py-exitedevent.c (create_exited_event_object): Update.
6203 * python/py-inferior.c (inferior_to_inferior_object): Return
6204 gdbpy_ref.
6205 (python_new_inferior, python_inferior_deleted)
6206 (thread_to_thread_object, delete_thread_object)
6207 (build_inferior_list, gdbpy_selected_inferior): Update.
6208 * python/py-infthread.c (create_thread_object): Update. Also fail
6209 if inferior_to_inferior_object fails.
6210
d20172fc
SM
62112019-01-02 Simon Marchi <simon.marchi@ericsson.com>
6212
6213 * inferior.h (class inferior) <displaced_step_state>: New field.
6214 * infrun.h (struct displaced_step_state): Move here from
6215 infrun.c. Initialize fields, add constructor.
6216 <inf>: Remove field.
6217 <reset>: New method.
6218 * infrun.c (struct displaced_step_inferior_state): Move to
6219 infrun.h.
6220 (displaced_step_inferior_states): Remove.
6221 (get_displaced_stepping_state): Adust.
6222 (displaced_step_in_progress_any_inferior): Adjust.
6223 (displaced_step_in_progress_thread): Adjust.
6224 (displaced_step_in_progress): Adjust.
6225 (add_displaced_stepping_state): Remove.
6226 (get_displaced_step_closure_by_addr): Adjust.
6227 (remove_displaced_stepping_state): Remove.
6228 (infrun_inferior_exit): Call displaced_step_state.reset.
6229 (use_displaced_stepping): Don't check for NULL.
6230 (displaced_step_prepare_throw): Call
6231 get_displaced_stepping_state.
6232 (displaced_step_fixup): Don't check for NULL.
6233 (prepare_for_detach): Don't check for NULL.
6234
e3319240
PW
62352019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6236
6237 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
6238 in case of call that did not complete.
6239
5d36dfb9
AU
62402019-01-02 Andrey Utkin <autkin@undo.io>
6241
6242 * symfile.c (find_separate_debug_file): Fix search of debug files for
6243 remote debuggee.
6244
8833fbf0
TT
62452019-01-02 Tom Tromey <tom@tromey.com>
6246
6247 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
6248 indentation.
6249 * python/py-frame.c (frapy_older): Remove cast.
6250 (frapy_newer): Likewise.
6251 * python/py-breakpoint.c (local_setattro): Remove cast.
6252 * python/py-arch.c (archpy_name): Remove local variable.
6253 * python/py-type.c (gdbpy_lookup_type): Remove cast.
6254
4ada3dfd
JB
62552019-01-02 Joel Brobecker <brobecker@adacore.com>
6256
6257 * unittests/basic_string_view/element_access/char/empty.cc:
6258 Fix year range in copyright header.
6259
113b7b81
AB
62602019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
6261
6262 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
6263 Delete.
6264 <operator==>: Update with for removed field.
6265 <hash>: Likewise.
6266 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
6267 <isa_features>: ...this.
6268 <abi_features>: New field.
6269 (riscv_isa_flen): Update comment.
6270 (riscv_abi_xlen): New declaration.
6271 (riscv_abi_flen): New declaration.
6272 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
6273 isa_features.
6274 (riscv_abi_xlen): New function.
6275 (riscv_isa_flen): Update to get answer from isa_features.
6276 (riscv_abi_flen): New function.
6277 (riscv_has_fp_abi): Update to get answer from abi_features.
6278 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
6279 xlen and flen.
6280 (riscv_call_info) <xlen, flen>: Update comment.
6281 (riscv_call_arg_struct): Remove invalid assertions
6282 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
6283 is removed.
6284 (riscv_gdbarch_init): Gather isa features and abi features
6285 separately, ensure both match on the gdbarch when reusing an old
6286 gdbarch. Relax an error check to allow 32-bit abi float to run on
6287 a target with 64-bit float hardware.
6288
b18ca514
PW
62892019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6290
6291 * source.c (search_command_helper): Stop reverse search
6292 when line 1 has been searched.
6293
ec70d8db
PW
62942019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6295
6296 * record-full.c (record_full_base_target::close): Rewrite
6297 record_full_core_buf_list free logic.
6298
5b38f9c1
PW
62992019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6300
6301 * break-catch-syscall.c (print_one_catch_syscall): xfree
6302 the last text.
6303
66d91b39
JB
63042019-01-01 Joel Brobecker <brobecker@adacore.com>
6305
6306 * top.c (print_gdb_version): Update Copyright year in version
6307 message.
6308
42a4f53d
JB
63092019-01-01 Joel Brobecker <brobecker@adacore.com>
6310
6311 Update copyright year range in all GDB files.
6312
7e955d83 63132019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
2139e8dc 6314
5bbd631d 6315 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 6316
5bbd631d 6317For older changes see ChangeLog-2018.
c906108c
SS
6318\f
6319Local Variables:
6320mode: change-log
6321left-margin: 8
6322fill-column: 74
6323version-control: never
57da7796 6324coding: utf-8
c906108c 6325End:
5bbd631d 6326