85607bbad43d86255494a8c0febd8161e41a3c5b
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * mi/mi-cmds.c (mi_cmds): Add -symbol-info-module-functions and
4 -symbol-info-module-variables entries.
5 * mi/mi-cmds.h (mi_cmd_symbol_info_module_functions): Declare.
6 (mi_cmd_symbol_info_module_variables): Declare.
7 * mi/mi-symbol-cmds.c
8 (module_symbol_search_iterator): New typedef.
9 (output_module_symbols_in_single_module_and_file): New function.
10 (output_module_symbols_in_single_module): New function.
11 (mi_info_module_functions_or_variables): New function.
12 (mi_cmd_symbol_info_module_functions): New function.
13 (mi_cmd_symbol_info_module_variables): New function.
14 * NEWS: Mention new MI command.
15
16 2019-12-03 Christian Biesinger <cbiesinger@google.com>
17
18 * bcache.c (hash): Remove.
19 (hash_continue): Remove.
20 * bcache.h (hash): Remove.
21 (hash_continue): Remove.
22 (struct bcache) <ctor>: Update.
23 * psymtab.c (psymbol_hash): Update.
24 * stabsread.c (hashname): Update.
25 * utils.h (fast_hash): Add an argument for a start value,
26 defaulting to zero.
27
28 2019-12-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
29 * symtab.c (symbol_cache_clear_slot): Move close to cleared type.
30 (destroy_block_symbol_cache): New function.
31 (symbol_cache:~symbol_cache) Call destroy_block_symbol_cache.
32 (resize_symbol_cache): Likewise.
33
34 2019-12-02 Tom Tromey <tom@tromey.com>
35
36 * unittests/tui-selftests.c (run_tests): Make conditional.
37 (_initialize_tui_selftest): Make conditional.
38
39 2019-12-02 Christian Biesinger <cbiesinger@google.com>
40
41 * aix-thread.c (debug_aix_thread): Change type to bool.
42
43 2019-12-02 Luis Machado <luis.machado@linaro.org>
44
45 * infrun.c (follow_fork_inferior): Remove outdated FIXME comment.
46
47 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * dwarf2read.c (read_tag_string_type): Read the fields required to
50 make a dynamic string, and possibly create a dynamic range for the
51 string.
52 (attr_to_dynamic_prop): Setup is_reference based on the type of
53 attribute being processed.
54 * gdbtypes.c (is_dynamic_type_internal): Handle TYPE_CODE_STRING.
55 (resolve_dynamic_array): Rename to...
56 (resolve_dynamic_array_or_string): ...this, update header comment,
57 and accept TYPE_CODE_STRING.
58 (resolve_dynamic_type_internal): Handle TYPE_CODE_STRING.
59
60 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * dwarf2read.c (dwarf2_per_cu_int_type): New function, takes most
63 of its implementation from...
64 (dwarf2_per_cu_addr_sized_int_type): ...here, which now just calls
65 the new function.
66
67 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * dwarf2read.c (read_subrange_type): Read bit and byte stride and
70 create a range with stride where appropriate.
71 * f-valprint.c: Include 'gdbarch.h'.
72 (f77_print_array_1): Take the stride into account when walking the
73 array. Also convert the stride into addressable units.
74 * gdbtypes.c (create_range_type): Initialise the stride to
75 constant zero.
76 (create_range_type_with_stride): New function, initialise the
77 range as normal, and then setup the stride.
78 (has_static_range): Include the stride here. Also change the
79 return type to bool.
80 (create_array_type_with_stride): Consider the range stride if the
81 array isn't given its own stride.
82 (resolve_dynamic_range): Resolve the stride if needed.
83 * gdbtypes.h (struct range_bounds) <stride>: New member variable.
84 (struct range_bounds) <flag_is_byte_stride>: New member variable.
85 (TYPE_BIT_STRIDE): Define.
86 (TYPE_ARRAY_BIT_STRIDE): Define.
87 (create_range_type_with_stride): Declare.
88 * valarith.c (value_subscripted_rvalue): Take range stride into
89 account when walking the array.
90
91 2019-12-01 Tom Tromey <tom@tromey.com>
92
93 * tui/tui-win.c (tui_all_windows_info): Treat inactive TUI
94 specially.
95
96 2019-12-01 Tom Tromey <tom@tromey.com>
97
98 * tui/tui-winsource.c (tui_copy_source_line): Don't advance past
99 \0.
100 * unittests/tui-selftests.c: New file.
101 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add tui-selftests.c.
102
103 2019-12-01 Tom Tromey <tom@tromey.com>
104
105 * tui/tui.c (tui_enable): Call tui_update_variables earlier.
106
107 2019-12-01 Tom Tromey <tom@tromey.com>
108
109 * NEWS: Document new settings.
110 * tui/tui-wingeneral.c (box_win): Apply appropriate border style.
111 * tui/tui-win.c (_initialize_tui_win): Add border style
112 observers.
113 * tui/tui-io.h (tui_apply_style): Declare.
114 * tui/tui-io.c (tui_apply_style): Rename from apply_style. No
115 longer static.
116 (apply_ansi_escape, tui_set_reverse_mode): Update.
117 * cli/cli-style.h (class cli_style_option) <add_setshow_commands>:
118 Add "skip_intensity" parameter.
119 <changed>: New member.
120 <do_set_value>: Declare.
121 (tui_border_style, tui_active_border_style): Declare.
122 * cli/cli-style.c (tui_border_style, tui_active_border_style): New
123 globals.
124 (cli_style_option): Initialize "changed".
125 (cli_style_option::do_set_value): New function.
126 (cli_style_option::add_setshow_commands): Add "skip_intensity"
127 parameter. Update.
128 (STYLE_ADD_SETSHOW_COMMANDS): Add "SKIP" parameter.
129 (_initialize_cli_style): Update. Create TUI border style
130 commands.
131
132 2019-12-01 Tom Tromey <tom@tromey.com>
133
134 * tui/tui-winsource.h (tui_copy_source_line): Add "ndigits"
135 parameter.
136 * tui/tui-winsource.c (tui_copy_source_line): Add "ndigits"
137 parameter.
138 * tui/tui-win.h (compact_source): Declare.
139 * tui/tui-win.c (compact_source): New global.
140 (tui_set_compact_source, tui_show_compact_source): New functions.
141 (_initialize_tui_win): Add "compact-source" setting.
142 * tui/tui-source.c (tui_source_window::set_contents): Handle
143 compact_source setting.
144 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
145 * NEWS: Document new setting.
146
147 2019-11-30 Tom Tromey <tom@tromey.com>
148
149 * dwarf2read.c (dwarf2_add_field): Include field offset when
150 computing variant part length.
151
152 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
153 * NEWS: Mention define-prefix. Tell that command names can now
154 contain a . character.
155
156 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
157
158 * command.h (valid_cmd_char_p): Declare.
159 * cli/cli-decode.c (valid_cmd_char_p): New function factorizing
160 the check of valid command char.
161 (find_command_name_length, valid_user_defined_cmd_name_p): Use
162 valid_cmd_char_p.
163 * cli/cli-script.c (validate_comname): Likewise.
164 * completer.c (gdb_completer_command_word_break_characters):
165 Do not remove . from the word break char, update comments.
166 (complete_line_internal_1): Use valid_cmd_char_p.
167 * guile/scm-cmd.c (gdbscm_parse_command_name): Likewise.
168 * python/py-cmd.c (gdbpy_parse_command_name): Likewise.
169
170 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
171
172 * cli/cli-script.c (do_define_command): Ensure a redefined
173 prefix command is kept as a prefix command.
174 (define_prefix_command): New function.
175 (show_user_1): Report user defined prefixes.
176 (_initialize_cli_script): Create the new 'define-prefix' command.
177 Add completers for 'define' and 'document'.
178 * top.c (execute_command): If command is a user-defined prefix only
179 command, report the list of commands for this prefix command.
180
181 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
182
183 * valops.c (find_oload_champ): Improve debug output.
184
185 2019-11-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
186
187 * valops.c (find_oload_champ): Print part of debug messages
188 before the badness vector is std::move'd.
189
190 2019-11-28 Tom Tromey <tom@tromey.com>
191
192 * value.c (creal_internal_fn): Fix comment.
193
194 2019-11-28 Tom Tromey <tom@tromey.com>
195
196 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count,
197 flag_bound_evaluated>: Now unsigned.
198
199 2019-11-28 Tom Tromey <tom@tromey.com>
200
201 * guile/guile-internal.h (vlscm_scm_from_value_unsafe): Don't
202 declare.
203
204 2019-11-28 Mihails Strasuns <mihails.strasuns@intel.com>
205
206 * jit.c (jit_bfd_try_read_symtab): Fix printed function name in the
207 debug output.
208 * jit.c (jit_unregister_code): Add debug print to match
209 `jit_register_code`.
210
211 2019-11-27 Christian Biesinger <cbiesinger@google.com>
212
213 * NEWS: Mention the new multithreaded symbol loading.
214
215 2019-11-27 Christian Biesinger <cbiesinger@google.com>
216
217 * maint.c (n_worker_threads): Default to 0.
218 (worker_threads_disabled): New function.
219 * maint.h (worker_threads_disabled): New function.
220 * minsyms.c (minimal_symbol_reader::record_full): Call symbol_set_names
221 here if worker_threads_disabled () is true.
222 (minimal_symbol_reader::install): Skip all threading if
223 worker_threads_disabled () is true.
224
225 2019-11-27 Christian Biesinger <cbiesinger@google.com>
226
227 * minsyms.c (add_minsym_to_hash_table): Use a previously computed
228 hash code if possible.
229 (add_minsym_to_demangled_hash_table): Likewise.
230 (minimal_symbol_reader::install): Compute the hash codes for msymbol
231 on the background thread.
232 * symtab.h (struct minimal_symbol) <hash_value, demangled_hash_value>:
233 Add these fields.
234
235 2019-11-27 Christian Biesinger <cbiesinger@google.com>
236
237 * minsyms.c (minimal_symbol_reader::install): Also compute the hash
238 of the mangled name on the background thread.
239 * symtab.c (symbol_set_names): Allow passing in the hash of the
240 linkage_name.
241 * symtab.h (symbol_set_names): Likewise.
242
243 2019-11-27 Kevin Buettner <kevinb@redhat.com>
244
245 * dwarf2read.c (inherit_abstract_dies): Ensure that delayed
246 physnames are computed for inherited DIEs.
247
248 2019-11-27 Tom Tromey <tromey@adacore.com>
249
250 * dwarf2read.h (struct dwarf2_per_objfile): Remove unnecessary
251 backslashes.
252 * cp-support.c: Remove unnecessary backslashes.
253
254 2019-11-27 Christian Biesinger <cbiesinger@google.com>
255
256 * ada-exp.y (write_ambiguous_var): Replace SYMBOL_SET_LINKAGE_NAME
257 with sym->set_linkage_name.
258 * coffread.c (coff_read_enum_type): Likewise.
259 * mdebugread.c (parse_symbol): Likewise.
260 * stabsread.c (patch_block_stabs): Likewise.
261 (define_symbol): Likewise.
262 (read_enum_type): Likewise.
263 (common_block_end): Likewise.
264 * symtab.h (struct general_symbol_info) <set_linkage_name>: New
265 function.
266 (SYMBOL_SET_LINKAGE_NAME): Remove.
267 * xcoffread.c (process_xcoff_symbol): Replace SYMBOL_SET_LINKAGE_NAME
268 with sym->set_linkage_name.
269
270 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 * mi/mi-cmds.c (mi_cmds): Add 'symbol-info-modules' entry.
273 * mi/mi-cmds.h (mi_cmd_symbol_info_modules): Declare.
274 * mi/mi-symbol-cmds.c (mi_cmd_symbol_info_modules): New function.
275 * NEWS: Mention new MI command.
276
277 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * mi/mi-cmds.c (mi_cmds): Add '-symbol-info-functions',
280 '-symbol-info-types', and '-symbol-info-variables'.
281 * mi/mi-cmds.h (mi_cmd_symbol_info_functions): Declare.
282 (mi_cmd_symbol_info_types): Declare.
283 (mi_cmd_symbol_info_variables): Declare.
284 * mi/mi-symbol-cmds.c: Add 'source.h' and 'mi-getopt.h' includes.
285 (output_debug_symbol): New function.
286 (output_nondebug_symbol): New function.
287 (mi_symbol_info): New function.
288 (mi_info_functions_or_variables): New function.
289 (mi_cmd_symbol_info_functions): New function.
290 (mi_cmd_symbol_info_types): New function.
291 (mi_cmd_symbol_info_variables): New function.
292 * NEWS: Mention new commands.
293
294 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
295
296 * symtab.c (symbol_to_info_string): New function, most content
297 moved from print_symbol_info, but updated to return a std::string.
298 (print_symbol_info): Update to use symbol_to_info_string and print
299 returned string.
300 * symtab.h (symbol_to_info_string): Declare new function.
301
302 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * python/python.c (gdbpy_rbreak): Convert to using
305 global_symbol_searcher.
306 * symtab.c (file_matches): Convert return type to bool, change
307 file list to std::vector, update header comment.
308 (search_symbols): Rename to...
309 (global_symbol_searcher::search): ...this and update now its
310 a member function of global_symbol_searcher. Take account of the
311 changes to file_matches.
312 (symtab_symbol_info): Convert to using global_symbol_searcher.
313 (rbreak_command): Likewise.
314 (search_module_symbols): Likewise.
315 * symtab.h (enum symbol_search): Update comment.
316 (search_symbols): Remove declaration.
317 (class global_symbol_searcher): New class.
318
319 2019-11-26 Tom Tromey <tromey@adacore.com>
320
321 * cp-support.c (_initialize_cp_support): Conditionally initialize
322 gdb_demangle_attempt_core_dump.
323
324 2019-11-26 Tom Tromey <tom@tromey.com>
325
326 * python/py-function.c (fnpy_init): Update.
327 * value.h (add_internal_function): Adjust declaration.
328 * value.c (function_destroyer): Remove.
329 (do_add_internal_function): Don't set destroyer or copy name.
330 (add_internal_function): Take unique_xmalloc_ptr<char> for name.
331 Set name_allocated.
332 * python/py-cmd.c (cmdpy_destroyer): Don't free "name".
333 (cmdpy_init): Set name_allocated.
334 * cli/cli-decode.h (struct cmd_list_element) <name_allocated>: New
335 member.
336 (~cmd_list_element): Free "name" if needed.
337
338 2019-11-26 Tom Tromey <tom@tromey.com>
339
340 * value.h (add_internal_function): Add new overload. Move
341 documentation from value.h.
342 * value.c (do_add_internal_function): New function.
343 (add_internal_function): Use it. Add new overload.
344 (function_destroyer): Don't free doc.
345 * python/py-function.c (fnpy_init): Update.
346
347 2019-11-26 Tom Tromey <tom@tromey.com>
348
349 * python/py-cmd.c (cmdpy_destroyer): Don't free "doc".
350 (cmdpy_init): Set "doc_allocated".
351
352 2019-11-26 Tom Tromey <tom@tromey.com>
353
354 * gdbsupport/thread-pool.c (thread_pool::set_thread_count): Set
355 name of worker thread.
356 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
357 pthread_setname_np.
358 * configure, config.in: Rebuild.
359
360 2019-11-26 Tom Tromey <tom@tromey.com>
361
362 * python/python.c (class gdbpy_gil): New.
363 (struct gdbpy_event): Add constructor, destructor, operator().
364 (gdbpy_post_event): Use run_on_main_thread.
365 (gdbpy_initialize_events): Remove.
366 (do_start_initialization): Update.
367
368 2019-11-26 Tom Tromey <tom@tromey.com>
369
370 * NEWS: Add entry.
371 * maint.c (_initialize_maint_cmds): Add "worker-threads" maint
372 commands. Call update_thread_pool_size.
373 (update_thread_pool_size, maintenance_set_worker_threads): New
374 functions.
375 (n_worker_threads): New global.
376
377 2019-11-26 Christian Biesinger <cbiesinger@google.com>
378 Tom Tromey <tom@tromey.com>
379
380 * minsyms.c (minimal_symbol_reader::install): Use
381 parallel_for_each.
382 * gdbsupport/parallel-for.h: New file.
383 * Makefile.in (HFILES_NO_SRCDIR): Add gdbsupport/parallel-for.h.
384
385 2019-11-26 Christian Biesinger <cbiesinger@google.com>
386 Tom Tromey <tom@tromey.com>
387
388 * gdbsupport/thread-pool.h: New file.
389 * gdbsupport/thread-pool.c: New file.
390 * Makefile.in (COMMON_SFILES): Add thread-pool.c.
391 (HFILES_NO_SRCDIR): Add thread-pool.h.
392
393 2019-11-26 Tom Tromey <tom@tromey.com>
394
395 * event-top.h (thread_local_segv_handler): Declare.
396 * event-top.c (thread_local_segv_handler): New global.
397 (install_handle_sigsegv, handle_sigsegv): New functions.
398 (async_init_signals): Install SIGSEGV handler.
399 * cp-support.c (gdb_demangle_jmp_buf): Change type. Now
400 thread-local.
401 (report_failed_demangle): New function.
402 (gdb_demangle): Make core_dump_allowed atomic. Remove signal
403 handler-setting code, instead use segv_handler. Run warning code
404 on main thread.
405
406 2019-11-26 Tom Tromey <tom@tromey.com>
407
408 * run-on-main-thread.c: New file.
409 * run-on-main-thread.h: New file.
410 * unittests/main-thread-selftests.c: New file.
411 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
412 main-thread-selftests.c.
413 (HFILES_NO_SRCDIR): Add run-on-main-thread.h.
414 (COMMON_SFILES): Add run-on-main-thread.c.
415
416 2019-11-26 Tom Tromey <tom@tromey.com>
417
418 * main.c (setup_alternate_signal_stack): Remove.
419 (captured_main_1): Use gdb::alternate_signal_stack.
420 * gdbsupport/alt-stack.h: New file.
421
422 2019-11-26 Tom Tromey <tom@tromey.com>
423
424 * gdbsupport/signals-state-save-restore.c (original_signal_mask):
425 Remove comment.
426 (save_original_signals_state, restore_original_signals_state): Use
427 gdb_sigmask.
428 * linux-nat.c (block_child_signals, restore_child_signals_mask)
429 (_initialize_linux_nat): Use gdb_sigmask.
430 * guile/guile.c (_initialize_guile): Use block_signals.
431 * Makefile.in (HFILES_NO_SRCDIR): Add gdb-sigmask.h.
432 * gdbsupport/gdb-sigmask.h: New file.
433 * event-top.c (async_sigtstp_handler): Use gdb_sigmask.
434 * cp-support.c (gdb_demangle): Use gdb_sigmask.
435 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for
436 pthread_sigmask.
437 * configure, config.in: Rebuild.
438 * gdbsupport/block-signals.h: New file.
439
440 2019-11-26 Tom Tromey <tom@tromey.com>
441
442 * acinclude.m4: Include ax_pthread.m4.
443 * Makefile.in (PTHREAD_CFLAGS, PTHREAD_LIBS): New variables.
444 (INTERNAL_CFLAGS_BASE): Use PTHREAD_CFLAGS.
445 (CLIBS): Use PTHREAD_LIBS.
446 (aclocal_m4_deps): Add ax_pthread.m4.
447 * config.in, configure: Rebuild.
448 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for std::thread.
449
450 2019-11-26 Tom Tromey <tom@tromey.com>
451
452 * symtab.h (struct minimal_symbol) <name_set>: New member.
453 * minsyms.c (minimal_symbol_reader::record_full): Copy name.
454 Don't call symbol_set_names.
455 (minimal_symbol_reader::install): Call symbol_set_names.
456
457 2019-11-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
458
459 * python/python.c (gdbpy_enter::~gdbpy_enter): Release GIL after
460 restore_active_ext_lang, as GIL is needed for (indirectly)
461 called PyOS_InterruptOccurred.
462
463 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
464
465 * sparc-nat.c (sparc_xfer_wcookie): Sync declaration with
466 definition.
467
468 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
469
470 * remote-sim.c (simulator_command): Make static, remove
471 declaration.
472
473 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
474
475 * unittests/array-view-selftests.c (check_ptr_size_ctor2): Make
476 static.
477 * unittests/basic_string_view/capacity/1.cc (test01): Likewise.
478 * unittests/basic_string_view/cons/char/1.cc (test01): Likewise.
479 (main): Likewise.
480 * unittests/basic_string_view/cons/char/2.cc (test03): Likewise.
481 (main): Likewise.
482 * unittests/basic_string_view/cons/char/3.cc (test05): Likewise.
483 (main): Likewise.
484 * unittests/basic_string_view/element_access/char/1.cc (test01):
485 Likewise.
486 (main): Likewise.
487 * unittests/basic_string_view/element_access/char/empty.cc (main):
488 Likewise.
489 * unittests/basic_string_view/element_access/char/front_back.cc
490 (test01): Likewise.
491 (main): Likewise.
492 * unittests/basic_string_view/inserters/char/2.cc (test05):
493 Likewise.
494 (main): Likewise.
495 * unittests/basic_string_view/modifiers/remove_prefix/char/1.cc
496 (test01): Likewise.
497 (main): Likewise.
498 * unittests/basic_string_view/modifiers/remove_suffix/char/1.cc
499 (test01): Likewise.
500 (main): Likewise.
501 * unittests/basic_string_view/modifiers/swap/char/1.cc (test01):
502 Likewise.
503 * unittests/basic_string_view/operations/compare/char/1.cc
504 (test01): Likewise.
505 (main): Likewise.
506 * unittests/basic_string_view/operations/compare/char/13650.cc
507 (test01): Likewise.
508 * unittests/basic_string_view/operations/copy/char/1.cc (test01):
509 Likewise.
510 (main): Likewise.
511 * unittests/basic_string_view/operations/data/char/1.cc (test01):
512 Likewise.
513 (main): Likewise.
514 * unittests/basic_string_view/operations/find/char/1.cc (test01):
515 Likewise.
516 (main): Likewise.
517 * unittests/basic_string_view/operations/find/char/2.cc (test02):
518 Likewise.
519 (main): Likewise.
520 * unittests/basic_string_view/operations/find/char/3.cc (test03):
521 Likewise.
522 (main): Likewise.
523 * unittests/basic_string_view/operations/find/char/4.cc (main):
524 Likewise.
525 * unittests/basic_string_view/operations/rfind/char/1.cc (test01):
526 Likewise.
527 (main): Likewise.
528 * unittests/basic_string_view/operations/rfind/char/2.cc (test02):
529 Likewise.
530 (main): Likewise.
531 * unittests/basic_string_view/operations/rfind/char/3.cc (test03):
532 Likewise.
533 (main): Likewise.
534 * unittests/basic_string_view/operations/substr/char/1.cc
535 (test01): Likewise.
536 (main): Likewise.
537 * unittests/basic_string_view/operators/char/2.cc (main):
538 Likewise.
539 * unittests/optional/assignment/1.cc (test): Likewise.
540 * unittests/optional/assignment/2.cc (test): Likewise.
541 * unittests/optional/assignment/3.cc (test): Likewise.
542 * unittests/optional/assignment/4.cc (test): Likewise.
543 * unittests/optional/assignment/5.cc (test): Likewise.
544 * unittests/optional/assignment/6.cc (test): Likewise.
545 * unittests/optional/assignment/7.cc (test): Likewise.
546 * unittests/optional/cons/copy.cc (test): Likewise.
547 * unittests/optional/cons/default.cc (test): Likewise.
548 * unittests/optional/cons/move.cc (test): Likewise.
549 * unittests/optional/cons/value.cc (test): Likewise.
550 * unittests/optional/in_place.cc (test): Likewise.
551 * unittests/optional/observers/1.cc (test): Likewise.
552 * unittests/optional/observers/2.cc (test): Likewise.
553
554 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
555
556 * tui-win.h (tui_set_var_cmd): Remove.
557 * tui-win.c (tui_set_var_cmd): Make static.
558
559 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
560
561 * breakpoint.h (hbreak_command_wrapper, thbreak_command_wrapper,
562 rbreak_command_wrapper): Remove.
563 * symtab.c (rbreak_command_wrapper): Remove.
564
565 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
566
567 * inferior.h (info_terminal_command): Remove declaration.
568 * inflow.c (info_terminal_command): Make static.
569
570 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
571
572 * inferior.c (exit_inferior_silent): Remove.
573
574 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
575
576 * dictionary.c (dict_empty, mdict_empty): Remove.
577 * dictionary.c (mdict_empty): Remove.
578
579 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
580
581 * arc-tdep.c (arc_insn_get_memory_base_reg): Make static.
582 (arc_insn_get_memory_offset): Likewise.
583 (arc_insn_dump): Likewise.
584 * cp-support.c (test_cp_symbol_name_matches): Likewise.
585 * csky-linux-tdep.c (csky_supply_fregset): Likewise.
586 * dictionary.c (dict_iterator_next): Likewise.
587 (dict_iter_match_first): Likewise.
588 (dict_iter_match_next): Likewise.
589 * f-lang.c (evaluate_subexp_f): Likewise.
590 * hppa-tdep.c (hppa_read_pc): Likewise.
591 * i386-tdep.c (i386_floatformat_for_type): Likewise.
592 * parse.c (write_exp_elt_msym): Likewise.
593 * ppc-linux-tdep.c (ppc_floatformat_for_type): Likewise.
594 * remote.c (remote_packet_size): Likewise.
595 (remote_notif_stop_parse): Likewise.
596 * rs6000-aix-tdep.c (aix_sighandle_frame_sniffer): Likewise.
597 * s12z-tdep.c (s12z_disassemble_info): Likewise.
598 * source.c (prepare_path_for_appending): Likewise.
599 * sparc64-linux-tdep.c
600 (sparc64_linux_handle_segmentation_fault); Likewise.
601 * stack.c (frame_selection_by_function_completer): Likewise.
602
603 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
604
605 * completer.c (set_gdb_completion_word_break_characters):
606 Remove.
607
608 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
609
610 * dwarf-index-write.c: Include dwarf-index-write.h.
611 * mi/mi-interp.c: Include mi/mi-interp.h.
612
613 2019-11-26 Simon Marchi <simon.marchi@efficios.com>
614
615 * aarch32-tdep.c: Include aarch32-tdep.h.
616 * aarch32-tdep.h: Forward-declare struct target_desc.
617
618 2019-11-26 Christian Biesinger <cbiesinger@google.com>
619
620 * linux-nat.c (detach_one_lwp): Call safe_strerror instead of
621 strerror.
622 * nto-procfs.c (nto_procfs_target::create_inferior): Likewise.
623 * windows-nat.c (windows_nat_target::create_inferior): Likewise.
624
625 2019-11-25 Tom de Vries <tdevries@suse.de>
626
627 * contrib/words.sh: Add -c option.
628
629 2019-11-25 Christian Biesinger <cbiesinger@google.com>
630
631 * solib.c (solib_find_1): Change int to bool.
632 (exec_file_find): Change int to bool.
633 (solib_find): Change int to bool.
634 (solib_read_symbols): Change int to bool.
635 (solib_used): Change int to bool.
636 (solib_add): Change int to bool.
637 (info_sharedlibrary_command): Change int to bool.
638 (solib_contains_address_p): Change int to bool.
639 (solib_keep_data_in_core): Change int to bool.
640 (in_solib_dynsym_resolve_code): Change int to bool.
641 (reload_shared_libraries_1): Change int to bool.
642 (gdb_sysroot_changed): Change int to bool.
643 * solib.h (solib_read_symbols): Change int to bool.
644 (solib_contains_address_p): Change int to bool.
645 (solib_keep_data_in_core): Change int to bool.
646 (in_solib_dynsym_resolve_code): Change int to bool.
647 (libpthread_name_p): Change int to bool.
648
649 2019-11-25 Luis Machado <luis.machado@linaro.org>
650
651 * NEWS (New Commands): Mention "set debug remote-packet-max-chars".
652 * remote.c (REMOTE_DEBUG_MAX_CHAR): Remove.
653 (remote_packet_max_chars): New static global.
654 (show_remote_packet_max_chars): New function.
655 (remote_target::putpkt_binary): Adjust to use new
656 remote_packet_max_chars option.
657 (remote_target::getpkt_or_notif_sane_1): Likewise.
658 (_initialize_remote): Register new remote-packet-max-chars option.
659
660 2019-11-24 Simon Marchi <simon.marchi@efficios.com>
661
662 * m68k-linux-nat.c: Include gdbarch.h.
663
664 2019-11-24 Tom Tromey <tom@tromey.com>
665
666 * symfile.c (read_symbols): Update.
667 * psymtab.c (require_partial_symbols): Change type of "verbose" to
668 bool.
669 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
670 (psym_lookup_symbol, psym_find_last_source_symtab)
671 (psym_forget_cached_source_info, psym_print_stats)
672 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
673 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
674 (psym_map_matching_symbols, psym_expand_symtabs_matching)
675 (psym_find_compunit_symtab_by_address)
676 (maintenance_print_psymbols, maintenance_info_psymtabs)
677 (maintenance_check_psymtabs): Update.
678 * psymtab.h (require_partial_symbols): Change type of "verbose" to
679 bool.
680
681 2019-11-22 Tom Tromey <tom@tromey.com>
682
683 * observable.h: Update comments.
684
685 2019-11-22 Tom Tromey <tromey@adacore.com>
686
687 * ada-tasks.c (ada_task_is_alive): Make parameter const.
688 (print_ada_task_info): Don't try to fetch thread id if task is not
689 alive.
690
691 2019-11-22 Christian Biesinger <cbiesinger@google.com>
692
693 * ada-exp.y: Update.
694 * ada-lang.c (sort_choices): Update.
695 (ada_print_symbol_signature): Update.
696 (resolve_subexp): Update.
697 (ada_parse_renaming): Update.
698 (ada_read_renaming_var_value): Update.
699 (lesseq_defined_than): Update.
700 (remove_extra_symbols): Update.
701 (remove_irrelevant_renamings): Update.
702 (ada_add_block_symbols): Update.
703 (ada_collect_symbol_completion_matches): Update.
704 (ada_is_renaming_symbol): Update.
705 (aggregate_assign_from_choices): Update.
706 (ada_evaluate_subexp): Update.
707 (ada_has_this_exception_support): Update.
708 (ada_is_non_standard_exception_sym): Update.
709 (ada_add_exceptions_from_frame): Update.
710 (ada_add_global_exceptions): Update.
711 (ada_print_subexp): Update.
712 * ax-gdb.c (gen_var_ref): Update.
713 (gen_maybe_namespace_elt): Update.
714 (gen_expr_for_cast): Update.
715 (gen_expr): Update.
716 * block.h: Update.
717 * blockframe.c (find_pc_partial_function): Update.
718 * breakpoint.c (print_breakpoint_location): Update.
719 (update_static_tracepoint): Update.
720 * btrace.c (ftrace_print_function_name): Update.
721 (ftrace_function_switched): Update.
722 * buildsym.c (find_symbol_in_list): Update.
723 * c-exp.y: Update.
724 * c-typeprint.c (c_print_typedef): Update.
725 (c_type_print_template_args): Update.
726 * cli/cli-cmds.c (edit_command): Update.
727 (list_command): Update.
728 (print_sal_location): Update.
729 * coffread.c (patch_opaque_types): Update.
730 (process_coff_symbol): Update.
731 (coff_read_enum_type): Update.
732 * compile/compile-c-symbols.c (c_symbol_substitution_name): Update.
733 (convert_one_symbol): Update.
734 (hash_symname): Update.
735 (eq_symname): Update.
736 * compile/compile-cplus-symbols.c (convert_one_symbol): Update.
737 * compile/compile-cplus-types.c (debug_print_scope): Update.
738 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update.
739 * compile/compile-object-load.c (get_out_value_type): Update.
740 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
741 (search_symbol_list): Update.
742 (cp_lookup_symbol_imports_or_template): Update.
743 * cp-support.c (overload_list_add_symbol): Update.
744 * ctfread.c (psymtab_to_symtab): Update.
745 * dbxread.c (cp_set_block_scope): Update.
746 * dictionary.c (iter_match_first_hashed): Update.
747 (iter_match_next_hashed): Update.
748 (insert_symbol_hashed): Update.
749 (iter_match_next_linear): Update.
750 * dictionary.h: Update.
751 * dwarf2loc.c (func_get_frame_base_dwarf_block): Update.
752 (locexpr_describe_location_piece): Update.
753 (locexpr_describe_location_1): Update.
754 (locexpr_generate_c_location): Update.
755 (loclist_describe_location): Update.
756 (loclist_generate_c_location): Update.
757 * dwarf2read.c (dw2_debug_names_lookup_symbol): Update.
758 (read_func_scope): Update.
759 (process_enumeration_scope): Update.
760 (new_symbol): Update.
761 (dwarf2_const_value): Update.
762 (dwarf2_symbol_mark_computed): Update.
763 * eval.c (evaluate_funcall): Update.
764 (evaluate_subexp_standard): Update.
765 * expprint.c (print_subexp_standard): Update.
766 (dump_subexp_body_standard): Update.
767 * f-valprint.c (info_common_command_for_block): Update.
768 * findvar.c (get_hosting_frame): Update.
769 (default_read_var_value): Update.
770 * go-lang.c (go_symbol_package_name): Update.
771 * guile/scm-block.c (bkscm_print_block_smob): Update.
772 * guile/scm-symbol.c (syscm_print_symbol_smob): Update.
773 (gdbscm_symbol_name): Update.
774 (gdbscm_symbol_linkage_name): Update.
775 (gdbscm_symbol_print_name): Update.
776 * infcall.c (get_function_name): Update.
777 * infcmd.c (jump_command): Update.
778 (finish_command): Update.
779 * infrun.c (insert_exception_resume_breakpoint): Update.
780 * linespec.c (canonicalize_linespec): Update.
781 (create_sals_line_offset): Update.
782 (convert_linespec_to_sals): Update.
783 (complete_label): Update.
784 (find_label_symbols_in_block): Update.
785 * m2-typeprint.c (m2_print_typedef): Update.
786 * mdebugread.c (mdebug_reg_to_regnum): Update.
787 (parse_symbol): Update.
788 (mylookup_symbol): Update.
789 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
790 (list_args_or_locals): Update.
791 * objc-lang.c (compare_selectors): Update.
792 (info_selectors_command): Update.
793 (compare_classes): Update.
794 (info_classes_command): Update.
795 (find_imps): Update.
796 * p-typeprint.c (pascal_print_typedef): Update.
797 * printcmd.c (build_address_symbolic): Update.
798 (info_address_command): Update.
799 (print_variable_and_value): Update.
800 * python/py-framefilter.c (extract_sym): Update.
801 (py_print_single_arg): Update.
802 * python/py-symbol.c (sympy_str): Update.
803 (sympy_get_name): Update.
804 (sympy_get_linkage_name): Update.
805 * python/python.c (gdbpy_rbreak): Update.
806 * record-btrace.c (btrace_get_bfun_name): Update.
807 (btrace_call_history): Update.
808 * rust-lang.c (rust_print_typedef): Update.
809 * solib-frv.c (frv_fdpic_find_canonical_descriptor): Update.
810 * stabsread.c (stab_reg_to_regnum): Update.
811 (define_symbol): Update.
812 (read_enum_type): Update.
813 (common_block_end): Update.
814 (cleanup_undefined_types_1): Update.
815 (scan_file_globals): Update.
816 * stack.c (print_frame_arg): Update.
817 (print_frame_args): Update.
818 (find_frame_funname): Update.
819 (info_frame_command_core): Update.
820 (iterate_over_block_locals): Update.
821 (print_block_frame_labels): Update.
822 (do_print_variable_and_value): Update.
823 (iterate_over_block_arg_vars): Update.
824 (return_command): Update.
825 * symmisc.c (dump_symtab_1): Update.
826 (print_symbol): Update.
827 * symtab.c (eq_symbol_entry): Update.
828 (symbol_cache_dump): Update.
829 (lookup_language_this): Update.
830 (find_pc_sect_line): Update.
831 (skip_prologue_sal): Update.
832 (symbol_search::compare_search_syms): Update.
833 (treg_matches_sym_type_name): Update.
834 (search_symbols): Update.
835 (print_symbol_info): Update.
836 (rbreak_command): Update.
837 (completion_list_add_symbol): Update.
838 (find_gnu_ifunc): Update.
839 (get_symbol_address): Update.
840 (search_module_symbols): Update.
841 (info_module_subcommand): Update.
842 * symtab.h (SYMBOL_NATURAL_NAME): Remove.
843 (SYMBOL_LINKAGE_NAME): Remove.
844 (SYMBOL_DEMANGLED_NAME): Remove.
845 (SYMBOL_PRINT_NAME): Remove.
846 (SYMBOL_SEARCH_NAME): Remove.
847 * tracepoint.c (set_traceframe_context): Update.
848 (validate_actionline): Update.
849 (collection_list::collect_symbol): Update.
850 (encode_actions_1): Update.
851 (info_scope_command): Update.
852 (print_one_static_tracepoint_marker): Update.
853 * typeprint.c (typedef_hash_table::add_template_parameters): Update.
854 * valops.c (address_of_variable): Update.
855 (find_overload_match): Update.
856 (find_oload_champ): Update.
857
858 2019-11-22 Christian Biesinger <cbiesinger@google.com>
859
860 * ada-lang.c (ada_lookup_simple_minsym): Update.
861 (ada_collect_symbol_completion_matches): Update.
862 * ada-tasks.c (read_atcb): Update.
863 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
864 (amd64_windows_skip_trampoline_code): Update.
865 * arm-tdep.c (skip_prologue_function): Update.
866 (arm_skip_stack_protector): Update.
867 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
868 (arm_wince_skip_main_prologue): Update.
869 * ax-gdb.c (gen_expr): Update.
870 * block.c (call_site_for_pc): Update.
871 * blockframe.c (find_pc_partial_function): Update.
872 * breakpoint.c (set_breakpoint_location_function): Update.
873 * btrace.c (ftrace_print_function_name): Update.
874 (ftrace_function_switched): Update.
875 * c-valprint.c (print_unpacked_pointer): Update.
876 * coffread.c (coff_symfile_read): Update.
877 * compile/compile-c-symbols.c (convert_symbol_bmsym): Update.
878 * compile/compile-cplus-symbols.c (convert_symbol_bmsym): Update.
879 * dwarf-index-write.c (write_psymbols): Update.
880 * dwarf2loc.c (call_site_to_target_addr): Update.
881 (func_verify_no_selftailcall): Update.
882 (tailcall_dump): Update.
883 (call_site_find_chain_1): Update.
884 (dwarf_expr_reg_to_entry_parameter): Update.
885 * elfread.c (elf_gnu_ifunc_record_cache): Update.
886 * eval.c (evaluate_funcall): Update.
887 (evaluate_subexp_standard): Update.
888 (evaluate_subexp_for_sizeof): Update.
889 * expprint.c (print_subexp_standard): Update.
890 (dump_subexp_body_standard): Update.
891 * frame.c (get_prev_frame_always_1): Update.
892 * frv-tdep.c (frv_skip_main_prologue): Update.
893 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
894 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
895 (gnuv3_get_typename_from_type_info): Update.
896 (gnuv3_skip_trampoline): Update.
897 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
898 * i386-tdep.c (i386_skip_main_prologue): Update.
899 (i386_pe_skip_trampoline_code): Update.
900 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
901 * infcall.c (get_function_name): Update.
902 * linespec.c (minsym_found): Update.
903 * linux-fork.c (info_checkpoints_command): Update.
904 * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
905 (m32c_m16c_pointer_to_address): Update.
906 * maint.c (maintenance_translate_address): Update.
907 * minsyms.c (add_minsym_to_hash_table): Update.
908 (add_minsym_to_demangled_hash_table): Update.
909 (lookup_minimal_symbol_mangled): Update.
910 (lookup_minimal_symbol_demangled): Update.
911 (lookup_minimal_symbol_linkage): Update.
912 (lookup_minimal_symbol_text): Update.
913 (lookup_minimal_symbol_by_pc_name): Update.
914 (minimal_symbol_is_less_than): Update.
915 (compact_minimal_symbols): Update.
916 (build_minimal_symbol_hash_tables): Update.
917 (find_solib_trampoline_target): Update.
918 * mips-tdep.c (mips_stub_frame_sniffer): Update.
919 (mips_skip_pic_trampoline_code): Update.
920 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
921 * objc-lang.c (info_selectors_command): Update.
922 (info_classes_command): Update.
923 (find_methods): Update.
924 (find_imps): Update.
925 * p-valprint.c (pascal_val_print): Update.
926 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Update.
927 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
928 * printcmd.c (build_address_symbolic): Update.
929 (info_symbol_command): Update.
930 * psymtab.c (psymbol_name_matches): Update.
931 (match_partial_symbol): Update.
932 (lookup_partial_symbol): Update.
933 (print_partial_symbols): Update.
934 (sort_pst_symbols): Update.
935 (maintenance_check_psymtabs): Update.
936 * python/py-framefilter.c (py_print_frame): Update.
937 * python/python.c (gdbpy_rbreak): Update.
938 * record-btrace.c (btrace_get_bfun_name): Update.
939 (btrace_call_history): Update.
940 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
941 (rs6000_skip_trampoline_code): Update.
942 * sol-thread.c (info_cb): Update.
943 * stabsread.c (scan_file_globals): Update.
944 * stack.c (find_frame_funname): Update.
945 (info_frame_command_core): Update.
946 * symmisc.c (dump_msymbols): Update.
947 * symtab.c (symbol_natural_name): Rename to..,
948 (general_symbol_info::natural_name): ...this.
949 (symbol_demangled_name): Rename to...
950 (general_symbol_info::demangled_name): ...this.
951 (symbol_search_name): Rename to...
952 (general_symbol_info::search_name): ...this.
953 (symbol_matches_search_name): Update.
954 (find_pc_sect_line): Update.
955 (skip_prologue_sal): Update.
956 (search_symbols): Update.
957 (print_msymbol_info): Update.
958 (rbreak_command): Update.
959 (completion_list_add_msymbol): Update.
960 (completion_list_objc_symbol): Update.
961 (get_msymbol_address): Update.
962 * symtab.h (struct general_symbol_info): Add member functions
963 natural_name (), linkage_name (), print_name (), demangled_name (),
964 and search_name ().
965 (SYMBOL_NATURAL_NAME): Update.
966 (symbol_natural_name): Move to a member function on general_symbol_info.
967 (SYMBOL_DEMANGLED_NAME): Update.
968 (symbol_demangled_name): Move to a member function on
969 general_symbol_info.
970 (SYMBOL_SEARCH_NAME): Update.
971 (symbol_search_name): Move to a member function on general_symbol_info.
972 (MSYMBOL_NATURAL_NAME): Remove.
973 (MSYMBOL_LINKAGE_NAME): Remove.
974 (MSYMBOL_PRINT_NAME): Remove.
975 (MSYMBOL_DEMANGLED_NAME): Remove.
976 (MSYMBOL_SEARCH_NAME): Remove.
977 * x86-tdep.c (x86_in_indirect_branch_thunk): Update.
978
979 2019-11-22 Christian Biesinger <cbiesinger@google.com>
980
981 * symtab.c (create_demangled_names_hash): Use per_bfd->
982 minimal_symbol_count for computing the initial size, if greater
983 than our default size.
984
985 2019-11-22 Tom de Vries <tdevries@suse.de>
986
987 * contrib/words.sh: Improve words extraction.
988
989 2019-11-22 Tom de Vries <tdevries@suse.de>
990
991 * contrib/words.sh: Combine sed invocations.
992
993 2019-11-21 Christian Biesinger <cbiesinger@google.com>
994
995 * Makefile.in: Update.
996 * demangle.c: Rename to...
997 * gdb-demangle.c: ..this.
998 (is_cplus_marker): Change return type to bool.
999 (_initialize_demangler): Rename to...
1000 (_initialize_gdb_demangle): ...this.
1001 * gdb-demangle.h (is_cplus_marker): Change return type to bool.
1002 * symtab.h (demangle): Remove declaration; instead include
1003 gdb-demangle.h.
1004
1005 2019-11-21 Tom Tromey <tromey@adacore.com>
1006
1007 * gdbsupport/format.c (format_pieces): Parse %I64d.
1008 * unittests/format_pieces-selftests.c (test_windows_formats): New
1009 function.
1010 (run_tests): Call it.
1011
1012 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
1013
1014 Byte reverse display of variables with DW_END_big, DW_END_little
1015 (DW_AT_endianity) dwarf attributes if different than the native
1016 byte order.
1017 * ada-lang.c (ada_value_binop):
1018 Use type_byte_order instead of gdbarch_byte_order.
1019 * ada-valprint.c (printstr):
1020 (ada_val_print_string):
1021 * ada-lang.c (value_pointer):
1022 (ada_value_binop):
1023 Use type_byte_order instead of gdbarch_byte_order.
1024 * c-lang.c (c_get_string):
1025 Use type_byte_order instead of gdbarch_byte_order.
1026 * c-valprint.c (c_val_print_array):
1027 Use type_byte_order instead of gdbarch_byte_order.
1028 * cp-valprint.c (cp_print_class_member):
1029 Use type_byte_order instead of gdbarch_byte_order.
1030 * dwarf2loc.c (rw_pieced_value):
1031 Use type_byte_order instead of gdbarch_byte_order.
1032 * dwarf2read.c (read_base_type): Handle DW_END_big,
1033 DW_END_little
1034 * f-lang.c (f_get_encoding):
1035 Use type_byte_order instead of gdbarch_byte_order.
1036 * findvar.c (default_read_var_value):
1037 Use type_byte_order instead of gdbarch_byte_order.
1038 * gdbtypes.c (check_types_equal):
1039 Require matching TYPE_ENDIANITY_NOT_DEFAULT if set.
1040 (recursive_dump_type): Print TYPE_ENDIANITY_BIG,
1041 and TYPE_ENDIANITY_LITTLE if set.
1042 (type_byte_order): new function.
1043 * gdbtypes.h (TYPE_ENDIANITY_NOT_DEFAULT): New macro.
1044 (struct main_type) <flag_endianity_not_default>:
1045 New field.
1046 (type_byte_order): New function.
1047 * infcmd.c (default_print_one_register_info):
1048 Use type_byte_order instead of gdbarch_byte_order.
1049 * p-lang.c (pascal_printstr):
1050 Use type_byte_order instead of gdbarch_byte_order.
1051 * p-valprint.c (pascal_val_print):
1052 Use type_byte_order instead of gdbarch_byte_order.
1053 * printcmd.c (print_scalar_formatted):
1054 Use type_byte_order instead of gdbarch_byte_order.
1055 * solib-darwin.c (darwin_current_sos):
1056 Use type_byte_order instead of gdbarch_byte_order.
1057 * solib-svr4.c (solib_svr4_r_ldsomap):
1058 Use type_byte_order instead of gdbarch_byte_order.
1059 * stap-probe.c (stap_modify_semaphore):
1060 Use type_byte_order instead of gdbarch_byte_order.
1061 * target-float.c (target_float_same_format_p):
1062 Use type_byte_order instead of gdbarch_byte_order.
1063 * valarith.c (scalar_binop):
1064 (value_bit_index):
1065 Use type_byte_order instead of gdbarch_byte_order.
1066 * valops.c (value_cast):
1067 Use type_byte_order instead of gdbarch_byte_order.
1068 * valprint.c (generic_emit_char):
1069 (generic_printstr):
1070 (val_print_string):
1071 Use type_byte_order instead of gdbarch_byte_order.
1072 * value.c (unpack_long):
1073 (unpack_bits_as_long):
1074 (unpack_value_bitfield):
1075 (modify_field):
1076 (pack_long):
1077 (pack_unsigned_long):
1078 Use type_byte_order instead of gdbarch_byte_order.
1079 * findvar.c (unsigned_pointer_to_address):
1080 (signed_pointer_to_address):
1081 (unsigned_address_to_pointer):
1082 (address_to_signed_pointer):
1083 (default_read_var_value):
1084 (default_value_from_register):
1085 Use type_byte_order instead of gdbarch_byte_order.
1086 * gnu-v3-abi.c (gnuv3_make_method_ptr):
1087 Use type_byte_order instead of gdbarch_byte_order.
1088 * riscv-tdep.c (riscv_print_one_register_info):
1089 Use type_byte_order instead of gdbarch_byte_order.
1090
1091 2019-11-21 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * top.c (current_ui_gdb_stdout_ptr): Spell out by hand.
1094 (current_ui_gdb_stdin_ptr): Likewise.
1095 (current_ui_gdb_stderr_ptr): Likewise.
1096 (current_ui_gdb_stdlog_ptr): Likewise.
1097 (current_ui_current_uiout_ptr): Likewise.
1098 (gen_ret_current_ui_field_ptr): Remove.
1099
1100 2019-11-21 Tom de Vries <tdevries@suse.de>
1101
1102 PR gdb/24956
1103 * cli/cli-script.c (execute_control_command): Only switch to
1104 INTERP_CONSOLE's ui_out when INTERP_MI is active.
1105
1106 2019-11-19 Tom Tromey <tom@tromey.com>
1107
1108 * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
1109 Now static. Change type of "name".
1110 (tui_set_win_height_command): Don't copy "arg".
1111 * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
1112 * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
1113
1114 2019-11-19 Ali Tamur <tamur@google.com>
1115
1116 * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
1117 "if (attr != nullptr)".
1118 (dwarf2_find_base_address): Likewise.
1119 (dwarf2_build_include_psymtabs): Likewise.
1120 (read_cutu_die_from_dwo): Likewise.
1121 (read_func_scope): Likewise.
1122 (read_call_site_scope): Likewise.
1123 (dwarf2_get_pc_bounds): Likewise.
1124 (dwarf2_record_block_ranges): Likewise.
1125 (dwarf2_add_field): Likewise.
1126 (dwarf2_add_member_fn): Likewise.
1127 (read_structure_type): Likewise.
1128 (read_enumeration_type): Likewise.
1129 (read_array_type): Likewise.
1130 (read_array_order): Likewise.
1131 (read_set_type): Likewise.
1132 (read_common_block): Likewise.
1133 (read_tag_reference_type): Likewise.
1134 (read_tag_string_type): Likewise.
1135 (read_subroutine_type): Likewise.
1136 (read_base_type): Likewise.
1137 (read_subrange_type): Likewise.
1138 (new_symbol): Likewise.
1139 (prepare_one_comp_unit): Likewise.
1140
1141 2019-11-19 Tom Tromey <tromey@adacore.com>
1142
1143 * windows-nat.c (windows_nat_target::attach): Include GetLastError
1144 result in error when DebugActiveProcess fails.
1145
1146 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
1147 Pedro Alves <palves@redhat.com>
1148
1149 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
1150 * target.c (target_stack::push): Call 'unpush' if there's a
1151 target on top of the stack.
1152
1153 2019-11-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1154
1155 * python/py-block.c (blpy_dealloc): Call tp_free.
1156 (blpy_block_syms_dealloc): Likewise.
1157 * python/py-finishbreakpoint.c (bpfinishpy_dealloc): Likewise.
1158 * python/py-inferior.c (infpy_dealloc): Likewise.
1159 * python/py-lazy-string.c (stpy_dealloc): Likewise.
1160 * python/py-linetable.c (ltpy_iterator_dealloc): Likewise.
1161 * python/py-symbol.c (sympy_dealloc): Likewise.
1162 * python/py-symtab.c (stpy_dealloc): Likewise.
1163 * python/py-type.c (typy_iterator_dealloc): Likewise.
1164
1165 2019-11-18 Christian Biesinger <cbiesinger@google.com>
1166
1167 * symtab.h (struct symbol) <owner>: Initialize explicitly in the
1168 constructor instead of using a class initializer.
1169
1170 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1171
1172 * Makefile.in: Replace {posix,mingw}-strerror.c with safe-strerror.c.
1173 * configure: Regenerate.
1174 * configure.ac: Don't source common.host.
1175 * gdbsupport/common.host: Remove.
1176 * gdbsupport/mingw-strerror.c: Remove.
1177 * gdbsupport/posix-strerror.c: Rename to...
1178 * gdbsupport/safe-strerror.c: ...this.
1179
1180 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1181
1182 * maint.c (scoped_command_stats::print_time): Use localtime_r
1183 instead of localtime (provided through gnulib if necessary).
1184 * nat/linux-osdata.c (time_from_time_t): Use ctime_r instead
1185 of ctime.
1186
1187 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1188
1189 * gdbsupport/common-defs.h: Include time.h before pathmax.h to
1190 avoid compile errors.
1191
1192 2019-11-15 Christian Biesinger <cbiesinger@google.com>
1193
1194 * config.in: Regenerate.
1195 * configure: Regenerate.
1196 * gdbsupport/common.m4: No longer check for strerror_r.
1197 * gdbsupport/posix-strerror.c (safe_strerror): Always call the
1198 POSIX version of strerror_r, now that gnulib provides it if
1199 necessary.
1200
1201 2019-11-14 Christian Biesinger <cbiesinger@google.com>
1202
1203 * README (`configure' options): Update.
1204
1205 2019-11-14 Tom Tromey <tromey@adacore.com>
1206
1207 * eval.c (evaluate_subexp_standard) <BINOP_ASSIGN>: Do not pass an
1208 expected type for the RHS if the LHS is a convenience variable.
1209
1210 2019-11-14 Simon Marchi <simon.marchi@polymtl.ca>
1211
1212 * unittests/vec-utils-selftests.c (unordered_remove_tests::obj):
1213 Provide explicit default and copy constructor.
1214
1215 2019-11-14 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1216
1217 * python/py-finishbreakpoint.c (gdbpy_breakpoint_created):
1218 only call Py_INCREF (newbp) in the bppy_pending_object case.
1219
1220 2019-11-13 Tom Tromey <tromey@adacore.com>
1221
1222 PR build/25182:
1223 * psympriv.h (partial_symbol): Remove static assert.
1224 * symtab.h (general_symbol_info, symbol): Remove static assert.
1225
1226 2019-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * gdbsupport/format.c (format_pieces::format_pieces): Support
1229 printf 'z' size modifier.
1230 * gdbsupport/format.h (enum argclass): Add size_t_arg.
1231 * printcmd.c (ui_printf): Handle size_t_arg.
1232 * ui-out.c (ui_out::vmessage): Likewise.
1233 * unittests/format_pieces-selftests.c (test_format_int_sizes): New
1234 function.
1235 (run_tests): Call test_format_int_sizes.
1236
1237 2019-11-12 Christian Biesinger <cbiesinger@google.com>
1238
1239 * ada-exp.y (write_ambiguous_var): Update.
1240 * buildsym.c (add_symbol_to_list): Update.
1241 * dwarf2read.c (read_variable): Update.
1242 (new_symbol): Update.
1243 * jit.c (finalize_symtab): Update.
1244 * language.c (language_alloc_type_symbol): Update.
1245 * symtab.c (fixup_symbol_section): Update.
1246 (initialize_objfile_symbol_1): Move code to...
1247 (initialize_objfile_symbol): ...here. Remove now-unnecessary memset.
1248 (allocate_symbol): Update.
1249 (allocate_template_symbol): Update.
1250 (get_symbol_address): Update.
1251 * symtab.h (struct symbol): Inherit from general_symbol_info instead
1252 of having as a field, and add a constructor.
1253 (SYMBOL_VALUE): Update.
1254 (SYMBOL_VALUE_ADDRESS): Update.
1255 (SET_SYMBOL_VALUE_ADDRESS): Update.
1256 (SYMBOL_VALUE_BYTES): Update.
1257 (SYMBOL_VALUE_COMMON_BLOCK): Update.
1258 (SYMBOL_BLOCK_VALUE): Update.
1259 (SYMBOL_VALUE_CHAIN): Update.
1260 (SYMBOL_LANGUAGE): Update.
1261 (SYMBOL_SECTION): Update.
1262 (SYMBOL_OBJ_SECTION): Update.
1263 (SYMBOL_SET_LANGUAGE): Update.
1264 (SYMBOL_SET_LINKAGE_NAME): Update.
1265 (SYMBOL_SET_NAMES): Update.
1266 (SYMBOL_NATURAL_NAME): Update.
1267 (SYMBOL_LINKAGE_NAME): Update.
1268 (SYMBOL_DEMANGLED_NAME): Update.
1269 (SYMBOL_SEARCH_NAME): Update.
1270 (SYMBOL_MATCHES_SEARCH_NAME): Update.
1271 (struct symbol): Update.
1272 (struct template_symbol): Update.
1273 (struct rust_vtable_symbol): Update.
1274 * xcoffread.c (SYMBOL_DUP): Update.
1275
1276 2019-11-12 Tom Tromey <tom@tromey.com>
1277
1278 * tui/tui-layout.c (show_layout): Set current_layout.
1279 (show_source_disasm_command, show_data)
1280 (show_source_or_disasm_and_command): Don't set current_layout.
1281
1282 2019-11-12 Tom Tromey <tom@tromey.com>
1283
1284 * tui/tui-layout.c (_initialize_tui_layout): Move to end.
1285
1286 2019-11-12 Tom Tromey <tom@tromey.com>
1287
1288 * tui/tui-win.c (resize_message): New global.
1289 (show_tui_resize_message): New function.
1290 (tui_async_resize_screen): Print message if requested.
1291 (_initialize_tui_win): Add tui-resize-message setting.
1292 * NEWS: Add entry for new commands.
1293
1294 2019-11-11 Tom Tromey <tom@tromey.com>
1295
1296 * tui/tui.c (tui_initialize_readline): Add new bindable readline
1297 functions.
1298
1299 2019-11-11 Christian Biesinger <cbiesinger@google.com>
1300
1301 * nat/linux-osdata.c (user_from_uid): Use getpwuid_r.
1302
1303 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1304
1305 * python/py-symbol.c (gdbpy_lookup_static_symbols): New
1306 function.
1307 * python/python-internal.h (gdbpy_lookup_static_symbols):
1308 Declare new function.
1309 * python/python.c (python_GdbMethods): Add
1310 gdb.lookup_static_symbols method.
1311 * NEWS: Mention gdb.lookup_static_symbols.
1312
1313 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1314
1315 * python/py-symbol.c (gdbpy_lookup_static_symbol): Lookup in
1316 static block of current object file first. Also fix typo in
1317 header comment.
1318
1319 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1320
1321 * stack.c (set_last_displayed_sal): Delete.
1322 (last_displayed_sal_valid): Delete.
1323 (last_displayed_pspace): Delete.
1324 (last_displayed_addr): Delete.
1325 (last_displayed_symtab): Delete.
1326 (last_displayed_line): Delete.
1327 (class last_displayed_symtab_info_type): New.
1328 (last_displayed_symtab_info): New static global variable.
1329 (print_frame_info): Call methods on last_displayed_symtab_info.
1330 (clear_last_displayed_sal): Update header comment, and make use of
1331 last_displayed_symtab_info.
1332 (last_displayed_sal_is_valid): Likewise.
1333 (get_last_displayed_pspace): Likewise.
1334 (get_last_displayed_addr): Likewise.
1335 (get_last_displayed_symtab): Likewise.
1336 (get_last_displayed_line): Likewise.
1337 (get_last_displayed_sal): Likewise.
1338 * stack.h (clear_last_displayed_sal): Update header comment.
1339 (last_displayed_sal_is_valid): Likewise.
1340 (get_last_displayed_pspace): Likewise.
1341 (get_last_displayed_addr): Likewise.
1342 (get_last_displayed_symtab): Likewise.
1343 (get_last_displayed_line): Likewise.
1344 (get_last_displayed_sal): Likewise.
1345
1346 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1347
1348 * stack.c (frame_show_address): Convert return type to bool.
1349 * stack.h (frame_show_address): Likewise, and update header
1350 comment.
1351
1352 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1353
1354 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new file to the list.
1355 * unittests/vec-utils-selftests.c: New file.
1356 * gdbsupport/gdb_vecs.h (unordered_remove): Avoid self move assign.
1357
1358 2019-11-10 Tom Tromey <tom@tromey.com>
1359
1360 * tui/tui-wingeneral.c (tui_unhighlight_win): Use can_box.
1361 (tui_highlight_win): Likewise.
1362 (tui_win_info::check_and_display_highlight_if_needed): Likewise.
1363 * tui/tui-data.h (struct tui_win_info) <can_highlight>: Remove.
1364 * tui/tui-command.h (struct tui_cmd_window) <tui_cmd_window>:
1365 Don't set can_highlight.
1366
1367 2019-11-10 Tom Tromey <tom@tromey.com>
1368
1369 * cli/cli-style.h (class cli_style_option) <cli_style_option>:
1370 Remove unused declaration.
1371
1372 2019-11-08 Tom Tromey <tromey@adacore.com>
1373
1374 * top.c (read_command_file): Update.
1375 (command_line_input): Make return type const.
1376 * python/py-gdb-readline.c: Update.
1377 * linespec.c (decode_line_2): Update.
1378 * defs.h (command_line_input): Make return type const.
1379 * cli/cli-script.c (read_next_line): Make return type const.
1380 * ada-lang.c (get_selections): Update.
1381
1382 2019-11-06 Christian Biesinger <cbiesinger@google.com>
1383
1384 * linux-tdep.c (linux_info_proc): Use strtok_r instead of strtok.
1385 * mi/mi-main.c (output_cores): Likewise.
1386 * nat/linux-osdata.c (linux_xfer_osdata_cpus): Likewise.
1387 (linux_xfer_osdata_modules): Likewise.
1388 * remote.c (register_remote_support_xml): Likewise.
1389 * sparc64-tdep.c (adi_is_addr_mapped): Likewise.
1390 * xml-syscall.c (syscall_create_syscall_desc): Likewise.
1391
1392 2019-11-06 Tom Tromey <tom@tromey.com>
1393
1394 * tui/tui-interp.c: Don't include readline.h.
1395 * tui/tui-hooks.c: Don't include readline.h.
1396 * symmisc.c: Include tilde.h, not readline.h.
1397 * symfile.c: Include tilde.h, not readline.h.
1398 * source.c: Include tilde.h, not readline.h.
1399 * solib.c: Include tilde.h, not readline.h.
1400 * psymtab.c: Include tilde.h, not readline.h.
1401 * exec.c: Include tilde.h, not readline.h.
1402 * corelow.c: Include tilde.h, not readline.h.
1403 * cli/cli-dump.c: Include tilde.h, not readline.h.
1404 * cli/cli-cmds.c: Don't include readline.h.
1405
1406 2019-11-05 Tom Tromey <tom@tromey.com>
1407
1408 * tui/tui-disasm.c (struct tui_asm_line) <addr_size>: New member.
1409 (tui_disassemble): Set addr_size.
1410 (tui_disasm_window::set_contents): Use addr_size.
1411
1412 2019-11-05 Tom Tromey <tom@tromey.com>
1413
1414 * rust-lang.c (rust_language_defn): Update.
1415 * python/py-value.c (valpy_string): Call c_get_string.
1416 * p-lang.c (pascal_language_defn): Update.
1417 * opencl-lang.c (opencl_language_defn): Update.
1418 * objc-lang.c (objc_language_defn): Update.
1419 * m2-lang.c (m2_language_defn): Update.
1420 * language.c (unknown_language_defn, auto_language_defn): Update.
1421 (default_get_string): Remove.
1422 * guile/scm-value.c (gdbscm_value_to_string): Use c_get_string.
1423 * go-lang.c (go_language_defn): Update.
1424 * f-lang.c (f_language_defn): Update.
1425 * d-lang.c (d_language_defn): Update.
1426 * c-lang.c (c_language_defn, cplus_language_defn)
1427 (asm_language_defn, minimal_language_defn): Update.
1428 * ada-lang.c (ada_language_defn): Update.
1429 * language.h (struct language_defn) <la_get_string>: Remove.
1430 (LA_GET_STRING): Remove.
1431 (default_get_string): Don't declare.
1432
1433 2019-11-05 Tom Tromey <tom@tromey.com>
1434
1435 * tui/tui-source.h (struct tui_source_window): Inline
1436 constructor. Remove destructor.
1437 <style_changed, m_observable>: Move to superclass.
1438 * tui/tui-winsource.h (tui_copy_source_line): Declare.
1439 (struct tui_source_window_base): Move private members to end.
1440 <style_changed, m_observable>: Move from tui_source_window.
1441 * tui/tui-winsource.c (tui_copy_source_line): Move from
1442 tui-source.c. Rename from copy_source_line. Add special handling
1443 for negative line number.
1444 (tui_source_window_base::style_changed): Move from
1445 tui_source_window.
1446 (tui_source_window_base): Register observer.
1447 (~tui_source_window_base): New.
1448 * tui/tui-source.c (copy_source_line): Move to tui-winsource.c;
1449 rename.
1450 (tui_source_window::set_contents): Use tui_copy_source_line.
1451 (tui_source_window::tui_source_window): Move to tui-source.h.
1452 (tui_source_window::~tui_source_window): Remove.
1453 (tui_source_window::style_changed): Move to superclass.
1454 * tui/tui-disasm.c (tui_disassemble): Create string file with
1455 styling, when possible. Add "addr_size" parameter.
1456 (tui_disasm_window::set_contents): Use tui_copy_source_line.
1457 Don't compute maximum size.
1458 (len_without_escapes): New function
1459
1460 2019-11-05 Tom Tromey <tom@tromey.com>
1461
1462 * tui/tui-winsource.h (struct tui_source_element) <line>: Now a
1463 std::string.
1464 * tui/tui-winsource.c (tui_show_source_line): Update.
1465 * tui/tui-source.c (tui_source_window::set_contents): Update.
1466 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
1467
1468 2019-11-05 Christian Biesinger <cbiesinger@google.com>
1469
1470 * symtab.h (gdb_static_assert): Put && operator at the beginning
1471 of the line instead of the end.
1472
1473 2019-11-04 Christian Biesinger <cbiesinger@google.com>
1474
1475 * psympriv.h: Add static_asserts for sizeof (general_symbol_info)
1476 and sizeof (symbol).
1477 * symtab.h: Add a static_assert for sizeof (partial_symbol).
1478
1479 2019-11-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1480
1481 * NEWS (Changes since GDB 8.3): Document Solaris 10 removal.
1482 * configure.host: Mark *-*-solaris2.10* obsolete.
1483 * configure.tgt: Mark Solaris < 11 obsolete.
1484 * MAINTAINERS (Target Instruction Set Architectures) <sparc>:
1485 Update target triplet.
1486
1487 2019-11-01 Tom Tromey <tromey@adacore.com>
1488
1489 * utils.c (print_sys_errmsg): Simplify.
1490
1491 2019-11-01 Tom Tromey <tromey@adacore.com>
1492
1493 * gdbsupport/mingw-strerror.c (safe_strerror): Constify result.
1494
1495 2019-11-01 Christian Biesinger <cbiesinger@google.com>
1496
1497 * configure: Regenerate.
1498 * configure.ac: Remove check for strerror_r.
1499 * gdbsupport/common.m4: Check for strerror_r.
1500
1501 2019-11-01 Luis Machado <luis.machado@linaro.org>
1502
1503 PR gdb/25124
1504
1505 * arm-tdep.c (arm_per_objfile): Rename to ...
1506 (arm_per_bfd): ... this.
1507 (arm_objfile_data_key): Rename to ...
1508 (arm_bfd_data_key): ... this.
1509 (arm_find_mapping_symbol): Adjust access to new bfd_key-based
1510 data.
1511 (arm_record_special_symbol): Likewise.
1512
1513 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * ada-typeprint.c (ada_print_typedef): Don't print newline at the
1516 end.
1517 * c-typeprint.c (c_print_typedef): Likewise.
1518 * f-typeprint.c (f_print_typedef): Likewise.
1519 * m2-typeprint.c (m2_print_typedef): Likewise.
1520 * p-typeprint.c (pascal_print_typedef): Likewise.
1521 * rust-lang.c (rust_print_typedef): Likewise.
1522 * symtab.c (print_symbol_info): Print a newline after calling
1523 typedef_print.
1524
1525 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1526
1527 * symtab.c (info_module_cmdlist): New variable.
1528 (info_module_command): New function.
1529 (search_module_symbols): New function.
1530 (info_module_subcommand): New function.
1531 (struct info_modules_var_func_options): New struct.
1532 (info_modules_var_func_options_defs): New variable.
1533 (make_info_modules_var_func_options_def_group): New function.
1534 (info_module_functions_command): New function.
1535 (info_module_variables_command): New function.
1536 (info_module_var_func_command_completer): New function.
1537 (_initialize_symtab): Register new 'info module functions' and
1538 'info module variables' commands.
1539 * symtab.h (typedef symbol_search_in_module): New typedef.
1540 (search_module_symbols): Declare new function.
1541 * NEWS: Mention new commands.
1542
1543 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1544
1545 * dwarf2read.c (dw2_symtab_iter_next): Handle MODULE_DOMAIN.
1546 (dw2_expand_marked_cus): Handle MODULES_DOMAIN.
1547 (dw2_debug_names_iterator::next): Handle MODULE_DOMAIN and
1548 MODULES_DOMAIN.
1549 (scan_partial_symbols): Only create partial module symbols for non
1550 declarations.
1551 * psymtab.c (recursively_search_psymtabs): Handle MODULE_DOMAIN
1552 and MODULES_DOMAIN.
1553 * symtab.c (search_domain_name): Likewise.
1554 (search_symbols): Likewise.
1555 (print_symbol_info): Likewise.
1556 (symtab_symbol_info): Likewise.
1557 (info_modules_command): New function.
1558 (_initialize_symtab): Register 'info modules' command.
1559 * symtab.h (enum search_domain): Add MODULES_DOMAIN.
1560 * NEWS: Mention new 'info modules' command.
1561
1562 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1563
1564 * NEWS: Mention $_gdb_setting, $_gdb_setting_str, $_gdb_maint_setting
1565 and $_gdb_maint_setting_str.
1566
1567 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1568
1569 * cli/cli-cmds.c (setting_cmd, value_from_setting)
1570 (gdb_setting_internal_fn, gdb_maint_setting_internal_fn)
1571 (str_value_from_setting, gdb_setting_str_internal_fn)
1572 (gdb_maint_setting_str_internal_fn): New functions.
1573 (_initialize_cli_cmds): Define the new convenience functions.
1574 * gdb/cli/cli-setshow.h (get_setshow_command_value_string): Constify.
1575 * gdb/cli/cli-setshow.c (get_setshow_command_value_string): Constify.
1576
1577 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1578
1579 * agent.c (set_can_use_agent): When the setting is turned on,
1580 look up agent symbols if we don't have them yet.
1581 (agent_new_objfile): Don't look up agent symbols when the agent
1582 setting is off.
1583
1584 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1585
1586 * config.in: Regenerate.
1587
1588 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1589
1590 * configure: Regenerate.
1591 * configure.ac: Check for strerror_r.
1592 * gdbsupport/common-utils.h (safe_strerror): Change return value
1593 to const char * and document that this function is now threadsafe.
1594 * gdbsupport/posix-strerror.c (safe_strerror): Make buf
1595 thread_local and call strerror_r, if available.
1596 * utils.c (perror_string): Update.
1597 (print_sys_errmsg): Update.
1598
1599 2019-10-31 Luis Machado <luis.machado@linaro.org>
1600
1601 * arm-tdep.c (arm_exidx_data_key): Use bfd_key instead of
1602 objfile_key.
1603 (arm_exidx_new_objfile): Adjust to use objfile->obfd instead of
1604 objfile to fetch per-bfd data.
1605 (arm_find_exidx_entry): Likewise.
1606
1607 2019-10-31 Christian Biesinger <cbiesinger@google.com>
1608
1609 * gdbsupport/agent.c (debug_agent): Change type to bool.
1610 (use_agent): Likewise.
1611 (all_agent_symbols_look_up): Likewise.
1612 (agent_loaded_p): Change return value to bool.
1613 (agent_look_up_symbols): Update.
1614 (agent_capability_check): Change return value to bool.
1615 * gdbsupport/agent.h (agent_loaded_p): Likewise.
1616 (debug_agent): Change type to bool.
1617 (use_agent): Likewise.
1618 (agent_capability_check): Change return value to bool.
1619
1620 2019-10-30 Christian Biesinger <cbiesinger@google.com>
1621
1622 * minsyms.c (clear_minimal_symbol_hash_tables): New function.
1623 (build_minimal_symbol_hash_tables): Code to clear the table moved
1624 to clear_minimal_symbol_hash_tables.
1625 (minimal_symbol_reader::install): Call clear_minimal_symbol_hash_tables
1626 when needed.
1627
1628 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1629
1630 * infcmd.c: Remove includes.
1631 * infrun.c: Remove includes.
1632
1633 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1634
1635 * ada-lang.h (GROW_VECT): Move to ada-lang.c.
1636 (grow_vect): Remove declaration.
1637 (ada_type_of_array): Remove declaration.
1638 (ada_update_initial_language): Remove declaration.
1639 (ada_fold_name): Remove declaration.
1640 (ada_fill_in_ada_prototype): Remove declaration.
1641 (user_select_syms): Remove declaration.
1642 (get_selections): Remove declaration.
1643 (ada_tag_type): Remove declaration.
1644 (ada_value_tag): Remove declaration.
1645 (ada_is_others_clause): Remove declaration.
1646 (ada_in_variant): Remove declaration.
1647 (ada_value_struct_elt): Remove declaration.
1648 (ada_attribute_name): Remove declaration.
1649 (ada_system_address_type): Remove declaration.
1650 * ada-lang.c (ada_watch_location_expression): Make static.
1651 (GROW_VECT): Move here from ada-lang.h.
1652 (grow_vect): Make static.
1653 (ada_update_initial_language): Make static.
1654 (ada_fold_name): Make static.
1655 (ada_type_of_array): Make static.
1656 (encoded_ordered_before): Move up.
1657 (sort_choices): Move up.
1658 (print_signatures): Move up.
1659 (ada_print_symbol_signature): Move up.
1660 (get_selections): Move up and make static.
1661 (user_select_syms): Move up and make static.
1662 (ada_value_struct_elt): Move up and make static.
1663 (ada_tag_type): Make static.
1664 (ada_value_tag): Make static.
1665 (ada_is_others_clause): Make static.
1666 (ada_in_variant): Make static.
1667 (ada_attribute_name): Make static.
1668
1669 2019-10-29 Simon Marchi <simon.marchi@polymtl.ca>
1670
1671 * ada-lang.c: Remove includes.
1672 * ada-typeprint.c: Remove includes.
1673 * ada-valprint.c: Remove includes.
1674
1675 2019-10-29 Simon Marchi <simon.marchi@efficios.com>
1676
1677 * addrmap.c: Add static assertions of type size, moved from
1678 _initialize_addrmap.
1679 (_initialize_addrmap): Remove.
1680
1681 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1682
1683 * coffread.c (record_minimal_symbol): Update.
1684 (process_coff_symbol): Update.
1685 * dbxread.c (read_dbx_symtab): Update.
1686 * dwarf2read.c (add_partial_symbol): Update.
1687 (fixup_go_packaging): Update.
1688 (load_partial_dies): Update.
1689 (new_symbol): Update.
1690 * elfread.c (record_minimal_symbol): Change signature to use
1691 gdb::string_view instead of name+len.
1692 (elf_symtab_read): Update.
1693 (elf_rel_plt_read): Update.
1694 * mdebugread.c (parse_partial_symbols): Update.
1695 (handle_psymbol_enumerators): Update.
1696 (new_symbol): Update.
1697 * minsyms.c (minimal_symbol_reader::record_full): Change signature
1698 to use gdb::string_view instead of name+len.
1699 * minsyms.h (class minimal_symbol_reader) <record_full>: Likewise.
1700 * psympriv.h (add_psymbol_to_list): Likewise.
1701 * psymtab.c (add_psymbol_to_bcache): Likewise.
1702 (add_psymbol_to_list): Likewise.
1703 * stabsread.c (define_symbol): Update.
1704 * symtab.c (symbol_set_names): Change signature to use gdb::string_view.
1705 * symtab.h (SYMBOL_SET_NAMES): Likewise.
1706 (symbol_set_names): Likewise.
1707 * xcoffread.c (scan_xcoff_symtab): Update.
1708
1709 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1710
1711 * symtab.h (symbol_set_names): Document that copy_name must be
1712 set to true for non-nullterminated strings.
1713 * symtab.c (symbol_set_names): Only make a nullterminated copy of
1714 linkage_name if the entry was not found and we need to demangle.
1715
1716 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1717
1718 * Makefile.in (HFILES_NO_SRCDIR): Add gdb_binary_search.h.
1719 * dwarf2-frame.c (bsearch_fde_cmp): Update.
1720 (dwarf2_frame_find_fde): Replace bsearch with gdb::binary_search.
1721 * gdbsupport/gdb_binary_search.h: New file.
1722
1723 2019-10-29 Christian Biesinger <cbiesinger@google.com>
1724
1725 * NEWS: Mention new --with-system-gdbinit-dir option.
1726 * config.in: Regenerate.
1727 * configure: Regenerate.
1728 * configure.ac: Add new option --with-system-gdbinit-dir.
1729 * extension.c (get_ext_lang_of_file): Return extension_language_gdb
1730 for a ".gdb" suffix.
1731 * main.c (get_init_files): Change system_gdbinit argument to
1732 a vector and return the files in SYSTEM_GDBINIT_DIR in
1733 addition to SYSTEM_GDBINIT.
1734 (captured_main_1): Update.
1735 (print_gdb_help): Update.
1736 * top.c (print_gdb_configuration): Also print the value of
1737 SYSTEM_GDBINIT_DIR.
1738
1739 2019-10-28 Christian Biesinger <cbiesinger@google.com>
1740
1741 * gdbsupport/common-utils.h (startswith): Add an overloaded version
1742 that takes gdb::string_view arguments.
1743
1744 2019-10-26 Tom de Vries <tdevries@suse.de>
1745
1746 * aarch64-linux-tdep.c: Fix typos in comments.
1747 * aarch64-tdep.c: Same.
1748 * ada-lang.c: Same.
1749 * amd64-nat.c: Same.
1750 * arc-tdep.c: Same.
1751 * arch/aarch64-insn.c: Same.
1752 * block.c: Same.
1753 * breakpoint.h: Same.
1754 * btrace.h: Same.
1755 * c-varobj.c: Same.
1756 * cli/cli-decode.c: Same.
1757 * cli/cli-script.c: Same.
1758 * cli/cli-utils.h: Same.
1759 * coff-pe-read.c: Same.
1760 * coffread.c: Same.
1761 * compile/compile-cplus-symbols.c: Same.
1762 * compile/compile-object-run.c: Same.
1763 * completer.c: Same.
1764 * corelow.c: Same.
1765 * cp-support.c: Same.
1766 * demangle.c: Same.
1767 * dwarf-index-write.c: Same.
1768 * dwarf2-frame.c: Same.
1769 * dwarf2-frame.h: Same.
1770 * eval.c: Same.
1771 * frame-base.h: Same.
1772 * frame.h: Same.
1773 * gdbcmd.h: Same.
1774 * gdbtypes.h: Same.
1775 * gnu-nat.c: Same.
1776 * guile/scm-objfile.c: Same.
1777 * i386-tdep.c: Same.
1778 * i386-tdep.h: Same.
1779 * infcall.c: Same.
1780 * infcall.h: Same.
1781 * linux-nat.c: Same.
1782 * m68k-tdep.c: Same.
1783 * macroexp.c: Same.
1784 * memattr.c: Same.
1785 * mi/mi-cmd-disas.c: Same.
1786 * mi/mi-getopt.h: Same.
1787 * mi/mi-main.c: Same.
1788 * minsyms.c: Same.
1789 * nat/aarch64-sve-linux-sigcontext.h: Same.
1790 * objfiles.h: Same.
1791 * ppc-linux-nat.c: Same.
1792 * ppc-linux-tdep.c: Same.
1793 * ppc-tdep.h: Same.
1794 * progspace.h: Same.
1795 * prologue-value.h: Same.
1796 * python/py-evtregistry.c: Same.
1797 * python/py-instruction.h: Same.
1798 * record-btrace.c: Same.
1799 * record-full.c: Same.
1800 * remote.c: Same.
1801 * rs6000-tdep.c: Same.
1802 * ser-tcp.c: Same.
1803 * sol-thread.c: Same.
1804 * sparc-sol2-tdep.c: Same.
1805 * sparc64-tdep.c: Same.
1806 * stabsread.c: Same.
1807 * symfile.c: Same.
1808 * symtab.h: Same.
1809 * target.c: Same.
1810 * tracepoint.c: Same.
1811 * tui/tui-data.h: Same.
1812 * tui/tui-io.c: Same.
1813 * tui/tui-win.c: Same.
1814 * tui/tui.c: Same.
1815 * unittests/rsp-low-selftests.c: Same.
1816 * user-regs.h: Same.
1817 * utils.c: Same.
1818 * utils.h: Same.
1819 * valarith.c: Same.
1820 * valops.c: Same.
1821 * valprint.c: Same.
1822 * valprint.h: Same.
1823 * value.c: Same.
1824 * value.h: Same.
1825 * varobj.c: Same.
1826 * x86-nat.h: Same.
1827 * xtensa-tdep.c: Same.
1828
1829 2019-10-25 Ali Tamur <tamur@google.com>
1830
1831 * charset.c (find_charset_names): Reflect API change.
1832
1833 2019-10-25 Christian Biesinger <cbiesinger@google.com>
1834
1835 * symtab.c (struct demangled_name_entry): Change demangled name
1836 to a unique_xmalloc_ptr<char>, now that we don't allocate it as
1837 part of the struct anymore.
1838 (symbol_set_names): No longer obstack allocate + copy the demangled
1839 name, just store the allocated name from bfd.
1840
1841 2019-10-25 Tom Tromey <tromey@adacore.com>
1842
1843 * dwarf2-frame.c (dwarf2_cie_table): Now a typedef.
1844 (bsearch_cie_cmp, add_cie): Remove.
1845 (find_cie): Reimplement.
1846 (decode_frame_entry_1, decode_frame_entry): Change type. Update.
1847 (dwarf2_build_frame_info): Update.
1848
1849 2019-10-24 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 PR gdb/25126
1852 * symfile.c (reread_symbols): Call forget_cached_source_info to
1853 clear the stale source cache.
1854
1855 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1856
1857 * configure: Regenerate.
1858 * configure.ac: Remove code that sets python_has_threads.
1859
1860 2019-10-24 Christian Biesinger <cbiesinger@google.com>
1861
1862 * config.in: Regenerate.
1863 * configure: Regenerate.
1864 * configure.ac: Remove the code that uses sed to get the python
1865 version and defines HAVE_LIBPYTHON2_6 / HAVE_LIBPYTHON2_7.
1866
1867 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * python/py-progspace.c (pspy_block_for_pc): Return None for all
1870 error paths.
1871
1872 2019-10-23 Tom Tromey <tom@tromey.com>
1873
1874 * arc-tdep.c: Remove ".." from include.
1875 * frv-tdep.c: Remove ".." from include.
1876 * lm32-tdep.c: Remove ".." from include.
1877 * microblaze-tdep.c: Remove ".." from include.
1878 * or1k-tdep.h: Remove ".." from include.
1879 * s12z-tdep.c: Remove ".." from include.
1880 * Makefile.in (OPCODES_CFLAGS): Add comment.
1881 (TOP_CFLAGS): New variable.
1882 (INTERNAL_CFLAGS_BASE): Add TOP_CFLAGS.
1883
1884 2019-10-23 Tom Tromey <tom@tromey.com>
1885
1886 * Makefile.in (READLINE_DIR): Update.
1887
1888 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1889
1890 * infcall.c (call_function_by_hand_dummy): Fix the function
1891 comment. And extract out a code section into...
1892 (reserve_stack_space): ...this new function.
1893
1894 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1895
1896 * infcall.c (value_arg_coerce): Remove an unused parameter.
1897 (call_function_by_hand_dummy): Update the call to
1898 'value_arg_coerce'.
1899
1900 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1901
1902 * infcall.c (call_function_by_hand_dummy): Refactor.
1903
1904 2019-10-23 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1905
1906 * MAINTAINERS (Write After Approval): Add Tankut Baris Aktemur.
1907
1908 2019-10-23 Tom Tromey <tom@tromey.com>
1909
1910 * configure: Rebuild.
1911 * configure.ac: Don't check for sigprocmask.
1912 * gdbsupport/common.m4 (GDB_AC_COMMON): Check for sigprocmask.
1913
1914 2019-10-23 Tom Tromey <tom@tromey.com>
1915
1916 * configure: Rebuild.
1917 * acinclude.m4: Use m4_include, not sinclude.
1918
1919 2019-10-23 Tom de Vries <tdevries@suse.de>
1920
1921 PR breakpoints/24687
1922 * symtab.c (iterate_over_some_symtabs): Apply gdb_realpath on fullname.
1923
1924 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1925
1926 * symtab.c (struct demangled_name_entry) <language>: Change from
1927 bitfield to regular variable.
1928
1929 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1930
1931 * symtab.c (struct demangled_name_entry): Add a constructor.
1932 (free_demangled_name_entry): New function to call the destructor
1933 for demangled_name_entry.
1934 (create_demangled_names_hash): Pass free_demangled_name_entry to
1935 htab_create_alloc.
1936 (symbol_set_names): Call placement new for demangled_name_entry.
1937 * utils.c: No longer include xxhash.h here, now that fast_hash
1938 is inlined in the header.
1939 * utils.h: Instead, include it here.
1940
1941 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1942
1943 * Makefile.in: Link with libxxhash.
1944 * config.in: Regenerate.
1945 * configure: Regenerate.
1946 * configure.ac: Search for libxxhash.
1947 * utils.c (fast_hash): Use xxhash if present.
1948
1949 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1950
1951 * utils.h (fast_hash): New function.
1952 * symtab.c (hash_demangled_name_entry): Call new function
1953 fast_hash.
1954
1955 2019-10-22 Christian Biesinger <cbiesinger@google.com>
1956
1957 * symtab.c (struct demangled_name_entry): Change type of mangled
1958 to gdb::string_view. Also adds a constructor that takes the
1959 mangled name.
1960 (hash_demangled_name_entry): Update.
1961 (eq_demangled_name_entry): Update.
1962 (free_demangled_name_entry): New function to call the destructor
1963 now that this is not a POD anymore.
1964 (create_demangled_names_hash): Pass free_demangled_name_entry to
1965 htab_create_alloc.
1966 (symbol_set_names): Update.
1967
1968 2019-10-21 Ali Tamur <tamu@google.com>
1969
1970 * dwarf2read.c (dir_index): Change type.
1971 (file_name_index): Likewise.
1972 (line_header::include_dir_at): Change comment and implementation on
1973 whether it is DWARF 5.
1974 (line_header::is_valid_file_index): New function.
1975 (line_header::file_name_at): Change comment and implementation on
1976 whether it is DWARF 5.
1977 (line_header::file_names): Change to private field renamed as
1978 m_file_names and introduce a new accessor method.
1979 (line_header::file_names_size): New method.
1980 (line_header::include_dirs): Change to private field and rename as
1981 m_include_dirs.
1982 (dw2_get_file_names_reader): Define local var at a smaller scope and
1983 reflect API change.
1984 (dwarf2_cu::setup_type_unit_groups): Reflect API change.
1985 (process_structure_scope): Likewise.
1986 (line_header::add_include_dir): Change message and reflect renaming.
1987 (line_header::add_file_name): Likewise.
1988 (read_formatted_entries): Handle DW_FORM_data16.
1989 (dwarf_decode_line_header): Fix line header length calculation.
1990 (psymtab_include_file_name): Change comment and API.
1991 (lnp_state_machine::m_file): Update comment and reflect type change.
1992 (lnp_state_machine::record_line): Reflect type change.
1993 (dwarf_decode_lines): Reflect API change.
1994 (file_file_name): Likewise.
1995 (file_full_name): Likewise.
1996
1997 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1998
1999 * objfiles.c (sort_cmp): Ensure that !(a < a) holds true.
2000
2001 2019-10-21 Tom Tromey <tom@tromey.com>
2002
2003 * tui/tui-winsource.h (tui_exec_info_content): Remove typedef.
2004
2005 2019-10-21 Tom Tromey <tom@tromey.com>
2006
2007 * configure.ac (nm.h): Conditionally create nm.h link. Subst
2008 NM_H. Use AC_CONFIG_LINKS.
2009 * configure: Rebuild.
2010 * Makefile.in (NM_H): New variable.
2011 (generated_files): Add NM_H. Remove gcore.
2012 (nm.h, stamp-nmh): New targets.
2013
2014 2019-10-20 Tom Tromey <tom@tromey.com>
2015
2016 * objfiles.h (unlink_objfile, put_objfile_before): Don't declare.
2017 * objfiles.c (unlink_objfile): Move earlier. Now static. Remove
2018 obsolete comment.
2019 (put_objfile_before): Now static.
2020
2021 2019-10-19 Simon Marchi <simon.marchi@polymtl.ca>
2022
2023 * gdbsupport/common-utils.h (startswith): Change return type to
2024 bool.
2025
2026 2019-10-19 Christian Biesinger <cbiesinger@google.com>
2027
2028 * bcache.c (bcache::print_statistics): Use std::sort instead of qsort.
2029 * breakpoint.c (bp_locations_compare): Rename to...
2030 (bp_location_is_less_than): ...this, and change to std::sort semantics.
2031 (update_global_location_list): Use std::sort instead of qsort.
2032 * buildsym.c (compare_line_numbers): Rename to...
2033 (lte_is_less_than): ...this, and change to std::sort semantics.
2034 (buildsym_compunit::end_symtab_with_blockvector): Use std::sort
2035 instead of qsort.
2036 * disasm.c (compare_lines): Rename to...
2037 (line_is_less_than): ...this, and change to std::sort semantics.
2038 (do_mixed_source_and_assembly_deprecated): Call std::sort instead
2039 of qsort.
2040 * dwarf2-frame.c (qsort_fde_cmp): Rename to...
2041 (fde_is_less_than): ...this, and change to std::sort semantics.
2042 (dwarf2_build_frame_info): Call std::sort instead of qsort.
2043 * mdebugread.c (compare_blocks):
2044 (block_is_less_than): ...this, and change to std::sort semantics.
2045 (sort_blocks): Call std::sort instead of qsort.
2046 * objfiles.c (qsort_cmp): Rename to...
2047 (sort_cmp): ...this, and change to std::sort semantics.
2048 (update_section_map): Call std::sort instead of qsort.
2049 * remote.c (compare_pnums): Remove.
2050 (map_regcache_remote_table): Call std::sort instead of qsort.
2051 * utils.c (compare_positive_ints): Remove.
2052 * utils.h (compare_positive_ints): Remove.
2053 * xcoffread.c (compare_lte): Remove.
2054 (arrange_linetable): Call std::sort instead of qsort.
2055
2056 2019-10-19 Sergio Durigan Junior <sergiodj@redhat.com>
2057
2058 * symfile.c (init_entry_point_info): Fix typo.
2059 * i386-darwin-tdep.c (darwin_dwarf_signal_frame_p): Fix typo.
2060
2061 2019-10-18 Tom de Vries <tdevries@suse.de>
2062
2063 * aarch64-tdep.c: Fix typos in comments.
2064 * ada-lang.c: Same.
2065 * ada-tasks.c: Same.
2066 * alpha-tdep.c: Same.
2067 * alpha-tdep.h: Same.
2068 * amd64-nat.c: Same.
2069 * amd64-windows-tdep.c: Same.
2070 * arc-tdep.c: Same.
2071 * arc-tdep.h: Same.
2072 * arch-utils.c: Same.
2073 * arm-nbsd-tdep.c: Same.
2074 * arm-tdep.c: Same.
2075 * ax-gdb.c: Same.
2076 * blockframe.c: Same.
2077 * btrace.c: Same.
2078 * c-varobj.c: Same.
2079 * coff-pe-read.c: Same.
2080 * coffread.c: Same.
2081 * cris-tdep.c: Same.
2082 * darwin-nat.c: Same.
2083 * dbxread.c: Same.
2084 * dcache.c: Same.
2085 * disasm.c: Same.
2086 * dtrace-probe.c: Same.
2087 * dwarf-index-write.c: Same.
2088 * dwarf2-frame-tailcall.c: Same.
2089 * dwarf2-frame.c: Same.
2090 * dwarf2read.c: Same.
2091 * eval.c: Same.
2092 * exceptions.c: Same.
2093 * fbsd-tdep.c: Same.
2094 * findvar.c: Same.
2095 * frame.c: Same.
2096 * frv-tdep.c: Same.
2097 * gnu-v3-abi.c: Same.
2098 * go32-nat.c: Same.
2099 * h8300-tdep.c: Same.
2100 * hppa-tdep.c: Same.
2101 * i386-linux-tdep.c: Same.
2102 * i386-tdep.c: Same.
2103 * ia64-libunwind-tdep.c: Same.
2104 * ia64-tdep.c: Same.
2105 * infcmd.c: Same.
2106 * infrun.c: Same.
2107 * linespec.c: Same.
2108 * linux-nat.c: Same.
2109 * linux-thread-db.c: Same.
2110 * machoread.c: Same.
2111 * mdebugread.c: Same.
2112 * mep-tdep.c: Same.
2113 * mn10300-tdep.c: Same.
2114 * namespace.c: Same.
2115 * objfiles.c: Same.
2116 * opencl-lang.c: Same.
2117 * or1k-tdep.c: Same.
2118 * osabi.c: Same.
2119 * ppc-linux-nat.c: Same.
2120 * ppc-linux-tdep.c: Same.
2121 * ppc-sysv-tdep.c: Same.
2122 * printcmd.c: Same.
2123 * procfs.c: Same.
2124 * record-btrace.c: Same.
2125 * record-full.c: Same.
2126 * remote-fileio.c: Same.
2127 * remote.c: Same.
2128 * rs6000-tdep.c: Same.
2129 * s12z-tdep.c: Same.
2130 * score-tdep.c: Same.
2131 * ser-base.c: Same.
2132 * ser-go32.c: Same.
2133 * skip.c: Same.
2134 * sol-thread.c: Same.
2135 * solib-svr4.c: Same.
2136 * solib.c: Same.
2137 * source.c: Same.
2138 * sparc-nat.c: Same.
2139 * sparc-sol2-tdep.c: Same.
2140 * sparc-tdep.c: Same.
2141 * sparc64-tdep.c: Same.
2142 * stabsread.c: Same.
2143 * stack.c: Same.
2144 * symfile.c: Same.
2145 * symtab.c: Same.
2146 * target-descriptions.c: Same.
2147 * target-float.c: Same.
2148 * thread.c: Same.
2149 * utils.c: Same.
2150 * valops.c: Same.
2151 * valprint.c: Same.
2152 * value.c: Same.
2153 * varobj.c: Same.
2154 * windows-nat.c: Same.
2155 * xcoffread.c: Same.
2156 * xstormy16-tdep.c: Same.
2157 * xtensa-tdep.c: Same.
2158
2159 2019-10-17 Tom Tromey <tromey@adacore.com>
2160
2161 * configure: Rebuild.
2162 * configure.ac: Use AC_CONFIG_HEADERS. Create stamp-h there, not
2163 in AC_CONFIG_FILES invocation.
2164 * Makefile.in (Makefile, data-directory/Makefile, stamp-h): Use
2165 new-style config.status invocation.
2166
2167 2019-10-17 Tom de Vries <tdevries@suse.de>
2168
2169 * arm-nbsd-nat.c: Fix typos in comments.
2170 * arm-tdep.c: Same.
2171 * darwin-nat-info.c: Same.
2172 * dwarf2read.c: Same.
2173 * elfread.c: Same.
2174 * event-top.c: Same.
2175 * findvar.c: Same.
2176 * gdbtypes.c: Same.
2177 * hppa-tdep.c: Same.
2178 * i386-tdep.c: Same.
2179 * jit.c: Same.
2180 * main.c: Same.
2181 * mdebugread.c: Same.
2182 * moxie-tdep.c: Same.
2183 * nto-procfs.c: Same.
2184 * osabi.c: Same.
2185 * ppc-linux-tdep.c: Same.
2186 * remote.c: Same.
2187 * riscv-tdep.c: Same.
2188 * s390-tdep.c: Same.
2189 * sh-tdep.c: Same.
2190 * sparc-linux-tdep.c: Same.
2191 * sparc-nat.c: Same.
2192 * stack.c: Same.
2193 * target-descriptions.c: Same.
2194 * top.c: Same.
2195 * varobj.c: Same.
2196
2197 2019-10-16 Tom Tromey <tom@tromey.com>
2198
2199 * objfiles.h (struct objfile) <original_name>: Now const.
2200
2201 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2202
2203 * gdbsupport/gdb_setjmp.h (SIGSETJMP): Allow passing in the value to
2204 pass on to sigsetjmp's second argument.
2205 * cp-support.c (gdb_demangle): Unblock SIGSEGV if we caught a crash.
2206
2207 2019-10-16 Keith Seitz <keiths@redhat.com>
2208
2209 PR gdb/23567
2210 * dwarf2read.c (dwarf2_per_objfile::locate_sections): Discard
2211 sections whose size is greater than the file size.
2212
2213 2019-10-16 Jim Wilson <jimw@sifive.com>
2214
2215 * riscv-tdep.c (riscv_gcc_target_options): New.
2216 (riscv_gnu_triplet_regexp): New.
2217 (riscv_gdbarch_init): Call set_gdbarch_gcc_triplet_options and
2218 set_gdbarch_gnu_triplet_regexp.
2219
2220 2019-10-16 Christian Biesinger <cbiesinger@google.com>
2221
2222 * Makefile.in: Add xml-builtin.h.
2223 * features/feature_to_c.sh: Add an include for xml-builtin.h
2224 to ensure that the compiler checks that the types match.
2225 * xml-builtin.h: New file.
2226 * xml-support.c (fetch_xml_builtin): Add missing const.
2227 * xml-support.h: Remove declaration of xml_builtins.
2228
2229 2019-10-16 Tom de Vries <tdevries@suse.de>
2230
2231 PR tdep/25096
2232 * amd64-tdep.c (amd64_classify_aggregate_field): Factor out of ...
2233 (amd64_classify_aggregate): ... here.
2234 (amd64_classify_aggregate_field): Handled fiels of nested structs
2235 recursively.
2236
2237 2019-10-16 Tom de Vries <tdevries@suse.de>
2238
2239 PR tdep/24104
2240 * amd64-tdep.c (amd64_push_arguments): Handle AMD64_NO_CLASS in loop
2241 that handles 'theclass'.
2242
2243 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2244
2245 * linespec.c (decode_digits_ordinary): Update comment.
2246 * make-target-delegates: No longer need to handle VEC case.
2247 * memrange.c (normalize_mem_ranges): Update comment.
2248 * namespace.c (add_using_directive): Update comment.
2249 * objc-lang.c (uniquify_strings): Update comment.
2250 * ppc-linux-nat.c (struct thread_points): Update comment.
2251 * probe.h (find_probes_in_objfile): Update comment.
2252 * target.h (enum flash_preserve_mode): Update comment.
2253 * varobj.c (varobj_restrict_range): Update comment.
2254 * varobj.h (varobj_list_children): Update comment.
2255
2256 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2257
2258 * Makefile.in: Remove references to vec.h and vec.c.
2259 * aarch64-tdep.c: No longer include vec.h.
2260 * ada-lang.c: Likewise.
2261 * ada-lang.h: Likewise.
2262 * arm-tdep.c: Likewise.
2263 * ax.h: Likewise.
2264 * breakpoint.h: Likewise.
2265 * charset.c: Likewise.
2266 * cp-support.h: Likewise.
2267 * dtrace-probe.c: Likewise.
2268 * dwarf2read.c: Likewise.
2269 * extension.h: Likewise.
2270 * gdb_bfd.c: Likewise.
2271 * gdbsupport/gdb_vecs.h: Likewise.
2272 * gdbsupport/vec.c: Remove.
2273 * gdbsupport/vec.h: Remove.
2274 * gdbthread.h: Likewise.
2275 * guile/scm-type.c: Likewise.
2276 * inline-frame.c: Likewise.
2277 * machoread.c: Likewise.
2278 * memattr.c: Likewise.
2279 * memrange.h: Likewise.
2280 * namespace.h: Likewise.
2281 * nat/linux-btrace.h: Likewise.
2282 * osdata.c: Likewise.
2283 * parser-defs.h: Likewise.
2284 * progspace.h: Likewise.
2285 * python/py-type.c: Likewise.
2286 * record-btrace.c: Likewise.
2287 * rust-exp.y: Likewise.
2288 * solib-target.c: Likewise.
2289 * stap-probe.c: Likewise.
2290 * target-descriptions.c: Likewise.
2291 * target-memory.c: Likewise.
2292 * target.h: Likewise.
2293 * varobj.c: Likewise.
2294 * varobj.h: Likewise.
2295 * xml-support.h: Likewise.
2296
2297 2019-10-15 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
2300 Update for new std::vector based implementation.
2301 (process_psymtab_comp_unit_reader): Likewise.
2302 (scan_partial_symbols): Likewise.
2303 (recursively_compute_inclusions): Likewise.
2304 (compute_compunit_symtab_includes): Likewise.
2305 (process_imported_unit_die): Likewise.
2306 (queue_and_load_dwo_tu): Likewise.
2307 (follow_die_sig_1): Likewise.
2308 * gdb/dwarf2read.h: Remove DEF_VEC_P.
2309 (typedef dwarf2_per_cu_ptr): Remove.
2310 (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
2311 function.
2312 (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
2313 (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
2314 (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
2315 (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
2316 std::vector.
2317
2318 2019-10-15 Tom Tromey <tromey@adacore.com>
2319
2320 * windows-nat.c (windows_nat_target::resume): Use %x when logging
2321 TID.
2322
2323 2019-10-15 Tom Tromey <tromey@adacore.com>
2324
2325 * windows-nat.c (windows_nat_target::fetch_registers)
2326 (windows_nat_target::store_registers): Rename "pid" to "tid".
2327
2328 2019-10-15 Tom Tromey <tromey@adacore.com>
2329
2330 * gdbarch.h, gdbarch.c: Rebuild.
2331 * gdbarch.sh (gcc_target_options): Change return type to
2332 std::string.
2333 * compile/compile.c (get_args): Update.
2334 * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
2335 * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
2336 std::string.
2337 * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
2338 std::string.
2339 * arch-utils.c (default_gcc_target_options): Return std::string.
2340 * arch-utils.h (default_gcc_target_options): Return std::string.
2341 * s390-tdep.c (s390_gcc_target_options): Return std::string.
2342
2343 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2344
2345 * breakpoint.c (breakpoint_chain): Make static.
2346 * tui/tui-winsource.c: Call iterate_over_breakpoints instead
2347 of accessing breakpoint_chain.
2348
2349 2019-10-15 Christian Biesinger <cbiesinger@google.com>
2350
2351 * breakpoint.c (iterate_over_breakpoints): Change function pointer
2352 to a gdb::function_view and return value to bool.
2353 * breakpoint.h (iterate_over_breakpoints): Likewise.
2354 * dummy-frame.c (pop_dummy_frame_bpt): Update.
2355 (pop_dummy_frame): Update.
2356 * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
2357 (gdbscm_breakpoints): Update.
2358 * python/py-breakpoint.c (build_bp_list): Update.
2359 (gdbpy_breakpoints): Update.
2360 * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
2361 Update.
2362 (bpfinishpy_handle_stop): Update.
2363 (bpfinishpy_handle_exit): Update.
2364 * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
2365 (svr4_update_solib_event_breakpoints): Update.
2366
2367 2019-10-15 Andreas Arnez <arnez@linux.ibm.com>
2368
2369 * s390-tdep.c (s390_effective_inner_type): Ignore static fields
2370 when unwrapping single-field structs.
2371
2372 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2373
2374 * dwarf2read.c: Remove includes.
2375
2376 2019-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2377
2378 * ui-out.c (ui_out::call_do_message): Silence
2379 -Wformat-nonliteral warning.
2380
2381 2019-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2382
2383 * breakpoint.c: Remove some includes: continuations.h, skip.h,
2384 mi/mi-main.h, readline/readline.h, readline/history.h. Add
2385 include: readline/tilde.h.
2386
2387 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2388
2389 * remote.c (remote_target::get_trace_status): Remove declaration of
2390 trace_regblock_size.
2391
2392 2019-10-12 Christian Biesinger <cbiesinger@google.com>
2393
2394 * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
2395 (show_user): Remove declaration of cmdlist.
2396 * cli/cli-cmds.h (max_user_call_depth): Declare.
2397 * cli/cli-script.c (execute_user_command): Remove declaration
2398 of max_user_call_depth.
2399
2400 2019-10-11 Jim Wilson <jimw@sifive.com>
2401
2402 * gdbsupport/print-utils.h (pulongest): Fix comment.
2403 (plongest): Likewise.
2404 (phex): Add missing comment, mention leading zeros.
2405 (phex_nz): Add mention of no leading zeros to comment.
2406
2407 * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
2408 plongest instead of unsigned long long cast.
2409
2410 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2411
2412 * main.c (captured_main_1): Include gdbtk.h and remove declarations
2413 for external_editor_command and gdbtk_test.
2414
2415 2019-10-10 Christian Biesinger <cbiesinger@google.com>
2416
2417 * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
2418 * varobj.c (varobjdebug): Move comment to...
2419 * varobj.h (varobjdebug): ...here, and declare.
2420
2421 2019-10-09 Tom Tromey <tom@tromey.com>
2422
2423 * tui/tui-regs.c (tui_data_window::show_registers): Don't call
2424 erase_data_content.
2425
2426 2019-10-09 Tom Tromey <tom@tromey.com>
2427
2428 * tui/tui-wingeneral.h (tui_delete_win): Don't declare.
2429 * tui/tui-stack.c (tui_locator_window::rerender): Update.
2430 * tui/tui-command.c (tui_cmd_window::resize)
2431 (tui_refresh_cmd_win): Update.
2432 * tui/tui-win.c (tui_resize_all, tui_set_focus_command): Update.
2433 * tui/tui.c (tui_rl_other_window, tui_enable): Update.
2434 * tui/tui-data.c (~tui_gen_win_info): Remove.
2435 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
2436 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
2437 (tui_redisplay_readline, tui_mld_flush)
2438 (tui_mld_erase_entire_line, tui_mld_getc, tui_getc): Update.
2439 * tui/tui-regs.c (tui_data_window::delete_data_content_windows)
2440 (tui_data_window::erase_data_content)
2441 (tui_data_item_window::rerender)
2442 (tui_data_item_window::refresh_window): Update.
2443 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window)
2444 (box_win, tui_gen_win_info::make_window)
2445 (tui_gen_win_info::make_visible): Update.
2446 (tui_delete_win): Remove.
2447 * tui/tui-winsource.c
2448 (tui_source_window_base::do_erase_source_content): Update.
2449 (tui_show_source_line, tui_source_window_base::update_tab_width)
2450 (tui_source_window_base::update_exec_info): Update.
2451 * tui/tui-data.h (struct curses_deleter): New.
2452 (struct tui_gen_win_info) <handle>: Now a unique_ptr.
2453 (struct tui_gen_win_info) <~tui_gen_win_info>: Define.
2454
2455 2019-10-09 Tom Tromey <tom@tromey.com>
2456
2457 * tui/tui-wingeneral.h (struct tui_gen_win_info): Don't declare.
2458
2459 2019-10-09 Tom Tromey <tom@tromey.com>
2460
2461 * tui/tui-data.c (tui_win_is_auxiliary): Remove.
2462 * tui/tui-data.h (tui_win_is_auxiliary): Don't declare.
2463
2464 2019-10-09 Tom Tromey <tom@tromey.com>
2465
2466 * tui/tui-disasm.c (tui_get_low_disassembly_address): Compute
2467 window height directly.
2468 * tui/tui-layout.h (tui_default_win_viewport_height): Don't
2469 declare.
2470 * tui/tui-layout.c (tui_default_win_height): Remove.
2471 (tui_default_win_viewport_height): Remove.
2472
2473 2019-10-09 Tom Tromey <tom@tromey.com>
2474
2475 * tui/tui.h: Remove comments.
2476
2477 2019-10-09 Tom de Vries <tdevries@suse.de>
2478
2479 * python/lib/gdb/printer/bound_registers.py: Use
2480 '^builtin_type_bound128' as regexp argument for
2481 add_builtin_pretty_printer.
2482
2483 2019-10-09 Christian Biesinger <cbiesinger@google.com>
2484
2485 * guile/guile.c (guile_extension_script_ops): Remove forward
2486 declaration and mark as static.
2487 (guile_script_ops): Likewise.
2488 (extension_language_guile): Move further down in the file so
2489 it can reference the definitions for guile_{extension_,}script_ops.
2490
2491 2019-10-09 Andreas Arnez <arnez@linux.ibm.com>
2492
2493 * s390-tdep.c (390_process_record): Handle new arch13 instructions
2494 except SORTL, DFLTCC, and KDSA.
2495
2496 2019-10-08 Tom Tromey <tromey@adacore.com>
2497
2498 * windows-nat.c (struct windows_thread_info_struct) <sf>: Remove.
2499 (struct safe_symbol_file_add_args): Remove.
2500
2501 2019-10-08 Tom Tromey <tromey@adacore.com>
2502
2503 * windows-nat.c: Don't include buildsym-legacy.h.
2504
2505 2019-10-08 Tom Tromey <tromey@adacore.com>
2506
2507 * contrib/ari/gdb_ari.sh (%p): Allow gdb-specific %p extensions.
2508
2509 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2510
2511 * gdbtypes.c (overload_debug): Move comment to header.
2512 * gdbtypes.h (overload_debug): Declare.
2513 * valops.c: Remove declaration of overload_debug, instead
2514 include gdbtypes.h.
2515
2516 2019-10-08 Christian Biesinger <cbiesinger@google.com>
2517
2518 * language.c (show_language_command): Pass lang_frame_mismatch_warn
2519 through _().
2520 (lang_frame_mismatch_warn): Make const, mark with N_(), and
2521 move comment...
2522 * language.h (lang_frame_mismatch_warn): ... here. Also add
2523 declaration.
2524 * top.c (lang_frame_mismatch_warn): Remove declaration.
2525 (check_frame_language_change): Pass lang_frame_mismatch_warn
2526 through _().
2527
2528 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2529
2530 * c-lang.h (vtbl_ptr_name): Declare.
2531 * cp-valprint.c (vtbl_ptr_name): Remove "extern" now that we get
2532 it from the header.
2533 * stabsread.c (define_symbol): Remove declaration of vtbl_ptr_name.
2534
2535 2019-10-07 Christian Biesinger <cbiesinger@google.com>
2536
2537 * charset.c (your_gdb_wchar_t_is_bogus): Replace with a
2538 gdb_static_assert.
2539
2540 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2541
2542 * ../Makefile.def (dependencies): Add all-libctf to all-gdb
2543 * ../Makefile.in: Add "all-gdb: maybe-all-libctf"
2544 * ctfread.c: New file.
2545 * ctfread.h: New file.
2546 * elfread.c: Include ctfread.h.
2547 (struct elfinfo text_p): New member ctfsect.
2548 (elf_locate_sections): Mark CTF section.
2549 (elf_symfile_read): Call elfctf_build_psymtabs.
2550 * Makefile.in (LIBCTF): Add.
2551 (CLIBS): Use it.
2552 (CDEPS): Likewise.
2553 (DIST): Add ctfread.c.
2554
2555 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
2556
2557 * ctfread.c (struct nextfield): Renamed to ...
2558 (struct ctf_nextfield): ... this.
2559 (struct field_info): Renamed to ...
2560 (strut ctf_field_info): ... this.
2561 (attach_fields_to_type): Update for renamed structures.
2562 (ctf_add_member_cb): Likewise.
2563 (ctf_add_enum_member_cb): Likewise.
2564 (process_struct_members): Likewise.
2565 (process_enum_type): Likewise.
2566
2567 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
2568
2569 * tracectf.h: Rename, was ctf.h.
2570 * tracectf.c: Rename, was ctf.c, replace ctf.h with tracectf.h.
2571 * tracefile.c: Likewise.
2572 * tracepoint.c: Remove unused include ctf.h.
2573 * mi/mi-main.c: Likewise.
2574 * Makefile.in Replace ctf.c with tracectf.c.
2575
2576 2019-10-06 Joel Brobecker <brobecker@adacore.com>
2577
2578 * version.in: Change version number to "9.0.50.DATE-git".
2579
2580 2019-10-03 Tom Tromey <tom@tromey.com>
2581
2582 PR rust/24976:
2583 * dwarf2read.c (quirk_rust_enum): Handle single-element unions.
2584
2585 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * f-lang.c (f_language_defn): Use cp_get_symbol_name_matcher and
2588 cp_search_name_hash.
2589 * NEWS: Add entry about nested function support.
2590
2591 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
2592 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * cp-namespace.c (cp_search_static_and_baseclasses): Only search
2595 for nested static variables when searchin VAR_DOMAIN.
2596 * dwarf2read.c (add_partial_symbol): Add nested subroutines to the
2597 global scope, update comment.
2598 (add_partial_subprogram): Call add_partial_subprogram recursively
2599 for nested subroutines when processinng Fortran.
2600 (load_partial_dies): Process the child entities of a subprogram
2601 when processing Fortran.
2602 (partial_die_parent_scope): Handle building scope
2603 for Fortran nested functions.
2604 (process_die): Record that nested functions have a scope.
2605 (new_symbol): Always record Fortran subprograms on the global
2606 symbol list.
2607 (determine_prefix): How to build the prefix for Fortran
2608 subprograms.
2609
2610 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 * linux-nat.c (linux_nat_filter_event): Don't ignore SIGSTOP if we
2613 have just sent the thread a SIGSTOP and are waiting for it to
2614 arrive.
2615
2616 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 * btrace.c (btrace_add_pc): Remove whitespace before the template
2619 parameter in 'std::vector <...>'.
2620 (parse_xml_btrace_block): Likewise.
2621 (btrace_maint_decode_pt): Likewise.
2622 (btrace_maint_update_packets): Likewise.
2623 (btrace_maint_print_packets): Likewise.
2624 * btrace.h (struct btrace_maint_info): Likewise.
2625 * dwarf2read.c (struct type_unit_group): Likewise.
2626 (build_type_psymtabs_reader): Likewise.
2627 * gdbsupport/btrace-common.c (btrace_data_append): Likewise.
2628 * gdbsupport/btrace-common.h (struct btrace_data_bts): Likewise.
2629 * nat/linux-btrace.c (perf_event_read_bts): Likewise.
2630
2631 2019-10-03 Tom de Vries <tdevries@suse.de>
2632
2633 * cli/cli-style.c (_initialize_cli_style): Adding a '.' at the end of
2634 the first line of the help text for set/show style metadata.
2635
2636 2019-10-02 Tom Tromey <tromey@adacore.com>
2637
2638 * Makefile.in (COMMON_SFILES): Add common-inferior.c.
2639 * gdbsupport/common-inferior.c: New file.
2640 * infcmd.c (startup_with_shell): Don't define.
2641 * nat/fork-inferior.h (startup_with_shell): Don't declare.
2642 * gdbsupport/common-inferior.h (startup_with_shell): Declare.
2643 * inferior.h (startup_with_shell): Don't declare.
2644
2645 2019-10-02 Christian Biesinger <cbiesinger@google.com>
2646
2647 * gdbsupport/gdb_assert.h: Include errors.h.
2648 * gdbsupport/gdb_string_view.h: Include gdb_assert.h.
2649
2650 2019-10-02 Tom Tromey <tromey@adacore.com>
2651
2652 * NEWS: Add $_ada_exception entry.
2653 * ada-lang.c (struct ada_catchpoint): Add constructor.
2654 <m_kind>: New member.
2655 (allocate_location_exception, re_set_exception): Remove
2656 "ex" parameter.
2657 (should_stop_exception): Compute $_ada_exception.
2658 (check_status_exception, print_it_exception)
2659 (print_one_exception, print_mention_exception): Remove
2660 "ex" parameter.
2661 (allocate_location_catch_exception, re_set_catch_exception)
2662 (check_status_exception, print_it_catch_exception)
2663 (print_one_catch_exception, print_mention_catch_exception)
2664 (print_recreate_catch_exception)
2665 (allocate_location_catch_exception_unhandled)
2666 (re_set_catch_exception_unhandled)
2667 (check_status_exception, print_it_catch_exception_unhandled)
2668 (print_one_catch_exception_unhandled)
2669 (print_mention_catch_exception_unhandled)
2670 (print_recreate_catch_exception_unhandled)
2671 (allocate_location_catch_assert, re_set_catch_assert)
2672 (check_status_assert, print_it_catch_assert)
2673 (print_one_catch_assert, print_mention_catch_assert)
2674 (print_recreate_catch_assert)
2675 (allocate_location_catch_handlers, re_set_catch_handlers)
2676 (check_status_handlers, print_it_catch_handlers)
2677 (print_one_catch_handlers, print_mention_catch_handlers)
2678 (print_recreate_catch_handlers): Remove.
2679 (create_ada_exception_catchpoint): Update.
2680 (initialize_ada_catchpoint_ops): Update.
2681
2682 2019-10-02 Tom Tromey <tromey@adacore.com>
2683
2684 * ada-lang.c (ada_lookup_simple_minsyms): Remove.
2685 (create_excep_cond_exprs): Simplify exception string computation.
2686 (ada_exception_catchpoint_cond_string): Likewise.
2687
2688 2019-10-02 Tom Tromey <tromey@adacore.com>
2689
2690 * symmisc.c (dump_msymbols): Don't use MSYMBOL_VALUE_ADDRESS.
2691 * ada-lang.c (lesseq_defined_than): Handle
2692 LOC_STATIC.
2693 * dwarf2read.c (dwarf2_per_objfile): Add can_copy
2694 parameter.
2695 (dwarf2_has_info): Likewise.
2696 (new_symbol): Set maybe_copied on symbol when
2697 appropriate.
2698 * dwarf2read.h (dwarf2_per_objfile): Add can_copy
2699 parameter.
2700 <can_copy>: New member.
2701 * elfread.c (record_minimal_symbol): Set maybe_copied
2702 on symbol when appropriate.
2703 (elf_symfile_read): Update call to dwarf2_has_info.
2704 * minsyms.c (lookup_minimal_symbol_linkage): New
2705 function.
2706 * minsyms.h (lookup_minimal_symbol_linkage): Declare.
2707 * symtab.c (get_symbol_address, get_msymbol_address):
2708 New functions.
2709 * symtab.h (get_symbol_address, get_msymbol_address):
2710 Declare.
2711 (SYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_ADDRESS): Handle
2712 maybe_copied.
2713 (struct symbol, struct minimal_symbol) <maybe_copied>:
2714 New member.
2715
2716 2019-10-02 Tom Tromey <tromey@adacore.com>
2717
2718 * source.c (struct current_source_location): New.
2719 (current_source_key): New global.
2720 (current_source_symtab, current_source_line)
2721 (current_source_pspace): Remove.
2722 (get_source_location): New function.
2723 (get_current_source_symtab_and_line)
2724 (set_default_source_symtab_and_line)
2725 (set_current_source_symtab_and_line)
2726 (clear_current_source_symtab_and_line, select_source_symtab)
2727 (info_source_command, print_source_lines_base)
2728 (info_line_command, search_command_helper, _initialize_source):
2729 Update.
2730
2731 2019-10-02 Tom Tromey <tromey@adacore.com>
2732
2733 * source.c (select_source_symtab): Don't call
2734 decode_line_with_current_source.
2735
2736 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * symtab.c (lookup_global_symbol): Search global block.
2739
2740 2019-10-02 Tom Tromey <tromey@adacore.com>
2741
2742 * coffread.c (process_coff_symbol): Update.
2743 * dwarf2read.c (var_decode_location, new_symbol): Update.
2744 * mdebugread.c (parse_symbol): Update.
2745 * objfiles.c (relocate_one_symbol): Update.
2746 * stabsread.c (define_symbol, fix_common_block)
2747 (scan_file_globals): Update.
2748 * symtab.h (SYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2749 (SET_SYMBOL_VALUE_ADDRESS): New macro.
2750 * xcoffread.c (process_xcoff_symbol): Update.
2751
2752 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
2753
2754 * MAINTAINERS: Update my email address.
2755
2756 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2757
2758 * dwarf2read.c (struct type_unit_group) <tus>: Convert to
2759 std::vector.
2760 (build_type_psymtabs_reader): Update for std::vector.
2761 (build_type_psymtab_dependencies): Likewise.
2762 * dwarf2read.h: Remove use of DEF_VEC_P.
2763 (typedef sig_type_ptr): Delete.
2764
2765 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2766
2767 * btrace.c (btrace_maint_clear): Update to handle change from VEC
2768 to std::vector.
2769 (btrace_maint_decode_pt): Likewise, and move allocation of the
2770 vector outside of the loop.
2771 (btrace_maint_update_packets): Update to handle change from VEC to
2772 std::vector.
2773 (btrace_maint_print_packets): Likewise.
2774 (maint_info_btrace_cmd): Likewise.
2775 * btrace.h: Remove use of DEF_VEC_O.
2776 (typedef btrace_pt_packet_s): Delete.
2777 (struct btrace_maint_info) <packets>: Change fromm VEC to
2778 std::vector.
2779 * gdbsupport/btrace-common.h: Remove 'vec.h' include.
2780
2781 2019-10-02 Andrew Burgess <andrew.burgess@embecosm.com>
2782
2783 * btrace.c (btrace_compute_ftrace_bts): Update for std::vector,
2784 make accesses into the vector constant references.
2785 (btrace_add_pc): Update for std::vector.
2786 (btrace_stitch_bts): Likewise.
2787 (parse_xml_btrace_block): Likewise.
2788 (btrace_maint_update_packets): Likewise.
2789 (btrace_maint_print_packets): Likewise.
2790 (maint_info_btrace_cmd): Likewise.
2791 * gdbsupport/btrace-common.c (btrace_data::fini): Update for
2792 std::vector.
2793 (btrace_data::empty): Likewise.
2794 (btrace_data_append): Likewise.
2795 * gdbsupport/btrace-common.h: Remove use of DEF_VEC_O.
2796 (typedef btrace_block_s): Delete.
2797 (struct btrace_block): Add constructor.
2798 (struct btrace_data_bts) <blocks>: Change to std::vector.
2799 * nat/linux-btrace.c (perf_event_read_bts): Update for
2800 std::vector.
2801 (linux_read_bts): Likewise.
2802
2803 2019-10-01 Tom Tromey <tom@tromey.com>
2804
2805 * cli/cli-logging.c (show_logging_filename): Use styled_string.
2806
2807 2019-10-01 Tom Tromey <tom@tromey.com>
2808
2809 * stack.c (print_frame, info_frame_command_core): Use
2810 styled_string.
2811 * linux-thread-db.c (try_thread_db_load_1)
2812 (try_thread_db_load_from_pdir_1): Use styled_string.
2813 * auto-load.c (file_is_auto_load_safe, execute_script_contents)
2814 (auto_load_section_scripts, info_auto_load_local_gdbinit)
2815 (maybe_print_unsupported_script_warning)
2816 (maybe_print_script_not_found_warning): Use styled_string.
2817 * ada-lang.c (user_select_syms): Use styled_string.
2818
2819 2019-10-01 Tom Tromey <tom@tromey.com>
2820
2821 * p-lang.c (pascal_printstr): Use metadata style.
2822 * value.c (show_convenience): Use metadata style.
2823 * valprint.c (valprint_check_validity, val_print_optimized_out)
2824 (val_print_not_saved, val_print_unavailable)
2825 (val_print_invalid_address, generic_val_print, val_print)
2826 (value_check_printable, val_print_array_elements): Use metadata
2827 style.
2828 * ui-out.h (class ui_out) <field_fmt>: New overload.
2829 <do_field_fmt>: Add style parameter.
2830 * ui-out.c (ui_out::field_fmt): New overload.
2831 * typeprint.c (type_print_unknown_return_type)
2832 (val_print_not_allocated, val_print_not_associated): Use metadata
2833 style.
2834 * tui/tui-out.h (class tui_ui_out) <do_field_fmt>: Add style
2835 parameter.
2836 * tui/tui-out.c (tui_ui_out::do_field_fmt): Update.
2837 * tracepoint.c (tvariables_info_1): Use metadata style.
2838 * stack.c (print_frame_arg, print_frame_info, print_frame)
2839 (info_frame_command_core): Use metadata style.
2840 * skip.c (info_skip_command): Use metadata style.
2841 * rust-lang.c (rust_print_enum): Use metadata style.
2842 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
2843 metadata style.
2844 * python/py-framefilter.c (py_print_single_arg): Use metadata
2845 style.
2846 * printcmd.c (do_one_display, print_variable_and_value): Use
2847 metadata style.
2848 * p-valprint.c (pascal_val_print)
2849 (pascal_object_print_value_fields): Use metadata style.
2850 * p-typeprint.c (pascal_type_print_base): Use metadata style.
2851 * mi/mi-out.h (class mi_ui_out) <do_field_fmt>: Add style
2852 parameter.
2853 * mi/mi-out.c (mi_ui_out::do_field_fmt): Update.
2854 * m2-valprint.c (m2_print_long_set): Use metadata style.
2855 * m2-typeprint.c (m2_print_type): Use metadata style.
2856 * infcmd.c (print_return_value_1): Use metadata style.
2857 * gnu-v3-abi.c (print_one_vtable): Use metadata style.
2858 * f-valprint.c (info_common_command_for_block): Use metadata
2859 style.
2860 * f-typeprint.c (f_type_print_base): Use metadata style.
2861 * expprint.c (print_subexp_standard): Use metadata style.
2862 * cp-valprint.c (cp_print_value_fields): Use metadata style.
2863 * cli/cli-style.h (class cli_style_option): Add constructor.
2864 (metadata_style): Declare.
2865 * cli/cli-style.c (metadata_style): New global.
2866 (_initialize_cli_style): Register metadata style.
2867 * cli-out.h (class cli_ui_out) <do_field_fmt>: Add style
2868 parameter.
2869 * cli-out.c (cli_ui_out::do_field_fmt): Update.
2870 * c-typeprint.c (c_type_print_base_struct_union)
2871 (c_type_print_base_1): Use metadata style.
2872 * breakpoint.c (watchpoint_value_print)
2873 (print_one_breakpoint_location): Use metadata style.
2874 * break-catch-syscall.c (print_one_catch_syscall): Use metadata
2875 style.
2876 * break-catch-sig.c (signal_catchpoint_print_one): Use metadata
2877 style.
2878 * ada-valprint.c (val_print_packed_array_elements, printstr)
2879 (print_field_values, ada_val_print_ref, ada_val_print): Use
2880 metadata style.
2881 * ada-typeprint.c (print_array_type, ada_print_type): Use metadata
2882 style.
2883 * ada-tasks.c (print_ada_task_info, info_task): Use metadata
2884 style.
2885 * ada-lang.c (user_select_syms): Use metadata style.
2886
2887 2019-10-01 Tom Tromey <tom@tromey.com>
2888
2889 * cli/cli-cmds.c (pwd_command): Style output.
2890
2891 2019-10-01 Pedro Alves <palves@redhat.com>
2892 Tom Tromey <tom@tromey.com>
2893
2894 * symtab.c (print_symbol_info): Use %ps.
2895 (print_msymbol_info): Use %ps.
2896 * symfile.c (symbol_file_add_with_addrs): Use %ps.
2897 * printcmd.c (print_variable_and_value): Use %ps.
2898 * macrocmd.c (show_pp_source_pos): Use %ps.
2899 * infrun.c (print_exited_reason): Use ui_out::message.
2900 * breakpoint.c (watchpoint_check, print_one_breakpoint_location)
2901 (describe_other_breakpoints): Use ui_out::message and new
2902 formats.
2903 (say_where): Use new formats.
2904 (bkpt_print_it, tracepoint_print_one_detail): Use ui_out::message
2905 and new formats.
2906
2907 2019-10-01 Pedro Alves <palves@redhat.com>
2908 Tom Tromey <tom@tromey.com>
2909
2910 * unittests/format_pieces-selftests.c: Add gdb_format parameter.
2911 (test_gdb_formats): New function.
2912 (run_tests): Call it.
2913 (test_format_specifier): Update.
2914 * utils.h (fputs_filtered): Update comment.
2915 (vfprintf_styled, vfprintf_styled_no_gdbfmt)
2916 (fputs_styled_unfiltered): Declare.
2917 * utils.c (fputs_styled_unfiltered): New function.
2918 (vfprintf_maybe_filtered): Add gdbfmt parameter.
2919 (vfprintf_filtered): Update.
2920 (vfprintf_unfiltered, vprintf_filtered): Update.
2921 (vfprintf_styled, vfprintf_styled_no_gdbfmt): New functions.
2922 * ui-out.h (enum ui_out_flag) <unfiltered_output,
2923 disallow_ui_out_field>: New constants.
2924 (enum class field_kind): New.
2925 (struct base_field_s, struct signed_field_s): New.
2926 (signed_field): New function.
2927 (struct string_field_s): New.
2928 (string_field): New function.
2929 (struct styled_string_s): New.
2930 (styled_string): New function.
2931 (class ui_out) <message>: Add comment.
2932 <vmessage, call_do_message>: New methods.
2933 <do_message>: Add style parameter.
2934 * ui-out.c (ui_out::call_do_message, ui_out::vmessage): New
2935 methods.
2936 (ui_out::message): Rewrite.
2937 * mi/mi-out.h (class mi_ui_out) <do_message>: Add style
2938 parameter.
2939 * mi/mi-out.c (mi_ui_out::do_message): Add style parameter.
2940 * gdbsupport/format.h (class format_pieces) <format_pieces>: Add
2941 gdb_extensions parameter.
2942 (class format_piece): Add parameter to constructor.
2943 (n_int_args): New field.
2944 * gdbsupport/format.c (format_pieces::format_pieces): Add
2945 gdb_extensions parameter. Handle '*'.
2946 * cli-out.h (class cli_ui_out) <do_message>: Add style parameter.
2947 * cli-out.c (cli_ui_out::do_message): Add style parameter. Call
2948 vfprintf_styled_no_gdbfmt.
2949 (cli_ui_out::do_field_string, cli_ui_out::do_spaces)
2950 (cli_ui_out::do_text, cli_ui_out::field_separator): Allow
2951 unfiltered output.
2952 * ui-style.h (struct ui_file_style) <ptr>: New method.
2953
2954 2019-10-01 Tom Tromey <tom@tromey.com>
2955
2956 * unittests/format_pieces-selftests.c: Update. Add final format.
2957 * gdbsupport/format.c (format_pieces::format_pieces): Don't add
2958 empty literal pieces.
2959
2960 2019-10-01 Tom Tromey <tom@tromey.com>
2961
2962 * ui-out.h (enum class ui_out_style_kind): Remove.
2963 (class ui_out) <field_string, field_stsream, do_field_string>:
2964 Change type of "style".
2965 * ui-out.c (ui_out::field_core_addr, ui_out::field_stream)
2966 (ui_out::field_string): Update.
2967 * tui/tui-out.h (class tui_ui_out) <do_field_string>: Change type
2968 of "style".
2969 * tui/tui-out.c (tui_ui_out::do_field_string): Update.
2970 * tracepoint.c (print_one_static_tracepoint_marker): Update.
2971 * stack.c (print_frame_arg, print_frame_info, print_frame):
2972 Update.
2973 * source.c (print_source_lines_base): Update.
2974 * solib.c (info_sharedlibrary_command): Update.
2975 * skip.c (info_skip_command): Update.
2976 * record-btrace.c (btrace_call_history_src_line)
2977 (btrace_call_history): Update.
2978 * python/py-framefilter.c (py_print_frame): Update.
2979 * mi/mi-out.h (class mi_ui_out) <do_field_string>: Change type of
2980 "style".
2981 * mi/mi-out.c (mi_ui_out::do_table_header)
2982 (mi_ui_out::do_field_signed, mi_ui_out::do_field_unsigned)
2983 (mi_ui_out::do_field_string): Update.
2984 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
2985 Update.
2986 * cli-out.h (class cli_ui_out) <do_field_string>: Change type of
2987 "style".
2988 * cli-out.c (cli_ui_out::do_table_header)
2989 (cli_ui_out::do_field_signed, cli_ui_out::do_field_unsigned)
2990 (cli_ui_out::do_field_skip, cli_ui_out::do_field_string)
2991 (cli_ui_out::do_field_fmt): Update.
2992 * breakpoint.c (print_breakpoint_location): Update.
2993 (update_static_tracepoint): Update.
2994
2995 2019-10-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2996
2997 * main.c (relocate_gdbinit_path_maybe_in_datadir): Remove std::string
2998 conversion of gdb_datadir.
2999 (captured_main_1): Remove xstrdup when assigning to gdb_datadir,
3000 remove not needed c_str ().
3001
3002 2019-09-30 Ali Tamur <tamur@google.com>
3003
3004 * dwarf2read.c (skip_one_die): Handle DW_FORM_strx forms.
3005 (dwarf2_string_attr): Likewise.
3006
3007 2019-09-30 Ali Tamur <tamur@google.com>
3008
3009 * dwarf2read.c (process_full_comp_unit): Remove whitespace at the EOL.
3010 (process_full_type_unit): Likewise.
3011 (dump_die_shallow): Likewise.
3012 (cu_debug_loc_section): Likewise.
3013
3014 2019-09-28 Christian Biesinger <cbiesinger@google.com>
3015
3016 * minsyms.c (compare_minimal_symbols): Rename to...
3017 (minimal_symbol_is_less_than): ...this, and adjust to STL
3018 conventions (return bool, take arguments as references)
3019 (minimal_symbol_reader::install): Call std::sort instead
3020 of qsort.
3021
3022 2019-09-29 Christian Biesinger <cbiesinger@google.com>
3023
3024 * minsyms.h (msymbol_hash): Document that this is a case-insensitive
3025 hash and why.
3026 * objfiles.h (struct objfile_per_bfd_storage) <demangled_names_hash,
3027 msymbol_hash, msymbol_demangled_hash>: Improve comments.
3028
3029 2019-09-30 Simon Marchi <simon.marchi@polymtl.ca>
3030
3031 * psymtab.c (add_psymbol_to_list): Move comment to psympriv.h.
3032 * psympriv.h (add_psymbol_to_list): Move comment here and update
3033 it.
3034
3035 2019-09-29 Tom de Vries <tdevries@suse.de>
3036
3037 * contrib/cc-with-tweaks.sh (get_tmpdir): New function.
3038 Use $tmpdir/$(basename "$output_file").dwz instead of
3039 "${output_file}.dwz".
3040
3041 2019-09-28 Simon Marchi <simon.marchi@polymtl.ca>
3042
3043 PR gdb/25045
3044 * hppa-linux-nat.c: Include gdbarch.h.
3045
3046 2019-09-26 Christian Biesinger <cbiesinger@google.com>
3047
3048 * blockframe.c (find_pc_partial_function): Change return type to bool.
3049 * elfread.c (elf_gnu_ifunc_resolve_name): Likewise.
3050 * minsyms.c (in_gnu_ifunc_stub): Likewise.
3051 (stub_gnu_ifunc_resolve_name): Likewise.
3052 * symtab.c (compare_filenames_for_search): Likewise.
3053 (compare_glob_filenames_for_search): Likewise.
3054 (matching_obj_sections): Likewise.
3055 (symbol_matches_domain): Likewise.
3056 (find_line_symtab): Change out param EXACT_MATCH to bool *.
3057 (find_line_pc): Change return type to bool.
3058 (find_line_pc_range): Likewise.
3059 (producer_is_realview): Likewise.
3060 * symtab.h (symbol_matches_domain): Likewise.
3061 (find_pc_partial_function): Likewise.
3062 (find_pc_line_pc_range): Likewise.
3063 (in_gnu_ifunc_stub): Likewise.
3064 (struct gnu_ifunc_fns) <gnu_ifunc_resolve_name>: Likewise.
3065 (find_line_pc): Likewise.
3066 (find_line_pc_range): Likewise.
3067 (matching_obj_sections): Likewise.
3068 (find_line_symtab): Change out parameter to bool.
3069 (producer_is_realview): Change return type to bool.
3070 (compare_filenames_for_search): Likewise.
3071 (compare_glob_filenames_for_search): Likewise.
3072
3073 2019-09-26 Tom Tromey <tom@tromey.com>
3074
3075 * Makefile.in (COMMON_SFILES): Remove gdb_usleep.c.
3076 (HFILES_NO_SRCDIR): Remove gdb_usleep.h.
3077 * gdb_usleep.h: Remove.
3078 * gdb_usleep.c: Remove.
3079 * utils.c: Don't include gdb_usleep.h.
3080
3081 2019-09-26 Tom Tromey <tromey@adacore.com>
3082
3083 * python/py-type.c (type_to_type_object): Call check_typedef
3084 for stub types.
3085
3086 2019-09-26 Tom Tromey <tom@tromey.com>
3087
3088 * utils.h (initialize_utils): Don't declare.
3089 * top.c (gdb_init): Don't call initialize_utils.
3090 * utils.c (initialize_utils): Remove. Move contents...
3091 (_initialize_utils): ... here.
3092
3093 2019-09-25 Tom Tromey <tom@tromey.com>
3094
3095 * python/py-objfile.c (objfpy_get_build_id): Use bin2hex.
3096 * utils.h (make_hex_string): Don't declare.
3097 * utils.c (make_hex_string): Remove.
3098
3099 2019-09-24 Tom de Vries <tdevries@suse.de>
3100
3101 PR gdb/23815
3102 * amd64-linux-nat.c (amd64_linux_nat_target::fetch_registers):
3103 Initialize xstateregs before ptrace PTRACE_GETREGSET call.
3104
3105 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
3106
3107 * NEWS: Mention new simulator port for PRU.
3108
3109 2019-09-23 Christian Biesinger <cbiesinger@google.com>
3110
3111 * ada-exp.y (write_object_remaining): Update.
3112 * ada-lang.c (ada_decode): Return a std::string instead of a char*
3113 and eliminate the static buffer.
3114 (ada_decode_symbol): Update.
3115 (ada_la_decode): Update.
3116 (ada_sniff_from_mangled_name): Update.
3117 (is_valid_name_for_wild_match): Update.
3118 (ada_lookup_name_info::matches): Update and simplify.
3119 (name_matches_regex): Update.
3120 (ada_add_global_exceptions): Update.
3121 * ada-lang.h (ada_decode): Update signature.
3122 * ada-varobj.c (ada_varobj_describe_simple_array_child): Update.
3123 * dwarf-index-write.c (debug_names::insert): Update.
3124
3125 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3126
3127 * solib-svr4.c (svr4_iterate_over_objfiles_in_search_order): Fix
3128 formatting.
3129
3130 2019-09-21 Simon Marchi <simon.marchi@polymtl.ca>
3131
3132 * breakpoint.h (bp_location) <inserted, permanent, duplicate>:
3133 Change "nonzero" to "true" in documentation.
3134
3135 2019-09-20 Christian Biesinger <cbiesinger@google.com>
3136
3137 * solib-darwin.c (darwin_lookup_lib_symbol): Remove.
3138 (_initialize_darwin_solib): Don't set
3139 darwin_so_ops.lookup_lib_global_symbol.
3140 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
3141 set_gdbarch_iterate_over_objfiles_in_search_order.
3142 (elf_lookup_lib_symbol): Rename to...
3143 (svr4_iterate_over_objfiles_in_search_order): this, and update
3144 to iterate semantics.
3145 (_initialize_svr4_solib): Don't set lookup_lib_global_symbol.
3146 * solib.c (solib_global_lookup): Remove.
3147 * solist.h (struct target_so_ops): Remove lookup_lib_global_symbol.
3148 (solib_global_lookup): Remove.
3149 * symtab.c (lookup_global_or_static_symbol): Remove call to
3150 solib_global_lookup.
3151
3152 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3153
3154 * NEWS: Move entries about default MI version now being
3155 version 3, and about the GDB/MI fix for multi-location
3156 breakpoints to the "since GDB 8.3" section.
3157
3158 2019-09-20 Joel Brobecker <brobecker@adacore.com>
3159
3160 GDB 8.3.1 released.
3161
3162 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3163
3164 * NEWS: Mention that Cell/B.E. debugging support was removed.
3165 * MAINTAINERS: Remove spu target.
3166
3167 * config/djgpp/fnchange.lst: Remove entries for removed files.
3168
3169 * Makefile.in (ALL_TARGET_OBS): Remove solib-spu.o,
3170 spu-multiarch.o, and spu-tdep.o.
3171 (HFILES_NO_SRCDIR): Remove solib-spu.h and spu-tdep.h.
3172 (ALLDEPFILES): Remove solib-spu.c, spu-linux-nat.c,
3173 spu-multiarch.c, and spu-tdep.c.
3174 * spu-linux-nat.c: Remove file.
3175 * spu-multiarch.c: Remove file.
3176 * spu-tdep.c: Remove file.
3177 * spu-tdep.h: Remove file.
3178 * solib-spu.c: Remove file.
3179 * solib-spu.h: Remove file.
3180
3181 * configure.host (powerpc64*-*-linux*): Remove Cell/B.E. support.
3182 * configure.nat (spu-linux): Remove.
3183 * configure.tgt (powerpc*-*-linux*): Remove solib-spu.o and
3184 solib-multiarch.o from gdb_target_obs.
3185 (spu*-*-*): Remove.
3186
3187 * arch/ppc-linux-common.h (struct ppc_linux_features): Remove "cell"
3188 feature flag.
3189 (ppc_linux_no_features): Update.
3190 * arch/ppc-linux-common.c (ppc_linux_match_description): Remove
3191 Cell/B.E. support.
3192 * arch/ppc-linux-tdesc.h (tdesc_powerpc_cell32l): Remove declaration.
3193 (tdesc_powerpc_cell64l): Likewise.
3194 * nat/ppc-linux.h (PPC_FEATURE_CELL): Remove.
3195 * ppc-linux-nat.c (ppc_linux_nat_target::read_description): Remove
3196 Cell/B.E. support.
3197 * ppc-linux-tdep.h: Do not include "solib-spu.h" or "spu-tdep.h".
3198 Do not include "features/rs6000/powerpc-cell32l.c" or
3199 "features/rs6000/powerpc-cell64l.c".
3200 (ppc_linux_spu_section): Remove.
3201 (ppc_linux_core_read_description): Remove Cell/B.E. support.
3202 (spe_context_objfile, spe_context_lm_addr, spe_context_offset,
3203 spe_context_cache_ptid, spe_context_cache_ptid): Remove.
3204 (ppc_linux_spe_context_lookup): Remove.
3205 (ppc_linux_spe_context_inferior_created): Remove.
3206 (ppc_linux_spe_context_solib_loaded): Remove.
3207 (ppc_linux_spe_context_solib_unloaded): Remove.
3208 (ppc_linux_spe_context): Remove.
3209 (struct ppu2spu_cache): Remove.
3210 (ppu2spu_prev_arch, ppu2spu_this_id, ppu2spu_prev_register): Remove.
3211 (struct ppu2spu_data): Remove.
3212 (ppu2spu_unwind_register, ppu2spu_sniffer, ppu2spu_dealloc_cache,
3213 ppu2spu_unwind): Remove.
3214 (ppc_linux_init_abi): Remove Cell/B.E. support.
3215 * rs6000-tdep.h (rs6000_gdbarch_init): Remove Cell/B.E. support.
3216
3217 * features/Makefile (rs6000/powerpc-cell32l-expedite): Remove.
3218 (rs6000/powerpc-cell64l-expedite): Likewise
3219 (WHICH): Remove rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
3220 (XMLTOC): Remove rs6000/powerpc-cell32l.xml and
3221 rs6000/powerpc-cell64l.xml.
3222 * features/rs6000/powerpc-cell32l.xml: Remove.
3223 * features/rs6000/powerpc-cell64l.xml: Likewise.
3224 * features/rs6000/powerpc-cell32l.c: Remove generated file.
3225 * features/rs6000/powerpc-cell64l.c: Likewise.
3226 * regformats/rs6000/powerpc-cell32l.dat: Remove generated file.
3227 * regformats/rs6000/powerpc-cell64l.dat: Likewise.
3228 * regformats/reg-spu.dat: Remove.
3229
3230 * target.h (enum target_object): Remove TARGET_OBJECT_SPU.
3231 * corelow.c (struct spuid_list): Remove.
3232 (add_to_spuid_list): Remove.
3233 (core_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3234 * remote.c (PACKET_qXfer_spu_read, PACKET_qXfer_spu_write): Remove.
3235 (remote_protocol_features): Remove associated entries.
3236 (_initialize_remote): No longer initialize them.
3237 (remote_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3238 * linux-nat.c (SPUFS_MAGIC): Remove.
3239 (linux_proc_xfer_spu): Remove.
3240 (spu_enumerate_spu_ids): Remove.
3241 (linux_nat_target::xfer_partial): Remove support for TARGET_OBJECT_SPU.
3242 * linux-tdep.c (-linux_spu_make_corefile_notes): Remove.
3243 (linux_make_corefile_notes): No longer call it.
3244
3245 * regcache.c (cooked_read_test): Remove bfd_arch_spu special case.
3246 (cooked_write_test): Likewise.
3247
3248 2019-09-20 Tom Tromey <tom@tromey.com>
3249
3250 * NEWS: Mention case-sensitivity of TUI commands.
3251 * tui/tui-win.c (tui_set_focus_command): Now case-sensitive.
3252 (tui_set_win_height_command, parse_scrolling_args): Likewise.
3253 * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
3254
3255 2019-09-20 Tom Tromey <tom@tromey.com>
3256
3257 * tui/tui-source.c (tui_source_window::set_contents): Use
3258 make_unique_xstrdup.
3259 * tui/tui-disasm.c (tui_disasm_window::set_contents): Use
3260 make_unique_xstrdup.
3261
3262 2019-09-20 Tom Tromey <tom@tromey.com>
3263
3264 * tui/tui-data.c: Remove separator comments.
3265 * tui/tui-layout.c: Remove separator comments.
3266 * tui/tui-win.c: Remove separator comments.
3267 * tui/tui-wingeneral.c: Remove separator comments.
3268
3269 2019-09-20 Tom Tromey <tom@tromey.com>
3270
3271 * tui/tui.h (strcat_to_buf): Don't declare.
3272 * tui/tui.c (strcat_to_buf): Remove.
3273
3274 2019-09-20 Tom Tromey <tom@tromey.com>
3275
3276 * tui/tui-source.h (struct tui_source_window) <m_fullname>: Rename
3277 from "fullname".
3278 * tui/tui-source.c (tui_source_window::set_contents)
3279 (tui_source_window::location_matches_p)
3280 (tui_source_window::maybe_update): Update.
3281
3282 2019-09-20 Tom Tromey <tom@tromey.com>
3283
3284 * tui/tui-regs.h (struct tui_data_window) <get_current_group>:
3285 Update.
3286 <m_regs_content, m_regs_column_count, m_current_group>: Add "m_"
3287 prefix.
3288 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
3289 (tui_data_window::line_from_reg_element_no)
3290 (tui_data_window::first_reg_element_no_inline)
3291 (tui_data_window::show_registers)
3292 (tui_data_window::show_register_group)
3293 (tui_data_window::display_registers_from)
3294 (tui_data_window::display_registers_from_line)
3295 (tui_data_window::first_data_item_displayed)
3296 (tui_data_window::delete_data_content_windows)
3297 (tui_data_window::erase_data_content)
3298 (tui_data_window::do_scroll_vertical)
3299 (tui_data_window::refresh_window)
3300 (tui_data_window::check_register_values): Update.
3301
3302 2019-09-20 Tom Tromey <tom@tromey.com>
3303
3304 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN): Remove define.
3305 (struct tui_locator_window) <full_name, proc_name>: Now
3306 std::string.
3307 * tui/tui-stack.c (tui_locator_window::make_status_line)
3308 (tui_locator_window::set_locator_fullname)
3309 (tui_locator_window::set_locator_info): Update.
3310 * tui/tui-source.c (tui_source_window::set_contents)
3311 (tui_source_window::showing_source_p): Update.
3312
3313 2019-09-20 Tom Tromey <tom@tromey.com>
3314
3315 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
3316 Don't call tui_locator_win_info_ptr.
3317
3318 2019-09-20 Tom Tromey <tom@tromey.com>
3319
3320 * tui/tui-win.c (tui_resize_all): Don't call refresh.
3321
3322 2019-09-20 Tom Tromey <tom@tromey.com>
3323
3324 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use 1 as
3325 height for locator.
3326 * tui/tui-stack.c (tui_locator_window::rerender): Call scrollok.
3327 * tui/tui-layout.c (show_source_disasm_command, show_data)
3328 (show_source_or_disasm_and_command): Use 1 as height for locator.
3329
3330 2019-09-20 Tom Tromey <tom@tromey.com>
3331
3332 * tui/tui.c (tui_enable): Update.
3333 * tui/tui-win.c (tui_sigwinch_handler, tui_async_resize_screen):
3334 Update.
3335 * tui/tui-data.h (tui_win_resized, tui_set_win_resized_to):
3336 Update.
3337 * tui/tui-data.c (win_resized): Now bool.
3338 (tui_win_resized): Return bool.
3339 (tui_set_win_resized_to): Accept a bool.
3340
3341 2019-09-20 Tom Tromey <tom@tromey.com>
3342
3343 * tui/tui-regs.h (struct tui_data_window) <show_register_group>:
3344 Change type of "refresh_values_only".
3345 * tui/tui-regs.c (tui_data_window::show_register_group): Change
3346 type of "refresh_values_only".
3347
3348 2019-09-20 Tom Tromey <tom@tromey.com>
3349
3350 * tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
3351 std::string.
3352 (tui_disassemble): Add "pos" parameter.
3353 (tui_disasm_window::set_contents): Simplify.
3354
3355 2019-09-20 Tom Tromey <tom@tromey.com>
3356
3357 * tui/tui-winsource.h (struct tui_source_window_base)
3358 <show_source_content>: Now private.
3359 * tui/tui-winsource.c
3360 (tui_source_window_base::show_source_content): Don't handle empty
3361 content case.
3362
3363 2019-09-20 Tom Tromey <tom@tromey.com>
3364
3365 * tui/tui-layout.c (show_source_disasm_command)
3366 (show_source_or_disasm_and_command): Don't call
3367 show_source_content.
3368
3369 2019-09-20 Tom Tromey <tom@tromey.com>
3370
3371 * tui/tui-stack.h (struct tui_locator_window) <make_status_line>:
3372 Declare.
3373 * tui/tui-stack.c (tui_locator_window::make_status_line): Rename
3374 from tui_make_status_line.
3375 (tui_locator_window::rerender): Update.
3376
3377 2019-09-20 Tom Tromey <tom@tromey.com>
3378
3379 * tui/tui-stack.c (tui_make_status_line): Return std::string.
3380 (tui_locator_window::rerender): Update.
3381
3382 2019-09-20 Tom Tromey <tom@tromey.com>
3383
3384 * tui/tui-winsource.h (struct tui_source_window_base)
3385 <~tui_source_window_base>: Don't declare.
3386 <fullname>: Remove.
3387 * tui/tui-winsource.c (~tui_source_window_base): Remove.
3388 * tui/tui-source.h (struct tui_source_window) <fullname>: New
3389 member.
3390 * tui/tui-source.c (tui_source_window::set_contents): Update.
3391 (tui_source_window::location_matches_p)
3392 (tui_source_window::maybe_update): Update.
3393
3394 2019-09-20 Tom Tromey <tom@tromey.com>
3395
3396 * tui/tui-winsource.h (~tui_source_element): Remove.
3397 (tui_source_element): Update.
3398 (struct tui_source_element) <line>: Now a unique_xmalloc_ptr.
3399 * tui/tui-winsource.c (tui_show_source_line): Update.
3400 * tui/tui-source.c (tui_source_window::set_contents): Update.
3401 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
3402
3403 2019-09-20 Tom Tromey <tom@tromey.com>
3404
3405 * tui/tui-data.h (tui_clear_source_windows_detail): Don't
3406 declare.
3407 * tui/tui-layout.c (tui_add_win_to_layout): Don't call
3408 tui_clear_source_windows_detail.
3409 * tui/tui-winsource.h (struct tui_source_window_base)
3410 <clear_detail>: Don't declare.
3411 * tui/tui-winsource.c (tui_source_window_base::clear_detail):
3412 Remove.
3413 * tui/tui-data.c (tui_clear_source_windows_detail): Remove.
3414
3415 2019-09-20 Tom Tromey <tromey@adacore.com>
3416
3417 PR ada/24919:
3418 * block.c (contained_in): Fix final return value.
3419
3420 2019-09-20 Alan Modra <amodra@gmail.com>
3421
3422 * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Use bfd_set_usrdata.
3423 * dwarf2read.c (dwarf2_read_gdb_index, dwarf2_read_debug_names),
3424 (read_indirect_string_from_dwz): Use bfd accessor.
3425 * dwarf2read.h (struct dwz_file <filename>): Likewise.
3426 * machoread.c (macho_symfile_read_all_oso): Likewise.
3427 * solib.c (solib_bfd_open): Likewise.
3428
3429 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3430
3431 * eval.c: Move declaration of overload_resolution to...
3432 * value.h: ...here.
3433
3434 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3435
3436 * arm-linux-nat.c: Remove extern declaration for arm_apcs_32.
3437 * arm-linux-tdep.c: Likewise.
3438 * arm-nbsd-nat.c: Likewise.
3439 * arm-tdep.h: Declare arm_apcs_32.
3440 * arm-tdep.c: Move documentation for arm_apcs_32 to arm-tdep.h.
3441
3442 2019-09-19 Christian Biesinger <cbiesinger@google.com>
3443
3444 * dwarf2loc.c: Remove extern declaration of dwarf_always_disassemble.
3445 * dwarf2read.h: Declare dwarf_always_disassemble.
3446
3447 2019-09-19 Tom de Vries <tdevries@suse.de>
3448
3449 PR gdb/25009
3450 * source-cache.c (source_cache::ensure): Catch exception thrown during
3451 construction of the highlighter.
3452
3453 2019-09-18 Alan Modra <amodra@gmail.com>
3454
3455 * aarch64-linux-tdep.c, * arm-tdep.c, * auto-load.c,
3456 * coff-pe-read.c, * coffread.c, * corelow.c, * dbxread.c,
3457 * dicos-tdep.c, * dwarf2-frame.c, * dwarf2read.c, * elfread.c,
3458 * exec.c, * fbsd-tdep.c, * gcore.c, * gdb_bfd.c, * gdb_bfd.h,
3459 * hppa-tdep.c, * i386-cygwin-tdep.c, * i386-fbsd-tdep.c,
3460 * i386-linux-tdep.c, * jit.c, * linux-tdep.c, * machoread.c,
3461 * maint.c, * mdebugread.c, * minidebug.c, * mips-linux-tdep.c,
3462 * mips-sde-tdep.c, * mips-tdep.c, * mipsread.c, * nto-tdep.c,
3463 * objfiles.c, * objfiles.h, * osabi.c, * ppc-linux-tdep.c,
3464 * ppc64-tdep.c, * record-btrace.c, * record-full.c, * remote.c,
3465 * rs6000-aix-tdep.c, * rs6000-tdep.c, * s390-linux-tdep.c,
3466 * s390-tdep.c, * solib-aix.c, * solib-dsbt.c, * solib-frv.c,
3467 * solib-spu.c, * solib-svr4.c, * solib-target.c,
3468 * spu-linux-nat.c, * spu-tdep.c, * symfile-mem.c, * symfile.c,
3469 * symmisc.c, * symtab.c, * target.c, * windows-nat.c,
3470 * xcoffread.c, * cli/cli-dump.c, * compile/compile-object-load.c,
3471 * mi/mi-interp.c: Update throughout for bfd section macro and
3472 function changes.
3473 * gcore (gcore_create_callback): Use bfd_set_section_lma.
3474 * spu-tdep.c (spu_overlay_new_objfile): Likewise.
3475
3476 2019-09-18 Tom Tromey <tom@tromey.com>
3477
3478 * NEWS: Add entry.
3479 * tui/tui.c (tui_initialize_readline): Set name of keymap. Do not
3480 call rl_initialize.
3481 (tui_enable): Do not call rl_initialize.
3482
3483 2019-09-18 Christian Groessler <chris@groessler.org>
3484
3485 * alpha-linux-nat.c: Include gdbarch.h.
3486
3487 2019-09-18 Simon Marchi <simon.marchi@polymtl.ca>
3488
3489 * ui-file.c: Include cli/cli-style.h.
3490 (term_cli_styling): Remove cli_styling declaration.
3491
3492 2019-09-18 Alan Modra <amodra@gmail.com>
3493
3494 * arm-tdep.c (arm_record_special_symbol): Update bfd_get_section
3495 to bfd_asymbol_section.
3496
3497 2019-09-18 Alan Modra <amodra@gmail.com>
3498
3499 * amd64-dicos-tdep.c (amd64_dicos_osabi_sniffer): Constify target.
3500 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3501 * i386-dicos-tdep.c (i386_dicos_osabi_sniffer): Likewise.
3502
3503 2019-09-18 Alan Modra <amodra@gmail.com>
3504
3505 * solib-spu.c (spu_bfd_open): Use bfd_set_filename.
3506 * spu-linux-nat.c (spu_bfd_open): Likewise.
3507
3508 2019-09-18 Christian Biesinger <cbiesinger@google.com>
3509
3510 * dwarf2loc.c: Change extern declaration of dwarf_always_disassemble
3511 to bool to match definition in dwarf2read.c.
3512
3513 2019-09-17 Christian Biesinger <cbiesinger@google.com>
3514
3515 * ada-lang.c (ada_ignore_descriptive_types_p): Change to bool.
3516 (print_signatures): Likewise.
3517 (trust_pad_over_xvs): Likewise.
3518 * arch/aarch64-insn.c (aarch64_debug): Likewise.
3519 * arch/aarch64-insn.h (aarch64_debug): Likewise.
3520 * arm-linux-nat.c (arm_apcs_32): Likewise.
3521 * arm-linux-tdep.c (arm_apcs_32): Likewise.
3522 * arm-nbsd-nat.c (arm_apcs_32): Likewise.
3523 * arm-tdep.c (arm_debug): Likewise.
3524 (arm_apcs_32): Likewise.
3525 * auto-load.c (debug_auto_load): Likewise.
3526 (auto_load_gdb_scripts): Likewise.
3527 (global_auto_load): Likewise.
3528 (auto_load_local_gdbinit): Likewise.
3529 (auto_load_local_gdbinit_loaded): Likewise.
3530 * auto-load.h (global_auto_load): Likewise.
3531 (auto_load_local_gdbinit): Likewise.
3532 (auto_load_local_gdbinit_loaded): Likewise.
3533 * breakpoint.c (disconnected_dprintf): Likewise.
3534 (breakpoint_proceeded): Likewise.
3535 (automatic_hardware_breakpoints): Likewise.
3536 (always_inserted_mode): Likewise.
3537 (target_exact_watchpoints): Likewise.
3538 (_initialize_breakpoint): Update.
3539 * breakpoint.h (target_exact_watchpoints): Change to bool.
3540 * btrace.c (maint_btrace_pt_skip_pad): Likewise.
3541 * cli/cli-cmds.c (trace_commands): Likewise.
3542 * cli/cli-cmds.h (trace_commands): Likewise.
3543 * cli/cli-decode.c (add_setshow_boolean_cmd): Change int* argument
3544 to bool*.
3545 * cli/cli-logging.c (logging_overwrite): Change to bool.
3546 (logging_redirect): Likewise.
3547 (debug_redirect): Likewise.
3548 * cli/cli-option.h (option_def) <boolean>: Change return type to bool*.
3549 (struct boolean_option_def) <get_var_address_cb_>: Change return type
3550 to bool.
3551 <boolean_option_def>: Update.
3552 (struct flag_option_def): Change default type of Context to bool
3553 from int.
3554 <flag_option_def>: Change return type of var_address_cb_ to bool*.
3555 * cli/cli-setshow.c (do_set_command): Cast to bool* instead of int*.
3556 (get_setshow_command_value_string): Likewise.
3557 * cli/cli-style.c (cli_styling): Change to bool.
3558 (source_styling): Likewise.
3559 * cli/cli-style.h (source_styling): Likewise.
3560 (cli_styling): Likewise.
3561 * cli/cli-utils.h (struct qcs_flags) <quiet, cont, silent>: Change
3562 to bool.
3563 * command.h (var_types): Update comment.
3564 (add_setshow_boolean_cmd): Change int* var argument to bool*.
3565 * compile/compile-cplus-types.c (debug_compile_cplus_types): Change to
3566 bool.
3567 (debug_compile_cplus_scopes): Likewise.
3568 * compile/compile-internal.h (compile_debug): Likewise.
3569 * compile/compile.c (compile_debug): Likewise.
3570 (struct compile_options) <raw>: Likewise.
3571 * cp-support.c (catch_demangler_crashes): Likewise.
3572 * cris-tdep.c (usr_cmd_cris_version_valid): Likewise.
3573 (usr_cmd_cris_dwarf2_cfi): Likewise.
3574 * csky-tdep.c (csky_debug): Likewise.
3575 * darwin-nat.c (enable_mach_exceptions): Likewise.
3576 * dcache.c (dcache_enabled_p): Likewise.
3577 * defs.h (info_verbose): Likewise.
3578 * demangle.c (demangle): Likewise.
3579 (asm_demangle): Likewise.
3580 * dwarf-index-cache.c (debug_index_cache): Likewise.
3581 * dwarf2-frame.c (dwarf2_frame_unwinders_enabled_p): Likewise.
3582 * dwarf2-frame.h (dwarf2_frame_unwinders_enabled_p): Likewise.
3583 * dwarf2read.c (check_physname): Likewise.
3584 (use_deprecated_index_sections): Likewise.
3585 (dwarf_always_disassemble): Likewise.
3586 * eval.c (overload_resolution): Likewise.
3587 * event-top.c (set_editing_cmd_var): Likewise.
3588 (exec_done_display_p): Likewise.
3589 * event-top.h (set_editing_cmd_var): Likewise.
3590 (exec_done_display_p): Likewise.
3591 * exec.c (write_files): Likewise.
3592 * fbsd-nat.c (debug_fbsd_lwp): Likewise
3593 (debug_fbsd_nat): Likewise.
3594 * frame.h (struct frame_print_options) <print_raw_frame_arguments>:
3595 Likewise.
3596 (struct set_backtrace_options) <backtrace_past_main>: Likewise.
3597 <backtrace_past_entry> Likewise.
3598 * gdb-demangle.h (demangle): Likewise.
3599 (asm_demangle): Likewise.
3600 * gdb_bfd.c (bfd_sharing): Likewise.
3601 * gdbcore.h (write_files): Likewise.
3602 * gdbsupport/common-debug.c (show_debug_regs): Likewise.
3603 * gdbsupport/common-debug.h (show_debug_regs): Likewise.
3604 * gdbthread.h (print_thread_events): Likewise.
3605 * gdbtypes.c (opaque_type_resolution): Likewise.
3606 (strict_type_checking): Likewise.
3607 * gnu-nat.c (gnu_debug_flag): Likewise.
3608 * guile/scm-auto-load.c (auto_load_guile_scripts): Likewise.
3609 * guile/scm-param.c (pascm_variable): Add boolval.
3610 (add_setshow_generic): Update.
3611 (pascm_param_value): Update.
3612 (pascm_set_param_value_x): Update.
3613 * hppa-tdep.c (hppa_debug): Change to bool..
3614 * infcall.c (may_call_functions_p): Likewise.
3615 (coerce_float_to_double_p): Likewise.
3616 (unwind_on_signal_p): Likewise.
3617 (unwind_on_terminating_exception_p): Likewise.
3618 * infcmd.c (startup_with_shell): Likewise.
3619 * inferior.c (print_inferior_events): Likewise.
3620 * inferior.h (startup_with_shell): Likewise.
3621 (print_inferior_events): Likewise.
3622 * infrun.c (step_stop_if_no_debug): Likewise.
3623 (detach_fork): Likewise.
3624 (debug_displaced): Likewise.
3625 (disable_randomization): Likewise.
3626 (non_stop): Likewise.
3627 (non_stop_1): Likewise.
3628 (observer_mode): Likewise.
3629 (observer_mode_1): Likewise.
3630 (set_observer_mode): Update.
3631 (sched_multi): Change to bool.
3632 * infrun.h (debug_displaced): Likewise.
3633 (sched_multi): Likewise.
3634 (step_stop_if_no_debug): Likewise.
3635 (non_stop): Likewise.
3636 (disable_randomization): Likewise.
3637 * linux-tdep.c (use_coredump_filter): Likewise.
3638 (dump_excluded_mappings): Likewise.
3639 * linux-thread-db.c (auto_load_thread_db): Likewise.
3640 (check_thread_db_on_load): Likewise.
3641 * main.c (captured_main_1): Update.
3642 * maint-test-options.c (struct test_options_opts) <flag_opt, xx1_opt,
3643 xx2_opt, boolean_opt>: Change to bool.
3644 * maint-test-settings.c (maintenance_test_settings_boolean): Likewise.
3645 * maint.c (maintenance_profile_p): Likewise.
3646 (per_command_time): Likewise.
3647 (per_command_space): Likewise.
3648 (per_command_symtab): Likewise.
3649 * memattr.c (inaccessible_by_default): Likewise.
3650 * mi/mi-main.c (mi_async): Likewise.
3651 (mi_async_1): Likewise.
3652 * mips-tdep.c (mips64_transfers_32bit_regs_p): Likewise.
3653 * nat/fork-inferior.h (startup_with_shell): Likewise.
3654 * nat/linux-namespaces.c (debug_linux_namespaces): Likewise.
3655 * nat/linux-namespaces.h (debug_linux_namespaces): Likewise.
3656 * nios2-tdep.c (nios2_debug): Likewise.
3657 * or1k-tdep.c (or1k_debug): Likewise.
3658 * parse.c (parser_debug): Likewise.
3659 * parser-defs.h (parser_debug): Likewise.
3660 * printcmd.c (print_symbol_filename): Likewise.
3661 * proc-api.c (procfs_trace): Likewise.
3662 * python/py-auto-load.c (auto_load_python_scripts): Likewise.
3663 * python/py-param.c (union parmpy_variable): Add "bool boolval" field.
3664 (set_parameter_value): Update.
3665 (add_setshow_generic): Update.
3666 * python/py-value.c (copy_py_bool_obj): Change argument from int*
3667 to bool*.
3668 * python/python.c (gdbpy_parameter_value): Cast to bool* instead of
3669 int*.
3670 * ravenscar-thread.c (ravenscar_task_support): Change to bool.
3671 * record-btrace.c (record_btrace_target::store_registers): Update.
3672 * record-full.c (record_full_memory_query): Change to bool.
3673 (record_full_stop_at_limit): Likewise.
3674 * record-full.h (record_full_memory_query): Likewise.
3675 * remote-notif.c (notif_debug): Likewise.
3676 * remote-notif.h (notif_debug): Likewise.
3677 * remote.c (use_range_stepping): Likewise.
3678 (interrupt_on_connect): Likewise.
3679 (remote_break): Likewise.
3680 * ser-tcp.c (tcp_auto_retry): Likewise.
3681 * ser-unix.c (serial_hwflow): Likewise.
3682 * skip.c (debug_skip): Likewise.
3683 * solib-aix.c (solib_aix_debug): Likewise.
3684 * spu-tdep.c (spu_stop_on_load_p): Likewise.
3685 (spu_auto_flush_cache_p): Likewise.
3686 * stack.c (struct backtrace_cmd_options) <full, no_filters, hide>:
3687 Likewise.
3688 (struct info_print_options) <quiet>: Likewise.
3689 * symfile-debug.c (debug_symfile): Likewise.
3690 * symfile.c (auto_solib_add): Likewise.
3691 (separate_debug_file_debug): Likewise.
3692 * symfile.h (auto_solib_add): Likewise.
3693 (separate_debug_file_debug): Likewise.
3694 * symtab.c (basenames_may_differ): Likewise.
3695 (struct filename_partial_match_opts) <dirname, basename>: Likewise.
3696 (struct info_print_options) <quiet, exclude_minsyms>: Likewise.
3697 (struct info_types_options) <quiet>: Likewise.
3698 * symtab.h (demangle): Likewise.
3699 (basenames_may_differ): Likewise.
3700 * target-dcache.c (stack_cache_enabled_1): Likewise.
3701 (code_cache_enabled_1): Likewise.
3702 * target.c (trust_readonly): Likewise.
3703 (may_write_registers): Likewise.
3704 (may_write_memory): Likewise.
3705 (may_insert_breakpoints): Likewise.
3706 (may_insert_tracepoints): Likewise.
3707 (may_insert_fast_tracepoints): Likewise.
3708 (may_stop): Likewise.
3709 (auto_connect_native_target): Likewise.
3710 (target_stop_and_wait): Update.
3711 (target_async_permitted): Change to bool.
3712 (target_async_permitted_1): Likewise.
3713 (may_write_registers_1): Likewise.
3714 (may_write_memory_1): Likewise.
3715 (may_insert_breakpoints_1): Likewise.
3716 (may_insert_tracepoints_1): Likewise.
3717 (may_insert_fast_tracepoints_1): Likewise.
3718 (may_stop_1): Likewise.
3719 * target.h (target_async_permitted): Likewise.
3720 (may_write_registers): Likewise.
3721 (may_write_memory): Likewise.
3722 (may_insert_breakpoints): Likewise.
3723 (may_insert_tracepoints): Likewise.
3724 (may_insert_fast_tracepoints): Likewise.
3725 (may_stop): Likewise.
3726 * thread.c (struct info_threads_opts) <show_global_ids>: Likewise.
3727 (make_thread_apply_all_options_def_group): Change argument from int*
3728 to bool*.
3729 (thread_apply_all_command): Update.
3730 (print_thread_events): Change to bool.
3731 * top.c (confirm): Likewise.
3732 (command_editing_p): Likewise.
3733 (history_expansion_p): Likewise.
3734 (write_history_p): Likewise.
3735 (info_verbose): Likewise.
3736 * top.h (confirm): Likewise.
3737 (history_expansion_p): Likewise.
3738 * tracepoint.c (disconnected_tracing): Likewise.
3739 (circular_trace_buffer): Likewise.
3740 * typeprint.c (print_methods): Likewise.
3741 (print_typedefs): Likewise.
3742 * utils.c (debug_timestamp): Likewise.
3743 (sevenbit_strings): Likewise.
3744 (pagination_enabled): Likewise.
3745 * utils.h (sevenbit_strings): Likewise.
3746 (pagination_enabled): Likewise.
3747 * valops.c (overload_resolution): Likewise.
3748 * valprint.h (struct value_print_options) <prettyformat_arrays,
3749 prettyformat_structs, vtblprint, unionprint, addressprint, objectprint,
3750 stop_print_at_null, print_array_indexes, deref_ref, static_field_print,
3751 pascal_static_field_print, raw, summary, symbol_print, finish_print>:
3752 Likewise.
3753 * windows-nat.c (new_console): Likewise.
3754 (cygwin_exceptions): Likewise.
3755 (new_group): Likewise.
3756 (debug_exec): Likewise.
3757 (debug_events): Likewise.
3758 (debug_memory): Likewise.
3759 (debug_exceptions): Likewise.
3760 (useshell): Likewise.
3761 * windows-tdep.c (maint_display_all_tib): Likewise.
3762 * xml-support.c (debug_xml): Likewise.
3763
3764 2019-09-17 Mike Gulick <mgulick@mathworks.com>
3765
3766 * source.c (prepare_path_for_appending): New function.
3767 (openp): Make use of new function.
3768 (find_and_open_source): Search for the compilation directory and
3769 source file as a relative path beneath the directory search path.
3770
3771 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3772
3773 * source-cache.c (source_cache::get_line_charpos): Catch
3774 exceptions and return false, this matches the behaviour documented
3775 in the header file.
3776
3777 2019-09-17 Joel Brobecker <brobecker@adacore.com>
3778
3779 * ada-tasks.c (info_task): Remove quoting of the task's name.
3780
3781 2019-09-16 Christian Biesinger <cbiesinger@google.com>
3782
3783 * symfile.c (auto_solib_add): Replace comment with a reference
3784 to the header file.
3785
3786 2019-09-14 Christian Biesinger <cbiesinger@google.com>
3787
3788 * NEWS: Mention that gdb can now be compiled with Python 3
3789 on Windows.
3790
3791 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3792
3793 * maint.c (maint_print_section_data::maint_print_section_data):
3794 Force use of 'float log10 (float)' by casting the argument to
3795 float.
3796
3797 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * maint.c: Add 'cmath' include.
3800 (struct maint_print_section_data): New structure.
3801 (print_section_index): New function.
3802 (print_bfd_section_info): Add header comment, small whitespace
3803 cleanup, and update to call new print_section_index function.
3804 (print_objfile_section_info): Likewise.
3805 (maint_obj_section_from_bfd_section): New function.
3806 (print_bfd_section_info_maybe_relocated): New function.
3807 (maintenance_info_sections): Add header comment, always use
3808 bfd_map_over_sections instead of ALL_OBJFILE_OSECTIONS.
3809
3810 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3811
3812 * psymtab.c (find_pc_sect_psymtab): Move baseaddr local into more
3813 inner scope, add check that the objfile has psymtabs before
3814 checking psymtabs_addrmap.
3815 * psymtab.h (psymtab_storage) <psymtabs_addrmap>: Extend comment.
3816
3817 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3818
3819 * NEWS: Announce that Ada task names are now shown at more places,
3820 and between quotes (except in info task output).
3821 * gdb/ada-tasks.c (task_to_str): New function.
3822 (display_current_task_id): Call task_to_str.
3823 (task_command_1): Likewise.
3824 (print_ada_task_info): In non-mi mode, Properly align headers and data
3825 when task-id length is > 9 (9 is the default for a 32 bits CORE_ADDR).
3826
3827 2019-09-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3828
3829 * procfs.c (procfs_target::wait) <PR_FAULTED>: Get signal from
3830 prstatus.pr_lwp.pr_info instead of making it up.
3831
3832 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3833
3834 * auto-load.c (auto_load_expand_dir_vars): Update.
3835 * defs.h (gdb_datadir): Change to std::string.
3836 (python_libdir): Likewise.
3837 (relocate_gdb_directory): Change return type to std::string.
3838 * guile/guile.c (gdbscm_data_directory): Update.
3839 (initialize_scheme_side): Update.
3840 * jit.c (jit_reader_dir): Change to std::string.
3841 (jit_reader_load_command): Update.
3842 * main.c (gdb_datadir): Change to std::string.
3843 (python_libdir): Likewise.
3844 (set_gdb_data_directory): Update.
3845 (relocate_path): Change to return std::string.
3846 (relocate_gdb_directory): Change to return std::string.
3847 (relocate_gdbinit_path_maybe_in_datadir): Update.
3848 (captured_main_1): Update.
3849 * python/python.c (do_start_initialization): Update.
3850 * top.c (show_gdb_datadir): Update.
3851 * xml-syscall.c (xml_init_syscalls_info): Update.
3852 (init_syscalls_info): Update.
3853
3854 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3855
3856 * main.c (relocate_gdbinit_path_maybe_in_datadir): Factor this code
3857 out of get_init_files.
3858 (get_init_files): Update.
3859
3860 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3861
3862 * main.c (get_init_files): Change to use std::string.
3863 (captured_main_1): Update.
3864 (print_gdb_help): Update.
3865
3866 2019-09-11 Ali Tamur <tamur@google.com>
3867
3868 *gdb/target-float.c (host_float_ops<T>::to_longest): Update
3869 implementation.
3870
3871 2019-09-11 Christian Biesinger <cbiesinger@google.com>
3872
3873 * dbxread.c (read_dbx_symtab): Update.
3874 * dwarf2read.c (load_partial_dies): Update.
3875 * mdebugread.c (parse_partial_symbols): Update.
3876 (handle_psymbol_enumerators): Update.
3877 * psympriv.h (add_psymbol_to_list): Change type of copy_names to bool.
3878 * psymtab.c (add_psymbol_to_bcache): Likewise.
3879 (add_psymbol_to_list): Likewise.
3880 * symtab.c (symbol_set_names): Likewise.
3881 * symtab.h (symbol_set_names): Likewise.
3882 * xcoffread.c (scan_xcoff_symtab): Update.
3883
3884 2019-09-11 Tom Tromey <tom@tromey.com>
3885
3886 * symfile-mem.c (symbol_file_add_from_memory): Use
3887 bfd_set_filename.
3888 * solib-darwin.c (darwin_bfd_open): Use bfd_set_filename.
3889 * solib-aix.c (solib_aix_bfd_open): Use bfd_set_filename.
3890
3891 2019-09-10 Tom Tromey <tromey@adacore.com>
3892
3893 * dwarf-index-write.c (write_psymbols): Extend error message.
3894 (debug_names::insert): Add Ada code.
3895 (debug_names::write_psymbols): Remove Ada check.
3896 (debug_names) <m_string_obstack>: New member.
3897 * dwarf2read.c (gdb_index_symbol_name_matcher): Remove.
3898 (gdb_index_symbol_name_matcher::matches): Remove.
3899 (mapped_index_base::find_name_components_bounds): Add "lang"
3900 parameter.
3901 (mapped_index_base::build_name_components): Also split names
3902 according to Ada syntax.
3903 (dw2_expand_symtabs_matching_symbol): Loop over languages. Change
3904 type of "match_callback".
3905 (check_match, check_find_bounds_finds)
3906 (dw2_expand_symtabs_matching): Update.
3907 (dw2_debug_names_iterator): Add new constructor.
3908 (dw2_debug_names_map_matching_symbols): New function.
3909 (dw2_debug_names_expand_symtabs_matching): Update.
3910 (dwarf2_debug_names_functions): Use
3911 dw2_debug_names_map_matching_symbols.
3912
3913 2019-09-10 Tom Tromey <tromey@adacore.com>
3914
3915 * dwarf2read.c (dw2_get_file_names_reader): Add the
3916 CU's file name to the results.
3917
3918 2019-09-10 Tom Tromey <tromey@adacore.com>
3919
3920 * ada-lang.c (add_nonlocal_symbols): Combine calls to
3921 map_matching_symbols. Update.
3922 * dwarf2read.c (dw2_map_matching_symbols): Update.
3923 * psymtab.c (match_partial_symbol): Change type; update.
3924 (psym_map_matching_symbols): Likewise.
3925 * symfile-debug.c (debug_qf_map_matching_symbols): Change
3926 type; update.
3927 * symfile.h (struct quick_symbol_functions)
3928 <map_matching_symbols>: Change "name" to be a lookup_name_info.
3929 Remove "match".
3930
3931 2019-09-10 Tom Tromey <tromey@adacore.com>
3932
3933 * psymtab.c (map_block): Remove.
3934 (psym_map_matching_symbols): Use iterate_over_symbols_terminated.
3935 * symtab.c (iterate_over_symbols_terminated): New function.
3936 * symtab.c (iterate_over_symbols_terminated): Declare.
3937
3938 2019-09-10 Tom Tromey <tromey@adacore.com>
3939
3940 * ada-lang.c (ada_iterate_over_symbols): Return bool.
3941 * language.h (struct language_defn) <la_iterate_over_symbols>:
3942 Return bool.
3943 * symtab.c (iterate_over_symbols): Return bool.
3944 * symtab.h (iterate_over_symbols): Return bool.
3945
3946 2019-09-10 Tom Tromey <tromey@adacore.com>
3947
3948 * ada-lang.c (aux_add_nonlocal_symbols): Change type.
3949 (add_nonlocal_symbols): Update.
3950 * dwarf2read.c (dw2_map_matching_symbols): Change type.
3951 * psymtab.c (map_block, psym_map_matching_symbols): Change type.
3952 * symfile-debug.c (debug_qf_map_matching_symbols): Change type.
3953 * symfile.h (struct quick_symbol_functions) <map_matching_symbols>:
3954 Change type of "callback". Remove "data".
3955
3956
3957 2019-09-09 Ali Tamur <tamur@google.com>
3958
3959 * dwarf2read.c (comp_unit_head): Update comment.
3960 (dwarf2_dwo_name): New function declaration.
3961 (dwarf_unit_type_name): New function declaration.
3962 (read_comp_unit_head): Add support for new compilation units,
3963 DW_UT_partial, DW_UT_skeleton, DW_UT_split_compile, DW_UT_split_type.
3964 Particularly, DW_UT_skeleton and DW_UT_split_compile have dwo_id
3965 (currently named as "signature") in their header. Also clarify error
3966 messages.
3967 (lookup_dwo_id): New function. Returns the dwo id of the given
3968 compile unit.
3969 (lookup_dwo_unit): Use the new lookup_dwo_id function.
3970 (init_cutu_and_read_dies): Use the new dwarf2_dwo_name and lookup_dwo_id
3971 functions.
3972 (create_dwo_cu_reader): Use the added lookup_dwo_id function.
3973 (dwarf2_dwo_name): Get the dwo name if present.
3974 (dwarf_unit_type_name): Convert DW_UT_* types to string for diagnostic
3975 purposes.
3976
3977 2019-09-09 Tom Tromey <tom@tromey.com>
3978
3979 * tui/tui-win.c (tui_all_windows_info): Use ui_out.
3980
3981 2019-09-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3982
3983 * python/python.c (do_start_initialization): Make progname_copy static,
3984 to avoid a leak report.
3985
3986 2019-09-08 Tom Tromey <tom@tromey.com>
3987
3988 * tui/tui-wingeneral.c (box_win): Truncate long window titles.
3989
3990 2019-09-07 Simon Marchi <simon.marchi@efficios.com>
3991
3992 * dwarf2read.c (struct dw2_symtab_iterator) <block_index>:
3993 Change type to gdb::optional<block_enum>.
3994 (dw2_symtab_iter_init): Change block_index parameter type
3995 to gdb::optional<block_enum>.
3996 (dw2_lookup_symbol): Change block_index parameter
3997 type to block_enum.c
3998 (dw2_debug_names_lookup_symbol): Likewise.
3999 * psymtab.c (psym_lookup_symbol): Likewise.
4000 * symfile-debug.c (debug_qf_lookup_symbol): Likewise.
4001 * symfile.h (struct quick_symbol_functions) <lookup_symbol>:
4002 Likewise.
4003
4004 2019-09-06 Christian Biesinger <cbiesinger@google.com>
4005
4006 * defs.h (relocate_gdb_directory): Change int to bool in
4007 signature and rename flag to relocatable.
4008 * main.c (relocate_path): Likewise.
4009 (relocate_gdb_directory): Likewise.
4010
4011 2019-09-06 Alan Modra <amodra@gmail.com>
4012
4013 * coffread.c (coff_symfile_read): Constify filename variable.
4014 * dbxread.c (dbx_symfile_init, coffstab_build_psymtabs),
4015 (elfstab_build_psymtabs, stabsect_build_psymtabs): Likewise.
4016 * gdb_bfd.c (gdb_bfd_close_or_warn): Likewise.
4017 * solib.c (reload_shared_libraries_1): Likewise.
4018 * symfile.c (reread_symbols): Likewise.
4019 * solib-aix.c (solib_aix_bfd_open): Add cast for xfree of filename.
4020 * solib-darwin.c (darwin_bfd_open): Likewise.
4021 * symfile-mem.c (symbol_file_add_from_memory): Likewise.
4022
4023 2019-09-03 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * psymtab.c (print_partial_symbols): Handle missing domain_enum
4026 values MODULE_DOMAIN and COMMON_BLOCK_DOMAIN.
4027
4028 2019-09-03 Tom Tromey <tromey@adacore.com>
4029
4030 * ada-valprint.c (ada_val_print_num): Don't recurse for range
4031 types.
4032 (has_negatives): Unbias a range type bound.
4033 * dwarf2read.c (read_subrange_type): Handle DW_AT_GNU_bias.
4034 * gdbtypes.c (operator==): Handle new field.
4035 (create_range_type): Add "bias" parameter.
4036 (create_static_range_type, resolve_dynamic_range): Update.
4037 * gdbtypes.h (struct range_bounds) <bias>: New member.
4038 (create_range_type): Add bias parameter.
4039 * printcmd.c (print_scalar_formatted): Unbias range types.
4040 * value.c (unpack_long): Unbias range types.
4041 (pack_long): Bias range types.
4042
4043 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4044
4045 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Check all
4046 probe arguments.
4047
4048 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4049
4050 * break-catch-throw.c (fetch_probe_arguments): Use gdbarch.
4051 * dtrace-probe.c (dtrace_probe::get_argument_count): Likewise.
4052 * probe.c (probe_safe_evaluate_at_pc) (compute_probe_arg)
4053 (compile_probe_arg): Likewise.
4054 * probe.h (get_argument_count): Likewise.
4055 * solib-svr4.c (solib_event_probe_action): Likewise.
4056 * stap-probe.c (stap_probe::get_argument_count): Likewise.
4057
4058 2019-09-02 Alan Hayward <alan.hayward@arm.com>
4059
4060 * solib-svr4.c (svr4_find_and_create_probe_breakpoints): Move
4061 code to here...
4062 (svr4_create_solib_event_breakpoints): ...from here.
4063
4064 2019-08-30 Sergio Durigan Junior <sergiodj@redhat.com>
4065
4066 * nat/fork-inferior.c (trace_start_error): Remove "\nError: "
4067 suffix from warning message.
4068
4069 2019-08-30 Tom Tromey <tom@tromey.com>
4070
4071 * tui/tui-winsource.h (struct tui_source_window_base)
4072 <refresh_all>: Don't declare.
4073 * tui/tui-winsource.c (tui_source_window_base::refresh_all):
4074 Remove.
4075 * tui/tui-win.c (tui_refresh_all_win): Don't call refresh_all or
4076 tui_show_locator_content.
4077 * tui/tui-regs.h (struct tui_data_window) <refresh_all>: Don't
4078 declare.
4079 * tui/tui-regs.c (tui_data_window::refresh_all): Remove.
4080 * tui/tui-data.h (struct tui_win_info) <refresh_all>: Don't
4081 declare.
4082
4083 2019-08-30 Tom Tromey <tom@tromey.com>
4084
4085 * tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
4086
4087 2019-08-30 Tom Tromey <tom@tromey.com>
4088
4089 * tui/tui-stack.c (_initialize_tui_stack): Move later.
4090 Remove unnecessary forward declarations.
4091
4092 2019-08-30 Tom Tromey <tom@tromey.com>
4093
4094 * tui/tui-stack.c (tui_locator_window::set_locator_fullname): Call
4095 rerender.
4096 (tui_update_locator_fullname, tui_show_frame_info): Don't call
4097 tui_show_locator_content.
4098
4099 2019-08-30 Tom Tromey <tom@tromey.com>
4100
4101 * tui/tui-stack.c (tui_show_locator_content): Move lower. Rewrite.
4102 (tui_locator_window::rerender): Rewrite using body of previous
4103 tui_show_locator_content.
4104
4105 2019-08-30 Tom Tromey <tom@tromey.com>
4106
4107 * tui/tui-stack.h (struct tui_locator_window) <set_locator_info,
4108 set_locator_fullname>: New methods.
4109 * tui/tui-stack.c (tui_locator_window::set_locator_fullname):
4110 Rename from tui_set_locator_fullname.
4111 (tui_locator_window::set_locator_info): Rename from
4112 tui_set_locator_info. Return bool.
4113 (tui_update_locator_fullname, tui_show_frame_info): Update.
4114
4115 2019-08-30 Tom Tromey <tom@tromey.com>
4116
4117 * tui/tui-layout.c (show_layout): Don't call tui_refresh_all.
4118
4119 2019-08-30 Tom Tromey <tom@tromey.com>
4120
4121 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
4122 call touchwin.
4123
4124 2019-08-30 Tom Tromey <tom@tromey.com>
4125
4126 * tui/tui-wingeneral.c (box_win): Assume win_info and
4127 win_info->handle cannot be NULL.
4128
4129 2019-08-30 Tom Tromey <tom@tromey.com>
4130
4131 * tui/tui-regs.h (struct tui_data_item_window) <rerender,
4132 refresh_window>: Declare.
4133 * tui/tui-regs.c (tui_data_window::display_registers_from): Call
4134 resize.
4135 (tui_data_item_window::rerender): Rename from
4136 tui_display_register.
4137 (tui_data_item_window::refresh_window): New method.
4138 * tui/tui-layout.c (tui_gen_win_info::resize): Do nothing on
4139 no-op.
4140
4141 2019-08-30 Tom Tromey <tom@tromey.com>
4142
4143 * tui/tui-regs.h (struct tui_data_window) <regs_content,
4144 regs_column_count, current_group>: Move later. Now private.
4145 <get_current_group>: New method.
4146 * tui/tui-regs.c (tui_reg_command): Update.
4147 * tui/tui-layout.c (tui_set_layout): Update.
4148
4149 2019-08-30 Tom Tromey <tom@tromey.com>
4150
4151 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4152 (tui_data_window::rerender): Don't call
4153 check_and_display_highlight_if_needed.
4154 (tui_data_window::refresh_all): Remove call to
4155 erase_data_content.
4156
4157 2019-08-30 Tom Tromey <tom@tromey.com>
4158
4159 * tui/tui-regs.c (tui_data_window::last_regs_line_no)
4160 (tui_data_window::display_registers_from)
4161 (tui_data_window::display_reg_element_at_line)
4162 (tui_data_window::display_registers_from_line): Remove checks of
4163 "empty".
4164
4165 2019-08-30 Tom Tromey <tom@tromey.com>
4166
4167 * tui/tui-regs.h (struct tui_data_window) <display_all_data>:
4168 Don't declare.
4169 * tui/tui-regs.c (tui_data_window::show_registers): Call
4170 rerender.
4171 (tui_data_window::rerender): Rename from display_all_data.
4172 (tui_data_window::rerender): Remove old implementation.
4173
4174 2019-08-30 Tom Tromey <tom@tromey.com>
4175
4176 * tui/tui-regs.c (tui_data_window::display_all_data): Change
4177 text.
4178 * tui/tui-data.h (NO_DATA_STRING): Remove define.
4179
4180 2019-08-29 Bernhard Wodok <barto@gmx.net>
4181 Sergio Durigan Junior <sergiodj@redhat.com>
4182
4183 PR win32/24284
4184 * mingw-hdep.c (gdb_select): Handle case when 'n' is zero.
4185
4186 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * symtab.c (search_symbols): Don't include MODULE_DOMAIN symbols
4189 when searching for types.
4190
4191 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
4192
4193 * f-lang.c (f_language_defn): Use f_print_typedef.
4194 * f-lang.h (f_print_typedef): Declare.
4195 * f-typeprint.c (f_print_typedef): Define.
4196
4197 2019-08-27 Christian Biesinger <cbiesinger@google.com>
4198
4199 * nat/linux-namespaces.c (mnsh_main): Initialize fd (to -1).
4200
4201 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * cli/cli-utils.c (info_print_options_defs): Delete.
4204 (make_info_print_options_def_group): Delete.
4205 (extract_info_print_options): Delete.
4206 (info_print_command_completer): Delete.
4207 (info_print_args_help): Add extra parameter, and optionally
4208 include text about -n flag.
4209 * cli/cli-utils.h (struct info_print_options): Delete.
4210 (extract_info_print_options): Delete declaration.
4211 (info_print_command_completer): Delete declaration.
4212 (info_print_args_help): Add extra parameter, extend header
4213 comment.
4214 * python/python.c (gdbpy_rbreak): Pass additional parameter to
4215 search_symbols.
4216 * stack.c (struct info_print_options): New type.
4217 (info_print_options_defs): New file scoped variable.
4218 (make_info_print_options_def_group): New static function.
4219 (info_print_command_completer): New static function.
4220 (info_locals_command): Update to use new local functions.
4221 (info_args_command): Likewise.
4222 (_initialize_stack): Add extra parameter to calls to
4223 info_print_args_help.
4224 * symtab.c (search_symbols): Add extra parameter, use this to
4225 possibly excluse non-debug symbols.
4226 (symtab_symbol_info): Add extra parameter, which is passed on to
4227 search_symbols.
4228 (struct info_print_options): New type.
4229 (info_print_options_defs): New file scoped variable.
4230 (make_info_print_options_def_group): New static function.
4231 (info_print_command_completer): New static function.
4232 (info_variables_command): Update to use local functions, and pass
4233 extra parameter through to symtab_symbol_info.
4234 (info_functions_command): Likewise.
4235 (info_types_command): Pass additional argument through to
4236 symtab_symbol_info.
4237 (rbreak_command): Pass extra argument to search_symbols.
4238 (_initialize_symtab): Add extra arguments for calls to
4239 info_print_args_help, and update help text for 'info variables',
4240 'whereis', and 'info functions' commands.
4241 * symtab.h (search_symbols): Add extra argument to declaration.
4242 * NEWS: Mention new flags.
4243
4244 2019-08-26 Christian Biesinger <cbiesinger@google.com>
4245
4246 * symtab.c (lookup_static_symbol): Call the new function (and move
4247 it down to be next to lookup_global_symbol).
4248 (struct global_sym_lookup_data): Add block_enum member and rename to...
4249 (struct global_or_static_sym_lookup_data): ...this.
4250 (lookup_symbol_global_iterator_cb): Pass block_index instead of
4251 GLOBAL_BLOCK to lookup_symbol_in_objfile and rename to...
4252 (lookup_symbol_global_or_static_iterator_cb): ...this.
4253 (lookup_global_or_static_symbol): New function.
4254 (lookup_global_symbol): Call new function.
4255
4256 2019-08-26 Tom de Vries <tdevries@suse.de>
4257
4258 PR c++/24852
4259 * break-catch-throw.c (fetch_probe_arguments): Improve error mesage
4260 when pc_probe.prob == NULL.
4261
4262 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4263
4264 * dwarf2read.c (dw2_debug_names_iterator::next): Rename local
4265 variable symbol_linkage to symbol_linkage_.
4266
4267 2019-08-25 Simon Marchi <simon.marchi@efficios.com>
4268
4269 * dwarf2read.c (dw2_debug_names_iterator::next): Use enum to
4270 represent whether the symbol is static, dynamic, or we don't
4271 know.
4272
4273 2019-08-25 Yoshinori Sato <ysato@users.sourceforge.jp>
4274
4275 * gdb/rx-tdep.c (rx_register_names): New.
4276 (rx_register_name): Delete.
4277 (rx_psw_type): Delete.
4278 (rx_fpsw_type): Delete.
4279 (rx_register_type): Delete.
4280 (rx_gdbarch_init): Convert target-descriptions.
4281 (_initialize_rx_tdep): Add initialize_tdesc_rx.
4282 * gdb/features/Makefile: Add rx.xml.
4283 * gdb/features/rx.xml: New.
4284 * gdb/features/rx.c: Generated.
4285 * gdb/NEWS: Mention target description support.
4286
4287 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4288
4289 * symtab.c (symbol_cache_lookup): Always initialize *bsc_ptr and
4290 *slot_ptr.
4291
4292 2019-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
4293
4294 * configure.ac: Don't check for 'dlfcn.h' (moved to
4295 gdbsupport/common.m4).
4296 * Makefile.in (COMMON_SFILES): Move 'gdb-dlfcn.c' to
4297 'gdbsupport/'.
4298 (HFILES_NO_SRCDIR): Likewise, for 'gdb-dlfcn.h'.
4299 * compile/compile-c-support.c: Include
4300 'gdbsupport/gdb-dlfcn.h'.
4301 * gdbsupport/common.m4: Check for 'dlfcn.h'.
4302 * gdb-dlfcn.c: Move to...
4303 * gdbsupport/gdb-dlfcn.c: ... here.
4304 * gdb-dlfcn.h: Move to...
4305 * gdbsupport/gdb-dlfcn.h: ... here.
4306
4307 2019-08-23 Sandra Loosemore <sandra@codesourcery.com>
4308
4309 * nios2-tdep.c (struct reg_value): Improve comments. Make
4310 the offset field signed.
4311
4312 2019-08-22 Christian Biesinger <cbiesinger@google.com>
4313
4314 * python/lib/gdb/__init__.py (_execute_file): New function.
4315 * python/python.c (python_run_simple_file): Call gdb._execute_file
4316 on Windows.
4317
4318 2019-08-22 Andrew Burgess <andrew.burgess@embecosm.com>
4319
4320 * f-exp.y (yylex): Remove is_a_field_of_this local variable, and
4321 all uses as this was never set to anything but a zero value.
4322
4323 2019-08-21 Bogdan Harjoc <harjoc@gmail.com>
4324
4325 * cli/cli-cmds.c (with_command_1): Error out if no arguments.
4326
4327 2019-08-21 Christian Biesinger <cbiesinger@google.com>
4328
4329 * tui/tui-data.h (tui_gen_win_info): Add an =default
4330 move constructor, required by some GCC versions.
4331
4332 2019-08-21 Jinke Fan <fanjinke51@yeah.net>
4333
4334 * go32-nat.c (go32_sysinfo): Add hygon_p.
4335
4336 2019-08-20 Tom Tromey <tom@tromey.com>
4337
4338 * tui/tui-regs.h (struct tui_data_window) <last_regs_line_no,
4339 line_from_reg_element_no, first_reg_element_no_inline,
4340 display_all_data, delete_data_content_windows,
4341 erase_data_content>: Now private.
4342
4343 2019-08-20 Tom Tromey <tom@tromey.com>
4344
4345 * tui/tui-wingeneral.c (box_win): Change type of highlight_flag.
4346 (tui_unhighlight_win, tui_highlight_win)
4347 (tui_win_info::make_window): Update.
4348 * tui/tui-data.h (HILITE, NO_HILITE): Remove.
4349
4350 2019-08-20 Tom Tromey <tom@tromey.com>
4351
4352 * tui/tui-data.h (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4353 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4354 (MAX_PID_WIDTH): Move to tui-stack.c.
4355 * tui/tui-stack.c (PROC_PREFIX, LINE_PREFIX, PC_PREFIX)
4356 (MIN_LINE_WIDTH, MIN_PROC_WIDTH, MAX_TARGET_WIDTH)
4357 (MAX_PID_WIDTH): Move from tui-data.h.
4358
4359 2019-08-20 Tom Tromey <tom@tromey.com>
4360
4361 * tui/tui-wingeneral.h (tui_make_window): Don't declare.
4362 * tui/tui-wingeneral.c (box_win): Change type of win_info.
4363 (box_win): Update.
4364 (tui_gen_win_info::make_window): Rename from tui_make_window.
4365 (tui_win_info::make_window): New method.
4366 (tui_gen_win_info::make_visible): Update.
4367 * tui/tui-source.c (tui_source_window::set_contents): Update.
4368 * tui/tui-regs.c (tui_data_window::show_register_group): Update.
4369 (tui_data_window::display_registers_from): Update.
4370 * tui/tui-layout.c (tui_gen_win_info::resize): Update.
4371 * tui/tui-data.h (struct tui_gen_win_info) <make_window>:
4372 Declare.
4373 <can_box>: Remove.
4374 <title>: Remove.
4375 (struct tui_win_info) <make_window>: Declare.
4376 <can_box>: Now virtual.
4377 <title>: New member.
4378 * tui/tui-data.c (~tui_gen_win_info): Don't free title.
4379 * tui/tui-command.c (tui_cmd_window::resize): Update.
4380
4381 2019-08-20 Tom Tromey <tom@tromey.com>
4382
4383 * tui/tui-regs.h (struct tui_data_window) <display_regs>: Remove.
4384 * tui/tui-regs.c (tui_data_window::show_registers): Update.
4385 (tui_data_window::check_register_values): Update.
4386
4387 2019-08-20 Tom Tromey <tom@tromey.com>
4388
4389 * tui/tui-regs.h (struct tui_data_window): Use
4390 DISABLE_COPY_AND_ASSIGN.
4391 <regs_content>: Change type, removing unique_ptr.
4392 <tui_data_window>: Add move constructor.
4393 * tui/tui-regs.c (tui_data_window::show_registers)
4394 (tui_data_window::show_register_group)
4395 (tui_data_window::display_registers_from)
4396 (tui_data_window::display_registers_from)
4397 (tui_data_window::first_data_item_displayed)
4398 (tui_data_window::delete_data_content_windows)
4399 (tui_data_window::rerender, tui_data_window::refresh_window)
4400 (tui_data_window::check_register_values): Update.
4401
4402 2019-08-20 Tom Tromey <tom@tromey.com>
4403
4404 * tui/tui-regs.h (struct tui_data_window) <show_registers,
4405 show_register_group>: Declare.
4406 (tui_show_register_group): Don't declare.
4407 * tui/tui-regs.c (tui_data_window::show_registers): Rename from
4408 tui_show_registers.
4409 (tui_data_window::show_register_group): Rename from
4410 tui_show_register_group.
4411 (tui_data_window::check_register_values, tui_reg_command):
4412 Update.
4413 * tui/tui-layout.c (tui_set_layout): Update.
4414
4415 2019-08-20 Tom Tromey <tom@tromey.com>
4416
4417 * tui/tui-regs.h (struct tui_data_window) <check_register_values>:
4418 Declare.
4419 (tui_check_register_values): Don't declare.
4420 * tui/tui-regs.c (tui_data_window::check_register_values): Rename
4421 from tui_check_register_values.
4422 * tui/tui-hooks.c (tui_register_changed): Update.
4423
4424 2019-08-20 Tom Tromey <tom@tromey.com>
4425
4426 * tui/tui-regs.c (tui_reg_layout): Move later.
4427 (tui_show_registers): Don't enable TUI mode or change layout.
4428
4429 2019-08-20 Tom Tromey <tom@tromey.com>
4430
4431 * tui/tui-regs.h (struct tui_data_item_window)
4432 <~tui_data_item_window>: Remove.
4433 <content>: Now a unique_xmalloc_ptr.
4434 * tui/tui-regs.c (tui_register_format): Return a
4435 unique_xmalloc_ptr.
4436 (tui_get_register): Update.
4437 (~tui_data_item_window): Remove.
4438 (tui_data_window::display_registers_from, tui_display_register):
4439 Update.
4440 * tui/tui-io.h (tui_expand_tabs): Update.
4441 * tui/tui-io.c (tui_expand_tabs): Return a unique_xmalloc_ptr.
4442 Remove "col" parameter.
4443
4444 2019-08-20 Tom Tromey <tom@tromey.com>
4445
4446 * tui/tui-regs.h (struct tui_data_item_window) <value>: Remove
4447 field.
4448 * tui/tui-regs.c (~tui_data_item_window): Update.
4449
4450 2019-08-20 Tom Tromey <tom@tromey.com>
4451
4452 * tui/tui-regs.c (tui_register_format, tui_get_register): Move
4453 earlier.
4454
4455 2019-08-20 Tom Tromey <tom@tromey.com>
4456
4457 * tui/tui-regs.c (tui_reg_command): Remove NULL check.
4458
4459 2019-08-20 Tom Tromey <tom@tromey.com>
4460
4461 * tui/tui-source.h (struct tui_source_window): Update.
4462 * tui/tui-regs.c (tui_show_registers): Update.
4463 * tui/tui-disasm.h (struct tui_disasm_window): Update.
4464 * tui/tui-data.h (NO_SRC_STRING, NO_DISASSEM_STRING)
4465 (NO_REGS_STRING): Remove defines.
4466
4467 2019-08-20 Conrad Meyer <cem@FreeBSD.org>
4468
4469 * remote.c (remote_target::remote_btrace_maybe_reopen): Avoid
4470 unnecessary thread walk if remote doesn't support the packet.
4471
4472 2019-08-19 Tom Tromey <tromey@adacore.com>
4473
4474 * python/py-value.c (value_has_field): Fix indentation.
4475
4476 2019-08-19 Tom Tromey <tromey@adacore.com>
4477
4478 * printcmd.c (do_one_display, info_display_command): Update.
4479 * block.h (contained_in): Return bool. Add allow_nested
4480 parameter.
4481 * block.c (contained_in): Return bool. Add allow_nested
4482 parameter.
4483
4484 2019-08-19 Tom Tromey <tom@tromey.com>
4485
4486 * configure: Rebuild.
4487 * configure.ac: Disallow the combination of -static-libstdc++ and
4488 source highlight.
4489 * source-cache.c (get_language_name): Handle rust.
4490 (source_cache::get_source_lines): Ignore highlighting exceptions.
4491
4492 2019-08-16 Tom Tromey <tom@tromey.com>
4493
4494 * tui/tui.h (enum tui_win_type) <EXEC_INFO_WIN>: Remove.
4495 * tui/tui-winsource.h (struct tui_exec_info_window): Remove.
4496 (struct tui_source_window_base) <make_visible, refresh_window,
4497 resize>: Remove methods.
4498 <execution_info>: Remove field.
4499 * tui/tui-winsource.c (tui_source_window_base::do_erase_source_content)
4500 (tui_show_source_line, tui_source_window_base)
4501 (~tui_source_window_base): Update.
4502 (tui_source_window_base::resize)
4503 (tui_source_window_base::make_visible)
4504 (tui_source_window_base::refresh_window): Remove.
4505 (tui_source_window_base::update_exec_info): Update.
4506 * tui/tui-source.c (tui_source_window::set_contents): Update.
4507 * tui/tui-disasm.c (tui_disasm_window::set_contents): Update.
4508
4509 2019-08-16 Tom Tromey <tom@tromey.com>
4510
4511 * tui/tui-hooks.c (tui_remove_hooks): Don't set
4512 deprecated_query_hook.
4513
4514 2019-08-16 Tom Tromey <tom@tromey.com>
4515
4516 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
4517 (tui_update_source_windows_with_line): Update.
4518 * tui/tui-source.h (struct tui_source_window)
4519 <show_symtab_source>: Declare.
4520 (tui_show_symtab_source): Don't declare.
4521 * tui/tui-source.c (tui_show_symtab_source): Rename from
4522 tui_show_symtab_source.
4523
4524 2019-08-16 Tom Tromey <tom@tromey.com>
4525
4526 * tui/tui-winsource.h (struct tui_source_window_base)
4527 <set_contents>: Declare.
4528 * tui/tui-winsource.c
4529 (tui_source_window_base::update_source_window_as_is): Update.
4530 * tui/tui-source.h (struct tui_source_window) <set_contents>:
4531 Declare.
4532 (tui_set_source_content): Don't declare.
4533 * tui/tui-source.c (tui_source_window::set_contents): Rename from
4534 tui_set_source_content.
4535 * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>:
4536 Declare.
4537 (tui_set_disassem_content): Don't declare.
4538 * tui/tui-disasm.c (tui_disasm_window::set_contents): Rename from
4539 tui_set_disassem_content.
4540
4541 2019-08-16 Tom Tromey <tom@tromey.com>
4542
4543 * tui/tui-winsource.h (struct tui_source_window_base)
4544 <update_breakpoint_info>: Declare.
4545 (tui_update_breakpoint_info): Don't declare.
4546 * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is)
4547 (tui_update_all_breakpoint_info): Update.
4548 (tui_source_window_base::update_breakpoint_info): Rename from
4549 tui_update_breakpoint_info.
4550 (tui_source_window_base::update_exec_info): Update.
4551
4552 2019-08-16 Tom Tromey <tom@tromey.com>
4553
4554 * tui/tui-winsource.h (struct tui_source_window_base)
4555 <update_source_window>: Declare.
4556 (tui_update_source_window): Don't declare.
4557 * tui/tui-winsource.c
4558 (tui_source_window_base::update_source_window): Rename from
4559 tui_update_source_window.
4560 (tui_source_window_base::rerender): Update.
4561 * tui/tui-source.c (tui_source_window::maybe_update): Update.
4562 * tui/tui-disasm.c (tui_show_disassem)
4563 (tui_show_disassem_and_update_source)
4564 (tui_disasm_window::maybe_update): Update.
4565
4566 2019-08-16 Tom Tromey <tom@tromey.com>
4567
4568 * tui/tui-winsource.h (struct tui_source_window_base)
4569 <update_source_window_as_is>: Declare.
4570 (tui_update_source_window_as_is): Don't declare.
4571 * tui/tui-winsource.c (tui_update_source_window): Update
4572 (tui_source_window_base::update_source_window_as_is): Rename from
4573 tui_update_source_window_as_is.
4574 (tui_source_window_base::refill): Update.
4575 * tui/tui-source.c (tui_show_symtab_source): Update.
4576 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical):
4577 Update.
4578
4579 2019-08-16 Tom Tromey <tom@tromey.com>
4580
4581 * tui/tui-winsource.h (tui_update_source_window)
4582 (tui_update_source_window_as_is): Remove "noerror" parameter.
4583 * tui/tui-winsource.c (tui_update_source_window)
4584 (tui_update_source_window_as_is): Remove "noerror" parameter.
4585 (tui_update_source_windows_with_addr)
4586 (tui_update_source_windows_with_line)
4587 (tui_source_window_base::rerender)
4588 (tui_source_window_base::refill): Update.
4589 * tui/tui-source.h (tui_set_source_content)
4590 (tui_show_symtab_source): Remove "noerror" parameter.
4591 * tui/tui-source.c (tui_set_source_content): Remove "noerror"
4592 parameter.
4593 (tui_show_symtab_source): Likewise.
4594 (tui_source_window::maybe_update): Update.
4595 * tui/tui-disasm.c (tui_show_disassem)
4596 (tui_show_disassem_and_update_source)
4597 (tui_disasm_window::do_scroll_vertical)
4598 (tui_disasm_window::maybe_update): Update.
4599
4600 2019-08-16 Tom Tromey <tom@tromey.com>
4601
4602 * tui/tui.c (tui_is_window_visible): Update.
4603 * tui/tui-wingeneral.c (tui_make_window)
4604 (tui_gen_win_info::make_visible, tui_refresh_all): Update.
4605 * tui/tui-win.c (window_name_completer, tui_refresh_all_win)
4606 (tui_set_focus_command, tui_all_windows_info, update_tab_width)
4607 (tui_set_win_height_command, parse_scrolling_args): Update.
4608 * tui/tui-source.c (tui_source_window::style_changed): Update.
4609 * tui/tui-regs.c (tui_show_registers)
4610 (tui_data_window::first_data_item_displayed)
4611 (tui_data_window::delete_data_content_windows)
4612 (tui_check_register_values, tui_reg_command): Update.
4613 * tui/tui-disasm.c (tui_show_disassem): Update.
4614 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: New
4615 method.
4616 <is_visible>: Remove field.
4617 * tui/tui-data.c (tui_next_win, tui_prev_win)
4618 (tui_delete_invisible_windows): Update.
4619
4620 2019-08-16 Tom Tromey <tom@tromey.com>
4621
4622 * tui/tui-winsource.h (struct tui_source_window_base)
4623 <m_has_locator>: Remove.
4624 * tui/tui-layout.c (show_source_disasm_command, show_data)
4625 (show_source_or_disasm_and_command): Update.
4626
4627 2019-08-16 Alan Hayward <alan.hayward@arm.com>
4628
4629 * NEWS (Other MI changes): New subsection.
4630 * aarch64-tdep.c (aarch64_get_pc_address_flags): New function.
4631 (aarch64_gdbarch_init): Add aarch64_get_pc_address_flags.
4632 * arch-utils.c (default_get_pc_address_flags): New function.
4633 * arch-utils.h (default_get_pc_address_flags): New declaration.
4634 * gdbarch.sh: Add get_pc_address_flags.
4635 * gdbarch.c: Regenerate.
4636 * gdbarch.h: Likewise.
4637 * stack.c (print_pc): New function.
4638 (print_frame_info) (print_frame): Call print_pc.
4639
4640 2019-08-16 Tom de Vries <tdevries@suse.de>
4641
4642 * maint.c (maintenance_info_sections): Also handle !ALLOBJ case using
4643 print_objfile_section_info.
4644
4645 2019-08-15 Tom Tromey <tom@tromey.com>
4646
4647 * tui/tui-io.c (tui_puts_internal): Check TUI_CMD_WIN before
4648 calling update_cmdwin_start_line.
4649 * tui/tui-winsource.h (struct tui_source_window_base)
4650 <do_make_visible_with_new_height, set_new_height>: Don't declare.
4651 <rerender>: Declare.
4652 * tui/tui-winsource.c (tui_source_window_base::update_tab_width):
4653 Call rerender.
4654 (tui_source_window_base::set_new_height): Remove.
4655 (tui_source_window_base::rerender): Rename from
4656 do_make_visible_with_new_height.
4657 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Use
4658 resize method.
4659 (tui_win_info::make_invisible_and_set_new_height)
4660 (tui_win_info::make_visible_with_new_height): Remove.
4661 * tui/tui-stack.h (struct tui_locator_window) <rerender>:
4662 Declare.
4663 * tui/tui-stack.c (tui_locator_window::rerender): New method.
4664 * tui/tui-regs.h (struct tui_data_window) <set_new_height,
4665 do_make_visible_with_new_height>: Don't declare.
4666 <rerender>: Declare.
4667 * tui/tui-regs.c (tui_data_window::rerender): Rename from
4668 set_new_height.
4669 (tui_data_window::do_make_visible_with_new_height): Remove.
4670 * tui/tui-layout.c (show_source_disasm_command, show_data): Don't
4671 call tui_show_locator_content.
4672 (tui_gen_win_info::resize): Call rerender.
4673 (show_source_or_disasm_and_command): Don't call
4674 tui_show_locator_content.
4675 * tui/tui-data.h (struct tui_gen_win_info) <rerender>: New
4676 method.
4677 (struct tui_win_info) <rerender>: Declare.
4678 <set_new_height, make_invisible_and_set_new_height,
4679 make_visible_with_new_height>: Don't declare.
4680 * tui/tui-data.c (tui_win_list::rerender): New method.
4681 * tui/tui-command.h (struct tui_cmd_window)
4682 <do_make_visible_with_new_height>: Don't declare.
4683 * tui/tui-command.c
4684 (tui_cmd_window::do_make_visible_with_new_height): Remove.
4685
4686 2019-08-15 Tom Tromey <tromey@adacore.com>
4687
4688 * ada-exp.y (convert_char_literal): Handle "Q%c" encoding.
4689 * ada-lang.c (ada_enum_name): Likewise.
4690
4691 2019-08-15 Christian Biesinger <cbiesinger@google.com>
4692
4693 * python/lib/gdb/__init__.py (GdbOutputFile): Rename to have a
4694 leading underscore.
4695 (GdbOutputErrorFile): Likewise.
4696 (global scope): Adjust constructor calls to GdbOutput{,Error}File
4697 accordingly.
4698 (execute_unwinders): Rename to have a leading underscore.
4699 (auto_load_packages): Likewise.
4700 (global scope): Adjust call to auto_load_packages accordingly.
4701 (GdbSetPythonDirectory): Likewise.
4702 * python/py-unwind.c (pyuw_sniffer): Call _execute_unwinders
4703 instead of execute_unwinders.
4704
4705 2019-08-15 Tom Tromey <tom@tromey.com>
4706
4707 * tui/tui-layout.c (show_layout, show_source_disasm_command)
4708 (show_data): Don't change window visibility.
4709 (tui_gen_win_info::resize): Remove special case for command
4710 window. Use wresize, when available.
4711 (show_source_or_disasm_and_command): Don't change window
4712 visibility.
4713 * tui/tui-command.h (struct tui_cmd_window) <resize>: Declare.
4714 <make_visible>: New method.
4715 * tui/tui-command.c (tui_cmd_window::resize): New method.
4716
4717 2019-08-15 Tom Tromey <tom@tromey.com>
4718
4719 * tui/tui-winsource.h (struct tui_source_window_iterator): New.
4720 (struct tui_source_windows): New.
4721 * tui/tui-winsource.c (tui_display_main): Update.
4722 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
4723 (new_height_ok, parse_scrolling_args): Update.
4724 * tui/tui-layout.c (show_layout, show_data): Update.
4725 * tui/tui-data.h (tui_source_windows, tui_clear_source_windows)
4726 (tui_add_to_source_windows): Don't declare.
4727 * tui/tui-data.c (source_windows, tui_source_windows)
4728 (tui_clear_source_windows, tui_add_to_source_windows): Remove.
4729
4730 2019-08-15 Tom Tromey <tom@tromey.com>
4731
4732 * tui/tui-winsource.h (struct tui_source_window_base) <resize>:
4733 Rename from reset.
4734 * tui/tui-winsource.c (tui_source_window_base::resize): Rename.
4735 * tui/tui-layout.c (show_source_disasm_command, show_data):
4736 Update.
4737 (tui_gen_win_info::resize): Rename.
4738 (show_source_or_disasm_and_command): Update.
4739 * tui/tui-data.h (struct tui_gen_win_info) <resize>: Rename from
4740 reset.
4741
4742 2019-08-15 Tom Tromey <tom@tromey.com>
4743
4744 * tui/tui-stack.c (tui_initialize_static_data): Remove.
4745 * tui/tui-interp.c (tui_interp::init): Don't call
4746 tui_initialize_static_data.
4747 * tui/tui-data.h (tui_initialize_static_data): Don't declare.
4748
4749 2019-08-15 Tom Tromey <tom@tromey.com>
4750
4751 * tui/tui-layout.c (tui_default_win_viewport_height): Don't
4752 examine tui_win_list.
4753
4754 2019-08-15 Tom Tromey <tom@tromey.com>
4755
4756 * tui/tui-winsource.h (tui_clear_source_content): Don't declare.
4757 * tui/tui-winsource.c (tui_update_source_window_as_is): Don't call
4758 tui_clear_source_content.
4759 (tui_clear_source_content): Remove.
4760 (tui_source_window_base::do_erase_source_content): Hoist call to
4761 content.clear().
4762 * tui/tui-stack.c (tui_show_frame_info): Don't call
4763 tui_clear_source_content.
4764
4765 2019-08-15 Tom Tromey <tom@tromey.com>
4766
4767 * tui/tui-winsource.h (struct tui_source_window_base)
4768 <do_erase_source_content>: New method.
4769 <erase_source_content>: New method.
4770 (tui_erase_source_content): Don't declare.
4771 * tui/tui-winsource.c (tui_clear_source_content): Update.
4772 (tui_source_window_base::do_erase_source_content): Rename from
4773 tui_erase_source_content.
4774 (tui_source_window_base::show_source_content): Update.
4775 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
4776 * tui/tui-source.h (struct tui_source_window)
4777 <erase_source_content>: New method.
4778 * tui/tui-disasm.h (struct tui_disasm_window)
4779 <erase_source_content>: New method.
4780
4781 2019-08-15 Tom Tromey <tom@tromey.com>
4782
4783 * tui/tui-winsource.h (tui_alloc_source_buffer): Don't declare.
4784 (struct tui_source_element): Add DISABLE_COPY_AND_ASSIGN, and move
4785 constructor.
4786 * tui/tui-winsource.c (tui_alloc_source_buffer): Remove.
4787 * tui/tui-source.c (tui_set_source_content): Update.
4788 * tui/tui-disasm.c (tui_set_disassem_content): Update.
4789
4790 2019-08-15 Tom Tromey <tom@tromey.com>
4791
4792 * tui/tui-winsource.h (tui_line_is_displayed): Don't declare.
4793 * tui/tui-winsource.c (tui_line_is_displayed): Move to
4794 tui-source.c.
4795 * tui/tui-source.h (struct tui_source_window) <line_is_displayed>:
4796 Declare.
4797 * tui/tui-source.c (tui_source_window::line_is_displayed): New
4798 method.
4799 (tui_source_window::maybe_update): Update.
4800
4801 2019-08-15 Tom Tromey <tom@tromey.com>
4802
4803 * tui/tui-winsource.h (tui_addr_is_displayed): Don't declare.
4804 * tui/tui-winsource.c (tui_addr_is_displayed): Move to
4805 tui-disasm.c.
4806 * tui/tui-disasm.h (struct tui_disasm_window) <addr_is_displayed>:
4807 Declare.
4808 * tui/tui-disasm.c (tui_disasm_window::addr_is_displayed): New
4809 method.
4810 (tui_disasm_window::maybe_update): Update.
4811
4812 2019-08-15 Tom Tromey <tom@tromey.com>
4813
4814 * tui/tui-winsource.h (struct tui_source_window_base)
4815 <maybe_update>: Declare.
4816 * tui/tui-stack.c (tui_show_frame_info): Call maybe_update
4817 method.
4818 * tui/tui-source.h (struct tui_source_window) <maybe_update>:
4819 Declare.
4820 * tui/tui-source.c (tui_source_window::maybe_update): New method.
4821 * tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
4822 Declare.
4823 * tui/tui-disasm.c (tui_disasm_window::maybe_update): New method.
4824
4825 2019-08-15 Tom Tromey <tom@tromey.com>
4826
4827 * tui/tui-stack.c (tui_make_status_line): Use string constructor.
4828
4829 2019-08-15 Tom Tromey <tom@tromey.com>
4830
4831 * tui/tui-wingeneral.c: Include tui-stack.h.
4832 * tui/tui-stack.h (MAX_LOCATOR_ELEMENT_LEN)
4833 (struct tui_locator_window): Move from tui-data.h.
4834 * tui/tui-stack.c (_locator, tui_locator_win_info_ptr)
4835 (tui_initialize_static_data): Move from tui-data.c.
4836 * tui/tui-data.h (MAX_LOCATOR_ELEMENT_LEN)
4837 (struct tui_locator_window): Move to tui-stack.c.
4838 * tui/tui-data.c (_locator, tui_locator_win_info_ptr)
4839 (tui_initialize_static_data): Move to tui-stack.c.
4840
4841 2019-08-15 Tom Tromey <tom@tromey.com>
4842
4843 * tui/tui-layout.c (show_source_disasm_command)
4844 (show_source_or_disasm_and_command): Use make_visible method, not
4845 tui_make_window.
4846 * tui/tui-command.h (struct tui_cmd_window) <make_visible>:
4847 Remove.
4848
4849 2019-08-15 Tom Tromey <tom@tromey.com>
4850
4851 * tui/tui-wingeneral.h (tui_make_window): Update.
4852 * tui/tui-wingeneral.c (tui_make_window): Remove "box_it"
4853 parameter.
4854 (tui_gen_win_info::make_visible): Update.
4855 * tui/tui-regs.c (tui_data_window::display_registers_from):
4856 Update.
4857 * tui/tui-layout.c (show_source_disasm_command)
4858 (show_source_or_disasm_and_command): Update.
4859 * tui/tui-data.h (struct tui_gen_win_info) <can_box>: New method.
4860 (enum tui_box): Remove.
4861 (struct tui_win_info) <can_box>: New method.
4862 * tui/tui-command.h (struct tui_cmd_window) <can_box>: New
4863 method.
4864
4865 2019-08-15 Tom de Vries <tdevries@suse.de>
4866
4867 * linux-nat-trad.c: Include gdbarch.h.
4868
4869 2019-08-14 Alan Hayward <alan.hayward@arm.com>
4870
4871 * aarch64-tdep.c (aarch64_analyze_prologue): Allow any valid
4872 register sizes.
4873
4874 2019-08-14 Tom Tromey <tromey@adacore.com>
4875
4876 * darwin-nat.c: Include gdbarch.h.
4877 * darwin-nat-info.c: Include gdbarch.h.
4878
4879 2019-08-13 Tom Tromey <tom@tromey.com>
4880
4881 * tui/tui-data.h (struct tui_gen_win_info) <last_visible_line>:
4882 Remove.
4883 * tui/tui-data.c (tui_initialize_static_data): Update.
4884
4885 2019-08-13 Tom Tromey <tom@tromey.com>
4886
4887 * tui/tui-winsource.h (struct tui_exec_info_window)
4888 <~tui_exec_info_window, maybe_allocate_content, get_content,
4889 m_content>: Remove.
4890 (struct tui_source_window_base) <set_exec_info_content,
4891 show_exec_info_content>: Don't declare.
4892 * tui/tui-winsource.c
4893 (tui_exec_info_window::maybe_allocate_content): Remove.
4894 (tui_source_window_base::update_exec_info): Rename from
4895 set_exec_info_content.
4896 (tui_source_window_base::show_exec_info_content)
4897 (tui_source_window_base::update_exec_info): Remove.
4898
4899 2019-08-13 Tom Tromey <tom@tromey.com>
4900
4901 * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
4902 declare.
4903 * tui/tui-winsource.c (tui_update_source_window_as_is)
4904 (tui_update_source_windows_with_addr, tui_erase_source_content):
4905 Update.
4906 (tui_clear_exec_info_content): Remove.
4907
4908 2019-08-13 Tom Tromey <tom@tromey.com>
4909
4910 * tui/tui-winsource.h (tui_erase_exec_info_content): Don't
4911 declare.
4912 * tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't
4913 call tui_erase_exec_info_content.
4914 (tui_clear_exec_info_content): Rename from
4915 tui_erase_exec_info_content.
4916 (tui_clear_exec_info_content): Delete.
4917
4918 2019-08-13 Tom Tromey <tom@tromey.com>
4919
4920 * tui/tui-winsource.h (struct tui_source_window_base)
4921 <show_exec_info_content>: Declare.
4922 (tui_show_exec_info_content): Don't declare.
4923 * tui/tui-winsource.c
4924 (tui_source_window_base::show_exec_info_content): Rename from
4925 tui_show_exec_info_content.
4926 (tui_source_window_base::update_exec_info): Update.
4927
4928 2019-08-13 Tom Tromey <tom@tromey.com>
4929
4930 * tui/tui-data.h (enum tui_bp_flag, tui_bp_flags, struct tui_source_element)
4931 (TUI_BP_HIT_POS, TUI_BP_BREAK_POS, TUI_EXEC_POS)
4932 (TUI_EXECINFO_SIZE, tui_exec_info_content): Move ...
4933 * tui/tui-winsource.h (enum tui_bp_flag, tui_bp_flags, struct
4934 tui_source_element, TUI_BP_HIT_POS, TUI_BP_BREAK_POS)
4935 (TUI_EXEC_POS, TUI_EXECINFO_SIZE, tui_exec_info_content):
4936 ... here.
4937
4938 2019-08-13 Tom Tromey <tom@tromey.com>
4939
4940 * tui/tui-winsource.h (struct tui_source_window_base)
4941 <update_exec_info>: Declare.
4942 (tui_update_exec_info): Don't declare.
4943 * tui/tui-winsource.c (tui_update_source_window_as_is)
4944 (tui_source_window_base::refresh_all)
4945 (tui_update_all_breakpoint_info): Update.
4946 (tui_source_window_base::update_exec_info): Rename from
4947 tui_update_exec_info.
4948 * tui/tui-stack.c (tui_show_frame_info): Update.
4949
4950 2019-08-13 Tom Tromey <tom@tromey.com>
4951
4952 * tui/tui-winsource.h (struct tui_source_window_base)
4953 <set_exec_info_content>: Declare.
4954 (tui_set_exec_info_content): Don't declare.
4955 * tui/tui-winsource.c
4956 (tui_source_window_base::set_exec_info_content): Rename from
4957 tui_set_exec_info_content.
4958 (tui_update_exec_info): Update.
4959
4960 2019-08-13 Tom Tromey <tom@tromey.com>
4961
4962 * tui/tui-winsource.h (struct tui_source_window_base)
4963 <show_source_content>: Declare.
4964 (tui_show_source_content): Don't declare.
4965 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
4966 (tui_source_window_base::show_source_content): Rename from
4967 tui_show_source_content.
4968 (tui_source_window_base::refresh_all): Update.
4969 * tui/tui-layout.c (show_source_disasm_command)
4970 (show_source_or_disasm_and_command): Update.
4971
4972 2019-08-13 Tom Tromey <tom@tromey.com>
4973
4974 * tui/tui-winsource.c (tui_erase_source_content)
4975 (tui_show_source_content, tui_source_window_base::refresh_all):
4976 Update.
4977 * tui/tui-wingeneral.h
4978 (tui_check_and_display_highlight_if_needed): Don't declare.
4979 * tui/tui-wingeneral.c
4980 (tui_win_info::check_and_display_highlight_if_needed): Rename from
4981 check_and_display_highlight_if_needed.
4982 * tui/tui-win.c (tui_rehighlight_all)
4983 (tui_win_info::make_visible_with_new_height): Update.
4984 * tui/tui-regs.c (tui_data_window::display_registers_from_line)
4985 (tui_data_window::erase_data_content)
4986 (tui_data_window::display_all_data): Update.
4987 * tui/tui-data.h (struct tui_win_info)
4988 <check_and_display_highlight_if_needed>: Declare.
4989
4990 2019-08-13 Tom Tromey <tom@tromey.com>
4991
4992 * tui/tui-win.c (tui_resize_all): Call
4993 tui_delete_invisible_windows.
4994 * tui/tui-layout.c (show_layout): Call
4995 tui_delete_invisible_windows.
4996 * tui/tui-data.h (tui_delete_invisible_windows): Declare.
4997 * tui/tui-data.c (tui_delete_invisible_windows): New function.
4998
4999 2019-08-13 Tom Tromey <tom@tromey.com>
5000
5001 * tui/tui-disasm.c (tui_show_disassem): Add assertion. Don't call
5002 tui_add_win_to_layout.
5003
5004 2019-08-13 Tom Tromey <tom@tromey.com>
5005
5006 * tui/tui-layout.h (tui_default_win_height): Don't declare.
5007 * tui/tui-layout.c (tui_default_win_height): Now static.
5008
5009 2019-08-13 Tom Tromey <tom@tromey.com>
5010
5011 * tui/tui-layout.c (show_layout): Unify all layout cases into a
5012 single switch.
5013 (show_source_disasm_command, show_source_or_disasm_and_command):
5014 Don't check current layout.
5015
5016 2019-08-13 Tom Tromey <tom@tromey.com>
5017
5018 * tui/tui-wingeneral.c (make_all_visible): Remove.
5019 (tui_make_all_invisible): Simplify.
5020 * tui/tui-layout.c (tui_make_all_invisible): Move from
5021 tui-wingeneral.c; simplify.
5022 (show_layout): Hoist call to tui_make_all_invisible.
5023 (show_data): Don't call tui_make_all_invisible.
5024
5025 2019-08-13 Tom Tromey <tom@tromey.com>
5026
5027 * tui/tui-wingeneral.h (tui_make_all_visible): Don't declare.
5028 * tui/tui-wingeneral.c (tui_make_all_visible): Remove.
5029
5030 2019-08-13 Tom Tromey <tom@tromey.com>
5031
5032 * tui/tui-layout.c (current_layout, tui_current_layout): Move from
5033 tui-data.c.
5034 (show_source_disasm_command, show_data)
5035 (show_source_or_disasm_and_command): Don't use
5036 tui_set_current_layout_to.
5037 * tui/tui-data.h (tui_set_current_layout_to): Don't declare.
5038 * tui/tui-data.c (current_layout, tui_current_layout): Move to
5039 tui-layout.c.
5040 (tui_set_current_layout_to): Remove.
5041
5042 2019-08-13 Tom Tromey <tom@tromey.com>
5043
5044 * tui/tui-layout.c (tui_set_layout): Update.
5045 * tui/tui-data.h (struct tui_layout_def): Remove.
5046 (tui_layout_def): Don't declare.
5047 * tui/tui-data.c (layout_def): Remove.
5048 (tui_layout_def): Remove.
5049
5050 2019-08-13 Tom Tromey <tom@tromey.com>
5051
5052 * tui/tui-winsource.h (struct tui_source_window_base)
5053 <clear_detail>: No longer "override".
5054 * tui/tui-regs.h (struct tui_data_window) <clear_detail>: Remove.
5055 * tui/tui-regs.c (tui_data_window::clear_detail): Remove.
5056 * tui/tui-data.h (struct tui_win_info) <clear_detail>: Remove.
5057 * tui/tui-command.h (struct tui_cmd_window) <clear_detail>:
5058 Remove.
5059 * tui/tui-command.c (tui_cmd_window::clear_detail): Remove.
5060
5061 2019-08-13 Tom Tromey <tromey@adacore.com>
5062
5063 * tracepoint.c: Don't include readline.h or history.h.
5064
5065 2019-08-12 Tom Tromey <tom@tromey.com>
5066
5067 * configure: Rebuild.
5068 * configure.ac: Check for readline 7.
5069 * NEWS: Mention readline 7 requirement.
5070 * README: Update.
5071
5072 2019-08-12 Tom Tromey <tom@tromey.com>
5073
5074 * mingw-hdep.c (gdb_select): Remove readline hack.
5075
5076 2019-08-09 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5077
5078 * blockframe.c (find_pc_partial_function): Set *block to nullptr
5079 when the function fails.
5080
5081 2019-08-09 Andreas Arnez <arnez@linux.ibm.com>
5082
5083 * s390-tdep.c (s390_type_align): New function.
5084 (s390_gdbarch_init): Set it as type_align gdbarch method.
5085
5086 2019-08-09 Tom de Vries <tdevries@suse.de>
5087
5088 PR gdb/24591
5089 * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): Adjust pc_high and
5090 pc_low with relocation offset.
5091
5092 2019-08-07 Tom Tromey <tromey@adacore.com>
5093
5094 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
5095 (print_frame_args): Update.
5096 * python/py-framefilter.c (py_print_single_arg, enumerate_args):
5097 Update.
5098 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
5099 * frame.h (struct frame_arg): Add initializers.
5100 <error>: Now a unique_xmalloc_ptr.
5101
5102 2019-08-07 Alan Hayward <alan.hayward@arm.com>
5103
5104 * NEWS: Expand the Pointer Authentication entry.
5105 * aarch64-tdep.c (aarch64_frame_unmask_address): Rename from this.
5106 (aarch64_frame_unmask_lr): ... to this.
5107 (aarch64_prologue_prev_register, aarch64_dwarf2_prev_register):
5108 Call aarch64_frame_unmask_lr.
5109 * frame.c (struct frame_info): Add "masked" variable.
5110 (frame_set_previous_pc_masked) (frame_get_pc_masked): New functions.
5111 (fprint_frame): Check for masked pc.
5112 * frame.h (frame_set_previous_pc_masked) (frame_get_pc_masked): New
5113 declarations.
5114 * python/py-framefilter.c (py_print_frame): Check for masked pc.
5115 * stack.c (print_frame): Check for masked pc.
5116
5117 2019-08-06 Tom Tromey <tom@tromey.com>
5118
5119 * stabsread.c (patch_block_stabs, read_one_struct_field)
5120 (read_enum_type): Use obstack_strndup.
5121 * rust-exp.y (rust_parser::copy_name): Use obstack_strndup.
5122 * gdb_obstack.h (obstack_strndup): Use obstack_strndup.
5123 * dwarf2read.c (guess_full_die_structure_name)
5124 (anonymous_struct_prefix): Use obstack_strndup.
5125 * dbxread.c (cp_set_block_scope): Use obstack_strndup.
5126 * c-exp.y (yylex): Use obstack_strndup.
5127 * ada-exp.y (write_object_renaming, write_ambiguous_var)
5128 (write_var_or_type): Use obstack_strndup.
5129
5130 2019-08-06 Tom Tromey <tom@tromey.com>
5131
5132 * symfile.c (reread_symbols): Use obstack_strdup.
5133 * stabsread.c (read_type): Use obstack_strdup.
5134 * gdb_obstack.h (obstack_strdup): New overload.
5135 * dwarf2read.c (dwarf2_compute_name, create_dwo_unit_in_dwp_v1)
5136 (create_dwo_unit_in_dwp_v2, build_error_marker_type)
5137 (dwarf2_canonicalize_name): Use obstack_strdup.
5138 * dbxread.c (read_dbx_symtab): Use obstack_strdup.
5139 * cp-support.c (inspect_type, replace_typedefs_qualified_name):
5140 Use obstack_strdup.
5141
5142 2019-08-06 Tom Tromey <tom@tromey.com>
5143
5144 * gdb_obstack.h (obstack_strdup): Define.
5145 * gdb_obstack.c (obstack_strdup): Don't define.
5146
5147 2019-08-06 Tom Tromey <tom@tromey.com>
5148
5149 * xcoffread.c (SYMNAME_ALLOC, process_xcoff_symbol): Use
5150 obstack_strdup.
5151 * typeprint.c (typedef_hash_table::find_global_typedef): Use
5152 obstack_strdup.
5153 * symfile.c (allocate_compunit_symtab): Use obstack_strdup.
5154 * stabsread.c (common_block_start): Use obstack_strdup.
5155 * objfiles.c (set_objfile_main_name, objfile): Use
5156 obstack_strdup.
5157 * namespace.c (add_using_directive): Use obstack_strdup.
5158 * mdebugread.c (parse_symbol, parse_type): Use obstack_strdup.
5159 * jit.c (finalize_symtab): Use obstack_strdup.
5160 * dwarf2read.c (fixup_go_packaging, dwarf2_physname)
5161 (guess_partial_die_structure_name, partial_die_info::fixup)
5162 (dwarf2_name): Use obstack_strdup.
5163 * coffread.c (coff_read_struct_type, coff_read_enum_type): Use
5164 obstack_strdup.
5165 * c-exp.y (scan_macro_expansion): Use obstack_strdup.
5166 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
5167 obstack_strdup.
5168 * ada-lang.c (ada_decode_symbol): Use obstack_strdup.
5169
5170 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5171
5172 * unittests/help-doc-selftests.c: New file.
5173 * Makefile.in: Add the new file.
5174
5175 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5176
5177 * cli/cli-decode.h (print_doc_line): Add for_value_prefix argument.
5178 * cli/cli-decode.c (print_doc_line): Likewise. It now prints
5179 the full first line, except when FOR_VALUE_PREFIX. In this case,
5180 the trailing '.' is not output, and the first character is uppercased.
5181 (print_help_for_command): Update call to print_doc_line.
5182 (print_doc_of_command): Likewise.
5183 * cli/cli-setshow.c (deprecated_show_value_hack): Likewise.
5184 * cli/cli-option.c (append_indented_doc): Do not append newline.
5185 (build_help_option): Append newline after first appended_indented_doc
5186 only if a second call is done.
5187 (build_help): Append 2 new lines before each option, except the first
5188 one.
5189 * compile/compile.c (_initialize_compile): Add new lines after
5190 %OPTIONS%, when not at the end of the help.
5191 Change help doc or code
5192 producing the help doc to respect the invariants.
5193 * maint-test-options.c (_initialize_maint_test_options): Likewise.
5194 Also removed the new line after 'Options:', as all other commands
5195 do not put an empty line between 'Options:' and the first option.
5196 * printcmd.c (_initialize_printcmd): Likewise.
5197 * stack.c (_initialize_stack): Likewise.
5198 * interps.c (interpreter_exec_cmd): Fix "Usage:" line that was
5199 incorrectly telling COMMAND is optional.
5200 * ada-lang.c (_initialize_ada_language): Change help doc or code
5201 producing the help doc to respect the invariants.
5202 * ada-tasks.c (_initialize_ada_tasks): Likewise.
5203 * breakpoint.c (_initialize_breakpoint): Likewise.
5204 * cli/cli-cmds.c (_initialize_cli_cmds): Likewise.
5205 * cli/cli-logging.c (_initialize_cli_logging): Likewise.
5206 * cli/cli-setshow.c (_initialize_cli_setshow): Likewise.
5207 * cli/cli-style.c (cli_style_option::add_setshow_commands,
5208 _initialize_cli_style): Likewise.
5209 * corelow.c (core_target_info): Likewise.
5210 * dwarf-index-cache.c (_initialize_index_cache): Likewise.
5211 * dwarf2read.c (_initialize_dwarf2_read): Likewise.
5212 * filesystem.c (_initialize_filesystem): Likewise.
5213 * frame.c (_initialize_frame): Likewise.
5214 * gnu-nat.c (add_task_commands): Likewise.
5215 * infcall.c (_initialize_infcall): Likewise.
5216 * infcmd.c (_initialize_infcmd): Likewise.
5217 * interps.c (_initialize_interpreter): Likewise.
5218 * language.c (_initialize_language): Likewise.
5219 * linux-fork.c (_initialize_linux_fork): Likewise.
5220 * maint-test-settings.c (_initialize_maint_test_settings): Likewise.
5221 * maint.c (_initialize_maint_cmds): Likewise.
5222 * memattr.c (_initialize_mem): Likewise.
5223 * printcmd.c (_initialize_printcmd): Likewise.
5224 * python/lib/gdb/function/strfns.py (_MemEq, _StrLen, _StrEq,
5225 _RegEx): Likewise.
5226 * ravenscar-thread.c (_initialize_ravenscar): Likewise.
5227 * record-btrace.c (_initialize_record_btrace): Likewise.
5228 * record-full.c (_initialize_record_full): Likewise.
5229 * record.c (_initialize_record): Likewise.
5230 * regcache-dump.c (_initialize_regcache_dump): Likewise.
5231 * regcache.c (_initialize_regcache): Likewise.
5232 * remote.c (add_packet_config_cmd, init_remote_threadtests,
5233 _initialize_remote): Likewise.
5234 * ser-tcp.c (_initialize_ser_tcp): Likewise.
5235 * serial.c (_initialize_serial): Likewise.
5236 * skip.c (_initialize_step_skip): Likewise.
5237 * source.c (_initialize_source): Likewise.
5238 * stack.c (_initialize_stack): Likewise.
5239 * symfile.c (_initialize_symfile): Likewise.
5240 * symtab.c (_initialize_symtab): Likewise.
5241 * target-descriptions.c (_initialize_target_descriptions): Likewise.
5242 * top.c (init_main): Likewise.
5243 * tracefile-tfile.c (tfile_target_info): Likewise.
5244 * tracepoint.c (_initialize_tracepoint): Likewise.
5245 * tui/tui-win.c (_initialize_tui_win): Likewise.
5246 * utils.c (add_internal_problem_command): Likewise.
5247 * valprint.c (value_print_option_defs): Likewise.
5248
5249 2019-08-06 Frank Ch. Eigler <fche@redhat.com>
5250
5251 PR build/24886
5252 * configure.ac: Drop enable-libmcheck support.
5253 * configure, config.in: Rebuild.
5254 * libmcheck.m4: Remove.
5255 * acinclude.m4: Don't include it.
5256 * Makefile.in: Don't distribute it.
5257 * top.c (print_gdb_configuration): Don't mention it.
5258
5259 2019-08-06 Tom Tromey <tom@tromey.com>
5260
5261 * utils.c (set_output_style): Sometimes pass stream to
5262 emit_style_escape.
5263 * ui-out.h (class ui_out) <can_emit_style_escape>: Declare.
5264 * record-btrace.c (btrace_insn_history): Update.
5265 * mi/mi-out.h (class mi_ui_out) <can_emit_style_escape>: New
5266 method.
5267 * disasm.h (gdb_pretty_print_disassembler): Add uiout parameter.
5268 Update initializers.
5269 <m_uiout>: New field.
5270 <m_di>: Move lower.
5271 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5272 Remove "uiout" parameter.
5273 (dump_insns): Update.
5274 * cli-out.h (class cli_ui_out) <can_emit_style_escape>: Declare.
5275 * cli-out.c (cli_ui_out::can_emit_style_escape): New method.
5276
5277 2019-08-06 Christian Biesinger <cbiesinger@google.com>
5278
5279 * symtab.c (symbol_cache_lookup): Change int to enum block_enum.
5280 (error_in_psymtab_expansion): Likewise.
5281 (lookup_symbol_via_quick_fns): Likewise.
5282 (basic_lookup_transparent_type_quick): Likewise.
5283 (basic_lookup_transparent_type_1): Likewise.
5284
5285 2019-08-06 Tom Tromey <tromey@adacore.com>
5286
5287 * source.c (last_source_error): Now bool.
5288 (print_source_lines_base): Make "noprint" bool. Only open
5289 source file when last_source_visited changes.
5290
5291 2019-08-06 Tom Tromey <tromey@adacore.com>
5292
5293 * annotate.c (annotate_source_line): Use g_source_cache.
5294 * source-cache.c (source_cache::get_plain_source_lines): Change
5295 parameters. Populate m_offset_cache.
5296 (source_cache::ensure): New method.
5297 (source_cache::get_line_charpos): New method.
5298 (extract_lines): Move lower. Change parameters.
5299 (source_cache::get_source_lines): Move lower.
5300 * source-cache.h (class source_cache): Update comment.
5301 <get_line_charpos>: New method.
5302 <get_source_lines>: Update comment.
5303 <clear>: Clear m_offset_cache.
5304 <get_plain_source_lines>: Change parameters.
5305 <ensure>: New method
5306 <m_offset_cache>: New member.
5307 * source.c (forget_cached_source_info_for_objfile): Update.
5308 (info_source_command): Use g_source_cache.
5309 (find_source_lines, open_source_file_with_line_charpos): Remove.
5310 (print_source_lines_base, search_command_helper): Use g_source_cache.
5311 * source.h (open_source_file_with_line_charpos): Don't declare.
5312 * symtab.h (struct symtab) <nlines, line_charpos>: Remove.
5313 * tui/tui-source.c (tui_source_window::do_scroll_vertical):
5314 Use g_source_cache.
5315
5316 2019-08-06 Tom Tromey <tromey@adacore.com>
5317
5318 * source-cache.c (source_cache::get_plain_source_lines):
5319 Remove "first_line" and "last_line" parameters.
5320 (source_cache::get_source_lines): Cache plain text.
5321 * source-cache.h (class source_cache)
5322 <get_plain_source_lines>: Update.
5323
5324 2019-08-06 Tom Tromey <tromey@adacore.com>
5325
5326 * source-cache.c (extract_lines): No longer a method.
5327 Changed type of parameter. Include final newline.
5328 (selftests::extract_lines_test): New function.
5329 (_initialize_source_cache): Likewise.
5330 * source-cache.h (class source_cache)
5331 <extract_lines>: Don't declare.
5332
5333 2019-08-06 Tom Tromey <tromey@adacore.com>
5334
5335 * breakpoint.c (init_breakpoint_sal): Update.
5336 (breakpoint): Update.
5337 * breakpoint.h (struct breakpoint) <filter>: Now a
5338 unique_xmalloc_ptr.
5339
5340 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5341
5342 * NEWS: Mention dictionary access on blocks.
5343 * python/py-block.c (blpy_getitem): New function.
5344 (block_object_as_mapping): New struct.
5345 (block_object_type): Use new struct for tp_as_mapping field.
5346
5347 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5348
5349 * objfiles.h (objfile): Add a comment describing partial symbols.
5350
5351 2019-08-05 Tom Tromey <tromey@adacore.com>
5352
5353 * compile/compile.c (_initialize_compile): Use _(), not N_().
5354 * thread.c (_initialize_thread): Use _(), not N_().
5355 * stack.c (_initialize_stack): Use _(), not N_().
5356 * printcmd.c (_initialize_printcmd): Use _(), not N_().
5357
5358 2019-08-04 Simon Marchi <simon.marchi@polymtl.ca>
5359
5360 * dwarf2read.c (struct dw2_symtab_iterator):
5361 <want_specific_block>: Remove.
5362 <block_index>: Change type to gdb::optional.
5363 (dw2_symtab_iter_init): Remove WANT_SPECIFIC_BLOCK parameter,
5364 change type of BLOCK_INDEX parameter to gdb::optional.
5365 (dw2_symtab_iter_next): Re-write in function of gdb::optional.
5366 (dw2_lookup_symbol): Don't pass argument for
5367 WANT_SPECIFIC_BLOCK.
5368 (dw2_expand_symtabs_for_function): Don't pass argument for
5369 WANT_SPECIFIC_BLOCK, pass empty optional for BLOCK_INDEX.
5370 (class dw2_debug_names_iterator)
5371 <dw2_debug_names_iterator>: Remove WANT_SPECIFIC_BLOCK
5372 parameter, change BLOCK_INDEX type to gdb::optional.
5373 <m_want_specific_block>: Remove.
5374 <m_block_index>: Change type to gdb::optional.
5375 (dw2_debug_names_iterator::next): Change type of IS_STATIC to
5376 gdb::optional. Re-write in function of gdb::optional.
5377 (dw2_debug_names_lookup_symbol): Don't pass argument for
5378 WANT_SPECIFIC_BLOCK.
5379 (dw2_debug_names_expand_symtabs_for_function): Don't pass
5380 argument for WANT_SPECIFIC_BLOCK, pass empty optional for
5381 BLOCK_INDEX.
5382
5383 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5384
5385 * NEWS: Mention changes to "info sources" command.
5386
5387 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5388
5389 * symtab.c (filename_partial_match_opts): New struct type.
5390 (struct output_source_filename_data): New members
5391 regexp, c_regexp, partial_match.
5392 (output_source_filename): Use new members to decide to print file.
5393 (info_sources_option_defs): New variable.
5394 (make_info_sources_options_def_group, print_info_sources_header,
5395 info_sources_command_completer):
5396 New functions.
5397 (info_sources_command): Read new optional arguments.
5398 (_initialize_symtab): Update info sources help.
5399
5400 2019-08-02 Alexandre Oliva <oliva@adacore.com>
5401
5402 * ada-lang.c (exception_support_info_v0): Renamed from...
5403 (default_exception_support_info): ... this. Create new
5404 definition for v1.
5405 (ada_has_this_exception_support): Look up catch_handlers_sym.
5406 (ada_exception_support_info_sniffer): Try v0 after default.
5407
5408 2019-08-01 Tom Tromey <tromey@adacore.com>
5409
5410 * ia64-libunwind-tdep.h (struct libunwind_descr): Include
5411 gdbarch.h.
5412
5413 2019-08-01 Christian Biesinger <cbiesinger@google.com>
5414
5415 * s12z-tdep.c: Fix include path for s12z-opc.h.
5416
5417 2019-08-01 Alan Hayward <alan.hayward@arm.com>
5418
5419 * NEWS: Require GNU make 3.82.
5420
5421 2019-07-16 Tom Tromey <tom@tromey.com>
5422
5423 * tui/tui-wingeneral.h (tui_copy_win, tui_box_win): Don't
5424 declare.
5425
5426 2019-07-30 Tom Tromey <tromey@adacore.com>
5427
5428 * block.c (contained_in): Remove BLOCK_FUNCTION check.
5429
5430 2019-07-30 Kevin Buettner <kevinb@redhat.com>
5431
5432 * printcmd.c (print_address_symbolic): Print negative offsets.
5433 (build_address_symbolic): Force signed arithmetic when computing
5434 offset.
5435
5436 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5437
5438 PR/24474: Add a function to lookup static variables.
5439 * NEWS: Mention this new function.
5440 * python/py-symbol.c (gdbpy_lookup_static_symbol): New function.
5441 * python/python-internal.h (gdbpy_lookup_static_symbol): New function.
5442 * python/python.c (python_GdbMethods): Add new function.
5443
5444 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5445
5446 * NEWS: Mention new functions Objfile.lookup_{global,static}_symbol.
5447 * python/py-objfile.c (objfpy_lookup_global_symbol): New function.
5448 (objfpy_lookup_static_symbol): New function.
5449 (objfile_object_methods): Add new functions.
5450
5451 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5452
5453 * NEWS: Mention 'set|show print frame-info'. Mention new
5454 'presence' value for 'frame-arguments'. Mention new '-frame-info'
5455 backtrace argument. Mention that python frame filtering code
5456 is now consistent with what 'backtrace' command prints.
5457
5458 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5459
5460 * frame.h (enum print_what): New value 'SHORT_LOCATION', update
5461 comments.
5462 (print_frame_info_auto, print_frame_info_source_line,
5463 print_frame_info_location, print_frame_info_source_and_location,
5464 print_frame_info_location_and_address, print_frame_info_short_location):
5465 New declarations.
5466 (struct frame_print_options): New member print_frame_info.
5467 * extension.h (enum ext_lang_frame_args): New value CLI_PRESENCE.
5468 * stack.h (get_user_print_what_frame_info): New declaration.
5469 (frame_show_address): New declaration.
5470 * stack.c (print_frame_arguments_choices): New value 'presence'.
5471 (print_frame_info_auto, print_frame_info_source_line,
5472 print_frame_info_location, print_frame_info_source_and_location,
5473 print_frame_info_location_and_address, print_frame_info_short_location,
5474 print_frame_info_choices, print_frame_info_print_what): New definitions.
5475 (print_frame_args): Only print dots for args if print frame-arguments
5476 is 'presence'.
5477 (frame_print_option_defs): New element for "frame-info".
5478 (get_user_print_what_frame_info): New function.
5479 (frame_show_address): Make non static. Move comment to stack.h.
5480 (print_frame_info_to_print_what): New function.
5481 (print_frame_info): Update comment. Use fp_opts.print_frame_info
5482 to decide what to print.
5483 (backtrace_command_1): Handle the new print_frame_arguments_presence
5484 value.
5485 (_initialize_stack): Call add_setshow_enum_cmd for frame-info.
5486 * python/py-framefilter.c (py_print_args): Handle CLI_PRESENCE.
5487 (py_print_frame): In non-mi mode, use LOCATION as default for
5488 print_what, similarly to frame information printed directly by
5489 backtrace command. Handle frame-info user option in non MI mode.
5490
5491 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5492
5493 * linux-thread-db.c (thread_db_target::thread_handle_to_thread_info):
5494 Add case for debugging 32-bit target on 64-bit host. Revise
5495 comment.
5496
5497 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5498
5499 * infrun.c (fill_in_stop_func): Use find_pc_partial_function
5500 instead of find_function_entry_range_from_pc.
5501
5502 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5503
5504 * stack.c (find_frame_funname): Remove code which preferred
5505 minsym over symtab sym in "certain pathological cases".
5506
5507 * valprint.h (build_address_symbolic): Add "prefer_sym_over_minsym"
5508 parameter. Change type of "do_demangle" to bool.
5509 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
5510 Pass suitable "prefer_sym_over_minsym" flag to
5511 build_address_symbolic(). Don't output "+" for negative offsets.
5512 * printcmd.c (print_address_symbolic): Update invocation of
5513 build_address_symbolic to include a "prefer_sym_over_minsym"
5514 flag.
5515 (build_address_symbolic): Add "prefer_sym_over_minsym" parameter.
5516 Restrict cases in which use of minimal symbol is preferred to that
5517 of a found symbol. Update comments.
5518
5519 * dwarf2-frame.c (dwarf2_frame_cache): Don't decode FDE instructions
5520 for entry pc when entry pc is out of range for that FDE.
5521
5522 2019-07-26 Brian Callahan <bcallah@openbsd.org>
5523
5524 PR gdb/24839:
5525 * gdb/obsd-nat.c (obsd_nat_target::pid_to_str): Fix typo in return
5526 type.
5527
5528 2019-07-25 Christian Biesinger <cbiesinger@google.com>
5529
5530 * python/py-objfile.c (add_separate_debug_file): Fix comment about
5531 this function's Python signature.
5532
5533
5534 2019-07-24 Christian Biesinger <cbiesinger@google.com>
5535
5536 * compile/compile-object-load.c (compile_object_load): Pass GLOBAL_SCOPE.
5537 * solib-spu.c (spu_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5538 * solib-svr4.c (elf_lookup_lib_symbol): Pass GLOBAL_SCOPE.
5539 * symtab.c (lookup_global_symbol_from_objfile): Add a scope parameter.
5540 * symtab.h (lookup_global_symbol_from_objfile): Likewise.
5541
5542
5543 2019-07-24 Yoshinori Sato <ysato@users.sourceforge.jp>
5544
5545 * h8300-tdep.c (h8300_register_name_common): New.
5546 h8300_register_name): Use h8300_register_name_common.
5547 (h8300s_register_name): Likewise.
5548 (h8300sx_register_name): Likewise.
5549 (h8300h_register_nam): New.
5550 (h8300_gdbarch_init): Use h8300h_register_name in h8300h machine.
5551
5552
5553 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5554
5555 * arm-tdep.c (arm_skip_cmse_entry): New function.
5556 (arm_is_sgstubs_section): New function.
5557 (arm_skip_stub): Add call to arm_skip_cmse_entry function.
5558
5559 2019-07-22 Tom Tromey <tom@tromey.com>
5560
5561 * tui/tui-win.c (tui_win_info::make_invisible_and_set_new_height):
5562 Don't self-assign.
5563
5564 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5565
5566 * c-typeprint.c (c_print_typedef): Pass -1 instead of 0 to
5567 type_print.
5568
5569 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * symtab.c (search_symbols): Adjust msymbol matching type arrays
5572 so that GDB doesn't match any msymbols when searching in the
5573 TYPES_DOMAIN.
5574 (print_symbol_info): Print using typedef_print or type_print based
5575 on the type of the symbol. Add updated FIXME comment moved from...
5576 (_initialize_symtab): ... move and update FIXME comment to above.
5577
5578 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * NEWS: Mention adding -q option to "info types".
5581 * symtab.c (struct info_types_options): New struct.
5582 (info_types_options_defs): New variable.
5583 (make_info_types_options_def_group): New function.
5584 (info_types_command): Use gdb::option framework to parse options.
5585 (info_types_command_completer): New function.
5586 (_initialize_symtab): Extend the help text on "info types" and
5587 register command completer.
5588
5589 2019-07-21 Christian Biesinger <cbiesinger@google.com>
5590
5591 * symtab.c (lookup_symbol_in_objfile_symtabs): Change int to block_enum.
5592 (lookup_symbol_in_objfile): Change int to block_enum and add a
5593 gdb_assert to make sure block_index is GLOBAL_BLOCK or STATIC_BLOCK.
5594
5595 2019-07-20 Christian Biesinger <cbiesinger@google.com>
5596
5597 * MAINTAINERS (Write After Approval): Add self.
5598
5599 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5600
5601 * riscv-tdep.c (riscv_push_dummy_code): Write a 4-byte nop
5602 instruction to the dummy code region.
5603
5604 2019-07-19 Tom Tromey <tromey@adacore.com>
5605
5606 * contrib/ari/gdb_ari.sh: Mention C++11, not ISO C 90.
5607 (ARGSUSED, PARAMS, __func__): Remove rules.
5608
5609 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5610
5611 * arm-tdep.c (_initialize_arm_tdep): Remove xml tests.
5612 * features/arm/arm-with-iwmmxt.c: Remove.
5613 * features/arm/arm-with-iwmmxt.xml: Remove.
5614 * features/arm/arm-with-m-fpa-layout.c: Remove.
5615 * features/arm/arm-with-m-fpa-layout.xml: Remove.
5616 * features/arm/arm-with-m-vfp-d16.c: Remove.
5617 * features/arm/arm-with-m-vfp-d16.xml: Remove.
5618 * features/arm/arm-with-m.c: Remove.
5619 * features/arm/arm-with-m.xml: Remove.
5620 * features/arm/arm-with-neon.c: Remove.
5621 * features/arm/arm-with-neon.xml: Remove.
5622 * features/arm/arm-with-vfpv2.c: Remove.
5623 * features/arm/arm-with-vfpv2.xml: Remove.
5624 * features/arm/arm-with-vfpv3.c: Remove.
5625 * features/arm/arm-with-vfpv3.xml: Remove.
5626
5627 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5628
5629 * arm-tdep.c (_initialize_arm_tdep): Add xml regression tests.
5630
5631 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5632
5633 * arch/aarch32.c (aarch32_create_target_description): Create
5634 target descriptions using features.
5635 * arch/arm.c (arm_create_target_description)
5636 (arm_create_mprofile_target_description): Likewise.
5637 * arm-tdep.c (_initialize_arm_tdep): Remove tdesc init calls.
5638
5639 2019-07-19 Alan Hayward <alan.hayward@arm.com>
5640
5641 * Makefile.in: Add new files.
5642 * aarch32-tdep.c: New file.
5643 * aarch32-tdep.h: New file.
5644 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
5645 Call aarch32_read_description.
5646 * arch/aarch32.c: New file.
5647 * arch/aarch32.h: New file.
5648 * arch/arm.c (arm_create_target_description)
5649 (arm_create_mprofile_target_description): New function.
5650 * arch/arm.h (arm_fp_type, arm_m_profile_type): New enum.
5651 (arm_create_target_description)
5652 (arm_create_mprofile_target_description): New declaration.
5653 * arm-fbsd-tdep.c (arm_fbsd_read_description_auxv): Call
5654 read_description functions.
5655 * arm-linux-nat.c (arm_linux_nat_target::read_description):
5656 Likewise.
5657 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
5658 * arm-tdep.c (tdesc_arm_list): New variable.
5659 (arm_register_g_packet_guesses): Call create description functions.
5660 (arm_read_description) (arm_read_mprofile_description): New
5661 function.
5662 * arm-tdep.h (arm_read_description)
5663 (arm_read_mprofile_description): Add declaration.
5664 * configure.tgt: Add new files.
5665
5666 2019-07-18 Guillaume LABARTHE <guillaume.labarthe@gmail.com>
5667
5668 * top.c (new_ui_command): Open specified terminal just once.
5669
5670 2019-07-18 Tom Tromey <tromey@adacore.com>
5671
5672 * symtab.c (main_name): Constify return type.
5673 * symfile.c (set_initial_language): Update.
5674 * symtab.h (main_name): Constify return type.
5675
5676 2019-07-17 Tom Tromey <tom@tromey.com>
5677
5678 * tui/tui-winsource.c (tui_update_source_window)
5679 (tui_update_source_window_as_is)
5680 (tui_update_source_windows_with_line): Remove return.
5681 * tui/tui-disasm.c (tui_show_disassem)
5682 (tui_show_disassem_and_update_source): Remove return.
5683 * tui/tui.c (tui_reset): Remove return.
5684 * tui/tui-wingeneral.c
5685 (tui_check_and_display_highlight_if_needed): Remove return.
5686
5687 2019-07-17 Tom Tromey <tom@tromey.com>
5688
5689 * tui/tui-win.c (parse_scrolling_args): Throw separate errors.
5690
5691 2019-07-17 Tom Tromey <tom@tromey.com>
5692
5693 * tui/tui-winsource.h (struct tui_exec_info_window)
5694 (struct tui_source_window_base): Move from tui-data.h.
5695 * tui/tui-winsource.c: Move many method definitions from
5696 elsewhere. Remove "structuring" comments.
5697 * tui/tui-wingeneral.c (tui_source_window_base::make_visible)
5698 (tui_source_window_base::refresh_window): Move to
5699 tui-winsource.c.
5700 * tui/tui-win.c (tui_source_window_base::refresh_all)
5701 (tui_source_window_base::update_tab_width)
5702 (tui_source_window_base::set_new_height)
5703 (tui_source_window_base::do_make_visible_with_new_height): Move to
5704 tui-winsource.c.
5705 * tui/tui-source.h: Update.
5706 * tui/tui-source.c (tui_source_window_base::reset): Move to
5707 tui-winsource.c.
5708 * tui/tui-disasm.h: Update.
5709 * tui/tui-data.h (struct tui_exec_info_window): Move to
5710 tui-winsource.h.
5711 (struct tui_source_window_base): Likewise.
5712 * tui/tui-data.c (tui_source_window_base::clear_detail)
5713 (tui_source_window_base, ~tui_source_window_base): Move to
5714 tui-winsource.c.
5715
5716 2019-07-17 Tom Tromey <tom@tromey.com>
5717
5718 * tui/tui-win.c (tui_resize_all)
5719 (tui_source_window_base::update_tab_width)
5720 (tui_adjust_win_heights): Update.
5721 (tui_win_info::make_invisible_and_set_new_height): Rename from
5722 make_invisible_and_set_new_height.
5723 * tui/tui-data.h (struct tui_win_info)
5724 <make_invisible_and_set_new_height>: New method.
5725
5726 2019-07-17 Tom Tromey <tom@tromey.com>
5727
5728 * tui/tui.c: Update.
5729 * tui/tui-source.h (struct tui_source_window): Move from
5730 tui-data.h.
5731 * tui/tui-layout.c: Update.
5732 * tui/tui-disasm.c: Update.
5733 * tui/tui-data.h (struct tui_source_window): Move to
5734 tui-source.h.
5735
5736 2019-07-17 Tom Tromey <tom@tromey.com>
5737
5738 * tui/tui-disasm.h (struct tui_disasm_window): Move from
5739 tui-data.h.
5740 * tui/tui-data.h (struct tui_disasm_window): Move to
5741 tui-disasm.h.
5742
5743 2019-07-17 Tom Tromey <tom@tromey.com>
5744
5745 * tui/tui-regs.h (struct tui_data_item_window): Move from
5746 tui-data.h.
5747 * tui/tui-regs.c (tui_data_item_window): Move from tui-data.c.
5748 * tui/tui-data.h (struct tui_data_item_window): Move to
5749 tui-regs.h.
5750 * tui/tui-data.c (~tui_data_item_window): Move to tui-regs.c.
5751
5752 2019-07-17 Tom Tromey <tom@tromey.com>
5753
5754 * tui/tui.c: Update.
5755 * tui/tui-win.c (tui_cmd_window::do_make_visible_with_new_height)
5756 (tui_cmd_window::max_height): Move to tui-command.c.
5757 * tui/tui-layout.c: Update.
5758 * tui/tui-data.h (struct tui_cmd_window): Move to tui-command.h.
5759 * tui/tui-data.c (tui_cmd_window::clear_detail): Move to
5760 tui-command.c.
5761 * tui/tui-command.h (struct tui_cmd_window): Move from
5762 tui-data.h.
5763 * tui/tui-command.c: Remove "structuring" comments.
5764 (tui_cmd_window::clear_detail)
5765 (tui_cmd_window::do_make_visible_with_new_height)
5766 (tui_cmd_window::max_height): Move from elsewhere.
5767
5768 2019-07-17 Tom Tromey <tom@tromey.com>
5769
5770 * tui/tui-io.c (tui_dispatch_ctrl_char): Move from tui-command.c.
5771 Now static.
5772 * tui/tui-command.h (tui_dispatch_ctrl_char): Don't declare.
5773 * tui/tui-command.c (tui_dispatch_ctrl_char): Move to tui-io.c.
5774
5775 2019-07-17 Tom Tromey <tom@tromey.com>
5776
5777 * tui/tui.c: Update.
5778 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Move to
5779 tui-regs.c.
5780 * tui/tui-windata.h: Remove file.
5781 * tui/tui-windata.c: Remove file.
5782 * tui/tui-win.c (tui_data_window::set_new_height)
5783 (tui_data_window::do_make_visible_with_new_height): Move to
5784 tui-regs.c.
5785 * tui/tui-regs.h (struct tui_data_window): Move from tui-data.h.
5786 * tui/tui-regs.c: Remove "structuring" comments.
5787 (tui_data_window::first_data_item_displayed)
5788 (tui_data_window::delete_data_content_windows)
5789 (tui_data_window::erase_data_content)
5790 (tui_data_window::display_all_data)
5791 (tui_data_window::refresh_all)
5792 (tui_data_window::do_scroll_vertical)
5793 (tui_data_window::clear_detail, tui_data_window::set_new_height)
5794 (tui_data_window::do_make_visible_with_new_height)
5795 (tui_data_window::refresh_window): Move from elsewhere.
5796 (_initialize_tui_regs): Move to end of file.
5797 * tui/tui-layout.c: Update.
5798 * tui/tui-hooks.c: Update.
5799 * tui/tui-data.h (struct tui_data_window): Move to tui-regs.h.
5800 * tui/tui-data.c (tui_data_window::clear_detail): Move to
5801 tui-regs.c.
5802 * Makefile.in (SUBDIR_TUI_SRCS): Remove tui-windata.c.
5803
5804 2019-07-17 Tom Tromey <tom@tromey.com>
5805
5806 * tui/tui-io.c (tui_puts_internal): Call wrefresh if newline is
5807 seen.
5808
5809 2019-07-17 Tom Tromey <tom@tromey.com>
5810
5811 * tui/tui-win.c (tui_source_window_base::set_new_height)
5812 (tui_source_window_base::do_make_visible_with_new_height): Use
5813 m_has_locator field directly.
5814 * tui/tui-data.h (struct tui_win_info) <has_locator>: Remove
5815 method.
5816 (struct tui_source_window_base) <has_locator>: Likewise.
5817
5818 2019-07-17 Tom Tromey <tom@tromey.com>
5819
5820 * tui/tui-wingeneral.h (tui_make_visible, tui_make_invisible):
5821 Don't declare.
5822 * tui/tui-wingeneral.c (tui_make_visible, tui_make_invisible):
5823 Remove.
5824 * tui/tui-win.c (tui_source_window_base::set_new_height)
5825 (tui_source_window_base::set_new_height)
5826 (make_invisible_and_set_new_height)
5827 (tui_source_window_base::do_make_visible_with_new_height)
5828 (tui_source_window_base::do_make_visible_with_new_height):
5829 Update.
5830 * tui/tui-layout.c (show_source_disasm_command, show_data)
5831 (show_source_or_disasm_and_command): Update.
5832 * tui/tui-layout.c (show_layout): Update.
5833
5834 2019-07-17 Tom Tromey <tom@tromey.com>
5835
5836 * tui/tui-layout.c (make_data_window): Remove.
5837 (show_data): Unify creation and re-initialization cases.
5838
5839 2019-07-17 Tom Tromey <tom@tromey.com>
5840
5841 * tui/tui-layout.c (make_source_window, make_disasm_window):
5842 Remove.
5843 (show_data): Unify creation and re-initialization cases.
5844
5845 2019-07-17 Tom Tromey <tom@tromey.com>
5846
5847 * tui/tui-layout.c (make_command_window): Remove.
5848 (show_source_disasm_command, show_source_or_disasm_and_command):
5849 Unify creation and re-initialization cases.
5850
5851 2019-07-17 Tom Tromey <tom@tromey.com>
5852
5853 * tui/tui-layout.c (show_source_or_disasm_and_command): Unify
5854 creation and re-initialization cases.
5855
5856 2019-07-17 Tom Tromey <tom@tromey.com>
5857
5858 * tui/tui-regs.c (tui_get_register): Return void.
5859
5860 2019-07-17 Tom Tromey <tom@tromey.com>
5861
5862 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible):
5863 Simplify.
5864
5865 2019-07-17 Tom Tromey <tom@tromey.com>
5866
5867 * tui/tui-layout.c (show_source_disasm_command): Simplify window
5868 resetting.
5869
5870 2019-07-17 Tom Tromey <tom@tromey.com>
5871
5872 * tui/tui.h (tui_set_layout_by_name): Don't declare.
5873 * tui/tui-regs.c (tui_reg_layout): New function.
5874 (tui_show_registers, tui_reg_command): Use it.
5875 * tui/tui-layout.c (LAYOUT_USAGE): Remove.
5876 (tui_layout_command): Rename from tui_set_layout_by_name. Change
5877 parameters.
5878 (tui_layout_command): Remove.
5879
5880 2019-07-17 Tom Tromey <tom@tromey.com>
5881
5882 * tui/tui-layout.h (tui/tui-layout): Return void.
5883 * tui/tui-layout.c (tui_set_layout): Return void. Add assert.
5884
5885 2019-07-17 Tom Tromey <tom@tromey.com>
5886
5887 * tui/tui-layout.c (show_source_disasm_command, show_data):
5888 Update.
5889 (reset_locator): Remove.
5890 (show_source_or_disasm_and_command): Update.
5891
5892 2019-07-17 Tom Tromey <tom@tromey.com>
5893
5894 * tui/tui-source.c (tui_source_window_base::reset): Remove
5895 win_type parameter.
5896 * tui/tui-layout.c (make_command_window, make_source_window)
5897 (make_disasm_window, make_data_window)
5898 (show_source_disasm_command, show_data, tui_gen_win_info::reset)
5899 (reset_locator, show_source_or_disasm_and_command): Update.
5900 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Remove
5901 win_type parameter.
5902 (struct tui_source_window_base) <reset>: Likewise.
5903
5904 2019-07-17 Tom Tromey <tom@tromey.com>
5905
5906 * tui/tui-layout.c (show_source_disasm_command): Use
5907 reset_locator.
5908 (reset_locator): New function.
5909 (init_and_make_win): Remove.
5910 (show_source_or_disasm_and_command): Use reset_locator.
5911
5912 2019-07-17 Tom Tromey <tom@tromey.com>
5913
5914 * tui/tui-winsource.c (tui_set_exec_info_content): Remove
5915 condition.
5916 * tui/tui-wingeneral.c (tui_source_window_base::make_visible):
5917 Remove condition.
5918 * tui/tui-source.c (tui_source_window_base::reset): New method.
5919 * tui/tui-layout.c (make_command_window): Don't call
5920 init_and_make_win.
5921 (make_source_window, make_disasm_window): Don't call
5922 make_source_or_disasm_window.
5923 (make_data_window): Don't call init_and_make_win. Change calling
5924 convention.
5925 (show_source_disasm_command, show_data): Simplify.
5926 (make_source_or_disasm_window): Remove.
5927 (show_source_or_disasm_and_command): Simplify.
5928 * tui/tui-data.h (struct tui_gen_win_info) <reset>: Now virtual.
5929 (struct tui_source_window_base) <reset>: Likewise.
5930 <execution_info>: Remove initializer.
5931 * tui/tui-data.c (tui_source_window_base): Initialize
5932 execution_info.
5933
5934 2019-07-17 Tom Tromey <tom@tromey.com>
5935
5936 * tui/tui-layout.c (tui_set_layout): Remove regs_populate
5937 variable.
5938
5939 2019-07-17 Tom Tromey <tom@tromey.com>
5940
5941 * tui/tui.c (tui_rl_other_window): Update.
5942 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Call
5943 superclass method first. Always iterate over regs_content.
5944 (tui_unhighlight_win, tui_highlight_win): Use refresh_window
5945 method.
5946 * tui/tui-win.c (tui_set_focus_command): Update.
5947
5948 2019-07-17 Tom Tromey <tom@tromey.com>
5949
5950 * tui/tui-win.c (tui_set_focus_command): Rename from
5951 tui_set_focus. Call tui_enable.
5952 (tui_set_focus_command): Remove.
5953
5954 2019-07-17 Tom Tromey <tom@tromey.com>
5955
5956 * tui/tui-winsource.c (tui_show_exec_info_content): Don't call
5957 refresh_window.
5958 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Call
5959 touchwin.
5960 (tui_data_window::refresh_window): Call refresh_window on data
5961 items. Always call superclass refresh_window.
5962 (tui_win_info::refresh): Remove.
5963 (tui_source_window_base::refresh_window): Update.
5964 (tui_refresh_all): Update.
5965 * tui/tui-layout.c (show_source_disasm_command): Remove call to
5966 refresh_window.
5967 (show_source_or_disasm_and_command): Likewise.
5968 * tui/tui-data.h (struct tui_win_info) <refresh>: Remove.
5969 (struct tui_source_window_base) <refresh>: Likewise.
5970
5971 2019-07-17 Tom Tromey <tom@tromey.com>
5972
5973 * tui/tui-winsource.c (tui_clear_source_content)
5974 (tui_show_source_content): Update.
5975 * tui/tui-source.c (tui_source_window::showing_source_p): Check
5976 whether content is empty.
5977 * tui/tui-data.h (struct tui_source_window_base) <content_in_use>:
5978 Remove.
5979
5980 2019-07-17 Tom Tromey <tom@tromey.com>
5981
5982 * tui/tui-winsource.c (tui_erase_source_content): Clear the
5983 window's contents.
5984 * tui/tui-source.h (tui_set_source_content_nil): Don't declare.
5985 * tui/tui-source.c (tui_set_source_content_nil): Remove.
5986
5987 2019-07-17 Tom Tromey <tom@tromey.com>
5988
5989 * tui/tui-data.h (UNDEFINED_ITEM): Remove define.
5990 (struct tui_data_item_window): Update.
5991
5992 2019-07-17 Tom Tromey <tom@tromey.com>
5993
5994 * tui/tui-data.h (MAX_CONTENT_COUNT, TUI_NULL_STR)
5995 (DEFAULT_HISTORY_COUNT, WITH_LOCATOR, NO_LOCATOR): Remove
5996 defines.
5997
5998 2019-07-17 Tom Tromey <tom@tromey.com>
5999
6000 * tui/tui-winsource.h (tui_erase_source_content)
6001 (tui_clear_source_content): Remove "display_prompt" parameter.
6002 * tui/tui-winsource.c (tui_update_source_window_as_is)
6003 (tui_update_source_windows_with_addr): Update.
6004 (tui_clear_source_content): Remove "display_prompt" parameter.
6005 (tui_erase_source_content): Likewise. Simplify.
6006 (tui_show_source_content): Update.
6007 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
6008 * tui/tui-stack.c (tui_show_frame_info): Update.
6009 * tui/tui-data.h (EMPTY_SOURCE_PROMPT, NO_EMPTY_SOURCE_PROMPT):
6010 Remove defines.
6011
6012 2019-07-17 Tom Tromey <tom@tromey.com>
6013
6014 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6015 * tui/tui-disasm.h (tui_set_disassem_content): Add win_info
6016 parameter.
6017 * tui/tui-disasm.c (tui_set_disassem_content): Add win_info
6018 parameter.
6019
6020 2019-07-17 Tom Tromey <tom@tromey.com>
6021
6022 * tui/tui-winsource.c (tui_clear_source_content)
6023 (tui_show_source_content, tui_show_exec_info_content)
6024 (tui_clear_exec_info_content): Update.
6025 * tui/tui-stack.c (tui_show_locator_content): Update.
6026 (tui_show_frame_info): Update.
6027 * tui/tui-source.h (tui_source_window): Don't declare.
6028 * tui/tui-source.c (tui_source_window::showing_source_p): Rename
6029 from tui_source_is_displayed.
6030 * tui/tui-data.h (struct tui_gen_win_info) <content_in_use>:
6031 Remove field.
6032 (struct tui_source_window_base) <content_in_use>: New field. Now
6033 bool.
6034 (struct tui_source_window) <showing_source_p>: New method.
6035 (TUI_SRC_WIN): Change cast.
6036 * tui/tui-data.c (tui_initialize_static_data): Update.
6037
6038 2019-07-17 Tom Tromey <tom@tromey.com>
6039
6040 * tui/tui-winsource.c (tui_update_breakpoint_info): Use
6041 location_matches_p.
6042 * tui/tui-source.c (tui_source_window::location_matches_p): New
6043 method.
6044 * tui/tui-disasm.c (tui_disasm_window::location_matches_p): New
6045 method.
6046 * tui/tui-data.h (struct tui_source_window_base)
6047 <location_matches_p>: New method.
6048 (struct tui_source_window, struct tui_disasm_window)
6049 <location_matches_p>: Likewise.
6050
6051 2019-07-17 Tom Tromey <tom@tromey.com>
6052
6053 * tui/tui-win.c (tui_set_win_height_command): Rename from
6054 tui_set_win_height.
6055 (tui_set_win_height_command): Remove.
6056
6057 2019-07-17 Tom Tromey <tom@tromey.com>
6058
6059 * tui/tui-source.c (tui_source_window): New constructor. Add
6060 observer.
6061 (~tui_source_window): New destructor.
6062 (tui_source_window::style_changed): New method.
6063 * tui/tui-hooks.c (tui_redisplay_source): Remove.
6064 (tui_attach_detach_observers): Update.
6065 * tui/tui-data.h (struct tui_source_window): Make constructor not
6066 inline. Add destructor.
6067 (struct tui_source_window) <style_changed>: New method.
6068 <m_observable>: New member.
6069
6070 2019-07-17 Tom Tromey <tom@tromey.com>
6071
6072 * tui/tui-data.c (tui_clear_source_windows_detail): Fix typo.
6073 * tui/tui-win.c (tui_resize_all): Fix typo.
6074
6075 2019-07-17 Tom Tromey <tom@tromey.com>
6076
6077 * tui/tui-wingeneral.h (tui_refresh_all): Update.
6078 * tui/tui-wingeneral.c (make_all_visible): Use foreach.
6079 (tui_refresh_all): Remove "list" parameter. Use foreach.
6080 * tui/tui-win.c (window_name_completer): Use foreach.
6081 (tui_refresh_all_win, tui_rehighlight_all, tui_all_windows_info)
6082 (update_tab_width): Likewise.
6083 * tui/tui-layout.c (show_layout): Update.
6084 * tui/tui-data.h (class tui_window_iterator): New.
6085 (struct all_tui_windows): New.
6086 * tui/tui-data.c (tui_partial_win_by_name): Use foreach.
6087
6088 2019-07-17 Tom Tromey <tom@tromey.com>
6089
6090 * tui/tui-regs.c (tui_reg_next, tui_reg_prev): Add "current_group"
6091 parameter. Don't reference globals.
6092 (tui_reg_command): Update.
6093
6094 2019-07-17 Tom Tromey <tom@tromey.com>
6095
6096 * tui/tui-regs.c (tui_show_registers): Simplify.
6097
6098 2019-07-17 Tom Tromey <tom@tromey.com>
6099
6100 * tui/tui-regs.c (tui_show_registers): Update.
6101 (tui_show_register_group): Add win_info parameter.
6102
6103 2019-07-17 Tom Tromey <tom@tromey.com>
6104
6105 * tui/tui-regs.c (tui_data_window::display_reg_element_at_line):
6106 Rename from tui_display_reg_element_at_line.
6107 (tui_data_window::display_registers_from_line): Update.
6108 * tui/tui-data.h (struct tui_data_window)
6109 <display_reg_element_at_line>: New method.
6110
6111 2019-07-17 Tom Tromey <tom@tromey.com>
6112
6113 * tui/tui-regs.h (tui_display_registers_from)
6114 (tui_display_registers_from_line): Don't declare.
6115 * tui/tui-windata.c (tui_data_window::display_all_data)
6116 (tui_data_window::refresh_all)
6117 (tui_data_window::do_scroll_vertical): Update.
6118 * tui/tui-regs.c (tui_data_window::display_registers_from): Rename
6119 from tui_display_registers_from.
6120 (tui_display_reg_element_at_line): Update.
6121 (tui_data_window::display_registers_from_line): Rename from
6122 tui_display_registers_from_line.
6123 * tui/tui-data.h (struct tui_data_window) <display_registers_from,
6124 display_registers_from_line>: New methods.
6125
6126 2019-07-17 Tom Tromey <tom@tromey.com>
6127
6128 * tui/tui-windata.h (tui_erase_data_content): Don't declare.
6129 * tui/tui-windata.c (tui_data_window::erase_data_content): Rename
6130 from tui_erase_data_content.
6131 (tui_data_window::display_all_data)
6132 (tui_data_window::refresh_all)
6133 (tui_data_window::do_scroll_vertical): Update.
6134 * tui/tui-regs.c (tui_show_registers): Update.
6135 * tui/tui-data.h (struct tui_data_window) <erase_data_content>:
6136 New method.
6137
6138 2019-07-17 Tom Tromey <tom@tromey.com>
6139
6140 * tui/tui-windata.h (tui_delete_data_content_windows): Don't
6141 declare.
6142 * tui/tui-windata.c
6143 (tui_data_window::delete_data_content_windows): Rename from
6144 tui_delete_data_content_windows.
6145 (tui_data_window::display_all_data)
6146 (tui_data_window::do_scroll_vertical): Update.
6147 * tui/tui-data.h (struct tui_data_window)
6148 <delete_data_content_windows>: New method.
6149
6150 2019-07-17 Tom Tromey <tom@tromey.com>
6151
6152 * tui/tui-windata.h (tui_refresh_data_win): Don't declare.
6153 * tui/tui-regs.h (tui_first_reg_element_inline): Don't declare.
6154
6155 2019-07-17 Tom Tromey <tom@tromey.com>
6156
6157 * tui/tui-windata.h (tui_display_all_data): Don't declare.
6158 * tui/tui-windata.c (tui_data_window::display_all_data): Rename
6159 from tui_display_all_data.
6160 * tui/tui-win.c
6161 (tui_data_window::do_make_visible_with_new_height): Update.
6162 * tui/tui-regs.c (tui_show_registers): Update.
6163 * tui/tui-layout.c (tui_set_layout): Update.
6164 * tui/tui-data.h (struct tui_data_window) <display_all_data>: New
6165 method.
6166
6167 2019-07-17 Tom Tromey <tom@tromey.com>
6168
6169 * tui/tui-windata.h (tui_display_data_from): Don't declare.
6170 * tui/tui-windata.c (tui_display_data_from): Remove.
6171 (tui_data_window::refresh_all): Update.
6172
6173 2019-07-17 Tom Tromey <tom@tromey.com>
6174
6175 * tui/tui-windata.h (tui_display_data_from_line): Don't declare.
6176 * tui/tui-windata.c (tui_display_data_from_line): Remove.
6177 (tui_display_data_from, tui_data_window::do_scroll_vertical): Call
6178 tui_display_registers_from_line.
6179 * tui/tui-regs.h (tui_display_registers_from_line): Update.
6180 * tui/tui-regs.c (tui_display_registers_from_line): Remove
6181 "force_display" parameter.
6182
6183 2019-07-17 Tom Tromey <tom@tromey.com>
6184
6185 * tui/tui-regs.h (tui_first_reg_element_no_inline): Don't
6186 declare.
6187 * tui/tui-regs.c (tui_data_window::first_reg_element_no_inline):
6188 Rename from tui_first_reg_element_no_inline.
6189 (tui_display_reg_element_at_line)
6190 (tui_display_registers_from_line): Update.
6191 * tui/tui-data.h (struct tui_data_window)
6192 <first_reg_element_no_inline>: New method.
6193
6194 2019-07-17 Tom Tromey <tom@tromey.com>
6195
6196 * tui/tui-windata.c (tui_display_data_from)
6197 (tui_data_window::do_scroll_vertical): Update.
6198 * tui/tui-regs.h (tui_line_from_reg_element_no): Don't declare.
6199 * tui/tui-regs.c (tui_data_window::line_from_reg_element_no):
6200 Rename from tui_line_from_reg_element_no.
6201 (tui_display_registers_from_line): Update.
6202 * tui/tui-data.h (struct tui_data_window)
6203 <line_from_reg_element_no>: New method.
6204
6205 2019-07-17 Tom Tromey <tom@tromey.com>
6206
6207 * tui/tui-regs.h (tui_last_regs_line_no): Don't declare.
6208 * tui/tui-regs.c (tui_data_window::last_regs_line_no): Rename from
6209 tui_last_regs_line_no.
6210 (tui_display_reg_element_at_line)
6211 (tui_display_registers_from_line): Update.
6212 * tui/tui-data.h (struct tui_data_window) <last_regs_line_no>: New
6213 method.
6214
6215 2019-07-17 Tom Tromey <tom@tromey.com>
6216
6217 PR tui/24722:
6218 * tui/tui-winsource.h (tui_update_all_breakpoint_info)
6219 (tui_update_breakpoint_info): Add "being_deleted" parameter.
6220 * tui/tui-winsource.c (tui_update_source_window_as_is): Update.
6221 (tui_update_all_breakpoint_info): Add "being_deleted" parameter.
6222 (tui_update_breakpoint_info): Likewise.
6223 * tui/tui-hooks.c (tui_event_create_breakpoint)
6224 (tui_event_delete_breakpoint, tui_event_modify_breakpoint):
6225 Update.
6226
6227 2019-07-17 Tom Tromey <tom@tromey.com>
6228
6229 * tui/tui-stack.c (tui_show_frame_info): Consolidate "if"s.
6230
6231 2019-07-17 Tom Tromey <tom@tromey.com>
6232
6233 * tui/tui-winsource.c (tui_update_source_window_as_is)
6234 (tui_update_source_windows_with_addr): Update.
6235 * tui/tui-source.h (tui_set_source_content)
6236 (tui_show_symtab_source): Add "win_info" parameter.
6237 * tui/tui-source.c (tui_set_source_content): Add "win_info"
6238 parameter.
6239 (tui_show_symtab_source): Likewise.
6240
6241 2019-07-17 Tom Tromey <tom@tromey.com>
6242
6243 * tui/tui-wingeneral.c
6244 (tui_check_and_display_highlight_if_needed): Check can_highlight.
6245
6246 2019-07-17 Tom Tromey <tom@tromey.com>
6247
6248 * tui/tui-data.h (struct tui_win_info) <can_scroll>: New method.
6249 (struct tui_cmd_window) <can_scroll>: New method.
6250 * tui/tui-command.c (tui_dispatch_ctrl_char): Use can_scroll
6251 method.
6252
6253 2019-07-17 Tom Tromey <tromey@adacore.com>
6254
6255 * ui-out.h (class ui_out) <field_signed, field_fmt_signed,
6256 do_field_signed>: Rename. Change type of "value".
6257 * ui-out.c (ui_out::field_signed): Rename from field_int.
6258 Change type of "value".
6259 (ui_out::field_fmt_signed): Rename from field_fmt_int. Change
6260 type of "value".
6261 * tui/tui-out.h (class tui_ui_out) <do_field_signed>: Rename from
6262 do_field_int. Change type of "value".
6263 * tui/tui-out.c (tui_ui_out::do_field_signed): Rename from
6264 do_field_int. Change type of "value".
6265 * tracepoint.c (trace_status_mi, tfind_1)
6266 (print_one_static_tracepoint_marker): Update.
6267 * thread.c (print_thread_info_1, print_selected_thread_frame):
6268 Update.
6269 * stack.c (print_frame, print_frame_info): Update.
6270 * spu-tdep.c (info_spu_signal_command, info_spu_dma_cmdlist):
6271 Update.
6272 * source.c (print_source_lines_base): Update.
6273 * skip.c (info_skip_command): Update.
6274 * record-btrace.c (btrace_ui_out_decode_error)
6275 (btrace_call_history_src_line): Update.
6276 * python/py-framefilter.c (py_print_single_arg, py_print_frame):
6277 Update.
6278 * progspace.c (print_program_space): Update.
6279 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Update.
6280 * mi/mi-out.h (class mi_ui_out) <do_field_signed>: Rename from
6281 do_field_int. Change type of "value".
6282 * mi/mi-out.c (mi_ui_out::do_table_begin)
6283 (mi_ui_out::do_table_header): Update.
6284 (mi_ui_out::do_field_signed): Rename from do_field_int. Change
6285 type of "value".
6286 * mi/mi-main.c (mi_cmd_thread_list_ids, print_one_inferior)
6287 (mi_cmd_data_list_changed_registers, output_register)
6288 (mi_cmd_data_read_memory, mi_load_progress)
6289 (mi_cmd_trace_frame_collected): Update.
6290 * mi/mi-interp.c (mi_on_normal_stop_1, mi_output_solib_attribs):
6291 Update.
6292 * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_create)
6293 (mi_cmd_var_delete, mi_cmd_var_info_num_children)
6294 (mi_cmd_var_list_children, varobj_update_one): Update.
6295 * mi/mi-cmd-stack.c (mi_cmd_stack_info_depth)
6296 (mi_cmd_stack_list_args, list_arg_or_local): Update.
6297 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Update.
6298 * inferior.c (print_inferior): Update.
6299 * gdb_bfd.c (print_one_bfd): Update.
6300 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn):
6301 Update.
6302 * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
6303 * cli-out.h (class cli_ui_out) <do_field_signed>: Rename from
6304 do_field_int. Change type of "value".
6305 * cli-out.c (cli_ui_out::do_field_signed): Rename from
6306 do_field_int. Change type of "value".
6307 * breakpoint.c (watchpoint_check, print_breakpoint_location)
6308 (print_one_breakpoint_location, print_it_catch_fork)
6309 (print_one_catch_fork, print_it_catch_vfork)
6310 (print_one_catch_vfork, print_it_catch_solib)
6311 (print_it_catch_exec, print_it_ranged_breakpoint)
6312 (print_mention_watchpoint, print_mention_masked_watchpoint)
6313 (bkpt_print_it, update_static_tracepoint): Update.
6314 * break-catch-throw.c (print_it_exception_catchpoint): Update.
6315 * break-catch-syscall.c (print_it_catch_syscall): Update.
6316 * ada-tasks.c (print_ada_task_info): Update.
6317 * ada-lang.c (print_it_exception, print_mention_exception):
6318 Update.
6319
6320 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 PR breakpoints/24541
6323 * gdbarch.c: Regenerate.
6324 * gdbarch.h: Regenerate.
6325 * gdbarch.sh: Adjust return type and parameter types for
6326 'stap_adjust_register'.
6327 (i386_stap_adjust_register): Adjust signature and return new
6328 register name.
6329 * stap-probe.c (stap_parse_register_operand): Adjust use of
6330 'gdbarch_stap_adjust_register'.
6331
6332 2019-07-17 Tom Tromey <tromey@adacore.com>
6333
6334 * s390-linux-nat.c (s390_watch_area): Remove typedef. Don't
6335 declare VEC.
6336 (struct s390_debug_reg_state) <watch_areas, break_areas>: Now
6337 std::vector.
6338 (struct s390_process_info): Add initializers.
6339 (s390_add_process): Use new.
6340 (s390_linux_nat_target::low_forget_process): Use delete.
6341 (s390_linux_nat_target::low_new_fork)
6342 (s390_linux_nat_target::stopped_by_watchpoint)
6343 (s390_linux_nat_target::low_prepare_to_resume)
6344 (s390_linux_nat_target::insert_watchpoint)
6345 (s390_linux_nat_target::insert_hw_breakpoint)
6346 (s390_linux_nat_target::remove_watchpoint)
6347 (s390_linux_nat_target::remove_hw_breakpoint): Update.
6348
6349 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6350
6351 * aarch64-fbsd-nat.c: Include regcache.h.
6352 (getregs_supplies, getfpregs_supplies): Remove unused gdbarch
6353 argument.
6354 (aarch64_fbsd_nat_target::fetch_registers)
6355 (aarch64_fbsd_nat_target::store_registers): Remove gdbarch
6356 variable.
6357 * arm-fbsd-nat.c, riscv-fbsd-nat.c: Likewise.
6358
6359 2019-07-16 John Baldwin <jhb@FreeBSD.org>
6360
6361 * fbsd-nat.c: Include gdbarch.h.
6362
6363 2019-07-15 Tom Tromey <tromey@adacore.com>
6364
6365 * mi/mi-out.c (mi_ui_out::do_field_int): Use plongest.
6366
6367 2019-07-15 Tom Tromey <tromey@adacore.com>
6368
6369 * mi/mi-out.h (class mi_ui_out) <do_field_unsigned>: Declare.
6370 * mi/mi-out.c (mi_ui_out::do_field_unsigned): New method.
6371 * cli-out.h (class cli_ui_out) <do_field_unsigned>: Declare.
6372 * cli-out.c (cli_ui_out::do_field_int): New method.
6373 * ui-out.c (ui_out::field_unsigned): New method.
6374 * symfile.c (generic_load): Use field_unsigned.
6375 (print_transfer_performance): Likewise.
6376 * record-btrace.c (ui_out_field_uint): Remove.
6377 (btrace_call_history_insn_range, btrace_call_history): Use
6378 field_unsigned.
6379 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
6380 field_unsigned.
6381 * ui-out.h (class ui_out) <field_unsigned>: New method.
6382 <do_field_unsigned>: Likewise.
6383
6384 2019-07-15 Tom Tromey <tromey@adacore.com>
6385
6386 * mi/mi-main.c (list_available_thread_groups): Use field_string.
6387 * mi/mi-interp.c (mi_memory_changed): Use field_string.
6388 * target.c (flash_erase_command): Use field_string.
6389 * infrun.c (print_signal_received_reason): Use field_string.
6390 * i386-tdep.c (i386_mpx_print_bounds): Use field_string.
6391 * breakpoint.c (maybe_print_thread_hit_breakpoint): Use
6392 field_string.
6393 * ada-tasks.c (print_ada_task_info): Use field_string.
6394
6395 2019-07-15 Tom Tromey <tromey@adacore.com>
6396
6397 * target.c (flash_erase_command): Use field_core_addr.
6398 * symfile.c (generic_load): Use field_core_addr.
6399 * sparc64-linux-tdep.c (sparc64_linux_handle_segmentation_fault):
6400 Use field_core_addr.
6401 * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): Use
6402 field_core_addr.
6403
6404 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6405
6406 * dwarf2loc.c (dwarf2_evaluate_property): Sign extend property
6407 value if its desired type is smaller than a CORE_ADDR and signed.
6408
6409 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * dwarf2loc.c (dwarf2_evaluate_property): Update to take account
6412 of changes to field names, and use new is_reference field to
6413 decide if a property is a reference or not.
6414 * dwarf2loc.h (struct dwarf2_locexpr_baton): Add 'is_reference'
6415 field.
6416 (struct dwarf2_property_baton): Update header comment, rename
6417 'referenced_type' to 'property_type' and update comments.
6418 * dwarf2read.c (attr_to_dynamic_prop): Add extra parameter to hold
6419 default property type, store in property baton, update to take
6420 accound of renamed field.
6421 (read_func_scope): Update call to attr_to_dynamic_prop.
6422 (read_array_type): Likewise.
6423 (dwarf2_per_cu_addr_sized_int_type): New function.
6424 (read_subrange_index_type): Move type finding code to
6425 dwarf2_per_cu_addr_sized_int_type.
6426 (read_subrange_type): Update calls to attr_to_dynamic_prop.
6427 (dwarf2_per_cu_addr_type): New function.
6428 (set_die_type): Update calls to attr_to_dynamic_prop.
6429
6430 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6431
6432 * dwarf2read.c (read_subrange_index_type): New function.
6433 (read_subrange_type): Move code into new function and call it.
6434 * gdbtypes.c (create_range_type): Add some asserts.
6435
6436 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6437
6438 * dwarf2loc.c (dwarf2_evaluate_property): Change return type, and
6439 update return statements.
6440 * dwarf2loc.h (dwarf2_evaluate_property): Update return type on
6441 declaration, and update comment to match.
6442 * gdbtypes.c (resolve_dynamic_array): Update call to
6443 dwarf2_evaluate_property to match new return type.
6444
6445 2019-07-12 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * valarith.c (value_subscripted_rvalue): Change lowerbound
6448 parameter type from int to LONGEST.
6449 * value.h (value_subscripted_rvalue): Likewise in declaration.
6450
6451 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6452
6453 * cli/cli-utils.c (info_print_command_completer): New function.
6454 * cli/cli-utils.h: Add 'completer.h' include, and forward
6455 declaration for 'struct cmd_list_element'.
6456 (info_print_command_completer): Declare.
6457 * stack.c (_initialize_stack): Add completer for 'info locals' and
6458 'info args'.
6459 * symtab.c (_initialize_symtab): Add completer for 'info
6460 variables' and 'info functions'.
6461 * NEWS: Mention completion for additional info commands.
6462
6463 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6464
6465 * cli/cli-utils.c (extract_info_print_args): Delete.
6466 (extract_arg_maybe_quoted): Delete.
6467 (info_print_options_defs): New variable.
6468 (make_info_print_options_def_group): New function.
6469 (extract_info_print_options): Define new function.
6470 * cli/cli-utils.h (extract_info_print_args): Delete.
6471 (struct info_print_options): New structure.
6472 (extract_info_print_options): Declare new function.
6473 * stack.c (info_locals_command): Update to use new
6474 extract_info_print_options, also add a header comment.
6475 (info_args_command): Likewise.
6476 * symtab.c (info_variables_command): Likewise.
6477 (info_functions_command): Likewise.
6478
6479 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6480
6481 * cli/cli-option.c (parse_option): Use extract_string_maybe_quoted
6482 to extract string arguments.
6483 * common/common-utils.c (extract_string_maybe_quoted): New function.
6484 * common/common-utils.h (extract_string_maybe_quoted): Declare.
6485
6486 2019-07-11 Tom Tromey <tromey@adacore.com>
6487
6488 * main.c (get_init_files): Use GDBINIT, not gdbinit.
6489 * auto-load.c (file_is_auto_load_safe): Use GDBINIT, not gdbinit.
6490 * top.h (gdbinit): Don't declare.
6491 * cli/cli-cmds.c (init_cli_cmds): Remove, merging contents
6492 into...
6493 (_initialize_cli_cmds): ...here. Use GDBINIT, not gdbinit.
6494 * top.c (gdb_init): Don't call init_cli_cmds.
6495 (gdbinit): Remove.
6496 * cli/cli-cmds.h (init_cli_cmds): Don't declare.
6497
6498 2019-07-11 Tom Tromey <tromey@adacore.com>
6499
6500 * python/py-inferior.c (add_thread_object): Don't use thread_obj
6501 after it has been moved.
6502
6503 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6504
6505 * valops.c (value_must_coerce_to_target): Change return type to
6506 bool.
6507 * value.h (value_must_coerce_to_target): Likewise.
6508
6509 2019-07-10 Simon Marchi <simon.marchi@efficios.com>
6510
6511 * breakpoint.c (is_hardware_watchpoint): Remove
6512 forward-declaration.
6513 (is_masked_watchpoint): Change return type to bool.
6514 (is_tracepoint): Likewise.
6515 (is_breakpoint): Likewise.
6516 (is_hardware_watchpoint): Likewise.
6517 (is_watchpoint): Likewise.
6518 (is_no_memory_software_watchpoint): Likewise.
6519 (is_catchpoint): Likewise.
6520 (breakpoint_1): Make FILTER parameter's return type bool.
6521 is_masked_watchpoint): Change return type to bool.
6522 (save_breakpoints): Make FILTER parameter's return type bool.
6523 * breakpoint.h (is_breakpoint): Change return type to bool.
6524 (is_watchpoint): Likewise.
6525 (is_catchpoint): Likewise.
6526 (is_tracepoint): Likewise.
6527
6528 2019-07-10 Tom Tromey <tom@tromey.com>
6529
6530 * defs.h: Don't include gdbarch.h.
6531 * aarch64-ravenscar-thread.c, aarch64-tdep.c, alpha-bsd-tdep.h,
6532 alpha-linux-tdep.c, alpha-mdebug-tdep.c, arch-utils.h, arm-tdep.h,
6533 ax-general.c, btrace.c, buildsym-legacy.c, buildsym.h, c-lang.c,
6534 cli/cli-decode.h, cli/cli-dump.c, cli/cli-script.h,
6535 cli/cli-style.h, coff-pe-read.h, compile/compile-c-support.c,
6536 compile/compile-cplus.h, compile/compile-loc2c.c, corefile.c,
6537 cp-valprint.c, cris-linux-tdep.c, ctf.c, d-lang.c, d-namespace.c,
6538 dcache.c, dicos-tdep.c, dictionary.c, disasm-selftests.c,
6539 dummy-frame.c, dummy-frame.h, dwarf2-frame-tailcall.c,
6540 dwarf2expr.c, expression.h, f-lang.c, frame-base.c,
6541 frame-unwind.c, frv-linux-tdep.c, gdbarch-selftests.c, gdbtypes.h,
6542 go-lang.c, hppa-nbsd-tdep.c, hppa-obsd-tdep.c, i386-dicos-tdep.c,
6543 i386-tdep.h, ia64-vms-tdep.c, interps.h, language.c,
6544 linux-record.c, location.h, m2-lang.c, m32r-linux-tdep.c,
6545 mem-break.c, memattr.c, mn10300-linux-tdep.c, nios2-linux-tdep.c,
6546 objfiles.h, opencl-lang.c, or1k-linux-tdep.c, p-lang.c,
6547 parser-defs.h, ppc-tdep.h, probe.h, python/py-record-btrace.c,
6548 record-btrace.c, record.h, regcache-dump.c, regcache.h,
6549 riscv-fbsd-tdep.c, riscv-linux-tdep.c, rust-exp.y,
6550 sh-linux-tdep.c, sh-nbsd-tdep.c, source-cache.c,
6551 sparc-nbsd-tdep.c, sparc-obsd-tdep.c, sparc-ravenscar-thread.c,
6552 sparc64-fbsd-tdep.c, std-regs.c, target-descriptions.h,
6553 target-float.c, tic6x-linux-tdep.c, tilegx-linux-tdep.c, top.c,
6554 tracefile.c, trad-frame.c, type-stack.h, ui-style.c, utils.c,
6555 utils.h, valarith.c, valprint.c, varobj.c, x86-tdep.c,
6556 xml-support.h, xtensa-linux-tdep.c, cli/cli-cmds.h: Update.
6557 * s390-linux-nat.c, procfs.c, inf-ptrace.c: Likewise.
6558
6559 2019-07-10 Tom Tromey <tromey@adacore.com>
6560
6561 * ada-lang.h (is_ada_exception_catchpoint): Declare.
6562 * breakpoint.c (init_ada_exception_breakpoint): Register as
6563 bp_catchpoint.
6564 (print_one_breakpoint_location, print_one_breakpoint): Use
6565 is_ada_exception_catchpoint.
6566 * ada-lang.c (class ada_catchpoint_location): Pass
6567 bp_loc_software_breakpoint to bp_location constructor.
6568 (is_ada_exception_catchpoint): New function.
6569
6570 2019-07-10 Tom Tromey <tromey@adacore.com>
6571
6572 * arm-tdep.c (arm_exidx_entry_s): Remove typedef. Don't define
6573 VEC.
6574 (struct arm_exidx_entry): New method operator<.
6575 (struct arm_exidx_data) <section_maps>: Change type.
6576 (arm_exidx_data_free): Remove.
6577 (arm_exidx_data_key): Change type. Move lower.
6578 (arm_exidx_new_objfile): Update.
6579 (arm_compare_exidx_entries): Remove.
6580 (arm_find_exidx_entry, _initialize_arm_tdep)
6581
6582 2019-07-10 Tom Tromey <tromey@adacore.com>
6583
6584 * solib-spu.c (ocl_program_data_key): Change type.
6585 (append_ocl_sos, ocl_enable_break, _initialize_spu_solib):
6586 Update.
6587
6588 2019-07-10 Tom Tromey <tromey@adacore.com>
6589
6590 * solib-aix.c (lm_info_aix_p): Remove typedef. Don't define VEC.
6591 (struct solib_aix_inferior_data) <library_list>: Change type.
6592 (solib_aix_inferior_data_handle): Change type.
6593 (get_solib_aix_inferior_data): Update.
6594 (solib_aix_free_library_list): Remove.
6595 (library_list_start_library): Update.
6596 (solib_aix_parse_libraries, solib_aix_get_library_list): Change
6597 return type.
6598 (solib_aix_get_library_list)
6599 (solib_aix_solib_create_inferior_hook, solib_aix_current_sos)
6600 (solib_aix_normal_stop_observer, _initialize_solib_aix): Update.
6601
6602 2019-07-10 Tom Tromey <tromey@adacore.com>
6603
6604 * solib-dsbt.c (struct dsbt_info): Add initializers.
6605 (solib_dsbt_pspace_data): Change type.
6606 (dsbt_pspace_data_cleanup): Remove.
6607 (get_dsbt_info, _initialize_dsbt_solib): Update.
6608
6609 2019-07-10 Tom Tromey <tromey@adacore.com>
6610
6611 * spu-tdep.c (spu_overlay_data): Change type.
6612 (spu_get_overlay_table, spu_overlay_new_objfile)
6613 (_initialize_spu_tdep): Update.
6614
6615 2019-07-10 Tom Tromey <tromey@adacore.com>
6616
6617 * gdb-stabs.h (struct dbx_symfile_info): Add initializers and
6618 destructor.
6619 (dbx_objfile_data_key): Change type and declare later.
6620 (DBX_SYMFILE_INFO): Rewrite.
6621 * dbxread.c (dbx_objfile_data_key): Change type.
6622 (dbx_symfile_init): Update.
6623 (~dbx_symfile_info): Rename from dbx_free_symfile_info. Update.
6624 (coffstab_build_psymtabs, elfstab_build_psymtabs)
6625 (stabsect_build_psymtabs, _initialize_dbxread): Update.
6626
6627 2019-07-10 Tom Tromey <tromey@adacore.com>
6628
6629 * jit.c (jit_program_space_key): Change type. Move lower.
6630 (get_jit_program_space_data): Update.
6631 (jit_program_space_data_cleanup): Remove.
6632 (jit_breakpoint_deleted, free_objfile_data, _initialize_jit):
6633 Update.
6634 (struct jit_program_space_data): Add initializers.
6635
6636 2019-07-10 Tom Tromey <tromey@adacore.com>
6637
6638 * solib-darwin.c (struct darwin_info): Add initializers.
6639 (solib_darwin_pspace_data): Change type.
6640 (darwin_pspace_data_cleanup): Remove.
6641 (get_darwin_info, _initialize_darwin_solib): Update.
6642
6643 2019-07-10 Tom Tromey <tromey@adacore.com>
6644
6645 * remote-sim.c (struct sim_inferior_data): Add initializers,
6646 constructor, and destructor.
6647 (sim_inferior_data_key): Change type. Move lower.
6648 (check_for_duplicate_sim_descriptor): Update.
6649 (get_sim_inferior_data): Use new. Update.
6650 (~sim_inferior_data_cleanup): Rename from
6651 sim_inferior_data_cleanup. Simplify.
6652 (gdbsim_close_inferior, simulator_command)
6653 (sim_command_completer, _initialize_remote_sim): Update.
6654 (next_pid, INITIAL_PID): Move earlier.
6655
6656 2019-07-10 Tom Tromey <tromey@adacore.com>
6657
6658 * python/python-internal.h (create_thread_object): Return
6659 gdbpy_ref.
6660 * python/py-infthread.c (create_thread_object): Return gdbpy_ref.
6661 * python/py-inferior.c (struct threadlist_entry): Add
6662 constructor.
6663 <thread_obj>: Now a gdbpy_ref.
6664 (thread_to_thread_object): Update.
6665 (add_thread_object): Use new.
6666 (delete_thread_object): Use delete.
6667 (infpy_threads): Update.
6668 (py_free_inferior): Update. Construct "inf_obj" after acquiring
6669 GIL.
6670
6671 2019-07-10 Tom Tromey <tromey@adacore.com>
6672
6673 * valops.c (value_cast): Specialize error message for Ada.
6674
6675 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6676
6677 * breakpoint.c (breakpoint_1): Update doc and parameter names.
6678
6679 2019-07-10 Simon Marchi <simon.marchi@polymtl.ca>
6680
6681 * breakpoint.h (bpstat_explains_signal, bpstat_causes_stop,
6682 bpstat_should_step): Return bool, adjust comments.
6683 * breakpoint.c (bpstat_explains_signal, bpstat_causes_stop,
6684 bpstat_should_step): Likewise.
6685
6686 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6687
6688 * features/Makefile: Use feature target descriptions for Arm.
6689 * features/arm/arm-core.c: Generate new file.
6690 * features/arm/arm-fpa.c: Likewise.
6691 * features/arm/arm-m-profile-with-fpa.xml: Likewise.
6692 * features/arm/arm-m-profile.c: Likewise.
6693 * features/arm/arm-vfpv2.c: Likewise.
6694 * features/arm/arm-vfpv3.c: Likewise.
6695 * features/arm/xscale-iwmmxt.c: Likewise.
6696 * target-descriptions.c (maint_print_c_tdesc_cmd): Add Arm.
6697
6698 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6699
6700 * arm-linux-nat.c (arm_linux_nat_target::read_description): Check
6701 ptrace earlier.
6702
6703 2019-07-10 Alan Hayward <alan.hayward@arm.com>
6704
6705 * features/aarch64-pauth.c: Regenerate.
6706
6707 2019-07-09 Simon Marchi <simon.marchi@polymtl.ca>
6708
6709 * breakpoint.h (struct bpstat_what) <is_longjmp>: Change type to
6710 bool.
6711 (bpstat_what): Use false instead of 0.
6712
6713 2019-07-09 Pedro Alves <palves@redhat.com>
6714
6715 * break-catch-throw.c (is_exception_catchpoint): New.
6716 * breakpoint.c (print_one_breakpoint_location): New parameter
6717 'raw_loc'. Handle it. Use
6718 is_watchpoint/is_catchpoint/is_exception_catchpoint instead of
6719 looking at the breakpoint's type.
6720 (print_one_breakpoint): If handling "maint info breakpoints", also
6721 print locations of exception catchpoints.
6722 * breakpoint.h (is_exception_catchpoint): Declare.
6723
6724 2019-07-09 Pedro Alves <palves@redhat.com>
6725
6726 * break-catch-throw.c (print_one_exception_catchpoint): Skip the
6727 "addr" field.
6728 (allocate_location_exception_catchpoint): New.
6729 (handle_gnu_v3_exceptions): Don't reset 'type' to bp_breakpoint.
6730 (initialize_throw_catchpoint_ops): Install
6731 allocate_location_exception_catchpoint as allocate_location
6732 method.
6733 * breakpoint.c (bpstat_what) <bp_catch>: Set action to
6734 BPSTAT_WHAT_SINGLE if not stopping and the location's type is not
6735 bp_loc_other.
6736 (breakpoint_address_is_meaningful): Delete.
6737 (bl_address_is_meaningful): New.
6738 (breakpoint_locations_match): Adjust comment.
6739 (bp_location_from_bp_type): New, factored out of...
6740 (bp_location::bp_location(breakpoint *)): ... this.
6741 (bp_location::bp_location(breakpoint *, bp_loc_type)): New,
6742 factored out of...
6743 (bp_location::bp_location(breakpoint *)): ... this. Reimplement.
6744 (bp_loc_is_permanent): Use bl_address_is_meaningful instead of
6745 breakpoint_address_is_meaningful.
6746 (bp_locations_compare): Adjust comment.
6747 (update_global_location_list): Use bl_address_is_meaningful
6748 instead of breakpoint_address_is_meaningful.
6749 * breakpoint.h (bp_location::bp_location(breakpoint *)): New
6750 explicit.
6751 (bp_location::bp_location(breakpoint *, bp_loc_type)): Declare.
6752 * python/py-breakpoint.c (bppy_get_location): No longer check
6753 whether location is null.
6754
6755 2019-07-09 Pedro Alves <palves@redhat.com>
6756
6757 PR c++/15468
6758 * breakpoint.c (print_one_breakpoint_location): Remove
6759 single-location assert.
6760
6761 2019-07-09 Tom Tromey <tom@tromey.com>
6762
6763 * contrib/ari/gdb_ari.sh: Change common to gdbsupport.
6764 * configure: Rebuild.
6765 * configure.ac: Change common to gdbsupport.
6766 * gdbsupport: Rename from common.
6767 * acinclude.m4: Change common to gdbsupport.
6768 * Makefile.in (CONFIG_SRC_SUBDIR, COMMON_SFILES)
6769 (HFILES_NO_SRCDIR, stamp-version, ALLDEPFILES): Change common to
6770 gdbsupport.
6771 * aarch64-tdep.c, ada-lang.c, ada-lang.h, agent.c, alloc.c,
6772 amd64-darwin-tdep.c, amd64-dicos-tdep.c, amd64-fbsd-nat.c,
6773 amd64-fbsd-tdep.c, amd64-linux-nat.c, amd64-linux-tdep.c,
6774 amd64-nbsd-tdep.c, amd64-obsd-tdep.c, amd64-sol2-tdep.c,
6775 amd64-tdep.c, amd64-windows-tdep.c, arch-utils.c,
6776 arch/aarch64-insn.c, arch/aarch64.c, arch/aarch64.h, arch/amd64.c,
6777 arch/amd64.h, arch/arm-get-next-pcs.c, arch/arm-linux.c,
6778 arch/arm.c, arch/i386.c, arch/i386.h, arch/ppc-linux-common.c,
6779 arch/riscv.c, arch/riscv.h, arch/tic6x.c, arm-tdep.c, auto-load.c,
6780 auxv.c, ax-gdb.c, ax-general.c, ax.h, breakpoint.c, breakpoint.h,
6781 btrace.c, btrace.h, build-id.c, build-id.h, c-lang.h, charset.c,
6782 charset.h, cli/cli-cmds.c, cli/cli-cmds.h, cli/cli-decode.c,
6783 cli/cli-dump.c, cli/cli-option.h, cli/cli-script.c,
6784 coff-pe-read.c, command.h, compile/compile-c-support.c,
6785 compile/compile-c.h, compile/compile-cplus-symbols.c,
6786 compile/compile-cplus-types.c, compile/compile-cplus.h,
6787 compile/compile-loc2c.c, compile/compile.c, completer.c,
6788 completer.h, contrib/ari/gdb_ari.sh, corefile.c, corelow.c,
6789 cp-support.c, cp-support.h, cp-valprint.c, csky-tdep.c, ctf.c,
6790 darwin-nat.c, debug.c, defs.h, disasm-selftests.c, disasm.c,
6791 disasm.h, dtrace-probe.c, dwarf-index-cache.c,
6792 dwarf-index-cache.h, dwarf-index-write.c, dwarf2-frame.c,
6793 dwarf2expr.c, dwarf2loc.c, dwarf2read.c, event-loop.c,
6794 event-top.c, exceptions.c, exec.c, extension.h, fbsd-nat.c,
6795 features/aarch64-core.c, features/aarch64-fpu.c,
6796 features/aarch64-pauth.c, features/aarch64-sve.c,
6797 features/i386/32bit-avx.c, features/i386/32bit-avx512.c,
6798 features/i386/32bit-core.c, features/i386/32bit-linux.c,
6799 features/i386/32bit-mpx.c, features/i386/32bit-pkeys.c,
6800 features/i386/32bit-segments.c, features/i386/32bit-sse.c,
6801 features/i386/64bit-avx.c, features/i386/64bit-avx512.c,
6802 features/i386/64bit-core.c, features/i386/64bit-linux.c,
6803 features/i386/64bit-mpx.c, features/i386/64bit-pkeys.c,
6804 features/i386/64bit-segments.c, features/i386/64bit-sse.c,
6805 features/i386/x32-core.c, features/riscv/32bit-cpu.c,
6806 features/riscv/32bit-csr.c, features/riscv/32bit-fpu.c,
6807 features/riscv/64bit-cpu.c, features/riscv/64bit-csr.c,
6808 features/riscv/64bit-fpu.c, features/tic6x-c6xp.c,
6809 features/tic6x-core.c, features/tic6x-gp.c, filename-seen-cache.h,
6810 findcmd.c, findvar.c, fork-child.c, gcore.c, gdb_bfd.c, gdb_bfd.h,
6811 gdb_proc_service.h, gdb_regex.c, gdb_select.h, gdb_usleep.c,
6812 gdbarch-selftests.c, gdbthread.h, gdbtypes.h, gnu-nat.c,
6813 go32-nat.c, guile/guile.c, guile/scm-ports.c,
6814 guile/scm-safe-call.c, guile/scm-type.c, i386-fbsd-nat.c,
6815 i386-fbsd-tdep.c, i386-go32-tdep.c, i386-linux-nat.c,
6816 i386-linux-tdep.c, i386-tdep.c, i387-tdep.c,
6817 ia64-libunwind-tdep.c, ia64-linux-nat.c, inf-child.c,
6818 inf-ptrace.c, infcall.c, infcall.h, infcmd.c, inferior-iter.h,
6819 inferior.c, inferior.h, inflow.c, inflow.h, infrun.c, infrun.h,
6820 inline-frame.c, language.h, linespec.c, linux-fork.c, linux-nat.c,
6821 linux-tdep.c, linux-thread-db.c, location.c, machoread.c,
6822 macrotab.h, main.c, maint.c, maint.h, memattr.c, memrange.h,
6823 mi/mi-cmd-break.h, mi/mi-cmd-env.c, mi/mi-cmd-stack.c,
6824 mi/mi-cmd-var.c, mi/mi-interp.c, mi/mi-main.c, mi/mi-parse.h,
6825 minsyms.c, mips-linux-tdep.c, namespace.h,
6826 nat/aarch64-linux-hw-point.c, nat/aarch64-linux-hw-point.h,
6827 nat/aarch64-linux.c, nat/aarch64-sve-linux-ptrace.c,
6828 nat/amd64-linux-siginfo.c, nat/fork-inferior.c,
6829 nat/linux-btrace.c, nat/linux-btrace.h, nat/linux-namespaces.c,
6830 nat/linux-nat.h, nat/linux-osdata.c, nat/linux-personality.c,
6831 nat/linux-procfs.c, nat/linux-ptrace.c, nat/linux-ptrace.h,
6832 nat/linux-waitpid.c, nat/mips-linux-watch.c,
6833 nat/mips-linux-watch.h, nat/ppc-linux.c, nat/x86-dregs.c,
6834 nat/x86-dregs.h, nat/x86-linux-dregs.c, nat/x86-linux.c,
6835 nto-procfs.c, nto-tdep.c, objfile-flags.h, objfiles.c, objfiles.h,
6836 obsd-nat.c, observable.h, osdata.c, p-valprint.c, parse.c,
6837 parser-defs.h, ppc-linux-nat.c, printcmd.c, probe.c, proc-api.c,
6838 procfs.c, producer.c, progspace.h, psymtab.h,
6839 python/py-framefilter.c, python/py-inferior.c, python/py-ref.h,
6840 python/py-type.c, python/python.c, record-btrace.c, record-full.c,
6841 record.c, record.h, regcache-dump.c, regcache.c, regcache.h,
6842 remote-fileio.c, remote-fileio.h, remote-sim.c, remote.c,
6843 riscv-tdep.c, rs6000-aix-tdep.c, rust-exp.y, s12z-tdep.c,
6844 selftest-arch.c, ser-base.c, ser-event.c, ser-pipe.c, ser-tcp.c,
6845 ser-unix.c, skip.c, solib-aix.c, solib-target.c, solib.c,
6846 source-cache.c, source.c, source.h, sparc-nat.c, spu-linux-nat.c,
6847 stack.c, stap-probe.c, symfile-add-flags.h, symfile.c, symfile.h,
6848 symtab.c, symtab.h, target-descriptions.c, target-descriptions.h,
6849 target-memory.c, target.c, target.h, target/waitstatus.c,
6850 target/waitstatus.h, thread-iter.h, thread.c, tilegx-tdep.c,
6851 top.c, top.h, tracefile-tfile.c, tracefile.c, tracepoint.c,
6852 tracepoint.h, tui/tui-io.c, ui-file.c, ui-out.h,
6853 unittests/array-view-selftests.c,
6854 unittests/child-path-selftests.c, unittests/cli-utils-selftests.c,
6855 unittests/common-utils-selftests.c,
6856 unittests/copy_bitwise-selftests.c, unittests/environ-selftests.c,
6857 unittests/format_pieces-selftests.c,
6858 unittests/function-view-selftests.c,
6859 unittests/lookup_name_info-selftests.c,
6860 unittests/memory-map-selftests.c, unittests/memrange-selftests.c,
6861 unittests/mkdir-recursive-selftests.c,
6862 unittests/observable-selftests.c,
6863 unittests/offset-type-selftests.c, unittests/optional-selftests.c,
6864 unittests/parse-connection-spec-selftests.c,
6865 unittests/ptid-selftests.c, unittests/rsp-low-selftests.c,
6866 unittests/scoped_fd-selftests.c,
6867 unittests/scoped_mmap-selftests.c,
6868 unittests/scoped_restore-selftests.c,
6869 unittests/string_view-selftests.c, unittests/style-selftests.c,
6870 unittests/tracepoint-selftests.c, unittests/unpack-selftests.c,
6871 unittests/utils-selftests.c, unittests/xml-utils-selftests.c,
6872 utils.c, utils.h, valarith.c, valops.c, valprint.c, value.c,
6873 value.h, varobj.c, varobj.h, windows-nat.c, x86-linux-nat.c,
6874 xml-support.c, xml-support.h, xml-tdesc.h, xstormy16-tdep.c,
6875 xtensa-linux-nat.c, dwarf2read.h: Change common to gdbsupport.
6876
6877 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6878
6879 * linespec.c (decode_digits_list_mode): Set explicit_line to a
6880 bool value.
6881 (decode_digits_ordinary): Set explicit_line field in sal.
6882 * symtab.c (skip_prologue_sal): Don't skip prologue for a
6883 symtab_and_line that was set on an explicit line number in
6884 assembler code. Do always update the recorded symtab and line if
6885 we do skip the prologue.
6886
6887 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * breakpoint.c (set_breakpoint_location_function): Remove
6890 explicit_loc parameter.
6891 (momentary_breakpoint_from_master): Update call to
6892 set_breakpoint_location_function.
6893 (add_location_to_breakpoint): Likewise.
6894
6895 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6896
6897 * riscv-tdep.c (riscv_features_from_gdbarch_info): Don't modify
6898 required features based on default bfd type when no specific bfd
6899 is present.
6900
6901 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6902
6903 * NEWS: Mention that GDB printf and eval commands can now print
6904 C-style and Ada-style convenience var strings without
6905 calling the inferior.
6906 * printcmd.c (printf_c_string): Locally print GDB internal var
6907 instead of transiting via the inferior.
6908 (printf_wide_c_string): Likewise.
6909
6910 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6911
6912 PR breakpoints/25011
6913 * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
6914
6915 2019-07-04 Tom Tromey <tom@tromey.com>
6916
6917 PR tui/24724:
6918 * tui/tui-winsource.c (tui_clear_source_content): Update.
6919 (tui_source_window_base::set_is_exec_point_at): Fix comment.
6920 (tui_update_breakpoint_info): Update.
6921 (tui_set_exec_info_content): Update.
6922 * tui/tui-source.c (tui_set_source_content_nil): Update.
6923 * tui/tui-disasm.c (tui_set_disassem_content): Don't set
6924 has_break.
6925 * tui/tui-data.h (enum tui_bp_flag): New.
6926 (tui_bp_flags): New enum flags type.
6927 (struct tui_source_element) <break_mode>: Change type. Rename
6928 from has_break.
6929 (TUI_BP_ENABLED, TUI_BP_DISABLED, TUI_BP_HIT)
6930 (TUI_BP_CONDITIONAL, TUI_BP_HARDWARE): Don't define. Now enum
6931 constants.
6932 * tui/tui-winsource.h: Fix comment.
6933
6934 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6935
6936 * aarch32-linux-nat.h (VFP_REGS_SIZE): Remove define.
6937 * aarch64-linux-nat.c (fetch_fpregs_from_thread)
6938 (store_fpregs_to_thread)
6939 (aarch64_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6940 * arch/arm.h (IWMMXT_VEC_REGISTER_SIZE, ARM_CORE_REGS_SIZE)
6941 (ARM_FP_REGS_SIZE, ARM_VFP2_REGS_SIZE, ARM_VFP3_REGS_SIZE)
6942 (IWMMXT_REGS_SIZE): Add define.
6943 * arm-linux-nat.c (IWMMXT_REGS_SIZE): Remove define.
6944 (fetch_vfp_regs, store_vfp_regs)
6945 (arm_linux_nat_target::read_description): Use ARM_VFP3_REGS_SIZE.
6946 * arm-tdep.c (arm_register_g_packet_guesses): Use new defines.
6947
6948 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6949
6950 * arch/arm-get-next-pcs.c (thumb_get_next_pcs_raw): Use ARM_
6951 defines.
6952 * arch/arm-linux.c (arm_linux_sigreturn_next_pc_offset): Likewise.
6953 * arch/arm.h (INT_REGISTER_SIZE) Rename from...
6954 (ARM_INT_REGISTER_SIZE): ...to this.
6955 (ARM_FP_REGISTER_SIZE) (ARM_VFP_REGISTER_SIZE): Add define.
6956 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE)
6957 (ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
6958 (arm_linux_collect_gregset, supply_nwfpe_register)
6959 (collect_nwfpe_register, arm_linux_collect_nwfpe): Use ARM_
6960 defines.
6961 * arm-linux-tdep.h (ARM_LINUX_SIZEOF_NWFPE, NWFPE_FPSR_OFFSET)
6962 (NWFPE_FPCR_OFFSET, NWFPE_TAGS_OFFSET): Likewise
6963 * arm-nbsd-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Likewise.
6964 * arm-tdep.c (arm_push_dummy_call, arm_extract_return_value)
6965 (arm_return_in_memory, arm_store_return_value)
6966 (arm_get_longjmp_target, arm_register_g_packet_guesses)
6967 (arm_record_ld_st_multiple): Likewise.
6968 * arm-tdep.h (FP_REGISTER_SIZE, VFP_REGISTER_SIZE): Remove.
6969 * arm-wince-tdep.c (ARM_WINCE_JB_ELEMENT_SIZE): Use ARM_ defines.
6970
6971 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6972
6973 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Use
6974 AARCH64_DISPLACED_MODIFIED_INSNS.
6975 * aarch64-tdep.c (struct aarch64_displaced_step_data)
6976 (aarch64_displaced_step_copy_insn): Likewise.
6977 * aarch64-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6978 (AARCH64_DISPLACED_MODIFIED_INSNS): ...to this.
6979 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6980 ARM_DISPLACED_MODIFIED_INSNS.
6981 * arm-tdep.c (arm_gdbarch_init): Likewise.
6982 * arm-tdep.h (DISPLACED_MODIFIED_INSNS): Rename from..
6983 (ARM_DISPLACED_MODIFIED_INSNS): ...to this.
6984 (struct arm_displaced_step_closure): Use
6985 ARM_DISPLACED_MODIFIED_INSNS.
6986
6987 2019-07-04 Alan Hayward <alan.hayward@arm.com>
6988
6989 * features/Makefile: Remove unused xml files.
6990 * features/aarch64.xml: Remove.
6991 * features/i386/amd64-avx-avx512-linux.xml: Remove.
6992 * features/i386/amd64-avx-avx512.xml: Remove.
6993 * features/i386/amd64-avx-linux.xml: Remove.
6994 * features/i386/amd64-avx-mpx-avx512-pku-linux.xml: Remove.
6995 * features/i386/amd64-avx-mpx-avx512-pku.xml: Remove.
6996 * features/i386/amd64-avx-mpx-linux.xml: Remove.
6997 * features/i386/amd64-avx-mpx.xml: Remove.
6998 * features/i386/amd64-avx.xml: Remove.
6999 * features/i386/amd64-linux.xml: Remove.
7000 * features/i386/amd64-mpx-linux.xml: Remove.
7001 * features/i386/amd64-mpx.xml: Remove.
7002 * features/i386/amd64.xml: Remove.
7003 * features/i386/i386-avx-avx512-linux.xml: Remove.
7004 * features/i386/i386-avx-avx512.xml: Remove.
7005 * features/i386/i386-avx-linux.xml: Remove.
7006 * features/i386/i386-avx-mpx-avx512-pku-linux.xml: Remove.
7007 * features/i386/i386-avx-mpx-avx512-pku.xml: Remove.
7008 * features/i386/i386-avx-mpx-linux.xml: Remove.
7009 * features/i386/i386-avx-mpx.xml: Remove.
7010 * features/i386/i386-avx.xml: Remove.
7011 * features/i386/i386-linux.xml: Remove.
7012 * features/i386/i386-mmx-linux.xml: Remove.
7013 * features/i386/i386-mmx.xml: Remove.
7014 * features/i386/i386-mpx-linux.xml: Remove.
7015 * features/i386/i386-mpx.xml: Remove.
7016 * features/i386/i386.xml: Remove.
7017 * features/i386/x32-avx-avx512-linux.xml: Remove.
7018 * features/i386/x32-avx-linux.xml: Remove.
7019 * features/i386/x32-linux.xml: Remove.
7020
7021 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7022
7023 * regformats/aarch64.dat: Remove.
7024 * regformats/i386/amd64-avx-avx512-linux.dat: Remove.
7025 * regformats/i386/amd64-avx-linux.dat: Remove.
7026 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Remove.
7027 * regformats/i386/amd64-avx-mpx-linux.dat: Remove.
7028 * regformats/i386/amd64-linux.dat: Remove.
7029 * regformats/i386/amd64-mpx-linux.dat: Remove.
7030 * regformats/i386/amd64.dat: Remove.
7031 * regformats/i386/i386-avx-avx512-linux.dat: Remove.
7032 * regformats/i386/i386-avx-linux.dat: Remove.
7033 * regformats/i386/i386-avx-mpx-avx512-pku-linux.dat: Remove.
7034 * regformats/i386/i386-avx-mpx-linux.dat: Remove.
7035 * regformats/i386/i386-linux.dat: Remove.
7036 * regformats/i386/i386-mmx-linux.dat: Remove.
7037 * regformats/i386/i386-mpx-linux.dat: Remove.
7038 * regformats/i386/i386.dat: Remove.
7039 * regformats/i386/x32-avx-avx512-linux.dat: Remove.
7040 * regformats/i386/x32-avx-linux.dat: Remove.
7041 * regformats/i386/x32-linux.dat: Remove.
7042
7043 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7044
7045 * aarch64-tdep.c: Remove xml self tests.
7046 * amd64-linux-tdep.c: Likewise.
7047 * amd64-tdep.c: Likewise.
7048 * i386-linux-tdep.c: Likewise.
7049 * i386-tdep.c: Likewise.
7050
7051 2019-07-03 Pedro Alves <palves@redhat.com>
7052
7053 PR cli/24732
7054 * cli/cli-cmds.c (struct pipe_cmd_opts): New.
7055 (pipe_cmd_option_defs): New.
7056 (make_pipe_cmd_options_def_group): New.
7057 (pipe_command): Use gdb::option::process_options.
7058 (pipe_command_completer): New function.
7059 (_initialize_cli_cmds): Install completer for "pipe" command.
7060
7061 2019-07-03 Pedro Alves <palves@redhat.com>
7062
7063 * cli/cli-option.c (union option_value) <string>: New field.
7064 (struct option_def_and_value): Add ctor, move ctor, dtor and
7065 use DISABLE_COPY_AND_ASSIGN.
7066 (option_def_and_value::clear_value): New.
7067 (parse_option, save_option_value_in_ctx, get_val_type_str)
7068 (add_setshow_cmds_for_options): Handle var_string.
7069 * cli-option.h (union option_def::var_address) <string>: New
7070 field.
7071 (struct string_option_def): New.
7072 * maint-test-options.c (struct test_options_opts): Add default
7073 ctor and use DISABLE_COPY_AND_ASSIGN.
7074 <string_opt>: New field.
7075 (test_options_opts::~test_options_opts): New.
7076 (test_options_opts::dump): Also dump "-string".
7077 (test_options_option_defs): Install "string.
7078
7079 2019-07-03 Pedro Alves <palves@redhat.com>
7080
7081 * cli/cli-option.c (parse_option) <var_enum>: Don't return an
7082 option_value with a null enumeration.
7083 (complete_options): Save the option values in the context.
7084 (save_option_value_in_ctx): New, factored out from ...
7085 (process_options): ... here.
7086 * cli/cli-utils.c (get_ulongest): Don't advance PP until the end
7087 of the function.
7088 * maint-test-options.c (test_options_opts::dump): New, factored
7089 out from ...
7090 (maintenance_test_options_command_mode): ... here.
7091 (maintenance_test_options_command_completion_result): Delete.
7092 (maintenance_test_options_command_completion_text): Update
7093 comment.
7094 (maintenance_show_test_options_completion_result): Change
7095 prototype. Just print
7096 maintenance_test_options_command_completion_text.
7097 (save_completion_result): New.
7098 (maintenance_test_options_completer_mode): Pass options context to
7099 complete_options, and then save a dump.
7100 (_initialize_maint_test_options): Use add_cmd to install "maint
7101 show test-options-completion-result".
7102
7103 2019-07-03 Pedro Alves <palves@redhat.com>
7104
7105 * NEWS (New commands): Mention "with" and "maint with".
7106 * cli/cli-cmds.c (with_command_1, with_command_completer_1)
7107 (with_command, with_command_completer): New.
7108 (pipe_command): Adjust to new repeat_previous
7109 interface.
7110 (_initialize_cli_cmds): Install the "with" command and its "w"
7111 alias.
7112 * cli/cli-cmds.h (with_command_1, with_command_completer_1): New
7113 declarations.
7114 * cli/cli-setshow.c (parse_cli_var_uinteger)
7115 (parse_cli_var_zuinteger_unlimited, do_set_command): Handle empty
7116 argument strings for all var_types.
7117 (get_setshow_command_value_string): New, factored out from ...
7118 (do_show_command): ... this.
7119 * cli/cli-setshow.h: Include <string>.
7120 (get_setshow_command_value_string): Declare.
7121 * command.h (repeat_previous): Now returns const char *. Adjust
7122 comment.
7123 * maint.c: Include "cli/cli-cmds.h".
7124 (maintenance_with_cmd, maintenance_with_cmd_completer): New.
7125 (_initialize_maint_cmds): Register the "maintenance with" command.
7126 * top.c (repeat_previous): Move bits from pipe_command here:
7127 Return the saved command line, if any; error out if there's no
7128 command to relaunch.
7129
7130 2019-07-03 Pedro Alves <palves@redhat.com>
7131
7132 * NEWS (New commands): Mention "maint set/show test-settings"
7133 instead of "maint test-settings".
7134 * maint-test-settings.c (maintenance_test_settings_list): Delete.
7135 (maintenance_test_settings_set_list): Rename to ...
7136 (maintenance_set_test_settings_list): ... this.
7137 (maintenance_test_settings_show_list): Rename to ...
7138 (maintenance_show_test_settings_list): ... this.
7139 (maintenance_test_settings_cmd): Delete.
7140 (maintenance_test_settings_set_cmd): ...
7141 (maintenance_set_test_settings_cmd): ... this.
7142 (maintenance_test_settings_show_cmd): ...
7143 (maintenance_show_test_settings_cmd): ... this.
7144 (maintenance_test_settings_show_value_cmd):
7145 (maintenance_show_test_settings_value_cmd): ... this.
7146 (_initialize_maint_test_settings): No longer install the "maint
7147 test-settings" prefix command. Rename "maint test-settings set"
7148 to "maint set test-settings", and "maint test-settings show" to
7149 "maint show test-settings". Adjust all subcommands.
7150
7151 2019-07-03 Pedro Alves <palves@redhat.com>
7152
7153 * maint-test-settings.c: Fix file's intro comment. Replace all
7154 references to "test-options" with references to "test-settings",
7155 in comments.
7156
7157 2019-07-03 Pedro Alves <palves@redhat.com>
7158
7159 * maint-test-settings.c (maintenance_test_settings_xxx)
7160 (maintenance_test_settings_yyy, maintenance_test_settings_zzz):
7161 New.
7162 (maintenance_test_settings_enums): Use them.
7163 (maintenance_test_settings_enum): Default to
7164 maintenance_test_settings_xxx.
7165 (_initialize_maint_test_settings): Initialize
7166 MAINTENANCE_TEST_SETTINGS_FILENAME.
7167
7168 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7169
7170 * breakpoint.h (remove_breakpoints_inf): Change return type to
7171 void, move function documentation here.
7172 * breakpoint.c (remove_breakpoints_inf): Change return type to
7173 void, move function documentation to header.
7174
7175 2019-07-02 Pedro Alves <palves@redhat.com>
7176
7177 * NEWS (Completion improvements): Mention "info threads".
7178 * thread.c (struct info_threads_opts, info_threads_option_defs)
7179 (make_info_threads_options_def_group): New.
7180 (info_threads_command): Use gdb::option::process_options.
7181 (info_threads_command_completer): New.
7182 (_initialize_thread): Use gdb::option::build_help to build the
7183 help text for "info threads".
7184
7185 2019-07-02 Simon Marchi <simon.marchi@polymtl.ca>
7186
7187 * defs.h (generic_load): Move from here...
7188 * symfile.h (generic_load): ... to here. Rename name parameter
7189 to args.
7190 * symfile.c (generic_load): Add comment.
7191
7192 2019-07-01 Tom Tromey <tromey@adacore.com>
7193
7194 * dwarf2read.c
7195 (dw2_debug_names_iterator::find_vec_in_debug_names): Hoist
7196 declaration of without_params. Fix formatting.
7197
7198 2019-07-01 Tom Tromey <tromey@adacore.com>
7199
7200 * ada-exp.y (find_primitive_type): Update.
7201 * ada-lang.h (ada_lookup_symbol): Update.
7202 * ada-lang.c (ada_lookup_symbol): Remove "is_a_field_of_this"
7203 parameter.
7204 (ada_lookup_encoded_symbol, ada_lookup_symbol_nonlocal): Update.
7205
7206 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7207
7208 PR breakpoints/24541
7209 * gdbarch.c: Regenerate.
7210 * gdbarch.h: Regenerate.
7211 * gdbarch.sh: Add 'stap_adjust_register'.
7212 * i386-tdep.c: Include '<unordered_set>'.
7213 (i386_stap_adjust_register): New function.
7214 (i386_elf_init_abi): Register 'i386_stap_adjust_register'.
7215 * stap-probe.c (stap_parse_register_operand): Call
7216 'gdbarch_stap_adjust_register'.
7217
7218 2019-06-28 Sergio Durigan Junior <sergiodj@redhat.com>
7219
7220 PR python/24742
7221 https://bugzilla.redhat.com/show_bug.cgi?id=1723564
7222 * python/python.c (do_start_initialization): Use 'xmalloc'
7223 instead of 'PyMem_Malloc'.
7224
7225 2019-06-28 Tom Tromey <tromey@adacore.com>
7226
7227 * dwarf2read.c (partial_die_info::read): Prefer the linkage name
7228 for Ada.
7229
7230 2019-06-27 Tom Tromey <tromey@adacore.com>
7231
7232 * arm-tdep.c (arm_objfile_data_key): Move lower. Change type to
7233 objfile_key.
7234 (arm_find_mapping_symbol, arm_record_special_symbol)
7235 (_initialize_arm_tdep): Update.
7236 (arm_objfile_data_free): Remove.
7237
7238 2019-06-27 Tom Tromey <tromey@adacore.com>
7239
7240 * cp-valprint.c (cp_print_value_fields): Pass opts, not options,
7241 to cp_print_static_field.
7242
7243 2019-06-26 Tom Tromey <tromey@adacore.com>
7244
7245 * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove.
7246 * minsyms.h (lookup_minimal_symbol_solib_trampoline): Don't
7247 declare.
7248
7249 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7250
7251 * features/aarch64-core.c (create_feature_aarch64_core):
7252 Regenerate.
7253 * features/aarch64-core.xml: Add cpsr flags.
7254
7255 2019-06-26 Alan Hayward <alan.hayward@arm.com>
7256
7257 * arm-tdep.c (arm_gnu_triplet_regexp): New function.
7258 (arm_gdbarch_init): Add arm_gnu_triplet_regexp.
7259
7260 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7261
7262 * arm-tdep.c (struct arm_per_objfile) <section_maps_sorted>: New
7263 field.
7264 (arm_find_mapping_symbol): Sort mapping symbol vectors on first
7265 use.
7266 (arm_record_special_symbol): Don't insert new symbol in sorted
7267 position, push it at the end.
7268
7269 2019-06-25 Simon Marchi <simon.marchi@polymtl.ca>
7270
7271 * arm-tdep.c (struct arm_mapping_symbol) (operator <): New.
7272 (arm_mapping_symbol_s): Remove.
7273 (DEF_VEC_O(arm_mapping_symbol_s)): Remove.
7274 (arm_mapping_symbol_vec): New typedef.
7275 (struct arm_per_objfile): Add constructor.
7276 <section_maps>: Change type to
7277 std::unique_ptr<arm_mapping_symbol_vec[]>.
7278 (arm_compare_mapping_symbols): Remove.
7279 (arm_find_mapping_symbol): Adjust to section_maps type change.
7280 (arm_objfile_data_free): Call delete on arm_per_objfile.
7281 (arm_record_special_symbol): Adjust to section_maps type change.
7282 Allocate arm_per_objfile with new.
7283
7284 2019-06-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7285
7286 * cli/cli-cmds.c (alias_command): Compare the alias prefix
7287 with the command prefix.
7288
7289 2019-06-25 Tom Tromey <tom@tromey.com>
7290
7291 * tui/tui-wingeneral.c (tui_delete_win): Remove "return".
7292 * tui/tui-data.c (~tui_gen_win_info): Remove "if".
7293
7294 2019-06-25 Tom Tromey <tom@tromey.com>
7295
7296 * tui/tui-layout.c (init_and_make_win): Assert on unrecognized
7297 type.
7298 * tui/tui-data.h (struct tui_gen_win_info): Make constructor
7299 protected.
7300
7301 2019-06-25 Tom Tromey <tom@tromey.com>
7302
7303 * tui/tui-winsource.c
7304 (tui_source_window_base::set_is_exec_point_at): Add check against
7305 LOA_ADDRESS.
7306
7307 2019-06-25 Tom Tromey <tom@tromey.com>
7308
7309 * tui/tui-source.c (tui_set_source_content): Don't check before
7310 xfree.
7311 * tui/tui-disasm.c (tui_disassemble): Don't check before xfree.
7312
7313 2019-06-25 Tom Tromey <tom@tromey.com>
7314
7315 * tui/tui-winsource.h (tui_update_source_window_as_is)
7316 (tui_alloc_source_buffer, tui_line_is_displayed)
7317 (tui_addr_is_displayed): Change type of win_info.
7318 * tui/tui-winsource.c (tui_update_source_window_as_is)
7319 (tui_clear_source_content, tui_show_source_line)
7320 (tui_show_source_content, tui_source_window_base::refill)
7321 (tui_source_window_base::set_is_exec_point_at)
7322 (tui_source_window_base::set_is_exec_point_at)
7323 (tui_update_breakpoint_info, tui_set_exec_info_content): Update.
7324 (tui_alloc_source_buffer, tui_line_is_displayed)
7325 (tui_addr_is_displayed): Change type of win_info. Update.
7326 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7327 (tui_source_window_base::do_make_visible_with_new_height):
7328 Update.
7329 * tui/tui-source.c (tui_set_source_content)
7330 (tui_set_source_content_nil)
7331 (tui_source_window::do_scroll_vertical): Update.
7332 * tui/tui-layout.c (show_layout): Update.
7333 * tui/tui-disasm.c (tui_set_disassem_content)
7334 (tui_disasm_window::do_scroll_vertical): Update.
7335 * tui/tui-data.h (tui_win_content): Remove.
7336 (struct tui_gen_win_info) <content, content_size>: Remove.
7337 (struct tui_source_element): Add initializers and destructor.
7338 (union tui_which_element, struct tui_win_element): Remove.
7339 (struct tui_source_window_base) <content>: New field.
7340 (struct tui_data_window): Remove destructor.
7341 (tui_alloc_content, tui_free_win_content)
7342 (tui_free_all_source_wins_content): Don't declare.
7343 * tui/tui-data.c (tui_initialize_static_data): Update.
7344 (init_content_element, tui_alloc_content): Remove.
7345 (~tui_gen_win_info): Update.
7346 (~tui_data_window, tui_free_all_source_wins_content)
7347 (tui_free_win_content, free_content, free_content_elements):
7348 Remove.
7349
7350 2019-06-25 Tom Tromey <tom@tromey.com>
7351
7352 * tui/tui-winsource.h (tui_clear_source_content)
7353 (tui_erase_source_content, tui_show_source_content): Change type
7354 of win_info.
7355 * tui/tui-winsource.c (tui_clear_source_content)
7356 (tui_erase_source_content, tui_show_source_content): Change type
7357 of win_info.
7358 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights): Update.
7359 * tui/tui-source.h (tui_set_source_content_nil): Change type of
7360 win_info.
7361 * tui/tui-source.c (tui_set_source_content_nil): Change type of
7362 win_info.
7363 * tui/tui-layout.c (show_source_or_disasm_and_command): Update.
7364
7365 2019-06-25 Tom Tromey <tom@tromey.com>
7366
7367 * tui/tui-winsource.c (tui_clear_source_content)
7368 (tui_source_window_base::set_is_exec_point_at): Update.
7369 * tui/tui-source.c (tui_set_source_content_nil): Update.
7370 * tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
7371 a bool.
7372 * tui/tui-data.c (init_content_element): Update.
7373
7374 2019-06-25 Tom Tromey <tom@tromey.com>
7375
7376 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Update.
7377 * tui/tui-win.c (make_invisible_and_set_new_height): Update.
7378 * tui/tui-layout.c (init_and_make_win): Update.
7379 * tui/tui.h (enum tui_win_type): Update.
7380 * tui/tui-data.h (tui_win_is_auxiliary): Rename from
7381 tui_win_is_auxillary.
7382 * tui/tui-data.c (tui_win_is_auxiliary): Rename from
7383 tui_win_is_auxillary.
7384
7385 2019-06-25 Tom Tromey <tom@tromey.com>
7386
7387 * tui/tui-wingeneral.c (tui_data_window::refresh_window): Update.
7388 * tui/tui-windata.c (tui_data_window::first_data_item_displayed)
7389 (tui_delete_data_content_windows, tui_display_all_data)
7390 (tui_data_window::do_scroll_vertical, tui_display_data_from):
7391 Update.
7392 * tui/tui-win.c (tui_data_window::set_new_height): Simplify.
7393 * tui/tui-regs.c (tui_last_regs_line_no)
7394 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7395 (tui_show_registers): Update.
7396 (tui_show_register_group): Return void. Update.
7397 (tui_display_registers_from, tui_display_reg_element_at_line)
7398 (tui_display_registers_from_line, tui_check_register_values):
7399 Update.
7400 * tui/tui-data.h (union tui_which_element) <data_window>: Remove
7401 member.
7402 (struct tui_data_window) <regs_content>: Now a std::vector.
7403 <regs_content_count>: Remove.
7404 (tui_add_content_elements, tui_free_data_content): Don't declare.
7405 * tui/tui-data.c (tui_data_window::clear_detail): Update.
7406 (init_content_element): Remove DATA_WIN case. Add assert.
7407 (tui_add_content_elements): Remove.
7408 (tui_data_window): Update.
7409 (tui_free_data_content): Remove.
7410 (free_content_elements): Remove DATA_WIN case.
7411
7412 2019-06-25 Tom Tromey <tom@tromey.com>
7413
7414 * tui/tui-data.c (tui_data_item_window): Update.
7415 * tui/tui-windata.h (tui_check_data_values): Don't declare.
7416 * tui/tui-windata.c (tui_display_all_data)
7417 (tui_display_data_from_line): Update.
7418 (tui_check_data_values): Remove.
7419 * tui/tui-regs.c (tui_show_register_group)
7420 (tui_display_reg_element_at_line): Update.
7421 * tui/tui-hooks.c (tui_register_changed)
7422 (tui_refresh_frame_and_register_information): Call
7423 tui_check_register_values.
7424 * tui/tui-data.h (struct tui_data_window) <data_content,
7425 data_content_count, data_type>: Remove.
7426 (enum tui_data_type): Remove.
7427
7428 * tui/tui-data.c (tui_data_window::clear_detail)
7429 (~tui_data_window): Update.
7430
7431 2019-06-25 Tom Tromey <tom@tromey.com>
7432
7433 * tui/tui-windata.h (tui_first_data_item_displayed): Don't
7434 declare.
7435 * tui/tui-windata.c (tui_data_window::first_data_item_displayed):
7436 Rename from tui_first_data_item_displayed. Update.
7437 (tui_data_window::refresh_all)
7438 (tui_data_window::do_scroll_vertical): Update.
7439 * tui/tui-data.h (struct tui_data_window)
7440 <first_data_item_displayed>: Declare new method.
7441
7442 2019-06-25 Tom Tromey <tom@tromey.com>
7443
7444 * tui/tui-data.h (tui_init_generic_part): Don't declare.
7445 * tui/tui-data.c (tui_init_generic_part): Remove, moving
7446 contents...
7447 (tui_initialize_static_data): ...here.
7448
7449 2019-06-25 Tom Tromey <tom@tromey.com>
7450
7451 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7452 (tui_display_registers_from, tui_check_register_values): Update.
7453 (tui_display_register): Remove win_info parameter; update.
7454 (tui_get_register): Change type of parameters.
7455 * tui/tui-data.h (struct tui_data_element): Remove.
7456 (union tui_which_element) <data>: Remove.
7457 <data_window>: Change type.
7458 (struct tui_data_item_window): New.
7459 * tui/tui-data.c (init_content_element): Remove DATA_ITEM_WIN
7460 case. Add assert.
7461 (~tui_data_item_window): New destructor.
7462 (free_content_elements): Remove DATA_ITEM_WIN case.
7463
7464 2019-06-25 Tom Tromey <tom@tromey.com>
7465
7466 * tui/tui.h (enum tui_win_type) <MAX_WINDOWS, UNDEFINED_WIN>:
7467 Remove.
7468
7469 2019-06-25 Tom Tromey <tom@tromey.com>
7470
7471 * tui/tui-data.h (struct tui_command_element): Remove.
7472 (union tui_which_element) <command>: Remove.
7473 * tui/tui-data.c (init_content_element): Remove CMD_WIN case. Add
7474 assert.
7475 (free_content_elements): Remove CMD_WIN case.
7476
7477 2019-06-25 Tom Tromey <tom@tromey.com>
7478
7479 * tui/tui-layout.c (tui_set_layout): Update.
7480 * tui/tui-data.h (struct tui_layout_def) <split>: Remove.
7481 * tui/tui-data.c (layout_def): Update.
7482
7483 2019-06-25 Tom Tromey <tom@tromey.com>
7484
7485 * tui/tui-wingeneral.c (tui_refresh_all): Update.
7486 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
7487 (tui_source_window_base::set_new_height): Update.
7488 * tui/tui-stack.c (tui_make_status_line): Change parameter type.
7489 Update.
7490 (tui_set_locator_fullname, tui_set_locator_info)
7491 (tui_show_frame_info): Update.
7492 * tui/tui-source.c (tui_set_source_content)
7493 (tui_source_is_displayed): Update.
7494 * tui/tui-layout.c (show_source_disasm_command, show_data)
7495 (show_source_or_disasm_and_command): Update.
7496 * tui/tui-disasm.c (tui_set_disassem_content)
7497 (tui_get_begin_asm_address): Update.
7498 * tui/tui-data.h (struct tui_locator_element): Remove.
7499 (union tui_which_element) <locator>: Remove.
7500 (struct tui_locator_window): New.
7501 (tui_locator_win_info_ptr): Change return type.
7502 * tui/tui-data.c (_locator): Change type.
7503 (tui_locator_win_info_ptr): Change return type.
7504 (init_content_element): Remove LOCATOR_WIN case. Add assert.
7505 (tui_alloc_content): Add assert.
7506
7507 2019-06-25 Tom Tromey <tom@tromey.com>
7508
7509 * tui/tui-winsource.c
7510 (tui_exec_info_window::maybe_allocate_content): New method.
7511 (tui_set_exec_info_content, tui_show_exec_info_content): Update.
7512 * tui/tui-layout.c (init_and_make_win): Add EXEC_INFO_WIN case.
7513 (make_source_or_disasm_window): Add cast.
7514 * tui/tui-data.h (union tui_which_element) <simple_string>:
7515 Remove.
7516 (struct tui_source_info): New.
7517 (struct tui_source_window_base) <execution_info>: Change type.
7518 * tui/tui-data.c (init_content_element): Remove EXEC_INFO_WIN
7519 case, and add assert.
7520 (tui_alloc_content): Add assert.
7521
7522 2019-06-25 Tom Tromey <tom@tromey.com>
7523
7524 * tui/tui-data.h (tui_alloc_win_info): Don't declare.
7525 * tui/tui-layout.c (init_and_make_win): Use "new" directly.
7526 * tui/tui-data.c (tui_alloc_win_info): Remove.
7527
7528 2019-06-25 Tom Tromey <tom@tromey.com>
7529
7530 * tui/tui-win.c (tui_set_win_focus_to): Don't check window type.
7531 * tui/tui-wingeneral.c (tui_unhighlight_win): Check
7532 can_highlight.
7533
7534 2019-06-25 Tom Tromey <tom@tromey.com>
7535
7536 * tui/tui-win.c (tui_source_window_base::update_tab_width): Call
7537 make_visible_with_new_height method.
7538 (tui_win_info::make_visible_with_new_height): New method.
7539 (tui_source_window_base::do_make_visible_with_new_height)
7540 (tui_data_window::do_make_visible_with_new_height)
7541 (tui_cmd_window::do_make_visible_with_new_height): New methods.
7542 (make_visible_with_new_height): Remove.
7543 (tui_resize_all, tui_adjust_win_heights): Use
7544 make_visible_with_new_height method.
7545 * tui/tui-data.h (struct tui_win_info)
7546 <do_make_visible_with_new_height, make_visible_with_new_height>:
7547 New methods.
7548 (struct tui_source_window_base, struct tui_data_window)
7549 (struct tui_cmd_window) <do_make_visible_with_new_height>: New
7550 methods.
7551
7552 2019-06-25 Tom Tromey <tom@tromey.com>
7553
7554 * tui/tui-win.c (tui_source_window_base::update_tab_width): New
7555 method.
7556 (update_tab_width): Call update_tab_width method.
7557 * tui/tui-data.h (struct tui_win_info)
7558 (struct tui_source_window_base) <update_tab_width>: New methods.
7559
7560 2019-06-25 Tom Tromey <tom@tromey.com>
7561
7562 * tui/tui-wingeneral.h (tui_make_window): Change type of "box_it"
7563 parameter.
7564 * tui/tui-wingeneral.c (tui_make_window): Change type of "box_it"
7565 parameter.
7566 (tui_gen_win_info::make_visible): Update.
7567 * tui/tui-layout.c (init_and_make_win): Change type of "box_it"
7568 parameter.
7569 * tui/tui-data.h (enum tui_box): New enum.
7570 (BOX_WINDOW, DONT_BOX_WINDOW): Remove defines.
7571
7572 2019-06-25 Tom Tromey <tom@tromey.com>
7573
7574 * tui/tui-layout.c (make_source_or_disasm_window): Always use
7575 init_and_make_win for EXEC_INFO_WIN.
7576 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>: No
7577 longer inline.
7578 (struct tui_win_info) <~tui_win_info>: Inline.
7579 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7580 Don't declare.
7581 * tui/tui-data.c (source_win, disasm_win): Remove globals.
7582 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7583 Remove.
7584 (tui_initialize_static_data): Update.
7585 (~tui_gen_win_info): Handle more cleanup here.
7586 (~tui_source_window_base): Delete "execution_info".
7587 (~tui_win_info): Move code to ~tui_gen_win_info; remove.
7588
7589 2019-06-25 Tom Tromey <tom@tromey.com>
7590
7591 * tui/tui-layout.c (make_command_window): Don't set
7592 can_highlight.
7593 (show_source_disasm_command): Call the reset method.
7594 (show_data): Don't set can_highlight. Call the reset method.
7595 (tui_gen_win_info::reset): Rename from init_gen_win_info
7596 (init_and_make_win): Simplify. Return tui_gen_win_info.
7597 (show_source_or_disasm_and_command): Call the reset method.
7598 * tui/tui-data.h (struct tui_gen_win_info) <reset>: New method.
7599 (struct tui_cmd_window): Set can_highlight.
7600
7601 2019-06-25 Tom Tromey <tom@tromey.com>
7602
7603 * tui/tui-wingeneral.c (tui_gen_win_info::make_visible): Rename
7604 from make_visible.
7605 (tui_make_visible, tui_make_invisible): Rewrite.
7606 (tui_win_info::make_visible): Remove.
7607 (tui_source_window_base::make_visible): Update.
7608 * tui/tui-data.h (struct tui_gen_win_info) <make_visible>: New
7609 method. Moved from...
7610 (struct tui_win_info) <make_visible>: ...here.
7611
7612 2019-06-25 Tom Tromey <tom@tromey.com>
7613
7614 * tui/tui-winsource.c
7615 (tui_source_window_base::do_scroll_horizontal): Remove direction
7616 parameter.
7617 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Remove
7618 direction parameter.
7619 * tui/tui-win.c (tui_win_info::forward_scroll)
7620 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
7621 (tui_win_info::right_scroll): Update.
7622 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Remove
7623 direction parameter.
7624 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Remove
7625 direction parameter.
7626 * tui/tui-data.h (enum tui_scroll_direction): Remove.
7627 (struct tui_win_info) <do_scroll_vertical, do_scroll_horizontal>:
7628 Remove direction parameter.
7629 (struct tui_source_window_base, struct tui_source_window)
7630 (struct tui_disasm_window, struct tui_data_window)
7631 (struct tui_cmd_window): Update.
7632
7633 2019-06-25 Tom Tromey <tom@tromey.com>
7634
7635 * tui/tui-winsource.h (tui_set_exec_info_content)
7636 (tui_show_exec_info_content, tui_erase_exec_info_content)
7637 (tui_clear_exec_info_content, tui_update_exec_info): Change
7638 argument to tui_source_window_base.
7639 * tui/tui-winsource.c (tui_set_exec_info_content)
7640 (tui_show_exec_info_content, tui_erase_exec_info_content)
7641 (tui_clear_exec_info_content, tui_update_exec_info): Change
7642 argument to tui_source_window_base.
7643
7644 2019-06-25 Tom Tromey <tom@tromey.com>
7645
7646 * tui/tui-winsource.h (tui_set_exec_info_content): Return void.
7647 * tui/tui-winsource.c (tui_set_exec_info_content): Return void.
7648
7649 2019-06-25 Tom Tromey <tom@tromey.com>
7650
7651 * tui/tui-winsource.c (tui_set_exec_info_content): Remove NULL
7652 check.
7653
7654 2019-06-25 Tom Tromey <tom@tromey.com>
7655
7656 * tui/tui-winsource.h (tui_alloc_source_buffer): Change return
7657 type to void.
7658 * tui/tui-winsource.c (tui_alloc_source_buffer): Change return
7659 type to void.
7660 * tui/tui-source.c (tui_set_source_content): Update.
7661 * tui/tui-disasm.c (tui_set_disassem_content): Update.
7662
7663 2019-06-25 Tom Tromey <tom@tromey.com>
7664
7665 * tui/tui-win.c (window_name_completer, tui_set_focus)
7666 (tui_all_windows_info): Use name method.
7667 * tui/tui-data.h (struct tui_gen_win_info)
7668 (struct tui_source_window, struct tui_disasm_window)
7669 (struct tui_data_window, struct tui_cmd_window) <name>: New
7670 method.
7671 (tui_win_name): Don't declare.
7672 * tui/tui-data.c (tui_partial_win_by_name): Use name method.
7673 (tui_win_name): Remove.
7674
7675 2019-06-25 Tom Tromey <tom@tromey.com>
7676
7677 * tui/tui-winsource.h (tui_update_source_window)
7678 (tui_update_source_window_as_is): Change parameter type.
7679 * tui/tui-winsource.c (tui_update_source_window): Change win_info
7680 to be a tui_source_window_base.
7681 (tui_update_source_window_as_is): Likewise.
7682 * tui/tui-win.c (make_visible_with_new_height): Update.
7683
7684 2019-06-25 Tom Tromey <tom@tromey.com>
7685
7686 * tui/tui-winsource.c (tui_erase_source_content)
7687 (tui_show_source_content, tui_show_exec_info_content)
7688 (tui_erase_exec_info_content): Use refresh_window method.
7689 * tui/tui-wingeneral.h (tui_refresh_win): Don't declare.
7690 * tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Rename
7691 from tui_refresh_win.
7692 (tui_data_window::refresh_window): New method.
7693 (tui_win_info::refresh, tui_source_window_base::refresh)
7694 (tui_refresh_all): Use refresh_window method.
7695 * tui/tui-stack.c (tui_show_locator_content): Call refresh_window
7696 method.
7697 * tui/tui-regs.c (tui_display_register): Call refresh_window
7698 method.
7699 * tui/tui-layout.c (show_source_disasm_command)
7700 (show_source_or_disasm_and_command): Call refresh_window method.
7701 * tui/tui-data.h (struct tui_gen_win_info)
7702 (struct tui_data_window, struct tui_cmd_window) <refresh_window>:
7703 New method.
7704
7705 2019-06-25 Tom Tromey <tom@tromey.com>
7706
7707 * tui/tui.c (tui_rl_other_window, tui_enable)
7708 (tui_is_window_visible, tui_get_command_dimension): Update.
7709 * tui/tui-winsource.c (tui_update_source_window_as_is)
7710 (tui_clear_source_content, tui_erase_source_content)
7711 (tui_show_source_line, tui_source_window_base::refill)
7712 (tui_source_window_base::do_scroll_horizontal)
7713 (tui_source_window_base::set_is_exec_point_at)
7714 (tui_update_breakpoint_info, tui_set_exec_info_content)
7715 (tui_alloc_source_buffer, tui_line_is_displayed)
7716 (tui_addr_is_displayed): Update.
7717 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
7718 (tui_check_and_display_highlight_if_needed)
7719 (tui_win_info::make_visible, tui_win_info::refresh)
7720 (tui_refresh_all): Update.
7721 * tui/tui-windata.c (tui_first_data_item_displayed)
7722 (tui_delete_data_content_windows, tui_erase_data_content)
7723 (tui_display_all_data, tui_data_window::refresh_all)
7724 (tui_check_data_values): Update.
7725 * tui/tui-win.c (window_name_completer, tui_update_gdb_sizes)
7726 (tui_set_win_focus_to, tui_win_info::forward_scroll)
7727 (tui_win_info::backward_scroll, tui_refresh_all_win)
7728 (tui_resize_all, tui_set_focus, tui_all_windows_info)
7729 (update_tab_width, tui_set_win_height, tui_adjust_win_heights)
7730 (tui_source_window_base::set_new_height)
7731 (tui_data_window::set_new_height)
7732 (make_invisible_and_set_new_height)
7733 (make_visible_with_new_height, new_height_ok)
7734 (parse_scrolling_args): Update.
7735 * tui/tui-stack.c (tui_show_frame_info): Update.
7736 * tui/tui-source.c (tui_set_source_content)
7737 (tui_set_source_content_nil, tui_source_is_displayed)
7738 (tui_source_window::do_scroll_vertical): Update.
7739 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7740 (tui_display_registers_from, tui_display_reg_element_at_line)
7741 (tui_check_register_values, tui_reg_command): Update.
7742 * tui/tui-layout.c (tui_default_win_height)
7743 (show_source_disasm_command, show_data, init_and_make_win)
7744 (show_source_or_disasm_and_command): Update.
7745 * tui/tui-io.c (update_cmdwin_start_line, tui_putc, tui_puts)
7746 (tui_redisplay_readline, tui_mld_flush)
7747 (tui_mld_erase_entire_line, tui_mld_getc, tui_cont_sig)
7748 (tui_getc): Update.
7749 * tui/tui-disasm.c (tui_set_disassem_content)
7750 (tui_disasm_window::do_scroll_vertical): Update.
7751 * tui/tui-data.h (struct tui_gen_win_info) <~tui_gen_win_info>:
7752 Now virtual.
7753 (struct tui_win_info): Derive from tui_gen_win_info.
7754 <~tui_win_info>: Mark as override.
7755 <generic>: Remove member.
7756 * tui/tui-data.c (tui_cmd_window::clear_detail, tui_next_win)
7757 (tui_prev_win, tui_partial_win_by_name, tui_win_info)
7758 (~tui_data_window, ~tui_win_info)
7759 (tui_free_all_source_wins_content): Update.
7760 * tui/tui-command.c (tui_refresh_cmd_win): Update.
7761
7762 2019-06-25 Tom Tromey <tom@tromey.com>
7763
7764 * tui/tui-layout.c (init_and_make_win): Use new.
7765 * tui/tui-data.h (struct tui_gen_win_info): Add constructor,
7766 destructor, initializers.
7767 (tui_alloc_generic_win_info): Don't declare.
7768 * tui/tui-data.c (_locator): Add argument to constructor.
7769 (source_win, disasm_win): New globals.
7770 (exec_info): Remove.
7771 (tui_source_exec_info_win_ptr, tui_disassem_exec_info_win_ptr):
7772 Update.
7773 (tui_alloc_generic_win_info): Remove.
7774 (init_content_element): Use new.
7775 (tui_win_info::tui_win_info): Update.
7776 (free_content_elements) <case DATA_WIN>: Use delete.
7777
7778 2019-06-25 Tom Tromey <tom@tromey.com>
7779
7780 * tui/tui-wingeneral.c (tui_refresh_win): Update.
7781 * tui/tui-windata.c (tui_first_data_item_displayed)
7782 (tui_delete_data_content_windows): Update.
7783 * tui/tui-win.c (tui_data_window::set_new_height): Update.
7784 * tui/tui-regs.c (tui_show_registers, tui_show_register_group)
7785 (tui_display_registers_from, tui_check_register_values): Update.
7786 * tui/tui-data.h (union tui_which_element) <data_window>: Now a
7787 pointer.
7788 * tui/tui-data.c (init_content_element): Update. Allocate the new
7789 window.
7790 (tui_free_data_content): Update.
7791 (free_content_elements) <case DATA_WIN>: Free the window.
7792
7793 2019-06-25 Tom Tromey <tom@tromey.com>
7794
7795 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win):
7796 Update.
7797 * tui/tui-layout.c (make_command_window)
7798 (show_source_disasm_command, show_data, init_and_make_win)
7799 (show_source_or_disasm_and_command): Update.
7800 * tui/tui-data.h (struct tui_win_info) <set_highlight>: New
7801 method.
7802 <can_highight, is_highlighted>: Now bool.
7803 (tui_set_win_highlight): Don't declare.
7804 * tui/tui-data.c (tui_set_win_highlight): Remove.
7805
7806 2019-06-25 Tom Tromey <tom@tromey.com>
7807
7808 * tui/tui-wingeneral.c (make_visible): Remove check of window
7809 type.
7810
7811 2019-06-25 Tom Tromey <tom@tromey.com>
7812
7813 * tui/tui-win.c (tui_win_info::max_height)
7814 (tui_cmd_window::max_height): New methods.
7815 (new_height_ok): Call max_height.
7816 * tui/tui-data.h (struct tui_win_info, struct tui_cmd_window)
7817 <max_height>: New method.
7818
7819 2019-06-25 Tom Tromey <tom@tromey.com>
7820
7821 * tui/tui-win.c (tui_source_window_base::set_new_height)
7822 (tui_data_window::set_new_height): New methods.
7823 (make_invisible_and_set_new_height): Call set_new_height method.
7824 * tui/tui-data.h (struct tui_win_info)
7825 (struct tui_source_window_base, struct tui_data_window)
7826 <set_new_height>: New method.
7827
7828 2019-06-25 Tom Tromey <tom@tromey.com>
7829
7830 * tui/tui.c (tui_rl_other_window): Call the refresh_all method.
7831 * tui/tui-windata.c (tui_data_window::refresh_all): Rename from
7832 tui_refresh_data_win.
7833 * tui/tui-win.c (tui_source_window_base::refresh_all): New
7834 method.
7835 (tui_refresh_all_win): Call the refresh_all method.
7836 (tui_set_focus): Likewise.
7837 * tui/tui-data.h (struct tui_win_info) <refresh_all>: New method.
7838 (struct tui_source_window_base, struct tui_data_window) <refresh>:
7839 Likewise.
7840
7841 2019-06-25 Tom Tromey <tom@tromey.com>
7842
7843 * tui/tui-winsource.h (tui_refill_source_window)
7844 (tui_set_is_exec_point_at): Don't declare.
7845 * tui/tui-winsource.c (tui_update_source_windows_with_addr)
7846 (tui_source_window_base::refill): Rename from
7847 tui_refill_source_window.
7848 (tui_source_window_base::do_scroll_horizontal): Update.
7849 (tui_source_window_base::set_is_exec_point_at): Rename from
7850 tui_set_is_exec_point_at.
7851 (tui_update_all_breakpoint_info): Update.
7852 * tui/tui-stack.c (tui_show_frame_info): Update.
7853 * tui/tui-layout.c (show_data): Add cast.
7854 * tui/tui-hooks.c (tui_redisplay_source): Call refill method.
7855 * tui/tui-data.h (struct tui_source_window_base) <refill,
7856 set_is_exec_point_at>: New methods.
7857 (tui_source_windows, tui_add_to_source_windows): Update types.
7858 (tui_add_to_source_windows): Remove redundant declaration.
7859 * tui/tui-data.c (source_windows): Store tui_source_window_base.
7860 (tui_source_windows): Change return type.
7861 (tui_clear_source_windows_detail): Update.
7862 (tui_add_to_source_windows): Change type of parameter.
7863 (tui_free_all_source_wins_content): Update.
7864
7865 2019-06-25 Tom Tromey <tom@tromey.com>
7866
7867 * tui/tui-wingeneral.c (tui_win_info::refresh)
7868 (tui_source_window_base::refresh): New methods.
7869 (tui_refresh_all): Call the refresh method.
7870 * tui/tui-data.h (struct tui_win_info)
7871 (struct tui_source_window_base) <refresh>: New method.
7872
7873 2019-06-25 Tom Tromey <tom@tromey.com>
7874
7875 * tui/tui.h (tui_is_window_visible): Return bool.
7876 * tui/tui.c (tui_is_window_visible): Return bool.
7877 * tui/tui-wingeneral.c (tui_make_window, make_visible)
7878 (tui_make_visible, tui_make_invisible)
7879 (tui_win_info::make_visible)
7880 (tui_source_window_base::make_visible, make_all_visible)
7881 (tui_make_all_visible, tui_make_all_invisible): Update.
7882 * tui/tui-windata.c (tui_delete_data_content_windows): Update.
7883 * tui/tui-data.h (struct tui_gen_win_info) <is_visible>: Now
7884 bool.
7885 (struct tui_win_info, struct tui_source_window_base)
7886 (struct tui_cmd_window) <make_visible>: Change parameter to bool.
7887 * tui/tui-data.c (tui_init_generic_part): Update.
7888
7889 2019-06-25 Tom Tromey <tom@tromey.com>
7890
7891 * tui/tui-wingeneral.c (tui_win_info::make_visible)
7892 (tui_source_window_base::make_visible): New methods.
7893 (make_all_visible): Make method call.
7894 * tui/tui-data.h (struct tui_win_info) <make_visible>: New method.
7895 (struct tui_source_window_base, struct tui_cmd_window): Override
7896 make_visible.
7897 (tui_win_is_source_type): Don't declare.
7898 * tui/tui-data.c (tui_win_is_source_type): Remove.
7899
7900 2019-06-25 Tom Tromey <tom@tromey.com>
7901
7902 * tui/tui-layout.c (show_source_or_disasm_and_command): Remove
7903 NULL check.
7904
7905 2019-06-25 Tom Tromey <tom@tromey.com>
7906
7907 * tui/tui-data.h (struct tui_data_window, struct tui_cmd_window):
7908 Inline constructor. Add initializers for members.
7909 * tui/tui-data.c (tui_data_window, tui_cmd_window): Remove
7910 constructors; now inline in class.
7911
7912 2019-06-25 Tom Tromey <tom@tromey.com>
7913
7914 * tui/tui-regs.c (tui_show_registers): Update.
7915 * tui/tui-data.h (struct tui_data_window) <display_regs>: Now
7916 bool.
7917 * tui/tui-data.c (tui_data_window::clear_detail)
7918 (tui_data_window): Update.
7919
7920 2019-06-25 Tom Tromey <tom@tromey.com>
7921
7922 * tui/tui-windata.c (tui_display_all_data)
7923 (tui_display_data_from_line, tui_display_data_from)
7924 (tui_check_data_values, tui_data_window::do_scroll_vertical):
7925 Update.
7926 * tui/tui-regs.c (tui_last_regs_line_no)
7927 (tui_line_from_reg_element_no, tui_first_reg_element_no_inline)
7928 (tui_show_registers, tui_show_register_group)
7929 (tui_display_registers_from, tui_display_reg_element_at_line)
7930 (tui_display_registers_from_line, tui_check_register_values)
7931 (tui_reg_next, tui_reg_prev): Update.
7932 * tui/tui-layout.c (tui_set_layout, show_data): Update.
7933 * tui/tui-data.h (struct tui_data_info): Remove. Move contents to
7934 tui_data_window.
7935 (struct tui_win_info) <detail>: Remove. Add new fields from
7936 tui_data_info.
7937 (TUI_DATA_WIN): Add cast.
7938 * tui/tui-data.c (tui_data_window::clear_detail, tui_data_window)
7939 (~tui_data_window): Simplify.
7940
7941 2019-06-25 Tom Tromey <tom@tromey.com>
7942
7943 * tui/tui-layout.c (show_source_disasm_command)
7944 (show_source_or_disasm_and_command): Update.
7945 * tui/tui-io.c (update_cmdwin_start_line)
7946 (tui_redisplay_readline): Update.
7947 * tui/tui-data.h (struct tui_command_info): Remove.
7948 (struct tui_win_info) <detail>: Remove command_info member.
7949 (struct tui_data_window) <start_line>: New member, from
7950 tui_command_info.
7951 (TUI_CMD_WIN): Add casts.
7952
7953 2019-06-25 Tom Tromey <tom@tromey.com>
7954
7955 * tui/tui-winsource.c (tui_update_source_window)
7956 (tui_refill_source_window)
7957 (tui_source_window_base::do_scroll_horizontal)
7958 (tui_update_breakpoint_info, tui_set_exec_info_content)
7959 (tui_show_exec_info_content, tui_erase_exec_info_content)
7960 (tui_clear_exec_info_content): Update.
7961 * tui/tui-wingeneral.c (make_all_visible, tui_refresh_all):
7962 Update.
7963 * tui/tui-win.c (make_invisible_and_set_new_height)
7964 (make_visible_with_new_height): Update.
7965 * tui/tui-source.c (tui_set_source_content)
7966 (tui_show_symtab_source): Update.
7967 * tui/tui-layout.c (extract_display_start_addr)
7968 (show_source_disasm_command, show_data)
7969 (make_source_or_disasm_window)
7970 (show_source_or_disasm_and_command): Update.
7971 * tui/tui-disasm.c (tui_set_disassem_content): Simplify.
7972 (tui_disasm_window::do_scroll_vertical): Remove shadowing
7973 "gdbarch".
7974 * tui/tui-data.h (struct tui_source_info): Remove. Move contents
7975 to tui_source_window_base.
7976 (struct tui_win_info) <detail>: Remove source_info member.
7977 (struct tui_source_window_base) <has_locator>: Inline.
7978 Move contents from tui_source_info; rename has_locator member to
7979 m_has_locator.
7980 (TUI_SRC_WIN, TUI_DISASM_WIN): Add casts.
7981 * tui/tui-data.c (tui_source_window_base::has_locator): Move to
7982 header file.
7983 (tui_source_window_base::clear_detail, ~tui_source_window_base):
7984 Simplify.
7985 (tui_free_all_source_wins_content): Cast to
7986 tui_source_window_base.
7987
7988 2019-06-25 Tom Tromey <tom@tromey.com>
7989
7990 * tui/tui-win.c (make_invisible_and_set_new_height)
7991 (make_visible_with_new_height): Call has_locator method.
7992 * tui/tui-layout.c (show_source_disasm_command, show_data)
7993 (show_source_or_disasm_and_command): Update for bool change.
7994 * tui/tui-data.h (struct tui_source_info) <has_locator>: Now bool.
7995 (tui_win_info) <has_locator>: New method.
7996 (struct tui_source_window_base) <has_locator>: New method.
7997 (tui_win_has_locator): Don't declare.
7998 * tui/tui-data.c (tui_source_window_base::has_locator): Rename
7999 from tui_win_has_locator.
8000 (tui_source_window_base): Use false, not FALSE.
8001
8002 2019-06-25 Tom Tromey <tom@tromey.com>
8003
8004 * tui/tui-data.h (tui_clear_win_detail): Don't declare.
8005 * tui/tui-data.c (tui_clear_source_windows_detail): Call the
8006 clear_detail method directly.
8007 (tui_clear_win_detail): Remove.
8008
8009 2019-06-25 Tom Tromey <tom@tromey.com>
8010
8011 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Use
8012 "this", not TUI_DISASM_WIN.
8013
8014 2019-06-25 Tom Tromey <tom@tromey.com>
8015
8016 * tui/tui-winsource.h (tui_horizontal_source_scroll): Don't
8017 declare.
8018 * tui/tui-winsource.c
8019 (tui_source_window_base::do_scroll_horizontal): Rename from
8020 tui_horizontal_source_scroll.
8021 * tui/tui-windata.h (tui_vertical_data_scroll): Don't declare.
8022 * tui/tui-windata.c (tui_data_window::do_scroll_vertical): Rename
8023 from tui_vertical_data_scroll.
8024 * tui/tui-win.h (tui_scroll): Don't declare.
8025 * tui/tui-win.c (tui_win_info::forward_scroll)
8026 (tui_win_info::backward_scroll, tui_win_info::left_scroll)
8027 (tui_win_info::right_scroll): Rename and update.
8028 (tui_scroll_forward_command, tui_scroll_backward_command)
8029 (tui_scroll_left_command, tui_scroll_right_command): Update.
8030 (tui_scroll): Remove.
8031 * tui/tui-source.h: Don't declare tui_vertical_source_scroll.
8032 * tui/tui-source.c (tui_source_window::do_scroll_vertical): Rename
8033 from tui_vertical_source_scroll.
8034 * tui/tui-disasm.h (tui_vertical_disassem_scroll): Don't declare.
8035 * tui/tui-disasm.c (tui_disasm_window::do_scroll_vertical): Rename
8036 from tui_vertical_disassem_scroll.
8037 * tui/tui-data.h (struct tui_win_info) <do_scroll_vertical,
8038 do_scroll_horizontal>: New methods.
8039 <forward_scroll, backward_scroll, left_scroll, right_scroll>:
8040 Likewise.
8041 (struct tui_source_window_base): Add do_scroll_horizontal.
8042 (struct tui_source_window, struct tui_disasm_window): Add
8043 do_scroll_vertical.
8044 (struct tui_data_window, struct tui_cmd_window): Add
8045 do_scroll_horizontal and do_scroll_vertical.
8046 * tui/tui-command.c (tui_dispatch_ctrl_char): Use method calls.
8047
8048 2019-06-25 Tom Tromey <tom@tromey.com>
8049
8050 * tui/tui-data.h (struct tui_source_window_base): New struct.
8051 (struct tui_source_window): Derive from tui_source_window_base.
8052 (struct tui_disasm_window): New struct.
8053 * tui/tui-data.c (tui_source_window_base::clear_detail): Rename
8054 from tui_source_window::clear_detail.
8055 (tui_source_window_base): Rename from tui_source_window.
8056 (~tui_source_window_base): Rename from ~tui_source_window.
8057 (tui_alloc_win_info): Create a tui_disasm_window.
8058
8059 2019-06-25 Tom Tromey <tom@tromey.com>
8060
8061 * tui/tui-data.h (struct tui_source_window)
8062 (struct tui_data_window): Declare destructors.
8063 * tui/tui-data.c (~tui_source_window, ~tui_data_window): New
8064 destructors.
8065 (tui_win_info): Simplify.
8066
8067 2019-06-25 Tom Tromey <tom@tromey.com>
8068
8069 * tui/tui-winsource.c (tui_display_main)
8070 (tui_update_source_windows_with_addr)
8071 (tui_update_all_breakpoint_info): Update.
8072 * tui/tui-win.c (tui_resize_all, tui_adjust_win_heights)
8073 (new_height_ok, parse_scrolling_args): Update.
8074 * tui/tui-stack.c (tui_show_frame_info): Update.
8075 * tui/tui-data.h (struct tui_list): Remove.
8076 (tui_source_windows): Return a reference to a std::vector.
8077 * tui/tui-data.c (source_windows): Now a std::vector.
8078 (tui_source_windows): Change return type.
8079 (tui_clear_source_windows): Rewrite.
8080 (tui_clear_source_windows_detail, tui_add_to_source_windows)
8081 (tui_free_all_source_wins_content): Rewrite.
8082
8083 2019-06-25 Tom Tromey <tom@tromey.com>
8084
8085 * tui/tui-data.h (struct tui_win_info, struct tui_source_window)
8086 (struct tui_data_window, struct tui_cmd_window): Declare
8087 clear_detail method.
8088 * tui/tui-data.c (tui_source_window::clear_detail)
8089 (tui_cmd_window::clear_detail, tui_data_window::clear_detail): New
8090 methods.
8091 (tui_clear_win_detail): Simplify.
8092
8093 2019-06-25 Tom Tromey <tom@tromey.com>
8094
8095 * tui/tui-layout.c (make_source_window, make_disasm_window)
8096 (make_source_or_disasm_window): Remove win_info_ptr parameter.
8097 Return the new window.
8098 (show_source_disasm_command, show_data)
8099 (show_source_or_disasm_and_command): Update.
8100
8101 2019-06-25 Tom Tromey <tom@tromey.com>
8102
8103 * tui/tui-layout.c (make_command_window): Remove win_info_ptr
8104 parameter. Return the new window.
8105 (show_source_disasm_command): Update and remove NULL check.
8106 (show_source_or_disasm_and_command): Update.
8107
8108 2019-06-25 Tom Tromey <tom@tromey.com>
8109
8110 * tui/tui-layout.c (init_and_make_win): Remove NULL check.
8111
8112 2019-06-25 Tom Tromey <tom@tromey.com>
8113
8114 * tui/tui-data.h (struct tui_win_info): Make constructor
8115 protected. Make destructor virtual. Add initializers.
8116 (tui_source_window, tui_data_window, tui_cmd_window): New
8117 classes.
8118 * tui/tui-data.c (tui_win_info): Rename from init_win_info. Now a
8119 constructor. Add "type" parameter.
8120 (tui_source_window, tui_data_window, tui_cmd_window): New
8121 constructors.
8122 (tui_alloc_win_info): Instantiate the appropriate subclass.
8123
8124 2019-06-25 Tom Tromey <tom@tromey.com>
8125
8126 * tui/tui-win.c (tui_resize_all): Use delete.
8127 * tui/tui-data.h (struct tui_win_info) <~tui_win_info>: Declare
8128 destructor.
8129 (tui_free_window): Don't declare.
8130 * tui/tui-data.c (~tui_win_info): Rename from tui_free_window.
8131 Update.
8132
8133 2019-06-25 Tom Tromey <tom@tromey.com>
8134
8135 * tui/tui-data.h (struct tui_win_info): Add constructor.
8136 * tui/tui-data.c (tui_alloc_win_info): Use new.
8137 (tui_free_window): Use delete.
8138
8139 2019-06-22 Tom Tromey <tom@tromey.com>
8140
8141 * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
8142 declare.
8143 * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
8144
8145 2019-06-22 Tom Tromey <tom@tromey.com>
8146
8147 * tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
8148 declare.
8149 * tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
8150
8151 2019-06-22 Tom de Vries <tdevries@suse.de>
8152
8153 * dwarf2read.c (create_addrmap_from_aranges)
8154 (read_debug_names_from_section): Print ptrdiff_t using '%s' and plongest
8155 instead of '%zu'.
8156
8157 2019-06-21 Simon Marchi <simon.marchi@efficios.com>
8158
8159 * dwarf2read.h (dwarf2_section_info_def): Remove.
8160 (DEF_VEC_O (dwarf2_section_info_def)): Remove.
8161 * dwarf2read.c (struct dwo_sections) <types>: Change type to
8162 std::vector<dwarf2_section_info>.
8163 (struct dwo_file) <~dwo_file>: Remove.
8164 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't manually free
8165 types field.
8166 (dwarf2_per_objfile::locate_sections): Adjust to std::vector.
8167 (dwarf2_read_debug_names): Likewise.
8168 (create_debug_types_hash_table): Change parameter type to
8169 array_view, adjust code accordingly.
8170 (dwarf2_locate_dwo_sections): Adjust to std::vector.
8171 (partial_die_info::fixup): Likewise.
8172 (determine_prefix): Likewise.
8173 * dwarf-index-write.c (write_psymtabs_to_index): Adjust.
8174
8175 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8176
8177 * dwarf2read.c (struct dwo_file) <dbfd>: Change type to
8178 gdb_bfd_ref_ptr.
8179 <~dwo_file>: Remove call to gdb_bfd_unref.
8180 (open_and_init_dwo_file): Move gdb_bfd_ref_ptr into dbfd field. Call
8181 gdb_bfd_ref_ptr::get.
8182
8183 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8184
8185 * dwarf2read.h (struct dwarf2_per_objfile) <dwo_files>: Change
8186 type to htab_up.
8187 * dwarf2read.c (struct dwo_file): Initialize fields.
8188 <~dwo_file>: New.
8189 (free_dwo_file): Remove, move content to ~dwo_file.
8190 (struct dwo_file_deleter): Remove.
8191 (dwo_file_up>: Remove custom deleter.
8192 (free_dwo_files): Remove.
8193 (dwarf2_per_objfile::~dwarf2_per_objfile): Don't explicitly free
8194 dwo_files.
8195 (process_skeletonless_type_units): Call unique_ptr::get.
8196 (allocate_dwo_file_hash_table): Add deleter to created hash
8197 table. Change return type to htab_up.
8198 (lookup_dwo_file_slot): Don't memset dwo_file, call
8199 unique_ptr::get.
8200 (create_dwo_unit_in_dwp_v1): Allocate dwo_file with new.
8201 (create_dwo_unit_in_dwp_v2): Likewise.
8202 (open_and_init_dwo_file): Likewise.
8203 (free_dwo_file_from_slot): Remove.
8204
8205 2019-06-21 Simon Marchi <simon.marchi@polymtl.ca>
8206
8207 * dwarf2read.h (struct dwarf2_section_info) <readin,
8208 is_virtual>: Change type to bool.
8209 * dwarf2read.c (dwarf2_read_section, create_dwp_v2_section): Use
8210 true instead of 1.
8211
8212 2019-06-19 Tom Tromey <tom@tromey.com>
8213
8214 * tui/tui-data.h (tui_init_content_element): Don't declare.
8215
8216 2019-06-19 Tom Tromey <tom@tromey.com>
8217
8218 * tui/tui-data.h (tui_init_win_info): Don't declare.
8219
8220 2019-06-19 Tom de Vries <tdevries@suse.de>
8221
8222 * dwarf2read.h (abstract_to_concrete): Change type to
8223 std::unordered_map<sect_offset, std::vector<sect_offset>,
8224 gdb::hash_enum<sect_offset>>.
8225
8226 2019-06-19 Tom Tromey <tromey@adacore.com>
8227
8228 * ada-lang.c (ada_evaluate_subexp) <case OP_ATR_FIRST>: Handle
8229 EVAL_AVOID_SIDE_EFFECTS specially.
8230
8231 2019-06-19 Tom Tromey <tromey@adacore.com>
8232
8233 * source-cache.c (highlighter): New global.
8234 (source_cache::get_source_lines): Create a highlighter on demand.
8235
8236 2019-06-18 Andrew Burgess <andrew.burgess@embecosm.com>
8237
8238 * defs.h (deprecated_interactive_hook): Delete declaration.
8239 * interps.c (clear_interpreter_hooks): Remove use of
8240 deprecated_interactive_hook.
8241 * top.c (deprecated_interactive_hook): Delete definition.
8242 * utils.c (maybe_quit): Remove use of deprecated_interactive_hook.
8243
8244 2019-06-18 Tom de Vries <tdevries@suse.de>
8245
8246 PR gdb/24515
8247 * dwarf2read.h (abstract_to_concrete): Change type from
8248 std::unordered_map<die_info_ptr, std::vector<die_info_ptr>> to
8249 std::unordered_map<sect_offset, std::vector<sect_offset>>.
8250 * dwarf2read.c (read_variable): Update.
8251 (dwarf2_fetch_die_loc_sect_off): Update.
8252
8253 2019-06-17 Tom de Vries <tdevries@suse.de>
8254
8255 PR gdb/24617
8256 * common/pathstuff.c (child_path): Make sure parent_len > 0 before
8257 accessing parent[parent_len - 1].
8258
8259 2019-06-17 Paul Pluzhnikov <ppluzhnikov@google.com>
8260
8261 PR gdb/24364
8262 * gdb/dtrace-probe.c (dtrace_static_probe_ops::get_probe): Don't
8263 call dtrace_process_dof with NULL dof.
8264
8265 2019-06-16 Tom de Vries <tdevries@suse.de>
8266
8267 PR gdb/24445
8268 * contrib/gdb-add-index.sh: Update to handle dwz-m-ed executable.
8269
8270 2019-06-16 Tom Tromey <tom@tromey.com>
8271
8272 * tui/tui-wingeneral.c (tui_unhighlight_win, tui_highlight_win)
8273 (make_all_visible): Use address of member.
8274
8275 2019-06-16 Tom Tromey <tom@tromey.com>
8276
8277 * tui/tui-data.c (tui_clear_win_detail, init_win_info)
8278 (tui_free_window, free_content, free_content_elements): Remove
8279 unnecessary cast.
8280 * tui/tui-windata.c (tui_display_all_data): Remove unnecessary
8281 cast.
8282 * tui/tui-regs.c (tui_show_register_group)
8283 (tui_display_registers_from, tui_display_reg_element_at_line):
8284 Remove unnecessary cast.
8285
8286 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8287
8288 * linux-nat.c (normal_mask): Delete.
8289 (_initialize_linux_nat): Don't initialise normal_mask.
8290
8291 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
8292
8293 PR gdb/24445
8294 * dwarf-index-write.h (write_psymtabs_to_index): Add
8295 dwz_basename parameter.
8296 * dwarf-index-write.c (write_gdbindex): Move file writing to
8297 write_gdbindex_1. Change return type void.
8298 (assert_file_size): Move up, remove filename parameter.
8299 (write_gdbindex_1): New function.
8300 (write_debug_names): Change return type to void, call
8301 assert_file_size.
8302 (struct index_wip_file): New struct.
8303 (write_psymtabs_to_index): Add dwz_basename parameter. Move
8304 file logic to index_wip_file. Write index for dwz file if
8305 needed.
8306 (save_gdb_index_command): Pass basename of dwz file, if present.
8307 * dwarf-index-cache.c (index_cache::store): Obtain and pass
8308 build-id of dwz file, if present.
8309 * dwarf2read.c (struct dwz_file): Move to dwarf2read.h.
8310 (dwarf2_get_dwz_file): Likewise.
8311 * dwarf2read.h (struct dwz_file): Move from dwarf2read.c.
8312 (dwarf2_get_dwz_file): Likewise.
8313
8314 2019-06-16 Tom Tromey <tom@tromey.com>
8315
8316 * coffread.c (process_coff_symbol): Use xstrdup.
8317 * value.c (create_internalvar): Use xstrdup.
8318
8319 2019-06-16 Tom Tromey <tom@tromey.com>
8320
8321 * valops.c (value_cast, value_slice): Remove unnecessary cast.
8322 * breakpoint.c (stopin_command, stopat_command)
8323 (until_break_command, decode_location_default): Remove unnecessary
8324 cast.
8325 * utils.c (subset_compare): Remove unnecessary cast.
8326 * ada-lang.c (ada_update_initial_language): Remove unnecessary
8327 cast.
8328 * linespec.c (decode_line_with_last_displayed): Remove unnecessary
8329 cast.
8330 * infcmd.c (path_command): Remove unnecessary cast.
8331 * coffread.c (decode_type): Remove unnecessary cast.
8332 * xcoffread.c (read_xcoff_symtab): Remove unnecessary cast.
8333 * mipsread.c (mipscoff_symfile_read): Remove unnecessary cast.
8334 * tui/tui-stack.c (tui_show_locator_content)
8335 (tui_show_frame_info): Remove unnecessary cast.
8336 * tui/tui-win.c (tui_scroll_forward_command)
8337 (tui_scroll_backward_command, tui_set_focus, tui_set_win_height)
8338 (parse_scrolling_args): Remove unnecessary cast.
8339 * tui/tui-data.c (init_win_info, tui_del_window)
8340 (tui_free_window, tui_del_data_windows, tui_free_data_content)
8341 (free_content_elements): Remove unnecessary cast.
8342 * tui/tui-windata.c (tui_first_data_item_displayed): Remove
8343 unnecessary cast.
8344 * tui/tui-source.c (tui_set_source_content)
8345 (tui_vertical_source_scroll): Remove unnecessary cast.
8346 * tui/tui-layout.c (tui_default_win_height): Remove unnecessary
8347 cast.
8348 * tui/tui-io.c (tui_initialize_io): Remove unnecessary cast.
8349 * tui/tui-regs.c (tui_display_registers_from)
8350 (tui_display_register): Remove unnecessary cast.
8351 * tui/tui-wingeneral.c (tui_refresh_win, tui_delete_win)
8352 (tui_unhighlight_win, tui_highlight_win, tui_make_window)
8353 (make_visible): Remove unnecessary cast.
8354 * tui/tui-winsource.c (tui_erase_source_content)
8355 (tui_update_breakpoint_info, tui_set_exec_info_content): Remove
8356 unnecessary cast.
8357 * ax-gdb.c (agent_command_1): Remove unnecessary cast.
8358 * cli/cli-setshow.c (cmd_show_list): Remove unnecessary cast.
8359 * stabsread.c (read_type, read_array_type, read_range_type):
8360 Remove unnecessary cast.
8361 * mdebugread.c (mdebug_build_psymtabs): Remove unnecessary cast.
8362 (parse_symbol, parse_type, upgrade_type, parse_external)
8363 (parse_partial_symbols, psymtab_to_symtab_1, cross_ref): Remove
8364 unnecessary cast.
8365 * gdb_bfd.c (gdb_bfd_map_section): Remove unnecessary cast.
8366
8367 2019-06-16 Tom Tromey <tom@tromey.com>
8368
8369 * tui/tui-data.c (tui_alloc_generic_win_info)
8370 (tui_alloc_win_info, tui_add_content_elements): Remove NULL
8371 checks.
8372
8373 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
8374 Andrew Burgess <andrew.burgess@embecosm.com>
8375
8376 * f-typeprint.c (f_print_type): Don't return early for not
8377 associated or not allocated types.
8378 (f_type_print_varspec_suffix): Add print_rank parameter and print
8379 ranks of array types in case they dangling.
8380 (f_type_print_base): Add print_rank parameter.
8381
8382 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8383
8384 * NEWS: Mention new MI commands.
8385 * break-catch-throw.c (enum exception_event_kind): Move to
8386 breakpoint.h.
8387 (print_mention_exception_catchpoint): Output text as a single
8388 message.
8389 (catch_exception_command_1): Rename to...
8390 (catch_exception_event): ...this, make non-static, update header
8391 command, and change some parameter types.
8392 (catch_catch_command): Update for changes to
8393 catch_exception_command_1.
8394 (catch_throw_command): Likewise.
8395 (catch_rethrow_command): Likewise.
8396 * breakpoint.c (enum exception_event_kind): Delete.
8397 * breakpoint.h (enum exception_event_kind): Moved here from
8398 break-catch-throw.c.
8399 (catch_exception_event): Declare.
8400 * mi/mi-cmd-catch.c (mi_cmd_catch_exception_event): New function.
8401 (mi_cmd_catch_throw): New function.
8402 (mi_cmd_catch_rethrow): New function.
8403 (mi_cmd_catch_catch): New function.
8404 * mi/mi-cmds.c (mi_cmds): Add 'catch-throw', 'catch-rethrow', and
8405 'catch-catch' entries.
8406 * mi/mi-cmds.h (mi_cmd_catch_throw): Declare.
8407 (mi_cmd_catch_rethrow): Declare.
8408 (mi_cmd_catch_catch): Declare.
8409
8410 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8411
8412 * annotate.c (annotate_source_line): Change return type to void,
8413 update implementation to match.
8414 * annotate.h (annotate_source_line): Change return type to void,
8415 update header comment.
8416 * stack.c (print_frame_info): Don't change what frame information
8417 is printed based on whether annotations are on or not.
8418
8419 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8420
8421 * annotate.c: Add 'source.h' and 'objfiles.h' includes.
8422 (annotate_source): Make static.
8423 (annotate_source_line): Moved from source.c and renamed from
8424 identify_source_line. Update the return type.
8425 * annotate.h (annotate_source): Delete declaration.
8426 (annotate_source_line): Declaration moved from source.h, and
8427 renamed from identify_source_line. Return type updated.
8428 * source.c (identify_source_line): Moved to annotate.c and renamed
8429 to annotate_source_line.
8430 (info_line_command): Remove check of annotation_level.
8431 * source.h (identify_source_line): Move declaration to annotate.h
8432 and rename to annotate_source_line.
8433 * stack.c: Add 'annotate.h' include.
8434 (print_frame_info): Remove check of annotation_level before
8435 calling annotate_source_line.
8436
8437 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8438
8439 * source-cache.c (source_cache::get_plain_source_lines): Use
8440 open_source_file_with_line_charpos instead of just
8441 open_source_file, remove call to find_source_lines.
8442 (source_cache::get_source_lines): Likewise.
8443 * source.c (find_source_lines): Make static.
8444 (get_filename_and_charpos): Renamed into...
8445 (open_source_file_with_line_charpos): ..this along with changes to
8446 return a scoped_fd, and some other minor clean ups.
8447 (identify_source_line): Use open_source_file_with_line_charpos.
8448 (search_command_helper): Use open_source_file_with_line_charpos
8449 instead of just open_source_file, remove call to
8450 find_source_lines.
8451 * source.h (open_source_file_with_line_charpos): Declare new
8452 function.
8453 (find_source_lines): Delete declaration.
8454
8455 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
8456
8457 * source.c (get_filename_and_charpos): Remove fullname
8458 parameter.
8459 (identify_source_line): Update call to get_filename_and_charpos.
8460
8461 2019-06-14 Tom Tromey <tromey@adacore.com>
8462
8463 PR gdb/24502:
8464 * ui-style.h (skip_ansi_escape): Update comment.
8465 * ui-file.h (class no_terminal_escape_file): New class.
8466 * ui-file.c (no_terminal_escape_file::write)
8467 (no_terminal_escape_file::puts): New methods.
8468 * cli/cli-logging.c (handle_redirections): Use
8469 no_terminal_escape_file.
8470
8471 2019-06-14 Tom Tromey <tromey@adacore.com>
8472
8473 * NEWS: Move convenience variable news above Python news.
8474
8475 2019-06-14 Tom Tromey <tom@tromey.com>
8476
8477 * gnulib: Move directory to top-level.
8478 * configure.ac: Don't configure gnulib.
8479 * configure: Rebuild.
8480 * common/common-defs.h: Use new path to gnulib.
8481 * Makefile.in (GNULIB_BUILDDIR): Now ../gnulib.
8482 (GNULIB_H): Remove.
8483 (INCGNU): Look in new gnulib location.
8484 (HFILES_NO_SRCDIR): Remove gnulib files.
8485 (SUBDIR, REQUIRED_SUBDIRS): Remove gnulib.
8486 (generated_files): Remove GNULIB_H.
8487 ($(LIBGNU), all-lib): Remove targets.
8488 (distclean): Don't mention GNULIB_BUILDDIR.
8489 ($(GNULIB_BUILDDIR)/Makefile): Remove target.
8490
8491 2019-06-14 Tom Tromey <tromey@adacore.com>
8492
8493 * symfile.c (add_symbol_file_command): Remove obsolete comment.
8494 Warn if symbol file does not provide any symbols.
8495
8496 2019-06-14 Tom Tromey <tromey@adacore.com>
8497
8498 * source.c (find_and_open_source): Respect basenames_may_differ.
8499
8500 2019-06-14 Andrew Burgess <andrew.burgess@embecosm.com>
8501
8502 * annotate.c (annotate_breakpoints_invalid): Make use of
8503 scoped_restore_terminal_state.
8504 (annotate_frames_invalid): Likewise.
8505
8506 2019-06-14 Tom Tromey <tromey@adacore.com>
8507
8508 * ada-lang.c (ada_evaluate_subexp) <case BINOP_ASSIGN>: Always
8509 allow assignment to an internalvar.
8510
8511 2019-06-14 Tom Tromey <tromey@adacore.com>
8512
8513 * ada-lex.l: Allow "_" in attribute names.
8514
8515 2019-06-14 Tom Tromey <tromey@adacore.com>
8516
8517 PR gdb/24653:
8518 * regcache.c (registers_changed): Don't call alloca.
8519 * top.c (execute_command): Don't call alloca.
8520
8521 2019-06-13 Pedro Alves <palves@redhat.com>
8522
8523 * cli/cli-setshow.c (cli/cli-setshow.c): New parameter
8524 'expression'. When parsing an expression, error out if there's
8525 junk after "unlimited".
8526 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8527 (do_set_command): Adjust calls to is_unlimited_literal.
8528
8529 2019-06-13 Pedro Alves <palves@redhat.com>
8530
8531 * compile/compile.c (make_compile_options_def_group): Add braces
8532 around array_view initializer.
8533 * thread.c (make_thread_apply_all_options_def_group)
8534 (make_thread_apply_all_options_def_group): Likewise.
8535
8536 2019-06-13 Pedro Alves <palves@redhat.com>
8537
8538 * NEWS (New commands): Mention "maint test-options
8539 require-delimiter", "maint test-options unknown-is-error", "maint
8540 test-options unknown-is-operand" and "maint show
8541 test-options-completion-result".
8542 (New command options, command completion): New section.
8543 (Completion improvements): New section.
8544 Mention that you can abbreviate "unlimited".
8545
8546 2019-06-13 Pedro Alves <palves@redhat.com>
8547
8548 * cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
8549 * cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
8550 * unittests/cli-utils-selftests.c (test_parse_flags)
8551 (test_parse_flags_qcs): Delete.
8552 (test_cli_utils): Don't call deleted functions.
8553
8554 2019-06-13 Pedro Alves <palves@redhat.com>
8555
8556 * thread.c: Include "cli/cli-option.h".
8557 (tp_array_compar_ascending): Global.
8558 (tp_array_compar): Delete function.
8559 (tp_array_compar_ascending, tp_array_compar_descending): New
8560 functions.
8561 (ascending_option_def, qcs_flag_option_def)
8562 (thr_qcs_flags_option_defs)
8563 (make_thread_apply_all_options_def_group)
8564 (make_thread_apply_options_def_group): New.
8565 (thread_apply_all_command): Use gdb::option::process_options.
8566 (thread_apply_command_completer)
8567 (thread_apply_all_command_completer): New.
8568 (thread_apply_command): Use gdb::option::process_options.
8569 (_initialize_thread): Delete THREAD_APPLY_FLAGS_HELP, replace it
8570 with a new THREAD_APPLY_OPTION_HELP. Use gdb::option::build_help
8571 to generate help text of "thread apply". Adjust "taas"'s help.
8572 * tid-parse.c (tid_range_parser::in_thread_range): New method.
8573 * tid-parse.h (tid_range_parser::in_thread_range): New method.
8574
8575 2019-06-13 Pedro Alves <palves@redhat.com>
8576
8577 * thread.c (thread_apply_command): Check for invalid TID with
8578 isdigit instead of !isalpha.
8579
8580 2019-06-13 Pedro Alves <palves@redhat.com>
8581
8582 * cli/cli-utils.c (parse_flags_qcs): Use validate_flags_qcs.
8583 (validate_flags_qcs): New.
8584 * cli/cli-utils.h (struct qcs_flags): Change field types to int.
8585 (validate_flags_qcs): Declare.
8586 * stack.c (qcs_flag_option_def, fr_qcs_flags_option_defs): New.
8587 (make_frame_apply_options_def_group): New.
8588 (frame_apply_command_count): Process options with
8589 gdb::option::process_options.
8590 (frame_apply_completer): New.
8591 (frame_apply_level_completer, frame_apply_all_completer)
8592 (frame_apply_completer): New.
8593 (_initialize_stack): Update help of "frame apply", "frame apply
8594 level", "frame apply all" and "faas" to mention supported options
8595 and install command completers.
8596 * stack.h (frame_apply_all_completer): Declare.
8597 * thread.c: Include "stack.h".
8598 (tfaas_command): Add "--".
8599 (_initialize_thread): Update help "tfaas" to mention supported
8600 options and install command completer.
8601
8602 2019-06-13 Pedro Alves <palves@redhat.com>
8603
8604 * completer.c (complete_nested_command_line): New.
8605 (gdb_completion_word_break_characters_throw): Add assertion.
8606 * completer.h (complete_nested_command_line): Declare.
8607
8608 2019-06-13 Pedro Alves <palves@redhat.com>
8609
8610 * stack.c (parse_backtrace_qualifiers): New.
8611 (backtrace_command): Use it.
8612 (backtrace_command_completer): Complete on qualifiers.
8613
8614 2019-06-13 Pedro Alves <palves@redhat.com>
8615
8616 * frame.c: Include "cli/cli-option.h.
8617 (user_set_backtrace_options): New.
8618 (backtrace_past_main, backtrace_past_entry, backtrace_limit):
8619 Delete.
8620 (get_prev_frame): Adjust.
8621 (boolean_option_def, uinteger_option_def)
8622 (set_backtrace_option_defs): New.
8623 (_initialize_frame): Adjust and use
8624 gdb::option::add_setshow_cmds_for_options to install "set
8625 backtrace past-main" and "set backtrace past-entry".
8626 * frame.h: Include "cli/cli-option.h".
8627 (struct frame_print_options): Forward declare.
8628 (print_frame_arguments_all, print_frame_arguments_scalars)
8629 (print_frame_arguments_none): Declare.
8630 (print_entry_values): Delete declaration.
8631 (struct frame_print_options, user_frame_print_options): New.
8632 (struct set_backtrace_options): New.
8633 (set_backtrace_option_defs, user_set_backtrace_options): Declare.
8634 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
8635 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
8636 (mi_cmd_stack_list_variables): Pass down USER_FRAME_PRINT_OPTIONS.
8637 (list_args_or_locals): Add frame_print_options parameter.
8638 (mi_cmd_stack_info_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8639 * python/py-framefilter.c (enumerate_args): Pass down
8640 USER_FRAME_PRINT_OPTIONS.
8641 * stack.c: Include "cli/cli-option.h".
8642 (print_frame_arguments_all, print_frame_arguments_scalars)
8643 (print_frame_arguments_none): Declare.
8644 (print_raw_frame_arguments, print_entry_values): Delete.
8645 (user_frame_print_options): New.
8646 (boolean_option_def, enum_option_def, frame_print_option_defs):
8647 New.
8648 (struct backtrace_cmd_options): New.
8649 (bt_flag_option_def): New.
8650 (backtrace_command_option_defs): New.
8651 (print_stack_frame): Pass down USER_FRAME_PRINT_OPTIONS.
8652 (print_frame_arg, read_frame_arg, print_frame_args)
8653 (print_frame_info, print_frame): Add frame_print_options parameter
8654 and use it.
8655 (info_frame_command_core): Pass down USER_FRAME_PRINT_OPTIONS.
8656 (backtrace_command_1): Add frame_print_options and
8657 backtrace_cmd_options parameters and use them.
8658 (make_backtrace_options_def_group): New.
8659 (backtrace_command): Process command options with
8660 gdb::option::process_options.
8661 (backtrace_command_completer): New.
8662 (_initialize_stack): Extend "backtrace"'s help to mention
8663 supported options. Install completer for "backtrace".
8664 Install some settings commands with add_setshow_cmds_for_options.
8665
8666 2019-06-13 Pedro Alves <palves@redhat.com>
8667
8668 * NEWS (Changed commands): Mention set/show print raw-frame-arguments,
8669 and that "set/show print raw frame-arguments" are now deprecated.
8670
8671 * cli/cli-decode.c (add_setshow_boolean_cmd): Now returns the
8672 command.
8673 * command.h (add_setshow_boolean_cmd): Return cmd_list_element *.
8674 * stack.c (_initialize_stack): Install "set/show print
8675 raw-frame-arguments", and deprecate "set/show print raw
8676 frame-arguments".
8677 * valprint.c (_initialize_valprint): Deprecate "set/show print
8678 raw".
8679
8680 2019-06-13 Pedro Alves <palves@redhat.com>
8681
8682 * compile/compile.c (struct compile_options): New.
8683 (compile_flag_option_def, compile_command_option_defs)
8684 (make_compile_options_def_group): New.
8685 (compile_file_command): Handle options with
8686 gdb::option::process_options.
8687 (compile_file_command_completer): New function.
8688 (compile_code_command): Handle options with
8689 gdb::option::process_options.
8690 (compile_code_command_completer): New function.
8691 (_initialize_compiler): Install completers for "compile code" and
8692 "compile file". Mention available options in "compile code" and
8693 "compile code"'s help.
8694 * completer.c (advance_to_completion_word): New, factored out from
8695 ...
8696 (advance_to_expression_complete_word_point): ... this.
8697 (advance_to_filename_complete_word_point): New.
8698 * completer.h (advance_to_filename_complete_word_point): New
8699 declaration.
8700
8701 2019-06-13 Pedro Alves <palves@redhat.com>
8702
8703 * compile/compile.c: Include "cli/cli-option.h".
8704 (compile_print_value): Scope data pointer is now a
8705 value_print_options pointer; adjust.
8706 (compile_print_command): Process options. Scope data pointer is
8707 now a value_print_options pointer; adjust.
8708 (_initialize_compile): Update "compile print"'s help to include
8709 supported options. Install a completer for "compile print".
8710 * cp-valprint.c (show_vtblprint, show_objectprint)
8711 (show_static_field_print): Delete.
8712 (_initialize_cp_valprint): Don't install "set print
8713 static-members", "set print vtbl", "set print object" here.
8714 * printcmd.c: Include "cli/cli-option.h" and
8715 "common/gdb_optional.h".
8716 (print_command_parse_format): Rework to fill in a
8717 value_print_options instead of a format_data.
8718 (print_value): Change parameter type from format_data pointer to
8719 value_print_options reference. Adjust.
8720 (print_command_1): Process options. Adjust to pass down a
8721 value_print_options.
8722 (print_command_completer): New.
8723 (_initialize_printcmd): Install print_command_completer as
8724 handle_brkchars completer for the "print" command. Update
8725 "print"'s help to include supported options.
8726 * valprint.c: Include "cli/cli-option.h".
8727 (show_vtblprint, show_objectprint, show_static_field_print): Moved
8728 here from cp-valprint.c.
8729 (boolean_option_def, uinteger_option_def)
8730 (value_print_option_defs, make_value_print_options_def_group):
8731 New. Use gdb::option::add_setshow_cmds_for_options to install
8732 "set print elements", "set print null-stop", "set print repeats",
8733 "set print pretty", "set print union", "set print array", "set
8734 print address", "set print symbol", "set print array-indexes".
8735 * valprint.h: Include <string> and "cli/cli-option.h".
8736 (make_value_print_options_def_group): Declare.
8737 (print_value): Change parameter type from format_data pointer to
8738 value_print_options reference.
8739 (print_command_completer): Declare.
8740
8741 2019-06-13 Pedro Alves <palves@redhat.com>
8742
8743 * Makefile.in (SUBDIR_CLI_SRCS): Add cli/cli-option.c.
8744 (COMMON_SFILES): Add maint-test-settings.c.
8745 * cli/cli-decode.c (boolean_enums): New global, factored out from
8746 ...
8747 (add_setshow_boolean_cmd): ... here.
8748 * cli/cli-decode.h (boolean_enums): Declare.
8749 * cli/cli-option.c: New file.
8750 * cli/cli-option.h: New file.
8751 * cli/cli-setshow.c (parse_cli_boolean_value(const char **)): New,
8752 factored out from ...
8753 (parse_cli_boolean_value(const char *)): ... this.
8754 (is_unlimited_literal): Change parameter type to pointer to
8755 pointer. Adjust and advance ARG pointer.
8756 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8757 (parse_cli_var_enum): New, factored out from ...
8758 (do_set_command): ... this. Adjust.
8759 * cli/cli-setshow.h (parse_cli_boolean_value)
8760 (parse_cli_var_uinteger, parse_cli_var_zuinteger_unlimited)
8761 (parse_cli_var_enum): Declare.
8762 * cli/cli-utils.c: Include "cli/cli-option.h".
8763 (get_ulongest): New.
8764 * cli/cli-utils.h (get_ulongest): Declare.
8765 (check_for_argument): New overloads.
8766 * maint-test-options.c: New file.
8767
8768 2019-06-13 Pedro Alves <palves@redhat.com>
8769
8770 * cli/cli-utils.c (number_or_range_parser::get_number): Do not
8771 parse a range if "-" is at the end of the string.
8772
8773 2019-06-13 Pedro Alves <palves@redhat.com>
8774
8775 * cli/cli-setshow.c (parse_auto_binary_operation)
8776 (parse_cli_boolean_value): Don't allow "o".
8777
8778 2019-06-13 Pedro Alves <palves@redhat.com>
8779
8780 * Makefile.in (COMMON_SFILES): Add maint-test-settings.c.
8781 * NEWS: Mention maint test-settings KIND.
8782 * maint-test-settings.c: New file.
8783
8784 2019-06-13 Pedro Alves <palves@redhat.com>
8785
8786 * cli/cli-decode.c (add_setshow_cmd_full): Remove "show"
8787 completer.
8788 (add_setshow_string_cmd, add_setshow_string_noescape_cmd): Remove
8789 "set" completers.
8790
8791 2019-06-13 Pedro Alves <palves@redhat.com>
8792
8793 * cli/cli-setshow.c (do_set_command) <var_enum>: Detect junk
8794 after item.
8795
8796 2019-06-13 Pedro Alves <palves@redhat.com>
8797
8798 * cli/cli-setshow.c (is_unlimited_literal): Allow abbreviations.
8799
8800 2019-06-13 Pedro Alves <palves@redhat.com>
8801
8802 * ax-gdb.c (agent_command_1): Remove skip_spaces call.
8803 * breakpoint.c (watch_maybe_just_location): Remove skip_spaces
8804 call.
8805 * cli/cli-cmds.c (apropos_command): Remove skip_spaces call.
8806 * cli/cli-utils.c (extract_info_print_args): Remove skip_spaces
8807 calls.
8808 (check_for_argument): Skip spaces after argument.
8809
8810 2019-06-13 Pedro Alves <palves@redhat.com>
8811
8812 * thread.c (thread_apply_command): Adjust TID parsing.
8813 * tid-parse.c (tid_range_parser::finished): Ensure parsing end is
8814 detected before end of string.
8815 (tid_is_in_list): Error out if LIST is invalid.
8816
8817 2019-06-13 Pedro Alves <palves@redhat.com>
8818
8819 * completer.c (complete_line_internal_1): Rewind completion word
8820 point.
8821 (completion_tracker::advance_custom_word_point_by): Change
8822 parameter type to int.
8823 * completer.h (completion_tracker::advance_custom_word_point_by):
8824 Likewise.
8825
8826 2019-06-13 Pedro Alves <palves@redhat.com>
8827
8828 * completer.c (advance_to_completion_word): Handle delimiters.
8829
8830 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
8831
8832 * dwarf2read.c (add_partial_symbol): Skip nameless modules.
8833
8834 2019-06-11 Tom Tromey <tom@tromey.com>
8835
8836 * common/common-utils.c (xmalloc, xrealloc, xcalloc)
8837 (xmalloc_failed): Move to alloc.c.
8838 * alloc.c: New file.
8839 * Makefile.in (COMMON_SFILES): Add alloc.c.
8840
8841 2019-06-11 Tom Tromey <tom@tromey.com>
8842
8843 * nat/linux-waitpid.c: Don't include server.h.
8844 (linux_debug): Remove.
8845 (my_waitpid): Update.
8846
8847 2019-06-11 Tom Tromey <tromey@adacore.com>
8848
8849 * infcall.c (_initialize_infcall): Remove trailing newline from
8850 help.
8851 * user-regs.c (_initialize_user_regs): Remove trailing newline
8852 from help.
8853 * typeprint.c (_initialize_typeprint): Remove trailing newline
8854 from help.
8855 * reverse.c (_initialize_reverse): Remove trailing newlines from
8856 help.
8857 * tracepoint.c (_initialize_tracepoint): Remove trailing newlines
8858 from help.
8859 * language.c (add_set_language_command): Remove trailing newline
8860 from help.
8861 * infcmd.c (_initialize_infcmd): Remove trailing newlines from
8862 help.
8863 * disasm.c (_initialize_disasm): Remove trailing newline from
8864 help.
8865 * top.c (init_main): Remove trailing newline from help.
8866 * interps.c (_initialize_interpreter): Remove trailing newline
8867 from help.
8868 * btrace.c (_initialize_btrace): Remove trailing newlines from
8869 help.
8870 * breakpoint.c (_initialize_breakpoint): Remove trailing newline
8871 from help.
8872 * python/python.c (_initialize_python): Remove trailing newline
8873 from help.
8874 * spu-tdep.c (_initialize_spu_tdep): Remove trailing newlines from
8875 help.
8876 * tui/tui-win.c (_initialize_tui_win): Remove trailing newlines
8877 from help. Reformat some text.
8878 * tui/tui-stack.c (_initialize_tui_stack): Remove trailing newline
8879 from help.
8880 * tui/tui-layout.c (_initialize_tui_layout): Remove trailing
8881 newline from help.
8882
8883 2019-06-11 Tom Tromey <tromey@adacore.com>
8884
8885 * darwin-nat.c (darwin_decode_exception_message)
8886 (darwin_decode_message, darwin_nat_target::kill): Fix shadowing.
8887
8888 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
8889
8890 * valops.c (value_slice): Check for not allocated or not
8891 associated values.
8892
8893 2019-06-10 Tom de Vries <tdevries@suse.de>
8894
8895 PR gdb/24618
8896 * dwarf2read.c (struct mapped_index::symbol_name_slot_invalid): Make
8897 sure an empty slot (defined by a 32-bit zero pair) is recognized as
8898 invalid.
8899
8900 2019-06-10 Tom de Vries <tdevries@suse.de>
8901
8902 PR gdb/24611
8903 * linespec.c (linespec_lexer_lex_string): Remove incorrect
8904 "++(PARSER_STREAM (parser))" for "[abi"-prefixed colon. Add assert.
8905
8906 2019-06-10 Tom de Vries <tdevries@suse.de>
8907
8908 PR symtab/24545
8909 * symtab.c (struct demangled_name_entry): Add language field.
8910 (symbol_set_names): Revert "[gdb/symtab] Fix language of duplicate
8911 static minimal symbol". Set and use language field.
8912
8913 2019-06-10 Tom Tromey <tromey@adacore.com>
8914
8915 * ada-lang.c (_initialize_ada_language): Update help text.
8916
8917 2019-06-10 Tom Tromey <tromey@adacore.com>
8918
8919 * m32c-tdep.c (m32c_m16c_address_to_pointer): Don't end warning
8920 with a newline.
8921 * guile/guile.c (handle_boot_error): Don't end warning with a
8922 newline.
8923 * cli/cli-cmds.c (exit_status_set_internal_vars): Don't end
8924 warning with a newline.
8925 * s12z-tdep.c (s12z_skip_prologue): Don't end warning with a
8926 newline.
8927 (s12z_frame_cache): Likewise.
8928 * dwarf-index-cache.c (index_cache::store): Don't end warning with
8929 a newline.
8930 * solib-svr4.c (disable_probes_interface): Don't end warning with
8931 a newline.
8932 * nat/fork-inferior.c (fork_inferior): Don't end warning with a
8933 newline.
8934 * python/python.c (do_finish_initialization): Don't end warning
8935 with a newline.
8936
8937 2019-06-10 Tom Tromey <tom@tromey.com>
8938
8939 * python/py-breakpoint.c (gdbpy_breakpoint_created)
8940 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
8941 gdbpy_enter.
8942
8943 2019-06-10 Tom Tromey <tromey@adacore.com>
8944
8945 * elfread.c (elf_read_minimal_symbols): Don't set the dbx objfile
8946 data.
8947 (elf_new_init): Don't call stabsread_new_init.
8948 * dbxread.c (coffstab_build_psymtabs): Set dbx objfile data.
8949 (elfstab_build_psymtabs): Likewise. Call stabsread_new_init.
8950 * coffread.c (coff_symfile_init): Don't set the dbx objfile data.
8951
8952 2019-06-10 Tom de Vries <tdevries@suse.de>
8953
8954 PR symtab/16264
8955 PR symtab/24517
8956 * dwarf2read.c (read_func_scope): Handle DW_AT_main_subprogram.
8957
8958 2019-06-06 Руслан Ижбулатов <lrn1986@gmail.com>
8959
8960 * source.c (find_and_open_source): Also rewrite relative file
8961 names.
8962
8963 2019-04-26 Amos Bird <amosbird@gmail.com>
8964
8965 * annotate.c (annotate_thread_exited): Add "thread-exited"
8966 annotation.
8967
8968 2019-06-06 Tom Tromey <tromey@adacore.com>
8969
8970 * maint.h (class scoped_command_stats): Use
8971 DISABLE_COPY_AND_ASSIGN.
8972 <print_time>: New method.
8973 * maint.c (scoped_command_stats, ~scoped_command_stats): Call
8974 print_time.
8975 (scoped_command_stats::print_time): New method.
8976
8977 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
8978
8979 * riscv-tdep.c (riscv_insn::decode): Gracefully ignore
8980 instructions of lengths 6 or 8 bytes.
8981
8982 2019-06-04 Pedro Alves <palves@redhat.com>
8983
8984 * common/gdb_unique_ptr.h (make_unique_xstrdup): New.
8985
8986 * ada-lang.c (catch_ada_completer): Use make_unique_xstrdup.
8987 * breakpoint.c (condition_completer): Likewise.
8988 * cli/cli-dump.c (scan_expression): Likewise.
8989 * common/filestuff.c (mkdir_recursive): Likewise.
8990 * common/gdb_tilde_expand.c (gdb_tilde_expand_up)
8991 * common/pathstuff.c (gdb_realpath, gdb_realpath_keepfile)
8992 (gdb_abspath): Likewise.
8993 * compile/compile-cplus-types.c
8994 (compile_cplus_instance::decl_name): Likewise.
8995 * completer.c (complete_explicit_location):
8996 (signal_completer, reg_or_group_completer_1): Likewise.
8997 * cp-support.c (cp_remove_params_if_any): Likewise.
8998 * fbsd-tdep.c (fbsd_core_vnode_path): Likewise.
8999 * guile/scm-safe-call.c (gdbscm_safe_eval_string): Likewise.
9000 * infcmd.c (strip_bg_char): Likewise.
9001 * linespec.c (copy_token_string): Likewise.
9002 * mi/mi-main.c (output_cores): Likewise.
9003 * psymtab.c (psymtab_search_name):
9004 * symfile.c (test_set_ext_lang_command): Likewise.
9005 * target.c (target_fileio_read_stralloc): Likewise.
9006 * tui/tui-regs.c (tui_reggroup_completer): Likewise.
9007 * value.c (complete_internalvar): Likewise.
9008
9009 2019-06-04 Christian Biesinger <cbiesinger@google.com>
9010
9011 Add objfile property to gdb.Type.
9012 * NEWS: Mention Python API addition.
9013 * python/py-type.c (typy_get_objfile): New method.
9014
9015 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9016
9017 * NEWS: Mention the new set|show style [title|highlight].
9018 Mention changes to "show style", "help" and "apropos".
9019
9020 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9021
9022 * cli/cli-decode.h (apropos_cmd): Add verbose argument.
9023 * cli/cli-decode.c (apropos_cmd): Likewise. Use print_doc_of_command
9024 instead of print_help_for_command.
9025 (print_doc_of_command): New function.
9026 (help_list): Add 'apropos -v word' suggestion.
9027 (print_help_for_command): Style the command name using title style.
9028 * cli/cli-cmds.c (apropos_command): Parse optional -v flag.
9029 (_initialize_cli_cmds): Describe -v in apropos_command help.
9030
9031 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9032
9033 * cli/cli-style.h (cli_style_option): Add name in constructor,
9034 add m_name class member, add constructor with intensity,
9035 add name class function.
9036 (cli_style_option::add_setshow_commands): Remove name argument.
9037 (highlight_style, title_style): New styles.
9038 * cli/cli-style.c (do_show): New function that shows a style
9039 characteristic styling the style name with itself.
9040 (set_style_name): New function.
9041 (STYLE_ADD_SETSHOW_COMMANDS): Remove NAME arguments.
9042 Update all callers according to the changes in cli/cli-style.h.
9043 * utils.h (fputs_highlighted): New function.
9044 * utils.c (fputs_highlighted): Likewise.
9045
9046 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9047
9048 * NEWS: Mention new pipe command and new convenience variables.
9049
9050 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9051
9052 * cli/cli-cmds.c (pipe_command): New function.
9053 (_initialize_cli_cmds): Call add_com for pipe_command.
9054 Define | as an alias for pipe.
9055 (exit_status_set_internal_vars): New function.
9056 (shell_escape): Call exit_status_set_internal_vars.
9057 cli/cli-decode.c (find_command_name_length): Recognize | as
9058 a single character command.
9059
9060 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9061
9062 * gdbcmd.h (execute_command_to_ui_file): New declaration.
9063 top.c (execute_command_to_ui_file): New function, mostly a copy
9064 of execute_command_to_string.
9065 (execute_command_to_string): Implement by calling
9066 execute_command_to_ui_file.
9067
9068 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9069
9070 * top.h (saved_command_line): Remove declaration.
9071 * top.c (previous_saved_command_line, previous_repeat_arguments):
9072 New variables.
9073 (saved_command_line): Make static, define together with other
9074 'repeat variables'.
9075 (dont_repeat): Clear repeat_arguments.
9076 (repeat_previous, get_saved_command_line, save_command_line):
9077 New functions.
9078 (gdb_init): Initialize saved_command_line
9079 and previous_saved_command_line.
9080 * main.c (captured_main_1): Remove saved_command_line initialization.
9081 * event-top.c (handle_line_of_input): Update to use
9082 the new 'repeat' related functions instead of direct access to
9083 saved_command_line.
9084 * command.h (repeat_previous, get_saved_command_line,
9085 save_command_line): New declarations.
9086 (dont_repeat): Add comment.
9087
9088 2019-05-30 Tom Tromey <tromey@adacore.com>
9089
9090 * gdbtypes.h (struct range_bounds) <flag_upper_bound_is_count>:
9091 Fix comment.
9092 (TYPE_ARRAY_UPPER_BOUND_IS_UNDEFINED): Rewrite comment.
9093
9094 2019-05-30 Jan Vrany <jan.vrany@fit.cvut.cz>
9095
9096 PR cli/24587
9097 * completer.c (complete): Initialize variable word.
9098
9099 2019-05-29 Sergio Durigan Junior <sergiodj@redhat.com>
9100
9101 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9102 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1715008
9103 * dwarf2read.c (dwarf_decode_macro_bytes): Move check to see if
9104 'body' is NULL to the outter 'if', protecting the '!is_define'
9105 situation as well.
9106
9107 2019-05-29 Tom Tromey <tromey@adacore.com>
9108
9109 * dwarf2read.c (partial_die_parent_scope): Call dwarf_tag_name.
9110 (dwarf_unknown): New function.
9111 (dwarf_tag_name, dwarf_attr_name, dwarf_form_name)
9112 (dwarf_type_encoding_name): Use dwarf_unknown.
9113
9114 2019-05-29 Tom Tromey <tromey@adacore.com>
9115
9116 PR c++/20020:
9117 * cp-valprint.c (cp_print_value_fields): Call
9118 cp_print_static_field inside "try".
9119
9120 2019-05-29 Tom Tromey <tromey@adacore.com>
9121
9122 * inflow.c (struct terminal_info): Add default operator=.
9123 * configure: Rebuild.
9124 * warning.m4 (AM_GDB_WARNINGS): Add -Wdeprecated-copy,
9125 -Wdeprecated-copy-dtor, -Wredundant-move.
9126
9127 2019-05-29 Tom Tromey <tromey@adacore.com>
9128
9129 * NEWS: Add entry.
9130 * infcmd.c (print_return_value_1): Handle finish_print
9131 option.
9132 (show_print_finish): New function.
9133 (_initialize_infcmd): Add "set/show print finish" commands.
9134 * valprint.c (user_print_options): Initialize new member.
9135 * valprint.h (struct value_print_options) <finish_print>: New
9136 member.
9137
9138 2019-05-28 Tom Tromey <tromey@adacore.com>
9139
9140 * ada-lang.c (ada_remove_Xbn_suffix)
9141 (find_old_style_renaming_symbol)
9142 (parse_old_style_renaming): Remove.
9143 (ada_find_renaming_symbol): Don't call
9144 find_old_style_renaming_symbol.
9145 (ada_is_renaming_symbol): Rename from
9146 ada_find_renaming_symbol. Remove "block" parameter. Return
9147 bool. Now static.
9148 (ada_read_var_value): Update and simplify.
9149 * ada-exp.y (write_var_or_type): Remove old code.
9150
9151 2019-05-28 Alan Hayward <alan.hayward@arm.com>
9152
9153 PR gdb/25010
9154 * event-top.c: Remove include comment.
9155 * inflow.c (class scoped_ignore_sigttou): Move from here...
9156 * inflow.h (class scoped_ignore_sigttou): ...to here.
9157 * ser-unix.c (hardwire_drain_output): Block SIGTTOU during drain.
9158 * top.c: Remove include comment.
9159
9160 2019-05-27 Tom Tromey <tom@tromey.com>
9161
9162 * NEWS: Fix typo.
9163
9164 2019-05-22 Tom Tromey <tromey@adacore.com>
9165
9166 * target.c (target_follow_exec): Constify parameter.
9167 * target-delegates.c: Rebuild.
9168 * remote.c (remote_target::follow_exec): Constify parameter.
9169 * infrun.c (follow_exec): Constify parameter.
9170 * target.h (struct target_ops) <follow_exec>: Constify parameter.
9171 (target_follow_exec): Likewise.
9172
9173 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9174
9175 * aarch64-tdep.c (aarch64_execute_dwarf_cfa_vendor_op): Treat
9176 DW_CFA_AARCH64_negate_ra_state as nop on non pauth targets.
9177
9178 2019-05-22 Alan Hayward <alan.hayward@arm.com>
9179
9180 * NEWS: Add debugredirect and testsuite sections.
9181
9182 2019-05-22 Simon Cook <simon.cook@embecosm.com>
9183
9184 * riscv-tdep.c (riscv_gdbarch_init): Support determining flen from
9185 target descriptions using exclusively floating point register name
9186 aliases.
9187
9188 2019-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9189
9190 PR gdb/18644:
9191 * f-lang.c (build_fortran_types): Handle the case where
9192 gdbarch_floatformat_for_type returns a nullptr.
9193
9194 2019-05-21 Tom de Vries <tdevries@suse.de>
9195
9196 PR cli/24587
9197 * cli/cli-cmds.c (complete_command): Fix use of unitialized variable.
9198
9199 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9200
9201 PR gdb/18644:
9202 * f-lang.c (build_fortran_types): Use floatformats_ia64_quad for
9203 16-byte floats.
9204 * i386-tdep.c (i386_floatformat_for_type): Use
9205 floatformats_ia64_quad for the 16-byte floating point component
9206 within a fortran 32-byte complex number.
9207
9208 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
9209
9210 * dwarf2read.c (struct cu_partial_die_info): Add constructor,
9211 delete default constructor.
9212 (find_partial_die): Update to return const struct.
9213 (partial_die_parent_scope): Move variable declaration into scope
9214 of its use and change its type to auto.
9215 (guess_partial_die_structure_name): Likewise.
9216 (partial_die_info::fixup): Likewise.
9217
9218 2019-05-17 Tom Tromey <tromey@adacore.com>
9219
9220 * source.c (find_and_open_source): Remove cast.
9221
9222 2019-05-17 Tom Tromey <tromey@adacore.com>
9223
9224 * annotate.c (annotate_source): Make "filename" const.
9225 * annotate.h (annotate_source): Use const.
9226
9227 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9228
9229 * disasm.c (set_disassembler_options): Send errors to stderr.
9230
9231 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9232
9233 * cli/cli-interp.c (struct saved_output_files): Add saved entry.
9234 (cli_interp_base::set_logging): Check debug_redirect.
9235 * cli/cli-interp.h (set_logging): Add debug_redirect parameter.
9236 * cli/cli-logging.c (debug_redirect): Add static variable.
9237 (pop_output_files): Add default param.
9238 (handle_redirections): Print debug setting.
9239 (show_logging_command): Likewise.
9240 (_initialize_cli_logging): Add debugredirect command.
9241 * interps.c (current_interp_set_logging): Add debug_redirect
9242 parameter.
9243 * interps.h (set_logging): Add debug_redirect parameter.
9244 (current_interp_set_logging): Likewise.
9245 * mi/mi-common.h: Likewise.
9246 * mi/mi-interp.c (mi_interp::set_logging): Likewise.
9247
9248 2019-05-17 Alan Hayward <alan.hayward@arm.com>
9249 Tom Tromey <tromey@adacore.com>
9250
9251 * cli/cli-interp.c (cli_interp_base::set_logging): Create tee_file
9252 directly.
9253 * cli/cli-interp.h (make_logging_output): Remove declaration.
9254 * cli/cli-logging.c (make_logging_output): Remove function.
9255 * mi/mi-interp.c (mi_interp::set_logging): Create tee_file
9256 directly.
9257 * ui-file.c (tee_file::tee_file): Remove bools.
9258 (tee_file::~tee_file): Remove deletes.
9259 * ui-file.h (tee_file): Remove bools.
9260
9261 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
9262
9263 * mi/mi-cmds.h (mi_cmd_complete): New function.
9264 * mi/mi-main.c (mi_cmd_complete): Likewise.
9265 * mi/mi-cmds.c: Define new MI command -complete.
9266 * NEWS: Mention new -complete command.
9267
9268 2019-01-24 Jan Vrany <jan.vrany@fit.cvut.cz>
9269
9270 * completer.h (complete): New function.
9271 * completer.c (complete): Likewise.
9272 * cli/cli-cmds.c: (complete_command): Update to use new complete()
9273 function defined in completer.h.
9274
9275 2019-05-17 Jan Vrany <jan.vrany@fit.cvut.cz>
9276
9277 * MAINTAINERS (Write After Approval): Add myself.
9278
9279 2019-05-17 Tom de Vries <tdevries@suse.de>
9280
9281 PR gdb/24094
9282 * dwarf2read.c (struct cu_partial_die_info): New struct.
9283 (find_partial_die): Return cu_partial_die_info.
9284 (partial_die_parent_scope, guess_partial_die_structure_name)
9285 (partial_die_info::fixup): Handle new return type of find_partial_die.
9286
9287 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9288
9289 PR breakpoints/24541
9290 * stap-probe.c (stap_parse_register_operand): Make "regname" an
9291 "std::string", simplifying the algorithm.
9292
9293 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9294
9295 * stap-probe.c (handle_stap_probe): Fix complaint formatting.
9296 (stap_static_probe_ops::get_probes): Likewise.
9297
9298 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9299
9300 * stap-probe.c (stap_parse_register_operand): Make "if (*p->arg ==
9301 '-')" and "else if".
9302 (stap_parse_single_operand): Join checks for
9303 "gdbarch_stap_parse_special_token_p" and
9304 "gdbarch_stap_parse_special_token" in the same "if" statement.
9305 Invert check when verifying for operation on register
9306 displacement.
9307
9308 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9309
9310 * stap-probe.c (stap_get_opcode): Update comment.
9311 (stap_get_expected_argument_type): Likewise.
9312 (handle_stap_probe): Likewise.
9313
9314 2019-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
9315
9316 * i386-tdep.c (i386_stap_parse_special_token_triplet): Change
9317 return type to 'bool'. Adjust comment. Use 'bool' when
9318 appropriate.
9319 (i386_stap_parse_special_token_three_arg_disp): Likewise.
9320 * stap-probe.c (stap_parse_argument_1): Likewise.
9321 (stap_is_operator): Likewise.
9322 (stap_is_generic_prefix): Likewise.
9323 (stap_is_register_prefix): Likewise.
9324 (stap_is_register_indirection_prefix): Likewise.
9325 (stap_is_integer_prefix): Likewise.
9326 (stap_generic_check_suffix): Likewise.
9327 (stap_check_integer_suffix): Likewise.
9328 (stap_check_register_suffix): Likewise.
9329 (stap_check_register_indirection_suffix): Likewise.
9330 (stap_parse_register_operand): Likewise.
9331 (stap_parse_single_operand): Likewise.
9332 (stap_parse_argument_1): Likewise.
9333 (stap_probe::get_argument_count): Likewise.
9334 (stap_is_operator): Likewise.
9335
9336 2019-05-16 Tom Tromey <tromey@adacore.com>
9337
9338 * darwin-nat.c (thread_info_from_private_thread_info): Add struct
9339 keyword to foreach.
9340
9341 2019-05-15 Simon Marchi <simon.marchi@efficios.com>
9342
9343 * linux-thread-db.c (try_thread_db_load_1): Change return type
9344 to bool.
9345 (try_thread_db_load): Likewise.
9346 (try_thread_db_load_from_pdir_1): Likewise.
9347 (try_thread_db_load_from_pdir): Likewise.
9348 (try_thread_db_load_from_sdir): Likewise.
9349 (try_thread_db_load_from_dir): Likewise.
9350 (thread_db_load_search): Likewise.
9351 (has_libpthread): Likewise.
9352 (thread_db_load): Likewise.
9353
9354 2019-05-15 Sergio Durigan Junior <sergiodj@redhat.com>
9355
9356 Ref.: https://bugzilla.redhat.com/show_bug.cgi?id=1708192
9357 * dwarf2read.c (parse_macro_definition): Check whether 'body' is
9358 NULL, and complain/return if that's the case.
9359
9360 2019-05-15 John Darrington <john@darrington.wattle.id.au>
9361
9362 * s12z-tdep.c (push_pull_get_stack_adjustment): New function.
9363 (advance, posn, abstract_read_memory): New functions.
9364 [struct mem_read_abstraction]: New struct.
9365 (s12z_frame_cache): Use opcodes API to interpret stack frame code.
9366
9367 2019-05-14 Tom Tromey <tromey@adacore.com>
9368
9369 * ada-lang.c (coerce_unspec_val_to_type): Only set address when
9370 value is not lval_memory.
9371
9372 2019-05-14 Tom Tromey <tromey@adacore.com>
9373
9374 * solib.c (info_sharedlibrary_command): Style the file name.
9375
9376 2019-05-14 Alan Hayward <alan.hayward@arm.com>
9377
9378 * aarch64-tdep.c (aarch64_vnh_type): Add half view.
9379 (aarch64_vnv_type): Likewise.
9380 * target-descriptions.c (make_gdb_type): Add TDESC_TYPE_IEEE_HALF.
9381 * common/tdesc.c: Likewise.
9382 * common/tdesc.h (enum tdesc_type_kind): Likewise.
9383 * features/aarch64-fpu.c (create_feature_aarch64_fpu): Regenerate.
9384 * features/aarch64-fpu.xml: Add ieee half view.
9385 * features/aarch64-sve.c (create_feature_aarch64_fpu): Likewise.
9386 * gdbtypes.c (gdbtypes_post_init): Add builtin_half
9387 * gdbtypes.h (struct builtin_type): Likewise.
9388 (struct objfile_type): Likewise.
9389
9390 2019-05-12 Paul Naert <paul.naert@polymtl.ca>
9391
9392 * language.c (language_sniff_from_mangled_name): Fix "langauge"
9393 typo.
9394 * location.h (string_to_event_location): Likewise.
9395
9396 2019-05-11 Joel Brobecker <brobecker@adacore.com>
9397
9398 GDB 8.3 released.
9399
9400 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9401
9402 * breakpoint.h (fix_multi_location_breakpoint_output_globally):
9403 New variable declaration.
9404 * breakpoint.c (fix_multi_location_breakpoint_output_globally):
9405 New variable.
9406 (print_one_breakpoint): Use ui_out::test_flags and new global
9407 variable to compute use_fixed_output.
9408 * mi/mi-main.h (mi_multi_location_breakpoint_output_fixed):
9409 Remove.
9410 * mi/mi-main.c (fix_multi_location_breakpoint_output): Remove.
9411 (mi_multi_location_breakpoint_output_fixed): Remove.
9412 (mi_cmd_fix_multi_location_breakpoint_output): Adjust to set the
9413 new variable.
9414 * mi/mi-out.c (mi_ui_out::mi_ui_out): Set
9415 fix_multi_location_breakpoint_output flag if version >= 3.
9416 * ui-out.h (enum ui_out_flag)
9417 <fix_multi_location_breakpoint_output>: New enumerator.
9418
9419 2019-05-10 Simon Marchi <simon.marchi@efficios.com>
9420
9421 * contrib/cc-with-tweaks.sh: Validate dwz's work.
9422
9423 2019-05-10 Tom Tromey <tromey@adacore.com>
9424
9425 * ada-lang.c (catch_ada_completer): New function.
9426 (_initialize_ada_language): Use it.
9427
9428 2019-05-10 Tom Tromey <tromey@adacore.com>
9429
9430 * thread.c (print_thread_info): Make "requested_threads" const.
9431 * gdbthread.h (print_thread_info): Make "requested_threads"
9432 const.
9433 * ada-tasks.c (print_ada_task_info): Make "taskno_str" const.
9434 * ada-lang.h (print_ada_task_info): Make "taskno_str" const.
9435
9436 2019-05-08 Tom Tromey <tom@tromey.com>
9437
9438 * gdbtypes.c (objfile_type_data): Change type.
9439 (objfile_type, _initialize_gdbtypes): Update.
9440
9441 2019-05-08 Tom Tromey <tom@tromey.com>
9442
9443 * dwarf2-frame.c (dwarf2_frame_objfile_data): Change type.
9444 (dwarf2_frame_find_fde, dwarf2_build_frame_info)
9445 (_initialize_dwarf2_frame): Update.
9446
9447 2019-05-08 Tom Tromey <tom@tromey.com>
9448
9449 * objc-lang.c (objc_objfile_data): Change type.
9450 (find_methods): Update.
9451 (_initialize_objc_lang): Remove.
9452
9453 2019-05-08 Tom Tromey <tom@tromey.com>
9454
9455 * stabsread.c (rs6000_builtin_type_data): Change type.
9456 (rs6000_builtin_type, _initialize_stabsread): Update.
9457
9458 2019-05-08 Tom Tromey <tom@tromey.com>
9459
9460 * mips-tdep.c (mips_pdr_data): Remove.
9461 (_initialize_mips_tdep): Update.
9462
9463 2019-05-08 Tom Tromey <tom@tromey.com>
9464
9465 * hppa-tdep.c (hppa_objfile_priv_data): Change type.
9466 (hppa_init_objfile_priv_data, read_unwind_info)
9467 (find_unwind_entry, _initialize_hppa_tdep): Update.
9468
9469 2019-05-08 Tom Tromey <tom@tromey.com>
9470
9471 * elfread.c (elf_objfile_gnu_ifunc_cache_data): Change type.
9472 (elf_gnu_ifunc_record_cache): Update. Don't allocate hash table
9473 on obstack.
9474 (elf_gnu_ifunc_resolve_by_cache, _initialize_elfread): Update.
9475
9476 2019-05-08 Tom Tromey <tom@tromey.com>
9477
9478 * mdebugread.c (basic_type_data): Change type.
9479 (basic_type, _initialize_mdebugread): Update.
9480
9481 2019-05-08 Tom Tromey <tom@tromey.com>
9482
9483 * common/gdb_unique_ptr.h (struct noop_deleter): New.
9484
9485 2019-05-08 Tom Tromey <tom@tromey.com>
9486
9487 * nto-tdep.c (nto_inferior_data_reg): Change type.
9488 (nto_inferior_data): Update.
9489 (nto_inferior_data_cleanup, nto_new_inferior_data)
9490 (_initialize_nto_tdep): Remove.
9491 * nto-tdep.h (struct nto_inferior_data): Add initializers.
9492
9493 2019-05-08 Tom Tromey <tom@tromey.com>
9494
9495 * ada-lang.c (struct ada_inferior_data): Add initializers.
9496 (ada_inferior_data): Change type.
9497 (ada_inferior_data_cleanup): Remove.
9498 (get_ada_inferior_data, ada_inferior_exit)
9499 (struct ada_pspace_data): Add initializers, destructor.
9500 (ada_pspace_data_handle): Change type.
9501 (get_ada_pspace_data): Update.
9502 (ada_pspace_data_cleanup): Remove.
9503
9504 2019-05-08 Tom Tromey <tom@tromey.com>
9505
9506 * coffread.c (struct coff_symfile_info): Add initializers.
9507 (coff_objfile_data_key): Move lower. Change type.
9508 (coff_symfile_init, coff_symfile_read, _initialize_coffread):
9509 Update.
9510 (coff_free_info): Remove.
9511
9512 2019-05-08 Tom Tromey <tom@tromey.com>
9513
9514 * fbsd-tdep.c (struct fbsd_pspace_data): Add initializers.
9515 (fbsd_pspace_data_handle): Move lower. Change type.
9516 (get_fbsd_pspace_data): Update.
9517 (fbsd_pspace_data_cleanup): Remove.
9518 (_initialize_fbsd_tdep): Update.
9519
9520 2019-05-08 Tom Tromey <tom@tromey.com>
9521
9522 * ada-tasks.c (ada_tasks_pspace_data_handle): Change type.
9523 (get_ada_tasks_pspace_data): Update.
9524 (ada_tasks_pspace_data_cleanup): Remove.
9525 (_initialize_tasks): Update.
9526 (ada_tasks_inferior_data_handle): Change type.
9527 (get_ada_tasks_inferior_data): Update.
9528 (ada_tasks_inferior_data_cleanup): Remove.
9529 (struct ada_tasks_pspace_data): Add initializers.
9530
9531 2019-05-08 Tom Tromey <tom@tromey.com>
9532
9533 * symfile.h (struct sym_probe_fns) <sym_get_probes>: Change type.
9534 * symfile-debug.c (debug_sym_get_probes): Change type.
9535 * stap-probe.c (handle_stap_probe):
9536 (stap_static_probe_ops::get_probes): Change type.
9537 * probe.h (class static_probe_ops) <get_probes>: Change type.
9538 * probe.c (class any_static_probe_ops) <get_probes>: Change type.
9539 (parse_probes_in_pspace): Update.
9540 (find_probes_in_objfile, find_probe_by_pc, collect_probes):
9541 Update.
9542 (any_static_probe_ops::get_probes): Change type.
9543 * elfread.c (elfread_data): New typedef.
9544 (probe_key): Change type.
9545 (elf_get_probes): Likewise. Update.
9546 (probe_key_free): Remove.
9547 (_initialize_elfread): Update.
9548 * dtrace-probe.c (class dtrace_static_probe_ops) <get_probes>:
9549 Change type.
9550 (dtrace_process_dof_probe, dtrace_process_dof)
9551 (dtrace_static_probe_ops::get_probe): Change type.
9552
9553 2019-05-08 Tom Tromey <tom@tromey.com>
9554
9555 * xcoffread.c (struct xcoff_symfile_info): Rename from
9556 coff_symfile_info. Add initializers.
9557 (xcoff_objfile_data_key): Move lower. Change type.
9558 (XCOFF_DATA): Rewrite.
9559 (xcoff_free_info): Remove.
9560 (xcoff_symfile_init, _initialize_xcoffread, read_xcoff_symtab)
9561 (read_symbol, read_symbol_lineno, find_linenos, init_stringtab)
9562 (xcoff_initial_scan): Update.
9563
9564 2019-05-08 Tom Tromey <tom@tromey.com>
9565
9566 * solib-svr4.c (struct svr4_info): Add initializers and
9567 destructor.
9568 <probes_table>: Now an htab_up.
9569 (solib_svr4_pspace_data): Change type.
9570 (free_probes_table): Simplify.
9571 (~svr4_info): Rename from svr4_pspace_data_cleanup.
9572 (get_svr4_info, probes_table_htab_remove_objfile_probes)
9573 (probes_table_remove_objfile_probes, register_solib_event_probe)
9574 (solib_event_probe_at, svr4_update_solib_event_breakpoint)
9575 (_initialize_svr4_solib): Update.
9576
9577 2019-05-08 Tom Tromey <tom@tromey.com>
9578
9579 * remote.c (remote_pspace_data): Change type.
9580 (remote_pspace_data_cleanup): Remove.
9581 (get_remote_exec_file, set_pspace_remote_exec_file)
9582 (_initialize_remote): Update.
9583
9584 2019-05-08 Tom Tromey <tom@tromey.com>
9585
9586 * breakpoint.c (breakpoint_objfile_key): Change type.
9587 (get_breakpoint_objfile_data): Update.
9588 (free_breakpoint_objfile_data): Remove.
9589 (_initialize_breakpoint): Update.
9590
9591 2019-05-08 Tom Tromey <tom@tromey.com>
9592
9593 * linux-tdep.c (struct linux_info): Add initializers.
9594 (linux_inferior_data): Move. Change type.
9595 (invalidate_linux_cache_inf): Update.
9596 (linux_inferior_data_cleanup): Remove.
9597 (get_linux_inferior_data, _initialize_linux_tdep): Update.
9598
9599 2019-05-08 Tom Tromey <tom@tromey.com>
9600
9601 * auxv.c (auxv_inferior_data): Move. Change type.
9602 (auxv_inferior_data_cleanup): Remove.
9603 (invalidate_auxv_cache_inf): Rewrite.
9604 (get_auxv_inferior_data, _initialize_auxv): Update.
9605
9606 2019-05-08 Tom Tromey <tom@tromey.com>
9607
9608 * symfile-debug.c (struct debug_sym_fns_data): Add initializers.
9609 (symfile_debug_objfile_data_key): Change type.
9610 (symfile_debug_installed, debug_qf_has_symbols)
9611 (debug_qf_find_last_source_symtab)
9612 (debug_qf_forget_cached_source_info)
9613 (debug_qf_map_symtabs_matching_filename, debug_qf_lookup_symbol)
9614 (debug_qf_print_stats, debug_qf_dump)
9615 (debug_qf_expand_symtabs_for_function)
9616 (debug_qf_expand_all_symtabs)
9617 (debug_qf_expand_symtabs_with_fullname)
9618 (debug_qf_map_matching_symbols)
9619 (debug_qf_expand_symtabs_matching)
9620 (debug_qf_find_pc_sect_compunit_symtab)
9621 (debug_qf_map_symbol_filenames)
9622 (debug_qf_find_compunit_symtab_by_address, debug_sym_get_probes)
9623 (debug_sym_new_init, debug_sym_init, debug_sym_read)
9624 (debug_sym_read_psymbols, debug_sym_finish, debug_sym_offsets)
9625 (debug_sym_read_linetable, debug_sym_relocate): Update.
9626 (symfile_debug_free_objfile): Remove.
9627 (install_symfile_debug_logging, _initialize_symfile_debug):
9628 Update.
9629
9630 2019-05-08 Tom Tromey <tom@tromey.com>
9631
9632 * dwarf2read.h (struct dwarf2_per_objfile): Don't inherit from
9633 allocate_on_obstack.
9634 * dwarf2read.c (dwarf2_objfile_data_key): Change type.
9635 (get_dwarf2_per_objfile): Update.
9636 (set_dwarf2_per_objfile): Remove.
9637 (dwarf2_has_info, dwarf2_get_section_info): Update.
9638 (dwarf2_free_objfile): Remove.
9639 (_initialize_dwarf2_read): Update.
9640
9641 2019-05-08 Tom Tromey <tom@tromey.com>
9642
9643 * auto-load.c (struct auto_load_pspace_info): Add destructor and
9644 initializers.
9645 <unsupported_script_warning_printed,
9646 script_not_found_warning_printed>: Now bool.
9647 (auto_load_pspace_data): Change type.
9648 (~auto_load_pspace_info): Rename from
9649 auto_load_pspace_data_cleanup.
9650 (get_auto_load_pspace_data, init_loaded_scripts_info)
9651 (clear_section_scripts, maybe_print_unsupported_script_warning)
9652 (maybe_print_script_not_found_warning, _initialize_auto_load):
9653 Update.
9654
9655 2019-05-08 Tom Tromey <tom@tromey.com>
9656
9657 * objfiles.c (objfile_pspace_info): Add destructor and
9658 initializers.
9659 (objfiles_pspace_data): Change type.
9660 (~objfile_pspace_info): Rename from objfiles_pspace_data_cleanup.
9661 (get_objfile_pspace_data): Update.
9662 (objfiles_bfd_data): Change type.
9663 (get_objfile_bfd_data): Update.
9664 (objfile_bfd_data_free, _initialize_objfiles): Remove.
9665
9666 2019-05-08 Tom Tromey <tom@tromey.com>
9667
9668 * break-catch-syscall.c (catch_syscall_inferior_data): Move.
9669 Change type.
9670 (get_catch_syscall_inferior_data): Update.
9671 (catch_syscall_inferior_data_cleanup): Remove.
9672 (_initialize_break_catch_syscall): Update.
9673
9674 2019-05-08 Tom Tromey <tom@tromey.com>
9675
9676 * inflow.c (struct terminal_info): Add destructor and
9677 initializers.
9678 (inflow_inferior_data): Change type.
9679 (~terminal_info): Rename from inflow_inferior_data_cleanup.
9680 (get_inflow_inferior_data, inflow_inferior_exit)
9681 (swap_terminal_info, _initialize_inflow): Update.
9682
9683 2019-05-08 Tom Tromey <tom@tromey.com>
9684
9685 * target-dcache.c (target_dcache_cleanup): Remove.
9686 (target_dcache_aspace_key): Change type.
9687 (target_dcache_init_p, target_dcache_invalidate)
9688 (target_dcache_get, target_dcache_get_or_init)
9689 (_initialize_target_dcache): Update.
9690 * dcache.h (struct dcache_deleter): New.
9691
9692 2019-05-08 Tom Tromey <tom@tromey.com>
9693
9694 * symtab.c (struct symbol_cache): Add destructor and
9695 initializers.
9696 (symbol_cache_key): Move. Change type.
9697 (make_symbol_cache, free_symbol_cache): Remove.
9698 (get_symbol_cache): Update.
9699 (symbol_cache_cleanup): Remove.
9700 (ALL_PSPACES, symbol_cache_flush)
9701 (maintenance_print_symbol_cache)
9702 (maintenance_print_symbol_cache_statistics, _initialize_symtab):
9703 Update.
9704
9705 2019-05-08 Tom Tromey <tom@tromey.com>
9706
9707 * symtab.c (struct main_info): Add destructor and initializers.
9708 (main_progspace_key): Move. Change type.
9709 (get_main_info): Update.
9710 (main_info_cleanup): Remove.
9711 (_initialize_symtab): Update.
9712
9713 2019-05-08 Tom Tromey <tom@tromey.com>
9714
9715 * registry.h (DECLARE_REGISTRY): Define the _key class.
9716
9717 2019-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9718
9719 * NEWS: Merge two 'New commands' sections.
9720
9721 2019-05-08 Joel Brobecker <brobecker@adacore.com>
9722
9723 * ada-valprint.c (ada_val_print_gnat_array): Remove language
9724 parameter and use Ada language definition instead.
9725 (ada_val_print_ptr): Remove unused language parameter.
9726 (ada_val_print_num): Remove language parameter and use Ada language
9727 definition instead.
9728 (ada_val_print_enum, ada_val_print_flt): Remove unused language
9729 parameter.
9730 (ada_val_print_struct_union, ada_val_print_ref): Remove language
9731 parameter and use Ada language definition instead.
9732 (ada_val_print_1): Update all ada_val_print_xxx calls.
9733 Remove language parameter.
9734 (ada_val_print): Update ada_val_print_1 call.
9735
9736 2019-05-08 Tom Tromey <tromey@adacore.com>
9737
9738 * remote.c (remote_hw_watchpoint_limit)
9739 (remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
9740 Now static.
9741
9742 2019-05-08 Tom Tromey <tromey@adacore.com>
9743
9744 * maint.c (_initialize_maint_cmds): Move initialization code to
9745 remote.c.
9746 (watchdog, show_watchdog): Move to remote.c.
9747 * remote.c (watchdog, show_watchdog): Move from maint.c. Make
9748 "watchdog" static.
9749 (_initialize_remote): Move initialization code from maint.c.
9750 * defs.h (watchdog): Don't declare.
9751
9752 2019-05-08 Tom Tromey <tromey@adacore.com>
9753
9754 * tui/tui-interp.c: Include main.h.
9755 * interps.c: Include main.h.
9756 * main.h (interpreter_p): Declare.
9757 * defs.h (interpreter_p): Don't declare.
9758
9759 2019-05-08 Tom Tromey <tromey@adacore.com>
9760
9761 * dwarf2loc.c: Include dwarf2read.h.
9762 * defs.h (read_unsigned_leb128): Don't declare.
9763 * dwarf2read.h (read_unsigned_leb128): Declare.
9764
9765 2019-05-08 Tom Tromey <tromey@adacore.com>
9766
9767 * utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
9768 method.
9769
9770 2019-05-08 Tom Tromey <tromey@adacore.com>
9771
9772 * utils.c (fputs_maybe_filtered): Reset style after paging, even
9773 when no wrap column is set.
9774
9775 2019-05-08 Tom Tromey <tromey@adacore.com>
9776
9777 * c-lang.c (c_get_string): Handle non-C-style arrays.
9778
9779 2019-05-08 Tom Tromey <tromey@adacore.com>
9780
9781 * typeprint.c (print_offset_data::update): Print the bit offset,
9782 not the number of bits remaining.
9783
9784 2019-05-08 Tom Tromey <tromey@adacore.com>
9785
9786 * typeprint.c (print_offset_data::maybe_print_hole): Add extra
9787 padding at end of comment.
9788
9789 2019-05-08 Tom Tromey <tromey@adacore.com>
9790
9791 * dwarf2loc.c (dwarf2_evaluate_property) <PROP_ADDR_OFFSET>:
9792 Compare main types.
9793
9794 2019-05-06 Tom Tromey <tom@tromey.com>
9795
9796 * common/scoped_mmap.c: Include common-defs.h.
9797 * common/scoped_mmap.h: Don't include config.h.
9798
9799 2019-05-04 Tom Tromey <tom@tromey.com>
9800
9801 * aarch64-tdep.c (stack_item_t): Remove typedef and DEF_VEC.
9802 (struct aarch64_call_info): Add initializers.
9803 <si>: Now a std::vector.
9804 (pass_on_stack, aarch64_push_dummy_call): Update.
9805
9806 2019-05-04 Simon Marchi <simon.marchi@efficios.com>
9807 Tom Tromey <tom@tromey.com>
9808
9809 * ppc-linux-nat.c (thread_points_p): Remove typedef and DEF_VEC.
9810 (ppc_threads): Now a std::vector. Now static.
9811 (hwdebug_find_thread_points_by_tid)
9812 (ppc_linux_nat_target::low_new_thread, ppc_linux_thread_exit):
9813 Update.
9814
9815 2019-05-04 Tom Tromey <tom@tromey.com>
9816
9817 * arc-tdep.c (arc_tdesc_init): Return bool.
9818
9819 2019-05-04 Tom Tromey <tom@tromey.com>
9820
9821 * arm-linux-nat.c (arm_linux_nat_target::can_use_hw_breakpoint):
9822 Use gdb_assert_not_reached.
9823
9824 2019-05-04 Tom Tromey <tom@tromey.com>
9825
9826 * compile/compile-cplus-types.c (compile_cplus_convert_enum): Use
9827 "false".
9828
9829 2019-05-04 Tom Tromey <tom@tromey.com>
9830
9831 * arc-tdep.c (arc_tdesc_init): Use bool.
9832
9833 2019-05-04 Tom Tromey <tom@tromey.com>
9834
9835 * stack.c (select_frame_for_mi): Use "false", not "FALSE".
9836
9837 2019-05-04 Tom Tromey <tom@tromey.com>
9838
9839 * cli/cli-cmds.c (valid_command_p): Return bool.
9840
9841 2019-05-04 Tom Tromey <tom@tromey.com>
9842
9843 * cli/cli-decode.c (valid_user_defined_cmd_name_p): Return bool.
9844 * command.h (valid_user_defined_cmd_name_p): Channge return type.
9845
9846 2019-05-04 Raul Tambre <raul@tambre.ee>
9847
9848 * python/lib/gdb/prompt.py (_ExtendedPrompt)
9849 <before_prompt_hook, get_show_string>: Fix incorrect use of 'is'
9850 operator for comparison.
9851
9852 2019-05-04 Tom Tromey <tom@tromey.com>
9853
9854 * psymtab.c (psymbol_name_matches, match_partial_symbol)
9855 (lookup_partial_symbol, print_partial_symbols)
9856 (recursively_search_psymtabs, sort_pst_symbols, psymbol_hash)
9857 (psymbol_compare): Update.
9858 (add_psymbol_to_bcache): Clear the entire psymbol.
9859 (maintenance_check_psymtabs): Update.
9860 * psympriv.h (struct partial_symbol): Don't derive from
9861 general_symbol_info.
9862 <obj_section, unrelocated_address, address,
9863 set_unrelocated_address>: Update.
9864 <ginfo>: New member.
9865 * dwarf-index-write.c (write_psymbols, debug_names::insert)
9866 (debug_names::write_psymbols): Update.
9867
9868 2019-05-04 Tom de Vries <tdevries@suse.de>
9869
9870 * contrib/cc-with-tweaks.sh: Support -n arg.
9871
9872 2019-05-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9873
9874 * corelow.c (core_target::detach): Ensure frame cache and
9875 register caches are cleared.
9876 inferior.c (exit_inferior_1): Likewise.
9877
9878 2019-05-03 Sandra Loosemore <sandra@codesourcery.com>
9879 Tom Tromey <tom@tromey.com>
9880
9881 * dictionary.c (collate_pending_symbols_by_language): Remove
9882 "struct" from foreach.
9883 * symtab.c (lookup_global_symbol_from_objfile)
9884 (lookup_symbol_in_objfile_from_linkage_name): Remove "struct" from
9885 foreach.
9886 * ser-tcp.c (net_open): Remove "struct" from foreach.
9887 * objfiles.c (objfile_relocate, objfile_rebase)
9888 (objfile_has_symbols): Remove "struct" from foreach.
9889 * minsyms.c (lookup_minimal_symbol_by_pc_section): Remove "struct"
9890 from foreach.
9891 * dwarf2read.c (handle_struct_member_die): Remove "struct" from
9892 foreach.
9893 * darwin-nat.c (thread_info_from_private_thread_info): Remove
9894 "struct" from foreach.
9895 * ada-lang.c (create_excep_cond_exprs)
9896 (ada_exception_catchpoint_cond_string): Remove "struct" from
9897 foreach.
9898
9899 2019-05-03 Tom Tromey <tromey@adacore.com>
9900
9901 * ada-exp.y (convert_char_literal): Check suffix of each
9902 enumerator.
9903
9904 2019-05-03 Dilyan Palauzov <dilyan.palauzov@aegee.org>
9905
9906 PR ada/21406:
9907 * ada-exp.y (yywrap): Don't define.
9908 * ada-lex.l (%option): Add noyywrap
9909 (yywrap): Remove.
9910
9911 2019-05-03 Eli Zaretskii <eliz@gnu.org>
9912
9913 * common/common-defs.h [__MINGW32__ || __CYGWIN__]: Define
9914 _WIN32_WINNT to the XP level, unless already defined to a higher
9915 level.
9916
9917 * unittests/parse-connection-spec-selftests.c:
9918 * ser-tcp.c:
9919 * common/netstuff.c [USE_WIN32API]: Remove the _WIN32_WINNT
9920 override.
9921
9922 * symfile.c (find_separate_debug_file): Remove colon from the
9923 drive spec of DOS/Windows file names of the target, so that the
9924 file name produced from DEBUGDIR and the target's directory will
9925 be valid on DOS/Windows systems.
9926
9927 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
9928
9929 * rust-lang.c (val_print_struct): Handle printing structures
9930 containing strings.
9931
9932 2019-05-02 Tom Tromey <tromey@adacore.com>
9933
9934 * valarith.c (_initialize_valarith): Remove.
9935
9936 2019-05-01 Tom Tromey <tromey@adacore.com>
9937
9938 * ada-lang.c (ada_value_primitive_field): Treat more fields as
9939 bitfields.
9940
9941 2019-05-01 Tom Tromey <tromey@adacore.com>
9942
9943 * ada-lang.c (ada_value_assign): Correctly compute starting offset
9944 for big-endian copies.
9945
9946 2019-04-30 Ali Tamur <tamur@google.com>
9947 * gdb/dwarf2read.c (read_3_bytes): New declaration.
9948 (read_attribute_value): Added DW_FORM_strx1-4 cases.
9949 (read_3_bytes): New function.
9950
9951 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9952
9953 * windows-nat.c (main_thread_id): Delete.
9954 (handle_output_debug_string): Replace main_thread_id by
9955 current_event.dwThreadId.
9956 (fake_create_process): Likewise.
9957 (get_windows_debug_event) <CREATE_PROCESS_DEBUG_EVENT>:
9958 Do not set main_thread_id.
9959 <LOAD_DLL_DEBUG_EVENT>: Replace main_thread_id by
9960 current_event.dwThreadId.
9961 <UNLOAD_DLL_DEBUG_EVENT>: Likewise.
9962
9963 2019-04-30 Joel Brobecker <brobecker@adacore.com>
9964
9965 * windows-nat.c (get_windows_debug_event) <EXIT_PROCESS_DEBUG_EVENT>:
9966 Use current_event.dwThreadId instead of main_thread_id.
9967
9968 2019-04-30 Tom Tromey <tromey@adacore.com>
9969
9970 * ada-lang.c (ada_lookup_simple_minsyms): New function.
9971 (create_excep_cond_exprs): Iterate over program spaces.
9972 (ada_exception_catchpoint_cond_string): Examine all minimal
9973 symbols for exception types.
9974
9975 2019-04-30 Tom Tromey <tromey@adacore.com>
9976
9977 PR c++/24470:
9978 * dwarf2read.c (process_structure_scope): Handle case where type
9979 has template parameters but no symbol was created.
9980
9981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9982 Chris January <chris.january@arm.com>
9983
9984 * f-typeprint.c (f_type_print_base): Print 'allocatable' type
9985 qualifier.
9986 * gdbtypes.h (TYPE_IS_ALLOCATABLE): Define.
9987
9988 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9989
9990 * f-typeprint.c (f_print_type): Update rules for printing
9991 whitespace.
9992 (f_type_print_varspec_suffix): Likewise.
9993
9994 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
9995 Chris January <chris.january@arm.com>
9996
9997 * f-typeprint.c (f_type_print_varspec_suffix): Handle printing
9998 function arguments.
9999
10000 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10001
10002 * f-lang.c (build_fortran_types): Change name of void type to
10003 lower case.
10004 * f-typeprint.c (f_type_print_base): Print the name of the void
10005 type, rather than a fixed string.
10006 * f-valprint.c (f_decorations): Use lower case void string.
10007
10008 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10009 Chris January <chris.january@arm.com>
10010
10011 * dwarf2read.c (dwarf2_init_complex_target_type): Use different
10012 types for Fortran.
10013
10014 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10015 Chris January <chris.january@arm.com>
10016 David Lecomber <david.lecomber@arm.com>
10017
10018 * f-exp.y (BINOP_INTRINSIC): New token.
10019 (exp): New parser rule handling BINOP_INTRINSIC.
10020 (f77_keywords): Add new builtin procedures.
10021 * f-lang.c (evaluate_subexp_f): Handle BINOP_MOD, UNOP_FORTRAN_CEILING,
10022 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10023 (operator_length_f): Handle UNOP_FORTRAN_CEILING,
10024 UNOP_FORTRAN_FLOOR, BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10025 (print_unop_subexp_f): New function.
10026 (print_binop_subexp_f): New function.
10027 (print_subexp_f): Handle UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10028 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX.
10029 (dump_subexp_body_f): Likewise.
10030 (operator_check_f): Likewise.
10031 * fortran-operator.def: Add UNOP_FORTRAN_CEILING, UNOP_FORTRAN_FLOOR,
10032 BINOP_FORTRAN_MODULO, BINOP_FORTRAN_CMPLX
10033
10034 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10035
10036 * gdb/expprint.c (dump_subexp_body_standard): Remove use of
10037 UNOP_KIND.
10038 * gdb/expression.h (exp_opcode): Include 'fortran-operator.def'.
10039 * gdb/f-exp.y (exp): Rename UNOP_KIND to UNOP_FORTRAN_KIND.
10040 * gdb/f-lang.c (evaluate_subexp_f): Likewise.
10041 (operator_length_f): New fuction.
10042 (print_subexp_f): New function.
10043 (op_name_f): New function.
10044 (dump_subexp_body_f): New function.
10045 (operator_check_f): New function.
10046 (exp_descriptor_f): Replace standard expression handling functions
10047 with new functions.
10048 * gdb/fortran-operator.def: New file.
10049 * gdb/parse.c (operator_length_standard): Remove use of UNOP_KIND.
10050 * gdb/std-operator.def: Remove UNOP_KIND.
10051
10052 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
10053
10054 * std-operator.def: Remove unbalanced, stray double quote
10055 character.
10056
10057 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10058 Chris January <chris.january@arm.com>
10059 Daniel Everett <daniel.everett@arm.com>
10060 Nick Forrington <nick.forrington@arm.com>
10061 Richard Bunt <richard.bunt@arm.com>
10062
10063 * cp-valprint.c (cp_print_value_fields): Allow an additional level
10064 of depth when printing anonymous structs or unions.
10065 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer):
10066 Don't print either the top-level value, or the children if the
10067 max-depth is exceeded.
10068 (ppscm_print_children): When printing the key of a map, allow one
10069 extra level of depth.
10070 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Don't
10071 print either the top-level value, or the children if the max-depth
10072 is exceeded.
10073 (print_children): When printing the key of a map, allow one extra
10074 level of depth.
10075 * python/py-value.c (valpy_format_string): Add max_depth keyword.
10076 * valprint.c: (PRINT_MAX_DEPTH_DEFAULT): Define.
10077 (user_print_options): Initialise max_depth field.
10078 (val_print_scalar_or_string_type_p): New function.
10079 (val_print): Check to see if the max depth has been reached.
10080 (val_print_check_max_depth): Define new function.
10081 (show_print_max_depth): New function.
10082 (_initialize_valprint): Add 'print max-depth' option.
10083 * valprint.h (struct value_print_options) <max_depth>: New field.
10084 (val_print_check_max_depth): Declare new function.
10085 * NEWS: Document new feature.
10086
10087 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10088
10089 * ada-lang.c (ada_language_defn): Initialise new field.
10090 * c-lang.c (c_is_string_type_p): New function.
10091 (c_language_defn): Initialise new field.
10092 (cplus_language_defn): Initialise new field.
10093 (asm_language_defn): Initialise new field.
10094 (minimal_language_defn): Initialise new field.
10095 * c-lang.h (c_is_string_type_p): Declare new function.
10096 * d-lang.c (d_language_defn): Initialise new field.
10097 * f-lang.c (f_is_string_type_p): New function.
10098 (f_language_defn): Initialise new field.
10099 * go-lang.c (go_is_string_type_p): New function.
10100 (go_language_defn): Initialise new field.
10101 * language.c (default_is_string_type_p): New function.
10102 (unknown_language_defn): Initialise new field.
10103 (auto_language_defn): Initialise new field.
10104 * language.h (struct language_defn) <la_is_string_type_p>: New
10105 member variable.
10106 (default_is_string_type_p): Declare new function.
10107 * m2-lang.c (m2_language_defn): Initialise new field.
10108 * objc-lang.c (objc_language_defn): Initialise new field.
10109 * opencl-lang.c (opencl_language_defn): Initialise new field.
10110 * p-lang.c (pascal_is_string_type_p): New function.
10111 (pascal_language_defn): Initialise new field.
10112 * rust-lang.c (rust_is_string_type_p): New function.
10113 (rust_language_defn): Initialise new field.
10114
10115 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10116
10117 * language.h (struct language_defn) <la_struct_too_deep_ellipsis>:
10118 New field.
10119 * ada-lang.c (ada_language_defn): Initialise new field.
10120 * c-lang.c (c_language_defn): Likewise.
10121 (cplus_language_defn): Likewise.
10122 (asm_language_defn): Likewise.
10123 (minimal_language_defn): Likewise.
10124 * d-lang.c (d_language_defn): Likewise.
10125 * f-lang.c (f_language_defn): Likewise.
10126 * go-lang.c (go_language_defn): Likewise.
10127 * language.c (unknown_language_defn): Likewise.
10128 (auto_language_defn): Likewise.
10129 * m2-lang.c (m2_language_defn): Likewise.
10130 * objc-lang.c (objc_language_defn): Likewise.
10131 * opencl-lang.c (opencl_language_defn): Likewise.
10132 * p-lang.c (pascal_language_defn): Likewise.
10133 * rust-lang.c (rust_language_defn): Likewise.
10134
10135 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
10136
10137 * ada-lang.c (ada_is_character_type): Change return type to bool.
10138 (ada_is_string_type): Likewise.
10139 * ada-lang.h (ada_is_character_type): Update declaration
10140 (ada_is_string_type): Likewise.
10141
10142 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10143
10144 Support style in 'frame|thread apply'
10145
10146 * gdbcmd.h (execute_command_to_string): New term_out parameter.
10147 * record.c (record_start, record_stop): Update callers of
10148 execute_command_to_string with false.
10149 * guile/guile.c (gdbscm_execute_gdb_command): Likewise.
10150 * ui-file.h (class ui_file): New term_out and can_emit_style_escape
10151 methods.
10152 (class string_file): New constructor with term_out parameter.
10153 Override methods term_out and can_emit_style_escape. New member
10154 term_out.
10155 (class stdio_file): Override can_emit_style_escape.
10156 (class tee_file): Override term_out and can_emit_style_escape.
10157 * utils.h (can_emit_style_escape): Remove.
10158 * utils.c (can_emit_style_escape): Likewise.
10159 Update all callers of can_emit_style_escape (SOMESTREAM) to
10160 SOMESTREAM->can_emit_style_escape.
10161 * source-cache.c (source_cache::get_source_lines): Likewise.
10162 * stack.c (frame_apply_command_count): Call execute_command_to_string
10163 passing the term_out characteristic of the current gdb_stdout.
10164 * thread.c (thr_try_catch_cmd): Likewise.
10165 * top.c (execute_command_to_string): pass term_out parameter
10166 to construct the string_file for the command output.
10167 * ui-file.c (term_cli_styling): New function (most code moved
10168 from utils.c can_emit_style_escape).
10169 (string_file::string_file, string_file::can_emit_style_escape,
10170 stdio_file::can_emit_style_escape, tee_file::term_out,
10171 tee_file::can_emit_style_escape): New functions.
10172
10173 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10174
10175 * NEWS: Mention the new set|show may-call-functions.
10176 * infcall.c (may_call_functions_p): New variable.
10177 (show_may_call_functions_p): New function.
10178 (call_function_by_hand_dummy): Throws an error if not
10179 may-call-functions.
10180 (_initialize_infcall): Call add_setshow_boolean_cmd for
10181 may-call-functions.
10182
10183 2019-04-25 Keith Seitz <keiths@redhat.com>
10184
10185 PR c++/24367
10186 * cp-support.c (inspect_type): Don't attempt substitutions
10187 of symbol with the same name.
10188
10189 2019-04-25 Tom Tromey <tromey@adacore.com>
10190
10191 PR gdb/24475:
10192 * event-top.c (gdb_rl_callback_handler): Make "gdb_rl_expt"
10193 static.
10194
10195 2019-04-25 Tom Tromey <tromey@adacore.com>
10196
10197 * xml-support.c (struct gdb_xml_parser) <set_error>: Take an
10198 rvalue reference.
10199 (gdb_xml_start_element_wrapper, gdb_xml_end_element_wrapper)
10200 (gdb_xml_parser::parse): Use std::move.
10201 * python/python-internal.h (gdbpy_convert_exception): Take a const
10202 reference.
10203 * python/py-value.c (valpy_getitem, valpy_nonzero): Use
10204 std::move.
10205 * python/py-utils.c (gdbpy_convert_exception): Take a const
10206 reference.
10207 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10208 Use std::move.
10209 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10210 Use std::move.
10211 * mi/mi-main.c (mi_print_exception): Take a const reference.
10212 * main.c (handle_command_errors): Take a const reference.
10213 * linespec.c (parse_linespec): Use std::move.
10214 * infcall.c (run_inferior_call): Use std::move.
10215 (call_function_by_hand_dummy): Use std::move.
10216 * exec.c (try_open_exec_file): Use std::move.
10217 * exceptions.h (exception_print, exception_fprintf)
10218 (exception_print_same): Update.
10219 * exceptions.c (print_exception, exception_print)
10220 (exception_fprintf, exception_print_same): Change parameters to
10221 const reference.
10222 * event-top.c (gdb_rl_callback_read_char_wrapper): Update.
10223 * common/new-op.c: Use std::move.
10224 * common/common-exceptions.h (struct gdb_exception): Add move
10225 constructor.
10226 (struct gdb_exception_error, struct gdb_exception_quit, struct
10227 gdb_quit_bad_alloc): Change constructor to move constructor.
10228 (throw_exception): Change parameter to rvalue reference.
10229 * common/common-exceptions.c (throw_exception): Take rvalue
10230 reference.
10231 * cli/cli-interp.c (safe_execute_command): Use std::move.
10232 * breakpoint.c (insert_bp_location, location_to_sals): Use
10233 std::move.
10234
10235 2019-04-25 Tom Tromey <tromey@adacore.com>
10236
10237 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception)
10238 (gdbscm_throw_gdb_exception): Take a gdbscm_gdb_exception.
10239 * guile/scm-block.c, guile/scm-breakpoint.c, guile/scm-cmd.c,
10240 guile/scm-disasm.c, guile/scm-frame.c, guile/scm-lazy-string.c,
10241 guile/scm-math.c, guile/scm-param.c, guile/scm-ports.c,
10242 guile/scm-symbol.c, guile/scm-symtab.c, guile/scm-type.c,
10243 guile/scm-value.c: Use unpack.
10244 * guile/guile-internal.h (gdbscm_scm_from_gdb_exception): Take a
10245 gdbscm_gdb_exception.
10246 (gdbscm_throw_gdb_exception): Likewise.
10247 (struct gdbscm_gdb_exception): New.
10248 (unpack): New function.
10249 (gdbscm_wrap): Use unpack.
10250
10251 2019-04-25 Tom Tromey <tromey@adacore.com>
10252
10253 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10254 (gdb_rl_callback_handler): Use std::move.
10255 * common/common-exceptions.h (struct gdb_exception): Add move
10256 assignment operator.
10257 (throw_exception_sjlj): Change "exception" to const reference.
10258 * common/common-exceptions.c (exceptions_state_mc_catch): Update.
10259 (throw_exception_sjlj): Change "exception" to const reference.
10260
10261 2019-04-25 Tom Tromey <tromey@adacore.com>
10262
10263 * xml-support.c (gdb_xml_parser::gdb_xml_parser): Update.
10264 * python/py-value.c (valpy_getitem, valpy_nonzero): Update.
10265 * python/py-inferior.c (infpy_write_memory, infpy_search_memory):
10266 Update.
10267 * python/py-breakpoint.c (bppy_set_condition, bppy_set_commands):
10268 Update.
10269 * mi/mi-interp.c (mi_interp::exec): Update.
10270 * linespec.c (parse_linespec): Update.
10271 * infcall.c (run_inferior_call): Update.
10272 * guile/scm-value.c (gdbscm_value_to_lazy_string): Update.
10273 * guile/scm-symbol.c (gdbscm_lookup_symbol)
10274 (gdbscm_lookup_global_symbol): Update.
10275 * guile/scm-param.c (gdbscm_parameter_value): Update.
10276 * guile/scm-frame.c (gdbscm_frame_read_register)
10277 (gdbscm_frame_read_var): Update.
10278 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
10279 * exec.c (try_open_exec_file): Update.
10280 * event-top.c (gdb_rl_callback_read_char_wrapper_noexcept)
10281 (gdb_rl_callback_handler): Update.
10282 * common/common-exceptions.h (exception_none): Don't declare.
10283 * common/common-exceptions.c (exception_none): Don't define.
10284 (struct catcher) <exception>: Update.
10285 * cli/cli-interp.c (safe_execute_command): Update.
10286 * breakpoint.c (insert_bp_location, location_to_sals): Update.
10287
10288 2019-04-25 Ali Tamur <tamur@google.com>
10289
10290 * dwarf2read.c (skip_one_die): Add DW_FORM_strx.
10291 (read_attribute_value): Likewise.
10292 (dwarf2_read_addr_index): Update comment.
10293 (read_str_index): Add DW_FORM_strx.
10294 (dwarf2_string_attr): Likewise.
10295 (dwarf2_const_value_attr): Likewise.
10296 (dump_die_shallow): Likewise.
10297 (dwarf2_fetch_constant_bytes): Likewise.
10298 (skip_form_bytes): Likewise.
10299 * testsuite/lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
10300
10301 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
10302
10303 PR corefiles/11608
10304 PR corefiles/18187
10305 * linux-tdep.c (dump_mapping_p): Add new parameters ADDR and
10306 OFFSET. Verify if current mapping contains an ELF header.
10307 (linux_find_memory_regions_full): Adjust call to
10308 dump_mapping_p.
10309
10310 2019-04-25 Sandra Loosemore <sandra@codesourcery.com>
10311 Kang Li <kanglictf@gmail.com>
10312
10313 PR gdb/21600
10314
10315 * dwarf2-frame.c (read_initial_length): Be consistent about using
10316 unsigned representation of length.
10317 (decode_frame_entry_1): Likewise. Check for wraparound of
10318 end pointer as well as buffer overflow.
10319
10320 2019-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
10321
10322 * aarch64-tdep.c (aarch64_gdbarch_init): Use "pulongest" to print
10323 "vq".
10324
10325 2019-04-24 Tom Tromey <tromey@adacore.com>
10326
10327 * amd64-tdep.c (amd64_has_unaligned_fields): Ignore bitfields.
10328
10329 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10330
10331 * s12z-tdep.c (s12z_unwind_pc): Delete.
10332 (s12z_unwind_sp): Delete.
10333 (s12z_gdbarch_init): Don't register deleted functions with
10334 gdbarch.
10335
10336 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10337
10338 * rl78-tdep.c (rl78_unwind_sp): Delete.
10339 (rl78_gdbarch_init): Don't register deleted function with gdbarch.
10340
10341 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10342
10343 * xstormy16-tdep.c (xstormy16_unwind_sp): Delete.
10344 (xstormy16_unwind_pc): Delete.
10345 (xstormy16_dummy_id): Delete.
10346 (xstormy16_gdbarch_init): Don't register deleted functions with
10347 gdbarch.
10348
10349 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10350
10351 * vax-tdep.c (vax_unwind_pc): Delete.
10352 (vax_gdbarch_init): Don't register deleted function with gdbarch.
10353
10354 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10355
10356 * v850-tdep.c (v850_unwind_sp): Delete.
10357 (v850_unwind_pc): Delete.
10358 (v850_dummy_id): Delete.
10359 (v850_gdbarch_init): Don't register deleted functions with
10360 gdbarch.
10361
10362 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10363
10364 * tilegx-tdep.c (tilegx_unwind_sp): Delete.
10365 (tilegx_unwind_pc): Delete.
10366 (tilegx_unwind_dummy_id): Delete.
10367 (tilegx_gdbarch_init): Don't register deleted functions with
10368 gdbarch.
10369
10370 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10371
10372 * tic6x-tdep.c (tic6x_unwind_sp): Delete.
10373 (tic6x_dummy_id): Delete.
10374 (tic6x_gdbarch_init): Don't register deleted functions with
10375 gdbarch.
10376
10377 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10378
10379 * sparc-tdep.c (sparc_unwind_pc): Delete.
10380 (sparc32_gdbarch_init): Don't register deleted function with
10381 gdbarch.
10382
10383 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10384
10385 * sh-tdep.c (sh_unwind_sp): Delete.
10386 (sh_unwind_pc): Delete.
10387 (sh_dummy_id): Delete.
10388 (sh_gdbarch_init): Don't register deleted functions with
10389 gdbarch.
10390
10391 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10392
10393 * score-tdep.c (score_unwind_sp): Delete.
10394 (score_unwind_pc): Delete.
10395 (score_dummy_id): Delete.
10396 (score_gdbarch_init): Don't register deleted functions with
10397 gdbarch.
10398
10399 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10400
10401 * rx-tdep.c (rx_unwind_pc): Delete.
10402 (rx_unwind_sp): Delete.
10403 (rx_dummy_id): Delete.
10404 (rx_gdbarch_init): Don't register deleted functions with
10405 gdbarch. Update comment.
10406
10407 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10408
10409 * rs6000-tdep.c (rs6000_unwind_pc): Delete.
10410 (rs6000_dummy_id): Delete.
10411 (rs6000_gdbarch_init): Don't register deleted functions with
10412 gdbarch.
10413
10414 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10415
10416 * or1k-tdep.c (or1k_dummy_id): Delete.
10417 (or1k_gdbarch_init): Don't register deleted function with gdbarch.
10418
10419 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10420
10421 * nios2-tdep.c (nios2_dummy_id): Delete.
10422 (nios2_unwind_sp): Delete.
10423 (nios2_gdbarch_init): Don't register deleted functions with
10424 gdbarch.
10425
10426 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10427
10428 * nds32-tdep.c (nds32_dummy_id): Delete.
10429 (nds32_unwind_pc): Delete.
10430 (nds32_unwind_sp): Delete.
10431 (nds32_gdbarch_init): Don't register deleted functions with
10432 gdbarch.
10433
10434 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10435
10436 * msp430-tdep.c (msp430_unwind_pc): Delete.
10437 (msp430_unwind_sp): Delete.
10438 (msp430_dummy_id): Delete.
10439 (msp430_gdbarch_init): Don't register deleted functions with
10440 gdbarch.
10441
10442 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10443
10444 * moxie-tdep.c (moxie_unwind_sp): Delete.
10445 (moxie_unwind_pc): Delete.
10446 (moxie_dummy_id): Delete.
10447 (moxie_gdbarch_init): Don't register deleted functions with
10448 gdbarch.
10449
10450 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10451
10452 * mn10300-tdep.c (mn10300_dummy_id): Delete.
10453 (mn10300_unwind_pc): Delete.
10454 (mn10300_unwind_sp): Delete.
10455 (mn10300_push_dummy_call): Use gdbarch_unwind_sp not
10456 mn10300_unwind_sp.
10457 (mn10300_frame_unwind_init): Don't register deleted functions with
10458 gdbarch.
10459
10460 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10461
10462 * mep-tdep.c (mep_unwind_pc): Delete.
10463 (mep_unwind_sp): Delete.
10464 (mep_dummy_id): Delete.
10465 (mep_gdbarch_init): Don't register deleted functions with
10466 gdbarch.
10467
10468 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10469
10470 * m68hc11-tdep.c (m68hc11_unwind_pc): Delete.
10471 (m68hc11_unwind_sp): Delete.
10472 (m68hc11_gdbarch_init): Don't register deleted functions with
10473 gdbarch.
10474
10475 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10476
10477 * m32r-tdep.c (m32r_unwind_sp): Delete.
10478 (m32r_unwind_pc): Delete.
10479 (m32r_dummy_id): Delete.
10480 (m32r_gdbarch_init): Don't register deleted functions with
10481 gdbarch.
10482
10483 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10484
10485 * m32c-tdep.c (m32c_unwind_pc): Delete.
10486 (m32c_unwind_sp): Delete.
10487 (m32c_dummy_id): Delete.
10488 (m32c_gdbarch_init): Don't register deleted functions with
10489 gdbarch.
10490
10491 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10492
10493 * gdb/lm32-tdep.c (lm32_unwind_sp): Delete.
10494 (lm32_unwind_pc): Delete.
10495 (lm32_dummy_id): Delete.
10496 (lm32_gdbarch_init): Don't register deleted functions with
10497 gdbarch.
10498
10499 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10500
10501 * gdb/iq2000-tdep.c (iq2000_unwind_sp): Delete.
10502 (iq2000_unwind_pc): Delete.
10503 (iq2000_dummy_id): Delete.
10504 (iq2000_gdbarch_init): Don't register deleted functions with
10505 gdbarch.
10506
10507 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10508
10509 * nds32-tdep.c (nds32_type_align): Delete.
10510 (nds32_push_dummy_call): Use type_align instead.
10511
10512 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10513
10514 * arm-tdep.c (arm_type_align): Only handle vector override case.
10515 (arm_push_dummy_call): Use type_align.
10516 (arm_gdbarch_init): Register arm_type_align gdbarch function.
10517
10518 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
10519
10520 * aarch64-tdep.c (aarch64_type_align): Only handle vector override
10521 case.
10522 (pass_on_stack): Use type_align.
10523 (aarch64_gdbarch_init): Register aarch64_type_align gdbarch
10524 function.
10525
10526 2019-04-23 Tom Tromey <tromey@adacore.com>
10527
10528 * dwarf2read.c (line_header::file_name_at): Remove unused
10529 overload.
10530
10531 2019-04-23 Tom de Vries <tdevries@suse.de>
10532
10533 PR gdb/24438
10534 * contrib/cc-with-tweaks.sh: Remove superfluous .alt file after dwz
10535 invocation.
10536
10537
10538 2019-03-27 Ali Tamur <tamur@google.com>
10539
10540 * dwarf2-frame.c(dwarf_expr_executor::get_addr_index): Update comment
10541 * dwarf2expr.c(dwarf_expr_context::execute_stack_op): Add DW_OP_addrx
10542 * dwarf2expr.h(dwarf_expr_context::offset): Update comment
10543 (dwarf_expr_context::get_addr_index): Likewise
10544 * dwarf2loc.c(dwarf_evaluate_loc_desc::get_addr_index): Likewise
10545 (symbol_needs_eval_context::get_addr_index): Likewise
10546 (disassemble_dwarf_expression): Add DW_OP_addrx
10547 * dwarf2read.c(attr_value_as_address): Add DW_FORM_addrx
10548 (read_cutu_die_from_dwo): Update comment
10549 (skip_one_die): Add DW_FORM_addrx
10550 (read_attribute_value): Likewise
10551 (var_decode_location): Add DW_OP_addrx
10552 (dwarf2_const_value_attr): Add DW_FORM_addrx
10553 (dump_die_shallow): Likewise
10554 (dwarf2_fetch_constant_bytes): Likewise
10555 (decode_locdesc): Add DW_OP_addrx
10556 (skip_form_bytes): Add DW_FORM_addrx
10557
10558 2019-04-22 Ali Tamur <tamur@google.com>
10559
10560 * MAINTAINERS (Write After Approval): Add self.
10561
10562 2019-04-22 Simon Marchi <simon.marchi@efficios.com>
10563
10564 * solib-svr4.c (get_svr4_info): Add pspace parameter.
10565 (svr4_keep_data_in_core): Pass current_program_space to get_svr4_info.
10566 (open_symbol_file_object): Likewise.
10567 (svr4_default_sos): Add info parameter.
10568 (svr4_read_so_list): Likewise.
10569 (svr4_current_sos_direct): Adjust functions calls to pass down
10570 info.
10571 (svr4_current_sos_1): Add info parameter.
10572 (svr4_current_sos): Call get_svr4_info, pass info down to
10573 svr4_current_sos_1.
10574 (svr4_fetch_objfile_link_map): Pass objfile->pspace to
10575 get_svr4_info.
10576 (svr4_in_dynsym_resolve_code): Pass current_program_space to
10577 get_svr4_info.
10578 (probes_table_htab_remove_objfile_probes): Pass objfile->pspace
10579 to get_svr4_info.
10580 (probes_table_remove_objfile_probes): Likewise.
10581 (register_solib_event_probe): Add info parameter.
10582 (solist_update_incremental): Pass info parameter down to
10583 svr4_read_so_list.
10584 (disable_probes_interface): Add info parameter.
10585 (svr4_handle_solib_event): Pass current_program_space to
10586 get_svr4_info. Adjust disable_probes_interface cleanup.
10587 (svr4_create_probe_breakpoints): Add info parameter, pass it
10588 down to register_solib_event_probe.
10589 (svr4_create_solib_event_breakpoints): Add info parameter,
10590 pass it down to svr4_create_probe_breakpoints.
10591 (enable_break): Pass info down to
10592 svr4_create_solib_event_breakpoints.
10593 (svr4_solib_create_inferior_hook): Pass current_program_space to
10594 get_svr4_info.
10595 (svr4_clear_solib): Likewise.
10596
10597 2019-04-22 Pedro Alves <palves@redhat.com>
10598
10599 * solib-svr4.c (svr4_free_objfile_observer): New.
10600 (probe_and_action::objfile): New field.
10601 (probes_table_htab_remove_objfile_probes)
10602 (probes_table_remove_objfile_probes): New functions.
10603 (register_solib_event_probe): Add 'objfile' parameter. Store it
10604 in the new probe_and_action. Don't store the probe in 'lookup'.
10605 (svr4_create_probe_breakpoints): Pass objfile to
10606 register_solib_event_probe.
10607 (_initialize_svr4_solib): Register a free_objfile observer.
10608
10609 2019-04-19 Tom Tromey <tom@tromey.com>
10610
10611 * common/queue.h: Remove.
10612
10613 2019-04-19 Tom Tromey <tom@tromey.com>
10614
10615 * event-loop.c: Don't include "common/queue.h".
10616
10617 2019-04-19 Tom Tromey <tom@tromey.com>
10618
10619 * remote.c (remote_target): Use delete.
10620 * remote-notif.h: Include <list>, not "common/queue.h".
10621 (notif_client_p): Remove typedef.
10622 (remote_notif_state): Add constructor, destructor, initializer.
10623 <notif_queue>: Now a std::list.
10624 (remote_notif_state_xfree): Don't declare.
10625 * remote-notif.c (remote_notif_process, handle_notification)
10626 (remote_notif_state_allocate): Update.
10627 (~remote_notif_state): Rename from remote_notif_state_xfree.
10628
10629 2019-04-19 Tom Tromey <tom@tromey.com>
10630
10631 * symfile.c (reread_symbols): Update.
10632 * objfiles.c (objfile_register_static_link)
10633 (objfile_lookup_static_link): Update
10634 (~objfile) Don't delete static_links.
10635 * objfiles.h (struct objfile) <static_links>: Now an htab_up.
10636
10637 2019-04-19 Tom Tromey <tom@tromey.com>
10638
10639 * type-stack.h (struct type_stack) <insert>: Constify string.
10640 * type-stack.c (type_stack::insert): Constify string.
10641 * gdbtypes.h (lookup_template_type): Update.
10642 (address_space_name_to_int): Update.
10643 * gdbtypes.c (address_space_name_to_int): Make space_identifier
10644 const.
10645 (lookup_template_type): Make name const.
10646 * c-exp.y: Update rules.
10647 (lex_one_token, classify_name, classify_inner_name)
10648 (c_print_token): Update.
10649 * p-exp.y: Update rules.
10650 (yylex): Update.
10651 * f-exp.y: Update rules.
10652 (yylex): Update.
10653 * d-exp.y: Update rules.
10654 (lex_one_token, classify_name, classify_inner_name): Update.
10655 * parse.c (write_dollar_variable, copy_name): Return std::string.
10656 * parser-defs.h (copy_name): Change return type.
10657 * m2-exp.y: Update rules.
10658 (yylex): Update.
10659 * go-exp.y (lex_one_token): Update.
10660 Update rules.
10661 (classify_unsafe_function, classify_packaged_name)
10662 (classify_name, yylex): Update.
10663
10664 2019-04-19 Sergei Trofimovich <siarheit@google.com>
10665
10666 * configure.ac: add --enable-source-highlight switch.
10667 * configure: Regenerate.
10668 * top.c (print_gdb_version): plumb --enable-source-highlight
10669 status to "show configuration".
10670
10671 2019-04-19 Tom Tromey <tromey@adacore.com>
10672
10673 * ada-lang.c (ada_is_variant_part, ada_to_fixed_type_1):
10674 Check ADA_TYPE_P.
10675 (empty_record, ada_template_to_fixed_record_type_1)
10676 (template_to_static_fixed_type)
10677 (to_record_with_fixed_variant_part): Use INIT_NONE_SPECIFIC.
10678 * cp-abi.c (value_rtti_type): Check HAVE_CPLUS_STRUCT.
10679 * gdbtypes.h (INIT_NONE_SPECIFIC, ADA_TYPE_P): New
10680 macros.
10681
10682 2019-04-19 Ilya Yu. Malakhov <malakhov@mcst.ru>
10683
10684 PR symtab/24423:
10685 * source.c (print_source_lines_base): Advance "iter" when a
10686 control character is seen.
10687
10688 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10689
10690 * inferior.h (struct infcall_suspend_state_deleter):
10691 Catch exception in destructor to avoid crash.
10692
10693 2019-04-19 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10694
10695 * cli/cli-cmds.c (_initialize_cli_cmds): Move "shell" "!" alias
10696 close to the add_com "shell".
10697
10698 2019-04-18 Tom Tromey <tromey@adacore.com>
10699
10700 * process-stratum-target.h (class process_stratum_target)
10701 <stratum>: Add "final".
10702
10703 2019-04-17 Tom Tromey <tromey@adacore.com>
10704
10705 * dwarf2read.c (dwarf2_init_complex_target_type): Check "tt"
10706 against nullptr before use.
10707
10708 2019-04-17 Alan Hayward <alan.hayward@arm.com>
10709
10710 * nat/linux-waitpid.c (linux_debug): Call debug_vprintf.
10711
10712 2019-04-17 Jim Wilson <jimw@sifive.com>
10713 Andrew Burgess <andrew.burgess@embecosm.com>
10714
10715 * riscv-tdep.c (riscv_breakpoint_kind_from_pc): Hanndle case where
10716 code read might fail, assume 4-byte breakpoint in that case.
10717
10718 2019-04-15 Leszek Swirski <leszeks@google.com>
10719
10720 * amd64-tdep.c (amd64_classify_aggregate): Use cp_pass_by_reference
10721 rather than a hand-rolled POD check when checking for forced MEMORY
10722 classification.
10723
10724 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10725
10726 * aarch64-linux-nat.c (store_sveregs_to_thread): Set vector length.
10727 * nat/aarch64-sve-linux-ptrace.c (aarch64_sve_set_vq): New
10728 function.
10729 (aarch64_sve_regs_copy_to_reg_buf): Remove VG checks.
10730 (aarch64_sve_regs_copy_from_reg_buf): Likewise.
10731 * nat/aarch64-sve-linux-ptrace.h (aarch64_sve_set_vq): New
10732 declaration.
10733
10734 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10735
10736 * aarch64-linux-nat.c
10737 (aarch64_linux_nat_target::thread_architecture): Add override.
10738 * aarch64-tdep.c (aarch64_gdbarch_init): Ensure different tdesc for
10739 each VQ.
10740
10741 2019-04-15 Alan Hayward <alan.hayward@arm.com>
10742
10743 * aarch64-tdep.c (aarch64_gdbarch_init): Move gdbarch lookup.
10744
10745 2019-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
10746
10747 * dwarf2read.c (dwarf2_init_complex_target_type): Handle complex
10748 target types of size 96-bits, add some additional comments, and
10749 check that the builtin type we found was the correct size.
10750
10751 2019-04-12 Eli Zaretskii <eliz@gnu.org>
10752
10753 * utils.c (prompt_for_continue): Don't restore the styling at the
10754 end, as applied_style has the wrong value. This fixes styling in
10755 long lists of file names that are interrupted by the "Continue?"
10756 prompt.
10757
10758 2019-04-12 Andrew Burgess <andrew.burgess@embecosm.com>
10759
10760 * ada-lang.c (ada_language_defn): Remove use of LANG_MAGIC.
10761 * c-lang.c (c_language_defn): Likewise.
10762 (cplus_language_defn): Likewise.
10763 (asm_language_defn): Likewise.
10764 (minimal_language_defn): Likewise.
10765 * d-lang.c (d_language_defn): Likewise.
10766 * f-lang.c (f_language_defn): Likewise.
10767 * go-lang.c (go_language_defn): Likewise.
10768 * language.c (unknown_language_defn): Likewise.
10769 (auto_language_defn): Likewise.
10770 * language.h (struct language_defn): Remove la_magic field.
10771 (LANG_MAGIC): Delete.
10772 * m2-lang.c (m2_language_defn): Remove use of LANG_MAGIC.
10773 * objc-lang.c (objc_language_defn): Likewise.
10774 * opencl-lang.c (opencl_language_defn): Likewise.
10775 * p-lang.c (pascal_language_defn): Likewise.
10776 * rust-lang.c (rust_language_defn): Likewise.
10777
10778 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10779
10780 * riscv-tdep.c (riscv_type_align): New function.
10781 (riscv_type_alignment): Delete.
10782 (riscv_arg_location): Use 'type_align'.
10783 (riscv_gdbarch_init): Register riscv_type_align gdbarch function.
10784
10785 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10786
10787 * gdbtypes.c (type_align): A struct with no non-static fields also
10788 has alignment of 1.
10789
10790 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
10791
10792 * riscv-tdep.c (riscv_call_arg_complex_float): Fix offset of first
10793 component to 0.
10794 (riscv_struct_info::riscv_struct_info): Initialise m_offsets
10795 member.
10796 (riscv_struct_info::analyse): New implementation using new
10797 analyse_inner member function.
10798 (riscv_struct_info::field_offset): New member function.
10799 (riscv_struct_info::m_offsets): New member variable.
10800 (riscv_struct_info::analyse_inner): New private member function,
10801 takes the old implementation of riscv_struct_info::analyse but
10802 extended to track field offsets.
10803 (riscv_call_arg_struct): Update the struct folding special cases
10804 to handle cases where empty C++ structs, which are non-zero
10805 length, are found.
10806 (riscv_arg_location): Initialise the length of each location, a
10807 non-zero length now indicates the location is in use.
10808 (riscv_push_dummy_call): Allow for the first location having a
10809 non-zero offset when setting up arguments.
10810 (riscv_return_value): Likewise, but for return values.
10811
10812 2019-04-11 Tom Tromey <tromey@adacore.com>
10813
10814 * utils.c (internal_vproblem): Make "msg" const.
10815
10816 2019-04-11 Alan Hayward <alan.hayward@arm.com>
10817
10818 * aarch64-tdep.c (aarch64_analyze_prologue_test): Reset saved regs.
10819 * trad-frame.c (trad_frame_reset_saved_regs): New function.
10820 (trad_frame_alloc_saved_regs): Call trad_frame_reset_saved_regs.
10821 * trad-frame.h (trad_frame_reset_saved_regs): New declaration.
10822
10823 2019-04-10 Kevin Buettner <kevinb@redhat.com>
10824
10825 * amd64-linux-nat.c (amd64_linux_collect_native_gregset): New
10826 function.
10827 (fill_gregset): Call amd64_linux_collect_native_gregset instead
10828 of amd64_collect_native_gregset.
10829 (amd64_linux_nat_target::store_registers): Likewise.
10830
10831 2019-04-10 Tom Tromey <tom@tromey.com>
10832
10833 * symtab.c (lookup_global_symbol_from_objfile)
10834 (lookup_symbol_in_objfile_from_linkage_name): Use the iterator.
10835 * objfiles.h (class separate_debug_iterator): New.
10836 (class separate_debug_range): New.
10837 (struct objfile) <separate_debug_objfiles>: New method.
10838 (objfile_separate_debug_iterate): Don't declare.
10839 * objfiles.c (separate_debug_iterator::operator++): Rename from
10840 objfile_separate_debug_iterate.
10841 (objfile_relocate, objfile_rebase, objfile_has_symbols): Use the
10842 iterator.
10843 * minsyms.c (lookup_minimal_symbol_by_pc_section): Use the
10844 iterator.
10845
10846 2019-04-10 Tom Tromey <tom@tromey.com>
10847
10848 * symfile.c (reread_symbols): Remove old comment.
10849 * objfiles.c (free_all_objfiles): Fix a typo.
10850
10851 2019-04-10 Tom Tromey <tom@tromey.com>
10852
10853 * ia64-tdep.c (ia64_get_dyn_info_list): Use foreach.
10854 * minsyms.c (lookup_minimal_symbol): Use foreach.
10855 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
10856 (lookup_minimal_symbol_solib_trampoline): Likewise.
10857 * symfile.c (reread_symbols): Use foreach.
10858
10859 2019-04-09 Ivan Begert <ivanbegert@gmail.com>
10860 Tom Tromey <tromey@adacore.com>
10861
10862 PR rust/24414:
10863 * rust-exp.y (rust_parser::lex_number): Use strtoulst.
10864 (rust_lex_int_test): Change "value" to be LONGEST.
10865 (rust_lex_tests): Add test for long integer literal.
10866
10867 2019-04-09 Tom Tromey <tromey@adacore.com>
10868
10869 * remote.c (remote_target::remote_add_inferior): Change fake_pid_p
10870 to bool.
10871 (extended_remote_target::attach): Update.
10872 (remote_target::remote_notice_new_inferior): Update.
10873 (remote_target::add_current_inferior_and_thread): Update.
10874 * inferior.c (exit_inferior_1): Use "false".
10875 * corelow.c (add_to_thread_list): Make fake_pid_p bool.
10876
10877 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
10878
10879 * infcmd.c (run_command_1): Pass -qualified to tbreak when using
10880 the "start" command.
10881
10882 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10883
10884 * python/py-inferior.c (infpy_thread_from_thread_handle):
10885 Adjust comments to reflect renaming of thread_from_thread_handle
10886 to thread_from_handle. Adjust keywords. Fix type error message.
10887 (inferior_object_methods): Add thread_from_handle. Retain
10888 thread_from_thread_handle, but mark it as deprecated.
10889
10890 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10891
10892 * gdbthread.h (find_thread_by_handle): Revise declaration.
10893 * thread.c (find_thread_by_handle): Likewise. Adjust
10894 implementation too.
10895 * python/py-inferior.c (infpy_thread_from_thread_handle): Add
10896 support for buffer objects as handles.
10897
10898 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10899
10900 * python/py-infthread.c (thpy_thread_handle): New function.
10901 (thread_object_methods): Register thpy_thread_handle.
10902
10903 2019-04-08 Kevin Buettner <kevinb@redhat.com>
10904
10905 * gdbthread.h (thread_to_thread_handle): Declare.
10906 * thread.c (gdbtypes.h): Include.
10907 (thread_to_thread_handle): New function.
10908
10909 * target.h (struct target_ops): Add thread_info_to_thread_handle.
10910 (target_thread_info_to_thread_handle): Declare.
10911 * target.c (target_thread_info_to_thread_handle): New function.
10912 * target-debug.h (target_debug_print_gdb_byte_vector): Define.
10913 * target-delegates.c: Regenerate.
10914
10915 * linux-thread-db.c (class thread_db_target): Add method
10916 thread_info_to_thread_handle.
10917 (thread_db_target::thread_info_to_thread_handle): Define.
10918 * remote.c (class remote_target): Add new method
10919 thread_info_to_thread_handle.
10920 (remote_target::thread_info_to_thread_handle): Define.
10921
10922 2019-04-08 Pedro Alves <palves@redhat.com>
10923
10924 * common/common-exceptions.c (throw_exception): Don't create
10925 named object to throw; throw directly.
10926 (throw_it): Likewise. Don't initialize gdb_exception::message
10927 here, with new; pass FMT and AP to the ctor instead.
10928 * common/common-exceptions.h: Include <string>.
10929 (gdb_exception::gdb_exception(enum return_reason, enum errors,
10930 const char *, va_list)): New ctor. Use std::make_shared.
10931 (gdb_exception_error::gdb_exception_error(enum return_reason, enum
10932 errors)): Delete.
10933 (gdb_exception_error::gdb_exception_error(enum errors, const char
10934 *, va_list)): New.
10935 (gdb_exception_error::gdb_exception_error(const gdb_exception &)):
10936 Add assertion.
10937 (gdb_exception_quit::gdb_exception_quit(enum return_reason, enum
10938 errors)): Delete.
10939 (gdb_exception_quit::gdb_exception_quit(const char *, va_list)): New.
10940 (gdb_exception_quit::gdb_exception_quit(const gdb_exception &)):
10941 Add assertion.
10942
10943 2019-04-08 Tom Tromey <tom@tromey.com>
10944
10945 * valops.c (value_rtti_indirect_type): Replace throw_exception
10946 with throw.
10947 * tracefile-tfile.c (tfile_target_open): Replace throw_exception
10948 with throw.
10949 * thread.c (thr_try_catch_cmd): Replace throw_exception with
10950 throw.
10951 * target.c (target_translate_tls_address): Replace throw_exception
10952 with throw.
10953 * stack.c (frame_apply_command_count): Replace throw_exception
10954 with throw.
10955 * solib-spu.c (append_ocl_sos): Replace throw_exception with
10956 throw.
10957 * s390-tdep.c (s390_frame_unwind_cache): Replace throw_exception
10958 with throw.
10959 * rs6000-tdep.c (rs6000_frame_cache)
10960 (rs6000_epilogue_frame_cache): Replace throw_exception with throw.
10961 * remote.c: Replace throw_exception with throw.
10962 * record-full.c (record_full_message, record_full_wait_1)
10963 (record_full_restore): Replace throw_exception with throw.
10964 * record-btrace.c:
10965 (get_thread_current_frame_id, record_btrace_start_replaying)
10966 (cmd_record_btrace_bts_start, cmd_record_btrace_pt_start)
10967 (cmd_record_btrace_start): Replace throw_exception with throw.
10968 * parse.c (parse_exp_in_context_1): Replace throw_exception with
10969 throw.
10970 * linux-nat.c (detach_one_lwp, linux_resume_one_lwp)
10971 (resume_stopped_resumed_lwps): Replace throw_exception with throw.
10972 * linespec.c:
10973 (find_linespec_symbols): Replace throw_exception with throw.
10974 * infrun.c (displaced_step_prepare, resume): Replace
10975 throw_exception with throw.
10976 * infcmd.c (post_create_inferior): Replace throw_exception with
10977 throw.
10978 * inf-loop.c (inferior_event_handler): Replace throw_exception
10979 with throw.
10980 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
10981 (i386_sigtramp_frame_cache): Replace throw_exception with throw.
10982 * frame.c (frame_unwind_pc, get_prev_frame_if_no_cycle)
10983 (get_prev_frame_always, get_frame_pc_if_available)
10984 (get_frame_address_in_block_if_available, get_frame_language):
10985 Replace throw_exception with throw.
10986 * frame-unwind.c (frame_unwind_try_unwinder): Replace
10987 throw_exception with throw.
10988 * eval.c (fetch_subexp_value, evaluate_var_value)
10989 (evaluate_funcall, evaluate_subexp_standard): Replace
10990 throw_exception with throw.
10991 * dwarf2loc.c (call_site_find_chain)
10992 (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval):
10993 Replace throw_exception with throw.
10994 * dwarf2-frame.c (dwarf2_frame_cache): Replace throw_exception
10995 with throw.
10996 * darwin-nat.c (darwin_attach_pid): Replace throw_exception with
10997 throw.
10998 * cp-abi.c (baseclass_offset): Replace throw_exception with throw.
10999 * completer.c (complete_line_internal): Replace throw_exception
11000 with throw.
11001 * compile/compile-object-run.c (compile_object_run): Replace
11002 throw_exception with throw.
11003 * cli/cli-script.c (process_next_line): Replace throw_exception
11004 with throw.
11005 * btrace.c (btrace_compute_ftrace_pt, btrace_compute_ftrace)
11006 (btrace_enable, btrace_maint_update_pt_packets): Replace
11007 throw_exception with throw.
11008 * breakpoint.c (create_breakpoint, save_breakpoints): Replace
11009 throw_exception with throw.
11010 * break-catch-throw.c (re_set_exception_catchpoint): Replace
11011 throw_exception with throw.
11012 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
11013 (amd64_epilogue_frame_cache): Replace throw_exception with throw.
11014 * aarch64-tdep.c (aarch64_make_prologue_cache)
11015 (aarch64_make_stub_cache): Replace throw_exception with throw.
11016
11017 2019-04-08 Tom Tromey <tom@tromey.com>
11018
11019 * common/common-exceptions.c (throw_exception): Rename from
11020 throw_exception_cxx. Remove old copy. Make argument const.
11021 (throw_it): Create and throw exception objects directly.
11022 * common/common-exceptions.h (throw_exception): Make argument
11023 const.
11024 (struct gdb_exception_error): Add constructor.
11025 (struct gdb_exception_quit): Add constructor.
11026
11027 2019-04-08 Tom Tromey <tom@tromey.com>
11028
11029 * common/common-exceptions.h (exception_rethrow): Don't declare.
11030 (TRY_SJLJ): Update comment.
11031 (TRY, CATCH, END_CATCH): Remove.
11032 * common/common-exceptions.c (exception_rethrow): Remove.
11033
11034 2019-04-08 Tom Tromey <tom@tromey.com>
11035
11036 * common/common-exceptions.h (gdb_exception_RETURN_MASK_ALL):
11037 Remove.
11038 (gdb_exception_error): Rename from
11039 gdb_exception_RETURN_MASK_ERROR.
11040 (gdb_exception_quit): Rename from gdb_exception_RETURN_MASK_QUIT.
11041 (gdb_quit_bad_alloc): Update.
11042 * aarch64-tdep.c: Update.
11043 * ada-lang.c: Update.
11044 * ada-typeprint.c: Update.
11045 * ada-valprint.c: Update.
11046 * amd64-tdep.c: Update.
11047 * arch-utils.c: Update.
11048 * break-catch-throw.c: Update.
11049 * breakpoint.c: Update.
11050 * btrace.c: Update.
11051 * c-varobj.c: Update.
11052 * cli/cli-cmds.c: Update.
11053 * cli/cli-interp.c: Update.
11054 * cli/cli-script.c: Update.
11055 * common/common-exceptions.c: Update.
11056 * common/new-op.c: Update.
11057 * common/selftest.c: Update.
11058 * compile/compile-c-symbols.c: Update.
11059 * compile/compile-cplus-symbols.c: Update.
11060 * compile/compile-object-load.c: Update.
11061 * compile/compile-object-run.c: Update.
11062 * completer.c: Update.
11063 * corelow.c: Update.
11064 * cp-abi.c: Update.
11065 * cp-support.c: Update.
11066 * cp-valprint.c: Update.
11067 * darwin-nat.c: Update.
11068 * disasm-selftests.c: Update.
11069 * dtrace-probe.c: Update.
11070 * dwarf-index-cache.c: Update.
11071 * dwarf-index-write.c: Update.
11072 * dwarf2-frame-tailcall.c: Update.
11073 * dwarf2-frame.c: Update.
11074 * dwarf2loc.c: Update.
11075 * dwarf2read.c: Update.
11076 * eval.c: Update.
11077 * event-loop.c: Update.
11078 * event-top.c: Update.
11079 * exec.c: Update.
11080 * f-valprint.c: Update.
11081 * fbsd-tdep.c: Update.
11082 * frame-unwind.c: Update.
11083 * frame.c: Update.
11084 * gdbtypes.c: Update.
11085 * gnu-v3-abi.c: Update.
11086 * guile/guile-internal.h: Update.
11087 * guile/scm-block.c: Update.
11088 * guile/scm-breakpoint.c: Update.
11089 * guile/scm-cmd.c: Update.
11090 * guile/scm-disasm.c: Update.
11091 * guile/scm-frame.c: Update.
11092 * guile/scm-lazy-string.c: Update.
11093 * guile/scm-math.c: Update.
11094 * guile/scm-param.c: Update.
11095 * guile/scm-ports.c: Update.
11096 * guile/scm-pretty-print.c: Update.
11097 * guile/scm-symbol.c: Update.
11098 * guile/scm-symtab.c: Update.
11099 * guile/scm-type.c: Update.
11100 * guile/scm-value.c: Update.
11101 * i386-linux-tdep.c: Update.
11102 * i386-tdep.c: Update.
11103 * inf-loop.c: Update.
11104 * infcall.c: Update.
11105 * infcmd.c: Update.
11106 * infrun.c: Update.
11107 * jit.c: Update.
11108 * language.c: Update.
11109 * linespec.c: Update.
11110 * linux-fork.c: Update.
11111 * linux-nat.c: Update.
11112 * linux-tdep.c: Update.
11113 * linux-thread-db.c: Update.
11114 * main.c: Update.
11115 * mi/mi-cmd-break.c: Update.
11116 * mi/mi-cmd-stack.c: Update.
11117 * mi/mi-interp.c: Update.
11118 * mi/mi-main.c: Update.
11119 * objc-lang.c: Update.
11120 * p-valprint.c: Update.
11121 * parse.c: Update.
11122 * ppc-linux-tdep.c: Update.
11123 * printcmd.c: Update.
11124 * python/py-arch.c: Update.
11125 * python/py-breakpoint.c: Update.
11126 * python/py-cmd.c: Update.
11127 * python/py-finishbreakpoint.c: Update.
11128 * python/py-frame.c: Update.
11129 * python/py-framefilter.c: Update.
11130 * python/py-gdb-readline.c: Update.
11131 * python/py-inferior.c: Update.
11132 * python/py-infthread.c: Update.
11133 * python/py-lazy-string.c: Update.
11134 * python/py-linetable.c: Update.
11135 * python/py-objfile.c: Update.
11136 * python/py-param.c: Update.
11137 * python/py-prettyprint.c: Update.
11138 * python/py-progspace.c: Update.
11139 * python/py-record-btrace.c: Update.
11140 * python/py-record.c: Update.
11141 * python/py-symbol.c: Update.
11142 * python/py-type.c: Update.
11143 * python/py-unwind.c: Update.
11144 * python/py-utils.c: Update.
11145 * python/py-value.c: Update.
11146 * python/python.c: Update.
11147 * record-btrace.c: Update.
11148 * record-full.c: Update.
11149 * remote-fileio.c: Update.
11150 * remote.c: Update.
11151 * riscv-tdep.c: Update.
11152 * rs6000-aix-tdep.c: Update.
11153 * rs6000-tdep.c: Update.
11154 * rust-exp.y: Update.
11155 * rust-lang.c: Update.
11156 * s390-tdep.c: Update.
11157 * selftest-arch.c: Update.
11158 * solib-dsbt.c: Update.
11159 * solib-frv.c: Update.
11160 * solib-spu.c: Update.
11161 * solib-svr4.c: Update.
11162 * solib.c: Update.
11163 * sparc64-linux-tdep.c: Update.
11164 * stack.c: Update.
11165 * symfile-mem.c: Update.
11166 * symmisc.c: Update.
11167 * target.c: Update.
11168 * thread.c: Update.
11169 * top.c: Update.
11170 * tracefile-tfile.c: Update.
11171 * tui/tui.c: Update.
11172 * typeprint.c: Update.
11173 * unittests/cli-utils-selftests.c: Update.
11174 * unittests/parse-connection-spec-selftests.c: Update.
11175 * valops.c: Update.
11176 * valprint.c: Update.
11177 * value.c: Update.
11178 * varobj.c: Update.
11179 * windows-nat.c: Update.
11180 * x86-linux-nat.c: Update.
11181 * xml-support.c: Update.
11182
11183 2019-04-08 Tom Tromey <tom@tromey.com>
11184
11185 * xml-support.c: Use C++ exception handling.
11186 * x86-linux-nat.c: Use C++ exception handling.
11187 * windows-nat.c: Use C++ exception handling.
11188 * varobj.c: Use C++ exception handling.
11189 * value.c: Use C++ exception handling.
11190 * valprint.c: Use C++ exception handling.
11191 * valops.c: Use C++ exception handling.
11192 * unittests/parse-connection-spec-selftests.c: Use C++ exception
11193 handling.
11194 * unittests/cli-utils-selftests.c: Use C++ exception handling.
11195 * typeprint.c: Use C++ exception handling.
11196 * tui/tui.c: Use C++ exception handling.
11197 * tracefile-tfile.c: Use C++ exception handling.
11198 * top.c: Use C++ exception handling.
11199 * thread.c: Use C++ exception handling.
11200 * target.c: Use C++ exception handling.
11201 * symmisc.c: Use C++ exception handling.
11202 * symfile-mem.c: Use C++ exception handling.
11203 * stack.c: Use C++ exception handling.
11204 * sparc64-linux-tdep.c: Use C++ exception handling.
11205 * solib.c: Use C++ exception handling.
11206 * solib-svr4.c: Use C++ exception handling.
11207 * solib-spu.c: Use C++ exception handling.
11208 * solib-frv.c: Use C++ exception handling.
11209 * solib-dsbt.c: Use C++ exception handling.
11210 * selftest-arch.c: Use C++ exception handling.
11211 * s390-tdep.c: Use C++ exception handling.
11212 * rust-lang.c: Use C++ exception handling.
11213 * rust-exp.y: Use C++ exception handling.
11214 * rs6000-tdep.c: Use C++ exception handling.
11215 * rs6000-aix-tdep.c: Use C++ exception handling.
11216 * riscv-tdep.c: Use C++ exception handling.
11217 * remote.c: Use C++ exception handling.
11218 * remote-fileio.c: Use C++ exception handling.
11219 * record-full.c: Use C++ exception handling.
11220 * record-btrace.c: Use C++ exception handling.
11221 * python/python.c: Use C++ exception handling.
11222 * python/py-value.c: Use C++ exception handling.
11223 * python/py-utils.c: Use C++ exception handling.
11224 * python/py-unwind.c: Use C++ exception handling.
11225 * python/py-type.c: Use C++ exception handling.
11226 * python/py-symbol.c: Use C++ exception handling.
11227 * python/py-record.c: Use C++ exception handling.
11228 * python/py-record-btrace.c: Use C++ exception handling.
11229 * python/py-progspace.c: Use C++ exception handling.
11230 * python/py-prettyprint.c: Use C++ exception handling.
11231 * python/py-param.c: Use C++ exception handling.
11232 * python/py-objfile.c: Use C++ exception handling.
11233 * python/py-linetable.c: Use C++ exception handling.
11234 * python/py-lazy-string.c: Use C++ exception handling.
11235 * python/py-infthread.c: Use C++ exception handling.
11236 * python/py-inferior.c: Use C++ exception handling.
11237 * python/py-gdb-readline.c: Use C++ exception handling.
11238 * python/py-framefilter.c: Use C++ exception handling.
11239 * python/py-frame.c: Use C++ exception handling.
11240 * python/py-finishbreakpoint.c: Use C++ exception handling.
11241 * python/py-cmd.c: Use C++ exception handling.
11242 * python/py-breakpoint.c: Use C++ exception handling.
11243 * python/py-arch.c: Use C++ exception handling.
11244 * printcmd.c: Use C++ exception handling.
11245 * ppc-linux-tdep.c: Use C++ exception handling.
11246 * parse.c: Use C++ exception handling.
11247 * p-valprint.c: Use C++ exception handling.
11248 * objc-lang.c: Use C++ exception handling.
11249 * mi/mi-main.c: Use C++ exception handling.
11250 * mi/mi-interp.c: Use C++ exception handling.
11251 * mi/mi-cmd-stack.c: Use C++ exception handling.
11252 * mi/mi-cmd-break.c: Use C++ exception handling.
11253 * main.c: Use C++ exception handling.
11254 * linux-thread-db.c: Use C++ exception handling.
11255 * linux-tdep.c: Use C++ exception handling.
11256 * linux-nat.c: Use C++ exception handling.
11257 * linux-fork.c: Use C++ exception handling.
11258 * linespec.c: Use C++ exception handling.
11259 * language.c: Use C++ exception handling.
11260 * jit.c: Use C++ exception handling.
11261 * infrun.c: Use C++ exception handling.
11262 * infcmd.c: Use C++ exception handling.
11263 * infcall.c: Use C++ exception handling.
11264 * inf-loop.c: Use C++ exception handling.
11265 * i386-tdep.c: Use C++ exception handling.
11266 * i386-linux-tdep.c: Use C++ exception handling.
11267 * guile/scm-value.c: Use C++ exception handling.
11268 * guile/scm-type.c: Use C++ exception handling.
11269 * guile/scm-symtab.c: Use C++ exception handling.
11270 * guile/scm-symbol.c: Use C++ exception handling.
11271 * guile/scm-pretty-print.c: Use C++ exception handling.
11272 * guile/scm-ports.c: Use C++ exception handling.
11273 * guile/scm-param.c: Use C++ exception handling.
11274 * guile/scm-math.c: Use C++ exception handling.
11275 * guile/scm-lazy-string.c: Use C++ exception handling.
11276 * guile/scm-frame.c: Use C++ exception handling.
11277 * guile/scm-disasm.c: Use C++ exception handling.
11278 * guile/scm-cmd.c: Use C++ exception handling.
11279 * guile/scm-breakpoint.c: Use C++ exception handling.
11280 * guile/scm-block.c: Use C++ exception handling.
11281 * guile/guile-internal.h: Use C++ exception handling.
11282 * gnu-v3-abi.c: Use C++ exception handling.
11283 * gdbtypes.c: Use C++ exception handling.
11284 * frame.c: Use C++ exception handling.
11285 * frame-unwind.c: Use C++ exception handling.
11286 * fbsd-tdep.c: Use C++ exception handling.
11287 * f-valprint.c: Use C++ exception handling.
11288 * exec.c: Use C++ exception handling.
11289 * event-top.c: Use C++ exception handling.
11290 * event-loop.c: Use C++ exception handling.
11291 * eval.c: Use C++ exception handling.
11292 * dwarf2read.c: Use C++ exception handling.
11293 * dwarf2loc.c: Use C++ exception handling.
11294 * dwarf2-frame.c: Use C++ exception handling.
11295 * dwarf2-frame-tailcall.c: Use C++ exception handling.
11296 * dwarf-index-write.c: Use C++ exception handling.
11297 * dwarf-index-cache.c: Use C++ exception handling.
11298 * dtrace-probe.c: Use C++ exception handling.
11299 * disasm-selftests.c: Use C++ exception handling.
11300 * darwin-nat.c: Use C++ exception handling.
11301 * cp-valprint.c: Use C++ exception handling.
11302 * cp-support.c: Use C++ exception handling.
11303 * cp-abi.c: Use C++ exception handling.
11304 * corelow.c: Use C++ exception handling.
11305 * completer.c: Use C++ exception handling.
11306 * compile/compile-object-run.c: Use C++ exception handling.
11307 * compile/compile-object-load.c: Use C++ exception handling.
11308 * compile/compile-cplus-symbols.c: Use C++ exception handling.
11309 * compile/compile-c-symbols.c: Use C++ exception handling.
11310 * common/selftest.c: Use C++ exception handling.
11311 * common/new-op.c: Use C++ exception handling.
11312 * cli/cli-script.c: Use C++ exception handling.
11313 * cli/cli-interp.c: Use C++ exception handling.
11314 * cli/cli-cmds.c: Use C++ exception handling.
11315 * c-varobj.c: Use C++ exception handling.
11316 * btrace.c: Use C++ exception handling.
11317 * breakpoint.c: Use C++ exception handling.
11318 * break-catch-throw.c: Use C++ exception handling.
11319 * arch-utils.c: Use C++ exception handling.
11320 * amd64-tdep.c: Use C++ exception handling.
11321 * ada-valprint.c: Use C++ exception handling.
11322 * ada-typeprint.c: Use C++ exception handling.
11323 * ada-lang.c: Use C++ exception handling.
11324 * aarch64-tdep.c: Use C++ exception handling.
11325
11326 2019-04-08 Tom Tromey <tom@tromey.com>
11327
11328 * xml-support.c (gdb_xml_parser::parse): Update.
11329 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
11330 * value.c (show_convenience): Update.
11331 * unittests/cli-utils-selftests.c (test_number_or_range_parser)
11332 (test_parse_flags_qcs): Update.
11333 * thread.c (thr_try_catch_cmd): Update.
11334 * target.c (target_translate_tls_address): Update.
11335 * stack.c (print_frame_arg, read_frame_local, read_frame_arg)
11336 (info_frame_command_core, frame_apply_command_count): Update.
11337 * rust-exp.y (rust_lex_exception_test): Update.
11338 * riscv-tdep.c (riscv_print_one_register_info): Update.
11339 * remote.c (remote_target::enable_btrace): Update.
11340 * record-btrace.c (record_btrace_enable_warn): Update.
11341 * python/py-utils.c (gdbpy_convert_exception): Update.
11342 * printcmd.c (do_one_display, print_variable_and_value): Update.
11343 * mi/mi-main.c (mi_print_exception): Update.
11344 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use SCOPE_EXIT.
11345 * mi/mi-cmd-stack.c (list_arg_or_local): Update.
11346 * linux-nat.c (linux_nat_target::attach): Update.
11347 * linux-fork.c (class scoped_switch_fork_info): Update.
11348 * infrun.c (displaced_step_prepare): Update.
11349 * infcall.c (call_function_by_hand_dummy): Update.
11350 * guile/scm-exception.c (gdbscm_scm_from_gdb_exception): Update.
11351 * gnu-v3-abi.c (print_one_vtable): Update.
11352 * frame.c (get_prev_frame_always): Update.
11353 * f-valprint.c (info_common_command_for_block): Update.
11354 * exec.c (try_open_exec_file): Update.
11355 * exceptions.c (print_exception, exception_print)
11356 (exception_fprintf, exception_print_same): Update.
11357 * dwarf2-frame.c (dwarf2_build_frame_info): Update.
11358 * dwarf-index-cache.c (index_cache::store)
11359 (index_cache::lookup_gdb_index): Update.
11360 * darwin-nat.c (maybe_cache_shell): Update.
11361 * cp-valprint.c (cp_print_value_fields): Update.
11362 * compile/compile-cplus-symbols.c (gcc_cplus_convert_symbol)
11363 (gcc_cplus_symbol_address): Update.
11364 * compile/compile-c-symbols.c (gcc_convert_symbol)
11365 (gcc_symbol_address, generate_c_for_for_one_variable): Update.
11366 * common/selftest.c: Update.
11367 * common/common-exceptions.h (struct gdb_exception) <message>: Now
11368 a std::string.
11369 (exception_try_scope_entry, exception_try_scope_exit): Don't
11370 declare.
11371 (struct exception_try_scope): Remove.
11372 (TRY): Don't use exception_try_scope.
11373 (struct gdb_exception): Add constructor, operator=.
11374 <what>: New method.
11375 (struct gdb_exception_RETURN_MASK_ALL)
11376 (struct gdb_exception_RETURN_MASK_ERROR)
11377 (struct gdb_exception_RETURN_MASK_QUIT): Add constructor.
11378 (struct gdb_quit_bad_alloc): Update.
11379 * common/common-exceptions.c (exception_none): Change
11380 initializer.
11381 (struct catcher) <state, exception>: Initialize inline.
11382 <prev>: Remove member.
11383 (current_catcher): Remove.
11384 (catchers): New global.
11385 (exceptions_state_mc_init): Simplify.
11386 (catcher_pop): Remove.
11387 (exceptions_state_mc, exceptions_state_mc_catch): Update.
11388 (try_scope_depth, exception_try_scope_entry)
11389 (exception_try_scope_exit): Remove.
11390 (throw_exception_sjlj): Update.
11391 (exception_messages, exception_messages_size): Remove.
11392 (throw_it): Simplify.
11393 (gdb_exception_sliced_copy): Remove.
11394 (throw_exception_cxx): Update.
11395 * cli/cli-script.c (script_from_file): Update.
11396 * breakpoint.c (insert_bp_location, update_breakpoint_locations):
11397 Update.
11398 * ada-valprint.c (ada_val_print): Update.
11399 * ada-lang.c (ada_to_fixed_type_1, ada_exception_name_addr)
11400 (create_excep_cond_exprs): Update.
11401
11402 2019-04-08 Tom Tromey <tom@tromey.com>
11403
11404 * common/common-exceptions.h (GDB_XCPT_SJMP, GDB_XCPT_TRY)
11405 (GDB_XCPT_RAW_TRY, GDB_XCPT): Remove.
11406 (TRY, CATCH, END_CATCH): Remove some definitions.
11407 * common/common-exceptions.c: Don't use GDB_XCPT.
11408 (catcher_list_size): Remove.
11409 (throw_exception, throw_it): Simplify.
11410
11411 2019-04-05 Tom Tromey <tom@tromey.com>
11412
11413 Revert the header-sorting patch.
11414 * ft32-tdep.c: Revert.
11415 * frv-tdep.c: Revert.
11416 * frv-linux-tdep.c: Revert.
11417 * frame.c: Revert.
11418 * frame-unwind.c: Revert.
11419 * frame-base.c: Revert.
11420 * fork-child.c: Revert.
11421 * findvar.c: Revert.
11422 * findcmd.c: Revert.
11423 * filesystem.c: Revert.
11424 * filename-seen-cache.h: Revert.
11425 * filename-seen-cache.c: Revert.
11426 * fbsd-tdep.c: Revert.
11427 * fbsd-nat.h: Revert.
11428 * fbsd-nat.c: Revert.
11429 * f-valprint.c: Revert.
11430 * f-typeprint.c: Revert.
11431 * f-lang.c: Revert.
11432 * extension.h: Revert.
11433 * extension.c: Revert.
11434 * extension-priv.h: Revert.
11435 * expprint.c: Revert.
11436 * exec.h: Revert.
11437 * exec.c: Revert.
11438 * exceptions.c: Revert.
11439 * event-top.c: Revert.
11440 * event-loop.c: Revert.
11441 * eval.c: Revert.
11442 * elfread.c: Revert.
11443 * dwarf2read.h: Revert.
11444 * dwarf2read.c: Revert.
11445 * dwarf2loc.c: Revert.
11446 * dwarf2expr.h: Revert.
11447 * dwarf2expr.c: Revert.
11448 * dwarf2-frame.c: Revert.
11449 * dwarf2-frame-tailcall.c: Revert.
11450 * dwarf-index-write.h: Revert.
11451 * dwarf-index-write.c: Revert.
11452 * dwarf-index-common.c: Revert.
11453 * dwarf-index-cache.h: Revert.
11454 * dwarf-index-cache.c: Revert.
11455 * dummy-frame.c: Revert.
11456 * dtrace-probe.c: Revert.
11457 * disasm.h: Revert.
11458 * disasm.c: Revert.
11459 * disasm-selftests.c: Revert.
11460 * dictionary.c: Revert.
11461 * dicos-tdep.c: Revert.
11462 * demangle.c: Revert.
11463 * dcache.h: Revert.
11464 * dcache.c: Revert.
11465 * darwin-nat.h: Revert.
11466 * darwin-nat.c: Revert.
11467 * darwin-nat-info.c: Revert.
11468 * d-valprint.c: Revert.
11469 * d-namespace.c: Revert.
11470 * d-lang.c: Revert.
11471 * ctf.c: Revert.
11472 * csky-tdep.c: Revert.
11473 * csky-linux-tdep.c: Revert.
11474 * cris-tdep.c: Revert.
11475 * cris-linux-tdep.c: Revert.
11476 * cp-valprint.c: Revert.
11477 * cp-support.c: Revert.
11478 * cp-namespace.c: Revert.
11479 * cp-abi.c: Revert.
11480 * corelow.c: Revert.
11481 * corefile.c: Revert.
11482 * continuations.c: Revert.
11483 * completer.h: Revert.
11484 * completer.c: Revert.
11485 * complaints.c: Revert.
11486 * coffread.c: Revert.
11487 * coff-pe-read.c: Revert.
11488 * cli-out.h: Revert.
11489 * cli-out.c: Revert.
11490 * charset.c: Revert.
11491 * c-varobj.c: Revert.
11492 * c-valprint.c: Revert.
11493 * c-typeprint.c: Revert.
11494 * c-lang.c: Revert.
11495 * buildsym.c: Revert.
11496 * buildsym-legacy.c: Revert.
11497 * build-id.h: Revert.
11498 * build-id.c: Revert.
11499 * btrace.c: Revert.
11500 * bsd-uthread.c: Revert.
11501 * breakpoint.h: Revert.
11502 * breakpoint.c: Revert.
11503 * break-catch-throw.c: Revert.
11504 * break-catch-syscall.c: Revert.
11505 * break-catch-sig.c: Revert.
11506 * blockframe.c: Revert.
11507 * block.c: Revert.
11508 * bfin-tdep.c: Revert.
11509 * bfin-linux-tdep.c: Revert.
11510 * bfd-target.c: Revert.
11511 * bcache.c: Revert.
11512 * ax-general.c: Revert.
11513 * ax-gdb.h: Revert.
11514 * ax-gdb.c: Revert.
11515 * avr-tdep.c: Revert.
11516 * auxv.c: Revert.
11517 * auto-load.c: Revert.
11518 * arm-wince-tdep.c: Revert.
11519 * arm-tdep.c: Revert.
11520 * arm-symbian-tdep.c: Revert.
11521 * arm-pikeos-tdep.c: Revert.
11522 * arm-obsd-tdep.c: Revert.
11523 * arm-nbsd-tdep.c: Revert.
11524 * arm-nbsd-nat.c: Revert.
11525 * arm-linux-tdep.c: Revert.
11526 * arm-linux-nat.c: Revert.
11527 * arm-fbsd-tdep.c: Revert.
11528 * arm-fbsd-nat.c: Revert.
11529 * arm-bsd-tdep.c: Revert.
11530 * arch-utils.c: Revert.
11531 * arc-tdep.c: Revert.
11532 * arc-newlib-tdep.c: Revert.
11533 * annotate.h: Revert.
11534 * annotate.c: Revert.
11535 * amd64-windows-tdep.c: Revert.
11536 * amd64-windows-nat.c: Revert.
11537 * amd64-tdep.c: Revert.
11538 * amd64-sol2-tdep.c: Revert.
11539 * amd64-obsd-tdep.c: Revert.
11540 * amd64-obsd-nat.c: Revert.
11541 * amd64-nbsd-tdep.c: Revert.
11542 * amd64-nbsd-nat.c: Revert.
11543 * amd64-nat.c: Revert.
11544 * amd64-linux-tdep.c: Revert.
11545 * amd64-linux-nat.c: Revert.
11546 * amd64-fbsd-tdep.c: Revert.
11547 * amd64-fbsd-nat.c: Revert.
11548 * amd64-dicos-tdep.c: Revert.
11549 * amd64-darwin-tdep.c: Revert.
11550 * amd64-bsd-nat.c: Revert.
11551 * alpha-tdep.c: Revert.
11552 * alpha-obsd-tdep.c: Revert.
11553 * alpha-nbsd-tdep.c: Revert.
11554 * alpha-mdebug-tdep.c: Revert.
11555 * alpha-linux-tdep.c: Revert.
11556 * alpha-linux-nat.c: Revert.
11557 * alpha-bsd-tdep.c: Revert.
11558 * alpha-bsd-nat.c: Revert.
11559 * aix-thread.c: Revert.
11560 * agent.c: Revert.
11561 * addrmap.c: Revert.
11562 * ada-varobj.c: Revert.
11563 * ada-valprint.c: Revert.
11564 * ada-typeprint.c: Revert.
11565 * ada-tasks.c: Revert.
11566 * ada-lang.c: Revert.
11567 * aarch64-tdep.c: Revert.
11568 * aarch64-ravenscar-thread.c: Revert.
11569 * aarch64-newlib-tdep.c: Revert.
11570 * aarch64-linux-tdep.c: Revert.
11571 * aarch64-linux-nat.c: Revert.
11572 * aarch64-fbsd-tdep.c: Revert.
11573 * aarch64-fbsd-nat.c: Revert.
11574 * aarch32-linux-nat.c: Revert.
11575
11576 2019-04-05 Tom Tromey <tom@tromey.com>
11577
11578 * ft32-tdep.c: Sort headers.
11579 * frv-tdep.c: Sort headers.
11580 * frv-linux-tdep.c: Sort headers.
11581 * frame.c: Sort headers.
11582 * frame-unwind.c: Sort headers.
11583 * frame-base.c: Sort headers.
11584 * fork-child.c: Sort headers.
11585 * findvar.c: Sort headers.
11586 * findcmd.c: Sort headers.
11587 * filesystem.c: Sort headers.
11588 * filename-seen-cache.h: Sort headers.
11589 * filename-seen-cache.c: Sort headers.
11590 * fbsd-tdep.c: Sort headers.
11591 * fbsd-nat.h: Sort headers.
11592 * fbsd-nat.c: Sort headers.
11593 * f-valprint.c: Sort headers.
11594 * f-typeprint.c: Sort headers.
11595 * f-lang.c: Sort headers.
11596 * extension.h: Sort headers.
11597 * extension.c: Sort headers.
11598 * extension-priv.h: Sort headers.
11599 * expprint.c: Sort headers.
11600 * exec.h: Sort headers.
11601 * exec.c: Sort headers.
11602 * exceptions.c: Sort headers.
11603 * event-top.c: Sort headers.
11604 * event-loop.c: Sort headers.
11605 * eval.c: Sort headers.
11606 * elfread.c: Sort headers.
11607 * dwarf2read.h: Sort headers.
11608 * dwarf2read.c: Sort headers.
11609 * dwarf2loc.c: Sort headers.
11610 * dwarf2expr.h: Sort headers.
11611 * dwarf2expr.c: Sort headers.
11612 * dwarf2-frame.c: Sort headers.
11613 * dwarf2-frame-tailcall.c: Sort headers.
11614 * dwarf-index-write.h: Sort headers.
11615 * dwarf-index-write.c: Sort headers.
11616 * dwarf-index-common.c: Sort headers.
11617 * dwarf-index-cache.h: Sort headers.
11618 * dwarf-index-cache.c: Sort headers.
11619 * dummy-frame.c: Sort headers.
11620 * dtrace-probe.c: Sort headers.
11621 * disasm.h: Sort headers.
11622 * disasm.c: Sort headers.
11623 * disasm-selftests.c: Sort headers.
11624 * dictionary.c: Sort headers.
11625 * dicos-tdep.c: Sort headers.
11626 * demangle.c: Sort headers.
11627 * dcache.h: Sort headers.
11628 * dcache.c: Sort headers.
11629 * darwin-nat.h: Sort headers.
11630 * darwin-nat.c: Sort headers.
11631 * darwin-nat-info.c: Sort headers.
11632 * d-valprint.c: Sort headers.
11633 * d-namespace.c: Sort headers.
11634 * d-lang.c: Sort headers.
11635 * ctf.c: Sort headers.
11636 * csky-tdep.c: Sort headers.
11637 * csky-linux-tdep.c: Sort headers.
11638 * cris-tdep.c: Sort headers.
11639 * cris-linux-tdep.c: Sort headers.
11640 * cp-valprint.c: Sort headers.
11641 * cp-support.c: Sort headers.
11642 * cp-namespace.c: Sort headers.
11643 * cp-abi.c: Sort headers.
11644 * corelow.c: Sort headers.
11645 * corefile.c: Sort headers.
11646 * continuations.c: Sort headers.
11647 * completer.h: Sort headers.
11648 * completer.c: Sort headers.
11649 * complaints.c: Sort headers.
11650 * coffread.c: Sort headers.
11651 * coff-pe-read.c: Sort headers.
11652 * cli-out.h: Sort headers.
11653 * cli-out.c: Sort headers.
11654 * charset.c: Sort headers.
11655 * c-varobj.c: Sort headers.
11656 * c-valprint.c: Sort headers.
11657 * c-typeprint.c: Sort headers.
11658 * c-lang.c: Sort headers.
11659 * buildsym.c: Sort headers.
11660 * buildsym-legacy.c: Sort headers.
11661 * build-id.h: Sort headers.
11662 * build-id.c: Sort headers.
11663 * btrace.c: Sort headers.
11664 * bsd-uthread.c: Sort headers.
11665 * breakpoint.h: Sort headers.
11666 * breakpoint.c: Sort headers.
11667 * break-catch-throw.c: Sort headers.
11668 * break-catch-syscall.c: Sort headers.
11669 * break-catch-sig.c: Sort headers.
11670 * blockframe.c: Sort headers.
11671 * block.c: Sort headers.
11672 * bfin-tdep.c: Sort headers.
11673 * bfin-linux-tdep.c: Sort headers.
11674 * bfd-target.c: Sort headers.
11675 * bcache.c: Sort headers.
11676 * ax-general.c: Sort headers.
11677 * ax-gdb.h: Sort headers.
11678 * ax-gdb.c: Sort headers.
11679 * avr-tdep.c: Sort headers.
11680 * auxv.c: Sort headers.
11681 * auto-load.c: Sort headers.
11682 * arm-wince-tdep.c: Sort headers.
11683 * arm-tdep.c: Sort headers.
11684 * arm-symbian-tdep.c: Sort headers.
11685 * arm-pikeos-tdep.c: Sort headers.
11686 * arm-obsd-tdep.c: Sort headers.
11687 * arm-nbsd-tdep.c: Sort headers.
11688 * arm-nbsd-nat.c: Sort headers.
11689 * arm-linux-tdep.c: Sort headers.
11690 * arm-linux-nat.c: Sort headers.
11691 * arm-fbsd-tdep.c: Sort headers.
11692 * arm-fbsd-nat.c: Sort headers.
11693 * arm-bsd-tdep.c: Sort headers.
11694 * arch-utils.c: Sort headers.
11695 * arc-tdep.c: Sort headers.
11696 * arc-newlib-tdep.c: Sort headers.
11697 * annotate.h: Sort headers.
11698 * annotate.c: Sort headers.
11699 * amd64-windows-tdep.c: Sort headers.
11700 * amd64-windows-nat.c: Sort headers.
11701 * amd64-tdep.c: Sort headers.
11702 * amd64-sol2-tdep.c: Sort headers.
11703 * amd64-obsd-tdep.c: Sort headers.
11704 * amd64-obsd-nat.c: Sort headers.
11705 * amd64-nbsd-tdep.c: Sort headers.
11706 * amd64-nbsd-nat.c: Sort headers.
11707 * amd64-nat.c: Sort headers.
11708 * amd64-linux-tdep.c: Sort headers.
11709 * amd64-linux-nat.c: Sort headers.
11710 * amd64-fbsd-tdep.c: Sort headers.
11711 * amd64-fbsd-nat.c: Sort headers.
11712 * amd64-dicos-tdep.c: Sort headers.
11713 * amd64-darwin-tdep.c: Sort headers.
11714 * amd64-bsd-nat.c: Sort headers.
11715 * alpha-tdep.c: Sort headers.
11716 * alpha-obsd-tdep.c: Sort headers.
11717 * alpha-nbsd-tdep.c: Sort headers.
11718 * alpha-mdebug-tdep.c: Sort headers.
11719 * alpha-linux-tdep.c: Sort headers.
11720 * alpha-linux-nat.c: Sort headers.
11721 * alpha-bsd-tdep.c: Sort headers.
11722 * alpha-bsd-nat.c: Sort headers.
11723 * aix-thread.c: Sort headers.
11724 * agent.c: Sort headers.
11725 * addrmap.c: Sort headers.
11726 * ada-varobj.c: Sort headers.
11727 * ada-valprint.c: Sort headers.
11728 * ada-typeprint.c: Sort headers.
11729 * ada-tasks.c: Sort headers.
11730 * ada-lang.c: Sort headers.
11731 * aarch64-tdep.c: Sort headers.
11732 * aarch64-ravenscar-thread.c: Sort headers.
11733 * aarch64-newlib-tdep.c: Sort headers.
11734 * aarch64-linux-tdep.c: Sort headers.
11735 * aarch64-linux-nat.c: Sort headers.
11736 * aarch64-fbsd-tdep.c: Sort headers.
11737 * aarch64-fbsd-nat.c: Sort headers.
11738 * aarch32-linux-nat.c: Sort headers.
11739
11740 2019-04-04 Tom Tromey <tom@tromey.com>
11741
11742 * varobj.c (varobj_create): Update.
11743 * rust-exp.y (struct rust_parser) <update_innermost_block,
11744 lookup_symbol>: New methods.
11745 (rust_parser::update_innermost_block, rust_parser::lookup_symbol):
11746 Rename.
11747 (rust_parser::rust_lookup_type)
11748 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11749 * printcmd.c (display_command, do_one_display): Update.
11750 * parser-defs.h (struct parser_state) <parser_state>: Add
11751 "tracker" parameter.
11752 (block_tracker): New member.
11753 (class innermost_block_tracker) <innermost_block_tracker>: Add
11754 "types" parameter.
11755 <reset>: Remove method.
11756 (innermost_block): Don't declare.
11757 (null_post_parser): Update.
11758 * parse.c (innermost_block): Remove global.
11759 (write_dollar_variable): Update.
11760 (parse_exp_1, parse_exp_in_context): Add "tracker" parameter.
11761 Remove "tracker_types" parameter.
11762 (parse_expression): Add "tracker" parameter.
11763 (parse_expression_for_completion): Update.
11764 (null_post_parser): Add "tracker" parameter.
11765 * p-exp.y: Update rules.
11766 * m2-exp.y: Update rules.
11767 * language.h (struct language_defn) <la_post_parser>: Add
11768 "tracker" parameter.
11769 * go-exp.y: Update rules.
11770 * f-exp.y: Update rules.
11771 * expression.h (parse_expression, parse_exp_1): Add "tracker"
11772 parameter.
11773 * d-exp.y: Update rules.
11774 * c-exp.y: Update rules.
11775 * breakpoint.c (set_breakpoint_condition): Create an
11776 innermost_block_tracker.
11777 (watch_command_1): Likewise.
11778 * ada-lang.c (resolve): Add "tracker" parameter.
11779 (resolve_subexp): Likewise.
11780 * ada-exp.y (write_var_from_sym): Update.
11781
11782 2019-04-04 Tom Tromey <tom@tromey.com>
11783
11784 * type-stack.h: New file.
11785 * type-stack.c: New file.
11786 * parser-defs.h (enum type_pieces, union type_stack_elt): Move to
11787 type-stack.h.
11788 (insert_into_type_stack, insert_type, push_type, push_type_int)
11789 (insert_type_address_space, pop_type, pop_type_int)
11790 (pop_typelist, pop_type_stack, append_type_stack)
11791 (push_type_stack, get_type_stack, push_typelist)
11792 (follow_type_instance_flags, follow_types): Don't declare.
11793 * parse.c (type_stack): Remove global.
11794 (parse_exp_in_context): Update.
11795 (insert_into_type_stack, insert_type, push_type, push_type_int)
11796 (insert_type_address_space, pop_type, pop_type_int)
11797 (pop_typelist, pop_type_stack, append_type_stack)
11798 (push_type_stack, get_type_stack, push_typelist)
11799 (follow_type_instance_flags, follow_types): Remove (moved to
11800 type-stack.c).
11801 * f-exp.y (type_stack): New global.
11802 Update rules.
11803 (push_kind_type, f_parse): Update.
11804 * d-exp.y (type_stack): New global.
11805 Update rules.
11806 (d_parse): Update.
11807 * c-exp.y (struct c_parse_state) <type_stack>: New member.
11808 Update rules.
11809 * Makefile.in (COMMON_SFILES): Add type-stack.c.
11810 (HFILES_NO_SRCDIR): Add type-stack.h.
11811
11812 2019-04-04 Tom Tromey <tom@tromey.com>
11813
11814 * rust-exp.y (rust_parser::lex_identifier, rustyylex)
11815 (rust_parser::convert_ast_to_expression, rust_parse)
11816 (rust_lex_test_completion, rust_lex_tests): Update.
11817 * parser-defs.h (struct expr_completion_state): New.
11818 (struct parser_state) <parser_state>: Add completion parameter.
11819 <mark_struct_expression, mark_completion_tag>: New methods.
11820 <parse_completion, m_completion_state>: New members.
11821 (prefixify_expression, null_post_parser): Update.
11822 (mark_struct_expression, mark_completion_tag): Don't declare.
11823 * parse.c (parse_completion, expout_last_struct)
11824 (expout_tag_completion_type, expout_completion_name): Remove
11825 globals.
11826 (parser_state::mark_struct_expression)
11827 (parser_state::mark_completion_tag): Now methods.
11828 (prefixify_expression): Add last_struct parameter.
11829 (prefixify_subexp): Likewise.
11830 (parse_exp_1): Update.
11831 (parse_exp_in_context): Add cstate parameter. Update.
11832 (parse_expression_for_completion): Create an
11833 expr_completion_state.
11834 (null_post_parser): Add "completion" parameter.
11835 * p-exp.y: Update rules.
11836 (yylex): Update.
11837 * language.h (struct language_defn) <la_post_parser>: Add
11838 "completing" parameter.
11839 * go-exp.y: Update rules.
11840 (lex_one_token): Update.
11841 * expression.h (parse_completion): Don't declare.
11842 * d-exp.y: Update rules.
11843 (lex_one_token): Update rules.
11844 * c-exp.y: Update rules.
11845 (lex_one_token): Update.
11846 * ada-lang.c (resolve): Add "parse_completion" parameter.
11847 (resolve_subexp): Likewise.
11848 (ada_resolve_function): Likewise.
11849
11850 2019-04-04 Tom Tromey <tom@tromey.com>
11851
11852 * parser-defs.h (struct parser_state) <start_arglist,
11853 end_arglist>: New methods.
11854 <arglist_len, m_funcall_chain>: New members.
11855 (arglist_len, start_arglist, end_arglist): Don't declare.
11856 * parse.c (arglist_len, funcall_chain): Remove global.
11857 (start_arglist, end_arglist): Remove functions.
11858 (parse_exp_in_context): Update.
11859 * p-exp.y: Update rules.
11860 * m2-exp.y: Update rules.
11861 * go-exp.y: Update rules.
11862 * f-exp.y: Update rules.
11863 * d-exp.y: Update rules.
11864 * c-exp.y: Update rules.
11865
11866 2019-04-04 Tom Tromey <tom@tromey.com>
11867
11868 * rust-exp.y (struct rust_parser) <lex_hex, lex_escape,
11869 lex_operator, push_back>: New methods.
11870 Update all rules.
11871 (rust_parser::lex_hex, lex_escape): Rename and update.
11872 (rust_parser::lex_string, rust_parser::lex_identifier): Update.
11873 (rust_parser::lex_operator): Rename and update.
11874 (rust_parser::lex_number, rustyylex, rustyyerror)
11875 (rust_lex_test_init, rust_lex_test_sequence)
11876 (rust_lex_test_push_back, rust_lex_tests): Update.
11877 * parser-defs.h (struct parser_state) <parser_state>: Add "input"
11878 parameter.
11879 <lexptr, prev_lexptr>: New members.
11880 (lexptr, prev_lexptr): Don't declare.
11881 * parse.c (lexptr, prev_lexptr): Remove globals.
11882 (parse_exp_in_context): Update.
11883 * p-exp.y (yylex, yyerror): Update.
11884 * m2-exp.y (parse_number, yylex, yyerror): Update.
11885 * go-exp.y (lex_one_token, yyerror): Update.
11886 * f-exp.y (match_string_literal, yylex, yyerror): Update.
11887 * d-exp.y (lex_one_token, yyerror): Update.
11888 * c-exp.y (scan_macro_expansion, finished_macro_expansion)
11889 (lex_one_token, yyerror): Update.
11890 * ada-lex.l (YY_INPUT): Update.
11891 (rewind_to_char): Update.
11892 * ada-exp.y (yyerror): Update.
11893
11894 2019-04-04 Tom Tromey <tom@tromey.com>
11895
11896 * rust-exp.y (rustyylex, rust_lex_tests): Update.
11897 * parser-defs.h (struct parser_state) <parser_state>: Add new
11898 parameter.
11899 <comma_terminates>: New member.
11900 (comma_terminates): Don't declare global.
11901 * parse.c (comma_terminates): Remove global.
11902 (parse_exp_in_context): Update.
11903 * p-exp.y (yylex): Update.
11904 * m2-exp.y (yylex): Update.
11905 * go-exp.y (lex_one_token): Update.
11906 * f-exp.y (yylex): Update.
11907 * d-exp.y (lex_one_token): Update.
11908 * c-exp.y (lex_one_token): Update.
11909 * ada-lex.l: Update.
11910
11911 2019-04-04 Tom Tromey <tom@tromey.com>
11912
11913 * rust-exp.y (struct rust_parser) <paren_depth>: New member.
11914 (rustyylex, rust_lex_test_init, rust_lex_test_one)
11915 (rust_lex_test_sequence, rust_lex_test_push_back): Update.
11916 * parser-defs.h (paren_depth): Don't declare.
11917 * parse.c (paren_depth): Remove global.
11918 (parse_exp_in_context): Update.
11919 * p-exp.y (paren_depth): New global.
11920 (pascal_parse): Initialize it.
11921 * m2-exp.y (paren_depth): New global.
11922 (m2_parse): Initialize it.
11923 * go-exp.y (paren_depth): New global.
11924 (go_parse): Initialize it.
11925 * f-exp.y (paren_depth): New global.
11926 (f_parse): Initialize it.
11927 * d-exp.y (paren_depth): New global.
11928 (d_parse): Initialize it.
11929 * c-exp.y (paren_depth): New global.
11930 (c_parse): Initialize it.
11931 * ada-lex.l (paren_depth): New global.
11932 (lexer_init): Initialize it.
11933
11934 2019-04-04 Tom Tromey <tom@tromey.com>
11935
11936 * rust-exp.y (rust_parser::crate_name, rust_parser::super_name)
11937 (rust_parser::convert_ast_to_type)
11938 (rust_parser::convert_ast_to_expression, rust_lex_tests): Update.
11939 * parser-defs.h (struct parser_state) <parser_state>: Add
11940 parameters. Initialize new members.
11941 <expression_context_block, expression_context_pc>: New members.
11942 * parse.c (expression_context_block, expression_context_pc):
11943 Remove globals.
11944 (parse_exp_in_context): Update.
11945 * p-exp.y: Update all rules.
11946 (yylex): Update.
11947 * m2-exp.y: Update all rules.
11948 (yylex): Update.
11949 * go-exp.y (yylex): Update.
11950 * f-exp.y (yylex): Update.
11951 * d-exp.y: Update all rules.
11952 (yylex): Update.
11953 * c-exp.y: Update all rules.
11954 (lex_one_token, classify_name, yylex, c_parse): Update.
11955 * ada-exp.y (write_var_or_type, write_name_assoc): Update.
11956
11957 2019-04-04 Tom Tromey <tom@tromey.com>
11958
11959 * gdbarch.h, gdbarch.c: Rebuild.
11960 * gdbarch.sh (dtrace_parse_probe_argument): Change type.
11961 * stap-probe.h:
11962 (struct stap_parse_info): Replace "parser_state" with
11963 "expr_builder".
11964 * parser-defs.h (struct expr_builder): Rename from "parser_state".
11965 (parser_state): New class.
11966 * parse.c (expr_builder): Rename.
11967 (expr_builder::release): Rename.
11968 (write_exp_elt, write_exp_elt_opcode, write_exp_elt_sym)
11969 (write_exp_elt_msym, write_exp_elt_block, write_exp_elt_objfile)
11970 (write_exp_elt_longcst, write_exp_elt_floatcst)
11971 (write_exp_elt_type, write_exp_elt_intern, write_exp_string)
11972 (write_exp_string_vector, write_exp_bitstring)
11973 (write_exp_msymbol, mark_struct_expression)
11974 (write_dollar_variable)
11975 (insert_type_address_space, increase_expout_size): Replace
11976 "parser_state" with "expr_builder".
11977 * dtrace-probe.c: Replace "parser_state" with "expr_builder".
11978 * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Replace
11979 "parser_state" with "expr_builder".
11980
11981 2019-04-04 Tom Tromey <tom@tromey.com>
11982
11983 * rust-exp.y: Replace "parse_language" with method call.
11984 * p-exp.y:
11985 (yylex): Replace "parse_language" with method call.
11986 * m2-exp.y:
11987 (yylex): Replace "parse_language" with method call.
11988 * go-exp.y (classify_name): Replace "parse_language" with method
11989 call.
11990 * f-exp.y (yylex): Replace "parse_language" with method call.
11991 * d-exp.y (lex_one_token): Replace "parse_language" with method
11992 call.
11993 * c-exp.y:
11994 (lex_one_token, classify_name, yylex): Replace "parse_language"
11995 with method call.
11996 * ada-exp.y (find_primitive_type, type_char)
11997 (type_system_address): Replace "parse_language" with method call.
11998
11999 2019-04-04 Tom Tromey <tom@tromey.com>
12000
12001 * rust-exp.y: Replace "parse_gdbarch" with method call.
12002 * parse.c (write_dollar_variable, insert_type_address_space):
12003 Replace "parse_gdbarch" with method call.
12004 * p-exp.y (parse_type, yylex): Replace "parse_gdbarch" with method
12005 call.
12006 * objc-lang.c (end_msglist): Replace "parse_gdbarch" with method
12007 call.
12008 * m2-exp.y (parse_type, parse_m2_type, yylex): Replace
12009 "parse_gdbarch" with method call.
12010 * go-exp.y (parse_type, classify_name): Replace "parse_gdbarch"
12011 with method call.
12012 * f-exp.y (parse_type, parse_f_type, yylex): Replace
12013 "parse_gdbarch" with method call.
12014 * d-exp.y (parse_type, parse_d_type, lex_one_token): Replace
12015 "parse_gdbarch" with method call.
12016 * c-exp.y (parse_type, parse_number, classify_name): Replace
12017 "parse_gdbarch" with method call.
12018 * ada-lex.l: Replace "parse_gdbarch" with method call.
12019 * ada-exp.y (parse_type, find_primitive_type, type_char)
12020 (type_system_address): Replace "parse_gdbarch" with method call.
12021
12022 2019-04-04 Tom Tromey <tom@tromey.com>
12023
12024 * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
12025 * stap-probe.c (stap_parse_argument): Update.
12026 * stap-probe.h (struct stap_parse_info) <stap_parse_info>: Remove
12027 initial_size parameter.
12028 * rust-exp.y (rust_lex_tests): Update.
12029 * parse.c (parser_state): Update.
12030 (parse_exp_in_context): Update.
12031 * parser-defs.h (struct parser_state) <parser_state>: Remove
12032 "initial_size" parameter.
12033
12034 2019-04-04 Tom Tromey <tom@tromey.com>
12035
12036 * parser-defs.h (increase_expout_size): Don't declare.
12037 * parse.c (increase_expout_size): Now static.
12038
12039 2019-04-04 Thomas Schwinge <thomas@codesourcery.com>
12040
12041 * gnu-nat.c (gnu_nat_target::wait): Fix
12042 target_waitstatus_to_string call.
12043
12044 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12045
12046 * eval.c (evaluate_subexp_standard): Handle internal functions
12047 during Fortran function call handling.
12048
12049 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
12050
12051 * NEWS: Mention new internal functions.
12052 * dwarf2read.c (dwarf2_init_complex_target_type): New function.
12053 (read_base_type): Use dwarf2_init_complex_target_type.
12054 * value.c (creal_internal_fn): New function.
12055 (cimag_internal_fn): New function.
12056 (_initialize_values): Register new internal functions.
12057
12058 2019-04-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12059
12060 * infrun.c (stop_all_threads): If debug_infrun, always
12061 trace the wait status after wait_one, using
12062 target_waitstatus_to_string and target_pid_to_str.
12063 (handle_inferior_event): Replace various trace of
12064 wait status kind by a single trace.
12065 * gdb/gnu-nat.c (gnu_nat_target::wait): Replace local
12066 wait status kind image by target_waitstatus_to_string.
12067 * target/waitstatus.c (target_waitstatus_to_string): Fix
12068 obsolete comment.
12069
12070 2019-04-01 Tom Tromey <tromey@adacore.com>
12071
12072 PR symtab/23331:
12073 * dwarf2read.c (partial_die_info::read): Handle DW_AT_ranges.
12074
12075 2019-04-01 Sergio Durigan Junior <sergiodj@redhat.com>
12076 Pedro Alves <palves@redhat.com>
12077
12078 * top.c (quit_force): Call 'finalize_values'.
12079 * value.c (finalize_values): New function.
12080 * value.h (finalize_values): Declare.
12081
12082 2019-03-30 Eli Zaretskii <eliz@gnu.org>
12083
12084 * NEWS: Announce $_gdb_major and $_gdb_minor.
12085
12086 * top.c (init_gdb_version_vars): New function.
12087 (gdb_init): Call init_gdb_version_vars.
12088
12089 2019-03-29 Tom Tromey <tromey@adacore.com>
12090
12091 * printcmd.c (_initialize_printcmd): Add usage lines. Update some
12092 help text. Remove dead code.
12093
12094 2019-03-29 Keith Seitz <keiths@redhat.com>
12095
12096 From Siddhesh Poyarekar:
12097 * f-lang.h (f77_get_upperbound): Return LONGEST.
12098 (f77_get_lowerbound): Likewise.
12099 * f-typeprint.c (f_type_print_varspec_suffix): Expand
12100 UPPER_BOUND and LOWER_BOUND to LONGEST. Use plongest to format
12101 print them.
12102 (f_type_print_base): Expand UPPER_BOUND to LONGEST. Use
12103 plongest to format print it.
12104 * f-valprint.c (f77_get_lowerbound): Return LONGEST.
12105 (f77_get_upperbound): Likewise.
12106 (f77_get_dynamic_length_of_aggregate): Expand UPPER_BOUND,
12107 LOWER_BOUND to LONGEST.
12108 (f77_create_arrayprint_offset_tbl): Likewise.
12109
12110 2019-03-29 Keith Seitz <keiths@redhat.com>
12111
12112 * ada-lang.c (ada_template_to_fixed_record_type_1): Use
12113 %s/pulongest for TYPE_LENGTH instead of %d in format
12114 strings.
12115 * ada-typerint.c (ada_print_type): Likewise.
12116 * amd64-windows-tdep.c (amd64_windows_store_arg_in_reg): Likewise.
12117 * compile/compile-c-support.c (generate_register_struct): Likewise.
12118 * gdbtypes.c (recursive_dump_type): Likewise.
12119 * gdbtypes.h (struct type) <length>: Change type to ULONGEST.
12120 * m2-typeprint.c (m2_array): Use %s/pulongest for TYPE_LENGTH
12121 instead of %d in format strings.
12122 * riscv-tdep.c (riscv_type_alignment): Cast second argument
12123 to std::min to ULONGEST.
12124 * symmisc.c (print_symbol): Use %s/pulongest for TYPE_LENGTH
12125 instead of %d in format strings.
12126 * tracepoint.c (info_scope_command): Likewise.
12127 * typeprint.c (print_offset_data::update)
12128 (print_offset_data::finish): Likewise.
12129 * xtensa-tdep.c (xtensa_store_return_value)
12130 (xtensa_push_dummy_call): Likewise.
12131
12132 2019-03-28 Jon Turney <jon.turney@dronecode.org.uk>
12133
12134 * windows-nat.c (display_selector): Fixed format specifications
12135 for 64-bit Cygwin.
12136
12137 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12138
12139 * infrun.c (follow_exec): Call target_terminal::ours_for_output.
12140
12141 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
12142
12143 * nios2-tdep.h (struct gdbarch_tdep): Add is_kernel_helper.
12144 * nios2-tdep.c (nios2_get_next_pc): Skip over kernel helpers.
12145 * nios2-linux-tdep.c (nios2_linux_is_kernel_helper): New.
12146 (nios2_linux_init_abi): Install it.
12147
12148 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12149
12150 * aarch64-tdep.c (aarch64_vnv_type): Use vector types.
12151
12152 2019-03-28 Alan Hayward <alan.hayward@arm.com>
12153
12154 * features/aarch64-sve.c (create_feature_aarch64_sve): Add q view.
12155
12156 2019-03-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12157 Tom Tromey <tromey@adacore.com>
12158
12159 * minsyms.c (minimal_symbol_upper_bound): Fix buffer overflow.
12160
12161 2019-03-26 Joel Brobecker <brobecker@adacore.com>
12162
12163 * gdb-gdb.py.in (StructMainTypePrettyPrinter.bound_img): New method.
12164 (StructMainTypePrettyPrinter.bounds_img): Use new "bound_img"
12165 method to compute the bounds of range types. Also print "[evaluated]"
12166 if the bounds' values come from a dynamic evaluation.
12167
12168 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
12169
12170 * cp-valprint.c (cp_print_value_fields): Don't print trailing
12171 whitespace when pretty printing is on.
12172
12173 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12174
12175 * ppc-linux-nat.c: Add include.
12176
12177 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12178
12179 * NEWS: Mention AArch64 Pointer Authentication.
12180
12181 2019-03-26 Alan Hayward <alan.hayward@arm.com>
12182
12183 * arm-linux-nat.c: Add include.
12184
12185 2019-03-25 Simon Marchi <simon.marchi@polymtl.ca>
12186
12187 * source-cache.c (source_cache::get_source_lines): Re-read
12188 fullname after calling open_source_file.
12189
12190 2019-03-25 John Baldwin <jhb@FreeBSD.org>
12191
12192 * NEWS: Mention TLS support for FreeBSD.
12193
12194 2019-03-25 Tom Tromey <tromey@adacore.com>
12195
12196 * minsyms.c (BUNCH_SIZE): Update comment.
12197 (~minimal_symbol_reader): Remove old comment.
12198 (compact_minimal_symbols): Update comment.
12199 (minimal_symbol_reader::install): Remove old comment. Update
12200 other comments.
12201
12202 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12203
12204 * s390-linux-nat.c: Add include.
12205
12206 2019-03-25 Alan Hayward <alan.hayward@arm.com>
12207
12208 * aarch64-linux-nat.c (aarch64_linux_nat_target::read_description):
12209 Call linux_get_hwcap.
12210 * aarch64-linux-tdep.c (aarch64_linux_core_read_description):
12211 Likewise.
12212 (aarch64_linux_get_hwcap): Remove function.
12213 * aarch64-linux-tdep.h (aarch64_linux_get_hwcap): Remove
12214 declaration.
12215 * arm-linux-nat.c (arm_linux_nat_target::read_description):Call
12216 linux_get_hwcap.
12217 * arm-linux-tdep.c (arm_linux_core_read_description): Likewise.
12218 * linux-tdep.c (linux_get_hwcap): Add function.
12219 (linux_get_hwcap2): Likewise.
12220 * linux-tdep.h (linux_get_hwcap): Add declaration.
12221 (linux_get_hwcap2): Likewise.
12222 * ppc-linux-nat.c (ppc_linux_get_hwcap): Remove function.
12223 (ppc_linux_get_hwcap2): Likewise.
12224 (ppc_linux_nat_target::region_ok_for_hw_watchpoint): Call
12225 linux_get_hwcap.
12226 (ppc_linux_nat_target::insert_watchpoint): Likewise.
12227 (ppc_linux_nat_target::watchpoint_addr_within_range): Likewise.
12228 (ppc_linux_nat_target::read_description): Likewise.
12229 * ppc-linux-tdep.c (ppc_linux_core_read_description): Likewise.
12230 * s390-linux-nat.c: Likewise.
12231 * s390-linux-tdep.c (s390_core_read_description): Likewise.
12232
12233 2019-03-24 Tom Tromey <tom@tromey.com>
12234
12235 * ada-lang.c (standard_lookup): Simplify initialization.
12236 (ada_lookup_symbol_nonlocal): Simplify return.
12237 * solib-spu.c (spu_lookup_lib_symbol): Simplify return.
12238 * solib-darwin.c (darwin_lookup_lib_symbol): Simplify return.
12239 * solib-svr4.c (elf_lookup_lib_symbol): Simplify return.
12240 * rust-lang.c (rust_lookup_symbol_nonlocal): Simplify
12241 initialization.
12242 * solib.c (solib_global_lookup): Simplify.
12243 * symtab.c (null_block_symbol): Remove.
12244 (symbol_cache_lookup): Simplify returns.
12245 (lookup_language_this): Simplify returns.
12246 (lookup_symbol_aux): Simplify return.
12247 (lookup_local_symbol): Simplify returns.
12248 (lookup_global_symbol_from_objfile): Simplify return.
12249 (lookup_symbol_in_objfile_symtabs)
12250 (lookup_symbol_in_objfile_from_linkage_name): Simplify return.
12251 (lookup_symbol_via_quick_fns, lookup_symbol_in_static_block)
12252 (lookup_static_symbol, lookup_global_symbol): Simplify return.
12253 * cp-namespace.c (cp_lookup_bare_symbol)
12254 (cp_search_static_and_baseclasses, cp_lookup_symbol_via_imports)
12255 (cp_lookup_symbol_via_all_imports, cp_lookup_nested_symbol_1)
12256 (cp_lookup_nested_symbol): Don't use null_block_symbol.
12257 (cp_lookup_symbol_via_imports): Simplify initialization.
12258 (find_symbol_in_baseclass): Likewise.
12259 * symtab.h (null_block_symbol): Remove.
12260 * d-namespace.c (d_lookup_symbol): Don't use null_block_symbol.
12261 (d_lookup_nested_symbol, d_lookup_symbol_imports)
12262 (d_lookup_symbol_module): Likewise.
12263 (find_symbol_in_baseclass): Simplify initialization.
12264
12265 2019-03-24 Tom Tromey <tom@tromey.com>
12266
12267 * expression.h: Don't include symtab.h.
12268 (struct block): Forward declare.
12269
12270 2019-03-24 Tom Tromey <tom@tromey.com>
12271
12272 * c-exp.y (typebase): Remove casts.
12273 * gdbtypes.c (lookup_unsigned_typename, )
12274 (lookup_signed_typename): Remove cast.
12275 * eval.c (parse_to_comma_and_eval): Remove cast.
12276 * parse.c (write_dollar_variable): Remove cast.
12277 * block.h (struct block) <superblock>: Now const.
12278 * symfile-debug.c (debug_qf_map_matching_symbols): Update.
12279 * psymtab.c (psym_map_matching_symbols): Make "block" const.
12280 (map_block): Make "block" const.
12281 * symfile.h (struct quick_symbol_functions)
12282 <map_matching_symbols>: Constify block argument to "callback".
12283 * symtab.c (basic_lookup_transparent_type_quick): Make "block"
12284 const.
12285 (find_pc_sect_compunit_symtab): Make "b" const.
12286 (find_symbol_at_address): Likewise.
12287 (search_symbols): Likewise.
12288 * dwarf2read.c (dw2_lookup_symbol): Make "block" const.
12289 (dw2_debug_names_lookup_symbol): Likewise.
12290 (dw2_map_matching_symbols): Update.
12291 * p-valprint.c (pascal_val_print): Remove "block".
12292 * ada-lang.c (ada_add_global_exceptions): Make "b" const.
12293 (aux_add_nonlocal_symbols): Make "block" const.
12294 (resolve_subexp): Remove cast.
12295 * linespec.c (iterate_over_all_matching_symtabs): Make "block"
12296 const.
12297 (iterate_over_file_blocks): Likewise.
12298 * f-exp.y (%union) <bval>: Remove.
12299 * coffread.c (patch_opaque_types): Make "b" const.
12300 * spu-tdep.c (spu_catch_start): Make "block" const.
12301 * c-valprint.c (print_unpacked_pointer): Remove "block".
12302 * symmisc.c (dump_symtab_1): Make "b" const.
12303 (block_depth): Make "block" const.
12304 * d-exp.y (%union) <bval>: Remove.
12305 * cp-support.h (cp_lookup_rtti_type): Update.
12306 * cp-support.c (cp_lookup_rtti_type): Make "block" const.
12307 * psymtab.c (psym_lookup_symbol): Make "block" const.
12308 (maintenance_check_psymtabs): Make "b" const.
12309 * python/py-framefilter.c (extract_sym): Make "sym_block" const.
12310 (enumerate_locals, enumerate_args): Update.
12311 * python/py-symtab.c (stpy_global_block): Make "block" const.
12312 (stpy_static_block): Likewise.
12313 * inline-frame.c (block_starting_point_at): Make "new_block"
12314 const.
12315 * block.c (find_block_in_blockvector): Make return type const.
12316 (blockvector_for_pc_sect): Make "b" const.
12317 (find_block_in_blockvector): Make "b" const.
12318
12319 2019-03-23 Tom Tromey <tom@tromey.com>
12320
12321 * varobj.c (varobj_create): Update.
12322 * symfile.c (clear_symtab_users): Don't reset innermost_block.
12323 * printcmd.c (display_command, do_one_display): Don't reset
12324 innermost_block.
12325 * parser-defs.h (enum innermost_block_tracker_type): Move to
12326 expression.h.
12327 (innermost_block): Update comment.
12328 * parse.c (parse_exp_1): Add tracker_types parameter.
12329 (parse_exp_in_context): Rename from parse_exp_in_context_1. Add
12330 tracker_types parameter. Reset innermost_block.
12331 (parse_exp_in_context): Remove.
12332 (parse_expression_for_completion): Update.
12333 * objfiles.c (~objfile): Don't reset expression_context_block or
12334 innermost_block.
12335 * expression.h (enum innermost_block_tracker_type): Move from
12336 parser-defs.h.
12337 (parse_exp_1): Add tracker_types parameter.
12338 * breakpoint.c (set_breakpoint_condition, watch_command_1): Don't
12339 reset innermost_block.
12340
12341 2019-03-23 Tom Tromey <tom@tromey.com>
12342
12343 * objfiles.h: Include bcache.h.
12344
12345 2019-03-23 Tom Tromey <tom@tromey.com>
12346
12347 * linespec.c (get_current_search_block): Use
12348 scoped_restore_current_language.
12349 * symmisc.c (dump_symtab): Use scoped_restore_current_language.
12350
12351 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12352 Jiong Wang <jiong.wang@arm.com>
12353
12354 * aarch64-linux-tdep.c
12355 (aarch64_linux_iterate_over_regset_sections): Check for pauth
12356 section.
12357 * aarch64-linux-tdep.h (AARCH64_LINUX_SIZEOF_PAUTH): New define.
12358
12359 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12360 Jiong Wang <jiong.wang@arm.com>
12361
12362 * aarch64-tdep.c (aarch64_analyze_prologue): Check for pauth
12363 instructions.
12364 (aarch64_analyze_prologue_test): Add PACIASP test.
12365 (aarch64_prologue_prev_register): Unmask PC value.
12366
12367 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12368 Jiong Wang <jiong.wang@arm.com>
12369
12370 * aarch64-tdep.c (aarch64_frame_unmask_address): New function.
12371 (aarch64_dwarf2_prev_register): Unmask PC value.
12372 (aarch64_dwarf2_frame_init_reg): Init pauth registers.
12373 (aarch64_execute_dwarf_cfa_vendor_op): Check for
12374 DW_CFA_AARCH64_negate_ra_state.
12375 (aarch64_gdbarch_init): Add aarch64_execute_dwarf_cfa_vendor_op.
12376
12377 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12378 Jiong Wang <jiong.wang@arm.com>
12379
12380 * aarch64-tdep.c (aarch64_dwarf_reg_to_regnum): Check for pauth
12381 registers.
12382 (aarch64_pseudo_register_name): Likewise.
12383 (aarch64_pseudo_register_type): Likewise.
12384 (aarch64_pseudo_register_reggroup_p): Likewise.
12385 (aarch64_gdbarch_init): Add pauth registers.
12386 * aarch64-tdep.h (AARCH64_DWARF_PAUTH_RA_STATE): New define.
12387 (AARCH64_DWARF_PAUTH_DMASK): Likewise.
12388 (AARCH64_DWARF_PAUTH_CMASK): Likewise.
12389 (struct gdbarch_tdep): Add regnum for ra_state.
12390
12391 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12392 Jiong Wang <jiong.wang@arm.com>
12393
12394 * arch/aarch64.h (AARCH64_PAUTH_REGS_SIZE): New define.
12395
12396 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12397 Jiong Wang <jiong.wang@arm.com>
12398
12399 * aarch64-linux-nat.c (fetch_pauth_masks_from_thread): New
12400 function.
12401 (aarch64_linux_nat_target::fetch_registers): Read pauth registers.
12402 * aarch64-tdep.c (aarch64_cannot_store_register): New function.
12403 (aarch64_gdbarch_init): Add puth registers.
12404 * aarch64-tdep.h (struct gdbarch_tdep): Add pauth features.
12405 * arch/aarch64.h (AARCH64_PAUTH_DMASK_REGNUM): New define.
12406 (AARCH64_PAUTH_CMASK_REGNUM): Likewise.
12407
12408 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12409 Jiong Wang <jiong.wang@arm.com>
12410
12411 * aarch64-linux-nat.c
12412 (aarch64_linux_nat_target::read_description): Read PACA hwcap.
12413 * aarch64-linux-tdep.c
12414 (aarch64_linux_core_read_description): Likewise.
12415 (aarch64_linux_get_hwcap): New function.
12416 * aarch64-linux-tdep.h (AARCH64_HWCAP_PACA): New define.
12417 (aarch64_linux_get_hwcap): New declaration.
12418
12419 2019-03-22 Alan Hayward <alan.hayward@arm.com>
12420 Jiong Wang <jiong.wang@arm.com>
12421
12422 * aarch64-linux-nat.c
12423 (aarch64_linux_nat_target::read_description): Add pauth param.
12424 * aarch64-linux-tdep.c
12425 (aarch64_linux_core_read_description): Likewise.
12426 * aarch64-tdep.c (struct target_desc): Add in pauth.
12427 (aarch64_read_description): Add pauth param.
12428 (aarch64_gdbarch_init): Likewise.
12429 * aarch64-tdep.h (aarch64_read_description): Likewise.
12430 * arch/aarch64.c (aarch64_create_target_description): Likewise.
12431 * arch/aarch64.h (aarch64_create_target_description): Likewise.
12432 * features/Makefile: Add new files.
12433 * features/aarch64-pauth.c: New file.
12434 * features/aarch64-pauth.xml: New file.
12435
12436 2019-03-20 Tom Tromey <tromey@adacore.com>
12437
12438 * infrun.c (handle_inferior_event): Rename from
12439 handle_inferior_event_1. Create a scoped_value_mark.
12440 (handle_inferior_event): Remove.
12441
12442 2019-03-19 Tom Tromey <tromey@adacore.com>
12443
12444 * mi/mi-interp.c (mi_on_normal_stop_1): Only show displays once.
12445 * infrun.h (print_stop_event): Add "displays" parameter.
12446 * infrun.c (print_stop_event): Add "displays" parameter.
12447
12448 2019-03-19 Pedro Alves <palves@redhat.com>
12449
12450 * tui/tui-out.c (tui_ui_out::do_field_string): Simplify.
12451 (tui_ui_out::do_text): Add comments. Reset M_LINE to 0 instead of
12452 to -1. Fix TABs vs spaces.
12453 (tui_ui_out::tui_ui_out): Don't initialize fields here.
12454 * tui/tui-out.h (tui_ui_out) Add intro comments.
12455 <m_line, m_start_of_line>: In-class initialize, and add describing
12456 comment.
12457
12458 2019-03-18 Alan Hayward <alan.hayward@arm.com>
12459
12460 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint1): Fix
12461 variable names.
12462 (arm_linux_remove_hw_breakpoint1): Use a gdb::function_view.
12463
12464 2019-03-18 Pedro Alves <palves@redhat.com>
12465 Eli Zaretskii <eliz@gnu.org>
12466
12467 * tui/tui-out.c (tui_ui_out::tui_ui_out): Fix initialization of
12468 m_line and m_start_of_line.
12469
12470 2019-03-18 Eli Zaretskii <eliz@gnu.org>
12471
12472 * tui/tui-io.c (gdb_wgetch): Don't echo CR.
12473 (tui_getc): When gdb_wgetch returns a CR, behave the same as when
12474 it returns a newline. This fixes a regression in TU mode, whereby
12475 the next line is output on the same screen line as the user input.
12476
12477 2019-03-18 Tom Tromey <tromey@adacore.com>
12478
12479 * minsyms.c (minimal_symbol_reader::install): Remove call to
12480 obstack_blank.
12481
12482 2019-03-18 Pedro Alves <palves@redhat.com>
12483
12484 * tui/tui-io.c (reverse_mode_p, reverse_save_bg, reverse_save_fg):
12485 New globals.
12486 (apply_style): New, factored out from ...
12487 (apply_ansi_escape): ... this. Handle reverse video mode.
12488 (tui_set_reverse_mode): New function.
12489 * tui/tui-io.h (tui_set_reverse_mode): New declaration.
12490 * tui/tui-winsource.c (tui_show_source_line): Use
12491 tui_set_reverse_mode instead of setting A_STANDOUT.
12492 * ui-style.h (struct ui_file_style) <set_reverse, set_fg, set_bg>:
12493 New setter methods.
12494
12495 2019-03-18 Hannes Domani <ssbssa@yahoo.de>
12496
12497 * tui/tui-source.c (copy_source_line): Fix handling of 'column'.
12498 Handle tabs.
12499
12500 2019-03-18 Tom Tromey <tromey@adacore.com>
12501
12502 * ada-lang.c (empty_array): Add "high" parameter.
12503 (ada_evaluate_subexp): Update.
12504
12505 2019-03-17 Sergei Trofimovich <siarheit@google.com>
12506
12507 * unittests/string_view-selftests.c: Define
12508 _initialize_string_view_selftests unconditionally.
12509
12510 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12511
12512 PR gdb/24350
12513 * windows-nat.c (windows_make_so): Remove unused text_vma variable.
12514
12515 2019-03-17 Vladimir Martyanov <vilgeforce@gmail.com>
12516
12517 PR gdb/24351
12518 * windows-nat.c (display_selector): Fix format specifiers.
12519
12520 2019-03-17 Eli Zaretskii <eliz@gnu.org>
12521
12522 * tui/tui-winsource.c (tui_set_is_exec_point_at): Call
12523 tui_refill_source_window instead of tui_refresh_win, to update the
12524 current execution line. This fixes redisplay of the current line
12525 when stepping through the code with "next" or "step".
12526
12527 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12528
12529 * source-cache.c (source_cache::get_source_lines): Call
12530 find_source_lines to initialize s->nlines. This fixes vertical
12531 scrolling of TUI source window when the DOWN arrow is pressed.
12532
12533 2019-03-16 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12534
12535 * auto-load.c (_initialize_auto_load): Fix 'This options has'.
12536 linux-thread-db.c (_initialize_thread_db): Likewise.
12537
12538 2019-03-16 Eli Zaretskii <eliz@gnu.org>
12539
12540 * tui/tui-winsource.c (tui_show_source_line): Revert "Use
12541 wclrtoeol in tui_show_source_line". This reverts changes made in
12542 commit 4a3045920bbe4e50a0f4920b0fdc4e88ef23015c.
12543
12544 2019-03-15 Tom Tromey <tom@tromey.com>
12545
12546 * symtab.h (struct minimal_symbol): Derive from
12547 general_symbol_info.
12548 (MSYMBOL_VALUE, MSYMBOL_VALUE_RAW_ADDRESS)
12549 (MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
12550 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
12551 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
12552 (MSYMBOL_LINKAGE_NAME, MSYMBOL_DEMANGLED_NAME)
12553 (MSYMBOL_SEARCH_NAME): Update.
12554 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SET_NAMES): Remove.
12555 * solib.c (gdb_bfd_lookup_symbol_from_symtab): Don't use memset.
12556 * minsyms.c (minimal_symbol_reader::record_full): Update.
12557
12558 2019-03-15 Tom Tromey <tom@tromey.com>
12559
12560 * minsyms.c (minimal_symbol_reader::install): Use memcpy.
12561
12562 2019-03-15 Tom Tromey <tom@tromey.com>
12563
12564 * objfiles.h (struct objfile_per_bfd_storage) <msymbols>: Now a
12565 unique_xmalloc_ptr.
12566 (objfile::msymbols_range::begin, objfile::msymbols_range::end):
12567 Update.
12568 * minsyms.c (lookup_minimal_symbol_by_pc_section)
12569 (build_minimal_symbol_hash_tables)
12570 (minimal_symbol_reader::install): Update.
12571
12572 2019-03-15 Tom Tromey <tom@tromey.com>
12573
12574 * symtab.c (create_demangled_names_hash): Update.
12575 (symbol_set_names): Update.
12576 * objfiles.h (struct objfile_per_bfd_storage)
12577 <demangled_names_hash>: Now an htab_up.
12578 * objfiles.c (objfile_per_bfd_storage): Simplify.
12579
12580 2019-03-15 Tom Tromey <tom@tromey.com>
12581
12582 * objfiles.h (struct objfile_per_bfd_storage): Declare
12583 destructor.
12584 * objfiles.c (objfile_per_bfd_storage::~objfile_per_bfd_storage):
12585 New.
12586 (get_objfile_bfd_data): Use new. Don't initialize
12587 language_of_main.
12588 (free_objfile_per_bfd_storage): Remove.
12589 (objfile_bfd_data_free, objfile::~objfile): Use delete.
12590
12591 2019-03-15 Tom Tromey <tom@tromey.com>
12592
12593 * symfile.c (reread_symbols): Update.
12594 * objfiles.c (objfile::objfile): Update.
12595 * minsyms.h (terminate_minimal_symbol_table): Don't declare.
12596 * minsyms.c (lookup_minimal_symbol_by_pc_section): Update
12597 comment.
12598 (minimal_symbol_reader::install): Update.
12599 (terminate_minimal_symbol_table): Remove.
12600 * jit.c (jit_object_close_impl): Update.
12601
12602 2019-03-15 Tom Tromey <tom@tromey.com>
12603
12604 * minsyms.c (minimal_symbol_reader::record_full): Remove some
12605 initializations.
12606
12607 2019-03-15 Tom Tromey <tom@tromey.com>
12608
12609 * objfiles.h (struct objfile_per_bfd_storage)
12610 <demangled_hash_languages>: Now a bitset.
12611 * minsyms.c (add_minsym_to_demangled_hash_table): Update.
12612 (lookup_minimal_symbol): Update.
12613
12614 2019-03-15 Tom Tromey <tom@tromey.com>
12615
12616 * minsyms.h (class minimal_symbol_reader) <record_with_info>:
12617 Don't return the symbol.
12618 * coffread.c (record_minimal_symbol): Use record_full.
12619
12620 2019-03-14 Eli Zaretskii <eliz@gnu.org>
12621
12622 The MS-Windows port of ncurses fails to switch to a color pair if
12623 one or both of the colors are the implicit default colors. This
12624 change records the default colors when TUI is initialized, and
12625 then specifies them explicitly when a color pair uses the default
12626 colors. This allows color styling in TUI mode on MS-Windows.
12627
12628 * tui/tui-io.c [__MINGW32__]: Include windows.h. Declare
12629 ncurses_norm_attr.
12630 (tui_initialize_io) [__MINGW32__]: Record the default terminal
12631 colors in ncurses_norm_attr.
12632 (apply_ansi_escape) [__MINGW32__]: If a color in a color pair is
12633 "none", replace it with the default color recorded in
12634 ncurses_norm_attr.
12635
12636 2019-03-14 Tom Tromey <tromey@adacore.com>
12637
12638 * source-cache.h (class source_cache) <get_source_lines>: Return
12639 std::string.
12640 * source-cache.c (source_cache::extract_lines): Handle case where
12641 first_pos==npos. Return std::string.
12642 (source_cache::get_source_lines): Update.
12643
12644 2019-03-14 Tom Tromey <tromey@adacore.com>
12645
12646 * NEWS: Add item for "style sources" commands.
12647 * source-cache.c (source_cache::get_source_lines): Check
12648 source_styling.
12649 * cli/cli-style.c (source_styling): New global.
12650 (_initialize_cli_style): Add "style sources" commands.
12651 (show_style_sources): New function.
12652 * cli/cli-style.h (source_styling): Declare.
12653
12654 2019-03-14 Pedro Alves <palves@redhat.com>
12655 Tom Tromey <tromey@adacore.com>
12656
12657 * tui/tui-winsource.h (tui_refill_source_window): Declare.
12658 * tui/tui-winsource.c (tui_refill_source_window): New function,
12659 from...
12660 (tui_horizontal_source_scroll): ... here. Move some logic.
12661 * cli/cli-style.c (set_style_enabled): Notify new observable.
12662 * tui/tui-hooks.c (tui_redisplay_source): New function.
12663 (tui_attach_detach_observers): Attach or detach
12664 tui_redisplay_source.
12665 * observable.h (source_styling_changed): New observable.
12666 * observable.c: Define source_styling_changed observable.
12667
12668 2019-03-13 Tom Tromey <tromey@adacore.com>
12669
12670 * i386-gnu-nat.c (i386_gnu_nat_target::fetch_registers)
12671 (i386_gnu_nat_target::store_registers): Update.
12672 * target-debug.h (target_debug_print_std_string): New macro.
12673 * x86-linux-nat.c (x86_linux_nat_target::enable_btrace): Update.
12674 * windows-tdep.c (display_one_tib): Update.
12675 * tui/tui-stack.c (tui_make_status_line): Update.
12676 * top.c (print_inferior_quit_action): Update.
12677 * thread.c (thr_try_catch_cmd): Update.
12678 (add_thread_with_info): Update.
12679 (thread_target_id_str): Update.
12680 (thr_try_catch_cmd): Update.
12681 (thread_command): Update.
12682 (thread_find_command): Update.
12683 * record-btrace.c (record_btrace_target::info_record)
12684 (record_btrace_resume_thread, record_btrace_target::resume)
12685 (record_btrace_cancel_resume, record_btrace_step_thread)
12686 (record_btrace_target::wait, record_btrace_target::wait)
12687 (record_btrace_target::wait, record_btrace_target::stop): Update.
12688 * progspace.c (print_program_space): Update.
12689 * process-stratum-target.c
12690 (process_stratum_target::thread_address_space): Update.
12691 * linux-fork.c (linux_fork_mourn_inferior)
12692 (detach_checkpoint_command, info_checkpoints_command)
12693 (linux_fork_context): Update.
12694 (linux_fork_detach): Update.
12695 (class scoped_switch_fork_info): Update.
12696 (delete_checkpoint_command): Update.
12697 * infrun.c (follow_fork_inferior): Update.
12698 (follow_fork_inferior): Update.
12699 (proceed_after_vfork_done): Update.
12700 (handle_vfork_child_exec_or_exit): Update.
12701 (follow_exec): Update.
12702 (displaced_step_prepare_throw): Update.
12703 (displaced_step_restore): Update.
12704 (start_step_over): Update.
12705 (resume_1): Update.
12706 (clear_proceed_status_thread): Update.
12707 (proceed): Update.
12708 (print_target_wait_results): Update.
12709 (do_target_wait): Update.
12710 (context_switch): Update.
12711 (stop_all_threads): Update.
12712 (restart_threads): Update.
12713 (finish_step_over): Update.
12714 (handle_signal_stop): Update.
12715 (switch_back_to_stepped_thread): Update.
12716 (keep_going_pass_signal): Update.
12717 (print_exited_reason): Update.
12718 (normal_stop): Update.
12719 * inferior.c (inferior_pid_to_str): Change return type.
12720 (print_selected_inferior): Update.
12721 (add_inferior): Update.
12722 (detach_inferior): Update.
12723 * dummy-frame.c (fprint_dummy_frames): Update.
12724 * dcache.c (dcache_info_1): Update.
12725 * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
12726 (btrace_fetch, btrace_clear): Update.
12727 * linux-tdep.c (linux_core_pid_to_str): Change return type.
12728 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Change return
12729 type.
12730 * fbsd-tdep.c (fbsd_core_pid_to_str): Change return type.
12731 * sol2-tdep.h (sol2_core_pid_to_str): Change return type.
12732 * sol2-tdep.c (sol2_core_pid_to_str): Change return type.
12733 * gdbarch.c, gdbarch.h: Rebuild.
12734 * gdbarch.sh (core_pid_to_str): Change return type.
12735 * windows-nat.c (struct windows_nat_target) <pid_to_str>: Change
12736 return type.
12737 (windows_nat_target::pid_to_str): Change return type.
12738 (windows_delete_thread): Update.
12739 (windows_nat_target::attach): Update.
12740 (windows_nat_target::files_info): Update.
12741 * target-delegates.c: Rebuild.
12742 * sol-thread.c (class sol_thread_target) <pid_to_str>: Change
12743 return type.
12744 (sol_thread_target::pid_to_str): Change return type.
12745 * remote.c (class remote_target) <pid_to_str>: Change return
12746 type.
12747 (remote_target::pid_to_str): Change return type.
12748 (extended_remote_target::attach, remote_target::remote_stop_ns)
12749 (remote_target::remote_notif_remove_queued_reply)
12750 (remote_target::push_stop_reply, remote_target::disable_btrace):
12751 Update.
12752 (extended_remote_target::attach): Update.
12753 * remote-sim.c (struct gdbsim_target) <pid_to_str>: Change return
12754 type.
12755 (gdbsim_target::pid_to_str): Change return type.
12756 * ravenscar-thread.c (struct ravenscar_thread_target)
12757 <pid_to_str>: Change return type.
12758 (ravenscar_thread_target::pid_to_str): Change return type.
12759 * procfs.c (class procfs_target) <pid_to_str>: Change return
12760 type.
12761 (procfs_target::pid_to_str): Change return type.
12762 (procfs_target::attach): Update.
12763 (procfs_target::detach): Update.
12764 (procfs_target::fetch_registers): Update.
12765 (procfs_target::store_registers): Update.
12766 (procfs_target::wait): Update.
12767 (procfs_target::files_info): Update.
12768 * obsd-nat.c (obsd_nat_target::pid_to_str): Change return type.
12769 * nto-procfs.c (struct nto_procfs_target) <pid_to_str>: Change
12770 return type.
12771 (nto_procfs_target::pid_to_str): Change return type.
12772 (nto_procfs_target::files_info, nto_procfs_target::attach): Update.
12773 * linux-thread-db.c (class thread_db_target) <pid_to_str>: Change
12774 return type.
12775 * linux-nat.c (linux_nat_target::pid_to_str): Change return type.
12776 (exit_lwp): Update.
12777 (attach_proc_task_lwp_callback, get_detach_signal)
12778 (detach_one_lwp, resume_lwp, linux_nat_target::resume)
12779 (linux_nat_target::resume, wait_lwp, stop_callback)
12780 (maybe_clear_ignore_sigint, stop_wait_callback, status_callback)
12781 (save_stop_reason, select_event_lwp, linux_nat_filter_event)
12782 (linux_nat_wait_1, resume_stopped_resumed_lwps)
12783 (linux_nat_target::wait, linux_nat_stop_lwp): Update.
12784 * inf-ptrace.c (inf_ptrace_target::pid_to_str): Change return
12785 type.
12786 (inf_ptrace_target::attach): Update.
12787 (inf_ptrace_target::files_info): Update.
12788 * go32-nat.c (struct go32_nat_target) <pid_to_str>: Change return
12789 type.
12790 (go32_nat_target::pid_to_str): Change return type.
12791 * gnu-nat.c (gnu_nat_target::pid_to_str): Change return type.
12792 (gnu_nat_target::wait): Update.
12793 (gnu_nat_target::wait): Update.
12794 (gnu_nat_target::resume): Update.
12795 * fbsd-nat.c (fbsd_nat_target::pid_to_str): Change return type.
12796 (fbsd_nat_target::wait): Update.
12797 * darwin-nat.c (darwin_nat_target::pid_to_str): Change return
12798 type.
12799 (darwin_nat_target::attach): Update.
12800 * corelow.c (class core_target) <pid_to_str>: Change return type.
12801 (core_target::pid_to_str): Change return type.
12802 * target.c (normal_pid_to_str): Change return type.
12803 (default_pid_to_str): Likewise.
12804 (target_pid_to_str): Change return type.
12805 (target_translate_tls_address): Update.
12806 (target_announce_detach): Update.
12807 * bsd-uthread.c (struct bsd_uthread_target) <pid_to_str>: Change
12808 return type.
12809 (bsd_uthread_target::pid_to_str): Change return type.
12810 * bsd-kvm.c (class bsd_kvm_target) <pid_to_str>: Change return
12811 type.
12812 (bsd_kvm_target::pid_to_str): Change return type.
12813 * aix-thread.c (class aix_thread_target) <pid_to_str>: Change
12814 return type.
12815 (aix_thread_target::pid_to_str): Change return type.
12816 * target.h (struct target_ops) <pid_to_str>: Change return type.
12817 (target_pid_to_str, normal_pid_to_str): Likewise.
12818 * obsd-nat.h (class obsd_nat_target) <pid_to_str>: Change return
12819 type.
12820 * linux-nat.h (class linux_nat_target) <pid_to_str>: Change return
12821 type.
12822 * inf-ptrace.h (struct inf_ptrace_target) <pid_to_str>: Change
12823 return type.
12824 * gnu-nat.h (struct gnu_nat_target) <pid_to_str>: Change return
12825 type.
12826 * fbsd-nat.h (class fbsd_nat_target) <pid_to_str>: Change return
12827 type.
12828 * darwin-nat.h (class darwin_nat_target) <pid_to_str>: Change
12829 return type.
12830
12831 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
12832
12833 * NEWS: Mention that the new default MI version is 3. Mention
12834 changes to the output of commands and events that deal with
12835 multi-location breakpoints.
12836 * breakpoint.c: Include "mi/mi-out.h".
12837 (print_one_breakpoint): Change output syntax if using MI version
12838 >= 3.
12839 * mi/mi-main.h (mi_cmd_fix_multi_location_breakpoint_output):
12840 New.
12841 (mi_multi_location_breakpoint_output_fixed): New.
12842 * mi/mi-main.c (fix_multi_location_breakpoint_output): New.
12843 (mi_cmd_fix_multi_location_breakpoint_output): New.
12844 (mi_multi_location_breakpoint_output_fixed): New.
12845 * mi/mi-cmds.c (mi_cmds): Register command
12846 -fix-multi-location-breakpoint-output.
12847 * mi/mi-out.c (mi_out_new): Instantiate version 3 when using
12848 interpreter "mi".
12849
12850 2019-03-13 Simon Marchi <simon.marchi@polymtl.ca>
12851
12852 * mi/mi-out.h (mi_out_new): Change parameter to const char *.
12853 * mi/mi-out.c (mi_out_new): Change parameter to const char *,
12854 instantiate mi_ui_out based on interpreter name.
12855 * mi/mi-interp.c (mi_interp::init): Use the new mi_out_new.
12856 * mi/mi-main.c (mi_load_progress): Likewise.
12857
12858 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12859
12860 * NEWS: Combine separate "New targets" sections for 8.3.
12861
12862 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12863
12864 * ppc-fbsd-tdep.c (ppcfbsd_get_thread_local_address): New.
12865 (ppcfbsd_init_abi): Install gdbarch
12866 "fetch_tls_load_module_address" and "get_thread_local_address"
12867 methods.
12868
12869 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12870
12871 * riscv-fbsd-tdep.c (riscv_fbsd_get_thread_local_address): New.
12872 (riscv_fbsd_init_abi): Install gdbarch
12873 "fetch_tls_load_module_address" and "get_thread_local_address"
12874 methods.
12875
12876 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12877
12878 * i386-fbsd-tdep.c (i386fbsd_get_thread_local_address): New.
12879 (i386fbsd_init_abi): Install gdbarch
12880 "fetch_tls_load_module_address" and "get_thread_local_address"
12881 methods.
12882
12883 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12884
12885 * amd64-fbsd-tdep.c (amd64fbsd_get_thread_local_address): New.
12886 (amd64fbsd_init_abi): Install gdbarch
12887 "fetch_tls_load_module_address" and "get_thread_local_address"
12888 methods.
12889
12890 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12891
12892 * fbsd-tdep.c (fbsd_pspace_data_handle): New variable.
12893 (struct fbsd_pspace_data): New type.
12894 (get_fbsd_pspace_data, fbsd_pspace_data_cleanup)
12895 (fbsd_read_integer_by_name, fbsd_fetch_rtld_offsets)
12896 (fbsd_get_tls_index, fbsd_get_thread_local_address): New function.
12897 (_initialize_fbsd_tdep): Initialize 'fbsd_pspace_data_handle'.
12898 * fbsd-tdep.c (fbsd_get_thread_local_address): New prototype.
12899
12900 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12901
12902 * gdbtypes.c (lookup_struct_elt): New function.
12903 (lookup_struct_elt_type): Reimplement via lookup_struct_elt.
12904 * gdbtypes.h (struct struct_elt): New type.
12905 (lookup_struct_elt): New prototype.
12906
12907 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12908
12909 * gdbtypes.c (lookup_struct_elt_type): Update comment and
12910 remove disabled code block.
12911
12912 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12913
12914 * gdbarch.sh (get_thread_local_address): New method.
12915 * gdbarch.h, gdbarch.c: Regenerate.
12916 * target.c (target_translate_tls_address): Use
12917 gdbarch_get_thread_local_address if present instead of
12918 target::get_thread_local_address.
12919
12920 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12921
12922 * target.h (target::get_thread_local_address): Update comment.
12923
12924 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12925
12926 * solib-svr4.c (svr4_fetch_objfile_link_map): Look for
12927 objfile->separate_debug_objfile_backlink if not NULL.
12928
12929 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12930
12931 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
12932 tdep->fsbase_regnum instead of constants for fs_base and gs_base.
12933 (amd64bsd_store_inferior_registers): Likewise.
12934 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12935 Enable segment base registers.
12936 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers): Use
12937 PT_GETFSBASE and PT_GETGSBASE.
12938 (i386bsd_store_inferior_registers): Use PT_SETFSBASE and
12939 PT_SETGSBASE.
12940 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Enable
12941 segment base registers.
12942 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12943
12944 2019-03-12 John Baldwin <jhb@FreeBSD.org>
12945
12946 * amd64-fbsd-nat.c (amd64_fbsd_nat_target::read_description):
12947 Update calls to i386_target_description to add 'segments'
12948 parameter.
12949 * amd64-tdep.c (amd64_init_abi): Set tdep->fsbase_regnum. Don't
12950 add segment base registers.
12951 * arch/i386.c (i386_create_target_description): Add 'segments'
12952 parameter to enable segment base registers.
12953 * arch/i386.h (i386_create_target_description): Likewise.
12954 * features/i386/32bit-segments.xml: New file.
12955 * features/i386/32bit-segments.c: Generate.
12956 * i386-fbsd-nat.c (i386_fbsd_nat_target::read_description): Update
12957 call to i386_target_description to add 'segments' parameter.
12958 * i386-fbsd-tdep.c (i386fbsd_core_read_description): Likewise.
12959 * i386-go32-tdep.c (i386_go32_init_abi): Likewise.
12960 * i386-linux-tdep.c (i386_linux_read_description): Likewise.
12961 * i386-tdep.c (i386_validate_tdesc_p): Add segment base registers
12962 if feature is present.
12963 (i386_gdbarch_init): Pass I386_NUM_REGS to set_gdbarch_num_regs.
12964 Add 'segments' parameter to call to i386_target_description.
12965 (i386_target_description): Add 'segments' parameter to enable
12966 segment base registers.
12967 (_initialize_i386_tdep) [GDB_SELF_TEST]: Add 'segments' parameter
12968 to call to i386_target_description.
12969 * i386-tdep.h (struct gdbarch_tdep): Add 'fsbase_regnum'.
12970 (enum i386_regnum): Add I386_FSBASE_REGNUM and I386_GSBASE_REGNUM.
12971 Define I386_NUM_REGS.
12972 (i386_target_description): Add 'segments' parameter to enable
12973 segment base registers.
12974
12975 2019-03-12 Eli Zaretskii <eliz@gnu.org>
12976
12977 PR/24325
12978 * source-cache.c: #undef open and close, to avoid unresolved
12979 externals during linking.
12980
12981 2019-03-12 Tom Tromey <tromey@adacore.com>
12982
12983 * remote.c (magic_null_ptid, not_sent_ptid, any_thread_ptid): Now
12984 const. Add initializers.
12985 (_initialize_remote): Don't initialize ptid globals.
12986
12987 2019-03-12 Pedro Alves <palves@redhat.com>
12988
12989 * yy-remap.h [TEST_CPNAMES] (YYFPRINTF): Don't define.
12990
12991 2019-03-12 Pedro Alves <palves@redhat.com>
12992
12993 * cp-name-parser.y (main): Remove unused 'len' variable.
12994
12995 2019-03-12 Tom Tromey <tromey@adacore.com>
12996
12997 * common/ptid.c (null_ptid, minus_one_ptid): Now const.
12998 * common/ptid.h (null_ptid, minus_one_ptid): Now const.
12999
13000 2019-03-12 Tom Tromey <tromey@adacore.com>
13001
13002 * linux-nat.c (iterate_over_lwps): Update.
13003 (stop_callback): Remove parameter.
13004 (stop_wait_callback, detach_callback, resume_set_callback)
13005 (select_singlestep_lwp_callback, set_ignore_sigint)
13006 (status_callback, resumed_callback, resume_clear_callback)
13007 (kill_callback, kill_wait_callback, linux_nat_stop_lwp): Remove
13008 data parameter.
13009 (linux_nat_target::detach, linux_nat_target::resume)
13010 (linux_stop_and_wait_all_lwps, select_event_lwp)
13011 (linux_nat_filter_event, linux_nat_wait_1)
13012 (linux_nat_target::kill, linux_nat_target::stop)
13013 (linux_nat_target::stop): Update.
13014 (linux_nat_resume_callback): Change type.
13015 (resume_stopped_resumed_lwps, count_events_callback)
13016 (select_event_lwp_callback): Likewise.
13017 (linux_stop_lwp, linux_nat_stop_lwp): Update.
13018 * arm-linux-nat.c (struct update_registers_data): Remove.
13019 (update_registers_callback): Change type.
13020 (arm_linux_insert_hw_breakpoint1): Update.
13021 * nat/x86-linux-dregs.c (update_debug_registers_callback): Remove
13022 parameter.
13023 (x86_linux_dr_set_addr): Update.
13024 (x86_linux_dr_set_control): Update.
13025 * nat/linux-nat.h (iterate_over_lwps_ftype): Remove parameter.
13026 (iterate_over_lwps): Use gdb::function_view.
13027 * nat/aarch64-linux-hw-point.c (struct
13028 aarch64_dr_update_callback_param): Remove.
13029 (debug_reg_change_callback): Change type.
13030 (aarch64_notify_debug_reg_change): Update.
13031 * s390-linux-nat.c (s390_refresh_per_info): Update.
13032
13033 2019-03-11 Tom Tromey <tromey@adacore.com>
13034
13035 * dwarf2read.c (dwarf2_find_containing_comp_unit): Remove
13036 redundant assignment to "this_cu".
13037
13038 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13039
13040 * gdbtypes.c (rank_one_type): Remove unnecessary cases from switch.
13041
13042 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13043
13044 * gdbtypes.c (rank_one_type_parm_set): New function extracted
13045 from...
13046 (rank_one_type): ... this.
13047
13048 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13049
13050 * gdbtypes.c (rank_one_type_parm_struct): New function extracted
13051 from...
13052 (rank_one_type): ... this.
13053
13054 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13055
13056 * gdbtypes.c (rank_one_type_parm_complex): New function extracted
13057 from...
13058 (rank_one_type): ... this.
13059
13060 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13061
13062 * gdbtypes.c (rank_one_type_parm_float): New function extracted
13063 from...
13064 (rank_one_type): ... this.
13065
13066 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13067
13068 * gdbtypes.c (rank_one_type_parm_bool): New function extracted
13069 from...
13070 (rank_one_type): ... this.
13071
13072 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13073
13074 * gdbtypes.c (rank_one_type_parm_range): New function extracted
13075 from...
13076 (rank_one_type): ... this.
13077
13078 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13079
13080 * gdbtypes.c (rank_one_type_parm_char): New function extracted
13081 from...
13082 (rank_one_type): ... this.
13083
13084 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13085
13086 * gdbtypes.c (rank_one_type_parm_enum): New function extracted
13087 from...
13088 (rank_one_type): ... this.
13089
13090 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13091
13092 * gdbtypes.c (rank_one_type_parm_int): New function extracted
13093 from...
13094 (rank_one_type): ... this.
13095
13096 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13097
13098 * gdbtypes.c (rank_one_type_parm_func): New function extracted
13099 from...
13100 (rank_one_type): ... this.
13101
13102 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13103
13104 * gdbtypes.c (rank_one_type_parm_array): New function extracted
13105 from...
13106 (rank_one_type): ... this.
13107
13108 2019-03-08 Simon Marchi <simon.marchi@efficios.com>
13109
13110 * gdbtypes.c (rank_one_type_parm_ptr): New function extracted
13111 from...
13112 (rank_one_type): ... this.
13113
13114 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13115
13116 * inferior.c (initialize_inferiors): Ensure 'help set/show print
13117 inferior-events' shows the example events.
13118
13119 2019-03-08 Eli Zaretskii <eliz@gnu.org>
13120
13121 Support styling on native MS-Windows console
13122
13123 PR/24315
13124 * utils.c (can_emit_style_escape) [_WIN32]: Don't disable styling
13125 on MS-Windows if $TERM is not defined.
13126
13127 * cli/cli-style.c: Set cli_styling to 1 in the MinGW build.
13128
13129 * posix-hdep.c (gdb_console_fputs):
13130 * mingw-hdep.c (rgb_to_16colors, gdb_console_fputs): New
13131 functions.
13132 * ui-file.h (gdb_console_fputs): Add prototype.
13133
13134 * ui-file.c (stdio_file::puts): Call gdb_console_fputs, and fall
13135 back to fputs only if the former returns zero.
13136
13137 2019-03-07 Tom Tromey <tom@tromey.com>
13138
13139 * symmisc.c (print_symbol_bcache_statistics): Update.
13140 (print_objfile_statistics): Update.
13141 * symfile.c (allocate_symtab): Update.
13142 * stabsread.c: Don't include bcache.h.
13143 * psymtab.h (struct psymbol_bcache): Don't declare.
13144 (class psymtab_storage) <psymbol_cache>: Now a bcache.
13145 (psymbol_bcache_init, psymbol_bcache_free)
13146 (psymbol_bcache_get_bcache): Don't declare.
13147 * psymtab.c (struct psymbol_bcache): Remove.
13148 (psymtab_storage::psymtab_storage): Update.
13149 (psymtab_storage::~psymtab_storage): Update.
13150 (psymbol_bcache_init, psymbol_bcache_free)
13151 (psymbol_bcache_get_bcache, psymbol_bcache_full): Remove.
13152 (add_psymbol_to_bcache): Update.
13153 (allocate_psymtab): Update.
13154 * objfiles.h (struct objfile_per_bfd_storage) <filename_cache,
13155 macro_cache>: No longer pointers.
13156 * objfiles.c (get_objfile_bfd_data): Don't call bcache_xmalloc.
13157 (free_objfile_per_bfd_storage): Don't call bcache_xfree.
13158 * macrotab.c (macro_bcache): Update.
13159 * macroexp.c: Don't include bcache.h.
13160 * gdbtypes.c (check_types_worklist): Update.
13161 (types_deeply_equal): Remove TRY/CATCH. Update.
13162 * elfread.c (elf_symtab_read): Update.
13163 * dwarf2read.c: Don't include bcache.h.
13164 * buildsym.c (buildsym_compunit::get_macro_table): Update.
13165 * bcache.h (bcache, bcache_full, bcache_xffree, bcache_xmalloc)
13166 (print_bcache_statistics, bcache_memory_used): Don't declare.
13167 (struct bcache): Move from bcache.c. Add constructor, destructor,
13168 methods. Rename all data members.
13169 * bcache.c (struct bcache): Move to bcache.h.
13170 (bcache::expand_hash_table): Rename from expand_hash_table.
13171 (bcache): Remove.
13172 (bcache::insert): Rename from bcache_full.
13173 (bcache::compare): Rename from bcache_compare.
13174 (bcache_xmalloc): Remove.
13175 (bcache::~bcache): Rename from bcache_xfree.
13176 (bcache::print_statistics): Rename from print_bcache_statistics.
13177 (bcache::memory_used): Rename from bcache_memory_used.
13178
13179 2019-03-07 Pedro Alves <palves@redhat.com>
13180
13181 * infrun.c (normal_stop): Also check for
13182 TARGET_WAITKIND_NO_RESUMED before referring to inferior_thread().
13183
13184 2019-03-07 Andrew Burgess <andrew.burgess@embecosm.com>
13185
13186 * f-lang.c (value_from_host_double): Moved to...
13187 * value.c (value_from_host_double): ...here.
13188 * value.h (value_from_host_double): Declare.
13189 * guile/scm-math.c (vlscm_convert_typed_number): Use
13190 value_from_host_double.
13191 (vlscm_convert_number): Likewise.
13192 * guile/scm-value.c (gdbscm_value_to_real): Likewise.
13193 * python/py-value.c (convert_value_from_python): Likewise.
13194
13195 2019-03-06 Tom Tromey <tom@tromey.com>
13196
13197 * gcore.c (write_gcore_file): Use SCOPE_EXIT.
13198
13199 2019-03-06 Tom Tromey <tom@tromey.com>
13200
13201 * utils.h (free_current_contents): Don't declare.
13202 * utils.c (free_current_contents): Remove.
13203
13204 2019-03-06 Tom Tromey <tom@tromey.com>
13205
13206 * top.c (quit_force): Update.
13207 * main.c (captured_command_loop): Update.
13208 * common/new-op.c (operator new): Update.
13209 * common/common-exceptions.c (struct catcher)
13210 <save_cleanup_chain>: Remove member.
13211 (exceptions_state_mc_init): Update.
13212 (exception_try_scope_entry): Return nullptr.
13213 (exception_try_scope_exit, exception_rethrow)
13214 (throw_exception_sjlj, throw_exception_cxx): Update.
13215 * common/cleanups.h (make_cleanup, make_cleanup_dtor)
13216 (all_cleanups, do_cleanups, discard_cleanups)
13217 (discard_final_cleanups, save_cleanups, save_final_cleanups)
13218 (restore_cleanups, restore_final_cleanups): Don't declare.
13219 (do_final_cleanups): Remove parameter.
13220 * common/cleanups.c (cleanup_chain, make_cleanup)
13221 (make_cleanup_dtor, all_cleanups, do_cleanups)
13222 (discard_my_cleanups, discard_cleanups)
13223 (discard_final_cleanups, save_my_cleanups, save_cleanups)
13224 (save_final_cleanups, restore_my_cleanups, restore_cleanups)
13225 (null_cleanup): Remove.
13226 (do_final_cleanups): Remove parameter.
13227
13228 2019-03-06 Tom Tromey <tom@tromey.com>
13229
13230 * remote.c (remote_target::remote_parse_stop_reply): Use
13231 unique_xmalloc_ptr.
13232
13233 2019-03-06 Tom Tromey <tom@tromey.com>
13234
13235 * stabsread.c (struct stabs_field_info): Rename from field_info.
13236 <list, fnlist>: Add initializers.
13237 <obstack>: New member.
13238 (read_member_functions, read_struct_fields, read_baseclasses):
13239 Allocate on obstack. Don't use cleanups.
13240 (read_one_struct_field, read_member_functions, read_struct_fields)
13241 (read_baseclasses, read_tilde_fields, attach_fn_fields_to_type)
13242 (attach_fields_to_type, read_cpp_abbrev, read_member_functions)
13243 (read_struct_type): Update.
13244
13245 2019-03-06 Tom Tromey <tom@tromey.com>
13246
13247 * nat/linux-namespaces.c (linux_mntns_access_fs): Use SCOPE_EXIT.
13248 * common/filestuff.h (make_cleanup_close): Don't declare.
13249 * common/filestuff.c (do_close_cleanup, make_cleanup_close):
13250 Remove.
13251
13252 2019-03-06 Tom Tromey <tom@tromey.com>
13253
13254 * solib-aix.c: Use make_scope_exit.
13255
13256 2019-03-06 Tom Tromey <tom@tromey.com>
13257
13258 * solib-svr4.c (svr4_parse_libraries, svr4_current_sos_direct):
13259 Use make_scope_exit.
13260
13261 2019-03-06 Tom Tromey <tom@tromey.com>
13262
13263 * solib-svr4.c (disable_probes_interface): Remove parameter.
13264 (svr4_handle_solib_event): Use make_scope_exit.
13265
13266 2019-03-06 Tom Tromey <tom@tromey.com>
13267
13268 * remote.c (struct stop_reply_deleter): Remove.
13269 (stop_reply_up): Update.
13270 (struct stop_reply): Derive from notif_event. Don't typedef.
13271 <regcache>: Now a std::vector.
13272 (stop_reply_xfree): Remove.
13273 (stop_reply::~stop_reply): Rename from stop_reply_dtr.
13274 (remote_notif_stop_alloc_reply): Return a unique_ptr. Use new.
13275 (remote_target::discard_pending_stop_replies): Use delete.
13276 (remote_target::remote_parse_stop_reply): Update.
13277 (remote_target::process_stop_reply): Update.
13278 * remote-notif.h (struct notif_event): Add virtual destructor.
13279 Remove "dtr" member.
13280 (struct notif_client) <alloc_event>: Return a unique_ptr.
13281 (notif_event_xfree): Don't declare.
13282 (notif_event_up): New typedef.
13283 * remote-notif.c (remote_notif_ack, remote_notif_parse): Update.
13284 (notif_event_xfree, do_notif_event_xfree): Remove.
13285 (remote_notif_state_xfree): Update.
13286
13287 2019-03-06 Tom Tromey <tom@tromey.com>
13288
13289 * infrun.c (displaced_step_clear_cleanup): Now a
13290 forward_scope_exit type.
13291 (displaced_step_prepare_throw): Update.
13292 (displaced_step_fixup): Update.
13293
13294 2019-03-06 Tom Tromey <tom@tromey.com>
13295
13296 * inferior.h (class inferior): Update comment.
13297 * gdbthread.h (class thread_info): Update comment.
13298
13299 2019-03-06 Joel Brobecker <brobecker@adacore.com>
13300 Tom Tromey <tom@tromey.com>
13301
13302 * stabsread.h (struct stab_section_list): Remove.
13303 (coffstab_build_psymtabs): Update.
13304 * dbxread.c (symbuf_sections): Now a std::vector.
13305 (sect_idx): New global.
13306 (fill_symbuf): Update.
13307 (coffstab_build_psymtabs): Change type of stabsects parameter.
13308 Update.
13309 * coffread.c (struct coff_symfile_info) <stabsects>: Now a
13310 std::vector.
13311 (linetab, linetab_offset, linetab_size, stringtab): Move earlier.
13312 (coff_locate_sections): Update.
13313 (coff_symfile_read): Remove cleanups. Update.
13314 (init_stringtab): Add storage parameter.
13315 (free_stringtab, free_stringtab_cleanup): Remove.
13316 (init_lineno): Add storage parameter.
13317 (free_linetab, free_linetab_cleanup): Remove.
13318
13319 2019-03-06 Pedro Alves <palves@redhat.com>
13320
13321 * linux-fork.c (fork_info::clobber_regs): Delete.
13322 (fork_load_infrun_state): Remove reference to 'clobber_regs'.
13323 (fork_save_infrun_state): Remove 'clobber_regs' parameter. Update
13324 comment. Adjust.
13325 (scoped_switch_fork_info::scoped_switch_fork_info)
13326 (checkpoint_command, linux_fork_context): Adjust
13327 fork_save_infrun_state calls.
13328
13329 2019-03-06 Pedro Alves <palves@redhat.com>
13330
13331 * linux-fork.c (inf_has_multiple_thread_cb): Delete.
13332 (inf_has_multiple_threads): Return 'bool' and rewrite using
13333 inferior_info::threads().
13334
13335 2019-03-06 Pedro Alves <palves@redhat.com>
13336
13337 * linux-fork.c: Include <list>.
13338 (fork_list): Now a std::list instance.
13339 (fork_info): Add ctor, dtor, and in-class initialize all fields.
13340 (forks_exist_p, find_last_fork): Adjust.
13341 (new_fork): Delete.
13342 (one_fork_p): New.
13343 (add_fork): Adjust.
13344 (free_fork): Delete, folded into fork_info::~fork_info().
13345 (delete_fork, find_fork_ptid, find_fork_id, find_fork_pid):
13346 Adjust.
13347 (init_fork_list): Delete.
13348 (linux_fork_killall, linux_fork_mourn_inferior)
13349 (linux_fork_detach, info_checkpoints_command): Adjust.
13350 (_initialize_linux_fork): No longer call init_fork_list.
13351
13352 2019-03-06 Pedro Alves <palves@redhat.com>
13353
13354 * linux-fork.c (new_fork): New, split out of ...
13355 (add_fork): ... this. Return void. Move "first fork" special
13356 case from here, to ...
13357 (checkpoint_command): ... here.
13358 * linux-linux.h (add_fork): Return void.
13359
13360 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13361
13362 * f-exp.y (direct_abs_decl): Handle TYPE*SIZE type names.
13363
13364 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13365 Chris January <chris.january@arm.com>
13366 David Lecomber <david.lecomber@arm.com>
13367
13368 * f-exp.y: New token, UNOP_INTRINSIC.
13369 (exp): New pattern using UNOP_INTRINSIC token.
13370 (f77_keywords): Add 'abs' keyword.
13371 * f-lang.c: Add 'target-float.h' and 'math.h' includes.
13372 (value_from_host_double): New function.
13373 (evaluate_subexp_f): Support UNOP_ABS.
13374
13375 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13376
13377 * f-lang.c (build_fortran_types): Use TYPE_CODE_CHAR for character
13378 types.
13379
13380 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13381
13382 * f-exp.y (convert_to_kind_type): Handle integer (kind=8).
13383 * f-lang.c (build_fortran_types): Setup builtin_integer_s8.
13384 * f-lang.h (struct builtin_f_type): Add builtin_integer_s8 field.
13385
13386 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13387
13388 * f-exp.y (convert_to_kind_type): Handle more type kinds.
13389
13390 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13391 Chris January <chris.january@arm.com>
13392
13393 * expprint.c (dump_subexp_body_standard): Support UNOP_KIND.
13394 * f-exp.y: Define 'KIND' token.
13395 (exp): New pattern for KIND expressions.
13396 (ptype): Handle types with a kind extension.
13397 (direct_abs_decl): Extend to spot kind extensions.
13398 (f77_keywords): Add 'kind' to the list.
13399 (push_kind_type): New function.
13400 (convert_to_kind_type): New function.
13401 * f-lang.c (evaluate_subexp_f): Support UNOP_KIND.
13402 * parse.c (operator_length_standard): Likewise.
13403 * parser-defs.h (enum type_pieces): Add tp_kind.
13404 * std-operator.def: Add UNOP_KIND.
13405
13406 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13407
13408 * f-exp.y (f_parse): Set yydebug.
13409
13410 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13411
13412 * f-lang.c (evaluate_subexp_f): New function.
13413 (exp_descriptor_f): New global.
13414 (f_language_defn): Use exp_descriptor_f instead of
13415 exp_descriptor_standard.
13416
13417 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13418
13419 * f-exp.y (struct token): Add comments.
13420 (dot_ops): Remove uppercase versions and the end marker.
13421 (f77_keywords): Likewise.
13422 (yylex): Use ARRAY_SIZE to iterate over dot_ops, assert all
13423 entries in the dot_ops array are case insensitive, and use
13424 strncasecmp to compare strings. Also some whitespace cleanup in
13425 this area. Similar for the f77_keywords array, except entries in
13426 this list might be case sensitive.
13427
13428 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
13429
13430 * f-exp.y (struct f77_boolean_val): Add comments.
13431 (boolean_values): Remove uppercase versions, and end marker.
13432 (yylex): Use ARRAY_SIZE for iterating over boolean_values array,
13433 and use strncasecmp to achieve case insensitivity. Additionally,
13434 perform whitespace cleanup around this code.
13435
13436 2019-03-06 Tom Tromey <tromey@adacore.com>
13437
13438 * remote-sim.c (gdbsim_target_open): Use result of
13439 gdb_argv::release.
13440
13441 2019-03-06 Richard Bunt <richard.bunt@arm.com>
13442 Dirk Schubert <dirk.schubert@arm.com>
13443 Chris January <chris.january@arm.com>
13444
13445 * eval.c (evaluate_subexp_standard): Call Fortran argument
13446 wrapping logic.
13447 * f-lang.c (struct value): A value which can be passed into a
13448 Fortran function call.
13449 (fortran_argument_convert): Wrap Fortran arguments in a pointer
13450 where appropriate.
13451 (struct type): Value ready for a Fortran function call.
13452 (fortran_preserve_arg_pointer): Undo check_typedef, the pointer
13453 is needed.
13454 * f-lang.h (fortran_argument_convert): Declaration.
13455 (fortran_preserve_arg_pointer): Declaration.
13456 * infcall.c (value_arg_coerce): Call Fortran argument logic.
13457
13458 2019-03-05 Tom Tromey <tromey@adacore.com>
13459
13460 * python/py-prettyprint.c (print_string_repr): Remove #if.
13461 * python/py-utils.c (unicode_to_encoded_string): Remove #if.
13462
13463 2019-03-05 Tom Tromey <tromey@adacore.com>
13464
13465 * target.c (the_dummy_target): Move later. Change type to
13466 "dummy_target".
13467 (initialize_targets): Don't initialize the_dummy_target.
13468
13469 2019-03-05 Tom Tromey <tromey@adacore.com>
13470
13471 * gdb_bfd.c (gdb_bfd_fdopenr): Remove.
13472 * gdb_bfd.h (gdb_bfd_fdopenr): Don't declare.
13473
13474 2019-03-05 Tom Tromey <tromey@adacore.com>
13475
13476 * windows-nat.c (windows_nat_target::attach)
13477 (windows_nat_target::detach): Don't call gdb_flush.
13478 * valprint.c (generic_val_print, val_print, val_print_string):
13479 Don't call gdb_flush.
13480 * utils.c (defaulted_query): Don't call gdb_flush.
13481 * typeprint.c (print_type_scalar): Don't call gdb_flush.
13482 * target.c (target_announce_detach): Don't call gdb_flush.
13483 * sparc64-tdep.c (adi_print_versions): Don't call gdb_flush.
13484 * remote.c (extended_remote_target::attach): Don't call
13485 gdb_flush.
13486 * procfs.c (procfs_target::detach): Don't call gdb_flush.
13487 * printcmd.c (do_examine): Don't call gdb_flush.
13488 (info_display_command): Don't call gdb_flush.
13489 * p-valprint.c (pascal_val_print): Don't call gdb_flush.
13490 * nto-procfs.c (nto_procfs_target::attach): Don't call gdb_flush.
13491 * memattr.c (info_mem_command): Don't call gdb_flush.
13492 * mdebugread.c (mdebug_build_psymtabs): Don't call gdb_flush.
13493 * m2-valprint.c (m2_val_print): Don't call gdb_flush.
13494 * infrun.c (follow_exec, handle_command): Don't call gdb_flush.
13495 * inf-ptrace.c (inf_ptrace_target::attach): Don't call gdb_flush.
13496 * hppa-tdep.c (unwind_command): Don't call gdb_flush.
13497 * gnu-nat.c (gnu_nat_target::attach): Don't call gdb_flush.
13498 (gnu_nat_target::detach): Don't call gdb_flush.
13499 * f-valprint.c (f_val_print): Don't call gdb_flush.
13500 * darwin-nat.c (darwin_nat_target::attach): Don't call gdb_flush.
13501 * cli/cli-script.c (read_command_lines): Don't call gdb_flush.
13502 * cli/cli-cmds.c (shell_escape, print_disassembly): Don't call
13503 gdb_flush.
13504 * c-valprint.c (c_val_print): Don't call gdb_flush.
13505 * ada-valprint.c (ada_print_scalar): Don't call gdb_flush.
13506
13507 2019-03-05 Tom Tromey <tromey@adacore.com>
13508
13509 * varobj.c (update_dynamic_varobj_children): Update.
13510 (install_default_visualizer): Use reset, not release.
13511 * value.c (set_internalvar): Update.
13512 * dwarf2loc.c (value_of_dwarf_reg_entry): Update.
13513 * common/gdb_ref_ptr.h (class ref_ptr) <release>: Add
13514 ATTRIBUTE_UNUSED_RESULT.
13515
13516 2019-03-05 Tom Tromey <tromey@adacore.com>
13517
13518 * remote.c (class scoped_remote_fd) <release>: Add
13519 ATTRIBUTE_UNUSED_RESULT.
13520
13521 2019-03-05 Tom Tromey <tromey@adacore.com>
13522
13523 * macroexp.c (struct macro_buffer) <release>: Add
13524 ATTRIBUTE_UNUSED_RESULT.
13525
13526 2019-03-05 Tom Tromey <tromey@adacore.com>
13527
13528 * nat/linux-btrace.c (linux_enable_bts, linux_enable_pt): Update.
13529 * common/scoped_mmap.h (class scoped_mmap) <release>: Add
13530 ATTRIBUTE_UNUSED_RESULT.
13531
13532 2019-03-05 Tom Tromey <tromey@adacore.com>
13533
13534 * common/scoped_fd.h (class scoped_fd) <release>: Add
13535 ATTRIBUTE_UNUSED_RESULT.
13536
13537 2019-03-05 Tom Tromey <tromey@adacore.com>
13538
13539 * parser-defs.h (struct parser_state) <release>: Add
13540 ATTRIBUTE_UNUSED_RESULT.
13541
13542 2019-03-05 Tom Tromey <tromey@adacore.com>
13543
13544 * utils.h (class gdb_argv) <release>: Add
13545 ATTRIBUTE_UNUSED_RESULT.
13546 * common/common-defs.h (ATTRIBUTE_UNUSED_RESULT): Define.
13547
13548 2019-03-02 Eli Zaretskii <eliz@gnu.org>
13549
13550 * xml-syscall.c (xml_list_syscalls_by_group): Drop 'struct' from
13551 for-loop range, to avoid compiler warnings.
13552
13553 * tui/tui.c (tui_enable) [__MINGW32__]: Don't declare 'cap', to
13554 avoid compiler warnings about unused variables.
13555
13556 * NEWS: Mention end of support for native debugging on MS-Windows
13557 before XP.
13558
13559 PR gdb/24292
13560 * common/netstuff.c:
13561 * gdbserver/gdbreplay.c
13562 * gdbserver/remote-utils.c:
13563 * ser-tcp.c:
13564 * unittests/parse-connection-spec-selftests.c [USE_WIN32API]:
13565 Include ws2tcpip.h instead of wsiapi.h and winsock2.h. Redefine
13566 _WIN32_WINNT to 0x0501 if defined to a smaller value, as
13567 'getaddrinfo' and 'freeaddrinfo' were not available before
13568 Windows XP, and mingw.org's MinGW headers by default define
13569 _WIN32_WINNT to 0x500.
13570
13571 2019-03-01 Gary Benson <gbenson@redhat.com>
13572
13573 * coffread.c (coff_start_symtab): Remove unnecessary xstrdup.
13574
13575 2019-02-28 Brian Vandenberg <phantall@gmail.com>
13576 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13577
13578 PR gdb/8527
13579 * procfs.c (proc_wait_for_stop): Wrap write of PCWSTOP in
13580 set_sigint_trap, clear_sigint_trap.
13581
13582 2019-02-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13583
13584 * target.c (target_detach): Clear the regcache and the
13585 frame cache.
13586
13587 2019-02-27 Pedro Alves <palves@redhat.com>
13588
13589 * utils.c (set_screen_size): When we cap the height/width sizes,
13590 tweak the corresponding command variable to show "unlimited":
13591
13592 2019-02-27 Saagar Jha <saagar@saagarjha.com>
13593 Pedro Alves <palves@redhat.com>
13594
13595 * utils.c (set_screen_size): Reduce "infinite" rows and columns
13596 before calling rl_set_screen_size.
13597
13598 2019-02-27 Tom Tromey <tromey@adacore.com>
13599
13600 * configure.ac (HAVE_LIBPYTHON2_4, HAVE_LIBPYTHON2_5): Never
13601 define.
13602 * python/py-value.c: Remove Python 2.4 workaround.
13603 * python/py-utils.c (gdb_pymodule_addobject): Remove Python 2.4
13604 workaround.
13605 * python/py-type.c (convert_field, gdbpy_initialize_types): Remove
13606 Python 2.4 workaround.
13607 * python/python-internal.h: Remove Python 2.4 comment.
13608 (Py_ssize_t): Don't define.
13609 (PyVarObject_HEAD_INIT, Py_TYPE): Don't define.
13610 (gdb_Py_DECREF): Remove Python 2.4 workaround.
13611 (gdb_PyObject_GetAttrString, PyObject_GetAttrString): Remove.
13612 (gdb_PyObject_HasAttrString, PyObject_HasAttrString): Remove.
13613 * python/python.c (do_start_initialization): Remove Python 2.4
13614 workaround.
13615 * python/py-prettyprint.c (class dummy_python_frame): Remove.
13616 (print_children): Remove Python 2.4 workaround.
13617 * python/py-inferior.c (buffer_procs): Remove Python 2.4
13618 workaround.
13619 (CHARBUFFERPROC_NAME): Remove.
13620 * python/py-breakpoint.c (gdbpy_initialize_breakpoints): Remove
13621 Python 2.4 workaround.
13622
13623 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13624
13625 * NEWS: Note minimum Python version.
13626
13627 2019-02-27 Kevin Buettner <kevinb@redhat.com>
13628
13629 * python/py-inferior.c (infpy_write_memory): Remove non-IS_PY3K
13630 code from these functions. Remove corresponding ifdefs. Use
13631 Py_buffer_up instead of explicit calls to PyBuffer_Release.
13632 Remove gotos and target of gotos.
13633 (infpy_search_memory): Likewise.
13634
13635 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13636
13637 * gdb/hppa-tdep.c (hppa_dummy_id): Delete.
13638 (hppa_gdbarch_init): Don't register deleted functions with
13639 gdbarch.
13640
13641 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13642
13643 * gdb/h8300-tdep.c (h8300_unwind_pc): Delete.
13644 (h8300_unwind_sp): Delete.
13645 (h8300_dummy_id): Delete.
13646 (h8300_gdbarch_init): Don't register deleted functions with
13647 gdbarch.
13648
13649 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13650
13651 * gdb/ft32-tdep.c (ft32_dummy_id): Delete.
13652 (ft32_unwind_pc): Delete.
13653 (ft32_unwind_sp): Delete.
13654 (ft32_gdbarch_init): Don't register deleted functions with
13655 gdbarch.
13656
13657 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13658
13659 * gdb/frv-tdep.c (frv_dummy_id): Delete.
13660 (frv_unwind_pc): Delete.
13661 (frv_unwind_sp): Delete.
13662 (frv_gdbarch_init): Don't register deleted functions with
13663 gdbarch.
13664
13665 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13666
13667 * gdb/riscv-tdep.c (riscv_dummy_id): Delete.
13668 (riscv_unwind_pc): Delete.
13669 (riscv_unwind_sp): Delete.
13670 (riscv_gdbarch_init): Don't register deleted functions with
13671 gdbarch.
13672
13673 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13674
13675 * gdb/csky-tdep.c (csky_dummy_id): Delete.
13676 (csky_unwind_pc): Delete.
13677 (csky_unwind_sp): Delete.
13678 (csky_gdbarch_init): Don't register deleted functions with
13679 gdbarch.
13680
13681 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13682
13683 * gdb/cris-tdep.c (cris_dummy_id): Delete.
13684 (cris_unwind_pc): Delete.
13685 (cris_unwind_sp): Delete.
13686 (cris_gdbarch_init): Don't register deleted functions with
13687 gdbarch.
13688
13689 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13690
13691 * gdb/bfin-tdep.c (bfin_dummy_id): Delete.
13692 (bfin_unwind_pc): Delete.
13693 (bfin_gdbarch_init): Don't register deleted functions with gdbarch.
13694
13695 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13696
13697 * gdb/arm-tdep.c (arm_dummy_id): Delete.
13698 (arm_unwind_pc): Delete.
13699 (arm_unwind_sp): Delete.
13700 (arm_gdbarch_init): Don't register deleted functions with gdbarch.
13701
13702 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13703
13704 * gdb/arc-tdep.c (arc_dummy_id): Delete.
13705 (arc_unwind_pc): Delete.
13706 (arc_unwind_sp): Delete.
13707 (arc_gdbarch_init): Don't register deleted functions with gdbarch.
13708
13709 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13710
13711 * gdb/alpha-tdep.c (alpha_dummy_id): Delete.
13712 (alpha_unwind_pc): Delete.
13713 (alpha_gdbarch_init): Don't register deleted functions with
13714 gdbarch.
13715
13716 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13717
13718 * gdb/aarch64-tdep.c (aarch64_dummy_id): Delete.
13719 (aarch64_unwind_pc): Delete.
13720 (aarch64_unwind_sp): Delete.
13721 (aarch64_gdbarch_init): Don't register deleted functions with
13722 gdbarch.
13723
13724 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13725
13726 * gdbtypes.c (type_align): Don't consider static members when
13727 computing structure alignment.
13728
13729 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
13730
13731 * arc-tdep.c (arc_type_align): Provide alignment for basic types,
13732 return 0 for other types.
13733 * arch-utils.c (default_type_align): Always return 0.
13734 * gdbarch.h: Regenerate.
13735 * gdbarch.sh (type_align): Extend comment.
13736 * gdbtypes.c (type_align): Add additional comments, always call
13737 gdbarch_type_align before applying the default rules.
13738 * i386-tdep.c (i386_type_align): Return 0 as the default rule,
13739 generic code will then apply a suitable default.
13740 * nios2-tdep.c (nios2_type_align): Provide alignment for basic
13741 types, return 0 for other types.
13742
13743 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13744
13745 * NEWS: Create a new section for the next release branch.
13746 Rename the section of the current branch, now that it has
13747 been cut.
13748
13749 2019-02-27 Joel Brobecker <brobecker@adacore.com>
13750
13751 GDB 8.3 branch created (143420fb0d5ae54323ba9953f0818c194635228d):
13752 * version.in: Bump version to 8.3.50.DATE-git.
13753
13754 2019-02-26 Simon Marchi <simon.marchi@efficios.com>
13755
13756 * aix-thread.c (ptid_cmp): Remove unused variable.
13757 (get_signaled_thread): Likewise.
13758 (store_regs_user_thread): Likewise.
13759 (store_regs_kernel_thread): Likewise.
13760 (fetch_regs_kernel_thread): Remove shadowed variable.
13761
13762 2019-02-26 Andrew Burgess <andrew.burgess@embecosm.com>
13763
13764 * features/riscv/32bit-cpu.xml: Add register numbers.
13765 * features/riscv/32bit-fpu.c: Regenerate.
13766 * features/riscv/32bit-fpu.xml: Add register numbers.
13767 * features/riscv/64bit-cpu.xml: Add register numbers.
13768 * features/riscv/64bit-fpu.c: Regenerate.
13769 * features/riscv/64bit-fpu.xml: Add register numbers.
13770
13771 2019-02-26 Kevin Buettner <kevinb@redhat.com>
13772
13773 * NEWS: Mention two argument form of gdb.Value constructor.
13774 * python/py-value.c (convert_buffer_and_type_to_value): New
13775 function.
13776 (valpy_new): Parse arguments via gdb_PyArg_ParseTupleAndKeywords.
13777 Add support for handling an optional second argument. Call
13778 convert_buffer_and_type_to_value as appropriate.
13779 * python/python-internal.h (Py_buffer_deleter): New struct.
13780 (Py_buffer_up): New typedef.
13781
13782 2019-02-25 John Baldwin <jhb@FreeBSD.org>
13783
13784 * dwarf2read.c (dwarf2_get_dwz_file): Reset dwz_bfd to nullptr
13785 instead of releasing ownership.
13786
13787 2019-02-25 Jordan Rupprecht <rupprecht@google.com>
13788
13789 * dwarf2read.c (open_and_init_dwp_file): Call
13790 elf_numsections instead of bfd_count_sections to initialize
13791 dwp_file->num_sections.
13792
13793 2019-02-25 Tom Tromey <tromey@adacore.com>
13794
13795 * solib-darwin.c (darwin_get_dyld_bfd): Don't release dyld_bfd.
13796
13797 2019-02-23 Sergio Durigan Junior <sergiodj@redhat.com>
13798
13799 * gcore.in: Add '--readnever' option when invoking GDB.
13800
13801 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13802
13803 * MAINTAINERS: Update my email address.
13804
13805 2019-02-22 Simon Marchi <simon.marchi@polymtl.ca>
13806
13807 * build-id.c (build_id_to_debug_bfd_1): New function.
13808 (build_id_to_debug_bfd): Look for separate debug file in
13809 sysroot.
13810
13811 2019-02-22 Andrew Burgess <andrew.burgess@embecosm.com>
13812
13813 * gdbarch.sh: Update the copyright year range that is placed into
13814 generated files.
13815
13816 2019-02-22 Keith Seitz <keiths@redhat.com>
13817
13818 PR symtab/23853
13819 * linespec.c (create_sals_line_offset): Search for the default
13820 symtab's filename instead of its fullname.
13821
13822 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13823
13824 * NEWS: Update style defaults.
13825
13826 2019-02-21 Alan Hayward <alan.hayward@arm.com>
13827
13828 * main.c (captured_main_1): Disable styling in batch mode.
13829
13830 2019-02-20 Tom Tromey <tom@tromey.com>
13831
13832 * symtab.c (symtab_symbol_info): Fix typos.
13833
13834 2019-02-20 Tom Tromey <tromey@adacore.com>
13835
13836 * findcmd.c (_initialize_mem_search): Use upper case for
13837 metasyntactic variables.
13838
13839 2019-02-20 Alan Hayward <alan.hayward@arm.com>
13840
13841 * aarch64-tdep.c (aarch64_add_reggroups): New function.
13842 (aarch64_gdbarch_init): Call aarch64_add_reggroups.
13843
13844 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
13845
13846 * top.h (source_file_name): Change to std::string.
13847 * top.c (source_file_name): Likewise.
13848 (command_line_input): Adjust.
13849 * cli/cli-script.c (script_from_file): Adjust.
13850
13851 2019-02-19 Tom Tromey <tromey@adacore.com>
13852
13853 * ravenscar-thread.c
13854 (ravenscar_thread_target::update_thread_list): Don't call
13855 ada_build_task_list.
13856 * ada-lang.h (ada_build_task_list): Don't declare.
13857 * ada-tasks.c (struct ada_tasks_inferior_data)
13858 <task_list_valid_p>: Now bool.
13859 (read_known_tasks, ada_task_list_changed)
13860 (ada_tasks_invalidate_inferior_data): Update.
13861 (read_known_tasks_array): Return bool.
13862 (read_known_tasks_list): Likewise.
13863 (read_known_tasks): Return void.
13864 (ada_build_task_list): Now static.
13865
13866 2019-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
13867
13868 * gdbtypes.c (type_align): Allow alignment of TYPE_CODE_METHODPTR
13869 and TYPE_CODE_MEMBERPTR to be overridden by the gdbarch.
13870
13871 2019-02-18 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13872
13873 * ada-task.c (_initialize_tasks): Use 'with_cleanup' register
13874 variant for ada_tasks_pspace_data_handle and
13875 ada_tasks_inferior_data_handle.
13876 (ada_tasks_pspace_data_cleanup): New function.
13877 (ada_tasks_inferior_data_cleanup): New function.
13878
13879 2019-02-17 Tom Tromey <tom@tromey.com>
13880
13881 * macrotab.h (macro_source_fullname): Return a std::string.
13882 * macrotab.c (macro_include, check_for_redefinition)
13883 (macro_undef, macro_lookup_definition, foreach_macro)
13884 (foreach_macro_in_scope): Update.
13885 (macro_source_fullname): Return a std::string.
13886 * macrocmd.c (show_pp_source_pos): Update.
13887
13888 2019-02-17 Tom Tromey <tom@tromey.com>
13889
13890 * macrocmd.c (show_pp_source_pos): Style the file names.
13891
13892 2019-02-17 Tom Tromey <tom@tromey.com>
13893
13894 PR tui/24197:
13895 * tui/tui-source.c (tui_set_source_content_nil): Rewrite.
13896
13897 2019-02-17 Tom Tromey <tom@tromey.com>
13898
13899 * ada-lang.c (user_select_syms): Use filtered printing.
13900 * utils.c (wrap_style): New global.
13901 (desired_style): Remove.
13902 (emit_style_escape): Add stream parameter.
13903 (set_output_style, reset_terminal_style, prompt_for_continue):
13904 Update.
13905 (flush_wrap_buffer): Only flush gdb_stdout.
13906 (wrap_here): Set wrap_style.
13907 (fputs_maybe_filtered): Clear the wrap buffer on exception. Don't
13908 treat escape sequences as a character. Change when wrap buffer is
13909 flushed.
13910 (fputs_styled): Do not set the output style when the default is
13911 requested.
13912 * ui-style.h (struct ui_file_style) <is_default>: New method.
13913 * source.c (print_source_lines_base): Emit escape sequences in one
13914 piece.
13915
13916 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13917
13918 * gdbtypes.c (type_align): Handle TYPE_CODE_RANGE the same as
13919 integers and enumeration types.
13920
13921 2019-02-17 Joel Brobecker <brobecker@adacore.com>
13922
13923 * ada-lang.c (standard_lookup): Use ada_lookup_encoded_symbol
13924 instead of lookup_symbol_in_language
13925 (do_exact_match): New function.
13926 (ada_get_symbol_name_matcher): Return do_exact_match when
13927 doing a verbatim match.
13928
13929 2019-02-15 Tom Tromey <tromey@adacore.com>
13930
13931 * ravenscar-thread.c (ravenscar_thread_target::resume)
13932 (ravenscar_thread_target::wait): Special case wildcard requests.
13933
13934 2019-02-15 Tom Tromey <tromey@adacore.com>
13935
13936 * ravenscar-thread.c (base_ptid): Remove.
13937 (struct ravenscar_thread_target) <close>: New method.
13938 <m_base_ptid>: New member.
13939 <update_inferior_ptid, active_task, task_is_currently_active,
13940 runtime_initialized>: Declare methods.
13941 <ravenscar_thread_target>: Add constructor.
13942 (ravenscar_thread_target::task_is_currently_active)
13943 (ravenscar_thread_target::update_inferior_ptid)
13944 (ravenscar_runtime_initialized): Rename. Now methods.
13945 (ravenscar_thread_target::resume, ravenscar_thread_target::wait)
13946 (ravenscar_thread_target::update_thread_list): Update.
13947 (ravenscar_thread_target::active_task): Now method.
13948 (ravenscar_thread_target::store_registers)
13949 (ravenscar_thread_target::prepare_to_store)
13950 (ravenscar_thread_target::prepare_to_store)
13951 (ravenscar_thread_target::mourn_inferior): Update.
13952 (ravenscar_inferior_created): Use "new" to create target.
13953 (ravenscar_thread_target::get_ada_task_ptid): Update.
13954 (_initialize_ravenscar): Don't initialize base_ptid.
13955 (ravenscar_ops): Remove global.
13956
13957 2019-02-15 Tom Tromey <tromey@adacore.com>
13958
13959 * target.h (push_target): Declare new overload.
13960 * target.c (push_target): New overload, taking an rvalue reference.
13961 * remote.c (remote_target::open_1): Use push_target overload.
13962 * corelow.c (core_target_open): Use push_target overload.
13963
13964 2019-02-15 Tom Tromey <tromey@adacore.com>
13965
13966 * ravenscar-thread.c (is_ravenscar_task)
13967 (ravenscar_task_is_currently_active): Return bool.
13968 (ravenscar_update_inferior_ptid, get_running_thread_msymbol)
13969 (_initialize_ravenscar): Remove "(void)".
13970 (has_ravenscar_runtime, ravenscar_runtime_initialized): Likewise.
13971 Return bool.
13972
13973 2019-02-15 Tom Tromey <tromey@adacore.com>
13974
13975 * ravenscar-thread.c (ravenscar_runtime_initializer)
13976 (has_ravenscar_runtime, get_running_thread_id)
13977 (ravenscar_thread_target::resume): Fix indentation.
13978
13979 2019-02-15 Tom Tromey <tromey@adacore.com>
13980
13981 * sparc-ravenscar-thread.c (struct sparc_ravenscar_ops): Derive
13982 from ravenscar_arch_ops.
13983 (sparc_ravenscar_ops::fetch_registers)
13984 (sparc_ravenscar_ops::store_registers): Now methods.
13985 (sparc_ravenscar_prepare_to_store): Remove.
13986 (sparc_ravenscar_ops): Redefine.
13987 * ravenscar-thread.h (struct ravenscar_arch_ops): Add virtual
13988 methods and destructor. Remove members.
13989 * ravenscar-thread.c (ravenscar_thread_target::fetch_registers)
13990 (ravenscar_thread_target::store_registers)
13991 (ravenscar_thread_target::prepare_to_store): Update.
13992 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_prepare_to_store):
13993 Remove.
13994 (struct ppc_ravenscar_powerpc_ops): Derive from
13995 ravenscar_arch_ops.
13996 (ppc_ravenscar_powerpc_ops::fetch_registers)
13997 (ppc_ravenscar_powerpc_ops::store_registers): Now methods.
13998 (ppc_ravenscar_powerpc_ops): Redefine.
13999 (struct ppc_ravenscar_e500_ops): Derive from ravenscar_arch_ops.
14000 (ppc_ravenscar_e500_ops::fetch_registers)
14001 (ppc_ravenscar_e500_ops::store_registers): Now methods.
14002 (ppc_ravenscar_e500_ops): Redefine.
14003 * aarch64-ravenscar-thread.c
14004 (aarch64_ravenscar_generic_prepare_to_store): Remove.
14005 (struct aarch64_ravenscar_ops): Derive from ravenscar_arch_ops.
14006 (aarch64_ravenscar_fetch_registers)
14007 (aarch64_ravenscar_store_registers): Now methods.
14008 (aarch64_ravenscar_ops): Redefine.
14009
14010 2019-02-15 Tom Tromey <tromey@adacore.com>
14011
14012 * ravenscar-thread.c (ravenscar_thread_target::stopped_by_sw_breakpoint)
14013 (ravenscar_thread_target::stopped_by_hw_breakpoint)
14014 (ravenscar_thread_target::stopped_by_watchpoint)
14015 (ravenscar_thread_target::stopped_data_address)
14016 (ravenscar_thread_target::core_of_thread): Use scoped_restore.
14017
14018 2019-02-15 Tom Tromey <tromey@adacore.com>
14019
14020 * ravenscar-thread.c: Fix some typos.
14021
14022 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14023 Tom Tromey <tromey@adacore.com>
14024
14025 * ada-lang.c (ada_exception_sal): Change addr_string to a
14026 std::string.
14027 (create_ada_exception_catchpoint): Update.
14028
14029 2019-02-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14030 Tom Tromey <tromey@adacore.com>
14031
14032 * breakpoint.c (~bp_location): Rename from bp_location_dtor.
14033 (bp_location_ops): Remove.
14034 (base_breakpoint_allocate_location): Update.
14035 (free_bp_location): Update.
14036 * ada-lang.c (class ada_catchpoint_location)
14037 <ada_catchpoint_location>: Remove ops parameter.
14038 (ada_catchpoint_location_dtor): Remove.
14039 (ada_catchpoint_location_ops): Remove.
14040 (allocate_location_exception): Update.
14041 * breakpoint.h (struct bp_location_ops): Remove.
14042 (class bp_location) <bp_location>: Remove bp_location_ops
14043 parameter.
14044 <~bp_location>: Add destructor.
14045 <ops>: Remove.
14046
14047 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14048 Pedro Alves <palves@redhat.com>
14049
14050 * remote.c (remote_target::remote_parse_stop_reply): Avoid using
14051 'PATH_MAX'.
14052
14053 2019-02-14 David Michael <fedora.dm0@gmail.com>
14054 Samuel Thibault <samuel.thibault@gnu.org>
14055 Thomas Schwinge <thomas@codesourcery.com>
14056
14057 * gnu-nat.c (S_proc_getmsgport_reply, S_proc_task2proc_reply)
14058 (S_proc_pid2proc_reply): Adjust to Hurd "proc" interface changes.
14059
14060 2019-02-14 Thomas Schwinge <thomas@codesourcery.com>
14061
14062 * gnu-nat.c (gnu_write_inferior, parse_int_arg, _parse_bool_arg)
14063 (check_empty): Use "const char *".
14064
14065 * gnu-nat.c (gnu_nat_target::detach): Instead of
14066 'detach_inferior (pid)' call
14067 'detach_inferior (find_inferior_pid (pid))'.
14068
14069 * configure.nat [gdb_host == i386gnu] (NATDEPFILES): Add
14070 'nat/fork-inferior.o'.
14071 * gnu-nat.c: #include "nat/fork-inferior.h".
14072
14073 * gnu-nat.c (gnu_nat_target::detach): Instead of
14074 'inf_child_maybe_unpush_target (ops)' call 'maybe_unpush_target'.
14075 * gnu-nat.h: #include "inf-child.h".
14076 * i386-gnu-nat.c (gnu_fetch_registers): Rename/move to
14077 'i386_gnu_nat_target::fetch_registers'.
14078 (gnu_store_registers): Rename/move to
14079 'i386_gnu_nat_target::store_registers'.
14080
14081 * config/i386/nm-i386gnu.h: Don't "#include" any files.
14082 * gnu-nat.h (mach_thread_info): New function.
14083 * gnu-nat.c (thread_takeover_sc_cmd): Use it.
14084
14085 * config/i386/nm-i386gnu.h (gnu_target_pid_to_str): Remove.
14086
14087 2019-02-14 Frederic Konrad <konrad@adacore.com>
14088
14089 * riscv-rdep.c (riscv_type_alignment): Handle TYPE_CODE_RANGE.
14090
14091 2019-02-14 Joel Brobecker <brobecker@adacore.com>
14092
14093 * windows-nat.c (windows_add_thread): Add new parameter
14094 "main_thread_p" with default value set to false. Update
14095 function documentation as well as all callers.
14096 (windows_delete_thread): Likewise.
14097 (fake_create_process): Update call to windows_add_thread.
14098 (get_windows_debug_event) <CREATE_THREAD_DEBUG_EVENT>
14099 <CREATE_PROCESS_DEBUG_EVENT>: Likewise.
14100 <EXIT_THREAD_DEBUG_EVENT, EXIT_PROCESS_DEBUG_EVENT>: Update
14101 call to windows_delete_thread.
14102
14103 2019-02-13 Simon Marchi <simon.marchi@ericsson.com>
14104
14105 * MAINTAINERS: Add Andrew Burgess as global maintainer.
14106
14107 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14108
14109 * symfile.c (find_separate_debug_file): Use canonical path of
14110 sysroot with child_path instead of gdb_sysroot if it is valid.
14111
14112 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14113
14114 * symfile.c (find_separate_debug_file): Use child_path to
14115 determine if an object file is under a sysroot.
14116
14117 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14118
14119 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
14120 unittests/child-path-selftests.c.
14121 * common/pathstuff.c (child_path): New function.
14122 * common/pathstuff.h (child_path): New prototype.
14123 * unittests/child-path-selftests.c: New file.
14124
14125 2019-02-12 John Baldwin <jhb@FreeBSD.org>
14126
14127 * symfile.c (find_separate_debug_file): Look for separate debug
14128 files in debug directories under the sysroot.
14129
14130 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14131
14132 * symtab.h (struct minimal_symbol data_p): New const method.
14133 (struct minimal_symbol text_p): Likewise.
14134 * symtab.c (output_source_filename): Use file name style
14135 to print file name.
14136 (print_symbol_info): Likewise.
14137 (print_msymbol_info): Use address style to print addresses.
14138 Use function name style to print executable text symbols.
14139 (expand_symtab_containing_pc): Use data_p.
14140 (find_pc_sect_compunit_symtab): Likewise.
14141
14142 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14143
14144 * breakpoint.c (describe_other_breakpoints): Use address style
14145 to print addresses.
14146 (say_where): Likewise.
14147
14148 2019-02-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14149
14150 * ada-typeprint.c (print_func_type): Print function name
14151 style to print function name.
14152 * c-typeprint.c (c_print_type_1): Likewise.
14153
14154 2019-02-11 Alan Hayward <alan.hayward@arm.com>
14155
14156 * aarch64-linux-tdep.c (aarch64_linux_get_syscall_number): Check
14157 for execve.
14158
14159 2019-02-10 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14160
14161 * c-exp.y (direct_abs_decl): Use emplace_back to record the
14162 type_stack.
14163
14164 2019-02-10 Joel Brobecker <brobecker@adacore.com>
14165
14166 * ada-varobj.c (ada_value_is_changeable_p): Add handling of
14167 TYPE_CODE_REF types.
14168
14169 2019-02-08 Jim Wilson <jimw@sifive.com>
14170
14171 * riscv-linux-tdep.c (riscv_linux_fregmap): New.
14172 (riscv_linux_fregset): New.
14173 (riscv_linux_iterate_over_regset_sections): Call cb for .reg2 section.
14174
14175 2019-02-07 Tom Tromey <tom@tromey.com>
14176
14177 * thread.c (thread_cancel_execution_command): Update.
14178 * thread-fsm.h (struct thread_fsm): Add constructor, destructor,
14179 methods.
14180 (struct thread_fsm_ops): Remove.
14181 (thread_fsm_ctor, thread_fsm_delete, thread_fsm_clean_up)
14182 (thread_fsm_should_stop, thread_fsm_return_value)
14183 (thread_fsm_set_finished, thread_fsm_finished_p)
14184 (thread_fsm_async_reply_reason, thread_fsm_should_notify_stop):
14185 Don't declare.
14186 * mi/mi-interp.c (mi_on_normal_stop_1): Update.
14187 * infrun.c (clear_proceed_status_thread)
14188 (clean_up_just_stopped_threads_fsms, fetch_inferior_event)
14189 (print_stop_event): Update.
14190 * infcmd.c (struct step_command_fsm): Inherit from thread_fsm.
14191 Add constructor.
14192 (step_command_fsm_ops): Remove.
14193 (new_step_command_fsm): Remove.
14194 (step_1): Update.
14195 (step_command_fsm::should_stop): Rename from
14196 step_command_fsm_should_stop.
14197 (step_command_fsm::clean_up): Rename from
14198 step_command_fsm_clean_up.
14199 (step_command_fsm::do_async_reply_reason): Rename from
14200 step_command_fsm_async_reply_reason.
14201 (struct until_next_fsm): Inherit from thread_fsm. Add
14202 constructor.
14203 (until_next_fsm_ops): Remove.
14204 (new_until_next_fsm): Remove.
14205 (until_next_fsm::should_stop): Rename from
14206 until_next_fsm_should_stop.
14207 (until_next_fsm::clean_up): Rename from until_next_fsm_clean_up.
14208 (until_next_fsm::do_async_reply_reason): Rename from
14209 until_next_fsm_async_reply_reason.
14210 (struct finish_command_fsm): Inherit from thread_fsm. Add
14211 constructor. Change type of breakpoint.
14212 (finish_command_fsm_ops): Remove.
14213 (new_finish_command_fsm): Remove.
14214 (finish_command_fsm::should_stop): Rename from
14215 finish_command_fsm_should_stop.
14216 (finish_command_fsm::clean_up): Rename from
14217 finish_command_fsm_clean_up.
14218 (finish_command_fsm::return_value): Rename from
14219 finish_command_fsm_return_value.
14220 (finish_command_fsm::do_async_reply_reason): Rename from
14221 finish_command_fsm_async_reply_reason.
14222 (finish_command): Update.
14223 * infcall.c (struct call_thread_fsm): Inherit from thread_fsm.
14224 Add constructor.
14225 (call_thread_fsm_ops): Remove.
14226 (call_thread_fsm::call_thread_fsm): Rename from
14227 new_call_thread_fsm.
14228 (call_thread_fsm::should_stop): Rename from
14229 call_thread_fsm_should_stop.
14230 (call_thread_fsm::should_notify_stop): Rename from
14231 call_thread_fsm_should_notify_stop.
14232 (run_inferior_call, call_function_by_hand_dummy): Update.
14233 * cli/cli-interp.c (should_print_stop_to_console): Update.
14234 * breakpoint.c (struct until_break_fsm): Inherit from thread_fsm.
14235 Add constructor. Change type of location_breakpoint,
14236 caller_breakpoint.
14237 (until_break_fsm_ops): Remove.
14238 (new_until_break_fsm): Remove.
14239 (until_break_fsm::should_stop): Rename from
14240 until_break_fsm_should_stop.
14241 (until_break_fsm::clean_up): Rename from
14242 until_break_fsm_clean_up.
14243 (until_break_fsm::do_async_reply_reason): Rename from
14244 until_break_fsm_async_reply_reason.
14245 (until_break_command): Update.
14246 * thread-fsm.c: Remove.
14247 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
14248
14249 2019-02-07 Tom Tromey <tom@tromey.com>
14250
14251 * yy-remap.h: Add include guard.
14252 * xtensa-tdep.h: Add include guard.
14253 * xcoffread.h: Rename include guard.
14254 * varobj-iter.h: Add include guard.
14255 * tui/tui.h: Rename include guard.
14256 * tui/tui-winsource.h: Rename include guard.
14257 * tui/tui-wingeneral.h: Rename include guard.
14258 * tui/tui-windata.h: Rename include guard.
14259 * tui/tui-win.h: Rename include guard.
14260 * tui/tui-stack.h: Rename include guard.
14261 * tui/tui-source.h: Rename include guard.
14262 * tui/tui-regs.h: Rename include guard.
14263 * tui/tui-out.h: Rename include guard.
14264 * tui/tui-layout.h: Rename include guard.
14265 * tui/tui-io.h: Rename include guard.
14266 * tui/tui-hooks.h: Rename include guard.
14267 * tui/tui-file.h: Rename include guard.
14268 * tui/tui-disasm.h: Rename include guard.
14269 * tui/tui-data.h: Rename include guard.
14270 * tui/tui-command.h: Rename include guard.
14271 * tic6x-tdep.h: Add include guard.
14272 * target/waitstatus.h: Rename include guard.
14273 * target/wait.h: Rename include guard.
14274 * target/target.h: Rename include guard.
14275 * target/resume.h: Rename include guard.
14276 * target-float.h: Rename include guard.
14277 * stabsread.h: Add include guard.
14278 * rs6000-tdep.h: Add include guard.
14279 * riscv-fbsd-tdep.h: Add include guard.
14280 * regformats/regdef.h: Rename include guard.
14281 * record.h: Rename include guard.
14282 * python/python.h: Rename include guard.
14283 * python/python-internal.h: Rename include guard.
14284 * python/py-stopevent.h: Rename include guard.
14285 * python/py-ref.h: Rename include guard.
14286 * python/py-record.h: Rename include guard.
14287 * python/py-record-full.h: Rename include guard.
14288 * python/py-record-btrace.h: Rename include guard.
14289 * python/py-instruction.h: Rename include guard.
14290 * python/py-events.h: Rename include guard.
14291 * python/py-event.h: Rename include guard.
14292 * procfs.h: Add include guard.
14293 * proc-utils.h: Add include guard.
14294 * p-lang.h: Add include guard.
14295 * or1k-tdep.h: Rename include guard.
14296 * observable.h: Rename include guard.
14297 * nto-tdep.h: Rename include guard.
14298 * nat/x86-linux.h: Rename include guard.
14299 * nat/x86-linux-dregs.h: Rename include guard.
14300 * nat/x86-gcc-cpuid.h: Add include guard.
14301 * nat/x86-dregs.h: Rename include guard.
14302 * nat/x86-cpuid.h: Rename include guard.
14303 * nat/ppc-linux.h: Rename include guard.
14304 * nat/mips-linux-watch.h: Rename include guard.
14305 * nat/linux-waitpid.h: Rename include guard.
14306 * nat/linux-ptrace.h: Rename include guard.
14307 * nat/linux-procfs.h: Rename include guard.
14308 * nat/linux-osdata.h: Rename include guard.
14309 * nat/linux-nat.h: Rename include guard.
14310 * nat/linux-namespaces.h: Rename include guard.
14311 * nat/linux-btrace.h: Rename include guard.
14312 * nat/glibc_thread_db.h: Rename include guard.
14313 * nat/gdb_thread_db.h: Rename include guard.
14314 * nat/gdb_ptrace.h: Rename include guard.
14315 * nat/fork-inferior.h: Rename include guard.
14316 * nat/amd64-linux-siginfo.h: Rename include guard.
14317 * nat/aarch64-sve-linux-sigcontext.h: Rename include guard.
14318 * nat/aarch64-sve-linux-ptrace.h: Rename include guard.
14319 * nat/aarch64-linux.h: Rename include guard.
14320 * nat/aarch64-linux-hw-point.h: Rename include guard.
14321 * mn10300-tdep.h: Add include guard.
14322 * mips-linux-tdep.h: Add include guard.
14323 * mi/mi-parse.h: Rename include guard.
14324 * mi/mi-out.h: Rename include guard.
14325 * mi/mi-main.h: Rename include guard.
14326 * mi/mi-interp.h: Rename include guard.
14327 * mi/mi-getopt.h: Rename include guard.
14328 * mi/mi-console.h: Rename include guard.
14329 * mi/mi-common.h: Rename include guard.
14330 * mi/mi-cmds.h: Rename include guard.
14331 * mi/mi-cmd-break.h: Rename include guard.
14332 * m2-lang.h: Add include guard.
14333 * location.h: Rename include guard.
14334 * linux-record.h: Rename include guard.
14335 * linux-nat.h: Add include guard.
14336 * linux-fork.h: Add include guard.
14337 * i386-darwin-tdep.h: Rename include guard.
14338 * hppa-linux-offsets.h: Add include guard.
14339 * guile/guile.h: Rename include guard.
14340 * guile/guile-internal.h: Rename include guard.
14341 * gnu-nat.h: Rename include guard.
14342 * gdb-stabs.h: Rename include guard.
14343 * frv-tdep.h: Add include guard.
14344 * f-lang.h: Add include guard.
14345 * event-loop.h: Add include guard.
14346 * darwin-nat.h: Rename include guard.
14347 * cp-abi.h: Rename include guard.
14348 * config/sparc/nm-sol2.h: Rename include guard.
14349 * config/nm-nto.h: Rename include guard.
14350 * config/nm-linux.h: Add include guard.
14351 * config/i386/nm-i386gnu.h: Rename include guard.
14352 * config/djgpp/nl_types.h: Rename include guard.
14353 * config/djgpp/langinfo.h: Rename include guard.
14354 * compile/gcc-cp-plugin.h: Add include guard.
14355 * compile/gcc-c-plugin.h: Add include guard.
14356 * compile/compile.h: Rename include guard.
14357 * compile/compile-object-run.h: Rename include guard.
14358 * compile/compile-object-load.h: Rename include guard.
14359 * compile/compile-internal.h: Rename include guard.
14360 * compile/compile-cplus.h: Rename include guard.
14361 * compile/compile-c.h: Rename include guard.
14362 * common/xml-utils.h: Rename include guard.
14363 * common/x86-xstate.h: Rename include guard.
14364 * common/version.h: Rename include guard.
14365 * common/vec.h: Rename include guard.
14366 * common/tdesc.h: Rename include guard.
14367 * common/selftest.h: Rename include guard.
14368 * common/scoped_restore.h: Rename include guard.
14369 * common/scoped_mmap.h: Rename include guard.
14370 * common/scoped_fd.h: Rename include guard.
14371 * common/safe-iterator.h: Rename include guard.
14372 * common/run-time-clock.h: Rename include guard.
14373 * common/refcounted-object.h: Rename include guard.
14374 * common/queue.h: Rename include guard.
14375 * common/ptid.h: Rename include guard.
14376 * common/print-utils.h: Rename include guard.
14377 * common/preprocessor.h: Rename include guard.
14378 * common/pathstuff.h: Rename include guard.
14379 * common/observable.h: Rename include guard.
14380 * common/netstuff.h: Rename include guard.
14381 * common/job-control.h: Rename include guard.
14382 * common/host-defs.h: Rename include guard.
14383 * common/gdb_wait.h: Rename include guard.
14384 * common/gdb_vecs.h: Rename include guard.
14385 * common/gdb_unlinker.h: Rename include guard.
14386 * common/gdb_unique_ptr.h: Rename include guard.
14387 * common/gdb_tilde_expand.h: Rename include guard.
14388 * common/gdb_sys_time.h: Rename include guard.
14389 * common/gdb_string_view.h: Rename include guard.
14390 * common/gdb_splay_tree.h: Rename include guard.
14391 * common/gdb_setjmp.h: Rename include guard.
14392 * common/gdb_ref_ptr.h: Rename include guard.
14393 * common/gdb_optional.h: Rename include guard.
14394 * common/gdb_locale.h: Rename include guard.
14395 * common/gdb_assert.h: Rename include guard.
14396 * common/filtered-iterator.h: Rename include guard.
14397 * common/filestuff.h: Rename include guard.
14398 * common/fileio.h: Rename include guard.
14399 * common/environ.h: Rename include guard.
14400 * common/common-utils.h: Rename include guard.
14401 * common/common-types.h: Rename include guard.
14402 * common/common-regcache.h: Rename include guard.
14403 * common/common-inferior.h: Rename include guard.
14404 * common/common-gdbthread.h: Rename include guard.
14405 * common/common-exceptions.h: Rename include guard.
14406 * common/common-defs.h: Rename include guard.
14407 * common/common-debug.h: Rename include guard.
14408 * common/cleanups.h: Rename include guard.
14409 * common/buffer.h: Rename include guard.
14410 * common/btrace-common.h: Rename include guard.
14411 * common/break-common.h: Rename include guard.
14412 * cli/cli-utils.h: Rename include guard.
14413 * cli/cli-style.h: Rename include guard.
14414 * cli/cli-setshow.h: Rename include guard.
14415 * cli/cli-script.h: Rename include guard.
14416 * cli/cli-interp.h: Rename include guard.
14417 * cli/cli-decode.h: Rename include guard.
14418 * cli/cli-cmds.h: Rename include guard.
14419 * charset-list.h: Add include guard.
14420 * buildsym-legacy.h: Rename include guard.
14421 * bfin-tdep.h: Add include guard.
14422 * ax.h: Rename include guard.
14423 * arm-linux-tdep.h: Add include guard.
14424 * arm-fbsd-tdep.h: Add include guard.
14425 * arch/xtensa.h: Rename include guard.
14426 * arch/tic6x.h: Add include guard.
14427 * arch/i386.h: Add include guard.
14428 * arch/arm.h: Rename include guard.
14429 * arch/arm-linux.h: Rename include guard.
14430 * arch/arm-get-next-pcs.h: Rename include guard.
14431 * arch/amd64.h: Add include guard.
14432 * arch/aarch64-insn.h: Rename include guard.
14433 * arch-utils.h: Rename include guard.
14434 * annotate.h: Add include guard.
14435 * amd64-darwin-tdep.h: Rename include guard.
14436 * aarch64-linux-tdep.h: Add include guard.
14437 * aarch64-fbsd-tdep.h: Add include guard.
14438 * aarch32-linux-nat.h: Add include guard.
14439
14440 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14441
14442 * macrotab.c (macro_define_internal): New function that
14443 factorizes macro_define_object_internal and macro_define_function
14444 code.
14445 (macro_define_object_internal): Use macro_define_internal.
14446 (macro_define_function): Likewise.
14447
14448 2019-02-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14449
14450 * macrocmd.c (extract_identifier): Return
14451 a gdb::unique_xmalloc_ptr<char> instead of a char *, and update
14452 callers.
14453
14454 2019-02-06 John Baldwin <jhb@FreeBSD.org>
14455
14456 * fbsd-nat.c (fbsd_fetch_cmdline): Join arguments with spaces.
14457
14458 2019-02-05 Tom Tromey <tom@tromey.com>
14459
14460 * target.c (target_stack::unpush): Move assertion earlier.
14461
14462 2019-01-30 Tom Tromey <tom@tromey.com>
14463
14464 PR python/23615:
14465 * python/python.c (execute_gdb_command): Use gdbpy_allow_threads.
14466 (gdbpy_parse_and_eval): Likewise.
14467 * python/python-internal.h (gdbpy_allow_threads): New class.
14468
14469 2019-01-28 John Baldwin <jhb@FreeBSD.org>
14470
14471 * aarch64-fbsd-tdep.c (aarch64_fbsd_gregmap)
14472 (aarch64_fbsd_fpregmap): Move earlier.
14473 (AARCH64_MCONTEXT_REG_SIZE, AARCH64_MCONTEXT_FPREG_SIZE): Delete.
14474 (aarch64_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14475 instead of individual calls to trad_frame_set_reg_addr.
14476 * arm-fbsd-tdep.c (arm_fbsd_gregmap, arm_fbsd_vfpregmap): Move
14477 earlier.
14478 (ARM_MCONTEXT_REG_SIZE, ARM_MCONTEXT_VFP_REG_SIZE): Delete.
14479 (arm_fbsd_sigframe_init): Use trad_frame_set_reg_regmap
14480 instead of individual calls to trad_frame_set_reg_addr.
14481
14482 2019-01-28 Alan Hayward <alan.hayward@arm.com>
14483
14484 * CONTRIBUTE: Replace contribution list with wiki link.
14485
14486 2019-01-25 Tom Tromey <tom@tromey.com>
14487
14488 * Makefile.in (GDB_CFLAGS): Don't add -I for common.
14489
14490 2019-01-25 Tom Tromey <tom@tromey.com>
14491
14492 * xtensa-linux-nat.c: Fix common/ includes.
14493 * xml-support.h: Fix common/ includes.
14494 * xml-support.c: Fix common/ includes.
14495 * x86-linux-nat.c: Fix common/ includes.
14496 * windows-nat.c: Fix common/ includes.
14497 * varobj.h: Fix common/ includes.
14498 * varobj.c: Fix common/ includes.
14499 * value.c: Fix common/ includes.
14500 * valops.c: Fix common/ includes.
14501 * utils.c: Fix common/ includes.
14502 * unittests/xml-utils-selftests.c: Fix common/ includes.
14503 * unittests/utils-selftests.c: Fix common/ includes.
14504 * unittests/unpack-selftests.c: Fix common/ includes.
14505 * unittests/tracepoint-selftests.c: Fix common/ includes.
14506 * unittests/style-selftests.c: Fix common/ includes.
14507 * unittests/string_view-selftests.c: Fix common/ includes.
14508 * unittests/scoped_restore-selftests.c: Fix common/ includes.
14509 * unittests/scoped_mmap-selftests.c: Fix common/ includes.
14510 * unittests/scoped_fd-selftests.c: Fix common/ includes.
14511 * unittests/rsp-low-selftests.c: Fix common/ includes.
14512 * unittests/parse-connection-spec-selftests.c: Fix common/
14513 includes.
14514 * unittests/optional-selftests.c: Fix common/ includes.
14515 * unittests/offset-type-selftests.c: Fix common/ includes.
14516 * unittests/observable-selftests.c: Fix common/ includes.
14517 * unittests/mkdir-recursive-selftests.c: Fix common/ includes.
14518 * unittests/memrange-selftests.c: Fix common/ includes.
14519 * unittests/memory-map-selftests.c: Fix common/ includes.
14520 * unittests/lookup_name_info-selftests.c: Fix common/ includes.
14521 * unittests/function-view-selftests.c: Fix common/ includes.
14522 * unittests/environ-selftests.c: Fix common/ includes.
14523 * unittests/copy_bitwise-selftests.c: Fix common/ includes.
14524 * unittests/common-utils-selftests.c: Fix common/ includes.
14525 * unittests/cli-utils-selftests.c: Fix common/ includes.
14526 * unittests/array-view-selftests.c: Fix common/ includes.
14527 * ui-file.c: Fix common/ includes.
14528 * tui/tui-io.c: Fix common/ includes.
14529 * tracepoint.h: Fix common/ includes.
14530 * tracepoint.c: Fix common/ includes.
14531 * tracefile-tfile.c: Fix common/ includes.
14532 * top.h: Fix common/ includes.
14533 * top.c: Fix common/ includes.
14534 * thread.c: Fix common/ includes.
14535 * target/waitstatus.h: Fix common/ includes.
14536 * target/waitstatus.c: Fix common/ includes.
14537 * target.h: Fix common/ includes.
14538 * target.c: Fix common/ includes.
14539 * target-memory.c: Fix common/ includes.
14540 * target-descriptions.c: Fix common/ includes.
14541 * symtab.h: Fix common/ includes.
14542 * symfile.c: Fix common/ includes.
14543 * stap-probe.c: Fix common/ includes.
14544 * spu-linux-nat.c: Fix common/ includes.
14545 * sparc-nat.c: Fix common/ includes.
14546 * source.c: Fix common/ includes.
14547 * solib.c: Fix common/ includes.
14548 * solib-target.c: Fix common/ includes.
14549 * ser-unix.c: Fix common/ includes.
14550 * ser-tcp.c: Fix common/ includes.
14551 * ser-pipe.c: Fix common/ includes.
14552 * ser-base.c: Fix common/ includes.
14553 * selftest-arch.c: Fix common/ includes.
14554 * s12z-tdep.c: Fix common/ includes.
14555 * rust-exp.y: Fix common/ includes.
14556 * rs6000-aix-tdep.c: Fix common/ includes.
14557 * riscv-tdep.c: Fix common/ includes.
14558 * remote.c: Fix common/ includes.
14559 * remote-notif.h: Fix common/ includes.
14560 * remote-fileio.h: Fix common/ includes.
14561 * remote-fileio.c: Fix common/ includes.
14562 * regcache.h: Fix common/ includes.
14563 * regcache.c: Fix common/ includes.
14564 * record-btrace.c: Fix common/ includes.
14565 * python/python.c: Fix common/ includes.
14566 * python/py-type.c: Fix common/ includes.
14567 * python/py-inferior.c: Fix common/ includes.
14568 * progspace.h: Fix common/ includes.
14569 * producer.c: Fix common/ includes.
14570 * procfs.c: Fix common/ includes.
14571 * proc-api.c: Fix common/ includes.
14572 * printcmd.c: Fix common/ includes.
14573 * ppc-linux-nat.c: Fix common/ includes.
14574 * parser-defs.h: Fix common/ includes.
14575 * osdata.c: Fix common/ includes.
14576 * obsd-nat.c: Fix common/ includes.
14577 * nat/x86-linux.c: Fix common/ includes.
14578 * nat/x86-linux-dregs.c: Fix common/ includes.
14579 * nat/x86-dregs.h: Fix common/ includes.
14580 * nat/x86-dregs.c: Fix common/ includes.
14581 * nat/ppc-linux.c: Fix common/ includes.
14582 * nat/mips-linux-watch.h: Fix common/ includes.
14583 * nat/mips-linux-watch.c: Fix common/ includes.
14584 * nat/linux-waitpid.c: Fix common/ includes.
14585 * nat/linux-ptrace.h: Fix common/ includes.
14586 * nat/linux-ptrace.c: Fix common/ includes.
14587 * nat/linux-procfs.c: Fix common/ includes.
14588 * nat/linux-personality.c: Fix common/ includes.
14589 * nat/linux-osdata.c: Fix common/ includes.
14590 * nat/linux-namespaces.c: Fix common/ includes.
14591 * nat/linux-btrace.h: Fix common/ includes.
14592 * nat/linux-btrace.c: Fix common/ includes.
14593 * nat/fork-inferior.c: Fix common/ includes.
14594 * nat/amd64-linux-siginfo.c: Fix common/ includes.
14595 * nat/aarch64-sve-linux-ptrace.c: Fix common/ includes.
14596 * nat/aarch64-linux.c: Fix common/ includes.
14597 * nat/aarch64-linux-hw-point.h: Fix common/ includes.
14598 * nat/aarch64-linux-hw-point.c: Fix common/ includes.
14599 * namespace.h: Fix common/ includes.
14600 * mips-linux-tdep.c: Fix common/ includes.
14601 * minsyms.c: Fix common/ includes.
14602 * mi/mi-parse.h: Fix common/ includes.
14603 * mi/mi-main.c: Fix common/ includes.
14604 * mi/mi-cmd-env.c: Fix common/ includes.
14605 * memrange.h: Fix common/ includes.
14606 * memattr.c: Fix common/ includes.
14607 * maint.h: Fix common/ includes.
14608 * maint.c: Fix common/ includes.
14609 * main.c: Fix common/ includes.
14610 * machoread.c: Fix common/ includes.
14611 * location.c: Fix common/ includes.
14612 * linux-thread-db.c: Fix common/ includes.
14613 * linux-nat.c: Fix common/ includes.
14614 * linux-fork.c: Fix common/ includes.
14615 * inline-frame.c: Fix common/ includes.
14616 * infrun.c: Fix common/ includes.
14617 * inflow.c: Fix common/ includes.
14618 * inferior.h: Fix common/ includes.
14619 * inferior.c: Fix common/ includes.
14620 * infcmd.c: Fix common/ includes.
14621 * inf-ptrace.c: Fix common/ includes.
14622 * inf-child.c: Fix common/ includes.
14623 * ia64-linux-nat.c: Fix common/ includes.
14624 * i387-tdep.c: Fix common/ includes.
14625 * i386-tdep.c: Fix common/ includes.
14626 * i386-linux-tdep.c: Fix common/ includes.
14627 * i386-linux-nat.c: Fix common/ includes.
14628 * i386-go32-tdep.c: Fix common/ includes.
14629 * i386-fbsd-tdep.c: Fix common/ includes.
14630 * i386-fbsd-nat.c: Fix common/ includes.
14631 * guile/scm-type.c: Fix common/ includes.
14632 * guile/guile.c: Fix common/ includes.
14633 * go32-nat.c: Fix common/ includes.
14634 * gnu-nat.c: Fix common/ includes.
14635 * gdbthread.h: Fix common/ includes.
14636 * gdbarch-selftests.c: Fix common/ includes.
14637 * gdb_usleep.c: Fix common/ includes.
14638 * gdb_select.h: Fix common/ includes.
14639 * gdb_bfd.c: Fix common/ includes.
14640 * gcore.c: Fix common/ includes.
14641 * fork-child.c: Fix common/ includes.
14642 * findvar.c: Fix common/ includes.
14643 * fbsd-nat.c: Fix common/ includes.
14644 * event-top.c: Fix common/ includes.
14645 * event-loop.c: Fix common/ includes.
14646 * dwarf2read.c: Fix common/ includes.
14647 * dwarf2loc.c: Fix common/ includes.
14648 * dwarf2-frame.c: Fix common/ includes.
14649 * dwarf-index-cache.c: Fix common/ includes.
14650 * dtrace-probe.c: Fix common/ includes.
14651 * disasm-selftests.c: Fix common/ includes.
14652 * defs.h: Fix common/ includes.
14653 * csky-tdep.c: Fix common/ includes.
14654 * cp-valprint.c: Fix common/ includes.
14655 * cp-support.h: Fix common/ includes.
14656 * cp-support.c: Fix common/ includes.
14657 * corelow.c: Fix common/ includes.
14658 * completer.h: Fix common/ includes.
14659 * completer.c: Fix common/ includes.
14660 * compile/compile.c: Fix common/ includes.
14661 * compile/compile-loc2c.c: Fix common/ includes.
14662 * compile/compile-cplus-types.c: Fix common/ includes.
14663 * compile/compile-cplus-symbols.c: Fix common/ includes.
14664 * command.h: Fix common/ includes.
14665 * cli/cli-dump.c: Fix common/ includes.
14666 * cli/cli-cmds.c: Fix common/ includes.
14667 * charset.c: Fix common/ includes.
14668 * build-id.c: Fix common/ includes.
14669 * btrace.h: Fix common/ includes.
14670 * btrace.c: Fix common/ includes.
14671 * breakpoint.h: Fix common/ includes.
14672 * breakpoint.c: Fix common/ includes.
14673 * ax.h:
14674 (enum agent_op): Fix common/ includes.
14675 * ax-general.c (struct aop_map): Fix common/ includes.
14676 * ax-gdb.c: Fix common/ includes.
14677 * auxv.c: Fix common/ includes.
14678 * auto-load.c: Fix common/ includes.
14679 * arm-tdep.c: Fix common/ includes.
14680 * arch/riscv.c: Fix common/ includes.
14681 * arch/ppc-linux-common.c: Fix common/ includes.
14682 * arch/i386.c: Fix common/ includes.
14683 * arch/arm.c: Fix common/ includes.
14684 * arch/arm-linux.c: Fix common/ includes.
14685 * arch/arm-get-next-pcs.c: Fix common/ includes.
14686 * arch/amd64.c: Fix common/ includes.
14687 * arch/aarch64.c: Fix common/ includes.
14688 * arch/aarch64-insn.c: Fix common/ includes.
14689 * arch-utils.c: Fix common/ includes.
14690 * amd64-windows-tdep.c: Fix common/ includes.
14691 * amd64-tdep.c: Fix common/ includes.
14692 * amd64-sol2-tdep.c: Fix common/ includes.
14693 * amd64-obsd-tdep.c: Fix common/ includes.
14694 * amd64-nbsd-tdep.c: Fix common/ includes.
14695 * amd64-linux-tdep.c: Fix common/ includes.
14696 * amd64-linux-nat.c: Fix common/ includes.
14697 * amd64-fbsd-tdep.c: Fix common/ includes.
14698 * amd64-fbsd-nat.c: Fix common/ includes.
14699 * amd64-dicos-tdep.c: Fix common/ includes.
14700 * amd64-darwin-tdep.c: Fix common/ includes.
14701 * agent.c: Fix common/ includes.
14702 * ada-lang.h: Fix common/ includes.
14703 * ada-lang.c: Fix common/ includes.
14704 * aarch64-tdep.c: Fix common/ includes.
14705
14706 2019-01-25 Tom Tromey <tom@tromey.com>
14707
14708 * common/create-version.sh: Use common/version.h.
14709
14710 2019-01-24 Pedro Alves <palves@redhat.com>
14711
14712 * infrun.c (signal_stop, signal_print, signal_program)
14713 (signal_catch, signal_pass): Now arrays instead of pointers.
14714 (update_signals_program_target, do_target_resume)
14715 (signal_catch_update, handle_command, _initialize_infrun): Adjust.
14716 * linux-nat.c (linux_nat_target::pass_signals)
14717 (linux_nat_target::create_inferior, linux_nat_target::attach):
14718 Adjust.
14719 * linux-nat.h (linux_nat_target::pass_signals): Adjust.
14720 * nto-procfs.c (nto_procfs_target::pass_signals): Adjust.
14721 * procfs.c (procfs_target::pass_signals): Adjust.
14722 * record-full.c (record_full_target::resume): Adjust.
14723 * remote.c (remote_target::pass_signals)
14724 (remote_target::program_signals): Adjust.
14725 * target-debug.h (target_debug_print_signals): Now takes a
14726 gdb::array_view as parameter. Adjust.
14727 * target.h (target_ops) <pass_signals, program_signals>: Replace
14728 pointer and length parameters with gdb::array_view.
14729 (target_pass_signals, target_program_signals): Likewise.
14730 * target-delegates.c: Regenerate.
14731
14732 2019-01-24 Pedro Alves <palves@redhat.com>
14733
14734 * common/forward-scope-exit.h
14735 (forward_scope_exit::forward_scope_exit): Pass arguments to
14736 m_bind_function directly, instead of creating a std::bind and
14737 copying that.
14738
14739 2019-01-24 Alan Hayward <alan.hayward@arm.com>
14740
14741 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14742 for static members.
14743 (pass_in_v_vfp_candidate): Likewise.
14744
14745 2019-01-23 Tom Tromey <tom@tromey.com>
14746 Pedro Alves <palves@redhat.com>
14747
14748 * regcache.c (class regcache_invalidator): Remove.
14749 (regcache::raw_write): Use make_scope_exit.
14750
14751 2019-01-23 Tom Tromey <tom@tromey.com>
14752
14753 * ui-out.h (class ui_out_emit_type): Update comment.
14754
14755 2019-01-23 Tom Tromey <tom@tromey.com>
14756
14757 * infrun.c (fetch_inferior_event): Update comment.
14758
14759 2019-01-23 Tom Tromey <tom@tromey.com>
14760 Pedro Alves <palves@redhat.com>
14761
14762 * infrun.c (reinstall_readline_callback_handler_cleanup): Remove
14763 parameter.
14764 (fetch_inferior_event): Use SCOPE_EXIT.
14765
14766
14767 2019-01-23 Tom Tromey <tom@tromey.com>
14768 Pedro Alves <palves@redhat.com>
14769
14770 * infrun.c (disable_thread_events): Delete.
14771 (stop_all_threads): Use SCOPE_EXIT.
14772
14773 2019-01-23 Tom Tromey <tom@tromey.com>
14774 Pedro Alves <palves@redhat.com>
14775
14776 * symfile.c: Include forward-scope-exit.h.
14777 (clear_symtab_users_cleanup): Replace forward declaration with
14778 a FORWARD_SCOPE_EXIT.
14779 (syms_from_objfile_1): Use the forward_scope_exit and
14780 gdb::optional instead of cleanup_function.
14781 (reread_symbols): Use the forward_scope_exit instead of
14782 cleanup_function.
14783 (clear_symtab_users_cleanup): Remove function.
14784
14785 2019-01-23 Tom Tromey <tom@tromey.com>
14786 Pedro Alves <palves@redhat.com>
14787
14788 * linux-nat.c: Include scope-exit.h.
14789 (cleanup_target_stop): Remove.
14790 (linux_nat_target::static_tracepoint_markers_by_strid): Use
14791 SCOPE_EXIT.
14792
14793 2019-01-23 Tom Tromey <tom@tromey.com>
14794 Pedro Alves <palves@redhat.com>
14795
14796 * infcall.c (cleanup_delete_std_terminate_breakpoint): Remove.
14797 (call_function_by_hand_dummy): Use SCOPE_EXIT.
14798
14799 2019-01-23 Tom Tromey <tom@tromey.com>
14800 Andrew Burgess <andrew.burgess@embecosm.com>
14801 Pedro Alves <palves@redhat.com>
14802
14803 * infrun.c (fetch_inferior_event): Use scope_exit.
14804 * utils.h (make_bpstat_clear_actions_cleanup): Don't declare.
14805 * top.c (execute_command): Use scope_exit.
14806 * breakpoint.c (bpstat_do_actions): Use scope_exit.
14807 * utils.c (do_bpstat_clear_actions_cleanup)
14808 (make_bpstat_clear_actions_cleanup): Remove.
14809
14810 2019-01-23 Tom Tromey <tom@tromey.com>
14811 Pedro Alves <palves@redhat.com>
14812
14813 * infrun.c: Include "common/scope-exit.h"
14814 (delete_just_stopped_threads_infrun_breakpoints_cleanup): Remove.
14815 (wait_for_inferior): Use SCOPE_EXIT.
14816 (fetch_inferior_event): Use scope_exit.
14817
14818 2019-01-23 Tom Tromey <tom@tromey.com>
14819 Pedro Alves <palves@redhat.com>
14820
14821 * breakpoint.c (create_breakpoint): Remove cleanup.
14822
14823 2019-01-23 Tom Tromey <tom@tromey.com>
14824 Andrew Burgess <andrew.burgess@embecosm.com>
14825 Pedro Alves <palves@redhat.com>
14826
14827 2019-01-23 Pedro Alves <palves@redhat.com>
14828
14829 * gdbarch-selftests.c (struct on_exit): Use SCOPE_EXIT.
14830
14831 2019-01-23 Pedro Alves <palves@redhat.com>
14832 Andrew Burgess <andrew.burgess@embecosm.com>
14833
14834 * gdbthread.h: Include "common/forward-scope-exit.h".
14835 (scoped_finish_thread_state): Redefine custom class in terms of
14836 forward_scope_exit.
14837
14838 2019-01-23 Pedro Alves <palves@redhat.com>
14839 Andrew Burgess <andrew.burgess@embecosm.com>
14840
14841 * common/forward-scope-exit.h: New file.
14842
14843 2019-01-23 Pedro Alves <palves@redhat.com>
14844 Andrew Burgess <andrew.burgess@embecosm.com>
14845 Tom Tromey <tom@tromey.com>
14846
14847 * common/scope-exit.h: New file.
14848
14849 2019-01-23 Pedro Alves <palves@redhat.com>
14850
14851 * common/preprocessor.h (ESC): Rename to ...
14852 (ESC_PARENS): ... this.
14853 * common/valid-expr.h (CHECK_VALID_EXPR_1, CHECK_VALID_EXPR_2)
14854 (CHECK_VALID_EXPR_3, CHECK_VALID_EXPR_4): Adjust.
14855
14856 2019-01-23 Tom Tromey <tom@tromey.com>
14857
14858 * language.h (class scoped_switch_to_sym_language_if_auto):
14859 Initialize m_lang in both cases.
14860
14861 2019-01-23 Alan Hayward <alan.hayward@arm.com>
14862
14863 * nat/aarch64-linux.c (aarch64_linux_new_thread): Replace XNEW
14864 with XCNEW.
14865
14866 2019-01-22 Tom Tromey <tom@tromey.com>
14867
14868 * corelow.c: Do not include sys/file.h.
14869
14870 2019-01-22 Tom Tromey <tom@tromey.com>
14871
14872 * tui/tui-wingeneral.h: Include gdb_curses.h.
14873
14874 2019-01-22 Tom Tromey <tom@tromey.com>
14875
14876 * source-cache.h (class source_cache) <get_source_lines,
14877 get_plain_source_lines, extract_lines>: Rename "lines" parameter.
14878
14879 2019-01-22 Tom Tromey <tom@tromey.com>
14880
14881 * remote-fileio.h (struct remote_target): Declare.
14882
14883 2019-01-22 Tom Tromey <tom@tromey.com>
14884
14885 * python/py-arch.c: Do not include py-ref.h.
14886 * python/py-bpevent.c: Do not include py-ref.h.
14887 * python/py-cmd.c: Do not include py-ref.h.
14888 * python/py-continueevent.c: Do not include py-ref.h.
14889 * python/py-event.h: Do not include py-ref.h.
14890 * python/py-evtregistry.c: Do not include py-ref.h.
14891 * python/py-finishbreakpoint.c: Do not include py-ref.h.
14892 * python/py-frame.c: Do not include py-ref.h.
14893 * python/py-framefilter.c: Do not include py-ref.h.
14894 * python/py-function.c: Do not include py-ref.h.
14895 * python/py-infevents.c: Do not include py-ref.h.
14896 * python/py-linetable.c: Do not include py-ref.h.
14897 * python/py-objfile.c: Do not include py-ref.h.
14898 * python/py-param.c: Do not include py-ref.h.
14899 * python/py-prettyprint.c: Do not include py-ref.h.
14900 * python/py-progspace.c: Do not include py-ref.h.
14901 * python/py-symbol.c: Do not include py-ref.h.
14902 * python/py-symtab.c: Do not include py-ref.h.
14903 * python/py-type.c: Do not include py-ref.h.
14904 * python/py-unwind.c: Do not include py-ref.h.
14905 * python/py-utils.c: Do not include py-ref.h.
14906 * python/py-value.c: Do not include py-ref.h.
14907 * python/py-varobj.c: Do not include py-ref.h.
14908 * python/py-xmethods.c: Do not include py-ref.h.
14909 * python/python.c: Do not include py-ref.h.
14910 * varobj.c: Do not include py-ref.h.
14911
14912 2019-01-22 Tom Tromey <tom@tromey.com>
14913
14914 * objfiles.h (struct objfile_per_bfd_storage): Use "struct"
14915 keyword for bcache.
14916
14917 2019-01-22 Tom Tromey <tom@tromey.com>
14918
14919 * compile/compile-cplus-types.c: Remove a comment by #include.
14920
14921 2019-01-22 Tom Tromey <tom@tromey.com>
14922
14923 * compile/gcc-c-plugin.h: Include compile-internal.h.
14924
14925 2019-01-22 Tom Tromey <tom@tromey.com>
14926
14927 * stabsread.c (EXTERN): Do not define.
14928 (symnum, next_symbol_text_func, processing_gcc_compilation)
14929 (within_function, global_sym_chain, global_stabs)
14930 (previous_stab_code, this_object_header_files)
14931 (n_this_object_header_files)
14932 (n_allocated_this_object_header_files): Define.
14933 * stabsread.h (EXTERN): Never define. Use "extern".
14934
14935 2019-01-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14936
14937 * event-top.c (handle_line_of_input): use unique_xmalloc_ptr for
14938 history_value.
14939
14940 2019-01-21 Tom Tromey <tom@tromey.com>
14941
14942 * ui-out.c: Fix includes.
14943 * tui/tui-source.c: Fix includes.
14944 * target.c: Fix includes.
14945 * remote.c: Fix includes.
14946 * regcache.c: Fix includes.
14947 * python/py-block.c: Fix includes.
14948 * printcmd.c: Fix includes.
14949 * or1k-tdep.c: Fix includes.
14950 * mi/mi-main.c: Fix includes.
14951 * m32r-tdep.c: Fix includes.
14952 * csky-tdep.c: Fix includes.
14953 * compile/compile-cplus-types.c: Fix includes.
14954 * cli/cli-interp.c: Fix includes.
14955
14956 2019-01-21 Alan Hayward <alan.hayward@arm.com>
14957
14958 * aarch64-tdep.c (aapcs_is_vfp_call_or_return_candidate_1): Check
14959 for padding.
14960
14961 2019-01-16 Tom Tromey <tom@tromey.com>
14962
14963 * objfiles.h (struct minimal_symbol_iterator): Rename. Move
14964 earlier.
14965 (struct objfile) <msymbols_range>: Move from top level.
14966 <msymbols>: New method.
14967 (class objfile_msymbols): Remove.
14968 * symtab.c (default_collect_symbol_completion_matches_break_on):
14969 Update.
14970 * symmisc.c (dump_msymbols): Update.
14971 * stabsread.c (scan_file_globals): Update.
14972 * objc-lang.c (info_selectors_command, info_classes_command)
14973 (find_methods): Update.
14974 * minsyms.c (find_solib_trampoline_target): Update.
14975 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Update.
14976 * coffread.c (coff_symfile_read): Update.
14977 * ada-lang.c (ada_lookup_simple_minsym)
14978 (ada_collect_symbol_completion_matches): Update.
14979
14980 2019-01-16 Tom Tromey <tom@tromey.com>
14981
14982 * objfiles.h (class objfile_msymbols) <iterator>: Change argument
14983 type. Remove no-argument constructor.
14984 <iterator::operator++>: Simplify.
14985 <begin>: Update.
14986 <end>: Use minimal_symbol_count.
14987
14988 2019-01-16 Tom Tromey <tom@tromey.com>
14989
14990 * objfiles.h (struct objfile) <psymtabs>: New method.
14991 (class objfile_psymtabs): Remove.
14992 * psymtab.h (class psymtab_storage) <partial_symtab_range>: New
14993 typedef.
14994 <range>: New method.
14995 (require_partial_symbols): Change return type.
14996 * psymtab.c (require_partial_symbols)
14997 (psym_expand_symtabs_matching): Update.
14998 * mdebugread.c (parse_partial_symbols): Update.
14999 * dbxread.c (dbx_end_psymtab): Update.
15000
15001 2019-01-15 Tom Tromey <tom@tromey.com>
15002
15003 * symtab.c (lookup_objfile_from_block)
15004 (lookup_symbol_in_objfile_symtabs)
15005 (basic_lookup_transparent_type_1, find_pc_sect_compunit_symtab)
15006 (find_line_symtab, info_sources_command)
15007 (default_collect_symbol_completion_matches_break_on)
15008 (make_source_files_completion_list): Update.
15009 * symmisc.c (print_objfile_statistics, dump_objfile)
15010 (maintenance_print_symbols, maintenance_info_symtabs)
15011 (maintenance_check_symtabs, maintenance_info_line_tables):
15012 Update.
15013 * source.c (select_source_symtab)
15014 (forget_cached_source_info_for_objfile): Update.
15015 * objfiles.h (class objfile_compunits): Remove.
15016 (struct objfile) <compunits_range>: New typedef.
15017 (compunits): New method.
15018 * objfiles.c (objfile_relocate1): Update.
15019 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15020 * maint.c (count_symtabs_and_blocks): Update.
15021 * linespec.c (iterate_over_all_matching_symtabs): Update.
15022 * cp-support.c (add_symbol_overload_list_qualified): Update.
15023 * coffread.c (coff_symtab_read): Update.
15024 * ada-lang.c (add_nonlocal_symbols)
15025 (ada_collect_symbol_completion_matches)
15026 (ada_add_global_exceptions): Update.
15027
15028 2019-01-15 Tom Tromey <tom@tromey.com>
15029
15030 * progspace.h (program_space) <objfiles_safe_range>: New
15031 typedef.
15032 <objfiles_safe>: New method.
15033 * objfiles.h (class all_objfiles_safe): Remove.
15034 * objfiles.c (free_all_objfiles, objfile_purge_solibs): Update.
15035 * jit.c (jit_inferior_exit_hook): Update.
15036
15037 2019-01-17 Tom Tromey <tom@tromey.com>
15038
15039 * progspace.h (program_space) <objfiles_range>: New typedef.
15040 <objfiles>: New method.
15041 <objfiles_head>: Rename from objfiles.
15042 (object_files): Update.
15043 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Update.
15044 * guile/scm-pretty-print.c
15045 (ppscm_find_pretty_printer_from_objfiles): Update.
15046 * guile/scm-objfile.c (gdbscm_objfiles): Update.
15047 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers):
15048 Update.
15049 * python/py-progspace.c (pspy_get_objfiles): Update.
15050 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15051 Update.
15052 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15053 (objfpy_lookup_objfile_by_build_id): Update.
15054 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update.
15055 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15056 Update.
15057 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15058 (expand_symtab_containing_pc, lookup_objfile_from_block)
15059 (lookup_static_symbol, basic_lookup_transparent_type)
15060 (find_pc_sect_compunit_symtab, find_symbol_at_address)
15061 (find_line_symtab, info_sources_command)
15062 (default_collect_symbol_completion_matches_break_on)
15063 (make_source_files_completion_list, find_main_name): Update.
15064 * symmisc.c (print_symbol_bcache_statistics)
15065 (print_objfile_statistics, maintenance_print_symbols)
15066 (maintenance_print_msymbols, maintenance_print_objfiles)
15067 (maintenance_info_symtabs, maintenance_check_symtabs)
15068 (maintenance_expand_symtabs, maintenance_info_line_tables):
15069 Update.
15070 * symfile.c (remove_symbol_file_command, overlay_invalidate_all)
15071 (find_pc_overlay, find_pc_mapped_section, list_overlays_command)
15072 (map_overlay_command, unmap_overlay_command)
15073 (simple_overlay_update, expand_symtabs_matching)
15074 (map_symbol_filenames): Update.
15075 * symfile-debug.c (set_debug_symfile): Update.
15076 * spu-tdep.c (spu_overlay_update, spu_objfile_from_frame):
15077 Update.
15078 * source.c (select_source_symtab, forget_cached_source_info):
15079 Update.
15080 * solib.c (solib_read_symbols): Update.
15081 * solib-spu.c (append_ocl_sos): Update.
15082 * psymtab.c (maintenance_print_psymbols)
15083 (maintenance_info_psymtabs, maintenance_check_psymtabs): Update.
15084 * probe.c (parse_probes_in_pspace, find_probe_by_pc): Update.
15085 * printcmd.c (info_symbol_command): Update.
15086 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created):
15087 Update.
15088 * objfiles.h (class all_objfiles): Remove.
15089 * objfiles.c (have_partial_symbols, have_full_symbols)
15090 (have_minimal_symbols, qsort_cmp, update_section_map)
15091 (shared_objfile_contains_address_p)
15092 (default_iterate_over_objfiles_in_search_order): Update.
15093 * objc-lang.c (info_selectors_command, info_classes_command)
15094 (find_methods): Update.
15095 * minsyms.c (find_solib_trampoline_target): Update.
15096 * maint.c (maintenance_info_sections)
15097 (maintenance_translate_address, count_symtabs_and_blocks):
15098 Update.
15099 * main.c (captured_main_1): Update.
15100 * linux-thread-db.c (try_thread_db_load_from_pdir)
15101 (has_libpthread): Update.
15102 * linespec.c (iterate_over_all_matching_symtabs)
15103 (search_minsyms_for_name): Update.
15104 * jit.c (jit_find_objf_with_entry_addr): Update.
15105 * hppa-tdep.c (find_unwind_entry)
15106 (hppa_lookup_stub_minimal_symbol): Update.
15107 * gcore.c (gcore_create_callback, objfile_find_memory_regions):
15108 Update.
15109 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15110 (elf_gnu_ifunc_resolve_by_got): Update.
15111 * dwarf2-frame.c (dwarf2_frame_find_fde): Update.
15112 * dwarf-index-write.c (save_gdb_index_command): Update.
15113 * cp-support.c (add_symbol_overload_list_qualified): Update.
15114 * breakpoint.c (create_overlay_event_breakpoint)
15115 (create_longjmp_master_breakpoint)
15116 (create_std_terminate_master_breakpoint)
15117 (create_exception_master_breakpoint): Update.
15118 * blockframe.c (find_pc_partial_function): Update.
15119 * ada-lang.c (ada_lookup_simple_minsym, add_nonlocal_symbols)
15120 (ada_collect_symbol_completion_matches)
15121 (ada_add_global_exceptions): Update.
15122
15123 2019-01-17 Tom Tromey <tom@tromey.com>
15124
15125 * solib-target.c (lm_info_target_p): Remove typedef. Don't
15126 declare VEC.
15127 (solib_target_parse_libraries): Change return type.
15128 (library_list_start_segment, library_list_start_section)
15129 (library_list_end_library, library_list_start_library); Update.
15130 (solib_target_free_library_list): Remove.
15131 (solib_target_parse_libraries): Remove cleanup. Change return
15132 type.
15133 (solib_target_current_sos): Update.
15134
15135 2019-01-17 Tom Tromey <tromey@bapiya>
15136
15137 * valprint.c: Replace "the the" with "the".
15138 * symtab.c: Replace "the the" with "the".
15139 * solib.c: Replace "the the" with "the".
15140 * solib-dsbt.c: Replace "the the" with "the".
15141 * linespec.c: Replace "the the" with "the".
15142 * dwarf2loc.h: Replace "the the" with "the".
15143 * amd64-windows-tdep.c: Replace "the the" with "the".
15144 * aarch64-tdep.c: Replace "the the" with "the".
15145
15146 2019-01-16 Keith Seitz <keiths@redhat.com>
15147
15148 PR gdb/23773
15149 * dwarf2read.c (dwarf2_cu) <ancestor>: New field.
15150 <builder>: Rename to ..
15151 <m_builder>: ... this and make private.
15152 (dwarf2_cu::get_builder): New method. Change all users of
15153 `builder' to use this method.
15154 (dwarf2_start_symtab): Move to ...
15155 (dwarf2_cu::start_symtab): ... here. Update all callers
15156 (setup_type_unit_groups): Move to ...
15157 (dwarf2_cu::setup_type_unit_groups): ... here. Update all
15158 callers.
15159 (dwarf2_cu::reset_builder): New method.
15160 (process_full_compunit, process_full_type_unit): Use
15161 dwarf2_cu::reset_builder.
15162 (follow_die_offset): Record the ancestor CU if it is different
15163 from the followed DIE's CU.
15164 (follow_die_sig_1): Likewise.
15165
15166 2019-01-15 Tom Tromey <tom@tromey.com>
15167
15168 * remote.c (class remote_state) <buf>: Now a char_vector.
15169 <buf_size>: Remove.
15170 (remote_target::getpkt): Change type of buf. Remove sizeof_buf
15171 parameter.
15172 (remote_target::getpkt_or_notif_sane_1)
15173 (remote_target::getpkt_sane)
15174 (remote_target::getpkt_or_notif_sane): Likewise.
15175 (class remote_target) <putpkt>: New overload.
15176 (remote_target::read_frame): Change type of "buf_p". Remove
15177 sizeof_p parameter.
15178 (packet_ok): New overload.
15179 (packet_check_result): New overload.
15180 Update all uses.
15181
15182 2019-01-14 Tom Tromey <tom@tromey.com>
15183
15184 * remote-notif.c (handle_notification, remote_notif_ack)
15185 (remote_notif_parse): Make "buf" const.
15186 * remote-notif.h (struct notif_client) <parse, ack>: Make "buf"
15187 const.
15188 (remote_notif_parse, remote_notif_ack, handle_notification):
15189 Likewise.
15190 * remote.c (remote_notif_stop_parse): Make "buf" const.
15191 (remote_target::remote_parse_stop_reply): Make "buf" const.
15192 (remote_notif_stop_ack): Make "buf" const.
15193
15194 2019-01-14 Tom Tromey <tom@tromey.com>
15195
15196 * remote.c (remote_console_output): Make parameter const.
15197
15198 2019-01-14 Tom Tromey <tom@tromey.com>
15199
15200 * target-debug.h (target_debug_print_signals): Constify.
15201 * nto-procfs.c (nto_procfs_target::pass_signals): Update.
15202 * procfs.c (procfs_target::pass_signals): Update.
15203 * linux-nat.c (linux_nat_target::pass_signals): Update.
15204 * linux-nat.h (class linux_nat_target) <pass_signals>: Update.
15205 * target-delegates.c: Rebuild.
15206 * remote.c (remote_target::program_signals): Update.
15207 (remote_target::pass_signals): Update.
15208 * target.c (target_pass_signals): Constify argument.
15209 (target_program_signals): Likewise.
15210 * target.h (struct target_ops) <pass_signals, program_signals>:
15211 Constify argument.
15212 (target_pass_signals, target_program_signals): Constify argument.
15213
15214 2019-01-14 Tom Tromey <tom@tromey.com>
15215
15216 PR tui/28819:
15217 * tui/tui-io.c (gdb_wgetch): Print \r when needed.
15218
15219 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
15220
15221 * ppc-tdep.h (struct gdbarch_tdep) <ppc_v0_alias_regnum>: New
15222 field.
15223 * rs6000-tdep.c: Include reggroups.h.
15224 (IS_V_ALIAS_PSEUDOREG): Define.
15225 (rs6000_register_name): Return names for the "vX" aliases.
15226 (rs6000_pseudo_register_type): Return type for the "vX" aliases.
15227 (rs6000_pseudo_register_reggroup_p): Restore. Handle "vX"
15228 aliases. Call default_register_reggroup_p for all other
15229 pseudo-registers.
15230 (v_alias_pseudo_register_read, v_alias_pseudo_register_write):
15231 New functions.
15232 (rs6000_pseudo_register_read, rs6000_pseudo_register_write):
15233 Handle "vX" aliases.
15234 (v_alias_pseudo_register_collect): New function.
15235 (rs6000_ax_pseudo_register_collect): Handle "vX" aliases.
15236 (rs6000_gdbarch_init): Initialize "vX" aliases as
15237 pseudo-registers. Restore registration of
15238 rs6000_pseudo_register_reggroup_p with
15239 set_tdesc_pseudo_register_reggroup_p.
15240
15241 2019-01-13 Max Filippov <jcmvbkbc@gmail.com>
15242
15243 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Update
15244 tdep->num_pseudo_regs. Add calls to set_gdbarch_num_regs and
15245 set_gdbarch_num_pseudo_regs.
15246
15247 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15248
15249 * cli/cli-style.h (class cli_style_option): <add_setshow_commands>
15250 Remove arg prefixname, add do_set and do_show.
15251 Add member functions set_list and show_list.
15252 * cli/cli-style.c (class cli_style_option): Update accordingly.
15253 (style_set_list): Move to file scope.
15254 (style_show_list): Likewise.
15255 (set_style): Call help_list.
15256 (show_style): Call cmd_show_list.
15257 (_initialize_cli_style): New macro STYLE_ADD_SETSHOW_COMMANDS.
15258 Update to use the new macro.
15259
15260 2019-10-12 Joel Brobecker <brobecker@adacore.com>
15261
15262 * ada-lang.c (_initialize_ada_language): Expand the help text
15263 for the "catch exception" command.
15264
15265 2019-01-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15266
15267 * symtab.c (matching_obj_sections): Initialize obj,
15268 declare it closer to its usage.
15269
15270 2019-01-10 Tom Tromey <tom@tromey.com>
15271
15272 * thread-iter.h (inf_threads_iterator): Use next_iterator.
15273 (basic_inf_threads_range): Remove.
15274 (inf_threads_range, inf_non_exited_threads_range)
15275 (safe_inf_threads_range): Use next_adapter.
15276
15277 2019-01-10 Keith Seitz <keiths@redhat.com>
15278
15279 PR gdb/23712
15280 PR symtab/23010
15281 * dwarf2read.c (dw2_add_symbol_to_list): Remove.
15282 (fixup_go_packaging, new_symbol): Use add_symbol_to_list.
15283
15284 2019-01-10 Keith Seitz <keiths@redhat.com>
15285
15286 PR gdb/23712
15287 PR symtab/23010
15288 * dictionary.c (pending_to_vector): Remove.
15289 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15290 Remove _1 suffix, replacing functions of the same name. Update
15291 all callers.
15292 (dict_create_hashed, dict_create_hashed_expandable)
15293 (dict_create_linear, dict_create_linear_expandable, dict_free)
15294 (dict_add_symbol, dict_add_pending, dict_size, dict_empty):
15295 Make functions static.
15296
15297 2019-01-10 Keith Seitz <keiths@redhat.com>
15298
15299 PR gdb/23712
15300 PR symtab/23010
15301 * dictionary.h (struct dictionary): Replace declaration with
15302 multidictionary.
15303 (dict_create_hashed, dict_create_hashed_expandable)
15304 (dict_create_linear, dict_create_linear_expandable)
15305 (dict_free, dict_add_symbol, dict_add_pending, dict_empty)
15306 (dict_iterator_first, dict_iterator_next, dict_iter_match_first)
15307 (dict_iter_match_next, dict_size): Rename to "mdict_" versions
15308 taking multidictionary argument.
15309 [ALL_DICT_SYMBOLS]: Update for multidictionary.
15310 * block.h (struct block) <dict>: Change to multidictionary
15311 and rename `multidict'.
15312 * block.c, buildsym.c, jit.c, mdebugread.c, objfiles.c,
15313 symmisc.c: Update all dictionary references to multidictionary.
15314
15315 2019-01-10 Keith Seitz <keiths@redhat.com>
15316
15317 PR gdb/23712
15318 PR symtab/23010
15319 * dictionary.c: Include unordered_map.
15320 (pending_to_vector): New function.
15321 (dict_create_hashed_1, dict_create_linear_1, dict_add_pending_1):
15322 Rewrite the non-"_1" functions to take vector instead
15323 of linked list.
15324 (dict_create_hashed, dict_create_linear, dict_add_pending): Use the
15325 "new" _1 versions of the same name.
15326 (multidictionary): Define.
15327 (std::hash<enum language): New definition.
15328 (collate_pending_symbols_by_language, mdict_create_hashed)
15329 (mdict_create_hashed_expandable, mdict_create_linear)
15330 (mdict_create_linear_expandable, mdict_free)
15331 (find_language_dictionary, create_new_language_dictionary)
15332 (mdict_add_symbol, mdict_add_pending, mdict_iterator_first)
15333 (mdict_iterator_next, mdict_iter_match_first, mdict_iter_match_next)
15334 (mdict_size, mdict_empty): New functions.
15335 * dictionary.h (mdict_iterator): Define.
15336
15337 2019-01-10 Pedro Alves <palves@redhat.com>
15338
15339 * breakpoint.c (read_uploaded_action)
15340 (create_tracepoint_from_upload): Adjust to use
15341 gdb::unique_xmalloc_ptr.
15342 * ctf.c (ctf_write_uploaded_tp):
15343 (SET_ARRAY_FIELD): Use emplace_back.
15344 (SET_STRING_FIELD): Adjust to use gdb::unique_xmalloc_ptr.
15345 * tracefile-tfile.c (tfile_write_uploaded_tp):
15346 * tracepoint.c (parse_tracepoint_definition): Adjust to use
15347 gdb::unique_xmalloc_ptr.
15348 * tracepoint.h (struct uploaded_tp) <cond, actions, step_actions,
15349 at_string, cond_string, cmd_strings>: Replace char pointers
15350 with gdb::unique_xmalloc_ptr.
15351
15352 2019-01-10 Pedro Alves <palves@redhat.com>
15353
15354 * solib-target.c (library_list_start_library): Don't xstrdup name.
15355
15356 2019-01-10 Pedro Alves <palves@redhat.com>
15357
15358 * mdebugread.c (parse_partial_symbols): Use
15359 gdb::unique_xmalloc_ptr to manage heap-allocated 'stabsstring'.
15360
15361 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15362
15363 * linux-fork.c (scoped_switch_fork_info)
15364 <~scoped_switch_fork_info>: Fix incorrect variable name.
15365
15366 2019-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
15367
15368 * linux-fork.c (scoped_switch_fork_info)
15369 <scoped_switch_fork_info>: Make explicit.
15370 <~scoped_switch_fork_info>: Wrap core in TRY/CATCH.
15371
15372 2019-01-10 Tom Tromey <tom@tromey.com>
15373
15374 * objfiles.h (objfile::reset_psymtabs): Update.
15375 * objfiles.c (objfile::objfile): Update.
15376 * psymtab.h (psymtab_storage::obstack): Update.
15377 (psymtab_storage::m_obstack): Use gdb::optional.
15378 (class psymtab_storage): Update comment. Remove objfile
15379 parameter.
15380 * psymtab.c (psymtab_storage::psymtab_storage): Update.
15381
15382 2019-01-10 Tom Tromey <tom@tromey.com>
15383
15384 * psymtab.h (psymtab_storage::allocate_psymtab): New method.
15385 <free_psymtabs>: Now private.
15386 * psymtab.c (psymtab_storage::allocate_psymtab): Implement.
15387 (allocate_psymtab): Use new method.
15388
15389 2019-01-10 Tom Tromey <tom@tromey.com>
15390
15391 * xcoffread.c (xcoff_end_psymtab): Use allocate_dependencies.
15392 * psymtab.h (psymtab_storage::allocate_dependencies): New method.
15393 * mdebugread.c (parse_partial_symbols): Use
15394 allocate_dependencies.
15395 * dwarf2read.c (dwarf2_create_include_psymtab): Use
15396 allocate_dependencies.
15397 (process_psymtab_comp_unit_reader)
15398 (build_type_psymtab_dependencies): Likewise.
15399 * dbxread.c (dbx_end_psymtab): Use allocate_dependencies.
15400
15401 2019-01-10 Tom Tromey <tom@tromey.com>
15402
15403 * psymtab.c (add_psymbol_to_bcache): Pass psymtab obstack to
15404 PSYMBOL_SET_LANGUAGE.
15405 (allocate_psymtab): Allocate psymtab on the psymtab obstack.
15406
15407 2019-01-10 Tom Tromey <tom@tromey.com>
15408
15409 * psymtab.h (psymtab_storage::obstack): New method.
15410 <m_obstack>: Rename from obstack; now private.
15411 * psymtab.c (psymtab_storage): Update.
15412 * dwarf2read.c (create_addrmap_from_index)
15413 (create_addrmap_from_aranges, dwarf2_build_psymtabs_hard):
15414 Update.
15415
15416 2019-01-10 Tom Tromey <tom@tromey.com>
15417
15418 * symfile.c (reread_symbols): Call objfile->reset_psymtabs.
15419 * objfiles.h (objfile::reset_psymtabs): New method.
15420
15421 2019-01-10 Tom Tromey <tom@tromey.com>
15422
15423 * symmisc.c (print_symbol_bcache_statistics): Update.
15424 (print_objfile_statistics): Update.
15425 * symfile.c (reread_symbols): Update.
15426 * psymtab.h (class psymtab_storage): New.
15427 * psymtab.c (psymtab_storage): New constructor.
15428 (~psymtab_storage): New destructor.
15429 (require_partial_symbols): Update.
15430 (ALL_OBJFILE_PSYMTABS_REQUIRED): Rewrite.
15431 (find_pc_sect_psymtab, find_pc_sect_psymbol)
15432 (match_partial_symbol, lookup_partial_symbol, dump_psymtab)
15433 (psym_dump, recursively_search_psymtabs, psym_has_symbols)
15434 (psym_find_compunit_symtab_by_address, sort_pst_symbols)
15435 (start_psymtab_common, end_psymtab_common)
15436 (add_psymbol_to_bcache, add_psymbol_to_list, init_psymbol_list)
15437 (allocate_psymtab): Update.
15438 (psymtab_storage::discard_psymtab): Rename from discard_psymtab.
15439 Update.
15440 (dump_psymtab_addrmap, maintenance_print_psymbols)
15441 (maintenance_check_psymtabs): Update.
15442 (class objfile_psymtabs): Move to objfiles.h.
15443 * psympriv.h (discard_psymtab): Now inline.
15444 (psymtab_discarder::psymtab_discarder): Update.
15445 (psymtab_discarder::~psymtab_discarder): Update.
15446 (ALL_OBJFILE_PSYMTABS): Rewrite.
15447 * objfiles.h (struct objfile) <psymtabs, psymtabs_addrmap,
15448 free_psymtabs, psymbol_cache, global_psymbols, static_psymbols>:
15449 Remove fields.
15450 <partial_symtabs>: New field.
15451 (class objfile_psymtabs): Move from psymtab.h. Update.
15452 * objfiles.c (objfile::objfile): Initialize partial_symtabs, not
15453 psymbol_cache.
15454 (objfile::~objfile): Don't destroy psymbol_cache.
15455 * mdebugread.c (parse_partial_symbols): Update.
15456 * dwarf2read.c (create_addrmap_from_index)
15457 (create_addrmap_from_aranges, dw2_find_pc_sect_compunit_symtab)
15458 (process_psymtab_comp_unit_reader, dwarf2_build_psymtabs_hard)
15459 (add_partial_subprogram, dwarf2_ranges_read): Update.
15460 * dwarf-index-write.c (write_address_map)
15461 (write_one_signatured_type, recursively_write_psymbols)
15462 (class debug_names, class debug_names, write_psymtabs_to_index):
15463 Update.
15464
15465 2019-01-10 Tom Tromey <tom@tromey.com>
15466
15467 * symtab.h (SYMBOL_SET_NAMES): Update.
15468 (symbol_set_names): Update.
15469 (MSYMBOL_SET_NAMES): Update.
15470 * symtab.c (symbol_set_names): Change argument to be an
15471 objfile_per_bfd_storage.
15472 * psymtab.c (add_psymbol_to_bcache): Update.
15473 * psympriv.h (PSYMBOL_SET_NAMES): Take per_bfd argument.
15474
15475 2019-01-10 Tom Tromey <tom@tromey.com>
15476
15477 * symtab.c (create_demangled_names_hash): Change argument to be an
15478 objfile_per_bfd_storage.
15479 (symbol_set_names): Update.
15480
15481 2019-01-10 Tom Tromey <tom@tromey.com>
15482
15483 * xcoffread.c (xcoff_initial_scan): Unconditionally call
15484 init_psymbol_list.
15485 * psymtab.c (init_psymbol_list): Do nothing if already called.
15486 * psympriv.h (init_psymbol_list): Add comment.
15487 * dwarf2read.c (dwarf2_build_psymtabs): Unconditionally call
15488 init_psymbol_list.
15489 * dbxread.c (dbx_symfile_read): Unconditionally call
15490 init_psymbol_list.
15491
15492 2019-01-10 Tom Tromey <tom@tromey.com>
15493
15494 * xcoffread.c (scan_xcoff_symtab): Update.
15495 * psymtab.c (add_psymbol_to_list): Replace "list" parameter with
15496 "where".
15497 * mdebugread.c (parse_partial_symbols)
15498 (handle_psymbol_enumerators): Update.
15499 * dwarf2read.c (add_partial_symbol, load_partial_dies): Update.
15500 * dbxread.c (read_dbx_symtab): Update.
15501 * psympriv.h (psymbol_placement): New enum.
15502 (add_psymbol_to_list): Update.
15503
15504 2019-01-10 Tom Tromey <tom@tromey.com>
15505
15506 * xcoffread.c (xcoff_start_psymtab): Remove global_psymbols and
15507 static_psymbols parameters.
15508 (scan_xcoff_symtab): Update.
15509 * psymtab.c (start_psymtab_common): Remove global_psymbols and
15510 static_psymbols parameters.
15511 * psympriv.h (start_psymtab_common): Update.
15512 * mdebugread.c (parse_partial_symbols): Update.
15513 * dwarf2read.c (create_partial_symtab): Update.
15514 * dbxread.c (read_dbx_symtab): Update.
15515 (start_psymtab): Remove global_psymbols and static_psymbols
15516 parameters.
15517
15518 2019-01-10 Tom Tromey <tom@tromey.com>
15519
15520 * xcoffread.c (xcoff_end_psymtab): Remove some initializations.
15521 * psymtab.c (allocate_psymtab): Add comment.
15522 * psympriv.h (allocate_psymtab): Add comment.
15523 * dwarf2read.c (dwarf2_create_include_psymtab): Remove some
15524 initializations.
15525 * dbxread.c (dbx_end_psymtab): Remove some initializations.
15526
15527 2019-01-10 Tom Tromey <tom@tromey.com>
15528
15529 * symfile.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15530 Don't declare.
15531 * mipsread.c: Include mdebugread.h.
15532 * mdebugread.h (mdebug_build_psymtabs, elfmdebug_build_psymtabs):
15533 Declare.
15534 * elfread.c: Include mdebugread.h.
15535
15536 2019-01-09 Tom Tromey <tom@tromey.com>
15537
15538 * dbxread.c (dbx_end_psymtab): Use objfile_psymtabs.
15539 * mdebugread.c (parse_partial_symbols): Use objfile_psymtabs.
15540 * psymtab.c (ALL_OBJFILE_PSYMTABS_REQUIRED): Remove.
15541 (psym_map_symtabs_matching_filename, find_pc_sect_psymtab)
15542 (psym_lookup_symbol, psym_find_last_source_symtab)
15543 (psym_forget_cached_source_info, psym_print_stats)
15544 (psym_expand_symtabs_for_function, psym_expand_all_symtabs)
15545 (psym_expand_symtabs_with_fullname, psym_map_symbol_filenames)
15546 (psym_map_matching_symbols, psym_expand_symtabs_matching)
15547 (psym_find_compunit_symtab_by_address)
15548 (maintenance_print_psymbols, maintenance_info_psymtabs)
15549 (maintenance_check_psymtabs): Use ranged for.
15550 * psymtab.h (class objfile_psymtabs): New.
15551 (require_partial_symbols): Return objfile_psymtabs.
15552 * psympriv.h (ALL_OBJFILE_PSYMTABS): Remove.
15553
15554 2019-01-09 Tom Tromey <tom@tromey.com>
15555
15556 * symfile.c (overlay_invalidate_all, find_pc_overlay)
15557 (find_pc_mapped_section, list_overlays_command)
15558 (map_overlay_command, unmap_overlay_command)
15559 (simple_overlay_update): Use all_objfiles.
15560 * spu-tdep.c (spu_overlay_update): Use all_objfiles.
15561 * printcmd.c (info_symbol_command): Use all_objfiles.
15562 * objfiles.h (ALL_OBJSECTIONS): Remove.
15563 * maint.c (maintenance_translate_address): Use all_objfiles.
15564 * gcore.c (gcore_create_callback): Use all_objfiles.
15565 (objfile_find_memory_regions): Likewise.
15566
15567 2019-01-09 Tom Tromey <tom@tromey.com>
15568
15569 * symtab.c (find_line_symtab, info_sources_command)
15570 (make_source_files_completion_list): Use objfile_compunits.
15571 * source.c (select_source_symtab): Use objfile_compunits.
15572 * objfiles.h (struct objfile): Update comment.
15573 (ALL_OBJFILES): Remove.
15574 (ALL_FILETABS): Remove.
15575 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Use
15576 objfile_compunits.
15577
15578 2019-01-09 Tom Tromey <tom@tromey.com>
15579
15580 * symmisc.c (print_objfile_statistics, dump_objfile)
15581 (maintenance_print_symbols): Use compunit_filetabs.
15582 * source.c (forget_cached_source_info_for_objfile): Use
15583 compunit_filetabs.
15584 * objfiles.h (ALL_OBJFILE_FILETABS): Remove.
15585 (ALL_FILETABS): Use compunit_filetabs.
15586 * objfiles.c (objfile_relocate1): Use compunit_filetabs.
15587 * coffread.c (coff_symtab_read): Use compunit_filetabs.
15588
15589 2019-01-09 Tom Tromey <tom@tromey.com>
15590
15591 * symtab.h (ALL_COMPUNIT_FILETABS): Remove.
15592 (compunit_filetabs): New.
15593 * symtab.c (iterate_over_some_symtabs, find_pc_sect_line): Use
15594 compunit_filetabs.
15595 (info_sources_command, make_source_files_completion_list): Remove
15596 declaration.
15597 * symmisc.c (print_objfile_statistics, dump_objfile)
15598 (maintenance_print_symbols): Remove declaration.
15599 (maintenance_info_symtabs): Use compunit_filetabs.
15600 (maintenance_info_line_tables): Likewise.
15601 * source.c (select_source_symtab): Change local variable name.
15602 (forget_cached_source_info_for_objfile): Remove declaration.
15603 * objfiles.h (ALL_OBJFILE_FILETABS): Use compunit_filetabs.
15604 * objfiles.c (objfile_relocate1): Remove declaration.
15605 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15606 declaration.
15607 * maint.c (count_symtabs_and_blocks): Use compunit_filetabs.
15608 * coffread.c (coff_symtab_read): Remove declaration.
15609 * buildsym.c (buildsym_compunit::end_symtab_with_blockvector): Use
15610 compunit_filetabs.
15611
15612 2019-01-09 Tom Tromey <tom@tromey.com>
15613
15614 * symtab.c (lookup_objfile_from_block)
15615 (find_pc_sect_compunit_symtab, search_symbols)
15616 (default_collect_symbol_completion_matches_break_on): Use
15617 objfile_compunits.
15618 * objfiles.h (ALL_COMPUNITS): Remove.
15619 * maint.c (count_symtabs_and_blocks): Use objfile_compunits.
15620 * cp-support.c (add_symbol_overload_list_qualified): Use
15621 objfile_compunits.
15622 * ada-lang.c (ada_collect_symbol_completion_matches)
15623 (ada_add_global_exceptions): Use objfile_compunits.
15624
15625 2019-01-09 Tom Tromey <tom@tromey.com>
15626
15627 * source.c (select_source_symtab)
15628 (forget_cached_source_info_for_objfile): Remove declaration.
15629 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Remove
15630 declaration.
15631 * maint.c (count_symtabs_and_blocks): Remove declaration.
15632 * cp-support.c (add_symbol_overload_list_qualified): Remove
15633 declaration.
15634 * coffread.c (coff_symtab_read): Remove declaration.
15635 * symtab.c (lookup_symbol_in_objfile_symtabs)
15636 (basic_lookup_transparent_type_1): Use objfile_compunits.
15637 (lookup_objfile_from_block, find_pc_sect_compunit_symtab)
15638 (info_sources_command, search_symbols)
15639 (default_collect_symbol_completion_matches_break_on)
15640 (make_source_files_completion_list): Remove declaration.
15641 * ada-lang.c (add_nonlocal_symbols): Use objfile_compunits.
15642 (ada_collect_symbol_completion_matches)
15643 (ada_add_global_exceptions): Remove declaration.
15644 * linespec.c (iterate_over_all_matching_symtabs): Use
15645 objfile_compunits.
15646 * objfiles.h (ALL_OBJFILE_COMPUNITS): Remove.
15647 (class objfile_compunits): New.
15648 (ALL_COMPUNITS): Use objfile_compunits.
15649 * symmisc.c (print_objfile_statistics, maintenance_info_symtabs)
15650 (maintenance_check_symtabs, maintenance_info_line_tables): Use
15651 objfile_compunits.
15652 * objfiles.c (objfile_relocate1): Use objfile_compunits.
15653
15654 2019-01-09 Tom Tromey <tom@tromey.com>
15655
15656 * symtab.c (search_symbols)
15657 (default_collect_symbol_completion_matches_break_on): Use
15658 objfile_msymbols.
15659 * ada-lang.c (ada_lookup_simple_minsym)
15660 (ada_collect_symbol_completion_matches): Use objfile_msymbols.
15661 * minsyms.c (find_solib_trampoline_target): Use objfile_msymbols.
15662 * hppa-tdep.c (hppa_lookup_stub_minimal_symbol): Use
15663 objfile_msymbols.
15664 * coffread.c (coff_symfile_read): Use objfile_msymbols.
15665 * symmisc.c (dump_msymbols): Use objfile_msymbols.
15666 * objc-lang.c (find_methods): Use objfile_msymbols.
15667 (info_selectors_command, info_classes_command): Likewise.
15668 * stabsread.c (scan_file_globals): Use objfile_msymbols.
15669 * objfiles.h (class objfile_msymbols): New.
15670 (ALL_OBJFILE_MSYMBOLS): Remove.
15671 (ALL_MSYMBOLS): Remove.
15672
15673 2019-01-09 Tom Tromey <tom@tromey.com>
15674
15675 * common/next-iterator.h (next_adapter): Add Iterator template
15676 parameter.
15677 * objfiles.h (ALL_OBJFILES_SAFE): Remove.
15678 (class all_objfiles_safe): New.
15679 * jit.c (jit_inferior_exit_hook): Use all_objfiles_safe.
15680 * objfiles.c (put_objfile_before): Update comment.
15681 (add_separate_debug_objfile): Likewise.
15682 (free_all_objfiles): Use all_objfiles_safe.
15683 (objfile_purge_solibs): Likewise.
15684
15685 2019-01-09 Tom Tromey <tom@tromey.com>
15686
15687 * symtab.c (iterate_over_symtabs, matching_obj_sections)
15688 (expand_symtab_containing_pc, lookup_static_symbol)
15689 (basic_lookup_transparent_type, find_pc_sect_compunit_symtab)
15690 (find_symbol_at_address, find_line_symtab, find_main_name): Use
15691 all_objfiles.
15692 * probe.c (find_probe_by_pc, collect_probes): Use all_objfiles.
15693 * breakpoint.c (create_overlay_event_breakpoint)
15694 (create_longjmp_master_breakpoint)
15695 (create_std_terminate_master_breakpoint)
15696 (create_exception_master_breakpoint): Use all_objfiles.
15697 * linux-thread-db.c (try_thread_db_load_from_pdir)
15698 (has_libpthread): Use all_objfiles.
15699 * ada-lang.c (add_nonlocal_symbols): Use all_objfiles.
15700 * linespec.c (iterate_over_all_matching_symtabs)
15701 (search_minsyms_for_name): Use all_objfiles.
15702 * maint.c (maintenance_info_sections): Use all_objfiles.
15703 * main.c (captured_main_1): Use all_objfiles.
15704 * spu-tdep.c (spu_objfile_from_frame): Use all_objfiles.
15705 * guile/scm-objfile.c (gdbscm_objfiles): Use all_objfiles.
15706 * guile/scm-pretty-print.c
15707 (ppscm_find_pretty_printer_from_objfiles): Use all_objfiles.
15708 * solib-spu.c (append_ocl_sos): Use all_objfiles.
15709 * symmisc.c (maintenance_print_symbols): Use all_objfiles.
15710 (maintenance_print_msymbols): Use all_objfiles.
15711 * source.c (select_source_symtab): Use all_objfiles.
15712 * jit.c (jit_find_objf_with_entry_addr): Use all_objfiles.
15713 * symfile.c (remove_symbol_file_command)
15714 (expand_symtabs_matching, map_symbol_filenames): Use
15715 all_objfiles.
15716 * ppc-linux-tdep.c (ppc_linux_spe_context_inferior_created): Use
15717 all_objfiles.
15718 * dwarf2-frame.c (dwarf2_frame_find_fde): Use all_objfiles.
15719 * objc-lang.c (find_methods): Use all_objfiles.
15720 * objfiles.c (have_partial_symbols, have_full_symbols)
15721 (have_minimal_symbols, qsort_cmp)
15722 (default_iterate_over_objfiles_in_search_order): Use
15723 all_objfiles.
15724 * hppa-tdep.c (find_unwind_entry): Use all_objfiles.
15725 * psymtab.c (maintenance_print_psymbols): Use all_objfiles.
15726 (maintenance_check_psymtabs): Use all_objfiles.
15727 (ALL_PSYMTABS): Remove.
15728 * compile/compile-object-run.c (do_module_cleanup): Use
15729 all_objfiles.
15730 * blockframe.c (find_pc_partial_function): Use all_objfiles.
15731 * cp-support.c (add_symbol_overload_list_qualified): Use
15732 all_objfiles.
15733 * windows-tdep.c (windows_iterate_over_objfiles_in_search_order):
15734 Use all_objfiles.
15735 * dwarf-index-write.c (save_gdb_index_command): Use all_objfiles.
15736 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): Use
15737 all_objfiles.
15738 * python/py-objfile.c (objfpy_lookup_objfile_by_name)
15739 (objfpy_lookup_objfile_by_build_id): Use all_objfiles.
15740 * python/py-prettyprint.c (find_pretty_printer_from_objfiles):
15741 Uses all_objfiles.
15742 * solib.c (solib_read_symbols): Use all_objfiles
15743
15744 2019-01-09 Tom Tromey <tom@tromey.com>
15745
15746 * probe.c (parse_probes_in_pspace): Use all_objfiles.
15747 * guile/scm-progspace.c (gdbscm_progspace_objfiles): Use
15748 all_objfiles.
15749 * objfiles.h (ALL_PSPACE_OBJFILES): Remove.
15750 * symmisc.c (print_symbol_bcache_statistics)
15751 (print_objfile_statistics, maintenance_print_objfiles)
15752 (maintenance_info_symtabs, maintenance_check_symtabs)
15753 (maintenance_expand_symtabs, maintenance_info_line_tables): Use
15754 all_objfiles.
15755 * source.c (forget_cached_source_info): Use all_objfiles.
15756 * symfile-debug.c (set_debug_symfile): Use all_objfiles.
15757 * elfread.c (elf_gnu_ifunc_resolve_by_cache)
15758 (elf_gnu_ifunc_resolve_by_got): Use all_objfiles.
15759 * objfiles.c (update_section_map): Use all_objfiles.
15760 (shared_objfile_contains_address_p): Likewise.
15761 * psymtab.c (maintenance_info_psymtabs): Use all_objfiles.
15762 * python/py-progspace.c (pspy_get_objfiles): Use all_objfiles.
15763
15764 2019-01-09 Tom Tromey <tom@tromey.com>
15765
15766 * common/next-iterator.h: New file.
15767 * objfiles.h (class all_objfiles): New.
15768 (struct objfile_iterator): New.
15769
15770 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15771
15772 * NEWS: Move the description of the changed "frame", "select-frame",
15773 and "info frame" commands to the Changed commands section.
15774
15775 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
15776
15777 * gdbtypes.c (check_stub_method_group): Remove handling of old
15778 mangling schemes.
15779 * linespec.c (find_methods): Likewise.
15780 * stabsread.c (read_member_functions): Likewise.
15781 * valops.c (search_struct_method): Likewise.
15782 (value_struct_elt_for_reference): Likewise.
15783 * NEWS: Mention this change.
15784
15785 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
15786
15787 * cli/cli-cmds.c (list_command): Pass a source_lines_range to
15788 print_source_lines.
15789 * source.c (print_source_lines_base): Update line number check.
15790 (print_source_lines): New function.
15791 (source_lines_range::source_lines_range): New function.
15792 * source.h (class source_lines_range): New class.
15793 (print_source_lines): New declaration.
15794
15795 2019-01-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15796
15797 * linespec.c (linespec_state_destructor): Free self->canonical_names.
15798
15799 2019-01-08 Tom Tromey <tom@tromey.com>
15800 Simon Marchi <simon.marchi@ericsson.com>
15801
15802 PR gdb/24060
15803 * ada-exp.y (DOLLAR_VARIABLE): Rename from SPECIAL_VARIABLE.
15804 * ada-lex.l (DOLLAR_VARIABLE): Likewise.
15805 * c-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15806 * f-exp.y (DOLLAR_VARIABLE): Likewise.
15807 * m2-exp.y (DOLLAR_VARIABLE): Rename from INTERNAL_VAR.
15808 * p-exp.y (DOLLAR_VARIABLE): Rename from VARIABLE.
15809
15810 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15811
15812 * source.c (select_source_symtab): Move header comment to
15813 declaration in source.h.
15814 (forget_cached_source_info_for_objfile): Likewise.
15815 (forget_cached_source_info): Likewise.
15816 (identify_source_line): Likewise.
15817 * source.h (identify_source_line): Move declaration from symtab.h
15818 and add comment from source.c
15819 (print_source_lines): Likewise.
15820 (forget_cached_source_info_for_objfile): Likewise.
15821 (forget_cached_source_info): Likewise.
15822 (select_source_symtab): Likewise.
15823 (enum print_source_lines_flag): Move definition from symtab.h.
15824 * symtab.h (identify_source_line): Move declaration to source.h.
15825 (print_source_lines): Likewise.
15826 (forget_cached_source_info_for_objfile): Likewise.
15827 (forget_cached_source_info): Likewise.
15828 (select_source_symtab): Likewise.
15829 (enum print_source_lines_flag): Move definition to source.h.
15830 * tui/tui-hooks.c: Add 'source.h' include.
15831
15832 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15833
15834 * source.c (print_source_lines_base): Handle requests to print
15835 reverse line number sequences, and guard against empty lines
15836 string.
15837
15838 2019-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
15839
15840 * source.c (print_source_lines_base): Fix skip of '\r' if next
15841 character is '\n'.
15842
15843 2019-01-06 Tom Tromey <tom@tromey.com>
15844
15845 * c-exp.y (struct c_parse_state) <macro_original_text,
15846 expansion_obstack>: New member.
15847 (macro_original_text, expansion_obstack): Remove globals.
15848 (scan_macro_expansion, scanning_macro_expansion)
15849 (finished_macro_expansion): Update.
15850 (scan_macro_cleanup): Remove.
15851 (yylex, c_parse): Update.
15852
15853 2019-01-06 Tom Tromey <tom@tromey.com>
15854
15855 * c-exp.y (struct c_parse_state) <strings>: New member.
15856 (operator_stoken): Update.
15857
15858 2019-01-06 Tom Tromey <tom@tromey.com>
15859
15860 * parser-defs.h (type_ptr): Remove typedef. Don't declare VEC.
15861 (union type_stack_elt) <typelist_val>: Now a pointer to
15862 std::vector.
15863 (type_stack_cleanup): Don't declare.
15864 (push_typelist): Update.
15865 * parse.c (pop_typelist): Return a std::vector.
15866 (push_typelist): Take a std::vector.
15867 (follow_types): Update. Do not free args.
15868 (type_stack_cleanup): Remove.
15869 * c-exp.y (struct c_parse_state): New.
15870 (cpstate): New global.
15871 (type_aggregate_p, exp, ptr_operator, parameter_typelist)
15872 (nonempty_typelist): Update.
15873 (func_mod): Create a new vector.
15874 (c_parse): Create a c_parse_state.
15875 (check_parameter_typelist): Do not delete params.
15876 (function_method): Update. Do not delete type_list.
15877
15878 2019-01-06 Tom Tromey <tom@tromey.com>
15879
15880 PR gdb/28155:
15881 * python/py-finishbreakpoint.c (bpfinishpy_init): Use
15882 check_typedef.
15883 * infcmd.c (finish_command_fsm_should_stop): Use check_typedef.
15884 (print_return_value): Likewise.
15885
15886 2019-01-05 Tom Tromey <tom@tromey.com>
15887
15888 * contrib/cleanup_check.py: Remove.
15889 * contrib/gcc-with-excheck: Remove.
15890 * contrib/exsummary.py: Remove.
15891 * contrib/excheck.py: Remove.
15892
15893 2019-01-05 Joel Brobecker <brobecker@adacore.com>
15894
15895 * thread.c (delete_thread_1): Add gdb_assert that THR is not
15896 NULL. Initialize tpprev to NULL instead of assigning it
15897 to NULL on the next statement.
15898 * windows-nat.c (windows_delete_thread): Remove check for
15899 main_thread_id before printing thread exit notifications.
15900 (get_windows_debug_event) <EXIT_THREAD_DEBUG_EVENT>:
15901 Remove thread ID check against main_thread_id.
15902 <CREATE_PROCESS_DEBUG_EVENT>: Remove call to
15903 windows_delete_thread.
15904 <EXIT_PROCESS_DEBUG_EVENT>: Add call to windows_delete_thread.
15905
15906 2019-01-04 Tom Tromey <tom@tromey.com>
15907
15908 * compile/compile.c (_initialize_compile): Use upper case for
15909 metasyntactic variables.
15910 * symmisc.c (_initialize_symmisc): Use upper case for
15911 metasyntactic variables.
15912 * psymtab.c (_initialize_psymtab): Use upper case for
15913 metasyntactic variables.
15914 * demangle.c (demangle_command): Use upper case for metasyntactic
15915 variables.
15916 (_initialize_demangler): Likewise.
15917 * ax-gdb.c (_initialize_ax_gdb): Use upper case for metasyntactic
15918 variables.
15919
15920 2019-01-03 Tom Tromey <tom@tromey.com>
15921
15922 * tui/tui-source.c (tui_set_source_content): Use xstrdup.
15923
15924 2019-01-03 Tom Tromey <tom@tromey.com>
15925
15926 * python/py-symtab.c (salpy_str): Update.
15927 (struct salpy_sal_object) <symtab>: Now a PyObject.
15928 (salpy_dealloc): Update.
15929 (del_objfile_sal): Use gdbpy_ref.
15930
15931 2019-01-03 Tom Tromey <tom@tromey.com>
15932
15933 * python/py-type.c (convert_field): Use new_reference. Return
15934 gdbpy_ref.
15935 (make_fielditem): Return gdbpy_ref.
15936 (typy_fields): Update.
15937 (typy_getitem): Update.
15938 (field_name): Return gdbpy_ref. Use new_reference.
15939 (typy_iterator_iternext): Update.
15940
15941 2019-01-03 Tom Tromey <tom@tromey.com>
15942
15943 * python/py-record.c (gdbpy_stop_recording): Use Py_RETURN_NONE.
15944
15945 2019-01-03 Tom Tromey <tom@tromey.com>
15946
15947 * python/py-value.c (valpy_dealloc): Use Py_XDECREF.
15948 * python/py-type.c (typy_fields_items): Use gdbpy_ref.
15949 * python/py-progspace.c (pspy_set_printers): Use gdbpy_ref.
15950 (pspy_set_frame_filters, pspy_set_frame_unwinders)
15951 (pspy_set_type_printers): Likewise.
15952 * python/py-function.c (fnpy_init): Use gdbpy_ref.
15953 * python/py-cmd.c (cmdpy_init): Use gdbpy_ref.
15954 * python/py-objfile.c (objfpy_set_printers): Use gdbpy_ref.
15955 (objfpy_set_frame_filters, objfpy_set_frame_unwinders)
15956 (objfpy_set_type_printers): Likewise.
15957
15958 2019-01-03 Tom Tromey <tom@tromey.com>
15959
15960 * python/python.c (gdbpy_enter, ~gdbpy_enter): Update.
15961 (gdbpy_print_stack): Use gdbpy_err_fetch.
15962 * python/python-internal.h (class gdbpy_err_fetch): New class.
15963 (class gdbpy_enter) <m_error_type, m_error_value,
15964 m_error_traceback>: Remove.
15965 <m_error>: New member.
15966 (gdbpy_exception_to_string): Don't declare.
15967 * python/py-varobj.c (py_varobj_iter_next): Use gdbpy_err_fetch.
15968 * python/py-value.c (convert_value_from_python): Use
15969 gdbpy_err_fetch.
15970 * python/py-utils.c (gdbpy_err_fetch::to_string): Rename from
15971 gdbpy_exception_to_string.
15972 (gdbpy_handle_exception): Use gdbpy_err_fetch.
15973 * python/py-prettyprint.c (print_stack_unless_memory_error): Use
15974 gdbpy_err_fetch.
15975
15976 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15977
15978 * linux-nat.c (delete_lwp_cleanup): Delete.
15979 (struct lwp_deleter): New struct.
15980 (lwp_info_up): New typedef.
15981 (linux_nat_target::follow_fork): Delete cleanup, and make use of
15982 lwp_info_up.
15983
15984 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15985
15986 * linux-fork.c (class scoped_switch_fork_info): New class.
15987 (inferior_call_waitpid): Update to use scoped_switch_fork_info.
15988
15989 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15990
15991 * valops.c (find_overload_match): Remove use of null_cleanup, and
15992 calls to do_cleanups.
15993
15994 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
15995
15996 * compile/compile-cplus-types.c
15997 (compile_cplus_instance::decl_name): Handle changes to
15998 cp_func_name.
15999 * cp-support.c (cp_func_name): Update header comment, update
16000 return type.
16001 * cp-support.h (cp_func_name): Update return type in declaration.
16002 * valops.c (find_overload_match): Move temp_func local to top
16003 level of function and change its type. Use temp_func to hold and
16004 delete temporary string obtained from cp_func_name.
16005
16006 2019-01-03 Andrew Burgess <andrew.burgess@embecosm.com>
16007
16008 * remote.c (remote_target::remote_check_symbols): Convert `msg` to
16009 gdb::char_vector, remove cleanup, and update uses of `msg`.
16010
16011 2019-01-03 Jim Wilson <jimw@sifive.com>
16012
16013 * riscv-tdep.c (riscv_freg_feature): Drop s0 name from f8.
16014
16015 2019-01-02 Tom Tromey <tom@tromey.com>
16016
16017 * xml-tdesc.c (xml_cache): Hold a target_desc_up.
16018 (tdesc_parse_xml): Remove cleanups.
16019 * target-descriptions.h (make_cleanup_free_target_description):
16020 Don't declare.
16021 (target_desc_deleter): New struct.
16022 (target_desc_up): New typedef.
16023 * target-descriptions.c (target_desc_deleter::operator()): Rename
16024 from free_target_description.
16025 (make_cleanup_free_target_description): Remove.
16026
16027 2019-01-02 Tom Tromey <tom@tromey.com>
16028
16029 * linespec.c (struct linespec_parser): Rename from ls_parser. Add
16030 constructor, destructor.
16031 (linespec_parser): Remove typedef.
16032 (~linespec_parser): Rename from linespec_parser_delete.
16033 (linespec_lex_to_end, linespec_complete_label)
16034 (linespec_complete): Update.
16035 (decode_line_full): Remove cleanups.
16036 (decode_line_1): Update.
16037
16038 2019-01-02 Tom Tromey <tom@tromey.com>
16039
16040 * python/python-internal.h (inferior_to_inferior_object): Change
16041 return type.
16042 * python/py-exitedevent.c (create_exited_event_object): Update.
16043 * python/py-inferior.c (inferior_to_inferior_object): Return
16044 gdbpy_ref.
16045 (python_new_inferior, python_inferior_deleted)
16046 (thread_to_thread_object, delete_thread_object)
16047 (build_inferior_list, gdbpy_selected_inferior): Update.
16048 * python/py-infthread.c (create_thread_object): Update. Also fail
16049 if inferior_to_inferior_object fails.
16050
16051 2019-01-02 Simon Marchi <simon.marchi@ericsson.com>
16052
16053 * inferior.h (class inferior) <displaced_step_state>: New field.
16054 * infrun.h (struct displaced_step_state): Move here from
16055 infrun.c. Initialize fields, add constructor.
16056 <inf>: Remove field.
16057 <reset>: New method.
16058 * infrun.c (struct displaced_step_inferior_state): Move to
16059 infrun.h.
16060 (displaced_step_inferior_states): Remove.
16061 (get_displaced_stepping_state): Adust.
16062 (displaced_step_in_progress_any_inferior): Adjust.
16063 (displaced_step_in_progress_thread): Adjust.
16064 (displaced_step_in_progress): Adjust.
16065 (add_displaced_stepping_state): Remove.
16066 (get_displaced_step_closure_by_addr): Adjust.
16067 (remove_displaced_stepping_state): Remove.
16068 (infrun_inferior_exit): Call displaced_step_state.reset.
16069 (use_displaced_stepping): Don't check for NULL.
16070 (displaced_step_prepare_throw): Call
16071 get_displaced_stepping_state.
16072 (displaced_step_fixup): Don't check for NULL.
16073 (prepare_for_detach): Don't check for NULL.
16074
16075 2019-01-02 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16076
16077 * infcall.c (call_function_by_hand_dummy): cleanup/destroy sm
16078 in case of call that did not complete.
16079
16080 2019-01-02 Andrey Utkin <autkin@undo.io>
16081
16082 * symfile.c (find_separate_debug_file): Fix search of debug files for
16083 remote debuggee.
16084
16085 2019-01-02 Tom Tromey <tom@tromey.com>
16086
16087 * python/py-inferior.c (gdbpy_initialize_inferior): Fix
16088 indentation.
16089 * python/py-frame.c (frapy_older): Remove cast.
16090 (frapy_newer): Likewise.
16091 * python/py-breakpoint.c (local_setattro): Remove cast.
16092 * python/py-arch.c (archpy_name): Remove local variable.
16093 * python/py-type.c (gdbpy_lookup_type): Remove cast.
16094
16095 2019-01-02 Joel Brobecker <brobecker@adacore.com>
16096
16097 * unittests/basic_string_view/element_access/char/empty.cc:
16098 Fix year range in copyright header.
16099
16100 2019-01-01 Andrew Burgess <andrew.burgess@embecosm.com>
16101
16102 * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
16103 Delete.
16104 <operator==>: Update with for removed field.
16105 <hash>: Likewise.
16106 * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
16107 <isa_features>: ...this.
16108 <abi_features>: New field.
16109 (riscv_isa_flen): Update comment.
16110 (riscv_abi_xlen): New declaration.
16111 (riscv_abi_flen): New declaration.
16112 * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
16113 isa_features.
16114 (riscv_abi_xlen): New function.
16115 (riscv_isa_flen): Update to get answer from isa_features.
16116 (riscv_abi_flen): New function.
16117 (riscv_has_fp_abi): Update to get answer from abi_features.
16118 (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
16119 xlen and flen.
16120 (riscv_call_info) <xlen, flen>: Update comment.
16121 (riscv_call_arg_struct): Remove invalid assertions
16122 (riscv_features_from_gdbarch_info): Update now hw_float_abi field
16123 is removed.
16124 (riscv_gdbarch_init): Gather isa features and abi features
16125 separately, ensure both match on the gdbarch when reusing an old
16126 gdbarch. Relax an error check to allow 32-bit abi float to run on
16127 a target with 64-bit float hardware.
16128
16129 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16130
16131 * source.c (search_command_helper): Stop reverse search
16132 when line 1 has been searched.
16133
16134 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16135
16136 * record-full.c (record_full_base_target::close): Rewrite
16137 record_full_core_buf_list free logic.
16138
16139 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16140
16141 * break-catch-syscall.c (print_one_catch_syscall): xfree
16142 the last text.
16143
16144 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16145
16146 * top.c (print_gdb_version): Update Copyright year in version
16147 message.
16148
16149 2019-01-01 Joel Brobecker <brobecker@adacore.com>
16150
16151 Update copyright year range in all GDB files.
16152
16153 2019-01-01, 19 Joel Brobecker <brobecker@adacore.com>
16154
16155 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
16156
16157 For older changes see ChangeLog-2018.
16158 \f
16159 Local Variables:
16160 mode: change-log
16161 left-margin: 8
16162 fill-column: 74
16163 version-control: never
16164 coding: utf-8
16165 End:
16166
This page took 0.361604 seconds and 4 git commands to generate.