Remove "keep" parameter from cutu_reader constructor
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2020-02-08 Tom Tromey <tom@tromey.com>
2
3 * dwarf2/read.c (class cutu_reader) <cutu_reader,
4 init_tu_and_read_dwo_dies>: Remove "keep" parameter.
5 <keep>: Declare method.
6 <m_keep>: Remove member.
7 <~cutu_reader>: Remove.
8 (cutu_reader::init_tu_and_read_dwo_dies): Update.
9 (cutu_reader::cutu_reader): Update.
10 (cutu_reader::keep): Rename from ~cutu_reader.
11 (process_psymtab_comp_unit, build_type_psymtabs_1)
12 (process_skeletonless_type_unit, load_partial_comp_unit)
13 (load_full_comp_unit, dwarf2_read_addr_index)
14 (read_signatured_type): Update.
15
16 2020-02-08 Tom Tromey <tom@tromey.com>
17
18 * dwarf2/read.c (process_psymtab_comp_unit_reader): Remove
19 "want_partial_unit" parameter.
20 (process_psymtab_comp_unit): Change want_partial_unit to bool.
21 Inline check for DW_TAG_partial_unit.
22 (dwarf2_build_psymtabs_hard, scan_partial_symbols): Update.
23
24 2020-02-08 Tom Tromey <tom@tromey.com>
25
26 * dwarf2/read.c (read_n_bytes, read_direct_string): Move to
27 read.c.
28 * dwarf2/leb.h (read_n_bytes, read_direct_string): Move from
29 read.c.
30
31 2020-02-08 Tom Tromey <tom@tromey.com>
32
33 * dwarf2/read.c (read_address): Move to comp-unit.c.
34 (dwarf2_rnglists_process, dwarf2_ranges_process)
35 (read_attribute_value, dwarf_decode_lines_1)
36 (var_decode_location, decode_locdesc): Update.
37 * dwarf2/comp-unit.c (comp_unit_head::read_address): Move from
38 read.c. Remove "cu" parameter.
39 * dwarf2/comp-unit.h (struct comp_unit_head) <read_address>: New
40 method.
41
42 2020-02-08 Tom Tromey <tom@tromey.com>
43
44 * dwarf2/read.c (read_attribute_value, read_indirect_string)
45 (read_indirect_line_string): Update.
46 * dwarf2/comp-unit.c (read_offset): Remove.
47 (read_comp_unit_head): Update.
48 * dwarf2/comp-unit.h (struct comp_unit_head) <read_offset>: New
49 method.
50 (read_offset): Don't declare.
51
52 2020-02-08 Tom Tromey <tom@tromey.com>
53
54 * Makefile.in (COMMON_SFILES): Add dwarf2/comp-unit.c.
55 * dwarf2/read.c (struct comp_unit_head): Move to
56 dwarf2/comp-unit.h.
57 (enum class rcuh_kind): Move to comp-unit.h.
58 (get_cu_length, offset_in_cu_p): Now methods on comp_unit_head.
59 (read_comp_unit_head, error_check_comp_unit_head)
60 (read_and_check_comp_unit_head): Move to comp-unit.c.
61 (read_offset, dwarf_unit_type_name): Likewise.
62 (create_debug_type_hash_table, read_cutu_die_from_dwo)
63 (cutu_reader::cutu_reader, read_call_site_scope)
64 (find_partial_die, follow_die_offset): Update.
65 * dwarf2/comp-unit.h: New file, from dwarf2read.c.
66
67 2020-02-08 Tom Tromey <tom@tromey.com>
68
69 * dwarf2/read.c (read_offset_1): Move to leb.c.
70 (read_abbrev_offset, read_offset, dwarf_decode_line_header)
71 (dwarf_decode_macro_bytes): Update.
72 * dwarf2/leb.c (read_offset): Rename; move from read.c.
73 * dwarf2/leb.h (read_offset): Declare.
74
75 2020-02-08 Tom Tromey <tom@tromey.com>
76
77 * dwarf2/read.c (dwarf2_section_size): Remove.
78 (error_check_comp_unit_head, dwarf2_symbol_mark_computed):
79 Update.
80 * dwarf2/section.h (struct dwarf2_section_info) <get_size>: New method.
81
82 2020-02-08 Tom Tromey <tom@tromey.com>
83
84 * dwarf2/read.c (read_initial_length): Move to leb.c.
85 * dwarf2/leb.h (read_initial_length): Declare.
86 * dwarf2/leb.c (read_initial_length): Move from read.c. Add
87 handle_nonstd parameter.
88 * dwarf2/frame.c (read_initial_length): Remove.
89 (decode_frame_entry_1): Update.
90
91 2020-02-08 Tom Tromey <tom@tromey.com>
92
93 * dwarf2/loc.c (dwarf2_find_location_expression)
94 (dwarf_evaluate_loc_desc::get_tls_address)
95 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
96 (rw_pieced_value, dwarf2_evaluate_loc_desc_full)
97 (dwarf2_locexpr_baton_eval, dwarf2_evaluate_property)
98 (dwarf2_compile_property_to_c)
99 (dwarf2_loc_desc_get_symbol_read_needs)
100 (dwarf2_compile_expr_to_ax, locexpr_describe_location)
101 (locexpr_tracepoint_var_ref, locexpr_generate_c_location)
102 (loclist_describe_location, loclist_tracepoint_var_ref)
103 (loclist_generate_c_location): Update.
104 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
105 * dwarf2/loc.h (dwarf2_per_cu_objfile, dwarf2_per_cu_addr_size)
106 (dwarf2_per_cu_ref_addr_size, dwarf2_per_cu_offset_size)
107 (dwarf2_per_cu_text_offset, dwarf2_version): Don't declare.
108 * dwarf2/read.c (dwarf2_per_cu_data::objfile)
109 (dwarf2_per_cu_data::addr_size)
110 (dwarf2_per_cu_data::ref_addr_size)
111 (dwarf2_per_cu_data::text_offset)
112 (dwarf2_per_cu_data::addr_type): Now methods.
113 (per_cu_header_read_in): Make per_cu "const".
114 (dwarf2_version): Remove.
115 (dwarf2_per_cu_data::int_type): Now a method.
116 (dwarf2_per_cu_data::_addr_sized_int_type): Likewise.
117 (set_die_type, read_array_type, read_subrange_index_type)
118 (read_tag_string_type, read_subrange_type): Update.
119 * dwarf2/read.h (struct dwarf2_per_cu_data) <addr_size,
120 offset_size, ref_addr_size, text_offset, addr_type, version,
121 objfile, int_type, addr_sized_int_type>: Declare methods.
122
123 2020-02-08 Tom Tromey <tom@tromey.com>
124
125 * dwarf2/read.h (struct dwarf2_per_cu_data) <imported_symtabs>:
126 Move earlier.
127
128 2020-02-08 Tom Tromey <tom@tromey.com>
129
130 * dwarf2/read.h (dwarf_line_debug): Declare.
131 * Makefile.in (COMMON_SFILES): Add dwarf2/line-header.c.
132 * dwarf2/read.c: Move line_header code to new files.
133 (dwarf_line_debug): No longer static.
134 * dwarf2/line-header.c: New file.
135 * dwarf2/line-header.h: New file.
136
137 2020-02-08 Tom Tromey <tom@tromey.com>
138
139 * dwarf2/read.c (struct line_header) <file_full_name,
140 file_file_name>: Return unique_xmalloc_ptr.
141 (line_header::file_file_name): Update.
142 (line_header::file_full_name): Update.
143 (dw2_get_file_names_reader): Update.
144 (macro_start_file): Update.
145
146 2020-02-08 Tom Tromey <tom@tromey.com>
147
148 * dwarf2/read.c (struct line_header) <file_full_name,
149 file_file_name>: Declare methods.
150 (dw2_get_file_names_reader): Update.
151 (file_file_name): Now a method.
152 (file_full_name): Likewise.
153 (macro_start_file): Update.
154
155 2020-02-08 Tom Tromey <tom@tromey.com>
156
157 * dwarf2/read.c (dwarf_always_disassemble)
158 (show_dwarf_always_disassemble): Move to loc.c.
159 (_initialize_dwarf2_read): Move "always-disassemble" registration
160 to loc.c.
161 * dwarf2/read.h (dwarf_always_disassemble): Don't declare.
162 * dwarf2/loc.c (dwarf_always_disassemble): Move from read.c. Now
163 static.
164 (show_dwarf_always_disassemble): Move from read.c.
165 (_initialize_dwarf2loc): Move always-disassemble from read.c.
166
167 2020-02-08 Tom Tromey <tom@tromey.com>
168
169 * dwarf2/read.c (~dwarf2_per_objfile): Update.
170 (create_quick_file_names_table): Return htab_up.
171 (dw2_get_file_names_reader, dw2_forget_cached_source_info):
172 Update.
173 * dwarf2/read.h (struct dwarf2_per_objfile)
174 <quick_file_names_table>: Now htab_up.
175
176 2020-02-08 Tom Tromey <tom@tromey.com>
177
178 * dwarf2/abbrev.c (abbrev_table::read): Simplify.
179
180 2020-02-08 Tom Tromey <tom@tromey.com>
181
182 * dwarf2/abbrev.c (abbrev_table): Move constructor from header.
183 Rewrite.
184 (abbrev_table::add_abbrev, abbrev_table::lookup_abbrev): Rewrite.
185 * dwarf2/abbrev.h (struct abbrev_info) <next>: Remove.
186 (abbrev_table::abbrev_table): No longer inline.
187 (ABBREV_HASH_SIZE): Remove.
188 (abbrev_table::m_abbrevs): Now an htab_up.
189
190 2020-02-08 Tom Tromey <tom@tromey.com>
191
192 * dwarf2/read.c (read_cutu_die_from_dwo): Update.
193 (cutu_reader): Update.
194 (build_type_psymtabs_1): Update.
195 * dwarf2/abbrev.c (abbrev_table::read): Rename.
196 (abbrev_table::alloc_abbrev): Update.
197 * dwarf2/abbrev.h (abbrev_table_up): Move earlier.
198 (abbrev_table::read): New static method, renamed from
199 abbrev_table_read_table.
200 (abbrev_table::alloc_abbrev)
201 (abbrev_table::add_abbrev): Now private.
202 (abbrev_table::abbrev_table): Now private.
203 (abbrev_table::m_abbrev_obstack): Now private. Rename.
204
205 2020-02-08 Tom Tromey <tom@tromey.com>
206
207 * dwarf2/read.c (set_die_type, get_die_type_at_offset): Update.
208 * dwarf2/read.h (struct dwarf2_per_objfile) <die_type_hash>: Now
209 htab_up.
210
211 2020-02-08 Tom Tromey <tom@tromey.com>
212
213 * dwarf2/read.c (struct dwp_file) <loaded_cus, loaded_tus>: Now
214 htab_up.
215 (lookup_dwo_unit_in_dwp): Update.
216 (allocate_dwp_loaded_cutus_table): Return htab_up. Don't allocate
217 on obstack.
218
219 2020-02-08 Tom Tromey <tom@tromey.com>
220
221 * dwarf2/read.c (allocate_dwo_file_hash_table): Don't allocate on
222 obstack.
223
224 2020-02-08 Tom Tromey <tom@tromey.com>
225
226 * dwarf2/read.c (~dwarf2_per_objfile): Don't delete
227 line_header_hash.
228 (handle_DW_AT_stmt_list): Update. Don't allocate on obstack.
229 * dwarf2/read.h (struct dwarf2_per_objfile) <line_header_hash>:
230 Change type to htab_up.
231
232 2020-02-08 Tom Tromey <tom@tromey.com>
233
234 * dwarf2/read.c (allocate_type_unit_groups_table): Return
235 htab_up. Don't allocate on obstack.
236 (get_type_unit_group, dwarf2_build_psymtabs_hard): Update.
237 * dwarf2/read.h (struct dwarf2_per_objfile) <type_unit_groups>:
238 Change type to htab_up.
239
240 2020-02-08 Tom Tromey <tom@tromey.com>
241
242 * dwarf2/read.h (struct dwarf2_per_objfile) <signatured_types>:
243 Change type to htab_up.
244 * dwarf2/read.c (create_signatured_type_table_from_index)
245 (create_signatured_type_table_from_debug_names)
246 (create_all_type_units, add_type_unit)
247 (lookup_dwo_signatured_type, lookup_signatured_type)
248 (process_skeletonless_type_unit): Update.
249 (create_debug_type_hash_table, create_debug_types_hash_table):
250 Change type of types_htab.
251 (allocate_signatured_type_table, allocate_dwo_unit_table): Return
252 htab_up. Don't allocate on obstack.
253 (create_cus_hash_table): Change type of cus_htab parameter.
254 (struct dwo_file) <cus, tus>: Now htab_up.
255 (lookup_dwo_signatured_type, lookup_dwo_cutu)
256 (process_dwo_file_for_skeletonless_type_units, lookup_dwo_cutu)
257 (queue_and_load_all_dwo_tus): Update.
258 * dwarf2/index-write.c (write_gdbindex): Update.
259 (write_debug_names): Update.
260
261 2020-02-08 Tom Tromey <tom@tromey.com>
262
263 * dwarf2/read.h (struct dwarf2_queue_item): Move from
264 dwarf2/read.c. Remove "next" member. Add constructor ntad
265 destructor.
266 (struct dwarf2_per_objfile) <queue>: New member.
267 * dwarf2/read.c (struct dwarf2_queue_item): Move to
268 dwarf2/read.h.
269 (dwarf2_queue, dwarf2_queue_tail): Remove.
270 (class dwarf2_queue_guard): Add parameter to constructor. Use
271 DISABLE_COPY_AND_ASSIGN.
272 <m_per_objfile>: New member.
273 <~dwarf2_queue_guard>: Rewrite.
274 (dw2_do_instantiate_symtab, queue_comp_unit, process_queue):
275 Update.
276 (~dwarf2_queue_item): New.
277
278 2020-02-08 Tom Tromey <tom@tromey.com>
279
280 * dwarf2/read.c (struct die_info) <has_children>: New member.
281 (dw2_get_file_names_reader): Remove has_children.
282 (dw2_get_file_names): Update.
283 (read_cutu_die_from_dwo): Remove has_children.
284 (cutu_reader::init_tu_and_read_dwo_dies)
285 (cutu_reader::cutu_reader): Update.
286 (process_psymtab_comp_unit_reader, build_type_psymtabs_reader):
287 Remove has_children.
288 (build_type_psymtabs_1, process_skeletonless_type_unit)
289 (load_partial_comp_unit, load_full_comp_unit): Update.
290 (create_dwo_cu_reader): Remove has_children.
291 (create_cus_hash_table, read_die_and_children): Update.
292 (read_full_die_1,read_full_die): Remove has_children.
293 (read_signatured_type): Update.
294 (class cutu_reader) <has_children>: Remove.
295
296 2020-02-08 Tom Tromey <tom@tromey.com>
297
298 * dwarf2/expr.c: Rename from dwarf2expr.c.
299 * dwarf2/expr.h: Rename from dwarf2expr.h.
300 * dwarf2/frame-tailcall.c: Rename from dwarf2-frame-tailcall.c.
301 * dwarf2/frame-tailcall.h: Rename from dwarf2-frame-tailcall.h.
302 * dwarf2/frame.c: Rename from dwarf2-frame.c.
303 * dwarf2/frame.h: Rename from dwarf2-frame.h.
304 * dwarf2/index-cache.c: Rename from dwarf-index-cache.c.
305 * dwarf2/index-cache.h: Rename from dwarf-index-cache.h.
306 * dwarf2/index-common.c: Rename from dwarf-index-common.c.
307 * dwarf2/index-common.h: Rename from dwarf-index-common.h.
308 * dwarf2/index-write.c: Rename from dwarf-index-write.c.
309 * dwarf2/index-write.h: Rename from dwarf-index-write.h.
310 * dwarf2/loc.c: Rename from dwarf2loc.c.
311 * dwarf2/loc.h: Rename from dwarf2loc.h.
312 * dwarf2/read.c: Rename from dwarf2read.c.
313 * dwarf2/read.h: Rename from dwarf2read.h.
314 * dwarf2/abbrev.c, aarch64-tdep.c, alpha-tdep.c,
315 amd64-darwin-tdep.c, arc-tdep.c, arm-tdep.c, bfin-tdep.c,
316 compile/compile-c-symbols.c, compile/compile-cplus-symbols.c,
317 compile/compile-loc2c.c, cris-tdep.c, csky-tdep.c, findvar.c,
318 gdbtypes.c, guile/scm-type.c, h8300-tdep.c, hppa-bsd-tdep.c,
319 hppa-linux-tdep.c, i386-darwin-tdep.c, i386-linux-tdep.c,
320 i386-tdep.c, iq2000-tdep.c, m32c-tdep.c, m68hc11-tdep.c,
321 m68k-tdep.c, microblaze-tdep.c, mips-tdep.c, mn10300-tdep.c,
322 msp430-tdep.c, nds32-tdep.c, nios2-tdep.c, or1k-tdep.c,
323 riscv-tdep.c, rl78-tdep.c, rs6000-tdep.c, rx-tdep.c, s12z-tdep.c,
324 s390-tdep.c, score-tdep.c, sh-tdep.c, sparc-linux-tdep.c,
325 sparc-tdep.c, sparc64-linux-tdep.c, sparc64-tdep.c, tic6x-tdep.c,
326 tilegx-tdep.c, v850-tdep.c, xstormy16-tdep.c, xtensa-tdep.c:
327 Update.
328 * Makefile.in (COMMON_SFILES): Update.
329 (HFILES_NO_SRCDIR): Update.
330
331 2020-02-08 Tom Tromey <tom@tromey.com>
332
333 * dwarf2read.c (struct die_reader_specs) <comp_dir>: Remove.
334 (init_cu_die_reader, read_cutu_die_from_dwo): Update.
335
336 2020-02-08 Tom Tromey <tom@tromey.com>
337
338 * dwarf2read.h (struct die_info): Don't declare.
339
340 2020-02-08 Tom Tromey <tom@tromey.com>
341
342 * dwarf2read.h (die_info_ptr): Remove typedef.
343
344 2020-02-08 Tom Tromey <tom@tromey.com>
345
346 * dwarf2read.c (read_call_site_scope)
347 (handle_data_member_location, dwarf2_add_member_fn)
348 (mark_common_block_symbol_computed, read_common_block)
349 (attr_to_dynamic_prop, partial_die_info::read)
350 (var_decode_location, dwarf2_fetch_die_loc_sect_off)
351 (dwarf2_symbol_mark_computed, set_die_type): Update.
352 * dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
353 method.
354 (attr_form_is_block): Don't declare.
355 * dwarf2/attribute.c (attribute::form_is_block): Now a method.
356
357 2020-02-08 Tom Tromey <tom@tromey.com>
358
359 * dwarf2read.c (dwarf2_find_base_address, )
360 (read_call_site_scope, rust_containing_type)
361 (dwarf2_get_pc_bounds, dwarf2_record_block_ranges)
362 (handle_data_member_location, dwarf2_add_member_fn)
363 (get_alignment, read_structure_type, process_structure_scope)
364 (mark_common_block_symbol_computed, read_common_block)
365 (read_tag_string_type, attr_to_dynamic_prop, read_subrange_type)
366 (partial_die_info::read, read_attribute_value, new_symbol)
367 (lookup_die_type, dwarf2_get_ref_die_offset)
368 (dwarf2_get_attr_constant_value, follow_die_ref_or_sig)
369 (dwarf2_fetch_die_loc_sect_off, get_DW_AT_signature_type)
370 (dwarf2_symbol_mark_computed): Update.
371 * dwarf2/attribute.h (struct attribute) <value_as_address,
372 form_is_section_offset, form_is_constant, form_is_ref>: Declare
373 methods.
374 (value_as_address, attr_form_is_section_offset)
375 (attr_form_is_constant, attr_form_is_ref): Don't declare.
376 * dwarf2/attribute.c (attribute::value_as_address)
377 (attribute::form_is_section_offset, attribute::form_is_constant)
378 (attribute::form_is_ref): Now methods.
379
380 2020-02-08 Tom Tromey <tom@tromey.com>
381
382 * dwarf2read.c (struct attribute, DW_STRING)
383 (DW_STRING_IS_CANONICAL, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR)
384 (DW_SIGNATURE, struct dwarf_block, attr_value_as_address)
385 (attr_form_is_block, attr_form_is_section_offset)
386 (attr_form_is_constant, attr_form_is_ref): Move.
387 * dwarf2/attribute.h: New file.
388 * dwarf2/attribute.c: New file, from dwarf2read.c.
389 * Makefile.in (COMMON_SFILES): Add dwarf2/attribute.c.
390
391 2020-02-08 Tom Tromey <tom@tromey.com>
392
393 * dwarf2read.c (abbrev_table_up, struct abbrev_info)
394 (struct attr_abbrev, ABBREV_HASH_SIZE, struct abbrev_table):
395 Move.
396 (read_cutu_die_from_dwo, build_type_psymtabs_1): Update.
397 (abbrev_table::alloc_abbrev, abbrev_table::add_abbrev)
398 (abbrev_table::lookup_abbrev, abbrev_table_read_table): Move to
399 abbrev.c.
400 * dwarf2/abbrev.h: New file.
401 * dwarf2/abbrev.c: New file, from dwarf2read.c.
402 * Makefile.in (COMMON_SFILES): Add dwarf2/abbrev.c.
403
404 2020-02-08 Tom Tromey <tom@tromey.com>
405
406 * dwarf2read.c (dwarf2_section_buffer_overflow_complaint)
407 (dwarf2_section_size, dwarf2_get_section_info)
408 (create_signatured_type_table_from_debug_names)
409 (create_addrmap_from_aranges, read_debug_names_from_section)
410 (get_gdb_index_contents_from_section, read_comp_unit_head)
411 (error_check_comp_unit_head, read_abbrev_offset)
412 (create_debug_type_hash_table, init_cu_die_reader)
413 (read_cutu_die_from_dwo, dwarf2_build_psymtabs_hard)
414 (read_comp_units_from_section, create_cus_hash_table)
415 (create_dwp_hash_table, create_dwo_unit_in_dwp_v1)
416 (create_dwp_v2_section, dwarf2_rnglists_process)
417 (dwarf2_ranges_process, read_die_and_siblings, read_full_die)
418 (abbrev_table_read_table, read_indirect_string_at_offset_from)
419 (read_indirect_string_from_dwz, read_addr_index_1)
420 (read_str_index, dwarf_decode_line_header, skip_form_bytes)
421 (dwarf_decode_macro_bytes, dwarf_decode_macros)
422 (fill_in_loclist_baton): Update.
423 * dwarf2/section.h (struct dwarf2_section_info) <get_name,
424 get_containing_section, get_bfd_owner, get_bfd_section,
425 get_file_name, get_id, get_flags, empty, read>: Declare methods.
426 (dwarf2_read_section, get_section_name, get_section_file_name)
427 (get_containing_section, get_section_bfd_owner)
428 (get_section_bfd_section, get_section_name, get_section_file_name)
429 (get_section_id, get_section_flags, dwarf2_section_empty_p): Don't
430 declare.
431 * dwarf2/section.c (dwarf2_section_info::get_containing_section)
432 (dwarf2_section_info::get_bfd_owner)
433 (dwarf2_section_info::get_bfd_section)
434 (dwarf2_section_info::get_name)
435 (dwarf2_section_info::get_file_name, dwarf2_section_info::get_id)
436 (dwarf2_section_info::get_flags, dwarf2_section_info::empty)
437 (dwarf2_section_info::read): Now methods.
438 * dwarf-index-write.c (class debug_names): Update.
439
440 2020-02-08 Tom Tromey <tom@tromey.com>
441
442 * dwarf2read.h (struct dwarf2_section_info, dwarf2_read_section):
443 Move to dwarf2/section.h.
444 * dwarf2read.c (get_containing_section, get_section_bfd_owner)
445 (get_section_bfd_section, get_section_name)
446 (get_section_file_name, get_section_id, get_section_flags)
447 (dwarf2_section_empty_p, dwarf2_read_section): Moe to
448 dwarf2/section.c.
449 * dwarf2/section.h: New file.
450 * dwarf2/section.c: New file, from dwarf2read.c.
451 * Makefile.in (COMMON_SFILES): Add dwarf2/section.c.
452
453 2020-02-08 Tom Tromey <tom@tromey.com>
454
455 * dwarf2read.h (read_unsigned_leb128): Don't declare.
456 * dwarf2read.c (read_1_byte, read_1_signed_byte, read_2_bytes)
457 (read_2_signed_bytes, read_3_bytes, read_4_bytes)
458 (read_4_signed_bytes, read_8_bytes): Move to dwarf2/leb.h.
459 (read_unsigned_leb128, read_signed_leb128): Move to dwarf2/leb.c.
460 * dwarf2/leb.h: New file, from dwarf2read.c.
461 * dwarf2/leb.c: New file, from dwarf2read.c.
462 * dwarf2-frame.c (read_1_byte, read_4_bytes, read_8_bytes):
463 Remove.
464 * Makefile.in (CONFIG_SRC_SUBDIR): Add dwarf2.
465 (COMMON_SFILES): Add dwarf2/leb.c.
466
467 2020-02-08 Joel Brobecker <brobecker@adacore.com>
468
469 GDB 9.1 released.
470
471 2020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
472
473 PR gdb/25190:
474 * gdb/remote-sim.c (gdb_os_write_stderr): Update.
475 * gdb/remote.c (remote_console_output): Update.
476 * gdb/ui-file.c (fputs_unfiltered): Rename to...
477 (ui_file_puts): ...this.
478 * gdb/ui-file.h (ui_file_puts): Add declaration.
479 * gdb/utils.c (emit_style_escape): Update.
480 (flush_wrap_buffer): Update.
481 (fputs_maybe_filtered): Update.
482 (fputs_unfiltered): Add function.
483
484 2020-02-05 Iain Buclaw <ibuclaw@gdcproject.org>
485
486 * gdb/event-loop.c (gdb_wait_for_event): Update.
487 * gdb/printcmd.c (printf_command): Update.
488 * gdb/remote-fileio.c (remote_fileio_func_write): Update.
489 * gdb/remote-sim.c (gdb_os_flush_stdout): Update.
490 (gdb_os_flush_stderr): Update.
491 * gdb/remote.c (remote_console_output): Update.
492 * gdb/ui-file.c (gdb_flush): Rename to...
493 (ui_file_flush): ...this.
494 (stderr_file::write): Update.
495 (stderr_file::puts): Update.
496 * gdb/ui-file.h (gdb_flush): Rename to...
497 (ui_file_flush): ...this.
498 * gdb/utils.c (gdb_flush): Add function.
499 * gdb/utils.h (gdb_flush): Add declaration.
500
501 2020-02-07 Tom Tromey <tromey@adacore.com>
502
503 PR breakpoints/24915:
504 * source.c (find_and_open_source): Do not check basenames_may_differ.
505
506 2020-02-07 Tom Tromey <tom@tromey.com>
507
508 * README: Update gdbserver documentation.
509 * gdbserver: Move to top level.
510 * configure.tgt (build_gdbserver): Remove.
511 * configure.ac: Remove --enable-gdbserver.
512 * configure: Rebuild.
513 * Makefile.in (distclean): Don't mention gdbserver.
514
515 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
516
517 * source-cache.c (source_cache::ensure): Surround
518 get_plain_source_lines with a try/catch.
519 (source_cache::get_line_charpos): Get rid of try/catch
520 and only check for the return value of "ensure".
521 * tui/tui-source.c (tui_source_window::set_contents):
522 Simplify "nlines" calculation.
523
524 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
525
526 * MAINTAINERS (Write After Approval): Add myself.
527
528 2020-02-05 Christian Biesinger <cbiesinger@google.com>
529
530 * sparc-nat.h (struct sparc_target) <xfer_partial>: Fix base class
531 function call.
532
533 2020-02-05 Christian Biesinger <cbiesinger@google.com>
534
535 * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
536
537 2020-02-05 Maciej W. Rozycki <macro@wdc.com>
538
539 * nat/riscv-linux-tdesc.h: New file.
540 * nat/riscv-linux-tdesc.c: New file, taking code from...
541 * riscv-linux-nat.c (riscv_linux_nat_target::read_description):
542 ... here.
543 * configure.nat <linux> <riscv*>: Add nat/riscv-linux-tdesc.o to
544 NATDEPFILES.
545
546 2020-02-04 Andrew Burgess <andrew.burgess@embecosm.com>
547
548 * remote-sim.c (sim_inferior_data::sim_inferior_data): Assert that
549 we don't set the fake simulator ptid to the null_ptid.
550
551 2020-02-03 Simon Marchi <simon.marchi@efficios.com>
552
553 * fork-child.c (gdb_startup_inferior): Use bool instead of int.
554 * gdbthread.h (class thread_info) <resumed>: Likewise.
555 * infrun.c (resume_1): Likewise.
556 (proceed): Likewise.
557 (infrun_thread_stop_requested): Likewise.
558 (stop_all_threads): Likewise.
559 (handle_inferior_event): Likewise.
560 (restart_threads): Likewise.
561 (finish_step_over): Likewise.
562 (keep_going_stepped_thread): Likewise.
563 * linux-nat.c (attach_proc_task_lwp_callback): Likewise.
564 (linux_handle_extended_wait): Likewise.
565 * record-btrace.c (get_thread_current_frame_id): Likewise.
566 * record-full.c (record_full_wait_1): Likewise.
567 * remote.c (remote_target::process_initial_stop_replies): Likewise.
568 * target.c (target_resume): Likewise.
569 * thread.c (set_running_thread): Likewise.
570
571 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
572
573 * f-valprint.c (f77_print_array_1): Changed datatype of index
574 variable to LONGEST from int to enable it to contain bound
575 values correctly.
576
577 2020-02-03 Maciej W. Rozycki <macro@wdc.com>
578
579 * riscv-linux-nat.c [!NFPREG] (NFPREG): New macro.
580 (supply_fpregset_regnum, fill_fpregset): Handle regset buffer
581 offsets according to FLEN determined.
582 (riscv_linux_nat_target::read_description): Determine FLEN
583 dynamically.
584 (riscv_linux_nat_target::fetch_registers): Size regset buffer
585 according to FLEN determined.
586 (riscv_linux_nat_target::store_registers): Likewise.
587
588 2020-02-01 Shahab Vahedi <shahab@synopsys.com>
589
590 * target-descriptions.c (tdesc_register_in_reggroup_p): Return 0
591 when reg->group is empty and reggroup is not.
592
593 2020-01-31 Tom Tromey <tromey@adacore.com>
594
595 * ravenscar-thread.c (ravenscar_thread_target::mourn_inferior):
596 Call beneath target's mourn_inferior after unpushing.
597
598 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
599
600 PR tui/9765
601 * tui/tui-disasm.c (tui_find_disassembly_address): If we don't
602 have enough lines to fill the screen, still return the lowest
603 address we found.
604
605 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
606
607 * tui/tui-win.c (_initialize_tui_win): Update help text for '+',
608 '-', '<', and '>' commands.
609
610 2020-01-29 Pedro Alves <palves@redhat.com>
611 Sergio Durigan Junior <sergiodj@redhat.com>
612
613 * infcmd.c (construct_inferior_arguments): Assert that
614 'argc' is greater than 0.
615
616 2020-01-29 Luis Machado <luis.machado@linaro.org>
617
618 * aarch64-tdep.c (BRK_INSN_MASK): Define to 0xffe0001f.
619 (BRK_INSN_MASK): Define to 0xd4200000.
620 (aarch64_program_breakpoint_here_p): New function.
621 (aarch64_gdbarch_init): Set gdbarch_program_breakpoint_here_p hook.
622 * arch-utils.c (default_program_breakpoint_here_p): Moved from
623 breakpoint.c.
624 * arch-utils.h (default_program_breakpoint_here_p): Moved from
625 breakpoint.h
626 * breakpoint.c (bp_loc_is_permanent): Changed return type to bool and
627 call gdbarch_program_breakpoint_here_p.
628 (program_breakpoint_here): Moved to arch-utils.c, renamed to
629 default_program_breakpoint_here_p, changed return type to bool and
630 simplified.
631 * breakpoint.h (program_breakpoint_here): Moved prototype to
632 arch-utils.h, renamed to default_program_breakpoint_here_p and changed
633 return type to bool.
634 * gdbarch.c: Regenerate.
635 * gdbarch.h: Regenerate.
636 * gdbarch.sh (program_breakpoint_here_p): New method.
637 * infrun.c (handle_signal_stop): Call
638 gdbarch_program_breakpoint_here_p.
639
640 2020-01-26 Tom Tromey <tom@tromey.com>
641
642 * ctfread.c (struct ctf_fp_info): Reindent.
643 (_initialize_ctfread): Remove.
644
645 2020-01-26 Tom Tromey <tom@tromey.com>
646
647 * psymtab.c (partial_map_expand_apply)
648 (psym_find_pc_sect_compunit_symtab, psym_lookup_symbol)
649 (psymtab_to_symtab, psym_find_last_source_symtab, dump_psymtab)
650 (psym_print_stats, psym_expand_symtabs_for_function)
651 (psym_map_symbol_filenames, psym_map_matching_symbols)
652 (psym_expand_symtabs_matching)
653 (partial_symtab::read_dependencies, maintenance_info_psymtabs)
654 (maintenance_check_psymtabs): Use new methods.
655 * psympriv.h (struct partial_symtab) <readin_p,
656 get_compunit_symtab>: New methods.
657 <readin, compunit_symtab>: Remove members.
658 (struct standard_psymtab): New.
659 (struct legacy_psymtab): Derive from standard_psymtab.
660 * dwarf2read.h (struct dwarf2_psymtab): Derive from
661 standard_psymtab.
662 * ctfread.c (struct ctf_psymtab): Derive from standard_psymtab.
663
664 2020-01-26 Tom Tromey <tom@tromey.com>
665
666 * xcoffread.c (xcoff_psymtab_to_symtab_1): Call
667 read_dependencies. Add assert.
668 * psymtab.c (partial_symtab::read_dependencies): New method.
669 * psympriv.h (struct partial_symtab) <read_dependencies>: New
670 method.
671 * mdebugread.c (psymtab_to_symtab_1): Call read_dependencies.
672 * dwarf2read.c (dwarf2_psymtab::expand_psymtab): Call
673 read_dependencies.
674 * dbxread.c (dbx_psymtab_to_symtab_1): Call read_dependencies.
675 Add assert.
676
677 2020-01-26 Tom Tromey <tom@tromey.com>
678
679 * xcoffread.c (xcoff_psymtab_to_symtab_1): Change argument order.
680 Call expand_psymtab.
681 (xcoff_read_symtab): Call expand_psymtab.
682 (xcoff_start_psymtab, xcoff_end_psymtab): Set
683 legacy_expand_psymtab.
684 * psympriv.h (struct partial_symtab) <expand_psymtab>: New
685 method.
686 (struct legacy_psymtab) <expand_psymtab>: Implement.
687 <legacy_expand_psymtab>: New member.
688 * mdebugread.c (mdebug_read_symtab): Call expand_psymtab.
689 (parse_partial_symbols): Set legacy_expand_psymtab.
690 (psymtab_to_symtab_1): Change argument order. Call
691 expand_psymtab.
692 (new_psymtab): Set legacy_expand_psymtab.
693 * dwarf2read.h (struct dwarf2_psymtab) <expand_psymtab>: Declare.
694 * dwarf2read.c (dwarf2_psymtab::read_symtab): Call
695 expand_psymtab.
696 (dwarf2_psymtab::expand_psymtab): Rename from
697 psymtab_to_symtab_1. Call expand_psymtab.
698 * dbxread.c (start_psymtab): Set legacy_expand_psymtab.
699 (dbx_end_psymtab): Likewise.
700 (dbx_psymtab_to_symtab_1): Change argument order. Call
701 expand_psymtab.
702 (dbx_read_symtab): Call expand_psymtab.
703 * ctfread.c (struct ctf_psymtab) <expand_psymtab>: Declare.
704 (ctf_psymtab::expand_psymtab): Rename from psymtab_to_symtab.
705 (ctf_psymtab::read_symtab): Call expand_psymtab.
706
707 2020-01-26 Tom Tromey <tom@tromey.com>
708
709 * xcoffread.c (xcoff_read_symtab): Remove prints. Add assert.
710 * psymtab.c (psymtab_to_symtab): Print verbose "Reading"
711 messages.
712 * mdebugread.c (mdebug_read_symtab): Remove prints.
713 * dwarf2read.c (dwarf2_psymtab::read_symtab): Remove prints. Add
714 assert.
715 * dbxread.c (dbx_read_symtab): Remove prints. Add assert.
716
717 2020-01-26 Tom Tromey <tom@tromey.com>
718
719 * xcoffread.c (this_symtab_psymtab, read_xcoff_symtab)
720 (xcoff_psymtab_to_symtab_1, xcoff_read_symtab)
721 (xcoff_start_psymtab, xcoff_end_psymtab, scan_xcoff_symtab): Use
722 legacy_symtab.
723 * stabsread.h (dbx_end_psymtab): Use legacy_symtab.
724 * psymtab.c (psymtab_to_symtab): Call method.
725 (dump_psymtab): Update.
726 * psympriv.h (struct partial_symtab): Add virtual destructor.
727 <read_symtab>: New method.
728 (struct legacy_symtab): New.
729 * mdebugread.c (mdebug_read_symtab): Use legacy_psymtab.
730 (struct pst_map) <pst>: Now a legacy_psymtab.
731 (parse_procedure, parse_partial_symbols, psymtab_to_symtab_1)
732 (new_psymtab): Use legacy_psymtab.
733 * dwarf2read.h (struct dwarf2_psymtab): New.
734 (struct dwarf2_per_cu_data) <psymtab>: Use it.
735 * dwarf2read.c (dwarf2_create_include_psymtab)
736 (dwarf2_build_include_psymtabs, create_type_unit_group)
737 (create_partial_symtab, process_psymtab_comp_unit_reader)
738 (build_type_psymtabs_reader, build_type_psymtab_dependencies)
739 (set_partial_user): Use dwarf2_psymtab.
740 (dwarf2_psymtab::read_symtab): Rename from dwarf2_read_symtab.
741 (psymtab_to_symtab_1, process_full_comp_unit)
742 (process_full_type_unit, dwarf2_ranges_read)
743 (dwarf2_get_pc_bounds, psymtab_include_file_name)
744 (dwarf_decode_lines): Use dwarf2_psymtab.
745 * dwarf-index-write.c (psym_index_map): Use dwarf2_psymtab.
746 (add_address_entry_worker, write_one_signatured_type)
747 (recursively_count_psymbols, recursively_write_psymbols)
748 (write_one_signatured_type, psyms_seen_size, write_gdbindex)
749 (write_debug_names): Likewise.
750 * dbxread.c (struct header_file_location): Take a legacy_psymtab.
751 <pst>: Now a legacy_psymtab.
752 (find_corresponding_bincl_psymtab): Return a legacy_psymtab.
753 (read_dbx_symtab, start_psymtab, dbx_end_psymtab)
754 (dbx_psymtab_to_symtab_1, read_ofile_symtab): Use legacy_psymtab.
755 * ctfread.c (struct ctf_psymtab): New.
756 (ctf_start_symtab, ctf_end_symtab, psymtab_to_symtab): Take a
757 ctf_psymtab.
758 (ctf_psymtab::read_symtab): Rename from ctf_read_symtab.
759 (create_partial_symtab): Return a ctf_psymtab.
760 (scan_partial_symbols): Update.
761
762 2020-01-26 Tom Tromey <tom@tromey.com>
763
764 * xcoffread.c (xcoff_start_psymtab): Use new.
765 * psymtab.c (partial_symtab::partial_symtab): New constructor,
766 renamed from start_psymtab_common.
767 * psympriv.h (struct partial_symtab): Add new constructor.
768 (start_psymtab_common): Don't declare.
769 * mdebugread.c (parse_partial_symbols): Use new.
770 * dwarf2read.c (create_partial_symtab): Use new.
771 * dbxread.c (start_psymtab): Use new.
772 * ctfread.c (create_partial_symtab): Use new.
773
774 2020-01-26 Tom Tromey <tom@tromey.com>
775
776 * xcoffread.c (xcoff_end_psymtab): Use new.
777 * psymtab.c (start_psymtab_common): Use new.
778 (partial_symtab::partial_symtab): Rename from allocate_psymtab.
779 Update.
780 * psympriv.h (struct partial_symtab): Add parameters to
781 constructor. Don't inline.
782 (allocate_psymtab): Don't declare.
783 * mdebugread.c (new_psymtab): Use new.
784 * dwarf2read.c (dwarf2_create_include_psymtab): Use new.
785 * dbxread.c (dbx_end_psymtab): Use new.
786
787 2020-01-26 Tom Tromey <tom@tromey.com>
788
789 * psymtab.h (class psymtab_storage) <install_psymtab>: Rename from
790 allocate_psymtab. Update documentation.
791 * psymtab.c (psymtab_storage::install_psymtab): Rename from
792 allocate_psymtab. Do not use new.
793 (allocate_psymtab): Use new. Update.
794
795 2020-01-26 Tom Tromey <tom@tromey.com>
796
797 * xcoffread.c (xcoff_psymtab_to_symtab_1): Update.
798 * psymtab.c (psym_print_stats): Update.
799 * psympriv.h (struct partial_symtab) <readin,
800 psymtabs_addrmap_supported, anonymous>: Now bool.
801 * mdebugread.c (psymtab_to_symtab_1): Update.
802 * dwarf2read.c (create_type_unit_group, create_partial_symtab)
803 (build_type_psymtabs_reader, psymtab_to_symtab_1)
804 (process_full_comp_unit, process_full_type_unit): Update.
805 * dbxread.c (dbx_psymtab_to_symtab_1): Update.
806 * ctfread.c (psymtab_to_symtab): Update.
807
808 2020-01-26 Tom Tromey <tom@tromey.com>
809
810 * mdebugread.c (parse_partial_symbols): Use discard_psymtab.
811 * psymtab.h (class psymtab_storage) <free_psymtabs>: Remove.
812 * psymtab.c (psymtab_storage): Delete psymtabs.
813 (psymtab_storage::allocate_psymtab): Use new.
814 (psymtab_storage::discard_psymtab): Use delete.
815 * psympriv.h (struct partial_symtab): Add constructor and
816 initializers.
817
818 2020-01-26 Tom Tromey <tom@tromey.com>
819
820 * machoread.c: Do not include psympriv.h.
821
822 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
823
824 * NEWS: Mention the new option and the set/show commands.
825
826 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
827
828 * exec.c (exec_file_mismatch_names, exec_file_mismatch_mode)
829 (show_exec_file_mismatch_command, set_exec_file_mismatch_command)
830 (validate_exec_file): New variables, enums, functions.
831 (exec_file_locate_attach, print_section_info): Style the filenames.
832 (_initialize_exec): Install show_exec_file_mismatch_command and
833 set_exec_file_mismatch_command.
834 * gdbcore.h (validate_exec_file): Declare.
835 * infcmd.c (attach_command): Call validate_exec_file.
836 * remote.c ( remote_target::remote_add_inferior): Likewise.
837
838 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * frame.c (find_frame_sal): Move call to get_next_frame into more
841 inner scope.
842 * inline-frame.c (inilne_state) <inline_state>: Update argument
843 types.
844 (inilne_state) <skipped_symbol>: Rename to...
845 (inilne_state) <skipped_symbols>: ...this, and change to a vector.
846 (skip_inline_frames): Build vector of skipped symbols and use this
847 to reate the inline_state.
848 (inline_skipped_symbol): Add a comment and some assertions, fetch
849 skipped symbol from the list.
850
851 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * buildsym.c (lte_is_less_than): Delete.
854 (buildsym_compunit::end_symtab_with_blockvector): Create local
855 lambda function to sort line table entries, and use
856 std::stable_sort instead of std::sort.
857 * symtab.c (find_pc_sect_line): Skip backward over end of sequence
858 markers when looking for a previous line.
859
860 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * dwarf2read.c (lnp_state_machine::record_line): Include
863 end_sequence parameter in debug print out. Record the line if we
864 are at an end_sequence marker even if it's not the start of a
865 statement.
866 * symmisc.c (maintenance_print_one_line_table): Print end of
867 sequence markers with 'END' not '0'.
868
869 2020-01-24 Pedro Alves <palves@redhat.com>
870
871 PR gdb/25410
872 * thread.c (scoped_restore_current_thread::restore): Use
873 switch_to_inferior_no_thread.
874 * exec.c: Include "progspace-and-thread.h".
875 (add_target_sections, remove_target_sections):
876 scoped_restore_current_pspace_and_thread instead of
877 scoped_restore_current_thread.
878 * infrun.c (handle_vfork_child_exec_or_exit): Assign the pspace
879 and aspace to the inferior before calling clone_program_space.
880 Remove stale comment.
881
882 2020-01-24 Christian Biesinger <cbiesinger@google.com>
883
884 * arm-nbsd-nat.c (arm_nbsd_nat_target::fetch_registers): Rename to...
885 (arm_netbsd_nat_target::fetch_registers): ...this.
886 (arm_nbsd_nat_target::store_registers): Rename to...
887 (arm_netbsd_nat_target::store_registers): ...this.
888
889 2020-01-24 Christian Biesinger <cbiesinger@google.com>
890
891 * arm-nbsd-nat.c: Define _KERNTYPES to get the declaration of
892 register_t.
893
894 2020-01-24 Christian Biesinger <cbiesinger@google.com>
895
896 * aarch64-fbsd-tdep.c (aarch64_fbsd_iterate_over_regset_sections):
897 Update comment.
898 * aarch64-linux-tdep.c (aarch64_linux_iterate_over_regset_sections):
899 Likewise.
900 * arm-fbsd-tdep.c (arm_fbsd_iterate_over_regset_sections): Likewise.
901 * gdbcore.h (deprecated_add_core_fns): Update comment to point to
902 the correct replacement (iterate_over_regset_sections).
903 * riscv-fbsd-tdep.c (riscv_fbsd_iterate_over_regset_sections):
904 Update comment.
905
906 2020-01-24 Graham Markall <graham.markall@embecosm.com>
907
908 PR gdb/23718
909 * gdb/python/python.c (execute_gdb_command): Call
910 async_enable_stdin in catch block.
911
912 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
913
914 * event-loop.c (start_event_loop): Wrap async_enable_stdin with
915 SWITCH_THRU_ALL_UIS.
916
917 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 PR tui/9765
920 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update header
921 comment, add extra parameter, and update to store previous symbol
922 when appropriate.
923 * minsyms.h (lookup_minimal_symbol_by_pc_section): Update comment,
924 add extra parameter.
925 * tui/tui-disasm.c (tui_disassemble): Update header comment,
926 remove unneeded parameter, add try/catch around gdb_print_insn,
927 rewrite to add items to asm_lines vector.
928 (tui_find_backward_disassembly_start_address): New function.
929 (tui_find_disassembly_address): Updated throughout.
930 (tui_disasm_window::set_contents): Update for changes to
931 tui_disassemble.
932 (tui_disasm_window::do_scroll_vertical): No need to adjust the
933 number of lines to scroll.
934
935 2020-01-23 Simon Marchi <simon.marchi@polymtl.ca>
936
937 * objfiles.h (ALL_OBJFILE_OSECTIONS): Move up.
938 (SECT_OFF_DATA): Likewise.
939 (SECT_OFF_RODATA): Likewise.
940 (SECT_OFF_TEXT): Likewise.
941 (SECT_OFF_BSS): Likewise.
942 (struct objfile) <text_section_offset, data_section_offset>: New
943 methods.
944 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Use
945 objfile::text_section_offset.
946 * coff-pe-read.c (add_pe_forwarded_sym): Likewise.
947 * coffread.c (coff_symtab_read): Likewise.
948 (enter_linenos): Likewise.
949 (process_coff_symbol): Likewise.
950 * ctfread.c (get_objfile_text_range): Likewise.
951 * dtrace-probe.c (dtrace_probe::get_relocated_address):
952 Use objfile::data_section_offset.
953 * dwarf2-frame.c (execute_cfa_program): Use
954 objfile::text_section_offset.
955 (dwarf2_frame_find_fde): Likewise.
956 * dwarf2read.c (create_addrmap_from_index): Likewise.
957 (create_addrmap_from_aranges): Likewise.
958 (dw2_find_pc_sect_compunit_symtab): Likewise.
959 (process_psymtab_comp_unit_reader): Likewise.
960 (add_partial_symbol): Likewise.
961 (add_partial_subprogram): Likewise.
962 (process_full_comp_unit): Likewise.
963 (read_file_scope): Likewise.
964 (read_func_scope): Likewise.
965 (read_lexical_block_scope): Likewise.
966 (read_call_site_scope): Likewise.
967 (dwarf2_rnglists_process): Likewise.
968 (dwarf2_ranges_process): Likewise.
969 (dwarf2_ranges_read): Likewise.
970 (dwarf_decode_lines_1): Likewise.
971 (new_symbol): Likewise.
972 (dwarf2_fetch_die_loc_sect_off): Likewise.
973 (dwarf2_per_cu_text_offset): Likewise.
974 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Likewise.
975 * hppa-tdep.c (read_unwind_info): Likewise.
976 * ia64-tdep.c (ia64_find_unwind_table): Likewise.
977 * psympriv.h (struct partial_symtab): Likewise.
978 * psymtab.c (find_pc_sect_psymtab): Likewise.
979 * solib-svr4.c (enable_break): Likewise.
980 * stap-probe.c (relocate_address): Use
981 objfile::data_section_offset.
982 * xcoffread.c (enter_line_range): Use
983 objfile::text_section_offset.
984 (read_xcoff_symtab): Likewise.
985
986 2020-01-23 Simon Marchi <simon.marchi@efficios.com>
987
988 * darwin-nat.c (darwin_nat_target::wait_1): Move `inf`
989 declaration to narrower scopes.
990
991 2020-01-23 Simon Marchi <simon.marchi@efficios.com>
992
993 * darwin-nat.h (struct darwin_exception_msg, enum
994 darwin_msg_state, struct darwin_thread_info, darwin_thread_t):
995 Move up.
996 (class darwin_nat_target) <wait_1, check_new_threads,
997 decode_exception_message, decode_message, stop_inferior,
998 init_thread_list, ptrace_him, cancel_breakpoint>: Declare.
999 * darwin-nat.c (darwin_check_new_threads): Rename to...
1000 (darwin_nat_target::check_new_threads): ... this.
1001 (darwin_suspend_inferior_it): Remove.
1002 (darwin_decode_exception_message): Rename to...
1003 (darwin_nat_target::decode_exception_message): ... this.
1004 (darwin_nat_target::resume): Pass target to find_inferior_ptid.
1005 (darwin_decode_message): Rename to...
1006 (darwin_nat_target::decode_message): ... this.
1007 (cancel_breakpoint): Rename to...
1008 (darwin_nat_target::cancel_breakpoint): ... this.
1009 (darwin_wait): Rename to...
1010 (darwin_nat_target::wait_1): ... this. Use range-based for loop
1011 instead of iterate_over_inferiors.
1012 (darwin_nat_target::wait): Call wait_1 instead of darwin_wait.
1013 (darwin_stop_inferior): Rename to...
1014 (darwin_nat_target::stop_inferior): ... this.
1015 (darwin_nat_target::kill): Call wait_1 instead of darwin_wait.
1016 (darwin_init_thread_list): Rename to...
1017 (darwin_nat_target::init_thread_list): ... this.
1018 (darwin_ptrace_him): Rename to...
1019 (darwin_nat_target::ptrace_him): ... this.
1020 (darwin_nat_target::create_inferior): Pass lambda function to
1021 fork_inferior.
1022 (darwin_nat_target::detach): Call stop_inferior instead of
1023 darwin_stop_inferior.
1024 * fork-inferior.h (fork_inferior): Change init_trace_fun
1025 parameter to gdb::function_view.
1026 * fork-inferior.c (fork_inferior): Likewise.
1027
1028 2020-01-23 Hannes Domani <ssbssa@yahoo.de>
1029
1030 * i386-cygwin-tdep.c (core_process_module_section): Update.
1031 * windows-nat.c (struct lm_info_windows): Add text_offset.
1032 (windows_xfer_shared_libraries): Update.
1033 * windows-tdep.c (windows_xfer_shared_library):
1034 Add text_offset_cached argument.
1035 * windows-tdep.h (windows_xfer_shared_library): Update.
1036
1037 2020-01-21 Simon Marchi <simon.marchi@efficios.com>
1038
1039 * gdbarch.sh: Add declaration for _initialize_gdbarch.
1040
1041 2020-01-21 Simon Marchi <simon.marchi@efficios.com>
1042
1043 * remote-sim.c (check_for_duplicate_sim_descriptor): Remove.
1044 (get_sim_inferior_data): Remove use of iterate_over_inferiors,
1045 replace with range-based for.
1046 (gdbsim_interrupt_inferior): Remove.
1047 (gdbsim_target::interrupt): Replace iterate_over_inferiors use
1048 with a range-based for. Inline code from
1049 gdbsim_interrupt_inferior.
1050
1051 2020-01-21 Simon Marchi <simon.marchi@efficios.com>
1052
1053 * infrun.c (proceed): Fix indentation.
1054
1055 2020-01-21 Tom Tromey <tromey@adacore.com>
1056
1057 * source-cache.c (source_cache::ensure): Call ext_lang_colorize.
1058 * python/python.c (python_extension_ops): Update.
1059 (gdbpy_colorize): New function.
1060 * python/lib/gdb/__init__.py (colorize): New function.
1061 * extension.h (ext_lang_colorize): Declare.
1062 * extension.c (ext_lang_colorize): New function.
1063 * extension-priv.h (struct extension_language_ops) <colorize>: New
1064 member.
1065 * cli/cli-style.c (_initialize_cli_style): Update help text.
1066
1067 2020-01-21 Luis Machado <luis.machado@linaro.org>
1068
1069 * aarch64-tdep.c (struct aarch64_displaced_step_closure)
1070 <cond>: Change type to bool.
1071 (aarch64_displaced_step_b_cond): Update cond to use bool type.
1072 (aarch64_displaced_step_cb): Likewise.
1073 (aarch64_displaced_step_tb): Likewise.
1074
1075 2020-01-21 Luis Machado <luis.machado@linaro.org>
1076
1077 * aarch64-tdep.c (aarch64_displaced_step_fixup): Add more debugging
1078 output.
1079
1080 2020-01-21 Luis Machado <luis.machado@linaro.org>
1081
1082 * aarch64-tdep.c (struct aarch64_displaced_step_closure )
1083 <pc_adjust>: Adjust the documentation.
1084 (aarch64_displaced_step_fixup): Check if PC really moved before
1085 adjusting it.
1086
1087 2020-01-19 Tom Tromey <tom@tromey.com>
1088
1089 * disasm.c (~gdb_disassembler): New destructor.
1090 (gdb_buffered_insn_length): Call disassemble_free_target.
1091 * disasm.h (class gdb_disassembler): Declare destructor. Use
1092 DISABLE_COPY_AND_ASSIGN.
1093
1094 2020-01-19 Tom Tromey <tom@tromey.com>
1095
1096 * dwarf2read.c (abbrev_table_up): Move typedef earlier.
1097 (die_reader_func_ftype): Remove.
1098 (cutu_reader): New class.
1099 (dw2_get_file_names_reader): Remove "data" parameter.
1100 (dw2_get_file_names): Use cutu_reader.
1101 (create_debug_type_hash_table): Update.
1102 (read_cutu_die_from_dwo): Update comment.
1103 (lookup_dwo_unit): Add dwo_name parameter.
1104 (cutu_reader::init_tu_and_read_dwo_dies): Now a method. Remove
1105 die_reader_func_ftype and data parameters.
1106 (cutu_reader::cutu_reader): Rename from init_cutu_and_read_dies.
1107 Remove die_reader_func_ftype and data parameters.
1108 (~cutu_reader): New; from init_cutu_and_read_dies.
1109 (cutu_reader::cutu_reader): Rename from
1110 init_cutu_and_read_dies_no_follow. Remove die_reader_func_ftype
1111 and data parameters.
1112 (init_cutu_and_read_dies_simple): Remove.
1113 (struct process_psymtab_comp_unit_data): Remove.
1114 (process_psymtab_comp_unit_reader): Remove data parameter; add
1115 want_partial_unit and pretend_language parameters.
1116 (process_psymtab_comp_unit): Use cutu_reader.
1117 (build_type_psymtabs_reader): Remove data parameter.
1118 (build_type_psymtabs_1): Use cutu_reader.
1119 (process_skeletonless_type_unit): Likewise.
1120 (load_partial_comp_unit_reader): Remove.
1121 (load_partial_comp_unit): Use cutu_reader.
1122 (load_full_comp_unit_reader): Remove.
1123 (load_full_comp_unit): Use cutu_reader.
1124 (struct create_dwo_cu_data): Remove.
1125 (create_dwo_cu_reader): Remove datap parameter; add dwo_file and
1126 dwo_unit parameters.
1127 (create_cus_hash_table): Use cutu_reader.
1128 (struct dwarf2_read_addr_index_data): Remove.
1129 (dwarf2_read_addr_index_reader): Remove.
1130 (dwarf2_read_addr_index): Use cutu_reader.
1131 (read_signatured_type_reader): Remove.
1132 (read_signatured_type): Use cutu_reader.
1133
1134 2020-01-19 Tom Tromey <tom@tromey.com>
1135
1136 * tui/tui.c (tui_show_assembly): Use tui_suppress_output.
1137 * tui/tui-wingeneral.h (class tui_suppress_output): New.
1138 (tui_wrefresh): Declare.
1139 * tui/tui-wingeneral.c (suppress_output): New global.
1140 (tui_suppress_output, ~tui_suppress_output): New constructor and
1141 destructor.
1142 (tui_wrefresh): New function.
1143 (tui_gen_win_info::refresh_window): Use tui_wrefresh.
1144 (tui_gen_win_info::make_window): Call wnoutrefresh when needed.
1145 * tui/tui-regs.h (struct tui_data_window) <no_refresh>: Declare
1146 method.
1147 * tui/tui-regs.c (tui_data_window::erase_data_content): Call
1148 tui_wrefresh.
1149 (tui_data_window::no_refresh): New method.
1150 (tui_data_item_window::refresh_window): Call tui_wrefresh.
1151 (tui_reg_command): Use tui_suppress_output
1152 * tui/tui-layout.c (tui_set_layout): Use tui_suppress_output.
1153 * tui/tui-data.h (struct tui_gen_win_info) <no_refresh>: New
1154 method.
1155 * tui/tui-command.c (tui_refresh_cmd_win): Call tui_wrefresh.
1156
1157 2020-01-19 Tom Tromey <tom@tromey.com>
1158
1159 * tui/tui-winsource.c (tui_update_source_windows_with_line):
1160 Handle case where symtab is null.
1161
1162 2020-01-19 Simon Marchi <simon.marchi@polymtl.ca>
1163
1164 * linux-fork.c (one_fork_p): Simplify.
1165
1166 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
1167
1168 * top.c (struct qt_args): Remove.
1169 (kill_or_detach): Change return type to void, replace `void *`
1170 parameter with a proper one.
1171 (print_inferior_quit_action): Likewise.
1172 (quit_confirm): Use range-based for loop to iterate over inferiors.
1173 (quit_force): Likewise.
1174
1175 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
1176
1177 * mi/mi-main.c (run_one_inferior): Change return type to void, replace
1178 `void *` parameter with proper parameters.
1179 (mi_cmd_exec_run): Use range-based loop to iterate over inferiors.
1180 (print_one_inferior): Change return type to void, replace `void *`
1181 parameter with proper parameters.
1182 (mi_cmd_list_thread_groups): Use range-based loop to iterate over
1183 inferiors.
1184 (get_other_inferior): Remove.
1185 (mi_cmd_remove_inferior): Use range-based loop to iterate over
1186 inferiors.
1187
1188 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
1189
1190 * mi/mi-interp.c (report_initial_inferior): Remove.
1191 (mi_interp::init): Use range-based for to iterate over inferiors.
1192
1193 2020-01-17 Simon Marchi <simon.marchi@efficios.com>
1194
1195 * python/py-inferior.c (build_inferior_list): Remove.
1196 (gdbpy_ref): Use range-based for loop to iterate over inferiors.
1197
1198 2020-01-16 Christian Biesinger <cbiesinger@google.com>
1199
1200 * btrace.c (btrace_compute_ftrace_1): Fix spelling error (Unkown).
1201 (btrace_stitch_trace): Likewise.
1202 * charset.c (intermediate_encoding): Likewise (vaild).
1203 * nat/linux-btrace.c (linux_read_pt): Likewise (Unkown).
1204 * python/py-record-btrace.c (struct PyMethodDef): Likewise (occurences).
1205 * record-btrace.c (record_btrace_print_conf): Likewise (unkown).
1206
1207 2020-01-16 Hannes Domani <ssbssa@yahoo.de>
1208
1209 * windows-tdep.c (windows_get_tlb_type):
1210 Add rtl_user_process_parameters type.
1211
1212 2020-01-16 Pedro Alves <palves@redhat.com>
1213 Norbert Lange <nolange79@gmail.com>
1214
1215 PR build/24805
1216 * gdbsupport/gdb_proc_service.h (PS_EXPORT): New.
1217 (ps_get_thread_area, ps_getpid, ps_lcontinue, ps_lgetfpregs)
1218 (ps_lgetregs, ps_lsetfpregs, ps_lsetregs, ps_lstop, ps_pcontinue)
1219 (ps_pdread, ps_pdwrite, ps_pglobal_lookup, ps_pstop, ps_ptread)
1220 (ps_ptwrite, ps_lgetxregs, ps_lgetxregsize, ps_lsetxregs)
1221 (ps_plog): Redeclare exported functions with default visibility.
1222
1223 2020-01-16 Nitika Achra <Nitika.Achra@amd.com>
1224
1225 * dwarf2loc.c (decode_debug_loclists_addresses): Handle
1226 DW_LLE_base_addressx, DW_LLE_startx_length, DW_LLE_start_length.
1227
1228 2020-01-15 Simon Marchi <simon.marchi@efficios.com>
1229
1230 * infcmd.c (post_create_inferior): Use get_thread_regcache
1231 instead of get_current_regcache.
1232
1233 2020-01-14 Tom Tromey <tom@tromey.com>
1234
1235 PR symtab/12535:
1236 * python/python.c (gdbpy_decode_line): Treat empty string the same
1237 as no argument.
1238
1239 2020-01-14 Tom Tromey <tom@tromey.com>
1240
1241 * Makefile.in (CLIBS): Remove second use of $(LIBIBERTY).
1242
1243 2020-01-14 Tom Tromey <tom@tromey.com>
1244
1245 * nat/linux-btrace.c: Don't include <config.h>.
1246 * nat/linux-ptrace.c: Don't include <config.h>.
1247 * nat/x86-linux-dregs.c: Don't include <config.h>.
1248
1249 2020-01-14 Tom Tromey <tom@tromey.com>
1250
1251 * configure: Rebuild.
1252 * configure.ac: Move many checks to ../gdbsupport/common.m4.
1253
1254 2020-01-14 Tom Tromey <tom@tromey.com>
1255
1256 * nat/x86-linux-dregs.c: Include configh.h.
1257 * nat/linux-ptrace.c: Include configh.h.
1258 * nat/linux-btrace.c: Include configh.h.
1259 * defs.h: Include config.h, bfd.h.
1260 * configure.ac: Don't source common.host.
1261 (CONFIG_OBS, CONFIG_SRCS): Remove gdbsupport files.
1262 * configure: Rebuild.
1263 * acinclude.m4: Update path.
1264 * Makefile.in (SUPPORT, LIBSUPPORT, INCSUPPORT): New variables.
1265 (CONFIG_SRC_SUBDIR): Remove gdbsupport.
1266 (INTERNAL_CFLAGS_BASE): Add INCSUPPORT.
1267 (CLIBS): Add LIBSUPPORT.
1268 (CDEPS): Likewise.
1269 (COMMON_SFILES): Remove gdbsupport files.
1270 (HFILES_NO_SRCDIR): Likewise.
1271 (stamp-version): Update path to create-version.sh.
1272 (ALLDEPFILES): Remove gdbsupport files.
1273
1274 2020-01-14 Tom Tromey <tom@tromey.com>
1275
1276 * gdbsupport/common.m4 (GDB_AC_COMMON): Define WIN32APILIBS and
1277 USE_WIN32API when needed.
1278 * configure.ac (USE_WIN32API): Don't define.
1279 (WIN32LIBS): Use WIN32APILIBS.
1280 * configure: Rebuild.
1281
1282 2020-01-14 Tom Tromey <tom@tromey.com>
1283
1284 * configure: Rebuild.
1285 * gdbsupport/common.m4 (GDB_AC_COMMON): Fix indentation.
1286
1287 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
1288
1289 * skip.c (skip_function_command): Make skip w/o arguments use the
1290 name of the inlined function if pc is inside any inlined function.
1291
1292 2020-01-14 Luis Machado <luis.machado@linaro.org>
1293
1294 * inf-ptrace.c (inf_ptrace_target::resume): Update comments.
1295 * infrun.c (resume_1): Likewise.
1296 (handle_inferior_event): Remove stale comment.
1297 * linux-nat.c (linux_nat_target::resume): Update comments.
1298 (save_stop_reason): Likewise.
1299 (linux_nat_filter_event): Likewise.
1300 * linux-nat.h (struct lwp_info) <stop_pc>, <stop_reason>: Likewise.
1301
1302 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1303
1304 * elfread.c (record_minimal_symbol): Set section index to 0 for
1305 non-allocatable sections.
1306
1307
1308 2020-01-13 Ali Tamur <tamur@google.com>
1309
1310 * dwarf2read.c (dwarf2_debug_sections): Add debug_str_offsets sections.
1311 (dwarf2_cu): Add str_offsets_base field. Change the type of addr_base
1312 to gdb::optional. Update comments.
1313 (dwo_file): Update comments.
1314 (read_attribute): Update API to take an additional out parameter,
1315 need_reprocess. This is used to mark attributes that need other
1316 attributes (e.g. str_offsets_base) for correct computation which may not
1317 have been read yet.
1318 (read_attribute_reprocess): New function declaration.
1319 (read_addr_index): Likewise.
1320 (read_dwo_str_index): Likewise.
1321 (read_stub_str_index): Likewise.
1322 (dwarf2_per_objfile::locate_sections): Handle debug_str_offsets section.
1323 (lookup_addr_base): New function definition.
1324 (lookup_ranges_base): Likewise.
1325 (read_cutu_die_from_dwo): Use the new functions: lookup_addr_base,
1326 lookup_ranges_base.
1327 (init_cutu_and_read_dies): Update comments.
1328 (init_cutu_and_read_dies_no_follow): Change API to take parent compile
1329 unit. This is used to inherit parent's str_offsets_base and addr_base.
1330 Update comments.
1331 (init_cutu_and_read_dies_simple): Reflect API changes.
1332 (skip_one_die): Reflect API changes. Handle DW_FORM_rnglistx.
1333 (create_cus_hash_table): Change API to take parent compile unit.
1334 Reflect API changes.
1335 (open_and_init_dwo_file): Reflect API changes.
1336 (dwarf2_get_pc_bounds): Update comments.
1337 (dwarf2_record_block_ranges): Likewise.
1338 (read_full_die_1): Change implementation to reprocess attributes that
1339 need str_offsets_base and addr_base.
1340 (partial_die_info::read): Likewise.
1341 (read_attribute_reprocess): New function definition.
1342 (read_attribute_value): Change API to take an additional out parameter,
1343 need_reprocess. Handle DW_FORM_rnglistx. No longer trigger an error
1344 when a non-dwo compile unit has index based attributes.
1345 (read_attribute): Reflect API changes.
1346 (read_addr_index_1): Reflect API changes. Update comments.
1347 (dwarf2_read_addr_index_data): Reflect API changes.
1348 (dwarf2_read_addr_index): Likewise.
1349 (read_str_index): Change API and implementation. This becomes a helper
1350 to be used by the new string index related methods. Update error
1351 message and comments.
1352 (read_dwo_str_index): New function definition.
1353 (read_stub_str_index): Likewise.
1354 * dwarf2read.h (dwarf2_per_objfile): Add str_offsets field.
1355 * symfile.h (dwarf2_debug_sections): Likewise.
1356 * xcoffread.c (dwarf2_debug_sections): Likewise.
1357
1358 2020-01-13 Simon Marchi <simon.marchi@efficios.com>
1359
1360 * gdbcore.h (struct core_fns) <core_read_registers>: Change
1361 core_reg_sect type to gdb_byte *.
1362 * arm-nbsd-nat.c (fetch_elfcore_registers): Likewise.
1363 * cris-tdep.c (fetch_core_registers): Likewise.
1364 * corelow.c (core_target::get_core_register_section): Change
1365 type of `contents` to gdb::byte_vector.
1366
1367 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
1368
1369 * tui/tui-wingeneral.c (box_win): Position the title in the center
1370 of the border.
1371
1372 2020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1373
1374 * corelow.c (core_target::get_core_register_section): Use
1375 std::vector instead of alloca.
1376
1377 2020-01-13 Simon Marchi <simon.marchi@efficios.com>
1378
1379 * warning.m4: Add -Wmissing-declarations to build_warnings.
1380 * configure: Re-generate.
1381
1382 2020-01-13 Simon Marchi <simon.marchi@efficios.com>
1383
1384 * python/python.c (init__gdb_module): Add declaration.
1385
1386 2020-01-13 Simon Marchi <simon.marchi@efficios.com>
1387
1388 * aarch64-fbsd-nat.c (_initialize_aarch64_fbsd_nat): Add declaration.
1389 * aarch64-fbsd-tdep.c (_initialize_aarch64_fbsd_tdep): Add declaration.
1390 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Add declaration.
1391 * aarch64-linux-tdep.c (_initialize_aarch64_linux_tdep): Add declaration.
1392 * aarch64-newlib-tdep.c (_initialize_aarch64_newlib_tdep): Add declaration.
1393 * aarch64-tdep.c (_initialize_aarch64_tdep): Add declaration.
1394 * ada-exp.y (_initialize_ada_exp): Add declaration.
1395 * ada-lang.c (_initialize_ada_language): Add declaration.
1396 * ada-tasks.c (_initialize_tasks): Add declaration.
1397 * agent.c (_initialize_agent): Add declaration.
1398 * aix-thread.c (_initialize_aix_thread): Add declaration.
1399 * alpha-bsd-nat.c (_initialize_alphabsd_nat): Add declaration.
1400 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Add declaration.
1401 * alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Add declaration.
1402 * alpha-nbsd-tdep.c (_initialize_alphanbsd_tdep): Add declaration.
1403 * alpha-obsd-tdep.c (_initialize_alphaobsd_tdep): Add declaration.
1404 * alpha-tdep.c (_initialize_alpha_tdep): Add declaration.
1405 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): Add declaration.
1406 * amd64-dicos-tdep.c (_initialize_amd64_dicos_tdep): Add declaration.
1407 * amd64-fbsd-nat.c (_initialize_amd64fbsd_nat): Add declaration.
1408 * amd64-fbsd-tdep.c (_initialize_amd64fbsd_tdep): Add declaration.
1409 * amd64-linux-nat.c (_initialize_amd64_linux_nat): Add declaration.
1410 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Add declaration.
1411 * amd64-nbsd-nat.c (_initialize_amd64nbsd_nat): Add declaration.
1412 * amd64-nbsd-tdep.c (_initialize_amd64nbsd_tdep): Add declaration.
1413 * amd64-obsd-nat.c (_initialize_amd64obsd_nat): Add declaration.
1414 * amd64-obsd-tdep.c (_initialize_amd64obsd_tdep): Add declaration.
1415 * amd64-sol2-tdep.c (_initialize_amd64_sol2_tdep): Add declaration.
1416 * amd64-tdep.c (_initialize_amd64_tdep): Add declaration.
1417 * amd64-windows-nat.c (_initialize_amd64_windows_nat): Add declaration.
1418 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Add declaration.
1419 * annotate.c (_initialize_annotate): Add declaration.
1420 * arc-newlib-tdep.c (_initialize_arc_newlib_tdep): Add declaration.
1421 * arc-tdep.c (_initialize_arc_tdep): Add declaration.
1422 * arch-utils.c (_initialize_gdbarch_utils): Add declaration.
1423 * arm-fbsd-nat.c (_initialize_arm_fbsd_nat): Add declaration.
1424 * arm-fbsd-tdep.c (_initialize_arm_fbsd_tdep): Add declaration.
1425 * arm-linux-nat.c (_initialize_arm_linux_nat): Add declaration.
1426 * arm-linux-tdep.c (_initialize_arm_linux_tdep): Add declaration.
1427 * arm-nbsd-nat.c (_initialize_arm_netbsd_nat): Add declaration.
1428 * arm-nbsd-tdep.c (_initialize_arm_netbsd_tdep): Add declaration.
1429 * arm-obsd-tdep.c (_initialize_armobsd_tdep): Add declaration.
1430 * arm-pikeos-tdep.c (_initialize_arm_pikeos_tdep): Add declaration.
1431 * arm-symbian-tdep.c (_initialize_arm_symbian_tdep): Add declaration.
1432 * arm-tdep.c (_initialize_arm_tdep): Add declaration.
1433 * arm-wince-tdep.c (_initialize_arm_wince_tdep): Add declaration.
1434 * auto-load.c (_initialize_auto_load): Add declaration.
1435 * auxv.c (_initialize_auxv): Add declaration.
1436 * avr-tdep.c (_initialize_avr_tdep): Add declaration.
1437 * ax-gdb.c (_initialize_ax_gdb): Add declaration.
1438 * bfin-linux-tdep.c (_initialize_bfin_linux_tdep): Add declaration.
1439 * bfin-tdep.c (_initialize_bfin_tdep): Add declaration.
1440 * break-catch-sig.c (_initialize_break_catch_sig): Add declaration.
1441 * break-catch-syscall.c (_initialize_break_catch_syscall): Add declaration.
1442 * break-catch-throw.c (_initialize_break_catch_throw): Add declaration.
1443 * breakpoint.c (_initialize_breakpoint): Add declaration.
1444 * bsd-uthread.c (_initialize_bsd_uthread): Add declaration.
1445 * btrace.c (_initialize_btrace): Add declaration.
1446 * charset.c (_initialize_charset): Add declaration.
1447 * cli/cli-cmds.c (_initialize_cli_cmds): Add declaration.
1448 * cli/cli-dump.c (_initialize_cli_dump): Add declaration.
1449 * cli/cli-interp.c (_initialize_cli_interp): Add declaration.
1450 * cli/cli-logging.c (_initialize_cli_logging): Add declaration.
1451 * cli/cli-script.c (_initialize_cli_script): Add declaration.
1452 * cli/cli-style.c (_initialize_cli_style): Add declaration.
1453 * coff-pe-read.c (_initialize_coff_pe_read): Add declaration.
1454 * coffread.c (_initialize_coffread): Add declaration.
1455 * compile/compile-cplus-types.c (_initialize_compile_cplus_types): Add declaration.
1456 * compile/compile.c (_initialize_compile): Add declaration.
1457 * complaints.c (_initialize_complaints): Add declaration.
1458 * completer.c (_initialize_completer): Add declaration.
1459 * copying.c (_initialize_copying): Add declaration.
1460 * corefile.c (_initialize_core): Add declaration.
1461 * corelow.c (_initialize_corelow): Add declaration.
1462 * cp-abi.c (_initialize_cp_abi): Add declaration.
1463 * cp-namespace.c (_initialize_cp_namespace): Add declaration.
1464 * cp-support.c (_initialize_cp_support): Add declaration.
1465 * cp-valprint.c (_initialize_cp_valprint): Add declaration.
1466 * cris-linux-tdep.c (_initialize_cris_linux_tdep): Add declaration.
1467 * cris-tdep.c (_initialize_cris_tdep): Add declaration.
1468 * csky-linux-tdep.c (_initialize_csky_linux_tdep): Add declaration.
1469 * csky-tdep.c (_initialize_csky_tdep): Add declaration.
1470 * ctfread.c (_initialize_ctfread): Add declaration.
1471 * d-lang.c (_initialize_d_language): Add declaration.
1472 * darwin-nat-info.c (_initialize_darwin_info_commands): Add declaration.
1473 * darwin-nat.c (_initialize_darwin_nat): Add declaration.
1474 * dbxread.c (_initialize_dbxread): Add declaration.
1475 * dcache.c (_initialize_dcache): Add declaration.
1476 * disasm-selftests.c (_initialize_disasm_selftests): Add declaration.
1477 * disasm.c (_initialize_disasm): Add declaration.
1478 * dtrace-probe.c (_initialize_dtrace_probe): Add declaration.
1479 * dummy-frame.c (_initialize_dummy_frame): Add declaration.
1480 * dwarf-index-cache.c (_initialize_index_cache): Add declaration.
1481 * dwarf-index-write.c (_initialize_dwarf_index_write): Add declaration.
1482 * dwarf2-frame-tailcall.c (_initialize_tailcall_frame): Add declaration.
1483 * dwarf2-frame.c (_initialize_dwarf2_frame): Add declaration.
1484 * dwarf2expr.c (_initialize_dwarf2expr): Add declaration.
1485 * dwarf2loc.c (_initialize_dwarf2loc): Add declaration.
1486 * dwarf2read.c (_initialize_dwarf2_read): Add declaration.
1487 * elfread.c (_initialize_elfread): Add declaration.
1488 * exec.c (_initialize_exec): Add declaration.
1489 * extension.c (_initialize_extension): Add declaration.
1490 * f-lang.c (_initialize_f_language): Add declaration.
1491 * f-valprint.c (_initialize_f_valprint): Add declaration.
1492 * fbsd-nat.c (_initialize_fbsd_nat): Add declaration.
1493 * fbsd-tdep.c (_initialize_fbsd_tdep): Add declaration.
1494 * filesystem.c (_initialize_filesystem): Add declaration.
1495 * findcmd.c (_initialize_mem_search): Add declaration.
1496 * findvar.c (_initialize_findvar): Add declaration.
1497 * fork-child.c (_initialize_fork_child): Add declaration.
1498 * frame-base.c (_initialize_frame_base): Add declaration.
1499 * frame-unwind.c (_initialize_frame_unwind): Add declaration.
1500 * frame.c (_initialize_frame): Add declaration.
1501 * frv-linux-tdep.c (_initialize_frv_linux_tdep): Add declaration.
1502 * frv-tdep.c (_initialize_frv_tdep): Add declaration.
1503 * ft32-tdep.c (_initialize_ft32_tdep): Add declaration.
1504 * gcore.c (_initialize_gcore): Add declaration.
1505 * gdb-demangle.c (_initialize_gdb_demangle): Add declaration.
1506 * gdb_bfd.c (_initialize_gdb_bfd): Add declaration.
1507 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Add declaration.
1508 * gdbarch.c (_initialize_gdbarch): Add declaration.
1509 * gdbtypes.c (_initialize_gdbtypes): Add declaration.
1510 * gnu-nat.c (_initialize_gnu_nat): Add declaration.
1511 * gnu-v2-abi.c (_initialize_gnu_v2_abi): Add declaration.
1512 * gnu-v3-abi.c (_initialize_gnu_v3_abi): Add declaration.
1513 * go-lang.c (_initialize_go_language): Add declaration.
1514 * go32-nat.c (_initialize_go32_nat): Add declaration.
1515 * guile/guile.c (_initialize_guile): Add declaration.
1516 * h8300-tdep.c (_initialize_h8300_tdep): Add declaration.
1517 * hppa-linux-nat.c (_initialize_hppa_linux_nat): Add declaration.
1518 * hppa-linux-tdep.c (_initialize_hppa_linux_tdep): Add declaration.
1519 * hppa-nbsd-nat.c (_initialize_hppanbsd_nat): Add declaration.
1520 * hppa-nbsd-tdep.c (_initialize_hppanbsd_tdep): Add declaration.
1521 * hppa-obsd-nat.c (_initialize_hppaobsd_nat): Add declaration.
1522 * hppa-obsd-tdep.c (_initialize_hppabsd_tdep): Add declaration.
1523 * hppa-tdep.c (_initialize_hppa_tdep): Add declaration.
1524 * i386-bsd-nat.c (_initialize_i386bsd_nat): Add declaration.
1525 * i386-cygwin-tdep.c (_initialize_i386_cygwin_tdep): Add declaration.
1526 * i386-darwin-nat.c (_initialize_i386_darwin_nat): Add declaration.
1527 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): Add declaration.
1528 * i386-dicos-tdep.c (_initialize_i386_dicos_tdep): Add declaration.
1529 * i386-fbsd-nat.c (_initialize_i386fbsd_nat): Add declaration.
1530 * i386-fbsd-tdep.c (_initialize_i386fbsd_tdep): Add declaration.
1531 * i386-gnu-nat.c (_initialize_i386gnu_nat): Add declaration.
1532 * i386-gnu-tdep.c (_initialize_i386gnu_tdep): Add declaration.
1533 * i386-go32-tdep.c (_initialize_i386_go32_tdep): Add declaration.
1534 * i386-linux-nat.c (_initialize_i386_linux_nat): Add declaration.
1535 * i386-linux-tdep.c (_initialize_i386_linux_tdep): Add declaration.
1536 * i386-nbsd-nat.c (_initialize_i386nbsd_nat): Add declaration.
1537 * i386-nbsd-tdep.c (_initialize_i386nbsd_tdep): Add declaration.
1538 * i386-nto-tdep.c (_initialize_i386nto_tdep): Add declaration.
1539 * i386-obsd-nat.c (_initialize_i386obsd_nat): Add declaration.
1540 * i386-obsd-tdep.c (_initialize_i386obsd_tdep): Add declaration.
1541 * i386-sol2-nat.c (_initialize_amd64_sol2_nat): Add declaration.
1542 * i386-sol2-tdep.c (_initialize_i386_sol2_tdep): Add declaration.
1543 * i386-tdep.c (_initialize_i386_tdep): Add declaration.
1544 * i386-windows-nat.c (_initialize_i386_windows_nat): Add declaration.
1545 * ia64-libunwind-tdep.c (_initialize_libunwind_frame): Add declaration.
1546 * ia64-linux-nat.c (_initialize_ia64_linux_nat): Add declaration.
1547 * ia64-linux-tdep.c (_initialize_ia64_linux_tdep): Add declaration.
1548 * ia64-tdep.c (_initialize_ia64_tdep): Add declaration.
1549 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Add declaration.
1550 * infcall.c (_initialize_infcall): Add declaration.
1551 * infcmd.c (_initialize_infcmd): Add declaration.
1552 * inflow.c (_initialize_inflow): Add declaration.
1553 * infrun.c (_initialize_infrun): Add declaration.
1554 * interps.c (_initialize_interpreter): Add declaration.
1555 * iq2000-tdep.c (_initialize_iq2000_tdep): Add declaration.
1556 * jit.c (_initialize_jit): Add declaration.
1557 * language.c (_initialize_language): Add declaration.
1558 * linux-fork.c (_initialize_linux_fork): Add declaration.
1559 * linux-nat.c (_initialize_linux_nat): Add declaration.
1560 * linux-tdep.c (_initialize_linux_tdep): Add declaration.
1561 * linux-thread-db.c (_initialize_thread_db): Add declaration.
1562 * lm32-tdep.c (_initialize_lm32_tdep): Add declaration.
1563 * m2-lang.c (_initialize_m2_language): Add declaration.
1564 * m32c-tdep.c (_initialize_m32c_tdep): Add declaration.
1565 * m32r-linux-nat.c (_initialize_m32r_linux_nat): Add declaration.
1566 * m32r-linux-tdep.c (_initialize_m32r_linux_tdep): Add declaration.
1567 * m32r-tdep.c (_initialize_m32r_tdep): Add declaration.
1568 * m68hc11-tdep.c (_initialize_m68hc11_tdep): Add declaration.
1569 * m68k-bsd-nat.c (_initialize_m68kbsd_nat): Add declaration.
1570 * m68k-bsd-tdep.c (_initialize_m68kbsd_tdep): Add declaration.
1571 * m68k-linux-nat.c (_initialize_m68k_linux_nat): Add declaration.
1572 * m68k-linux-tdep.c (_initialize_m68k_linux_tdep): Add declaration.
1573 * m68k-tdep.c (_initialize_m68k_tdep): Add declaration.
1574 * machoread.c (_initialize_machoread): Add declaration.
1575 * macrocmd.c (_initialize_macrocmd): Add declaration.
1576 * macroscope.c (_initialize_macroscope): Add declaration.
1577 * maint-test-options.c (_initialize_maint_test_options): Add declaration.
1578 * maint-test-settings.c (_initialize_maint_test_settings): Add declaration.
1579 * maint.c (_initialize_maint_cmds): Add declaration.
1580 * mdebugread.c (_initialize_mdebugread): Add declaration.
1581 * memattr.c (_initialize_mem): Add declaration.
1582 * mep-tdep.c (_initialize_mep_tdep): Add declaration.
1583 * mi/mi-cmd-env.c (_initialize_mi_cmd_env): Add declaration.
1584 * mi/mi-cmds.c (_initialize_mi_cmds): Add declaration.
1585 * mi/mi-interp.c (_initialize_mi_interp): Add declaration.
1586 * mi/mi-main.c (_initialize_mi_main): Add declaration.
1587 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): Add declaration.
1588 * microblaze-tdep.c (_initialize_microblaze_tdep): Add declaration.
1589 * mips-fbsd-nat.c (_initialize_mips_fbsd_nat): Add declaration.
1590 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Add declaration.
1591 * mips-linux-nat.c (_initialize_mips_linux_nat): Add declaration.
1592 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Add declaration.
1593 * mips-nbsd-nat.c (_initialize_mipsnbsd_nat): Add declaration.
1594 * mips-nbsd-tdep.c (_initialize_mipsnbsd_tdep): Add declaration.
1595 * mips-sde-tdep.c (_initialize_mips_sde_tdep): Add declaration.
1596 * mips-tdep.c (_initialize_mips_tdep): Add declaration.
1597 * mips64-obsd-nat.c (_initialize_mips64obsd_nat): Add declaration.
1598 * mips64-obsd-tdep.c (_initialize_mips64obsd_tdep): Add declaration.
1599 * mipsread.c (_initialize_mipsread): Add declaration.
1600 * mn10300-linux-tdep.c (_initialize_mn10300_linux_tdep): Add declaration.
1601 * mn10300-tdep.c (_initialize_mn10300_tdep): Add declaration.
1602 * moxie-tdep.c (_initialize_moxie_tdep): Add declaration.
1603 * msp430-tdep.c (_initialize_msp430_tdep): Add declaration.
1604 * nds32-tdep.c (_initialize_nds32_tdep): Add declaration.
1605 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Add declaration.
1606 * nios2-tdep.c (_initialize_nios2_tdep): Add declaration.
1607 * nto-procfs.c (_initialize_procfs): Add declaration.
1608 * objc-lang.c (_initialize_objc_language): Add declaration.
1609 * observable.c (_initialize_observer): Add declaration.
1610 * opencl-lang.c (_initialize_opencl_language): Add declaration.
1611 * or1k-linux-tdep.c (_initialize_or1k_linux_tdep): Add declaration.
1612 * or1k-tdep.c (_initialize_or1k_tdep): Add declaration.
1613 * osabi.c (_initialize_gdb_osabi): Add declaration.
1614 * osdata.c (_initialize_osdata): Add declaration.
1615 * p-valprint.c (_initialize_pascal_valprint): Add declaration.
1616 * parse.c (_initialize_parse): Add declaration.
1617 * ppc-fbsd-nat.c (_initialize_ppcfbsd_nat): Add declaration.
1618 * ppc-fbsd-tdep.c (_initialize_ppcfbsd_tdep): Add declaration.
1619 * ppc-linux-nat.c (_initialize_ppc_linux_nat): Add declaration.
1620 * ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Add declaration.
1621 * ppc-nbsd-nat.c (_initialize_ppcnbsd_nat): Add declaration.
1622 * ppc-nbsd-tdep.c (_initialize_ppcnbsd_tdep): Add declaration.
1623 * ppc-obsd-nat.c (_initialize_ppcobsd_nat): Add declaration.
1624 * ppc-obsd-tdep.c (_initialize_ppcobsd_tdep): Add declaration.
1625 * printcmd.c (_initialize_printcmd): Add declaration.
1626 * probe.c (_initialize_probe): Add declaration.
1627 * proc-api.c (_initialize_proc_api): Add declaration.
1628 * proc-events.c (_initialize_proc_events): Add declaration.
1629 * proc-service.c (_initialize_proc_service): Add declaration.
1630 * procfs.c (_initialize_procfs): Add declaration.
1631 * producer.c (_initialize_producer): Add declaration.
1632 * psymtab.c (_initialize_psymtab): Add declaration.
1633 * python/python.c (_initialize_python): Add declaration.
1634 * ravenscar-thread.c (_initialize_ravenscar): Add declaration.
1635 * record-btrace.c (_initialize_record_btrace): Add declaration.
1636 * record-full.c (_initialize_record_full): Add declaration.
1637 * record.c (_initialize_record): Add declaration.
1638 * regcache-dump.c (_initialize_regcache_dump): Add declaration.
1639 * regcache.c (_initialize_regcache): Add declaration.
1640 * reggroups.c (_initialize_reggroup): Add declaration.
1641 * remote-notif.c (_initialize_notif): Add declaration.
1642 * remote-sim.c (_initialize_remote_sim): Add declaration.
1643 * remote.c (_initialize_remote): Add declaration.
1644 * reverse.c (_initialize_reverse): Add declaration.
1645 * riscv-fbsd-nat.c (_initialize_riscv_fbsd_nat): Add declaration.
1646 * riscv-fbsd-tdep.c (_initialize_riscv_fbsd_tdep): Add declaration.
1647 * riscv-linux-nat.c (_initialize_riscv_linux_nat): Add declaration.
1648 * riscv-linux-tdep.c (_initialize_riscv_linux_tdep): Add declaration.
1649 * riscv-tdep.c (_initialize_riscv_tdep): Add declaration.
1650 * rl78-tdep.c (_initialize_rl78_tdep): Add declaration.
1651 * rs6000-aix-tdep.c (_initialize_rs6000_aix_tdep): Add declaration.
1652 * rs6000-lynx178-tdep.c (_initialize_rs6000_lynx178_tdep):
1653 Add declaration.
1654 * rs6000-nat.c (_initialize_rs6000_nat): Add declaration.
1655 * rs6000-tdep.c (_initialize_rs6000_tdep): Add declaration.
1656 * run-on-main-thread.c (_initialize_run_on_main_thread): Add declaration.
1657 * rust-exp.y (_initialize_rust_exp): Add declaration.
1658 * rx-tdep.c (_initialize_rx_tdep): Add declaration.
1659 * s12z-tdep.c (_initialize_s12z_tdep): Add declaration.
1660 * s390-linux-nat.c (_initialize_s390_nat): Add declaration.
1661 * s390-linux-tdep.c (_initialize_s390_linux_tdep): Add declaration.
1662 * s390-tdep.c (_initialize_s390_tdep): Add declaration.
1663 * score-tdep.c (_initialize_score_tdep): Add declaration.
1664 * ser-go32.c (_initialize_ser_dos): Add declaration.
1665 * ser-mingw.c (_initialize_ser_windows): Add declaration.
1666 * ser-pipe.c (_initialize_ser_pipe): Add declaration.
1667 * ser-tcp.c (_initialize_ser_tcp): Add declaration.
1668 * ser-uds.c (_initialize_ser_socket): Add declaration.
1669 * ser-unix.c (_initialize_ser_hardwire): Add declaration.
1670 * serial.c (_initialize_serial): Add declaration.
1671 * sh-linux-tdep.c (_initialize_sh_linux_tdep): Add declaration.
1672 * sh-nbsd-nat.c (_initialize_shnbsd_nat): Add declaration.
1673 * sh-nbsd-tdep.c (_initialize_shnbsd_tdep): Add declaration.
1674 * sh-tdep.c (_initialize_sh_tdep): Add declaration.
1675 * skip.c (_initialize_step_skip): Add declaration.
1676 * sol-thread.c (_initialize_sol_thread): Add declaration.
1677 * solib-aix.c (_initialize_solib_aix): Add declaration.
1678 * solib-darwin.c (_initialize_darwin_solib): Add declaration.
1679 * solib-dsbt.c (_initialize_dsbt_solib): Add declaration.
1680 * solib-frv.c (_initialize_frv_solib): Add declaration.
1681 * solib-svr4.c (_initialize_svr4_solib): Add declaration.
1682 * solib-target.c (_initialize_solib_target): Add declaration.
1683 * solib.c (_initialize_solib): Add declaration.
1684 * source-cache.c (_initialize_source_cache): Add declaration.
1685 * source.c (_initialize_source): Add declaration.
1686 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Add declaration.
1687 * sparc-linux-tdep.c (_initialize_sparc_linux_tdep): Add declaration.
1688 * sparc-nat.c (_initialize_sparc_nat): Add declaration.
1689 * sparc-nbsd-nat.c (_initialize_sparcnbsd_nat): Add declaration.
1690 * sparc-nbsd-tdep.c (_initialize_sparcnbsd_tdep): Add declaration.
1691 * sparc-obsd-tdep.c (_initialize_sparc32obsd_tdep): Add declaration.
1692 * sparc-sol2-tdep.c (_initialize_sparc_sol2_tdep): Add declaration.
1693 * sparc-tdep.c (_initialize_sparc_tdep): Add declaration.
1694 * sparc64-fbsd-nat.c (_initialize_sparc64fbsd_nat): Add declaration.
1695 * sparc64-fbsd-tdep.c (_initialize_sparc64fbsd_tdep): Add declaration.
1696 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Add declaration.
1697 * sparc64-linux-tdep.c (_initialize_sparc64_linux_tdep): Add declaration.
1698 * sparc64-nat.c (_initialize_sparc64_nat): Add declaration.
1699 * sparc64-nbsd-nat.c (_initialize_sparc64nbsd_nat): Add declaration.
1700 * sparc64-nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Add declaration.
1701 * sparc64-obsd-nat.c (_initialize_sparc64obsd_nat): Add declaration.
1702 * sparc64-obsd-tdep.c (_initialize_sparc64obsd_tdep): Add declaration.
1703 * sparc64-sol2-tdep.c (_initialize_sparc64_sol2_tdep): Add declaration.
1704 * sparc64-tdep.c (_initialize_sparc64_adi_tdep): Add declaration.
1705 * stabsread.c (_initialize_stabsread): Add declaration.
1706 * stack.c (_initialize_stack): Add declaration.
1707 * stap-probe.c (_initialize_stap_probe): Add declaration.
1708 * std-regs.c (_initialize_frame_reg): Add declaration.
1709 * symfile-debug.c (_initialize_symfile_debug): Add declaration.
1710 * symfile-mem.c (_initialize_symfile_mem): Add declaration.
1711 * symfile.c (_initialize_symfile): Add declaration.
1712 * symmisc.c (_initialize_symmisc): Add declaration.
1713 * symtab.c (_initialize_symtab): Add declaration.
1714 * target.c (_initialize_target): Add declaration.
1715 * target-connection.c (_initialize_target_connection): Add
1716 declaration.
1717 * target-dcache.c (_initialize_target_dcache): Add declaration.
1718 * target-descriptions.c (_initialize_target_descriptions): Add declaration.
1719 * thread.c (_initialize_thread): Add declaration.
1720 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Add declaration.
1721 * tic6x-tdep.c (_initialize_tic6x_tdep): Add declaration.
1722 * tilegx-linux-nat.c (_initialize_tile_linux_nat): Add declaration.
1723 * tilegx-linux-tdep.c (_initialize_tilegx_linux_tdep): Add declaration.
1724 * tilegx-tdep.c (_initialize_tilegx_tdep): Add declaration.
1725 * tracectf.c (_initialize_ctf): Add declaration.
1726 * tracefile-tfile.c (_initialize_tracefile_tfile): Add declaration.
1727 * tracefile.c (_initialize_tracefile): Add declaration.
1728 * tracepoint.c (_initialize_tracepoint): Add declaration.
1729 * tui/tui-hooks.c (_initialize_tui_hooks): Add declaration.
1730 * tui/tui-interp.c (_initialize_tui_interp): Add declaration.
1731 * tui/tui-layout.c (_initialize_tui_layout): Add declaration.
1732 * tui/tui-regs.c (_initialize_tui_regs): Add declaration.
1733 * tui/tui-stack.c (_initialize_tui_stack): Add declaration.
1734 * tui/tui-win.c (_initialize_tui_win): Add declaration.
1735 * tui/tui.c (_initialize_tui): Add declaration.
1736 * typeprint.c (_initialize_typeprint): Add declaration.
1737 * ui-style.c (_initialize_ui_style): Add declaration.
1738 * unittests/array-view-selftests.c (_initialize_array_view_selftests): Add declaration.
1739 * unittests/child-path-selftests.c (_initialize_child_path_selftests): Add declaration.
1740 * unittests/cli-utils-selftests.c (_initialize_cli_utils_selftests): Add declaration.
1741 * unittests/common-utils-selftests.c (_initialize_common_utils_selftests): Add declaration.
1742 * unittests/copy_bitwise-selftests.c (_initialize_copy_bitwise_utils_selftests): Add declaration.
1743 * unittests/environ-selftests.c (_initialize_environ_selftests): Add declaration.
1744 * unittests/filtered_iterator-selftests.c
1745 (_initialize_filtered_iterator_selftests): Add declaration.
1746 * unittests/format_pieces-selftests.c (_initialize_format_pieces_selftests): Add declaration.
1747 * unittests/function-view-selftests.c (_initialize_function_view_selftests): Add declaration.
1748 * unittests/help-doc-selftests.c (_initialize_help_doc_selftests): Add declaration.
1749 * unittests/lookup_name_info-selftests.c (_initialize_lookup_name_info_selftests): Add declaration.
1750 * unittests/main-thread-selftests.c
1751 (_initialize_main_thread_selftests): Add declaration.
1752 * unittests/memory-map-selftests.c (_initialize_memory_map_selftests): Add declaration.
1753 * unittests/memrange-selftests.c (_initialize_memrange_selftests): Add declaration.
1754 * unittests/mkdir-recursive-selftests.c (_initialize_mkdir_recursive_selftests): Add declaration.
1755 * unittests/observable-selftests.c (_initialize_observer_selftest): Add declaration.
1756 * unittests/offset-type-selftests.c (_initialize_offset_type_selftests): Add declaration.
1757 * unittests/optional-selftests.c (_initialize_optional_selftests): Add declaration.
1758 * unittests/parse-connection-spec-selftests.c (_initialize_parse_connection_spec_selftests): Add declaration.
1759 * unittests/rsp-low-selftests.c (_initialize_rsp_low_selftests): Add declaration.
1760 * unittests/scoped_fd-selftests.c (_initialize_scoped_fd_selftests): Add declaration.
1761 * unittests/scoped_mmap-selftests.c (_initialize_scoped_mmap_selftests): Add declaration.
1762 * unittests/scoped_restore-selftests.c (_initialize_scoped_restore_selftests): Add declaration.
1763 * unittests/string_view-selftests.c (_initialize_string_view_selftests): Add declaration.
1764 * unittests/style-selftests.c (_initialize_style_selftest): Add declaration.
1765 * unittests/tracepoint-selftests.c (_initialize_tracepoint_selftests): Add declaration.
1766 * unittests/tui-selftests.c (_initialize_tui_selftest): Add
1767 declaration.
1768 * unittests/unpack-selftests.c (_initialize_unpack_selftests): Add declaration.
1769 * unittests/utils-selftests.c (_initialize_utils_selftests): Add declaration.
1770 * unittests/vec-utils-selftests.c (_initialize_vec_utils_selftests): Add declaration.
1771 * unittests/xml-utils-selftests.c (_initialize_xml_utils): Add declaration.
1772 * user-regs.c (_initialize_user_regs): Add declaration.
1773 * utils.c (_initialize_utils): Add declaration.
1774 * v850-tdep.c (_initialize_v850_tdep): Add declaration.
1775 * valops.c (_initialize_valops): Add declaration.
1776 * valprint.c (_initialize_valprint): Add declaration.
1777 * value.c (_initialize_values): Add declaration.
1778 * varobj.c (_initialize_varobj): Add declaration.
1779 * vax-bsd-nat.c (_initialize_vaxbsd_nat): Add declaration.
1780 * vax-nbsd-tdep.c (_initialize_vaxnbsd_tdep): Add declaration.
1781 * vax-tdep.c (_initialize_vax_tdep): Add declaration.
1782 * windows-nat.c (_initialize_windows_nat): Add declaration.
1783 (_initialize_check_for_gdb_ini): Add declaration.
1784 (_initialize_loadable): Add declaration.
1785 * windows-tdep.c (_initialize_windows_tdep): Add declaration.
1786 * x86-bsd-nat.c (_initialize_x86_bsd_nat): Add declaration.
1787 * x86-linux-nat.c (_initialize_x86_linux_nat): Add declaration.
1788 * xcoffread.c (_initialize_xcoffread): Add declaration.
1789 * xml-support.c (_initialize_xml_support): Add declaration.
1790 * xstormy16-tdep.c (_initialize_xstormy16_tdep): Add declaration.
1791 * xtensa-linux-nat.c (_initialize_xtensa_linux_nat): Add declaration.
1792 * xtensa-linux-tdep.c (_initialize_xtensa_linux_tdep): Add declaration.
1793 * xtensa-tdep.c (_initialize_xtensa_tdep): Add declaration.
1794
1795 2020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1796
1797 * regformats/regdat.sh: Generate declaration for init function.
1798
1799 2020-01-13 Simon Marchi <simon.marchi@polymtl.ca>
1800
1801 * remote-sim.c (next_pid, INITIAL_PID, sim_inferior_data): Move
1802 up.
1803 (gdbsim_target) <get_inferior_data_by_ptid, resume_one_inferior,
1804 close_one_inferior>: New methods.
1805 (get_sim_inferior_data_by_ptid): Move to gdbsim_target,
1806 pass down target to find_inferior_pid.
1807 (gdbsim_target::fetch_registers, gdbsim_target::store_registers):
1808 Pass down target to find_inferior_ptid.
1809 (gdbsim_target::create_inferior): Pass down target to
1810 add_thread_silent.
1811 (gdbsim_close_inferior): Move to gdbsim_close_inferior, pass
1812 target down to find_inferior_ptid and switch_to_thread.
1813 (gdbsim_target::close): Update to call close_one_inferior.
1814 (struct resume_data): Remove.
1815 (gdbsim_resume_inferior): Move to gdbsim_target. Take arguments
1816 directly, rather than through a void pointer.
1817 (gdbsim_target::resume): Update to call resume_one_inferior.
1818
1819 2020-01-12 Simon Marchi <simon.marchi@polymtl.ca>
1820
1821 * gdbsupport/gdb_wait.c: Include gdb_wait.h.
1822
1823 2020-01-12 Pedro Alves <palves@redhat.com>
1824
1825 * bsd-kvm.c (bsd_kvm_target::close): Call exit_inferior_silent
1826 directly for the current inferior instead of
1827 discard_all_inferiors.
1828 (discard_all_inferiors): Delete.
1829
1830 2020-01-11 Tom Tromey <tom@tromey.com>
1831
1832 * tui/tui-wingeneral.c (box_win): Check cli_styling.
1833 * tui/tui-winsource.c (tui_source_window_base::refill): Use
1834 deprecated_safe_get_selected_frame.
1835
1836 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1837
1838 * inferior.c (print_inferior): Switch inferior before printing it.
1839
1840 2020-01-10 Aleksandar Paunovic <aleksandar.paunovic@intel.com>
1841 Pedro Alves <palves@redhat.com>
1842
1843 * progspace-and-thread.c (switch_to_program_space_and_thread):
1844 Assert there's an inferior for PSPACE. Use
1845 switch_to_inferior_no_thread to switch the inferior too.
1846 * progspace.c (program_space::~program_space): Call
1847 clear_symtab_users here, with SYMFILE_DEFER_BP_RESET.
1848 (program_space::free_all_objfiles): Don't call clear_symtab_users
1849 here.
1850 * symfile.c (symbol_file_clear): Call clear_symtab_users here.
1851
1852 2020-01-10 Pedro Alves <palves@redhat.com>
1853
1854 * NEWS: Mention multi-target debugging, "info connections", and
1855 "add-inferior -no-connection".
1856
1857 2020-01-10 Pedro Alves <palves@redhat.com>
1858
1859 * infrun.c: Include "target-connection.h".
1860 (check_multi_target_resumption): New.
1861 (proceed): Call it.
1862 * target-connection.c (make_target_connection_string): Make
1863 extern.
1864 * target-connection.h (make_target_connection_string): Declare.
1865
1866 2020-01-10 Pedro Alves <palves@redhat.com>
1867
1868 * Makefile.in (COMMON_SFILES): Add target-connection.c.
1869 * inferior.c (uiout_field_connection): New function.
1870 (print_inferior): Add new "connection-id" column.
1871 (add_inferior_command): Show connection number/string of added
1872 inferior.
1873 * process-stratum-target.h
1874 (process_stratum_target::connection_string): New virtual method.
1875 (process_stratum_target::connection_number): New field.
1876 * remote.c (remote_target::connection_string): New override.
1877 * target-connection.c: New file.
1878 * target-connection.h: New file.
1879 * target.c (decref_target): Remove process_stratum targets from
1880 the connection list.
1881 (target_stack::push): Add process_stratum targets to the
1882 connection list.
1883
1884 2020-01-10 Pedro Alves <palves@redhat.com>
1885
1886 Revert:
1887 2016-04-12 Pedro Alves <palves@redhat.com>
1888 * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
1889 Remove references to name.
1890 * serial.h (struct serial) <name>: Delete.
1891
1892 2020-01-10 Pedro Alves <palves@redhat.com>
1893
1894 * gdbarch-selftests.c (register_to_value_test): Remove "target
1895 already pushed" check.
1896
1897 2020-01-10 Pedro Alves <palves@redhat.com>
1898 John Baldwin <jhb@FreeBSD.org>
1899
1900 * aarch64-linux-nat.c
1901 (aarch64_linux_nat_target::thread_architecture): Adjust.
1902 * ada-tasks.c (print_ada_task_info): Adjust find_thread_ptid call.
1903 (task_command_1): Likewise.
1904 * aix-thread.c (sync_threadlists, aix_thread_target::resume)
1905 (aix_thread_target::wait, aix_thread_target::fetch_registers)
1906 (aix_thread_target::store_registers)
1907 (aix_thread_target::thread_alive): Adjust.
1908 * amd64-fbsd-tdep.c: Include "inferior.h".
1909 (amd64fbsd_get_thread_local_address): Pass down target.
1910 * amd64-linux-nat.c (ps_get_thread_area): Use ps_prochandle
1911 thread's gdbarch instead of target_gdbarch.
1912 * break-catch-sig.c (signal_catchpoint_print_it): Adjust call to
1913 get_last_target_status.
1914 * break-catch-syscall.c (print_it_catch_syscall): Likewise.
1915 * breakpoint.c (breakpoints_should_be_inserted_now): Consider all
1916 inferiors.
1917 (update_inserted_breakpoint_locations): Skip if inferiors with no
1918 execution.
1919 (update_global_location_list): When handling moribund locations,
1920 find representative inferior for location's pspace, and use thread
1921 count of its process_stratum target.
1922 * bsd-kvm.c (bsd_kvm_target_open): Pass target down.
1923 * bsd-uthread.c (bsd_uthread_target::wait): Use
1924 as_process_stratum_target and adjust thread_change_ptid and
1925 add_thread calls.
1926 (bsd_uthread_target::update_thread_list): Use
1927 as_process_stratum_target and adjust find_thread_ptid,
1928 thread_change_ptid and add_thread calls.
1929 * btrace.c (maint_btrace_packet_history_cmd): Adjust
1930 find_thread_ptid call.
1931 * corelow.c (add_to_thread_list): Adjust add_thread call.
1932 (core_target_open): Adjust add_thread_silent and thread_count
1933 calls.
1934 (core_target::pid_to_str): Adjust find_inferior_ptid call.
1935 * ctf.c (ctf_target_open): Adjust add_thread_silent call.
1936 * event-top.c (async_disconnect): Pop targets from all inferiors.
1937 * exec.c (add_target_sections): Push exec target on all inferiors
1938 sharing the program space.
1939 (remove_target_sections): Remove the exec target from all
1940 inferiors sharing the program space.
1941 (exec_on_vfork): New.
1942 * exec.h (exec_on_vfork): Declare.
1943 * fbsd-nat.c (fbsd_add_threads): Add fbsd_nat_target parameter.
1944 Pass it down.
1945 (fbsd_nat_target::update_thread_list): Adjust.
1946 (fbsd_nat_target::resume): Adjust.
1947 (fbsd_handle_debug_trap): Add fbsd_nat_target parameter. Pass it
1948 down.
1949 (fbsd_nat_target::wait, fbsd_nat_target::post_attach): Adjust.
1950 * fbsd-tdep.c (fbsd_corefile_thread): Adjust
1951 get_thread_arch_regcache call.
1952 * fork-child.c (gdb_startup_inferior): Pass target down to
1953 startup_inferior and set_executing.
1954 * gdbthread.h (struct process_stratum_target): Forward declare.
1955 (add_thread, add_thread_silent, add_thread_with_info)
1956 (in_thread_list): Add process_stratum_target parameter.
1957 (find_thread_ptid(inferior*, ptid_t)): New overload.
1958 (find_thread_ptid, thread_change_ptid): Add process_stratum_target
1959 parameter.
1960 (all_threads()): Delete overload.
1961 (all_threads, all_non_exited_threads): Add process_stratum_target
1962 parameter.
1963 (all_threads_safe): Use brace initialization.
1964 (thread_count): Add process_stratum_target parameter.
1965 (set_resumed, set_running, set_stop_requested, set_executing)
1966 (threads_are_executing, finish_thread_state): Add
1967 process_stratum_target parameter.
1968 (switch_to_thread): Use is_current_thread.
1969 * i386-fbsd-tdep.c: Include "inferior.h".
1970 (i386fbsd_get_thread_local_address): Pass down target.
1971 * i386-linux-nat.c (i386_linux_nat_target::low_resume): Adjust.
1972 * inf-child.c (inf_child_target::maybe_unpush_target): Remove
1973 have_inferiors check.
1974 * inf-ptrace.c (inf_ptrace_target::create_inferior)
1975 (inf_ptrace_target::attach): Adjust.
1976 * infcall.c (run_inferior_call): Adjust.
1977 * infcmd.c (run_command_1): Pass target to
1978 scoped_finish_thread_state.
1979 (proceed_thread_callback): Skip inferiors with no execution.
1980 (continue_command): Rename 'all_threads' local to avoid hiding
1981 'all_threads' function. Adjust get_last_target_status call.
1982 (prepare_one_step): Adjust set_running call.
1983 (signal_command): Use user_visible_resume_target. Compare thread
1984 pointers instead of inferior_ptid.
1985 (info_program_command): Adjust to pass down target.
1986 (attach_command): Mark target's 'thread_executing' flag.
1987 (stop_current_target_threads_ns): New, factored out from ...
1988 (interrupt_target_1): ... this. Switch inferior before making
1989 target calls.
1990 * inferior-iter.h
1991 (struct all_inferiors_iterator, struct all_inferiors_range)
1992 (struct all_inferiors_safe_range)
1993 (struct all_non_exited_inferiors_range): Filter on
1994 process_stratum_target too. Remove explicit.
1995 * inferior.c (inferior::inferior): Push dummy target on target
1996 stack.
1997 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors):
1998 Add process_stratum_target parameter, and pass it down.
1999 (have_live_inferiors): Adjust.
2000 (switch_to_inferior_and_push_target): New.
2001 (add_inferior_command, clone_inferior_command): Handle
2002 "-no-connection" parameter. Use
2003 switch_to_inferior_and_push_target.
2004 (_initialize_inferior): Mention "-no-connection" option in
2005 the help of "add-inferior" and "clone-inferior" commands.
2006 * inferior.h: Include "process-stratum-target.h".
2007 (interrupt_target_1): Use bool.
2008 (struct inferior) <push_target, unpush_target, target_is_pushed,
2009 find_target_beneath, top_target, process_target, target_at,
2010 m_stack>: New.
2011 (discard_all_inferiors): Delete.
2012 (find_inferior_pid, find_inferior_ptid, number_of_live_inferiors)
2013 (all_inferiors, all_non_exited_inferiors): Add
2014 process_stratum_target parameter.
2015 * infrun.c: Include "gdb_select.h" and <unordered_map>.
2016 (target_last_proc_target): New global.
2017 (follow_fork_inferior): Push target on new inferior. Pass target
2018 to add_thread_silent. Call exec_on_vfork. Handle target's
2019 reference count.
2020 (follow_fork): Adjust get_last_target_status call. Also consider
2021 target.
2022 (follow_exec): Push target on new inferior.
2023 (struct execution_control_state) <target>: New field.
2024 (user_visible_resume_target): New.
2025 (do_target_resume): Call target_async.
2026 (resume_1): Set target's threads_executing flag. Consider resume
2027 target.
2028 (commit_resume_all_targets): New.
2029 (proceed): Also consider resume target. Skip threads of inferiors
2030 with no execution. Commit resumtion in all targets.
2031 (start_remote): Pass current inferior to wait_for_inferior.
2032 (infrun_thread_stop_requested): Consider target as well. Pass
2033 thread_info pointer to clear_inline_frame_state instead of ptid.
2034 (infrun_thread_thread_exit): Consider target as well.
2035 (random_pending_event_thread): New inferior parameter. Use it.
2036 (do_target_wait): Rename to ...
2037 (do_target_wait_1): ... this. Add inferior parameter, and pass it
2038 down.
2039 (threads_are_resumed_pending_p, do_target_wait): New.
2040 (prepare_for_detach): Adjust calls.
2041 (wait_for_inferior): New inferior parameter. Handle it. Use
2042 do_target_wait_1 instead of do_target_wait.
2043 (fetch_inferior_event): Adjust. Switch to representative
2044 inferior. Pass target down.
2045 (set_last_target_status): Add process_stratum_target parameter.
2046 Save target in global.
2047 (get_last_target_status): Add process_stratum_target parameter and
2048 handle it.
2049 (nullify_last_target_wait_ptid): Clear 'target_last_proc_target'.
2050 (context_switch): Check inferior_ptid == null_ptid before calling
2051 inferior_thread().
2052 (get_inferior_stop_soon): Pass down target.
2053 (wait_one): Rename to ...
2054 (poll_one_curr_target): ... this.
2055 (struct wait_one_event): New.
2056 (wait_one): New.
2057 (stop_all_threads): Adjust.
2058 (handle_no_resumed, handle_inferior_event): Adjust to consider the
2059 event's target.
2060 (switch_back_to_stepped_thread): Also consider target.
2061 (print_stop_event): Update.
2062 (normal_stop): Update. Also consider the resume target.
2063 * infrun.h (wait_for_inferior): Remove declaration.
2064 (user_visible_resume_target): New declaration.
2065 (get_last_target_status, set_last_target_status): New
2066 process_stratum_target parameter.
2067 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
2068 process_stratum_target parameter, and use it.
2069 (clear_inline_frame_state (thread_info*)): New.
2070 * inline-frame.c (clear_inline_frame_state(ptid_t)): Add
2071 process_stratum_target parameter.
2072 (clear_inline_frame_state (thread_info*)): Declare.
2073 * linux-fork.c (delete_checkpoint_command): Pass target down to
2074 find_thread_ptid.
2075 (checkpoint_command): Adjust.
2076 * linux-nat.c (linux_nat_target::follow_fork): Switch to thread
2077 instead of just tweaking inferior_ptid.
2078 (linux_nat_switch_fork): Pass target down to thread_change_ptid.
2079 (exit_lwp): Pass target down to find_thread_ptid.
2080 (attach_proc_task_lwp_callback): Pass target down to
2081 add_thread/set_running/set_executing.
2082 (linux_nat_target::attach): Pass target down to
2083 thread_change_ptid.
2084 (get_detach_signal): Pass target down to find_thread_ptid.
2085 Consider last target status's target.
2086 (linux_resume_one_lwp_throw, resume_lwp)
2087 (linux_handle_syscall_trap, linux_handle_extended_wait, wait_lwp)
2088 (stop_wait_callback, save_stop_reason, linux_nat_filter_event)
2089 (linux_nat_wait_1, resume_stopped_resumed_lwps): Pass target down.
2090 (linux_nat_target::async_wait_fd): New.
2091 (linux_nat_stop_lwp, linux_nat_target::thread_address_space): Pass
2092 target down.
2093 * linux-nat.h (linux_nat_target::async_wait_fd): Declare.
2094 * linux-tdep.c (get_thread_arch_regcache): Pass target down.
2095 * linux-thread-db.c (struct thread_db_info::process_target): New
2096 field.
2097 (add_thread_db_info): Save target.
2098 (get_thread_db_info): New process_stratum_target parameter. Also
2099 match target.
2100 (delete_thread_db_info): New process_stratum_target parameter.
2101 Also match target.
2102 (thread_from_lwp): Adjust to pass down target.
2103 (thread_db_notice_clone): Pass down target.
2104 (check_thread_db_callback): Pass down target.
2105 (try_thread_db_load_1): Always push the thread_db target.
2106 (try_thread_db_load, record_thread): Pass target down.
2107 (thread_db_target::detach): Pass target down. Always unpush the
2108 thread_db target.
2109 (thread_db_target::wait, thread_db_target::mourn_inferior): Pass
2110 target down. Always unpush the thread_db target.
2111 (find_new_threads_callback, thread_db_find_new_threads_2)
2112 (thread_db_target::update_thread_list): Pass target down.
2113 (thread_db_target::pid_to_str): Pass current inferior down.
2114 (thread_db_target::get_thread_local_address): Pass target down.
2115 (thread_db_target::resume, maintenance_check_libthread_db): Pass
2116 target down.
2117 * nto-procfs.c (nto_procfs_target::update_thread_list): Adjust.
2118 * procfs.c (procfs_target::procfs_init_inferior): Declare.
2119 (proc_set_current_signal, do_attach, procfs_target::wait): Adjust.
2120 (procfs_init_inferior): Rename to ...
2121 (procfs_target::procfs_init_inferior): ... this and adjust.
2122 (procfs_target::create_inferior, procfs_notice_thread)
2123 (procfs_do_thread_registers): Adjust.
2124 * ppc-fbsd-tdep.c: Include "inferior.h".
2125 (ppcfbsd_get_thread_local_address): Pass down target.
2126 * proc-service.c (ps_xfer_memory): Switch current inferior and
2127 program space as well.
2128 (get_ps_regcache): Pass target down.
2129 * process-stratum-target.c
2130 (process_stratum_target::thread_address_space)
2131 (process_stratum_target::thread_architecture): Pass target down.
2132 * process-stratum-target.h
2133 (process_stratum_target::threads_executing): New field.
2134 (as_process_stratum_target): New.
2135 * ravenscar-thread.c
2136 (ravenscar_thread_target::update_inferior_ptid): Pass target down.
2137 (ravenscar_thread_target::wait, ravenscar_add_thread): Pass target
2138 down.
2139 * record-btrace.c (record_btrace_target::info_record): Adjust.
2140 (record_btrace_target::record_method)
2141 (record_btrace_target::record_is_replaying)
2142 (record_btrace_target::fetch_registers)
2143 (get_thread_current_frame_id, record_btrace_target::resume)
2144 (record_btrace_target::wait, record_btrace_target::stop): Pass
2145 target down.
2146 * record-full.c (record_full_wait_1): Switch to event thread.
2147 Pass target down.
2148 * regcache.c (regcache::regcache)
2149 (get_thread_arch_aspace_regcache, get_thread_arch_regcache): Add
2150 process_stratum_target parameter and handle it.
2151 (current_thread_target): New global.
2152 (get_thread_regcache): Add process_stratum_target parameter and
2153 handle it. Switch inferior before calling target method.
2154 (get_thread_regcache): Pass target down.
2155 (get_thread_regcache_for_ptid): Pass target down.
2156 (registers_changed_ptid): Add process_stratum_target parameter and
2157 handle it.
2158 (registers_changed_thread, registers_changed): Pass target down.
2159 (test_get_thread_arch_aspace_regcache): New.
2160 (current_regcache_test): Define a couple local test_target_ops
2161 instances and use them for testing.
2162 (readwrite_regcache): Pass process_stratum_target parameter.
2163 (cooked_read_test, cooked_write_test): Pass mock_target down.
2164 * regcache.h (get_thread_regcache, get_thread_arch_regcache)
2165 (get_thread_arch_aspace_regcache): Add process_stratum_target
2166 parameter.
2167 (regcache::target): New method.
2168 (regcache::regcache, regcache::get_thread_arch_aspace_regcache)
2169 (regcache::registers_changed_ptid): Add process_stratum_target
2170 parameter.
2171 (regcache::m_target): New field.
2172 (registers_changed_ptid): Add process_stratum_target parameter.
2173 * remote.c (remote_state::supports_vCont_probed): New field.
2174 (remote_target::async_wait_fd): New method.
2175 (remote_unpush_and_throw): Add remote_target parameter.
2176 (get_current_remote_target): Adjust.
2177 (remote_target::remote_add_inferior): Push target.
2178 (remote_target::remote_add_thread)
2179 (remote_target::remote_notice_new_inferior)
2180 (get_remote_thread_info): Pass target down.
2181 (remote_target::update_thread_list): Skip threads of inferiors
2182 bound to other targets. (remote_target::close): Don't discard
2183 inferiors. (remote_target::add_current_inferior_and_thread)
2184 (remote_target::process_initial_stop_replies)
2185 (remote_target::start_remote)
2186 (remote_target::remote_serial_quit_handler): Pass down target.
2187 (remote_target::remote_unpush_target): New remote_target
2188 parameter. Unpush the target from all inferiors.
2189 (remote_target::remote_unpush_and_throw): New remote_target
2190 parameter. Pass it down.
2191 (remote_target::open_1): Check whether the current inferior has
2192 execution instead of checking whether any inferior is live. Pass
2193 target down.
2194 (remote_target::remote_detach_1): Pass down target. Use
2195 remote_unpush_target.
2196 (extended_remote_target::attach): Pass down target.
2197 (remote_target::remote_vcont_probe): Set supports_vCont_probed.
2198 (remote_target::append_resumption): Pass down target.
2199 (remote_target::append_pending_thread_resumptions)
2200 (remote_target::remote_resume_with_hc, remote_target::resume)
2201 (remote_target::commit_resume): Pass down target.
2202 (remote_target::remote_stop_ns): Check supports_vCont_probed.
2203 (remote_target::interrupt_query)
2204 (remote_target::remove_new_fork_children)
2205 (remote_target::check_pending_events_prevent_wildcard_vcont)
2206 (remote_target::remote_parse_stop_reply)
2207 (remote_target::process_stop_reply): Pass down target.
2208 (first_remote_resumed_thread): New remote_target parameter. Pass
2209 it down.
2210 (remote_target::wait_as): Pass down target.
2211 (unpush_and_perror): New remote_target parameter. Pass it down.
2212 (remote_target::readchar, remote_target::remote_serial_write)
2213 (remote_target::getpkt_or_notif_sane_1)
2214 (remote_target::kill_new_fork_children, remote_target::kill): Pass
2215 down target.
2216 (remote_target::mourn_inferior): Pass down target. Use
2217 remote_unpush_target.
2218 (remote_target::core_of_thread)
2219 (remote_target::remote_btrace_maybe_reopen): Pass down target.
2220 (remote_target::pid_to_exec_file)
2221 (remote_target::thread_handle_to_thread_info): Pass down target.
2222 (remote_target::async_wait_fd): New.
2223 * riscv-fbsd-tdep.c: Include "inferior.h".
2224 (riscv_fbsd_get_thread_local_address): Pass down target.
2225 * sol2-tdep.c (sol2_core_pid_to_str): Pass down target.
2226 * sol-thread.c (sol_thread_target::wait, ps_lgetregs, ps_lsetregs)
2227 (ps_lgetfpregs, ps_lsetfpregs, sol_update_thread_list_callback):
2228 Adjust.
2229 * solib-spu.c (spu_skip_standalone_loader): Pass down target.
2230 * solib-svr4.c (enable_break): Pass down target.
2231 * spu-multiarch.c (parse_spufs_run): Pass down target.
2232 * spu-tdep.c (spu2ppu_sniffer): Pass down target.
2233 * target-delegates.c: Regenerate.
2234 * target.c (g_target_stack): Delete.
2235 (current_top_target): Return the current inferior's top target.
2236 (target_has_execution_1): Refer to the passed-in inferior's top
2237 target.
2238 (target_supports_terminal_ours): Check whether the initial
2239 inferior was already created.
2240 (decref_target): New.
2241 (target_stack::push): Incref/decref the target.
2242 (push_target, push_target, unpush_target): Adjust.
2243 (target_stack::unpush): Defref target.
2244 (target_is_pushed): Return bool. Adjust to refer to the current
2245 inferior's target stack.
2246 (dispose_inferior): Delete, and inline parts ...
2247 (target_preopen): ... here. Only dispose of the current inferior.
2248 (target_detach): Hold strong target reference while detaching.
2249 Pass target down.
2250 (target_thread_name): Add assertion.
2251 (target_resume): Pass down target.
2252 (target_ops::beneath, find_target_at): Adjust to refer to the
2253 current inferior's target stack.
2254 (get_dummy_target): New.
2255 (target_pass_ctrlc): Pass the Ctrl-C to the first inferior that
2256 has a thread running.
2257 (initialize_targets): Rename to ...
2258 (_initialize_target): ... this.
2259 * target.h: Include "gdbsupport/refcounted-object.h".
2260 (struct target_ops): Inherit refcounted_object.
2261 (target_ops::shortname, target_ops::longname): Make const.
2262 (target_ops::async_wait_fd): New method.
2263 (decref_target): Declare.
2264 (struct target_ops_ref_policy): New.
2265 (target_ops_ref): New typedef.
2266 (get_dummy_target): Declare function.
2267 (target_is_pushed): Return bool.
2268 * thread-iter.c (all_matching_threads_iterator::m_inf_matches)
2269 (all_matching_threads_iterator::all_matching_threads_iterator):
2270 Handle filter target.
2271 * thread-iter.h (struct all_matching_threads_iterator, struct
2272 all_matching_threads_range, class all_non_exited_threads_range):
2273 Filter by target too. Remove explicit.
2274 * thread.c (threads_executing): Delete.
2275 (inferior_thread): Pass down current inferior.
2276 (clear_thread_inferior_resources): Pass down thread pointer
2277 instead of ptid_t.
2278 (add_thread_silent, add_thread_with_info, add_thread): Add
2279 process_stratum_target parameter. Use it for thread and inferior
2280 searches.
2281 (is_current_thread): New.
2282 (thread_info::deletable): Use it.
2283 (find_thread_ptid, thread_count, in_thread_list)
2284 (thread_change_ptid, set_resumed, set_running): New
2285 process_stratum_target parameter. Pass it down.
2286 (set_executing): New process_stratum_target parameter. Pass it
2287 down. Adjust reference to 'threads_executing'.
2288 (threads_are_executing): New process_stratum_target parameter.
2289 Adjust reference to 'threads_executing'.
2290 (set_stop_requested, finish_thread_state): New
2291 process_stratum_target parameter. Pass it down.
2292 (switch_to_thread): Also match inferior.
2293 (switch_to_thread): New process_stratum_target parameter. Pass it
2294 down.
2295 (update_threads_executing): Reimplement.
2296 * top.c (quit_force): Pop targets from all inferior.
2297 (gdb_init): Don't call initialize_targets.
2298 * windows-nat.c (windows_nat_target) <get_windows_debug_event>:
2299 Declare.
2300 (windows_add_thread, windows_delete_thread): Adjust.
2301 (get_windows_debug_event): Rename to ...
2302 (windows_nat_target::get_windows_debug_event): ... this. Adjust.
2303 * tracefile-tfile.c (tfile_target_open): Pass down target.
2304 * gdbsupport/common-gdbthread.h (struct process_stratum_target):
2305 Forward declare.
2306 (switch_to_thread): Add process_stratum_target parameter.
2307 * mi/mi-interp.c (mi_on_resume_1): Add process_stratum_target
2308 parameter. Use it.
2309 (mi_on_resume): Pass target down.
2310 * nat/fork-inferior.c (startup_inferior): Add
2311 process_stratum_target parameter. Pass it down.
2312 * nat/fork-inferior.h (startup_inferior): Add
2313 process_stratum_target parameter.
2314 * python/py-threadevent.c (py_get_event_thread): Pass target down.
2315
2316 2020-01-10 Pedro Alves <palves@redhat.com>
2317
2318 * remote.c (remote_target::start_remote): Don't set inferior_ptid
2319 directly. Instead find the first thread in the thread list and
2320 use switch_to_thread.
2321
2322 2020-01-10 Pedro Alves <palves@redhat.com>
2323
2324 * remote.c (remote_target::remote_add_inferior): Don't bind a
2325 process to the current inferior if the current inferior is already
2326 bound to a process.
2327
2328 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2329 Pedro Alves <palves@redhat.com>
2330
2331 * remote.c (remote_target::remote_parse_stop_reply) <W/X packets>:
2332 If no process is specified, return null_ptid instead of
2333 inferior_ptid.
2334 (remote_target::wait_as): Handle TARGET_WAITKIND_EXITED /
2335 TARGET_WAITKIND_SIGNALLED with no pid.
2336
2337 2020-01-10 Pedro Alves <palves@redhat.com>
2338
2339 * remote.c (first_remote_resumed_thread): New.
2340 (remote_target::wait_as): Use it as default event_ptid instead of
2341 inferior_ptid.
2342
2343 2020-01-10 Pedro Alves <palves@redhat.com>
2344
2345 * infrun.c (handle_no_resumed): Use all_non_exited_inferiors.
2346
2347 2020-01-10 Pedro Alves <palves@redhat.com>
2348
2349 * tracefile-tfile.c (tfile_target::close): Assert that trace_fd is
2350 not -1.
2351
2352 2020-01-10 Pedro Alves <palves@redhat.com>
2353
2354 * break-catch-sig.c (signal_catchpoint_print_it): Don't pass a
2355 ptid to get_last_target_status.
2356 * break-catch-syscall.c (print_it_catch_syscall): Don't pass a
2357 ptid to get_last_target_status.
2358 * infcmd.c (continue_command): Don't pass a target_waitstatus to
2359 get_last_target_status.
2360 (info_program_command): Don't pass a target_waitstatus to
2361 get_last_target_status.
2362 * infrun.c (init_wait_for_inferior): Use
2363 nullify_last_target_wait_ptid.
2364 (get_last_target_status): Handle nullptr arguments.
2365 (nullify_last_target_wait_ptid): Clear target_last_waitstatus.
2366 (print_stop_event): Don't pass a ptid to get_last_target_status.
2367 (normal_stop): Don't pass a ptid to get_last_target_status.
2368 * infrun.h (get_last_target_status, set_last_target_status): Move
2369 comments here and update.
2370 (nullify_last_target_wait_ptid): Declare.
2371 * linux-fork.c (fork_load_infrun_state): Remove local extern
2372 declaration of nullify_last_target_wait_ptid.
2373 * linux-nat.c (get_detach_signal): Don't pass a target_waitstatus
2374 to get_last_target_status.
2375
2376 2020-01-10 Pedro Alves <palves@redhat.com>
2377
2378 * gdbthread.h (scoped_restore_current_thread)
2379 <dont_restore, restore, m_dont_restore>: Declare.
2380 * thread.c (thread_alive): Add assertion. Return bool.
2381 (switch_to_thread_if_alive): New.
2382 (prune_threads): Switch inferior/thread.
2383 (print_thread_info_1): Switch thread before calling target methods.
2384 (scoped_restore_current_thread::restore): New, factored out from
2385 ...
2386 (scoped_restore_current_thread::~scoped_restore_current_thread):
2387 ... this.
2388 (scoped_restore_current_thread::scoped_restore_current_thread):
2389 Add assertion.
2390 (thread_apply_all_command, thread_select): Use
2391 switch_to_thread_if_alive.
2392 * infrun.c (proceed, restart_threads, handle_signal_stop)
2393 (switch_back_to_stepped_thread): Switch current thread before
2394 calling target methods.
2395
2396 2020-01-10 Pedro Alves <palves@redhat.com>
2397
2398 * inferior.c (switch_to_inferior_no_thread): New function,
2399 factored out from ...
2400 (inferior_command): ... here.
2401 * inferior.h (switch_to_inferior_no_thread): Declare.
2402 * mi/mi-main.c (run_one_inferior): Use
2403 switch_to_inferior_no_thread.
2404
2405 2020-01-10 Pedro Alves <palves@redhat.com>
2406
2407 * infcmd.c (kill_command): Remove dead code.
2408
2409 2020-01-10 Pedro Alves <palves@redhat.com>
2410
2411 * remote.c (remote_target::mourn_inferior): No longer check
2412 whether the target is running.
2413
2414 2020-01-10 Pedro Alves <palves@redhat.com>
2415
2416 * corelow.c (core_target::has_execution): Change parameter type to
2417 inferior pointer.
2418 * inferior.c (number_of_live_inferiors): Use
2419 inferior::has_execution instead of target_has_execution_1.
2420 * inferior.h (inferior::has_execution): New.
2421 * linux-thread-db.c (thread_db_target::update_thread_list): Use
2422 inferior::has_execution instead of target_has_execution_1.
2423 * process-stratum-target.c
2424 (process_stratum_target::has_execution): Change parameter type to
2425 inferior pointer. Check the inferior's PID instead of
2426 inferior_ptid.
2427 * process-stratum-target.h
2428 (process_stratum_target::has_execution): Change parameter type to
2429 inferior pointer.
2430 * record-full.c (record_full_core_target::has_execution): Change
2431 parameter type to inferior pointer.
2432 * target.c (target_has_execution_1): Change parameter type to
2433 inferior pointer.
2434 (target_has_execution_current): Adjust.
2435 * target.h (target_ops::has_execution): Change parameter type to
2436 inferior pointer.
2437 (target_has_execution_1): Change parameter type to inferior
2438 pointer. Change return type to bool.
2439 * tracefile.h (tracefile_target::has_execution): Change parameter
2440 type to inferior pointer.
2441
2442 2020-01-10 Pedro Alves <palves@redhat.com>
2443
2444 * exceptions.c (print_flush): Remove current_top_target() check.
2445
2446 2020-01-10 Pedro Alves <palves@redhat.com>
2447
2448 * remote.c (show_remote_exec_file): Show the current inferior's
2449 exec-file instead of the command variable's value.
2450
2451 2020-01-10 Pedro Alves <palves@redhat.com>
2452
2453 * record-full.c (record_full_resume_ptid): New global.
2454 (record_full_target::resume): Set it.
2455 (record_full_wait_1): Use record_full_resume_ptid instead of
2456 inferior_ptid.
2457
2458 2020-01-10 Pedro Alves <palves@redhat.com>
2459
2460 * gdbthread.h (scoped_restore_current_thread)
2461 <dont_restore, restore, m_dont_restore>: Declare.
2462 * thread.c (thread_alive): Add assertion. Return bool.
2463 (switch_to_thread_if_alive): New.
2464 (prune_threads): Switch inferior/thread.
2465 (print_thread_info_1): Switch thread before calling target methods.
2466 (scoped_restore_current_thread::restore): New, factored out from
2467 ...
2468 (scoped_restore_current_thread::~scoped_restore_current_thread):
2469 ... this.
2470 (scoped_restore_current_thread::scoped_restore_current_thread):
2471 Add assertion.
2472 (thread_apply_all_command, thread_select): Use
2473 switch_to_thread_if_alive.
2474
2475 2020-01-10 George Barrett <bob@bob131.so>
2476
2477 * stap-probe.c (stap_modify_semaphore): Don't check for null
2478 semaphores.
2479 (stap_probe::set_semaphore, stap_probe::clear_semaphore): Check
2480 for null semaphores.
2481
2482 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2483
2484 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Update
2485 all source windows, and maintain horizontal scroll status while
2486 doing so.
2487
2488 2020-01-09 Tom Tromey <tom@tromey.com>
2489
2490 PR tui/18932:
2491 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Call
2492 update_source_window, not print_source_lines.
2493
2494 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2495
2496 * tui/tui.c (tui_enable): Register tui hooks after calling
2497 tui_display_main.
2498
2499 2020-01-09 Christian Biesinger <cbiesinger@google.com>
2500
2501 * gdbsupport/common-defs.h: Don't define _FORTIFY_SOURCE on MinGW.
2502
2503 2020-01-08 Simon Marchi <simon.marchi@efficios.com>
2504
2505 * thread.c (print_thread_info_1): Fix indentation.
2506
2507 2020-01-09 Christian Biesinger <cbiesinger@google.com>
2508
2509 * symtab.c (general_symbol_info::compute_and_set_names): Move the
2510 unique_xmalloc_ptr outside the if to always free the demangled name.
2511
2512 2020-01-08 Tom Tromey <tromey@adacore.com>
2513
2514 * xcoffread.c (enter_line_range, read_xcoff_symtab)
2515 (process_xcoff_symbol, xcoff_symfile_offsets): Update.
2516 * symtab.h (MSYMBOL_VALUE_ADDRESS): Update.
2517 (struct section_offsets, ANOFFSET, SIZEOF_N_SECTION_OFFSETS):
2518 Remove.
2519 (section_offsets): New typedef.
2520 * symtab.c (fixup_section, get_msymbol_address): Update.
2521 * symmisc.c (dump_msymbols): Update.
2522 * symfile.h (relative_addr_info_to_section_offsets)
2523 (symfile_map_offsets_to_segments): Update.
2524 * symfile.c (build_section_addr_info_from_objfile)
2525 (init_objfile_sect_indices): Update.
2526 (struct place_section_arg): Change type of "offsets".
2527 (place_section): Update.
2528 (relative_addr_info_to_section_offsets): Change type of
2529 "section_offsets". Remove "num_sections" parameter.
2530 (default_symfile_offsets, syms_from_objfile_1)
2531 (set_objfile_default_section_offset): Update.
2532 (reread_symbols): No need to preserve section offsets by hand.
2533 (symfile_map_offsets_to_segments): Change type of "offsets".
2534 * stap-probe.c (relocate_address): Update.
2535 * stabsread.h (process_one_symbol): Update.
2536 * solib-target.c (struct lm_info_target) <offsets>: Change type.
2537 (solib_target_relocate_section_addresses): Update.
2538 * solib-svr4.c (enable_break, svr4_relocate_main_executable):
2539 Update.
2540 * solib-frv.c (frv_relocate_main_executable): Update.
2541 * solib-dsbt.c (dsbt_relocate_main_executable): Update.
2542 * solib-aix.c (solib_aix_get_section_offsets): Change return
2543 type.
2544 (solib_aix_solib_create_inferior_hook): Update.
2545 * remote.c (remote_target::get_offsets): Update.
2546 * psymtab.c (find_pc_sect_psymtab): Update.
2547 * psympriv.h (struct partial_symbol) <address, text_low,
2548 text_high>: Update.
2549 * objfiles.h (obj_section_offset): Update.
2550 (struct objfile) <section_offsets>: Change type.
2551 <num_sections>: Remove.
2552 (objfile_relocate): Update.
2553 * objfiles.c (entry_point_address_query): Update
2554 (relocate_one_symbol): Change type of "section_offsets".
2555 (objfile_relocate1, objfile_relocate1): Change type of
2556 "new_offsets".
2557 (objfile_rebase1): Update.
2558 * mipsread.c (mipscoff_symfile_read): Update.
2559 (read_alphacoff_dynamic_symtab): Remove "section_offsets"
2560 parameter.
2561 * mdebugread.c (parse_symbol): Change type of "section_offsets".
2562 (parse_external, psymtab_to_symtab_1): Update.
2563 * machoread.c (macho_symfile_offsets): Update.
2564 * ia64-tdep.c (ia64_find_unwind_table): Update.
2565 * hppa-tdep.c (read_unwind_info): Update.
2566 * hppa-bsd-tdep.c (hppabsd_find_global_pointer): Update.
2567 * dwarf2read.c (create_addrmap_from_index)
2568 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
2569 (process_psymtab_comp_unit_reader, add_partial_symbol)
2570 (add_partial_subprogram, process_full_comp_unit)
2571 (read_file_scope, read_func_scope, read_lexical_block_scope)
2572 (read_call_site_scope, dwarf2_rnglists_process)
2573 (dwarf2_ranges_process, dwarf2_ranges_read)
2574 (dwarf_decode_lines_1, var_decode_location, new_symbol)
2575 (dwarf2_fetch_die_loc_sect_off, dwarf2_per_cu_text_offset):
2576 Update.
2577 * dwarf2-frame.c (execute_cfa_program, dwarf2_frame_find_fde):
2578 Update.
2579 * dtrace-probe.c (dtrace_probe::get_relocated_address): Update.
2580 * dbxread.c (read_dbx_symtab, read_ofile_symtab): Update.
2581 (process_one_symbol): Change type of "section_offsets".
2582 * ctfread.c (get_objfile_text_range): Update.
2583 * coffread.c (coff_symtab_read, enter_linenos)
2584 (process_coff_symbol): Update.
2585 * coff-pe-read.c (add_pe_forwarded_sym): Update.
2586 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Update.
2587
2588 2020-01-08 Tom Tromey <tromey@adacore.com>
2589
2590 * dwarf2read.c (parse_macro_definition): Use std::string.
2591 (parse_macro_definition): Likewise.
2592
2593 2020-01-08 Tom Tromey <tromey@adacore.com>
2594
2595 * dwarf2read.c (abbrev_table_read_table): Use std::vector.
2596 (ATTR_ALLOC_CHUNK): Remove.
2597
2598 2020-01-08 Tom Tromey <tromey@adacore.com>
2599
2600 * dwarf2read.c (fixup_go_packaging): Use unique_xmalloc_ptr.
2601
2602 2020-01-08 Tom Tromey <tromey@adacore.com>
2603
2604 * dwarf2read.c (add_partial_symbol): Use unique_xmalloc_ptr.
2605 (dwarf2_compute_name, open_dwo_file): Likewise.
2606 (process_enumeration_scope): Use std::vector.
2607 (guess_partial_die_structure_name): Use unique_xmalloc_ptr.
2608 (partial_die_info::fixup, dwarf2_start_subfile)
2609 (guess_full_die_structure_name, dwarf2_name): Likewise.
2610 (determine_prefix): Update.
2611 (guess_full_die_structure_name): Make return type const.
2612 (partial_die_full_name): Return unique_xmalloc_ptr.
2613 (DW_FIELD_ALLOC_CHUNK): Remove.
2614
2615 2020-01-07 Tom Tromey <tromey@adacore.com>
2616
2617 PR build/24937:
2618 * stap-probe.c (class stap_static_probe_ops): Add constructor.
2619
2620 2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
2621
2622 * cli/cli-style.c: Set cli_styling to 'true' in the Cygwin build.
2623
2624 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * stack.c (print_frame_info): Move disassemble_next_line code
2627 inside source_print block.
2628
2629 2020-01-06 Eli Zaretskii <eliz@gnu.org>
2630
2631 * gdbsupport/gdb_wait.c: Include <signal.h> instead of
2632 gdb/signals.h, as we are now using native signal symbols.
2633
2634 2020-01-06 Shahab Vahedi <shahab@synopsys.com>
2635
2636 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): Avoid
2637 overflow by an early check of content vs threshold.
2638 * tui/tui-source.c (tui_source_window::line_is_displayed):
2639 Likewise.
2640
2641 2020-01-06 Eli Zaretskii <eliz@gnu.org>
2642
2643 * NEWS: Mention the recent fix of $_exitsignal on MS-Windows.
2644
2645 2020-01-02 Jon Turney <jon.turney@dronecode.org.uk>
2646
2647 * coff-pe-read.c (read_pe_exported_syms): Don't try to read the
2648 export table if no section contains it's RVA.
2649
2650 2020-01-06 Eli Zaretskii <eliz@gnu.org>
2651
2652 * windows-tdep.c: Fix a typo in WINDOWS_SIGABRT.
2653
2654 2020-01-06 Hannes Domani <ssbssa@yahoo.de>
2655
2656 * source.c (print_source_lines_base): Set last_line_listed.
2657
2658 2020-01-06 Shahab Vahedi <shahab@synopsys.com>
2659
2660 * tui/tui-disasm.c: Remove trailing spaces.
2661
2662 2020-01-06 Eli Zaretskii <eliz@gnu.org>
2663 Pedro Alves <palves@redhat.com>
2664
2665 * Makefile.in (COMMON_SFILES): Add gdbsupport/gdb_wait.c.
2666 * windows-tdep.c: New enumeration of WINDOWS_SIG* signals.
2667 (windows_gdb_signal_to_target): New function, uses the above
2668 enumeration to convert GDB internal signal codes to equivalent
2669 Windows codes.
2670 (windows_init_abi): Call set_gdbarch_gdb_signal_to_target.
2671 * windows-nat.c: Include "gdb_wait.h".
2672 (get_windows_debug_event): Extract the fatal exception from the
2673 exit status and convert to the equivalent Posix signal number.
2674 * cli/cli-cmds.c (exit_status_set_internal_vars): Account for the
2675 possibility that WTERMSIG returns GDB_SIGNAL_UNKNOWN.
2676 * gdbsupport/gdb_wait.c: New file, implements
2677 windows_status_to_termsig.
2678 * gdbsupport/gdb_wait.h (WIFEXITED, WIFSIGNALED, WEXITSTATUS)
2679 (WTERMSIG) [__MINGW32__]: Separate definitions for MinGW.
2680
2681 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * tui/tui-layout.c (tui_add_win_to_layout): Use tui_set_layout not
2684 show_layout.
2685
2686 2020-01-05 Luis Machado <luis.machado@linaro.org>
2687
2688 * aarch64-linux-nat.c
2689 (aarch64_linux_nat_target::thread_architecture): Use bfd_arch_aarch64
2690 and bfd_mach_aarch64.
2691
2692 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2693
2694 * ui-file.c (stdio_file::can_emit_style_escape)
2695 (tee_file::can_emit_style_escape): Ensure style is used also on
2696 gdb_stderr when gdb_stderr is a tty supporting styling, similarly
2697 to gdb_stdout.
2698 * main.c (set_gdb_data_directory): Use file style to output the
2699 warning that the given pathname is not a directory.
2700 * top.c (show_history_filename, gdb_safe_append_history)
2701 (show_gdb_datadir): Use file style.
2702
2703 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
2704
2705 * solib-target.c (struct lm_info_target):
2706 Change offsets to be a unique_xmalloc_ptr.
2707 (solib_target_relocate_section_addresses): Update.
2708
2709 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
2710
2711 * windows-nat.c (windows_clear_solib): Free so_list linked list.
2712
2713 2020-01-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2714
2715 * MAINTAINERS (Write After Approval): Add myself.
2716
2717 2020-01-02 Luis Machado <luis.machado@linaro.org>
2718
2719 * proc-service.c (get_ps_regcache): Remove reference to obsolete
2720 Cell BE architecture.
2721 * target.h (struct target_ops) <thread_architecture>: Likewise.
2722
2723 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
2724
2725 * Makefile.in: Use INSTALL_PROGRAM_ENV.
2726
2727 2020-01-01 Hannes Domani <ssbssa@yahoo.de>
2728
2729 * MAINTAINERS (Write After Approval): Add myself.
2730
2731 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2732
2733 * gdbarch.sh: Update copyright year range of generated files.
2734
2735 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2736
2737 Update copyright year range in all GDB files.
2738
2739 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2740
2741 * copyright.py: Convert to Python 3.
2742
2743 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2744
2745 * copyright.py: Adapt after move of gnulib directory from gdb
2746 directory to toplevel directory.
2747
2748 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2749
2750 * copyright.py (main): Exit if run from the wrong directory.
2751
2752 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2753
2754 * top.c (print_gdb_version): Change copyright year to 2020.
2755
2756 2020-01-01 Joel Brobecker <brobecker@adacore.com>
2757
2758 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2019.
2759
2760 For older changes see ChangeLog-2019.
2761 \f
2762 Local Variables:
2763 mode: change-log
2764 left-margin: 8
2765 fill-column: 74
2766 version-control: never
2767 coding: utf-8
2768 End:
This page took 0.094062 seconds and 5 git commands to generate.