Python unwinder sniffer: PyExc_KeyboardInterrupt -> Quit
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
9ccabccd
PA
12017-11-16 Pedro Alves <palves@redhat.com>
2
3 * python/py-unwind.c (pyuw_sniffer): Translate
4 PyExc_KeyboardInterrupt to a GDB Quit exception.
5
d930703d
PA
62017-11-16 Pedro Alves <palves@redhat.com>
7
8 * infrun.c (resume_cleanups): Delete.
9 (resume): No longer install a resume_cleanups cleanup nor call
10 QUIT.
11 (proceed): Pass the terminal to the inferior.
12 (keep_going_pass_signal): No longer install a resume_cleanups
13 cleanup.
14
38dc2859
PA
152017-11-16 Pedro Alves <palves@redhat.com>
16
17 * inf-loop.c (inferior_event_handler): Don't swallow the exception
18 if the prompt is blocked.
19
688fca4f
PA
202017-11-16 Pedro Alves <palves@redhat.com>
21
22 * breakpoint.c (insert_bp_location): Replace bp_err and
23 bp_err_message locals by a gdb_exception local.
24
e2c33ac7
PA
252017-11-16 Pedro Alves <palves@redhat.com>
26
27 * inflow.c (scoped_ignore_sigttou): New class.
28 (child_terminal_ours_1, new_tty): Use it.
29
d7236961
UW
302017-11-16 Ulrich Weigand <uweigand@de.ibm.com>
31
32 * target-float.c (decimal_from_number): Add byte_order argument and
33 call match_endianness. Error if unknown floating-point type.
34 (decimal_to_number): Add byte_order argument and call match_endianness.
35 (decimal_from_longest): Update call. Do not call match_endianness.
36 (decimal_from_ulongest): Likewise.
37 (decimal_binop): Likewise.
38 (decimal_is_zero): Likewise.
39 (decimal_compare): Likewise.
40 (decimal_convert): Likewise.
41
d8ae99a7
PM
422017-11-16 Phil Muldoon <pmuldoon@redhat.com>
43
44 * python/python.c (gdbpy_rbreak): New function.
45 * NEWS: Document Python rbreak feature.
46
c632b645
YQ
472017-11-16 Yao Qi <yao.qi@linaro.org>
48
49 * features/tic6x-c62x.xml: Remove.
50 * features/tic6x-c64x.xml: Remove.
51 * features/tic6x-c64xp.xml: Remove.
52
a014b87a
JB
532017-11-15 John Baldwin <jhb@FreeBSD.org>
54
55 * symtab.h: Include <array>.
56
94765011
JB
572017-11-15 John Baldwin <jhb@FreeBSD.org>
58
59 * bsd-kvm.c (bsd_kvm_cmd): Constify 'arg'.
60 (bsd_kvm_proc_cmd): Likewise.
61
625ad440
SM
622017-11-15 Simon Marchi <simon.marchi@ericsson.com>
63
64 * tui/tui-win.c (window_name_completer): Replace VEC with
65 std::vector.
66
c0c11fa9
AC
672017-11-15 Andrew Cagney <cagney@gnu.org>
68
69 * MAINTAINERS: Remove no-longer applicable entries.
70
34a7ebaf
AC
712017-11-15 Andrew Cagney <cagney@gnu.org>
72
73 * MAINTAINERS: Move self to Past Maintainers.
74
5334ef39
YQ
752017-11-15 Yao Qi <yao.qi@linaro.org>
76
77 * features/Makefile (XMLTOC): Remove nios2-linux.xml.
78 * features/nios2-linux.c: Remove.
79 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Don't call
80 initialize_tdesc_nios2_linux.
81
a714b0d6
YQ
822017-11-15 Yao Qi <yao.qi@linaro.org>
83
84 * m68hc11-tdep.c (M68HC11_NUM_REGS): Change it to
85 M68HC11_LAST_HARD_REG + 1.
86
92ffd475
PC
872017-11-14 Paul Carroll <pcarroll@codesourcery.com>
88
89 PR gdb/22388
90 * remote.c (remote_write_bytes_aux, remote_read_bytes_1,
91 remote_read_bytes, remote_write_qxfer, remote_xfer_partial):
92 Return TARGET_XFER_EOF if size of returned data is 0.
93
07431908
SM
942017-11-14 Simon Marchi <simon.marchi@ericsson.com>
95
96 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
97 memory-map-selftests.c.
98 (SUBDIR_UNITTESTS_OBS): Add memory-map-selftests.o.
99 * memory-map.c (memory_map_start_memory): Fix computation of hi
100 address.
101 * unittests/memory-map-selftests.c: New file.
102
31432a67
JB
1032017-11-09 Joel Brobecker <brobecker@adacore.com>
104
105 * ada-lang.c: Fix some typos in the general command documenting
106 how Ada expressions are being evaluated and how their result
107 is printed.
108
e793c052
TT
1092017-11-09 Tom Tromey <tom@tromey.com>
110
111 * psymtab.c (psymbol_hash): Do not hash string contents.
112 (psymbol_compare): Add comment.
113
7e8835c5
TT
1142017-11-09 Tom Tromey <tom@tromey.com>
115
116 * dictionary.c (dict_hash): Move "TKB" check into the "switch".
117
286acbb5
JB
1182017-11-08 Joel Brobecker <brobecker@adacore.com>
119
120 * ada-exp.y (write_var_from_sym): Remove parameter
121 "orig_left_context". Update all callers.
122
b44ec619
SM
1232017-11-08 Simon Marchi <simon.marchi@ericsson.com>
124
125 * tracepoint.h (class collection_list) <stringify>: Return
126 std::vector<std::string>.
127 (encode_actions_rsp): Change parameters to
128 std::vector<std::string> *.
129 * tracepoint.c (collection_list::stringify): Return
130 std::vector<std::string> and adjust accordingly.
131 (encode_actions_rsp): Changee parameters to
132 std::vector<std::string> and adjust accordingly.
133 * remote.c (free_actions_list),
134 free_actions_list_cleanup_wrapper): Remove.
135 (remote_download_tracepoint): Adjust to std::vector.
136
2f4732b0
TT
1372017-11-08 Tom Tromey <tom@tromey.com>
138
139 * dwarf2read.c (symbolp): Remove typedef.
140 (read_func_scope): Use std::vector.
141 (process_structure_scope): Use std::vector.
142
f9d67a22
PA
1432017-11-08 Pedro Alves <palves@redhat.com>
144
145 * ada-lang.c (ada_make_symbol_completion_list): Use
146 completion_skip_symbol.
147 * symtab.c (symbol_is_function_or_method(minimal_symbol*)): New.
148 (symbol_is_function_or_method(symbol*)): New.
149 (add_symtab_completions): Add complete_symbol_mode parameter. Use
150 completion_skip_symbol.
151 (default_collect_symbol_completion_matches_break_on): Use
152 completion_skip_symbol. Pass down mode.
153 (collect_file_symbol_completion_matches): Pass down mode.
154 * symtab.h (symbol_is_function_or_method): New declarations.
155 (completion_skip_symbol): New template function.
156
56d87ef7
PA
1572017-11-08 Pedro Alves <palves@redhat.com>
158
159 * linespec.c (iterate_over_all_matching_symtabs): Add
160 search_domain parameter. Pass it down to expand_symtabs_matching.
161 (decode_objc): Request FUNCTIONS_DOMAIN symbols only.
162 (lookup_prefix_sym): Adjust by passing ALL_DOMAIN as
163 search_domain.
164 (add_all_symbol_names_from_pspace): Add search_domain parameter.
165 Pass it down.
166 (find_method, find_function_symbols): Request FUNCTIONS_DOMAIN
167 symbols.
168 (add_matching_symbols_to_info): Add search_domain parameter. Pass
169 it down.
170
1b026119
PA
1712017-11-08 Pedro Alves <palves@redhat.com>
172
173 * ada-lang.c (ada_make_symbol_completion_list): Remove text and
174 text_len locals and don't pass them down.
175 * symtab.c (completion_list_add_name): Remove
176 sym_text/sym_text_len parameters and adjust.
177 (completion_list_add_symbol, completion_list_add_msymbol)
178 (completion_list_objc_symbol, completion_list_add_fields)
179 (add_symtab_completions): Likewise.
180 (default_collect_symbol_completion_matches_break_on)
181 (collect_file_symbol_completion_matches): Remove sym_text_len
182 local and don't pass it down.
183 * symtab.h (completion_list_add_name): Remove
184 sym_text/sym_text_len parameters.
185
c62446b1
PA
1862017-11-08 Pedro Alves <palves@redhat.com>
187
188 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
189 unittests/lookup_name_info-selftests.c.
190 (SUBDIR_UNITTESTS_OBS): Add lookup_name_info-selftests.o.
191 * cp-support.c: Include "selftest.h".
192 (cp_remove_params_1): Rename from cp_remove_params. Add
193 'require_param' parameter, and handle it.
194 (cp_remove_params): Reimplement.
195 (cp_remove_params_if_any): New.
196 (selftests::quote): New.
197 (selftests::check_remove_params): New.
198 (selftests::test_cp_remove_params): New.
199 (_initialize_cp_support): Install
200 selftests::test_cp_remove_params.
201 * cp-support.h (cp_remove_params_if_any): Declare.
202 * dwarf2read.c :Include "selftest.h".
203 (dw2_expand_symtabs_matching_symbol): Use
204 lookup_name_info::make_ignore_params.
205 (selftests::dw2_expand_symtabs_matching::mock_mapped_index)
206 (selftests::dw2_expand_symtabs_matching::string_or_null)
207 (selftests::dw2_expand_symtabs_matching::check_match)
208 (selftests::dw2_expand_symtabs_matching::test_symbols)
209 (selftests::dw2_expand_symtabs_matching::run_test): New.
210 (_initialize_dwarf2_read): Register
211 selftests::dw2_expand_symtabs_matching::run_test.
212 * psymtab.c (psym_expand_symtabs_matching): Use
213 lookup_name_info::make_ignore_params.
214 * symtab.c (demangle_for_lookup_info::demangle_for_lookup_info):
215 If the lookup name wants to ignore parameters, strip them.
216 (compare_symbol_name): Remove sym_text/sym_text_len parameters and
217 code handling '('.
218 (completion_list_add_name): Don't pass down sym_text/sym_text_len.
219 (default_collect_symbol_completion_matches_break_on): Don't try to
220 strip parameters.
221 * symtab.h (lookup_name_info::lookup_name_info): Add
222 'ignore_parameters' parameter.
223 (lookup_name_info::ignore_parameters)
224 (lookup_name_info::make_ignore_params): New methods.
225 (lookup_name_info::m_ignore_parameters): New field.
226 * unittests/lookup_name_info-selftests.c: New file.
227
61920122
PA
2282017-11-08 Pedro Alves <palves@redhat.com>
229
230 * dwarf2read.c (dw2_expand_marked_cus)
231 (dw2_expand_symtabs_matching_symbol): Remove forward declarations.
232 (dw2_expand_symtabs_matching): Move further below.
233 (dw2_expand_marked_cus): Reindent.
234
3f563c84
PA
2352017-11-08 Pedro Alves <palves@redhat.com>
236
237 * dwarf2read.c (byte_swap, MAYBE_SWAP): Move higher up in file.
238 (struct name_component): New.
239 (mapped_index::name_components): New field.
240 (mapped_index::symbol_name_at): New method.
241 (dwarf2_read_index): Call mapped_index ctor.
242 (dw2_map_matching_symbols): Add comment about name_components
243 table.
244 (dw2_expand_symtabs_matching): Factor part to...
245 (dw2_expand_symtabs_matching_symbol): ... this new function.
246 Build name components table, and lookup symbols in it before
247 calling the name matcher.
248 (dw2_expand_marked_cus): New, factored out from
249 dw2_expand_symtabs_matching.
250 (dwarf2_per_objfile_free): Call the mapped_index's dtor.
251
b5ec771e
PA
2522017-11-08 Pedro Alves <palves@redhat.com>
253
254 * ada-lang.c (ada_encode): Rename to ..
255 (ada_encode_1): ... this. Add throw_errors parameter and handle
256 it.
257 (ada_encode): Reimplement.
258 (match_name): Delete, folded into full_name.
259 (resolve_subexp): No longer pass the encoded name to
260 ada_lookup_symbol_list.
261 (should_use_wild_match): Delete.
262 (name_match_type_from_name): New.
263 (ada_lookup_simple_minsym): Use lookup_name_info and the
264 language's symbol_name_matcher_ftype.
265 (add_symbols_from_enclosing_procs, ada_add_local_symbols)
266 (ada_add_block_renamings): Adjust to use lookup_name_info.
267 (ada_lookup_name): New.
268 (add_nonlocal_symbols, ada_add_all_symbols)
269 (ada_lookup_symbol_list_worker, ada_lookup_symbol_list)
270 (ada_iterate_over_symbols): Adjust to use lookup_name_info.
271 (ada_name_for_lookup): Delete.
272 (ada_lookup_encoded_symbol): Construct a verbatim name.
273 (wild_match): Reverse sense of return type. Use bool.
274 (full_match): Reverse sense of return type. Inline bits of old
275 match_name here.
276 (ada_add_block_symbols): Adjust to use lookup_name_info.
277 (symbol_completion_match): Delete, folded into...
278 (ada_lookup_name_info::matches): ... .this new method.
279 (symbol_completion_add): Delete.
280 (ada_collect_symbol_completion_matches): Add name_match_type
281 parameter. Adjust to use lookup_name_info and
282 completion_list_add_name.
283 (get_var_value, ada_add_global_exceptions): Adjust to use
284 lookup_name_info.
285 (ada_get_symbol_name_cmp): Delete.
286 (do_wild_match, do_full_match): New functions.
287 (ada_lookup_name_info::ada_lookup_name_info): New method.
288 (ada_symbol_name_matches, ada_get_symbol_name_matcher): New
289 functions.
290 (ada_language_defn): Install ada_get_symbol_name_matcher.
291 * ada-lex.l (processId): If name starts with '<', copy it
292 verbatim.
293 * block.c (block_iter_match_step, block_iter_match_first)
294 (block_iter_match_next, block_lookup_symbol)
295 (block_lookup_symbol_primary, block_find_symbol): Adjust to use
296 lookup_name_info.
297 * block.h (block_iter_match_first, block_iter_match_next)
298 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use lookup_name_info.
299 * c-lang.c (c_language_defn, cplus_language_defn)
300 (asm_language_defn, minimal_language_defn): Adjust comments to
301 refer to la_get_symbol_name_matcher.
302 * completer.c (complete_files_symbols)
303 (collect_explicit_location_matches, symbol_completer): Pass a
304 symbol_name_match_type down.
305 * completer.h (class completion_match, completion_match_result):
306 New classes.
307 (completion_tracker::reset_completion_match_result): New method.
308 (completion_tracker::m_completion_match_result): New field.
309 * cp-support.c (make_symbol_overload_list_block): Adjust to use
310 lookup_name_info.
311 (cp_fq_symbol_name_matches, cp_get_symbol_name_matcher): New
312 functions.
313 * cp-support.h (cp_get_symbol_name_matcher): New declaration.
314 * d-lang.c: Adjust comments to refer to
315 la_get_symbol_name_matcher.
316 * dictionary.c (dict_vector) <iter_match_first, iter_match_next>:
317 Adjust to use lookup_name_info.
318 (dict_iter_match_first, dict_iter_match_next)
319 (iter_match_first_hashed, iter_match_next_hashed)
320 (iter_match_first_linear, iter_match_next_linear): Adjust to work
321 with a lookup_name_info.
322 * dictionary.h (dict_iter_match_first, dict_iter_match_next):
323 Likewise.
324 * dwarf2read.c (dw2_lookup_symbol): Adjust to use lookup_name_info.
325 (dw2_map_matching_symbols): Adjust to use symbol_name_match_type.
326 (gdb_index_symbol_name_matcher): New class.
327 (dw2_expand_symtabs_matching) Adjust to use lookup_name_info and
328 gdb_index_symbol_name_matcher. Accept a NULL symbol_matcher.
329 * f-lang.c (f_collect_symbol_completion_matches): Adjust to work
330 with a symbol_name_match_type.
331 (f_language_defn): Adjust comments to refer to
332 la_get_symbol_name_matcher.
333 * go-lang.c (go_language_defn): Adjust comments to refer to
334 la_get_symbol_name_matcher.
335 * language.c (default_symbol_name_matcher)
336 (language_get_symbol_name_matcher): New functions.
337 (unknown_language_defn, auto_language_defn): Adjust comments to
338 refer to la_get_symbol_name_matcher.
339 * language.h (symbol_name_cmp_ftype): Delete.
340 (language_defn) <la_collect_symbol_completion_matches>: Add match
341 type parameter.
342 <la_get_symbol_name_cmp>: Delete field.
343 <la_get_symbol_name_matcher>: New field.
344 <la_iterate_over_symbols>: Adjust to use lookup_name_info.
345 (default_symbol_name_matcher, language_get_symbol_name_matcher):
346 Declare.
347 * linespec.c (iterate_over_all_matching_symtabs)
348 (iterate_over_file_blocks): Adjust to use lookup_name_info.
349 (find_methods): Add language parameter, and use lookup_name_info
350 and the language's symbol_name_matcher_ftype.
351 (linespec_complete_function): Adjust.
352 (lookup_prefix_sym): Use lookup_name_info.
353 (add_all_symbol_names_from_pspace): Adjust.
354 (find_superclass_methods): Add language parameter and pass it
355 down.
356 (find_method): Pass symbol language down.
357 (find_linespec_symbols): Don't demangle or Ada encode here.
358 (search_minsyms_for_name): Add lookup_name_info parameter.
359 (add_matching_symbols_to_info): Add name_match_type parameter.
360 Use lookup_name_info.
361 * m2-lang.c (m2_language_defn): Adjust comments to refer to
362 la_get_symbol_name_matcher.
363 * minsyms.c: Include <algorithm>.
364 (add_minsym_to_demangled_hash_table): Remove table parameter and
365 add objfile parameter. Use search_name_hash, and add language to
366 demangled languages vector.
367 (struct found_minimal_symbols): New struct.
368 (lookup_minimal_symbol_mangled, lookup_minimal_symbol_demangled):
369 New functions.
370 (lookup_minimal_symbol): Adjust to use them. Don't canonicalize
371 input names here. Use lookup_name_info instead. Lookup up
372 demangled names once for each language in the demangled names
373 vector.
374 (iterate_over_minimal_symbols): Use lookup_name_info. Lookup up
375 demangled names once for each language in the demangled names
376 vector.
377 (build_minimal_symbol_hash_tables): Adjust.
378 * minsyms.h (iterate_over_minimal_symbols): Adjust to pass down a
379 lookup_name_info.
380 * objc-lang.c (objc_language_defn): Adjust comment to refer to
381 la_get_symbol_name_matcher.
382 * objfiles.h: Include <vector>.
383 (objfile_per_bfd_storage) <demangled_hash_languages>: New field.
384 * opencl-lang.c (opencl_language_defn): Adjust comment to refer to
385 la_get_symbol_name_matcher.
386 * p-lang.c (pascal_language_defn): Adjust comment to refer to
387 la_get_symbol_name_matcher.
388 * psymtab.c (psym_lookup_symbol): Use lookup_name_info.
389 (match_partial_symbol): Use symbol_name_match_type,
390 lookup_name_info and psymbol_name_matches.
391 (lookup_partial_symbol): Use lookup_name_info.
392 (map_block): Use symbol_name_match_type and lookup_name_info.
393 (psym_map_matching_symbols): Use symbol_name_match_type.
394 (psymbol_name_matches): New.
395 (recursively_search_psymtabs): Use lookup_name_info and
396 psymbol_name_matches. Rename 'kind' parameter to 'domain'.
397 (psym_expand_symtabs_matching): Use lookup_name_info. Rename
398 'kind' parameter to 'domain'.
399 * rust-lang.c (rust_language_defn): Adjust comment to refer to
400 la_get_symbol_name_matcher.
401 * symfile-debug.c (debug_qf_map_matching_symbols)
402 (debug_qf_map_matching_symbols): Use symbol_name_match_type.
403 (debug_qf_expand_symtabs_matching): Use lookup_name_info.
404 * symfile.c (expand_symtabs_matching): Use lookup_name_info.
405 * symfile.h (quick_symbol_functions) <map_matching_symbols>:
406 Adjust to use symbol_name_match_type.
407 <expand_symtabs_matching>: Adjust to use lookup_name_info.
408 (expand_symtabs_matching): Adjust to use lookup_name_info.
409 * symmisc.c (maintenance_expand_symtabs): Use
410 lookup_name_info::match_any ().
411 * symtab.c (symbol_matches_search_name): New.
412 (eq_symbol_entry): Adjust to use lookup_name_info and the
413 language's matcher.
414 (demangle_for_lookup_info::demangle_for_lookup_info): New.
415 (lookup_name_info::match_any): New.
416 (iterate_over_symbols, search_symbols): Use lookup_name_info.
417 (compare_symbol_name): Add language, lookup_name_info and
418 completion_match_result parameters, and use them.
419 (completion_list_add_name): Make extern. Add language and
420 lookup_name_info parameters. Use them.
421 (completion_list_add_symbol, completion_list_add_msymbol)
422 (completion_list_objc_symbol): Add lookup_name_info parameters and
423 adjust. Pass down language.
424 (completion_list_add_fields): Add lookup_name_info parameters and
425 adjust. Pass down language.
426 (add_symtab_completions): Add lookup_name_info parameters and
427 adjust.
428 (default_collect_symbol_completion_matches_break_on): Add
429 name_match_type parameter, and use it. Use lookup_name_info.
430 (default_collect_symbol_completion_matches)
431 (collect_symbol_completion_matches): Add name_match_type
432 parameter, and pass it down.
433 (collect_symbol_completion_matches_type): Adjust.
434 (collect_file_symbol_completion_matches): Add name_match_type
435 parameter, and use lookup_name_info.
436 * symtab.h: Include <string> and "common/gdb_optional.h".
437 (enum class symbol_name_match_type): New.
438 (class ada_lookup_name_info): New.
439 (struct demangle_for_lookup_info): New.
440 (class lookup_name_info): New.
441 (symbol_name_matcher_ftype): New.
442 (SYMBOL_MATCHES_SEARCH_NAME): Use symbol_matches_search_name.
443 (symbol_matches_search_name): Declare.
444 (MSYMBOL_MATCHES_SEARCH_NAME): Delete.
445 (default_collect_symbol_completion_matches)
446 (collect_symbol_completion_matches)
447 (collect_file_symbol_completion_matches): Add name_match_type
448 parameter.
449 (iterate_over_symbols): Use lookup_name_info.
450 (completion_list_add_name): Declare.
451 * utils.c (enum class strncmp_iw_mode): Moved to utils.h.
452 (strncmp_iw_with_mode): Now extern.
453 * utils.h (enum class strncmp_iw_mode): Moved from utils.c.
454 (strncmp_iw_with_mode): Declare.
455
5ffa0793
PA
4562017-11-08 Keith Seitz <keiths@redhat.com>
457 Pedro Alves <palves@redhat.com>
458
459 * ada-lang.c (ada_language_defn): Install
460 default_search_name_hash.
461 * buildsym.c (struct buildsym_compunit): <language>: New field.
462 (finish_block_internal): Pass language when creating dictionaries.
463 (start_buildsym_compunit, start_symtab): New language parameters.
464 Use them.
465 (restart_symtab): Pass down compilation unit's language.
466 * buildsym.h (enum language): Forward declare.
467 (start_symtab): New 'language' parameter.
468 * c-lang.c (c_language_defn, cplus_language_defn)
469 (asm_language_defn, minimal_language_defn): Install
470 default_search_name_hash.
471 * coffread.c (coff_start_symtab): Adjust.
472 * d-lang.c (d_language_defn): Install default_search_name_hash.
473 * dbxread.c (struct symloc): Add 'pst_language' field.
474 (PST_LANGUAGE): Define.
475 (start_psymtab, read_ofile_symtab): Use it.
476 (process_one_symbol): New 'language' parameter. Pass it down.
477 * dictionary.c (struct dictionary) <language>: New field.
478 (DICT_LANGUAGE): Define.
479 (dict_create_hashed, dict_create_hashed_expandable)
480 (dict_create_linear, dict_create_linear_expandable): New parameter
481 'language'. Set the dictionary's language.
482 (iter_match_first_hashed): Adjust to rename.
483 (insert_symbol_hashed): Assert we don't see mismatching
484 languages. Adjust to rename.
485 (dict_hash): Rename to ...
486 (default_search_name_hash): ... this and make extern.
487 * dictionary.h (struct language_defn): Forward declare.
488 (dict_create_hashed): New parameter 'language'.
489 * dwarf2read.c (dwarf2_start_symtab): Pass down language.
490 * f-lang.c (f_language_defn): Install default_search_name_hash.
491 * go-lang.c (go_language_defn): Install default_search_name_hash.
492 * jit.c (finalize_symtab): Pass compunit's language to dictionary
493 creation.
494 * language.c (unknown_language_defn, auto_language_defn):
495 * language.h (language_defn::la_search_name_hash): New field.
496 (default_search_name_hash): Declare.
497 * m2-lang.c (m2_language_defn): Install default_search_name_hash.
498 * mdebugread.c (new_block): New parameter 'language'.
499 * mdebugread.c (parse_symbol): Pass symbol language to block
500 allocation.
501 (psymtab_to_symtab_1): Pass down language.
502 (new_symtab): Pass compunit's language to block allocation.
503 * objc-lang.c (objc_language_defn): Install
504 default_search_name_hash.
505 * opencl-lang.c (opencl_language_defn):
506 * p-lang.c (pascal_language_defn): Install
507 default_search_name_hash.
508 * rust-lang.c (rust_language_defn): Install
509 default_search_name_hash.
510 * stabsread.h (enum language): Forward declare.
511 (process_one_symbol): Add 'language' parameter.
512 * symtab.c (search_name_hash): New function.
513 * symtab.h (search_name_hash): Declare.
514 * xcoffread.c (read_xcoff_symtab): Pass language to start_symtab.
515
2a1dde5d
PA
5162017-11-08 Pedro Alves <palves@redhat.com>
517
518 * cp-name-parser.y (main): Don't initialize extra_chars.
519
95a6b0a1
TT
5202017-11-07 Tom Tromey <tom@tromey.com>
521
522 * event-top.h (command_handler): Constify.
523 * record-full.c (cmd_record_full_start): Update.
524 * thread.c (thread_apply_all_command): Update.
525 * printcmd.c (eval_command): Update.
526 * mi/mi-main.c (mi_execute_cli_command): Update.
527 (mi_execute_async_cli_command): Update.
528 * tui/tui-stack.c (tui_update_command): Update.
529 * cli/cli-interp.c (safe_execute_command): Constify.
530 * record.c (record_start): Update.
531 (record_start, record_stop, cmd_record_start): Update.
532 * record-btrace.c (cmd_record_btrace_bts_start): Update.
533 (cmd_record_btrace_pt_start): Update.
534 (cmd_record_btrace_start): Update.
535 (cmd_record_btrace_start): Update.
536 * reverse.c (exec_reverse_once): Update.
537 * python/python.c (execute_gdb_command): Don't copy the command.
538 * event-top.c (command_line_handler): Update.
539 (command_handler): Constify.
540 * defs.h (deprecated_call_command_hook): Constify.
541 * cli/cli-script.h (execute_user_command): Constify.
542 * cli/cli-script.c (execute_user_command): Constify.
543 (execute_cmd_pre_hook, execute_cmd_post_hook): Constify.
544 (enum command_control_type): Update.
545 * main.c (catch_command_errors): Remove non-const overload.
546 (catch_command_errors_ftype): Remove.
547 * python/py-cmd.c (cmdpy_function): Constify.
548 * guile/scm-cmd.c (cmdscm_function): Constify.
549 * cli/cli-dump.c (call_dump_func): Constify.
550 * cli/cli-decode.c (do_const_cfunc): Constify.
551 (do_sfunc): Constify.
552 (cmd_func): Constify.
553 * gdbcmd.h (execute_command, execute_command_to_string): Constify.
554 * top.h (execute_command): Constify.
555 * top.c (execute_command): Constify.
556 (execute_command_to_string): Constify.
557 (deprecated_call_command_hook): Constify.
558 * command.h (cmd_func): Constify.
559 * cli/cli-decode.h (struct cmd_list_element) <func>: Constify.
560
eb4c3f4a
TT
5612017-11-07 Tom Tromey <tom@tromey.com>
562
563 * ada-lang.c (catch_ada_exception_command): Constify.
564 (catch_assert_command): Constify.
565 * break-catch-throw.c (catch_catch_command, catch_throw_command)
566 (catch_rethrow_command): Constify.
567 (catch_exception_command_1): Constify.
568 * breakpoint.h (add_catch_command): Constify.
569 * break-catch-syscall.c (catch_syscall_command_1): Constify.
570 (catch_syscall_split_args): Constify.
571 * break-catch-sig.c (catch_signal_command): Constify.
572 (catch_signal_split_args): Constify.
573 * cli/cli-decode.h (struct cmd_list_element) <function>: Use
574 cmd_const_sfunc_ftype.
575 * cli/cli-decode.c (add_setshow_cmd_full): Constify.
576 (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
577 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
578 (add_setshow_string_cmd, struct cmd_list_element)
579 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
580 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
581 (add_setshow_zuinteger_unlimited_cmd, add_setshow_zuinteger_cmd):
582 Constify.
583 (set_cmd_sfunc): Constify.
584 (empty_sfunc): Constify.
585 * command.h (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
586 (add_setshow_boolean_cmd, add_setshow_filename_cmd)
587 (add_setshow_string_cmd, add_setshow_string_noescape_cmd)
588 (add_setshow_optional_filename_cmd, add_setshow_integer_cmd)
589 (add_setshow_uinteger_cmd, add_setshow_zinteger_cmd)
590 (add_setshow_zuinteger_cmd, add_setshow_zuinteger_unlimited_cmd):
591 Constify.
592 (set_cmd_sfunc): Constify.
593 (cmd_sfunc_ftype): Remove.
594 * compile/compile.c (set_compile_args): Constify.
595 * infrun.c (set_disable_randomization): Constify.
596 * infcmd.c (set_args_command, set_cwd_command): Constify.
597 * breakpoint.c (set_condition_evaluation_mode): Constify.
598 (add_catch_command): Constify.
599 (catch_fork_command_1, catch_exec_command_1)
600 (catch_load_command_1, catch_unload_command_1): Constify.
601 (catch_load_or_unload): Constify.
602 * guile/scm-param.c (pascm_set_func): Constify.
603 (add_setshow_generic): Constify.
604 * python/py-param.c (get_set_value): Constify.
605 * top.h (set_verbose): Constify.
606 * tui/tui-win.c (tui_set_var_cmd): Constify.
607 * mi/mi-main.c (set_mi_async_command): Constify.
608 * cli/cli-logging.c (set_logging_overwrite)
609 (set_logging_redirect): Constify.
610 * value.c (set_max_value_size): Constify.
611 * valprint.c (set_input_radix, set_output_radix): Constify.
612 * utils.c (set_width_command, set_height_command): Constify.
613 * typeprint.c (set_print_type_methods, set_print_type_typedefs): Constify.
614 * tracepoint.c (set_disconnected_tracing)
615 (set_circular_trace_buffer, set_trace_buffer_size)
616 (set_trace_user, set_trace_notes, set_trace_stop_notes): Constify.
617 * top.c (set_history_size_command, set_verbose, set_editing)
618 (set_gdb_datadir, set_history_filename): Constify.
619 * target.c (set_targetdebug, maint_set_target_async_command)
620 (maint_set_target_non_stop_command, set_target_permissions)
621 (set_write_memory_permission): Constify.
622 (open_target): Constify.
623 * target-descriptions.c (set_tdesc_filename_cmd): Constify.
624 * target-dcache.c (set_stack_cache, set_code_cache): Constify.
625 * symtab.c (set_symbol_cache_size_handler): Constify.
626 * symfile.c (set_ext_lang_command): Constify.
627 * symfile-debug.c (set_debug_symfile): Constify.
628 * source.c (set_directories_command): Constify.
629 * solib.c (reload_shared_libraries, gdb_sysroot_changed): Constify.
630 * serial.c (set_parity): Constify.
631 * rs6000-tdep.c (powerpc_set_soft_float, powerpc_set_vector_abi): Constify.
632 * remote.c (set_remote_exec_file, set_remotebreak)
633 (set_remote_protocol_Z_packet_cmd, set_range_stepping): Constify.
634 * record.c (set_record_insn_history_size)
635 (set_record_call_history_size): Constify.
636 * record-full.c (set_record_full_insn_max_num): Constify.
637 * proc-api.c (set_procfs_trace_cmd, set_procfs_file_cmd): Constify.
638 * osabi.c (set_osabi): Constify.
639 * mips-tdep.c (set_mips64_transfers_32bit_regs)
640 (reinit_frame_cache_sfunc, mips_abi_update): Constify.
641 * maint.c (maintenance_set_profile_cmd): Constify.
642 * linux-thread-db.c (set_libthread_db_search_path): Constify.
643 * language.c (set_language_command, set_range_command)
644 (set_case_command): Constify.
645 * infrun.c (set_non_stop, set_observer_mode)
646 (set_stop_on_solib_events, set_schedlock_func)
647 (set_exec_direction_func): Constify.
648 * infcmd.c (set_inferior_tty_command): Constify.
649 * disasm.c (set_disassembler_options_sfunc): Constify.
650 * demangle.c (set_demangling_command): Constify.
651 * dcache.c (set_dcache_size, set_dcache_line_size): Constify.
652 * cris-tdep.c (set_cris_version, set_cris_mode)
653 (set_cris_dwarf2_cfi): Constify.
654 * corefile.c (set_gnutarget_command): Constify.
655 * charset.c (set_host_charset_sfunc, set_target_charset_sfunc)
656 (set_target_wide_charset_sfunc): Constify.
657 * breakpoint.c (update_dprintf_commands): Constify.
658 * auto-load.c (set_auto_load_dir, set_auto_load_safe_path): Constify.
659 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi)
660 (set_disassembly_style_sfunc): Constify.
661 * arch-utils.c (set_endian, set_architecture): Constify.
662 * alpha-tdep.c (reinit_frame_cache_sfunc): Constify.
663 * agent.c (set_can_use_agent): Constify.
664
5fed81ff
TT
6652017-11-07 Tom Tromey <tom@tromey.com>
666
667 * go32-nat.c (go32_sysinfo, go32_sldt, go32_sgdt, go32_sidt)
668 (go32_pde, go32_pte, go32_pte_for_address): Constify.
669 * gnu-nat.c (_parse_bool_arg, show_thread_default_pause_cmd)
670 (set_thread_default_pause_cmd, set_thread_default_run_cmd)
671 (show_thread_default_run_cmd, set_thread_default_detach_sc_cmd)
672 (parse_int_arg, show_thread_default_detach_sc_cmd)
673 (set_signals_cmd, show_signals_cmd, set_sig_thread_cmd)
674 (show_sig_thread_cmd, set_stopped_cmd, show_stopped_cmd)
675 (set_exceptions_cmd, show_exceptions_cmd, set_task_pause_cmd)
676 (show_task_pause_cmd, set_task_detach_sc_cmd)
677 (show_task_detach_sc_cmd, set_task_exc_port_cmd)
678 (set_noninvasive_cmd, set_thread_pause_cmd)
679 (show_thread_pause_cmd, set_thread_run_cmd, show_thread_run_cmd)
680 (set_thread_detach_sc_cmd, show_thread_detach_sc_cmd)
681 (set_thread_exc_port_cmd, thread_takeover_sc_cmd): Constify.
682 * windows-nat.c (display_selectors): Constify.
683 * cli/cli-decode.h (struct cmd_list_element) <function>: Remove
684 non-const "cfunc".
685 * cli/cli-decode.c (set_cmd_cfunc): Remove non-const overload.
686 (cmd_cfunc_eq): Likewise.
687 (struct cmd_list_element): Likewise.
688 (do_cfunc): Remove.
689 (cli_user_command_p): Update.
690 * command.h (add_cmd): Remove non-const overload.
691 (cmd_cfunc_ftype): Remove typedef.
692 (cmd_cfunc_eq): Remove non-const overload.
693 * value.c (show_values): Constify.
694 * thread.c (thread_apply_all_command): Constify.
695 * symfile.c (load_command): Constify.
696 * source.c (directory_command): Constify.
697 * maint.c (maintenance_internal_error)
698 (maintenance_demangler_warning, maintenance_space_display)
699 (maintenance_print_architecture, maintenance_translate_address)
700 (maintenance_info_selftests, maintenance_internal_warning):
701 Constify.
702 * breakpoint.c (disable_trace_command, enable_trace_command):
703 Constify.
704 * auto-load.c (info_auto_load_local_gdbinit, add_auto_load_dir):
705 Constify.
706 (add_auto_load_safe_path): Constify.
707 * guile/scm-auto-load.c (info_auto_load_guile_scripts): Constify.
708 * top.h (show_commands): Constify.
709 * linux-thread-db.c (info_auto_load_libthread_db): Constify.
710 * sparc64-tdep.c (adi_examine_command): Constify.
711 (adi_assign_command): Constify.
712
1d12d88f
TT
7132017-11-07 Tom Tromey <tom@tromey.com>
714
715 * frame.h (info_locals_command, info_args_command): Constify.
716 * auto-load.h (auto_load_info_scripts): Constify.
717 * inferior.h (registers_info): Constify.
718 * copying.c: Rebuild.
719 * copying.awk: Constify generated commands.
720 * auto-load.c (auto_load_info_scripts)
721 (info_auto_load_gdb_scripts): Constify.
722 * cli/cli-decode.c (struct cmd_list_element): Take a
723 cmd_const_cfunc_ftype.
724 * command.h (add_info): Take a cmd_const_cfunc_ftype.
725 * tui/tui-win.c (tui_all_windows_info): Constify.
726 * python/py-auto-load.c (info_auto_load_python_scripts):
727 Constify.
728 * cli/cli-cmds.c (show_command): Remove non-const overload.
729 * tracepoint.c (info_tvariables_command, info_scope_command):
730 Constify.
731 (info_static_tracepoint_markers_command): Constify.
732 * thread.c (info_threads_command): Constify.
733 (print_thread_info_1): Constify.
734 * target.c (info_target_command): Constify.
735 * symtab.c (info_sources_command, info_functions_command)
736 (info_types_command): Constify.
737 (info_variables_command): Remove non-const overload.
738 * symfile.c (info_ext_lang_command): Constify.
739 * stack.c (info_frame_command, info_locals_command)
740 (info_args_command): Constify.
741 (backtrace_command): Remove non-const overload.
742 * source.c (info_source_command, info_line_command): Constify.
743 * solib.c (info_sharedlibrary_command): Constify.
744 * skip.c (info_skip_command): Constify.
745 * ser-go32.c (info_serial_command): Constify.
746 * reverse.c (info_bookmarks_command): Constify.
747 * printcmd.c (info_symbol_command, info_address_command)
748 (info_display_command): Constify.
749 * osdata.c (info_osdata_command): Constify.
750 * objc-lang.c (info_selectors_command, info_classes_command):
751 Constify.
752 * nto-procfs.c (procfs_pidlist, procfs_meminfo): Constify.
753 * memattr.c (info_mem_command): Constify.
754 * macrocmd.c (info_macro_command, info_macros_command): Constify.
755 * linux-fork.c (info_checkpoints_command): Constify.
756 * infrun.c (info_signals_command): Constify.
757 * inflow.c (info_terminal_command): Constify.
758 * inferior.c (info_inferiors_command): Constify.
759 (print_inferior): Constify.
760 * infcmd.c (info_program_command, info_all_registers_command)
761 (info_registers_command, info_vector_command)
762 (info_float_command): Constify.
763 (registers_info): Constify.
764 * gnu-nat.c (info_send_rights_cmd, info_recv_rights_cmd)
765 (info_port_sets_cmd, info_dead_names_cmd, info_port_rights_cmd):
766 Constify.
767 * f-valprint.c (info_common_command): Constify.
768 * dcache.c (info_dcache_command): Constify.
769 (dcache_info_1): Constify.
770 * darwin-nat-info.c (info_mach_tasks_command)
771 (info_mach_task_command, info_mach_ports_command)
772 (info_mach_port_command, info_mach_threads_command)
773 (info_mach_thread_command, info_mach_regions_command)
774 (info_mach_regions_recurse_command, info_mach_region_command)
775 (info_mach_exceptions_command): Constify.
776 (get_task_from_args): Constify.
777 * cp-support.c (info_vtbl_command): Constify.
778 * breakpoint.c (info_watchpoints_command)
779 (info_tracepoints_command): Constify.
780 (info_breakpoints_command): Remove non-const overload.
781 * avr-tdep.c (avr_io_reg_read_command): Constify.
782 * auxv.c (info_auxv_command): Constify.
783 * ada-tasks.c (info_tasks_command): Constify.
784 (info_task): Constify.
785 * ada-lang.c (info_exceptions_command): Constify.
786
0b39b52e
TT
7872017-11-07 Tom Tromey <tom@tromey.com>
788
789 * solib.h (no_shared_libraries): Constify.
790 * frame.h (return_command): Constify.
791 * cli/cli-cmds.h (quit_command): Constify.
792 * top.h (quit_command, execute_command): Constify.
793 * target.h (flash_erase_command): Constify.
794 * inferior.h (set_inferior_args, attach_command): Constify.
795 * tracepoint.h (start_tracing, stop_tracing): Constify.
796 * breakpoint.h (break_command, tbreak_command)
797 (hbreak_command_wrapper, thbreak_command_wrapper)
798 (rbreak_command_wrapper, watch_command_wrapper)
799 (awatch_command_wrapper, rwatch_command_wrapper)
800 (get_tracepoint_by_number): Constify.
801 * symtab.c (info_variables_command, rbreak_command)
802 (symtab_symbol_info): Constify.
803 (info_variables_command): Add non-const overload.
804 * top.c (dont_repeat_command): Constify.
805 * breakpoint.c (ignore_command, commands_command)
806 (condition_command, tbreak_command, hbreak_command)
807 (thbreak_command, clear_command, break_command)
808 (info_breakpoints_command, watch_command, rwatch_command)
809 (awatch_command, trace_command, ftrace_command, strace_command)
810 (trace_pass_command, break_range_command, dprintf_command)
811 (agent_printf_command, get_tracepoint_by_number)
812 (watch_maybe_just_location, trace_pass_command): Constify.
813 (info_breakpoints_command): Add non-const overload.
814 * tracefile.c (tsave_command): Constify.
815 * infcmd.c (attach_command, disconnect_command, signal_command)
816 (queue_signal_command, stepi_command, nexti_command)
817 (finish_command, next_command, step_command, until_command)
818 (advance_command, jump_command, continue_command, run_command)
819 (start_command, starti_command, interrupt_command)
820 (run_command_1, set_inferior_args, step_1): Constify.
821 * inferior.c (add_inferior_command, remove_inferior_command)
822 (clone_inferior_command): Constify.
823 * linux-fork.c (checkpoint_command, restart_command): Constify.
824 * windows-nat.c (signal_event_command): Constify.
825 * guile/guile.c (guile_repl_command, guile_command): Constify.
826 * printcmd.c (x_command, display_command, printf_command)
827 (output_command, set_command, call_command, print_command)
828 (eval_command): Constify.
829 (non_const_set_command): Remove.
830 (_initialize_printcmd): Update.
831 * source.c (forward_search_command, reverse_search_command):
832 Constify.
833 * jit.c (jit_reader_load_command, jit_reader_unload_command):
834 Constify.
835 * infrun.c (handle_command): Constify.
836 * memattr.c (mem_command): Constify.
837 * stack.c (return_command, up_command, up_silently_command)
838 (down_command, down_silently_command, frame_command)
839 (backtrace_command, func_command, backtrace_command_1): Constify.
840 (backtrace_command): Add non-const overload.
841 * remote-sim.c (simulator_command): Constify.
842 * exec.c (set_section_command): Constify.
843 * tracepoint.c (tdump_command, trace_variable_command)
844 (tstatus_command, tstop_command, tstart_command)
845 (end_actions_pseudocommand, while_stepping_pseudocommand)
846 (collect_pseudocommand, teval_pseudocommand, actions_command)
847 (start_tracing, stop_tracing): Constify.
848 * value.c (init_if_undefined_command): Constify.
849 * tui/tui-stack.c (tui_update_command): Constify.
850 * tui/tui-win.c (tui_refresh_all_command)
851 (tui_set_tab_width_command, tui_set_win_height_command)
852 (tui_set_focus_command, tui_scroll_forward_command)
853 (tui_scroll_backward_command, tui_scroll_left_command)
854 (tui_scroll_right_command, parse_scrolling_args, tui_set_focus)
855 (tui_set_win_height): Constify.
856 * tui/tui-layout.c (tui_layout_command): Constify.
857 * procfs.c (proc_trace_syscalls, proc_trace_sysentry_cmd)
858 (proc_trace_sysexit_cmd, proc_untrace_sysentry_cmd)
859 (proc_untrace_sysexit_cmd): Constify.
860 * remote.c (threadlist_test_cmd, threadinfo_test_cmd)
861 (threadset_test_cmd, threadlist_update_test_cmd)
862 (threadalive_test): Constify.
863 * objc-lang.c (print_object_command): Constify.
864 * command.h (add_com): Constify.
865 * cli/cli-dump.c (restore_command): Constify.
866 * cli/cli-cmds.c (pwd_command, echo_command, quit_command)
867 (help_command, complete_command, shell_command, edit_command)
868 (list_command, disassemble_command, make_command)
869 (apropos_command, alias_command): Constify.
870 * cli/cli-script.c (document_command, define_command)
871 (while_command, if_command, validate_comname): Constify.
872 * cli/cli-decode.c (struct cmd_list_element): Change type of
873 "fun".
874 * target.c (do_monitor_command, flash_erase_command): Constify.
875 * regcache.c (reg_flush_command): Constify.
876 * reverse.c (reverse_step, reverse_next, reverse_stepi)
877 (reverse_nexti, reverse_continue, reverse_finish)
878 (save_bookmark_command, goto_bookmark_command)
879 (exec_reverse_once): Constify.
880 * python/python.c (python_interactive_command, python_command):
881 Constify.
882 * typeprint.c (ptype_command, whatis_command, whatis_exp):
883 Constify.
884 * solib.c (sharedlibrary_command, no_shared_libraries): Constify.
885 * gcore.c (gcore_command): Constify.
886
85c4be7c
TT
8872017-11-07 Tom Tromey <tom@tromey.com>
888
889 * printcmd.c (x_command): Call set_repeat_arguments.
890 * cli/cli-cmds.c (list_command): Call set_repeat_arguments.
891 * top.c (repeat_arguments): New global.
892 (set_repeat_arguments): New function.
893 (execute_command): Handle repeat_arguments.
894 (show_commands): Calls set_repeat_arguments.
895 * command.h (set_repeat_arguments): Declare.
896
022643b4
TT
8972017-11-07 Tom Tromey <tom@tromey.com>
898
899 * stack.c (backtrace_command): Use std::string.
900 (backtrace_command_1): Make "count_exp" const.
901
5614fb77
TT
9022017-11-07 Tom Tromey <tom@tromey.com>
903
904 * source.c (directory_switch, mod_path, add_path): Constify.
905 * defs.h (add_path, mod_path, directory_switch): Constify.
906 * mi/mi-cmd-env.c (env_mod_path): Constify.
907
6be9a197
TT
9082017-11-07 Tom Tromey <tom@tromey.com>
909
910 * infcmd.c (strip_bg_char): Return gdb::unique_xmalloc_ptr.
911 (run_command_1, continue_command, step_1, jump_command)
912 (signal_command, until_command, advance_command, finish_command)
913 (attach_command): Update.
914
c2252c0d
TT
9152017-11-07 Tom Tromey <tom@tromey.com>
916
917 * command.h (set_cmd_cfunc): Don't declare.
918 * cli/cli-decode.c (set_cmd_cfunc): Now static.
919
1ee870c5
TT
9202017-11-07 Tom Tromey <tom@tromey.com>
921
922 * stack.c (select_frame_command): Constify.
923 * cli/cli-decode.c (add_com_suppress_notification): Constify.
924 * command.h (add_com_suppress_notification): Constify.
925
ee7ddd71
TT
9262017-11-07 Tom Tromey <tom@tromey.com>
927
928 * breakpoint.c (stop_command): Constify.
929 * cli/cli-decode.c (struct cmd_list_element): Constify.
930 * command.h (add_abbrev_prefix_cmd): Constify.
931
95e95a6d
PA
9322017-11-07 Pedro Alves <palves@redhat.com>
933
934 * breakpoint.c (extract_bp_kind): New enum.
935 (extract_bp_num, extract_bp_or_bp_range): New functions, partially
936 factored out from ...
937 (extract_bp_number_and_location): ... here.
938 * cli/cli-utils.c (get_number_trailer): Handle '-$variable'.
939
cc638e86
PA
9402017-11-07 Pedro Alves <palves@redhat.com>
941
942 * breakpoint.c (extract_bp_number_and_location): Change return
943 type to void. Throw error instead of warning.
944 (enable_disable_command): Adjust.
945
d0fe4701
XR
9462017-11-07 Xavier Roirand <roirand@adacore.com>
947 Pedro Alves <palves@redhat.com>
948
949 * breakpoint.c (map_breakpoint_number_range): New, factored out
950 from ...
951 (map_breakpoint_numbers): ... here.
952 (find_location_by_number): Change parameters from string to
953 breakpoint number and location.
954 (extract_bp_number_and_location): New function.
955 (enable_disable_bp_num_loc)
956 (enable_disable_breakpoint_location_range)
957 (enable_disable_command): New functions, factored out ...
958 (enable_command, disable_command): ... these functions, and
959 adjusted to support ranges.
960 * NEWS: Document enable/disable breakpoint location range feature.
961
635dc5b2
LM
9622017-11-06 Luis Machado <luis.machado@linaro.org>
963
964 * MAINTAINERS (Write After Approval): Update my e-mail address.
965
556e5da5
PA
9662017-11-06 Pedro Alves <palves@redhat.com>
967
968 * gnu-nat.c (gnu_terminal_init): Delete.
969 (gnu_target): Don't install gnu_terminal_init.
970 * inflow.c (child_terminal_init_with_pgrp): Delete, merged with ...
971 (child_terminal_init): ... this function.
972
d1928160
PA
9732017-11-06 Pedro Alves <palves@redhat.com>
974
975 * common/common.m4 (GDB_AC_COMMON): No longer check termio.h nor
976 sgtty.h.
977 * config.in, configure: Regenerate.
978
6aa899ce
PA
9792017-11-06 Pedro Alves <palves@redhat.com>
980
981 * event-top.c: Check SIGTSTP instead of STOP_SIGNAL thoughout.
982 (async_init_signals): Adjust.
983 (handle_stop_sig): Rename to ...
984 (handle_sigtstp): ... this.
985 (async_stop_sig): Rename to ...
986 (async_sigtstp_handler): ... this, and delete STOP_SIGNAL !=
987 SIGTSTP path.
988 * event-top.h: Move signal.h include to the top. Check SIGTSTP
989 instead of STOP_SIGNAL thoughout.
990 (handle_stop_sig): Rename to ...
991 (handle_sigtstp): ... this.
992 * top.c (command_line_input): Replace STOP_SIGNAL -> SIGTSTP.
993
a94799ac
PA
9942017-11-06 Pedro Alves <palves@redhat.com>
995
996 * inflow.c (child_terminal_inferior, child_terminal_ours_1): No
997 longer set flags twice in row.
998
726e1356
PA
9992017-11-06 Pedro Alves <palves@redhat.com>
1000
1001 * Makefile.in (SER_HARDWIRE): Update comment.
1002 (HFILES_NO_SRCDIR): Remove gdb_termios.h.
1003 * common/gdb_termios.h: Delete file.
1004 * common/job-control.c: Include termios.h and unistd.h instead of
1005 gdb_termios.h.
1006 (gdb_setpgid): Remove HAVE_TERMIOS || TIOCGPGRP preprocessor
1007 check.
1008 (have_job_control): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1009 Remove sgtty code.
1010 * configure.ac: No longer check for termio.h and sgtty.h.
1011 * configure: Regenerate.
1012 * inflow.c: Include termios.h instead of gdb_termios.h. Replace
1013 PROCESS_GROUP_TYPE checks with HAVE_TERMIOS_H checks throughout.
1014 Replace PROCESS_GROUP_TYPE references with pid_t references
1015 throughout.
1016 (gdb_getpgrp): Delete.
1017 (set_initial_gdb_ttystate): Use tcgetpgrp instead of gdb_getpgrp.
1018 (child_terminal_inferior): Remove comment. Remove sgtty code.
1019 (child_terminal_ours_1): Use tcgetpgrp directly instead of
1020 gdb_getpgrp. Use serial_set_tty_state instead aof
1021 serial_noflush_set_tty_state. Remove sgtty code.
1022 * inflow.h: Include unistd.h instead of gdb_termios.h. Replace
1023 PROCESS_GROUP_TYPE check with HAVE_TERMIOS_H check.
1024 (inferior_process_group): Now returns pid_t.
1025 * ser-base.c (ser_base_noflush_set_tty_state): Delete.
1026 * ser-base.h (ser_base_noflush_set_tty_state): Delete.
1027 * ser-event.c (serial_event_ops): Update.
1028 * ser-go32.c (dos_noflush_set_tty_state): Delete.
1029 (dos_ops): Update.
1030 * ser-mingw.c (hardwire_ops, tty_ops, pipe_ops, tcp_ops): Update.
1031 * ser-pipe.c (pipe_ops): Update.
1032 * ser-tcp.c (tcp_ops): Update.
1033 * ser-unix.c: Include termios.h instead of gdb_termios.h. Remove
1034 HAVE_TERMIOS checks.
1035 [HAVE_TERMIO] (struct hardwire_ttystate): Delete.
1036 [HAVE_SGTTY] (struct hardwire_ttystate): Delete.
1037 (get_tty_state, set_tty_state): Drop termio and sgtty code, and
1038 assume termios.
1039 (hardwire_noflush_set_tty_state): Delete.
1040 (hardwire_print_tty_state, hardwire_drain_output)
1041 (hardwire_flush_output, hardwire_flush_input)
1042 (hardwire_send_break, hardwire_raw, hardwire_setbaudrate)
1043 (hardwire_setstopbits, hardwire_setparity): Drop termio and sgtty
1044 code, and assume termios.
1045 (hardwire_ops): Update.
1046 (_initialize_ser_hardwire): Remove HAVE_TERMIOS check.
1047 * serial.c (serial_noflush_set_tty_state): Delete.
1048 * serial.h (serial_noflush_set_tty_state): Delete.
1049 (serial_ops::noflush_set_tty_state): Delete.
1050
1cfb73db
UW
10512017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1052
1053 * Makefile.in (SFILES): Remove doublest.c and dfp.c.
1054 (HFILES_NO_SRCDIR): Remove doublest.h and dfp.h.
1055 (COMMON_OBS): Remove doublest.o and dfp.o.
1056 Do not build target-float.c (instead of doublest.c)
1057 with -Wformat-nonliteral.
1058
1059 * doublest.c: Remove file.
1060 * doublest.h: Remove file.
1061 * dfp.c: Remove file.
1062 * dfp.h: Remove file.
1063
1064 * target-float.c: Do not include "doublest.h" and "dfp.h".
1065 (DOUBLEST): Move here from doublest.h.
1066 (enum float_kind): Likewise.
1067 (FLOATFORMAT_CHAR_BIT): Likewise.
1068 (FLOATFORMAT_LARGEST_BYTES): Likewise.
1069 (floatformat_totalsize_bytes): Move here from doublest.c. Make static.
1070 (floatformat_precision): Likewise.
1071 (floatformat_normalize_byteorder, get_field, put_field): Likewise.
1072 (floatformat_is_negative, floatformat_classify, floatformat_mantissa):
1073 Likewise.
1074 (host_float_format, host_double_format, host_long_double_format):
1075 Likewise.
1076 (floatformat_to_string, floatformat_from_string): Likewise.
1077 (floatformat_to_doublest): Likewise. Also, inline the original
1078 convert_floatformat_to_doublest.
1079 (floatformat_from_doublest): Likewise. Also, inline the original
1080 convert_floatformat_from_doublest.
1081
1082 Include "dpd/decimal128.h", "dpd/decimal64.h", and "dpd/decimal32.h".
1083 (MAX_DECIMAL_STRING): Move here from dfp.c.
1084 (match_endianness): Likewise.
1085 (set_decnumber_context, decimal_check_errors): Likewise.
1086 (decimal_from_number, decimal_to_number): Likewise.
1087 (decimal_to_string, decimal_from_string): Likewise. Make static.
1088 (decimal_from_longest, decimal_from_ulongest): Likewise.
1089 (decimal_to_longest): Likewise.
1090 (decimal_binop, decimal_is_zero, decimal_compare): Likewise.
1091 (decimal_convert): Likewise.
1092
b07e9c46
UW
10932017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1094
1095 * doublest.c: Do not include "gdbtypes.h".
1096 (extract_typed_floating): Remove.
1097 (store_typed_floating): Remove.
1098 (convert_typed_floating): Remove.
1099 * doublest.h (struct type): Remove.
1100 (DOUBLEST_PRINT_FORMAT): Remove.
1101 (DOUBLEST_SCAN_FORMAT): Remove.
1102 (extract_typed_floating): Remove.
1103 (store_typed_floating): Remove.
1104 (convert_typed_floating): Remove.
1105
1106 * dfp.c (decimal_from_doublest): Remove.
1107 (decimal_to_doublest): Remove.
1108 * dfp.h: Do not include "doublest.h".
1109 (decimal_from_doublest): Remove.
1110 (decimal_to_doublest): Remove.
1111
1112 * value.c: Do not include "doublest.h" and "dfp.h".
1113 (value_as_double): Remove.
1114 (unpack_double): Remove.
1115 (value_from_double): Remove.
1116 (value_from_decfloat): Remove.
1117 * value.h: Do not include "doublest.h".
1118 (value_as_double): Remove.
1119 (unpack_double): Remove.
1120 (value_from_double): Remove.
1121 (value_from_decfloat): Remove.
1122
3b2ca824
UW
11232017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1124
1125 * i386-tdep.c: Include "target-float.h". Do not include "doublest.h".
1126 (i386_extract_return_value): Use target_float_convert.
1127 (i386_store_return_value): Likewise.
1128 * i387-tdep.c (i387_register_to_value): Use target_float_convert.
1129 (i387_value_to_register): Likewise.
1130 * ia64-tdep.c: Include "target-float.h". Do not include "doublest.h".
1131 (ia64_register_to_value): Use target_float_convert.
1132 (ia64_value_to_register): Likewise.
1133 (ia64_extract_return_value): Likewise.
1134 (ia64_store_return_value): Likewise.
1135 (ia64_push_dummy_call): Likewise.
1136 * m68k-tdep.c: Include "target-float.h".
1137 (m68k_register_to_value): Use target_float_convert.
1138 (m68k_value_to_register): Likewise.
1139 (m68k_svr4_extract_return_value): Likewise.
1140 (m68k_svr4_store_return_value): Likewise.
1141 * ppc-sysv-tdep.c: Include "target-float.h".
1142 (ppc_sysv_abi_push_dummy_call): Use target_float_convert.
1143 (do_ppc_sysv_return_value): Likewise.
1144 (ppc64_sysv_abi_push_freg): Likewise.
1145 (ppc64_sysv_abi_return_value_base): Likewise.
1146 * rs6000-aix-tdep.c: Include "target-float.h".
1147 (rs6000_push_dummy_call): Use target_float_convert.
1148 (rs6000_return_value): Likewise.
1149 * rs6000-lynx178-tdep.c: Include "target-float.h".
1150 (rs6000_lynx178_push_dummy_call): Use target_float_convert.
1151 (rs6000_lynx178_return_value): Likewise.
1152 * rs6000-tdep.c: Include "target-float.h". Do not include "doublest.h".
1153 (rs6000_register_to_value): Use target_float_convert.
1154 (rs6000_value_to_register): Likewise.
1155 * arm-tdep.c: Include "target-float.h". Do not include "doublest.h".
1156 (arm_extract_return_value): Use target_float_convert.
1157 (arm_store_return_value): Likewise.
1158 * sh-tdep.c: Include "target-float.h". Do not include "doublest.h".
1159 (sh_register_convert_to_virtual): Use target_float_convert.
1160 (sh_register_convert_to_raw): Likewise.
1161 * sh64-tdep.c: Include "target-float.h".
1162 (sh64_extract_return_value): Use target_float_convert.
1163 (sh64_register_convert_to_virtual): Likewise.
1164 (sh64_register_convert_to_raw): Likewise. Fix argument types.
1165
14ad9311
UW
11662017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1167
1168 * target-float.c (floatformat_to_host_double): New function.
1169 (floatformat_from_host_double): Likewise.
1170 (target_float_to_host_double): Likewise.
1171 (target_float_from_host_double): Likewise.
1172 * target-float.h (target_float_to_host_double): Add prototype.
1173 (target_float_from_host_double): Likewise.
1174
1175 * guile/scm-value.c: Include "target-float.h".
1176 (gdbscm_value_to_real): Use target_float_to_host_double.
1177 Handle integer source values via value_as_long.
1178 * guile/scm-math.c: Include "target-float.h". Do not include
1179 "doublest.h", "dfp.h", and "expression.h".
1180 (vlscm_convert_typed_number): Use target_float_from_host_double.
1181 (vlscm_convert_number): Likewise.
1182
1183 * python/py-value.c (valpy_float): Use target_float_to_host_double.
1184 (convert_value_from_python): Use target_float_from_host_double.
1185
50eff16b
UW
11862017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1187
1188 * ada-lang.c (cast_to_fixed): Reimplement in target arithmetic.
1189 (cast_from_fixed): Likewise.
1190 (ada_scaling_type): New function.
1191 (ada_delta): Return value instead of DOUBLEST. Perform target
1192 arithmetic instead of host arithmetic.
1193 (scaling_factor): Rename to ...
1194 (ada_scaling_factor) ... this. Make non-static. Return value instead
1195 of DOUBLEST. Perform target arithmetic instead of host arithmetic.
1196 (ada_fixed_to_float): Remove.
1197 (ada_float_to_fixed): Remove.
1198 * ada-lang.h (ada_fixed_to_float): Remove.
1199 (ada_float_to_fixed): Remove.
1200 (ada_delta): Return value instead of DOUBLEST.
1201 (ada_scaling_factor): Add prototype.
1202
1203 * ada-typeprint.c: Include "target-float.h".
1204 (print_fixed_point_type): Perform target arithmetic instead of
1205 host arithmetic.
1206 * ada-valprint.c: Include "target-float.h".
1207 (ada_val_print_num): Perform target arithmetic instead of
1208 host arithmetic for fixed-point types.
1209
66c02b9e
UW
12102017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1211
1212 * target-float.c: Include <math.h>.
1213 (floatformat_binop): New function.
1214 (floatformat_compare): Likewise.
1215 (target_float_binop): Likewise.
1216 (target_float_compare): Likewise.
1217 * target-float.h: Include "expression.h".
1218 (target_float_binop): Add prototype.
1219 (target_float_compare): Likewise.
1220
1221 * valarith.c: Do not include "doublest.h" and "dfp.h".
1222 Include "common/byte-vector.h".
1223 (value_args_as_decimal): Remove, replace by ...
1224 (value_args_as_target_float): ... this function. Handle both
1225 binary and decimal target floating-point formats.
1226 (scalar_binop): Handle both binary and decimal FP using
1227 value_args_as_target_float and target_float_binop.
1228 (value_equal): Handle both binary and decimal FP using
1229 value_args_as_target_float and target_float_compare.
1230 (value_less): Likewise.
1231 (value_pos): Handle all scalar types as simple copy.
1232 (value_neg): Handle all scalar types via BINOP_SUB from 0.
1233 * dfp.c (decimal_binop): Throw error instead of internal_error
1234 when called with an unsupported operation code.
1235
f69fdf9b
UW
12362017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1237
1238 * target-float.c (target_float_to_string): New function.
1239 (target_float_from_string): New function.
1240 * target-float.h (target_float_to_string): Add prototype.
1241 (target_float_from_string): Add prototype.
1242
1243 * valprint.c: Include "target-float.h". Do not include
1244 "doublest.h" and "dfp.h".
1245 (print_floating): Use target_float_to_string.
1246 * printcmd.c: Include "target-float.h". Do not include "dfp.h".
1247 (printf_floating): Use target_float_to_string.
1248 * i387-tdep.c: Include "target-float.h". Do not include "doublest.h".
1249 (print_i387_value): Use target_float_to_string.
1250 * mips-tdep.c: Include "target-float.h".
1251 (mips_print_fp_register): Use target_float_to_string.
1252 * sh64-tdep.c: Include "target-float.h".
1253 (sh64_do_fp_register): Use target_float_to_string.
1254
1255 * parse.c: Include "target-float.h". Do not include
1256 "doublest.h" and "dfp.h".
1257 (parse_float): Use target_float_from_string.
1258 * stabsread.c: Include "target-float.h". Do not include "doublest.h".
1259 (define_symbol): Use target_float_from_string.
1260 * gdbarch-selftests.c: Include "target-float.h".
1261 (register_to_value_test): Use target_float_from_string.
1262
70100014
UW
12632017-11-06 Ulrich Weigand <uweigand@de.ibm.com>
1264
1265 * Makefile.c (SFILES): Add target-float.c.
1266 (HFILES_NO_SRCDIR): Add target-float.h.
1267 (COMMON_OBS): Add target-float.o.
1268 * target-float.h: New file.
1269 * target-float.c: New file.
1270
1271 * doublest.c (floatformat_classify): Fix detection of float_zero.
1272
1273 * gdbtypes.c (is_floating_type): New function.
1274 * gdbtypes.h (is_floating_type): Add prototype.
1275
1276 * value.c: Do not include "floatformat.h".
1277 (unpack_double): Use target_float_is_valid.
1278 (is_floating_value): New function.
1279 * value.h (is_floating_value): Add prototype-
1280
1281 * valarith.c: Include "target-float.h".
1282 (value_logical_not): Use target_float_is_zero.
1283
1284 * python/py-value.c: Include "target-float.h".
1285 (valpy_nonzero): Use target_float_is_zero.
1286
ab4b1c46
TT
12872017-11-04 Tom Tromey <tom@tromey.com>
1288
1289 * h8300-tdep.c (h8300_push_dummy_call): Use std::vector.
1290
454dafbd
TT
12912017-11-04 Tom Tromey <tom@tromey.com>
1292
1293 * breakpoint.c (set_momentary_breakpoint): Return
1294 breakpoint_up.
1295 (until_break_command): Update.
1296 (new_until_break_fsm): Change argument types to
1297 breakpoint_up.
1298 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
1299 (do_delete_breakpoint_cleanup, make_cleanup_delete_breakpoint):
1300 Remove.
1301 * infcmd.c (finish_forward): Update.
1302 * breakpoint.h (set_momentary_breakpoint)
1303 (set_momentary_breakpoint_at_pc): Return breakpoint_up.
1304 (make_cleanup_delete_breakpoint): Remove.
1305 (struct breakpoint_deleter): New.
1306 (breakpoint_up): New typedef.
1307 * infrun.c (insert_step_resume_breakpoint_at_sal_1): Update.
1308 (insert_exception_resume_breakpoint): Update.
1309 (insert_exception_resume_from_probe): Update.
1310 (insert_longjmp_resume_breakpoint): Update.
1311 * arm-linux-tdep.c (arm_linux_copy_svc): Update.
1312 * elfread.c (elf_gnu_ifunc_resolver_stop): Update.
1313 * infcall.c (call_function_by_hand_dummy): Update
1314
331b71e5
TT
13152017-11-04 Tom Tromey <tom@tromey.com>
1316
1317 * c-typeprint.c (c_type_print_base): Use gdb::unique_xmalloc_ptr.
1318
9f584b37
TT
13192017-11-04 Tom Tromey <tom@tromey.com>
1320
1321 * linux-tdep.c (linux_core_info_proc_mappings): Use
1322 gdb::def_vector.
1323 (linux_get_siginfo_data): Return gdb::byte_vector. Remove
1324 "size" argument.
1325 (linux_corefile_thread): Update.
1326 (linux_make_corefile_notes): Remove unused variable.
1327
779bc38e
TT
13282017-11-04 Tom Tromey <tom@tromey.com>
1329
1330 * ppc-linux-tdep.c (ppc_linux_get_syscall_number): Use
1331 gdb::byte_vector.
1332
ed2b3126
TT
13332017-11-04 Tom Tromey <tom@tromey.com>
1334
1335 * objfiles.c (do_free_objfile_cleanup): Remove.
1336 * compile/compile-object-load.c (compile_object_load): Update.
1337 * objfiles.h (make_cleanup_free_objfile): Remove.
1338
7f6743fd
TT
13392017-11-04 Tom Tromey <tom@tromey.com>
1340
1341 * sparc64-tdep.c (do_examine): Use gdb::def_vector.
1342 (adi_read_versions): Change "tags" to "gdb_byte *".
1343 (adi_print_versions): Likewise.
1344
c80049d3
TT
13452017-11-04 Tom Tromey <tom@tromey.com>
1346
1347 * breakpoint.c
1348 (scoped_rbreak_breakpoints::scoped_rbreak_breakpoints): Rename
1349 from start_rbreak_breakpoints.
1350 (scoped_rbreak_breakpoints): Rename from end_rbreak_breakpoints.
1351 * breakpoint.h (class scoped_rbreak_breakpoints): New.
1352 (start_rbreak_breakpoints, end_rbreak_breakpoints): Remove.
1353 * symtab.c (do_end_rbreak_breakpoints): Remove.
1354 (rbreak_command): Use scoped_rbreak_breakpoints, std::string.
1355
167b0be1
TT
13562017-11-04 Tom Tromey <tom@tromey.com>
1357
1358 * cp-namespace.c (reset_directive_searched): Remove.
1359 (cp_lookup_symbol_via_imports): Use scoped_restore.
1360 * cp-support.c (reset_directive_searched): Remove.
1361 (make_symbol_overload_list_using): Use scoped_restore.
1362 * d-namespace.c (d_lookup_symbol_imports): Use scoped_restore.
1363 (reset_directive_searched): Remove.
1364
5eae7aea
TT
13652017-11-04 Tom Tromey <tom@tromey.com>
1366
1367 * symfile.c (find_separate_debug_file_by_debuglink): Use
1368 unique_xmalloc_ptr.
1369
c6bcad5f
TT
13702017-11-04 Tom Tromey <tom@tromey.com>
1371
1372 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
1373 type of "info".
1374 (compute_stack_depth): Likewise.
1375 (do_compile_dwarf_expr_to_c): Use std::vector.
1376
20dcd8ca
TT
13772017-11-04 Tom Tromey <tom@tromey.com>
1378
1379 * compile/compile-object-load.c (link_callbacks_einfo): Use
1380 std::string.
1381
33c7c59d
TT
13822017-11-04 Tom Tromey <tom@tromey.com>
1383
1384 * dwarf2read.c (process_full_comp_unit, process_full_type_unit):
1385 Use scoped_free_pendings.
1386 * dbxread.c (dbx_symfile_read, dbx_psymtab_to_symtab_1): Use
1387 scoped_free_pendings.
1388 * xcoffread.c (xcoff_psymtab_to_symtab_1): Use scoped_free_pendings.
1389 (xcoff_initial_scan): Likewise.
1390 * buildsym.c (reset_symtab_globals): Update comment.
1391 (scoped_free_pendings): Rename from really_free_pendings.
1392 (prepare_for_building): Update comment.
1393 (buildsym_init): Likewise.
1394 * buildsym.h (class scoped_free_pendings): New class.
1395 (really_free_pendings): Don't declare.
1396
67fa57cf
UW
13972017-11-03 Ulrich Weigand <uweigand@de.ibm.com>
1398
1399 * doublest.c (convert_doublest_to_floatformat): Fix uninitialized
1400 output when converting a zero value to a special byteorder format.
1401
f26ae15b
YQ
14022017-11-02 Yao Qi <yao.qi@linaro.org>
1403
1404 * frame.c (do_frame_register_read): Remove aspace.
1405 * jit.c (jit_frame_sniffer): Likwise.
1406 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
1407 * regcache.c (regcache::regcache): Pass nullptr.
1408 (regcache_print): Caller updated.
1409 * regcache.h (regcache::regcache): Remove one constructor
1410 parameter aspace.
1411
6c6e9412
YQ
14122017-11-02 Yao Qi <yao.qi@linaro.org>
1413
1414 * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
1415
8b86c959
YQ
14162017-11-02 Yao Qi <yao.qi@linaro.org>
1417
1418 * breakpoint.c (insert_single_step_breakpoints): Update.
1419 * frame.c (struct frame_info) <aspace>: Add const.
1420 (frame_save_as_regcache): Add const.
1421 (get_frame_address_space): Return const address_space *.
1422 * frame.h (get_frame_address_space): Update declaration.
1423 * infrun.c (struct step_over_info) <aspace>: Add const.
1424 (set_step_over_info): Make aspace const.
1425 (displaced_step_prepare_throw): Change variable const.
1426 (resume): Likewise.
1427 (proceed): Likewise.
1428 (adjust_pc_after_break): Likewise.
1429 (save_waitstatus): Likewise.
1430 (handle_signal_stop): Likewise.
1431 (keep_going_pass_signal): Likewise.
1432 * jit.c (jit_frame_sniffer): Add const.
1433 * mips-tdep.c (mips_single_step_through_delay): Likewise.
1434 * ppc-linux-tdep.c (ppu2spu_sniffer): Likewise.
1435 * record-full.c (record_full_wait_1): Likewise.
1436 * regcache.c (regcache::regcache): Change parameter to const.
1437 * regcache.h (regcache::regcache): Likewise.
1438 (regcache::aspace): Return const address_space *.
1439 (regcache) <m_aspace>: Add const.
1440
a01bda52
YQ
14412017-11-02 Yao Qi <yao.qi@linaro.org>
1442
1443 * darwin-nat.c (cancel_breakpoint): Use regcache->aspace ().
1444 * frame.c (create_sentinel_frame): Likewise.
1445 * infrun.c (displaced_step_prepare_throw): Likewise.
1446 (resume): Likewise.
1447 (thread_still_needs_step_over_bp): Likewise.
1448 (proceed): Likewise.
1449 (do_target_wait): Likewise.
1450 (adjust_pc_after_break): Likewise.
1451 (handle_syscall_event): Likewise.
1452 (save_waitstatus): Likewise.
1453 (handle_inferior_event_1): Likewise.
1454 (handle_signal_stop): Likewise.
1455 (keep_going_pass_signal): Likewise.
1456 * linux-nat.c (status_callback): Likewise.
1457 (save_stop_reason): Likewise.
1458 (resume_stopped_resumed_lwps): Likewise.
1459 * record-full.c (record_full_exec_insn): Likewise.
1460 (record_full_wait_1): Likewise.
1461 * regcache.c (get_regcache_aspace): Remove.
1462 * regcache.h (get_regcache_aspace): Remove.
1463
d999647b
YQ
14642017-11-02 Yao Qi <yao.qi@linaro.org>
1465
1466 * regcache.c (struct regcache_descr) <nr_raw_registers>: Remove.
1467 (init_regcache_descr): Use gdbarch_num_regs.
1468 (regcache::regcache): Likewise.
1469 (regcache::get_register_status): Likewise.
1470 (regcache::assert_raw_regnum): Likewise.
1471 (regcache::cooked_read): Likewise.
1472 (regcache::cooked_read_value): Likewise.
1473 (regcache::cooked_write): Likewise.
1474 (regcache::dump): Likewise.
1475 (regcache::num_raw_registers): New method.
1476 * regcache.h (class regcache) <num_raw_registers>: New.
1477
4e888c28
YQ
14782017-11-02 Yao Qi <yao.qi@linaro.org>
1479
1480 * regcache.c (regcache::assert_regnum): New method.
1481 (regcache::invalidate): Call assert_regnum.
1482 (regcache::raw_update): Likewise.
1483 (regcache::raw_write): Likewise.
1484 (regcache::raw_read_part): Likewise.
1485 (regcache::raw_write_part): Likewise.
1486 (regcache::raw_supply): Likewise.
1487 (regcache::raw_supply_integer): Likewise.
1488 (regcache::raw_supply_zeroed): Likewise.
1489 (regcache::raw_collect): Likewise.
1490 (regcache::raw_collect_integer): Likewise.
1491 * regcache.h (regcache::assert_regnum): Declare.
1492
2e1b49b3
YQ
14932017-11-02 Yao Qi <yao.qi@linaro.org>
1494
1495 * regcache.c (regcache::dump): Remove code.
1496
6c5218df
YQ
14972017-11-02 Yao Qi <yao.qi@linaro.org>
1498
1499 * regcache.c (struct regcache_descr) <sizeof_raw_register_status>:
1500 Remove.
1501 <sizeof_cooked_register_status>: Remove.
1502 (init_regcache_descr): Update.
1503 (regcache::regcache): Use nr_cooked_registers and nr_raw_registers.
1504 (regcache::save): Likewise.
1505 (regcache::dump): Likewise.
1506
dcc31d28
JB
15072017-11-01 James Bowman <james.bowman@ftdichip.com>
1508
1509 * ft32-tdep.c (ft32_fetch_instruction): New function.
1510 (ft32_analyze_prologue): Use ft32_fetch_instruction().
1511
3a87ae65
SM
15122017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1513
1514 * cli/cli-script.c (execute_control_command): Rename to ...
1515 (execute_control_command_1): ... this.
1516 (execute_control_command): New function.
1517
09b847f3
SM
15182017-10-31 Simon Marchi <simon.marchi@ericsson.com>
1519
1520 * tracepoint.c (tfind_command): Remove const_cast.
1521
f871c485
MG
15222017-10-30 Mike Gulick <mgulick@mathworks.com>
1523
1524 * Makefile.in (HFILES_NO_SRCDIR): Remove reference to gdb.h.
1525
b020ff80
SM
15262017-10-30 Simon Marchi <simon.marchi@ericsson.com>
1527
1528 * common/common-utils.h (in_inclusive_range): New function.
1529 * arm-tdep.c (arm_record_extension_space): Use
1530 in_inclusive_range.
1531 (thumb_record_ld_st_reg_offset): Use in_inclusive_range.
1532 * cris-tdep.c (cris_spec_reg_applicable): Use
1533 in_inclusive_range.
1534
1b81856f
PA
15352017-10-30 Pedro Alves <palves@redhat.com>
1536 Simon Marchi <simon.marchi@ericsson.com>
1537
1538 * remote.c (remote_set_syscall_catchpoint): Build a std::string
1539 instead of a gdb::unique_xmalloc_ptr, using string_appendf.
1540
31b833b3
PA
15412017-10-30 Pedro Alves <palves@redhat.com>
1542
1543 * common/common-utils.c (string_appendf, string_vappendf): New
1544 functions.
1545 * common/common-utils.h (string_appendf, string_vappendf): New
1546 declarations.
1547 * unittests/common-utils-selftests.c (string_appendf_func)
1548 (test_appendf_func, string_vappendf_wrapper, string_appendf_tests)
1549 (string_vappendf_tests): New functions.
1550 (_initialize_common_utils_selftests): Register "string_appendf" and
1551 "string_vappendf tests".
1552
4a250334
PA
15532017-10-30 Pedro Alves <palves@redhat.com>
1554
1555 * unittests/common-utils-selftests.c (format_func): New typedef.
1556 (string_printf_tests, string_vprintf_tests): Tests factored out
1557 and merged to ...
1558 (test_format_func): ... this new function.
1559 (string_printf_tests, string_vprintf_tests): Reimplement on top of
1560 test_format_func.
1561
16c5c17e
SM
15622017-10-29 Simon Marchi <simon.marchi@ericsson.com>
1563
1564 * darwin-nat.c: Remove include of gdb.h.
1565
7ca51576
SM
15662017-10-29 Simon Marchi <simon.marchi@ericsson.com>
1567
1568 * xtensa-xtregs.c: Fix formatting issues.
1569
c1342859
SM
15702017-10-29 Simon Marchi <simon.marchi@ericsson.com>
1571
1572 * xtensa-xtregs.c (xtensa_regtable_t) <name>: Constify.
1573
484d8d36
MD
15742017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
1575
1576 PR python/21213
1577 * python/py-infthread.c (thpy_get_inferior): Increment reference
1578 of inferior before returning it.
1579
b5540b5f
SM
15802017-10-27 Simon Marchi <simon.marchi@ericsson.com>
1581
1582 * unittests/common-utils-selftests.c (format): Add
1583 ATTRIBUTE_PRINTF.
1584
5a9dcda1
SM
15852017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1586
1587 * xml-syscall.c (struct syscall_desc): Add constructor.
1588 <name>: Change type to std::string.
1589 (syscall_desc_up): New typedef.
1590 (syscall_desc_p): Remove typeder.
1591 (DEF_VEC_P(syscall_desc_p)): Remove.
1592 (struct syscall_group_desc): Add constructor.
1593 <name>: Change type to std::string.
1594 <syscalls>: Change type to std::vector.
1595 (syscall_group_desc_up): New typedef.
1596 (syscall_group_desc_p): Remove typedef.
1597 (DEF_VEC_P(syscall_group_desc_p)): Remove.
1598 (struct syscalls_info) <syscalls>: Change type to std::vector of
1599 unique_ptr.
1600 <groups>: Likewise.
1601 <my_gdb_datadir>: Change type to std::string.
1602 (syscalls_info_up): New typedef.
1603 (allocate_syscalls_info): Remove.
1604 (syscalls_info_free_syscalls_desc): Remove.
1605 (syscalls_info_free_syscall_group_desc): Remove.
1606 (free_syscalls_info): Remove.
1607 (make_cleanup_free_syscalls_info): Remove.
1608 (syscall_group_create_syscall_group_desc): Adjust.
1609 (syscall_group_add_syscall): Adjust.
1610 (syscall_create_syscall_desc): Adjust.
1611 (syscall_parse_xml): Adjust, use unique_ptr instead of cleanup.
1612 (init_syscalls_info): Adjust.
1613 (syscall_group_get_group_by_name): Adjust.
1614 (xml_get_syscall_number): Adjust.
1615 (xml_get_syscall_name): Adjust.
1616 (xml_list_of_syscalls): Adjust.
1617 (xml_list_syscalls_by_group): Adjust.
1618 (xml_list_of_groups): Adjust.
1619
45461e0d
SM
16202017-10-27 Simon Marchi <simon.marchi@ericsson.com>
1621
1622 * probe.h: Don't include gdb_vecs.h.
1623 (DEF_VEC_P (probe_p)): Remove.
1624 (find_probes_in_objfile): Return an std::vector.
1625 * probe.c (find_probes_in_objfile): Likewise.
1626 * breakpoint.c (breakpoint_objfile_data)
1627 <longjmp_probes>: Change type to std::vector.
1628 <exception_probes>: Likewise.
1629 (free_breakpoint_probes): Don't manually free vectors.
1630 (create_longjmp_master_breakpoint): Adjust.
1631 (create_exception_master_breakpoint): Adjust.
1632 * solib-svr4.c (svr4_create_probe_breakpoints): Change
1633 parameter type, adjust.
1634 (svr4_create_solib_event_breakpoints): Adjust.
1635
43dce439
SM
16362017-10-27 Simon Marchi <simon.marchi@ericsson.com>
1637
1638 * breakpoint.c (breakpoint_objfile_data): Initialize fields.
1639 (get_breakpoint_objfile_data): Allocate breakpoint_objfile_data
1640 with new.
1641 (free_breakpoint_probes): Rename to ...
1642 (free_breakpoint_objfile_data): ... this, and call delete on
1643 bp_objfile_data..
1644
6a1b9516
SM
16452017-10-27 Simon Marchi <simon.marchi@polymtl.ca>
1646
1647 * auto-load.c: Don't include gdb_vecs.h, include algorithm.
1648 (loaded_script_ptr): Remove typedef.
1649 (DEF_VEC_P (loaded_script_ptr)): Remove.
1650 (struct collect_matching_scripts_data): Add constructor.
1651 <scripts_p>: Change type to (pointer to) std::vector.
1652 (collect_matching_scripts_data): Adjust.
1653 (sort_scripts_by_name): Make suitable for std::sort.
1654 (print_scripts): Don't sort vector, adjust to std::vector.
1655 (auto_load_info_scripts): Sort vectors, adjust to std::vector.
1656
593e3209
SM
16572017-10-27 Simon Marchi <simon.marchi@ericsson.com>
1658
1659 * symfile.c (filename_language): Make struct, not typedef. Add
1660 constructor.
1661 <ext>: Change type to std::string.
1662 (DEF_VEC_O (filename_language)): Remove.
1663 (filename_language_table): Change type to std::vector.
1664 (add_filename_language): Adjust.
1665 (set_ext_lang_command): Adjust.
1666 (info_ext_lang_command): Adjust.
1667 (deduce_language_from_filename): Adjust.
1668 (class scoped_restore_filename_language_table): Remove.
1669 (test_filename_language): Use scoped_restore.
1670 (test_set_ext_lang_command): Use scoped_restore, adjust to
1671 std::vector change.
1672
32fa66eb
SM
16732017-10-27 Simon Marchi <simon.marchi@ericsson.com>
1674
1675 * symfile.c: Include selftest.h.
1676 (class scoped_restore_filename_language_table): New.
1677 (test_filename_language): New test.
1678 (test_set_ext_lang_command): New test.
1679 (_initialize_symfile): Register tests.
1680
4a27f119
KS
16812017-10-27 Keith Seitz <keiths@redhat.com>
1682
1683 * breakpoint.c (print_breakpoint_location): Use the symbol saved
1684 in the bp_location, falling back to find_pc_sect_function when
1685 needed.
1686 (add_location_to_breakpoint): Save sal->symbol.
1687 * breakpoint.h (struct bp_location) <symbol>: New field.
1688 * symtab.c (find_function_start_sal): Save the symbol into the SaL.
1689 * symtab.h (struct symtab_and_line) <symbol>: New field.
1690
a43f3893
PF
16912017-10-26 Patrick Frants <osscontribute@gmail.com>
1692
7453e6b2 1693 PR gdb/13669
a43f3893
PF
1694 * cp-valprint.c (cp_print_value_fields): Use obstack_blank_fast
1695 to rewind obstack.
1696
23cc4e1b
PA
16972017-10-26 Pedro Alves <palves@redhat.com>
1698
1699 * remote.c (remote_async_terminal_ours_p): Delete.
1700 (remote_open_1, remote_terminal_inferior, remote_terminal_ours):
1701 Remove references to 'remote_async_terminal_ours_p'.
1702
6abc18bb
YQ
17032017-10-26 Yao Qi <yao.qi@linaro.org>
1704
1705 * breakpoint.h (regular_breakpoint_inserted_here_p): Remove.
1706
bd522513
YQ
17072017-10-26 Yao Qi <yao.qi@linaro.org>
1708
1709 * break-catch-sig.c (signal_catchpoint_breakpoint_hit): Make
1710 aspace const.
1711 * break-catch-syscall.c (breakpoint_hit_catch_syscall):
1712 Likewise.
1713 * breakpoint.c (bpstat_check_location): Remove cast.
1714 (breakpoint_hit_catch_fork): Make aspce const.
1715 (breakpoint_hit_catch_solib): Likewise.
1716 (breakpoint_hit_catch_exec): Likewise.
1717 (breakpoint_hit_ranged_breakpoint): Likewise.
1718 (breakpoint_hit_watchpoint): Likewise.
1719 (base_breakpoint_breakpoint_hit): Likewise.
1720 (bkpt_breakpoint_hit): Likewise.
1721 (dprintf_breakpoint_hit): Likewise.
1722 (tracepoint_breakpoint_hit): Likewise.
1723 * breakpoint.h (breakpoint_ops) <breakpoint_hit>: Likewise.
1724
accd0bcd
YQ
17252017-10-26 Yao Qi <yao.qi@linaro.org>
1726
1727 * breakpoint.c (breakpoint_location_address_match): Change
1728 "struct address_space *" to "const address_space".
1729 (breakpoint_location_address_range_overlap): Likewise.
1730 (breakpoint_here_p): Likewise.
1731 (breakpoint_in_range_p): Likewise.
1732 (moribund_breakpoint_here_p): Likewise.
1733 (bp_location_inserted_here_p): Likewise.
1734 (software_breakpoint_inserted_here_p): Likewise.
1735 (hardware_breakpoint_inserted_here_p): Likewise.
1736 (hardware_watchpoint_inserted_in_range): Likewise.
1737 (bpstat_check_location): Likewise.
1738 (bpstat_stop_status): Likewise.
1739 (breakpoint_address_match): Likewise.
1740 (breakpoint_address_match_range): Likewise.
1741 (breakpoint_location_address_match): Likewise.
1742 (breakpoint_location_address_range_overlap): Likewise.
1743 (insert_single_step_breakpoint): Likewise.
1744 (breakpoint_has_location_inserted_here): Likewise.
1745 (single_step_breakpoint_inserted_here_p): Likewise.
1746 (pc_at_non_inline_function): Likewise.
1747 * breakpoint.h (bpstat_stop_status): Update declaration.
1748 (breakpoint_here_p): Likewise.
1749 (breakpoint_in_range_p): Likewise.
1750 (moribund_breakpoint_here_p): Likewise.
1751 (breakpoint_inserted_here_p): Likewise.
1752 (software_breakpoint_inserted_here_p): Likewise.
1753 (hardware_breakpoint_inserted_here_p): Likewise.
1754 (breakpoint_has_location_inserted_here): Likewise.
1755 (single_step_breakpoint_inserted_here_p): Likewise.
1756 (hardware_watchpoint_inserted_in_range): Likewise.
1757 (breakpoint_address_match): Likewise.
1758 (insert_single_step_breakpoint): Likewise.
1759 (pc_at_non_inline_function): Likewise.
1760 * gdbthread.h (thread_has_single_step_breakpoint_here): Likewise.
1761 * record.c (record_check_stopped_by_breakpoint): Likewise.
1762 * record.h (record_check_stopped_by_breakpoint): Likewise.
1763 * thread.c (thread_has_single_step_breakpoint_here): Likewise.
1764
ac7936df
YQ
17652017-10-25 Yao Qi <yao.qi@linaro.org>
1766
1767 * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use
1768 regcache->arch () instead get_regcache_arch.
1769 * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers):
1770 Likewise.
1771 (aarch64_fbsd_store_inferior_registers): Likewise.
1772 * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise.
1773 (store_gregs_to_thread): Likewise.
1774 (fetch_fpregs_from_thread): Likewise.
1775 (store_fpregs_to_thread): Likewise.
1776 * aarch64-tdep.c (aarch64_extract_return_value): Likewise.
1777 (aarch64_store_return_value): Likewise.
1778 (aarch64_software_single_step): Likewise.
1779 * aix-thread.c (aix_thread_wait): Likewise.
1780 (supply_reg32): Likewise.
1781 (supply_sprs64): Likewise.
1782 (supply_sprs32): Likewise.
1783 (fill_gprs64): Likewise.
1784 (fill_gprs32): Likewise.
1785 (fill_sprs64): Likewise.
1786 (fill_sprs32): Likewise.
1787 (store_regs_user_thread): Likewise.
1788 (store_regs_kernel_thread): Likewise.
1789 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise.
1790 (alphabsd_store_inferior_registers): Likewise.
1791 * alpha-tdep.c (alpha_extract_return_value): Likewise.
1792 (alpha_store_return_value): Likewise.
1793 (alpha_deal_with_atomic_sequence): Likewise.
1794 (alpha_next_pc): Likewise.
1795 (alpha_software_single_step): Likewise.
1796 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise.
1797 (amd64bsd_store_inferior_registers): Likewise.
1798 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
1799 Likewise.
1800 (amd64_linux_store_inferior_registers): Likewise.
1801 * amd64-nat.c (amd64_supply_native_gregset): Likewise.
1802 (amd64_collect_native_gregset): Likewise.
1803 * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise.
1804 (amd64obsd_collect_uthread): Likewise.
1805 * amd64-tdep.c (amd64_supply_fpregset): Likewise.
1806 (amd64_collect_fpregset): Likewise.
1807 (amd64_supply_fxsave): Likewise.
1808 (amd64_supply_xsave): Likewise.
1809 (amd64_collect_fxsave): Likewise.
1810 (amd64_collect_xsave): Likewise.
1811 * arc-tdep.c (arc_write_pc): Likewise.
1812 * arch-utils.c (default_skip_permanent_breakpoint): Likewise.
1813 * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise.
1814 (arm_fbsd_store_inferior_registers): Likewise.
1815 * arm-linux-nat.c (fetch_vfp_regs): Likewise.
1816 (store_vfp_regs): Likewise.
1817 (arm_linux_fetch_inferior_registers): Likewise.
1818 (arm_linux_store_inferior_registers): Likewise.
1819 * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise.
1820 (arm_linux_sigreturn_next_pc): Likewise.
1821 (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
1822 * arm-nbsd-nat.c (arm_supply_gregset): Likewise.
1823 (fetch_register): Likewise.
1824 (store_register): Likewise.
1825 * arm-tdep.c (arm_is_thumb): Likewise.
1826 (displaced_in_arm_mode): Likewise.
1827 (bx_write_pc): Likewise.
1828 (arm_get_next_pcs_addr_bits_remove): Likewise.
1829 (arm_software_single_step): Likewise.
1830 (arm_extract_return_value): Likewise.
1831 (arm_store_return_value): Likewise.
1832 (arm_write_pc): Likewise.
1833 * bfin-tdep.c (bfin_extract_return_value): Likewise.
1834 * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise.
1835 (bsd_uthread_store_registers): Likewise.
1836 * core-regset.c (fetch_core_registers): Likewise.
1837 * corelow.c (get_core_registers): Likewise.
1838 * cris-tdep.c (cris_store_return_value): Likewise.
1839 (cris_extract_return_value): Likewise.
1840 (find_step_target): Likewise.
1841 (find_step_target): Likewise.
1842 (cris_software_single_step): Likewise.
1843 * ctf.c (ctf_fetch_registers): Likewise.
1844 * darwin-nat.c (cancel_breakpoint): Likewise.
1845 * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise.
1846 * frv-tdep.c (frv_extract_return_value): Likewise.
1847 * ft32-tdep.c (ft32_store_return_value): Likewise.
1848 (ft32_extract_return_value): Likewise.
1849 * go32-nat.c (fetch_register): Likewise.
1850 (go32_fetch_registers): Likewise.
1851 (go32_store_registers): Likewise.
1852 (store_register): Likewise.
1853 * h8300-tdep.c (h8300_extract_return_value): Likewise.
1854 (h8300_store_return_value): Likewise.
1855 * hppa-linux-nat.c (fetch_register): Likewise.
1856 (store_register): Likewise.
1857 (hppa_linux_fetch_inferior_registers): Likewise.
1858 (hppa_linux_store_inferior_registers): Likewise.
1859 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise.
1860 (i386_darwin_store_inferior_registers): Likewise.
1861 * i386-gnu-nat.c (gnu_fetch_registers): Likewise.
1862 (gnu_store_registers): Likewise.
1863 * i386-linux-nat.c (fetch_register): Likewise.
1864 (store_register): Likewise.
1865 (supply_gregset): Likewise.
1866 (fill_gregset): Likewise.
1867 (i386_linux_fetch_inferior_registers): Likewise.
1868 (i386_linux_store_inferior_registers): Likewise.
1869 (i386_linux_resume): Likewise.
1870 * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache):
1871 Likewise.
1872 * i386-nto-tdep.c (i386nto_supply_gregset): Likewise.
1873 * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise.
1874 * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise.
1875 (i386obsd_collect_uthread): Likewise.
1876 * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise.
1877 (i386_supply_gregset): Likewise.
1878 (i386_collect_gregset): Likewise.
1879 (i386_supply_fpregset): Likewise.
1880 (i386_collect_fpregset): Likewise.
1881 (i386_mpx_bd_base): Likewise.
1882 * i386-v4-nat.c (supply_fpregset): Likewise.
1883 (fill_fpregset): Likewise.
1884 * i387-tdep.c (i387_supply_fsave): Likewise.
1885 (i387_collect_fsave): Likewise.
1886 (i387_supply_fxsave): Likewise.
1887 (i387_collect_fxsave): Likewise.
1888 (i387_supply_xsave): Likewise.
1889 (i387_collect_xsave): Likewise.
1890 * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise.
1891 (ia64_linux_store_registers): Likewise.
1892 * ia64-tdep.c (ia64_access_rse_reg): Likewise.
1893 (ia64_extract_return_value): Likewise.
1894 (ia64_store_return_value): Likewise.
1895 (find_func_descr): Likewise.
1896 * inf-child.c (inf_child_fetch_inferior_registers): Likewise.
1897 * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise.
1898 (inf_ptrace_store_registers): Likewise.
1899 * infrun.c (use_displaced_stepping): Likewise.
1900 (displaced_step_prepare_throw): Likewise.
1901 (resume): Likewise.
1902 (proceed): Likewise.
1903 (do_target_wait): Likewise.
1904 (adjust_pc_after_break): Likewise.
1905 (handle_inferior_event_1): Likewise.
1906 (handle_signal_stop): Likewise.
1907 (save_infcall_suspend_state): Likewise.
1908 (restore_infcall_suspend_state): Likewise.
1909 * iq2000-tdep.c (iq2000_extract_return_value): Likewise.
1910 * jit.c (jit_frame_prev_register): Likewise.
1911 * linux-nat.c (save_stop_reason): Likewise.
1912 (linux_nat_wait_1): Likewise.
1913 (resume_stopped_resumed_lwps): Likewise.
1914 * linux-record.c (record_linux_sockaddr): Likewise.
1915 (record_linux_msghdr): Likewise.
1916 (record_linux_system_call): Likewise.
1917 * linux-tdep.c (linux_collect_thread_registers): Likewise.
1918 * lm32-tdep.c (lm32_extract_return_value): Likewise.
1919 (lm32_store_return_value): Likewise.
1920 * m32c-tdep.c (m32c_read_flg): Likewise.
1921 (m32c_pseudo_register_read): Likewise.
1922 (m32c_pseudo_register_write): Likewise.
1923 * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise.
1924 (m32r_linux_collect_gregset): Likewise.
1925 * m32r-tdep.c (m32r_store_return_value): Likewise.
1926 (m32r_extract_return_value): Likewise.
1927 * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise.
1928 (m68kbsd_collect_fpregset): Likewise.
1929 * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise.
1930 * m68k-linux-nat.c (fetch_register): Likewise.
1931 (old_fetch_inferior_registers): Likewise.
1932 (old_store_inferior_registers): Likewise.
1933 (store_regs): Likewise.
1934 * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise.
1935 (m68k_svr4_store_return_value): Likewise.
1936 * m88k-tdep.c (m88k_store_arguments): Likewise.
1937 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise.
1938 (mi_cmd_data_write_register_values): Likewise.
1939 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise.
1940 (mips_fbsd_store_inferior_registers): Likewise.
1941 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise.
1942 (mips_fbsd_supply_gregs): Likewise.
1943 (mips_fbsd_collect_fpregs): Likewise.
1944 (mips_fbsd_collect_gregs): Likewise.
1945 (mips_fbsd_supply_fpregset): Likewise.
1946 (mips_fbsd_collect_fpregset): Likewise.
1947 (mips_fbsd_supply_gregset): Likewise.
1948 (mips_fbsd_collect_gregset): Likewise.
1949 * mips-linux-nat.c (supply_gregset): Likewise.
1950 (fill_gregset): Likewise.
1951 (supply_fpregset): Likewise.
1952 (fill_fpregset): Likewise.
1953 * mips-linux-tdep.c (mips_supply_gregset): Likewise.
1954 (mips_fill_gregset): Likewise.
1955 (mips_supply_fpregset): Likewise.
1956 (mips_fill_fpregset): Likewise.
1957 (mips64_supply_gregset): Likewise.
1958 (micromips_linux_sigframe_validate): Likewise.
1959 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise.
1960 (mipsnbsd_fetch_inferior_registers): Likewise.
1961 (mipsnbsd_store_inferior_registers): Likewise.
1962 * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise.
1963 (mipsnbsd_supply_gregset): Likewise.
1964 (mipsnbsd_iterate_over_regset_sections): Likewise.
1965 (mipsnbsd_supply_reg): Likewise.
1966 (mipsnbsd_supply_fpreg): Likewise.
1967 * mips-tdep.c (mips_in_frame_stub): Likewise.
1968 (mips_dummy_id): Likewise.
1969 (is_octeon_bbit_op): Likewise.
1970 (micromips_bc1_pc): Likewise.
1971 (extended_mips16_next_pc): Likewise.
1972 (mips16_next_pc): Likewise.
1973 (deal_with_atomic_sequence): Likewise.
1974 * moxie-tdep.c (moxie_process_readu): Likewise.
1975 * nios2-tdep.c (nios2_get_next_pc): Likewise.
1976 * nto-procfs.c (procfs_store_registers): Likewise.
1977 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise.
1978 (ppcfbsd_store_inferior_registers): Likewise.
1979 * ppc-linux-nat.c (fetch_vsx_register): Likewise.
1980 (fetch_altivec_register): Likewise.
1981 (get_spe_registers): Likewise.
1982 (fetch_spe_register): Likewise.
1983 (fetch_altivec_registers): Likewise.
1984 (fetch_all_gp_regs): Likewise.
1985 (fetch_all_fp_regs): Likewise.
1986 (store_vsx_register): Likewise.
1987 (store_altivec_register): Likewise.
1988 (set_spe_registers): Likewise.
1989 (store_spe_register): Likewise.
1990 (store_altivec_registers): Likewise.
1991 (store_all_gp_regs): Likewise.
1992 (store_all_fp_regs): Likewise.
1993 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise.
1994 (ppc_linux_collect_gregset): Likewise.
1995 (ppc_canonicalize_syscall): Likewise.
1996 (ppc_linux_record_signal): Likewise.
1997 (ppu2spu_prev_register): Likewise.
1998 * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise.
1999 * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise.
2000 (ppcobsd_store_registers): Likewise.
2001 * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers):
2002 Likewise.
2003 (ppc_ravenscar_generic_store_registers): Likewise.
2004 * procfs.c (procfs_fetch_registers): Likewise.
2005 (procfs_store_registers): Likewise.
2006 * ravenscar-thread.c (ravenscar_fetch_registers): Likewise.
2007 (ravenscar_store_registers): Likewise.
2008 (ravenscar_prepare_to_store): Likewise.
2009 * record-btrace.c (record_btrace_fetch_registers): Likewise.
2010 * record-full.c (record_full_wait_1): Likewise.
2011 (record_full_registers_change): Likewise.
2012 (record_full_store_registers): Likewise.
2013 (record_full_core_fetch_registers): Likewise.
2014 (record_full_save): Likewise.
2015 (record_full_goto_insn): Likewise.
2016 * regcache.c (regcache_register_size): Likewise.
2017 (get_regcache_arch): Remove.
2018 (regcache_read_pc): Likewise.
2019 * regcache.h (get_regcache_arch): Remove.
2020 * remote-sim.c (gdbsim_fetch_register): Likewise.
2021 (gdbsim_store_register): Likewise.
2022 * remote.c (fetch_register_using_p): Likewise.
2023 (send_g_packet): Likewise.
2024 (remote_prepare_to_store): Likewise.
2025 (store_registers_using_G): Likewise.
2026 * reverse.c (save_bookmark_command): Likewise.
2027 (goto_bookmark_command): Likewise.
2028 * rs6000-aix-tdep.c (branch_dest): Likewise.
2029 * rs6000-nat.c (rs6000_ptrace64): Likewise.
2030 (fetch_register): Likewise.
2031 * rs6000-tdep.c (ppc_supply_reg): Likewise.
2032 (ppc_collect_reg): Likewise.
2033 (ppc_collect_gregset): Likewise.
2034 (ppc_collect_fpregset): Likewise.
2035 (ppc_collect_vsxregset): Likewise.
2036 (ppc_collect_vrregset): Likewise.
2037 (ppc_displaced_step_hw_singlestep): Likewise.
2038 (rs6000_pseudo_register_read): Likewise.
2039 (rs6000_pseudo_register_write): Likewise.
2040 * s390-linux-nat.c (supply_gregset): Likewise.
2041 (fill_gregset): Likewise.
2042 (s390_linux_fetch_inferior_registers): Likewise.
2043 * s390-linux-tdep.c (s390_write_pc): Likewise.
2044 (s390_software_single_step): Likewise.
2045 (s390_all_but_pc_registers_record): Likewise.
2046 (s390_linux_syscall_record): Likewise.
2047 * sentinel-frame.c (sentinel_frame_prev_arch): Likewise.
2048 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise.
2049 (shnbsd_store_inferior_registers): Likewise.
2050 * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
2051 (sh_extract_return_value_fpu): Likewise.
2052 (sh_store_return_value_nofpu): Likewise.
2053 (sh_corefile_supply_regset): Likewise.
2054 (sh_corefile_collect_regset): Likewise.
2055 * sh64-tdep.c (sh64_extract_return_value): Likewise.
2056 (sh64_store_return_value): Likewise.
2057 * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise.
2058 * sparc-nat.c (sparc_fetch_inferior_registers): Likewise.
2059 (sparc_store_inferior_registers): Likewise.
2060 * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise.
2061 (sparc_ravenscar_prepare_to_store): Likewise.
2062 * sparc-tdep.c (sparc32_store_arguments): Likewise.
2063 (sparc_analyze_control_transfer): Likewise.
2064 (sparc_step_trap): Likewise.
2065 (sparc_software_single_step): Likewise.
2066 (sparc32_gdbarch_init): Likewise.
2067 (sparc_supply_rwindow): Likewise.
2068 (sparc_collect_rwindow): Likewise.
2069 * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise.
2070 * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise.
2071 (sparc64nbsd_collect_gregset): Likewise.
2072 (sparc64nbsd_supply_fpregset): Likewise.
2073 (sparc64nbsd_collect_fpregset): Likewise.
2074 * sparc64-tdep.c (sparc64_store_arguments): Likewise.
2075 (sparc64_supply_gregset): Likewise.
2076 (sparc64_collect_gregset): Likewise.
2077 (sparc64_supply_fpregset): Likewise.
2078 (sparc64_collect_fpregset): Likewise.
2079 * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise.
2080 * spu-tdep.c (spu_unwind_sp): Likewise.
2081 (spu2ppu_prev_register): Likewise.
2082 (spu_memory_remove_breakpoint): Likewise.
2083 * stack.c (return_command): Likewise.
2084 * tic6x-tdep.c (tic6x_extract_signed_field): Likewise.
2085 * tracefile-tfile.c (tfile_fetch_registers): Likewise.
2086 * tracefile.c (trace_save_ctf): Likewise.
2087 * windows-nat.c (do_windows_fetch_inferior_registers): Likewise.
2088 (do_windows_store_inferior_registers): Likewise.
2089 (windows_resume): Likewise.
2090 * xtensa-linux-nat.c (fill_gregset): Likewise.
2091 (supply_gregset_reg): Likewise.
2092 * xtensa-tdep.c (xtensa_register_write_masked): Likewise.
2093 (xtensa_register_read_masked): Likewise.
2094 (xtensa_supply_gregset): Likewise.
2095 (xtensa_extract_return_value): Likewise.
2096 (xtensa_store_return_value): Likewise.
2097
edd079d9
UW
20982017-10-25 Ulrich Weigand <uweigand@de.ibm.com>
2099
2100 * doublest.c (floatformat_from_string): New function.
2101 * doublest.h (floatformat_from_string): Add prototype.
2102
2103 * std-operator.def (OP_DOUBLE, OP_DECFLOAT): Remove, replace by ...
2104 (OP_FLOAT): ... this.
2105 * expression.h: Do not include "doublest.h".
2106 (union exp_element): Replace doubleconst and decfloatconst by
2107 new element floatconst.
2108 * ada-lang.c (resolve_subexp): Handle OP_FLOAT instead of OP_DOUBLE.
2109 (ada_evaluate_subexp): Likewise.
2110 * eval.c (evaluate_subexp_standard): Handle OP_FLOAT instead of
2111 OP_DOUBLE and OP_DECFLOAT.
2112 * expprint.c (print_subexp_standard): Likewise.
2113 (dump_subexp_body_standard): Likewise.
2114 * breakpoint.c (watchpoint_exp_is_const): Likewise.
2115
2116 * parse.c: Include "dfp.h".
2117 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
2118 (write_exp_elt_floatcst): New function.
2119 (operator_length_standard): Handle OP_FLOAT instead of OP_DOUBLE
2120 and OP_DECFLOAT.
2121 (operator_check_standard): Likewise.
2122 (parse_float): Do not accept suffix. Take type as input. Return bool.
2123 Return target format buffer instead of host DOUBLEST.
2124 Use floatformat_from_string and decimal_from_string to parse
2125 either binary or decimal floating-point types.
2126 (parse_c_float): Remove.
2127 * parser-defs.h: Do not include "doublest.h".
2128 (write_exp_elt_dblcst, write_exp_elt_decfloatcst): Remove.
2129 (write_exp_elt_floatcst): Add prototype.
2130 (parse_float): Update prototype.
2131 (parse_c_float): Remove.
2132
2133 * c-exp.y: Do not include "dfp.h".
2134 (typed_val_float): Use byte buffer instead of DOUBLEST.
2135 (typed_val_decfloat): Remove.
2136 (DECFLOAT): Remove.
2137 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2138 (parse_number): Update to new parse_float interface.
2139 Parse suffixes and determine type before calling parse_float.
2140 Handle decimal and binary FP types the same way.
2141
2142 * d-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
2143 (FLOAT_LITERAL): Use OP_FLOAT and write_exp_elt_floatcst.
2144 (parse_number): Update to new parse_float interface.
2145 Parse suffixes and determine type before calling parse_float.
2146
2147 * f-exp.y: Replace dval by typed_val_float.
2148 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2149 (parse_number): Use parse_float instead of atof.
2150
2151 * go-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
2152 (parse_go_float): Remove.
2153 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2154 (parse_number): Call parse_float instead of parse_go_float.
2155 Parse suffixes and determine type before calling parse_float.
2156
2157 * p-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
2158 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2159 (parse_number): Update to new parse_float interface.
2160 Parse suffixes and determine type before calling parse_float.
2161
2162 * m2-exp.y: Replace dval by byte buffer val.
2163 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2164 (parse_number): Call parse_float instead of atof.
2165
2166 * rust-exp.y (typed_val_float): Use byte buffer instead of DOUBLEST.
2167 (lex_number): Call parse_float instead of strtod.
2168 (ast_dliteral): Use OP_FLOAT instead of OP_DOUBLE.
2169 (convert_ast_to_expression): Handle OP_FLOAT instead of OP_DOUBLE.
2170 Use write_exp_elt_floatcst.
2171 (unit_testing): Remove static variable.
2172 (rust_type): Do not check unit_testing.
2173 (rust_lex_tests): Do not set uint_testing. Set up dummy rust_parser.
2174
2175 * ada-exp.y (type_float, type_double): Remove.
2176 (typed_val_float): Use byte buffer instead of DOUBLEST.
2177 (FLOAT): Use OP_FLOAT and write_exp_elt_floatcst.
2178 * ada-lex.l (processReal): Use parse_float instead of sscanf.
2179
cc628f3d
AH
21802017-10-25 Alan Hayward <alan.hayward@arm.com>
2181
2182 * aarch64-tdep.h (enum aarch64_regnum): Remove.
2183 * arch/aarch64.h: New file.
2184
09a7c6aa
UW
21852017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
2186
2187 * dfp.h (decimal_from_string): Use const reference for argument.
2188 * dfp.c (decimal_from_string): Likewise.
2189
8ba0dd51
UW
21902017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
2191
2192 * i387-tdep.c (print_i387_value): Use floatformat_to_string.
2193 * sh64-tdep.c (sh64_do_fp_register): Likewise.
2194 * mips-tdep.c (mips_print_fp_register): Likewise.
2195
16e812b2
UW
21962017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
2197
2198 * common/format.h (enum argclass): Replace decfloat_arg by
2199 dec32float_arg, dec64float_arg, and dec128float_arg.
2200 * common/format.c (parse_format_string): Update to return
2201 new decimal float argument classes.
2202
2203 * printcmd.c (printf_decfloat): Rename to ...
2204 (printf_floating): ... this. Add argclass argument, and use it
2205 instead of parsing the format string again. Add support for
2206 binary floating-point values, using floatformat_to_string.
2207 Convert value to the target format if it doesn't already match.
2208 (ui_printf): Call printf_floating instead of printf_decfloat,
2209 also for double_arg / long_double_arg. Pass argclass.
2210
2211 * dfp.c (decimal_to_string): Add format string argument.
2212 * dfp.h (decimal_to_string): Likewise.
2213
2214 * doublest.c (floatformat_to_string): Add format string argument.
2215 * doublest.h (floatformat_to_string): Likewise.
2216
fdf0cbc2
UW
22172017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
2218
2219 * doublest.c (floatformat_precision): New routine.
2220 (floatformat_to_string): Likewise.
2221 * doublest.c (floatformat_to_string): Add prototype.
2222
2223 * printcmd.c (print_scalar_formatted): Only call print_floating
2224 on floating-point types.
2225 * valprint.c: Do not include "floatformat.h".
2226 (generic_val_print_decfloat): Remove.
2227 (generic_val_print): Call generic_val_print_float for both
2228 TYPE_CODE_FLT and TYPE_CODE_DECFLOAT.
2229 (print_floating): Use floatformat_to_string. Handle decimal float.
2230 (print_decimal_floating): Remove, merge into floatformat_to_string.
2231 * value.h (print_decimal_floating): Remove.
2232
2233 * Makefile.in: Do not build doublest.c with -Wformat-nonliteral.
2234
5033013f
UW
22352017-10-24 Ulrich Weigand <uweigand@de.ibm.com>
2236
2237 * buildsym.c (end_symtab_get_static_block): Use std::stable_sort.
2238
a664f67e
SM
22392017-10-21 Simon Marchi <simon.marchi@ericsson.com>
2240
2241 * memattr.h: Don't include vec.h.
2242 (struct mem_attrib): Initialize fields.
2243 <unknown>: New static method.
2244 (struct mem_region): Add constructors, operator<, initialize
2245 fields.
2246 * memattr.c: Include algorithm.
2247 (default_mem_attrib, unknown_mem_attrib): Remove.
2248 (user_mem_region_list): New global.
2249 (target_mem_region_list, mem_region_list): Change type to
2250 std::vector<mem_region>.
2251 (mem_use_target): Now a function.
2252 (target_mem_regions_valid): Change type to bool.
2253 (mem_region_lessthan, mem_region_cmp, mem_region_init): Remove.
2254 (require_user_regions): Adjust.
2255 (require_target_regions): Adjust.
2256 (create_mem_region): Adjust.
2257 (lookup_mem_region): Adjust.
2258 (invalidate_target_mem_regions): Adjust.
2259 (mem_clear): Rename to...
2260 (user_mem_clear): ... this, and adjust.
2261 (mem_command): Adjust.
2262 (info_mem_command): Adjust.
2263 (mem_enable, enable_mem_command, mem_disable,
2264 disable_mem_command): Adjust.
2265 (mem_delete): Adjust.
2266 (delete_mem_command): Adjust.
2267 * memory-map.h (parse_memory_map): Return an std::vector.
2268 * memory-map.c (parse_memory_map): Likewise.
2269 (struct memory_map_parsing_data): Add constructor.
2270 <memory_map>: Point to std::vector.
2271 (memory_map_start_memory): Adjust.
2272 (memory_map_end_memory): Adjust.
2273 (memory_map_end_property): Adjust.
2274 (clear_result): Remove.
2275 * remote.c (remote_memory_map): Return an std::vector.
2276 * target-debug.h (target_debug_print_VEC_mem_region_s__p):
2277 Remove.
2278 (target_debug_print_mem_region_vector): New.
2279 * target-delegates.c: Regenerate.
2280 * target.h (mem_region_vector): New typedef.
2281 (to_memory_map): Return mem_region_vector.
2282 (target_memory_map): Return an std::vector.
2283 * target.c (target_memory_map): Return an std::vector.
2284 (flash_erase_command): Adjust.
2285
6e17c565
SM
22862017-10-21 Simon Marchi <simon.marchi@ericsson.com>
2287
2288 * memory-map.c (struct memory_map_parsing_data) <property_name>:
2289 Change type to std::string.
2290 (memory_map_start_property): Adjust.
2291 (memory_map_end_property): Adjust.
2292
cfba9872
SM
22932017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2294
2295 * infrun.h: Include common/byte-vector.h.
2296 (struct displaced_step_closure): New struct.
2297 (struct buf_displaced_step_closure): New struct.
2298 * infrun.c (displaced_step_closure::~displaced_step_closure):
2299 Provide default implementation.
2300 (displaced_step_clear): Deallocate step closure with delete.
2301 * aarch64-tdep.c (displaced_step_closure): Rename to ...
2302 (aarch64_displaced_step_closure): ... this, extend
2303 displaced_step_closure.
2304 (aarch64_displaced_step_data) <dsc>: Change type to
2305 aarch64_displaced_step_closure.
2306 (aarch64_displaced_step_copy_insn): Adjust to type change, use
2307 unique_ptr.
2308 (aarch64_displaced_step_fixup): Add cast for displaced step
2309 closure.
2310 * amd64-tdep.c (displaced_step_closure): Rename to ...
2311 (amd64_displaced_step_closure): ... this, extend
2312 displaced_step_closure.
2313 <insn_buf>: Change type to std::vector<gdb_byte>.
2314 <max_len>: Remove.
2315 (fixup_riprel): Change type of DSC parameter, adjust to type
2316 change of insn_buf.
2317 (fixup_displaced_copy): Change type of DSC parameter.
2318 (amd64_displaced_step_copy_insn): Instantiate
2319 amd64_displaced_step_closure.
2320 (amd64_displaced_step_fixup): Add cast for closure type, adjust
2321 to type change of insn_buf.
2322 * arm-linux-tdep.c (arm_linux_cleanup_svc): Change type of
2323 parameter DSC.
2324 (arm_linux_copy_svc): Likewise.
2325 (cleanup_kernel_helper_return): Likewise.
2326 (arm_catch_kernel_helper_return): Likewise.
2327 (arm_linux_displaced_step_copy_insn): Instantiate
2328 arm_displaced_step_closure.
2329 * arm-tdep.c (arm_pc_is_thumb): Add cast for closure.
2330 (displaced_read_reg): Change type of parameter DSC.
2331 (branch_write_pc): Likewise.
2332 (load_write_pc): Likewise.
2333 (alu_write_pc): Likewise.
2334 (displaced_write_reg): Likewise.
2335 (arm_copy_unmodified): Likewise.
2336 (thumb_copy_unmodified_32bit): Likewise.
2337 (thumb_copy_unmodified_16bit): Likewise.
2338 (cleanup_preload): Likewise.
2339 (install_preload): Likewise.
2340 (arm_copy_preload): Likewise.
2341 (thumb2_copy_preload): Likewise.
2342 (install_preload_reg): Likewise.
2343 (arm_copy_preload_reg): Likewise.
2344 (cleanup_copro_load_store): Likewise.
2345 (install_copro_load_store): Likewise.
2346 (arm_copy_copro_load_store) Likewise.
2347 (thumb2_copy_copro_load_store): Likewise.
2348 (cleanup_branch): Likewise.
2349 (install_b_bl_blx): Likewise.
2350 (arm_copy_b_bl_blx): Likewise.
2351 (thumb2_copy_b_bl_blx): Likewise.
2352 (thumb_copy_b): Likewise.
2353 (install_bx_blx_reg): Likewise.
2354 (arm_copy_bx_blx_reg): Likewise.
2355 (thumb_copy_bx_blx_reg): Likewise.
2356 (cleanup_alu_imm): Likewise.
2357 (arm_copy_alu_imm): Likewise.
2358 (thumb2_copy_alu_imm): Likewise.
2359 (cleanup_alu_reg): Likewise.
2360 (install_alu_reg): Likewise.
2361 (arm_copy_alu_reg): Likewise.
2362 (thumb_copy_alu_reg): Likewise.
2363 (cleanup_alu_shifted_reg): Likewise.
2364 (install_alu_shifted_reg): Likewise.
2365 (arm_copy_alu_shifted_reg): Likewise.
2366 (cleanup_load): Likewise.
2367 (cleanup_store): Likewise.
2368 (arm_copy_extra_ld_st): Likewise.
2369 (install_load_store): Likewise.
2370 (thumb2_copy_load_literal): Likewise.
2371 (thumb2_copy_load_reg_imm): Likewise.
2372 (arm_copy_ldr_str_ldrb_strb): Likewise.
2373 (cleanup_block_load_all): Likewise.
2374 (cleanup_block_store_pc): Likewise.
2375 (cleanup_block_load_pc): Likewise.
2376 (arm_copy_block_xfer): Likewise.
2377 (thumb2_copy_block_xfer): Likewise.
2378 (cleanup_svc): Likewise.
2379 (install_svc): Likewise.
2380 (arm_copy_svc): Likewise.
2381 (thumb_copy_svc): Likewise.
2382 (arm_copy_undef): Likewise.
2383 (thumb_32bit_copy_undef): Likewise.
2384 (arm_copy_unpred): Likewise.
2385 (arm_decode_misc_memhint_neon): Likewise.
2386 (arm_decode_unconditional): Likewise.
2387 (arm_decode_miscellaneous): Likewise.
2388 (arm_decode_dp_misc): Likewise.
2389 (arm_decode_ld_st_word_ubyte): Likewise.
2390 (arm_decode_media): Likewise.
2391 (arm_decode_b_bl_ldmstm): Likewise.
2392 (arm_decode_ext_reg_ld_st): Likewise.
2393 (thumb2_decode_dp_shift_reg): Likewise.
2394 (thumb2_decode_ext_reg_ld_st): Likewise.
2395 (arm_decode_svc_copro): Likewise.
2396 (thumb2_decode_svc_copro): Likewise.
2397 (install_pc_relative): Likewise.
2398 (thumb_copy_pc_relative_16bit): Likewise.
2399 (thumb_decode_pc_relative_16bit): Likewise.
2400 (thumb_copy_pc_relative_32bit): Likewise.
2401 (thumb_copy_16bit_ldr_literal): Likewise.
2402 (thumb_copy_cbnz_cbz): Likewise.
2403 (thumb2_copy_table_branch): Likewise.
2404 (cleanup_pop_pc_16bit_all): Likewise.
2405 (thumb_copy_pop_pc_16bit): Likewise.
2406 (thumb_process_displaced_16bit_insn): Likewise.
2407 (decode_thumb_32bit_ld_mem_hints): Likewise.
2408 (thumb_process_displaced_32bit_insn): Likewise.
2409 (thumb_process_displaced_insn): Likewise.
2410 (arm_process_displaced_insn): Likewise.
2411 (arm_displaced_init_closure): Likewise.
2412 (arm_displaced_step_fixup): Add cast for closure.
2413 * arm-tdep.h: Include infrun.h.
2414 (displaced_step_closure): Rename to ...
2415 (arm_displaced_step_closure): ... this, extend
2416 displaced_step_closure.
2417 <u::svc::copy_svc_os>: Change type of parameter DSC.
2418 <cleanup>: Likewise.
2419 (arm_process_displaced_insn): Likewise.
2420 (arm_displaced_init_closure): Likewise.
2421 (displaced_read_reg): Likewise.
2422 (displaced_write_reg): Likewise.
2423 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
2424 Adjust.
2425 * i386-tdep.h: Include infrun.h.
2426 (i386_displaced_step_closure): New typedef.
2427 * i386-tdep.c (i386_displaced_step_copy_insn): Use
2428 i386_displaced_step_closure.
2429 (i386_displaced_step_fixup): Adjust.
2430 * rs6000-tdep.c (ppc_displaced_step_closure): New typedef.
2431 (ppc_displaced_step_copy_insn): Use ppc_displaced_step_closure
2432 and unique_ptr.
2433 (ppc_displaced_step_fixup): Adjust.
2434 * s390-linux-tdep.c (s390_displaced_step_closure): New typedef.
2435 (s390_displaced_step_copy_insn): Use s390_displaced_step_closure
2436 and unique_ptr.
2437 (s390_displaced_step_fixup): Adjust.
2438
b392b304
SM
24392017-10-21 Simon Marchi <simon.marchi@polymtl.ca>
2440
2441 * interps.h (interp_resume, interp_suspend, interp_set_temp):
2442 Remove declarations.
2443
d5833c62
TT
24442017-10-20 Tom Tromey <tom@tromey.com>
2445
2446 * gdb_bfd.c (struct gdb_bfd_data) <included_bfds>: Now a
2447 std::vector.
2448 (gdb_bfd_record_inclusion): Update.
2449 (bfdp): Remove typedef.
2450
06d5bbc8
TT
24512017-10-20 Tom Tromey <tom@tromey.com>
2452
2453 * gdb_bfd.c (gdb_bfd_ref): Use new.
2454 (struct gdb_bfd_data): Add constructor, destructor, and member
2455 initializers.
2456 (gdb_bfd_unref): Use delete.
2457
2712ce2e
TT
24582017-10-20 Tom Tromey <tom@tromey.com>
2459
2460 * exec.c (exec_file_attach): Use new_bfd_ref.
2461 * symfile-mem.c (symbol_file_add_from_memory): Use new_bfd_ref.
2462 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
2463 (gdb_bfd_openw, gdb_bfd_openr_iovec, gdb_bfd_fdopenr): Use
2464 new_bfd_ref.
2465 * gdb_bfd.h (new_bfd_ref): New function.
2466
fcc8fb2f
PA
24672017-10-20 Pedro Alves <palves@redhat.com>
2468
2469 * main.c (captured_command_loop): Add attribute noinline.
2470
4c2287b0
SM
24712017-10-19 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 * interps.c (struct interp_factory): Add constructor.
2474 (interp_factory_p): Remove typedef.
2475 (DEF_VEC_P(interp_factory_p)): Remove.
2476 (interpreter_factories): Change type to std::vector.
2477 (interp_factory_register): Adjust.
2478 (interp_lookup): Adjust.
2479 (interpreter_completer): Adjust.
2480
3d415c26
TT
24812017-10-19 Tom Tromey <tom@tromey.com>
2482
2483 * break-catch-syscall.c (catch_syscall_completer): Use
2484 std::string, gdb::unique_xmalloc_ptr.
2485
395423c4
TT
24862017-10-19 Tom Tromey <tom@tromey.com>
2487
2488 * infcall.c (call_function_by_hand_dummy): Use std::string.
2489
54f70bc1
TT
24902017-10-19 Tom Tromey <tom@tromey.com>
2491
2492 * mi/mi-main.c (mi_cmd_execute): Update.
2493 * top.h (prepare_execute_command): Return scoped_value_mark.
2494 * value.h (class scoped_value_mark): Use DISABLE_COPY_AND_ASSIGN.
2495 Add move constructor.
2496 * top.c (prepare_execute_command): Return scoped_value_mark.
2497 (execute_command): Update.
2498
63929e84
PA
24992017-10-19 Pedro Alves <palves@redhat.com>
2500
2501 * xml-support.c (xml_fetch_content_from_file): Check fread's
2502 return.
2503
a75868f5
PA
25042017-10-19 Pedro Alves <palves@redhat.com>
2505
2506 * ser-base.c (ser_base_read_error_fd): Delete the file handler if
2507 async.
2508 (handle_error_fd): New function.
2509 (ser_base_async): Add/delete an event loop file handler for
2510 error_fd.
2511
2edf834e
PA
25122017-10-19 Pedro Alves <palves@redhat.com>
2513
2514 * xml-support.c (xml_fetch_content_from_file): Don't read in
2515 chunks. Instead use fseek to determine the file's size, and read
2516 it in one go.
2517
c8ba13ad
KS
25182017-11-18 Keith Seitz <keiths@redhat.com>
2519
2520 * c-exp.y (oper): Canonicalize conversion operators of user-defined
2521 types.
2522 Add whitespace to front of type name.
2523
37534686
KS
25242017-10-18 Keith Seitz <keiths@redhat.com>
2525
2526 * dwarf2read.c (dwarf2_add_typedef): Issue a complaint on unhandled
2527 DW_AT_accessibility.
2528
28c7c158
YQ
25292017-10-18 Yao Qi <yao.qi@linaro.org>
2530
2531 * features/tic6x-c62x-linux.c: Remove.
2532
30f0b101
TT
25332017-10-17 Tom Tromey <tom@tromey.com>
2534
2535 * disasm.c (do_mixed_source_and_assembly_deprecated): Use
2536 gdb::optional, ui_out_emit_list, ui_out_emit_tuple.
2537 (do_mixed_source_and_assembly): Likewise.
2538
57e12da9
TT
25392017-10-17 Tom Tromey <tom@tromey.com>
2540
2541 * regcache.c (regcache::xfer_part): Remove assertion.
2542
7b700999
PA
25432017-10-17 Pedro Alves <palves@redhat.com>
2544
2545 * xml-support.c (xml_fetch_content_from_file): Call
2546 unique_ptr::release() instead unique_ptr::get() when passing
2547 through xrealloc.
2548
d3037ba6
YQ
25492017-10-17 Yao Qi <yao.qi@linaro.org>
2550
2551 * regcache.c (regcache::xfer_part): Remove parameters read and
2552 write, add parameter is_raw. All callers are updated.
2553
83d5a34d
KS
25542017-10-16 Keith Seitz <keiths@redhat.com>
2555
2556 * c-typeprint.c (enum access_specifier): Moved here from
2557 c_type_print_base.
2558 (output_access_specifier): New function.
2559 (c_type_print_base): Consider typedefs when assessing
2560 whether access labels are needed.
2561 Use output_access_specifier as needed.
2562 Output access specifier for typedefs, if needed.
2563 * dwarf2read.c (dwarf2_add_typedef): Record DW_AT_accessibility.
2564 * gdbtypes.h (struct typedef_field) <is_protected, is_private>: New
2565 fields.
2566 (TYPE_TYPEDEF_FIELD_PROTECTED, TYPE_TYPEDEF_FIELD_PRIVATE): New
2567 accessor macros.
2568
87028b87
TT
25692017-10-16 Tom Tromey <tom@tromey.com>
2570
2571 * linux-tdep.c (linux_info_proc, linux_find_memory_regions_full)
2572 (linux_fill_prpsinfo, linux_vsyscall_range_raw): Update.
2573 * target.c (target_fileio_read_stralloc): Update.
2574 * sparc64-tdep.c (adi_is_addr_mapped): Update.
2575 * target.h (target_fileio_read_stralloc): Return
2576 unique_xmalloc_ptr.
2577
b7b030ad
TT
25782017-10-16 Tom Tromey <tom@tromey.com>
2579
2580 * xml-syscall.c (xml_init_syscalls_info): Update.
2581 * xml-support.c (xinclude_start_include): Update.
2582 (xml_fetch_content_from_file): Return unique_xmalloc_ptr.
2583 * xml-support.h (xml_fetch_another): Return unique_xmalloc_ptr.
2584 (xml_fetch_content_from_file): Likewise.
2585 * osdata.c (get_osdata): Update.
2586 * target.h (target_read_stralloc, target_get_osdata): Return
2587 unique_xmalloc_ptr.
2588 * solib-aix.c (solib_aix_get_library_list): Update.
2589 * solib-target.c (solib_target_current_sos): Update.
2590 * solib-svr4.c (svr4_current_sos_via_xfer_libraries): Update.
2591 * xml-tdesc.c (fetch_available_features_from_target): Update.
2592 (target_fetch_description_xml): Update.
2593 (file_read_description_xml): Update.
2594 * remote.c (remote_get_threads_with_qxfer, remote_memory_map)
2595 (remote_traceframe_info, btrace_read_config, remote_read_btrace)
2596 (remote_pid_to_exec_file): Update.
2597 * target.c (target_read_stralloc): Return unique_xmalloc_ptr.
2598 (target_get_osdata): Likewise.
2599
b80406ac
TT
26002017-10-16 Tom Tromey <tom@tromey.com>
2601
2602 * remote.c (remote_register_number_and_offset): Use std::vector.
2603 (remote_set_syscall_catchpoint): Use gdb::unique_xmalloc_ptr.
2604 (putpkt_binary): Use gdb::def_vector.
2605 (compare_sections_command): Use gdb::byte_vector.
2606
a90ecff8
TT
26072017-10-16 Tom Tromey <tom@tromey.com>
2608
2609 * ppc-linux-nat.c (hwdebug_insert_point): Use
2610 gdb::unique_xmalloc_ptr, XDUP.
2611
2dc0e219
TT
26122017-10-16 Tom Tromey <tom@tromey.com>
2613
2614 * probe.c (parse_probes): Use std::string.
2615 (info_probes_for_ops, enable_probes_command)
2616 (disable_probes_command): Remove cleanups.
2617
b05628f0
TT
26182017-10-16 Tom Tromey <tom@tromey.com>
2619
2620 * buildsym.c (block_compar): Remove.
2621 (end_symtab_get_static_block): Use std::vector.
2622
a79b1bc6
SM
26232017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2624
2625 * memrange.h (struct mem_range): Define operator< and operator==.
2626 (mem_range_s): Remove.
2627 (DEF_VEC_O (mem_range_s)): Remove.
2628 (normalize_mem_ranges): Change parameter type to std::vector.
2629 * memrange.c (compare_mem_ranges): Remove.
2630 (normalize_mem_ranges): Change parameter type to std::vector,
2631 adjust to vector change.
2632 * exec.c (section_table_available_memory): Return vector, remove
2633 parameter.
2634 (section_table_read_available_memory): Adjust to std::vector
2635 change.
2636 * remote.c (remote_read_bytes): Adjust to std::vector
2637 change.
2638 * tracepoint.h (traceframe_available_memory): Change parameter
2639 type to std::vector.
2640 * tracepoint.c (traceframe_available_memory): Change parameter
2641 type to std::vector, adjust.
2642 * gdb/mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to
2643 std::vector change.
2644 * gdb/Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
2645 unittests/memrange-selftests.c.
2646 (SUBDIR_UNITTESTS_OBS): Add memrange-selftests.o.
2647 * gdb/unittests/memrange-selftests.c: New file.
2648
63f0e930
PA
26492017-10-16 Pedro Alves <palves@redhat.com>
2650
2651 * elfread.c (probe_key_free): Rename range-for variable.
2652 * probe.c (parse_probes_in_pspace, find_probes_in_objfile)
2653 (find_probe_by_pc, collect_probes): Rename range-for variable.
2654
c40c7bfc
YQ
26552017-10-16 Yao Qi <yao.qi@linaro.org>
2656
2657 * features/Makefile (XMLTOC): Remove tic6x-*.xml.
2658 * features/tic6x-c62x.c: Remove.
2659 * features/tic6x-c64x-linux.c: Remove.
2660 * features/tic6x-c64x.c: Remove.
2661 * features/tic6x-c64xp-linux.c: Remove.
2662 * features/tic6x-c64xp.c: Remove.
2663 * tic6x-linux-tdep.c (_initialize_tic6x_linux_tdep): Don't call
2664 initialize_tdesc_tic6x_*_linux functions.
2665 * tic6x-tdep.c (_initialize_tic6x_tdep): Don't call
2666 initialize_tdesc_tic6x_* functions.
2667
df27ae6a
YQ
26682017-10-16 Yao Qi <yao.qi@linaro.org>
2669
2670 * features/Makefile (WHICH): Remove tic6x-c64xp, tic6x-c64x
2671 tic6x-c62x.
2672 * regformats/tic6x-c62x.dat: Remove.
2673 * regformats/tic6x-c64x.dat: Remove.
2674 * regformats/tic6x-c64xp.dat: Remove.
2675
86766165
SM
26762017-10-15 Simon Marchi <simon.marchi@ericsson.com>
2677
2678 * tracepoint.c (parse_traceframe_info): Return a unique_ptr
2679 (the !HAVE_LIBEXPAT version).
2680
824dfcc3
SM
26812017-10-14 Simon Marchi <simon.marchi@ericsson.com>
2682
2683 * nat/linux-osdata.c (struct pid_pgid_entry) <operator<>: Make
2684 const.
2685
2098b393
SM
26862017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2687
2688 * target.h: Include tracepoint.h.
2689 (enum trace_find_type): Move to tracepoint.h.
2690 (struct target_ops) <to_traceframe_info>: Return a unique ptr.
2691 * tracepoint.h: Don't include target.h
2692 (enum trace_find_type): Move from target.h.
2693 (parse_traceframe_info): Return a unique ptr.
2694 * tracepoint.c (current_traceframe_info): Change type to unique
2695 ptr.
2696 (free_traceframe_info): Remove.
2697 (clear_traceframe_info): Don't manually free
2698 current_traceframe_info.
2699 (free_result): Remove.
2700 (parse_traceframe_info): Return a unique ptr.
2701 (get_traceframe_info): Adjust to unique ptr.
2702 * ctf.c (ctf_traceframe_info): Return a unique ptr.
2703 * remote.c (remote_traceframe_info): Return a unique ptr.
2704 * tracefile-tfile.c (tfile_traceframe_info): Return a unique
2705 ptr.
2706 * target-debug.h (target_debug_print_traceframe_info_up): New
2707 macro.
2708 * target-delegates.c: Regenerate.
2709
4cdd21a8
SM
27102017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2711
2712 * memrange.h (struct mem_range): Add constructors.
2713 * tracepoint.h (struct traceframe_info) <memory>: Change type to
2714 std::vector<mem_range>.
2715 * tracepoint.c (free_traceframe_info): Don't manually free
2716 vector.
2717 (traceframe_info_start_memory): Adjust to vector change.
2718 (traceframe_available_memory): Likewise.
2719 * tracefile-tfile.c (build_traceframe_info): Likewise.
2720 * ctf.c (ctf_traceframe_info): Likewise.
2721
d0d292a2
SM
27222017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2723
2724 * tracepoint.h (struct traceframe_info) <tvars>: Change type to
2725 std::vector<int>.
2726 * tracepoint.c (free_traceframe_info): Deallocate with delete.
2727 (traceframe_info_start_tvar): Adjust to vector change.
2728 (parse_traceframe_info): Allocate with new.
2729 * ctf.c (ctf_traceframe_info): Allocate with new, adjust to
2730 vector change.
2731 * tracefile-tfile.c (build_traceframe_info): Adjust to vector
2732 change.
2733 tfile_traceframe_info): Allocate with new.
2734 * mi/mi-main.c (mi_cmd_trace_frame_collected): Adjust to vector
2735 change.
2736
8d3c73ef
SM
27372017-10-14 Simon Marchi <simon.marchi@polymtl.ca>
2738
2739 * tracepoint.c (traceframe_info): Rename to...
2740 (current_traceframe_info): ...this.
2741 (clear_traceframe_info): Adjust.
2742 (get_traceframe_info): Adjust.
2743
b129dcac
SM
27442017-10-14 Simon Marchi <simon.marchi@ericsson.com>
2745
2746 * nat/linux-osdata.c: Include algorithm.
2747 (compare_processes): Remove.
2748 (struct pid_pgid_entry): New struct.
2749 (linux_xfer_osdata_processgroups): Use std::vector instead of
2750 XNEWVEC.
2751
af5bf4ad
SM
27522017-10-14 Simon Marchi <simon.marchi@ericsson.com>
2753
2754 * objfiles.h: Don't include symfile.h.
2755 (struct partial_symbol): Remove forward-declaration.
2756 (struct objfile) <global_psymbols, static_psymbols>: Change type
2757 to std::vector<partial_symbol *>.
2758 * objfiles.c (objfile::objfile): Don't memset those fields.
2759 (objfile::~objfile): Don't free those fields.
2760 * psympriv.h (struct psymbol_allocation_list): Remove
2761 forward-declaration.
2762 (add_psymbol_to_list): Change psymbol_allocation_list parameter
2763 to std::vector.
2764 (start_psymtab_common): Change parameters to std::vector.
2765 * psymtab.c: Include algorithm.
2766 (require_partial_symbols): Call shrink_to_fit.
2767 (find_pc_sect_psymbol): Adjust to vector change.
2768 (match_partial_symbol): Likewise.
2769 (lookup_partial_symbol): Likewise.
2770 (psym_relocate): Likewise.
2771 (dump_psymtab): Likewise.
2772 (recursively_search_psymtabs): Likewise.
2773 (compare_psymbols): Remove.
2774 (sort_pst_symbols): Adjust to vector change.
2775 (start_psymtab_common): Likewise.
2776 (end_psymtab_common): Likewise.
2777 (psymbol_bcache_full): De-constify return value.
2778 (add_psymbol_to_bcache): Likewise.
2779 (extend_psymbol_list): Remove.
2780 (append_psymbol_to_list): Adjust to vector change.
2781 (add_psymbol_to_list): Likewise.
2782 (init_psymbol_list): Likewise.
2783 (maintenance_info_psymtabs): Likewise.
2784 (maintenance_check_psymtabs): Likewise.
2785 * symfile.h (struct psymbol_allocation_list): Remove.
2786 * symfile.c (reread_symbols): Adjust to vector change.
2787 * dbxread.c (start_psymtab): Change type of parameters.
2788 (dbx_symfile_read): Adjust to vector change.
2789 (read_dbx_symtab): Likewise.
2790 (start_psymtab): Change type of parameters.
2791 * dwarf2read.c (dwarf2_build_psymtabs): Adjust to vector change.
2792 (create_partial_symtab): Likewise.
2793 (add_partial_symbol): Likewise.
2794 (write_one_signatured_type): Likewise.
2795 (recursively_write_psymbols): Likewise.
2796 * mdebugread.c (parse_partial_symbols): Likewise.
2797 * xcoffread.c (xcoff_start_psymtab): Change type of parameters.
2798 (scan_xcoff_symtab): Adjust to vector change.
2799 (xcoff_initial_scan): Likewise.
2800
3ec5942f
SM
28012017-10-13 Simon Marchi <simon.marchi@ericsson.com>
2802
2803 * ada-typeprint.c (print_dynamic_range_bound): Use std::string.
2804
2399fe6a
YQ
28052017-10-13 Yao Qi <yao.qi@linaro.org>
2806
2807 * features/Makefile: Remove tic6x-*-expedite, add tic6x-expedite.
2808 Remove s390x-*-expedite, add s390x-expedite.
2809
4bf3f4a8
YQ
28102017-10-13 Yao Qi <yao.qi@linaro.org>
2811
2812 * features/s390-gs-linux64.c: Regenerated.
2813 * features/s390x-gs-linux64.c: Regenerated.
2814
9e86da07
TT
28152017-10-13 Tom Tromey <tom@tromey.com>
2816
2817 * compile/compile-object-run.c (do_module_cleanup): Use delete.
2818 * solib.c (update_solib_list, reload_shared_libraries_1): Use
2819 delete.
2820 * symfile.c (symbol_file_add_with_addrs): Use new.
2821 (symbol_file_add_separate): Update comment.
2822 (syms_from_objfile_1, remove_symbol_file_command): Use delete.
2823 * jit.c (jit_object_close_impl): Use new.
2824 (jit_unregister_code): Use delete.
2825 * objfiles.c (objfile::objfile): Rename from allocate_objfile.
2826 (~objfile): Rename from free_objfile.
2827 (free_objfile_separate_debug, do_free_objfile_cleanup)
2828 (free_all_objfiles, objfile_purge_solibs): Use delete.
2829 * objfiles.h (struct objfile): Add constructor and destructor.
2830 Use DISABLE_COPY_AND_ASSIGN. Add initializers to data members.
2831 (allocate_objfile, free_objfile): Don't declare.
2832 (struct objstats): Add initializers.
2833
c2508e90
SM
28342017-10-12 Simon Marchi <simon.marchi@ericsson.com>
2835
2836 * arch-utils.h (simple_displaced_step_copy_insn): Remove.
2837 * arch-utils.c (simple_displaced_step_copy_insn): Remove.
2838 * gdbarch.sh (displaced_step_copy_insn): Adjust comment.
2839 * gdbarch.h: Regenerate.
2840 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn):
2841 Adjust comment.
2842 * i386-tdep.c (i386_displaced_step_copy_insn): Adjust comment.
2843 (i386_displaced_step_fixup): Adjust comment.
2844 * rs6000-tdep.c (ppc_displaced_step_copy_insn): Adjust comment.
2845
a900ff72
TT
28462017-10-12 Tom Tromey <tom@tromey.com>
2847
2848 * prologue-value.h (pv_area::store_would_trash): Return bool.
2849 (pv_area::find_reg): Likewise.
2850 * prologue-value.c (pv_area::store_would_trash): Return bool.
2851 (pv_area::find_reg): Likewise.
2852
f7b7ed97
TT
28532017-10-12 Tom Tromey <tom@tromey.com>
2854
2855 * s390-linux-tdep.c (s390_store, s390_load)
2856 (s390_check_for_saved, s390_analyze_prologue): Update.
2857 * rx-tdep.c (check_for_saved, rx_analyze_prologue): Update.
2858 * rl78-tdep.c (rl78_analyze_prologue, check_for_saved): Update.
2859 * prologue-value.h (class pv_area): Move from prologue-value.c.
2860 Change names of members. Add constructor, destructor, member
2861 functions.
2862 (make_pv_area, free_pv_area, make_cleanup_free_pv_area)
2863 (pv_area_store, pv_area_fetch, pv_area_store_would_trash)
2864 (pv_area_fetch, pv_area_scan): Don't declare.
2865 * prologue-value.c (struct pv_area::area_entry): Now member of
2866 pv_area.
2867 (struct pv_area): Move to prologue-value.h.
2868 (pv_area::pv_area): Rename from make_pv_area.
2869 (pv_area::~pv_area): Rename from free_pv_area.
2870 (do_free_pv_area_cleanup, make_cleanup_free_pv_area): Remove.
2871 (clear_entries, find_entry, overlaps, store_would_trash, store)
2872 (fetch, find_reg, scan): Now member of pv_area.
2873 Remove "area" argument. Update.
2874 * msp430-tdep.c (check_for_saved, msp430_analyze_prologue):
2875 Update.
2876 * mn10300-tdep.c (push_reg, check_for_saved)
2877 (mn10300_analyze_prologue): Update.
2878 * mep-tdep.c (is_arg_spill, check_for_saved)
2879 (mep_analyze_prologue): Update.
2880 * m32c-tdep.c (m32c_pv_push, m32c_srcdest_fetch)
2881 (m32c_srcdest_store, m32c_pv_enter, m32c_is_arg_spill)
2882 (m32c_is_struct_return, m32c_analyze_prologue): Update.
2883 * arm-tdep.c (thumb_analyze_prologue, arm_analyze_prologue):
2884 Update.
2885 * arc-tdep.c (arc_is_in_prologue, arc_analyze_prologue): Update.
2886 * aarch64-tdep.c (aarch64_analyze_prologue): Update.
2887
466eecee
SM
28882017-10-12 Simon Marchi <simon.marchi@ericsson.com>
2889
2890 * linux-nat.h (linux_nat_set_delete_thread): New declaration.
2891 * linux-nat.c (linux_nat_delete_thread): New variable.
2892 (lwp_free): Invoke linux_nat_delete_thread if set.
2893 (linux_nat_set_delete_thread): New function.
2894 * aarch64-linux-nat.c (_initialize_aarch64_linux_nat): Assign
2895 thread delete callback.
2896 * arm-linux-nat.c (arm_linux_delete_thread): New function.
2897 (_initialize_arm_linux_nat): Assign thread delete callback.
2898 * s390-linux-nat.c (s390_delete_thread): New function.
2899 (_initialize_s390_nat): Assign thread delete callback.
2900 * x86-linux-nat.c (x86_linux_add_target): Likewise.
2901 * nat/aarch64-linux.c (aarch64_linux_delete_thread): New
2902 function.
2903 * nat/aarch64-linux.h (aarch64_linux_delete_thread): New
2904 declaration.
2905 * nat/x86-linux.c (x86_linux_delete_thread): New function.
2906 * nat/x86-linux.h (x86_linux_delete_thread): New declaration.
2907
f71c8822
TT
29082017-10-09 Tom Tromey <tom@tromey.com>
2909
2910 * tui/tui-win.c (tui_set_win_height, parse_scrolling_args): Use
2911 std::string.
2912 * tui/tui-layout.c (enum tui_status): Use std::string.
2913
981a3fb3
TT
29142017-10-11 Tom Tromey <tom@tromey.com>
2915
2916 * gdbthread.h (thread_command): Constify.
2917 * inferior.h (detach_command): Constify.
2918 * top.h (set_history, show_history): Constify.
2919 * arm-tdep.c (set_arm_command, show_arm_command): Constify.
2920 * serial.c (serial_set_cmd, serial_show_cmd): Constify.
2921 * bsd-kvm.c (bsd_kvm_cmd): Constify.
2922 * printcmd.c (set_command): Constify.
2923 (non_const_set_command): New function.
2924 * dcache.c (set_dcache_command, show_dcache_command): Constify.
2925 * breakpoint.c (enable_command, disable_command, delete_command)
2926 (catch_command, tcatch_command, set_breakpoint_cmd)
2927 (show_breakpoint_cmd): Constify.
2928 * macrocmd.c (macro_command): Constify.
2929 * infcmd.c (unset_command, kill_command, detach_command)
2930 (info_proc_cmd): Constify.
2931 * i386-tdep.c (set_mpx_cmd, show_mpx_cmd): Constify.
2932 * auto-load.c (show_auto_load_cmd, set_auto_load_cmd)
2933 (info_auto_load_cmd): Constify.
2934 * target-descriptions.c (set_tdesc_cmd, show_tdesc_cmd)
2935 (unset_tdesc_cmd): Constify.
2936 * ada-lang.c (set_ada_command, show_ada_command)
2937 (maint_set_ada_cmd, maint_show_ada_cmd): Constify.
2938 * guile/guile.c (set_guile_command, show_guile_command)
2939 (info_guile_command): Constify.
2940 * tui/tui-win.c (tui_command, set_tui_cmd, show_tui_cmd):
2941 Constify.
2942 * skip.c (skip_command): Constify.
2943 * compile/compile.c (_initialize_compile): Constify.
2944 * dwarf2read.c (set_dwarf_cmd, show_dwarf_cmd): Constify.
2945 * btrace.c (maint_btrace_cmd, maint_btrace_set_cmd)
2946 (maint_btrace_show_cmd, maint_btrace_pt_set_cmd)
2947 (maint_btrace_pt_show_cmd): Constify.
2948 * remote.c (set_remote_cmd, show_remote_cmd, remote_command):
2949 Constify.
2950 * python/python.c (user_show_python, user_set_python): Constify.
2951 * mips-tdep.c (set_mips_command, show_mips_command)
2952 (set_mipsfpu_command): Constify.
2953 * record-btrace.c (cmd_record_btrace_start)
2954 (cmd_set_record_btrace, cmd_show_record_btrace)
2955 (cmd_set_record_btrace_bts, cmd_show_record_btrace_bts)
2956 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): Constify.
2957 * rs6000-tdep.c (set_powerpc_command, show_powerpc_command):
2958 Constify.
2959 * symfile.c (overlay_command): Constify.
2960 * spu-tdep.c (set_spu_command, show_spu_command): Constify.
2961 * cli/cli-logging.c (set_logging_command, show_logging_command):
2962 Constify.
2963 * cli/cli-dump.c (dump_command, append_command)
2964 (srec_dump_command, ihex_dump_command, verilog_dump_command)
2965 (tekhex_dump_command, binary_dump_command)
2966 (binary_append_command): Constify.
2967 * cli/cli-decode.c (struct cmd_list_element): Change type of
2968 "fun".
2969 * cli/cli-cmds.c (info_command, show_command, set_debug)
2970 (show_debug): Constify.
2971 (show_command): Add non-const overload.
2972 * top.c (set_history, show_history): Constify.
2973 * sh-tdep.c (set_sh_command, show_sh_command): Constify.
2974 * command.h (add_prefix_cmd): Accept a cmd_const_cfunc_ftype.
2975 * target.c (target_command): Constify.
2976 * sparc64-tdep.c (info_adi_command): Constify.
2977 * record-full.c (cmd_record_full_start): Constify.
2978 (set_record_full_command): Constify. Fix typo.
2979 (show_record_full_command): Constify.
2980 * thread.c (thread_command, thread_apply_command): Constify.
2981 * memattr.c (dummy_cmd): Constify.
2982 * value.c (function_command): Constify.
2983 * frame.c (set_backtrace_cmd, show_backtrace_cmd): Constify.
2984 * probe.c (info_probes_command): Constify.
2985 * ser-tcp.c (set_tcp_cmd, show_tcp_cmd): Constify.
2986 * gnu-nat.c (set_task_cmd, show_task_cmd, set_thread_cmd)
2987 (show_thread_cmd, set_thread_default_cmd)
2988 (show_thread_default_cmd): Constify.
2989 (check_empty): Constify.
2990 * tracepoint.c (tfind_command): Constify.
2991 * cp-support.c (maint_cplus_command): Constify.
2992 * windows-tdep.c (info_w32_command): Constify.
2993 * record.c (cmd_record_start, set_record_command)
2994 (show_record_command, info_record_command, cmd_record_goto):
2995 Constify.
2996 * ravenscar-thread.c (set_ravenscar_command)
2997 (show_ravenscar_command): Constify.
2998 * utils.c (set_internal_problem_cmd, show_internal_problem_cmd):
2999 Constify.
3000 (add_internal_problem_command): Remove casts.
3001 * arc-tdep.c (maintenance_print_arc_command): Constify.
3002 * valprint.c (set_print, show_print, set_print_raw)
3003 (show_print_raw): Constify.
3004 * maint.c (maintenance_command, maintenance_info_command)
3005 (maintenance_print_command, maintenance_set_cmd)
3006 (maintenance_show_cmd, set_per_command_cmd)
3007 (show_per_command_cmd, maintenance_check_command): Constify.
3008 * language.c (set_check, show_check): Constify.
3009 * typeprint.c (show_print_type, set_print_type): Constify.
3010 * go32-nat.c (go32_info_dos_command): Constify.
3011
fdf44873
TT
30122017-10-11 Tom Tromey <tom@tromey.com>
3013
3014 * breakpoint.c (prepare_re_set_context): Remove.
3015 (breakpoint_re_set_one): Update. Don't use cleanups.
3016 (breakpoint_re_set): Use scoped_restore, std::string, and
3017 scoped_restore_current_language.
3018
81b1e71c
TT
30192017-10-11 Tom Tromey <tom@tromey.com>
3020
3021 * breakpoint.c (commands_command_1): Use std::string.
3022 (cleanup_executing_breakpoints): Remove.
3023 (bpstat_do_actions_1): Use scoped_restore.
3024 (bpstat_check_watchpoint): Use std::string.
3025 (decode_static_tracepoint_spec): Likewise.
3026 (break_range_command): Likewise.
3027 (watch_command_1): Likewise.
3028 (compare_breakpoints): Change argument types.
3029 (clear_command): Use std::vector.
3030 (cleanup_executing_breakpoints): Remove.
3031 (update_global_location_list): Use unique_xmalloc_ptr.
3032 (strace_command): Remove unused declaration.
3033
4f9d9906
JB
30342017-10-11 John Baldwin <jhb@FreeBSD.org>
3035
3036 * Makefile.in (ALLDEPFILES): Add arm-fbsd-nat.c.
3037 * NEWS: Mention new FreeBSD/arm native configuration.
3038 * configure.host: Add arm*-*-freebsd*.
3039 * configure.nat: Likewise.
3040 * arm-fbsd-nat.c: New file.
3041
7176dfd2
JB
30422017-10-11 John Baldwin <jhb@FreeBSD.org>
3043
3044 * Makefile.in (ALL_TARGET_OBS): Add arm-fbsd-tdep.o.
3045 (ALLDEPFILES): Add arm-fbsd-tdep.c.
3046 * NEWS: Mention new FreeBSD/arm target.
3047 * configure.tgt: Add arm*-*-freebsd*.
3048 * arm-fbsd-tdep.c: New file.
3049 * arm-fbsd-tdep.h: New file.
3050
fe220226
MR
30512017-10-11 Maciej W. Rozycki <macro@imgtec.com>
3052
3053 * linux-tdep.c (linux_make_corefile_notes): Remove call to
3054 `gdbarch_elfcore_write_linux_prpsinfo'.
3055 * gdbarch.sh (elfcore_write_linux_prpsinfo): Remove architecture
3056 method.
3057 (elf_internal_linux_prpsinfo): Remove declaration.
3058 * gdbarch.h: Regenerate.
3059 * gdbarch.c: Regenerate.
3060
a2f63b2e
MR
30612017-10-11 Maciej W. Rozycki <macro@imgtec.com>
3062
3063 * ppc-linux-tdep.c (ppc_linux_init_abi): Remove call to
3064 `set_gdbarch_elfcore_write_linux_prpsinfo'.
3065
458ca1d0
PA
30662017-10-11 Pedro Alves <palves@redhat.com>
3067
3068 * breakpoint.c (reattach_breakpoints): Delete.
3069 * breakpoint.h (reattach_breakpoints): Delete.
3070
905014d7
SM
30712017-10-11 Simon Marchi <simon.marchi@ericsson.com>
3072
3073 * symfile.c (registered_sym_fns): Make struct, not typedef.
3074 (DEF_VEC_O (registered_sym_fns)): Remove.
3075 (symtab_fns): Change type to std::vector.
3076 (add_symtab_fns): Adjust.
3077 (find_sym_fns): Adjust.
3078
56d704da
AK
30792017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
3080
3081 * arc-tdep.c (arc_gdbarch_init): Pass proper cpu value to disassembler.
3082 * arc-tdep.h (arc_arch_is_em): New function.
3083 (arc_arch_is_hs): Likewise.
3084
7fa29be9
EB
30852017-10-11 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
3086
3087 * macrotab.h (macro_lookup_inclusion): Remove unnecessary
3088 parentheses in the declaration.
3089 (macro_lookup_inclusion): Likewise.
3090 (macro_lookup_definition): Likewise.
3091 * p-lang.h (pascal_builtin_types): Likewise.
3092 * tui/tui-data.c (tui_win_list): Likewise.
3093 * tui/tui-data.h (tui_win_list): Likewise.
3094 * utils.h (make_cleanup_free_section_addr_info): Likewise.
3095
d9b477e3
KB
30962017-10-11 Mark Rages <markrages@gmail.com>
3097
3098 * target-memory.c (block_boundaries): Fix for block address not
3099 aligned on block size.
3100
65630365
PA
31012017-10-10 Pedro Alves <palves@redhat.com>
3102 Tom Tromey <tom@tromey.com>
3103
3104 * breakpoint.c (struct captured_breakpoint_query_args)
3105 (do_captured_breakpoint_query, gdb_breakpoint_query): Delete.
3106 (print_breakpoint): New.
3107 * breakpoint.h (print_breakpoint): Declare.
3108 * common/common-exceptions.h (enum return_reason): Remove
3109 references to catch_exceptions.
3110 * exceptions.c (catch_exceptions, catch_exceptions_with_msg):
3111 Delete.
3112 * exceptions.h (catch_exceptions_ftype, catch_exceptions)
3113 (catch_exception_ftype, catch_exceptions_with_msg): Delete.
3114 * gdb.h: Delete.
3115 * gdbthread.h (thread_select): Declare.
3116 * mi/mi-cmd-break.c: Don't include gdb.h.
3117 (breakpoint_notify): Use print_breakpoint.
3118 * mi/mi-cmd-catch.c: Don't include gdb.h.
3119 * mi/mi-interp.c: Don't include gdb.h.
3120 (mi_print_breakpoint_for_event): New.
3121 (mi_breakpoint_created, mi_breakpoint_modified): Use
3122 mi_print_breakpoint_for_event.
3123 * mi/mi-main.c: Don't include gdb.h.
3124 (mi_cmd_thread_select): Parse the global thread ID here. Use
3125 thread_select instead of gdb_thread_select.
3126 (mi_cmd_thread_list_ids): Output "thread-ids" tuple here instead
3127 of using gdb_list_thread_ids.
3128 * remote-fileio.c (do_remote_fileio_request): Change type. Reply
3129 FILEIO_ENOSYS here.
3130 (remote_fileio_request): Use TRY/CATCH instead of
3131 catch_exceptions.
3132 * symfile-mem.c (struct symbol_file_add_from_memory_args)
3133 (symbol_file_add_from_memory_wrapper): Delete.
3134 (add_vsyscall_page): Use TRY/CATCH instead of catch_exceptions.
3135 * thread.c: Don't include gdb.h.
3136 (do_captured_list_thread_ids, gdb_list_thread_ids): Delete.
3137 (thread_alive): Use thread_select.
3138 (do_captured_thread_select): Delete, parts salvaged as ...
3139 (thread_select): ... this new function.
3140 (gdb_thread_select): Delete.
3141
bf469271
PA
31422017-10-10 Pedro Alves <palves@redhat.com>
3143 Tom Tromey <tom@tromey.com>
3144
3145 * breakpoint.c (breakpoint_cond_eval): Change return type to bool
3146 and reverse logic.
3147 (WP_DELETED, WP_VALUE_CHANGED, WP_VALUE_NOT_CHANGED, WP_IGNORE):
3148 No longer macros. Instead ...
3149 (enum wp_check_result): They're now values of this new
3150 enumeration.
3151 (watchpoint_check): Change return type to wp_check_result and
3152 parameter type to bpstat.
3153 (bpstat_check_watchpoint): Use TRY/CATCH instead of catch_errors.
3154 (bpstat_check_breakpoint_conditions): Use TRY/CATCH instead of
3155 catch_errors. Reverse logic of watchpoint_check call.
3156 (breakpoint_re_set_one): Now returns void and takes a breakpoint
3157 pointer as parameter.
3158 (breakpoint_re_set): Use TRY/CATCH instead of catch_errors.
3159 * common/common-exceptions.c (throw_exception_sjlj): Update
3160 comments to avoid mentioning catch_errors.
3161 * exceptions.c (catch_errors): Delete.
3162 * exceptions.h: Update comments to avoid mentioning catch_errors.
3163 (catch_errors_ftype, catch_errors): Delete.
3164 * infrun.c (normal_stop): Use TRY/CATCH instead of catch_errors.
3165 (hook_stop_stub): Delete.
3166 (restore_selected_frame): Change return type to void, and
3167 parameter type to const frame_id &.
3168 (restore_infcall_control_state): Use TRY/CATCH instead of
3169 catch_errors.
3170 * main.c (captured_command_loop): Return void and remove
3171 parameter. Remove references to catch_errors.
3172 (captured_main): Use TRY/CATCH instead of catch_errors.
3173 * objc-lang.c (objc_submethod_helper_data)
3174 (find_objc_msgcall_submethod_helper): Delete.
3175 (find_objc_msgcall_submethod): Use TRY/CATCH instead of
3176 catch_errors.
3177 * record-full.c (record_full_message): Return void.
3178 (record_full_message_args, record_full_message_wrapper): Delete.
3179 (record_full_message_wrapper_safe): Return bool and use TRY/CATCH
3180 instead of catch_errors.
3181 * solib-aix.c (solib_aix_open_symbol_file_object): Change
3182 parameter type to int.
3183 * solib-darwin.c (open_symbol_file_object): Ditto.
3184 * solib-dsbt.c (open_symbol_file_object): Ditto.
3185 * solib-frv.c (open_symbol_file_object): Ditto.
3186 * solib-svr4.c (open_symbol_file_object): Ditto.
3187 * solib-target.c (solib_target_open_symbol_file_object): Ditto.
3188 * solib.c (update_solib_list): Use TRY/CATCH instead of
3189 catch_errors.
3190 * solist.h (struct target_so_ops) <open_symbol_file_object>:
3191 Change type.
3192 * symmisc.c (struct print_symbol_args): Remove.
3193 (dump_symtab_1): Use TRY/CATCH instead of catch_errors.
3194 (print_symbol): Change type.
3195 * windows-nat.c (handle_load_dll, handle_unload_dll): Return void
3196 and remove parameters.
3197 (catch_errors): New.
3198 (get_windows_debug_event): Adjust.
3199
1a56bfa5
TT
32002017-10-09 Tom Tromey <tom@tromey.com>
3201
3202 * mi/mi-main.c (free_splay_tree): Remove.
3203 (list_available_thread_groups): Use splay_tree_up.
3204 * common/gdb_splay_tree.h: New file.
3205
0c478e2d
TT
32062017-10-09 Tom Tromey <tom@tromey.com>
3207
3208 * mi/mi-main.c (do_nothing): Remove.
3209 (list_available_thread_groups): Update.
3210
cbd2b4e3
PA
32112017-10-09 Pedro Alves <palves@redhat.com>
3212
3213 * infrun.c (handle_inferior_event_1) <TARGET_WAITKIND_EXECD>: Skip
3214 reading registers when switching context.
3215
a181c0bf
JB
32162017-10-09 John Baldwin <jhb@FreeBSD.org>
3217
3218 * fbsd-nat.c (fbsd_siginfo_size): Use gdbarch_long_bit.
3219 (fbsd_convert_siginfo): Likewise.
3220 * fbsd-tdep.c (fbsd_core_xfer_siginfo): Likewise.
3221
6e66f753
SM
32222017-10-09 Simon Marchi <simon.marchi@polymtl.ca>
3223
3224 * configure.ac (try_guile_versions): Remove guile-2.2.
3225 * configure: Regenerate.
3226
890e9790
TT
32272017-10-09 Tom Tromey <tom@tromey.com>
3228
3229 * Makefile.in (COMPILE.post, POSTCOMPILE): Restore $(basename).
3230 (COMPILE.pre): Use $(CXX).
3231
109483d9
PA
32322017-10-09 Pedro Alves <palves@redhat.com>
3233
3234 * cp-support.c (cp_remove_params): Return a gdb::unique_xmalloc_ptr.
3235 Use bool.
3236 (overload_list_add_symbol): Adjust to use gdb::unique_xmalloc_ptr.
3237 * cp-support.h (cp_remove_params): Now returns a
3238 gdb::unique_xmalloc_ptr.
3239 * dwarf2read.c (find_slot_in_mapped_hash): Now returns bool.
3240 Adjust to cp_remove_params returning a gdb::unique_xmalloc_ptr.
3241 * psymtab.c (psymtab_search_name): Adjust to cp_remove_params
3242 returning a gdb::unique_xmalloc_ptr.
3243 (lookup_partial_symbol): Adjust to use gdb::unique_xmalloc_ptr.
3244 * stack.c (find_frame_funname): Adjust to cp_remove_params
3245 returning a gdb::unique_xmalloc_ptr.
3246
791afaa2
TT
32472017-10-08 Tom Tromey <tom@tromey.com>
3248
3249 * dwarf2read.c (dwarf2_get_dwz_file): Use
3250 gdb::unique_xmalloc_ptr.
3251 (find_slot_in_mapped_hash): Likewise.
3252 (dwarf2_physname): Likewise.
3253 (create_dwo_unit_in_dwp_v1): Use std::string.
3254 (create_dwo_unit_in_dwp_v2): Likewise.
3255 (lookup_dwo_cutu): Likewise.
3256 (inherit_abstract_dies): Use std::vector.
3257 (read_array_type): Likewise.
3258 (dwarf_decode_macros): Remove unused declaration.
3259 (unsigned_int_compar): Remove.
3260 (dwarf2_build_psymtabs_hard): Use scoped_restore.
3261 (psymtabs_addrmap_cleanup): Remove.
3262
30a9c02f
TT
32632017-10-08 Tom Tromey <tom@tromey.com>
3264
3265 * frame-unwind.c (frame_unwind_try_unwinder): Update.
3266 * frame.h (frame_cleanup_after_sniffer): Declare.
3267 (frame_prepare_for_sniffer): Return void.
3268 * frame.c (frame_cleanup_after_sniffer): No longer static. Change
3269 type of argument.
3270 (frame_prepare_for_sniffer): Return void.
3271
757325a3
TT
32722017-10-08 Tom Tromey <tom@tromey.com>
3273
3274 * utils.h (make_cleanup_value_free): Remove.
3275 * utils.c (do_value_free, struct cleanup): Remove.
3276 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full) <DWARF_VALUE_STACK>:
3277 Use gdb_value_up.
3278 * value.h (struct value_deleter): New.
3279 (gdb_value_up): New typedef.
3280
b9c04fb2
TT
32812017-10-08 Tom Tromey <tom@tromey.com>
3282
3283 * symtab.c (free_search_symbols, do_free_search_symbols_cleanup)
3284 (make_cleanup_free_search_symbols): Remove.
3285 (search_symbols): Return std::vector.
3286 (symbol_search::compare_search_syms): Now member of
3287 symbol_search. Change arguments.
3288 (sort_search_symbols_remove_dups): Change arguments. Rewrite.
3289 (symtab_symbol_info, rbreak_command): Update.
3290 * symtab.h (struct symbol_search) <next>: Remove.
3291 Add constructors.
3292 (symbol_search::operator<): New function.
3293 (symbol_search::operator==): New function.
3294 (search_symbols): Remove std::vector.
3295 (free_search_symbols, make_cleanup_free_search_symbols): Remove.
3296 (symbol_search::compare_search_syms): Declare.
3297
0d28b0a5
YQ
32982017-10-06 Yao Qi <yao.qi@linaro.org>
3299
3300 * Makefile.in (ALL_64_TARGET_OBS): Replace aarch64-insn.o with
3301 arch/aarch64-insn.o.
3302 Remove one rule.
3303 * configure.tgt: Replace aarch64-insn.o with arch/aarch64-insn.o.
3304
71917808
YQ
33052017-10-06 Yao Qi <yao.qi@linaro.org>
3306
3307 * Makefile.in (ALL_TARGET_OBS): Replace arm.o, arm-get-next-pcs.o,
3308 and arm-linux.o with arch/arm.o, arch/arm-get-next-pcs.o and
3309 arch/arm-linux.o respectively.
3310 * configure.tgt: Likewise.
3311
2081b2b2
YQ
33122017-10-06 Yao Qi <yao.qi@linaro.org>
3313
3314 * Makefile.in (ALL_TARGET_OBS): Rename i386.o to arch/i386.o.
3315 * configure.tgt (i386_tobjs): Replace i386.o with arch/i386.o.
3316
a1b85d28
PA
33172017-10-06 Pedro Alves <palves@redhat.com>
3318
3319 * windows-nat.c: Include <algorithm>.
3320
d97987e2
YQ
33212017-10-06 Yao Qi <yao.qi@linaro.org>
3322
3323 * configure.tgt (i386_tobjs): New variable.
3324 (amd64_tobjs): New variable.
3325 Set $cpu_obs and $os_obs.
3326
f38307f5
YQ
33272017-10-06 Yao Qi <yao.qi@linaro.org>
3328
3329 * Makefile.in (CONFIG_SRC_SUBDIR): New.
3330 (ALL_64_TARGET_OBS): Replace amd64.o with arch/amd64.o.
3331 (clean): Remove object files and dependency files.
3332 (distclean): Remove the directory.
3333 * configure.ac: Invoke AC_CONFIG_COMMANDS.
3334 * configure: Re-generated.
3335 * configure.tgt: Replace amd64.o with arch/amd64.o.
3336
2f924de6
JM
33372017-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
3338
3339 PR build/22188
3340 * arm-tdep.c (arm_decode_misc_memhint_neon): Fix decoding of CPS
3341 and SETEND.
3342
2fd9d7ca
PA
33432017-10-05 Pedro Alves <palves@redhat.com>
3344
3345 * linux-nat.c (linux_child_follow_fork): When following the parent
3346 and detaching the child, consult the parent thread's architecture
3347 instead of the child's.
3348
d13b8493
UW
33492017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3350
3351 * ax.h: Do not include "doublest.h".
3352 (union agent_val): Remove.
3353
3b4b2f16
UW
33542017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3355
3356 * dfp.h (MAX_DECIMAL_STRING): Move to dfp.c.
3357 (decimal_to_string): Return std::string object.
3358 (decimal_from_string): Accept std::string object. Return bool.
3359 (decimal_from_integral, decimal_from_doublest): Remove.
3360 (decimal_from_longest): Add prototype.
3361 (decimal_from_ulongest): Likewise.
3362 (decimal_to_longest): Likewise.
3363 (decimal_from_doublest): Likewise.
3364 * dfp.c: Do not include "gdbtypes.h" or "value.h".
3365 (MAX_DECIMAL_STRING): Move here.
3366 (decimal_to_string): Return std::string object.
3367 (decimal_from_string): Accept std::string object. Return bool.
3368 (decimal_from_integral): Remove, replace by ...
3369 (decimal_from_longest, decimal_from_ulongest): ... these new functions.
3370 (decimal_to_longest): New function.
3371 (decimal_from_floating): Remove, replace by ...
3372 (decimal_from_doublest): ... this new function.
3373 (decimal_to_doublest): Update to new decimal_to_string interface.
3374
3375 * value.c (unpack_long): Use decimal_to_longest.
3376 * valops.c (value_cast): Use decimal_from_doublest instead of
3377 decimal_from_floating. Use decimal_from_[u]longest isntead of
3378 decimal_from_integral.
3379 * valarith.c (value_args_as_decimal): Likewise.
3380 * valprint.c (print_decimal_floating): Update to new
3381 decimal_to_string interface.
3382 * printcmd.c (printf_decfloat): Likewise.
3383 * c-exp.y (parse_number): Update to new decimal_from_string interface.
3384
1841ee5d
UW
33852017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
3386
3387 * doublest.h: Do not include "floatformat.h". Remove stale comments.
3388 * gdbtypes.c: Include "floatformat.h".
3389 * value.c: Likewise.
3390 * m68k-tdep.c: Likewise.
3391
3392 * findvar.c: Do not include "floatformat.h".
3393 * amd64-darwin-tdep.c: Likewise.
3394 * arm-linux-tdep.c: Likewise.
3395 * i386-darwin-tdep.c: Likewise.
3396 * i387-tdep.c: Likewise.
3397 * m68k-linux-tdep.c: Likewise.
3398 * mep-tdep.c: Likewise.
3399 * mips-tdep.c: Likewise.
3400 * nios2-tdep.c: Likewise.
3401 * s390-linux-tdep.c: Likewise.
3402 * sparc-obsd-tdep.c: Likewise.
3403 * sparc-tdep.c: Likewise.
3404 * sparc64-tdep.c: Likewise.
3405 * spu-tdep.c: Likewise.
3406 * tic6x-tdep.c: Likewise.
3407 * tilegx-tdep.c: Likewise.
3408 * vax-tdep.c: Likewise.
3409 * xstormy16-tdep.c: Likewise.
3410 * xtensa-tdep.c: Likewise.
3411
3412 * top.c: Do not include "doublest.h".
3413 * aarch64-tdep.c: Likewise.
3414 * alpha-tdep.c: Likewise.
3415 * arm-linux-tdep.c: Likewise.
3416 * m68k-linux-tdep.c: Likewise.
3417 * tilegx-tdep.c: Likewise.
3418 * xstormy16-tdep.c: Likewise.
3419
a80a6471
JB
34202017-10-05 John Baldwin <jhb@FreeBSD.org>
3421
3422 * mips-fbsd-tdep.c (MIPS_INST_ADDIU_A0_SP_N32): Define.
3423 (mipsn32_fbsd_sigframe): Define.
3424 (mips_fbsd_init_abi): Install mipsn32_fbsd_sigframe unwinder
3425 for FreeBSD/mipsn32.
3426
12c4bd7f
JB
34272017-10-05 John Baldwin <jhb@FreeBSD.org>
3428
3429 * fbsd-tdep.c (fbsd_print_auxv_entry): Handle AT_EHDRFLAGS and
3430 AT_HWCAP.
3431
c91933e9
TG
34322017-10-05 Tristan Gingold <tgingold@free.fr>
3433
3434 * MAINTAINERS (Misc): Update my email address.
3435
5cd63fda
PA
34362017-10-04 Pedro Alves <palves@redhat.com>
3437
3438 * remote.c (get_remote_arch_state): New 'gdbarch' parameter. Use
3439 it instead of target_gdbarch.
3440 (get_remote_state, get_remote_packet_size): Adjust
3441 get_remote_arch_state calls, passing down target_gdbarch
3442 explicitly.
3443 (packet_reg_from_regnum, packet_reg_from_pnum): New parameter
3444 'gdbarch' and use it instead of target_gdbarch.
3445 (get_memory_packet_size): Adjust get_remote_arch_state calls,
3446 passing down target_gdbarch explicitly.
3447 (struct stop_reply) <arch>: New field.
3448 (remote_parse_stop_reply): Use the stopped thread's architecture,
3449 not the current inferior's. Save the architecture in the
3450 stop_reply.
3451 (process_stop_reply): Use the stop reply's architecture.
3452 (process_g_packet, remote_fetch_registers)
3453 (remote_prepare_to_store, store_registers_using_G)
3454 (remote_store_registers): Adjust get_remote_arch_state calls,
3455 using the regcache's architecture.
3456 (remote_get_trace_status): Adjust get_remote_arch_state calls,
3457 passing down target_gdbarch explicitly.
3458 * spu-multiarch.c (spu_thread_architecture): Defer to the target
3459 beneath instead of calling target_gdbarch.
3460 * target.c (default_thread_architecture): Use the specified
3461 inferior's architecture, instead of the current inferior's
3462 architecture (via target_gdbarch).
3463
ed4227b7
PA
34642017-10-04 Pedro Alves <palves@redhat.com>
3465
3466 * regcache.c (get_thread_arch_regcache): Remove null_ptid special
3467 case.
3468 (regcache_print): Handle !target_has_registers here instead.
3469
55b11ddf
PA
34702017-10-04 Pedro Alves <palves@redhat.com>
3471
3472 * frame.c (create_test_frame): Delete.
3473 * frame.h (create_test_frame): Delete.
3474 * gdbarch-selftests.c: Include gdbthread.h and target.h.
3475 (class regcache_test): Delete.
3476 (test_target_has_registers, test_target_has_stack)
3477 (test_target_has_memory, test_target_prepare_to_store)
3478 (test_target_store_registers): New functions.
3479 (test_target_ops): New class.
3480 (register_to_value_test): Error out if there's already a
3481 process_stratum (or higher) target pushed. Create a fuller mock
3482 environment, with mock target_ops, inferior, address space, thread
3483 and inferior_ptid.
3484 * progspace.c (struct address_space): Move to ...
3485 * progspace.h (struct address_space): ... here.
3486 * regcache.h (regcache::~regcache, regcache::raw_write)
3487 [GDB_SELF_TEST]: No longer virtual.
3488
4c71c105
SM
34892017-10-04 Simon Marchi <simon.marchi@ericsson.com>
3490
3491 * mi/mi-main.c (list_available_thread_groups): Reverse filter logic.
3492
73dcd72d
PA
34932017-10-04 Pedro Alves <palves@redhat.com>
3494
3495 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Move code
3496 out of 'between TRY and CATCH'.
3497
44704526
PA
34982017-10-04 Pedro Alves <palves@redhat.com>
3499
3500 * cli/cli-cmds.c (complete_command): Add missing END_CATCH.
3501 * common/common-exceptions.h (TRY): Open an outermost scope.
3502 Expand intro comment.
3503 (CATCH): Reindent.
3504 (END_CATCH): Close the outermost scope.
3505 * completer.c (complete_line_internal): Add missing END_CATCH.
3506
bc3b087d
SDJ
35072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3508
3509 * NEWS (Changes since GDB 8.0): Add entry about new
3510 'set-cwd-on-gdbserver' feature.
3511 (New remote packets): Add entry for QSetWorkingDir.
3512 * common/common-inferior.h (set_inferior_cwd): New prototype.
3513 * infcmd.c (set_inferior_cwd): Remove "static".
3514 (show_cwd_command): Expand text to include remote debugging.
3515 * remote.c: Add PACKET_QSetWorkingDir.
3516 (remote_protocol_features) <QSetWorkingDir>: New entry for
3517 PACKET_QSetWorkingDir.
3518 (extended_remote_set_inferior_cwd): New function.
3519 (extended_remote_create_inferior): Call
3520 "extended_remote_set_inferior_cwd".
3521 (_initialize_remote): Call "add_packet_config_cmd" for
3522 QSetWorkingDir.
3523
d092c5a2
SDJ
35242017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3525
3526 * NEWS (New commands): Mention "set/show cwd".
3527 * cli/cli-cmds.c (_initialize_cli_cmds): Mention "set cwd" on
3528 "cd" command's help text.
3529 * common/common-inferior.h (get_inferior_cwd): New prototype.
3530 * infcmd.c (inferior_cwd_scratch): New global variable.
3531 (set_inferior_cwd): New function.
3532 (get_inferior_cwd): Likewise.
3533 (set_cwd_command): Likewise.
3534 (show_cwd_command): Likewise.
3535 (_initialize_infcmd): Add "set/show cwd" commands.
3536 * inferior.h (class inferior) <cwd>: New field.
3537 * nat/fork-inferior.c: Include "gdb_tilde_expand.h".
3538 (fork_inferior): Change inferior's cwd before its execution.
3539 * windows-nat.c (windows_create_inferior): Pass inferior's cwd
3540 to CreateProcess.
3541
7da0a886
SDJ
35422017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3543
3544 * Makefile.in (SFILES): Add gdb_tilde_expand.c.
3545 (HFILES_NO_SRCDIR): Add gdb_tilde_expand.h.
3546 (COMMON_OBS): Add gdb_tilde_expand.o.
3547 * common/gdb_tilde_expand.c: New file.
3548 * common/gdb_tilde_expand.h: Likewise.
3549
db8dd160
MR
35502017-10-03 Maciej W. Rozycki <macro@imgtec.com>
3551
3552 * gdbarch.sh (objfile): Remove duplicate declaration.
3553 * gdbarch.h: Regenerate.
3554
f8bfbf22
TT
35552017-10-03 Tom Tromey <tom@tromey.com>
3556
3557 * utils.c (internal_vproblem): Use string_vprintf.
3558
5178ed48
TT
35592017-10-03 Tom Tromey <tom@tromey.com>
3560
3561 * printcmd.c (info_symbol_command): Use std::string.
3562
8cff8730
TT
35632017-10-03 Tom Tromey <tom@tromey.com>
3564
3565 * top.c (gdb_safe_append_history): Use std::string.
3566
895b8f30
TT
35672017-10-03 Tom Tromey <tom@tromey.com>
3568
3569 * event-top.c (stdin_event_handler): Update.
3570 * main.c (captured_main_1): Update.
3571 * top.h (make_delete_ui_cleanup): Remove.
3572 (struct ui): Add constructor and destructor.
3573 (new_ui, delete_ui): Remove.
3574 * top.c (make_delete_ui_cleanup): Remove.
3575 (new_ui_command): Use std::unique_ptr.
3576 (delete_ui_cleanup): Remove.
3577 (ui::ui): Rename from new_ui. Update.
3578 (free_ui): Remove.
3579 (ui::~ui): Rename from delete_ui. Update.
3580
0efef640
TT
35812017-10-03 Tom Tromey <tom@tromey.com>
3582
3583 * symfile.c (load_progress): Use gdb::byte_vector.
3584
245ad7d3
TT
35852017-10-03 Tom Tromey <tom@tromey.com>
3586
3587 * mi/mi-main.c (mi_cmd_trace_frame_collected): Remove unused
3588 declaration.
3589 * printcmd.c (x_command): Remove unused declaration.
3590 * symfile.c (symbol_file_command): Remove unused declaration.
3591
e05550d7
TT
35922017-10-03 Tom Tromey <tom@tromey.com>
3593
3594 * utils.c (internal_vproblem): Use std::string.
3595 (defaulted_query): Likewise.
3596
b95de2b7
TT
35972017-10-03 Tom Tromey <tom@tromey.com>
3598
3599 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Update.
3600 * top.c (execute_command_to_string): Update.
3601 * utils.c (make_cleanup_restore_page_info): Remove.
3602 (do_restore_page_info_cleanup): Remove.
3603 (set_batch_flag_and_restore_page_info):
3604 New.
3605 (make_cleanup_restore_page_info): Remove.
3606 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
3607 (~set_batch_flag_and_restore_page_info): New
3608 (make_cleanup_restore_uinteger): Remove.
3609 (make_cleanup_restore_integer): Remove.
3610 (struct restore_integer_closure): Remove.
3611 (restore_integer): Remove.
3612 * utils.h (struct set_batch_flag_and_restore_page_info): New
3613 class.
3614 (set_batch_flag_and_make_cleanup_restore_page_info): Remove.
3615 (make_cleanup_restore_page_info): Remove.
3616 (make_cleanup_restore_uinteger) Remove.
3617 (make_cleanup_restore_integer) Remove.
3618
07036511
TT
36192017-10-03 Tom Tromey <tom@tromey.com>
3620
3621 * record-full.h (record_full_gdb_operation_disable_set): Return
3622 scoped_restore_tmpl<int>.
3623 * infrun.c (adjust_pc_after_break): Update.
3624 (handle_signal_stop): Update.
3625 * record-full.c (record_full_gdb_operation_disable_set): Return
3626 scoped_restore_tmpl<int>.
3627 (record_full_wait_1, record_full_insert_breakpoint)
3628 (record_full_remove_breakpoint, record_full_save)
3629 (record_full_goto_insn): Update.
3630
45320ffa
TT
36312017-10-02 Tom Tromey <tom@tromey.com>
3632
3633 PR rust/22236:
3634 * rust-lang.c (rust_val_print_str): New function.
3635 (val_print_struct): Call it.
3636 (rust_subscript): Preserve name of slice type.
3637
b3e3859b
TT
36382017-10-02 Tom Tromey <tom@tromey.com>
3639
3640 * rust-lang.c (rust_subscript): Handle slices in
3641 EVAL_AVOID_SIDE_EFFECTS case.
3642
01af5e0d
TT
36432017-10-02 Tom Tromey <tom@tromey.com>
3644
3645 * rust-lang.c (rust_slice_type_p): Recognize &str as a slice type.
3646
888e3ddb
TT
36472017-10-02 Tom Tromey <tom@tromey.com>
3648
3649 * rust-lang.h (rust_slice_type): Add "extern".
3650
cc536b21
PA
36512017-10-02 Tom Tromey <tom@tromey.com>
3652 Pedro Alves <palves@redhat.com>
3653
3654 * ada-lang.h (ada_exc_info::operator<): Make const.
3655 (ada_exc_info::operator==): Make const.
3656 * ada-lang.c (ada_exc_info::operator<, ada_exc_info::operator==):
3657 Make const.
3658
386c8614
TT
36592017-09-29 Tom Tromey <tom@tromey.com>
3660
3661 * target.c (read_whatever_is_readable): Change type of "result".
3662 Update.
3663 (free_memory_read_result_vector): Remove.
3664 (read_memory_robust): Change return type. Update.
3665 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update. Use
3666 bin2hex, std::string.
3667 * target.h (memory_read_result_s): Remove typedef.
3668 (free_memory_read_result_vector): Remove.
3669 (read_memory_robust): Return std::vector.
3670
789c4b5e
TT
36712017-09-29 Tom Tromey <tom@tromey.com>
3672
3673 * mi/mi-main.c (captured_mi_execute_command): Use scope_restore.
3674
ab816a27
TT
36752017-09-29 Tom Tromey <tom@tromey.com>
3676
3677 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Update.
3678 * ada-lang.h (struct ada_exc_info): Remove typedef. Declare
3679 operator< and operator==.
3680 (ada_exceptions_list): Return a std::vector.
3681 * ada-lang.c (ada_exc_info::operator<): Rename from
3682 compare_ada_exception_info.
3683 (ada_exc_info::operator==): New.
3684 (sort_remove_dups_ada_exceptions_list): Change type of
3685 "exceptions".
3686 (ada_add_standard_exceptions, ada_add_exceptions_from_frame)
3687 (ada_add_global_exceptions): Likewise.
3688 (ada_exceptions_list_1): Return a std::vector.
3689 (ada_exceptions_list): Likewise.
3690
52f9abe4
TT
36912017-09-29 Tom Tromey <tom@tromey.com>
3692
3693 * mi/mi-main.c (struct print_one_inferior_data) <inferiors>: Now a
3694 'std::set *'.
3695 (print_one_inferior): Update.
3696 (free_vector_of_ints): Remove.
3697 (list_available_thread_groups): Change "ids" to std::set.
3698 (mi_cmd_list_thread_groups): Update.
3699 (struct collect_cores_data) <core>: Now a std::set.
3700 (collect_cores): Update.
3701 (unique): Remove.
3702 (print_one_inferior): Update.
3703
dcd5ddcc
TT
37042017-09-29 Tom Tromey <tom@tromey.com>
3705
3706 * mi/mi-main.c (mi_execute_cli_command): Use std::string.
3707 (mi_execute_async_cli_command): Likewise.
3708 (mi_cmd_trace_frame_collected): Use field_fmt.
3709
45d288cc
TT
37102017-09-29 Tom Tromey <tom@tromey.com>
3711
3712 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Use
3713 gdb::byte_vector.
3714
6afe2f4a
TT
37152017-09-29 Tom Tromey <tom@tromey.com>
3716
3717 * mi/mi-parse.c (mi_parse): Remove unused declaration.
3718
9813429a
TT
37192017-09-29 Tom Tromey <tom@tromey.com>
3720
3721 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Don't copy "oarg".
3722
2d6960b4
TT
37232017-09-29 Tom Tromey <tom@tromey.com>
3724
3725 * varobj.h (varobj_gen_name): Return std::string.
3726 * varobj.c (varobj_gen_name): Return std::string.
3727 * mi/mi-cmd-var.c (mi_cmd_var_create): Use std::string.
3728 (mi_cmd_var_delete): Don't copy "name".
3729
784c453a
TT
37302017-09-29 Tom Tromey <tom@tromey.com>
3731
3732 * mi/mi-cmd-break.c (mi_argv_to_format): Return std::string.
3733 (mi_cmd_break_insert_1): Update.
3734
a9bc57b9
TT
37352017-09-29 Tom Tromey <tom@tromey.com>
3736
3737 * target.h (make_scoped_defer_target_commit_resume): Update.
3738 * target.c (make_scoped_defer_target_commit_resume): Rename from
3739 make_cleanup_defer_target_commit_resume. Return a
3740 scoped_restore.
3741 * infrun.c (proceed): Use make_scoped_defer_target_commit_resume.
3742
9754d8c4
TT
37432017-09-29 Tom Tromey <tom@tromey.com>
3744
3745 * main.c (captured_main_1): Remove unused declaration.
3746 * spu-multiarch.c (parse_spufs_run): Remove unused declaration.
3747
99ef965c
TT
37482017-09-29 Tom Tromey <tom@tromey.com>
3749
3750 * symtab.c (search_symbols): Remove unused outer cleanup.
3751 (make_source_files_completion_list): Remove unused declaration.
3752
42518ba7
TT
37532017-09-29 Tom Tromey <tom@tromey.com>
3754
3755 * mt-tdep.c (mt_push_dummy_call): Use gdb::byte_vector.
3756
726b2169
TT
37572017-09-29 Tom Tromey <tom@tromey.com>
3758
3759 * xstormy16-tdep.c (xstormy16_push_dummy_call): Use
3760 gdb::byte_vector.
3761
55b06432
TT
37622017-09-29 Tom Tromey <tom@tromey.com>
3763
3764 * complaints.c (vcomplaint): Use std::string.
3765
8abcee91
TT
37662017-09-29 Tom Tromey <tom@tromey.com>
3767
3768 * tracepoint.c (trace_variable_command): Use std::string.
3769 (encode_actions_1): Remove unused declarations.
3770 (create_tsv_from_upload): Use std::string.
3771
6ad94bc7
TT
37722017-09-29 Tom Tromey <tom@tromey.com>
3773
3774 * cp-support.c (gdb_demangle): Use std::string.
3775
2003f3d8
TT
37762017-09-29 Tom Tromey <tom@tromey.com>
3777
3778 * stack.c (parse_frame_specification): Use std::string
3779 (info_frame_command): Use gdb::unique_xmalloc_ptr.
3780
8f8accb5
TT
37812017-09-29 Tom Tromey <tom@tromey.com>
3782
3783 * tilegx-tdep.c (tilegx_push_dummy_call): Use gdb::byte_vector.
3784
200aa7b1
TT
37852017-09-29 Tom Tromey <tom@tromey.com>
3786
3787 * utils.c (vfprintf_maybe_filtered): Use std::string.
3788 (vfprintf_unfiltered): Likewise.
3789
606aae8a
TT
37902017-09-29 Tom Tromey <tom@tromey.com>
3791
3792 * event-top.c (top_level_prompt): Return std::string.
3793 (display_gdb_prompt): Update.
3794
bd413795
TT
37952017-09-29 Tom Tromey <tom@tromey.com>
3796
3797 * unittests/common-utils-selftests.c (format): New function.
3798 (string_vprintf_tests): New function.
3799 (_initialize_common_utils_selftests): Register new tests.
3800 * common/common-utils.c (string_vprintf): New function.
3801 * common/common-utils.h (string_vprintf): Declare.
3802
256642e8
PA
38032017-09-29 Pedro Alves <palves@redhat.com>
3804
3805 * common/rsp-low.c (unpack_varlen_hex): Constify.
3806 * common/rsp-low.h (unpack_varlen_hex): Constify.
3807 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
3808 Constify.
3809 * remote.c (remote_set_permissions, read_ptid)
3810 (remote_current_thread, remote_get_threads_with_qthreadinfo)
3811 (remote_static_tracepoint_marker_at)
3812 (remote_static_tracepoint_markers_by_strid)
3813 (stop_reply_extract_thread, remote_parse_stop_reply): Constify.
3814 * tracepoint.c (parse_trace_status, parse_tracepoint_status)
3815 (parse_tracepoint_definition, parse_tsv_definition)
3816 (parse_static_tracepoint_marker_definition): Constify.
3817 * tracepoint.h (parse_static_tracepoint_marker_definition)
3818 (parse_trace_status, parse_tracepoint_status)
3819 (parse_tracepoint_definition, parse_tsv_definition): Constify.
3820
b6bb3468
PA
38212017-09-29 Pedro Alves <palves@redhat.com>
3822
3823 * remote.c (target_buf, target_buf_size): Delete.
3824 (remote_get_noisy_reply): Remove buf_p and sizeof_buf parameters.
3825 Use the connection's packet buffer instead.
3826 All callers adjusted.
3827 (_initialize_remote): Remove references to target_buf and
3828 target_buf_size.
3829
b2f8eb7a
PA
38302017-09-28 Pedro Alves <palves@redhat.com>
3831
3832 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
3833 unittests/common-utils-selftests.c.
3834 (SUBDIR_UNITTESTS_OBS): Add common-utils-selftests.o.
3835 (COMMON_OBS): Remove utils-selftests.o.
3836 * utils-selftests.c: Move to ...
3837 * unittests/common-utils-selftests.c: ... here and rename self
3838 test to "string_printf".
3839
08302ed2
DE
38402017-09-28 Alexander Shaposhnikov <alexander.v.shaposhnikov@gmail.com> (tiny patch)
3841
3842 * dwarf2read.c (open_and_init_dwp_file): Protect against dwp_file
3843 having NULL cus or tus.
3844
96a5a1d3
UW
38452017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3846
3847 * arm-tdep.c: (convert_from_extended): Remove.
3848 (convert_to_extended): Likewise.
3849 (arm_extract_return_value): Use convert_typed_floating.
3850 (arm_store_return_value): Likewise.
3851
3852 * sh-tdep.h (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
3853 * sh-tdep.c: Do not include "floatformat.h".
3854 (sh_littlebyte_bigword_type): New function.
3855 (sh_register_convert_to_virtual): Use convert_typed_floating.
3856 (sh_register_convert_to_raw): Likewise.
3857 * sh64-tdep.c: (struct gdbarch_tdep): Add sh_littlebyte_bigword_type.
3858 (sh64_littlebyte_bigword_type): New function.
3859 (sh64_extract_return_value): Use convert_typed_floating.
3860 (sh64_register_convert_to_virtual): Likewise.
3861 (sh64_register_convert_to_raw): Likewise.
3862
0db7851f
UW
38632017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3864
3865 * doublest.h (floatformat_from_type): Move to gdbtypes.h.
3866 * doublest.c (floatformat_from_type): Move to gdbtypes.c.
3867
3868 * gdbtypes.h (union type_specific): Make field floatformat hold
3869 just a single struct floatformat, not an array.
3870 (floatformat_from_type): Move here.
3871 * gdbtypes.c (floatformat_from_type): Move here. Update to
3872 changed TYPE_FLOATFORMAT definition.
3873 (verify_floatformat): Update to changed TYPE_FLOATFORMAT.
3874 (recursive_dump_type): Likewise.
3875 (init_float_type): Install correct floatformat for byte order.
3876 (arch_float_type): Likewise.
3877
77b7c781
UW
38782017-09-27 Ulrich Weigand <uweigand@de.ibm.com>
3879
3880 * gdbtypes.c (init_type): Change incoming argument from
3881 length-in-bytes to length-in-bits. Assert length is a
3882 multiple of TARGET_CHAR_BITS.
3883 (arch_type, arch_flags_type): Likewise.
3884 (init_integer_type): Update call to init_type.
3885 (init_character_type): Likewise.
3886 (init_boolean_type): Likewise.
3887 (init_float_type): Likewise.
3888 (init_decfloat_type): Likewise.
3889 (init_complex_type): Likewise.
3890 (init_pointer_type): Likewise.
3891 (objfile_type): Likewise.
3892 (arch_integer_type): Update call to arch_type.
3893 (arch_character_type): Likewise.
3894 (arch_boolean_type): Likewise.
3895 (arch_float_type): Likewise.
3896 (arch_decfloat_type): Likewise.
3897 (arch_complex_type): Likewise.
3898 (arch_pointer_type): Likewise.
3899 (gdbtypes_post_init): Likewise.
3900
3901 * dwarf2read.c (dwarf2_init_float_type): Update call to init_type.
3902 (read_base_type): Likewise.
3903 * mdebugread.c (basic_type): Likewise.
3904 * stabsread.c (dbx_init_float_type): Likewise.
3905 (rs6000_builtin_type): Likewise.
3906 (read_range_type): Likewise. Also, fix call to init_integer_type
3907 with erroneous length argument.
3908
3909 * ada-lang.c (ada_language_arch_info): Update call to arch_type.
3910 * d-lang.c (build_d_types): Likewise.
3911 * f-lang.c (build_fortran_types): Likewise.
3912 * go-lang.c (build_go_types): Likewise.
3913 * opencl-lang.c (build_opencl_types): Likewise.
3914 * jit.c (finalize_symtab): Likewise.
3915 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
3916 (build_std_type_info_type): Likewise.
3917 * target-descriptions.c (tdesc_gdb_type): Likewise. Also,
3918 update call to arch_flags_type.
3919
3920 * linux-tdep.c (linux_get_siginfo_type_with_fields): Update call to
3921 arch_type.
3922 * fbsd-tdep.c (fbsd_get_siginfo_type): Likewise.
3923 * windows-tdep.c (windows_get_tlb_type): Likewise.
3924
3925 * avr-tdep.c (avr_gdbarch_init): Update call to arch_type.
3926 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
3927 * m32c-tdep.c (make_types): Likewise.
3928 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
3929 (rl78_psw_type): Update call to arch_flags_type.
3930 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.
3931 * rx-tdep.c (rx_psw_type): Likewise.
3932 (rx_fpsw_type): Likewise.
3933 * sparc-tdep.c (sparc_psr_type): Likewise.
3934 (sparc_fsr_type): Likewise.
3935 * sparc64-tdep.c (sparc64_pstate_type): Likewise.
3936 (sparc64_ccr_type): Likewise.
3937 (sparc64_fsr_type): Likewise.
3938 (sparc64_fprs_type): Likewise.
3939
f21b4d5c
TT
39402017-09-27 Tom Tromey <tom@tromey.com>
3941
3942 * findcmd.c (find_command): Constify.
3943
643c2ffa
TT
39442017-09-27 Tom Tromey <tom@tromey.com>
3945
3946 * ada-tasks.c (task_command_1, task_command): Constify.
3947
510e5e56
TT
39482017-09-27 Tom Tromey <tom@tromey.com>
3949
3950 * symtab.c (maintenance_print_symbol_cache)
3951 (maintenance_flush_symbol_cache)
3952 (maintenance_print_symbol_cache_statistics): Constify.
3953
e503b191
TT
39542017-09-27 Tom Tromey <tom@tromey.com>
3955
3956 * inferior.c (detach_inferior_command, kill_inferior_command)
3957 (inferior_command): Constify.
3958
4e001312
TT
39592017-09-27 Tom Tromey <tom@tromey.com>
3960
3961 * regcache.c (regcache_print, maintenance_print_registers)
3962 (maintenance_print_raw_registers)
3963 (maintenance_print_cooked_registers)
3964 (maintenance_print_register_groups)
3965 (maintenance_print_remote_registers): Constify.
3966
77763700
TT
39672017-09-27 Tom Tromey <tom@tromey.com>
3968
3969 * printcmd.c (map_display_numbers, undisplay_command)
3970 (enable_disable_display_command, enable_display_command)
3971 (disable_display_command): Constify.
3972
4495129a
TT
39732017-09-27 Tom Tromey <tom@tromey.com>
3974
3975 * breakpoint.h (delete_command): Don't declare.
3976 * breakpoint.c (delete_command, enable_once_command)
3977 (enable_count_command, enable_delete_command, breakpoint_1)
3978 (maintenance_info_breakpoints, stopin_command, stopat_command)
3979 (delete_command, delete_trace_command, save_breakpoints)
3980 (save_breakpoints_command, save_tracepoints_command): Constify.
3981
3088cf40
TT
39822017-09-27 Tom Tromey <tom@tromey.com>
3983
3984 * macrocmd.c (macro_expand_command, macro_expand_once_command)
3985 (skip_ws, extract_identifier, macro_define_command)
3986 (macro_undef_command, macro_list_command): Constify.
3987
69f476a3
TT
39882017-09-27 Tom Tromey <tom@tromey.com>
3989
3990 * infcmd.c (environment_info, set_environment_command)
3991 (unset_environment_command, path_info, info_proc_cmd_1)
3992 (info_proc_cmd_mappings, info_proc_cmd_stat)
3993 (info_proc_cmd_status, info_proc_cmd_cwd, info_proc_cmd_cmdline)
3994 (info_proc_cmd_exe, info_proc_cmd_all): Constify.
3995
c4a3e68e
TT
39962017-09-27 Tom Tromey <tom@tromey.com>
3997
3998 * i386-tdep.c (i386_mpx_info_bounds, i386_mpx_set_bounds):
3999 Constify.
4000
c9d31bd6
TT
40012017-09-27 Tom Tromey <tom@tromey.com>
4002
4003 * symfile-mem.c (add_symbol_file_from_memory_command): Constify.
4004
1f3f85eb
TT
40052017-09-27 Tom Tromey <tom@tromey.com>
4006
4007 * demangle.c (demangle_command): Constify.
4008
9c504b5d
TT
40092017-09-27 Tom Tromey <tom@tromey.com>
4010
4011 * progspace.c (maintenance_info_program_spaces_command):
4012 Constify.
4013
6663cf91
TT
40142017-09-27 Tom Tromey <tom@tromey.com>
4015
4016 * compile/compile.c (check_raw_argument, compile_file_command)
4017 (compile_code_command, compile_print_command): Constify.
4018
34e5fa26
TT
40192017-09-27 Tom Tromey <tom@tromey.com>
4020
4021 * reggroups.c (maintenance_print_reggroups): Constify.
4022
8384c356
TT
40232017-09-27 Tom Tromey <tom@tromey.com>
4024
4025 * dwarf2read.c (save_gdb_index_command): Constify.
4026
884beb0c
TT
40272017-09-27 Tom Tromey <tom@tromey.com>
4028
4029 * stap-probe.c (info_probes_stap_command): Constify.
4030
e0b2930c
TT
40312017-09-27 Tom Tromey <tom@tromey.com>
4032
4033 * fork-child.c (unset_exec_wrapper_command): Constify.
4034
f938677d
TT
40352017-09-27 Tom Tromey <tom@tromey.com>
4036
4037 * btrace.c (get_uint, get_context_size, no_chunk)
4038 (maint_btrace_packet_history_cmd)
4039 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
4040 (maint_info_btrace_cmd): Constify.
4041
8949cb87
TT
40422017-09-27 Tom Tromey <tom@tromey.com>
4043
4044 * reverse.c (delete_bookmark_command): Constify.
4045
ac88e2de
TT
40462017-09-27 Tom Tromey <tom@tromey.com>
4047
4048 * remote.c (set_memory_packet_size)
4049 (set_memory_write_packet_size, show_memory_write_packet_size)
4050 (set_memory_read_packet_size, show_memory_read_packet_size)
4051 (compare_sections_command, packet_command, remote_put_command)
4052 (remote_get_command, remote_delete_command): Constify.
4053
bd4c9dfe
TT
40542017-09-27 Tom Tromey <tom@tromey.com>
4055
4056 * mips-tdep.c (show_mipsfpu_command, set_mipsfpu_single_command)
4057 (set_mipsfpu_double_command, set_mipsfpu_none_command)
4058 (set_mipsfpu_auto_command): Constify.
4059
5e93d4c6
TT
40602017-09-27 Tom Tromey <tom@tromey.com>
4061
4062 * cli/cli-cmds.h (cd_command): Constify.
4063 * cli/cli-cmds.c (cd_command): Constify.
4064
fc41a75b
TT
40652017-09-27 Tom Tromey <tom@tromey.com>
4066
4067 * thread.c (thread_name_command, thread_find_command): Constify.
4068
67810076
TT
40692017-09-27 Tom Tromey <tom@tromey.com>
4070
4071 * probe.c (enable_probes_command, disable_probes_command):
4072 Constify.
4073
1d8b34a7
TT
40742017-09-27 Tom Tromey <tom@tromey.com>
4075
4076 * symfile.c (symbol_file_command): Constify.
4077 * gdbcore.h (deprecated_file_changed_hook): Constify.
4078 * exec.c (deprecated_file_changed_hook, exec_file_command)
4079 (file_command): Constify.
4080 * defs.h (symbol_file_command): Constify.
4081
442019e1
TT
40822017-09-27 Tom Tromey <tom@tromey.com>
4083
4084 * remote-fileio.c (set_system_call_allowed)
4085 (show_system_call_allowed): Constify.
4086
2983f7cb
TT
40872017-09-27 Tom Tromey <tom@tromey.com>
4088
4089 * tracepoint.c (delete_trace_variable_command)
4090 (tfind_end_command, tfind_start_command, tfind_pc_command)
4091 (tfind_tracepoint_command, tfind_line_command)
4092 (tfind_range_command, tfind_outside_command): Constify.
4093
4fd41b24
TT
40942017-09-27 Tom Tromey <tom@tromey.com>
4095
4096 * ax-gdb.c (maint_agent_printf_command, agent_command)
4097 (agent_eval_command): Constify.
4098
f2fc3015
TT
40992017-09-27 Tom Tromey <tom@tromey.com>
4100
4101 * tracepoint.c (info_scope_command): Constify.
4102 * python/python.c (gdbpy_decode_line): Constify.
4103 * python/py-breakpoint.c (bppy_init): Constify.
4104 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Constify.
4105 * location.h: (new_linespec_location)
4106 (string_to_event_location_basic, string_to_event_location):
4107 Constify.
4108 * location.c (new_linespec_location)
4109 (string_to_event_location_basic, string_to_event_location):
4110 Constify.
4111 * linespec.h (decode_line_with_current_source)
4112 (decode_line_with_last_displayed, linespec_lex_to_end): Constify.
4113 * linespec.c (linespec_lex_to_end)
4114 (decode_line_with_current_source)
4115 (decode_line_with_last_displayed): Constify.
4116 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x):
4117 Constify.
4118 * cli/cli-cmds.c (edit_command, list_command): Constify.
4119 * breakpoint.h (until_break_command, watch_command_wrapper)
4120 (awatch_command_wrapper, rwatch_command_wrapper)
4121 (init_ada_exception_breakpoint): Constify.
4122 * breakpoint.c (break_command_1, dprintf_command)
4123 (break_range_command, watch_command_wrapper)
4124 (rwatch_command_wrapper, awatch_command_wrapper)
4125 (until_break_command, init_ada_exception_breakpoint)
4126 (strace_marker_create_sals_from_location, trace_command)
4127 (ftrace_command, strace_command, struct tracepoint): Constify.
4128 * ax-gdb.c (agent_command_1): Constify.
4129 * ada-lang.c (ada_exception_sal): Constify.
4130
8c2f95f4
TT
41312017-09-27 Tom Tromey <tom@tromey.com>
4132
4133 * record.c (cmd_record_delete, cmd_record_stop, cmd_record_save)
4134 (cmd_record_goto_begin, cmd_record_goto_end, get_insn_number)
4135 (get_context_size, no_chunk, get_insn_history_modifiers)
4136 (cmd_record_insn_history, get_call_history_modifiers)
4137 (cmd_record_call_history): Constify.
4138
a0d65762
TT
41392017-09-27 Tom Tromey <tom@tromey.com>
4140
4141 * source.c (show_substitute_path_command)
4142 (unset_substitute_path_command, set_substitute_path_command):
4143 Constify.
4144
58971144
TT
41452017-09-27 Tom Tromey <tom@tromey.com>
4146
4147 * typeprint.c (maintenance_print_type): Constify.
4148 * maint.c (maintenance_dump_me, maintenance_demangle)
4149 (maintenance_time_display, maintenance_info_sections)
4150 (maintenance_print_statistics, maintenance_deprecate)
4151 (maintenance_undeprecate): Constify.
4152 (maintenance_do_deprecate): Constify. Use std::string.
4153 (maintenance_selftest): Constify.
4154 * gdbtypes.h (maintenance_print_type): Constify.
4155
c482f52c
TT
41562017-09-27 Tom Tromey <tom@tromey.com>
4157
4158 * hppa-tdep.c (unwind_command): Constify.
4159
e100df1a
TT
41602017-09-27 Tom Tromey <tom@tromey.com>
4161
4162 * target-descriptions.c (unset_tdesc_filename_cmd)
4163 (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
4164 Constify.
4165
31d56ade
TT
41662017-09-27 Tom Tromey <tom@tromey.com>
4167
4168 * dummy-frame.c (maintenance_print_dummy_frames): Constify.
4169
b961da0b
TT
41702017-09-27 Tom Tromey <tom@tromey.com>
4171
4172 * tui/tui.c (tui_enable_command, tui_disable_command): Constify.
4173
e2d8ae16
TT
41742017-09-27 Tom Tromey <tom@tromey.com>
4175
4176 * tui/tui-regs.c (tui_reg_command): Constify.
4177
863779b0
TT
41782017-09-27 Tom Tromey <tom@tromey.com>
4179
4180 * skip.c (skip_file_command, skip_function_command)
4181 (skip_enable_command, skip_disable_command, skip_delete_command):
4182 Constify.
4183
cdb34d4a
TT
41842017-09-27 Tom Tromey <tom@tromey.com>
4185
4186 * record-btrace.c (cmd_record_btrace_bts_start)
4187 (cmd_record_btrace_pt_start): Constify.
4188
e99c83e7
TT
41892017-09-27 Tom Tromey <tom@tromey.com>
4190
4191 * symmisc.c (maintenance_print_symbols)
4192 (maintenance_print_msymbols, maintenance_print_objfiles)
4193 (maintenance_info_symtabs, maintenance_check_symtabs)
4194 (maintenance_expand_symtabs, maintenance_info_line_tables):
4195 Constify.
4196
32faf971
TT
41972017-09-27 Tom Tromey <tom@tromey.com>
4198
4199 * top.c (new_ui_command): Constify.
4200
2cf311eb
TT
42012017-09-27 Tom Tromey <tom@tromey.com>
4202
4203 * symfile.c (add_symbol_file_command)
4204 (remove_symbol_file_command, list_overlays_command)
4205 (map_overlay_command, unmap_overlay_command)
4206 (overlay_auto_command, overlay_manual_command)
4207 (overlay_off_command, overlay_load_command): Constify.
4208
e6738699
TT
42092017-09-27 Tom Tromey <tom@tromey.com>
4210
4211 * spu-tdep.c (info_spu_event_command, info_spu_signal_command)
4212 (info_spu_mailbox_command, info_spu_dma_command)
4213 (info_spu_proxydma_command): Constify.
4214
aa360cd5
TT
42152017-09-27 Tom Tromey <tom@tromey.com>
4216
4217 * cli/cli-logging.c (set_logging_on, set_logging_off): Constify.
4218
898241a5
TT
42192017-09-27 Tom Tromey <tom@tromey.com>
4220
4221 * cli/cli-script.c (user_defined_command): Constify.
4222
2d0ac106
TT
42232017-09-27 Tom Tromey <tom@tromey.com>
4224
4225 * cli/cli-dump.c (dump_memory_command, dump_value_command)
4226 (dump_srec_memory, dump_srec_value, dump_ihex_memory)
4227 (dump_ihex_value, dump_verilog_memory, dump_verilog_value)
4228 (dump_tekhex_memory, dump_tekhex_value, dump_binary_memory)
4229 (dump_binary_value, append_binary_memory, append_binary_value):
4230 Constify.
4231 (struct dump_context) <func>: Constify.
4232 (add_dump_command): Update.
4233
dede02ce
TT
42342017-09-27 Tom Tromey <tom@tromey.com>
4235
4236 * cli/cli-cmds.c (show_version, show_configuration)
4237 (source_command, show_user): Constify.
4238
d3cb6b99
TT
42392017-09-27 Tom Tromey <tom@tromey.com>
4240
4241 * target.c (maintenance_print_target_stack): Constify.
4242
1970a12f
TT
42432017-09-27 Tom Tromey <tom@tromey.com>
4244
4245 * interps.c (interpreter_exec_cmd): Constify.
4246
41243651
TT
42472017-09-27 Tom Tromey <tom@tromey.com>
4248
4249 * record-full.c (cmd_record_full_restore): Constify.
4250
4465d9db
TT
42512017-09-27 Tom Tromey <tom@tromey.com>
4252
4253 * memattr.c (enable_mem_command, disable_mem_command)
4254 (delete_mem_command): Constify.
4255
ad25e423
TT
42562017-09-27 Tom Tromey <tom@tromey.com>
4257
4258 * value.c (show_convenience): Constify.
4259
d64097b1
TT
42602017-09-27 Tom Tromey <tom@tromey.com>
4261
4262 * gdbcore.h (core_file_command): Update.
4263 * corefile.c (core_file_command): Constify.
4264
4d4589ef
TT
42652017-09-27 Tom Tromey <tom@tromey.com>
4266
4267 * user-regs.c (maintenance_print_user_registers): Constify.
4268
32a7bf17
TT
42692017-09-27 Tom Tromey <tom@tromey.com>
4270
4271 * cp-namespace.c (maintenance_cplus_namespace): Constify.
4272
4a475551
TT
42732017-09-27 Tom Tromey <tom@tromey.com>
4274
4275 * cp-support.c (first_component_command): Constify.
4276
990b9f9f
TT
42772017-09-27 Tom Tromey <tom@tromey.com>
4278
4279 * psymtab.c (maintenance_print_psymbols)
4280 (maintenance_info_psymtabs, maintenance_check_psymtabs):
4281 Constify.
4282
c281872e
TT
42832017-09-27 Tom Tromey <tom@tromey.com>
4284
4285 * windows-tdep.c (display_tib): Constify.
4286
5b64bf74
TT
42872017-09-27 Tom Tromey <tom@tromey.com>
4288
4289 * linux-fork.c (delete_checkpoint_command)
4290 (detach_checkpoint_command): Constify.
4291
4ada038f
TT
42922017-09-27 Tom Tromey <tom@tromey.com>
4293
4294 * cp-abi.c (set_cp_abi_cmd, show_cp_abi_cmd): Constify.
4295
57f5a81b
TT
42962017-09-27 Tom Tromey <tom@tromey.com>
4297
4298 * arc-tdep.c (dump_arc_instruction_command): Constify.
4299
b0a8e6c4
TT
43002017-09-27 Tom Tromey <tom@tromey.com>
4301
4302 * valprint.c (set_radix, show_radix): Constify.
4303
8d97dc1c
TT
43042017-09-27 Tom Tromey <tom@tromey.com>
4305
4306 * dtrace-probe.c (info_probes_dtrace_command): Constify.
4307
eb7c454d
TT
43082017-09-27 Tom Tromey <tom@tromey.com>
4309
4310 * command.h (not_just_help_class_command): Update.
4311 * cli/cli-decode.h (not_just_help_class_command): Update.
4312 * cli/cli-decode.c (not_just_help_class_command): Constify.
4313
e4e33335
TT
43142017-09-27 Tom Tromey <tom@tromey.com>
4315
4316 * gdb_bfd.c (maintenance_info_bfds): Constify.
4317
0450cc4c
TT
43182017-09-27 Tom Tromey <tom@tromey.com>
4319
4320 * cli/cli-decode.c (add_cmd, set_cmd_cfunc): New function
4321 overloads.
4322 (do_add_cmd): Rename from add_cmd. Don't call set_cmd_cfunc.
4323 (do_const_cfunc): New function.
4324 (cmd_cfunc_eq): New overload.
4325 (cli_user_command_p): Check do_const_cfunc.
4326 * cli/cli-decode.h (struct cmd_list_element) <function>: New field
4327 const_cfunc.
4328 * command.h (add_cmd): Add const overload and no-function
4329 overload.
4330 (set_cmd_cfunc): Add const overload.
4331 (cmd_const_cfunc_ftype): Declare.
4332 (cmd_cfunc_eq): Add const overload.
4333 * breakpoint.c, cli-cmds.c, cli-dump.c, guile/scm-cmd.c,
4334 python/py-cmd.c, target.c, tracepoint.c: Use no-function add_cmd
4335 overload.
4336
a9bbfbd8
TT
43372017-09-27 Tom Tromey <tom@tromey.com>
4338
4339 * macroexp.c (get_next_token_for_substitution): New function.
4340 (substitute_args): Call it. Check for __VA_OPT__.
4341
5230b05a
WT
43422017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
4343 Pedro Alves <palves@redhat.com>
4344
4345 * dwarf2read.c (dwarf2_cu): Remove field producer_is_icc and add
4346 producer_is_icc_lt_14.
4347 (producer_is_icc_lt_14): New function.
4348 (check_producer): Add code for checking version of ICC.
4349 (producer_is_icc): Move to producer.c.
4350 (read_structure_type): Restrict ICC workaround to ICC<14.
4351 * producer.c: Include selftest.h.
4352 (producer_is_icc, producer_parsing_tests, _initialize_producer):
4353 New functions.
4354 * producer.h (producer_is_icc): New declaration.
4355
b32b108a
WT
43562017-09-26 Walfred Tedeschi <walfred.tedeschi@intel.com>
4357
4358 * Makefile.in (SFILES): Add producer.c.
4359 (COMMON_OBS): Add producer.o
4360 * amd64-tdep.c (producer.h): Add new include.
4361 * dwarf2read.c (producer.h): Add new include.
4362 * producer.c: New file.
4363 * producer.h: New file.
4364 * utils.c (producer_is_gcc, producer_is_gcc_ge_4): Move to
4365 producer.c.
4366 * utils.h (producer_is_gcc, producer_is_gcc_ge_4): Move to
4367 producer.h.
4368
5007d765
MK
43692017-09-26 Matthias Klose <doko@ubuntu.com>
4370
4371 * configure.ac: Search ncursesw before ncurses.
4372 Check ncursesw/ncurses.h before ncurses/ncurses.h.
4373 * gdb_curses.h: Include <ncursesw/ncurses.h>
4374 * config.in, configure: Regenerate.
4375
281c4447
RO
43762017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4377
4378 PR gdb/22185
4379 * configure.host <*-*-solaris2.[01], *-*-solaris2.[2-9]*>: Mark as
4380 obsolete.
4381 Use gdb_host sol2 for i[34567]86-*-solaris2*, x86_64-*-solaris2*.
4382 Remove i386sol2 support.
4383 * configure.nat <i386sol2>: Remove.
4384 <sol2-64>: Fold into ...
4385 <sol2>: ... this.
4386 Move common settings to default section.
4387 Add sol-thread.o.
4388 * configure.tgt <i[34567]86-*-solaris2.1[0-9]*,
4389 x86_64-*-solaris2.1[0-9]*>: Rename to ...
4390 <i[34567]86-*-solaris2*, x86_64-*-solaris2*>: ... this.
4391 <i[34567]86-*-solaris*>: Remove.
4392 <sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*>: Remove.
4393
4394 * configure.ac: Remove wctype in libw check.
4395 (_MSE_INT_H): Don't define on Solaris 7-9.
4396 <solaris*>: Remove libthread_db.so.1 check.
4397 * configure: Regenerate.
4398 * config.in: Regenerate.
4399
4400 * proc-service.c: Remove PROC_SERVICE_IS_OLD handling.
4401 (gdb_ps_prochandle_t, gdb_ps_read_buf_t, gdb_ps_write_buf_t)
4402 (gdb_ps_size_t): Remove.
4403 Use base types in users.
4404 * sol-thread.c: Likewise, also for gdb_ps_addr_t.
4405
4406 * NEWS (Changes since GDB 8.0): Document Solaris 2.0-9 removal.
4407
39b06c20
RO
44082017-09-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4409
4410 PR build/22206
4411 * sparc64-tdep.c (adi_tag_fd): Print pid as long.
4412 (adi_is_addr_mapped): Likewise.
4413 (PSR_ICC): Don't redefine.
4414 (PSR_IMPL): Likewise.
4415
6c3e20f1
TT
44162017-09-25 Tom Tromey <tom@tromey.com>
4417
4418 * regcache.c (regcache::dump): Use string_printf.
4419
b292235f
TT
44202017-09-25 Tom Tromey <tom@tromey.com>
4421
4422 * regcache.c (class regcache_invalidator): New.
4423 (struct register_to_invalidate): Remove.
4424 (make_cleanup_regcache_invalidate): Remove.
4425 (regcache::raw_write): Use regcache_invalidator.
4426
9ac86b52
TT
44272017-09-25 Tom Tromey <tom@tromey.com>
4428
4429 * spu-tdep.c (spu2ppu_sniffer): Update.
4430 * regcache.h (make_cleanup_regcache_xfree): Don't declare.
4431 * regcache.c (do_regcache_xfree, make_cleanup_regcache_xfree):
4432 Remove.
4433 * ppc-linux-tdep.c (ppu2spu_sniffer): Update.
4434 * mi/mi-main.c (mi_cmd_data_list_changed_registers): Update.
4435 * frame.h (frame_save_as_regcache): Return std::unique_ptr.
4436 * frame.c (frame_save_as_regcache): Return std::unique_ptr.
4437 (frame_pop): Update.
4438
c0e383c6
TT
44392017-09-25 Tom Tromey <tom@tromey.com>
4440
4441 * spu-tdep.c (spu2ppu_dealloc_cache): Use delete.
4442 * regcache.h (regcache_xfree): Don't declare.
4443 * regcache.c (regcache_xfree): Remove.
4444 (do_regcache_xfree): Use delete.
4445 * ppc-linux-tdep.c (ppu2spu_dealloc_cache): Use delete.
4446 * linux-fork.c (free_fork): Use delete.
4447 (fork_save_infrun_state): Likewise.
4448 * jit.c (jit_dealloc_cache): Use delete.
4449 * infrun.c (discard_infcall_suspend_state): Use delete.
4450
791199cc
TT
44512017-09-25 Tom Tromey <tom@tromey.com>
4452
4453 * regcache.h (regcache_xmalloc): Don't declare.
4454 (regcache_raw_set_cached_value): Update comment.
4455 * regcache.c (regcache_xmalloc): Remove.
4456 * ppc-linux-tdep.c (ppu2spu_sniffer): Use new.
4457 * jit.c (jit_frame_sniffer): Use new.
4458 * frame.c (frame_save_as_regcache): Use new.
4459
289e23aa
AA
44602017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4461
4462 * NEWS: Advertise support for guarded-storage registers on IBM z.
4463
1b63490c
AA
44642017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4465
4466 * s390-linux-nat.c (have_regset_gs): New static variable.
4467 (s390_linux_fetch_inferior_registers): Handle guarded-storage
4468 control block and guarded-storage broadcast control regsets.
4469 (s390_read_description): Detect whether the target has
4470 guarded-storage support, return appropriate tdesc.
4471 * s390-linux-tdep.c (features/s390-gs-linux64.c): New include.
4472 (features/s390x-gs-linux64.c): Likewise.
4473 (struct gdbarch_tdep) <have_gs>: New field.
4474 (s390_regmap_gs, s390_regmap_gsbc, s390_gs_regset)
4475 (s390_gsbc_regset): New variables.
4476 (s390_iterate_over_regset_sections): Iterate over s390_gs_regset
4477 and s390_gsbc_regset, if applicable.
4478 (s390_core_read_description): Check whether core file was from a
4479 target with guarded-storage support; include appropriate regsets.
4480 (s390_gdbarch_init): Add registers for guarded-storage support.
4481 (_initialize_s390_tdep): Initialize new target descriptions that
4482 include registers for guarded-storage support.
4483 * s390-linux-tdep.h (HWCAP_S390_GS, S390_GSD_REGNUM)
4484 (S390_GSSM_REGNUM, S390_GSEPLA_REGNUM)
4485 (S390_BC_GSD_REGNUM, S390_BC_GSSM_REGNUM): New defines.
4486 (S390_NUM_REGS): Adjust macro definition.
4487 (s390_gs_regset, s390_gsbc_regset, tdesc_s390_gs_linux64)
4488 (tdesc_s390x_gs_linux64): New declarations.
4489
96235dc1
AA
44902017-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4491
4492 * features/s390-gs-linux64.xml: New file.
4493 * features/s390-gs.xml: New file.
4494 * features/s390-gsbc.xml: New file.
4495 * features/s390x-gs-linux64.xml: New file.
4496 * features/Makefile (WHICH): Add s390-gs-linux64 and
4497 s390x-gs-linux64.
4498 (s390-gs-linux64-expedite, s390x-gs-linux64-expedite): New macros.
4499 (XMLTOC): Add s390-gs-linux64.xml and s390x-linux64.xml.
4500 * features/s390-gs-linux64.c: New generated file.
4501 * features/s390x-gs-linux64.c: New file.
4502 * regformats/s390-gs-linux64.dat: New file.
4503 * regformats/s390x-gs-linux64.dat: New file.
4504
b4a7c699
TT
45052017-09-23 Tom Tromey <tom@tromey.com>
4506
4507 * defs.h (make_cleanup_override_quit_handler): Don't declare.
4508
c2f97536
TT
45092017-09-22 Tom Tromey <tom@tromey.com>
4510
4511 * utils.c (class scoped_input_handler) <m_quit_handler>: Change
4512 type to scoped_restore_tmpl.
4513 <scoped_input_handler>: Initialize m_quit_handler directly.
4514
43573013
SDJ
45152017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
4516
4517 * cli/cli-cmds.c (pwd_command): Use "getcwd (NULL, 0)".
4518 (cd_command): Likewise. Free "current_directory" before
4519 assigning to it.
4520 * main.c (captured_main_1): Use "getcwd (NULL, 0)".
4521 * mi/mi-cmd-env.c (mi_cmd_env_pwd): Likewise.
4522 * top.c (gdb_dirbuf): Remove global declaration.
4523 * top.h (gdb_dirbuf): Likewise.
4524
6ec2e0f5
SDJ
45252017-09-22 Sergio Durigan Junior <sergiodj@redhat.com>
4526
4527 * gnulib/aclocal.m4: Regenerate.
4528 * gnulib/config.in: Regenerate.
4529 * gnulib/configure: Regenerate.
4530 * gnulib/import/Makefile.am: Regenerate.
4531 * gnulib/import/Makefile.in: Regenerate.
4532 * gnulib/import/assure.h: New file.
4533 * gnulib/import/at-func.c: Likewise
4534 * gnulib/import/chdir-long.c: New file.
4535 * gnulib/import/chdir-long.h: New file.
4536 * gnulib/import/cloexec.c: New file.
4537 * gnulib/import/cloexec.h: New file.
4538 * gnulib/import/close.c: New file.
4539 * gnulib/import/closedir.c: New file.
4540 * gnulib/import/dirent-private.h: New file.
4541 * gnulib/import/dup-safer.c: New file.
4542 * gnulib/import/dup.c: New file.
4543 * gnulib/import/dup2.c: New file.
4544 * gnulib/import/error.c: New file.
4545 * gnulib/import/error.h: New file.
4546 * gnulib/import/exitfail.c: New file.
4547 * gnulib/import/exitfail.h: New file.
4548 * gnulib/import/fchdir.c: New file.
4549 * gnulib/import/fcntl.c: New file.
4550 * gnulib/import/fcntl.in.h: New file.
4551 * gnulib/import/fd-hook.c: New file.
4552 * gnulib/import/fd-hook.h: New file.
4553 * gnulib/import/fd-safer.c: New file.
4554 * gnulib/import/fdopendir.c: New file.
4555 * gnulib/import/filename.h: New file.
4556 * gnulib/import/filenamecat-lgpl.c: New file.
4557 * gnulib/import/filenamecat.h: New file.
4558 * gnulib/import/fstat.c: New file.
4559 * gnulib/import/fstatat.c: New file.
4560 * gnulib/import/getcwd-lgpl.c: New file.
4561 * gnulib/import/getcwd.c: New file.
4562 * gnulib/import/getdtablesize.c: New file.
4563 * gnulib/import/getlogin_r.c: New file.
4564 * gnulib/import/getprogname.c: New file.
4565 * gnulib/import/getprogname.h: New file.
4566 * gnulib/import/gettext.h: New file.
4567 * gnulib/import/glob-libc.h: New file.
4568 * gnulib/import/glob.c: New file.
4569 * gnulib/import/glob.in.h: New file.
4570 * gnulib/import/intprops.h: New file.
4571 * gnulib/import/m4/chdir-long.m4: New file.
4572 * gnulib/import/m4/close.m4: New file.
4573 * gnulib/import/m4/closedir.m4: New file.
4574 * gnulib/import/m4/d-ino.m4: New file.
4575 * gnulib/import/m4/d-type.m4: New file.
4576 * gnulib/import/m4/dup.m4: New file.
4577 * gnulib/import/m4/dup2.m4: New file.
4578 * gnulib/import/m4/error.m4: New file.
4579 * gnulib/import/m4/fchdir.m4: New file.
4580 * gnulib/import/m4/fcntl.m4: New file.
4581 * gnulib/import/m4/fcntl_h.m4: New file.
4582 * gnulib/import/m4/fdopendir.m4: New file.
4583 * gnulib/import/m4/filenamecat.m4: New file.
4584 * gnulib/import/m4/fstat.m4: New file.
4585 * gnulib/import/m4/fstatat.m4: New file.
4586 * gnulib/import/m4/getcwd-abort-bug.m4: New file.
4587 * gnulib/import/m4/getcwd-path-max.m4: New file.
4588 * gnulib/import/m4/getcwd.m4: New file.
4589 * gnulib/import/m4/getdtablesize.m4: New file.
4590 * gnulib/import/m4/getlogin_r.m4: New file.
4591 * gnulib/import/m4/getprogname.m4: New file.
4592 * gnulib/import/m4/glob.m4: New file.
4593 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
4594 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
4595 * gnulib/import/m4/mempcpy.m4: New file.
4596 * gnulib/import/m4/memrchr.m4: New file.
4597 * gnulib/import/m4/mode_t.m4: New file.
4598 * gnulib/import/m4/msvc-inval.m4: New file.
4599 * gnulib/import/m4/msvc-nothrow.m4: New file.
4600 * gnulib/import/m4/open.m4: New file.
4601 * gnulib/import/m4/openat.m4: New file.
4602 * gnulib/import/m4/opendir.m4: New file.
4603 * gnulib/import/m4/readdir.m4: New file.
4604 * gnulib/import/m4/realloc.m4: New file.
4605 * gnulib/import/m4/rewinddir.m4: New file.
4606 * gnulib/import/m4/save-cwd.m4: New file.
4607 * gnulib/import/m4/strdup.m4: New file.
4608 * gnulib/import/m4/strerror.m4: New file.
4609 * gnulib/import/m4/unistd-safer.m4: New file.
4610 * gnulib/import/mempcpy.c: New file.
4611 * gnulib/import/memrchr.c: New file.
4612 * gnulib/import/msvc-inval.c: New file.
4613 * gnulib/import/msvc-inval.h: New file.
4614 * gnulib/import/msvc-nothrow.c: New file.
4615 * gnulib/import/msvc-nothrow.h: New file.
4616 * gnulib/import/open.c: New file.
4617 * gnulib/import/openat-die.c: New file.
4618 * gnulib/import/openat-priv.h: New file.
4619 * gnulib/import/openat-proc.c: New file.
4620 * gnulib/import/openat.c: New file.
4621 * gnulib/import/openat.h: New file.
4622 * gnulib/import/opendir.c: New file.
4623 * gnulib/import/pipe-safer.c: New file.
4624 * gnulib/import/readdir.c: New file.
4625 * gnulib/import/realloc.c: New file.
4626 * gnulib/import/rewinddir.c: New file.
4627 * gnulib/import/save-cwd.c: New file.
4628 * gnulib/import/save-cwd.h: New file.
4629 * gnulib/import/strdup.c: New file.
4630 * gnulib/import/strerror-override.c: New file.
4631 * gnulib/import/strerror-override.h: New file.
4632 * gnulib/import/strerror.c: New file.
4633 * gnulib/import/unistd--.h: New file.
4634 * gnulib/import/unistd-safer.h: New file.
4635 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
4636 "getcwd" and "glob".
4637 * ser-tcp.c: Undefine "close" before redefining it.
4638
432ae719
SM
46392017-09-21 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * guile/scm-value.c (gdbscm_value_address): Initialize address,
4642 get rid of res_val.
4643
4fa7574e
RO
46442017-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4645
4646 * configure.nat <i386sol2,i386>: Add fork-inferior.o to NATDEPFILES.
4647 <sol2,sparc>: Likewise.
4648 <sol2-64,i386>: Likewise.
4649
4650 * warning.m4 (AM_GDB_WARNINGS): Disable -Wunknown-pragmas,
4651 -Wdeprecated-declarations on *-*-solaris*.
4652 * configure: Regenerate.
4653
4654 * procfs.c: Include "nat/inferior.h".
4655 (procfs_info_proc): Fix typo.
4656
f6327dcb
KB
46572017-09-21 Kevin Buettner <kevinb@redhat.com>
4658
4659 * remote.c (vector): Include.
4660 (struct private_thread_info): Add field, thread_handle.
4661 (free_private_thread_info): Deallocate storage associated with
4662 thread handle.
4663 (get_private_info_thread): Initialize `thread_handle' field.
4664 (struct thread_item): Add field, thread_handle.
4665 (clear_threads_listing_context): Deallocate storage associated
4666 with thread handle.
4667 (start_thread): Add support for "handle" attribute.
4668 (thread_attributes): Add "handle".
4669 (remote_get_threads_with_qthreadinfo): Initialize thread_handle
4670 field.
4671 (remote_update_thread_list): Update thread_handle.
4672 (remote_thread_handle_to_thread_info): New function.
4673 (init_remote_ops): Initialize to_thread_handle_to_thread_info.
4674
fbbe5337
KB
46752017-09-21 Kevin Buettner <kevinb@redhat.com>
4676
4677 * python/py-inferior.c (gdbpy_thread_from_thread_handle): New
4678 function.
4679 (inferior_object_methods): Add gdbpy_thread_from_thread_handle.
4680 * python/python-internal.h (thread_object_type): Declare.
4681
e04ee09e
KB
46822017-09-21 Kevin Buettner <kevinb@redhat.com>
4683
4684 * target.h (struct target_ops): Add to_thread_handle_to_thread_info.
4685 (target_thread_handle_to_thread_info): Declare.
4686 * target.c (target_thread_handle_to_thread_info): New function.
4687 * target-delegates.c: Regenerate.
4688 * gdbthread.h (find_thread_by_handle): Declare.
4689 * thread.c (find_thread_by_handle): New function.
4690 * linux-thread-db.c (thread_db_thread_handle_to_thread_info): New
4691 function.
4692 (init_thread_db_ops): Register thread_db_thread_handle_to_thread_info.
4693
1e5b66ed
SM
46942017-09-21 Simon Marchi <simon.marchi@ericsson.com>
4695
4696 * nat/linux-waitpid.c (linux_debug): Add ATTRIBUTE_PRINTF.
4697
ebe48ba0
SM
46982017-09-21 Simon Marchi <simon.marchi@ericsson.com>
4699
4700 * microblaze-tdep.c (microblaze_debug): Add ATTRIBUTE_PRINTF.
4701
0a0bf5dc
YQ
47022017-09-21 Yao Qi <yao.qi@linaro.org>
4703
4704 * configure.tgt (aarch64*-*-freebsd*): Add fbsd-tdep.o solib-svr4.o
4705 to gdb_target_obs.
4706
d1b0a7bf
TT
47072017-09-20 Tom Tromey <tom@tromey.com>
4708
4709 * breakpoint.c (struct counted_command_line): Remove.
4710 (breakpoint_commands): Update.
4711 (alloc_counted_command_line, incref_counted_command_line)
4712 (decref_counted_command_line, do_cleanup_counted_command_line)
4713 (make_cleanup_decref_counted_command_line): Remove.
4714 (breakpoint_set_commands, commands_command_1, ~bpstats, bpstats)
4715 (bpstat_clear_actions, bpstat_do_actions_1, watchpoint_check)
4716 (bpstat_stop_status, print_one_breakpoint_location, ~breakpoint)
4717 (save_breakpoints): Update.
4718 * breakpoint.h (counted_command_line): Now a typedef to
4719 shared_ptr.
4720 (struct breakpoint) <commands>: Now a counted_command_line.
4721 (struct bpstats) <command>: Likewise.
4722
48649e1b
TT
47232017-09-20 Tom Tromey <tom@tromey.com>
4724
4725 * breakpoint.c (struct commands_info, do_map_commands_command):
4726 Remove.
4727 (commands_command_1): Update.
4728 (iterate_over_related_breakpoints): Take a function_view.
4729 (do_delete_breakpoint, do_map_delete_breakpoint): Remove.
4730 (delete_command): Update.
4731 (map_breakpoint_numbers): Take a function_view.
4732 (do_disable_breakpoint, do_map_delete_breakpoint): Remove.
4733 (disable_command): Update.
4734 (do_enable_breakpoint, do_map_enable_breakpoint): Remove.
4735 (enable_command): Update.
4736 (struct disp_data, do_enable_breakpoint_disp)
4737 (do_map_enable_once_breakpoint, do_map_enable_count_breakpoint)
4738 (do_map_enable_delete_breakpoint): Remove.
4739 (enable_once_command, enable_count_command, enable_delete_command)
4740 (delete_trace_variable_command): Update.
4741
04afa70c
TT
47422017-09-20 Tom Tromey <tom@tromey.com>
4743
4744 * breakpoint.c (~bpstats): Rename from bpstat_free. Update.
4745 (bpstat_clear): Use delete.
4746 (bpstats): New constructors.
4747 (bpstat_copy, bpstat_stop_status): Use new.
4748 (dprintf_after_condition_true): Update.
4749 * breakpoint.h (bpstats::bpstats): Add constructors.
4750 (bpstats::~bpstats): Add destructor.
4751
c83833f4
PA
47522017-09-20 Pedro Alves <palves@redhat.com>
4753
4754 * eval.c (make_params): Delete, refactored as ...
4755 (class fake_method): ... this new type's ctor.
4756 (fake_method::~fake_method): New.
4757 (evaluate_subexp_standard): Use 'fake_method'.
4758
223ffa71
TT
47592017-09-20 Tom Tromey <tom@tromey.com>
4760
4761 * windows-nat.c (get_windows_debug_event, windows_wait)
4762 (do_initial_windows_stuff, windows_attach): Update.
4763 * utils.c (vwarning, internal_vproblem): Update.
4764 (ui_unregister_input_event_handler_cleanup)
4765 (prepare_to_handle_input): Remove.
4766 (class scoped_input_handler): New.
4767 (defaulted_query, prompt_for_continue): Update.
4768 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
4769 Update.
4770 * top.c (undo_terminal_modifications_before_exit): Update.
4771 * target/target.h (target_terminal_init, target_terminal_inferior)
4772 (target_terminal_ours): Don't declare.
4773 (class target_terminal): New.
4774 * target.h (target_terminal_is_inferior, target_terminal_is_ours)
4775 (target_terminal_ours_for_output)
4776 (make_cleanup_restore_target_terminal): Don't declare.
4777 (target_terminal_info): Remove.
4778 * target.c (enum terminal_state, terminal_state): Remove.
4779 (target_terminal::terminal_state): Define.
4780 (target_terminal::init): Rename from target_terminal_init.
4781 (target_terminal::inferior): Rename from
4782 target_terminal_inferior.
4783 (target_terminal::ours): Rename from target_terminal_ours.
4784 (target_terminal::ours_for_output): Rename from
4785 target_terminal_ours_for_output.
4786 (target_terminal::info): New method.
4787 (cleanup_restore_target_terminal)
4788 (make_cleanup_restore_target_terminal): Remove.
4789 * solib.c (handle_solib_event): Update.
4790 * remote.c (remote_serial_quit_handler): Update.
4791 (remote_terminal_inferior, remote_wait_as): Update.
4792 * record-full.c (record_full_wait_1): Update.
4793 * nto-procfs.c (procfs_create_inferior): Update.
4794 * nat/fork-inferior.c (startup_inferior): Update.
4795 * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
4796 (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
4797 (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
4798 (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
4799 (mi_breakpoint_created, mi_breakpoint_deleted)
4800 (mi_breakpoint_modified, mi_on_resume, mi_solib_loaded)
4801 (mi_solib_unloaded, mi_command_param_changed, mi_memory_changed)
4802 (mi_user_selected_context_changed, report_initial_inferior):
4803 Update.
4804 * linux-nat.c (linux_nat_attach, linux_nat_terminal_ours)
4805 (linux_nat_terminal_inferior): Update.
4806 * infrun.c (follow_fork_inferior)
4807 (handle_vfork_child_exec_or_exit, do_target_resume)
4808 (check_curr_ui_sync_execution_done, handle_inferior_event_1)
4809 (handle_signal_stop, maybe_remove_breakpoints, normal_stop):
4810 Update.
4811 * inflow.c (child_terminal_init, info_terminal_command): Update.
4812 * infcmd.c (post_create_inferior, continue_1, prepare_one_step)
4813 (attach_command): Update.
4814 * infcall.c (call_thread_fsm_should_stop): Update.
4815 * gnu-nat.c (gnu_attach): Update.
4816 * extension.c (struct active_ext_lang_state)
4817 (restore_active_ext_lang): Update.
4818 * exceptions.c (print_flush): Update.
4819 * event-top.c (async_enable_stdin, default_quit_handler): Update.
4820 (struct quit_handler_cleanup_data, restore_quit_handler)
4821 (restore_quit_handler_dtor, make_cleanup_override_quit_handler):
4822 Remove.
4823 * cp-support.c (gdb_demangle): Update.
4824 * breakpoint.c (update_inserted_breakpoint_locations)
4825 (insert_breakpoint_locations, handle_jit_event)
4826 (disable_breakpoints_in_unloaded_shlib): Update.
4827 * annotate.c (annotate_breakpoints_invalid)
4828 (annotate_frames_invalid): Update.
4829
013af3fc
TT
48302017-09-20 Tom Tromey <tom@tromey.com>
4831
4832 * main.c (catch_command_errors): Rename from
4833 catch_command_errors_const.
4834 (captured_main_1): Update.
4835
06871ae8
PA
48362017-09-20 Pedro Alves <palves@redhat.com>
4837
4838 * cli/cli-cmds.c (list_command): Use print_sal_location.
4839 (print_sal_location): New function.
4840 (ambiguous_line_spec): Use print_sal_location.
4841 * linespec.c (symbol_to_sal): Record the symbol in the sal.
4842 * symtab.c (find_function_start_sal): Likewise.
4843 * symtab.h (symtab_and_line::symbol): New field.
4844
e5f25bc5
PA
48452017-09-20 Pedro Alves <palves@redhat.com>
4846
4847 * linespec.c (minsym_found): Handle non-text minsyms.
4848 (symbol_to_sal): Record a sal.pc for non-block, non-label symbols.
4849
1b7fa39e
WT
48502017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
4851
4852 * features/Makefile (i386-avx-mpx-avx512-pku.dat): Add missing
4853 backslash.
4854
37dd0825
WT
48552017-09-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
4856
4857 * gdb.arch/i386-avx512.c (move_zmm_data_to_reg): Use
4858 vmovups instead vmovaps.
4859 (move_zmm_data_to_memory): Use vmovups instead vmovaps.
4860
4e5a4f58
JB
48612017-09-19 John Baldwin <jhb@FreeBSD.org>
4862
4863 * NEWS (Changes since GDB 8.0): Add starti.
4864 * infcmd.c (enum run_break): New.
4865 (run_command_1): Queue pending event for RUN_STOP_AT_FIRST_INSN
4866 case.
4867 (run_command): Use enum run_how.
4868 (start_command): Likewise.
4869 (starti_command): New function.
4870 (RUN_ARGS_HELP): New macro.
4871 (_initialize_infcmd): Use RUN_ARGS_HELP for run and start
4872 commands. Add starti command.
4873
aa70c9f1
YQ
48742017-09-19 Yao Qi <yao.qi@linaro.org>
4875
4876 * Makefile.in (monitor.o): Remove the rule.
4877
d6541620
YQ
48782017-09-19 Yao Qi <yao.qi@linaro.org>
4879
4880 * annotate.h (struct annotate_arg_emitter): Use
4881 DISABLE_COPY_AND_ASSIGN.
4882 * common/refcounted-object.h (refcounted_object): Likewise.
4883 * completer.h (struct completion_result): Likewise.
4884 * dwarf2read.c (struct dwarf2_per_objfile): Likewise.
4885 * filename-seen-cache.h (filename_seen_cache): Likewise.
4886 * gdbcore.h (thread_section_name): Likewise.
4887 * gdb_regex.h (compiled_regex): Likewise.
4888 * gdbthread.h (scoped_restore_current_thread): Likewise.
4889 * inferior.h (scoped_restore_current_inferior): Likewise.
4890 * jit.c (jit_reader): Likewise.
4891 * linespec.h (struct linespec_result): Likewise.
4892 * mi/mi-parse.h (struct mi_parse): Likewise.
4893 * nat/fork-inferior.c (execv_argv): Likewise.
4894 * progspace.h (scoped_restore_current_program_space): Likewise.
4895 * python/python-internal.h (class gdbpy_enter): Likewise.
4896 * regcache.h (regcache): Likewise.
4897 * target-descriptions.c (struct tdesc_reg): Likewise.
4898 (struct tdesc_type): Likewise.
4899 (struct tdesc_feature): Likewise.
4900 * ui-out.h (ui_out_emit_type): Likewise.
4901
0615127c
SM
49022017-09-18 Simon Marchi <simon.marchi@ericsson.com>
4903
4904 * dwarf2expr.c (dwarf_expr_context::execute_stack_op): Remove
4905 label abort_expression.
4906
5e187554
SM
49072017-09-16 Simon Marchi <simon.marchi@ericsson.com>
4908
4909 * common/buffer.c (buffer_xml_printf): Adjust.
4910 * common/xml-utils.c (xml_escape_text): Change return type to
4911 std::string, update code accordingly.
4912 * common/xml-utils.h (xml_escape_text): Change return type to
4913 std::string.
4914 * rs6000-aix-tdep.c (rs6000_aix_shared_library_to_xml): Adjust.
4915 * windows-tdep.c (windows_xfer_shared_library): Adjust.
4916 * unittests/xml-utils-selftests.c (test_xml_escape_text):
4917 Adjust.
4918
c3d7b541
SM
49192017-09-16 Simon Marchi <simon.marchi@ericsson.com>
4920
4921 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add new source file.
4922 (SUBDIR_UNITTESTS_OBS): Add new object file.
4923 * unittests/xml-utils-selftests.c: New file.
4924
1526853e
SM
49252017-09-16 Simon Marchi <simon.marchi@ericsson.com>
4926
4927 * common/selftest.h (selftest): New struct/interface.
4928 (register_test): Add name parameter, add new overload.
4929 (run_tests): Add filter parameter.
4930 (for_each_selftest_ftype): New typedef.
4931 (for_each_selftest): New declaration.
4932 * common/selftest.c (tests): Change type to
4933 map<string, unique_ptr<selftest>>.
4934 (simple_selftest): New struct.
4935 (register_test): New function.
4936 (register_test): Add name parameter and use it.
4937 (run_tests): Add filter parameter and use it. Add prints.
4938 Adjust to vector -> map change.
4939 * aarch64-tdep.c (_initialize_aarch64_tdep): Add names when
4940 registering selftests.
4941 * arm-tdep.c (_initialize_arm_tdep): Likewise.
4942 * disasm-selftests.c (_initialize_disasm_selftests): Likewise.
4943 * dwarf2-frame.c (_initialize_dwarf2_frame): Likewise.
4944 * dwarf2loc.c (_initialize_dwarf2loc): Likewise.
4945 * findvar.c (_initialize_findvar): Likewise.
4946 * gdbarch-selftests.c (_initialize_gdbarch_selftests): Likewise.
4947 * maint.c (maintenance_selftest): Update call to run_tests.
4948 (maintenance_info_selftests): New function.
4949 (_initialize_maint_cmds): Register "maintenance info selftests"
4950 command. Update "maintenance selftest" doc.
4951 * regcache.c (_initialize_regcache): Add names when registering
4952 selftests.
4953 * rust-exp.y (_initialize_rust_exp): Likewise.
4954 * selftest-arch.c (gdbarch_selftest): New struct.
4955 (gdbarch_tests): Remove.
4956 (register_test_foreach_arch): Add name parameter. Call
4957 register_test.
4958 (tests_with_arch): Remove, move most content to
4959 gdbarch_selftest::operator().
4960 (_initialize_selftests_foreach_arch): Remove.
4961 * selftest-arch.h (register_test_foreach_arch): Add name
4962 parameter.
4963 (run_tests_with_arch): New declaration.
4964 * utils-selftests.c (_initialize_utils_selftests): Add names
4965 when registering selftests.
4966 * utils.c (_initialize_utils): Likewise.
4967 * unittests/array-view-selftests.c
4968 (_initialize_array_view_selftests): Likewise.
4969 * unittests/environ-selftests.c (_initialize_environ_selftests):
4970 Likewise.
4971 * unittests/function-view-selftests.c
4972 (_initialize_function_view_selftests): Likewise.
4973 * unittests/offset-type-selftests.c
4974 (_initialize_offset_type_selftests): Likewise.
4975 * unittests/optional-selftests.c
4976 (_initialize_optional_selftests): Likewise.
4977 * unittests/scoped_restore-selftests.c
4978 (_initialize_scoped_restore_selftests): Likewise.
4979 * NEWS: Document "maintenance selftest" and "maint info
4980 selftests".
4981
5846367a
SM
49822017-09-16 Simon Marchi <simon.marchi@ericsson.com>
4983
4984 * mi/mi-main.c (mi_load_progress): Restore current_uiout using a
4985 scoped_restore.
4986
bd77e8ff
SM
49872017-09-16 Simon Marchi <simon.marchi@ericsson.com>
4988
4989 * mi/mi-main.c (mi_load_progress): Make uiout variable
4990 a unique_ptr.
4991
26a67918
PA
49922017-09-15 Pedro Alves <palves@redhat.com>
4993
4994 * compile/compile-c-types.c (convert_enum, convert_int)
4995 (convert_float): Adjust to refer to int_type_v0 and float_type_v0.
4996
3f8a7804
SM
49972017-09-15 Simon Marchi <simon.marchi@ericsson.com>
4998
4999 * dwarf2read.c (copy_string): Remove.
5000 (parse_macro_definition): Replace copy_string with savestring.
5001
8d200706
YQ
50022017-09-15 Yao Qi <yao.qi@linaro.org>
5003
5004 * configure.tgt (i[34567]86-*-darwin*): Append amd64.o to
5005 gdb_target_obs.
5006 (i[34567]86-*-solaris2.1[0-9]* | x86_64-*-solaris2.1[0-9]*):
5007 Likewise.
5008 (i[34567]86-*-linux*): Likewise.
5009
d185219d
SM
50102017-09-14 Simon Marchi <simon.marchi@ericsson.com>
5011
5012 * dwarf2expr.h (dwarf_stack_value): Add constructor.
5013 (dwarf_expr_context) <~dwarf_expr_context>: Define as default.
5014 <stack>: Change type to std::vector.
5015 <stack_len, stack_allocated>: Remove.
5016 <grow_stack>: Remove.
5017 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
5018 (dwarf_expr_context::~dwarf_expr_context): Remove.
5019 (dwarf_expr_context::grow_stack): Remove.
5020 (dwarf_expr_context::push): Adjust.
5021 (dwarf_expr_context::pop): Adjust.
5022 (dwarf_expr_context::fetch): Adjust.
5023 (dwarf_expr_context::fetch_in_stack_memory): Adjust.
5024 (dwarf_expr_context::stack_empty_p): Adjust.
5025 (dwarf_expr_context::execute_stack_op): Adjust.
5026
eccd80d6
SM
50272017-09-14 Simon Marchi <simon.marchi@ericsson.com>
5028
5029 * dwarf2expr.h (dwarf_expr_context) <stack_empty_p>: Change
5030 return type to bool.
5031 * dwarf2expr.c (dwarf_expr_context::stack_empty_p): Likewise.
5032
69009882
SM
50332017-09-14 Simon Marchi <simon.marchi@ericsson.com>
5034
5035 * dwarf2expr.h (dwarf_expr_piece) <v.mem.in_stack_memory>:
5036 Change type to bool.
5037 (dwarf_stack_value) <in_stack_memory>: Likewise.
5038 (dwarf_expr_context) <push_address>: Change parameter type to
5039 bool.
5040 <fetch_in_stack_memory>: Change return type to bool.
5041 <push>: Change parameter type to bool.
5042 * dwarf2expr.c (dwarf_expr_context::push): Change parameter type
5043 to bool.
5044 (dwarf_expr_context::push_address): Likewise.
5045 (dwarf_expr_context::fetch_in_stack_memory): Change return type
5046 to bool.
5047 (dwarf_expr_context::execute_stack_op): Adjust.
5048 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Adjust.
5049
1e467161
SM
50502017-09-14 Simon Marchi <simon.marchi@ericsson.com>
5051
5052 * dwarf2expr.h (struct dwarf_expr_piece): Move up.
5053 (struct dwarf_expr_context) <n_pieces>: Remove.
5054 <pieces>: Change type to std::vector.
5055 * dwarf2expr.c (dwarf_expr_context::dwarf_expr_context): Adjust.
5056 (dwarf_expr_context::~dwarf_expr_context): Don't manually free
5057 pieces.
5058 (dwarf_expr_context::add_piece): Adjust.
5059 * dwarf2loc.c (struct piece_closure): Initialize fields.
5060 <n_pieces>: Remove.
5061 <pieces>: Change type to std::vector.
5062 (allocate_piece_closure): Adjust, change parameter to
5063 std::vector rvalue and std::move it to piece_closure.
5064 (rw_pieced_value): Adjust.
5065 (check_pieced_synthetic_pointer): Adjust.
5066 (indirect_synthetic_pointer): Adjust.
5067 (coerce_pieced_ref): Adjust.
5068 (free_pieced_value_closure): Adjust. Use delete to free
5069 piece_closure.
5070 (dwarf2_evaluate_loc_desc_full): Adjust. std::move ctx.pieces
5071 to allocate_piece_closure.
5072 (dwarf2_loc_desc_get_symbol_read_needs): Adjust.
5073
0782db84
SM
50742017-09-12 Simon Marchi <simon.marchi@ericsson.com>
5075
5076 * probe.h (probe_ops_cp): Remove typedef.
5077 (DEF_VEC_P (probe_ops_cp)): Remove.
5078 (all_probe_ops): Change type to std::vector.
5079 * probe.c (info_probes_for_ops): Adjust to vector change.
5080 (probe_linespec_to_ops): Likewise.
5081 (all_probe_ops): Change type to std::vector.
5082 (_initialize_probe): Adjust to vector change.
5083 * dtrace-probe.c (_initialize_dtrace_probe): Likewise.
5084 * elfread.c (elf_get_probes): Likewise.
5085 * stap-probe.c (_initialize_stap_probe): Likewise.
5086
1eac6bea
SM
50872017-09-12 Simon Marchi <simon.marchi@ericsson.com>
5088
5089 * probe.h (struct bound_probe): Define constructors.
5090 * probe.c (bound_probe_s): Remove typedef.
5091 (DEF_VEC_O (bound_probe_s)): Remove VEC.
5092 (collect_probes): Change return type to std::vector, remove
5093 cleanup.
5094 (compare_probes): Return bool, change parameter type. Change
5095 semantic to "less than".
5096 (gen_ui_out_table_header_info): Change parameter to std::vector
5097 and update.
5098 (exists_probe_with_pops): Likewise.
5099 (info_probes_for_ops): Update to std::vector change.
5100 (enable_probes_command): Likewise.
5101 (disable_probes_command): Likewise.
5102
aaa63a31
SM
51032017-09-12 Simon Marchi <simon.marchi@ericsson.com>
5104
5105 * probe.h (struct probe_ops) <get_probes>: Change parameter from
5106 vec to std::vector.
5107 * probe.c (parse_probes_in_pspace): Update.
5108 (find_probes_in_objfile): Update.
5109 (find_probe_by_pc): Update.
5110 (collect_probes): Update.
5111 (probe_any_get_probes): Update.
5112 * symfile.h (struct sym_probe_fns) <sym_get_probes> Change
5113 return type to reference to std::vector.
5114 * dtrace-probe.c (dtrace_process_dof_probe): Change parameter to
5115 std::vector and update.
5116 (dtrace_process_dof): Likewise.
5117 (dtrace_get_probes): Likewise.
5118 * elfread.c (elf_get_probes): Change return type to std::vector,
5119 store an std::vector in bfd_data.
5120 (probe_key_free): Update to std::vector.
5121 * stap-probe.c (handle_stap_probe): Change parameter to
5122 std::vector and update.
5123 (stap_get_probes): Likewise.
5124 * symfile-debug.c (debug_sym_get_probes): Change return type to
5125 std::vector and update.
5126
cb85b21b
TT
51272017-09-11 Tom Tromey <tom@tromey.com>
5128
5129 * breakpoint.c (program_breakpoint_here_p): Update.
5130 * target.c (make_scoped_restore_show_memory_breakpoints): Rename
5131 from make_show_memory_breakpoints_cleanup. Return a
5132 scoped_restore_tmpl<int>.
5133 (restore_show_memory_breakpoints): Remove.
5134 * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Update.
5135 * mem-break.c (memory_validate_breakpoint): Update.
5136 * ia64-tdep.c (ia64_memory_insert_breakpoint): Update.
5137 (ia64_memory_remove_breakpoint): Update.
5138 (ia64_breakpoint_from_pc): Update.
5139 * target.h (make_scoped_restore_show_memory_breakpoints): Rename
5140 from make_show_memory_breakpoints_cleanup.
5141
8fbc99ef
TT
51422017-09-11 Tom Tromey <tom@tromey.com>
5143
5144 * d-namespace.c (d_lookup_symbol): Use std::string.
5145 (find_symbol_in_baseclass): Likewise.
5146
50feb4bd
TT
51472017-09-11 Tom Tromey <tom@tromey.com>
5148
5149 * ctf.c (ctf_start): Use std::string.
5150
c6dc63a1
TT
51512017-09-11 Tom Tromey <tom@tromey.com>
5152
5153 * ada-lang.c (is_known_support_routine): Update.
5154 (ada_unhandled_exception_name_addr_from_raise): Update.
5155 * guile/scm-frame.c (gdbscm_frame_name): Update.
5156 * python/py-frame.c (frapy_name): Update.
5157 (frapy_function): Update.
5158 * stack.h (find_frame_funname): Update.
5159 * stack.c (find_frame_funname): Return unique_xmalloc_ptr.
5160 (print_frame): Update.
5161
d6b9b80f
TT
51622017-09-11 Tom Tromey <tom@tromey.com>
5163
5164 * findcmd.c (put_bits): Take a gdb::byte_vector.
5165 (parse_find_args): Return gdb::byte_vector. "args" now const.
5166 Remove "pattern_bufp" and "pattern_lenp" parameters. Remove
5167 cleanups.
5168 (find_command): Update.
5169
a9921622
TT
51702017-09-11 Tom Tromey <tom@tromey.com>
5171
5172 * cli/cli-script.c (class scoped_restore_hook_in): New.
5173 (clear_hook_in_cleanup): Remove.
5174 (execute_cmd_pre_hook, execute_cmd_post_hook): Use
5175 scoped_restore_hook_in.
5176
be0d7abb
TT
51772017-09-11 Tom Tromey <tom@tromey.com>
5178
5179 * cli/cli-script.c (restore_interp): Remove.
5180 (read_command_lines): Use scoped_restore_interp.
5181 * interps.c (scoped_restore_interp::set_temp): Rename from
5182 interp_set_temp.
5183 * interps.h (class scoped_restore_interp): New.
5184 (interp_set_temp): Remove.
5185
00f675ff
TT
51862017-09-11 Tom Tromey <tom@tromey.com>
5187
5188 * mi/mi-cmd-catch.c (mi_cmd_catch_assert)
5189 (mi_cmd_catch_exception, mi_catch_load_unload): Update.
5190 * mi/mi-cmd-break.c (setup_breakpoint_reporting): Return a
5191 scoped_restore.
5192 (mi_cmd_break_insert_1): Update.
5193 * mi/mi-cmd-break.h (setup_breakpoint_reporting): Return a
5194 scoped_restore.
5195
cb791d59
TT
51962017-09-11 Tom Tromey <tom@tromey.com>
5197
5198 * demangle.c (demangle_command): Update.
5199 * breakpoint.c (disable_command): Update.
5200 (enable_command): Update.
5201 (find_location_by_number): Make "number" const. Use
5202 get_number_trailer.
5203 * cli/cli-utils.c (extract_arg): Return std::string.
5204 * probe.c (parse_probe_linespec): Update. Change types.
5205 (collect_probes): Take string arguments.
5206 (parse_probe_linespec): Likewise.
5207 (info_probes_for_ops): Update.
5208 (enable_probes_command): Update.
5209 (disable_probes_command): Update.
5210 * break-catch-sig.c (catch_signal_split_args): Update.
5211 * mi/mi-parse.c (mi_parse): Update.
5212
2039bd9f
TT
52132017-09-11 Tom Tromey <tom@tromey.com>
5214
5215 * language.h (language_enum): Make argument const.
5216 * language.c (language_enum): Make argument const.
5217
f1735a53
TT
52182017-09-11 Tom Tromey <tom@tromey.com>
5219
5220 * common/common-utils.h (skip_to_space): Remove macro, redeclare
5221 as function.
5222 (skip_to_space): Rename from skip_to_space_const.
5223 * common/common-utils.c (skip_to_space): New function.
5224 (skip_to_space): Rename from skip_to_space_const.
5225 * cli/cli-utils.h (get_number): Rename from get_number_const.
5226 (extract_arg): Rename from extract_arg_const.
5227 * cli/cli-utils.c (get_number): Rename from get_number_const.
5228 (extract_arg): Rename from extract_arg_const.
5229 (number_or_range_parser::get_number): Use ::get_number.
5230 * aarch64-linux-tdep.c, ada-lang.c, arm-linux-tdep.c, ax-gdb.c,
5231 break-catch-throw.c, breakpoint.c, cli/cli-cmds.c, cli/cli-dump.c,
5232 cli/cli-script.c, cli/cli-setshow.c, compile/compile.c,
5233 completer.c, demangle.c, disasm.c, findcmd.c, linespec.c,
5234 linux-tdep.c, linux-thread-db.c, location.c, mi/mi-parse.c,
5235 minsyms.c, nat/linux-procfs.c, printcmd.c, probe.c,
5236 python/py-breakpoint.c, record.c, rust-exp.y, serial.c, stack.c,
5237 stap-probe.c, tid-parse.c, tracepoint.c: Update all callers.
5238
7d221d74
TT
52392017-09-11 Tom Tromey <tom@tromey.com>
5240
5241 * python/python.c (do_start_initialization): Use
5242 py-event-types.def to initialize types.
5243 Define all object type structures.
5244 * python/python-internal.h: Don't declare event initialization
5245 functions.
5246 * python/py-threadevent.c (thread_event_object_type): Don't
5247 define.
5248 * python/py-stopevent.c (stop_event_object_type): Don't define.
5249 * python/py-signalevent.c (signal_event_object_type): Don't
5250 declare or define.
5251 * python/py-newobjfileevent.c (new_objfile_event_object_type)
5252 (clear_objfiles_event_object_type): Don't declare or define.
5253 * python/py-infevents.c (inferior_call_pre_event_object_type)
5254 (inferior_call_post_event_object_type)
5255 (register_changed_event_object_type)
5256 (memory_changed_event_object_type): Don't declare or define.
5257 * python/py-inferior.c (new_thread_event_object_type)
5258 (new_inferior_event_object_type)
5259 (inferior_deleted_event_object_type): Don't declare or define.
5260 * python/py-exitedevent.c (exited_event_object_type): Don't
5261 declare or define.
5262 * python/py-evts.c (gdbpy_initialize_py_events): Use
5263 py-all-events.def.
5264 * python/py-events.h (thread_event_object_type): Don't declare.
5265 (events_object): Use py-all-events.def.
5266 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove. Use
5267 py-event-types.def.
5268 * python/py-event-types.def: New file.
5269 * python/py-continueevent.c (create_continue_event_object): Don't
5270 declare or define.
5271 * python/py-bpevent.c (breakpoint_event_object_type): Don't
5272 declare or define.
5273 * python/py-all-events.def: New file.
5274
35c61a1d
TT
52752017-09-11 Tom Tromey <tom@tromey.com>
5276
5277 * python/py-threadevent.c (create_thread_event_object): Return
5278 gdbpy_ref.
5279 * python/py-stopevent.h (create_stop_event_object)
5280 (create_breakpoint_event_object, create_signal_event_object):
5281 Update.
5282 * python/py-stopevent.c (create_stop_event_object): Return
5283 gdbpy_ref.
5284 (emit_stop_event): Update.
5285 * python/py-signalevent.c (create_signal_event_object): Return
5286 gdbpy_ref.
5287 * python/py-infevents.c (create_inferior_call_event_object):
5288 Update.
5289 * python/py-event.h (create_event_object)
5290 (create_thread_event_object): Update.
5291 * python/py-event.c (create_event_object): Return gdbpy_ref.
5292 * python/py-continueevent.c: Return gdbpy_ref.
5293 * python/py-bpevent.c (create_breakpoint_event_object): Return
5294 gdbpy_ref.
5295
7c96f8c1
TT
52962017-09-11 Tom Tromey <tom@tromey.com>
5297
5298 PR python/15622:
5299 * NEWS: Add entry.
5300 * python/python.c (do_start_initialization): Initialize new event
5301 types.
5302 * python/python-internal.h (gdbpy_initialize_new_inferior_event)
5303 (gdbpy_initialize_inferior_deleted_event)
5304 (gdbpy_initialize_new_thread_event): Declare.
5305 * python/py-threadevent.c (create_thread_event_object): Add option
5306 "thread" parameter.
5307 * python/py-inferior.c (new_thread_event_object_type)
5308 (new_inferior_event_object_type)
5309 (inferior_deleted_event_object_type): Declare.
5310 (python_new_inferior, python_inferior_deleted): New functions.
5311 (add_thread_object): Emit new_thread event.
5312 (gdbpy_initialize_inferior): Attach new functions to corresponding
5313 observers.
5314 (new_thread, new_inferior, inferior_deleted): Define new event
5315 types.
5316 * python/py-evts.c (gdbpy_initialize_py_events): Add new
5317 registries.
5318 * python/py-events.h (events_object) <new_inferior,
5319 inferior_deleted, new_thread>: New fields.
5320 * python/py-event.h (create_thread_event_breakpoint): Add optional
5321 "thread" parameter.
5322
72542b8e
AB
53232017-09-10 Andrew Burgess <andrew.burgess@embecosm.com>
5324
5325 * utils.c (abort_with_message): Don't compare gdb_stderr to NULL,
5326 check current_ui instead.
5327 (internal_vproblem): Likewise.
5328
0d64823e
SM
53292017-09-09 Simon Marchi <simon.marchi@ericsson.com>
5330
5331 * thread.c (print_thread_info_1): Remove unnecessary calls to
5332 uiout->is_mi_like_p.
5333
eb1e02fd
TT
53342017-09-09 Tom Tromey <tom@tromey.com>
5335
5336 * namespace.h (add_using_directive): Update.
5337 * namespace.c (add_using_directive): Change type of excludes to
5338 std::vector.
5339 * dwarf2read.c (read_import_statement): Use std::vector.
5340 (read_namespace): Update.
5341 * cp-namespace.c (cp_scan_for_anonymous_namespaces): Update.
5342
0fc21fd8
TT
53432017-09-09 Tom Tromey <tom@tromey.com>
5344
5345 * linespec.c (create_sals_line_offset): Use gdb::def_vector.
5346
49663d05
TT
53472017-09-09 Tom Tromey <tom@tromey.com>
5348
5349 * p-valprint.c (pascal_object_print_value): Use gdb::byte_vector.
5350
0b868b60
TT
53512017-09-09 Tom Tromey <tom@tromey.com>
5352
5353 * stack.c (func_command): Use gdb::def_vector.
5354
c0470d48
TT
53552017-09-09 Tom Tromey <tom@tromey.com>
5356
5357 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Use gdb::optional,
5358 ui_out_emit_list, ui_out_emit_tuple.
5359 (mi_cmd_var_update): Likewise.
5360
ca5909c7
TT
53612017-09-09 Tom Tromey <tom@tromey.com>
5362
5363 * mi/mi-interp.c (mi_user_selected_context_changed): Use
5364 ui_out_redirect_pop.
5365 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
5366 ui_out_redirect_pop.
5367 * utils.c (do_ui_out_redirect_pop)
5368 (make_cleanup_ui_out_redirect_pop): Remove.
5369 * top.c (execute_command_to_string): Use ui_out_redirect_pop.
5370 * utils.h (make_cleanup_ui_out_redirect_pop): Remove.
5371 * ui-out.h (ui_out_redirect_pop): New class.
5372
e6a2252a
TT
53732017-09-09 Tom Tromey <tom@tromey.com>
5374
5375 * mi/mi-main.c (output_cores): Use ui_out_emit_list.
5376 (list_available_thread_groups, mi_cmd_list_thread_groups)
5377 (mi_cmd_data_list_changed_registers, mi_cmd_data_read_memory)
5378 (mi_cmd_data_read_memory_bytes, mi_cmd_trace_frame_collected):
5379 Likewise.
5380
393702cd
TT
53812017-09-09 Tom Tromey <tom@tromey.com>
5382
5383 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn): Use
5384 ui_out_emit_tuple.
5385
76f9c9cf
TT
53862017-09-09 Tom Tromey <tom@tromey.com>
5387
5388 * target.c (flash_erase_command): Use ui_out_emit_tuple.
5389 * stack.c (print_frame): Use ui_out_emit_tuple.
5390 * spu-tdep.c (info_spu_event_command): Use ui_out_emit_tuple.
5391 (info_spu_mailbox_command, info_spu_dma_command)
5392 (info_spu_proxydma_command): Likewise.
5393 * mi/mi-main.c (mi_cmd_trace_frame_collected): Use
5394 ui_out_emit_tuple, gdb::byte_vector, bin2hex.
5395 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
5396 ui_out_emit_tuple.
5397 * breakpoint.c (print_it_watchpoint): Use ui_out_emit_tuple.
5398
dc9fe180
TT
53992017-09-09 Tom Tromey <tom@tromey.com>
5400
5401 * ui-out.h (make_cleanup_ui_out_table_begin_end): Remove.
5402 (class ui_out_emit_table): Update comment.
5403 * ui-out.c (do_cleanup_table_end)
5404 (make_cleanup_ui_out_table_begin_end): Remove.
5405 * spu-tdep.c (info_spu_mailbox_list): Use ui_out_emit_table.
5406 (info_spu_dma_cmdlist): Likewise.
5407 * probe.c (info_probes_for_ops): Use ui_out_emit_table.
5408 * darwin-nat-info.c (darwin_debug_regions_recurse): Use
5409 ui_out_emit_table.
5410
f8cc3da6
TT
54112017-09-09 Tom Tromey <tom@tromey.com>
5412
5413 * thread.c (print_thread_info_1): Use ui_out_emit_table,
5414 ui_out_emit_list, gdb::optional.
5415
481695ed
JB
54162017-09-09 John Baldwin <jhb@FreeBSD.org>
5417
5418 * aarch64-linux-nat.c: Remove _initialize_aarch64_linux_nat
5419 prototype.
5420 * aarch64-linux-tdep.c: Remove _initialize_aarch64_linux_tdep
5421 prototype.
5422 * aarch64-newlib-tdep.c: Remove _initialize_aarch64_newlib_tdep
5423 prototype.
5424 * aarch64-tdep.c: Remove _initialize_aarch64_tdep prototype.
5425 * ada-exp.y: Remove _initialize_ada_exp prototype.
5426 * ada-lang.c: Remove _initialize_ada_language prototype.
5427 * ada-tasks.c: Remove _initialize_tasks prototype.
5428 * addrmap.c: Remove _initialize_addrmap prototype.
5429 * agent.c: Remove _initialize_agent prototype.
5430 * aix-thread.c: Remove _initialize_aix_thread prototype.
5431 * alpha-bsd-nat.c: Remove _initialize_alphabsd_nat prototype.
5432 * alpha-linux-nat.c: Remove _initialize_alpha_linux_nat prototype.
5433 * alpha-linux-tdep.c: Remove _initialize_alpha_linux_tdep
5434 prototype.
5435 * alpha-nbsd-tdep.c: Remove _initialize_alphanbsd_tdep prototype.
5436 * alpha-obsd-tdep.c: Remove _initialize_alphaobsd_tdep prototype.
5437 * alpha-tdep.c: Remove _initialize_alpha_tdep prototype.
5438 * amd64-darwin-tdep.c: Remove _initialize_amd64_darwin_tdep
5439 prototype.
5440 * amd64-dicos-tdep.c: Remove _initialize_amd64_dicos_tdep
5441 prototype.
5442 * amd64-fbsd-nat.c: Remove _initialize_amd64fbsd_nat prototype.
5443 * amd64-fbsd-tdep.c: Remove _initialize_amd64fbsd_tdep prototype.
5444 * amd64-linux-nat.c: Remove _initialize_amd64_linux_nat prototype.
5445 * amd64-linux-tdep.c: Remove _initialize_amd64_linux_tdep
5446 prototype.
5447 * amd64-nbsd-nat.c: Remove _initialize_amd64nbsd_nat prototype.
5448 * amd64-nbsd-tdep.c: Remove _initialize_amd64nbsd_tdep prototype.
5449 * amd64-obsd-nat.c: Remove _initialize_amd64obsd_nat prototype.
5450 * amd64-obsd-tdep.c: Remove _initialize_amd64obsd_tdep prototype.
5451 * amd64-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
5452 * amd64-tdep.c: Remove _initialize_amd64_tdep prototype.
5453 * amd64-windows-nat.c: Remove _initialize_amd64_windows_nat
5454 prototype.
5455 * amd64-windows-tdep.c: Remove _initialize_amd64_windows_tdep
5456 prototype.
5457 * annotate.c: Remove _initialize_annotate prototype.
5458 * arc-newlib-tdep.c: Remove _initialize_arc_newlib_tdep prototype.
5459 * arc-tdep.c: Remove _initialize_arc_tdep prototype.
5460 * arch-utils.c: Remove _initialize_gdbarch_utils prototype.
5461 * arm-linux-nat.c: Remove _initialize_arm_linux_nat prototype.
5462 * arm-linux-tdep.c: Remove _initialize_arm_linux_tdep prototype.
5463 * arm-nbsd-tdep.c: Remove _initialize_arm_netbsd_tdep prototype.
5464 * arm-obsd-tdep.c: Remove _initialize_armobsd_tdep prototype.
5465 * arm-symbian-tdep.c: Remove _initialize_arm_symbian_tdep
5466 prototype.
5467 * arm-tdep.c: Remove _initialize_arm_tdep prototype.
5468 * arm-wince-tdep.c: Remove _initialize_arm_wince_tdep prototype.
5469 * auto-load.c: Remove _initialize_auto_load prototype.
5470 * auxv.c: Remove _initialize_auxv prototype.
5471 * avr-tdep.c: Remove _initialize_avr_tdep prototype.
5472 * ax-gdb.c: Remove _initialize_ax_gdb prototype.
5473 * bfin-linux-tdep.c: Remove _initialize_bfin_linux_tdep prototype.
5474 * bfin-tdep.c: Remove _initialize_bfin_tdep prototype.
5475 * break-catch-sig.c: Remove _initialize_break_catch_sig prototype.
5476 * break-catch-syscall.c: Remove _initialize_break_catch_syscall
5477 prototype.
5478 * break-catch-throw.c: Remove _initialize_break_catch_throw
5479 prototype.
5480 * breakpoint.c: Remove _initialize_breakpoint prototype.
5481 * bsd-uthread.c: Remove _initialize_bsd_uthread prototype.
5482 * btrace.c: Remove _initialize_btrace prototype.
5483 * charset.c: Remove _initialize_charset prototype.
5484 * cli/cli-cmds.c: Remove _initialize_cli_cmds prototype.
5485 * cli/cli-dump.c: Remove _initialize_cli_dump prototype.
5486 * cli/cli-interp.c: Remove _initialize_cli_interp prototype.
5487 * cli/cli-logging.c: Remove _initialize_cli_logging prototype.
5488 * cli/cli-script.c: Remove _initialize_cli_script prototype.
5489 * coff-pe-read.c: Remove _initialize_coff_pe_read prototype.
5490 * coffread.c: Remove _initialize_coffread prototype.
5491 * compile/compile.c: Remove _initialize_compile prototype.
5492 * complaints.c: Remove _initialize_complaints prototype.
5493 * completer.c: Remove _initialize_completer prototype.
5494 * copying.awk: Remove _initialize_copying prototype.
5495 * copying.c: Regenerate.
5496 * core-regset.c: Remove _initialize_core_regset prototype.
5497 * corefile.c: Remove _initialize_core prototype.
5498 * corelow.c: Remove _initialize_corelow prototype.
5499 * cp-abi.c: Remove _initialize_cp_abi prototype.
5500 * cp-namespace.c: Remove _initialize_cp_namespace prototype.
5501 * cp-support.c: Remove _initialize_cp_support prototype.
5502 * cp-valprint.c: Remove _initialize_cp_valprint prototype.
5503 * cris-linux-tdep.c: Remove _initialize_cris_linux_tdep prototype.
5504 * cris-tdep.c: Remove _initialize_cris_tdep prototype.
5505 * ctf.c: Remove _initialize_ctf prototype.
5506 * d-lang.c: Remove _initialize_d_language prototype.
5507 * darwin-nat-info.c: Remove _initialize_darwin_info_commands
5508 prototype.
5509 * darwin-nat.c: Remove _initialize_darwin_inferior prototype.
5510 * dbxread.c: Remove _initialize_dbxread prototype.
5511 * dcache.c: Remove _initialize_dcache prototype.
5512 * demangle.c: Remove _initialize_demangler prototype.
5513 * disasm-selftests.c: Remove _initialize_disasm_selftests
5514 prototype.
5515 * disasm.c: Remove _initialize_disasm prototype.
5516 * dtrace-probe.c: Remove _initialize_dtrace_probe prototype.
5517 * dummy-frame.c: Remove _initialize_dummy_frame prototype.
5518 * dwarf2-frame-tailcall.c: Remove _initialize_tailcall_frame
5519 prototype.
5520 * dwarf2-frame.c: Remove _initialize_dwarf2_frame prototype.
5521 * dwarf2expr.c: Remove _initialize_dwarf2expr prototype.
5522 * dwarf2loc.c: Remove _initialize_dwarf2loc prototype.
5523 * dwarf2read.c: Remove _initialize_dwarf2_read prototype.
5524 * elfread.c: Remove _initialize_elfread prototype.
5525 * exec.c: Remove _initialize_exec prototype.
5526 * extension.c: Remove _initialize_extension prototype.
5527 * f-lang.c: Remove _initialize_f_language prototype.
5528 * f-valprint.c: Remove _initialize_f_valprint prototype.
5529 * fbsd-nat.c: Remove _initialize_fbsd_nat prototype.
5530 * fbsd-tdep.c: Remove _initialize_fbsd_tdep prototype.
5531 * filesystem.c: Remove _initialize_filesystem prototype.
5532 * findcmd.c: Remove _initialize_mem_search prototype.
5533 * fork-child.c: Remove _initialize_fork_child prototype.
5534 * frame-base.c: Remove _initialize_frame_base prototype.
5535 * frame-unwind.c: Remove _initialize_frame_unwind prototype.
5536 * frame.c: Remove _initialize_frame prototype.
5537 * frv-linux-tdep.c: Remove _initialize_frv_linux_tdep prototype.
5538 * frv-tdep.c: Remove _initialize_frv_tdep prototype.
5539 * ft32-tdep.c: Remove _initialize_ft32_tdep prototype.
5540 * gcore.c: Remove _initialize_gcore prototype.
5541 * gdb_bfd.c: Remove _initialize_gdb_bfd prototype.
5542 * gdbarch.c: Regenerate.
5543 * gdbarch.sh: Remove _initialize_gdbarch prototype.
5544 * gdbtypes.c: Remove _initialize_gdbtypes prototype.
5545 * gnu-nat.c: Remove _initialize_gnu_nat prototype.
5546 * gnu-v2-abi.c: Remove _initialize_gnu_v2_abi prototype.
5547 * gnu-v3-abi.c: Remove _initialize_gnu_v3_abi prototype.
5548 * go-lang.c: Remove _initialize_go_language prototype.
5549 * go32-nat.c: Remove _initialize_go32_nat prototype.
5550 * guile/guile.c: Remove _initialize_guile prototype.
5551 * h8300-tdep.c: Remove _initialize_h8300_tdep prototype.
5552 * hppa-linux-nat.c: Remove _initialize_hppa_linux_nat prototype.
5553 * hppa-linux-tdep.c: Remove _initialize_hppa_linux_tdep prototype.
5554 * hppa-nbsd-nat.c: Remove _initialize_hppanbsd_nat prototype.
5555 * hppa-nbsd-tdep.c: Remove _initialize_hppanbsd_tdep prototype.
5556 * hppa-obsd-nat.c: Remove _initialize_hppaobsd_nat prototype.
5557 * hppa-obsd-tdep.c: Remove _initialize_hppaobsd_tdep prototype.
5558 * hppa-tdep.c: Remove _initialize_hppa_tdep prototype.
5559 * i386-bsd-nat.c: Remove _initialize_i386bsd_nat prototype.
5560 * i386-cygwin-tdep.c: Remove _initialize_i386_cygwin_tdep
5561 prototype.
5562 * i386-darwin-tdep.c: Remove _initialize_i386_darwin_tdep
5563 prototype.
5564 * i386-dicos-tdep.c: Remove _initialize_i386_dicos_tdep prototype.
5565 * i386-fbsd-nat.c: Remove _initialize_i386fbsd_nat prototype.
5566 * i386-fbsd-tdep.c: Remove _initialize_i386fbsd_tdep prototype.
5567 * i386-gnu-nat.c: Remove _initialize_i386gnu_nat prototype.
5568 * i386-gnu-tdep.c: Remove _initialize_i386gnu_tdep prototype.
5569 * i386-linux-nat.c: Remove _initialize_i386_linux_nat prototype.
5570 * i386-linux-tdep.c: Remove _initialize_i386_linux_tdep prototype.
5571 * i386-nbsd-nat.c: Remove _initialize_i386nbsd_nat prototype.
5572 * i386-nbsd-tdep.c: Remove _initialize_i386nbsd_tdep prototype.
5573 * i386-nto-tdep.c: Remove _initialize_i386nto_tdep prototype.
5574 * i386-obsd-nat.c: Remove _initialize_i386obsd_nat prototype.
5575 * i386-obsd-tdep.c: Remove _initialize_i386obsd_tdep prototype.
5576 * i386-sol2-nat.c: Remove _initialize_amd64_sol2_nat prototype.
5577 * i386-sol2-tdep.c: Remove _initialize_amd64_sol2_tdep prototype.
5578 * i386-tdep.c: Remove _initialize_i386_tdep prototype.
5579 * i386-windows-nat.c: Remove _initialize_i386_windows_nat
5580 prototype.
5581 * ia64-libunwind-tdep.c: Remove _initialize_libunwind_frame
5582 prototype.
5583 * ia64-linux-nat.c: Remove _initialize_ia64_linux_nat prototype.
5584 * ia64-linux-tdep.c: Remove _initialize_ia64_linux_tdep prototype.
5585 * ia64-tdep.c: Remove _initialize_ia64_tdep prototype.
5586 * ia64-vms-tdep.c: Remove _initialize_ia64_vms_tdep prototype.
5587 * infcall.c: Remove _initialize_infcall prototype.
5588 * infcmd.c: Remove _initialize_infcmd prototype.
5589 * inferior.c: Remove _initialize_inferiors prototype.
5590 * inflow.c: Remove _initialize_inflow prototype.
5591 * infrun.c: Remove _initialize_infrun prototype.
5592 * interps.c: Remove _initialize_interpreter prototype.
5593 * iq2000-tdep.c: Remove _initialize_iq2000_tdep prototype.
5594 * jit.c: Remove _initialize_jit prototype.
5595 * language.c: Remove _initialize_language prototype.
5596 * linux-fork.c: Remove _initialize_linux_fork prototype.
5597 * linux-nat.c: Remove _initialize_linux_nat prototype.
5598 * linux-tdep.c: Remove _initialize_linux_tdep prototype.
5599 * linux-thread-db.c: Remove _initialize_thread_db prototype.
5600 * lm32-tdep.c: Remove _initialize_lm32_tdep prototype.
5601 * m2-lang.c: Remove _initialize_m2_language prototype.
5602 * m32c-tdep.c: Remove _initialize_m32c_tdep prototype.
5603 * m32r-linux-nat.c: Remove _initialize_m32r_linux_nat prototype.
5604 * m32r-linux-tdep.c: Remove _initialize_m32r_linux_tdep prototype.
5605 * m32r-tdep.c: Remove _initialize_m32r_tdep prototype.
5606 * m68hc11-tdep.c: Remove _initialize_m68hc11_tdep prototype.
5607 * m68k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
5608 * m68k-bsd-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
5609 * m68k-linux-nat.c: Remove _initialize_m68k_linux_tdep prototype.
5610 * m68k-linux-tdep.c: Remove _initialize_m68k_linux_tdep prototype.
5611 * m68k-tdep.c: Remove _initialize_m68k_tdep prototype.
5612 * m88k-bsd-nat.c: Remove _initialize_m68kbsd_nat prototype.
5613 * m88k-tdep.c: Remove _initialize_m68kbsd_tdep prototype.
5614 * machoread.c: Remove _initialize_machoread prototype.
5615 * macrocmd.c: Remove _initialize_macrocmd prototype.
5616 * macroscope.c: Remove _initialize_macroscope prototype.
5617 * maint.c: Remove _initialize_maint_cmds prototype.
5618 * mdebugread.c: Remove _initialize_mdebugread prototype.
5619 * memattr.c: Remove _initialize_mem prototype.
5620 * mep-tdep.c: Remove _initialize_mep_tdep prototype.
5621 * mi/mi-cmd-env.c: Remove _initialize_mi_cmd_env prototype.
5622 * mi/mi-cmds.c: Remove _initialize_mi_cmds prototype.
5623 * mi/mi-interp.c: Remove _initialize_mi_interp prototype.
5624 * mi/mi-main.c: Remove _initialize_mi_main prototype.
5625 * microblaze-linux-tdep.c: Remove
5626 _initialize_microblaze_linux_tdep prototype.
5627 * microblaze-tdep.c: Remove _initialize_microblaze_tdep prototype.
5628 * mips-fbsd-nat.c: Remove _initialize_mips_fbsd_nat prototype.
5629 * mips-fbsd-tdep.c: Remove _initialize_mips_fbsd_tdep prototype.
5630 * mips-linux-nat.c: Remove _initialize_mips_linux_nat prototype.
5631 * mips-linux-tdep.c: Remove _initialize_mips_linux_tdep prototype.
5632 * mips-nbsd-nat.c: Remove _initialize_mipsnbsd_nat prototype.
5633 * mips-nbsd-tdep.c: Remove _initialize_mipsnbsd_tdep prototype.
5634 * mips-sde-tdep.c: Remove _initialize_mips_sde_tdep prototype.
5635 * mips-tdep.c: Remove _initialize_mips_tdep prototype.
5636 * mips64-obsd-nat.c: Remove _initialize_mips64obsd_nat prototype.
5637 * mips64-obsd-tdep.c: Remove _initialize_mips64obsd_tdep
5638 prototype.
5639 * mipsread.c: Remove _initialize_mipsread prototype.
5640 * mn10300-linux-tdep.c: Remove _initialize_mn10300_linux_tdep
5641 prototype.
5642 * mn10300-tdep.c: Remove _initialize_mn10300_tdep prototype.
5643 * moxie-tdep.c: Remove _initialize_moxie_tdep prototype.
5644 * msp430-tdep.c: Remove _initialize_msp430_tdep prototype.
5645 * mt-tdep.c: Remove _initialize_mt_tdep prototype.
5646 * nds32-tdep.c: Remove _initialize_nds32_tdep prototype.
5647 * nios2-linux-tdep.c: Remove _initialize_nios2_linux_tdep
5648 prototype.
5649 * nios2-tdep.c: Remove _initialize_nios2_tdep prototype.
5650 * nto-procfs.c: Remove _initialize_procfs prototype.
5651 * nto-tdep.c: Remove _initialize_nto_tdep prototype.
5652 * objc-lang.c: Remove _initialize_objc_language prototype.
5653 * objfiles.c: Remove _initialize_objfiles prototype.
5654 * observer.c: Remove observer_test_first_notification_function,
5655 observer_test_second_notification_function,
5656 observer_test_third_notification_function, and
5657 _initialize_observer prototypes.
5658 * opencl-lang.c: Remove _initialize_opencl_language prototypes.
5659 * osabi.c: Remove _initialize_gdb_osabi prototype.
5660 * osdata.c: Remove _initialize_osdata prototype.
5661 * p-valprint.c: Remove _initialize_pascal_valprint prototype.
5662 * parse.c: Remove _initialize_parse prototype.
5663 * ppc-fbsd-nat.c: Remove _initialize_ppcfbsd_nat prototype.
5664 * ppc-fbsd-tdep.c: Remove _initialize_ppcfbsd_tdep prototype.
5665 * ppc-linux-nat.c: Remove _initialize_ppc_linux_nat prototype.
5666 * ppc-linux-tdep.c: Remove _initialize_ppc_linux_tdep prototype.
5667 * ppc-nbsd-nat.c: Remove _initialize_ppcnbsd_nat prototype.
5668 * ppc-nbsd-tdep.c: Remove _initialize_ppcnbsd_tdep prototype.
5669 * ppc-obsd-nat.c: Remove _initialize_ppcobsd_nat prototype.
5670 * ppc-obsd-tdep.c: Remove _initialize_ppcobsd_tdep prototype.
5671 * printcmd.c: Remove _initialize_printcmd prototype.
5672 * probe.c: Remove _initialize_probe prototype.
5673 * proc-api.c: Remove _initialize_proc_api prototype.
5674 * proc-events.c: Remove _initialize_proc_events prototype.
5675 * proc-service.c: Remove _initialize_proc_service prototype.
5676 * procfs.c: Remove _initialize_procfs prototype.
5677 * psymtab.c: Remove _initialize_psymtab prototype.
5678 * python/python.c: Remove _initialize_python prototype.
5679 * ravenscar-thread.c: Remove _initialize_ravenscar prototype.
5680 * record-btrace.c: Remove _initialize_record_btrace prototype.
5681 * record-full.c: Remove _initialize_record_full prototype.
5682 * record.c: Remove _initialize_record prototype.
5683 * regcache.c: Remove _initialize_regcache prototype.
5684 * reggroups.c: Remove _initialize_reggroup prototype.
5685 * remote-notif.c: Remove _initialize_notif prototype.
5686 * remote-sim.c: Remove _initialize_remote_sim prototype.
5687 * remote.c: Remove _initialize_remote prototype.
5688 * reverse.c: Remove _initialize_reverse prototype.
5689 * rl78-tdep.c: Remove _initialize_rl78_tdep prototype.
5690 * rs6000-aix-tdep.c: Remove _initialize_rs6000_aix_tdep prototype.
5691 * rs6000-lynx178-tdep.c: Remove _initialize_rs6000_lynx178_tdep
5692 prototype.
5693 * rs6000-nat.c: Remove _initialize_rs6000_nat prototype.
5694 * rs6000-tdep.c: Remove _initialize_rs6000_tdep prototype.
5695 * rust-exp.y: Remove _initialize_rust_exp prototype.
5696 * rx-tdep.c: Remove _initialize_rx_tdep prototype.
5697 * s390-linux-nat.c: Remove _initialize_s390_nat prototype.
5698 * s390-linux-tdep.c: Remove _initialize_s390_tdep prototype.
5699 * score-tdep.c: Remove _initialize_score_tdep prototype.
5700 * selftest-arch.c: Remove _initialize_selftests_foreach_arch
5701 prototype.
5702 * ser-go32.c: Remove _initialize_ser_dos prototype.
5703 * ser-mingw.c: Remove _initialize_ser_windows prototype.
5704 * ser-pipe.c: Remove _initialize_ser_pipe prototype.
5705 * ser-tcp.c: Remove _initialize_ser_tcp prototype.
5706 * ser-unix.c: Remove _initialize_ser_hardwire prototype.
5707 * serial.c: Remove _initialize_serial prototype.
5708 * sh-linux-tdep.c: Remove _initialize_sh_linux_tdep prototype.
5709 * sh-nbsd-nat.c: Remove _initialize_shnbsd_nat prototype.
5710 * sh-nbsd-tdep.c: Remove _initialize_shnbsd_tdep prototype.
5711 * sh-tdep.c: Remove _initialize_sh_tdep prototype.
5712 * skip.c: Remove _initialize_step_skip prototype.
5713 * sol-thread.c: Remove _initialize_sol_thread prototype.
5714 * solib-aix.c: Remove _initialize_solib_aix prototype.
5715 * solib-darwin.c: Remove _initialize_darwin_solib prototype.
5716 * solib-dsbt.c: Remove _initialize_dsbt_solib prototype.
5717 * solib-frv.c: Remove _initialize_frv_solib prototype.
5718 * solib-spu.c: Remove _initialize_spu_solib prototype.
5719 * solib-svr4.c: Remove _initialize_svr4_solib prototype.
5720 * solib-target.c: Remove _initialize_solib_target prototype.
5721 * solib.c: Remove _initialize_solib prototype.
5722 * source.c: Remove _initialize_source prototype.
5723 * sparc-linux-nat.c: Remove _initialize_sparc_linux_nat prototype.
5724 * sparc-linux-tdep.c: Remove _initialize_sparc_linux_tdep
5725 prototype.
5726 * sparc-nat.c: Remove _initialize_sparc_nat prototype.
5727 * sparc-nbsd-nat.c: Remove _initialize_sparcnbsd_nat prototype.
5728 * sparc-nbsd-tdep.c: Remove _initialize_sparcnbsd_tdep prototype.
5729 * sparc-obsd-tdep.c: Remove _initialize_sparc32obsd_tdep
5730 prototype.
5731 * sparc-sol2-nat.c: Remove _initialize_sparc_sol2_nat prototype.
5732 * sparc-sol2-tdep.c: Remove _initialize_sparc_sol2_tdep prototype.
5733 * sparc-tdep.c: Remove _initialize_sparc_tdep prototype.
5734 * sparc64-fbsd-nat.c: Remove _initialize_sparc64fbsd_nat
5735 prototype.
5736 * sparc64-fbsd-tdep.c: Remove _initialize_sparc64fbsd_tdep
5737 prototype.
5738 * sparc64-linux-nat.c: Remove _initialize_sparc64_linux_nat
5739 prototype.
5740 * sparc64-linux-tdep.c: Remove _initialize_sparc64_linux_tdep
5741 prototype.
5742 * sparc64-nat.c: Remove _initialize_sparc64_nat prototype.
5743 * sparc64-nbsd-nat.c: Remove _initialize_sparc64nbsd_nat
5744 prototype.
5745 * sparc64-nbsd-tdep.c: Remove _initialize_sparc64nbsd_tdep
5746 prototype.
5747 * sparc64-obsd-nat.c: Remove _initialize_sparc64obsd_nat
5748 prototype.
5749 * sparc64-obsd-tdep.c: Remove _initialize_sparc64obsd_tdep
5750 prototype.
5751 * sparc64-sol2-tdep.c: Remove _initialize_sparc64_sol2_tdep
5752 prototype.
5753 * spu-linux-nat.c: Remove _initialize_spu_nat prototype.
5754 * spu-multiarch.c: Remove _initialize_spu_multiarch prototype.
5755 * spu-tdep.c: Remove _initialize_spu_tdep prototype.
5756 * stabsread.c: Remove _initialize_stabsread prototype.
5757 * stack.c: Remove _initialize_stack prototype.
5758 * stap-probe.c: Remove _initialize_stap_probe prototype.
5759 * std-regs.c: Remove _initialize_frame_reg prototype.
5760 * symfile-debug.c: Remove _initialize_symfile_debug prototype.
5761 * symfile-mem.c: Remove _initialize_symfile_mem prototype.
5762 * symfile.c: Remove _initialize_symfile prototype.
5763 * symmisc.c: Remove _initialize_symmisc prototype.
5764 * symtab.c: Remove _initialize_symtab prototype.
5765 * target-dcache.c: Remove _initialize_target_dcache prototype.
5766 * target-descriptions.c: Remove _initialize_target_descriptions
5767 prototype.
5768 * thread.c: Remove _initialize_thread prototype.
5769 * tic6x-linux-tdep.c: Remove _initialize_tic6x_linux_tdep
5770 prototype.
5771 * tic6x-tdep.c: Remove _initialize_tic6x_tdep prototype.
5772 * tilegx-linux-nat.c: Remove _initialize_tile_linux_nat prototype.
5773 * tilegx-linux-tdep.c: Remove _initialize_tilegx_linux_tdep
5774 prototype.
5775 * tilegx-tdep.c: Remove _initialize_tilegx_tdep prototype.
5776 * tracefile-tfile.c: Remove _initialize_tracefile_tfile prototype.
5777 * tracefile.c: Remove _initialize_tracefile prototype.
5778 * tracepoint.c: Remove _initialize_tracepoint prototype.
5779 * tui/tui-hooks.c: Remove _initialize_tui_hooks prototype.
5780 * tui/tui-interp.c: Remove _initialize_tui_interp prototype.
5781 * tui/tui-layout.c: Remove _initialize_tui_layout prototype.
5782 * tui/tui-regs.c: Remove _initialize_tui_regs prototype.
5783 * tui/tui-stack.c: Remove _initialize_tui_stack prototype.
5784 * tui/tui-win.c: Remove _initialize_tui_win prototype.
5785 * tui/tui.c: Remove _initialize_tui prototype.
5786 * typeprint.c: Remove _initialize_typeprint prototype.
5787 * user-regs.c: Remove _initialize_user_regs prototype.
5788 * utils.c: Remove _initialize_utils prototype.
5789 * v850-tdep.c: Remove _initialize_v850_tdep prototype.
5790 * valarith.c: Remove _initialize_valarith prototype.
5791 * valops.c: Remove _initialize_valops prototype.
5792 * valprint.c: Remove _initialize_valprint prototype.
5793 * value.c: Remove _initialize_values prototype.
5794 * varobj.c: Remove _initialize_varobj prototype.
5795 * vax-bsd-nat.c: Remove _initialize_vaxbsd_nat prototype.
5796 * vax-nbsd-tdep.c: Remove _initialize_vaxnbsd_tdep prototype.
5797 * vax-tdep.c: Remove _initialize_vax_tdep prototype.
5798 * windows-nat.c: Remove _initialize_windows_nat,
5799 _initialize_check_for_gdb_ini, and _initialize_loadable
5800 prototypes.
5801 * windows-tdep.c: Remove _initialize_windows_tdep prototype.
5802 * xcoffread.c: Remove _initialize_xcoffread prototype.
5803 * xml-support.c: Remove _initialize_xml_support prototype.
5804 * xstormy16-tdep.c: Remove _initialize_xstormy16_tdep prototype.
5805 * xtensa-linux-nat.c: Remove _initialize_xtensa_linux_nat
5806 prototype.
5807 * xtensa-linux-tdep.c: Remove _initialize_xtensa_linux_tdep
5808 prototype.
5809 * xtensa-tdep.c: Remove _initialize_xtensa_tdep prototype.
5810
a611b5cb
KS
58112017-09-08 Keith Seitz <keiths@redhat.com>
5812
5813 * dwarf2read.c (struct field_info) <fnfields>: Remove unused
5814 field.
5815
469412dd
CW
58162017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
5817
5818 * f-valprint.c (f_val_print): Remove check for one byte
5819 sized integers. Remove printing of character type.
5820
a5ad232b
FP
58212017-09-08 Frank Penczek <frank.penczek@intel.com>
5822 Christoph Weinmann <christoph.t.weinmann@intel.com>
5823 Bernhard Heckel <bernhard.heckel@intel.com>
5824
5825 * f-typeprint.c (f_type_print_base): Use fprintfi_filtered
5826 to maintain proper indentation when printing pointers/refs.
5827
e5014227
JB
58282017-09-07 Joel Brobecker <brobecker@adacore.com>
5829
5830 GDB 8.0.1 released.
5831
63c99141
JB
58322017-09-07 Joel Brobecker <brobecker@adacore.com>
5833
5834 * NEWS (Changes in GDB 7.11): Remove entry for QStartupWithShell.
5835
69c1e056
TT
58362017-09-05 Tom Tromey <tom@tromey.com>
5837
5838 * parse.c (funcall_chain): Now a std::vector.
5839 (start_arglist, end_arglist): Simplify.
5840 (free_funcalls): Remove.
5841 (parse_exp_in_context_1): Remove cleanup.
5842
fef704bf
TT
58432017-09-05 Tom Tromey <tom@tromey.com>
5844
5845 * go-exp.y (go_parse): Don't create a cleanup.
5846
5613c585
TT
58472017-09-05 Tom Tromey <tom@tromey.com>
5848
5849 * d-exp.y (PrimaryExpression): Use std::string.
5850 (d_parse): Don't create a cleanup.
5851
eae49211
TT
58522017-09-05 Tom Tromey <tom@tromey.com>
5853
5854 * utils.c (do_clear_parser_state): Remove.
5855 (make_cleanup_clear_parser_state): Remove.
5856 * p-exp.y (pascal_parse): Use scoped_restore.
5857 * m2-exp.y (m2_parse): Use scoped_restore.
5858 * f-exp.y (f_parse): Use scoped_restore.
5859 * d-exp.y (d_parse): Use scoped_restore.
5860 * c-exp.y (c_parse): Use scoped_restore.
5861 * ada-exp.y (ada_parse): Use scoped_restore.
5862 * utils.h (make_cleanup_clear_parser_state): Remove.
5863
73b9be8b
KS
58642017-09-06 Keith Seitz <keiths@redhat.com>
5865
5866 * dwarf2read.c (dw2_linkage_name_attr): New function.
5867 (dw2_linkage_name): New function.
5868 (dwarf2_compute_name, dwarf2_physname, read_call_site_scope)
5869 (guess_full_die_structure_name, dwarf2_name): Use dw2_linkage_name.
5870 (anonymous_struct_prefix, dwarf2_name): Use dw2_linkage_name_attr.
5871
a102602b
KR
58722017-09-06 Kamil Rytarowski <n54@gmx.com>
5873
5874 * config/djgpp/djconfig.sh: Correct shell portability issue.
5875
28ad437d
KR
58762017-09-06 Kamil Rytarowski <n54@gmx.com>
5877
5878 * configure.nat: Define HAVE_NATIVE_GCORE_HOST on NetBSD.
5879
351787dd
JB
58802017-09-06 John Baldwin <jhb@FreeBSD.org>
5881
5882 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
5883 * NEWS: Mention new FreeBSD/mips native configuration.
5884 * configure.host: Add aarch64*-*-freebsd*.
5885 * configure.nat: Likewise.
5886 * aarch64-fbsd-nat.c: New file.
5887
c0f84956
JB
58882017-09-06 John Baldwin <jhb@FreeBSD.org>
5889
5890 * Makefile.in (ALL_64_TARGET_OBS): Add aarch64-fbsd-tdep.o.
5891 (ALLDEPFILES): Add aarch64-fbsd-tdep.c.
5892 * NEWS: Mention new FreeBSD/aarch64 target.
5893 * configure.tgt: Add aarch64*-*-freebsd*.
5894 * aarch64-fbsd-tdep.c: New file.
5895 * aarch64-fbsd-tdep.h: New file.
5896
7610297a
KR
58972017-09-06 Kamil Rytarowski <n54@gmx.com>
5898
5899 * MAINTAINERS (Write After Approval): Add Kamil Rytarowski.
5900
fbd1b771
JK
59012017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5902
5903 * parse.c (find_minsym_type_and_address): Don't relocate addresses
5904 of TLS symbols.
5905
5ca79eae
PW
59062017-09-05 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5907
5908 * objfiles.c (get_objfile_bfd_data): Remove useless obstack_init
5909 call.
5910
bf93d7ba
SM
59112017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5912
5913 * infrun.c (follow_exec): Call add_thread after
5914 target_find_description.
5915
1bb7c059
SM
59162017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * infrun.c (handle_inferior_event_1): When exec'ing, read
5919 stop_pc after follow_exec.
5920
fc809827
SM
59212017-09-05 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * remote.c (process_g_packet): Update error message.
5924
d2fcdd85
YQ
59252017-09-05 Yao Qi <yao.qi@linaro.org>
5926
5927 * configure.tgt (gdb_target_obs): Add i386.o for x86_64-*
5928 targets.
5929
e69570ee
PA
59302017-09-05 Pedro Alves <palves@redhat.com>
5931
5932 * eval.c (eval_call, evaluate_funcall): New functions, factored
5933 out from ...
5934 (evaluate_subexp_standard): ... this.
5935
22916b07
YQ
59362017-09-05 Yao Qi <yao.qi@linaro.org>
5937
5938 * amd64-tdep.c (amd64_target_description): Create target
5939 descriptions.
5940 (_initialize_amd64_tdep): Don't call functions
5941 initialize_tdesc_amd64_*. Add self tests.
5942 * arch/amd64.c (amd64_create_target_description): Add parameter
5943 is_linux. Call set_tdesc_osabi if is_linux is true.
5944 * arch/amd64.h (amd64_create_target_description): Update the
5945 declaration.
5946 * arch/i386.c (i386_create_target_description): Add parameter
5947 is_linux. Call set_tdesc_osabi if is_linux is true.
5948 * arch/i386.h (i386_create_target_description): Update
5949 declaration.
5950 * configure.tgt: Add i386.o to gdb_target_obs.
5951 * features/Makefile (XMLTOC): Remove i386/*.xml.
5952 * features/i386/amd64-avx-avx512.c: Remove.
5953 * features/i386/amd64-avx-mpx-avx512-pku.c: Remove.
5954 * features/i386/amd64-avx-mpx.c: Remove.
5955 * features/i386/amd64-avx.c: Remove.
5956 * features/i386/amd64-mpx.c: Remove.
5957 * features/i386/amd64.c: Remove.
5958 * features/i386/i386-avx-avx512.c: Remove.
5959 * features/i386/i386-avx-mpx-avx512-pku.c: Remove.
5960 * features/i386/i386-avx-mpx.c: Remove.
5961 * features/i386/i386-avx.c: Remove.
5962 * features/i386/i386-mmx.c: Remove.
5963 * features/i386/i386-mpx.c: Remove.
5964 * features/i386/i386.c: Remove.
5965 * i386-tdep.c: Don't include features/i386/i386*.c., include
5966 target-descriptions.h and arch/i386.h.
5967 (i386_target_description): Create target descriptions.
5968 (i386_gdbarch_init): Don't call initialize_tdesc_i386_*
5969 functions. Do self tests.
5970
0854b7b1
YQ
59712017-09-05 Yao Qi <yao.qi@linaro.org>
5972
5973 * features/Makefile (XMLTOC): Remove i386/amd64XXX-linux.xml.
5974 * features/i386/amd64-avx-avx512-linux.c: Removed.
5975 * features/i386/amd64-avx-linux.c: Removed.
5976 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Removed.
5977 * features/i386/amd64-avx-mpx-linux.c: Removed.
5978 * features/i386/amd64-linux.c: Removed.
5979 * features/i386/amd64-mpx-linux.c: Removed.
5980 * features/i386/x32-avx-avx512-linux.c: Removed.
5981 * features/i386/x32-avx-linux.c: Removed.
5982 * features/i386/x32-linux.c: Removed.
5983
b4570e4b
YQ
59842017-09-05 Yao Qi <yao.qi@linaro.org>
5985
5986 * amd64-linux-tdep.c: Include arch/amd64.h. Don't include
5987 features/i386/*.c.
5988 (amd64_linux_read_description): Call
5989 amd64_create_target_description.
5990 * arch/amd64.c: New file.
5991 * arch/amd64.h: New file.
5992 * configure.tgt (x86_64-*-linux*): Append amd64.o.
5993 * Makefile.in (ALL_64_TARGET_OBS): Append amd64.o.
5994
6c73f67f
YQ
59952017-09-05 Yao Qi <yao.qi@linaro.org>
5996
5997 * amd64-linux-tdep.c: Don't include amd64-XXX-linux and
5998 x32-XXX-linux.c. Include 64bit-XX.c and x32-XX.c.
5999 (amd64_linux_read_description): Create target descriptions.
6000 (_initialize_amd64_linux_tdep): Don't call initialize_tdesc_XXX
6001 functions. Add unit tests.
6002 * features/Makefile (FEATURE_XMLFILES): Append 64bit-XXX.xml and
6003 x32-core.xml.
6004 * features/i386/64bit-avx.c: Generated.
6005 * features/i386/64bit-avx512.c: Generated.
6006 * features/i386/64bit-core.c: Generated.
6007 * features/i386/64bit-linux.c: Generated.
6008 * features/i386/64bit-mpx.c: Generated.
6009 * features/i386/64bit-pkeys.c: Generated.
6010 * features/i386/64bit-segments.c: Generated.
6011 * features/i386/64bit-sse.c: Generated.
6012 * features/i386/x32-core.c: Generated.
6013 * target-descriptions.c (maint_print_c_tdesc_cmd): Print feature
6014 c files for amd64-linux and x32-linux.
6015
9d3d478b
YQ
60162017-09-05 Yao Qi <yao.qi@linaro.org>
6017
6018 * amd64-linux-tdep.c (amd64_linux_read_description): New
6019 function.
6020 (amd64_linux_core_read_description): Call
6021 amd64_linux_read_description.
6022 (amd64_linux_init_abi): Likewise.
6023 (amd64_x32_linux_init_abi): Likewise.
6024 * amd64-linux-tdep.h (amd64_linux_read_description): Declare.
6025 * x86-linux-nat.c (x86_linux_read_description): Call
6026 amd64_linux_read_description.
6027
b9f1d50f
YQ
60282017-09-05 Yao Qi <yao.qi@linaro.org>
6029
6030 * amd64-linux-tdep.c (amd64_linux_core_read_description): Update
6031 comments.
6032
188c9e6d
YQ
60332017-09-05 Yao Qi <yao.qi@linaro.org>
6034
6035 * features/Makefile (XMLTOC): Remove i386/i386-XX-linux.xml.
6036 * features/i386/i386-avx-avx512-linux.c: Remove.
6037 * features/i386/i386-avx-linux.c: Remove.
6038 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Remove.
6039 * features/i386/i386-avx-mpx-linux.c: Remove.
6040 * features/i386/i386-linux.c: Remove.
6041 * features/i386/i386-mmx-linux.c: Remove.
6042 * features/i386/i386-mpx-linux.c: Remove.
6043
5f035c07
YQ
60442017-09-05 Yao Qi <yao.qi@linaro.org>
6045
6046 * Makefile.in (ALL_TARGET_OBS): Add i386.o.
6047 (SFILES): Add arch/i386.c.
6048 (HFILES_NO_SRCDIR): Add arch/i386.h.
6049 * arch/i386.c: New file.
6050 * arch/i386.h: New file.
6051 * arch/tdesc.h (allocate_target_description): Declare.
6052 (set_tdesc_architecture): Declare.
6053 (set_tdesc_osabi): Declare.
6054 * configure.tgt (i[34567]86-*-linux*): Add i386.o.
6055 * i386-linux-tdep.c: Don't include ../features/i386/32bit-XXX.c.
6056 include arch/i386.h.
6057 (i386_linux_read_description): Remove code and call
6058 i386_create_target_description.
6059 (set_tdesc_architecture): New function.
6060 (set_tdesc_osabi): New function.
6061 * target-descriptions.h (allocate_target_description): Remove.
6062
0abe8a89
YQ
60632017-09-05 Yao Qi <yao.qi@linaro.org>
6064
6065 * arch/tdesc.h (tdesc_create_feature): Add an argument xml.
6066 * target-descriptions.c (tdesc_create_feature): Likewise, and
6067 adjust code.
6068 * features/i386/32bit-avx.c: Re-generated.
6069 * features/i386/32bit-avx512.c: Re-generated.
6070 * features/i386/32bit-core.c: Re-generated.
6071 * features/i386/32bit-linux.c: Re-generated.
6072 * features/i386/32bit-mpx.c: Re-generated.
6073 * features/i386/32bit-pkeys.c: Re-generated.
6074 * features/i386/32bit-sse.c: Re-generated.
6075
0a188386
YQ
60762017-09-05 Yao Qi <yao.qi@linaro.org>
6077
6078 * regformats/regdef.h (struct reg): Override operator == and !=.
6079
f49ff000
YQ
60802017-09-05 Yao Qi <yao.qi@linaro.org>
6081
6082 * arch/tdesc.h: New file.
6083 * regformats/regdat.sh: Generate code using tdesc_create_reg.
6084 * target-descriptions.c: Update comments.
6085 * target-descriptions.h: Include "arch/tdesc.h". Remove the
6086 declarations.
6087 * features/i386/32bit-avx.c: Re-generated.
6088 * features/i386/32bit-avx512.c: Re-generated.
6089 * features/i386/32bit-core.c: Re-generated.
6090 * features/i386/32bit-linux.c: Re-generated.
6091 * features/i386/32bit-mpx.c: Re-generated.
6092 * features/i386/32bit-pkeys.c: Re-generated.
6093 * features/i386/32bit-sse.c: Re-generated.
6094
f7000548
YQ
60952017-09-05 Yao Qi <yao.qi@linaro.org>
6096
6097 * regformats/regdat.sh: Update generated code.
6098
c9a5e2a5
YQ
60992017-09-05 Yao Qi <yao.qi@linaro.org>
6100
6101 * regformats/regdat.sh: Adjust code order.
6102
d6b687ac
SM
61032017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6104
6105 * expprint.c (dump_subexp_body_standard): Use constant format
6106 string in fprintf_filtered call.
6107
a379bfd0
JB
61082017-09-04 John Baldwin <jhb@FreeBSD.org>
6109
6110 * configure.nat: Add "x86-nat.o x86-dregs.o" for NetBSD/amd64 and
6111 NetBSD/i386.
6112 * x86-bsd-nat.c [!DBREG_DRX && __NetBSD__]: Define DBREG_DRX.
6113
f7efc967
JB
61142017-09-04 John Baldwin <jhb@FreeBSD.org>
6115
6116 * bsd-kvm.o: Make <sys/user.h> conditional on HAVE_SYS_USER_H.
6117
c49fbc6c
JB
61182017-09-04 John Baldwin <jhb@FreeBSD.org>
6119
6120 * bsd-kvm.o: Define _KMEMUSER.
6121 * configure.ac: Define _KMEMUSER when checking for "struct lwp".
6122 * configure: Regenerate.
6123
26562e73
JB
61242017-09-04 John Baldwin <jhb@FreeBSD.org>
6125
6126 * amd64-fbsd-nat.c: Add include of "x86-xstate.h".
6127 * i386-fbsd-nat.c: Likewise.
6128
31cf1487
JB
61292017-09-04 John Baldwin <jhb@FreeBSD.org>
6130
6131 * unittests/array-view-selftests.c: Add include of <array>.
6132
5b9f8a7c
JB
61332017-09-04 John Baldwin <jhb@FreeBSD.org>
6134
6135 * spu-tdep.c (flush_ea_cache): Add missing argument to
6136 call_function_by_hand.
6137
d69cf9b2
PA
61382017-09-04 Pedro Alves <palves@redhat.com>
6139
6140 * NEWS (Safer support for debugging with no debug info): New.
6141
3693fdb3
PA
61422017-09-04 Pedro Alves <palves@redhat.com>
6143
6144 * c-exp.y (function_method, function_method_void): Add current
6145 instance flags to TYPE_INSTANCE.
6146 * dwarf2read.c (check_modifier): New.
6147 (compute_delayed_physnames): Assert that only C++ adds delayed
6148 physnames. Mark fn_fields as const/volatile depending on
6149 physname.
6150 * eval.c (make_params): New type_instance_flags parameter. Use
6151 it as the new type's instance flags.
6152 (evaluate_subexp_standard) <TYPE_INSTANCE>: Extract the instance
6153 flags element and pass it to make_params.
6154 * expprint.c (print_subexp_standard) <TYPE_INSTANCE>: Handle
6155 instance flags element.
6156 (dump_subexp_body_standard) <TYPE_INSTANCE>: Likewise.
6157 * gdbtypes.h: Include "enum-flags.h".
6158 (type_instance_flags): New enum-flags type.
6159 (TYPE_CONST, TYPE_VOLATILE, TYPE_RESTRICT, TYPE_ATOMIC)
6160 (TYPE_CODE_SPACE, TYPE_DATA_SPACE): Return boolean.
6161 * parse.c (operator_length_standard) <TYPE_INSTANCE>: Adjust.
6162 (follow_type_instance_flags): New function.
6163 (operator_check_standard) <TYPE_INSTANCE>: Adjust.
6164 * parser-defs.h (follow_type_instance_flags): Declare.
6165 * valops.c (value_struct_elt_for_reference): const/volatile must
6166 match too.
6167
e68cb8e0
PA
61682017-09-04 Pedro Alves <palves@redhat.com>
6169
6170 * cp-namespace.c (cp_search_static_and_baseclasses): Handle
6171 function/method scopes; lookup the nested name as a function local
6172 static variable.
6173
858be34c
PA
61742017-09-04 Pedro Alves <palves@redhat.com>
6175
6176 (%type <voidval>): Add function_method.
6177 * c-exp.y (exp): New production for calls with no arguments.
6178 (function_method, function_method_void_or_typelist): New
6179 productions.
6180 (exp): New production for "method()::static_var".
6181 * eval.c (evaluate_subexp_standard): Handle OP_FUNC_STATIC_VAR.
6182 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
6183 Handle OP_FUNC_STATIC_VAR.
6184 * parse.c (operator_length_standard):
6185 Handle OP_FUNC_STATIC_VAR.
6186
dd5901a6
PA
61872017-09-04 Pedro Alves <palves@redhat.com>
6188
6189 * eval.c (evaluate_subexp_standard): Remove UNOP_MEMVAL_TLS
6190 handling.
6191 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
6192 Ditto.
6193 * parse.c (operator_length_standard, operator_check_standard):
6194 Ditto.
6195 * std-operator.def (UNOP_MEMVAL_TLS): Delete.
6196
46a4882b
PA
61972017-09-04 Pedro Alves <palves@redhat.com>
6198
6199 * ax-gdb.c: Include "typeprint.h".
6200 (gen_expr_for_cast): New function.
6201 (gen_expr) <OP_CAST, OP_CAST_TYPE>: Use it.
6202 <OP_VAR_VALUE, OP_MSYM_VAR_VALUE>: Error out if the variable's
6203 type is unknown.
6204 * dwarf2read.c (new_symbol_full): Fallback to int instead of
6205 nodebug_data_symbol.
6206 * eval.c: Include "typeprint.h".
6207 (evaluate_subexp_standard) <OP_VAR_VALUE, OP_VAR_MSYM_VALUE>:
6208 Error out if symbol has unknown type.
6209 <UNOP_CAST, UNOP_CAST_TYPE>: Common bits factored out to
6210 evaluate_subexp_for_cast.
6211 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof): Handle
6212 OP_VAR_MSYM_VALUE.
6213 (evaluate_subexp_for_cast): New function.
6214 * gdbtypes.c (init_nodebug_var_type): New function.
6215 (objfile_type): Use it to initialize types of variables with no
6216 debug info.
6217 * typeprint.c (error_unknown_type): New.
6218 * typeprint.h (error_unknown_type): New declaration.
6219 * compile/compile-c-types.c (convert_type_basic): Handle
6220 TYPE_CODE_ERROR; warn and fallback to int for variables with
6221 unknown type.
6222
fe13dfec
PA
62232017-09-04 Pedro Alves <palves@redhat.com>
6224
6225 * eval.c (evaluate_var_value): New function, factored out from ...
6226 (evaluate_subexp_standard): ... here.
6227
d008ee21
PA
62282017-09-04 Pedro Alves <palves@redhat.com>
6229
6230 * eval.c (evaluate_subexp_standard) <UNOP_COMPLEMENT, UNOP_ADDR>:
6231 Remove useless assignments to 'op'.
6232
827d0c51
PA
62332017-09-04 Pedro Alves <palves@redhat.com>
6234
6235 * eval.c (eval_skip_value): New function.
6236 (evaluate_subexp_standard): Use it.
6237
2c5a2be1
PA
62382017-09-04 Pedro Alves <palves@redhat.com>
6239
6240 * eval.c (evaluate_subexp_standard): <OP_FUNCALL>: Extract
6241 function name from symbol/minsym and pass it to
6242 error_call_unknown_return_type.
6243
74ea4be4
PA
62442017-09-04 Pedro Alves <palves@redhat.com>
6245
6246 * ada-lang.c (resolve_subexp): Handle OP_VAR_MSYM_VALUE.
6247 * ax-gdb.c (gen_msym_var_ref): New function.
6248 (gen_expr): Handle OP_VAR_MSYM_VALUE.
6249 * eval.c (evaluate_var_msym_value): New function.
6250 * eval.c (evaluate_subexp_standard): Handle OP_VAR_MSYM_VALUE.
6251 <OP_FUNCALL>: Extract function name from symbol/minsym and pass it
6252 to call_function_by_hand.
6253 * expprint.c (print_subexp_standard, dump_subexp_body_standard):
6254 Handle OP_VAR_MSYM_VALUE.
6255 (union exp_element) <msymbol>: New field.
6256 * minsyms.h (struct type): Forward declare.
6257 (find_minsym_type_and_address): Declare.
6258 * parse.c (write_exp_elt_msym): New function.
6259 (write_exp_msymbol): Delete, refactored as ...
6260 (find_minsym_type_and_address): ... this new function.
6261 (write_exp_msymbol): Reimplement using OP_VAR_MSYM_VALUE.
6262 (operator_length_standard, operator_check_standard): Handle
6263 OP_VAR_MSYM_VALUE.
6264 * std-operator.def (OP_VAR_MSYM_VALUE): New.
6265
7022349d
PA
62662017-09-04 Pedro Alves <palves@redhat.com>
6267
6268 * ada-lang.c (ada_evaluate_subexp) <TYPE_CODE_FUNC>: Don't handle
6269 TYPE_GNU_IFUNC specially here. Throw error if return type is
6270 unknown.
6271 * ada-typeprint.c (print_func_type): Handle functions with unknown
6272 return type.
6273 * c-typeprint.c (c_type_print_base): Handle functions and methods
6274 with unknown return type.
6275 * compile/compile-c-symbols.c (convert_symbol_bmsym)
6276 <mst_text_gnu_ifunc>: Use nodebug_text_gnu_ifunc_symbol.
6277 * compile/compile-c-types.c: Include "objfiles.h".
6278 (convert_func): For functions with unknown return type, warn and
6279 default to int.
6280 * compile/compile-object-run.c (compile_object_run): Adjust call
6281 to call_function_by_hand_dummy.
6282 * elfread.c (elf_gnu_ifunc_resolve_addr): Adjust call to
6283 call_function_by_hand.
6284 * eval.c (evaluate_subexp_standard): Adjust calls to
6285 call_function_by_hand. Handle functions and methods with unknown
6286 return type. Pass expect_type to call_function_by_hand.
6287 * f-typeprint.c (f_type_print_base): Handle functions with unknown
6288 return type.
6289 * gcore.c (call_target_sbrk): Adjust call to
6290 call_function_by_hand.
6291 * gdbtypes.c (objfile_type): Leave nodebug text symbol with NULL
6292 return type instead of int. Make nodebug_text_gnu_ifunc_symbol be
6293 an integer address type instead of nodebug.
6294 * guile/scm-value.c (gdbscm_value_call): Adjust call to
6295 call_function_by_hand.
6296 * infcall.c (error_call_unknown_return_type): New function.
6297 (call_function_by_hand): New "default_return_type" parameter.
6298 Pass it down.
6299 (call_function_by_hand_dummy): New "default_return_type"
6300 parameter. Use it instead of defaulting to int. If there's no
6301 default and the return type is unknown, throw an error. If
6302 there's a default return type, and the called function has no
6303 debug info, then assume the function is prototyped.
6304 * infcall.h (call_function_by_hand, call_function_by_hand_dummy):
6305 New "default_return_type" parameter.
6306 (error_call_unknown_return_type): New declaration.
6307 * linux-fork.c (call_lseek): Cast return type of lseek.
6308 (inferior_call_waitpid, checkpoint_command): Adjust calls to
6309 call_function_by_hand.
6310 * linux-tdep.c (linux_infcall_mmap, linux_infcall_munmap): Adjust
6311 calls to call_function_by_hand.
6312 * m2-typeprint.c (m2_procedure): Handle functions with unknown
6313 return type.
6314 * objc-lang.c (lookup_objc_class, lookup_child_selector)
6315 (value_nsstring, print_object_command): Adjust calls to
6316 call_function_by_hand.
6317 * p-typeprint.c (pascal_type_print_varspec_prefix): Handle
6318 functions with unknown return type.
6319 (pascal_type_print_func_varspec_suffix): New function.
6320 (pascal_type_print_varspec_suffix) <TYPE_CODE_FUNC,
6321 TYPE_CODE_METHOD>: Use it.
6322 * python/py-value.c (valpy_call): Adjust call to
6323 call_function_by_hand.
6324 * rust-lang.c (rust_evaluate_funcall): Adjust call to
6325 call_function_by_hand.
6326 * valarith.c (value_x_binop, value_x_unop): Adjust calls to
6327 call_function_by_hand.
6328 * valops.c (value_allocate_space_in_inferior): Adjust call to
6329 call_function_by_hand.
6330 * typeprint.c (type_print_unknown_return_type): New function.
6331 * typeprint.h (type_print_unknown_return_type): New declaration.
6332
54990598
PA
63332017-09-04 Pedro Alves <palves@redhat.com>
6334
6335 * gdbtypes.c (lookup_function_type_with_arguments): Mark function
6336 types with more than one parameter as prototyped.
6337
9a24775b
PA
63382017-09-04 Pedro Alves <palves@redhat.com>
6339
6340 * cli/cli-cmds.c (print_disassembly, disassemble_current_function)
6341 (disassemble_command): Use gdb_disassembly_flags instead of bare
6342 int.
6343 * disasm.c (gdb_pretty_print_disassembler::pretty_print_insn)
6344 (dump_insns, do_mixed_source_and_assembly_deprecated)
6345 (do_mixed_source_and_assembly, do_assembly_only, gdb_disassembly):
6346 Use gdb_disassembly_flags instead of bare int.
6347 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED, DISASSEMBLY_RAW_INSN)
6348 (DISASSEMBLY_OMIT_FNAME, DISASSEMBLY_FILENAME)
6349 (DISASSEMBLY_OMIT_PC, DISASSEMBLY_SOURCE)
6350 (DISASSEMBLY_SPECULATIVE): No longer macros. Instead they're...
6351 (enum gdb_disassembly_flag): ... values of this new enumeration.
6352 (gdb_disassembly_flags): Define.
6353 (gdb_disassembly)
6354 (gdb_pretty_print_disassembler::pretty_print_insn): Use it.
6355 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Use
6356 gdb_disassembly_flags instead of bare int.
6357 * record-btrace.c (btrace_insn_history)
6358 (record_btrace_insn_history, record_btrace_insn_history_range)
6359 (record_btrace_insn_history_from): Use gdb_disassembly_flags
6360 instead of bare int.
6361 * record.c (get_insn_history_modifiers, cmd_record_insn_history):
6362 Use gdb_disassembly_flags instead of bare int.
6363 * target-debug.h (target_debug_print_gdb_disassembly_flags):
6364 Define.
6365 * target-delegates.c: Regenerate.
6366 * target.c (target_insn_history, target_insn_history_from)
6367 (target_insn_history_range): Use gdb_disassembly_flags instead of
6368 bare int.
6369 * target.h: Include "disasm.h".
6370 (struct target_ops) <to_insn_history, to_insn_history_from,
6371 to_insn_history_range>: Use gdb_disassembly_flags instead of bare
6372 int.
6373 (target_insn_history, target_insn_history_from)
6374 (target_insn_history_range): Use gdb_disassembly_flags instead of
6375 bare int.
6376
80a65e9b
SM
63772017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6378
6379 * cli/cli-script.c (build_command_line): For if/while commands,
6380 check whether args is empty.
6381
6b66338c
SM
63822017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6383
6384 * cli/cli-script.h (enum misc_command_type): Move from defs.h.
6385 (enum command_control_type): Likewise.
6386 (struct command_line): Likewise.
6387 (free_command_lines): Likewise.
6388 (struct command_lines_deleter): Likewise.
6389 (command_line_up): Likewise.
6390 (read_command_lines): Likewise.
6391 (read_command_lines_1): Likewise.
6392 * defs.h (enum misc_command_type): Move to cli/cli-script.h.
6393 (enum command_control_type): Likewise.
6394 (struct command_line): Likewise.
6395 (free_command_lines): Likewise.
6396 (struct command_lines_deleter): Likewise.
6397 (command_line_up): Likewise.
6398 (read_command_lines): Likewise.
6399 (read_command_lines_1): Likewise.
6400 * breakpoint.h: Include cli/cli-script.h.
6401 * extension-priv.h: Likewise.
6402 * gdbcmd.h: Likewise.
6403
51abb421
PA
64042017-09-04 Pedro Alves <palves@redhat.com>
6405
6406 * ada-lang.c (is_known_support_routine): Move sal declaration to
6407 where it is initialized.
6408 * breakpoint.c (create_internal_breakpoint, init_catchpoint)
6409 (parse_breakpoint_sals, decode_static_tracepoint_spec)
6410 (clear_command, update_static_tracepoint): Remove init_sal
6411 references. Move declarations closer to initializations.
6412 * cli/cli-cmds.c (list_command): Move sal declarations closer to
6413 initializations.
6414 * elfread.c (elf_gnu_ifunc_resolver_stop): Remove init_sal
6415 references. Move sal declarations closer to initializations.
6416 * frame.c (find_frame_sal): Return a symtab_and_line via function
6417 return instead of output parameter. Remove init_sal references.
6418 * frame.h (find_frame_sal): Return a symtab_and_line via function
6419 return instead of output parameter.
6420 * guile/scm-frame.c (gdbscm_frame_sal): Adjust.
6421 * guile/scm-symtab.c (stscm_make_sal_smob): Use in-place new
6422 instead of memset.
6423 (gdbscm_find_pc_line): Remove init_sal reference.
6424 * infcall.c (call_function_by_hand_dummy): Remove init_sal
6425 references. Move declarations closer to initializations.
6426 * infcmd.c (set_step_frame): Update. Move declarations closer to
6427 initializations.
6428 (finish_backward): Remove init_sal references. Move declarations
6429 closer to initializations.
6430 * infrun.c (process_event_stop_test, handle_step_into_function)
6431 (insert_hp_step_resume_breakpoint_at_frame)
6432 (insert_step_resume_breakpoint_at_caller): Likewise.
6433 * linespec.c (create_sals_line_offset, decode_digits_ordinary)
6434 (symbol_to_sal): Likewise.
6435 * probe.c (parse_probes_in_pspace): Remove init_sal reference.
6436 * python/py-frame.c (frapy_find_sal): Move sal declaration closer
6437 to its initialization.
6438 * reverse.c (save_bookmark_command): Use new/delete. Remove
6439 init_sal references. Move declarations closer to initializations.
6440 * source.c (get_current_source_symtab_and_line): Remove brace
6441 initialization.
6442 (set_current_source_symtab_and_line): Now takes the sal by const
6443 reference. Remove brace initialization.
6444 (line_info): Remove init_sal reference.
6445 * source.h (set_current_source_symtab_and_line): Now takes a
6446 symtab_and_line via const reference.
6447 * stack.c (set_current_sal_from_frame): Adjust.
6448 (print_frame_info): Adjust.
6449 (get_last_displayed_sal): Return the sal via function return
6450 instead of via output parameter. Simplify.
6451 (frame_info): Adjust.
6452 * stack.h (get_last_displayed_sal): Return the sal via function
6453 return instead of via output parameter.
6454 * symtab.c (init_sal): Delete.
6455 (find_pc_sect_line): Remove init_sal references. Move
6456 declarations closer to initializations.
6457 (find_function_start_sal): Remove init_sal references. Move
6458 declarations closer to initializations.
6459 * symtab.h (struct symtab_and_line): In-class initialize all
6460 fields.
6461 * tracepoint.c (set_traceframe_context)
6462 (print_one_static_tracepoint_marker): Remove init_sal references.
6463 Move declarations closer to initializations.
6464 * tui/tui-disasm.c (tui_show_disassem_and_update_source): Adjust.
6465 * tui/tui-stack.c (tui_show_frame_info): Adjust. Move
6466 declarations closer to initializations.
6467 * tui/tui-winsource.c (tui_update_source_window_as_is): Remove
6468 init_sal references. Adjust.
6469
6c5b2ebe
PA
64702017-09-04 Pedro Alves <palves@redhat.com>
6471
6472 * ax-gdb.c (agent_command_1): Use range-for.
6473 * break-catch-throw.c (re_set_exception_catchpoint): Update.
6474 * breakpoint.c: Include "common/array-view.h".
6475 (init_breakpoint_sal, create_breakpoint_sal): Change sals
6476 parameter from struct symtabs_and_lines to
6477 array_view<symtab_and_line>. Adjust. Use range-for. Update.
6478 (breakpoint_sals_to_pc): Change sals parameter from struct
6479 symtabs_and_lines to std::vector reference.
6480 (check_fast_tracepoint_sals): Change sals parameter from struct
6481 symtabs_and_lines to std::array_view. Use range-for.
6482 (decode_static_tracepoint_spec): Return a std::vector instead of
6483 symtabs_and_lines. Update.
6484 (create_breakpoint): Update.
6485 (break_range_command, until_break_command, clear_command): Update.
6486 (base_breakpoint_decode_location, bkpt_decode_location)
6487 (bkpt_probe_create_sals_from_location)
6488 (bkpt_probe_decode_location, tracepoint_decode_location)
6489 (tracepoint_probe_decode_location)
6490 (strace_marker_create_sals_from_location): Return a std::vector
6491 instead of symtabs_and_lines.
6492 (strace_marker_create_breakpoints_sal): Update.
6493 (strace_marker_decode_location): Return a std::vector instead of
6494 symtabs_and_lines. Update.
6495 (update_breakpoint_locations): Change struct symtabs_and_lines
6496 parameters to gdb::array_view. Adjust.
6497 (location_to_sals): Return a std::vector instead of
6498 symtabs_and_lines. Update.
6499 (breakpoint_re_set_default): Use std::vector instead of struct
6500 symtabs_and_lines.
6501 (decode_location_default): Return a std::vector instead of
6502 symtabs_and_lines. Update.
6503 * breakpoint.h: Include "common/array-view.h".
6504 (struct breakpoint_ops) <decode_location>: Now returns a
6505 std::vector instead of returning a symtabs_and_lines via output
6506 parameter.
6507 (update_breakpoint_locations): Change sals parameters to use
6508 gdb::array_view.
6509 * cli/cli-cmds.c (edit_command, list_command): Update to use
6510 std::vector and gdb::array_view.
6511 (ambiguous_line_spec): Adjust to use gdb::array_view and
6512 range-for.
6513 (compare_symtabs): Rename to ...
6514 (cmp_symtabs): ... this. Change parameters to symtab_and_line
6515 const reference and adjust.
6516 (filter_sals): Rewrite using std::vector and standard algorithms.
6517 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Simplify.
6518 (jump_command): Update to use std::vector.
6519 * linespec.c (struct linespec_state) <canonical_names>: Update
6520 comment.
6521 (add_sal_to_sals_basic): Delete.
6522 (add_sal_to_sals, filter_results, convert_results_to_lsals)
6523 (decode_line_2, create_sals_line_offset)
6524 (convert_address_location_to_sals, convert_linespec_to_sals)
6525 (convert_explicit_location_to_sals, parse_linespec)
6526 (event_location_to_sals, decode_line_full, decode_line_1)
6527 (decode_line_with_current_source)
6528 (decode_line_with_last_displayed, decode_objc)
6529 (decode_digits_list_mode, decode_digits_ordinary, minsym_found)
6530 (linespec_result::~linespec_result): Adjust to use std::vector
6531 instead of symtabs_and_lines.
6532 * linespec.h (linespec_sals::sals): Now a std::vector.
6533 (struct linespec_result): Use std::vector, bool, and in-class
6534 initialization.
6535 (decode_line_1, decode_line_with_current_source)
6536 (decode_line_with_last_displayed): Return std::vector.
6537 * macrocmd.c (info_macros_command): Use std::vector.
6538 * mi/mi-main.c (mi_cmd_trace_find): Use std::vector.
6539 * probe.c (parse_probes_in_pspace, parse_probes): Adjust to use
6540 std::vector.
6541 * probe.h (parse_probes): Return a std::vector.
6542 * python/python.c (gdbpy_decode_line): Use std::vector and
6543 gdb::array_view.
6544 * source.c (select_source_symtab, line_info): Use std::vector.
6545 * stack.c (func_command): Use std::vector.
6546 * symtab.h (struct symtabs_and_lines): Delete.
6547 * tracepoint.c (tfind_line_command, scope_info): Use std::vector.
6548
7c44b49c
PA
65492017-09-04 Pedro Alves <palves@redhat.com>
6550
6551 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
6552 unittests/array-view-selftests.c.
6553 (SUBDIR_UNITTESTS_OBS): Add array-view-selftests.o.
6554 * common/array-view.h: New file.
6555 * unittests/array-view-selftests.c: New file.
6556
e439fa14
PA
65572017-09-04 Pedro Alves <palves@redhat.com>
6558
6559 * cli/cli-cmds.c (edit_command): Pass message to
6560 ambiguous_line_spec.
6561 (list_command): Pass message to ambiguous_line_spec. Say
6562 "first"/"last" instead of "start" and "end" to be consistent with
6563 the manual.
6564 (ambiguous_line_spec): Add 'format' and vararg parameters. Use
6565 them to print formatted message.
6566
7525b645
PA
65672017-09-04 Pedro Alves <palves@redhat.com>
6568
6569 * btrace.c (ftrace_add_pt): Pass btrace_insn to
6570 ftrace_update_insns by reference instead of pointer.
6571
badc0020
YQ
65722017-09-04 Yao Qi <yao.qi@linaro.org>
6573
6574 * i386-go32-tdep.c: Include x86-xstate.h.
6575 (i386_go32_init_abi): Call i386_target_description.
6576 * i386-tdep.c (i386_target_description): Return tdesc_i386_mmx
6577 if xcr0 is X86_XSTATE_X87_MASK.
6578 * i386-tdep.h (tdesc_i386): Remove the declaration.
6579 (tdesc_i386_mmx): Likewise.
6580
d78bdb54
YQ
65812017-09-04 Yao Qi <yao.qi@linaro.org>
6582
6583 * i386-fbsd-tdep.c (i386fbsd_core_read_xcr0): Return
6584 X86_XSTATE_SSE_MASK instead of 0.
6585
ca1fa5ee
YQ
65862017-09-04 Yao Qi <yao.qi@linaro.org>
6587
6588 * amd64-fbsd-nat.c (amd64fbsd_read_description): Call
6589 i386_target_description.
6590 * i386-fbsd-nat.c (i386fbsd_read_description): Call
6591 i386_target_description.
6592 * i386-tdep.c (i386_gdbarch_init): Likewise.
6593
2434b019
YQ
65942017-09-04 Yao Qi <yao.qi@linaro.org>
6595
6596 * amd64-darwin-tdep.c: Include "x86-xstate.h".
6597 (x86_darwin_init_abi_64): Call amd64_target_description.
6598 * amd64-dicos-tdep.c: Likewise.
6599 * amd64-fbsd-nat.c: Likewise.
6600 * amd64-fbsd-tdep.c: Likewise.
6601 * amd64-nbsd-tdep.c: Likewise.
6602 * amd64-obsd-tdep.c: Likewise.
6603 * amd64-sol2-tdep.c: Likewise.
6604 * amd64-windows-tdep.c: Likewise.
6605 * amd64-tdep.h (tdesc_amd64): Remove the declaration.
6606
0860c437
SM
66072017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6608
6609 * btrace.h (btrace_insn_s, DEF_VEC_O (btrace_insn_s)): Remove.
6610 (btrace_function) <insn>: Change type to use std::vector.
6611 * btrace.c (ftrace_debug, ftrace_call_num_insn,
6612 ftrace_find_call, ftrace_new_gap, ftrace_update_function,
6613 ftrace_update_insns, ftrace_compute_global_level_offset,
6614 btrace_stitch_bts, btrace_clear, btrace_insn_get,
6615 btrace_insn_end, btrace_insn_next, btrace_insn_prev): Adjust to
6616 change to std::vector.
6617 (ftrace_update_insns): Adjust to change to std::vector, change
6618 type of INSN parameter.
6619 (btrace_compute_ftrace_bts): Adjust call to ftrace_update_insns.
6620 * record-btrace.c (btrace_call_history_insn_range,
6621 btrace_compute_src_line_range,
6622 record_btrace_frame_prev_register): Adjust to change to
6623 std::vector.
6624 * python/py-record-btrace.c (recpy_bt_func_instructions): Adjust
6625 to change to std::vector.
6626
0638b7f9
TT
66272017-09-03 Tom Tromey <tom@tromey.com>
6628
6629 * corefile.c (reopen_exec_file): Use std::string.
6630
8f84fb0e
TT
66312017-09-03 Tom Tromey <tom@tromey.com>
6632
6633 * compile/compile.c (compile_register_name_mangled): Return
6634 std::string.
6635 * compile/compile-loc2c.c (pushf_register_address): Update.
6636 (pushf_register): Update.
6637 * compile/compile-c-types.c (convert_array): Update.
6638 * compile/compile-c-symbols.c (generate_vla_size): Update.
6639 (error_symbol_once): Use a gdb::unique_xmalloc_ptr.
6640 (symbol_substitution_name): Return a gdb::unique_xmalloc_ptr.
6641 (convert_one_symbol): Update.
6642 (generate_c_for_for_one_variable): Update.
6643 * compile/compile-c-support.c (c_get_range_decl_name): Return a
6644 std::string.
6645 (generate_register_struct): Update.
6646 * compile/compile-internal.h (c_get_range_decl_name): Return a
6647 std::string.
6648 (compile_register_name_mangled): Return std::string.
6649
18e9961f
TT
66502017-09-03 Tom Tromey <tom@tromey.com>
6651
6652 * utils.c (perror_string): Return a std::string.
6653 (throw_perror_with_name, perror_warning_with_name): Update.
6654
45343786
TT
66552017-09-03 Tom Tromey <tom@tromey.com>
6656
6657 * demangle.c (demangle_command): Use std::string,
6658 unique_xmalloc_ptr.
6659
b57af503
TT
66602017-09-03 Tom Tromey <tom@tromey.com>
6661
6662 * cli/cli-setshow.c (do_set_command): Use std::string.
6663
6eecf35f
TT
66642017-09-03 Tom Tromey <tom@tromey.com>
6665
6666 * cli/cli-cmds.c (cd_command): Use gdb::unique_xmalloc_ptr.
6667
56496dd4
TT
66682017-09-03 Tom Tromey <tom@tromey.com>
6669
6670 * mi/mi-interp.c (mi_cmd_interpreter_exec): Use std::string.
6671
e91a1fa7
TT
66722017-09-03 Tom Tromey <tom@tromey.com>
6673
6674 * mi/mi-cmd-env.c (env_execute_cli_command): Use
6675 gdb::unique_xmalloc_ptr.
6676
7ffd83d7
TT
66772017-09-03 Tom Tromey <tom@tromey.com>
6678
6679 * thread.c (print_thread_info_1): Use string_printf.
6680 (thread_apply_command, thread_apply_all_command): Use
6681 std::string.
6682
1ccbe998
TT
66832017-09-03 Tom Tromey <tom@tromey.com>
6684
6685 * valprint.c (val_print_string): Update.
6686 * gdbcore.h (memory_error_message): Return std::string.
6687 * corefile.c (memory_error_message): Return std::string.
6688 (memory_error): Update.
6689 * breakpoint.c (insert_bp_location): Update.
6690
23fdd69e
SM
66912017-09-03 Simon Marchi <simon.marchi@ericsson.com>
6692
6693 * target/waitstatus.h (target_waitstatus_to_string): Change
6694 return type to std::string.
6695 * target/waitstatus.c (target_waitstatus_to_string): Return
6696 std::string.
6697 * target.h (target_waitstatus_to_string): Remove declaration.
6698 * infrun.c (resume, clear_proceed_status_thread,
6699 print_target_wait_results, do_target_wait, save_waitstatus,
6700 stop_all_threads): Adjust.
6701 * record-btrace.c (record_btrace_wait): Adjust.
6702 * target-debug.h
6703 (target_debug_print_struct_target_waitstatus_p): Adjust.
6704
5c811d30
JK
67052017-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6706
6707 PR gdb/22046
6708 * nat/linux-procfs.c (parse_proc_status_state): Fix PROC_STATE_STOPPED
6709 detection.
6710
0a2dde4a
SDJ
67112017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6712
6713 * NEWS (Changes since GDB 8.0): Add entry mentioning new support
6714 for setting/unsetting environment variables on the remote target.
6715 (New remote packets): Add entries for QEnvironmentHexEncoded,
6716 QEnvironmentUnset and QEnvironmentReset.
6717 * common/environ.c (gdb_environ::operator=): Extend method to
6718 handle m_user_set_env_list and m_user_unset_env_list.
6719 (gdb_environ::clear): Likewise.
6720 (match_var_in_string): Change type of first parameter from 'char
6721 *' to 'const char *'.
6722 (gdb_environ::set): Extend method to handle
6723 m_user_set_env_list and m_user_unset_env_list.
6724 (gdb_environ::unset): Likewise.
6725 (gdb_environ::clear_user_set_env): New method.
6726 (gdb_environ::user_set_envp): Likewise.
6727 (gdb_environ::user_unset_envp): Likewise.
6728 * common/environ.h (gdb_environ): Handle m_user_set_env_list and
6729 m_user_unset_env_list on move constructor/assignment.
6730 (unset): Add new default parameter 'update_unset_list = true'.
6731 (clear_user_set_env): New method.
6732 (user_set_envp): Likewise.
6733 (user_unset_envp): Likewise.
6734 (m_user_set_env_list): New std::set.
6735 (m_user_unset_env_list): Likewise.
6736 * common/rsp-low.c (hex2str): New function.
6737 (bin2hex): New overload for bin2hex function.
6738 * common/rsp-low.c (hex2str): New prototype.
6739 (str2hex): New overload prototype.
6740 * remote.c: Include "environ.h". Add QEnvironmentHexEncoded,
6741 QEnvironmentUnset and QEnvironmentReset.
6742 (remote_protocol_features): Add QEnvironmentHexEncoded,
6743 QEnvironmentUnset and QEnvironmentReset packets.
6744 (send_environment_packet): New function.
6745 (extended_remote_environment_support): Likewise.
6746 (extended_remote_create_inferior): Call
6747 extended_remote_environment_support.
6748 (_initialize_remote): Add QEnvironmentHexEncoded,
6749 QEnvironmentUnset and QEnvironmentReset packet configs.
6750 * unittests/environ-selftests.c (gdb_selftest_env_var):
6751 New variable.
6752 (test_vector_initialization): New function.
6753 (test_init_from_host_environ): Likewise.
6754 (test_reinit_from_host_environ): Likewise.
6755 (test_set_A_unset_B_unset_A_cannot_find_A_can_find_B):
6756 Likewise.
6757 (test_unset_set_empty_vector): Likewise.
6758 (test_vector_clear): Likewise.
6759 (test_std_move): Likewise.
6760 (test_move_constructor):
6761 (test_self_move): Likewise.
6762 (test_set_unset_reset): Likewise.
6763 (run_tests): Rewrite in terms of the functions above.
6764
654670a4
WP
67652017-08-31 Weimin Pan <weimin.pan@oracle.com>
6766
6767 * sparc64-tdep.c (adi_stat_t): Fix comment formatting.
6768 (adi_available): Use a temp variable of type CORE_ADDR as argument
6769 3 when calling target_auxv_search.
6770 (adi_normalize_address): Use masks and xor operators to calculate
6771 normalized address.
6772 (adi_read_versions, adi_write_versions, adi_print_versions)
6773 (do_examine, do_assign): Use paddress.
6774
7755ddb7
JB
67752017-08-29 John Baldwin <jhb@FreeBSD.org>
6776
6777 * mips-fbsd-nat.c (getfpregs_supplies): Return true for FIR.
6778 * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Split supply of FSR
6779 out of loop and add supply of FIR.
6780 (mips_fbsd_collect_fpregs): Split collect of FSR out of loop and
6781 add collect of FIR.
6782
fd437cbc
SM
67832017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6784
3804a343 6785 PR gdb/21827
fd437cbc
SM
6786 * cli/cli-script.c (define_command): Don't convert command name
6787 to lower case.
6788
988f6b3d
JB
67892017-08-25 Joel Brobecker <brobecker@adacore.com>
6790
6791 * ada-lang.c (ada_lookup_struct_elt_type): Remove parameter "dispp".
6792 Update all callers accordingly. Remove all code blocks handling
6793 the case where DISPP is not NULL.
6794
663c44ac
JK
67952017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6796
6797 PR symtab/22003
6798 * dwarf2read.c (dwarf2_const_value_attr, dump_die_shallow)
6799 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
6800 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_implicit_const.
6801
f1902523
JK
68022017-08-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6803
6804 * dwarf2read.c (build_type_psymtabs_reader): New prototype.
6805 (process_psymtab_comp_unit): Accept IS_DEBUG_TYPES.
6806 (read_comp_units_from_section): New parameter abbrev_section, use
6807 read_and_check_comp_unit_head, allocate signatured_type if needed.
6808 (create_all_comp_units): Update read_comp_units_from_section caller.
6809
87215ad1
SDJ
68102017-08-23 Pedro Alves <palves@redhat.com>
6811
6812 PR remote/21852
6813 * remote.c (add_current_inferior_and_thread): Set inferior_ptid
6814 to null_ptid and switch to thread without reading the registers
6815 after adding the inferior.
6816
6e41ddec
JK
68172017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6818
6819 * NEWS (Changes since GDB 8.0): Add set compile-gcc and show
6820 compile-gcc.
6821 * compile/compile.c (compile_gcc, show_compile_gcc): New.
6822 (compile_to_object): Implement compile_gcc.
6823 (_initialize_compile): Install "set compile-gcc". Initialize
6824 compile_gcc.
6825
e68c32d5
JK
68262017-08-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6827
6828 * compile/compile.c (compile_to_object): Conditionally call
6829 set_verbose. Conditionally call compile or compile_v0.
6830
58afddc6
WP
68312017-08-07 Weimin Pan <weimin.pan@oracle.com>
6832
6833 * sparc64-tdep.h: (adi_normalize_address): New export.
6834 * sparc-nat.h: (open_adi_tag_fd): New export.
6835 * sparc64-linux-nat.c: (open_adi_tag_fd): New function.
6836 * sparc64-linux-tdep.c:
6837 (SEGV_ACCADI, SEGV_ADIDERR, SEGV_ADIPERR) New defines.
6838 (sparc64_linux_handle_segmentation_fault): New function.
6839 (sparc64_linux_init_abi): Register
6840 sparc64_linux_handle_segmentation_fault
6841 * sparc64-tdep.c: Include cli-utils.h,gdbcmd.h,auxv.h.
6842 (sparc64_addr_bits_remove): New function.
6843 (sparc64_init_abi): Register sparc64_addr_bits_remove.
6844 (MAX_PROC_NAME_SIZE): New macro.
6845 (AT_ADI_BLKSZ, AT_ADI_NBITS, AT_ADI_UEONADI) New defines.
6846 (sparc64adilist): New variable.
6847 (adi_proc_list): New variable.
6848 (find_adi_info): New function.
6849 (add_adi_info): New function.
6850 (get_adi_info_proc): New function.
6851 (get_adi_info): New function.
6852 (info_adi_command): New function.
6853 (read_maps_entry): New function.
6854 (adi_available): New function.
6855 (adi_normalize_address): New function.
6856 (adi_align_address): New function.
6857 (adi_convert_byte_count): New function.
6858 (adi_tag_fd): New function.
6859 (adi_is_addr_mapped): New function.
6860 (adi_read_versions): New function.
6861 (adi_write_versions): New function.
6862 (adi_print_versions): New function.
6863 (do_examine): New function.
6864 (do_assign): New function.
6865 (adi_examine_command): New function.
6866 (adi_assign_command): New function.
6867 (_initialize_sparc64_adi_tdep): New function.
6868
11db9430
SM
68692017-08-22 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * breakpoint.c (breakpoints_info): Rename to ...
6872 (info_breakpoints_command): ... this.
6873 (watchpoints_info): Rename to ...
6874 (info_watchpoints_command): ... this.
6875 (tracepoints_info): Rename to ...
6876 (info_tracepoints_command): ... this.
6877 (_initialize_breakpoint): Adjust.
6878 * dcache.c (dcache_info): Rename to ...
6879 (info_display_command): ... this.
6880 (_initialize_dcache): Adjust.
6881 * frame.h (args_info): Rename to ...
6882 (info_args_command): ... this.
6883 (locals_info): Rename to ...
6884 (info_locals_command): ... this.
6885 * infcmd.c (nofp_registers_info): Rename to ...
6886 (info_registers_command): ... this.
6887 (float_info): Rename to ...
6888 (info_float_command): ... this.
6889 (program_info): Rename to ...
6890 (info_program_command): ... this.
6891 (all_registers_info): Rename to ...
6892 (info_all_registers_command): ... this.
6893 (vector_info): Rename to ...
6894 (info_vector_command): ... this.
6895 (float_info): Rename to ...
6896 (info_float_command): ... this.
6897 (_initialize_infcmd): Adjust.
6898 * inferior.h (term_info): Rename to ...
6899 (info_terminal_command): ... this.
6900 * inflow.c (term_info): Rename to ...
6901 (info_terminal_command): ... this.
6902 (_initialize_inflow): Adjust.
6903 * infrun.c (signals_info): Rename to ...
6904 (info_signals_command): ... this.
6905 (_initialize_infrun): Adjust.
6906 * objc-lang.c (classes_info): Rename to ...
6907 (info_classes_command): ... this.
6908 (selectors_info): Rename to ...
6909 (info_selectors_command): ... this.
6910 (_initialize_objc_language): Adjust.
6911 * printcmd.c (sym_info): Rename to ...
6912 (info_symbol_command): ... this.
6913 (address_info): Rename to ...
6914 (info_address_command): ... this.
6915 (display_info): Rename to ...
6916 (info_display_command): ... this.
6917 (_initialize_printcmd): Adjust.
6918 * reverse.c (bookmarks_info): Rename to ...
6919 (info_breakpoints_command): ... this.
6920 (_initialize_reverse): Adjust.
6921 * ser-go32.c (dos_info): Rename to ...
6922 (info_serial_command): ... this.
6923 (_initialize_ser_dos): Adjust.
6924 * skip.c (skip_info): Rename to ...
6925 (info_skip_command): ... this.
6926 (_initialize_step_skip): Adjust.
6927 * source.c (line_info): Rename to ...
6928 (info_line_command): ... this.
6929 (source_info): Rename to ...
6930 (info_source_command)
6931 * stack.c (frame_info): Rename to ...
6932 (info_frame_command): ... this.
6933 (locals_info): Rename to ...
6934 (info_locals_command): ... this.
6935 (args_info): Rename to ...
6936 (info_args_command): ... this.
6937 (_initialize_stack): Adjust.
6938 * symtab.c (sources_info): Rename to ...
6939 (info_sources_command): ... this.
6940 (variables_info): Rename to ...
6941 (info_variables_command): ... this.
6942 (functions_info): Rename to ...
6943 (info_functions_command): ... this.
6944 (types_info): Rename to ...
6945 (info_types_command): ... this.
6946 (_initialize_symtab): Adjust.
6947 * target.c (target_info): Rename to ...
6948 (info_target_command): ... this.
6949 (initialize_targets): Adjust.
6950 * tracepoint.c (tvariables_info): Rename to ...
6951 (info_tvariables_command): ... this.
6952 (scope_info): Rename to ...
6953 (info_scope_command): ... this.
6954 (trace_dump_actions): Adjust.
6955 (_initialize_tracepoint): Adjust.
6956
b270e6f9
TT
69572017-08-22 Tom Tromey <tom@tromey.com>
6958
6959 * breakpoint.h (install_breakpoint): Update.
6960 * breakpoint.c (add_solib_catchpoint): Update.
6961 (install_breakpoint): Change argument to a std::unique_ptr.
6962 (create_fork_vfork_event_catchpoint): Use std::unique_ptr.
6963 (create_breakpoint_sal, create_breakpoint): Update.
6964 (watch_command_1, catch_exec_command_1)
6965 (strace_marker_create_breakpoints_sal): Use std::unique_ptr.
6966 (add_to_breakpoint_chain): Change argument to a std::unique_ptr.
6967 Return the breakpoint.
6968 (set_raw_breakpoint_without_location, set_raw_breakpoint)
6969 (new_single_step_breakpoint): Update.
6970 * break-catch-throw.c (handle_gnu_v3_exceptions): Use
6971 std::unique_ptr.
6972 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
6973 std::unique_ptr.
6974 * break-catch-sig.c (create_signal_catchpoint): Use
6975 std::unique_ptr.
6976 * ada-lang.c (create_ada_exception_catchpoint): Use
6977 std::unique_ptr.
6978
36bd8eaa
TT
69792017-08-22 Tom Tromey <tom@tromey.com>
6980
6981 * breakpoint.c (add_solib_catchpoint): Use std::unique_ptr.
6982
56f37645
TT
69832017-08-22 Tom Tromey <tom@tromey.com>
6984
6985 * psymtab.c (psymtab_search_name): Return a unique_xmalloc_ptr.
6986 (lookup_partial_symbol): Update.
6987
0b581c69
TT
69882017-08-22 Tom Tromey <tom@tromey.com>
6989
6990 * source.h (rewrite_source_path): Return a unique_xmalloc_ptr.
6991 * source.c (rewrite_source_path): Return a unique_xmalloc_ptr.
6992 (find_and_open_source, symtab_to_fullname): Update.
6993 * psymtab.c (psymtab_to_fullname): Update.
6994
14278e1f
TT
69952017-08-22 Tom Tromey <tom@tromey.com>
6996
6997 * exec.c (exec_file_attach): Update.
6998 * linux-thread-db.c (try_thread_db_load): Update.
6999 * guile/scm-safe-call.c (gdbscm_safe_source_script): Update.
7000 * utils.c (gdb_realpath): Change return type.
7001 (gdb_realpath_keepfile): Update.
7002 (gdb_realpath_check_trailer, gdb_realpath_tests): New functions.
7003 (_initialize_utils): Register the new self test.
7004 * source.c (openp): Update.
7005 (find_and_open_source): Update.
7006 * nto-tdep.c (nto_find_and_open_solib): Update.
7007 * main.c (set_gdb_data_directory): Update.
7008 (captured_main_1): Update.
7009 * dwarf2read.c (dwarf2_get_dwz_file): Update
7010 (dw2_map_symbol_filenames): Update.
7011 * auto-load.c (auto_load_safe_path_vec_update): Update.
7012 (filename_is_in_auto_load_safe_path_vec): Change type of
7013 "filename_realp".
7014 (auto_load_objfile_script): Update.
7015 (file_is_auto_load_safe): Update. Use std::string.
7016 * utils.h (gdb_realpath): Return a gdb::unique_xmalloc_ptr.
7017
4971c9a7
TT
70182017-08-22 Tom Tromey <tom@tromey.com>
7019
7020 * utils.c (gdb_realpath_keepfile): Return a
7021 gdb::unique_xmalloc_ptr.
7022 * exec.c (exec_file_attach): Update.
7023 * utils.h (gdb_realpath_keepfile): Return a
7024 gdb::unique_xmalloc_ptr.
7025
e3e41d58
TT
70262017-08-22 Tom Tromey <tom@tromey.com>
7027
7028 * compile/compile.c (compile_file_command): Use
7029 gdb::unique_xmalloc_ptr, std::string.
7030 * utils.c (gdb_abspath): Change return type.
7031 * source.c (openp): Update.
7032 * objfiles.c (allocate_objfile): Update.
7033 * main.c (set_gdb_data_directory): Update.
7034 * utils.h (gdb_abspath): Return a gdb::unique_xmalloc_ptr.
7035
0d999a6e
ZZ
70362017-08-22 Zhouyi Zhou <zhouzhouyi@gmail.com>
7037
7038 * cli-cmds.c (list_commands): List actual code around more than
7039 one location.
7040
329d5e7e
JB
70412017-08-21 John Baldwin <jhb@FreeBSD.org>
7042
7043 * fbsd-nat.c (fbsd_add_threads): Use array type for `lwps'.
7044
bf223d3e
PA
70452017-08-21 Pedro Alves <palves@redhat.com>
7046
7047 PR gdb/19487
7048 * c-exp.y (variable production): Handle function aliases.
7049 * minsyms.c (msymbol_is_text): New function.
7050 * minsyms.h (msymbol_is_text): Declare.
7051 * symtab.c (find_function_alias_target): New function.
7052 * symtab.h (find_function_alias_target): Declare.
7053
c973d0aa
PA
70542017-08-21 Pedro Alves <palves@redhat.com>
7055
7056 * eval.c (evaluate_subexp_standard) <OP_TYPE>: Don't dig past
7057 typedefs.
7058 * typeprint.c (whatis_exp): If handling "whatis", and expression
7059 is OP_TYPE, strip one typedef level. Otherwise don't strip
7060 typedefs here.
7061 * valops.c (value_cast): Save "to" type before resolving
7062 stubs/typedefs. Use that type as resulting value's type.
7063
2989a365
TT
70642017-08-18 Tom Tromey <tom@tromey.com>
7065 Pedro Alves <palves@redhat.com>
7066
7067 * spu-multiarch.c (parse_spufs_run): Use scoped_restore.
7068 * sol-thread.c (sol_thread_resume, sol_thread_wait)
7069 (sol_thread_xfer_partial, rw_common): Use scoped_restore.
7070 * procfs.c (procfs_do_thread_registers): Use scoped_restore.
7071 * proc-service.c (ps_xfer_memory): Use scoped_restore.
7072 * linux-tdep.c (linux_corefile_thread): Remove a cleanup.
7073 (linux_get_siginfo_data): Add "thread" argument. Use
7074 scoped_restore.
7075 * linux-nat.c (linux_child_follow_fork)
7076 (check_stopped_by_watchpoint): Use scoped_restore.
7077 * infrun.c (displaced_step_prepare_throw, write_memory_ptid)
7078 (THREAD_STOPPED_BY, handle_signal_stop): Use scoped_restore.
7079 (restore_inferior_ptid, save_inferior_ptid): Remove.
7080 * btrace.c (btrace_fetch): Use scoped_restore.
7081 * bsd-uthread.c (bsd_uthread_fetch_registers)
7082 (bsd_uthread_store_registers): Use scoped_restore.
7083 * breakpoint.c (reattach_breakpoints, detach_breakpoints): Use
7084 scoped_restore.
7085 * aix-thread.c (aix_thread_resume, aix_thread_wait)
7086 (aix_thread_xfer_partial): Use scoped_restore.
7087 * inferior.h (save_inferior_ptid): Remove.
7088
e60eb288
YQ
70892017-08-18 Yao Qi <yao.qi@linaro.org>
7090
7091 PR tdep/21818
7092 * arm-tdep.c (gdb_print_insn_arm): Mark
7093 USER_SPECIFIED_MACHINE_TYPE if exec_bfd isn't NULL.
7094
6d580b63
YQ
70952017-08-18 Yao Qi <yao.qi@linaro.org>
7096
7097 * NEWS: Mention GDBserver's new option "--selftest".
7098 * Makefile.in (SFILES): Remove selftest.c, add common/selftest.c.
7099 * selftest.c: Move it to common/selftest.c.
7100 * selftest.h: Move it to common/selftest.h.
7101 * selftest-arch.c (reset): New function.
7102 (tests_with_arch): Call reset.
7103
86dcbf50
YQ
71042017-08-18 Yao Qi <yao.qi@linaro.org>
7105
7106 * selftest.c (run_tests): Don't call QUIT. Call debug_printf
7107 instead of exception_fprintf and printf_filtered.
7108
7649770c
YQ
71092017-08-18 Yao Qi <yao.qi@linaro.org>
7110
7111 * selftest.c (register_self_test): Rename it to
7112 selftests::register_test.
7113 (run_self_tests): selftest::run_tests.
7114 * selftest.h: Update declarations.
7115 * selftest-arch.c (register_self_test_foreach_arch): Rename it to
7116 selftests::register_test_foreach_arch.
7117 * selftest-arch.h: Update declaration.
7118 * aarch64-tdep.c: Update.
7119 * arm-tdep.c: Likewise.
7120 * disasm-selftests.c: Likewise.
7121 * dwarf2loc.c: Likewise.
7122 * dwarf2-frame.c: Likewise.
7123 * findvar.c: Likewise.
7124 * gdbarch-selftests.c: Likewise.
7125 * maint.c (maintenance_selftest): Likewise.
7126 * regcache.c: Likewise.
7127 * rust-exp.y: Likewise.
7128 * selftest-arch.c: Likewise.
7129 * unittests/environ-selftests.c: Likewise.
7130 * unittests/function-view-selftests.c: Likewise.
7131 * unittests/offset-type-selftests.c: Likewise.
7132 * unittests/optional-selftests.c: Likewise.
7133 * unittests/scoped_restore-selftests.c: Likewise.
7134 * utils-selftests.c: Likewise.
7135
b0cba12e
PA
71362017-08-17 Pedro Alves <palves@redhat.com>
7137
7138 * cli/cli-cmds.c (source_command): Delete 'old_source_verbose'
7139 local.
7140
4c8aa72d
PA
71412017-08-17 Pedro Alves <palves@redhat.com>
7142
7143 * dwarf2read.c (struct dwarf2_cu) <line_header_die_owner>: New
7144 field.
7145 (reset_die_in_process): Delete, replaced by ...
7146 (process_die_scope): ... this new class. Make it responsible for
7147 freeing cu->line_header too.
7148 (process_die): Use process_die_scope.
7149 (handle_DW_AT_stmt_list): Record the line header's owner CU/DIE in
7150 cu->line_header_die_owner. Don't release the line header if it's
7151 owned by the CU.
7152 (setup_type_unit_groups): Make the CU/DIE own the line header.
7153 Don't release the line header here.
7154
ba713918
AL
71552017-08-17 Alex Lindsay <alexlindsay239@gmail.com> (tiny change)
7156
7157 * elfread.c (elf_read_minimal_symbols): xfree synthsyms.
7158
44d0fb3a
RK
71592017-08-17 Ruslan Kabatsayev <b7.10110111@gmail.com>
7160
7161 * NEWS: Mention new shortcuts for nexti and stepi in TUI
7162 Single-Key mode
7163
a5afdb16
RK
71642017-08-16 Ruslan Kabatsayev <b7.10110111@gmail.com>
7165
7166 * tui/tui.c (tui_commands): Add "nexti" and "stepi" to the Single-Key
7167 mode command list.
7168
47613aeb
SH
71692017-08-15 Stafford Horne <shorne@gmail.com>
7170
7171 * MAINTAINERS (Write After Approval): Add Stafford Horne.
7172
9c3cc999
SH
71732017-08-15 Stafford Horne <shorne@gmail.com>
7174
7175 * xtensa-tdep.c (xtensa_init_reggroups): Use xstrdup for cpname.
7176
206726fb
SDJ
71772017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
7178
7179 PR gdb/21954
7180 * infcmd.c (unset_environment_command): Use the 'clear' method on
7181 the environment instead of resetting it.
7182
0335ac6d
JB
71832017-08-15 John Baldwin <jhb@FreeBSD.org>
7184
7185 * fbsd-nat.c (fbsd_convert_siginfo): Fix compile on big-endian
7186 platforms.
7187
d3abe1c8
TT
71882017-08-14 Tom Tromey <tom@tromey.com>
7189
7190 * valprint.c (print_octal_chars): Use HOST_CHAR_BIT.
7191 (print_binary_chars): Likewise.
7192 (BITS_IN_BYTES): Remove.
7193
d6382fff
TT
71942017-08-14 Tom Tromey <tom@tromey.com>
7195
7196 PR gdb/21675
7197 * valprint.c (LOW_ZERO): Change value to 034.
7198 (print_octal_chars): Add static_asserts for octal constants.
7199 * printcmd.c (print_scalar_formatted): Add 'd' case.
7200
f978cb06
TT
72012017-08-11 Tom Tromey <tom@tromey.com>
7202
7203 * symfile.c (add_symbol_file_command): Use std::vector.
7204
2f5404b3
TT
72052017-08-14 Tom Tromey <tom@tromey.com>
7206
7207 * break-catch-throw.c (handle_gnu_v3_exceptions): Use std::move.
7208 * break-catch-syscall.c (create_syscall_event_catchpoint): Use
7209 std::move.
7210 * break-catch-sig.c (create_signal_catchpoint): Use std::move.
7211
de7985c3
PA
72122017-08-11 Pedro Alves <palves@redhat.com>
7213
7214 * infrun.c (process_event_stop_test): Adjust
7215 function_name_is_marked_for_skip call.
7216 * skip.c: Include <list>.
7217 (skiplist_entry): Make it a class with private fields, and
7218 getters/setters.
7219 (skiplist_entry_chain): Delete.
7220 (skiplist_entries): New.
7221 (skiplist_entry_count): Delete.
7222 (highest_skiplist_entry_num): New.
7223 (ALL_SKIPLIST_ENTRIES, ALL_SKIPLIST_ENTRIES_SAFE): Delete.
7224 (add_skiplist_entry): Delete.
7225 (skiplist_entry::skiplist_entry): New.
7226 (skiplist_entry::add_entry): New.
7227 (skip_file_command, skip_function): Adjust.
7228 (compile_skip_regexp): Delete.
7229 (skip_command): Don't compile regexp here. Adjust to use
7230 skiplist_entry::add_entry.
7231 (skip_info): Adjust to use range-for and getters.
7232 (skip_enable_command, skip_disable_command): Adjust to use
7233 range-for and setters.
7234 (skip_delete_command): Adjust to use std::list.
7235 (add_skiplist_entry): Delete.
7236 (skip_file_p): Delete, refactored as ...
7237 (skiplist_entry::do_skip_file_p): ... this new method.
7238 (skip_gfile_p): Delete, refactored as ...
7239 (skiplist_entry::do_gskip_file_p): ... this new method.
7240 (skip_function_p, skip_rfunction_p): Delete, refactored as ...
7241 (skiplist_entry::skip_function_p): ... this new method.
7242 (function_name_is_marked_for_skip): Now returns bool, and takes
7243 the function sal by const reference. Adjust to use range-for and
7244 skiplist_entry methods.
7245 (_initialize_step_skip): Remove references to
7246 skiplist_entry_chain, skiplist_entry_count.
7247 * skip.h (function_name_is_marked_for_skip): Now returns bool, and
7248 takes the function sal by const reference.
7249
be7d3cd5
YQ
72502017-08-11 Yao Qi <yao.qi@linaro.org>
7251
7252 * dwarf2-frame.c (clear_pointer_cleanup): Remove.
7253 (dwarf2_frame_cache): Remove reset_cache_cleanup.
7254 (dwarf2_frame_cache):
7255 * frame-unwind.c (frame_unwind_try_unwinder): Catch
7256 RETURN_MASK_ALL and set *this_case to NULL.
7257 * frame-unwind.h: Update comments.
7258
1c90d9f0
YQ
72592017-08-11 Yao Qi <yao.qi@linaro.org>
7260
7261 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Remove.
7262 (dwarf2_frame_state_copy_regs): Remove.
7263 (dwarf2_frame_state_free_regs): Remove.
7264 (dwarf2_frame_state::~dwarf2_frame_state): Remove.
7265 (dwarf2_restore_rule): Call method .alloc_regs instead of
7266 dwarf2_frame_state_alloc_regs.
7267 (execute_cfa_program): Likewise. Call dwarf2_frame_state_reg_info
7268 constructor. Call std::move.
7269 (dwarf2_fetch_cfa_info): Don't call dwarf2_frame_state_copy_regs.
7270 (dwarf2_frame_cache): Likewise.
7271
7272 [GDB_SELF_TEST]: Include selftest.h and
7273 selftest-arch.h.
7274 [GDB_SELF_TEST] (execute_cfa_program_test): New function.
7275 (_initialize_dwarf2_frame) [GDB_SELF_TEST]: Register
7276 execute_cfa_program_test.
7277
7278 * dwarf2-frame.h (dwarf2_frame_state_reg_info): Add ctor, dtor,
7279 copy ctor, assignment operator, move assignment.
7280 <alloc_regs>: New method.
7281 <swap>: New method.
7282 (struct dwarf2_frame_state): Delete dtor.
7283 (dwarf2_frame_state_alloc_regs): Remove declaration.
7284 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): Don't call
7285 dwarf2_frame_state_alloc_regs, use .alloc_regs instead.
7286
afe37d6b
YQ
72872017-08-11 Yao Qi <yao.qi@linaro.org>
7288
7289 * dwarf2-frame.c (dwarf2_frame_state_free): Remove.
7290 (dwarf2_frame_state::dwarf2_frame_state): New.
7291 (dwarf2_frame_state::~dwarf2_frame_state): New.
7292 (dwarf2_fetch_cfa_info): Update.
7293 (dwarf2_frame_cache): Remove old_chain. Change 'fs' to an object
7294 rather than a pointer. Update code.
7295 * dwarf2-frame.h (struct dwarf2_frame_state): Declare ctor and
7296 dtor.
7297 <data_align, code_align, retaddr_column>: Change them to const.
7298 <armcc_cfa_offsets_sf, armcc_cfa_offsets_reversed>: Change them
7299 to bool.
7300
b348037f
YQ
73012017-08-11 Yao Qi <yao.qi@linaro.org>
7302
7303 * dwarf2-frame.h (struct dwarf2_frame_state_reg) <exp_len>: Remove.
7304 <loc.exp>: New field.
7305 * dwarf2-frame.c (execute_cfa_program): Update.
7306 (dwarf2_frame_prev_register): Update.
7307
e7c9de26
PA
73082017-08-10 Pedro Alves <palves@redhat.com>
7309
7310 * common/gdb_unique_ptr.h (xfree_deleter<T[]>): Define.
7311
e8c6b620
JB
73122017-08-09 John Baldwin <jhb@FreeBSD.org>
7313
7314 * fbsd-nat.c (struct fbsd_fork_info): Remove.
7315 (fbsd_pending_children): Use std::list.
7316 (fbsd_remember_child): Likewise.
7317 (fbsd_is_child_pending): Likewise.
7318 (fbsd_pending_vfork_done): Use std::forward_list.
7319 (fbsd_add_vfork_done): Likewise.
7320 (fbsd_is_vfork_done_pending): Likewise.
7321 (fbsd_next_vfork_done): Likewise.
7322
e4a26669
JB
73232017-08-09 John Baldwin <jhb@FreeBSD.org>
7324
7325 * fbsd-nat.c [HAVE_KINFO_GETVMMAP] (struct free_deleter): New.
7326 (fbsd_find_memory_regions): Use free_deleter with std::unique_ptr.
7327 [!HAVE_KINFO_GETVMMAP] (fbsd_find_memory_regions): Use std::string
7328 for `mapfilename'.
7329 (fbsd_xfer_partial): Use gdb::byte_vector.
af3881e6 7330 (fbsd_add_threads): Use gdb::unique_xmalloc_ptr.
e4a26669 7331
142311d3
JB
73322017-08-09 John Baldwin <jhb@FreeBSD.org>
7333
7334 * fbsd-nat.c: [!HAVE_KINFO_GETVMMAP]: Include <sys/user.h> and
7335 "filestuff.h".
7336 (fbsd_find_memory_regions): Fix `mapfile' initialization.
7337
42fa2e0e
TT
73382017-08-09 Tom Tromey <tom@tromey.com>
7339
7340 * skip.c (skiplist_entry): New constructor.
7341 (skiplist_entry::enabled, skiplist_entry::function_is_regexp)
7342 (skiplist_entry::file_is_glob): Now bool.
7343 (skiplist_entry::file, skiplist_entry::function): Now
7344 std::string.
7345 (make_skip_entry): Return a unique_ptr. Use new.
7346 (free_skiplist_entry, free_skiplist_entry_cleanup)
7347 (make_free_skiplist_entry_cleanup): Remove.
7348 (skip_command, skip_disable_command, add_skiplist_entry)
7349 (skip_form_bytes, compile_skip_regexp, skip_command, skip_info)
7350 (skip_file_p, skip_gfile_p, skip_function_p, skip_rfunction_p)
7351 (function_name_is_marked_for_skip): Update.
7352 (skip_delete_command): Update. Use delete.
7353
cd3af38d
JW
73542017-08-09 Jiong Wang <jiong.wang@arm.com>
7355
7356 * aarch64-linux-tdep.c: Include "auxv.h" and "elf/common.h".
7357 (aarch64_linux_core_read_description): New function.
7358 (aarch64_linux_init_abi): Register gdbarch_core_read_description.
7359
29592bde
PA
73602017-08-09 Pedro Alves <palves@redhat.com>
7361
7362 * cp-name-parser.y (cp_comp_to_string): Return a
7363 gdb::unique_xmalloc_ptr<char>.
7364 * cp-support.c (replace_typedefs_qualified_name)
7365 (replace_typedefs): Adjust to use gdb::unique_xmalloc_ptr<char>.
7366 (cp_canonicalize_string_full): Use op= instead of explicit
7367 convertion.
7368 (cp_class_name_from_physname, method_name_from_physname)
7369 (cp_func_name, cp_remove_params): Adjust to use
7370 gdb::unique_xmalloc_ptr<char>.
7371 * cp-support.h (cp_comp_to_string): Return a
7372 gdb::unique_xmalloc_ptr<char>.
7373 * python/py-type.c (typy_lookup_type): Adjust to use
7374 gdb::unique_xmalloc_ptr<char>.
7375
b3340438
L
73762017-08-09 H.J. Lu <hongjiu.lu@intel.com>
7377
7378 * dwarf2read.c (dwarf2_string_attr): Fix a typo.
7379
e88e8651
YQ
73802017-08-09 Alex Lindsay <alexlindsay239@gmail.com>
7381 Yao Qi <yao.qi@linaro.org>
7382
7383 * cp-support.c (cp_canonicalize_string_full): Use
7384 gdb::unique_xmalloc_ptr<char>.
7385 (cp_canonicalize_string): Likewise.
7386
f5a29eb0
YQ
73872017-08-09 Yao Qi <yao.qi@linaro.org>
7388
7389 * features/Makefile (WHICH): Remove i386/ non-linux stuff.
7390 * regformats/i386/amd64-avx-avx512.dat: Remove.
7391 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Remove.
7392 * regformats/i386/amd64-avx-mpx.dat:Remove.
7393 * regformats/i386/amd64-avx.dat: Remove.
7394 * regformats/i386/amd64-mpx.dat: Remove.
7395 * regformats/i386/i386-avx-avx512.dat: Remove.
7396 * regformats/i386/i386-avx-mpx-avx512-pku.dat: Remove.
7397 * regformats/i386/i386-avx-mpx.dat: Remove.
7398 * regformats/i386/i386-mmx.dat: Remove.
7399 * regformats/i386/i386-mpx.dat: Remove.
7400
57757c2f
YQ
74012017-08-09 Yao Qi <yao.qi@linaro.org>
7402
7403 * amd64-tdep.h (tdesc_x32): Remove the declaration.
7404 * amd64-tdep.c: Don't include features/i386/x32*.c.
7405 (_initialize_amd64_tdep): Don't call initialize_tdesc_x32*
7406 functions.
7407 * features/Makefile (WHICH): Remove i386/x32, i386/x32-avx,
7408 and i386/x32-avx-avx512.
7409 (XMLTOC): Remove i386/x32-avx.xml, i386/x32-avx-avx512.xml,
7410 and i386/x32.xml.
7411 * features/i386/x32-avx-avx512.c: Removed.
7412 * features/i386/x32-avx-avx512.xml: Removed.
7413 * features/i386/x32-avx.c: Removed.
7414 * features/i386/x32-avx.xml: Removed.
7415 * features/i386/x32.c: Removed.
7416 * features/i386/x32.xml: Removed.
7417 * regformats/i386/x32-avx-avx512.dat: Removed.
7418 * regformats/i386/x32-avx.dat: Removed.
7419 * regformats/i386/x32.dat: Removed.
7420
ba7b109b
MR
74212017-08-07 Maciej W. Rozycki <macro@imgtec.com>
7422
7423 PR breakpoints/21886
7424 * mem-break.c (default_memory_insert_breakpoint): Use
7425 `->placed_address' rather than `->reqstd_address' for the
7426 breakpoint location.
7427
e347efc3
MR
74282017-08-07 Maciej W. Rozycki <macro@imgtec.com>
7429
7430 * arch-utils.c (default_print_insn): Remove arch/mach/endian
7431 assertions.
7432
0dba2a6c
MR
74332017-08-07 Maciej W. Rozycki <macro@imgtec.com>
7434
7435 * gdbarch.sh (gdbarch_info): Replace the `tdep_info' member with
7436 a union of `tdep_info', `tdesc_data' and `id'.
7437 * aarch64-tdep.c (aarch64_gdbarch_init): Use `info.tdesc_data'
7438 rather than `info.tdep_info'.
7439 * amd64-linux-tdep.c (amd64_linux_init_abi): Likewise.
7440 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
7441 * i386-tdep.c (i386_gdbarch_init): Likewise.
7442 * mips-linux-tdep.c (mips_linux_init_abi): Likewise.
7443 * mips-tdep.c (mips_gdbarch_init): Likewise.
7444 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
7445 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
7446 * ppc-linux-tdep.c (ppu2spu_sniffer): Use `info.id' rather than
7447 `info.tdep_info'.
7448 (ppc_linux_init_abi): Use `info.tdesc_data' rather than
7449 `info.tdep_info'.
7450 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
7451 * spu-multiarch.c (spu_gdbarch): Use `info.id' rather than
7452 `info.tdep_info'.
7453 * spu-tdep.c (spu_gdbarch_init): Likewise.
7454 * gdbarch.h: Regenerate.
7455
16eb6b2d
LS
74562017-08-07 Leszek Swirski <leszeks@google.com>
7457
7b005726 7458 PR symtab/20899
16eb6b2d
LS
7459 * dwarf2read.c (dwarf2_string_attr): Allow DW_FORM_GNU_strp_alt.
7460
74cbb09e
SM
74612017-08-07 Simon Marchi <simon.marchi@ericsson.com>
7462
7463 * remote-sim.c (gdbsim_load): Remove char **argv local variable.
7464 (gdbsim_open): Rename gdb_argv args object to argv.
7465
ee0c3293
TT
74662017-08-05 Tom Tromey <tom@tromey.com>
7467
7468 * compile/compile-object-load.c (compile_object_load): Use
7469 gdb::unique_xmalloc_ptr.
7470 * cli/cli-dump.c (scan_filename): Rename from
7471 scan_filename_with_cleanup. Change return type.
7472 (scan_expression): Rename from scan_expression_with_cleanup.
7473 Change return type.
7474 (dump_memory_to_file, dump_value_to_file, restore_command):
7475 Use gdb::unique_xmalloc_ptr. Update.
7476 * cli/cli-cmds.c (find_and_open_script): Use
7477 gdb::unique_xmalloc_ptr.
7478 * tracefile-tfile.c (tfile_open): Use gdb::unique_xmalloc_ptr.
7479 * symmisc.c (maintenance_print_symbols)
7480 (maintenance_print_msymbols): Use gdb::unique_xmalloc_ptr.
7481 * symfile.c (symfile_bfd_open, generic_load)
7482 (add_symbol_file_command, remove_symbol_file_command): Use
7483 gdb::unique_xmalloc_ptr.
7484 * source.c (openp): Use gdb::unique_xmalloc_ptr.
7485 * psymtab.c (maintenance_print_psymbols): Use
7486 gdb::unique_xmalloc_ptr.
7487 * corelow.c (core_open): Use gdb::unique_xmalloc_ptr.
7488 * breakpoint.c (save_breakpoints): Use gdb::unique_xmalloc_ptr.
7489 * solib.c (solib_map_sections): Use gdb::unique_xmalloc_ptr.
7490 (reload_shared_libraries_1): Likewise.
7491
3232fabd
TT
74922017-08-05 Tom Tromey <tom@tromey.com>
7493
7494 * rust-exp.y (rust_op_ptr, set_field): Remove typedefs.
7495 (rust_op_vector, rust_set_vector): New typedefs.
7496 (current_parser): New global.
7497 (work_obstack): Change to pointer type. Update all users.
7498 (rust_ast, pstate): Remove globals.
7499 (struct rust_parser): New.
7500 (%union) <params, field_inits>: Change type.
7501 (start, tuple_expr, unit_expr, struct_expr_list, literal)
7502 (field_expr, expr_list, maybe_expr_list, type_list): Update.
7503 (ast_call_ish, ast_path, ast_function_type, ast_tuple_type)
7504 (convert_params_to_types, convert_params_to_expression): Change
7505 type of "params".
7506 (ast_string): Change type of "fields".
7507 (rust_parse): Make a rust_parser. Remove cleanups.
7508 (rust_lex_tests): Make and install an auto_obstack.
7509
f02fd774
YQ
75102017-08-04 Yao Qi <yao.qi@linaro.org>
7511
7512 * configure.srv (ipa_x32_linux_regobj): New.
7513 * linux-amd64-ipa.c (get_ipa_tdesc): Use X86_TDESC_AVX_AVX512
7514 instead of X86_TDESC_AVX512.
7515 (initialize_low_tracepoint): Call
7516 init_registers_x32_avx_avx512_linux.
7517
91975afd
YQ
75182017-08-04 Yao Qi <yao.qi@linaro.org>
7519
7520 * utils.h (gdb_argv): Add namespace std for nullptr_t.
7521
2331fa3a
RK
75222017-08-03 Ruslan Kabatsayev <b7.10110111@gmail.com>
7523
7524 * MAINTAINERS (Write After Approval): Add Ruslan Kabatsayev.
7525
744e4fe1
TT
75262017-08-03 Tom Tromey <tom@tromey.com>
7527
7528 * utils.c (make_cleanup_freeargv, do_freeargv, gdb_buildargv):
7529 Remove.
7530 * utils.h (make_cleanup_freeargv, gdb_buildargv): Remove.
7531
1c034b67
TT
75322017-08-03 Tom Tromey <tom@tromey.com>
7533
7534 * python/py-param.c (compute_enum_values): Use gdb_argv.
7535
773a1edc
TT
75362017-08-03 Tom Tromey <tom@tromey.com>
7537
7538 * utils.h (struct gdb_argv_deleter): New.
7539 (gdb_argv): New class.
7540 * utils.c (gdb_argv::reset): New method.
7541 * tracepoint.c (delete_trace_variable_command): Use gdb_argv.
7542 * tracefile.c (tsave_command): Use gdb_argv.
7543 * top.c (new_ui_command): Use gdb_argv.
7544 * symmisc.c (maintenance_print_symbols)
7545 (maintenance_print_msymbols, maintenance_expand_symtabs): Use gdb_argv.
7546 * symfile.c (symbol_file_command, generic_load)
7547 (remove_symbol_file_command): Use gdb_argv.
7548 * stack.c (backtrace_command): Use gdb_argv.
7549 * source.c (add_path, show_substitute_path_command)
7550 (unset_substitute_path_command, set_substitute_path_command):
7551 Use gdb_argv.
7552 * skip.c (skip_command): Use gdb_argv. Use gdb_buildargv.
7553 * ser-mingw.c (pipe_windows_open): Use gdb_argv.
7554 * remote.c (extended_remote_run, remote_put_command)
7555 (remote_get_command, remote_delete_command): Use gdb_argv.
7556 * remote-sim.c (gdbsim_load, gdbsim_create_inferior)
7557 (gdbsim_open): Use gdb_argv.
7558 * python/py-cmd.c (gdbpy_string_to_argv): Use gdb_argv.
7559 * psymtab.c (maintenance_print_psymbols): Use gdb_argv.
7560 * procfs.c (procfs_info_proc): Use gdb_argv.
7561 * interps.c (interpreter_exec_cmd): Use gdb_argv.
7562 * infrun.c (handle_command): Use gdb_argv.
7563 * inferior.c (add_inferior_command, clone_inferior_command):
7564 Use gdb_argv.
7565 * guile/scm-string.c (gdbscm_string_to_argv): Use gdb_argv.
7566 * exec.c (exec_file_command): Use gdb_argv.
7567 * cli/cli-cmds.c (alias_command): Use gdb_argv.
7568 * compile/compile.c (build_argc_argv): Use gdb_argv.
7569
0d50bde3
TT
75702017-08-03 Tom Tromey <tom@tromey.com>
7571
7572 * python/python.c (gdbpy_decode_line): Use unique_xmalloc_ptr.
7573
7f968c89
TT
75742017-08-03 Tom Tromey <tom@tromey.com>
7575
7576 * python/python.c (compute_python_string): Return std::string.
7577 (gdbpy_eval_from_control_command): Update.
7578 (do_start_initialization): Use std::string.
7579 * python/py-varobj.c (py_varobj_iter_next): Use string_printf, not
7580 xstrprintf.
7581 * python/py-breakpoint.c (local_setattro): Use string_printf, not
7582 xstrprintf.
7583
3c9ebddd
TT
75842017-08-03 Tom Tromey <tom@tromey.com>
7585
7586 * top.h (do_restore_instream_cleanup): Remove.
7587 * top.c (do_restore_instream_cleanup): Remove.
7588 (read_command_file): Use scoped_restore.
7589 * cli/cli-script.c (execute_user_command): Use scoped_restore.
7590
b51b225e
TT
75912017-08-03 Tom Tromey <tom@tromey.com>
7592
7593 * cli/cli-script.c (execute_user_command)
7594 (execute_control_command): Use scoped_restore.
7595
ac991630
TT
75962017-08-03 Tom Tromey <tom@tromey.com>
7597
7598 * cli/cli-script.c (do_restore_user_call_depth): Remove.
7599 (execute_user_command): Remove user_call_depth; use
7600 user_args_stack's size instead.
7601
898e0c8e
TT
76022017-08-03 Tom Tromey <tom@tromey.com>
7603
7604 * top.h (in_user_command): Remove.
7605 * top.c (in_user_command): Remove.
7606 * cli/cli-script.c (do_restore_user_call_depth)
7607 (execute_user_command): Update.
7608
26fcd5d7
TT
76092017-08-03 Tom Tromey <tom@tromey.com>
7610
7611 * valops.c (search_struct_method): Use gdb::byte_vector.
7612 * valarith.c (value_concat): Use std::vector.
7613 * target.c (memory_xfer_partial): Use gdb::byte_vector.
7614 (simple_search_memory): Likewise.
7615 * printcmd.c (find_string_backward): Use gdb::byte_vector.
7616 * mi/mi-main.c (mi_cmd_data_write_memory): Use gdb::byte_vector.
7617 * gcore.c (gcore_copy_callback): Use gdb::byte_vector.
7618 * elfread.c (elf_rel_plt_read): Use std::string.
7619 * cp-valprint.c (cp_print_value): Use gdb::byte_vector.
7620 * cli/cli-dump.c (restore_section_callback): Use
7621 gdb::byte_vector.
7622
7c218e6c
TT
76232017-08-03 Tom Tromey <tom@tromey.com>
7624
7625 * jit.c (jit_reader_load_command): Use unique_xmalloc_ptr.
7626
31b68d4a
TT
76272017-08-03 Tom Tromey <tom@tromey.com>
7628
7629 * tui/tui-regs.c (tui_restore_gdbout): Remove.
7630 (tui_register_format): Use scoped_restore.
7631
2ec845e7
TT
76322017-08-03 Tom Tromey <tom@tromey.com>
7633
7634 * reverse.c (exec_direction_default): Remove.
7635 (exec_reverse_once): Use scoped_restore.
7636 * remote.c (restore_remote_timeout): Remove.
7637 (remote_flash_erase, remote_flash_write, remote_flash_done)
7638 (readchar, remote_serial_write): Use scoped_restore.
7639 * cli/cli-script.c (struct source_cleanup_lines_args)
7640 (source_cleanup_lines): Remove.
7641 (script_from_file): Use scoped_restore.
7642 * cli/cli-cmds.c (source_verbose_cleanup): Remove.
7643 (source_command): Use scoped_restore.
7644
b3bc8453
TT
76452017-08-03 Tom Tromey <tom@tromey.com>
7646
7647 * utils.h (make_cleanup_free_so): Remove.
7648 * utils.c (do_free_so, make_cleanup_free_so): Remove.
7649 * solist.h (struct so_deleter): New.
7650 (so_list_up): New typedef.
7651 * solib-svr4.c (svr4_read_so_list): Use so_list_up.
7652
e3ad2841
TT
76532017-08-03 Tom Tromey <tom@tromey.com>
7654
7655 * utils.h (make_cleanup_restore_current_language): Remove.
7656 * utils.c (do_restore_current_language)
7657 (make_cleanup_restore_current_language): Remove.
7658 * parse.c (parse_exp_in_context_1)
7659 (parse_expression_with_language): Use
7660 scoped_restore_current_language.
7661 * mi/mi-main.c (mi_cmd_execute): Use
7662 scoped_restore_current_language.
7663 * language.h (scoped_restore_current_language): New class.
7664
b80cf838
TT
76652017-08-03 Tom Tromey <tom@tromey.com>
7666
7667 * compile/compile.c (cleanup_unlink_file): Remove.
7668 (compile_to_object): Use gdb::unlinker.
7669 (eval_compile_command): Likewise.
7670
fad0444a
TT
76712017-08-03 Tom Tromey <tom@tromey.com>
7672
7673 * utils.h (make_cleanup_fclose): Remove.
7674 * utils.c (do_fclose_cleanup, make_cleanup_fclose): Remove.
7675
6e7bc05c
TT
76762017-08-03 Tom Tromey <tom@tromey.com>
7677
7678 * top.c (open_terminal_stream): Return gdb_file_up.
7679 (new_ui_command): Update.
7680
4a45905b
TT
76812017-08-03 Tom Tromey <tom@tromey.com>
7682
7683 * source.c (print_source_lines_base, forward_search_command)
7684 (reverse_search_command): Use gdb_file_up.
7685
7cd06d6e
TT
76862017-08-03 Tom Tromey <tom@tromey.com>
7687
7688 * fbsd-nat.c (fbsd_find_memory_regions): Update.
7689
ed166945
TT
76902017-08-03 Tom Tromey <tom@tromey.com>
7691
7692 * cli/cli-cmds.c (find_and_open_script): Change return type.
7693 Remove "streamp" and "full_path" parameters.
7694 (source_script_with_search): Update.
7695 * auto-load.c (source_script_file): Update.
7696 * cli/cli-cmds.h (find_and_open_script): Change type.
7697 (open_script): New struct.
7698
d419f42d
TT
76992017-08-03 Tom Tromey <tom@tromey.com>
7700
7701 * xml-support.c (xml_fetch_content_from_file): Update.
7702 * ui-file.c (stdio_file::open): Update.
7703 * tracefile-tfile.c (tfile_start): Update.
7704 * remote.c (remote_file_put, remote_file_get): Update.
7705 * nat/linux-procfs.c (linux_proc_get_int)
7706 (linux_proc_pid_get_state, linux_proc_tid_get_name): Update.
7707 * nat/linux-osdata.c (linux_common_core_of_thread): Update.
7708 (command_from_pid, commandline_from_pid, linux_xfer_osdata_cpus)
7709 (print_sockets, linux_xfer_osdata_shm, linux_xfer_osdata_sem)
7710 (linux_xfer_osdata_msg, linux_xfer_osdata_modules): Update.
7711 * nat/linux-btrace.c (linux_determine_kernel_start): Update.
7712 * linux-nat.c (linux_proc_pending_signals): Update.
7713 * dwarf2read.c (write_psymtabs_to_index): Use gdb_file_up.
7714 (file_closer): Remove.
7715 * compile/compile.c (compile_to_object): Update.
7716 * common/filestuff.h (struct gdb_file_deleter): New.
7717 (gdb_file_up): New typedef.
7718 (gdb_fopen_cloexec): Change return type.
7719 * common/filestuff.c (gdb_fopen_cloexec): Return gdb_file_up.
7720 * cli/cli-dump.c (fopen_with_cleanup): Remove.
7721 (dump_binary_file, restore_binary_file): Update.
7722 * auto-load.c (auto_load_objfile_script_1): Update.
7723
4a2b031d
TT
77242017-08-03 Tom Tromey <tom@tromey.com>
7725
7726 * tracepoint.c (tvariables_info_1): Use ui_out_emit_table.
7727 (info_static_tracepoint_markers_command): Likewise.
7728 * solib.c (info_sharedlibrary_command): Use ui_out_emit_table.
7729 * skip.c (skip_info): Use ui_out_emit_table.
7730 * progspace.c (print_program_space): Use ui_out_emit_table.
7731 * osdata.c (info_osdata): Use ui_out_emit_table.
7732 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions): Use
7733 ui_out_emit_table.
7734 * linux-thread-db.c (info_auto_load_libthread_db): Use
7735 ui_out_emit_table.
7736 * inferior.c (print_inferior): Use ui_out_emit_table.
7737 * gdb_bfd.c (maintenance_info_bfds): Use ui_out_emit_table.
7738 * breakpoint.c (breakpoint_1): Use ui_out_emit_table.
7739 * auto-load.c (auto_load_info_scripts): Use ui_out_emit_table.
7740 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_table.
7741 * ui-out.h (class ui_out_emit_table): New.
7742
a4f320fd
MR
77432017-08-02 Maciej W. Rozycki <macro@imgtec.com>
7744
7745 * mips-tdep.c (mips_fpu_type_str): New function.
7746 (mips_dump_tdep): Call it.
7747
a2f1f308
MR
77482017-08-01 Maciej W. Rozycki <macro@imgtec.com>
7749
7750 * mips-tdep.c (mips_gdbarch_init): Use MIPS_FPU_TYPE to access
7751 `->mips_fpu_type'.
7752
7e5ed83b
XR
77532017-07-31 Xavier Roirand <roirand@adacore.com>
7754
7755 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
7756
4c9dc811
XR
77572017-07-27 Xavier Roirand <roirand@adacore.com>
7758
7759 * MAINTAINERS (Write After Approval): Add Xavier Roirand.
7760
27d41eac
YQ
77612017-07-26 Yao Qi <yao.qi@linaro.org>
7762
7763 * cli/cli-cmds.c (maintenancechecklist): New variable.
7764 * gdbcmd.h (maintenancechecklist): Declare it.
7765 * i386-linux-tdep.c (_initialize_i386_linux_tdep) [GDB_SELF_TEST]:
7766 Call i386_linux_read_description with different masks.
7767 * maint.c (maintenance_check_command): New function.
7768 (_initialize_maint_cmds): Call add_prefix_cmd.
7769 * target-descriptions.c (tdesc_reg): override operator != and ==.
7770 (tdesc_type): Likewise.
7771 (tdesc_feature): Likewise.
7772 (target_desc): Likewise.
7773 [GDB_SELF_TEST] (selftests::record_xml_tdesc): New function.
7774 (maintenance_check_xml_descriptions): New function.
7775 (_initialize_target_descriptions) Add command "xml-descriptions".
7776 * target-descriptions.h (selftests::record_xml_tdesc): Declare.
7777
ea03d0d3
YQ
77782017-07-26 Yao Qi <yao.qi@linaro.org>
7779
7780 * i386-linux-tdep.c: Don't include features/i386/i386-*linux.c.
7781 Include features/i386/32bit-*.c.
7782 (i386_linux_read_description): Generate target description if it
7783 doesn't exist.
7784 (_initialize_i386_linux_tdep): Don't call _initialize_tdesc_i386
7785 functions.
7786 * features/i386/32bit-linux.c: Re-generated.
7787 * features/i386/32bit-sse.c: Likewise.
7788 * target-descriptions.c (print_c_feature::visit): Print code to
7789 set register number if needed.
7790 (print_c_feature) <m_next_regnum>: New field.
7791
25aa13e5
YQ
77922017-07-26 Yao Qi <yao.qi@linaro.org>
7793
7794 * features/Makefile (CFILES): Rename with TDESC_CFILES.
7795 (FEATURE_XMLFILES): New.
7796 (FEATURE_CFILES): New.
7797 New rules.
7798 (clean-cfiles): Remove generated c files.
7799 * features/i386/32bit-avx.c: Generated.
7800 * features/i386/32bit-avx512.c: Generated.
7801 * features/i386/32bit-core.c: Generated.
7802 * features/i386/32bit-linux.c: Generated.
7803 * features/i386/32bit-mpx.c: Generated.
7804 * features/i386/32bit-pkeys.c: Generated.
7805 * features/i386/32bit-sse.c: Generated.
7806 * target-descriptions.c: Include algorithm.
7807 (tdesc_element_visitor): Add method visit_end.
7808 (print_c_tdesc): Implement visit_end.
7809 (print_c_tdesc:: m_filename_after_features): Move it to
7810 protected.
7811 (print_c_feature): New class.
7812 (maint_print_c_tdesc_cmd): Use print_c_feature if XML file
7813 name starts with "i386/32bit-".
7814
6eb1e6a8
YQ
78152017-07-26 Yao Qi <yao.qi@linaro.org>
7816
7817 * target-descriptions.c (tdesc_element_visitor): New class.
7818 (tdesc_element): New class.
7819 (tdesc_reg): Inherit from tdesc_element.
7820 (tdesc_reg::accept): New function.
7821 (tdesc_type): Inherit from tdesc_element.
7822 (tdesc_type::accept): New function.
7823 (tdesc_feature): Inherit from tdesc_element.
7824 (tdesc_feature::accept): New function.
7825 (target_desc): Inherit from tdesc_element.
7826 (target_desc::target_desc): New.
7827 (target_desc::~target_desc): New.
7828 (target_desc::accept): New.
7829 (allocate_target_description): Use new.
7830 (free_target_description): Use delete.
7831 (print_c_tdesc): New class.
7832 (maint_print_c_tdesc_cmd): Adjust.
7833
7834 * features/aarch64.c: Re-generated.
7835 * features/arc-arcompact.c: Re-generated.
7836 * features/arc-v2.c: Re-generated.
7837 * features/arm/arm-with-iwmmxt.c: Re-generated.
7838 * features/arm/arm-with-m.c: Re-generated.
7839 * features/arm/arm-with-m-fpa-layout.c: Re-generated.
7840 * features/arm/arm-with-m-vfp-d16.c: Re-generated.
7841 * features/arm/arm-with-neon.c: Re-generated.
7842 * features/arm/arm-with-vfpv2.c: Re-generated.
7843 * features/arm/arm-with-vfpv3.c: Re-generated.
7844 * features/i386/amd64-avx-avx512.c: Re-generated.
7845 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
7846 * features/i386/amd64-avx.c: Re-generated.
7847 * features/i386/amd64-avx-linux.c: Re-generated.
7848 * features/i386/amd64-avx-mpx-avx512-pku.c: Re-generated.
7849 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
7850 * features/i386/amd64-avx-mpx.c: Re-generated.
7851 * features/i386/amd64-avx-mpx-linux.c: Re-generated.
7852 * features/i386/amd64.c: Re-generated.
7853 * features/i386/amd64-linux.c: Re-generated.
7854 * features/i386/amd64-mpx.c: Re-generated.
7855 * features/i386/amd64-mpx-linux.c: Re-generated.
7856 * features/i386/i386-avx-avx512.c: Re-generated.
7857 * features/i386/i386-avx-avx512-linux.c: Re-generated.
7858 * features/i386/i386-avx.c: Re-generated.
7859 * features/i386/i386-avx-linux.c: Re-generated.
7860 * features/i386/i386-avx-mpx-avx512-pku.c: Re-generated.
7861 * features/i386/i386-avx-mpx-avx512-pku-linux.c: Re-generated.
7862 * features/i386/i386-avx-mpx.c: Re-generated.
7863 * features/i386/i386-avx-mpx-linux.c: Re-generated.
7864 * features/i386/i386.c: Re-generated.
7865 * features/i386/i386-linux.c: Re-generated.
7866 * features/i386/i386-mmx.c: Re-generated.
7867 * features/i386/i386-mmx-linux.c: Re-generated.
7868 * features/i386/i386-mpx.c: Re-generated.
7869 * features/i386/i386-mpx-linux.c: Re-generated.
7870 * features/i386/x32-avx-avx512.c: Re-generated.
7871 * features/i386/x32-avx-avx512-linux.c: Re-generated.
7872 * features/i386/x32-avx.c: Re-generated.
7873 * features/i386/x32-avx-linux.c: Re-generated.
7874 * features/i386/x32.c: Re-generated.
7875 * features/i386/x32-linux.c: Re-generated.
7876 * features/microblaze.c: Re-generated.
7877 * features/microblaze-with-stack-protect.c: Re-generated.
7878 * features/mips64-dsp-linux.c: Re-generated.
7879 * features/mips64-linux.c: Re-generated.
7880 * features/mips-dsp-linux.c: Re-generated.
7881 * features/mips-linux.c: Re-generated.
7882 * features/nds32.c: Re-generated.
7883 * features/nios2.c: Re-generated.
7884 * features/nios2-linux.c: Re-generated.
7885 * features/rs6000/powerpc-32.c: Re-generated.
7886 * features/rs6000/powerpc-32l.c: Re-generated.
7887 * features/rs6000/powerpc-403.c: Re-generated.
7888 * features/rs6000/powerpc-403gc.c : Re-generated.
7889 * features/rs6000/powerpc-405.c: Re-generated.
7890 * features/rs6000/powerpc-505.c: Re-generated.
7891 * features/rs6000/powerpc-601.c: Re-generated.
7892 * features/rs6000/powerpc-602.c: Re-generated.
7893 * features/rs6000/powerpc-603.c: Re-generated.
7894 * features/rs6000/powerpc-604.c: Re-generated.
7895 * features/rs6000/powerpc-64.c: Re-generated.
7896 * features/rs6000/powerpc-64l.c: Re-generated.
7897 * features/rs6000/powerpc-7400.c: Re-generated.
7898 * features/rs6000/powerpc-750.c: Re-generated.
7899 * features/rs6000/powerpc-860.c: Re-generated.
7900 * features/rs6000/powerpc-altivec32.c: Re-generated.
7901 * features/rs6000/powerpc-altivec32l.c: Re-generated.
7902 * features/rs6000/powerpc-altivec64.c: Re-generated.
7903 * features/rs6000/powerpc-altivec64l.c: Re-generated.
7904 * features/rs6000/powerpc-cell32l.c: Re-generated.
7905 * features/rs6000/powerpc-cell64l.c: Re-generated.
7906 * features/rs6000/powerpc-e500.c: Re-generated.
7907 * features/rs6000/powerpc-e500l.c: Re-generated.
7908 * features/rs6000/powerpc-isa205-32l.c: Re-generated.
7909 * features/rs6000/powerpc-isa205-64l.c: Re-generated.
7910 * features/rs6000/powerpc-isa205-altivec32l.c: Re-generated.
7911 * features/rs6000/powerpc-isa205-altivec64l.c: Re-generated.
7912 * features/rs6000/powerpc-isa205-vsx32l.c: Re-generated.
7913 * features/rs6000/powerpc-isa205-vsx64l.c: Re-generated.
7914 * features/rs6000/powerpc-vsx32.c: Re-generated.
7915 * features/rs6000/powerpc-vsx32l.c: Re-generated.
7916 * features/rs6000/powerpc-vsx64.c: Re-generated.
7917 * features/rs6000/powerpc-vsx64l.c: Re-generated.
7918 * features/rs6000/rs6000.c: Re-generated.
7919 * features/s390-linux32.c: Re-generated.
7920 * features/s390-linux32v1.c: Re-generated.
7921 * features/s390-linux32v2.c: Re-generated.
7922 * features/s390-linux64.c: Re-generated.
7923 * features/s390-linux64v1.c: Re-generated.
7924 * features/s390-linux64v2.c: Re-generated.
7925 * features/s390-te-linux64.c: Re-generated.
7926 * features/s390-tevx-linux64.c: Re-generated.
7927 * features/s390-vx-linux64.c: Re-generated.
7928 * features/s390x-linux64.c: Re-generated.
7929 * features/s390x-linux64v1.c: Re-generated.
7930 * features/s390x-linux64v2.c: Re-generated.
7931 * features/s390x-te-linux64.c: Re-generated.
7932 * features/s390x-tevx-linux64.c: Re-generated.
7933 * features/s390x-vx-linux64.c: Re-generated.
7934 * features/sparc/sparc32-solaris.c: Re-generated.
7935 * features/sparc/sparc64-solaris.c: Re-generated.
7936 * features/tic6x-c62x.c: Re-generated.
7937 * features/tic6x-c62x-linux.c: Re-generated.
7938 * features/tic6x-c64x.c: Re-generated.
7939 * features/tic6x-c64x-linux.c: Re-generated.
7940 * features/tic6x-c64xp.c: Re-generated.
7941 * features/tic6x-c64xp-linux.c: Re-generated.
7942
35b4818d
YQ
79432017-07-26 Yao Qi <yao.qi@linaro.org>
7944
7945 * i386-linux-tdep.c (i386_linux_read_description): New function.
7946 (i386_linux_core_read_description): Call
7947 i386_linux_read_description.
7948 * i386-linux-tdep.h (i386_linux_read_description): Declare.
7949 (tdesc_i386_linux, tdesc_i386_mmx_linux): Remove declarations.
7950 (tdesc_i386_avx_linux, tdesc_i386_mpx_linux): Likewise
7951 (tdesc_i386_avx_mpx_linux, tdesc_i386_avx_avx512_linux): Likewise.
7952 (tdesc_i386_avx_mpx_avx512_pku_linux): Likewise.
7953 * x86-linux-nat.c (x86_linux_read_description): Call
7954 i386_linux_read_description.
7955
8e2141c6
YQ
79562017-07-26 Yao Qi <yao.qi@linaro.org>
7957
7958 * NEWS: Mention it.
7959 * features/Makefile (%.c: %.xml): Pass the xml file name to
7960 command "maint print c-tdesc".
7961 * target-descriptions.c (maint_print_c_tdesc_cmd): Get file
7962 name from 'arg'.
7963
b468ff4c
YQ
79642017-07-26 Yao Qi <yao.qi@linaro.org>
7965
7966 * target-descriptions.c (target_desc): Add ctor and dtor. Do
7967 in-class initialization.
7968 (tdesc_create_feature): Call new instead of XCNEW.
7969 (free_target_description): Ue delete.
7970
b9c0e1b4
JB
79712017-07-25 John Baldwin <jhb@FreeBSD.org>
7972
7973 * configure.nat: Add "-lkvm" for NetBSD/sparc64 and fix typo.
7974
a04b5337
YQ
79752017-07-25 Yao Qi <yao.qi@linaro.org>
7976
7977 * amd64-tdep.c (amd64_init_abi): Make argument default_tdesc
7978 constant.
7979 (amd64_x32_init_abi): Likewise.
7980 * amd64-tdep.h (amd64_init_abi): Update declaration.
7981 (amd64_x32_init_abi): Likewise.
7982
02ad7fc2
YQ
79832017-07-25 Yao Qi <yao.qi@linaro.org>
7984
7985 PR tdep/21717
7986 * arm-linux-nat.c (arm_linux_fetch_inferior_registers): Update
7987 condition for FPSCR.
7988 (arm_linux_store_inferior_registers): Likewise.
7989
b6f48cb0
TT
79902017-07-22 Tom Tromey <tom@tromey.com>
7991
7992 * break-catch-syscall.c (struct catch_syscall_inferior_data)
7993 <syscalls_counts>: Now a std::vector.
7994 (get_catch_syscall_inferior_data): Use "new".
7995 (catch_syscall_inferior_data_cleanup): Use "delete".
7996 (insert_catch_syscall, remove_catch_syscall)
7997 (clear_syscall_counts): Update.
7998
e12c9b7a
TT
79992017-07-22 Tom Tromey <tom@tromey.com>
8000
8001 * break-catch-syscall.c (syscall_catchpoint)
8002 <syscalls_to_be_caught>: Now a std::vector<int>
8003 (~syscall_catchpoint): Remove.
8004 (insert_catch_syscall, remove_catch_syscall)
8005 (breakpoint_hit_catch_syscall, print_one_catch_syscall)
8006 (print_mention_catch_syscall, print_recreate_catch_syscall):
8007 Update.
8008 (create_syscall_event_catchpoint): Change type of "filter"
8009 parameter.
8010 (catch_syscall_split_args): Return a std::vector.
8011 (catch_syscall_command_1, catching_syscall_number_1): Update.
8012
4fa8aeac
TT
80132017-07-22 Tom Tromey <tom@tromey.com>
8014
8015 * break-catch-throw.c (struct exception_catchpoint)
8016 <exception_rx>: Now a std::string.
8017 (~exception_catchpoint): Remove.
8018 (print_one_detail_exception_catchpoint): Update.
8019 (handle_gnu_v3_exceptions): Change type of except_rx.
8020 (extract_exception_regexp): Return a std::string.
8021 (catch_exception_command_1): Update.
8022
f746a154
TT
80232017-07-22 Tom Tromey <tom@tromey.com>
8024
8025 * break-catch-sig.c (gdb_signal_type): Remove typedef.
8026 (struct signal_catchpoint) <signals_to_be_caught>: Now a
8027 std::vector.
8028 <catch_all>: Now a bool.
8029 (~signal_catchpoint): Remove.
8030 (signal_catchpoint_insert_location)
8031 (signal_catchpoint_remove_location)
8032 (signal_catchpoint_breakpoint_hit, signal_catchpoint_print_one)
8033 (signal_catchpoint_print_mention)
8034 (signal_catchpoint_print_recreate)
8035 (signal_catchpoint_explains_signal): Update.
8036 (create_signal_catchpoint): Change type of "filter" and
8037 "catch_all".
8038 (catch_signal_split_args): Return a std::vector. Change type of
8039 "catch_all".
8040 (catch_signal_command): Update.
8041
47e77640
PA
80422017-07-20 Pedro Alves <palves@redhat.com>
8043
8044 * ada-lang.c (ada_language_defn): Make extern.
8045 (_initialize_ada_language): Remove add_language call.
8046 * c-lang.c (c_language_defn, cplus_language_defn)
8047 (asm_language_defn, minimal_language_defn): Make extern.
8048 (_initialize_c_language): Delete.
8049 * completer.c (compare_cstrings): Delete, moved to utils.h.
8050 * d-lang.c (d_language_defn): Make extern.
8051 (_initialize_d_language): Remove add_language calls.
8052 * defs.h (enum language): Add comment.
8053 * f-lang.c (f_language_defn): Make extern.
8054 (_initialize_f_language): Remove add_language call.
8055 * go-lang.c (go_language_defn): Make extern.
8056 (_initialize_go_language): Remove add_language call.
8057 * language.c: Include <algorithm>.
8058 (languages): Redefine as const array.
8059 (languages_size, languages_allocsize, DEFAULT_ALLOCSIZE): Delete.
8060 (set_language_command): Handle "local". Use for-range loop.
8061 (set_language): Remove loop.
8062 (language_enum): Rewrite.
8063 (language_def, language_str): Remove loops.
8064 (add_language): Delete.
8065 (add_set_language_command): New, based on add_languages.
8066 (skip_language_trampoline): Adjust.
8067 (local_language_defn): Delete.
8068 (language_gdbarch_post_init): Adjust.
8069 (_initialize_language): Remove add_language calls. Call
8070 add_set_language_command.
8071 * language.h (add_language): Delete.
8072 (auto_language_defn)
8073 (unknown_language_defn, minimal_language_defn, ada_language_defn)
8074 (asm_language_defn, c_language_defn, cplus_language_defn)
8075 (d_language_defn, f_language_defn, go_language_defn)
8076 (m2_language_defn, objc_language_defn, opencl_language_defn)
8077 (pascal_language_defn, rust_language_defn): Declare.
8078 * m2-lang.c (m2_language_defn): Make extern.
8079 (_initialize_m2_language): Remove add_language call.
8080 * objc-lang.c (objc_language_defn): Make extern.
8081 (_initialize_objc_language): Remove add_language call.
8082 * opencl-lang.c (opencl_language_defn): Make extern.
8083 (_initialize_opencl_language): Remove add_language call.
8084 * p-lang.c (pascal_language_defn): Make extern.
8085 (_initialize_pascal_language): Delete.
8086 * rust-lang.c (rust_language_defn): Make extern.
8087 (_initialize_rust_language): Delete.
8088 * utils.h (compare_cstrings): New static inline function.
8089
edb0c9cb
PA
80902017-07-20 Pedro Alves <palves@redhat.com>
8091
8092 * ada-lang.c (ada_to_fixed_type_1): Adjust.
8093 (get_var_value): Constify parameters.
8094 (get_int_var_value): Change prototype.
8095 (to_fixed_range_type): Adjust.
8096 * ada-lang.h (get_int_var_value): Change prototype.
8097
a778f165
PA
80982017-07-20 Pedro Alves <palves@redhat.com>
8099
8100 * dwarf2read.c (dw2_lookup_symbol): Use
8101 SYMBOL_MATCHES_SEARCH_NAME.
8102 * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
8103
42edd901
PA
81042017-07-20 Pedro Alves <palves@redhat.com>
8105
8106 * block.c (block_iter_name_step, block_iter_name_first)
8107 (block_iter_name_next): Delete.
8108 (block_lookup_symbol_primary): Adjust to use
8109 dict_iter_match_first/dict_iter_match_next.
8110 * block.h (block_iter_name_first, block_iter_name_next): Delete
8111 declarations.
8112 (ALL_BLOCK_SYMBOLS_WITH_NAME): Adjust to use
8113 dict_iter_match_first/dict_iter_match_next.
8114
cf325299
PA
81152017-07-20 Pedro Alves <palves@redhat.com>
8116
8117 * cp-support.c (cp_find_first_component_aux): Add missing case for
8118 end of string.
8119
c5ed0576
DB
81202017-07-18 David Blaikie <dblaikie@gmail.com>
8121
8122 * dwarf2read.c (create_cus_hash_table): Re-add lost initialization
8123 of dwo_cu's dwo_file.
8124
27841e76
YQ
81252017-07-18 Yao Qi <yao.qi@linaro.org>
8126
8127 * remote.c (store_registers_using_G): Remove one line comment.
8128
cfb7e58b
YQ
81292017-07-18 Yao Qi <yao.qi@linaro.org>
8130
8131 * regcache.c (regcache_cpy): Simplify it.
8132 (regcache::cpy_no_passthrough): Remove it.
8133 * regcache.h (cpy_no_passthrough): Remove it.
8134 (regcache_dup, regcache_cpy): Update comments.
8135
386535dd
PA
81362017-07-18 Pedro Alves <palves@redhat.com>
8137
8138 * remote-sim.c (sim_command_completer): Adjust to work with a
8139 completion_tracker instead of a VEC.
8140
c45ec17c
PA
81412017-07-17 Pedro Alves <palves@redhat.com>
8142
8143 * completer.c (complete_source_filenames): New function.
8144 (complete_address_and_linespec_locations): New function.
8145 (location_completer): Use complete_address_and_linespec_locations.
8146 (completion_tracker::build_completion_result): Honor the tracker's
8147 request to suppress append.
8148 * completer.h (completion_tracker::suppress_append_ws)
8149 (completion_tracker::set_suppress_append_ws): New methods.
8150 (completion_tracker::m_suppress_append_ws): New field.
8151 (complete_source_filenames): New declaration.
8152 * linespec.c (linespec_complete_what): New.
8153 (struct ls_parser) <complete_what, completion_word,
8154 completion_quote_char, completion_quote_end, completion_tracker>:
8155 New fields.
8156 (string_find_incomplete_keyword_at_end): New.
8157 (linespec_lexer_lex_string): Record quote char. If in completion
8158 mode, don't throw.
8159 (linespec_lexer_consume_token): Advance the completion word point.
8160 (linespec_lexer_peek_token): Save/restore completion info.
8161 (save_stream_and_consume_token): New.
8162 (set_completion_after_number): New.
8163 (linespec_parse_basic): Set what to complete next depending on
8164 token. Handle function and label completions specially.
8165 (parse_linespec): Disable objc shortcut in completion mode. Set
8166 what to complete next depending on token type. Skip keyword if in
8167 completion mode.
8168 (complete_linespec_component, linespec_complete): New.
8169 * linespec.h (linespec_complete): Declare.
8170
be966d42
PA
81712017-07-17 Pedro Alves <palves@redhat.com>
8172
8173 * linespec.c (linespec_lexer_lex_string, find_toplevel_char):
8174 Handle 'operator<' / 'operator<<'.
8175
a2459270
PA
81762017-07-17 Pedro Alves <palves@redhat.com>
8177
8178 * completer.c (collect_explicit_location_matches): Handle
8179 MATCH_LABEL.
8180 (convert_explicit_location_to_linespec): New, factored out from
8181 ...
8182 (convert_explicit_location_to_sals): ... this.
8183 (complete_label): New.
8184 (linespec_complete_label, find_label_symbols_in_block): New.
8185 (find_label_symbols): Add completion_mode parameter and adjust to
8186 call find_label_symbols_in_block.
8187 * linespec.h (linespec_complete_label): Declare.
8188
c6756f62
PA
81892017-07-17 Pedro Alves <palves@redhat.com>
8190
8191 * ada-lang.c (ada_collect_symbol_completion_matches): Add
8192 complete_symbol_mode parameter.
8193 * cli/cli-cmds.c (complete_command): Get the completion result out
8194 of the handle_brkchars tracker if used a custom word point.
8195 * completer.c: Include "linespec.h".
8196 (enum explicit_location_match_type) <MATCH_LINE>: New enumerator.
8197 (advance_to_expression_complete_word_point): New.
8198 (completion_tracker::completes_to_completion_word): New.
8199 (complete_files_symbols): Pass down
8200 complete_symbol_mode::EXPRESSION.
8201 (explicit_options, probe_options): New.
8202 (collect_explicit_location_matches): Complete on the
8203 explictit_loc->foo instead of word. Use
8204 linespec_complete_function. Handle MATCH_LINE. Handle offering
8205 keyword and options completions.
8206 (backup_text_ptr): Delete.
8207 (skip_keyword): New.
8208 (complete_explicit_location): Remove 'word' parameter. Add
8209 language, quoted_arg_start and quoted_arg_end parameters.
8210 Rewrite, parsing left to right.
8211 (location_completer): Rewrite.
8212 (location_completer_handle_brkchars): New function.
8213 (symbol_completer): Pass down complete_symbol_mode::EXPRESSION.
8214 (enum complete_line_internal_reason): Adjust comments.
8215 (completion_tracker::discard_completions): New.
8216 (completer_handle_brkchars_func_for_completer): Handle
8217 location_completer.
8218 (gdb_custom_word_point_brkchars)
8219 (gdb_org_rl_basic_quote_characters): New.
8220 (gdb_completion_word_break_characters_throw)
8221 (completion_find_completion_word): Handle trackers that use a
8222 custom word point.
8223 (completion_tracker::advance_custom_word_point_by): New.
8224 (completion_tracker::build_completion_result): Don't rely on
8225 readline appending the quote char.
8226 (gdb_rl_attempted_completion_function_throw): Handle trackers that
8227 use a custom word point.
8228 (gdb_rl_attempted_completion_function): Restore
8229 rl_basic_quote_characters.
8230 * completer.h (class completion_tracker): Extend intro comment.
8231 (completion_tracker::set_quote_char)
8232 (completion_tracker::quote_char)
8233 (completion_tracker::set_use_custom_word_point)
8234 (completion_tracker::use_custom_word_point)
8235 (completion_tracker::custom_word_point)
8236 (completion_tracker::set_custom_word_point)
8237 (completion_tracker::advance_custom_word_point_by)
8238 (completion_tracker::completes_to_completion_word)
8239 (completion_tracker::discard_completions): New methods.
8240 (completion_tracker::m_quote_char)
8241 (completion_tracker::m_use_custom_word_point)
8242 (completion_tracker::m_custom_word_point): New fields.
8243 (advance_to_expression_complete_word_point): Declare.
8244 * f-lang.c (f_collect_symbol_completion_matches): Add
8245 complete_symbol_mode parameter.
8246 * language.h (struct language_defn)
8247 <la_collect_symbol_completion_matches>: Add complete_symbol_mode
8248 parameter.
8249 * linespec.c (linespec_keywords): Add NULL terminator. Make extern.
8250 (linespec_complete_function): New function.
8251 (linespec_lexer_lex_keyword): Adjust.
8252 * linespec.h (linespec_keywords, linespec_complete_function): New
8253 declarations.
8254 * location.c (find_end_quote): New function.
8255 (explicit_location_lex_one): Add explicit_completion_info
8256 parameter. Save quoting info. Don't throw if being called for
8257 completion. Don't handle Ada operators here.
8258 (is_cp_operator, skip_op_false_positives, first_of)
8259 (explicit_location_lex_one_function): New function.
8260 (string_to_explicit_location): Replace 'dont_throw' parameter with
8261 an explicit_completion_info pointer parameter. Handle it. Don't
8262 use explicit_location_lex_one to lex function names. Use
8263 explicit_location_lex_one_function instead.
8264 * location.h (struct explicit_completion_info): New.
8265 (string_to_explicit_location): Replace 'dont_throw' parameter with
8266 an explicit_completion_info pointer parameter.
8267 * symtab.c (default_collect_symbol_completion_matches_break_on):
8268 Add complete_symbol_mode parameter. Handle LINESPEC mode.
8269 (default_collect_symbol_completion_matches)
8270 (collect_symbol_completion_matches): Add complete_symbol_mode
8271 parameter.
8272 (collect_symbol_completion_matches_type): Pass down
8273 complete_symbol_mode::EXPRESSION.
8274 (collect_file_symbol_completion_matches): Add complete_symbol_mode
8275 parameter. Handle LINESPEC mode.
8276 * symtab.h (complete_symbol_mode): New.
8277 (default_collect_symbol_completion_matches_break_on)
8278 (default_collect_symbol_completion_matches)
8279 (collect_symbol_completion_matches)
8280 (collect_file_symbol_completion_matches): Add complete_symbol_mode
8281 parameter.
8282
1d550c82
PA
82832017-07-17 Pedro Alves <palves@redhat.com>
8284
8285 * utils.c (enum class strncmp_iw_mode): New.
8286 (strcmp_iw): Rename to ...
8287 (strncmp_iw_with_mode): ... this. Add string2_len and mode
8288 parameters. Handle them.
8289 (strncmp_iw): New.
8290 (strcmp_iw): Reimplement as wrapper around strncmp_iw_with_mode.
8291 * utils.h (strncmp_iw): Declare.
8292 (strcmp_iw): Move describing comments here.
8293
8090b426
PA
82942017-07-17 Pedro Alves <palves@redhat.com>
8295
8296 * c-exp.y (operator_stoken): Use CP_OPERATOR_LEN and
8297 CP_OPERATOR_STR.
8298 * c-typeprint.c (is_type_conversion_operator): Use
8299 CP_OPERATOR_STR.
8300 * cp-support.c (LENGTH_OF_OPERATOR): Delete.
8301 (cp_find_first_component_aux): Use CP_OPERATOR_STR and
8302 CP_OPERATOR_LEN.
8303 * cp-support.h (CP_OPERATOR_STR, CP_OPERATOR_LEN): New.
8304 * gnu-v2-abi.c (gnuv2_is_operator_name): Use CP_OPERATOR_STR.
8305 * gnu-v3-abi.c (gnuv3_is_operator_name): Use CP_OPERATOR_STR.
8306 * linespec.c (linespec_lexer_lex_string): Use CP_OPERATOR_LEN and
8307 CP_OPERATOR_STR.
8308 * location.c: Include "cp-support.h".
8309 (explicit_location_lex_one): Use CP_OPERATOR_LEN and
8310 CP_OPERATOR_STR.
8311 * symtab.c (operator_chars): Use CP_OPERATOR_STR and
8312 CP_OPERATOR_LEN.
8313
6a2c1b87
PA
83142017-07-17 Pedro Alves <palves@redhat.com>
8315
8316 * cli/cli-cmds.c (complete_command): Use a completion tracker
8317 along with completion_find_completion_word for handle_brkchars
8318 phase.
8319 * completer.c (RL_QF_SINGLE_QUOTE, RL_QF_DOUBLE_QUOTE)
8320 (RL_QF_BACKSLASH, RL_QF_OTHER_QUOTE): New.
8321 (struct gdb_rl_completion_word_info): New.
8322 (gdb_rl_find_completion_word): New.
8323 (completion_find_completion_word): New.
8324 * completer.h (completion_find_completion_word): Declare.
8325
eb3ff9a5
PA
83262017-07-17 Pedro Alves <palves@redhat.com>
8327
8328 * ada-lang.c (symbol_completion_match): Adjust comments.
8329 (symbol_completion_add): Replace vector parameter with
8330 completion_tracker parameter. Use it.
8331 (ada_make_symbol_completion_list): Rename to...
8332 (ada_collect_symbol_completion_matches): ... this. Add
8333 completion_tracker parameter and use it.
8334 (ada_language_defn): Adjust.
8335 * break-catch-syscall.c (catch_syscall_completer): Adjust
8336 prototype and work with completion_tracker instead of VEC.
8337 * breakpoint.c (condition_completer): Adjust prototype and work
8338 with completion_tracker instead of VEC.
8339 * c-lang.c (c_language_defn, cplus_language_defn)
8340 (asm_language_defn, minimal_language_defn): Adjust to renames.
8341 * cli/cli-cmds.c (complete_command): Rework using
8342 completion_tracker. Catch exceptions when completing.
8343 * cli/cli-decode.c (integer_unlimited_completer)
8344 (complete_on_cmdlist, complete_on_enum): Adjust prototype and work
8345 with completion_tracker instead of VEC.
8346 * command.h (struct completion_tracker): Forward declare.
8347 (completer_ftype, completer_handle_brkchars_ftype): Change
8348 types.
8349 (complete_on_cmdlist, complete_on_enum): Adjust.
8350 * completer.c: Include <algorithm>.
8351 (struct gdb_completer_state): New.
8352 (current_completion): New global.
8353 (readline_line_completion_function): Delete.
8354 (noop_completer, filename_completer)
8355 (filename_completer_handle_brkchars, complete_files_symbols)
8356 (linespec_location_completer): Adjust to work with a
8357 completion_tracker instead of a VEC.
8358 (string_or_empty): New.
8359 (collect_explicit_location_matches): Adjust to work with a
8360 completion_tracker instead of a VEC.
8361 (explicit_location_completer): Rename to ...
8362 (complete_explicit_location): ... this and adjust to work with a
8363 completion_tracker instead of a VEC.
8364 (location_completer): Adjust to work with a completion_tracker
8365 instead of a VEC.
8366 (add_struct_fields): Adjust to work with a completion_list instead
8367 of VEC.
8368 (expression_completer): Rename to ...
8369 (complete_expression): ... this and adjust to work with a
8370 completion_tracker instead of a VEC. Use complete_files_symbols.
8371 (expression_completer): Reimplement on top of complete_expression.
8372 (symbol_completer): Adjust to work with a completion_tracker
8373 instead of a VEC.
8374 (enum complete_line_internal_reason): Add describing comments.
8375 (complete_line_internal_normal_command): Adjust to work with a
8376 completion_tracker instead of a VEC.
8377 (complete_line_internal): Rename to ...
8378 (complete_line_internal_1): ... this and adjust to work with a
8379 completion_tracker instead of a VEC. Assert TEXT is NULL in the
8380 handle_brkchars phase.
8381 (new_completion_tracker): Delete.
8382 (complete_line_internal): Reimplement as TRY/CATCH wrapper around
8383 complete_line_internal_1.
8384 (free_completion_tracker): Delete.
8385 (INITIAL_COMPLETION_HTAB_SIZE): New.
8386 (completion_tracker::completion_tracker)
8387 (completion_tracker::~completion_tracker): New.
8388 (maybe_add_completion): Delete.
8389 (completion_tracker::maybe_add_completion)
8390 (completion_tracker::add_completion)
8391 (completion_tracker::add_completions): New.
8392 (throw_max_completions_reached_error): Delete.
8393 (complete_line): Adjust to work with a completion_tracker instead
8394 of a VEC. Don't create a completion_tracker_t or check for max
8395 completions here.
8396 (command_completer, command_completer_handle_brkchars)
8397 (signal_completer, reg_or_group_completer_1)
8398 (reg_or_group_completer, default_completer_handle_brkchars):
8399 Adjust to work with a completion_tracker.
8400 (gdb_completion_word_break_characters_throw): New.
8401 (gdb_completion_word_break_characters): Reimplement.
8402 (line_completion_function): Delete.
8403 (completion_tracker::recompute_lowest_common_denominator)
8404 (expand_preserving_ws)
8405 (completion_tracker::build_completion_result)
8406 (completion_result::completion_result)
8407 (completion_result::completion_result)
8408 (completion_result::~completion_result)
8409 (completion_result::completion_result)
8410 (completion_result::release_match_list, compare_cstrings)
8411 (completion_result::sort_match_list)
8412 (completion_result::reset_match_list)
8413 (gdb_rl_attempted_completion_function_throw)
8414 (gdb_rl_attempted_completion_function): New.
8415 * completer.h (completion_list, struct completion_result)
8416 (class completion_tracker): New.
8417 (complete_line): Add completion_tracker parameter.
8418 (readline_line_completion_function): Delete.
8419 (gdb_rl_attempted_completion_function): New.
8420 (noop_completer, filename_completer, expression_completer)
8421 (location_completer, symbol_completer, command_completer)
8422 (signal_completer, reg_or_group_completer): Update prototypes.
8423 (completion_tracker_t, new_completion_tracker)
8424 (make_cleanup_free_completion_tracker): Delete.
8425 (enum maybe_add_completion_enum): Delete.
8426 (maybe_add_completion): Delete.
8427 (throw_max_completions_reached_error): Delete.
8428 * corefile.c (complete_set_gnutarget): Adjust to work with a
8429 completion_tracker instead of a VEC.
8430 * cp-abi.c (cp_abi_completer): Adjust to work with a
8431 completion_tracker instead of a VEC.
8432 * d-lang.c (d_language_defn): Adjust.
8433 * disasm.c (disassembler_options_completer): Adjust to work with a
8434 completion_tracker instead of a VEC.
8435 * f-lang.c (f_make_symbol_completion_list): Rename to ...
8436 (f_collect_symbol_completion_matches): ... this. Adjust to work
8437 with a completion_tracker instead of a VEC.
8438 (f_language_defn): Adjust.
8439 * go-lang.c (go_language_defn): Adjust.
8440 * guile/scm-cmd.c (cmdscm_add_completion, cmdscm_completer):
8441 Adjust to work with a completion_tracker instead of a VEC.
8442 * infrun.c (handle_completer): Likewise.
8443 * interps.c (interpreter_completer): Likewise.
8444 * interps.h (interpreter_completer): Likewise.
8445 * language.c (unknown_language_defn, auto_language_defn)
8446 (local_language_defn): Adjust.
8447 * language.h (language_defn::la_make_symbol_completion_list):
8448 Rename to ...
8449 (language_defn::la_collect_symbol_completion_matches): ... this
8450 and adjust to work with a completion_tracker instead of a VEC.
8451 * m2-lang.c (m2_language_defn): Adjust.
8452 * objc-lang.c (objc_language_defn): Adjust.
8453 * opencl-lang.c (opencl_language_defn): Adjust.
8454 * p-lang.c (pascal_language_defn): Adjust.
8455 * python/py-cmd.c (cmdpy_completer_helper): Handle NULL word.
8456 (cmdpy_completer_handle_brkchars, cmdpy_completer): Adjust to work
8457 with a completion_tracker.
8458 * rust-lang.c (rust_language_defn): Adjust.
8459 * symtab.c (free_completion_list, do_free_completion_list)
8460 (return_val, completion_tracker): Delete.
8461 (completion_list_add_name, completion_list_add_symbol)
8462 (completion_list_add_msymbol, completion_list_objc_symbol)
8463 (completion_list_add_fields, add_symtab_completions): Add
8464 completion_tracker parameter and use it.
8465 (default_make_symbol_completion_list_break_on_1): Rename to...
8466 (default_collect_symbol_completion_matches_break_on): ... this.
8467 Add completion_tracker parameter and use it instead of allocating
8468 a completion tracker here.
8469 (default_make_symbol_completion_list_break_on): Delete old
8470 implementation.
8471 (default_make_symbol_completion_list): Delete.
8472 (default_collect_symbol_completion_matches): New.
8473 (make_symbol_completion_list): Delete.
8474 (collect_symbol_completion_matches): New.
8475 (make_symbol_completion_type): Rename to ...
8476 (collect_symbol_completion_matches_type): ... this. Add
8477 completion_tracker parameter and use it instead of VEC.
8478 (make_file_symbol_completion_list_1): Rename to...
8479 (collect_file_symbol_completion_matches): ... this. Add
8480 completion_tracker parameter and use it instead of VEC.
8481 (make_file_symbol_completion_list): Delete.
8482 (add_filename_to_list): Use completion_list instead of a VEC.
8483 (add_partial_filename_data::list): Now a completion_list.
8484 (make_source_files_completion_list): Work with a completion_list
8485 instead of a VEC.
8486 * symtab.h: Include "completer.h".
8487 (default_make_symbol_completion_list_break_on)
8488 (default_make_symbol_completion_list, make_symbol_completion_list)
8489 (make_symbol_completion_type, make_file_symbol_completion_list)
8490 (make_source_files_completion_list): Delete.
8491 (default_collect_symbol_completion_matches_break_on)
8492 (default_collect_symbol_completion_matches)
8493 (collect_symbol_completion_matches)
8494 (collect_symbol_completion_matches_type)
8495 (collect_file_symbol_completion_matches)
8496 (make_source_files_completion_list): New.
8497 * top.c (init_main): Don't install a rl_completion_entry_function
8498 hook. Install a rl_attempted_completion_function hook instead.
8499 * tui/tui-layout.c (layout_completer): Adjust to work with a
8500 completion_tracker.
8501 * tui/tui-regs.c (tui_reggroup_completer):
8502 * tui/tui-win.c (window_name_completer, focus_completer)
8503 (winheight_completer): Adjust to work with a completion_tracker.
8504 * value.c: Include "completer.h".
8505 (complete_internalvar): Adjust to work with a completion_tracker.
8506 * value.h (complete_internalvar): Likewise.
8507
6e1dbf8c
PA
85082017-07-17 Pedro Alves <palves@redhat.com>
8509
8510 * cli/cli-decode.c (set_cmd_completer_handle_brkchars): Adjust to
8511 renames.
8512 * cli/cli-decode.h (struct cmd_list_element) <completer>: Move
8513 comments to completer_ftype's declaration.
8514 <completer_handle_brkchars>: Change type to
8515 completer_handle_brkchars_ftype.
8516 * command.h (completer_ftype): Add describing comment and give
8517 names to parameters.
8518 (completer_ftype_void): Rename to ...
8519 (completer_handle_brkchars_ftype) ... this. Add describing comment.
8520 (set_cmd_completer_handle_brkchars): Adjust.
8521 * completer.c (filename_completer_handle_brkchars): New function.
8522 (complete_line_internal_normal_command): New function, factored
8523 out from ...
8524 (complete_line_internal): ... here.
8525 (command_completer_handle_brkchars)
8526 (default_completer_handle_brkchars)
8527 (completer_handle_brkchars_func_for_completer): New functions.
8528 * completer.h (set_gdb_completion_word_break_characters): Delete
8529 declaration.
8530 (completer_handle_brkchars_func_for_completer): New declaration.
8531 * python/py-cmd.c (cmdpy_completer_handle_brkchars): Adjust to use
8532 completer_handle_brkchars_func_for_completer.
8533
78b13106
PA
85342017-07-17 Pedro Alves <palves@redhat.com>
8535
8536 * completer.c (symbol_completer): New function, based on
8537 make_symbol_completion_list_fn.
8538 * completer.h (symbol_completer): New declaration.
8539 * guile/scm-cmd.c (cmdscm_completers): Adjust.
8540 * python/py-cmd.c (completers): Adjust.
8541 * symtab.c (make_symbol_completion_list_fn): Delete.
8542 * symtab.h (make_symbol_completion_list_fn): Delete.
8543 * cli/cli-decode.c (add_cmd): Adjust.
8544
bbf2f4df
PA
85452017-07-17 Pedro Alves <palves@redhat.com>
8546
8547 * Makefile.in (COMMON_OBS): Add filename-seen-cache.o.
8548 * dwarf2read.c: Include "filename-seen-cache.h".
8549 * dwarf2read.c (dwarf2_per_objfile) <filenames_cache>: New field.
8550 (dw2_map_symbol_filenames): Build and use a filenames_seen_cache.
8551 * filename-seen-cache.c: New file.
8552 * filename-seen-cache.h: New file.
8553 * symtab.c: Include "filename-seen-cache.h".
8554 (struct filename_seen_cache, INITIAL_FILENAME_SEEN_CACHE_SIZE)
8555 (create_filename_seen_cache, clear_filename_seen_cache)
8556 (delete_filename_seen_cache, filename_seen): Delete, parts moved
8557 to filename-seen-cache.h/filename-seen-cache.c.
8558 (output_source_filename, sources_info)
8559 (maybe_add_partial_symtab_filename)
8560 (make_source_files_completion_list): Adjust to use
8561 filename_seen_cache.
8562
330cdd98
PA
85632017-07-17 Pedro Alves <palves@redhat.com>
8564
8565 * dwarf2read.c (dwarf2_per_objfile): In-class initialize all
8566 fields.
8567 (dwarf2_per_objfile::dwarf2_per_objfile(objfile*, const
8568 dwarf2_debug_sections*)): New.
8569 (dwarf2_per_objfile::dwarf2_per_objfile(const
8570 dwarf2_per_objfile&)): Declare as deleted.
8571 (dwarf2_per_objfile::operator=): Declare as deleted.
8572 (dwarf2_per_objfile::dwarf2_per_objfile)
8573 (dwarf2_per_objfile::~dwarf2_per_objfile)
8574 (dwarf2_per_objfile::free_cached_comp_units): New.
8575 (dwarf2_has_info): dwarf2_per_objfile initialization code moved to
8576 ctor. Call dwarf2_per_objfile's ctor manually.
8577 (dwarf2_locate_sections): Deleted/refactored as ...
8578 (dwarf2_per_objfile::locate_sections): ... this new method.
8579 (free_cached_comp_units): Defer to
8580 dwarf2_per_objfile::free_cached_comp_units.
8581 (dwarf2_free_objfile): Call dwarf2_per_objfile's dtor manually.
8582
8880f2a9
TT
85832017-07-14 Tom Tromey <tom@tromey.com>
8584
8585 PR rust/21764:
8586 * rust-exp.y (convert_ast_to_expression): Add "want_type"
8587 parameter.
8588 <UNOP_SIZEOF>: Split into separate case.
8589 <UNOP_VAR_VALUE>: Handle want_type. Add error case.
8590
65547233
TT
85912017-07-14 Tom Tromey <tom@tromey.com>
8592
8593 PR rust/21763:
8594 * symtab.c (symbol_matches_domain): Add language_rust to special
8595 case.
8596 * rust-exp.y (convert_ast_to_expression) <OP_VAR_VALUE>: Don't
8597 treat LOC_TYPEDEF symbols as variables.
8598
8f14146e
PA
85992017-07-14 Pedro Alves <palves@redhat.com>
8600
8601 * symtab.c (make_file_symbol_completion_list_1): Iterate over
8602 symtabs matching all symtabs with SRCFILE as file name instead of
8603 only considering the first hit, with lookup_symtab.
8604
2347965c
SM
86052017-07-14 Simon Marchi <simon.marchi@ericsson.com>
8606
8607 * ax-gdb.c (gen_aggregate_elt_ref): Remove operand_name and
8608 operator_name parameters.
8609 (gen_expr): Update function call.
8610
40f4af28
SM
86112017-07-14 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * dwarf2loc.h (dwarf2_compile_expr_to_ax): Remove gdbarch
8614 parameter.
8615 * symtab.h (struct symbol_computed_ops::tracepoint_var_ref):
8616 Likewise.
8617 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Remove gdbarch
8618 parameter, use agent_expr::gdbarch instead, update function
8619 calls.
8620 (locexpr_tracepoint_var_ref): Likewise.
8621 (loclist_tracepoint_var_ref): Likewise.
8622 * ax-gdb.c (gen_trace_static_fields): Likewise.
8623 (gen_traced_pop): Likewise.
8624 (gen_frame_args_address): Likewise.
8625 (gen_frame_locals_address): Likewise.
8626 (gen_var_ref): Likewise.
8627 (gen_struct_ref_recursive): Likewise.
8628 (gen_static_field): Likewise.
8629 (gen_maybe_namespace_elt): Likewise.
8630 (gen_expr): Likewise.
8631 (gen_trace_for_var): Likewise.
8632 (gen_trace_for_expr): Likewise.
8633 (gen_trace_for_return_address): Likewise.
8634
053f8057
SM
86352017-07-14 Simon Marchi <simon.marchi@ericsson.com>
8636
8637 * ax-gdb.c (gen_deref, gen_address_of): Remove unused ax
8638 parameter.
8639 (gen_struct_ref, gen_expr, gen_expr_binop_rest): Update call.
8640
6661ad48
SM
86412017-07-14 Simon Marchi <simon.marchi@ericsson.com>
8642
8643 * ax-gdb.c (gen_usual_unary): Remove exp parameter, get gdbarch
8644 from ax, update calls.
8645 (gen_usual_arithmetic): Likewise.
8646 (gen_integral_promotions): Likewise.
8647 (gen_bitfield_ref): Likewise.
8648 (gen_primitive_field): Likewise.
8649 (gen_struct_ref_recursive): Likewise.
8650 (gen_struct_ref): Likewise.
8651 (gen_maybe_namespace_elt): Likewise.
8652 (gen_struct_elt_for_reference): Likewise.
8653 (gen_namespace_elt): Likewise.
8654 (gen_aggregate_elt_ref): Likewise.
8655 (gen_expr): Get gdbarch from ax, update calls.
8656 (gen_expr_binop_rest): Likewise.
8657
c55a47e7
PA
86582017-07-13 Pedro Alves <palves@redhat.com>
8659
8660 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Pass tdesc_amd64
8661 as default tdesc.
8662 * amd64-dicos-tdep.c (amd64_dicos_init_abi):
8663 * amd64-fbsd-tdep.c (amd64fbsd_init_abi):
8664 * amd64-linux-tdep.c (amd64_linux_init_abi): Pass
8665 tdesc_amd64_linux as default tdesc. Get final tdesc from the
8666 tdep.
8667 (amd64_x32_linux_init_abi): Pass tdesc_x32_linux as default tdesc.
8668 Get final tdesc from the tdep.
8669 * amd64-nbsd-tdep.c (amd64nbsd_init_abi): Pass tdesc_amd64 as
8670 default tdesc.
8671 * amd64-obsd-tdep.c (amd64obsd_init_abi): Likewise.
8672 * amd64-sol2-tdep.c (amd64_sol2_init_abi): Likewise.
8673 * amd64-tdep.c (amd64_init_abi): Add 'default_tdesc' parameter.
8674 Use it as default tdesc.
8675 (amd64_x32_init_abi): Add 'default_tdesc' parameter, and pass it
8676 down to amd_init_abi. No longer handle fallback tdesc here.
8677 * amd64-tdep.h (tdesc_x32): Declare.
8678 (amd64_init_abi, amd64_x32_init_abi): Add 'default_tdesc'
8679 parameter.
8680 * amd64-windows-tdep.c (amd64_windows_init_abi): Pass tdesc_amd64
8681 as default tdesc.
8682
55efceab
AA
86832017-07-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8684
8685 * s390-linux-tdep.c (s390_process_record): Add support for
8686 instructions new in arch12.
8687
0aa37b65
JB
86882017-07-11 John Baldwin <jhb@FreeBSD.org>
8689
8690 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
8691 PT_GETFSBASE and PT_GETGSBASE.
8692 (amd64bsd_store_inferior_registers): Use PT_SETFSBASE and
8693 PT_SETGSBASE.
8694
48aeef91
JB
86952017-07-11 John Baldwin <jhb@FreeBSD.org>
8696
8697 * features/Makefile (amd64.dat, amd64-avx.dat, amd64-mpx.dat)
8698 (amd64-avx-mpx.dat, amd64-avx-avx512.dat)
8699 (amd64-avx-mpx-avx512-pku.dat): Add i386/64bit-segments.xml in
8700 those rules.
8701 * features/i386/amd64-avx-avx512.xml: Add 64bit-segments.xml.
8702 * features/i386/amd64-avx-mpx-avx512-pku.xml: Add 64bit-segments.xml.
8703 * features/i386/amd64-avx-mpx.xml: Add 64bit-segments.xml.
8704 * features/i386/amd64-avx.xml: Add 64bit-segments.xml.
8705 * features/i386/amd64-mpx.xml: Add 64bit-segments.xml.
8706 * features/i386/amd64.xml: Add 64bit-segments.xml.
8707 * features/i386/amd64-avx-avx512.c: Regenerated.
8708 * features/i386/amd64-avx-mpx-avx512-pku.c: Regenerated.
8709 * features/i386/amd64-avx-mpx.c: Regenerated.
8710 * features/i386/amd64-avx.c: Regenerated.
8711 * features/i386/amd64-mpx.c: Regenerated.
8712 * features/i386/amd64.c: Regenerated.
8713 * regformats/i386/amd64-avx-avx512.dat: Regenerated.
8714 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
8715 * regformats/i386/amd64-avx-mpx.dat: Regenerated.
8716 * regformats/i386/amd64-avx.dat: Regenerated.
8717 * regformats/i386/amd64-mpx.dat: Regenerated.
8718 * regformats/i386/amd64.dat: Regenerated.
8719
77c501bc
YQ
87202017-07-10 Yao Qi <yao.qi@linaro.org>
8721
8722 * features/i386/amd64-avx-avx512-linux.c: Re-generated.
8723 * features/i386/amd64-avx-mpx-avx512-pku-linux.c: Re-generated.
8724
6dc8d757
AK
87252017-07-10 Anton Kolesov <Anton.Kolesov@synopsys.com>
8726
8727 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add setenv and
8728 unsetenv.
8729 * gnulib/aclocal.m4: Regenerate.
8730 * gnulib/config.in: Regenerate.
8731 * gnulib/configure: Regenerate.
8732 * gnulib/import/Makefile.am: Regenerate.
8733 * gnulib/import/Makefile.in: Regenerate.
8734 * gnulib/import/m4/gnulib-cache.m4: Regenerate.
8735 * gnulib/import/m4/gnulib-comp.m4: Regenerate.
8736 * gnulib/import/m4/environ.m4: New file.
8737 * gnulib/import/m4/setenv.m4: New file.
8738 * gnulib/import/setenv.c: New file.
8739 * gnulib/import/unsetenv.c: New file.
8740
266934d1
SM
87412017-07-09 Simon Marchi <simon.marchi@ericsson.com>
8742
8743 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Read
8744 address when op is DW_OP_addr.
8745
03278692
TT
87462017-07-09 Tom Tromey <tom@tromey.com>
8747
8748 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Reverse size
8749 check and apply to outer type.
8750
4b654465
JB
87512017-07-07 John Baldwin <jhb@FreeBSD.org>
8752
8753 * fbsd-tdep.c (LWPINFO_OFFSET, LWPINFO_PL_FLAGS)
8754 (LWPINFO64_PL_SIGINFO, LWPINFO32_PL_SIGINFO, PL_FLAG_SI)
8755 (SIZE64_SIGINFO_T, SIZE32_SIGINFO_T, fbsd_core_xfer_siginfo): New.
8756 (fbsd_init_abi): Install gdbarch "core_xfer_siginfo" method.
8757
2af9fc44
JB
87582017-07-07 John Baldwin <jhb@FreeBSD.org>
8759
8760 * fbsd-tdep.c (fbsd_core_thread_name): Use thread_section_name.
8761
382b69bb
JB
87622017-07-07 John Baldwin <jhb@FreeBSD.org>
8763
8764 * corelow.c (get_core_siginfo): Remove.
8765 (core_xfer_partial): Use the gdbarch "core_xfer_siginfo" method
8766 instead of get_core_siginfo.
8767 * gdbarch.sh (core_xfer_siginfo): New gdbarch callback.
8768 * gdbarch.h: Re-generate.
8769 * gdbarch.c: Re-generate.
8770 * linux-tdep.c (linux_core_xfer_siginfo): New.
8771 (linux_init_abi): Install gdbarch "core_xfer_siginfo" method.
8772
6e5eab33
JB
87732017-07-07 John Baldwin <jhb@FreeBSD.org>
8774
8775 * corelow.c (thread_section_name): Move to ...
8776 * gdbcore.h (thread_section_name): ... here.
8777
929edea9
JB
87782017-07-07 John Baldwin <jhb@FreeBSD.org>
8779
8780 * fbsd-nat.c [PT_LWPINFO && __LP64__] (union sigval32)
8781 (struct siginfo32): New.
8782 [PT_LWPINFO] (fbsd_siginfo_size, fbsd_convert_siginfo): New.
8783 (fbsd_xfer_partial) [PT_LWPINFO]: Handle TARGET_OBJECT_SIGNAL_INFO
8784 via ptrace(PT_LWPINFO).
8785
762c974a
JB
87862017-07-07 John Baldwin <jhb@FreeBSD.org>
8787
8788 * fbsd-tdep.c (fbsd_gdbarch_data_handle, struct fbsd_gdbarch_data)
8789 (init_fbsd_gdbarch_data, get_fbsd_gdbarch_data)
8790 (fbsd_get_siginfo_type): New.
8791 (fbsd_init_abi): Install gdbarch "get_siginfo_type" method.
8792 (_initialize_fbsd_tdep): New.
8793
33c5cd75
DB
87942017-07-06 David Blaikie <dblaikie@gmail.com>
8795
8796 * dwarf2read.c (struct dwo_file): Use a htab of dwo_unit* (rather than
8797 a singular dwo_unit*) to support multiple CUs in the same way that
8798 multiple TUs are supported.
8799 (create_cus_hash_table): Replace create_dwo_cu with a function for
8800 parsing multiple CUs from a DWO file.
8801 (open_and_init_dwo_file): Use create_cus_hash_table rather than
8802 create_dwo_cu.
8803 (lookup_dwo_cutu): Lookup CU in the hash table in the dwo_file with
8804 htab_find, rather than comparing the signature to a singleton CU in
8805 the dwo_file.
8806
8455d262
PA
88072017-07-06 Pedro Alves <palves@redhat.com>
8808
8809 * python/py-unwind.c (pyuw_dealloc_cache): Fix for loop condition.
8810
4da3eb35
PA
88112017-07-04 Pedro Alves <palves@redhat.com>
8812
8813 * gdbtypes.c (recursive_dump_type): Don't reference TYPE_STATIC.
8814 * gdbtypes.h (TYPE_STATIC): Delete.
8815 (struct fn_field) <is_public, is_abstract, is_static, is_final,
8816 is_synchronized, is_native>: Delete.
8817 <dummy>: Bump.
8818 (TYPE_FN_FIELD_PUBLIC, TYPE_FN_FIELD_STATIC, TYPE_FN_FIELD_FINAL)
8819 (TYPE_FN_FIELD_SYNCHRONIZED, TYPE_FN_FIELD_NATIVE)
8820 (TYPE_FN_FIELD_ABSTRACT): Delete.
8821
5bfd255c
SM
88222017-07-03 Simon Marchi <simon.marchi@ericsson.com>
8823
8824 * buffer.h (buffer_finish): Fix spelling mistakes.
8825
25c54127
EZ
88262017-07-01 Eli Zaretskii <eliz@gnu.org>
8827
8828 * .dir-locals.el: Automatically switch to C-style comments in
8829 versions of Emacs that support the feature.
8830
dc4bde35
SDJ
88312017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8832 Pedro Alves <palves@redhat.com>
8833
8834 PR cli/21688
8835 * cli/cli-script.c (command_name_equals_not_inline): Remove function.
8836 (process_next_line): New variable 'inline_cmd'.
8837 Adjust 'if' clauses for "python", "compile" and "guile" to use
8838 'command_name_equals' and check for '!inline_cmd'.
8839
51ed89aa
SDJ
88402017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8841
8842 PR cli/21688
8843 * cli/cli-script.c (command_name_equals_not_inline): New function.
8844 (process_next_line): Adjust 'if' clauses for "python", "compile"
8845 and "guile" to use command_name_equals_not_inline.
8846
eb17d413
PA
88472017-06-29 Pedro Alves <palves@redhat.com>
8848
8849 * completer.c (expression_completer): Call
8850 linespec_location_completer instead of location_completer.
8851
195bcdd5
PA
88522017-06-29 Pedro Alves <palves@redhat.com>
8853
8854 * completer.c (expression_completer): Remove code that recomputes
8855 'text' from 'word'.
8856
adc764e7
YQ
88572017-06-29 Yao Qi <yao.qi@linaro.org>
8858
8859 * regformats/regdat.sh: Generate code with
8860 "ifndef IN_PROCESS_AGENT".
8861
6e75794e
PA
88622017-06-28 Pedro Alves <palves@redhat.com>
8863
8864 * command.h: Include "common/scoped_restore.h".
8865
bc491f2e
YQ
88662017-06-28 Yao Qi <yao.qi@linaro.org>
8867
8868 * mi/mi-cmd-break.c (mi_argv_to_format): Use obstack_grow_str
8869 instead of obstack_grow.
8870
41664b45
DG
88712017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8872
8873 PR gdb/21337
8874 * symfile.c (reread_symbols): Call objfiles_changed just before
8875 read_symbols.
8876
6da67eb1
PA
88772017-06-27 Pedro Alves <palves@redhat.com>
8878
8879 * symtab.c (COMPLETION_LIST_ADD_SYMBOL)
8880 (MCOMPLETION_LIST_ADD_SYMBOL): Delete macros, replace with ...
8881 (completion_list_add_symbol, completion_list_add_msymbol):
8882 ... these new functions.
8883 (add_symtab_completions)
8884 (default_make_symbol_completion_list_break_on_1): Adjust.
8885
23732b1e
PA
88862017-06-27 Pedro Alves <palves@redhat.com>
8887
8888 * objfiles.c (get_objfile_bfd_data): Call bfd_alloc instead of
8889 bfd_zalloc. Call objfile_per_bfd_storage's ctor.
8890 (free_objfile_per_bfd_storage): Call objfile_per_bfd_storage's
8891 dtor.
8892 * objfiles.h (objfile_per_bfd_storage): Add ctor. Make
8893 'storage_obstack' field an auto_obstack. In-class initialize all
8894 non-bitfield fields. Make minsyms_read bool.
8895 * symfile.c (read_symbols): Adjust.
8896
a4d1e79a
AH
88972017-06-27 Alan Hayward <alan.hayward@arm.com>
8898
8899 * remote-sim.c (gdbsim_fetch_register): Use byte_vector.
8900 (gdbsim_store_register): Likewise.
8901
8268c778
PA
89022017-06-27 Pedro Alves <palves@redhat.com>
8903
8904 * c-exp.y (name_obstack): Now an auto_obstack.
8905 (yylex): Use auto_obstack::clear.
8906 (c_parse): Use auto_obstack::clear instead of reinitializing and
8907 freeing the obstack.
8908 * c-lang.c (evaluate_subexp_c): Use auto_obstack.
8909 * d-exp.y (name_obstack): Now an auto_obstack.
8910 (yylex): Use auto_obstack::clear.
8911 (d_parse): Use auto_obstack::clear instead of reinitializing and
8912 freeing the obstack.
8913 * dwarf2loc.c (fetch_const_value_from_synthetic_pointer): Use
8914 auto_obstack.
8915 * dwarf2read.c (create_addrmap_from_index)
8916 (dwarf2_build_psymtabs_hard)
8917 (update_enumeration_type_from_children): Likewise.
8918 * gdb_obstack.h (auto_obstack): New type.
8919 * go-exp.y (name_obstack): Now an auto_obstack.
8920 (build_packaged_name): Use auto_obstack::clear.
8921 (go_parse): Use auto_obstack::clear instead of reinitializing and
8922 freeing the obstack.
8923 * linux-tdep.c (linux_make_mappings_corefile_notes): Use
8924 auto_obstack.
8925 * printcmd.c (printf_wide_c_string, ui_printf): Use auto_obstack.
8926 * rust-exp.y (work_obstack): Now an auto_obstack.
8927 (rust_parse, rust_lex_tests): Use auto_obstack::clear instead of
8928 reinitializing and freeing the obstack.
8929 * utils.c (do_obstack_free, make_cleanup_obstack_free): Delete.
8930 (host_char_to_target): Use auto_obstack.
8931 * utils.h (make_cleanup_obstack_free): Delete declaration.
8932 * valprint.c (generic_emit_char, generic_printstr): Use
8933 auto_obstack.
8934
db665f42
SM
89352017-06-27 Simon Marchi <simon.marchi@ericsson.com>
8936
8937 * darwin-nat.c (darwin_check_new_threads): Don't handle dummy
8938 thread.
8939 (darwin_init_thread_list): Don't update dummy thread.
8940 (darwin_create_inferior, darwin_attach): Don't add a dummy thread.
8941
873c0814
SM
89422017-06-26 Simon Marchi <simon.marchi@ericsson.com>
8943
8944 * record-full.c (netorder16): Remove.
8945
8b5a7a6e
SM
89462017-06-26 Simon Marchi <simon.marchi@ericsson.com>
8947
8948 * common/diagnostics.h: Define macros for GCC.
8949 (DIAGNOSTIC_IGNORE_UNUSED_FUNCTION): New macro.
8950 * common/vec.h: Include diagnostics.h.
8951 (DIAGNOSTIC_IGNORE_UNUSED_VEC_FUNCTION): New macro.
8952 (DEF_VEC_I, DEF_VEC_P, DEF_VEC_O): Ignore -Wunused-function
8953 warning.
8954
d1435379
SM
89552017-06-26 Simon Marchi <simon.marchi@ericsson.com>
8956
8957 * common/diagnostics.h (DIAGNOSTIC_IGNORE_DEPRECATED_REGISTER):
8958 New macro.
8959 * ada-lex.l: Ignore deprecated register warnings.
8960
cc75e0fd
SM
89612017-06-25 Simon Marchi <simon.marchi@ericsson.com>
8962
8963 * main.c (get_init_files): Replace "SYSTEM_GDBINIT +
8964 datadir_len" with "&SYSTEM_GDBINIT[datadir_len]".
8965
07809eaf
SM
89662017-06-25 Simon Marchi <simon.marchi@ericsson.com>
8967
8968 * dtrace-probe.c (dtrace_process_dof_probe): Put semi-colon on
8969 its own line.
8970
f076f034
SM
89712017-06-25 Simon Marchi <simon.marchi@ericsson.com>
8972
8973 * nat/x86-dregs.c (x86_show_dr): Print registers one per line.
8974
0dd5cbc5
AH
89752017-06-23 Alan Hayward <alan.hayward@arm.com>
8976
8977 * xtensa-tdep.c (XTENSA_MAX_REGISTER_SIZE): Add.
8978 (xtensa_register_write_masked): Use XTENSA_MAX_REGISTER_SIZE.
8979 (xtensa_register_read_masked): Likewise.
8980
d4c6ce5b
SDJ
89812017-06-22 Sergio Durigan Junior <sergiodj@redhat.com>
8982
8983 * common/environ.c (gdb_environ::unset): Update comment.
8984
16892a03
AH
89852017-06-22 Alan Hayward <alan.hayward@arm.com>
8986
8987 * python/py-unwind.c (pyuw_sniffer): Allocate space for
8988 registers.
8989
d7dcbefc
AH
89902017-06-22 Alan Hayward <alan.hayward@arm.com>
8991
8992 * record-full.c (record_full_exec_insn): Use byte_vector.
8993
b30ff123
YQ
89942017-06-22 Yao Qi <yao.qi@linaro.org>
8995
8996 * regformats/i386/amd64-avx-mpx-avx512-pku-linux.dat: Regenerated.
8997 * regformats/i386/amd64-avx-mpx-avx512-pku.dat: Regenerated.
8998
4fa847d7
AH
89992017-06-22 Alan Hayward <alan.hayward@arm.com>
9000
9001 * remote.c (cached_reg): Move from here...
9002 * regcache.h (cached_reg): ...to here.
9003 * python/py-unwind.c (struct reg_info): Remove.
9004 (cached_frame_info): Use cached_reg_t.
9005 (pyuw_prev_register): Likewise.
9006 (pyuw_sniffer): Use cached_reg_t and allocate registers.
9007 (pyuw_dealloc_cache): Free all registers.
9008
f4906a9a
PA
90092017-06-22 Pedro Alves <palves@redhat.com>
9010 Simon Marchi <simon.marchi@ericsson.com>
9011
9012 * unittests/environ-selftests.c (run_tests): Ignore -Wself-move
9013 warning.
9014 * common/diagnostics.h: New file.
9015
b45a1208
PA
90162017-06-22 Pedro Alves <palves@redhat.com>
9017
9018 * common/agent.h: Add include guards.
9019
e4da2c61
SM
90202017-06-21 Simon Marchi <simon.marchi@ericsson.com>
9021
9022 * target.h (struct target_ops) <to_xfer_partial>: Update doc to
9023 talk about addressable units instead of bytes.
9024
96160d60
SDJ
90252017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
9026
9027 * common/environ.c (gdb_environ::unset): Use '::iterator' instead
9028 of '::const_iterator'.
9029
9a6c7d9c
SDJ
90302017-06-20 Sergio Durigan Junior <sergiodj@redhat.com>
9031
9032 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
9033 'unittests/environ-selftests.c'.
9034 (SUBDIR_UNITTESTS_OBS): Add 'environ-selftests.o'.
9035 * charset.c (find_charset_names): Declare object 'iconv_env'.
9036 Update code to use 'iconv_env' object. Remove call to
9037 'free_environ'.
9038 * common/environ.c: Include <utility>.
9039 (make_environ): Delete function.
9040 (free_environ): Delete function.
9041 (gdb_environ::clear): New function.
9042 (gdb_environ::operator=): New function.
9043 (gdb_environ::get): Likewise.
9044 (environ_vector): Delete function.
9045 (set_in_environ): Delete function.
9046 (gdb_environ::set): New function.
9047 (unset_in_environ): Delete function.
9048 (gdb_environ::unset): New function.
9049 (gdb_environ::envp): Likewise.
9050 * common/environ.h: Include <vector>.
9051 (struct gdb_environ): Delete; transform into...
9052 (class gdb_environ): ... this class.
9053 (free_environ): Delete prototype.
9054 (init_environ, get_in_environ, set_in_environ, unset_in_environ,
9055 environ_vector): Likewise.
9056 * infcmd.c (run_command_1): Update code to call
9057 'envp' from 'gdb_environ' class.
9058 (environment_info): Update code to call methods from 'gdb_environ'
9059 class.
9060 (unset_environment_command): Likewise.
9061 (path_info): Likewise.
9062 (path_command): Likewise.
9063 * inferior.c (inferior::~inferior): Delete call to 'free_environ'.
9064 (inferior::inferior): Initialize 'environment' using the host's
9065 information.
9066 * inferior.h: Remove forward declaration of 'struct gdb_environ'.
9067 Include "environ.h".
9068 (class inferior) <environment>: Change type from 'struct
9069 gdb_environ' to 'gdb_environ'.
9070 * mi/mi-cmd-env.c (mi_cmd_env_path): Update code to call
9071 methods from 'gdb_environ' class.
9072 * solib.c (solib_find_1): Likewise
9073 * unittests/environ-selftests.c: New file.
9074
75c554cf
YQ
90752017-06-20 Yao Qi <yao.qi@linaro.org>
9076
9077 * features/i386/i386-linux.xml: Exchange the order of including
9078 32bit-linux.xml and 32bit-sse.xml.
9079 * features/i386/i386-linux.c: Regenerated.
9080
72ddacb7
YQ
90812017-06-20 Yao Qi <yao.qi@linaro.org>
9082
9083 * target-descriptions.c (tdesc_reg): Add ctor, dtor.
9084 Delete copy ctor and assignment operator.
9085 (tdesc_type): Likewise.
9086 (tdesc_feature): Likewise.
9087 (tdesc_free_reg): Remove.
9088 (tdesc_create_reg): Use new.
9089 (tdesc_free_type): Remove.
9090 (tdesc_create_vector): Use new.
9091 (tdesc_create_union): Likewise.
9092 (tdesc_create_flags): Likewise.
9093 (tdesc_create_enum): Likewise.
9094 (tdesc_free_feature): Delete.
9095 (free_target_description): Use delete.
9096
325c9fd4
JB
90972017-06-19 John Baldwin <jhb@FreeBSD.org>
9098
9099 * mips-tdep.c (print_gp_register_row): Don't error for unavailable
9100 registers.
9101
16b7a719
PA
91022017-06-19 Pedro Alves <palves@redhat.com>
9103
9104 * dwarf2read.c (write_psymtabs_to_index): Construct file_closer
9105 after gdb::unlinker.
9106
1c8e01c9
SDJ
91072017-06-19 Sergio Durigan Junior <sergiodj@redhat.com>
9108
9109 * mi/mi-cm-env.c (_initialize_mi_cmd_env): Use getenv instead of
9110 gdb_environ to access an environment variable.
9111
ffce45d2
TP
91122017-06-18 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9113
9114 * nat/linux-ptrace.c (linux_fork_to_function): Add cast to
9115 gdb_byte*.
9116
1d4fbac9
SM
91172017-06-17 Simon Marchi <simon.marchi@ericsson.com>
9118
9119 * nat/fork-inferior.h (trace_start_error): Add ATTRIBUTE_PRINTF.
9120
8465943a
SM
91212017-06-17 Simon Marchi <simon.marchi@ericsson.com>
9122
9123 * configure: Re-generate.
9124 * warning.m4 (build_warnings): Add -Wno-mismatched-tags.
9125
3e019bdc
SM
91262017-06-17 Simon Marchi <simon.marchi@ericsson.com>
9127
9128 * configure: Re-generate.
9129 * warning.m4: Pass -Werror to compiler when checking for
9130 supported warning flags.
9131
cf0dd6f0
SM
91322017-06-17 Simon Marchi <simon.marchi@ericsson.com>
9133
9134 * Makefile.in (COMPILE.pre): Add "-x c++".
9135
6f98355c
YQ
91362017-06-16 Alan Hayward <alan.hayward@arm.com>
9137 Pedro Alves <palves@redhat.com>
9138 Yao Qi <yao.qi@linaro.org>
9139
9140 * defs.h (RequireLongest): New.
9141 (extract_integer): Declare function template.
9142 (extract_signed_integer): Remove the declaration, but define it
9143 static inline.
9144 (extract_unsigned_integer): Likewise.
9145 (store_integer): Declare function template.
9146 (store_signed_integer): Remove the declaration, but define it
9147 static inline.
9148 (store_unsigned_integer): Likewise.
9149 * findvar.c (extract_integer): New function template.
9150 (extract_signed_integer): Remove.
9151 (extract_unsigned_integer): Remove.
9152 (extract_integer<LONGEST>, extract_integer<ULONGEST>): Explicit
9153 instantiations.
9154 (store_integer): New function template.
9155 (store_signed_integer): Remove.
9156 (store_unsigned_integer): Remove.
9157 (store_integer): Explicit instantiations.
9158 * regcache.c (regcache_raw_read_signed): Update.
9159 (regcache::raw_read): New function.
9160 (regcache::raw_read_signed): Remove.
9161 (regcache::raw_read_unsigned): Remove.
9162 (regcache_raw_read_unsigned): Update.
9163 (regcache_raw_write_unsigned): Update.
9164 (regcache::raw_write_signed): Remove.
9165 (regcache::raw_write): New function.
9166 (regcache_cooked_read_signed): Update.
9167 (regcache::raw_write_unsigned): Remove.
9168 (regcache::cooked_read_signed): Remove.
9169 (regcache_cooked_read_unsigned): Update.
9170 (regcache::cooked_read_unsigned): Remove.
9171 (regcache_cooked_write_signed): Update.
9172 (regcache_cooked_write_unsigned): Update.
9173 * regcache.h (regcache) <raw_read_signed>: Remove.
9174 <raw_write_signed, raw_read_unsigned, raw_write_unsigned>: Remove.
9175 <raw_read, raw_write>: New.
9176 <cooked_read_signed, cooked_write_signed>: Remove.
9177 <cooked_write_unsigned, cooked_read_unsigned>: Remove.
9178 <cooked_read, cooked_write>: New.
9179 * sh64-tdep.c (sh64_pseudo_register_read): Update.
9180 (sh64_pseudo_register_write): Update.
9181
a87dc45a
AK
91822017-06-16 Anton Kolesov <anton.kolesov@synopsys.com>
9183
9184 * arc-tdep.c (arc_disassembler_options): New variable.
9185 (arc_gdbarch_init): Set and use it. Use arc_delayed_print_insn instead
9186 of default_print_insn.
9187 (arc_delayed_print_insn): Set info->section when needed,
9188 use default_print_insn to retrieve a disassembler.
9189
45159d6a
SDJ
91902017-06-14 Sergio Durigan Junior <sergiodj@redhat.com>
9191
9192 PR gdb/21574
9193 * infcmd.c (_initialize_infcmd): Expand "help run" documentation
9194 to mention $SHELL and startup-with-shell.
9195
b46c4cf0
MF
91962017-06-14 Max Filippov <jcmvbkbc@gmail.com>
9197
9198 * MAINTAINERS: Move Maxim Grigoriev to the Past Maintainers.
9199
6394c606
YQ
92002017-06-14 Yao Qi <yao.qi@linaro.org>
9201
9202 * aarch64-tdep.c (aarch64_gdb_print_insn): Call
9203 default_print_insn instead of print_insn_aarch64.
9204 * arm-tdep.c (gdb_print_insn_arm): Call
9205 default_print_insn instead of print_insn_big_arm
9206 and print_insn_little_arm.
9207 * i386-tdep.c (i386_print_insn): Call default_print_insn
9208 instead of print_insn_i386.
9209 * ia64-tdep.c (ia64_print_insn): Call
9210 default_print_insn instead of print_insn_ia64.
9211 * mips-tdep.c (gdb_print_insn_mips): Call
9212 default_print_insn instead of print_insn_big_mips
9213 and print_insn_little_mips.
9214 * spu-tdep.c (gdb_print_insn_spu): Call default_print_insn
9215 instead of print_insn_spu.
9216
d5722aa2
PA
92172017-06-14 Pedro Alves <palves@redhat.com>
9218
9219 * ada-lang.c: Include "common/byte-vector.h".
9220 (ada_value_primitive_packed_val): Use gdb::byte_vector.
9221 * charset.c (wchar_iterator::iterate): Resize the vector instead
9222 of reserving it.
9223 * common/byte-vector.h: Include "common/def-vector.h".
9224 (wchar_iterator::m_out): Now a gdb::def_vector<gdb_wchar_t>.
9225 * cli/cli-dump.c: Include "common/byte-vector.h".
9226 (dump_memory_to_file, restore_binary_file): Use gdb::byte_vector.
9227 * common/byte-vector.h: New file.
9228 * common/def-vector.h: New file.
9229 * common/default-init-alloc.h: New file.
9230 * dwarf2loc.c: Include "common/byte-vector.h".
9231 (rw_pieced_value): Use gdb::byte_vector, and resize the vector
9232 instead of reserving it.
9233 * dwarf2read.c: Include "common/byte-vector.h".
9234 (data_buf::m_vec): Now a gdb::byte_vector.
9235 * gdb_regex.c: Include "common/def-vector.h".
9236 (compiled_regex::compiled_regex): Use gdb::def_vector<char>.
9237 * mi/mi-main.c: Include "common/byte-vector.h".
9238 (mi_cmd_data_read_memory): Use gdb::byte_vector.
9239 * printcmd.c: Include "common/byte-vector.h".
9240 (print_scalar_formatted): Use gdb::byte_vector.
9241 * valprint.c: Include "common/byte-vector.h".
9242 (maybe_negate_by_bytes, print_decimal_chars): Use
9243 gdb::byte_vector.
9244
01ec7a27
SM
92452017-06-13 Simon Marchi <simon.marchi@ericsson.com>
9246
9247 * darwin-nat.c: Include "nat/fork-inferior.h".
9248
848d9074
SM
92492017-06-13 Simon Marchi <simon.marchi@ericsson.com>
9250
9251 * configure.nat: Factor out Darwin bits that are not
9252 architecture-specific. Add fork-inferior.o.
9253
3b912944
SM
92542017-06-13 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * configure.nat: Factor out AIX bits that are not
9257 architecture-specific. Add fork-inferior.o.
9258
55acdf22
AA
92592017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9260
9261 * dwarf2loc.c (rw_pieced_value): New. Merge logic from...
9262 (read_pieced_value, write_pieced_value): ...here. Reduce to
9263 wrappers that just call rw_pieced_value.
9264
f65e2044
AA
92652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9266
9267 * dwarf2loc.c (write_pieced_value): When writing the data for a
9268 memory piece, use write_memory_with_notification instead of
9269 write_memory.
9270
23f945bf
AA
92712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9272
9273 * valops.c (read_value_memory): Change embedded_offset to
9274 represent a bit offset instead of a byte offset.
9275 * value.h (read_value_memory): Adjust comment.
9276
f236533e
AA
92772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9278
9279 * dwarf2loc.c (read_pieced_value): Remove unnecessary variables
9280 dest_offset_bits and source_offset_bits.
9281 (write_pieced_value): Likewise.
9282
65d84b76
AA
92832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9284
9285 * dwarf2loc.c (read_pieced_value): Respect the piece offset, as
9286 given by DW_OP_bit_piece.
9287 (write_pieced_value): Likewise.
9288
242d31ab
AA
92892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9290
9291 * dwarf2loc.c (read_pieced_value): Move the buffer allocation and
9292 some other preparations to the places where sufficient information
9293 is available.
9294 (write_pieced_value): Likewise.
9295
03c8af18
AA
92962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9297
9298 * dwarf2loc.c (bits_to_bytes): New function.
9299 (read_pieced_value): Fix offset calculations for register pieces
9300 on big-endian targets.
9301 (write_pieced_value): Likewise.
9302
840989c1
AA
93032017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9304
9305 * dwarf2loc.c (read_pieced_value): Remove buffer_size variable.
9306 (write_pieced_value): Likewise.
9307
359b19bb
AA
93082017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9309
9310 * dwarf2loc.c (write_pieced_value): When writing to a bit-field,
9311 transfer the source value's least significant bits, instead of its
9312 lowest-addressed ones. Rename type_len to max_offset.
9313 (read_pieced_value): Mirror above changes to write_pieced_value as
9314 applicable.
9315
07c9ca3b
AA
93162017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9317
9318 * dwarf2loc.c (write_pieced_value): In DWARF_VALUE_MEMORY,
9319 truncate full bytes from dest_offset_bits before using it as an
9320 offset into the buffer.
9321
f1cc9874
AA
93222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9323
9324 * dwarf2loc.c (write_pieced_value): Include transfer size in
9325 byte-wise check.
9326
cdaac320
AA
93272017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9328
9329 * dwarf2loc.c (write_pieced_value): Fix copy/paste error in the
9330 calculation of this_size.
9331
af547a96
AA
93322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9333
9334 * dwarf2loc.c (read_pieced_value): Respect parent value's offset
9335 when targeting a bit-field.
9336 (write_pieced_value): Likewise.
9337
ddd7882a
AA
93382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9339
9340 * dwarf2loc.c (struct piece_closure) <addr_size>: Remove field.
9341 (allocate_piece_closure): Drop addr_size parameter.
9342 (dwarf2_evaluate_loc_desc_full): Adjust call to
9343 allocate_piece_closure.
9344
e9352324
AA
93452017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9346
9347 PR gdb/21226
9348 * dwarf2loc.c (read_pieced_value): Anchor stack value pieces at
9349 the LSB end, independent of endianness.
9350
d5d1163e
AA
93512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * dwarf2loc.c (write_pieced_value): Fix order of calculations for
9354 size capping.
9355
032bb6ea
YQ
93562017-06-13 Yao Qi <yao.qi@linaro.org>
9357
9358 * mips-linux-nat.c: Move include features/mips*-linux.c to
9359 mips-linux-tdep.c.
9360 (_initialize_mips_linux_nat): Move initialize_tdesc_mips* calls
9361 to mips-linux-tdep.c.
9362 * mips-linux-tdep.c: Include features/mips*-linux.c
9363 (_initialize_mips_linux_tdep): Call initialize_tdesc_mips*
9364 functions.
9365 * mips-linux-tdep.h (tdesc_mips_linux): Declare.
9366 (tdesc_mips_dsp_linux, tdesc_mips64_linux): Declare.
9367 (tdesc_mips64_dsp_linux): Declare.
9368
f12f6bad
TT
93692017-06-12 Tom Tromey <tom@tromey.com>
9370
9371 * valprint.h (val_print_type_code_int): Remove.
9372 * valprint.c (generic_val_print_int): Always call
9373 val_print_scalar_formatted.
9374 (val_print_type_code_int): Remove.
9375 * printcmd.c (print_scalar_formatted): Handle options->format==0.
9376 * f-valprint.c (f_val_print): Use val_print_scalar_formatted.
9377 * c-valprint.c (c_val_print_int): Use val_print_scalar_formatted.
9378 * ada-valprint.c (ada_val_print_num): Use
9379 val_print_scalar_formatted.
9380
d9109c80
TT
93812017-06-12 Tom Tromey <tom@tromey.com>
9382
9383 * printcmd.c (print_scalar_formatted): Unify the two switches.
9384 Don't convert scalars to LONGEST.
9385
4ac0cb1c
TT
93862017-06-12 Tom Tromey <tom@tromey.com>
9387
9388 PR exp/16225:
9389 * valprint.h (print_decimal_chars): Update.
9390 * valprint.c (maybe_negate_by_bytes): New function.
9391 (print_decimal_chars): Add "is_signed" argument.
9392 * printcmd.c (print_scalar_formatted): Update.
9393
30a25466
TT
93942017-06-12 Tom Tromey <tom@tromey.com>
9395
9396 PR exp/16225:
9397 * valprint.h (print_binary_chars, print_hex_chars): Update.
9398 * valprint.c (val_print_type_code_int): Update.
9399 (print_binary_chars): Add "zero_pad" argument.
9400 (emit_octal_digit): New function.
9401 (print_octal_chars): Don't zero-pad.
9402 (print_decimal_chars): Likewise.
9403 (print_hex_chars): Add "zero_pad" argument.
9404 * sh64-tdep.c (sh64_do_fp_register): Update.
9405 * regcache.c (regcache::dump): Update.
9406 * printcmd.c (print_scalar_formatted): Update.
9407 * infcmd.c (default_print_one_register_info): Update.
9408
b3464d03
PA
94092017-06-12 Pedro Alves <palves@redhat.com>
9410 Alan Hayward <alan.hayward@arm.com>
9411
9412 * mips-tdep.c (MAX_MIPS_ABI_REGSIZE): New.
9413 (mips_eabi_push_dummy_call): Rename local 'regsize' to
9414 'abi_regsize'. Rename local array 'valbuf' to 'ref_valbuf', and
9415 use MAX_MIPS_ABI_REGSIZE instead of MAX_REGISTER_SIZE to size it.
9416 Assert that abi_regsize bytes fit in 'ref_valbuf'.
9417
4b76cda9
PA
94182017-06-12 Pedro Alves <palves@redhat.com>
9419
9420 * dwarf2read.c (mapped_symtab::data): Now a vector of
9421 symtab_index_entry instead of vector of
9422 std::unique_ptr<symtab_index_entry>. All users adjusted to check
9423 whether an element's name is NULL instead of checking whether the
9424 element itself is NULL.
9425 (find_slot): Change return type. Adjust.
9426 (hash_expand, , add_index_entry, uniquify_cu_indices)
9427 (write_hash_table): Adjust.
9428
e8f8bcb3
PA
94292017-06-12 Pedro Alves <palves@redhat.com>
9430
9431 * dwarf2read.c (recursively_count_psymbols): New function.
9432 (write_psymtabs_to_index): Call it to compute number of psyms and
9433 pass estimate size of psyms_seen to unordered_set's ctor.
9434
70a1152b
PA
94352017-06-12 Pedro Alves <palves@redhat.com>
9436
9437 * dwarf2read.c (write_hash_table): Check if key already exists
9438 before emplacing.
9439
c2f134ac
PA
94402017-06-12 Pedro Alves <palves@redhat.com>
9441
9442 * dwarf2read.c (data_buf::append_space): Rename to...
9443 (data_buf::grow): ... this, and make private. Adjust all callers.
9444 (data_buf::append_uint): New method.
9445 (add_address_entry, write_one_signatured_type)
9446 (write_psymtabs_to_index): Use it.
9447
a81e6d4d
PA
94482017-06-12 Pedro Alves <palves@redhat.com>
9449
9450 * dwarf2read.c (file_write(FILE *, const void *, size_t)): Delete.
9451 (file_write (FILE *, const std::vector<Elem>&)): Delete.
9452 (data_buf::file_write): Call ::fwrite directly.
9453
6fd931f2
PA
94542017-06-12 Pedro Alves <palves@redhat.com>
9455
9456 * dwarf2read.c (uniquify_cu_indices): Use std::unique and
9457 std::vector::erase.
9458
bc8f2430
JK
94592017-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9460
9461 Code cleanup: C++ify .gdb_index producer.
9462 * dwarf2read.c: Include <unordered_set> and <unordered_map>.
9463 (MAYBE_SWAP) [WORDS_BIGENDIAN]: Cast to offset_type.
9464 (struct strtab_entry, hash_strtab_entry, eq_strtab_entry)
9465 (create_strtab, add_string): Remove.
9466 (file_write, data_buf): New.
9467 (struct symtab_index_entry): Use std::vector for cu_indices.
9468 (struct mapped_symtab): Use std::vector for data.
9469 (hash_symtab_entry, eq_symtab_entry, delete_symtab_entry)
9470 (create_symbol_hash_table, create_mapped_symtab, cleanup_mapped_symtab):
9471 Remove.
9472 (find_slot): Change return type. Update it to the new data structures.
9473 (hash_expand, add_index_entry): Update it to the new data structures.
9474 (offset_type_compare): Remove.
9475 (uniquify_cu_indices): Update it to the new data structures.
9476 (c_str_view, c_str_view_hasher, vector_hasher): New.
9477 (add_indices_to_cpool): Remove.
9478 (write_hash_table): Update it to the new data structures.
9479 (struct psymtab_cu_index_map, hash_psymtab_cu_index)
9480 (eq_psymtab_cu_index): Remove.
9481 (psym_index_map): New typedef.
9482 (struct addrmap_index_data): Change addr_obstack pointer to data_buf
9483 reference and std::unordered_map for cu_index_htab.
9484 (add_address_entry, add_address_entry_worker, write_address_map)
9485 (write_psymbols): Update it to the new data structures.
9486 (write_obstack): Remove.
9487 (struct signatured_type_index_data): Change types_list to a data_buf
9488 reference and psyms_seen to a std::unordered_set reference.
9489 (write_one_signatured_type, recursively_write_psymbols)
9490 (write_psymtabs_to_index): Update it to the new data structures.
9491
c4dcb155
SM
94922017-06-11 Simon Marchi <simon.marchi@ericsson.com>
9493
9494 * NEWS (Changes since GDB 8.0): Announce {set,show} debug
9495 separate-debug-file commands.
9496 * symfile.h (separate_debug_file_debug): New global.
9497 * symfile.c (separate_debug_file_debug): New global.
9498 (separate_debug_file_exists, find_separate_debug_file): Add
9499 debug output.
9500 (_initialize_symfile): Add "set debug separate-debug-file"
9501 command.
9502 * build-id.c (build_id_to_debug_bfd,
9503 find_separate_debug_file_by_buildid): Add debug output.
9504
6d45d4b4
SM
95052017-06-10 Simon Marchi <simon.marchi@polymtl.ca>
9506
9507 * gdbarch.sh (displaced_step_free_closure): Remove.
9508 * gdbarch.h, gdbarch.c: Re-generate.
9509 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't set
9510 displaced_step_free_closure.
9511 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
9512 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
9513 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
9514 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
9515 * rs6000-tdep.c (rs6000_gdbarch_init): Likewise.
9516 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
9517 * arch-utils.h (simple_displaced_step_free_closure): Remove.
9518 * arch-utils.c (simple_displaced_step_free_closure): Remove.
9519 * infrun.c (displaced_step_clear): Call xfree instead of
9520 gdbarch_displaced_step_free_closure.
9521
2f91880f
SDJ
95222017-06-08 Sergio Durigan Junior <sergiodj@redhat.com>
9523
9524 * common/common-utils.c (stringify_argv): Check for "arg[0] !=
9525 NULL".
9526
b8b6e72f
AH
95272017-06-08 Alan Hayward <alan.hayward@arm.com>
9528
9529 * mn10300-tdep.c (MN10300_MAX_REGISTER_SIZE): Add.
9530 (mn10300_extract_return_value): Use MN10300_MAX_REGISTER_SIZE.
9531 (mn10300_push_dummy_call): Likewise.
9532
5369082e
AH
95332017-06-08 Alan Hayward <alan.hayward@arm.com>
9534
9535 * mi/mi-main.c (register_changed_p): Use value_contents_eq.
9536
ff4ca5ac
AH
95372017-06-08 Alan Hayward <alan.hayward@arm.com>
9538
9539 * mi/mi-main.c (register_changed_p): Use cooked_read_value.
9540
aefd8b33
SDJ
95412017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9542
9543 * NEWS (Changes since GDB 8.0): Announce that GDBserver is now
9544 able to start inferiors using a shell.
9545 (New remote packets): Announce new packet "QStartupWithShell".
9546 * remote.c: Add PACKET_QStartupWithShell.
9547 (extended_remote_create_inferior): Handle new
9548 PACKET_QStartupWithShell.
9549 (remote_protocol_features) <QStartupWithShell>: New entry for
9550 PACKET_QStartupWithShell.
9551 (_initialize_remote): Call "add_packet_config_cmd" for
9552 QStartupShell.
9553
2090129c
SDJ
95542017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9555 Pedro Alves <palves@redhat.com>
9556
9557 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-inferior.h"
9558 and "nat/fork-inferior.h".
9559 * common/common-inferior.h: New file, with contents from
9560 "gdb/inferior.h".
9561 * commom/common-utils.c: Include "common-utils.h".
9562 (stringify_argv): New function.
9563 * common/common-utils.h (stringify_argv): New prototype.
9564 * configure.nat: Add "fork-inferior.o" as a dependency for
9565 "*linux*", "fbsd*" and "nbsd*" hosts.
9566 * corefile.c (get_exec_file): Update comment.
9567 * darwin-nat.c (darwin_ptrace_him): Call "gdb_startup_inferior"
9568 instead of "startup_inferior".
9569 (darwin_create_inferior): Call "add_thread_silent" after
9570 "fork_inferior".
9571 * fork-child.c: Cleanup unnecessary includes.
9572 (SHELL_FILE): Move to "common/common-fork-child.c".
9573 (environ): Likewise.
9574 (exec_wrapper): Initialize.
9575 (get_exec_wrapper): New function.
9576 (breakup_args): Move to "common/common-fork-child.c"; rename to
9577 "breakup_args_for_exec".
9578 (escape_bang_in_quoted_argument): Move to
9579 "common/common-fork-child.c".
9580 (saved_ui): New variable.
9581 (prefork_hook): New function.
9582 (postfork_hook): Likewise.
9583 (postfork_child_hook): Likewise.
9584 (gdb_startup_inferior): Likewise.
9585 (fork_inferior): Move to "common/common-fork-child.c". Update
9586 function to support gdbserver.
9587 (startup_inferior): Likewise.
9588 * gdbcore.h (get_exec_file): Remove declaration.
9589 * gnu-nat.c (gnu_create_inferior): Call "gdb_startup_inferior"
9590 instead of "startup_inferior". Call "add_thread_silent" after
9591 "fork_inferior".
9592 * inf-ptrace.c: Include "nat/fork-inferior.h" and "utils.h".
9593 (inf_ptrace_create_inferior): Call "gdb_startup_inferior"
9594 instead of "startup_inferior". Call "add_thread_silent" after
9595 "fork_inferior".
9596 * inferior.h: Include "common-inferior.h".
9597 (trace_start_error): Move to "common/common-utils.h".
9598 (trace_start_error_with_name): Likewise.
9599 (fork_inferior): Move prototype to "nat/fork-inferior.h".
9600 (startup_inferior): Likewise.
9601 (gdb_startup_inferior): New prototype.
9602 * nat/fork-inferior.c: New file, with contents from "fork-child.c".
9603 * nat/fork-inferior.h: New file.
9604 * procfs.c (procfs_init_inferior): Call "gdb_startup_inferior"
9605 instead of "startup_inferior". Call "add_thread_silent" after
9606 "fork_inferior".
9607 * target.h (target_terminal_init): Move prototype to
9608 "target/target.h".
9609 (target_terminal_inferior): Likewise.
9610 (target_terminal_ours): Likewise.
9611 * target/target.h (target_terminal_init): New prototype, moved
9612 from "target.h".
9613 (target_terminal_inferior): Likewise.
9614 (target_terminal_ours): Likewise.
9615 * utils.c (gdb_flush_out_err): New function.
9616
043a4934
SDJ
96172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9618
9619 * Makefile.in (HFILES_NO_SRCDIR): Add "common/common-gdbthread.h".
9620 * common/common-gdbthread.h: New file, with parts from
9621 "gdb/gdbthread.h".
9622 * gdbthread.h: Include "common-gdbthread.h".
9623 (switch_to_thread): Moved to "common/common-gdbthread.h".
9624
15652511
SDJ
96252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9626
9627 * Makefile.in (SFILES): Add "common/job-control.c".
9628 (HFILES_NO_SRCDIR): Add "common/job-control.h".
9629 (COMMON_OBS): Add "job-control.o".
9630 * common/job-control.c: New file, with contents from
9631 "gdb/inflow.c".
9632 * common/job-control.h: New file, with contents from "terminal.h".
9633 * fork-child.c: Include "job-control.h".
9634 * inflow.c: Include "job-control.h".
9635 (gdb_setpgid): Move to "common/common-inflow.c".
9636 (_initialize_inflow): Move setting of "job_control" to
9637 "handle_job_control".
9638 * terminal.h (job_control): Moved to "common/common-terminal.h".
9639 (gdb_setpgid): Likewise.
9640 * top.c: Include "job_control.h".
9641 * utils.c: Likewise.
9642 (job_control): Moved to "job-control.c".
9643
2d7cc5c7
PA
96442017-06-07 Pedro Alves <palves@redhat.com>
9645
9646 * Makefile.in (SFILES): Add gdb_regex.c.
9647 (COMMON_OBS): Add gdb_regex.o.
9648 * ada-lang.c (ada_add_standard_exceptions)
9649 (ada_add_exceptions_from_frame, name_matches_regex)
9650 (ada_add_global_exceptions, ada_exceptions_list_1): Change regex
9651 parameter type to compiled_regex. Adjust.
9652 (ada_exceptions_list): Use compiled_regex.
9653 * break-catch-throw.c (exception_catchpoint::pattern): Now a
9654 std::unique_ptr<compiled_regex>.
9655 (exception_catchpoint::~exception_catchpoint): Remove regfree
9656 call.
9657 (check_status_exception_catchpoint): Adjust to use compiled_regex.
9658 (handle_gnu_v3_exceptions): Adjust to use compiled_regex.
9659 * breakpoint.c (solib_catchpoint::compiled): Now a
9660 std::unique_ptr<compiled_regex>.
9661 (solib_catchpoint::~solib_catchpoint): Remove regfree call.
9662 (check_status_catch_solib): Adjust to use compiled_regex.
9663 (add_solib_catchpoint): Adjust to use compiled_regex.
9664 * cli/cli-cmds.c (apropos_command): Use compiled_regex.
9665 * cli/cli-decode.c (apropos_cmd): Change regex parameter to
9666 compiled_regex reference. Adjust to use it.
9667 * cli/cli-decode.h: Remove struct re_pattern_buffer forward
9668 declaration. Include "gdb_regex.h".
9669 (apropos_cmd): Change regex parameter to compiled_regex reference.
9670 * gdb_regex.c: New file.
9671 * gdb_regex.h (make_regfree_cleanup, get_regcomp_error): Delete
9672 declarations.
9673 (class compiled_regex): New.
9674 * linux-tdep.c: Include "common/gdb_optional.h".
9675 (struct mapping_regexes): New, factored out from
9676 mapping_is_anonymous_p, and adjusted to use compiled_regex.
9677 (mapping_is_anonymous_p): Use mapping_regexes wrapped in a
9678 gdb::optional and remove cleanups. Adjust to compiled_regex.
9679 * probe.c: Include "common/gdb_optional.h".
9680 (collect_probes): Use compiled_regex and gdb::optional and remove
9681 cleanups.
9682 * skip.c: Include "common/gdb_optional.h".
9683 (skiplist_entry::compiled_function_regexp): Now a
9684 gdb::optional<compiled_regex>.
9685 (skiplist_entry::compiled_function_regexp_is_valid): Delete field.
9686 (free_skiplist_entry): Remove regfree call.
9687 (compile_skip_regexp, skip_rfunction_p): Adjust to use
9688 compiled_regex and gdb::optional.
9689 * symtab.c: Include "common/gdb_optional.h".
9690 (search_symbols): Use compiled_regex and gdb::optional.
9691 * utils.c (do_regfree_cleanup, make_regfree_cleanup)
9692 (get_regcomp_error, compile_rx_or_error): Delete. Some bits moved
9693 to gdb_regex.c.
9694
50d6adef
AH
96952017-06-07 Alan Hayward <alan.hayward@arm.com>
9696
9697 * regcache.c (regcache::save): Avoid buffer use.
9698 (regcache::dump): Likewise.
9699
4a8a33c8
AH
97002017-06-07 Alan Hayward <alan.hayward@arm.com>
9701
9702 * sh-tdep.c (sh_pseudo_register_read): Remove
9703 MAX_REGISTER_SIZE.
9704 (sh_pseudo_register_write): Likewise.
9705 * sh64-tdep.c (sh64_pseudo_register_read): Likewise.
9706 (sh64_pseudo_register_write): Likewise
9707
d1be909e
AH
97082017-06-07 Alan Hayward <alan.hayward@arm.com>
9709
9710 * aarch64-tdep.c (aarch64_store_return_value): Use
9711 V_REGISTER_SIZE.
9712 (aarch64_pseudo_read_value): Likewise.
9713 (aarch64_pseudo_write): Likewise.
9714
f4a65042
YQ
97152017-06-06 Yao Qi <yao.qi@linaro.org>
9716
9717 * regformats/regdef.h (set_register_cache): Remove the
9718 declaration.
9719
9f7fb0aa
AH
97202017-06-06 Alan Hayward <alan.hayward@arm.com>
9721
9722 * frame.c (frame_unwind_register_signed): Use
9723 frame_unwind_register_value.
9724
e1e01040
PA
97252017-06-06 Pedro Alves <palves@redhat.com>
9726
9727 PR breakpoints/21553
9728 * breakpoint.c (create_breakpoints_sal_default)
9729 (init_breakpoint_sal, create_breakpoint_sal): Use
9730 gdb::unique_xmalloc_ptr for string parameters.
9731 (create_breakpoint): Constify 'extra_string' and 'cond_string'
9732 parameters. Replace cleanups with gdb::unique_xmalloc_ptr.
9733 (base_breakpoint_create_breakpoints_sal)
9734 (bkpt_create_breakpoints_sal, tracepoint_create_breakpoints_sal)
9735 (strace_marker_create_breakpoints_sal)
9736 (create_breakpoints_sal_default): Use gdb::unique_xmalloc_ptr for
9737 string parameters.
9738 * breakpoint.h (breakpoint_ops::create_breakpoints_sal): Use
9739 gdb::unique_xmalloc_ptr for string parameters.
9740 (create_breakpoint): Constify 'extra_string' and 'cond_string'
9741 parameters.
9742
fbe654c8
AH
97432017-06-06 Alan Hayward <alan.hayward@arm.com>
9744
9745 * alpha-tdep.c (alpha_register_to_value): Use
9746 get_frame_register_value.
9747 (alpha_value_to_register): Use ALPHA_REGISTER_SIZE.
9748
ae0d01d6
AH
97492017-06-06 Alan Hayward <alan.hayward@arm.com>
9750
9751 * ia64-tdep.c (IA64_MAX_FP_REGISTER_SIZE) Add.
9752 (ia64_register_to_value): Use IA64_MAX_FP_REGISTER_SIZE.
9753 (ia64_value_to_register): Likewise.
9754 (ia64_extract_return_value): Likewise.
9755 (ia64_store_return_value): Likewise.
9756 (ia64_push_dummy_call): Likewise.
9757
49cf576c
JB
97582017-06-04 Joel Brobecker <brobecker@adacore.com>
9759
9760 GDB 8.0 released.
9761
26b6a6ab
SM
97622017-06-03 Simon Marchi <simon.marchi@ericsson.com>
9763
9764 * x86-linux-nat.c (struct arch_lwp_info): Remove.
9765
22827c51
SM
97662017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
9767
9768 * linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
9769 parameter.
9770 (linux_nat_attach): Adjust call to linux_nat_post_attach_wait.
9771
0e05cf3a
SM
97722017-06-02 Simon Marchi <simon.marchi@ericsson.com>
9773
9774 * event-loop.c (poll_timers): Unallocate timer using delete
9775 instead of xfree.
9776
c1fc2657
SM
97772017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
9778
9779 * breakpoint.h (struct breakpoint_ops) <dtor>: Remove.
9780 (struct breakpoint) <~breakpoint>: New.
9781 (struct watchpoint): Inherit from breakpoint.
9782 <~watchpoint>: New.
9783 <base>: Remove.
9784 (struct tracepoint): Inherit from breakpoint.
9785 <base>: Remove.
9786 * breakpoint.c (longjmp_breakpoint_ops): Remove.
9787 (struct longjmp_breakpoint): Inherit from breakpoint.
9788 <~longjmp_breakpoint>: New.
9789 <base>: Remove.
9790 (new_breakpoint_from_type): Remove casts.
9791 (watchpoint_in_thread_scope): Remove reference to base field.
9792 (watchpoint_del_at_next_stop): Likewise.
9793 (update_watchpoint): Likewise.
9794 (watchpoint_check): Likewise.
9795 (bpstat_check_watchpoint): Likewise.
9796 (set_longjmp_breakpoint): Likewise.
9797 (struct fork_catchpoint): Inherit from breakpoint.
9798 <base>: Remove.
9799 (struct solib_catchpoint): Inherit from breakpoint.
9800 <~solib_catchpoint>: New.
9801 <base>: Remove.
9802 (dtor_catch_solib): Change to ...
9803 (solib_catchpoint::~solib_catchpoint): ... this.
9804 (breakpoint_hit_catch_solib): Remove reference to base field.
9805 (add_solib_catchpoint): Likewise.
9806 (create_fork_vfork_event_catchpoint): Likewise.
9807 (struct exec_catchpoint): Inherit from breakpoint.
9808 <~exec_catchpoint>: New.
9809 <base>: Remove.
9810 (dtor_catch_exec): Change to ...
9811 (exec_catchpoint::~exec_catchpoint): ... this.
9812 (dtor_watchpoint): Change to ...
9813 (watchpoint::~watchpoint): ... this.
9814 (watch_command_1): Remove reference to base field.
9815 (catch_exec_command_1): Likewise.
9816 (base_breakpoint_dtor): Change to ...
9817 (breakpoint::~breakpoint): ... this.
9818 (base_breakpoint_ops): Remove dtor field value.
9819 (longjmp_bkpt_dtor): Change to ...
9820 (longjmp_breakpoint::~longjmp_breakpoint): ... this.
9821 (strace_marker_create_breakpoints_sal): Remove reference to base
9822 field.
9823 (delete_breakpoint): Don't manually call breakpoint destructor.
9824 (create_tracepoint_from_upload): Remove reference to base field.
9825 (trace_pass_set_count): Likewise.
9826 (initialize_breakpoint_ops): Don't initialize
9827 momentary_breakpoint_ops, don't set dtors.
9828 * ada-lang.c (struct ada_catchpoint): Inherit from breakpoint.
9829 <~ada_catchpoint>: New.
9830 <base>: Remove.
9831 (create_excep_cond_exprs): Remove reference to base field.
9832 (dtor_exception): Change to ...
9833 (ada_catchpoint::~ada_catchpoint): ... this.
9834 (dtor_catch_exception): Remove.
9835 (dtor_catch_exception_unhandled): Remove.
9836 (dtor_catch_assert): Remove.
9837 (create_ada_exception_catchpoint): Remove reference to base
9838 field.
9839 (initialize_ada_catchpoint_ops): Don't set dtors.
9840 * break-catch-sig.c (struct signal_catchpoint): Inherit from
9841 breakpoint.
9842 <~signal_catchpoint>: New.
9843 <base>: Remove.
9844 (signal_catchpoint_dtor): Change to ...
9845 (signal_catchpoint::~signal_catchpoint): ... this.
9846 (create_signal_catchpoint): Remove reference to base field.
9847 (initialize_signal_catchpoint_ops): Don't set dtor.
9848 * break-catch-syscall.c (struct syscall_catchpoint): Inherit
9849 from breakpoint.
9850 <~syscall_catchpoint>: New.
9851 <base>: Remove.
9852 (dtor_catch_syscall): Change to ...
9853 (syscall_catchpoint::~syscall_catchpoint): ... this.
9854 (create_syscall_event_catchpoint): Remove reference to base
9855 field.
9856 (initialize_syscall_catchpoint_ops): Don't set dtor.
9857 * break-catch-throw.c (struct exception_catchpoint): Inherit
9858 from breakpoint.
9859 <~exception_catchpoint>: New.
9860 <base>: Remove.
9861 (dtor_exception_catchpoint): Change to ...
9862 (exception_catchpoint::~exception_catchpoint): ... this.
9863 (handle_gnu_v3_exceptions): Remove reference to base field.
9864 (initialize_throw_catchpoint_ops): Don't set dtor.
9865 * ctf.c (ctf_get_traceframe_address): Remove reference to base
9866 field.
9867 * remote.c (remote_get_tracepoint_status): Likewise.
9868 * tracefile-tfile.c (tfile_get_traceframe_address): Likewise.
9869 * tracefile.c (tracefile_fetch_registers): Likewise.
9870 * tracepoint.c (actions_command): Likewise.
9871 (validate_actionline): Likewise.
9872 (tfind_1): Likewise.
9873 (get_traceframe_location): Likewise.
9874 (find_matching_tracepoint_location): Likewise.
9875 (parse_tracepoint_status): Likewise.
9876 * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
9877
3b0871f4
SM
98782017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
9879
9880 * breakpoint.c (struct longjmp_breakpoint): New struct.
9881 (is_tracepoint_type): Change return type to bool.
9882 (is_longjmp_type): New function.
9883 (new_breakpoint_from_type): Handle longjmp kinds of breakpoints.
9884 (set_raw_breakpoint_without_location): Use
9885 new_breakpoint_from_type.
9886 (set_raw_breakpoint): Likewise.
9887
a5e364af
SM
98882017-06-02 Simon Marchi <simon.marchi@polymtl.ca>
9889
9890 * breakpoint.c (new_breakpoint_from_type): New function.
9891 (create_breakpoint_sal): Use new_breakpoint_from_type and
9892 unique_ptr.
9893 (create_breakpoint): Likewise.
9894
ae3b3f34
SM
98952017-05-31 Simon Marchi <simon.marchi@ericsson.com>
9896
9897 * memattr.c (mem_info_command): Rename to ...
9898 (info_mem_command): ... this.
9899 (mem_enable_command): Rename to ...
9900 (enable_mem_command): ... this.
9901 (mem_disable_command): Rename to ...
9902 (disable_mem_command): ... this.
9903 (mem_delete_command): Rename to ...
9904 (delete_mem_command): ... this.
9905 (_initialize_mem): Adjust function names.
9906
13ace077
MM
99072017-05-31 Markus Metzger <markus.t.metzger@intel.com>
9908
9909 * btrace.c (handle_pt_insn_events): New.
9910 (ftrace_add_pt): Call handle_pt_insn_events. Rename ERRCODE into
9911 STATUS. Split into this and ...
9912 (handle_pt_insn_event_flags): ... this.
9913
c56ccc05
MM
99142017-05-31 Markus Metzger <markus.t.metzger@intel.com>
9915
9916 * configure.ac: Check for pt_insn_event, struct pt_insn.enabled,
9917 and struct pt_insn.resynced.
9918 * configure: Regenerated.
9919 * config.in: Regenerated.
9920
08c3f6d2
TW
99212017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9922
9923 * btrace.c (ftrace_find_call_by_number): New function.
9924 (ftrace_new_function): Store objects, not pointers.
9925 (ftrace_find_call_by_number, ftrace_new_return, ftrace_new_switch,
9926 ftrace_new_gap, ftrace_update_function,
9927 ftrace_compute_global_level_offset, btrace_stich_bts, btrace_clear,
9928 btrace_insn_get, btrace_insn_get_error, btrace_insn_end,
9929 btrace_insn_next, btrace_insn_prev, ptrace_find_insn_by_number,
9930 btrace_ends_with_single_insn, btrace_call_get): Account for
9931 btrace_thread_info::functions now storing objects.
9932 * btrace.h (struct btrace_thread_info): Add constructor.
9933 (struct btrace_thread_info) <functions>: Make std::vector.
9934 (struct btrace_thread_info) <prev, next, up, insn, errcode, flags):
9935 Initialize with default values.
9936 * record-btrace.c (record_btrace_frame_sniffer): Account for
9937 btrace_thread_info::functions now storing objects.
9938
8ffd39f2
TW
99392017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9940
9941 * btrace.c: Remove typedef bfun_s.
9942 (ftrace_new_gap): Directly add gaps to the list of gaps.
9943 (btrace_bridge_gaps, btrace_compute_ftrace_bts, pt_btrace_insn_flags,
9944 ftrace_add_pt, btrace_compute_ftrace_pt, btrace_compute_ftrace_1,
9945 btrace_finalize_ftrace, btrace_compute_ftrace): Use std::vector
9946 instead of gdb VEC.
9947
4aeb0dfc
TW
99482017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9949
9950 * btrace.c (ftrace_fixup_caller, ftrace_new_return, ftrace_connect_bfun,
9951 ftrace_bridge_gap): Replace references to btrace_thread_info::segment
9952 with btrace_thread_info::next_segment and
9953 btrace_thread_info::prev_segment.
9954 * btrace.h: Remove struct btrace_func_link.
9955 (struct btrace_function): Replace pair of function segment pointers
9956 with pair of indices.
9957 * python/py-record-btrace.c (btpy_call_prev_sibling,
9958 btpy_call_next_sibling): Replace references to
9959 btrace_thread_info::segment with btrace_thread_info::next_segment and
9960 btrace_thread_info::prev_segment.
9961 * record-btrace.c (record_btrace_frame_this_id): Use
9962 btrace_find_call_by_number.
9963
eb8f2b9c
TW
99642017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9965
9966 * btrace.c (ftrace_new_function, ftrace_fixup_level,
9967 ftrace_connect_bfun, ftrace_bridge_gap, btrace_bridge_gaps,
9968 btrace_insn_next, btrace_insn_prev): Remove references to
9969 btrace_thread_info::flow.
9970 * btrace.h (struct btrace_function): Remove FLOW.
9971
42bfe59e
TW
99722017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9973
9974 * btrace.c (ftrace_find_call_by_number): New function.
9975 (ftrace_update_caller, ftrace_new_call, ftrace_new_tailcall,
9976 ftrace_get_caller, ftrace_find_call, ftrace_new_return,
9977 ftrace_match_backtrace, ftrace_connect_bfun, ftrace_connect_backtrace,
9978 ftrace_bridge_gap, btrace_bridge_gaps): Use btrace_function::up as an
9979 index.
9980 * btrace.h (struct btrace_function): Turn UP into an index.
9981 * python/py-record-btrace.c (btpy_call_up): Use btrace_function::up
9982 as an index.
9983 * record-btrace.c (record_btrace_frame_unwind_stop_reason,
9984 record_btrace_frame_prev_register, record_btrace_frame_sniffer,
9985 record_btrace_tailcall_frame_sniffe): Use btrace_find_call_by_number.
9986
b54b03bd
TW
99872017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
9988
9989 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
9990 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
9991 ftrace_update_function, ftrace_compute_global_level_offset,
9992 btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt,
9993 btrace_stitch_bts, btrace_fetch, btrace_clear, btrace_insn_number,
9994 btrace_insn_end, btrace_is_empty): Remove references to
9995 btrace_thread_info::begin and btrace_thread_info::end.
9996 * btrace.h (struct btrace_thread_info): Remove BEGIN and END.
9997 (struct btrace_thread_info) <functions>: Adjust comment.
9998 * record-btrace.c (record_btrace_start_replaying): Remove reference to
9999 btrace_thread_info::begin.
10000
8286623c
TW
100012017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10002
10003 * btrace.c (ftrace_new_function, ftrace_new_call, ftrace_new_tailcall,
10004 ftrace_new_return, ftrace_new_switch, ftrace_new_gap,
10005 ftrace_update_function): Remove arguments that implicitly were always
10006 BTINFO->END.
10007 (btrace_compute_ftrace_bts, ftrace_add_pt, btrace_compute_ftrace_pt):
10008 Don't pass BTINFO->END.
10009
a0f1b963
TW
100102017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10011
10012 * btrace.c: (btrace_insn_get, btrace_insn_get_error, btrace_insn_number,
10013 btrace_insn_begin, btrace_insn_end, btrace_insn_next, btrace_insn_prev,
10014 btrace_find_insn_by_number): Replace function segment pointer with
10015 index.
10016 (btrace_insn_cmp): Simplify.
10017 * btrace.h: (struct btrace_insn_iterator) Rename index to
10018 insn_index. Replace function segment pointer with index into function
10019 segment vector.
10020 * record-btrace.c (record_btrace_call_history): Replace function
10021 segment pointer use with index.
10022 (record_btrace_frame_sniffer): Retrieve function call segment through
10023 vector.
10024 (record_btrace_set_replay): Remove defunc't safety check.
10025
f158f208
TW
100262017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10027
10028 * btrace.c (btrace_ends_with_single_insn): New function.
10029 (btrace_call_get, btrace_call_number, btrace_call_begin,
10030 btrace_call_end, btrace_call_next, btrace_call_prev,
10031 btrace_find_call_by_number): Use index into call segment vector
10032 instead of pointer.
10033 (btrace_call_cmp): Simplify.
10034 * btrace.h (struct btrace_call_iterator): Replace function call segment
10035 pointer with index into vector.
10036 * record-btrace.c (record_btrace_call_history): Use index instead of
10037 pointer.
10038
521103fd
TW
100392017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10040
10041 * btrace.c (btrace_insn_begin, btrace_insn_end,
10042 btrace_find_insn_by_number): Add btinfo to iterator.
10043 * btrace.h (struct btrace_insn_iterator): Add btinfo.
10044
17b89b34
TW
100452017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10046
10047 * btrace.c (ftrace_new_function): Add btrace_thread_info to arguments
10048 and save pointers directly.
10049 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return,
10050 ftrace_new_switch, ftrace_new_gap, ftrace_update_function,
10051 ftrace_add_pt): Add btrace_thread_info to arguments. Adjust for
10052 changed signature of functions.
10053 (btrace_compute_ftrace_pt): Adjust for changed signature of functions.
10054 (btrace_fetch): Remove code that adds btrace_function pointers to
10055 vector of btrace_functions.
10056 (btrace_clear): Simplify freeing vector of btrace_functions.
10057
2b51eddc
TW
100582017-05-30 Tim Wiederhake <tim.wiederhake@intel.com>
10059
10060 * btrace.c (btrace_fetch, btrace_clear, btrace_find_insn_by_number):
10061 Replace VEC_* with std::vector functions.
10062 * btrace.h: Add include: vector. Remove typedef for DEF_VEC_P.
10063 (struct btrace_thread_info)<functions>: Change type to std::vector.
10064
db6be0d5
SM
100652017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10066
10067 * NEWS (Changes in GDB 8.0): Remove extra empty line. Move
10068 "Removed targets and native configurations" up. Merge duplicate
10069 "New commands" sub-sections. Add "New options" sub-sections.
10070
b057297a
AH
100712017-05-26 Alan Hayward <alan.hayward@arm.com>
10072
10073 * defs.h (copy_integer_to_size): New declaration.
10074 * findvar.c (copy_integer_to_size): New function.
10075 (do_cint_test): New selftest function.
10076 (copy_integer_to_size_test): Likewise.
10077 (_initialize_findvar): Likewise.
10078 * mips-fbsd-tdep.c (mips_fbsd_supply_reg): Use raw_supply_integer.
10079 (mips_fbsd_collect_reg): Use raw_collect_integer.
10080 * mips-linux-tdep.c (supply_32bit_reg): Use raw_supply_integer.
10081 (mips64_fill_gregset): Use raw_collect_integer
10082 (mips64_fill_fpregset): Use raw_supply_integer.
10083 * regcache.c (regcache::raw_supply_integer): New function.
10084 (regcache::raw_collect_integer): Likewise.
10085 * regcache.h: (regcache::raw_supply_integer): New declaration.
10086 (regcache::raw_collect_integer): Likewise.
10087
b77b02a5
YQ
100882017-05-24 Yao Qi <yao.qi@linaro.org>
10089
10090 * Makefile.in (SFILES): Add gdbarch-selftests.c.
10091 (COMMON_OBS): Add gdbarch-selftests.o.
10092 * frame.c [GDB_SELF_TESTS] (create_new_frame): New function.
10093 * frame.h [GDB_SELF_TESTS] (create_new_frame): Declare.
10094 * gdbarch-selftests.c: New file.
10095 * regcache.h (regcache) <~regcache>: Mark it virtual if
10096 GDB_SELF_TEST.
10097 <raw_write>: Likewise.
10098
e521e87e
YQ
100992017-05-24 Yao Qi <yao.qi@linaro.org>
10100
10101 * regcache.c (current_regcache): Change it to
10102 regcache::current_regcache.
10103 (regcache_observer_target_changed): Update.
10104 (regcache_thread_ptid_changed): Make it a regcache static
10105 method.
10106 (regcache_thread_ptid_changed): Update.
10107 (class regcache_access): New.
10108 (current_regcache_test): Update.
10109 (_initialize_regcache): Update.
10110 * regcache.h: Include forward_list.
10111 (regcache): Declare regcache_thread_ptid_changed and declare
10112 registers_changed_ptid as friend.
10113
d8e07dda
YQ
101142017-05-24 Yao Qi <yao.qi@linaro.org>
10115
10116 * i387-tdep.c (i387_register_to_value): Use register_size
10117 instead of TYPE_LENGTH.
10118 * m68k-tdep.c (m68k_register_to_value): Likewise.
10119
8c8f9122
YQ
101202017-05-24 Yao Qi <yao.qi@linaro.org>
10121
10122 * i387-tdep.c (i387_convert_register_p): Return false if type
10123 code isn't TYPE_CODE_FLT.
10124
68fce50f
YQ
101252017-05-24 Yao Qi <yao.qi@linaro.org>
10126
10127 * alpha-tdep.c (alpha_convert_register_p): Return true if type
10128 length is 4.
10129 (alpha_register_to_value): Remove type length check.
10130 (alpha_value_to_register): Likewise.
10131
88954b49
YQ
101322017-05-24 Yao Qi <yao.qi@linaro.org>
10133
10134 * ia64-tdep.c (ia64_convert_register_p): Check type's code is
10135 TYPE_CODE_FLT.
10136
e3ec9b69
YQ
101372017-05-24 Yao Qi <yao.qi@linaro.org>
10138
10139 * m68k-tdep.c (m68k_convert_register_p): Check type's code is
10140 TYPE_CODE_FLT or not.
10141
cdd238da
YQ
101422017-05-24 Yao Qi <yao.qi@linaro.org>
10143
10144 * alpha-tdep.c (alpha_gdbarch_init): Use XCNEW instead of XNEW.
10145 * avr-tdep.c (avr_gdbarch_init): Likewise.
10146 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
10147 * cris-tdep.c (cris_gdbarch_init): Likewise.
10148 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
10149 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
10150 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
10151 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
10152 * mep-tdep.c (mep_gdbarch_init): Likewise.
10153 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
10154 * mips-tdep.c (mips_gdbarch_init): Likewise.
10155 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10156 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
10157 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
10158 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
10159 * v850-tdep.c (v850_gdbarch_init): Likewise.
10160
7a3929c4
YQ
101612017-05-24 Yao Qi <yao.qi@linaro.org>
10162
10163 * selftest-arch.c (tests_with_arch): Call registers_changed
10164 and reinit_frame_cache.
10165 * selftest.c (run_self_tests): Likewise.
10166
f4985dba
YQ
101672017-05-24 Yao Qi <yao.qi@linaro.org>
10168
10169 * rs6000-tdep.c (gdb_print_insn_powerpc): Remove.
10170 (rs6000_gdbarch_init): Don't call set_gdbarch_print_insn.
10171
ab20fa4a
YQ
101722017-05-24 Yao Qi <yao.qi@linaro.org>
10173
10174 * rl78-tdep.c (rl78_gdbarch_init): Don't call
10175 set_gdbarch_print_insn.
10176
f532ab94
YQ
101772017-05-24 Yao Qi <yao.qi@linaro.org>
10178
10179 * h8300-tdep.c (h8300_gdbarch_init): Don't call
10180 set_gdbarch_print_insn.
10181
39503f82
YQ
101822017-05-24 Yao Qi <yao.qi@linaro.org>
10183
10184 * alpha-tdep.c (alpha_gdbarch_init): Don't call
10185 set_gdbarch_print_insn.
10186 * arc-tdep.c (arc_gdbarch_init): Likewise.
10187 * arch-utils.c: include dis-asm.h.
10188 (default_print_insn): New function.
10189 * arch-utils.h (default_print_insn): Declare.
10190 * avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_print_insn.
10191 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
10192 * cris-tdep.c (cris_delayed_get_disassembler): Remove.
10193 (cris_gdbarch_init): Don't call set_gdbarch_print_insn.
10194 * frv-tdep.c (frv_gdbarch_init): Likewise.
10195 * ft32-tdep.c (ft32_gdbarch_init): Likewise.
10196 * gdbarch.sh (print_insn): Use default_print_insn.
10197 * gdbarch.c: Regenerated.
10198 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
10199 * iq2000-tdep.c (iq2000_gdbarch_init): Likewise.
10200 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
10201 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
10202 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
10203 * m68hc11-tdep.c (gdb_print_insn_m68hc11): Remove.
10204 (m68hc11_gdbarch_init): Don't call set_gdbarch_print_insn.
10205 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
10206 * m88k-tdep.c (m88k_gdbarch_init): Likewise.
10207 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
10208 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
10209 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
10210 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
10211 * mt-tdep.c (mt_gdbarch_init): Likewise.
10212 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
10213 * nios2-tdep.c (nios2_print_insn): Remove.
10214 (nios2_gdbarch_init): Don't call set_gdbarch_print_insn.
10215 * rx-tdep.c (rx_gdbarch_init): Likewise.
10216 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
10217 * score-tdep.c (score_print_insn): Remove.
10218 (score_gdbarch_init): Don't call set_gdbarch_print_insn.
10219 * sh-tdep.c (sh_gdbarch_init): Likewise.
10220 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
10221 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
10222 * tic6x-tdep.c (tic6x_print_insn): Remove.
10223 (tic6x_gdbarch_init): Don't call set_gdbarch_print_insn.
10224 * tilegx-tdep.c (tilegx_gdbarch_init): Likewise.
10225 * v850-tdep.c (v850_gdbarch_init): Likewise.
10226 * vax-tdep.c (vax_gdbarch_init): Likewise.
10227 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
10228 * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
10229
f7241d4f
JB
102302017-05-23 John Baldwin <jhb@FreeBSD.org>
10231
10232 * mips-fbsd-tdep.c (MIPS_PC_REGNUM): Remove.
10233 (MIPS_FP0_REGNUM): Remove.
10234 (MIPS_FSR_REGNUM): Remove.
10235 (mips_fbsd_supply_fpregs): Use mips_regnum.
10236 (mips_fbsd_supply_gregs): Likewise.
10237 (mips_fbsd_collect_fpregs): Likewise.
10238 (mips_fbsd_collect_gregs): Likewise.
10239
d489d81d
JB
102402017-05-23 John Baldwin <jhb@FreeBSD.org>
10241
10242 * mips-fbsd-nat.c (getregs_supplies): Fix upper bound comparison.
10243 (getpfpregs_supplies): New function.
10244 (mips_fbsd_fetch_inferior_registers): Remove early exit and use
10245 getfpregs_supplies.
10246 (mips_fbsd_store_inferior_registers): Likewise.
10247
e11b3cdc
PA
102482017-05-22 Pedro Alves <palves@redhat.com>
10249
10250 * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
10251 maintainer.
10252
0f068fb5
AH
102532017-05-22 Alan Hayward <alan.hayward@arm.com>
10254
10255 * ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
10256 (store_register): Likewise.
10257 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Likewise.
10258 (get_decimal_float_return_value): Likewise.
10259 (do_ppc_sysv_return_value): Likewise.
10260 (ppc64_sysv_abi_push_integer): Likewise.
10261 (ppc64_sysv_abi_push_freg): Likewise.
10262 (ppc64_sysv_abi_return_value_base): Likewise.
10263 (ppc64_sysv_abi_return_value): Likewise.
10264 * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
10265 * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
10266 * rs6000-nat.c: Likewise.
10267 * rs6000-tdep.c (rs6000_register_to_value): Likewise.
10268 (rs6000_value_to_register): Likewise.
10269 * ppc-tdep.h (PPC_MAX_REGISTER_SIZE): Add.
10270
e6cf65f2
TT
102712017-05-21 Tom Tromey <tom@tromey.com>
10272
10273 PR rust/21466:
10274 * rust-lang.c (rust_print_type) <TYPE_CODE_ARRAY>: Print unsized
10275 arrays as "[T]", not "[T; ]".
10276
43cc5389
TT
102772017-05-19 Tom Tromey <tom@tromey.com>
10278
10279 PR rust/21484:
10280 * rust-lang.c (exp_descriptor_rust): New function.
10281 (rust_language_defn): Use it.
10282 * p-lang.c (pascal_language_defn): Update.
10283 * opencl-lang.c (opencl_language_defn): Update.
10284 * objc-lang.c (objc_language_defn): Update.
10285 * m2-lang.c (m2_language_defn): Update.
10286 * language.h (struct language_defn)
10287 <la_watch_location_expression>: New member.
10288 * language.c (unknown_language_defn, auto_language_defn)
10289 (local_language_defn): Update.
10290 * go-lang.c (go_language_defn): Update.
10291 * f-lang.c (f_language_defn): Update.
10292 * d-lang.c (d_language_defn): Update.
10293 * c-lang.h (c_watch_location_expression): Declare.
10294 * c-lang.c (c_watch_location_expression): New function.
10295 (c_language_defn, cplus_language_defn, asm_language_defn)
10296 (minimal_language_defn): Use it.
10297 * breakpoint.c (watch_command_1): Call
10298 la_watch_location_expression.
10299 * ada-lang.c (ada_language_defn): Update.
10300
7a6e7fcc
RO
103012017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10302
6e7e1744
RO
10303 PR tui/21482
10304 * gdb_curses.h (NOMACROS): Define.
10305 (NCURSES_NOMACROS): Define.
10306
103072017-05-19 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10308
10309 PR tui/21482
7a6e7fcc
RO
10310 * tui/tui-windata.c (tui_erase_data_content): Cast last mvwaddstr
10311 arg to char *.
10312 * tui/tui-wingeneral.c (box_win): Likewise.
10313 * tui/tui-winsource.c (tui_erase_source_content): Likewise.
10314 (tui_show_source_line): Likewise.
10315 (tui_show_exec_info_content): Likewise.
10316
1933fd8e
VM
103172017-05-19 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
10318
10319 * sparc-tdep.c (sparc_structure_return_p)
10320 (sparc_arg_on_registers_p): New functions.
10321 (sparc32_store_arguments): Use them.
10322 * sparc64-tdep.c (sparc64_16_byte_align_p)
10323 (sparc64_store_floating_fields, sparc64_extract_floating_fields):
10324 Handle TYPE_CODE_ARRAY.
10325
21873064
YQ
103262017-05-17 Yao Qi <yao.qi@linaro.org>
10327
10328 * cli/cli-decode.c (add_alias_cmd): New function.
10329 * command.h (add_alias_cmd): Declare.
10330 * infcmd.c (_initialize_infcmd): Don't call add_com_alias,
10331 instead call add_alias_cmd.
10332
2b351b19
PA
103332017-05-17 Pedro Alves <palves@redhat.com>
10334
10335 * Makefile.in (nat_extra_makefile_frag): Rename to ...
10336 (nat_makefile_frag): ... this. All references updated.
10337 * configure.ac: Likewise.
10338 * configure.nat: Likewise. Enhance comments.
10339 * configure: Regenerate.
10340
5f2ad7a3
RO
103412017-05-15 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
10342
10343 * procfs.c (procfs_create_inferior): Change prototype to match
10344 definition.
10345
adf3dde5
EZ
103462017-05-13 Eli Zaretskii <eliz@gnu.org>
10347
10348 * tui/tui.c (tui_enable): Cast "unknown" to 'char *' to avoid a
10349 C++ compiler warning.
10350
6830f270
TT
103512017-05-12 Tom Tromey <tom@tromey.com>
10352
10353 PR rust/21483:
10354 * rust-lang.c (rust_evaluate_subexp) <STRUCTOP_STRUCT>: Don't
10355 recurse, just call value_struct_elt directly.
10356
68f2f2e3
TT
103572017-05-12 Tom Tromey <tom@tromey.com>
10358
10359 * rust-lang.c (rust_dump_subexp_body) <STRUCTOP_ANONYMOUS,
10360 OP_RUST_ARRAY>: Fix.
10361
256afbc2
TT
103622017-05-12 Tom Tromey <tom@tromey.com>
10363
10364 * rust-lang.c (rust_print_subexp): Replace "return" with "break".
10365
94bb8dfe
YQ
103662017-05-09 Yao Qi <yao.qi@linaro.org>
10367
10368 * regcache.c: Include <forward_list>.
10369 (struct regcache_list): Remove.
10370 (current_regcache): Update.
10371 (get_thread_arch_aspace_regcache): Update for std::forward_list.
10372 (regcache_thread_ptid_changed): Likewise.
10373 (registers_changed_ptid): Likewise.
10374 (current_regcache_size): Likewise.
10375
8248946c
YQ
103762017-05-09 Yao Qi <yao.qi@linaro.org>
10377
10378 * regcache.c [GDB_SELF_TEST]: Include selftest.h.
10379 (current_regcache_size): New function.
10380 (current_regcache_test): New function.
10381 (_initialize_regcache) [GDB_SELF_TEST]: Register the unit test.
10382
313c5961
AH
103832017-05-08 Alan Hayward <alan.hayward@arm.com>
10384
10385 * mips-tdep.c (mips_o32_return_value): Remove unused buffer.
10386 (print_gp_register_row): Use get_frame_register_value.
10387
27bfc1d1
AH
103882017-05-08 Alan Hayward <alan.hayward@arm.com>
10389
10390 * mips-linux-tdep.c (mips_supply_gregset): Use raw_supply_zeroed.
10391 (mips_supply_fpregset): Likewise.
10392 (mips64_supply_gregset): Likewise.
10393
146e6c5c
AH
103942017-05-08 Alan Hayward <alan.hayward@arm.com>
10395
10396 * mn10300-linux-tdep.c (am33_supply_gregset_method): Use
10397 regcache->raw_supply_zeroed.
10398
e50f25ec
SDJ
103992017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
10400
10401 * configure.nat: Rearrange 'case' statements to match
10402 host before cpu.
10403
21ea5acd
SDJ
104042017-05-06 Sergio Durigan Junior <sergiodj@redhat.com>
10405
10406 * Makefile.in: Remove "@host_makefile_frag@". Add variables
10407 NAT_FILE, NATDEPFILES, NAT_CDEPS, LOADLIBES, MH_CFLAGS, XM_CLIBS,
10408 NAT_GENERATED_FILES, HAVE_NATIVE_GCORE_HOST. Add
10409 "@nat_extra_makefile_frag@".
10410 (Makefile): Remove dependency on "@frags@".
10411 ($(GNULIB_BUILDDIR)/Makefile): Likewise.
10412 (data-directory/Makefile): Likewise.
10413 * config/aarch64/linux.mh: Deleted; moved contents to
10414 "gdb/configure.nat".
10415 * config/alpha/alpha-linux.mh: Likewise.
10416 * config/alpha/nbsd.mh: Likewise.
10417 * config/arm/linux.mh: Likewise.
10418 * config/arm/nbsdelf.mh: Likewise.
10419 * config/i386/cygwin.mh: Likewise.
10420 * config/i386/cygwin64.mh: Likewise.
10421 * config/i386/darwin.mh: Likewise.
10422 * config/i386/fbsd.mh: Likewise.
10423 * config/i386/fbsd64.mh: Likewise.
10424 * config/i386/go32.mh: Likewise.
10425 * config/i386/i386gnu.mh: Likewise.
10426 * config/i386/i386sol2.mh: Likewise.
10427 * config/i386/linux.mh: Likewise.
10428 * config/i386/linux64.mh: Likewise.
10429 * config/i386/mingw.mh: Likewise.
10430 * config/i386/mingw64.mh: Likewise.
10431 * config/i386/nbsd64.mh: Likewise.
10432 * config/i386/nbsdelf.mh: Likewise.
10433 * config/i386/nto.mh: Likewise.
10434 * config/i386/obsd.mh: Likewise.
10435 * config/i386/obsd64.mh: Likewise.
10436 * config/i386/sol2-64.mh: Likewise.
10437 * config/ia64/linux.mh: Likewise.
10438 * config/m32r/linux.mh: Likewise.
10439 * config/m68k/linux.mh: Likewise.
10440 * config/m68k/nbsdelf.mh: Likewise.
10441 * config/m68k/obsd.mh: Likewise.
10442 * config/m88k/obsd.mh: Likewise.
10443 * config/mips/fbsd.mh: Likewise.
10444 * config/mips/linux.mh: Likewise.
10445 * config/mips/nbsd.mh: Likewise.
10446 * config/mips/obsd64.mh: Likewise.
10447 * config/pa/linux.mh: Likewise.
10448 * config/pa/nbsd.mh: Likewise.
10449 * config/pa/obsd.mh: Likewise.
10450 * config/powerpc/aix.mh: Likewise.
10451 * config/powerpc/fbsd.mh: Likewise.
10452 * config/powerpc/linux.mh: Likewise.
10453 * config/powerpc/nbsd.mh: Likewise.
10454 * config/powerpc/obsd.mh: Likewise.
10455 * config/powerpc/ppc64-linux.mh: Likewise.
10456 * config/powerpc/spu-linux.mh: Likewise.
10457 * config/s390/linux.mh: Likewise.
10458 * config/sh/nbsd.mh: Likewise.
10459 * config/sparc/fbsd.mh: Likewise.
10460 * config/sparc/linux.mh: Likewise.
10461 * config/sparc/linux64.mh: Likewise.
10462 * config/sparc/nbsd64.mh: Likewise.
10463 * config/sparc/nbsdelf.mh: Likewise.
10464 * config/sparc/obsd64.mh: Likewise.
10465 * config/sparc/sol2.mh: Likewise.
10466 * config/tilegx/linux.mh: Likewise.
10467 * config/vax/nbsdelf.mh: Likewise.
10468 * config/vax/obsd.mh: Likewise.
10469 * config/xtensa/linux.mh: Likewise.
10470 * config/i386/i386gnu.mn: New file, with excerpts from
10471 "config/i386/i386gnu.mh".
10472 * configure: Regenerate.
10473 * configure.ac: Rewrite code to use "gdb/configure.nat" instead of
10474 *.mh files under "gdb/config".
10475 * configure.nat: New file, with contents from the
10476 "gdb/config/*/*.mh" files.
10477
7ed1acaf
TW
104782017-05-05 Tim Wiederhake <tim.wiederhake@intel.com>
10479
10480 * btrace.c (btrace_clear): Free insn vector.
10481
e13cb306
PA
104822017-05-05 Pedro Alves <palves@redhat.com>
10483
10484 * warning.m4 (build_warnings): Add -Wno-error=maybe-uninitialized.
10485 * configure: Regenerate.
10486
5ed8105e
PA
104872017-05-04 Pedro Alves <palves@redhat.com>
10488
10489 * Makefile.in (SFILES): Add progspace-and-thread.c.
10490 (HFILES_NO_SRCDIR): Add progspace-and-thread.h.
10491 (COMMON_OBS): Add progspace-and-thread.o.
10492 * breakpoint.c: Include "progspace-and-thread.h".
10493 (update_inserted_breakpoint_locations)
10494 (insert_breakpoint_locations, create_longjmp_master_breakpoint):
10495 Use scoped_restore_current_pspace_and_thread.
10496 (create_std_terminate_master_breakpoint): Use
10497 scoped_restore_current_program_space.
10498 (remove_breakpoint): Use scoped_restore_current_pspace_and_thread.
10499 (print_breakpoint_location): Use
10500 scoped_restore_current_program_space.
10501 (bp_loc_is_permanent): Use
10502 scoped_restore_current_pspace_and_thread.
10503 (resolve_sal_pc): Use scoped_restore_current_pspace_and_thread.
10504 (download_tracepoint_locations): Use
10505 scoped_restore_current_pspace_and_thread.
10506 (breakpoint_re_set): Use scoped_restore_current_pspace_and_thread.
10507 * exec.c (exec_close_1): Use scoped_restore_current_program_space.
10508 (enum step_over_calls_kind): Moved from inferior.h.
10509 (class scoped_restore_current_thread): New class.
10510 * gdbthread.h (make_cleanup_restore_current_thread): Delete
10511 declaration.
10512 (scoped_restore_current_thread): New class.
10513 * infcmd.c: Include "common/gdb_optional.h".
10514 (continue_1, proceed_after_attach): Use
10515 scoped_restore_current_thread.
10516 (notice_new_inferior): Use scoped_restore_current_thread.
10517 * inferior.c: Include "progspace-and-thread.h".
10518 (restore_inferior, save_current_inferior): Delete.
10519 (add_inferior_command, clone_inferior_command): Use
10520 scoped_restore_current_pspace_and_thread.
10521 * inferior.h (scoped_restore_current_inferior): New class.
10522 * infrun.c: Include "progspace-and-thread.h" and
10523 "common/gdb_optional.h".
10524 (follow_fork_inferior): Use
10525 scoped_restore_current_pspace_and_thread.
10526 (scoped_restore_exited_inferior): New class.
10527 (handle_vfork_child_exec_or_exit): Use
10528 scoped_restore_exited_inferior,
10529 scoped_restore_current_pspace_and_thread,
10530 scoped_restore_current_thread and scoped_restore.
10531 (fetch_inferior_event): Use scoped_restore_current_thread.
10532 * linespec.c (decode_line_full, decode_line_1): Use
10533 scoped_restore_current_program_space.
10534 * mi/mi-main.c: Include "progspace-and-thread.h".
10535 (exec_continue): Use scoped_restore_current_thread.
10536 (mi_cmd_exec_run): Use scoped_restore_current_pspace_and_thread.
10537 (mi_cmd_trace_frame_collected): Use scoped_restore_current_thread.
10538 * proc-service.c (ps_pglobal_lookup): Use
10539 scoped_restore_current_program_space.
10540 * progspace-and-thread.c: New file.
10541 * progspace-and-thread.h: New file.
10542 * progspace.c (release_program_space, clone_program_space): Use
10543 scoped_restore_current_program_space.
10544 (restore_program_space, save_current_program_space)
10545 (save_current_space_and_thread): Delete.
10546 (switch_to_program_space_and_thread): Moved to
10547 progspace-and-thread.c.
10548 * progspace.h (save_current_program_space)
10549 (save_current_space_and_thread): Delete declarations.
10550 (scoped_restore_current_program_space): New class.
10551 * remote.c (remote_btrace_maybe_reopen): Use
10552 scoped_restore_current_thread.
10553 * symtab.c: Include "progspace-and-thread.h".
10554 (skip_prologue_sal): Use scoped_restore_current_pspace_and_thread.
10555 * thread.c (print_thread_info_1): Use
10556 scoped_restore_current_thread.
10557 (struct current_thread_cleanup): Delete.
10558 (do_restore_current_thread_cleanup)
10559 (restore_current_thread_cleanup_dtor): Rename/convert both to ...
10560 (scoped_restore_current_thread::~scoped_restore_current_thread):
10561 ... this new dtor.
10562 (make_cleanup_restore_current_thread): Rename/convert to ...
10563 (scoped_restore_current_thread::scoped_restore_current_thread):
10564 ... this new ctor.
10565 (thread_apply_all_command): Use scoped_restore_current_thread.
10566 (thread_apply_command): Use scoped_restore_current_thread.
10567 * tracepoint.c (tdump_command): Use scoped_restore_current_thread.
10568 * varobj.c (value_of_root_1): Use scoped_restore_current_thread.
10569
f6223dbb
PA
105702017-05-04 Pedro Alves <palves@redhat.com>
10571
10572 * thread.c (make_cleanup_restore_current_thread): Move
10573 find_thread_ptid call before the is_stopped call. Assert that the
10574 thread is found. Replace is_stopped call by checking the thread's
10575 state directly. Remove unnecessary NULL-thread check.
10576
3c3ae77e
PA
105772017-05-04 Pedro Alves <palves@redhat.com>
10578
10579 * corelow.c (thread_section_name): New class.
10580 (get_core_register_section, get_core_siginfo): Use it.
10581
45eba0ab
AA
105822017-05-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10583
10584 * corelow.c (sniff_core_bfd): Remove extra semicolon.
10585 (get_core_register_section): Remove xfree of NULL pointer.
10586
f81fdd35
AH
105872017-05-03 Alan Hayward <alan.hayward@arm.com>
10588
10589 * frv-linux-tdep.c (frv_linux_supply_gregset): Use raw_supply_zeroed.
10590 * regcache.c (regcache::raw_supply_zeroed): New function.
10591 * regcache.h (regcache::raw_supply_zeroed): New declaration.
10592
35837774
SM
105932017-05-03 Simon Marchi <simon.marchi@ericsson.com>
10594
10595 * gdbarch.sh: Remove commented out definition of
10596 TARGET_CHAR_BIT.
10597 * gdbarch.h: Re-generate.
10598
c94fee56
SDJ
105992017-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
10600
10601 * configure: Regenerate.
10602
d17f7b36
SM
106032017-05-02 Simon Marchi <simon.marchi@ericsson.com>
10604
10605 * solib-target.c (solib_target_relocate_section_addresses):
10606 Remove num_section_bases, num_bases, segment_bases variables.
10607
b560ebd6
SM
106082017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
10609
10610 * common/gdb_vecs.h (DEF_VEC_I (CORE_ADDR)): Remove.
10611
f2f46dfc
SM
106122017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
10613
10614 * solib-target.c: Include <vector>
10615 (struct lm_info_target) <~lm_info_target>: Remove.
10616 <segment_bases, section_bases>: Change type to
10617 std::vector<CORE_ADDR>.
10618 (library_list_start_segment, library_list_start_section,
10619 library_list_end_library,
10620 solib_target_relocate_section_addresses): Adjust.
10621
a0ff9e1a
SM
106222017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
10623
10624 * gdbarch.sh (software_single_step): Change return type to
10625 std::vector<CORE_ADDR>.
10626 * gdbarch.c, gdbarch.h: Re-generate.
10627 * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
10628 Adjust.
10629 (arm_deal_with_atomic_sequence_raw): Adjust.
10630 (thumb_get_next_pcs_raw): Adjust.
10631 (arm_get_next_pcs_raw): Adjust.
10632 (arm_get_next_pcs): Adjust.
10633 * arch/arm-get-next-pcs.h (arm_get_next_pcs): Adjust.
10634 * aarch64-tdep.c (aarch64_software_single_step): Adjust.
10635 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Adjust.
10636 (alpha_software_single_step): Adjust.
10637 * alpha-tdep.h (alpha_software_single_step): Adjust.
10638 * arm-linux-tdep.c (arm_linux_software_single_step): Adjust.
10639 * arm-tdep.c (arm_software_single_step): Adjust.
10640 (arm_breakpoint_kind_from_current_state): Adjust.
10641 * arm-tdep.h (arm_software_single_step): Adjust.
10642 * breakpoint.c (insert_single_step_breakpoint): Adjust.
10643 * cris-tdep.c (cris_software_single_step): Adjust.
10644 * mips-tdep.c (mips_deal_with_atomic_sequence): Adjust.
10645 (micromips_deal_with_atomic_sequence): Adjust.
10646 (deal_with_atomic_sequence): Adjust.
10647 (mips_software_single_step): Adjust.
10648 * mips-tdep.h (mips_software_single_step): Adjust.
10649 * moxie-tdep.c (moxie_software_single_step): Adjust.
10650 * nios2-tdep.c (nios2_software_single_step): Adjust.
10651 * ppc-tdep.h (ppc_deal_with_atomic_sequence): Adjust.
10652 * rs6000-aix-tdep.c (rs6000_software_single_step): Adjust.
10653 * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Adjust.
10654 * s390-linux-tdep.c (s390_software_single_step): Adjust.
10655 * sparc-tdep.c (sparc_software_single_step): Adjust.
10656 * spu-tdep.c (spu_software_single_step): Adjust.
10657 * tic6x-tdep.c (tic6x_software_single_step): Adjust.
10658
ea480a30
SM
106592017-05-02 Simon Marchi <simon.marchi@polymtl.ca>
10660
10661 * gdbarch.sh: Use semi-colon as field separator instead of colon.
10662 * gdbarch.h: Re-generate.
10663
d050f7d7
TW
106642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10665
10666 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-instruction.o.
10667 (SUBDIR_PYTHON_SRCS): Add py-instruction.c.
10668 * python/py-instruction.c, python/py-instruction.h: New file.
10669 * python/py-record.c: Add py-instruction.h include.
10670 (gdbpy_initialize_record): Make gdb.Instruction a super class of
10671 gdb.RecordInstruction.
10672 * python/python-internal.h: Add gdbpy_initialize_instruction
10673 declaration.
10674 * python/python.c (do_start_initialization): Add
10675 gdbpy_initialize_instruction.
10676
14f819c8
TW
106772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10678
10679 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_CALL, btpy_call_type):
10680 Remove.
10681 (btrace_func_from_recpy_func): New function.
10682 (btpy_call_new, btpy_number, btpy_hash, btpy_richcompare): Remove.
10683 (btpy_call_level, btpy_call_symbol, btpy_call_instructions,
10684 btpy_call_up, btpy_call_prev_sibling, btpy_call_next_sibling): Rename to ...
10685 (recpy_bt_func_level, recpy_bt_func_symbol, recpy_bt_func_instructions,
10686 recpy_bt_func_up, recpy_bt_func_prev, recpy_bt_func_next): This.
10687 Also, use new helper functions.
10688 (btpy_list_item): Use new helper functions.
10689 (recpy_bt_function_call_history): Use new type name.
10690 (btpy_call_getset): Remove.
10691 (gdbpy_initialize_btrace): Remove code to initialize
10692 gdb.BtraceFunctionCall.
10693 * python/py-record-btrace.h (recpy_bt_func_number, recpy_btb_func_level,
10694 recpy_btb_func_symbol, recpy_bt_func_instructions, recpy_bt_func_up,
10695 recpy_bt_func_prev, recpy_bt_func_next): New export.
10696 * python/py-record.c (recpy_func_type): New static object.
10697 (recpy_func_new, recpy_func_level, recpy_func_symbol,
10698 recpy_func_instructions, recpy_func_up, recpy_func_prev,
10699 recpy_func_next): New function.
10700 (recpy_element_hash, recpy_element_richcompare): Updated comment.
10701 (recpy_func_getset): New static object.
10702 (gdbpy_initialize_record): Add code to initialize gdb.RecordInstruction.
10703 * python/py-record.h (recpy_func_type, recpy_func_new): New export.
10704
0ed5da75
TW
107052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10706
10707 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN): Remove.
10708 (btpy_object, btpy_insn_type, btpy_new): Remove.
10709 (btpy_list_object): Use gdb.RecordInstruction type instead of
10710 gdb.BtraceInstruction type.
10711 (btrace_insn_from_recpy_insn): New function.
10712 (btpy_insn_or_gap_new): Adjust comment. Use recpy_insn_new instead of
10713 btpy_new.
10714 (btpy_call_new, btpy_list_item): Do not use btpy_new anymore.
10715 (btpy_number, btpy_hash, btpy_call_level, btpy_call_symbol,
10716 btpy_call_instructions, btpy_call_up, btpy_call_prev_sibling,
10717 btpy_call_next_sibling, btpy_richcompare): Use recpy_element_object
10718 instead of btpy_object.
10719 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
10720 btpy_insn_data, btpy_insn_decode): Rename to ...
10721 (recpy_bt_insn_sal, recpy_bt_insn_pc, recpy_bt_insn_size,
10722 recpy_bt_insn_is_speculative, recpy_bt_insn_data,
10723 recpy_bt_insn_decode): This. Also, use new helper functions.
10724 (btpy_list_position, recpy_bt_goto): Use recpy_element_object and
10725 recpy_insn_type.
10726 (btpy_insn_getset): Remove.
10727 (gdbpy_initialize_btrace): Remove code to initialize
10728 gdb.BtraceInstruction. Use recpy_element_object.
10729 * python/py-record-btrace.h (recpy_bt_insn_number, recpy_bt_insn_sal,
10730 recpy_bt_insn_pc, recpy_bt_insn_data, recpy_bt_insn_decoded,
10731 recpy_bt_insn_size, recpy_bt_insn_is_speculative): New export.
10732 * python/py-record.c (recpy_insn_type): New static object.
10733 (recpy_insn_new, recpy_insn_sal, recpy_insn_pc, recpy_insn_data,
10734 recpy_insn_decoded, recpy_insn_size, recpy_insn_is_speculative,
10735 recpy_element_number, recpy_element_hash, recpy_element_richcompare):
10736 New function.
10737 (recpy_insn_getset): New static object.
10738 (gdbpy_initialize_record): Initialize gdb.RecordInstruction.
10739 * python/py-record.h (recpy_element_object): New typedef.
10740 (recpy_insn_type, recpy_insn_new): New export.
10741
913aeadd
TW
107422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10743
10744 * py-record-btrace.c (btpy_insn_new): Removed.
10745 (btpy_insn_or_gap_new): New function.
10746 (btpy_insn_error): Removed.
10747 (btpy_insn_sal, btpy_insn_pc, btpy_insn_size, btpy_insn_is_speculative,
10748 btpy_insn_data, btpy_insn_decode): Remove code path for gaps.
10749 (recpy_bt_replay_position, recpy_bt_begin, recpy_bt_end): Call
10750 btpy_insn_or_gap_new instead of btpy_insn_new.
10751 (btpy_insn_getset): Remove btpy_insn_error.
10752 * py-record.c (recpy_gap_type): New static object.
10753 (recpy_gap_object): New typedef.
10754 (recpy_gap_new, recpy_gap_number, recpy_gap_reason_code,
10755 recpy_gap_reason_string): New function.
10756 (recpy_gap_getset): New static object.
10757 (gdbpy_initialize_record): Initialize gdb.RecordGap type.
10758 * py-record.h (recpy_gap_new): New export.
10759
a3be24ad
TW
107602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10761
10762 * python/py-record.c (recpy_ptid): Remove.
10763 (recpy_record_getset): Remove recpy_ptid.
10764
ae20e79a
TW
107652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10766
10767 * btrace.c (btrace_fetch): Set inferior_ptid.
10768 * python/py-record-btrace.c: Add "py-record.h" include.
10769 (recpy_bt_format, recpy_bt_replay_position, recpy_bt_begin,
10770 recpy_bt_end, recpy_bt_instruction_history,
10771 recpy_bt_function_call_history, recpy_bt_goto): Use ptid stored
10772 in gdb.Record object instead of current ptid.
10773 * python/py-record.c: Include new "py-record.h" file.
10774 (recpy_record_object): Moved to py-record.h.
10775 * python/py-record.h: New file.
10776
8d0050ea
TW
107772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10778
10779 * python/py-record-btrace.c (BTPY_REQUIRE_VALID_INSN,
10780 BTPY_REQUIRE_VALID_CALL, recpy_bt_function_call_history): Fix
10781 indentation.
10782
3f380b50
JB
107832017-05-01 Joel Brobecker <brobecker@adacore.com>
10784
10785 * MAINTAINERS: Move Daniel Jacobowitz and Mark Kettenis to
10786 the past maintainers section.
10787
07495424
YQ
107882017-04-28 Yao Qi <yao.qi@linaro.org>
10789
10790 * infcmd.c (get_return_value): Use regcache ctor, and remove
10791 cleanup.
10792
deb1fa3e
YQ
107932017-04-28 Yao Qi <yao.qi@linaro.org>
10794 Pedro Alves <palves@redhat.com>
10795
10796 * regcache.c (regcache::regcache): New tag dispatch ctor.
10797 (do_cooked_read): Moved above.
10798 (regcache_dup): Use the tag dispatch ctor..
10799 * regcache.h (regcache): Declare ctor, delete copy ctor and
10800 assignment operator, remove friend regcache_dup.
10801
b421c83c
YQ
108022017-04-28 Yao Qi <yao.qi@linaro.org>
10803
10804 * regcache.c (regcache_dup): Assert !src->m_readonly_p and
10805 call method save instead of regcache_cpy.
10806 * regcache.h (struct regcache): Make regcache_dup a friend.
10807
ef79d9a3
YQ
108082017-04-28 Yao Qi <yao.qi@linaro.org>
10809
10810 * regcache.c (struct regcache): Move to regcache.h
10811 (regcache::arch): New method.
10812 (regcache_get_ptid): Update.
10813 (get_regcache_arch): Call arch method.
10814 (get_regcache_aspace): Call method aspace.
10815 (register_buffer): Change it to method.
10816 (regcache_save): Change it to regcache::save.
10817 (regcache_restore): Likewise.
10818 (regcache_cpy_no_passthrough): Remove the declaration.
10819 (regcache_cpy): Call methods restore and cpy_no_passthrough.
10820 (regcache_cpy_no_passthrough): Change it to method
10821 cpy_no_passthrough.
10822 (regcache_register_status): Change it to method
10823 get_register_status.
10824 (regcache_invalidate): Change it to method invalidate.
10825 (regcache_thread_ptid_changed): Use methods ptid and set_ptid.
10826 (regcache_raw_update): Change it to method raw_update.
10827 (regcache_raw_read): Likewise.
10828 (regcache_raw_read_signed): Likewise.
10829 (regcache_raw_read_unsigned): Likewise.
10830 (regcache_raw_write_signed): Likewise.
10831 (regcache_raw_write_unsigned): Likewise.
10832 (regcache_cooked_read): Likewise.
10833 (regcache_cooked_read_value): Likewise.
10834 (regcache_cooked_read_signed): Likewise.
10835 (regcache_cooked_read_unsigned): Likewise.
10836 (regcache_cooked_write_signed): Likewise.
10837 (regcache_cooked_write_unsigned): Likewise.
10838 (regcache_raw_set_cached_value): Likewise.
10839 (regcache_raw_write): Likewise.
10840 (regcache_cooked_write): Likewise.
10841 (regcache_xfer_part): Likewise.
10842 (regcache_raw_read_part): Likewise.
10843 (regcache_raw_write_part): Likewise.
10844 (regcache_cooked_read_part): Likewise.
10845 (regcache_cooked_write_part): Likewise.
10846 (regcache_raw_supply): Likewise.
10847 (regcache_raw_collect): Likewise.
10848 (regcache_transfer_regset): Likewise.
10849 (regcache_supply_regset): Likewise.
10850 (regcache_collect_regset): Likewise.
10851 (regcache_debug_print_register): Likewise.
10852 (enum regcache_dump_what): Move it to regcache.h.
10853 (regcache_dump): Change it to method dump.
10854 * regcache.h (enum regcache_dump_what): New.
10855 (class regcache): New.
10856 * target.c (target_fetch_registers): Call method
10857 debug_print_register.
10858 (target_store_registers): Likewise.
10859
f8fdb78e
SM
108602017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10861
10862 * windows-nat.c (struct lm_info_windows): Initialize field.
10863 (windows_make_so): Allocate lm_info_windows with new.
10864 (windows_free_so): Free lm_info_windows with delete.
10865
9ccbfd7b
SM
108662017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10867
10868 * solib-darwin.c (struct lm_info_darwin): Initialize field.
10869 (darwin_current_sos): Allocate lm_info_darwin with new, remove
10870 cleanup.
10871 (darwin_free_so): Free lm_info_darwin with delete.
10872
76e75227
SM
108732017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10874
10875 * solib-svr4.h (struct lm_info_svr4): Initialize fields.
10876 <l_addr_p>: Change type to bool.
10877 * solib-svr4.c (lm_info_read): Allocate lm_info_svr4 with new.
10878 (svr4_free_so): Free lm_info_svr4 with delete.
10879 (svr4_copy_library_list): Replace memcpy with call to copy
10880 constructor.
10881 (library_list_start_library, svr4_default_sos): Allocate
10882 lm_info_svr4 with new.
10883
51046d9e
SM
108842017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10885
10886 * solib-target.c (struct lm_info_target): Add destructor,
10887 initialize fields.
10888 <name>: Change type to std::string.
10889 (library_list_start_library): Allocate lm_info_target with new.
10890 (solib_target_free_library_list): Free lm_info_target with
10891 delete.
10892 (solib_target_current_sos): Adapt to std::string.
10893 (solib_target_free_so): Free lm_info_target with delete.
10894
4023ae76
SM
108952017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10896
10897 * solib-frv.c (struct lm_info_frv): Add destructor, initialize
10898 fields.
10899 (frv_current_sos): Allocate lm_info_frv with new.
10900 (frv_relocate_main_executable): Free lm_info_frv with delete,
10901 allocate with new.
10902 (frv_clear_solib, frv_free_so): Free lm_info_frv with delete.
10903
af43057b
SM
109042017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10905
10906 * solib-frv.c (struct lm_info_frv): Fix indentation.
10907
b0911207
SM
109082017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10909
10910 * solib-dsbt.c (struct lm_info_dsbt): Add destructor, initialize
10911 map field.
10912 (dsbt_current_sos): Allocate lm_info_dsbt with new.
10913 (dsbt_relocate_main_executable): Free lm_info_dsbt with delete
10914 and allocate with new.
10915 (dsbt_clear_solib, dsbt_free_so): Free lm_info_dsbt with delete.
10916
6c401f72
SM
109172017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10918
10919 * solib-aix.c (struct lm_info_aix): Initialize fields in-class.
10920 <filename, member_name>: Change type to std::string.
10921 (solib_aix_new_lm_info, solib_aix_xfree_lm_info): Remove.
10922 (library_list_start_library): Allocate lm_info_aix with new.
10923 (solib_aix_free_library_list, solib_aix_free_so): Free with delete.
10924 (solib_aix_current_sos): Adapt to std::string, copy lm_info_aix
10925 with copy constructor.
10926
d0e449a1
SM
109272017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10928
10929 * solist.h (struct lm_info): Remove.
10930 (struct lm_info_base): New class.
10931 (struct so_list) <lm_info>: Change type to lm_info_base *.
10932 * nto-tdep.c (struct lm_info): Remove.
10933 (lm_addr): Adjust.
10934 * solib-aix.c (struct lm_info): Rename to ...
10935 (struct lm_info_aix): ... this. Extend lm_info_base.
10936 (lm_info_p): Rename to ...
10937 (lm_info_aix_p): ... this, and adjust.
10938 (solib_aix_new_lm_info, solib_aix_xfree_lm_info,
10939 solib_aix_parse_libraries, library_list_start_library,
10940 solib_aix_free_library_list, solib_aix_parse_libraries,
10941 solib_aix_get_library_list,
10942 solib_aix_relocate_section_addresses, solib_aix_free_so,
10943 solib_aix_get_section_offsets,
10944 solib_aix_solib_create_inferior_hook, solib_aix_current_sos):
10945 Adjust.
10946 (struct solib_aix_inferior_data) <library_list>: Adjust.
10947 * solib-darwin.c (struct lm_info): Rename to ...
10948 (struct lm_info_darwin): ... this. Extend lm_info_base.
10949 (darwin_current_sos, darwin_relocate_section_addresses): Adjust.
10950 * solib-dsbt.c (struct lm_info): Rename to ...
10951 (struct lm_info_dsbt): ... this. Extend lm_info_base.
10952 (struct dsbt_info) <main_executable_lm_info): Adjust.
10953 (dsbt_current_sos, dsbt_relocate_main_executable, dsbt_free_so,
10954 dsbt_relocate_section_addresses): Adjust.
10955 * solib-frv.c (struct lm_info): Rename to ...
10956 (struct lm_info_frv): ... this. Extend lm_info_base.
10957 (main_executable_lm_info): Adjust.
10958 (frv_current_sos, frv_relocate_main_executable, frv_free_so,
10959 frv_relocate_section_addresses, frv_fdpic_find_global_pointer,
10960 find_canonical_descriptor_in_load_object,
10961 frv_fdpic_find_canonical_descriptor): Adjust.
10962 * solib-svr4.c (struct lm_info): Move to solib-svr4.h, renamed
10963 to lm_info_svr4.
10964 (lm_info_read, lm_addr_check, svr4_keep_data_in_core,
10965 svr4_clear_so, svr4_copy_library_list,
10966 library_list_start_library, svr4_default_sos, svr4_read_so_list,
10967 svr4_current_sos, svr4_fetch_objfile_link_map,
10968 solist_update_incremental): Adjust.
10969 * solib-svr4.h (struct lm_info_svr4): Move here from
10970 solib-svr4.c.
10971 * solib-target.c (struct lm_info): Rename to ...
10972 (struct lm_info_target): ... this. Extend lm_info_base.
10973 (lm_info_p): Rename to ...
10974 (lm_info_target_p): ... this.
10975 (solib_target_parse_libraries, library_list_start_segment,
10976 library_list_start_section, library_list_start_library,
10977 library_list_end_library, solib_target_free_library_list,
10978 solib_target_current_sos, solib_target_free_so,
10979 solib_target_relocate_section_addresses): Adjust.
10980 * windows-nat.c (struct lm_info): Rename to ...
10981 (struct lm_info_windows): ... this. Extend lm_info_base.
10982 (windows_make_so, handle_load_dll, handle_unload_dll,
10983 windows_xfer_shared_libraries): Adjust.
10984
434a4023
SM
109852017-04-28 Simon Marchi <simon.marchi@ericsson.com>
10986
10987 * solib-darwin.c (struct darwin_so_list): Remove.
10988 (darwin_current_sos): Allocate an so_list object instead of a
10989 darwin_so_list, separately allocate an lm_info object.
10990 (darwin_free_so): Free lm_info.
10991
428544e8
JB
109922017-04-28 John Baldwin <jhb@FreeBSD.org>
10993
10994 * mips-tdep.c (print_gp_register_row): Replace printf_filtered
10995 with fprintf_filtered.
10996
4621115f
YQ
109972017-04-28 Yao Qi <yao.qi@linaro.org>
10998
10999 * regcache.c (regcache::regcache): New function.
11000 (regcache::~regcache): New function.
11001 (regcache_xmalloc_1): Remove.
11002 (regcache_xmalloc): Call new regcache.
11003 (regcache_xfree): Call delete regcache.
11004 (get_thread_arch_aspace_regcache): Call new regcache.
11005
339053c2
YQ
110062017-04-28 Yao Qi <yao.qi@linaro.org>
11007
11008 * mips-linux-nat.c (mips_linux_new_thread): Use ptid method
11009 lwp instead of ptid_get_lwp.
11010
7974a605
YQ
110112017-04-28 Yao Qi <yao.qi@linaro.org>
11012
11013 * mips-linux-nat.c (mips_linux_new_thread): Get lwpid from
11014 lwp_info instead of getting from inferior_ptid.
11015
e15c3eb4
KS
110162017-04-27 Keith Seitz <keiths@redhat.com>
11017
11018 * gdbtypes.c (LVALUE_REFERENCE_TO_RVALUE_BINDING_BADNESS)
11019 DIFFERENT_REFERENCE_TYPE_BADNESS): Remove.
11020 (CV_CONVERSION_BADNESS): Define.
11021 (rank_one_type): Remove overly restrictive rvalue reference
11022 rank checks.
11023 Add cv-qualifier checks and subranks for type equality.
11024 * gdbtypes.h (REFERENCE_CONVERSION_RVALUE,
11025 REFERENCE_CONVERSION_CONST_LVALUE, CV_CONVERSION_BADNESS,
11026 CV_CONVERSION_CONST, CV_CONVERSION_VOLATILE): Declare.
11027
72bc1d24
SM
110282017-04-27 Simon Marchi <simon.marchi@ericsson.com>
11029
11030 * python/py-inferior.c (inferior_to_inferior_object): Increment reference
11031 count when creating the object.
11032
55bcecda
UW
110332017-04-27 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
11034 Ulrich Weigand <uweigand@de.ibm.com>
11035
11036 * xcoffread.c (read_xcoff_symtab): Read correct function auxiliary
11037 entry if xlc -qfuncsect or gcc -ffunction-sections compiler option
11038 is used in AIX.
11039 (read_xcoff_symtab): Handle C_WEAKEXT storage class.
11040 (process_xcoff_symbol): Likewise.
11041 (scan_xcoff_symtab): Likewise.
11042
5c99fcf8
AH
110432017-04-26 Alan Hayward <alan.hayward@arm.com>
11044
11045 * ia64-tdep.c (examine_prologue): Use get_frame_register_unsigned.
11046 (ia64_sigtramp_frame_prev_register): Use read_memory_unsigned_integer.
11047 (ia64_access_reg): Use get_frame_register_unsigned.
11048 (ia64_access_rse_reg): Likewise.
11049 (ia64_libunwind_frame_prev_register): Likewise.
11050
b41c5a85
JW
110512017-04-26 Jiong Wang <jiong.wang@arm.com>
11052
11053 * gdbarch.sh: New gdbarch method execute_dwarf_cfa_vendor_op.
11054 * gdbarch.c: Regenerated.
11055 * gdbarch.h: Regenerated.
11056 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Made the
11057 visibility external.
11058 (execute_cfa_program): Call execute_dwarf_cfa_vendor_op for CFI
11059 between DW_CFA_lo_user and DW_CFA_high_user inclusive.
11060 (enum cfa_how_kind): Move to ...
11061 (struct dwarf2_frame_state_reg_info): Likewise.
11062 (struct dwarf2_frame_state): Likewise.
11063 * dwarf2-frame.h: ... here.
11064 (dwarf2_frame_state_alloc_regs): New declaration.
11065 * sparc-tdep.c (sparc_execute_dwarf_cfa_vendor_op): New function.
11066 (sparc32_gdbarch_init): Register execute_dwarf_cfa_vendor_op hook.
11067
c185f580
AH
110682017-04-26 Alan Hayward <alan.hayward@arm.com>
11069
11070 * xtensa-tdep.c (xtensa_pseudo_register_read): Use
11071 regcache_raw_read_unsigned.
11072 (xtensa_pseudo_register_write): Likewise.
11073
19c45594
AH
110742017-04-26 Alan Hayward <alan.hayward@arm.com>
11075
11076 * nds32-tdep.c (nds32_pseudo_register_read): Abort on errors.
11077 (nds32_pseudo_register_write): Likewise.
11078
4658f12e
YQ
110792017-04-25 Yao Qi <yao.qi@linaro.org>
11080
11081 * regcache.c (struct regcache) <readonly_p>: Change its type
11082 to bool.
11083 (regcache_xmalloc_1): Update parameter type and callers update.
11084
d581dda8
YQ
110852017-04-25 Yao Qi <yao.qi@linaro.org>
11086
11087 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
11088 set_gdbarch_wchar_bit.
11089 * arm-tdep.c (arm_gdbarch_init): Likewise.
11090
debed3db
PA
110912017-04-25 Pedro Alves <palves@redhat.com>
11092
11093 * common/poison.h [!HAVE_IS_TRIVIALLY_COPYABLE] (IsRelocatable)
11094 (BothAreRelocatable, memcopy, memmove): Don't define.
11095 * common/traits.h (__has_feature, HAVE_IS_TRIVIALLY_COPYABLE): New
11096 macros.
11097
b0b92aeb
PA
110982017-04-25 Pedro Alves <palves@redhat.com>
11099
11100 * common/common-defs.h: Include "common/poison.h".
11101 * common/function-view.h: (Not, Or, Requires): Move to traits.h
11102 and adjust.
11103 * common/poison.h: New file.
11104 * common/traits.h: Include <type_traits>.
11105 (Not, Or, Requires): New, moved from common/function-view.h.
11106
16c4d54a
PA
111072017-04-25 Pedro Alves <palves@redhat.com>
11108
11109 * breakpoint.h (struct breakpoint): In-class initialize all
11110 fields. Make boolean fields "bool".
11111 * breakpoint.c (init_raw_breakpoint_without_location): Remove
11112 memset call and initializations no longer necessary.
11113
b5c36682
PA
111142017-04-25 Pedro Alves <palves@redhat.com>
11115
11116 * btrace.c (pt_btrace_insn_flags): Change parameter type to
11117 reference.
11118 (pt_btrace_insn): New function.
11119 (ftrace_add_pt): Remove memset call and use pt_btrace_insn.
11120
5625a286
PA
111212017-04-25 Pedro Alves <palves@redhat.com>
11122
11123 * ada-lang.c (ada_catchpoint_location): Now a "class". Remove
11124 "base" field and inherit from "bp_location" instead. Add
11125 non-default ctor.
11126 (allocate_location_exception): Use new non-default ctor.
11127 * breakpoint.c (get_first_locp_gte_addr): Remove memset call.
11128 (init_bp_location): Convert to ...
11129 (bp_location::bp_location): ... this new ctor, and remove memset
11130 call.
11131 (base_breakpoint_allocate_location): Use the new non-default ctor.
11132 * breakpoint.h (bp_location): Now a class. Declare default and
11133 non-default ctors. In-class initialize all members.
11134 (init_bp_location): Remove declaration.
11135
23bcc18f
PA
111362017-04-25 Pedro Alves <palves@redhat.com>
11137
11138 * common/enum-flags.h (enum_flags): Don't implement copy ctor and
11139 assignment operator.
11140
e1ba3053
YQ
111412017-04-24 Yao Qi <yao.qi@linaro.org>
11142
11143 * doublest.c (convert_doublest_to_floatformat): Call
11144 floatformat_totalsize_bytes.
11145
10f489e5
TT
111462017-04-22 Tom Tromey <tom@tromey.com>
11147
11148 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries): Use
11149 ui_out_emit_list.
11150 * stack.c (print_frame): Use ui_out_emit_list.
11151 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
11152 ui_out_emit_list.
11153 * mi/mi-main.c (print_one_inferior)
11154 (mi_cmd_data_list_register_names)
11155 (mi_cmd_data_list_register_values, mi_cmd_list_features)
11156 (mi_cmd_list_target_features, mi_cmd_trace_frame_collected): Use
11157 ui_out_emit_list.
11158 * mi/mi-interp.c (mi_on_normal_stop_1): Use ui_out_emit_list.
11159 (mi_output_solib_attribs): Use ui_out_emit_list,
11160 ui_out_emit_tuple.
11161 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_list.
11162 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
11163 (mi_cmd_stack_list_args, list_args_or_locals): Use
11164 ui_out_emit_list.
11165 * disasm.c (do_assembly_only): Use ui_out_emit_list.
11166 * breakpoint.c (print_solib_event, output_thread_groups): Use
11167 ui_out_emit_list.
11168
0092b74d
TT
111692017-04-22 Tom Tromey <tom@tromey.com>
11170
11171 * mi/mi-main.c (print_variable_or_computed): Use ui_out_emit_tuple.
11172 * mi/mi-cmd-var.c (varobj_update_one): Use ui_out_emit_tuple.
11173 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_out_emit_tuple.
11174
a14a62dd
TT
111752017-04-22 Tom Tromey <tom@tromey.com>
11176
11177 * tracepoint.c (tvariables_info_1)
11178 (print_one_static_tracepoint_marker): Use ui_out_emit_tuple.
11179
46b9c129
TT
111802017-04-22 Tom Tromey <tom@tromey.com>
11181
11182 * stack.c (print_frame_arg): Use ui_out_emit_tuple,
11183 annotate_arg_emitter.
11184 * breakpoint.c (print_mention_watchpoint)
11185 (print_mention_masked_watchpoint): Use ui_out_emit_tuple.
11186 * annotate.h (struct annotate_arg_emitter): New.
11187
2e783024
TT
111882017-04-22 Tom Tromey <tom@tromey.com>
11189
11190 * record-btrace.c (record_btrace_insn_history)
11191 (record_btrace_insn_history_range, record_btrace_call_history)
11192 (record_btrace_call_history_range): Use ui_out_emit_tuple.
11193 * thread.c (do_captured_list_thread_ids, print_thread_info_1): Use
11194 ui_out_emit_tuple.
11195 * stack.c (print_frame_info): Use ui_out_emit_tuple.
11196 * solib.c (info_sharedlibrary_command): Use ui_out_emit_tuple.
11197 * skip.c (skip_info): Use ui_out_emit_tuple.
11198 * remote.c (show_remote_cmd): Use ui_out_emit_tuple.
11199 * progspace.c (print_program_space): Use ui_out_emit_tuple.
11200 * probe.c (info_probes_for_ops): Use ui_out_emit_tuple.
11201 * osdata.c (info_osdata): Use ui_out_emit_tuple.
11202 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Use
11203 ui_out_emit_tuple.
11204 * mi/mi-main.c (print_one_inferior, list_available_thread_groups)
11205 (output_register, mi_cmd_data_read_memory)
11206 (mi_cmd_data_read_memory_bytes, mi_load_progress)
11207 (mi_cmd_trace_frame_collected): Use ui_out_emit_tuple.
11208 * mi/mi-cmd-var.c (mi_cmd_var_list_children, varobj_update_one):
11209 Use ui_out_emit_tuple.
11210 * mi/mi-cmd-stack.c (mi_cmd_stack_list_args): Use
11211 ui_out_emit_tuple.
11212 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
11213 (mi_cmd_info_gdb_mi_command): Use ui_out_emit_tuple.
11214 * linux-thread-db.c (info_auto_load_libthread_db): Use
11215 ui_out_emit_tuple.
11216 * inferior.c (print_inferior): Use ui_out_emit_tuple.
11217 * gdb_bfd.c (print_one_bfd): Use ui_out_emit_tuple.
11218 * disasm.c (do_mixed_source_and_assembly_deprecated)
11219 (do_mixed_source_and_assembly): Use ui_out_emit_tuple.
11220 * cp-abi.c (list_cp_abis): Use ui_out_emit_tuple.
11221 * cli/cli-setshow.c (cmd_show_list): Use ui_out_emit_tuple.
11222 * breakpoint.c (print_one_breakpoint_location)
11223 (print_one_breakpoint): Use ui_out_emit_tuple.
11224 * auto-load.c (print_script, info_auto_load_cmd): Use
11225 ui_out_emit_tuple.
11226 * ada-tasks.c (print_ada_task_info): Use ui_out_emit_tuple.
11227
9be21bb4
SM
112282017-04-21 Simon Marchi <simon.marchi@ericsson.com>
11229
11230 * thread.c (print_thread_info_1): Remove dead code.
11231
0d4c07af
JK
112322017-04-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11233
11234 * aarch64-tdep.c (selftests::aarch64_process_record_test): Make it #if
11235 GDB_SELF_TEST.
11236 * arm-tdep.c (selftests::arm_record_test): Likewise.
11237
4daf993d
YQ
112382017-04-21 Yao Qi <yao.qi@linaro.org>
11239
11240 * regcache.c (regcache_restore): Remove argument 2. Replace
11241 argument 3 with regcache. Get register status from
11242 src->register_status and get register contents from
11243 register_buffer (src, regnum).
11244 (regcache_cpy): Update.
11245
a6c21d4a
PA
112462017-04-19 Pedro Alves <palves@redhat.com>
11247
11248 * gdbthread.h (thread): Add missing closing parenthesis in
11249 comment.
11250
3a3fd0fd
PA
112512017-04-19 Pedro Alves <palves@redhat.com>
11252
11253 * common/refcounted-object.h: New file.
11254 * gdbthread.h: Include "common/refcounted-object.h".
11255 (thread_info): Inherit from refcounted_object and add comments.
11256 (thread_info::incref, thread_info::decref)
11257 (thread_info::m_refcount): Delete.
11258 (thread_info::deletable): Use the refcounted_object::refcount()
11259 method.
11260 * inferior.c (current_inferior_): Add comment.
11261 (set_current_inferior): Increment/decrement refcounts.
11262 (prune_inferiors, remove_inferior_command): Skip inferiors marked
11263 not-deletable instead of comparing with the current inferior.
11264 (initialize_inferiors): Increment the initial inferior's refcount.
11265 * inferior.h (struct inferior): Forward declare.
11266 Include "common/refcounted-object.h".
11267 (current_inferior, set_current_inferior): Move declaration to
11268 before struct inferior's definition, and fix comment.
11269 (inferior): Inherit from refcounted_object. Add comments.
11270 * thread.c (switch_to_thread_no_regs): Reference the thread's
11271 inferior pointer directly instead of doing a ptid lookup.
11272 (switch_to_no_thread): New function.
11273 (switch_to_thread(thread_info *)): New function, factored out
11274 from ...
11275 (switch_to_thread(ptid_t)): ... this.
11276 (restore_current_thread): Delete.
11277 (current_thread_cleanup): Remove 'inf_id' and 'was_removable'
11278 fields, and add 'inf' field.
11279 (do_restore_current_thread_cleanup): Check whether old->inf is
11280 alive instead of looking up an inferior by ptid. Use
11281 switch_to_thread and switch_to_no_thread.
11282 (restore_current_thread_cleanup_dtor): Use old->inf directly
11283 instead of lookup up an inferior by id. Decref the inferior.
11284 Don't restore 'removable'.
11285 (make_cleanup_restore_current_thread): Same the inferior pointer
11286 in old, instead of the inferior number. Incref the inferior.
11287 Don't save/clear 'removable'.
11288
9bcb1f16
PA
112892017-04-19 Pedro Alves <palves@redhat.com>
11290
11291 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11292 unittests/scoped_restore-selftests.c.
11293 (SUBDIR_UNITTESTS_OBS): Add scoped_restore-selftests.o.
11294 * common/scoped_restore.h (scoped_restore_base): Make "class".
11295 (scoped_restore_base::release): New public method.
11296 (scoped_restore_base::scoped_restore_base): New protected ctor.
11297 (scoped_restore_base::m_saved_var): New protected field.
11298 (scoped_restore_tmpl::scoped_restore_tmpl(T*)): Initialize the
11299 scoped_restore_base base class instead of m_saved_var directly.
11300 (scoped_restore_tmpl::scoped_restore_tmpl(T*, T2)): Likewise.
11301 (scoped_restore_tmpl::scoped_restore_tmpl(const
11302 scoped_restore_tmpl<T>&)): Likewise.
11303 (scoped_restore_tmpl::~scoped_restore_tmpl): Use the saved_var
11304 method.
11305 (scoped_restore_tmpl::saved_var): New method.
11306 (scoped_restore_tmpl::m_saved_var): Delete.
11307 * inferior.h (inferior::detaching): Now a bool.
11308 * infrun.c (prepare_for_detach): Use a scoped_restore instead of a
11309 cleanup.
11310 * unittests/scoped_restore-selftests.c: New file.
11311
26fcd539
PA
113122017-04-19 Pedro Alves <palves@redhat.com>
11313
11314 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS):
11315 Re-sort in alphabetic order.
11316
fdd243b0
PA
113172017-04-18 Pedro Alves <palves@redhat.com>
11318
11319 * xml-support.c (obstack_xml_printf): Delete.
11320 * xml-support.h (obstack_xml_printf): Delete.
11321
4895cde2
PA
113222017-04-18 Pedro Alves <palves@redhat.com>
11323
11324 * xml-support.c (gdb_xml_parser) <use_dtd, dtd_name, parse,
11325 vdebug, verror, body_text, start_element, end_element, name,
11326 user_data, set_is_xinclude, set_error, expat_parser>: New methods.
11327 <name, user_data, expat_parser, scopes, error, last_line, dtd_name,
11328 is_xinclude>: Make private and add m_ prefix.
11329 (gdb_xml_parser::body_text): New method, based on ...
11330 (gdb_xml_body_text): ... this. Adjust.
11331 (gdb_xml_parser::vdebug): New method, based on ...
11332 (gdb_xml_debug): ... this. Adjust.
11333 (gdb_xml_parser::verror): New method, based on ...
11334 (gdb_xml_error): ... this. Adjust.
11335 (gdb_xml_parser::start_element): New method, based on ...
11336 (gdb_xml_start_element): ... this. Adjust.
11337 (gdb_xml_start_element_wrapper): Defer to
11338 gdb_xml_parser::start_element and gdb_xml_parser::set_error.
11339 (gdb_xml_parser::end_element): New method, based on ...
11340 (gdb_xml_end_element_wrapper): ... this. Adjust.
11341 (gdb_xml_parser::~gdb_xml_parser): Adjust.
11342 (gdb_xml_parser::gdb_xml_parser): Adjust to field renames.
11343 (gdb_xml_parser::use_dtd): New method, based on ...
11344 (gdb_xml_use_dtd): ... this. Adjust.
11345 (gdb_xml_parser::parse): New method, based on ...
11346 (gdb_xml_parse): ... this. Adjust.
11347 (gdb_xml_parse_quick): Adjust to call the parser's parse method.
11348 (xinclude_start_include): Adjust to call the parser's name method.
11349 (xml_xinclude_default, xml_xinclude_start_doctype)
11350 (xml_xinclude_end_doctype): Adjust to call the parser's user_data
11351 method.
11352 (xml_process_xincludes): Adjust to call parser methods.
11353 * xml-support.h (gdb_xml_use_dtd, gdb_xml_parse): Delete
11354 declarations.
11355
bd8a901f
PA
113562017-04-18 Pedro Alves <palves@redhat.com>
11357
11358 * tracefile-tfile.c (tfile_write_tdesc): Adjust to use
11359 gdb::optional<std::string>.
11360 * xml-support.c: Include <string>.
11361 (scope_level::scope_level(scope_level &&))
11362 (scope_level::~scope_level): Delete.
11363 (scope_level::body): Now a std::string.
11364 (gdb_xml_body_text, gdb_xml_end_element): Adjust.
11365 (xinclude_parsing_data::xinclude_parsing_data): Add 'output'
11366 parameter.
11367 (xinclude_parsing_data::~xinclude_parsing_data): Delete.
11368 (xinclude_parsing_data::output): Now a std::string reference.
11369 (xinclude_start_include): Adjust.
11370 (xml_xinclude_default): Adjust.
11371 (xml_process_xincludes): Add 'output' parameter, and return bool.
11372 * xml-support.h (xml_process_xincludes): Add 'output' parameter,
11373 and return bool.
11374 * xml-tdesc.c: Include <unordered_map> and <string>.
11375 (tdesc_xml_cache): Delete.
11376 (tdesc_xml_cache_s): Delete.
11377 (xml_cache): Now an std::unordered_map.
11378 (tdesc_parse_xml): Adjust to use std::string and unordered_map.
11379 (target_fetch_description_xml): Change return type to
11380 gdb::optional<std::string>, and adjust.
11381 * xml-tdesc.h: Include "common/gdb_optional.h" and <string>.
11382 (target_fetch_description_xml): Change return type to
11383 gdb::optional<std::string>.
11384
d35d1958
PA
113852017-04-18 Pedro Alves <palves@redhat.com>
11386
11387 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
11388 unittests/optional-selftests.c.
11389 (SUBDIR_UNITTESTS_OBS): Add optional-selftests.o.
11390 * unittests/optional-selftests.c: New file.
11391 * unittests/optional/assignment/1.cc: New file.
11392 * unittests/optional/assignment/2.cc: New file.
11393 * unittests/optional/assignment/3.cc: New file.
11394 * unittests/optional/assignment/4.cc: New file.
11395 * unittests/optional/assignment/5.cc: New file.
11396 * unittests/optional/assignment/6.cc: New file.
11397 * unittests/optional/assignment/7.cc: New file.
11398 * unittests/optional/cons/copy.cc: New file.
11399 * unittests/optional/cons/default.cc: New file.
11400 * unittests/optional/cons/move.cc: New file.
11401 * unittests/optional/cons/value.cc: New file.
11402 * unittests/optional/in_place.cc: New file.
11403 * unittests/optional/observers/1.cc: New file.
11404 * unittests/optional/observers/2.cc: New file.
11405
22796e97
PA
114062017-04-18 Pedro Alves <palves@redhat.com>
11407
11408 * common/gdb_optional.h: Include common/traits.h.
11409 (in_place_t): New type.
11410 (in_place): New constexpr variable.
11411 (optional::optional): Remove member initialization of
11412 m_instantiated.
11413 (optional::optional(in_place_t...)): New constructor.
11414 (optional::~optional): Use reset.
11415 (optional::optional(const optional&)): New.
11416 (optional::optional(const optional&&)): New.
11417 (optional::optional(T &)): New.
11418 (optional::optional(T &&)): New.
11419 (operator::operator=(const optional &)): New.
11420 (operator::operator=(optional &&)): New.
11421 (operator::operator= (const T &))
11422 (operator::operator= (T &&))
11423 (operator::emplace (Args &&... args)): Return a T&. Use reset.
11424 (operator::reset): New.
11425 (operator::m_instantiated):: Add in-class initializer.
11426 * common/traits.h: Include <type_traits>.
11427 (struct And): New types.
11428
a7fc9b61
PA
114292017-04-18 Pedro Alves <palves@redhat.com>
11430
11431 * xml-support.c: Include <vector>.
11432 (scope_level::scope_level(const gdb_xml_element *))
11433 (scope_level::scope_level(scope_level&&)): New.
11434 (scope_level::~scope_level): New.
11435 (scope_level_s): Delete.
11436 (gdb_xml_parser::scopes): Now a std::vector.
11437 (gdb_xml_body_text, gdb_xml_start_element, gdb_xml_end_element):
11438 Use std::vector.
11439 (gdb_xml_parser::~gdb_xml_parser): Remove now unnecessary
11440 scope cleanup code.
11441 (gdb_xml_parser::gdb_xml_parser): Remove explicit initialization
11442 of the scopes member. Use std::vector::emplace_back.
11443
010151c9
PA
114442017-04-18 Pedro Alves <palves@redhat.com>
11445
11446 * xml-support.c (gdb_xml_parser): Add ctor/dtor. Make is_xinclude
11447 a bool.
11448 (gdb_xml_end_element): Change type of first parameter.
11449 (gdb_xml_cleanup): Rename to ...
11450 (gdb_xml_parser::~gdb_xml_parser): ... this.
11451 (gdb_xml_create_parser_and_cleanup): Delete with ...
11452 (gdb_xml_parser::gdb_xml_parser): ... creation parts factored out
11453 to this new ctor.
11454 (gdb_xml_parse_quick): Create a local gdb_xml_parser instead of
11455 using gdb_xml_create_parser_and_cleanup.
11456 (xinclude_parsing_data): Add ctor/dtor.
11457 (xml_xinclude_cleanup): Delete.
11458 (xml_process_xincludes): Create a local xinclude_parsing_data
11459 instead of heap-allocating one. Create a local gdb_xml_parser
11460 instead of heap-allocating one with
11461 gdb_xml_create_parser_and_cleanup.
11462
d56060f0
JB
114632017-04-18 John Baldwin <jhb@FreeBSD.org>
11464
11465 PR threads/20743
11466 * fbsd-nat.c (resume_one_thread_cb): Remove.
11467 (resume_all_threads_cb): Remove.
11468 (fbsd_resume): Use ALL_NON_EXITED_THREADS instead of
11469 iterate_over_threads.
11470
305d16a9
JB
114712017-04-17 Joel Brobecker <brobecker@adacore.com>
11472
11473 * NEWS: Create a new section for the next release branch.
11474 Rename the section of the current branch, now that it has
11475 been cut.
11476
8bb57231
JB
114772017-04-17 Joel Brobecker <brobecker@adacore.com>
11478
11479 GDB 8.0 branch created (725bf5cf125783c2a7ca4ab63d3768e220bab2db):
11480 * version.in: Bump version to 8.0.50.DATE-git.
11481
096c92dd
SDJ
114822017-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
11483
11484 PR gdb/21385
11485 * windows-nat.c (windows_create_inferior): Declare 'allargs'
11486 independently of the host, and fix build breakage on Cygwin.
11487
0550c955
PA
114882017-04-13 Pedro Alves <palves@redhat.com>
11489
11490 * inferior.c (free_inferior): Convert to ...
11491 (inferior::~inferior): ... this dtor.
11492 (inferior::inferior): New ctor, factored out from ...
11493 (add_inferior_silent): ... here. Allocate the inferior with a new
11494 expression.
11495 (delete_inferior): Call delete instead of free_inferior.
11496 * inferior.h (gdb_environ, continuation): Forward declare.
11497 (inferior): Now a class. Add in-class initialization to all
11498 members. Make boolean fields bool, except 'detaching'.
11499 (inferior::inferior): New explicit ctor.
11500 (inferior::~inferior): New.
11501
e3d60dfc
PA
115022017-04-13 Pedro Alves <palves@redhat.com>
11503
11504 * inferior.c (init_inferior_list): Delete.
11505 * inferior.h (init_inferior_list): Delete.
11506
5fd69d0a
PA
115072017-04-13 Pedro Alves <palves@redhat.com>
11508
11509 PR threads/13217
11510 * gdb.threads/threadapply.exp (thr_apply_detach): New procedure.
11511 (top level): Call it twice, with different thread sets.
11512
c6609450
PA
115132017-04-13 Pedro Alves <palves@redhat.com>
11514
11515 * thread.c: Include <algorithm>.
11516 (thread_array_cleanup): Delete.
11517 (scoped_inc_dec_ref): New class.
11518 (live_threads_count): New function.
11519 (set_thread_refcount): Delete.
11520 (tp_array_compar_ascending): Now a bool.
11521 (tp_array_compar): Convert to a std::sort comparison function.
11522 (thread_apply_all_command): Use std::vector and scoped_inc_dec_ref
11523 and live_threads_count.
11524
2a00d7ce
PA
115252017-04-13 Pedro Alves <palves@redhat.com>
11526
11527 * infrun.c (follow_fork_inferior): Also switch the current
11528 inferior.
11529
441d7c93
PA
115302017-04-13 Pedro Alves <palves@redhat.com>
11531
11532 * breakpoint.c (watch_command_1): Save watchpoint-frame info
11533 before calling create_internal_breakpoint.
11534
808480f6
PA
115352017-04-13 Pedro Alves <palves@redhat.com>
11536
11537 * fork-child.c (execv_argv): New class.
11538 (breakup_args): Refactored as ...
11539 (execv_argv::init_for_no_shell): .. this method of execv_argv.
11540 Copy arguments to storage and replace separators with NULL
11541 terminators in place.
11542 (escape_bang_in_quoted_argument): Adjust to return bool.
11543 (execv_argv::execv_argv): New ctor.
11544 (execv_argv::init_for_shell): New method, factored out from
11545 fork_inferior. Don't strdup strings into the vector.
11546 (fork_inferior): Eliminate "shell" local and use execv_argv. Use
11547 Remove free_vector_argv call.
11548
ad3d022a
YQ
115492017-04-13 Yao Qi <yao.qi@linaro.org>
11550
11551 * rx-tdep.c (rx_fpsw_type): Check tdep->rx_fpsw_type instead of
11552 tdep->rx_psw_type.
11553
e6ddc3bf
YQ
115542017-04-13 Yao Qi <yao.qi@linaro.org>
11555
11556 * rl78-tdep.c (rl78_gdbarch_init): Use XCNEW instead of XNEW.
11557 * rx-tdep.c (rx_gdbarch_init): Likewise.
11558
bfb8cf90
PA
115592017-04-13 Pedro Alves <palves@redhat.com>
11560
11561 * breakpoint.h (struct breakpoint): Reindent.
11562
f5336ca5
PA
115632017-04-13 Pedro Alves <palves@redhat.com>
11564
11565 * breakpoint.c (bp_location): Rename to ...
11566 (bp_locations): ... this. All references updated.
11567 (bp_location_count): Rename to ...
11568 (bp_locations_count): ... this. All references updated.
11569 (bp_location_placed_address_before_address_max): Rename to ...
11570 (bp_locations_placed_address_before_address_max): ... this. All
11571 references updated.
11572 (bp_location_shadow_len_after_address_max): Rename to ...
11573 (bp_locations_shadow_len_after_address_max): ... this. All
11574 references updated.
11575 (bp_location_compare_addrs): Rename to ...
11576 (bp_locations_compare_addrs): ... this. All references updated.
11577 (bp_location_compare):Rename to ...
11578 (bp_locations_compare): ... this. All references updated.
11579 (bp_location_target_extensions_update): Rename to ...
11580 (bp_locations_target_extensions_update): ... this. All references
11581 updated.
11582
be628ab8
SDJ
115832017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
11584
11585 * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h".
11586 * common/common.m4: Check headers 'termios.h', 'termio.h' and
11587 'sgtty.h'.
11588 * common/gdb_termios.h: New file, with parts of "terminal.h".
11589 * inflow.c: Include "gdb_termios.h".
11590 * ser-unix.c: Include "gdb_termios.h".
11591 * terminal.h: Move terminal-related defines to
11592 "common/gdb_termios.h".
11593
8e9e35b1
TT
115942017-04-12 Tom Tromey <tom@tromey.com>
11595
11596 * probe.c (parse_probes): Update.
11597 * location.h (delete_event_location): Don't declare.
11598 (event_location_deleter::operator()): Update.
11599 * location.c (event_location_deleter::operator()): Rename from
11600 delete_event_location.
11601 * linespec.h (linespec_result) <location>: Change type to
11602 event_location_up.
11603 * linespec.c (canonicalize_linespec, event_location_to_sals)
11604 (decode_objc): Update.
11605 (linespec_result): Don't call delete_event_location.
11606 * breakpoint.c (create_breakpoints_sal)
11607 (bkpt_probe_create_sals_from_location)
11608 (strace_marker_create_sals_from_location): Update.
11609
16e802b9
TT
116102017-04-12 Tom Tromey <tom@tromey.com>
11611
11612 * linespec.h (struct linespec_result): Add constructor and
11613 destructor.
11614 (init_linespec_result, destroy_linespec_result)
11615 (make_cleanup_destroy_linespec_result): Don't declare.
11616 * linespec.c (init_linespec_result): Remove.
11617 (linespec_result::~linespec_result): Rename from
11618 destroy_linespec_result. Update.
11619 (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
11620 Remove.
11621 * breakpoint.c (create_breakpoint, break_range_command)
11622 (decode_location_default): Update.
11623 * ax-gdb.c (agent_command_1): Update.
11624
d28cd78a
TT
116252017-04-12 Tom Tromey <tom@tromey.com>
11626
11627 * remote.c (remote_download_tracepoint): Update.
11628 * python/py-breakpoint.c (bppy_get_location): Update.
11629 * guile/scm-breakpoint.c (bpscm_print_breakpoint_smob)
11630 (gdbscm_breakpoint_location): Update.
11631 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Update.
11632 * breakpoint.h (struct breakpoint) <location, location_range_end>:
11633 Change type to event_location_up.
11634 * breakpoint.c (create_overlay_event_breakpoint)
11635 (create_longjmp_master_breakpoint)
11636 (create_std_terminate_master_breakpoint)
11637 (create_exception_master_breakpoint)
11638 (breakpoint_event_location_empty_p, print_breakpoint_location)
11639 (print_one_breakpoint_location, create_thread_event_breakpoint)
11640 (init_breakpoint_sal, create_breakpoint)
11641 (print_recreate_ranged_breakpoint, break_range_command)
11642 (init_ada_exception_breakpoint, say_where): Update.
11643 (base_breakpoint_dtor): Don't call delete_event_location.
11644 (bkpt_print_recreate, tracepoint_print_recreate)
11645 (dprintf_print_recreate, update_static_tracepoint)
11646 (breakpoint_re_set_default): Update.
11647
711799d5
TT
116482017-04-12 Tom Tromey <tom@tromey.com>
11649
11650 * compile/compile-loc2c.c (compute_stack_depth_worker): Change
11651 type of "to_do". Update.
11652 (compute_stack_depth): Use std::vector.
11653
52d214d3
TT
116542017-04-12 Tom Tromey <tom@tromey.com>
11655
11656 * printcmd.c (find_instruction_backward): Use std::vector.
11657
4c404b8b
TT
116582017-04-12 Tom Tromey <tom@tromey.com>
11659
11660 * symfile.c (objfilep): Remove typedef.
11661 (reread_symbols): Use a std::vector.
11662
156d9eab
TT
116632017-04-12 Tom Tromey <tom@tromey.com>
11664
11665 * mi/mi-main.c (exec_direction_forward): Remove.
11666 (exec_reverse_continue, mi_execute_command): Use scoped_restore.
11667 * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
11668 scoped_restore.
11669 * guile/guile.c (guile_repl_command, guile_command)
11670 (gdbscm_execute_gdb_command): Use scoped_restore.
11671 * go-exp.y (go_parse): Use scoped_restore.
11672 * d-exp.y (d_parse): Use scoped_restore.
11673 * cli/cli-decode.c (cmd_func): Use scoped_restore.
11674 * c-exp.y (c_parse): Use scoped_restore.
11675
4d89769a
TT
116762017-04-12 Tom Tromey <tom@tromey.com>
11677
11678 * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
11679 (mi_parse): Update return type.
11680 (mi_parse_free): Remove.
11681 * mi/mi-parse.c (mi_parse::mi_parse): New constructor.
11682 (mi_parse::~mi_parse): Rename from mi_parse_free.
11683 (mi_parse_cleanup): Remove.
11684 (mi_parse): Return a unique_ptr. Use new.
11685 * mi/mi-main.c (mi_execute_command): Update.
11686
4b217cc7
TT
116872017-04-12 Tom Tromey <tom@tromey.com>
11688
11689 * location.c (explicit_location_lex_one): Return a
11690 unique_xmalloc_ptr.
11691 (string_to_explicit_location): Update. Remove cleanups.
11692
59d3651b
TT
116932017-04-12 Tom Tromey <tom@tromey.com>
11694
11695 * gnu-v3-abi.c (value_and_voffset_p): Remove typedef.
11696 (compare_value_and_voffset): Change type. Update.
11697 (compute_vtable_size): Change type of "offset_vec".
11698 (gnuv3_print_vtable): Use std::vector. Remove cleanups.
11699 (gnuv3_get_typeid): Remove extraneous declaration.
11700
b24b0d6c
TT
117012017-04-12 Tom Tromey <tom@tromey.com>
11702
11703 * charset.h (wchar_iterator): Fix comment.
11704
80a3b8c5
TT
117052017-04-12 Tom Tromey <tom@tromey.com>
11706
11707 * charset.c (iconv_wrapper): New class.
11708 (cleanup_iconv): Remove.
11709 (convert_between_encodings): Use it.
11710
c83dd867
TT
117112017-04-12 Tom Tromey <tom@tromey.com>
11712
11713 * symfile.h (increment_reading_symtab): Update type.
11714 * symfile.c (decrement_reading_symtab): Remove.
11715 (increment_reading_symtab): Return a scoped_restore_tmpl<int>.
11716 * psymtab.c (psymtab_to_symtab): Update.
11717 * dwarf2read.c (dw2_instantiate_symtab): Update.
11718
0e8621a0
TT
117192017-04-12 Tom Tromey <tom@tromey.com>
11720
11721 * jit.c (struct jit_reader): Declare separately. Add constructor
11722 and destructor. Change type of "handle".
11723 (loaded_jit_reader): Define separately.
11724 (jit_reader_load): Update. New "new".
11725 (jit_reader_unload_command): Use "delete".
11726 * gdb-dlfcn.h (struct dlclose_deleter): New.
11727 (gdb_dlhandle_up): New typedef.
11728 (gdb_dlopen, gdb_dlsym): Update types.
11729 (gdb_dlclose): Remove.
11730 * gdb-dlfcn.c (gdb_dlopen): Return a gdb_dlhandle_up.
11731 (gdb_dlsym): Change type of "handle".
11732 (make_cleanup_dlclose): Remove.
11733 (dlclose_deleter::operator()): Rename from gdb_dlclose.
11734 * compile/compile-c-support.c (load_libcc): Update.
11735
67d89901
TT
117362017-04-12 Tom Tromey <tom@tromey.com>
11737
11738 * symtab.h (find_pcs_for_symtab_line): Change return type.
11739 * symtab.c (find_pcs_for_symtab_line): Change return type.
11740 * python/py-linetable.c (build_line_table_tuple_from_pcs): Change
11741 type of "vec". Update.
11742 (ltpy_get_pcs_for_line): Update.
11743 * linespec.c (decode_digits_ordinary): Update.
11744
93921405
TT
117452017-04-12 Tom Tromey <tom@tromey.com>
11746
11747 * tracepoint.c (actions_command): Update.
11748 * python/python.c (python_command, python_interactive_command):
11749 Update.
11750 * mi/mi-cmd-break.c (mi_cmd_break_commands): Update.
11751 * guile/guile.c (guile_command): Update.
11752 * defs.h (read_command_lines, read_command_lines_1): Return
11753 command_line_up.
11754 (command_lines_deleter): New struct.
11755 (command_line_up): New typedef.
11756 * compile/compile.c (compile_code_command)
11757 (compile_print_command): Update.
11758 * cli/cli-script.h (get_command_line, copy_command_lines): Return
11759 command_line_up.
11760 (make_cleanup_free_command_lines): Remove.
11761 * cli/cli-script.c (get_command_line, read_command_lines_1)
11762 (copy_command_lines): Return command_line_up.
11763 (while_command, if_command, read_command_lines, define_command)
11764 (document_command): Update.
11765 (do_free_command_lines_cleanup, make_cleanup_free_command_lines):
11766 Remove.
11767 * breakpoint.h (breakpoint_set_commands): Change type of
11768 "commands".
11769 * breakpoint.c (breakpoint_set_commands): Change type of
11770 "commands". Update.
11771 (do_map_commands_command, update_dprintf_command_list)
11772 (create_tracepoint_from_upload): Update.
11773
ffc2605c
TT
117742017-04-12 Tom Tromey <tom@tromey.com>
11775
11776 * tracepoint.c (scope_info): Update.
11777 * spu-tdep.c (spu_catch_start): Update.
11778 * python/python.c (gdbpy_decode_line): Update.
11779 * python/py-finishbreakpoint.c (bpfinishpy_init): Update.
11780 * python/py-breakpoint.c (bppy_init): Update.
11781 * probe.c (parse_probes): Update.
11782 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Update.
11783 * location.h (event_location_deleter): New struct.
11784 (event_location_up): New typedef.
11785 (new_linespec_location, new_address_location, new_probe_location)
11786 (new_explicit_location, copy_event_location)
11787 (string_to_event_location, string_to_event_location_basic)
11788 (string_to_explicit_location): Update return type.
11789 (make_cleanup_delete_event_location): Remove.
11790 * location.c (new_linespec_location, new_address_location)
11791 (new_probe_location, new_explicit_location, copy_event_location):
11792 Return event_location_up.
11793 (delete_event_location_cleanup)
11794 (make_cleanup_delete_event_location): Remove.
11795 (string_to_explicit_location, string_to_event_location_basic)
11796 (string_to_event_location): Return event_location_up.
11797 * linespec.c (canonicalize_linespec, event_location_to_sals)
11798 (decode_line_with_current_source)
11799 (decode_line_with_last_displayed, decode_objc): Update.
11800 * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Update.
11801 * completer.c (location_completer): Update.
11802 * cli/cli-cmds.c (edit_command, list_command): Update.
11803 * breakpoint.c (create_overlay_event_breakpoint)
11804 (create_longjmp_master_breakpoint)
11805 (create_std_terminate_master_breakpoint)
11806 (create_exception_master_breakpoint)
11807 (create_thread_event_breakpoint): Update.
11808 (init_breakpoint_sal): Update. Remove some dead code.
11809 (create_breakpoint_sal): Change type of "location". Update.
11810 (create_breakpoints_sal, create_breakpoint, break_command_1)
11811 (dprintf_command, break_range_command, until_break_command)
11812 (init_ada_exception_breakpoint)
11813 (strace_marker_create_sals_from_location)
11814 (update_static_tracepoint, trace_command, ftrace_command)
11815 (strace_command, create_tracepoint_from_upload): Update.
11816 * break-catch-throw.c (re_set_exception_catchpoint): Update.
11817 * ax-gdb.c (agent_command_1): Update.
11818
8f10c932
PA
118192017-04-12 Pedro Alves <palves@redhat.com>
11820
11821 * Makefile.in (ALL_TARGET_OBS): Add i386-go32-tdep.o.
11822 * configure.tgt: Handle i[34567]86-*-go32* and
11823 i[34567]86-*-msdosdjgpp*.
11824 * i386-tdep.c (i386_svr4_reg_to_regnum):
11825 Make extern.
11826 (i386_go32_init_abi, i386_coff_osabi_sniffer): Moved to
11827 i386-go32-tdep.c.
11828 (_initialize_i386_tdep): DJGPP bits moved to i386-go32-tdep.c.
11829 * i386-go32-tdep.c: New file.
11830 * i386-tdep.h (tdesc_i386_mmx, i386_svr4_reg_to_regnum): New
11831 declarations.
11832
0a31ccfb
SM
118332017-04-12 Simon Marchi <simon.marchi@ericsson.com>
11834
11835 * aix-thread.c (pd_status2str): Change return type to const char *.
11836
e9bb3fbb
PA
118372017-04-12 Pedro Alves <palves@redhat.com>
11838
11839 * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
11840 calls to set_gdbarch_gnu_triplet_regexp.
11841
53375380
PA
118422017-04-12 Pedro Alves <palves@redhat.com>
11843
11844 PR gdb/21323
11845 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_wchar_t>:
11846 New enum value.
11847 (cplus_language_arch_info): Register cplus_primitive_type_wchar_t.
11848 * gdbtypes.h (struct builtin_type) <builtin_wchar>: New field.
11849 * gdbtypes.c (gdbtypes_post_init): Create the "wchar_t" type.
11850 * gdbarch.sh (wchar_bit, wchar_signed): New per-arch values.
11851 * gdbarch.h, gdbarch.c: Regenerate.
11852 * aarch64-tdep.c (aarch64_gdbarch_init): Override
11853 gdbarch_wchar_bit and gdbarch_wchar_signed.
11854 * alpha-tdep.c (alpha_gdbarch_init): Likewise.
11855 * arm-tdep.c (arm_gdbarch_init): Likewise.
11856 * avr-tdep.c (avr_gdbarch_init): Likewise.
11857 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
11858 * i386-nto-tdep.c (i386nto_init_abi): Likewise.
11859 * i386-tdep.c (i386_go32_init_abi): Likewise.
11860 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
11861 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
11862 * nds32-tdep.c (nds32_gdbarch_init): Likewise.
11863 * rs6000-aix-tdep.c (rs6000_aix_init_osabi): Likewise.
11864 * sh-tdep.c (sh_gdbarch_init): Likewise.
11865 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
11866 * sparc64-tdep.c (sparc64_init_abi): Likewise.
11867 * windows-tdep.c (windows_init_abi): Likewise.
11868 * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise.
11869
53e710ac
PA
118702017-04-12 Pedro Alves <palves@redhat.com>
11871
11872 PR c++/21323
11873 * c-lang.c (cplus_primitive_types) <cplus_primitive_type_char16_t,
11874 cplus_primitive_type_char32_t>: New enum values.
11875 (cplus_language_arch_info): Register cplus_primitive_type_char16_t
11876 and cplus_primitive_type_char32_t.
11877 * dwarf2read.c (read_base_type) <DW_ATE_UTF>: If bit size is 16 or
11878 32, use the archtecture's built-in type for char16_t and char32_t,
11879 respectively. Otherwise, fallback to init_integer_type as before,
11880 but make the type unsigned, and issue a complaint.
11881 * gdbtypes.c (gdbtypes_post_init): Make char16_t and char32_t unsigned.
11882
ab0538b8
AH
118832017-04-12 Alan Hayward <alan.hayward@arm.com>
11884
5e0e0422 11885 * m32r-tdep.c (M32R_ARG_REGISTER_SIZE): Added.
ab0538b8
AH
11886 (m32r_push_dummy_call): Use M32R_ARG_REGISTER_SIZE.
11887
5430098f
SDJ
118882017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
11889
11890 * windows-nat.c (windows_create_inferior): Declare 'toexec' as
11891 'const char *'.
11892
7c5ded6a
SDJ
118932017-04-12 Sergio Durigan Junior <sergiodj@redhat.com>
11894
11895 * common/common-utils.c (free_vector_argv): New function.
11896 * common/common-utils.h: Include <vector>.
11897 (free_vector_argv): New prototype.
11898 * darwin-nat.c (darwin_create_inferior): Rewrite function
11899 prototype in order to constify "exec_file" and accept a
11900 "std::string" for "allargs".
11901 * fork-child.c: Include <vector>.
11902 (breakup_args): Rewrite function, using C++.
11903 (fork_inferior): Rewrite function header, constify "exec_file_arg"
11904 and accept "std::string" for "allargs". Update the code to
11905 calculate "argv" based on "allargs". Update calls to "exec_fun"
11906 and "execvp".
11907 * gnu-nat.c (gnu_create_inferior): Rewrite function prototype in
11908 order to constify "exec_file" and accept a "std::string" for
11909 "allargs".
11910 * go32-nat.c (go32_create_inferior): Likewise.
11911 * inf-ptrace.c (inf_ptrace_create_inferior): Likewise.
11912 * infcmd.c (run_command_1): Constify "exec_file". Use
11913 "std::string" for inferior arguments.
11914 * inferior.h (fork_inferior): Update prototype.
11915 * linux-nat.c (linux_nat_create_inferior): Rewrite function
11916 prototype in order to constify "exec_file" and accept a
11917 "std::string" for "allargs".
11918 * nto-procfs.c (procfs_create_inferior): Likewise.
11919 * procfs.c (procfs_create_inferior): Likewise.
11920 * remote-sim.c (gdbsim_create_inferior): Likewise.
11921 * remote.c (extended_remote_run): Update code to accept
11922 "std::string" as argument.
11923 (extended_remote_create_inferior): Rewrite function prototype in
11924 order to constify "exec_file" and accept a "std::string" for
11925 "allargs".
11926 * rs6000-nat.c (super_create_inferior): Likewise.
11927 (rs6000_create_inferior): Likewise.
11928 * target.h (struct target_ops) <to_create_inferior>: Likewise.
11929 * windows-nat.c (windows_create_inferior): Likewise.
11930
ae0eee42
PA
119312017-04-11 Pedro Alves <palves@redhat.com>
11932
11933 * thread.c: Fix whitespace throughout.
11934
a6acac06
PR
119352017-04-11 Philipp Rudo <prudo@linux.vnet.ibm.com>
11936
11937 * linux-nat.c (linux_nat_detach): Remove delete_lwp call.
11938
64403bd1
AH
119392017-04-11 Alan Hayward <alan.hayward@arm.com>
11940
11941 * arm-tdep.c (arm_store_return_value): Use FP_REGISTER_SIZE
11942
a5bef50f
SDJ
119432017-04-10 Sergio Durigan Junior <sergiodj@redhat.com>
11944
11945 PR gdb/21364
11946 * osdata.c (info_osdata): Check if 'type' is an empty string
11947 instead of NULL.
11948
9295a5a9
PA
119492017-04-10 Pedro Alves <palves@redhat.com>
11950
11951 * thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
11952 (ptid_to_global_thread_id, in_thread_list)
11953 (do_captured_list_thread_ids, set_resumed, set_running)
11954 (set_executing, set_stop_requested, finish_thread_state)
11955 (validate_registers_access, can_access_registers_ptid)
11956 (print_thread_info_1, switch_to_thread)
11957 (do_restore_current_thread_cleanup)
11958 (make_cleanup_restore_current_thread, thread_command)
11959 (thread_name_command): Use operator== instead of ptid_equal.
11960
996812e3
PA
119612017-04-10 Pedro Alves <palves@redhat.com>
11962
11963 * thread.c (struct current_thread_cleanup) <next>: Delete field.
11964 (current_thread_cleanup_chain): Delete.
11965 (restore_current_thread_cleanup_dtor)
11966 (make_cleanup_restore_current_thread): Remove references to
11967 current_thread_cleanup_chain.
11968
845b344f
AH
119692017-04-10 Alan Hayward <alan.hayward@arm.com>
11970
11971 * msp430-tdep.c (msp430_pseudo_register_read): Never return
11972 REG_UNKNOWN.
11973
803bdfe4
YQ
119742017-04-10 Yao Qi <yao.qi@linaro.org>
11975
11976 PR gdb/19942
11977 * gdbthread.h (thread_info::deletable): New method.
11978 (thread_info::incref): New method.
11979 (thread_info::decref): New method.
11980 (thread_info::refcount): Move it to private.
11981 * infrun.c (save_stop_context): Call inc_refcount.
11982 (release_stop_context_cleanup): Likewise.
11983 * thread.c (set_thread_exited): New function.
11984 (init_thread_list): Delete "tp" only it is deletable, otherwise
11985 call set_thread_exited.
11986 (delete_thread_1): Call set_thread_exited.
11987 (current_thread_cleanup) <inferior_pid>: Remove.
11988 <thread>: New field.
11989 (restore_current_thread_ptid_changed): Removed.
11990 (do_restore_current_thread_cleanup): Adjust.
11991 (restore_current_thread_cleanup_dtor): Don't call
11992 find_thread_ptid.
11993 (set_thread_refcount): Use dec_refcount.
11994 (make_cleanup_restore_current_thread): Adjust.
11995 (thread_apply_all_command): Call inc_refcount.
11996 (_initialize_thread): Don't call
11997 observer_attach_thread_ptid_changed.
11998
8c25b497
YQ
119992017-04-10 Yao Qi <yao.qi@linaro.org>
12000
12001 * thread.c (delete_thread_1): Hoist code on marking thread as
12002 exited.
12003
8473b447
SM
120042017-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12005
12006 * windows-nat.c (windows_detach): Initialize ptid with
12007 minus_one_ptid.
12008
6670ec13
SM
120092017-04-07 Simon Marchi <simon.marchi@ericsson.com>
12010
12011 * unittests/ptid-selftests.c: Fix erroneous assert messages.
12012
ba2f91bb
AH
120132017-04-07 Alan Hayward <alan.hayward@arm.com>
12014
12015 * bfin-tdep.c (BFIN_MAX_REGISTER_SIZE): Add.
12016 (bfin_pseudo_register_read): Use BFIN_MAX_REGISTER_SIZE.
12017 (bfin_pseudo_register_write): Likewise
12018
436252de
SM
120192017-04-06 Simon Marchi <simon.marchi@ericsson.com>
12020
12021 * common/ptid.h (struct ptid): Change to...
12022 (class ptid_t): ... this.
12023 <ptid_t>: New constructors.
12024 <pid, lwp_p, lwp, tid_p, tid, is_pid, operator==, operator!=,
12025 matches>: New methods.
12026 <make_null, make_minus_one>: New static methods.
12027 <pid>: Rename to...
12028 <m_pid>: ...this.
12029 <lwp>: Rename to...
12030 <m_lwp>: ...this.
12031 <tid>: Rename to...
12032 <m_tid>: ...this.
12033 (ptid_build, ptid_get_pid, ptid_get_lwp, ptid_get_tid, ptid_equal,
12034 ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match): Take ptid arguments
12035 as references, move comment to class ptid_t.
12036 * common/ptid.c (null_ptid, minus_one_ptid): Initialize with
12037 ptid_t static methods.
12038 (ptid_build, pid_to_ptid, ptid_get_pid, ptid_get_tid,
12039 ptid_equal, ptid_is_pid, ptid_lwp_p, ptid_tid_p, ptid_match):
12040 Take ptid arguments as references, implement using ptid_t methods.
12041 * unittests/ptid-selftests.c: New file.
12042 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12043 unittests/ptid-selftests.c.
12044 (SUBDIR_UNITTESTS_OBS): Add unittests/ptid-selftests.o.
12045
0dedf377
TP
120462017-04-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
12047
12048 * python/python.c (python_run_simple_file): Cast mode literal to
12049 non-const char pointer as expected by PyFile_FromString.
12050
4e9868d4
SM
120512017-04-05 Simon Marchi <simon.marchi@ericsson.com>
12052
12053 * common/ptid.c (ptid_lwp_p, ptid_tid_p): Remove comparison with
12054 minus_one_ptid and null_ptid.
12055
9bf2a700
PA
120562017-04-05 Pedro Alves <palves@redhat.com>
12057
12058 * warning.m4 (build_warnings): Remove -Wno-write-strings.
12059 * configure: Regenerate.
12060
a121b7c1
PA
120612017-04-05 Pedro Alves <palves@redhat.com>
12062
12063 * ada-exp.y (yyerror): Constify.
12064 * ada-lang.c (bound_name, get_selections)
12065 (ada_variant_discrim_type)
12066 (ada_variant_discrim_name, ada_value_struct_elt)
12067 (ada_lookup_struct_elt_type, is_unchecked_variant)
12068 (ada_which_variant_applies, standard_exc, ada_get_next_arg)
12069 (catch_ada_exception_command_split)
12070 (catch_ada_assert_command_split, catch_assert_command)
12071 (ada_op_name): Constify.
12072 * ada-lang.h (ada_yyerror, get_selections)
12073 (ada_variant_discrim_name, ada_value_struct_elt): Constify.
12074 * arc-tdep.c (arc_print_frame_cache): Constify.
12075 * arm-tdep.c (arm_skip_stub): Constify.
12076 * ax-gdb.c (gen_binop, gen_struct_ref_recursive, gen_struct_ref)
12077 (gen_aggregate_elt_ref): Constify.
12078 * bcache.c (print_bcache_statistics): Constify.
12079 * bcache.h (print_bcache_statistics): Constify.
12080 * break-catch-throw.c (catch_exception_command_1):
12081 * breakpoint.c (struct ep_type_description::description):
12082 Constify.
12083 (add_solib_catchpoint): Constify.
12084 (catch_fork_command_1): Add cast.
12085 (add_catch_command): Constify.
12086 * breakpoint.h (add_catch_command, add_solib_catchpoint):
12087 Constify.
12088 * bsd-uthread.c (bsd_uthread_state): Constify.
12089 * buildsym.c (patch_subfile_names): Constify.
12090 * buildsym.h (next_symbol_text_func, patch_subfile_names):
12091 Constify.
12092 * c-exp.y (yyerror): Constify.
12093 (token::oper): Constify.
12094 * c-lang.h (c_yyerror, cp_print_class_member): Constify.
12095 * c-varobj.c (cplus_describe_child): Constify.
12096 * charset.c (find_charset_names): Add cast.
12097 (find_charset_names): Constify array and add const_cast.
12098 * cli/cli-cmds.c (complete_command, cd_command): Constify.
12099 (edit_command): Constify.
12100 * cli/cli-decode.c (lookup_cmd): Constify.
12101 * cli/cli-dump.c (dump_memory_command, dump_value_command):
12102 Constify.
12103 (struct dump_context): Constify.
12104 (add_dump_command, restore_command): Constify.
12105 * cli/cli-script.c (get_command_line): Constify.
12106 * cli/cli-script.h (get_command_line): Constify.
12107 * cli/cli-utils.c (check_for_argument): Constify.
12108 * cli/cli-utils.h (check_for_argument): Constify.
12109 * coff-pe-read.c (struct read_pe_section_data): Constify.
12110 * command.h (lookup_cmd): Constify.
12111 * common/print-utils.c (decimal2str): Constify.
12112 * completer.c (gdb_print_filename): Constify.
12113 * corefile.c (set_gnutarget): Constify.
12114 * cp-name-parser.y (yyerror): Constify.
12115 * cp-valprint.c (cp_print_class_member): Constify.
12116 * cris-tdep.c (cris_register_name, crisv32_register_name):
12117 Constify.
12118 * d-exp.y (yyerror): Constify.
12119 (struct token::oper): Constify.
12120 * d-lang.h (d_yyerror): Constify.
12121 * dbxread.c (struct header_file_location::name): Constify.
12122 (add_old_header_file, add_new_header_file, last_function_name)
12123 (dbx_next_symbol_text, add_bincl_to_list)
12124 (find_corresponding_bincl_psymtab, set_namestring)
12125 (find_stab_function_addr, read_dbx_symtab, start_psymtab)
12126 (dbx_end_psymtab, read_ofile_symtab, process_one_symbol):
12127 * defs.h (command_line_input, print_address_symbolic)
12128 (deprecated_readline_begin_hook): Constify.
12129 * dwarf2read.c (anonymous_struct_prefix, dwarf_bool_name):
12130 Constify.
12131 * event-top.c (handle_line_of_input): Constify and add cast.
12132 * exceptions.c (catch_errors): Constify.
12133 * exceptions.h (catch_errors): Constify.
12134 * expprint.c (print_subexp_standard, op_string, op_name)
12135 (op_name_standard, dump_raw_expression, dump_raw_expression):
12136 * expression.h (op_name, op_string, dump_raw_expression):
12137 Constify.
12138 * f-exp.y (yyerror): Constify.
12139 (struct token::oper): Constify.
12140 (struct f77_boolean_val::name): Constify.
12141 * f-lang.c (f_word_break_characters): Constify.
12142 * f-lang.h (f_yyerror): Constify.
12143 * fork-child.c (fork_inferior): Add cast.
12144 * frv-tdep.c (struct gdbarch_tdep::register_names): Constify.
12145 (new_variant): Constify.
12146 * gdbarch.sh (pstring_ptr, pstring_list): Constify.
12147 * gdbarch.c: Regenerate.
12148 * gdbcore.h (set_gnutarget): Constify.
12149 * go-exp.y (yyerror): Constify.
12150 (token::oper): Constify.
12151 * go-lang.h (go_yyerror): Constify.
12152 * go32-nat.c (go32_sysinfo): Constify.
12153 * guile/scm-breakpoint.c (gdbscm_breakpoint_expression): Constify.
12154 * guile/scm-cmd.c (cmdscm_function): Constify.
12155 * guile/scm-param.c (pascm_param_value): Constify.
12156 * h8300-tdep.c (h8300_register_name, h8300s_register_name)
12157 (h8300sx_register_name): Constify.
12158 * hppa-tdep.c (hppa32_register_name, hppa64_register_name):
12159 Constify.
12160 * ia64-tdep.c (ia64_register_names): Constify.
12161 * infcmd.c (construct_inferior_arguments): Constify.
12162 (path_command, attach_post_wait): Constify.
12163 * language.c (show_range_command, show_case_command)
12164 (unk_lang_error): Constify.
12165 * language.h (language_defn::la_error)
12166 (language_defn::la_name_of_this): Constify.
12167 * linespec.c (decode_line_2): Constify.
12168 * linux-thread-db.c (thread_db_err_str): Constify.
12169 * lm32-tdep.c (lm32_register_name): Constify.
12170 * m2-exp.y (yyerror): Constify.
12171 * m2-lang.h (m2_yyerror): Constify.
12172 * m32r-tdep.c (m32r_register_names): Constify and make static.
12173 * m68hc11-tdep.c (m68hc11_register_names): Constify.
12174 * m88k-tdep.c (m88k_register_name): Constify.
12175 * macroexp.c (appendmem): Constify.
12176 * mdebugread.c (fdr_name, add_data_symbol, parse_type)
12177 (upgrade_type, parse_external, parse_partial_symbols)
12178 (mdebug_next_symbol_text, cross_ref, mylookup_symbol, new_psymtab)
12179 (new_symbol): Constify.
12180 * memattr.c (mem_info_command): Constify.
12181 * mep-tdep.c (register_name_from_keyword): Constify.
12182 * mi/mi-cmd-env.c (mi_cmd_env_path, _initialize_mi_cmd_env):
12183 Constify.
12184 * mi/mi-cmd-stack.c (list_args_or_locals): Constify.
12185 * mi/mi-cmd-var.c (mi_cmd_var_show_attributes): Constify.
12186 * mi/mi-main.c (captured_mi_execute_command): Constify and add
12187 cast.
12188 (mi_execute_async_cli_command): Constify.
12189 * mips-tdep.c (mips_register_name): Constify.
12190 * mn10300-tdep.c (register_name, mn10300_generic_register_name)
12191 (am33_register_name, am33_2_register_name)
12192 * moxie-tdep.c (moxie_register_names): Constify.
12193 * nat/linux-osdata.c (osdata_type): Constify fields.
12194 * nto-tdep.c (nto_parse_redirection): Constify.
12195 * objc-lang.c (lookup_struct_typedef, lookup_objc_class)
12196 (lookup_child_selector): Constify.
12197 (objc_methcall::name): Constify.
12198 * objc-lang.h (lookup_objc_class, lookup_child_selector)
12199 (lookup_struct_typedef): Constify.
12200 * objfiles.c (pc_in_section): Constify.
12201 * objfiles.h (pc_in_section): Constify.
12202 * p-exp.y (struct token::oper): Constify.
12203 (yyerror): Constify.
12204 * p-lang.h (pascal_yyerror): Constify.
12205 * parser-defs.h (op_name_standard): Constify.
12206 (op_print::string): Constify.
12207 (exp_descriptor::op_name): Constify.
12208 * printcmd.c (print_address_symbolic): Constify.
12209 * psymtab.c (print_partial_symbols): Constify.
12210 * python/py-breakpoint.c (stop_func): Constify.
12211 (bppy_get_expression): Constify.
12212 * python/py-cmd.c (cmdpy_completer::name): Constify.
12213 (cmdpy_function): Constify.
12214 * python/py-event.c (evpy_add_attribute)
12215 (gdbpy_initialize_event_generic): Constify.
12216 * python/py-event.h (evpy_add_attribute)
12217 (gdbpy_initialize_event_generic): Constify.
12218 * python/py-evts.c (add_new_registry): Constify.
12219 * python/py-finishbreakpoint.c (outofscope_func): Constify.
12220 * python/py-framefilter.c (get_py_iter_from_func): Constify.
12221 * python/py-inferior.c (get_buffer): Add cast.
12222 * python/py-param.c (parm_constant::name): Constify.
12223 * python/py-unwind.c (fprint_frame_id): Constify.
12224 * python/python.c (gdbpy_parameter_value): Constify.
12225 * remote-fileio.c (remote_fio_func_map): Make 'name' const.
12226 * remote.c (memory_packet_config::name): Constify.
12227 (show_packet_config_cmd, remote_write_bytes)
12228 (remote_buffer_add_string):
12229 * reverse.c (exec_reverse_once): Constify.
12230 * rs6000-tdep.c (variant::name, variant::description): Constify.
12231 * rust-exp.y (rustyyerror): Constify.
12232 * rust-lang.c (rust_op_name): Constify.
12233 * rust-lang.h (rustyyerror): Constify.
12234 * serial.h (serial_ops::name): Constify.
12235 * sh-tdep.c (sh_sh_register_name, sh_sh3_register_name)
12236 (sh_sh3e_register_name, sh_sh2e_register_name)
12237 (sh_sh2a_register_name, sh_sh2a_nofpu_register_name)
12238 (sh_sh_dsp_register_name, sh_sh3_dsp_register_name)
12239 (sh_sh4_register_name, sh_sh4_nofpu_register_name)
12240 (sh_sh4al_dsp_register_name): Constify.
12241 * sh64-tdep.c (sh64_register_name): Constify.
12242 * solib-darwin.c (lookup_symbol_from_bfd): Constify.
12243 * spu-tdep.c (spu_register_name, info_spu_dma_cmdlist): Constify.
12244 * stabsread.c (patch_block_stabs, read_type_number)
12245 (ref_map::stabs, ref_add, process_reference)
12246 (symbol_reference_defined, define_symbol, define_symbol)
12247 (error_type, read_type, read_member_functions, read_cpp_abbrev)
12248 (read_one_struct_field, read_struct_fields, read_baseclasses)
12249 (read_tilde_fields, read_struct_type, read_array_type)
12250 (read_enum_type, read_sun_builtin_type, read_sun_floating_type)
12251 (read_huge_number, read_range_type, read_args, common_block_start)
12252 (find_name_end): Constify.
12253 * stabsread.h (common_block_start, define_symbol)
12254 (process_one_symbol, symbol_reference_defined, ref_add):
12255 * symfile.c (get_section_index, add_symbol_file_command):
12256 * symfile.h (get_section_index): Constify.
12257 * target-descriptions.c (tdesc_type::name): Constify.
12258 (tdesc_free_type): Add cast.
12259 * target.c (find_default_run_target):
12260 (add_deprecated_target_alias, find_default_run_target)
12261 (target_announce_detach): Constify.
12262 (do_option): Constify.
12263 * target.h (add_deprecated_target_alias): Constify.
12264 * thread.c (print_thread_info_1): Constify.
12265 * top.c (deprecated_readline_begin_hook, command_line_input):
12266 Constify.
12267 (init_main): Add casts.
12268 * top.h (handle_line_of_input): Constify.
12269 * tracefile-tfile.c (tfile_write_uploaded_tsv): Constify.
12270 * tracepoint.c (tvariables_info_1, trace_status_mi): Constify.
12271 (tfind_command): Rename to ...
12272 (tfind_command_1): ... this and constify.
12273 (tfind_command): New function.
12274 (tfind_end_command, tfind_start_command): Adjust.
12275 (encode_source_string): Constify.
12276 * tracepoint.h (encode_source_string): Constify.
12277 * tui/tui-data.c (tui_partial_win_by_name): Constify.
12278 * tui/tui-data.h (tui_partial_win_by_name): Constify.
12279 * tui/tui-source.c (tui_set_source_content_nil): Constify.
12280 * tui/tui-source.h (tui_set_source_content_nil): Constify.
12281 * tui/tui-win.c (parse_scrolling_args): Constify.
12282 * tui/tui-windata.c (tui_erase_data_content): Constify.
12283 * tui/tui-windata.h (tui_erase_data_content): Constify.
12284 * tui/tui-winsource.c (tui_erase_source_content): Constify.
12285 * tui/tui.c (tui_enable): Add cast.
12286 * utils.c (defaulted_query): Constify.
12287 (init_page_info): Add cast.
12288 (puts_debug, subset_compare): Constify.
12289 * utils.h (subset_compare): Constify.
12290 * varobj.c (varobj_format_string): Constify.
12291 * varobj.h (varobj_format_string): Constify.
12292 * vax-tdep.c (vax_register_name): Constify.
12293 * windows-nat.c (windows_detach): Constify.
12294 * xcoffread.c (process_linenos, xcoff_next_symbol_text): Constify.
12295 * xml-support.c (gdb_xml_end_element): Constify.
12296 * xml-tdesc.c (tdesc_start_reg): Constify.
12297 * xstormy16-tdep.c (xstormy16_register_name): Constify.
12298 * xtensa-tdep.c (xtensa_find_register_by_name): Constify.
12299 * xtensa-tdep.h (xtensa_register_t::name): Constify.
12300
995816ba
PA
123012017-04-05 Pedro Alves <palves@redhat.com>
12302
12303 * proc-api.c (struct trans): Constify.
12304 (procfs_note): Constify.
12305 * proc-events.c (struct trans, syscall_table):
12306 * proc-flags.c (struct trans): Constify.
12307 * proc-utils.h (procfs_note): Constify.
12308 * proc-why.c (struct trans): Constify.
12309 * procfs.c (dead_procinfo, find_syscall, proc_warn, proc_error)
12310 (procfs_detach): Constify.
12311 * sol-thread.c (struct string_map): Constify.
12312 (td_err_string, td_state_string): Constify.
12313
3e83a920
PA
123142017-04-05 Pedro Alves <palves@redhat.com>
12315
12316 * proc-api.c (procfs_filename): Don't initialize
12317 procfs_filename.
12318 (prepare_to_trace): Assume procfs_filename is non-NULL.
12319 (_initialize_proc_api): Give procfs_filename a default value here.
12320
63160a43
PA
123212017-04-05 Pedro Alves <palves@redhat.com>
12322
12323 * break-catch-throw.c (handle_gnu_v3_exceptions): Constify
12324 'cond_string' parameter.
12325 (extract_exception_regexp): Constify 'string' parameter.
12326 (catch_exception_command_1): Constify.
12327 * breakpoint.c (init_catchpoint)
12328 (create_fork_vfork_event_catchpoint): Constify 'cond_string'
12329 parameter.
12330 (ep_parse_optional_if_clause, catch_fork_command_1)
12331 (catch_exec_command_1): Constify.
12332 * breakpoint.h (init_catchpoint): Constify 'cond_string'
12333 parameter.
12334 (ep_parse_optional_if_clause): Constify.
12335 * cli/cli-utils.c (remove_trailing_whitespace)
12336 (check_for_argument): Constify.
12337 * cli/cli-utils.h (remove_trailing_whitespace): Constify and add
12338 non-const overload.
12339 (check_for_argument): Likewise.
12340
9b2eba3d
PA
123412017-04-05 Pedro Alves <palves@redhat.com>
12342
12343 * event-top.c (command_line_handler): Add cast to execute_command
12344 call.
12345 * record-btrace.c (cmd_record_btrace_bts_start)
12346 (cmd_record_btrace_pt_start, cmd_record_btrace_start)
12347 (cmd_record_btrace_start): Add cast to execute_command call.
12348 * record-full.c (record_full_goto_insn):
12349 * record.c (record_start, record_stop): Add cast to
12350 execute_command_to_string calls.
12351 (cmd_record_start): Add cast to execute_command calls.
12352
2adadf51
PA
123532017-04-05 Pedro Alves <palves@redhat.com>
12354
12355 * python/python-internal.h (gdb_PyArg_ParseTupleAndKeywords): New
12356 static inline function.
12357 * python/py-arch.c (archpy_disassemble): Constify 'keywords'
12358 array and use gdb_PyArg_ParseTupleAndKeywords.
12359 * python/py-cmd.c (cmdpy_init): Likewise.
12360 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
12361 * python/py-inferior.c (infpy_read_memory, infpy_write_memory)
12362 (infpy_search_memory): Likewise.
12363 * python/py-objfile.c (objfpy_add_separate_debug_file)
12364 (gdbpy_lookup_objfile): Likewise.
12365 * python/py-symbol.c (gdbpy_lookup_symbol)
12366 (gdbpy_lookup_global_symbol): Likewise.
12367 * python/py-type.c (gdbpy_lookup_type): Likewise.
12368 * python/py-value.c (valpy_lazy_string, valpy_string): Likewise.
12369 * python/python.c (execute_gdb_command, gdbpy_write, gdbpy_flush):
12370 Likewise.
12371
0d1f4ceb
PA
123722017-04-05 Pedro Alves <palves@redhat.com>
12373
12374 * python/python-internal.h (gdb_PyGetSetDef): New type.
12375 * python/py-block.c (block_object_getset)
12376 (breakpoint_object_getset): Now a gdb_PyGetSetDef array.
12377 * python/py-event.c (event_object_getset)
12378 (finish_breakpoint_object_getset): Likewise.
12379 * python/py-inferior.c (inferior_object_getset): Likewise.
12380 * python/py-infthread.c (thread_object_getset): Likewise.
12381 * python/py-lazy-string.c (lazy_string_object_getset): Likewise.
12382 * python/py-linetable.c (linetable_entry_object_getset): Likewise.
12383 * python/py-objfile.c (objfile_getset): Likewise.
12384 * python/py-progspace.c (pspace_getset): Likewise.
12385 * python/py-record-btrace.c (btpy_insn_getset, btpy_call_getset):
12386 Likewise.
12387 * python/py-record.c (recpy_record_getset): Likewise.
12388 * python/py-symbol.c (symbol_object_getset): Likewise.
12389 * python/py-symtab.c (symtab_object_getset, sal_object_getset):
12390 Likewise.
12391 * python/py-type.c (type_object_getset, field_object_getset):
12392 Likewise.
12393 * python/py-value.c (value_object_getset): Likewise.
12394
4d759979
PA
123952017-04-05 Pedro Alves <palves@redhat.com>
12396
12397 * python/python-internal.h (gdb_PyObject_CallMethod)
12398 (gdb_PyErr_NewException, gdb_PySys_GetObject, gdb_PySys_SetPath):
12399 New functions.
12400 (GDB_PYSYS_SETPATH_CHAR, PyObject_CallMethod, PyErr_NewException)
12401 (PySys_GetObject, PySys_SetPath): New macros.
12402
fdf9e36f
PA
124032017-04-05 Pedro Alves <palves@redhat.com>
12404
12405 * mi/mi-cmd-info.c (mi_cmd_info_os): Call info_osdata instead of
12406 info_osdata_command.
12407 * osdata.c (info_osdata_command): Rename to ...
12408 (info_osdata): ... this. Constify 'type' parameter, and remove
12409 the 'from_tty' parameter. Accept NULL TYPE.
12410 (info_osdata_command): New function.
12411 * osdata.h (info_osdata_command): Remove declaration.
12412 (info_osdata): New declaration.
12413
9f33b8b7
PA
124142017-04-05 Pedro Alves <palves@redhat.com>
12415
12416 * mi/mi-cmd-break.c (mi_cmd_break_insert_1, mi_cmd_break_insert)
12417 (mi_cmd_dprintf_insert, mi_cmd_break_passcount)
12418 (mi_cmd_break_watch, mi_cmd_break_commands): Constify 'command'
12419 parameter.
12420 * mi/mi-cmd-catch.c (mi_cmd_catch_assert, mi_cmd_catch_exception)
12421 (mi_cmd_catch_load, mi_cmd_catch_unload): Constify cmd' parameter.
12422 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Constify 'command'
12423 parameter.
12424 * mi/mi-cmd-env.c (mi_cmd_env_pwd, mi_cmd_env_cd, mi_cmd_env_path)
12425 (mi_cmd_env_dir, mi_cmd_inferior_tty_set, _cmd_inferior_tty_show)
12426 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
12427 (mi_cmd_file_list_exec_source_files)
12428 (mi_cmd_file_list_shared_libraries): Constify 'command' parameter.
12429 * mi/mi-cmd-info.c (mi_cmd_info_ada_exceptions)
12430 (mi_cmd_info_gdb_mi_command, mi_cmd_info_os): Constify 'command'
12431 parameter.
12432 * mi/mi-cmd-stack.c (mi_cmd_enable_frame_filters)
12433 (mi_cmd_stack_list_frames, mi_cmd_stack_info_depth)
12434 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
12435 (mi_cmd_stack_list_variables, mi_cmd_stack_select_frame)
12436 (mi_cmd_stack_info_frame): Constify 'command' parameter.
12437 * mi/mi-cmd-target.c (mi_cmd_target_file_get)
12438 (mi_cmd_target_file_put, mi_cmd_target_file_delete): Constify
12439 'command' parameter.
12440 * mi/mi-cmd-var.c (mi_cmd_var_create, mi_cmd_var_delete)
12441 (mi_cmd_var_set_format, mi_cmd_var_set_visualizer)
12442 (mi_cmd_var_set_frozen, mi_cmd_var_show_format)
12443 (mi_cmd_var_info_num_children, mi_cmd_var_list_children)
12444 (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
12445 (mi_cmd_var_info_expression, mi_cmd_var_show_attributes)
12446 (mi_cmd_var_evaluate_expression, mi_cmd_var_assign)
12447 (mi_cmd_var_update, mi_cmd_enable_pretty_printing)
12448 (mi_cmd_var_set_update_range): Constify 'command' parameter.
12449 * mi/mi-cmds.h (mi_cmd_argv_ftype): Constify 'command' parameter.
12450 * mi/mi-interp.c (mi_cmd_interpreter_exec): Constify 'command'
12451 parameter.
12452 * mi/mi-main.c (mi_cmd_gdb_exit, mi_cmd_exec_next)
12453 (mi_cmd_exec_next_instruction, mi_cmd_exec_step)
12454 (mi_cmd_exec_step_instruction, mi_cmd_exec_finish)
12455 (mi_cmd_exec_return ,mi_cmd_exec_jump, mi_cmd_exec_continue)
12456 (mi_cmd_exec_interrupt, mi_cmd_exec_run, mi_cmd_target_detach)
12457 (mi_cmd_target_flash_erase, mi_cmd_thread_select)
12458 (mi_cmd_thread_list_ids, mi_cmd_thread_info)
12459 (mi_cmd_list_thread_groups, mi_cmd_data_list_register_names)
12460 (mi_cmd_data_list_changed_registers)
12461 (mi_cmd_data_write_register_values)
12462 (mi_cmd_data_evaluate_expression, mi_cmd_data_read_memory)
12463 (mi_cmd_data_read_memory_bytes, mi_cmd_data_write_memory)
12464 (mi_cmd_data_write_memory_bytes, mi_cmd_enable_timings)
12465 (mi_cmd_list_features, mi_cmd_list_target_features)
12466 (mi_cmd_add_inferior, mi_cmd_remove_inferior)
12467 (mi_cmd_trace_define_variable, mi_cmd_trace_list_variables)
12468 (mi_cmd_trace_find, mi_cmd_trace_save, mi_cmd_trace_start)
12469 (mi_cmd_trace_status, mi_cmd_trace_stop, mi_cmd_ada_task_info)
12470 (mi_cmd_trace_frame_collected): Constify 'command'
12471 parameter.
12472 * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Constify
12473 'command' parameter.
12474
67cb5b2d
PA
124752017-04-05 Pedro Alves <palves@redhat.com>
12476
12477 * ada-lang.c (ada_completer_word_break_characters): Now a const
12478 array.
12479 (ada_get_gdb_completer_word_break_characters): Constify.
12480 * completer.c (gdb_completer_command_word_break_characters)
12481 (gdb_completer_file_name_break_characters)
12482 (gdb_completer_quote_characters): Now const arrays.
12483 (get_gdb_completer_quote_characters): Constify.
12484 (set_rl_completer_word_break_characters): New function.
12485 (set_gdb_completion_word_break_characters)
12486 (complete_line_internal): Use it.
12487 * completer.h (get_gdb_completer_quote_characters): Constify.
12488 (set_rl_completer_word_break_characters): Declare.
12489 * f-lang.c (f_word_break_characters): Constify.
12490 * language.c (default_word_break_characters): Constify.
12491 * language.h (language_defn::la_word_break_characters): Constify.
12492 (default_word_break_characters): Constify.
12493 * top.c (init_main): Use set_rl_completer_word_break_characters.
12494
7a114964
PA
124952017-04-05 Pedro Alves <palves@redhat.com>
12496
12497 * aix-thread.c (aix_thread_pid_to_str)
12498 (aix_thread_extra_thread_info): Constify.
12499 * bsd-kvm.c (bsd_kvm_pid_to_str): Constify.
12500 * bsd-uthread.c (bsd_uthread_extra_thread_info)
12501 (bsd_uthread_pid_to_str): Constify.
12502 * corelow.c (core_pid_to_str): Constify.
12503 * darwin-nat.c (darwin_pid_to_str): Constify.
12504 * fbsd-nat.c (fbsd_pid_to_str): Constify.
12505 * fbsd-tdep.c (fbsd_core_pid_to_str, gdbarch_core_pid_to_str):
12506 Constify.
12507 * gnu-nat.c (gnu_pid_to_str): Constify.
12508 * go32-nat.c (go32_pid_to_str): Constify.
12509 * i386-cygwin-tdep.c (i386_windows_core_pid_to_str): Constify.
12510 * inf-ptrace.c (inf_ptrace_pid_to_str): Constify.
12511 * inferior.c (inferior_pid_to_str): Constify.
12512 * linux-nat.c (linux_nat_pid_to_str): Constify.
12513 * linux-tdep.c (linux_core_pid_to_str): Constify.
12514 * linux-thread-db.c (thread_db_pid_to_str)
12515 (thread_db_extra_thread_info): Constify.
12516 * nto-tdep.c (nto_extra_thread_info): Constify.
12517 * nto-tdep.h (nto_extra_thread_info): Constify.
12518 * obsd-nat.c (obsd_pid_to_str): Constify.
12519 * procfs.c (procfs_pid_to_str): Constify.
12520 * ravenscar-thread.c (ravenscar_extra_thread_info)
12521 (ravenscar_pid_to_str): Constify.
12522 * remote-sim.c (gdbsim_pid_to_str): Constify.
12523 * remote.c (remote_threads_extra_info, remote_pid_to_str):
12524 Constify.
12525 * sol-thread.c (solaris_pid_to_str): Constify.
12526 * sol2-tdep.c (sol2_core_pid_to_str): Constify.
12527 * sol2-tdep.h (sol2_core_pid_to_str): Constify.
12528 * target.c (default_pid_to_str, target_pid_to_str)
12529 (normal_pid_to_str, default_pid_to_str): Constify.
12530 * target.h (target_ops::to_pid_to_str)
12531 (target_ops::to_extra_thread_info): Constify.
12532 (target_pid_to_str, normal_pid_to_str): Constify.
12533 * windows-nat.c (windows_pid_to_str): Constify.
12534 * gdbarch.sh (core_pid_to_str): Constify.
12535 * target-delegates.c: Regenerate.
12536 * gdbarch.h, gdbarch.c: Regenerate.
12537
69bbf465
PA
125382017-04-05 Pedro Alves <palves@redhat.com>
12539
12540 * main.c (captured_main_1): Use gdb::unique_xmalloc_ptr to manage
12541 the memory of the temporary warning_pre_print override.
12542 * utils.c (warning_pre_print): Constify.
12543 * utils.h (warning_pre_print): Constify.
12544
be47f9e8
PA
125452017-04-05 Pedro Alves <palves@redhat.com>
12546
12547 * cli/cli-cmds.c (shell_escape): Constify 'arg' parameter.
12548 (shell_command): New function.
12549 (make_command): Use std::string.
12550 (init_cli_cmds): Register shell_command instead of shell_escape.
12551
bde6261a
PA
125522017-04-05 Pedro Alves <palves@redhat.com>
12553
12554 * breakpoint.c (dprintf_function, dprintf_channel): Don't initialize.
12555 * tracepoint.c (default_collect): Don't initialize.
12556
b38ef47f
PA
125572017-04-05 Pedro Alves <palves@redhat.com>
12558
12559 * macroexp.c (macro_buffer::shared): Now a bool.
12560 (init_buffer): Update.
12561 (init_shared_buffer): Constify 'addr' parameter.
12562 (substitute_args, expand, macro_expand, macro_expand_next): Remove
12563 casts.
12564
f995bbe8
PA
125652017-04-05 Pedro Alves <palves@redhat.com>
12566
12567 * arm-tdep.c (show_disassembly_style_sfunc): Constify local.
12568 * disasm.c (set_disassembler_options): Constify local.
12569 * i386-tdep.c (i386_print_insn): Remove cast and FIXME comment.
12570
4a596fe2
SDJ
125712017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12572
12573 PR gdb/21352
12574 * tracefile.c (tsave_command): Fix argument parsing for '-r'
12575 option.
12576
2cad08ea
YQ
125772017-04-05 Yao Qi <yao.qi@linaro.org>
12578
12579 * frame.c (frame_unwind_register_unsigned): Call
12580 frame_unwind_register_value.
12581
55a98976
YQ
125822017-04-05 Yao Qi <yao.qi@linaro.org>
12583
12584 * gdb.threads/thread-specific-bp.exp (check_thread_specific_breakpoint):
12585 Use gdb_test_multiple, and don't match anchor.
12586
4ac40124
PA
125872017-04-05 Pedro Alves <palves@redhat.com>
12588
12589 * MAINTAINERS (Global Maintainers): Add Simon Marchi.
12590 (Write After Approval): Remove Simon Marchi.
12591
c053b654
PA
125922017-04-05 Pedro Alves <palves@redhat.com>
12593
12594 * common/gdb_optional.h (optional::optional): Make constexpr and
12595 initialize m_dummy.
12596
4c7bf4f9
JB
125972017-04-04 John Baldwin <jhb@FreeBSD.org>
12598
12599 * amd64-fbsd-tdep.c: Remove "bsd-uthread.h" include.
12600 (amd64fbsd_jmp_buf_reg_offset): Remove.
12601 (amd64fbsd_supply_uthread): Remove function.
12602 (amd64fbsd_collect_uthread): Remove function.
12603 (amd64fbsd_init_abi): Don't set bsd-uthread callbacks.
12604 * configure.tgt (i[34567]86-*-freebsd*): Remove bsd-uthread.o.
12605 (x86_64-*-freebsd*): Remove bsd-uthread.o.
12606 (fbsd-nat.c): Update comment.
12607 * i386-fbsd-tdep.c: Remove "bsd-uthread.h" include.
12608 (i386fbsd_jmp_buf_reg_offset): Remove.
12609 (i386fbsd_supply_uthread): Remove function.
12610 (i386fbsd_collect_uthread): Remove function.
12611 (i386fbsd_init_abi): Don't set bsd-uthread callbacks.
12612
1e1a8bef
JB
126132017-04-04 John Baldwin <jhb@FreeBSD.org>
12614
12615 * Makefile.in (ALL_64_TARGET_OBS): Remove alpha-fbsd-tdep.o.
12616 (ALLDEPFILES): Remove alpha-fbsd-tdep.c
12617 * NEWS: Mention that support for FreeBSD/alpha was removed.
12618 * alpha-fbsd-tdep.c: Delete file.
12619 * config/alpha/fbsd.mh: Delete file.
12620 * configure.host: Delete alpha*-*-freebsd* and
12621 alpha*-*-kfreebsd*-gnu.
12622 * configure.tgt: Delete alpha*-*-freebsd* and
12623 alpha*-*-kfreebsd*-gnu.
12624
49907934
JB
126252017-04-04 John Baldwin <jhb@FreeBSD.org>
12626
12627 * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers,
12628 amd64bsd_store_inferior_registers): Use ptid from regcache.
12629
6f77053d
PA
126302017-04-04 Pedro Alves <palves@redhat.com>
12631
12632 * dwarf2read.c (lnp_state_machine): Now a class. Initialize all
12633 data fields, make them private and add "m_" prefixes.
12634 (lnp_state_machine::lnp_state_machine): New ctor.
12635 (record_line, check_line_address, handle_set_discriminator)
12636 (handle_set_address, handle_advance_pc, handle_special_opcode)
12637 (handle_advance_line, handle_set_file, handle_negate_stmt)
12638 (handle_const_add_pc, handle_fixed_advance_pc, handle_copy)
12639 (end_sequence, advance_line): New methods.
12640 (m_gdbarch, m_record_lines_p): New fields.
12641 (lnp_reader_state): Delete.
12642 (dwarf_record_line): Rename to ...
12643 (lnp_state_machine::record_line): ... adjust.
12644 (init_lnp_state_machine): Delete.
12645 (lnp_state_machine::lnp_state_machine): New.
12646 (check_line_address): Rename to ...
12647 (lnp_state_machine::check_line_address): This.
12648 (dwarf_decode_lines_1): Remove reference to "reader_state".
12649 Adjust lnp_state_machine having a non-default ctor. Use bool.
12650 State machine internal state manipulation moved to
12651 lnp_state_machine methods.
12652
9c541725
PA
126532017-04-04 Pedro Alves <palves@redhat.com>
12654
12655 * Makefile.in (SUBDIR_UNITTESTS_SRCS): Add
12656 unittests/offset-type-selftests.c.
12657 (SUBDIR_UNITTESTS_OBS): Add offset-type-selftests.o.
12658 * common/offset-type.h: New file.
12659 * common/preprocessor.h: New file.
12660 * common/traits.h: New file.
12661 * common/valid-expr.h: New file.
12662 * dwarf2expr.c: Include "common/underlying.h". Adjust to use
12663 sect_offset and cu_offset strong typedefs throughout.
12664 * dwarf2expr.h: Adjust to use sect_offset and cu_offset strong
12665 typedefs throughout.
12666 * dwarf2loc.c: Include "common/underlying.h". Adjust to use
12667 sect_offset and cu_offset strong typedefs throughout.
12668 * dwarf2read.c: Adjust to use sect_offset and cu_offset strong
12669 typedefs throughout.
12670 * gdbtypes.h: Include "common/offset-type.h".
12671 (cu_offset): Now an offset type (strong typedef) instead of a
12672 struct.
12673 (sect_offset): Likewise.
12674 (union call_site_parameter_u): Rename "param_offset" field to
12675 "param_cu_off".
12676 * unittests/offset-type-selftests.c: New file.
12677
ecfb656c
PA
126782017-04-04 Pedro Alves <palves@redhat.com>
12679
12680 * common/underlying.h: New file.
12681 * dwarf2read.c: Include "common/gdb_optional.h" and
12682 "common/underlying.h".
12683 (dir_index, file_name_index): New types.
12684 (file_entry): Use them.
12685 (file_entry::include): Use to_underlying.
12686 (line_header::add_file_name): Use dir_index.
12687 (read_formatted_entries): Use gdb::optional. Read form before
12688 writting to file_entry.
12689 (dwarf_decode_line_header): Use dir_index.
12690 (lnp_state_machine::current_file): Use to_underlying.
12691 (lnp_state_machine::file): Change type to file_name_index.
12692 (dwarf_record_line): Use to_underlying.
12693 (init_lnp_state_machine): Use file_name_index.
12694 (dwarf_decode_lines_1): Use dir_index and file_name_index.
12695
d194f1fe
PA
126962017-04-04 Pedro Alves <palves@redhat.com>
12697
12698 * common/gdb_optional.h (gdb::optiona): Add operator->, operator*,
12699 operator bool, has_value and get methods.
12700
fff8551c
PA
127012017-04-04 Pedro Alves <palves@redhat.com>
12702
12703 * dwarf2read.c (struct file_entry): Add ctors, and initialize all
12704 fields.
12705 (line_header): Initialize all data fields. Change type of
12706 standard_opcode_lengths to std::unique_ptr<unsigned char[]>.
12707 Change type of include_dirs to std::vector<const char *>. Remove
12708 num_include_dirs, include_dirs_size. Change type of file_names to
12709 std::vector<file_entry>. Remove num_file_names, file_names_size.
12710 (line_header::line_header): New.
12711 (line_header::add_include_dir, line_header::add_file_name): New
12712 methods.
12713 (line_header::include_dir_at): Remove NULL check.
12714 (line_header::file_name_at): Add const overload.
12715 (line_header_up): New unique_ptr typedef.
12716 (dw2_get_file_names_reader): Use line_header_up. Adjust to use
12717 std::vector. Remove free_line_header call.
12718 (dwarf2_build_include_psymtabs): Use line_header_up. Remove
12719 free_line_header call.
12720 (free_cu_line_header): Delete.
12721 (handle_DW_AT_stmt_list, handle_DW_AT_stmt_list)
12722 (setup_type_unit_groups): Use line_header_up instead of cleanups.
12723 Adjust to use std::vector.
12724 (free_line_header): Delete.
12725 (free_line_header_voidp): Use delete.
12726 (add_include_dir): Replace with ...
12727 (line_header::add_include_dir): ... this method. Use std::vector.
12728 (add_file_name): Replace with ...
12729 (line_header::add_file_name): ... this method. Use std::vector.
12730 (add_include_dir_stub): Delete.
12731 (read_formatted_entries): Remove memset.
12732 (dwarf_decode_line_header): Return a line_header_up instead of a
12733 raw pointer. Remove cleanup handling. Pass lambdas to
12734 read_formatted_entries. Adjust to use line_header methods.
12735 (dwarf_decode_lines_1): Adjust to use line_header methods.
12736 (dwarf_decode_lines, file_file_name, file_full_name): Adjust to
12737 use std::vector.
12738
d62a8ae2
SM
127392017-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12740
12741 * remote.c (set_general_thread, set_continue_thread): Use ptid_t
12742 instead of struct ptid.
12743
db3a1dc7
AH
127442017-05-04 Alan Hayward <alan.hayward@arm.com>
12745
12746 * frame.c (get_frame_register_bytes): Unwind using value.
12747 (put_frame_register_bytes): Likewise.
12748
b1b45502
IB
127492017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12750
12751 * d-exp.y (type_aggregate_p): Treat TYPE_CODE_MODULE as being
12752 aggregate-like.
12753
ec13808e
JK
127542017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * auto-load.c (auto_load_section_scripts): Check SEC_HAS_CONTENTS.
12757
12316564
YQ
127582017-03-29 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdbthread.h (struct thread_info): Declare constructor and
12761 destructor. Add some in-class member initializers.
12762 * thread.c (free_thread): Remove.
12763 (init_thread_list): Call delete instead of free_thread.
12764 (new_thread): Call thread_info constructor.
12765 (thread_info::thread_info): New function.
12766 (thread_info::~thread_info): New function.
12767 (delete_thread_1): Call delete instead of free_thread.
12768 (make_cleanup_restore_current_thread): Move tp and frame to
12769 inner block.
12770
fe5f7374
AK
127712017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12772
12773 * arc-tdep.c (arc_frame_cache): Add support for prologue analysis.
12774 (arc_skip_prologue): Likewise.
12775 (arc_make_frame_cache): Likewise.
12776 (arc_pv_get_operand): New function.
12777 (arc_is_in_prologue): Likewise.
12778 (arc_analyze_prologue): Likewise.
12779 (arc_print_frame_cache): Likewise.
12780 (MAX_PROLOGUE_LENGTH): New constant.
12781
eea78757
AK
127822017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12783
12784 * configure.tgt: Add arc-insn.o.
12785 * arc-tdep.c (arc_delayed_print_insn): Make non-static.
12786 (dump_arc_instruction_command): New function.
12787 (arc_fprintf_disasm): Likewise.
12788 (arc_disassemble_info): Likewise.
12789 (arc_insn_get_operand_value): Likewise.
12790 (arc_insn_get_operand_value_signed): Likewise.
12791 (arc_insn_get_memory_base_reg): Likewise.
12792 (arc_insn_get_memory_offset): Likewise.
12793 (arc_insn_get_branch_target): Likewise.
12794 (arc_insn_dump): Likewise.
12795 (arc_insn_get_linear_next_pc): Likewise.
12796 * arc-tdep.h (arc_delayed_print_insn): Add function declaration.
12797 (arc_disassemble_info): Likewise.
12798 (arc_insn_get_branch_target): Likewise.
12799 (arc_insn_get_linear_next_pc): Likewise.
12800 * NEWS: Mention new "maint print arc arc-instruction".
12801
3be78afd
AK
128022017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12803
12804 * arc-tdep (maintenance_print_arc_list): New variable.
12805 (maintenance_print_arc_command): New function.
12806
296ec4fa
AK
128072017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12808
12809 * arc-tdep.c (core_v2_register_names, core_arcompact_register_names)
12810 Add "limm" and "reserved".
12811 (arc_cannot_fetch_register, arc_cannot_store_register): Add
12812 ARC_RESERVED_REGNUM and ARC_LIMM_REGNUM.
12813 * arc-tdep.h (arc_regnum): Likewise.
12814
f74f865e
MF
128152017-03-27 Max Filippov <jcmvbkbc@gmail.com>
12816
12817 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
12818 for THREADPTR register.
12819 (supply_gregset_reg): Call regcache_raw_supply for THREADPTR
12820 register.
12821 * xtensa-tdep.c (XTENSA_DBREGN_UREG): New definition.
12822 (xtensa_derive_tdep): Initialize tdep->threadptr_regnum.
12823 * xtensa-tdep.h (gdbarch_tdep::threadptr_regnum): New field.
12824
0d0bf81a
MF
128252017-03-27 Max Filippov <jcmvbkbc@gmail.com>
12826
12827 * xtensa-tdep.c (xtensa_pseudo_register_read): Treat all
12828 registers above gdbarch_num_regs (gdbarch) as privileged in
12829 call0 ABI.
12830
0ce4291e
MF
128312017-03-27 Max Filippov <jcmvbkbc@gmail.com>
12832
12833 * xtensa-linux-nat.c (fill_gregset): Call regcache_raw_collect
12834 for a single specified register or for all registers in
12835 a0_base..a0_base + C0_NREGS range.
12836 (supply_gregset_reg): Call regcache_raw_supply for a single
12837 specified register or for all registers in a0_base..a0_base +
12838 C0_NREGS range.
12839
c56054f9
MF
128402017-03-27 Max Filippov <jcmvbkbc@gmail.com>
12841
12842 * arch/xtensa.h (C0_NREGS): Add definition.
12843 * xtensa-tdep.c (C0_NREGS): Remove definition.
12844
a4398628
MF
128452017-03-27 Max Filippov <jcmvbkbc@gmail.com>
12846
12847 * xtensa-tdep.c (xtensa_scan_prologue, call0_analyze_prologue):
12848 Drop xtensa_default_isa initialization.
12849 (xtensa_gdbarch_init): Initialize xtensa_default_isa.
12850
8c43009f
PA
128512017-03-27 Pedro Alves <palves@redhat.com>
12852
12853 * dwarf2read.c (file_entry) <dir_index>: Add comment.
12854 (file_entry::include_dir): New method.
12855 (line_header::include_dir_at, line_header::file_name_at): New
12856 methods.
12857 (setup_type_unit_groups, setup_type_unit_groups)
12858 (psymtab_include_file_name): Simplify using the new methods.
12859 (lnp_state_machine) <the_line_header>: New field.
12860 <file>: Add comment.
12861 (lnp_state_machine::current_file): New method.
12862 (dwarf_record_line): Simplify using the new methods.
12863 (init_lnp_state_machine): Initialize the "the_line_header" field.
12864 (dwarf_decode_lines_1, dwarf_decode_lines, file_file_name):
12865 Simplify using the new methods.
12866
a7e80b9e
PA
128672017-03-27 Pedro Alves <palves@redhat.com>
12868
12869 * cp-name-parser.y (make_empty): Delete.
12870 (demangler_special, nested_name, ptr_operator, array_indicator)
12871 (direct_declarator, declarator_1): Use fill_comp instead of
12872 make_empty.
12873
21047726
PA
128742017-03-27 Pedro Alves <palves@redhat.com>
12875
12876 * xml-support.h (gdb_xml_debug): Pass a "first-to-check" argument
12877 to ATTRIBUTE_PRINTF.
12878 * solib-target.c (library_list_start_list): Print "string" not
12879 "version".
12880 * xml-tdesc.c (tdesc_start_field): Pass "field_name" to
12881 gdb_xml_error call.
12882
d721ba37
PA
128832017-03-27 Pedro Alves <palves@redhat.com>
12884
12885 * dwarf2read.c (struct file_and_directory): New.
12886 (dwarf2_get_dwz_file): Adjust to use std::string.
12887 (dw2_get_file_names_reader): Adjust to use file_and_directory.
12888 (find_file_and_directory): Adjust to return a file_and_directory
12889 object.
12890 (read_file_scope): Adjust to use file_and_directory. Remove
12891 make_cleanup/do_cleanups calls.
12892 (open_and_init_dwp_file): Adjust to use std::string. Remove
12893 make_cleanup/do_cleanups calls.
12894 * python/python.c (do_start_initialization): Adjust to ldirname
12895 returning a std::string.
12896 * utils.c (ldirname): Now returns a std::string.
12897 * utils.h (ldirname): Change return type to std::string.
12898 * xml-syscall.c (xml_init_syscalls_info): Adjust to ldirname
12899 returning a std::string.
12900 * xml-tdesc.c (file_read_description_xml): Likewise.
12901
ed771251
AH
129022017-03-24 Alan Hayward <alan.hayward@arm.com>
12903
12904 * regcache.c (regcache_debug_print_register): New function.
12905 * regcache.h (regcache_debug_print_register): New declaration.
12906 * target.c (debug_print_register): Remove.
12907 (target_fetch_registers): Call regcache_debug_print_register.
12908 (target_store_registers): Likewise.
12909
568c1b9f
PB
129102017-03-24 Pádraig Brady <pbrady@fb.com>
12911
12912 * dwarf2read.c (setup_type_unit_groups): Ensure dir_index doesn't
12913 reference beyond the 'lh->include_dirs' array before accessing to
12914 it.
12915 (psymtab_include_file_name): Likewise.
12916 (dwarf_decode_lines_1): Likewise.
12917 (dwarf_decode_lines): Likewise.
12918 (file_file_name): Likewise.
12919
3e00d44f
SM
129202017-03-23 Simon Marchi <simon.marchi@ericsson.com>
12921
12922 * fbsd-tdep.c (fbsd_corefile_thread): Don't set/restore
12923 inferior_ptid.
12924 * proc-service.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
12925 ps_lsetfpregs): Likewise.
12926 * regcache.c (regcache_raw_update, regcache_raw_write): Likewise.
12927 * sol-thread.c (ps_lgetregs, ps_lsetregs, ps_lgetfpregs,
12928 ps_lsetfpregs): Likewise.
12929 * target.c (target_fetch_registers, target_store_registers):
12930 Remove asserts.
12931
077ae656
AH
129322017-03-23 Alan Hayward <alan.hayward@arm.com>
12933
12934 * sol-thread.c (sol_thread_store_registers): Remove regcache calls.
12935
1e2b521d
YQ
129362017-03-23 Yao Qi <yao.qi@linaro.org>
12937
12938 * aarch64-tdep.c (aarch64_process_record_test): Declare.
12939 (_initialize_aarch64_tdep): Register it.
12940 (aarch64_record_load_store): Handle PRFM instruction.
12941 (aarch64_process_record_test): New function.
12942
33877125
YQ
129432017-03-23 Yao Qi <yao.qi@linaro.org>
12944
12945 * aarch64-tdep.c (aarch64_record_load_store): Fix code
12946 indentation.
12947
a0eef940
YQ
129482017-03-23 Yao Qi <yao.qi@linaro.org>
12949
12950 * aarch64-tdep.c: Remove AARCH64_RECORD_FAILURE.
12951
3f2a3564
PR
129522017-03-23 Philipp Rudo <prudo@linux.vnet.ibm.com>
12953
12954 python/python.c (do_start_initialization): Fix memory leak.
12955
b67aeab0
SM
129562017-03-22 Simon Marchi <simon.marchi@polymtl.ca>
12957
12958 * inf-ptrace.c (inf_ptrace_xfer_partial): Get pid from ptid
12959 using get_ptrace_pid.
12960 * linux-nat.c (linux_nat_xfer_partial): Don't set/restore
12961 inferior_ptid.
12962 (linux_proc_xfer_partial, linux_proc_xfer_spu): Use lwp of
12963 inferior_ptid instead of pid.
12964
ffdbe864
YQ
129652017-03-22 Yao Qi <yao.qi@linaro.org>
12966
12967 * aarch64-tdep.c: Wrap locally used classes in anonymous
12968 namespace.
12969 * arm-tdep.c: Likewise.
12970 * linespec.c: Likewise.
12971 * ui-out.c: Likewise.
12972
9d736fbf
JG
129732017-03-22 Jonah Graham <jonah@kichwacoders.com>
12974
12975 PR gdb/19637
12976 * python/lib/gdb/printer/bound_registers.py: Import sys.
12977
3de88e9a
SM
129782017-03-21 Simon Marchi <simon.marchi@ericsson.com>
12979
12980 * windows-nat.c (do_windows_fetch_inferior_registers): Add
12981 windows_thread_info parameter and use it instead of
12982 current_thread.
12983 (windows_fetch_inferior_registers): Don't set current_thread,
12984 pass the thread to do_windows_fetch_inferior_registers. Use
12985 ptid from regcache instead of inferior_ptid.
12986 (do_windows_store_inferior_registers): Add windows_thread_info
12987 parameter and use it instead of current_thread.
12988 (windows_store_inferior_registers): Don't set current_thread,
12989 pass the thread to do_windows_store_inferior_registers. Use
12990 ptid from regcache instead of inferior_ptid.
12991
0e7b8f61
SM
129922017-03-21 Simon Marchi <simon.marchi@ericsson.com>
12993
12994 * ser-mingw.c (ser_windows_raw): Remove reference to
12995 struct serial::current_timeout.
12996
5badf10a
IR
129972017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12998
12999 PR tdep/20928
13000 * gdb/sparc-tdep.h (gdbarch_tdep) <sparc64_ccr_type>: New field.
13001 * gdb/sparc64-tdep.c (sparc64_ccr_type): New function.
13002 (sparc64_fsr_type): Fix %fsr decoding.
13003
cee59b3f
TW
130042017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
13005
13006 * python/py-record-btrace.c (btpy_insn_data): Change return type
13007 for Python 2.
13008
639a9038
SM
130092017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
13010
13011 * spu-linux-nat.c (spu_fetch_inferior_registers,
13012 spu_store_inferior_registers): Use ptid from regcache, set and
13013 restore inferior_ptid.
13014 * spu-multiarch.c (spu_fetch_registers, spu_store_registers):
13015 Likewise.
13016
bcc0c096
SM
130172017-03-20 Simon Marchi <simon.marchi@polymtl.ca>
13018
13019 * i386-linux-nat.c (fetch_register, store_register,
13020 i386_linux_fetch_inferior_registers,
13021 i386_linux_store_inferior_registers): Use ptid from regcache.
13022 * ia64-linux-nat.c (ia64_linux_fetch_register,
13023 ia64_linux_store_register): Likewise.
13024 * inf-ptrace.c (inf_ptrace_fetch_register,
13025 inf_ptrace_store_register): Likewise.
13026 * m32r-linux-nat.c (m32r_linux_fetch_inferior_registers,
13027 m32r_linux_store_inferior_registers): Likewise.
13028 * m68k-bsd-nat.c (m68kbsd_fetch_inferior_registers,
13029 m68kbsd_store_inferior_registers): Likewise.
13030 * m68k-linux-nat.c (fetch_register, store_register,
13031 m68k_linux_fetch_inferior_registers,
13032 m68k_linux_store_inferior_registers): Likewise.
13033 * m88k-bsd-nat.c (m88kbsd_fetch_inferior_registers,
13034 m88kbsd_store_inferior_registers): Likewise.
13035 * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers,
13036 mips_fbsd_store_inferior_registers): Likewise.
13037 * mips-linux-nat.c (mips64_linux_regsets_fetch_registers,
13038 mips64_linux_regsets_store_registers): Likewise.
13039 * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers,
13040 mipsnbsd_store_inferior_registers): Likewise.
13041 * mips-obsd-nat.c (mips64obsd_fetch_inferior_registers,
13042 mips64obsd_store_inferior_registers): Likewise.
13043 * nto-procfs.c (procfs_fetch_registers, procfs_store_registers):
13044 Likewise.
13045 * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers,
13046 ppcfbsd_store_inferior_registers): Likewise.
13047 * ppc-linux-nat.c (ppc_linux_fetch_inferior_registers,
13048 ppc_linux_store_inferior_registers): Likewise.
13049 * ppc-nbsd-nat.c (ppcnbsd_fetch_inferior_registers,
13050 ppcnbsd_store_inferior_registers): Likewise.
13051 * ppc-obsd-nat.c (ppcobsd_fetch_registers,
13052 ppcobsd_store_registers): Likewise.
13053 * procfs.c (procfs_fetch_registers, procfs_store_registers):
13054 Likewise.
13055 * ravenscar-thread.c (ravenscar_fetch_registers,
13056 ravenscar_store_registers, ravenscar_prepare_to_store):
13057 Likewise.
13058 * record-btrace.c (record_btrace_fetch_registers,
13059 record_btrace_store_registers, record_btrace_prepare_to_store):
13060 Likewise.
13061 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register):
13062 Lookup inferior using ptid from regcache, instead of
13063 current_inferior.
13064 * remote.c (remote_fetch_registers, remote_store_registers): Use
13065 ptid from regcache.
13066 * rs6000-nat.c (fetch_register, store_register): Likewise.
13067 * s390-linux-nat.c (s390_linux_fetch_inferior_registers,
13068 s390_linux_store_inferior_registers): Likewise.
13069 * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers,
13070 shnbsd_store_inferior_registers): Likewise.
13071 * sol-thread.c (sol_thread_fetch_registers,
13072 sol_thread_store_registers): Likewise.
13073 * sparc-nat.c (sparc_fetch_inferior_registers,
13074 sparc_store_inferior_registers): Likewise.
13075 * tilegx-linux-nat.c (fetch_inferior_registers,
13076 store_inferior_registers): Likewise.
13077 * vax-bsd-nat.c (vaxbsd_fetch_inferior_registers,
13078 vaxbsd_store_inferior_registers): Likewise.
13079 * xtensa-linux-nat.c (fetch_gregs, store_gregs, fetch_xtregs,
13080 store_xtregs): Likewise.
13081
c0f55cc6
AV
130822017-03-20 Artemiy Volkov <artemiyv@acm.org>
13083
13084 PR gdb/14441
13085 * NEWS: Mention support for rvalue references in GDB and python.
13086 * doc/gdb.texinfo (C Plus Plus Expressions): Mention that GDB
13087 supports both lvalue and rvalue references.
13088
15c0a2a9
AV
130892017-03-20 Artemiy Volkov <artemiyv@acm.org>
13090
13091 PR gdb/14441
13092 * gdbtypes.c (rank_one_type): Implement overloading
13093 resolution rules regarding rvalue references.
13094
aa006118
AV
130952017-03-20 Artemiy Volkov <artemiyv@acm.org>
13096
13097 PR gdb/14441
13098 * aarch64-tdep.c (aarch64_type_align)
13099 (aarch64_extract_return_value, aarch64_store_return_value): Change
13100 lvalue reference type checks to general reference type checks.
13101 * amd64-tdep.c (amd64_classify): Likewise.
13102 * amd64-windows-tdep.c (amd64_windows_passed_by_integer_register):
13103 Likewise.
13104 * arm-tdep.c (arm_type_align, arm_extract_return_value)
13105 (arm_store_return_value): Likewise.
13106 * ax-gdb.c (gen_fetch, gen_cast): Likewise.
13107 * c-typeprint.c (c_print_type): Likewise.
13108 * c-varobj.c (adjust_value_for_child_access, c_value_of_variable)
13109 (cplus_number_of_children, cplus_describe_child): Likewise.
13110 * compile/compile-c-symbols.c (generate_vla_size): Likewise.
13111 * completer.c (expression_completer): Likewise.
13112 * cp-support.c (make_symbol_overload_list_adl_namespace):
13113 Likewise.
13114 * darwin-nat-info.c (info_mach_region_command): Likewise.
13115 * dwarf2loc.c (entry_data_value_coerce_ref)
13116 (value_of_dwarf_reg_entry): Likewise.
13117 * eval.c (ptrmath_type_p, evaluate_subexp_standard)
13118 (evaluate_subexp_for_address, evaluate_subexp_for_sizeof):
13119 Likewise.
13120 * findvar.c (extract_typed_address, store_typed_address):
13121 Likewise.
13122 * gdbtypes.c (rank_one_type): Likewise.
13123 * hppa-tdep.c (hppa64_integral_or_pointer_p): Likewise.
13124 * infcall.c (value_arg_coerce): Likewise.
13125 * language.c (pointer_type): Likewise.
13126 * m32c-tdep.c (m32c_reg_arg_type, m32c_m16c_address_to_pointer):
13127 Likewise.
13128 * m88k-tdep.c (m88k_integral_or_pointer_p): Likewise.
13129 * mn10300-tdep.c (mn10300_type_align): Likewise.
13130 * msp430-tdep.c (msp430_push_dummy_call): Likewise.
13131 * ppc-sysv-tdep.c (do_ppc_sysv_return_value)
13132 (ppc64_sysv_abi_push_param, ppc64_sysv_abi_return_value):
13133 Likewise.
13134 * printcmd.c (print_formatted, x_command): Likewise.
13135 * python/py-type.c (typy_get_composite, typy_template_argument):
13136 Likewise.
13137 * python/py-value.c (valpy_referenced_value)
13138 (valpy_get_dynamic_type, value_has_field): Likewise.
13139 * s390-linux-tdep.c (s390_function_arg_integer): Likewise.
13140 * sparc-tdep.c (sparc_integral_or_pointer_p): Likewise.
13141 * sparc64-tdep.c (sparc64_integral_or_pointer_p): Likewise.
13142 * spu-tdep.c (spu_scalar_value_p): Likewise.
13143 * symtab.c (lookup_symbol_aux): Likewise.
13144 * typeprint.c (whatis_exp, print_type_scalar): Likewise.
13145 * valarith.c (binop_types_user_defined_p, unop_user_defined_p):
13146 Likewise.
13147 * valops.c (value_cast_pointers, value_cast)
13148 (value_reinterpret_cast, value_dynamic_cast, value_addr, typecmp)
13149 (value_struct_elt, value_struct_elt_bitpos)
13150 (value_find_oload_method_list, find_overload_match)
13151 (value_rtti_indirect_type): Likewise.
13152 * valprint.c (val_print_scalar_type_p, generic_val_print):
13153 Likewise.
13154 * value.c (value_actual_type, value_as_address, unpack_long)
13155 (pack_long, pack_unsigned_long, coerce_ref_if_computed)
13156 (coerce_ref): Likewise.
13157 * varobj.c (varobj_get_value_type): Likewise.
13158
3fcf899d
AV
131592017-03-20 Artemiy Volkov <artemiyv@acm.org>
13160
13161 PR gdb/14441
13162 * doc/python.texi (Types in Python): Add TYPE_CODE_RVALUE_REF to
13163 table of constants.
13164 * python/lib/gdb/command/explore.py: Support exploring values
13165 of rvalue reference types.
13166 * python/lib/gdb/types.py: Implement get_basic_type() for
13167 rvalue reference types.
13168 * python/py-type.c (pyty_codes) <TYPE_CODE_RVALUE_REF>: New
13169 constant.
13170 * python/py-value.c (valpy_getitem): Add an rvalue reference
13171 check.
13172 (valpy_reference_value): Add new parameter "refcode".
13173 (valpy_lvalue_reference_value, valpy_rvalue_reference_value):
13174 New wrappers for valpy_reference_value().
13175 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
13176 (gdbpy_invoke_xmethod): Likewise.
13177
4297a3f0
AV
131782017-03-20 Artemiy Volkov <artemiyv@acm.org>
13179
13180 PR gdb/14441
13181 * dwarf2read.c (process_die, read_type_die_1): Handle the
13182 DW_TAG_rvalue_reference_type DIE.
13183 (read_tag_reference_type): Add new parameter "refcode".
13184
e1cb3213
AV
131852017-03-20 Artemiy Volkov <artemiyv@acm.org>
13186
13187 PR gdb/14441
13188 * c-typeprint.c (c_print_type, c_type_print_varspec_prefix)
13189 (c_type_print_modifier, c_type_print_varspec_suffix)
13190 (c_type_print_base): Support printing rvalue reference types.
13191 * c-valprint.c (c_val_print, c_value_print): Support printing
13192 rvalue reference values.
13193
e4347c89
AV
131942017-03-20 Artemiy Volkov <artemiyv@acm.org>
13195
13196 PR gdb/14441
13197 * cp-name-parser.y (ptr_operator): Handle the '&&' token in
13198 typename.
13199 * cp-support.c (replace_typedefs): Handle
13200 DEMANGLE_COMPONENT_RVALUE_REFERENCE.
13201 * python/py-type.c (typy_lookup_type): Likewise.
13202
53cc15f5
AV
132032017-03-20 Artemiy Volkov <artemiyv@acm.org>
13204
13205 PR gdb/14441
13206 * c-exp.y (ptr_operator): Handle the '&&' token in the typename.
13207 * parse.c (insert_type): Change assert statement.
13208 (follow_types): Handle rvalue reference types.
13209 * parser-defs.h (enum type_pieces) <tp_rvalue_reference>: New
13210 constant.
13211
a65cfae5
AV
132122017-03-20 Artemiy Volkov <artemiyv@acm.org>
13213
13214 PR gdb/14441
13215 * ada-lang.c (ada_evaluate_subexp): Adhere to the new
13216 value_ref() interface.
13217 * c-valprint.c (c_value_print): Likewise.
13218 * infcall.c (value_arg_coerce): Likewise.
13219 * python/py-value.c (valpy_reference_value): Likewise.
13220 * valops.c (value_cast, value_reinterpret_cast)
13221 (value_dynamic_cast, typecmp): Likewise.
13222 (value_ref): Parameterize by kind of return value reference type.
13223 * value.h (value_ref): Add new parameter "refcode".
13224
3b224330
AV
132252017-03-20 Artemiy Volkov <artemiyv@acm.org>
13226
13227 PR gdb/14441
13228 * dwarf2read.c (read_tag_reference_type): Use
13229 lookup_lvalue_reference_type() instead of lookup_reference_type().
13230 * eval.c (evaluate_subexp_standard): Likewise.
13231 * f-exp.y: Likewise.
13232 * gdbtypes.c (make_reference_type, lookup_reference_type):
13233 Generalize with rvalue reference types.
13234 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): New
13235 convenience wrappers for lookup_reference_type().
13236 * gdbtypes.h (make_reference_type, lookup_reference_type): Add a
13237 reference kind parameter.
13238 (lookup_lvalue_reference_type, lookup_rvalue_reference_type): Add
13239 wrappers for lookup_reference_type().
13240 * guile/scm-type.c (gdbscm_type_reference): Use
13241 lookup_lvalue_reference_type() instead of lookup_reference_type().
13242 * guile/scm-value.c (gdbscm_value_dynamic_type): Likewise.
13243 * parse.c (follow_types): Likewise.
13244 * python/py-type.c (typy_reference, typy_lookup_type): Likewise.
13245 * python/py-value.c (valpy_get_dynamic_type, valpy_getitem):
13246 Likewise.
13247 * python/py-xmethods.c (gdbpy_get_xmethod_result_type)
13248 (gdbpy_invoke_xmethod): Likewise.
13249 * stabsread.c: Provide extra argument to make_reference_type()
13250 call.
13251 * valops.c (value_ref, value_rtti_indirect_type): Use
13252 lookup_lvalue_reference_type() instead of lookup_reference_type().
13253
f9aeb8d4
AV
132542017-03-20 Artemiy Volkov <artemiyv@acm.org>
13255
13256 PR gdb/14441
13257 * gdbtypes.h (enum type_code) <TYPE_CODE_RVALUE_REF>: New constant.
13258 (TYPE_IS_REFERENCE): New macro.
13259 (struct type): Add rvalue_reference_type field.
13260 (TYPE_RVALUE_REFERENCE_TYPE): New macro.
13261
51457a05
MAL
132622017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13263
13264 * NEWS: Add an entry about new '-file-list-shared-libraries' command.
13265 * mi/mi-cmd-file.c (mi_cmd_file_list_shared_libraries):
13266 New function definition.
13267 * mi/mi-cmds.c (mi_cmds): Add -file-list-shared-libraries command.
13268 * mi/mi-cmds.h (mi_cmd_file_list_shared_libraries):
13269 New function declaration.
13270 * mi/mi-interp.c (mi_output_solib_attribs): New Function.
13271 * mi/mi-interp.h: New file.
13272 * solib.c (info_sharedlibrary_command): Replace for loop with
13273 ALL_SO_LIBS macro
13274 * solib.h (update_solib_list): New function declaration.
13275 (so_list_head): Move macro.
13276 * solist.h (ALL_SO_LIBS): New macro.
13277
e696b3ad
MAL
132782017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
13279
13280 * infcmd.c (post_create_inferior): Remove unused argument in
13281 call to solib_add.
13282 * remote.c (remote_start_remote): Likewise.
13283 * solib-frv.c (frv_fetch_objfile_link_map): Likewise.
13284 * solib-svr4.c: (svr4_fetch_objfile_link_map): Likewise.
13285 (enable_break): Likewise.
13286 * solib.c (update_solib_list): Remove unused target argument
13287 and its documentation.
13288 (solib_add): Remove unused target argument. Remove unused
13289 argument in call to update_solib_list.
13290 (info_sharedlibrary_command): Remove unused argument in call
13291 to update_solib_list.
13292 (sharedlibrary_command): Remove unused argument in call to
13293 solib_add.
13294 (handle_solib_event): Likewise.
13295 (reload_shared_libraries): Likewise.
13296 * solib.h (solib_add): Remove unused target argument.
13297
dcb84eda
AA
132982017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13299
13300 * s390-linux-tdep.c (is_rsi, is_rie): Remove functions.
13301 (s390_displaced_step_fixup): Cover relative branches with the
13302 default fixup handling. This fixes lack of support for some
13303 relative branch instructions.
13304
d9cb6cdc
SM
133052017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13306
13307 * i386-gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Use
13308 ptid from regcache.
13309
1afaf9f4
SM
133102017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13311
13312 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers,
13313 i386_darwin_store_inferior_registers): Use ptid from regcache.
13314
aac12e24
SM
133152017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13316
13317 * i386-bsd-nat.c (i386bsd_fetch_inferior_registers,
13318 i386bsd_store_inferior_registers): Use ptid from regcache.
13319
bbe1eef1
SM
133202017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13321
13322 * hppa-obsd-nat.c (hppaobsd_fetch_registers,
13323 hppaobsd_store_registers): Use ptid from regcache.
13324
10799020
SM
133252017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13326
13327 * hppa-nbsd-nat.c (hppanbsd_fetch_registers,
13328 hppanbsd_store_registers): Use ptid from regcache.
13329
00204cf7
SM
133302017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13331
13332 * hppa-linux-nat.c (fetch_register, store_register): Use ptid
13333 from regcache. Use get_ptrace_pid.
13334
11a33714
SM
133352017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13336
13337 * corelow.c (get_core_register_section): Use ptid from regcache,
13338 update doc.
13339
317cd492
SM
133402017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13341
13342 * bsd-uthread.c (bsd_uthread_fetch_registers,
13343 bsd_uthread_store_registers): Use ptid from regcache, set and
13344 restore inferior_ptid.
13345
9ac8a7c2
SM
133462017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13347
13348 * arm-nbsd-nat.c (fetch_register, fetch_regs, fetch_fp_register,
13349 fetch_fp_regs, store_register, store_regs, store_fp_register,
13350 store_fp_regs): Use ptid from regcache.
13351
4ac4bb6a
SM
133522017-03-17 Simon Marchi <simon.marchi@polymtl.ca>
13353
13354 * arm-linux-nat.c (fetch_fpregs, store_fpregs, fetch_regs,
13355 store_regs, fetch_wmmx_regs, store_wmmx_regs, fetch_vfp_regs,
13356 store_vfp_regs): Use ptid from regcache.
13357
9bcbdca8
PA
133582017-03-17 Pedro Alves <palves@redhat.com>
13359
13360 PR remote/21188
13361 * ser-base.c (ser_base_wait_for): Add comment.
13362 (do_ser_base_readchar): Improve comment based on the ser-unix.c's
13363 version.
13364 * ser-unix.c (hardwire_raw): Remove reference to
13365 scb->current_timeout.
13366 (wait_for, do_hardwire_readchar, hardwire_readchar): Delete.
13367 (hardwire_ops): Install ser_base_readchar instead of
13368 hardwire_readchar.
13369 * serial.h (struct serial) <current_timeout, timeout_remaining>:
13370 Remove fields.
13371
7503099f
JG
133722017-03-17 Jonah Graham <jonah@kichwacoders.com>
13373
13374 PR gdb/19637
13375 * python/lib/gdb/printer/bound_registers.py: Add support for
13376 Python 3.
13377
7942e96e
AA
133782017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13379
13380 * dwarf2loc.c (indirect_synthetic_pointer): Get data type of
13381 pointed-to DIE and pass it to dwarf2_evaluate_loc_desc_full.
13382 (dwarf2_evaluate_loc_desc_full): New parameter subobj_type; rename
13383 byte_offset to subobj_byte_offset. Fix the handling of
13384 DWARF_VALUE_STACK on big-endian targets when coming via an
13385 implicit pointer.
13386 (dwarf2_evaluate_loc_desc): Adjust call to
13387 dwarf2_evaluate_loc_desc_full.
13388 * dwarf2loc.h (dwarf2_fetch_die_type_sect_off): New declaration.
13389 * dwarf2read.c (dwarf2_fetch_die_type_sect_off): New function.
13390
ba14f379
YQ
133912017-03-16 Yao Qi <yao.qi@linaro.org>
13392
13393 * arm-tdep.c (thumb_record_misc): Decode CBNZ, CBZ, REV16,
13394 and REVSH instructions.
13395
b121eeb9
YQ
133962017-03-16 Yao Qi <yao.qi@linaro.org>
13397
13398 * arm-tdep.c [GDB_SELF_TEST]: include "selftests.h".
13399 (arm_record_test): Declare.
13400 (_initialize_arm_tdep) [GDB_SELF_TEST]: call register_self_test.
13401 (thumb_record_ld_st_reg_offset): Rewrite the opcode matching to
13402 align with the manual.
13403 (thumb_record_misc): Adjust the code order to align with the
13404 manual.
13405 (thumb2_record_decode_insn_handler): Fix instruction matching.
13406 (instruction_reader_thumb): New class.
13407 (arm_record_test): New function.
13408
728a7913
YQ
134092017-03-16 Yao Qi <yao.qi@linaro.org>
13410
13411 * arm-tdep.c (abstract_memory_reader): New class.
13412 (instruction_reader): New class.
13413 (extract_arm_insn): Add argument 'reader'. Callers updated.
13414 (decode_insn): Likewise.
13415
34b43320
DE
134162017-03-16 Doug Evans <dje@google.com>
13417
a7c0469f
DE
13418 * guile/scm-lazy-string.c (lazy_string_smob): Clarify use of LENGTH
13419 member. Change type of TYPE member to SCM. All uses updated.
13420 (lsscm_make_lazy_string_smob): Add assert.
13421 (lsscm_make_lazy_string): Flag bad length values.
13422 (lsscm_elt_type): New function.
13423 (gdbscm_lazy_string_to_value): Rewrite to use
13424 lsscm_safe_lazy_string_to_value.
13425 (lsscm_safe_lazy_string_to_value): Fix handling of TYPE_CODE_PTR.
13426 * guile/scm-value.c (gdbscm_value_to_lazy_string): Flag bad length
13427 values. Fix TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle typedefs
13428 in incoming type.
13429 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
13430 * guile/scm-type.c (tyscm_scm_to_type): New function.
13431
134322017-03-15 Doug Evans <dje@google.com>
13433
34b43320
DE
13434 PR python/17728, python/18439, python/18779
13435 * python/py-lazy-string.c (lazy_string_object): Clarify use of LENGTH
13436 member. Change type of TYPE member to PyObject *. All uses updated.
13437 (stpy_convert_to_value): Fix handling of TYPE_CODE_PTR.
13438 (gdbpy_create_lazy_string_object): Flag bad length values.
13439 Handle TYPE_CODE_ARRAY with possibly different user-provided length.
13440 Handle typedefs in incoming type.
13441 (stpy_lazy_string_elt_type): New function.
13442 (gdbpy_extract_lazy_string): Call it.
13443 * python/py-value.c (valpy_lazy_string): Flag bad length values.
13444 Fix handling of TYPE_CODE_PTR. Handle TYPE_CODE_ARRAY. Handle
13445 typedefs in incoming type.
13446
a3a5fecc
DE
134472017-03-16 Doug Evans <dje@google.com>
13448
13449 * guile/guile-internal.h (tyscm_scm_to_type): Declare.
13450 * guile/scm-type.c (tyscm_scm_to_type): New function.
13451
28f1c605
JW
134522017-03-16 Jiong Wang <jiong.wang@arm.com>
13453
13454 * inf-ptrace.c (inf_ptrace_peek_poke): Change the type to
13455 "ULONGEST" for "skip".
13456
87c336f6
AA
134572017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13458
13459 PR gdb/21220
13460 * inf-ptrace.c (inf_ptrace_xfer_partial): In "case
13461 TARGET_OBJECT_MEMORY", extract the logic for ptrace peek/poke...
13462 (inf_ptrace_peek_poke): ...here. New function. Now also loop
13463 over ptrace peek/poke until end of buffer or error.
13464
cf81cf60
SM
134652017-03-14 Simon Marchi <simon.marchi@ericsson.com>
13466
13467 * parse.c (length_of_subexp): Make static.
13468 * parser-defs.h (length_of_subexp): Remove.
13469
a379284a
AA
134702017-03-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
13471
13472 * linux-nat.c (linux_proc_xfer_partial): Handle write operations
13473 as well.
13474
8a6200ba
PA
134752017-03-14 Pedro Alves <palves@redhat.com>
13476
13477 * cp-name-parser.y (cp_demangled_name_to_comp): Update comment.
13478 (main): Use std::unique_ptr. Remove calls to
13479 cp_demangled_name_parse_free.
13480
f79ec206
SM
134812017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13482
13483 * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers,
13484 alphabsd_store_inferior_registers): Use regcache->ptid instead
13485 of inferior_ptid.
13486
edb5fb00
SM
134872017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13488
13489 * aix-thread.c (aix_thread_fetch_registers,
13490 aix_thread_store_registers): Use regcache->ptid instead of
13491 inferior_ptid.
13492
55119686
SM
134932017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13494
13495 * aarch64-linux-nat.c (fetch_gregs_from_thread,
13496 store_gregs_to_thread, fetch_fpregs_from_thread,
13497 store_fpregs_to_thread): Use regcache->ptid instead of
13498 inferior_ptid.
13499
6a06fbb7
SM
135002017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13501
13502 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers,
13503 amd64_linux_fetch_inferior_registers): Use regcache->ptid
13504 instead of inferior_ptid.
13505
c6386875
SM
135062017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13507
13508 * target.c (target_fetch_registers, target_store_registers): Add
13509 assert.
13510
ddaaf0fb
SM
135112017-03-13 Simon Marchi <simon.marchi@polymtl.ca>
13512
13513 * regcache.h (regcache_get_ptid): New function.
13514 * regcache.c (regcache_get_ptid): New function.
13515
b9da89d1 135162017-03-13 Mark Wielaard <mark@klomp.org>
13517
13518 * cp-name-parser.y (make_empty): Initialize d_printing to zero.
13519
5f4d1085
KS
135202017-03-10 Keith Seitz <keiths@redhat.com>
13521
13522 PR c++/8218
13523 * c-typeprint.c (cp_type_print_method_args): Skip artificial arguments.
13524
c65d6b55
PA
135252017-03-08 Pedro Alves <palves@redhat.com>
13526
13527 PR gdb/18360
13528 * infrun.c (start_step_over, do_target_resume, resume)
13529 (restart_threads): Assert we're not resuming a thread that is
13530 meant to be stopped.
13531 (infrun_thread_stop_requested_callback): Delete.
13532 (infrun_thread_stop_requested): If the thread is internally
13533 stopped, queue a pending stop event and clear the thread's
13534 inline-frame state.
13535 (handle_stop_requested): New function.
13536 (handle_syscall_event, handle_inferior_event_1): Use
13537 handle_stop_requested.
13538 (handle_stop_requested): New function.
13539 (handle_signal_stop): Set the thread's stop_signal here instead of
13540 at caller.
13541 (finish_step_over): Clear step over info unconditionally.
13542 (handle_signal_stop): If the user had interrupted the event
13543 thread, consider the stop a random signal.
13544 (handle_signal_stop) <signal arrived while stepping over
13545 breakpoint>: Don't restart threads here.
13546 (stop_waiting): Don't clear step-over info here.
13547
15c22686
PA
135482017-03-08 Pedro Alves <palves@redhat.com>
13549
13550 PR 21206
13551 * common/gdb_unlinker.h (unlinker::unlinker): Attribute nonnull
13552 goes to argument 2, not 1.
13553
6e5d74e7
PA
135542017-03-08 Pedro Alves <palves@redhat.com>
13555
13556 PR cli/21218
13557 * top.c (gdb_readline_wrapper): Avoid passing NULL to
13558 display_gdb_prompt.
13559 (command_line_input): Add comment.
13560
9753a2f6
PA
135612017-03-08 Pedro Alves <palves@redhat.com>
13562
13563 PR tui/21216
13564 * tui/tui-file.c (tui_file::write): New.
13565 * tui/tui-file.h (tui_file): Override "write".
13566 * tui/tui-io.c (do_tui_putc, update_start_line): New functions,
13567 factored out from ...
13568 (tui_puts): ... here.
13569 (tui_putc): Use them.
13570 (tui_write): New function.
13571 * tui/tui-io.h (tui_write): Declare.
13572
1672e0d9
SDJ
135732017-03-07 Sergio Durigan Junior <sergiodj@redhat.com>
13574
13575 * Makefile.in (SFILES): Replace "environ.c" with
13576 "common/environ.c".
13577 (HFILES_NO_SRCDIR): Likewise, for "environ.h".
13578 * environ.c: Include "common-defs.h" instead of "defs.h. Moved
13579 to...
13580 * common/environ.c: ... here.
13581 * environ.h: Moved to...
13582 * common/environ.h: ... here.
13583
f7bb4e3a
PB
135842017-03-07 Peter Bergner <bergner@vnet.ibm.com>
13585
13586 * gdbarch.sh (pstring_ptr): New static function.
13587 (gdbarch_disassembler_options): Use it.
13588 (gdbarch_verify_disassembler_options): Print valid_disassembler_options,
13589 not valid_disassembler_option->name.
13590 * gdbarch.c: Regenerate.
13591
e45ced6c
PB
135922017-03-07 Peter Bergner <bergner@vnet.ibm.com>
13593
13594 * config/powerpc/ppc64-linux.mh (MH_CFLAGS): Delete.
13595
5f6fd321
PA
135962017-03-07 Pedro Alves <palves@redhat.com>
13597
13598 * tui/tui-regs.c (tui_restore_gdbout): Don't delete gdb_stdout.
13599
6dbb839a 136002017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13601
13602 * i387-tdep.h (i387_reset_bnd_regs): Add function definition.
13603 * i387-tdep.c (i387_reset_bnd_regs): Add function implementation.
13604 * i386-tdep.c (i386_push_dummy_call): Call i387_reset_bnd_regs.
6dbb839a 13605 * amd64-tdep.c (amd64_push_dummy_call): Call i387_reset_bnd_regs.
4a612d6f 13606
d274ecf4
SM
136072017-03-06 Simon Marchi <simon.marchi@ericsson.com>
13608
13609 * xtensa-linux-nat.c (fetch_gregs): Remove const.
13610
df97be55
SM
136112017-03-03 Simon Marchi <simon.marchi@ericsson.com>
13612
13613 * remote.c (remote_add_target_side_commands): Use range-based
13614 for loop.
13615
7d45f3df
YQ
136162017-03-03 Yao Qi <yao.qi@linaro.org>
13617
13618 PR gdb/21165
13619 * ada-valprint.c (ada_val_print_ref): Call value_fetch_lazy if
13620 value is lazy.
13621 * valprint.c (common_val_print): Likewise.
13622
65b48a81
PB
136232017-02-28 Peter Bergner <bergner@vnet.ibm.com>
13624
13625 * NEWS: Mention new set/show disassembler-options commands.
13626 * doc/gdb.texinfo: Document new set/show disassembler-options commands.
13627 * disasm.c: Include "arch-utils.h", "gdbcmd.h" and "safe-ctype.h".
13628 (prospective_options): New static variable.
13629 (gdb_disassembler::gdb_disassembler): Initialize
13630 m_di.disassembler_options.
13631 (gdb_buffered_insn_length_init_dis): Initilize di->disassembler_options.
13632 (get_disassembler_options): New function.
13633 (set_disassembler_options): Likewise.
13634 (set_disassembler_options_sfunc): Likewise.
13635 (show_disassembler_options_sfunc): Likewise.
13636 (disassembler_options_completer): Likewise.
13637 (_initialize_disasm): Likewise.
13638 * disasm.h (get_disassembler_options): New prototype.
13639 (set_disassembler_options): Likewise.
13640 * gdbarch.sh (gdbarch_disassembler_options): New variable.
13641 (gdbarch_verify_disassembler_options): Likewise.
13642 * gdbarch.c: Regenerate.
13643 * gdbarch.h: Likewise.
13644 * arm-tdep.c (num_disassembly_options): Delete.
13645 (set_disassembly_style): Likewise.
13646 (arm_disassembler_options): New static variable.
13647 (set_disassembly_style_sfunc): Convert short style name into long
13648 option name. Call set_disassembler_options.
13649 (show_disassembly_style_sfunc): New function.
13650 (arm_gdbarch_init): Call set_gdbarch_disassembler_options and
13651 set_gdbarch_verify_disassembler_options.
13652 (_initialize_arm_tdep): Delete regnames variable and update callers.
13653 (arm_disassembler_options): Initialize.
13654 (disasm_options): New variable.
13655 (num_disassembly_options): Rename from this...
13656 (num_disassembly_styles): ...to this. Compute by scanning through
13657 disasm_options.
13658 (valid_disassembly_styles): Initialize using disasm_options.
13659 Remove calls to parse_arm_disassembler_option, get_arm_regnames and
13660 set_arm_regname_option.
13661 Pass show_disassembly_style_sfunc to the "disassembler" setshow command.
13662 * rs6000-tdep.c (powerpc_disassembler_options): New static variable.
13663 (rs6000_gdbarch_init): Call set_gdbarch_disassembler_options and
13664 set_gdbarch_verify_disassembler_options.
13665 * s390-tdep.c (s390_disassembler_options): New static variable.
13666 (s390_gdbarch_init):all set_gdbarch_disassembler_options and
13667 set_gdbarch_verify_disassembler_options.
13668
d538e36d
SM
136692017-02-27 Simon Marchi <simon.marchi@ericsson.com>
13670
13671 * remote.c (remote_add_target_side_condition): Remove "struct"
13672 keyword from range-based for loop.
13673
83621223
SM
136742017-02-27 Simon Marchi <simon.marchi@ericsson.com>
13675
13676 * remote.c (remote_add_target_side_condition): Use range-based
13677 for loop. Update comment.
13678
2123df0e
YQ
136792017-02-27 Yao Qi <yao.qi@linaro.org>
13680
13681 * f-typeprint.c (f_print_type): Check "varstring" is empty first.
13682
8e368124
AH
136832017-02-26 Alan Hayward <alan.hayward@arm.com>
13684
13685 * regcache.c (regcache_raw_update): New function.
13686 (regcache_raw_read): Move code to regcache_raw_update.
13687 * regcache.h (regcache_raw_update): New declaration.
13688 * remote.c (remote_prepare_to_store): Call regcache_raw_update.
13689
a49dd8dd
JK
136902017-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13691
13692 * dwarf2read.c (create_debug_type_hash_table): Initialize
13693 header.signature and header.type_offset_in_tu.
13694
34e4bae9
PA
136952017-02-24 Pedro Alves <palves@redhat.com>
13696
13697 * symtab.c (make_file_symbol_completion_list_1): Use
13698 add_symtab_completions.
13699
b0e4b369
AH
137002017-02-24 Alan Hayward <alan.hayward@arm.com>
13701
13702 * stack.c (frame_info): Use frame_unwind_register_value to avoid buf.
13703
975c21ab
AH
137042017-02-24 Alan Hayward <alan.hayward@arm.com>
13705
13706 * i386-tdep.c (i386_pseudo_register_read_into_value): Use
13707 I386_MAX_REGISTER_SIZE.
13708 (i386_pseudo_register_write): Likewise.
13709 (i386_process_record): Likewise.
13710 * i387-tdep.c (i387_supply_xsave): Likewise.
13711 * m68k-linux-nat.c (fetch_register): Use M68K_MAX_REGISTER_SIZE.
13712 (store_register): Likewise.
13713
14bc53a8
PA
137142017-02-23 Pedro Alves <palves@redhat.com>
13715
13716 * ada-lang.c: Include "common/function-view.h".
13717 (ada_iterate_over_symbols): Adjust to use function_view as
13718 callback type.
13719 (struct add_partial_datum, ada_complete_symbol_matcher): Delete.
13720 (ada_make_symbol_completion_list): Use a lambda.
13721 (ada_exc_search_name_matches): Delete.
13722 (name_matches_regex): New.
13723 (ada_add_global_exceptions): Use a lambda and name_matches_regex.
13724 * compile/compile-c-support.c: Include "common/function-view.h".
13725 (print_one_macro): Change prototype to accept a ui_file pointer.
13726 (write_macro_definitions): Use a lambda.
13727 * dwarf2read.c: Include "common/function-view.h".
13728 (dw2_map_expand_apply, dw2_map_symtabs_matching_filename)
13729 (dw2_expand_symtabs_matching): Adjust to use function_view as
13730 callback type.
13731 * language.h: Include "common/function-view.h".
13732 (struct language_defn) <la_iterate_over_symbols>: Adjust to use
13733 function_view as callback type.
13734 (LA_ITERATE_OVER_SYMBOLS): Remove DATA parameter.
13735 * linespec.c: Include "common/function-view.h".
13736 (collect_info::add_symbol): New method.
13737 (struct symbol_and_data_callback, iterate_inline_only, struct
13738 symbol_matcher_data, iterate_name_matcher): Delete.
13739 (iterate_over_all_matching_symtabs): Adjust to use function_view
13740 as callback type and lambdas.
13741 (iterate_over_file_blocks): Adjust to use function_view as
13742 callback type.
13743 (decode_compound_collector): Now a class with private fields.
13744 (decode_compound_collector::release_symbols): New method.
13745 (collect_one_symbol): Rename to...
13746 (decode_compound_collector::operator()): ... this and adjust.
13747 (lookup_prefix_sym): decode_compound_collector construction bits
13748 move to decode_compound_collector ctor. Pass the
13749 decode_compound_collector object directly as callback. Remove
13750 cleanups and use decode_compound_collector::release_symbols
13751 instead.
13752 (symtab_collector): Now a class with private fields.
13753 (symtab_collector::release_symtabs): New method.
13754 (add_symtabs_to_list): Rename to...
13755 (symtab_collector::operator()): ... this and adjust.
13756 (collect_symtabs_from_filename): symtab_collector construction
13757 bits move to symtab_collector ctor. Pass the symtab_collector
13758 object directly as callback. Remove cleanups and use
13759 symtab_collector::release_symtabs instead.
13760 (collect_symbols): Delete.
13761 (add_matching_symbols_to_info): Use lambdas.
13762 * macrocmd.c (print_macro_callback): Delete.
13763 (info_macro_command): Use a lambda.
13764 (info_macros_command): Pass print_macro_definition as callable
13765 directly.
13766 (print_one_macro): Remove 'ignore' parameter.
13767 (macro_list_command): Adjust.
13768 * macrotab.c (macro_for_each_data::fn): Now a function_view.
13769 (macro_for_each_data::user_data): Delete field.
13770 (foreach_macro): Adjust to call the function_view.
13771 (macro_for_each): Adjust to use function_view as callback type.
13772 (foreach_macro_in_scope): Adjust to call the function_view.
13773 (macro_for_each_in_scope): Adjust to use function_view as callback
13774 type.
13775 * macrotab.h: Include "common/function-view.h".
13776 (macro_callback_fn): Declare a prototype instead of a pointer.
13777 Remove "user_data" parameter.
13778 (macro_for_each, macro_for_each_in_scope): Adjust to use
13779 function_view as callback type.
13780 * psymtab.c (partial_map_expand_apply)
13781 (psym_map_symtabs_matching_filename, recursively_search_psymtabs):
13782 Adjust to use function_view as callback type and to return bool.
13783 (psym_expand_symtabs_matching): Adjust to use function_view as
13784 callback types.
13785 * symfile-debug.c (debug_qf_map_symtabs_matching_filename): Adjust
13786 to use function_view as callback type and to return bool.
13787 (debug_qf_expand_symtabs_matching): Adjust to use function_view as
13788 callback types.
13789 * symfile.c (expand_symtabs_matching): Adjust to use function_view
13790 as callback types.
13791 * symfile.h: Include "common/function-view.h".
13792 (expand_symtabs_file_matcher_ftype)
13793 (expand_symtabs_symbol_matcher_ftype)
13794 (expand_symtabs_exp_notify_ftype): Remove "data" parameter and
13795 return bool.
13796 (quick_symbol_functions::map_symtabs_matching_filename)
13797 (quick_symbol_functions::expand_symtabs_matching): Adjust to use
13798 function_view as callback type and return bool.
13799 (expand_symtabs_matching): Adjust to use function_view as callback
13800 type.
13801 (maintenance_expand_name_matcher)
13802 (maintenance_expand_file_matcher): Delete.
13803 (maintenance_expand_symtabs): Use lambdas.
13804 * symtab.c (iterate_over_some_symtabs): Adjust to use
13805 function_view as callback types and return bool.
13806 (iterate_over_symtabs): Likewise. Use unique_xmalloc_ptr instead
13807 of a cleanup.
13808 (lookup_symtab_callback): Delete.
13809 (lookup_symtab): Use a lambda.
13810 (iterate_over_symbols): Adjust to use function_view as callback
13811 type.
13812 (struct search_symbols_data, search_symbols_file_matches)
13813 (search_symbols_name_matches): Delete.
13814 (search_symbols): Use a pair of lambdas.
13815 (struct add_name_data, add_macro_name, symbol_completion_matcher)
13816 (symtab_expansion_callback): Delete.
13817 (default_make_symbol_completion_list_break_on_1): Use lambdas.
13818 * symtab.h: Include "common/function-view.h".
13819 (iterate_over_some_symtabs): Adjust to use function_view as
13820 callback type and return bool.
13821 (iterate_over_symtabs): Adjust to use function_view as callback
13822 type.
13823 (symbol_found_callback_ftype): Remove 'data' parameter and return
13824 bool.
13825 (iterate_over_symbols): Adjust to use function_view as callback
13826 type.
13827
07e253aa
PA
138282017-02-23 Pedro Alves <palves@redhat.com>
13829
13830 * Makefile.in (SUBDIR_UNITTESTS_SRCS, SUBDIR_UNITTESTS_OBS): New.
13831 (%.o) <unittests/%.c>: New pattern.
13832 * configure.ac ($development): Add $(SUBDIR_UNITTESTS_OBS) to
13833 CONFIG_OBS, and $(SUBDIR_UNITTESTS_SRCS) to CONFIG_SRCS.
13834 * common/function-view.h: New file.
13835 * unittests/function-view-selftests.c: New file.
13836 * configure: Regenerate.
13837
8eaf5320
SM
138382017-02-23 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
13841 inferior_ptid.
13842 * go32-nat.c (go32_thread_alive): Likewise.
13843
38768751
YQ
138442017-02-23 Yao Qi <yao.qi@linaro.org>
13845
13846 * varobj-iter.h (varobj_iter_delete): Call xfree instead of
13847 delete.
13848
0a8beaba
YQ
138492017-02-23 Yao Qi <yao.qi@linaro.org>
13850
13851 * varobj.c (varobj_clear_saved_item): Use delete instead of
13852 xfree.
13853 (update_dynamic_varobj_children): Likewise.
13854
58fdfd2c
JK
138552017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13856
13857 * dwarf2read.c (dwarf2_record_block_ranges): Add forgotten BASEADDR.
13858
1b90b139
SM
138592017-02-21 Simon Marchi <simon.marchi@ericsson.com>
13860
13861 * common/enum-flags.h (enum_flags::enum_flags): Initialize
13862 m_enum_value to 0 in default constructor.
13863
2039d74e
EBM
138642017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13865
13866 * rs6000-tdep.c (LOAD_AND_RESERVE_MASK): Rename from LWARX_MASK.
13867 (STORE_CONDITIONAL_MASK): Rename from STWCX_MASK.
13868 (LBARX_INSTRUCTION, LHARX_INSTRUCTION, LQARX_INSTRUCTION,
13869 STBCX_INSTRUCTION, STHCX_INSTRUCTION, STQCX_INSTRUCTION): New defines.
13870 (IS_LOAD_AND_RESERVE_INSN, IS_STORE_CONDITIONAL_INSN): New macros.
13871 (ppc_displaced_step_copy_insn): Use IS_LOAD_AND_RESERVE_INSN.
13872 (ppc_deal_with_atomic_sequence): Use IS_LOAD_AND_RESERVE_INSN and
13873 IS_STORE_CONDITIONAL_INSN.
13874
7814882a
JK
138752017-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13876
13877 * dwarf2_rnglists_process: Initialize range_beginning and range_end.
13878
0ae60b63
JK
138792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13880
13881 * NEWS (Changes since GDB 7.12): Add DWARF-5.
13882
0224619f
JK
138832017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13884
13885 * dwarf2read.c (skip_one_die, read_attribute_value)
13886 (dwarf2_const_value_attr, dump_die_shallow)
13887 (dwarf2_get_attr_constant_value, dwarf2_fetch_constant_bytes)
13888 (skip_form_bytes, attr_form_is_constant): Handle DW_FORM_data16.
13889
0af92d60
JK
138902017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13891
13892 * dwarf2read.c (read_file_scope): Rename DW_MACRO_GNU_*.
13893 (dwarf_parse_macro_header): Accept DWARF version 5.
13894 (dwarf_decode_macro_bytes, dwarf_decode_macros): Rename DW_MACRO_GNU_*.
13895
216f72a1
JK
138962017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13897
13898 * block.c (call_site_for_pc): Rename DW_OP_GNU_*, DW_TAG_GNU_* and
13899 DW_AT_GNU_*.
13900 * common/common-exceptions.h (enum errors): Likewise.
13901 * dwarf2-frame.c (class dwarf_expr_executor): Likewise.
13902 * dwarf2expr.c (dwarf_block_to_dwarf_reg)
13903 (dwarf_expr_context::execute_stack_op): Likewise.
13904 * dwarf2expr.h (struct dwarf_expr_context, struct dwarf_expr_piece):
13905 Likewise.
13906 * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type)
13907 (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value)
13908 (show_entry_values_debug, call_site_to_target_addr)
13909 (func_addr_to_tail_call_list, func_verify_no_selftailcall)
13910 (dwarf_expr_reg_to_entry_parameter, dwarf_entry_parameter_to_value)
13911 (entry_data_value_free_closure, value_of_dwarf_reg_entry)
13912 (value_of_dwarf_block_entry, indirect_pieced_value)
13913 (symbol_needs_eval_context::push_dwarf_reg_entry_value):
13914 (disassemble_dwarf_expression): Likewise.
13915 * dwarf2read.c (process_die, inherit_abstract_dies)
13916 (read_call_site_scope): Likewise.
13917 * gdbtypes.h (struct func_type, struct call_site_parameter)
13918 (struct call_site): Likewise.
13919 * stack.c (read_frame_arg): Likewise.
13920 * std-operator.def (OP_VAR_ENTRY_VALUE): Likewise.
13921
43988095
JK
139222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13923
13924 * defs.h (read_unsigned_leb128): New declaration.
13925 * dwarf2loc.c (decode_debug_loclists_addresses): New function.
13926 (decode_debug_loc_dwo_addresses): Update DEBUG_LOC_* to DW_LLE_*.
13927 (dwarf2_find_location_expression): Call also
13928 decode_debug_loclists_addresses. Handle DWARF-5 ULEB128 length.
13929 * dwarf2loc.h (dwarf2_version): New declaration.
13930 * dwarf2read.c (struct dwarf2_per_objfile): Add loclists, line_str,
13931 rnglists.
13932 (dwarf2_elf_names): Add .debug_loclists, .debug_line_str,
13933 .debug_rnglists.
13934 (struct dwop_section_names): Add loclists_dwo.
13935 (dwop_section_names): Add .debug_loclists.dwo.
13936 (struct comp_unit_head): Add unit_type, signature, type_offset_in_tu.
13937 (struct dwarf2_per_cu_data): Add dwarf_version.
13938 (struct dwo_sections): Add loclists.
13939 (struct attr_abbrev): Add implicit_const.
13940 (read_indirect_line_string): New declaration.
13941 (read_unsigned_leb128): Delete declaration.
13942 (rcuh_kind): New definition.
13943 (read_and_check_comp_unit_head): Change parameter
13944 is_debug_types_section to section_kind.
13945 (dwarf2_locate_sections): Handle loclists, line_str and rnglists.
13946 (read_comp_unit_head): Change parameter abfd to section, add parameter
13947 section_kind. Handle DWARF-5.
13948 (error_check_comp_unit_head): Accept also DWARF version 5.
13949 (read_and_check_comp_unit_head): Change parameter
13950 is_debug_types_section to section_kind.
13951 (read_and_check_type_unit_head): Delete function.
13952 (read_abbrev_offset): Handle DWARF-5.
13953 (create_debug_type_hash_table): Add parameter section_kind. Process
13954 only DW_UT_type. Use signature and type_offset_in_tu from struct
13955 comp_unit_head.
13956 (create_debug_types_hash_table): Update create_debug_type_hash_table
13957 caller.
13958 (create_all_type_units): Call create_debug_type_hash_table.
13959 (read_cutu_die_from_dwo, init_cutu_and_read_dies): Change
13960 read_and_check_type_unit_head caller to read_and_check_comp_unit_head
13961 caller.
13962 (skip_one_die): Handle DW_FORM_implicit_const.
13963 (dwarf2_rnglists_process): New function.
13964 (dwarf2_ranges_process): Call dwarf2_rnglists_process for DWARF-5.
13965 (abbrev_table_read_table): Handle DW_FORM_implicit_const.
13966 (read_attribute_value): Handle DW_FORM_implicit_const,
13967 DW_FORM_line_strp.
13968 (read_attribute): Handle DW_FORM_implicit_const.
13969 (read_indirect_string_at_offset_from): New function from
13970 read_indirect_string_at_offset.
13971 (read_indirect_string_at_offset): Call
13972 read_indirect_string_at_offset_from.
13973 (read_indirect_line_string_at_offset): New function.
13974 (read_indirect_string): New function comment.
13975 (read_indirect_line_string): New function.
13976 (read_unsigned_leb128): Make it global.
13977 (dwarf2_string_attr): Handle DWARF-5.
13978 (add_include_dir_stub, read_formatted_entries): New functions.
13979 (dwarf_decode_line_header, dump_die_shallow, cu_debug_loc_section):
13980 Handle DWARF-5.
13981 (per_cu_header_read_in): Update read_comp_unit_head caller.
13982 (dwarf2_version): New function.
13983 * symfile.h (struct dwarf2_debug_sections): Add loclists, line_str and
13984 rnglists.
13985 * xcoffread.c (dwarf2_xcoff_names): Update struct dwarf2_debug_sections
13986 fields.
13987
22d2f3ab
JK
139882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13989
13990 * dwarf2read.c (abbrev_table_read_table): Read the data only once.
13991
5f46c5a5
JK
139922017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * dwarf2read.c (dwarf2_ranges_process): New function from
13995 dwarf2_ranges_read.
13996 (dwarf2_ranges_read, dwarf2_record_block_ranges): Use
13997 dwarf2_ranges_process.
13998
78d4d2c5
JK
139992017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14000
14001 * dwarf2read.c (create_debug_type_hash_table): New function from
14002 create_debug_types_hash_table.
14003 (create_debug_types_hash_table): Call create_debug_type_hash_table.
14004 (create_all_type_units, open_and_init_dwo_file): Update
14005 create_debug_types_hash_table callers.
14006
1b076f25
SDJ
140072017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14008
14009 PR gdb/16188
14010 * fork-child.c (trace_start_error): Fix thinko. va_end should
14011 refer to 'ap', not 'args'.
14012
0db8980c
SDJ
140132017-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14014 Pedro Alves <palves@redhat.com>
14015
14016 PR gdb/16188
14017 * darwin-nat.c (darwin_ptrace_me): Check if calls to system
14018 calls succeeded.
14019 * fork-child.c (trace_start_error): New function.
14020 (trace_start_error_with_name): Likewise.
14021 * gnu-nat.c (gnu_ptrace_me): Check if call to PTRACE succeeded.
14022 * inf-ptrace.c (inf_ptrace_me): Likewise.
14023 * inferior.h (trace_start_error): New prototype.
14024 (trace_start_error_with_name): Likewise.
14025
99e8a4f9
SDJ
140262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
14027
14028 PR gdb/21164
14029 * psymtab.c (maintenance_print_psymbols): Verify if 'argv' is not
14030 NULL before using it.
14031 * symmisc.c (maintenance_print_symbols): Likewise.
14032 (maintenance_print_msymbols): Likewise.
14033
4e746bb6
TW
140342017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14035
14036 * NEWS: Add record Python bindings entry.
14037
140382017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14039
14040 * Makefile.in (SUBDIR_PYTHON_OBS): Add py-record-btrace.o,
14041 py-record-full.o.
14042 (SUBDIR_PYTHON_SRCS): Add py-record-btrace.c, py-record-full.c.
14043 * python/py-record-btrace.c, python/py-record-btrace.h,
14044 python/py-record-full.c, python/py-record-full.h: New file.
14045 * python/py-record.c: Add include for py-record-btrace.h and
14046 py-record-full.h.
14047 (recpy_method, recpy_format, recpy_goto, recpy_replay_position,
14048 recpy_instruction_history, recpy_function_call_history, recpy_begin,
14049 recpy_end): Use functions from py-record-btrace.c and py-record-full.c.
14050 * python/python-internal.h (PyInt_FromSsize_t, PyInt_AsSsize_t):
14051 New definition.
14052 (gdbpy_initialize_btrace): New export.
14053 * python/python.c (_initialize_python): Add gdbpy_initialize_btrace.
14054
140552017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14056
14057 * Makefile.in (SUBDIR_PYTHON_OBS): Add python/py-record.o.
14058 (SUBDIR_PYTHON_SRCS): Add python/py-record.c.
14059 * python/py-record.c: New file.
14060 * python/python-internal.h (gdbpy_start_recording,
14061 gdbpy_current_recording, gdpy_stop_recording,
14062 gdbpy_initialize_record): New export.
14063 * python/python.c (_initialize_python): Add gdbpy_initialize_record.
14064 (python_GdbMethods): Add gdbpy_start_recording,
14065 gdbpy_current_recording and gdbpy_stop_recording.
14066
140672017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14068
14069 * record-btrace.c (record_btrace_record_method): New function.
14070 (init_record_btrace_ops): Initialize to_record_method.
14071 * record-full.c (record_full_record_method): New function.
14072 (init_record_full_ops, init_record_full_core_ops): Add
14073 record_full_record_method.
14074 * record.h (enum record_method): New enum.
14075 * target-debug.h (target_debug_print_enum_record_method: New define.
14076 * target-delegates.c: Regenerate.
14077 * target.c (target_record_method): New function.
14078 * target.h: Include record.h.
14079 (struct target_ops) <to_record_method>: New field.
14080 (target_record_method): New export.
14081
140822017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14083
14084 * record.h (record_start, record_stop): New export.
14085 * record.c (record_start, record_stop): New function.
14086
140872017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14088
14089 * btrace.c (btrace_fetch): Copy function call segments pointer
14090 into a vector.
14091 (btrace_clear): Clear the vector.
14092 (btrace_find_insn_by_number): Use binary search to find the correct
14093 function call segment.
14094 * btrace.h (brace_fun_p): New typedef.
14095 (struct btrace_thread_info) <functions>: New field.
14096
140972017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14098
14099 * record-btrace.c (btrace_ui_out_decode_error): Move most of it ...
14100 * btrace.c (btrace_decode_error): ... here. New function.
14101 * btrace.h (btrace_decode_error): New export.
14102
141032017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
14104
14105 * btrace.c (ftrace_call_num_insn, btrace_insn_get_error): New function.
14106 (ftrace_new_function, btrace_insn_number, btrace_insn_cmp,
14107 btrace_find_insn_by_number): Remove special case for gaps.
14108 * btrace.h (btrace_insn_get_error): New export.
14109 (btrace_insn_number, btrace_find_insn_by_number): Adjust comment.
14110 * record-btrace.c (btrace_insn_history): Print number for gaps.
14111 (record_btrace_info, record_btrace_goto): Handle gaps.
14112
3f77c769
TT
141132017-02-14 Tom Tromey <tom@tromey.com>
14114
14115 PR python/13598:
14116 * python/python.c (gdbpy_before_prompt_hook): Emit before_prompt
14117 event.
14118 * python/py-evts.c (gdbpy_initialize_py_events): Add
14119 before_prompt registry.
14120 * python/py-events.h (events_object) <before_prompt>: New field.
14121
4c2c7ac6
MM
141222017-02-14 Markus Metzger <markus.t.metzger@intel.com>
14123
14124 * btrace.c (ftrace_new_switch): Preserve up link and flags.
14125
5cf30ebf
LM
141262017-02-13 Luis Machado <lgustavo@codesourcery.com>
14127
14128 * symfile (_initialize_symfile): Add usage text to the load command's
14129 help text.
14130
26a06916
SM
141312017-02-10 Simon Marchi <simon.marchi@ericsson.com>
14132
14133 * utils.c (defaulted_query): Don't query on secondary UIs.
14134
0b145e37
TT
141352017-02-10 Tom Tromey <tom@tromey.com>
14136
14137 * rust-lang.c (rust_get_disr_info): Remove unused variable.
14138
2d8365c4
TT
141392017-02-10 Tom Tromey <tom@tromey.com>
14140
14141 * python/py-value.c (valpy_richcompare_throw): Remove unnecessary
14142 "cleanup" local.
14143 * python/py-type.c (typy_legacy_template_argument): Remove
14144 unnecessary "cleanup" local.
14145
2bb8f231
TT
141462017-02-10 Tom Tromey <tom@tromey.com>
14147
14148 * python/python.c (do_start_initialization): New function, from
14149 _initialize_python.
14150 (_initialize_python): Call do_start_initialization.
14151 * python/py-linetable.c (ltpy_iternext): Use explicit returns, not
14152 goto.
14153
1bdfaf42
TT
141542017-02-10 Tom Tromey <tom@tromey.com>
14155
14156 * python/py-prettyprint.c (pretty_print_one_value): Use
14157 gdbpy_ref.
14158
88b6faea
TT
141592017-02-10 Tom Tromey <tom@tromey.com>
14160
14161 * python/py-cmd.c (cmdpy_destroyer): Use gdbpy_ref.
14162 * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Use
14163 gdbpy_ref.
14164 * python/py-type.c (field_new): Use gdbpy_ref.
14165 * python/py-symtab.c (symtab_and_line_to_sal_object): Use
14166 gdbpy_ref.
14167 * python/py-progspace.c (pspy_new): Use gdbpy_ref.
14168 (py_free_pspace): Likewise.
14169 (pspace_to_pspace_object): Likewise.
14170 * python/py-objfile.c (objfpy_new): Use gdbpy_ref.
14171 (py_free_objfile): Likewise.
14172 (objfile_to_objfile_object): Likewise.
14173 * python/py-inferior.c (delete_thread_object): Use
14174 gdbpy_ref.
14175 (infpy_read_memory): Likewise.
14176 (py_free_inferior): Likewise.
14177 * python/py-evtregistry.c (create_eventregistry_object): Use
14178 gdbpy_ref.
14179 * python/py-event.c (create_event_object): Use gdbpy_ref.
14180
7780f186
TT
141812017-02-10 Tom Tromey <tom@tromey.com>
14182
14183 * python/py-ref.h (gdbpy_ref_policy): Now a template.
14184 (gdbpy_ref): Now a template; allow subclasses of PyObject to be
14185 used.
14186 * python/py-arch.c, python/py-bpevent.c, python/py-breakpoint.c,
14187 python/py-cmd.c, python/py-continueevent.c, python/py-event.c,
14188 python/py-exitedevent.c, python/py-finishbreakpoint.c,
14189 python/py-framefilter.c, python/py-function.c,
14190 python/py-inferior.c, python/py-infevents.c,
14191 python/py-linetable.c, python/py-newobjfileevent.c,
14192 python/py-param.c, python/py-prettyprint.c, python/py-ref.h,
14193 python/py-signalevent.c, python/py-stopevent.c,
14194 python/py-symbol.c, python/py-threadevent.c, python/py-type.c,
14195 python/py-unwind.c, python/py-utils.c, python/py-value.c,
14196 python/py-varobj.c, python/py-xmethods.c, python/python.c,
14197 varobj.c: Change gdbpy_ref to gdbpy_ref<>.
14198
d4b0bb18
TT
141992017-02-10 Tom Tromey <tom@tromey.com>
14200
14201 * ui-out.h (ui_out_emit_type): New class.
14202 (ui_out_emit_tuple, ui_out_emit_list): New typedefs.
14203 * python/py-framefilter.c (py_print_single_arg): Use gdb::optional
14204 and ui_out_emit_tuple.
14205 (enumerate_locals): Likewise.
14206 (py_mi_print_variables, py_print_locals, py_print_args): Use
14207 ui_out_emit_list.
14208 (py_print_frame): Use gdb::optional, ui_out_emit_tuple,
14209 ui_out_emit_list.
14210 * common/gdb_optional.h: New file.
14211
f67f945c
MG
142122017-02-10 Martin Galvan <martingalvan@sourceware.org>
14213
14214 * MAINTAINERS (Write After Approval): Update my e-mail address.
14215
18da0c51
MG
142162017-02-10 Martin Galvan <martingalvan@sourceware.org>
14217
14218 PR gdb/21122
14219 * breakpoint.c (_initialize_breakpoint): Update the help description
14220 of the 'commands' command to indicate that it takes a list argument.
14221
62c14536
SM
142222017-02-09 Simon Marchi <simon.marchi@ericsson.com>
14223
14224 * interps.c (current_interp_set_logging): Remove "return".
14225
ff6fa247
GB
142262017-02-09 Gary Benson <gbenson@redhat.com>
14227
14228 * symtab.c (add_symtab_completions): Prevent NULL pointer
14229 dereference.
14230
a474bd8e
PA
142312017-02-08 Pedro Alves <palves@redhat.com>
14232
14233 * interps.c (interp::interp): Remove reference to quiet_p.
14234 (interp_set): Make static. Remove dead "Switching to" output
14235 code.
14236 (interp_quiet_p, interp_set_quiet): Delete.
14237 (interpreter_exec_cmd): Don't set the interpreter quiet.
14238 * interps.h (interp_quiet_p): Make static.
14239 (class interp) <quiet_p>: Remove field
14240
3d7b173c
JG
142412017-02-08 Jerome Guitton <guitton@adacore.com>
14242
604c4576
JG
14243 * cli/cli-decode.c (find_command_name_length): Make it extern.
14244 * cli/cli-decode.h (find_command_name_length): Declare.
14245 * cli/cli-script.c (command_name_equals, line_first_arg):
14246 New functions.
14247 (process_next_line): Use cli-decode to parse command names.
14248 (build_command_line): Make args a constant pointer.
14249
142502017-02-08 Jerome Guitton <guitton@adacore.com>
6dbb839a 14251
3d7b173c
JG
14252 * cli-decode.c (lookup_cmd_1, lookup_cmd_composition):
14253 Remove case-insensitive search.
14254
1291063d
JM
142552017-02-07 Jose E. Marchesi <jose.marchesi@oracle.com>
14256
14257 * sparc-tdep.c (sparc32_gdbarch_init): Do not place a + operator
14258 at the end of the line. Avoids an ARI warning.
14259
20b477a7
LM
142602017-02-06 Luis Machado <lgustavo@codesourcery.com>
14261
14262 * NEWS: Mention support for record/replay of Intel 64 rdrand and
14263 rdseed instructions.
14264 i386-tdep.c (i386_process_record): Handle Intel 64 rdrand and rseed.
14265
3f7b46f2
IR
142662017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
14267
14268 PR tdep/20936
14269 Provide and use sparc32 and sparc64 target description XML files.
14270 * features/sparc/sparc32-cp0.xml, features/sparc/sparc32-cpu.xml,
14271 features/sparc/sparc32-fpu.xml: New files for sparc 32-bit.
14272 * features/sparc/sparc64-cp0.xml, features/sparc/sparc64-cpu.xml,
14273 features/sparc/sparc64-fpu.xml: New files for sparc 64-bit.
14274 * features/sparc/sparc32-solaris.xml: New file.
14275 * features/sparc/sparc64-solaris.xml: New file.
14276 * features/sparc/sparc32-solaris.c: Generated.
14277 * features/sparc/sparc64-solaris.c: Generated.
14278 * sparc-tdep.h: Account for differences in target descriptions.
14279 * sparc-tdep.c (sparc32_register_name): Use target provided registers.
14280 (sparc32_register_type): Use target provided registers.
14281 (validate_tdesc_registers): New function.
14282 (sparc32_gdbarch_init): Use tdesc_has_registers.
14283 Set pseudoregister functions.
14284 * sparc64-tdep.c (sparc64_register_name): Use target provided registers.
14285 (sparc64_register_type): Use target provided registers.
14286 (sparc64_init_abi): Set pseudoregister functions.
14287
f0fd41c1
TT
142882017-02-03 Tom Tromey <tom@tromey.com>
14289
14290 PR rust/21097:
14291 * rust-lang.c (rust_print_type) <TYPE_CODE_UNION>: Handle enums
14292 with a single member.
14293
d6f9b0fb
PA
142942017-02-03 Pedro Alves <palves@redhat.com>
14295
14296 * cli/cli-interp.c (cli_interp_base::cli_interp_base)
14297 (cli_interp_base::~cli_interp_base): New.
14298 (cli_interp): New struct.
14299 (as_cli_interp): Cast the interp itself to cli_interp.
14300 (cli_interpreter_pre_command_loop): Rename to ...
14301 (cli_interp_base::pre_command_loop): ... this. Remove 'self'
14302 parameter.
14303 (cli_interpreter_init): Rename to ...
14304 (cli_interp::init): ... this. Remove 'self' parameter. Use
14305 boolean. Make extern.
14306 (cli_interpreter_resume): Rename to ...
14307 (cli_interp::resume): ... this. Remove 'data' parameter. Make
14308 extern.
14309 (cli_interpreter_suspend): Rename to ...
14310 (cli_interp::suspend): ... this. Remove 'data' parameter. Make
14311 extern.
14312 (cli_interpreter_exec): Rename to ...
14313 (cli_interp::exec): ... this. Remove 'data' parameter. Make
14314 extern.
14315 (cli_interpreter_supports_command_editing): Rename to ...
14316 (cli_interp_base::supports_command_editing): ... this. Remove
14317 'interp' parameter. Make extern.
14318 (cli_ui_out): Rename to ...
14319 (cli_interp::interp_ui_out): ... this. Remove 'interp' parameter.
14320 Make extern.
14321 (cli_set_logging): Rename to ...
14322 (cli_interp_base::set_logging): ... this. Remove 'interp'
14323 parameter. Make extern.
14324 (cli_interp_procs): Delete.
14325 (cli_interp_factory): Adjust to use "new".
14326 * cli/cli-interp.h: Include "interps.h".
14327 (struct cli_interp_base): New struct.
14328 * interps.c (struct interp): Delete. Fields moved to interps.h.
14329 (interp_new): Delete.
14330 (interp::interp, interp::~interp): New.
14331 (interp_set): Use bool, and return void. Assume the interpreter
14332 has suspend, init and resume methods, and that the all return
14333 void.
14334 (set_top_level_interpreter): interp_set returns void.
14335 (interp_ui_out): Adapt.
14336 (current_interp_set_logging): Adapt.
14337 (interp_data): Delete.
14338 (interp_pre_command_loop, interp_supports_command_editing): Adapt.
14339 (interp_exec): Adapt.
14340 (top_level_interpreter_data): Delete.
14341 * interps.h (interp_init_ftype, interp_resume_ftype)
14342 (interp_suspend_ftype, interp_exec_ftype)
14343 (interp_pre_command_loop_ftype, interp_ui_out_ftype): Delete.
14344 (class interp): New.
14345 (interp_new): Delete.
14346 (interp_set): Now returns void. Use bool.
14347 (interp_data, top_level_interpreter_data): Delete.
14348 * mi/mi-common.h: Include interps.h.
14349 (class mi_interp): Inherit from interp. Define a ctor. Declare
14350 init, resume, suspect, exec, interp_ui_out, set_logging and
14351 pre_command_loop methods.
14352 * mi/mi-interp.c (as_mi_interp): Cast the interp itself.
14353 (mi_interpreter_init): Rename to ...
14354 (mi_interp::init): ... this. Remove the 'interp' parameter, use
14355 bool, return void and make extern. Adjust.
14356 (mi_interpreter_resume): ... Rename to ...
14357 (mi_interp::resume): ... this. Remove the 'data' parameter,
14358 return void and make extern. Adjust.
14359 (mi_interpreter_suspend): ... Rename to ...
14360 (mi_interp::suspend): ... this. Remove the 'data' parameter,
14361 return void and make extern. Adjust.
14362 (mi_interpreter_exec): ... Rename to ...
14363 (mi_interp::exec): ... this. Remove the 'data' parameter and make
14364 extern. Adjust.
14365 (mi_interpreter_pre_command_loop): ... Rename to ...
14366 (mi_interp::pre_command_loop): ... this. Remove the 'self'
14367 parameter and make extern.
14368 (mi_on_normal_stop_1): Adjust.
14369 (mi_ui_out): Rename to ...
14370 (mi_interp::interp_ui_out): ... this. Remove the 'interp'
14371 parameter and make extern. Adjust.
14372 (mi_set_logging): Rename to ...
14373 (mi_interp::set_logging): ... this. Remove the 'interp'
14374 parameter and make extern. Adjust.
14375 (mi_interp_procs): Delete.
14376 (mi_interp_factory): Adjust to use 'new'.
14377 * mi/mi-main.c (mi_cmd_gdb_exit, captured_mi_execute_command)
14378 (mi_print_exception, mi_execute_command, mi_load_progress):
14379 Adjust.
14380 * tui/tui-interp.c (tui_interp): New class.
14381 (as_tui_interp): Return a tui_interp pointer.
14382 (tui_on_normal_stop, tui_on_signal_received)
14383 (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
14384 (tui_on_no_history, tui_on_user_selected_context_changed): Adjust
14385 to use interp::interp_ui_out.
14386 (tui_init): Rename to ...
14387 (tui_interp::init): ... this. Remove the 'self' parameter, use
14388 bool, return void and make extern. Adjust.
14389 (tui_resume): Rename to ...
14390 (tui_interp::resume): ... this. Remove the 'data' parameter,
14391 return void and make extern. Adjust.
14392 (tui_suspend): Rename to ...
14393 (tui_interp::suspend): ... this. Remove the 'data' parameter,
14394 return void and make extern. Adjust.
14395 (tui_ui_out): Rename to ...
14396 (tui_interp::interp_ui_out): ... this. Remove the 'self'
14397 parameter, and make extern. Adjust.
14398 (tui_exec): Rename to ...
14399 (tui_interp::exec): ... this. Remove the 'data' parameter and
14400 make extern.
14401 (tui_interp_procs): Delete.
14402 (tui_interp_factory): Use "new".
14403
65c40c95
TT
144042017-02-02 Tom Tromey <tom@tromey.com>
14405
14406 * rust-exp.y (ends_raw_string, space_then_number)
14407 (rust_identifier_start_p): Return bool.
14408 * rust-lang.c (rust_tuple_type_p, rust_underscore_fields)
14409 (rust_tuple_struct_type_p, rust_tuple_variant_type_p)
14410 (rust_slice_type_p, rust_range_type_p, rust_u8_type_p)
14411 (rust_chartype_p): Return bool.
14412 (val_print_struct, rust_print_struct_def, rust_print_type):
14413 Update.
14414 * rust-lang.h (rust_tuple_type_p, rust_tuple_struct_type_p):
14415 Return bool.
14416
b50f188d
TT
144172017-02-02 Tom Tromey <tom@tromey.com>
14418
14419 * rust-lang.c: Reindent.
14420
03c85b11
TT
144212017-02-02 Tom Tromey <tom@tromey.com>
14422
14423 * rust-lang.h (rust_crate_for_block): Update.
14424 * rust-lang.c (rust_crate_for_block): Return std::string.
14425 (rust_get_disr_info): Use std:;string, not
14426 gdb::unique_xmalloc_ptr.
14427 * rust-exp.y (crate_name): Update.
14428
9b6da501
PA
144292017-02-02 Pedro Alves <palves@redhat.com>
14430
14431 * disasm-selftests.c (print_one_insn_test): Move the "verbose"
14432 field out of gdb_disassembler_test and make it static.
14433
ec4cb20b
PA
144342017-02-02 Pedro Alves <palves@redhat.com>
14435
14436 * mi/mi-common.h (struct mi_interp): Delete the mi2_interp,
14437 mi1_interp and mi_interp fields.
14438
5be5dbf0
PA
144392017-02-02 Pedro Alves <palves@redhat.com>
14440
616268b6
PA
14441 * cli/cli-interp.c (struct saved_output_files, saved_output):
14442 Moved from cli/cli-logging.c.
14443 (cli_set_logging): New function.
14444 (cli_interp_procs): Install cli_set_logging.
14445 * cli/cli-interp.h (make_logging_output, cli_set_logging):
14446 Declare.
14447 * cli/cli-logging.c (struct saved_output_files, saved_output):
14448 Moved to cli/cli-interp.c.
14449 (pop_output_files): Don't save outputs here.
14450 (make_logging_output): New function.
14451 (handle_redirections): Don't build tee nor save previous outputs
14452 here.
14453 * interps.c (current_interp_set_logging): Change prototype.
14454 Assume there's always a set_logging_proc method installed.
14455 * interps.h (interp_set_logging_ftype): Change prototype.
14456 (current_interp_set_logging): Change prototype and adjust comment.
14457 * mi/mi-interp.c (mi_set_logging): Change protototype. Adjust to
14458 use make_logging_output.
14459 * tui/tui-interp.c (tui_interp_procs): Install cli_set_logging.
144602017-02-02 Pedro Alves <palves@redhat.com>
14461
5be5dbf0
PA
14462 * cli/cli-logging.c (maybe_warn_already_logging): New factored out
14463 from ...
14464 (set_logging_overwrite): ... here.
14465 (logging_no_redirect_file): Delete.
14466 (set_logging_redirect): Don't handle redirection on the fly.
14467 Instead warn that "logging off" / "logging on" is necessary.
14468 (pop_output_files): Delete references to logging_no_redirect_file.
14469 (show_logging_command): Always speak in terms of what will happen
14470 once logging is reenabled.
14471
c99cc448
PA
144722017-02-02 Pedro Alves <palves@redhat.com>
14473
14474 * disasm.h (gdb_pretty_print_disassembler): Tweak intro comment.
14475
8b172ce7
PA
144762017-02-02 Pedro Alves <palves@redhat.com>
14477
14478 * disasm.c (gdb_pretty_print_insn): Rename to ...
14479 (gdb_pretty_print_disassembler::pretty_print_insn): ... this.
14480 Remove gdbarch parameter. Adapt to clear the object's buffers
14481 instead of allocating new buffers, and to print using the object's
14482 gdb_disassembler instead of calling gdb_print_insn.
14483 (dump_insns): Use gdb_pretty_print_disassembler.
14484 * disasm.h (gdb_pretty_print_insn): Delete declaration.
14485 (gdb_pretty_print_disassembler): New class.
14486 * record-btrace.c (btrace_insn_history): Use
14487 gdb_pretty_print_disassembler.
14488
d7e74731
PA
144892017-02-02 Pedro Alves <palves@redhat.com>
14490
14491 * ada-lang.c (type_as_string): Use string_file.
14492 * ada-valprint.c (ada_print_floating): Use string_file.
14493 * ada-varobj.c (ada_varobj_scalar_image)
14494 (ada_varobj_get_value_image): Use string_file.
14495 * aix-thread.c (aix_thread_extra_thread_info): Use string_file.
14496 * arm-tdep.c (_initialize_arm_tdep): Use string_printf.
14497 * breakpoint.c (update_inserted_breakpoint_locations)
14498 (insert_breakpoint_locations, reattach_breakpoints)
14499 (print_breakpoint_location, print_one_detail_ranged_breakpoint)
14500 (print_it_watchpoint): Use string_file.
14501 (save_breakpoints): Use stdio_file.
14502 * c-exp.y (oper): Use string_file.
14503 * cli/cli-logging.c (set_logging_redirect): Use ui_file_up and
14504 tee_file.
14505 (pop_output_files): Use delete.
14506 (handle_redirections): Use stdio_file and tee_file.
14507 * cli/cli-setshow.c (do_show_command): Use string_file.
14508 * compile/compile-c-support.c (c_compute_program): Use
14509 string_file.
14510 * compile/compile-c-symbols.c (generate_vla_size): Take a
14511 'string_file &' instead of a 'ui_file *'.
14512 (generate_c_for_for_one_variable): Take a 'string_file &' instead
14513 of a 'ui_file *'. Use string_file.
14514 (generate_c_for_variable_locations): Take a 'string_file &'
14515 instead of a 'ui_file *'.
14516 * compile/compile-internal.h (generate_c_for_for_one_variable):
14517 Take a 'string_file &' instead of a 'ui_file *'.
14518 * compile/compile-loc2c.c (push, pushf, unary, binary)
14519 (print_label, pushf_register_address, pushf_register)
14520 (do_compile_dwarf_expr_to_c): Take a 'string_file &' instead of a
14521 'ui_file *'. Adjust.
14522 * compile/compile.c (compile_to_object): Use string_file.
14523 * compile/compile.h (compile_dwarf_expr_to_c)
14524 (compile_dwarf_bounds_to_c): Take a 'string_file &' instead of a
14525 'ui_file *'.
14526 * cp-support.c (inspect_type): Use string_file and obstack_copy0.
14527 (replace_typedefs_qualified_name): Use string_file and
14528 obstack_copy0.
14529 * disasm.c (gdb_pretty_print_insn): Use string_file.
14530 (gdb_disassembly): Adjust reference the null_stream global.
14531 (do_ui_file_delete): Delete.
14532 (gdb_insn_length): Use null_stream.
14533 * dummy-frame.c (maintenance_print_dummy_frames): Use stdio_file.
14534 * dwarf2loc.c (dwarf2_compile_property_to_c)
14535 (locexpr_generate_c_location, loclist_generate_c_location): Take a
14536 'string_file &' instead of a 'ui_file *'.
14537 * dwarf2loc.h (dwarf2_compile_property_to_c): Likewise.
14538 * dwarf2read.c (do_ui_file_peek_last): Delete.
14539 (dwarf2_compute_name): Use string_file.
14540 * event-top.c (gdb_setup_readline): Use stdio_file.
14541 * gdbarch.sh (verify_gdbarch): Use string_file.
14542 * gdbtypes.c (safe_parse_type): Use null_stream.
14543 * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
14544 string_file.
14545 * guile/scm-disasm.c (gdbscm_print_insn_from_port): Take a
14546 'string_file *' instead of a 'ui_file *'.
14547 (gdbscm_arch_disassemble): Use string_file.
14548 * guile/scm-frame.c (frscm_print_frame_smob): Use string_file.
14549 * guile/scm-ports.c (class ioscm_file_port): Now a class that
14550 inherits from ui_file.
14551 (ioscm_file_port_delete, ioscm_file_port_rewind)
14552 (ioscm_file_port_put): Delete.
14553 (ioscm_file_port_write): Rename to ...
14554 (ioscm_file_port::write): ... this. Remove file_port_magic
14555 checks.
14556 (ioscm_file_port_new): Delete.
14557 (ioscm_with_output_to_port_worker): Use ioscm_file_port and
14558 ui_file_up.
14559 * guile/scm-type.c (tyscm_type_name): Use string_file.
14560 * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
14561 Use string_file.
14562 * infcmd.c (print_return_value_1): Use string_file.
14563 * infrun.c (print_target_wait_results): Use string_file.
14564 * language.c (add_language): Use string_file.
14565 * location.c (explicit_to_string_internal): Use string_file.
14566 * main.c (captured_main_1): Use null_file.
14567 * maint.c (maintenance_print_architecture): Use stdio_file.
14568 * mi/mi-cmd-stack.c (list_arg_or_local): Use string_file.
14569 * mi/mi-common.h (struct mi_interp) <out, err, log, targ,
14570 event_channel>: Change type to mi_console_file pointer.
14571 * mi/mi-console.c (mi_console_file_fputs, mi_console_file_flush)
14572 (mi_console_file_delete): Delete.
14573 (struct mi_console_file): Delete.
14574 (mi_console_file_magic): Delete.
14575 (mi_console_file_new): Delete.
14576 (mi_console_file::mi_console_file): New.
14577 (mi_console_file_delete): Delete.
14578 (mi_console_file_fputs): Delete.
14579 (mi_console_file::write): New.
14580 (mi_console_raw_packet): Delete.
14581 (mi_console_file::flush): New.
14582 (mi_console_file_flush): Delete.
14583 (mi_console_set_raw): Rename to ...
14584 (mi_console_file::set_raw): ... this.
14585 * mi/mi-console.h (class mi_console_file): New class.
14586 (mi_console_file_new, mi_console_set_raw): Delete.
14587 * mi/mi-interp.c (mi_interpreter_init): Use mi_console_file.
14588 (mi_set_logging): Use delete and tee_file. Adjust.
14589 * mi/mi-main.c (output_register): Use string_file.
14590 (mi_cmd_data_evaluate_expression): Use string_file.
14591 (mi_cmd_data_read_memory): Use string_file.
14592 (mi_cmd_execute, print_variable_or_computed): Use string_file.
14593 * mi/mi-out.c (mi_ui_out::main_stream): New.
14594 (mi_ui_out::rewind): Use main_stream and
14595 string_file.
14596 (mi_ui_out::put): Use main_stream and string_file.
14597 (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
14598 Allocate a 'string_file' instead.
14599 (mi_out_new): Don't allocate a mem_fileopen stream here.
14600 * mi/mi-out.h (mi_ui_out::mi_ui_out): Remove 'stream' parameter.
14601 (mi_ui_out::main_stream): Declare method.
14602 * printcmd.c (eval_command): Use string_file.
14603 * psymtab.c (maintenance_print_psymbols): Use stdio_file.
14604 * python/py-arch.c (archpy_disassemble): Use string_file.
14605 * python/py-breakpoint.c (bppy_get_commands): Use string_file.
14606 * python/py-frame.c (frapy_str): Use string_file.
14607 * python/py-framefilter.c (py_print_type, py_print_single_arg):
14608 Use string_file.
14609 * python/py-type.c (typy_str): Use string_file.
14610 * python/py-unwind.c (unwind_infopy_str): Use string_file.
14611 * python/py-value.c (valpy_str): Use string_file.
14612 * record-btrace.c (btrace_insn_history): Use string_file.
14613 * regcache.c (regcache_print): Use stdio_file.
14614 * reggroups.c (maintenance_print_reggroups): Use stdio_file.
14615 * remote.c (escape_buffer): Use string_file.
14616 * rust-lang.c (rust_get_disr_info): Use string_file.
14617 * serial.c (serial_open_ops_1): Use stdio_file.
14618 (do_serial_close): Use delete.
14619 * stack.c (print_frame_arg): Use string_file.
14620 (print_frame_args): Remove local mem_fileopen stream, not used.
14621 (print_frame): Use string_file.
14622 * symmisc.c (maintenance_print_symbols): Use stdio_file.
14623 * symtab.h (struct symbol_computed_ops) <generate_c_location>:
14624 Take a 'string_file *' instead of a 'ui_file *'.
14625 * top.c (new_ui): Use stdio_file and stderr_file.
14626 (free_ui): Use delete.
14627 (execute_command_to_string): Use string_file.
14628 (quit_confirm): Use string_file.
14629 * tracepoint.c (collection_list::append_exp): Use string_file.
14630 * tui/tui-disasm.c (tui_disassemble): Use string_file.
14631 * tui/tui-file.c: Don't include "ui-file.h".
14632 (enum streamtype, struct tui_stream): Delete.
14633 (tui_file_new, tui_file_delete, tui_fileopen, tui_sfileopen)
14634 (tui_file_isatty, tui_file_rewind, tui_file_put): Delete.
14635 (tui_file::tui_file): New method.
14636 (tui_file_fputs): Delete.
14637 (tui_file_get_strbuf): Delete.
14638 (tui_file::puts): New method.
14639 (tui_file_adjust_strbuf): Delete.
14640 (tui_file_flush): Delete.
14641 (tui_file::flush): New method.
14642 * tui/tui-file.h: Tweak intro comment.
14643 Include ui-file.h.
14644 (tui_fileopen, tui_sfileopen, tui_file_get_strbuf)
14645 (tui_file_adjust_strbuf): Delete declarations.
14646 (class tui_file): New class.
14647 * tui/tui-io.c (tui_initialize_io): Use tui_file.
14648 * tui/tui-regs.c (tui_restore_gdbout): Use delete.
14649 (tui_register_format): Use string_stream.
14650 * tui/tui-stack.c (tui_make_status_line): Use string_file.
14651 (tui_get_function_from_frame): Use string_file.
14652 * typeprint.c (type_to_string): Use string_file.
14653 * ui-file.c (struct ui_file, ui_file_magic, ui_file_new): Delete.
14654 (null_stream): New global.
14655 (ui_file_delete): Delete.
14656 (ui_file::ui_file): New.
14657 (null_file_isatty): Delete.
14658 (ui_file::~ui_file): New.
14659 (null_file_rewind): Delete.
14660 (ui_file::printf): New.
14661 (null_file_put): Delete.
14662 (null_file_flush): Delete.
14663 (ui_file::putstr): New.
14664 (null_file_write): Delete.
14665 (ui_file::putstrn): New.
14666 (null_file_read): Delete.
14667 (ui_file::putc): New.
14668 (null_file_fputs): Delete.
14669 (null_file_write_async_safe): Delete.
14670 (ui_file::vprintf): New.
14671 (null_file_delete): Delete.
14672 (null_file::write): New.
14673 (null_file_fseek): Delete.
14674 (null_file::puts): New.
14675 (ui_file_data): Delete.
14676 (null_file::write_async_safe): New.
14677 (gdb_flush, ui_file_isatty): Adjust.
14678 (ui_file_put, ui_file_rewind): Delete.
14679 (ui_file_write): Adjust.
14680 (ui_file_write_for_put): Delete.
14681 (ui_file_write_async_safe, ui_file_read): Adjust.
14682 (ui_file_fseek): Delete.
14683 (fputs_unfiltered): Adjust.
14684 (set_ui_file_flush, set_ui_file_isatty, set_ui_file_rewind)
14685 (set_ui_file_put, set_ui_file_write, set_ui_file_write_async_safe)
14686 (set_ui_file_read, set_ui_file_fputs, set_ui_file_fseek)
14687 (set_ui_file_data): Delete.
14688 (string_file::~string_file, string_file::write)
14689 (struct accumulated_ui_file, do_ui_file_xstrdup, ui_file_xstrdup)
14690 (do_ui_file_as_string, ui_file_as_string): Delete.
14691 (do_ui_file_obsavestring, ui_file_obsavestring): Delete.
14692 (struct mem_file): Delete.
14693 (mem_file_new): Delete.
14694 (stdio_file::stdio_file): New.
14695 (mem_file_delete): Delete.
14696 (stdio_file::stdio_file): New.
14697 (mem_fileopen): Delete.
14698 (stdio_file::~stdio_file): New.
14699 (mem_file_rewind): Delete.
14700 (stdio_file::set_stream): New.
14701 (mem_file_put): Delete.
14702 (stdio_file::open): New.
14703 (mem_file_write): Delete.
14704 (stdio_file_magic, struct stdio_file): Delete.
14705 (stdio_file_new, stdio_file_delete, stdio_file_flush): Delete.
14706 (stdio_file::flush): New.
14707 (stdio_file_read): Rename to ...
14708 (stdio_file::read): ... this. Adjust.
14709 (stdio_file_write): Rename to ...
14710 (stdio_file::write): ... this. Adjust.
14711 (stdio_file_write_async_safe): Rename to ...
14712 (stdio_file::write_async_safe) ... this. Adjust.
14713 (stdio_file_fputs): Rename to ...
14714 (stdio_file::puts) ... this. Adjust.
14715 (stdio_file_isatty): Delete.
14716 (stdio_file_fseek): Delete.
14717 (stdio_file::isatty): New.
14718 (stderr_file_write): Rename to ...
14719 (stderr_file::write) ... this. Adjust.
14720 (stderr_file_fputs): Rename to ...
14721 (stderr_file::puts) ... this. Adjust.
14722 (stderr_fileopen, stdio_fileopen, gdb_fopen): Delete.
14723 (stderr_file::stderr_file): New.
14724 (tee_file_magic): Delete.
14725 (struct tee_file): Delete.
14726 (tee_file::tee_file): New.
14727 (tee_file_new): Delete.
14728 (tee_file::~tee_file): New.
14729 (tee_file_delete): Delete.
14730 (tee_file_flush): Rename to ...
14731 (tee_file::flush): ... this. Adjust.
14732 (tee_file_write): Rename to ...
14733 (tee_file::write): ... this. Adjust.
14734 (tee_file::write_async_safe): New.
14735 (tee_file_fputs): Rename to ...
14736 (tee_file::puts): ... this. Adjust.
14737 (tee_file_isatty): Rename to ...
14738 (tee_file::isatty): ... this. Adjust.
14739 * ui-file.h (struct obstack, struct ui_file): Don't
14740 forward-declare.
14741 (ui_file_new, ui_file_flush_ftype, set_ui_file_flush)
14742 (ui_file_write_ftype)
14743 (set_ui_file_write, ui_file_fputs_ftype, set_ui_file_fputs)
14744 (ui_file_write_async_safe_ftype, set_ui_file_write_async_safe)
14745 (ui_file_read_ftype, set_ui_file_read, ui_file_isatty_ftype)
14746 (set_ui_file_isatty, ui_file_rewind_ftype, set_ui_file_rewind)
14747 (ui_file_put_method_ftype, ui_file_put_ftype, set_ui_file_put)
14748 (ui_file_delete_ftype, set_ui_file_data, ui_file_fseek_ftype)
14749 (set_ui_file_fseek): Delete.
14750 (ui_file_data, ui_file_delete, ui_file_rewind)
14751 (struct ui_file): New.
14752 (ui_file_up): New.
14753 (class null_file): New.
14754 (null_stream): Declare.
14755 (ui_file_write_for_put, ui_file_put): Delete.
14756 (ui_file_xstrdup, ui_file_as_string, ui_file_obsavestring):
14757 Delete.
14758 (ui_file_fseek, mem_fileopen, stdio_fileopen, stderr_fileopen)
14759 (gdb_fopen, tee_file_new): Delete.
14760 (struct string_file): New.
14761 (struct stdio_file): New.
14762 (stdio_file_up): New.
14763 (struct stderr_file): New.
14764 (class tee_file): New.
14765 * ui-out.c (ui_out::field_stream): Take a 'string_file &' instead
14766 of a 'ui_file *'. Adjust.
14767 * ui-out.h (class ui_out) <field_stream>: Likewise.
14768 * utils.c (do_ui_file_delete, make_cleanup_ui_file_delete)
14769 (null_stream): Delete.
14770 (error_stream): Take a 'string_file &' instead of a 'ui_file *'.
14771 Adjust.
14772 * utils.h (struct ui_file): Delete forward declaration..
14773 (make_cleanup_ui_file_delete, null_stream): Delete declarations.
14774 (error_stream): Take a 'string_file &' instead of a
14775 'ui_file *'.
14776 * varobj.c (varobj_value_get_print_value): Use string_file.
14777 * xtensa-tdep.c (xtensa_verify_config): Use string_file.
14778 * gdbarch.c: Regenerate.
14779
187808b0
PA
147802017-02-02 Pedro Alves <palves@redhat.com>
14781
14782 * disasm.c (gdb_disassembler::pretty_print_insn): Rename to...
14783 (gdb_pretty_print_insn): ... this. Now a free function. Add back
14784 a 'gdbarch' parameter. Allocate a mem_fileopen stream here.
14785 Adjust to call gdb_print_insn instead of
14786 gdb_disassembler::print_insn.
14787 (dump_insns, do_mixed_source_and_assembly_deprecated)
14788 (do_mixed_source_and_assembly, do_assembly_only): Add back a
14789 'gdbarch' parameter. Remove gdb_disassembler parameter.
14790 (gdb_disassembly): Don't allocate a gdb_disassembler here.
14791 * disasm.h (gdb_disassembler::pretty_print_insn): Delete
14792 declaration.
14793 (gdb_pretty_print_insn): Re-add declaration.
14794 * record-btrace.c (btrace_insn_history): Don't allocate a
14795 gdb_disassembler here. Adjust to call gdb_pretty_print_insn.
14796
7a8eb317
SM
147972017-02-01 Simon Marchi <simon.marchi@polymtl.ca>
14798
14799 * disasm.h (gdb_disassembly): Remove file_string parameter.
14800 * disasm.c (gdb_disassembly): Likewise.
14801 * cli/cli-cmds.c (print_disassembly): Adapt.
14802 * mi/mi-cmd-disas.c (mi_cmd_disassemble): Likewise.
14803 * stack.c (do_gdb_disassembly): Likewise.
14804
7346ef59
AA
148052017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14806
14807 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): For
14808 DWARF_VALUE_LITERAL, no longer ignore the offset on big-endian
14809 targets. And if the implicit value is longer than needed, extract
14810 the first bytes instead of the "least significant" ones.
14811
cd4007e4
MM
148122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14813
14814 * btrace.c (btrace_enable): Do not call btrace_add_pc for
14815 BTRACE_FORMAT_PT or if can_access_registers_ptid returns false.
14816 (btrace_fetch): Assert can_access_registers_ptid.
14817 * record-btrace.c (require_btrace_thread, record_btrace_info): Call
14818 validate_registers_access.
14819
cf77c34e
MM
148202017-02-01 Markus Metzger <markus.t.metzger@intel.com>
14821
14822 * gdbthread.h (can_access_registers_ptid): New.
14823 * thread.c (can_access_registers_ptid): New.
14824
be85ce7d
PA
148252017-02-01 Pedro Alves <palves@redhat.com>
14826
14827 * i386-tdep.c (i386_fast_tracepoint_valid_at): Use gdb_insn_length.
14828
29b0b251
PA
148292017-01-31 Pedro Alves <palves@redhat.com>
14830
14831 * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
14832 Fix typos.
14833
289b5b24
PA
148342017-01-31 Pedro Alves <palves@redhat.com>
14835
14836 * stack.c (print_frame_args): Remove local mem_fileopen stream,
14837 not used.
14838
b47413b4
PA
148392017-01-31 Pedro Alves <palves@redhat.com>
14840
14841 * varobj.c (varobj_value_get_print_value): Remove xstrdup call.
14842
60adb36c
PA
148432017-01-31 Pedro Alves <palves@redhat.com>
14844
14845 * common/scoped_restore.h
14846 (scoped_restore_tmpl::scoped_restore_tmpl): Template on T2, and
14847 change the value's parameter type to T2.
14848 (make_scoped_restore): Likewise.
14849
2735833d
WT
148502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14851 Richard Henderson <rth@redhat.com>
14852
14853 * amd64-linux-nat.c (PTRACE_ARCH_PRCTL): New define.
14854 (amd64_linux_fetch_inferior_registers): Add case to fetch FS_BASE
14855 GS_BASE for older kernels.
14856 (amd64_linux_store_inferior_registers): Add case to store FS_BASE
14857 GS_BASE for older kernels.
14858 * amd64-linux-tdep.c (amd64_linux_gregset_reg_offset): Add FS_BASE
14859 and GS_BASE to the offset table.
14860 (amd64_linux_register_reggroup_p): Add FS_BASE and GS_BASE to the
14861 system register group.
14862 * amd64-nat.c (amd64_native_gregset_reg_offset): Implements case
14863 for older kernels.
14864 * amd64-tdep.c (amd64_init_abi): Add segment registers for the
14865 amd64 ABI.
14866 * amd64-tdep.h (amd64_regnum): Add AMD64_FSBASE_REGNUM and
14867 AMD64_GSBASE_REGNUM.
14868 (AMD64_NUM_REGS): Set to AMD64_GSBASE_REGNUM + 1.
14869 * features/Makefile (amd64-linux.dat, amd64-avx-linux.dat)
14870 (amd64-mpx-linux.dat, amd64-avx512-linux.dat, x32-linux.dat)
14871 (x32-avx-linux.dat, x32-avx512-linux.dat): Add
14872 i386/64bit-segments.xml in those rules.
14873 * features/i386/64bit-segments.xml: New file.
14874 * features/i386/amd64-avx-mpx-linux.xml: Add 64bit-segments.xml.
14875 * features/i386/amd64-avx-linux.xml: Add 64bit-segments.xml.
14876 * features/i386/amd64-avx512-linux.xml: Add 64bit-segments.xml.
14877 * features/i386/amd64-mpx-linux.xml: Add 64bit-segments.xml.
14878 * features/i386/x32-avx512-linux.xml: Add 64bit-segments.xml.
14879 * features/i386/x32-avx-linux.xml: Add 64bit-segments.xml.
14880 * features/i386/amd64-linux.xml: Add 64bit-segments.xml.
14881 * features/i386/amd64-avx-linux.c: Regenerated.
14882 * features/i386/amd64-avx-mpx-linux.c: Regenerated.
14883 * features/i386/amd64-avx-mpx.c: Regenerated.
14884 * features/i386/amd64-avx512-linux.c: Regenerated.
14885 * features/i386/amd64-linux.c: Regenerated.
14886 * features/i386/amd64-mpx-linux.c: Regenerated.
14887 * features/i386/i386-avx-mpx-linux.c: Regenerated.
14888 * features/i386/i386-avx-mpx.c: Regenerated.
14889 * features/i386/x32-avx-linux.c: Regenerated.
14890 * features/i386/x32-avx512-linux.c: Regenerated.
14891 * regformats/i386/amd64-avx-linux.dat: Regenerated.
14892 * regformats/i386/amd64-avx-mpx-linux.dat: Regenerated.
14893 * regformats/i386/amd64-avx512-linux.dat: Regenerated.
14894 * regformats/i386/amd64-linux.dat: Regenerated.
14895 * regformats/i386/amd64-mpx-linux.dat: Regenerated.
14896 * regformats/i386/x32-avx-linux.dat: Regenerated.
14897 * regformats/i386/x32-avx512-linux.dat: Regenerated.
14898 * regformats/i386/x32-linux.dat: Regenerated.
14899
8884e97e
WT
149002017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14901
14902 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM):
14903 Set to AMD64_NUM_REGS.
14904
7005d26a
WT
149052017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
14906
14907 * amd64-nat.c (amd64_native_gregset_reg_offset): Simplify logic
14908 that checks validity of a register number.
14909
4bd2e1b2
KC
149102017-01-27 Kees Cook <keescook@google.com>
14911
14912 * gdb/arm-linux-nat.c (arm_linux_fetch_inferior_registers): Call
14913 fetch_fpregs if target has fpa registers.
14914 (arm_linux_store_inferior_registers): Call store_fpregs if target
14915 has fpa registers.
14916
7cf1de6c
AA
149172017-01-26 Andreas Arnez <arnez@linux.vnet.ibm.com>
14918
14919 * cris-tdep.c (cris_gdbarch_init): Remove check for
14920 info.byte_order and force it to BFD_ENDIAN_LITTLE.
14921
874a1c8c
AT
149222017-01-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14923
14924 * corelow.c (get_core_register_section): Check for regset
14925 existence before checking for REGSET_VARIABLE_SIZE.
14926
d8b49cf0
YQ
149272017-01-26 Yao Qi <yao.qi@linaro.org>
14928 Pedro Alves <palves@redhat.com>
14929
14930 PR gdb/20939
14931 * disasm.c (gdb_disassembler::dis_asm_memory_error): Don't
14932 call memory_error, save memaddr instead.
14933 (gdb_disassembler::print_insn): If gdbarch_print_insn returns
14934 negative, cal memory_error.
14935 * disasm.h (gdb_disassembler) <m_err_memaddr>: New field.
14936
658ca58c
YQ
149372017-01-26 Yao Qi <yao.qi@linaro.org>
14938
14939 * disasm-selftests.c (memory_error_test): New function.
14940 (_initialize_disasm_selftests): Register memory_error_test.
14941
79843d45
YQ
149422017-01-26 Yao Qi <yao.qi@linaro.org>
14943
14944 * Makefile.in (SFILES): Add disasm-selftests.c and
14945 selftest-arch.c.
14946 (COMMON_OBS): Add disasm-selftests.o and selftest-arch.o.
14947 * disasm-selftests.c: New file.
14948 * selftest-arch.c: New file.
14949 * selftest-arch.h: New file.
14950
8cafda32
YQ
149512017-01-26 Yao Qi <yao.qi@linaro.org>
14952
14953 * mep-tdep.c (mep_gdb_print_insn): Set info->arch
14954 to bfd_arch_mep. Don't return 0 if section is not
14955 found. Call print_insn_mep.
14956
e47ad6c0
YQ
149572017-01-26 Pedro Alves <palves@redhat.com>
14958 Yao Qi <yao.qi@linaro.org>
14959
14960 * arm-tdep.c: Include "disasm.h".
14961 (gdb_print_insn_arm): Update code to get gdbarch.
14962 * disasm.c (dis_asm_read_memory): Change it to
14963 gdb_disassembler::dis_asm_read_memory.
14964 (dis_asm_memory_error): Likewise.
14965 (dis_asm_print_address): Likewise.
14966 (gdb_pretty_print_insn): Change it to
14967 gdb_disassembler::pretty_print_insn.
14968 (dump_insns): Add one argument gdb_disassemlber. All
14969 callers updated.
14970 (do_mixed_source_and_assembly_deprecated): Likewise.
14971 (do_mixed_source_and_assembly): Likewise.
14972 (do_assembly_only): Likewise.
14973 (gdb_disassembler::gdb_disassembler): New.
14974 (gdb_disassembler::print_insn): New.
14975 * disasm.h (class gdb_disassembler): New.
14976 (gdb_pretty_print_insn): Remove declaration.
14977 (gdb_disassemble_info): Likewise.
14978 * guile/scm-disasm.c (class gdbscm_disassembler): New.
14979 (gdbscm_disasm_read_memory_worker): Update.
14980 (gdbscm_disasm_read_memory): Update.
14981 (gdbscm_disasm_memory_error): Remove.
14982 (gdbscm_disasm_print_address): Remove.
14983 (gdbscm_disassembler::gdbscm_disassembler): New.
14984 (gdbscm_print_insn_from_port): Update.
14985 * mips-tdep.c: Include disasm.h.
14986 (gdb_print_insn_mips): Update code to get gdbarch.
14987 * record-btrace.c (btrace_insn_history): Update.
14988 * spu-tdep.c: Include disasm.h.
14989 (struct spu_dis_asm_data): Remove.
14990 (struct spu_dis_asm_info): New.
14991 (spu_dis_asm_print_address): Use spu_dis_asm_info to get
14992 SPU id.
14993 (gdb_print_insn_spu): Cast disassemble_info to
14994 spu_dis_asm_info.
14995
80d75874
YQ
149962017-01-26 Yao Qi <yao.qi@linaro.org>
14997
14998 * disasm.c (do_ui_file_delete): Delete.
14999 (gdb_insn_length): Move code creating stream to ...
15000 * utils.c (null_stream): ... here. New function.
15001 * utils.h (null_stream): Declare.
15002
60685cd0
SM
150032017-01-23 Simon Marchi <simon.marchi@polymtl.ca>
15004
15005 * python/py-inferior.c (find_thread_object): Return directly
15006 from the loop. Remove "found" variable.
15007
eb1cdb62
JB
150082017-01-21 Joel Brobecker <brobecker@adacore.com>
15009
15010 GDB 7.12.1 released.
15011
b1ce6568
SM
150122017-01-20 Simon Marchi <simon.marchi@ericsson.com>
15013
15014 * python/py-function.c (fnpy_call): Reorder declarations to have
15015 the gdbpy_enter object declared first.
15016 * python/py-xmethods.c (gdbpy_get_xmethod_arg_types): Likewise.
15017
6f8b0407
SM
150182017-01-20 Simon Marchi <simon.marchi@ericsson.com>
15019
fec93fb1 15020 PR python/21068
6f8b0407
SM
15021 * python/python-internal.h (PyMem_RawMalloc): Define for
15022 Python < 3.4.
15023 * python/py-gdb-readline.c (gdbpy_readline_wrapper): Use
15024 PyMem_RawMalloc instead of PyMem_Malloc.
15025
78cbbba8
LM
150262017-01-20 Mike Wrighton <mike_wrighton@codesourcery.com>
15027 Luis Machado <lgustavo@codesourcery.com>
15028
15029 * NEWS (New commands): Mention flash-erase.
15030 (New MI commands): Mention target-flash-erase.
15031 * mi/mi-cmds.c (mi_cmd_target_flash_erase): Add target-flash-erase MI
15032 command.
15033 * mi/mi-cmds.h (mi_cmd_target_flash_erase): New declaration.
15034 * mi/mi-main.c (mi_cmd_target_flash_erase): New function.
15035 * target.c (flash_erase_command): New function.
15036 (initialize_targets): Add new flash-erase command.
15037 * target.h (flash_erase_command): New declaration.
15038
2132fe85
JB
150392017-01-20 Joel Brobecker <brobecker@adacore.com>
15040
15041 * nat/linux-ptrace.c: Only include <sys/procfs.h> if
15042 HAVE_SYS_PROCFS_H is defined.
15043
d1dff226
AH
150442017-01-18 Alan Hayward <alan.hayward@arm.com>
15045
15046 * remote.c (struct cached_reg): Change data into a pointer.
15047 * (stop_reply_dtr): Free data pointers before deleting vector.
15048 (process_stop_reply): Likewise.
15049 (remote_parse_stop_reply): Allocate space for data
15050
9890e433
AH
150512017-01-18 Alan Hayward <alan.hayward@arm.com>
15052
15053 * amd64-tdep.c (amd64_pseudo_register_read_value): remove
15054 MAX_REGISTER_SIZE.
15055 (amd64_pseudo_register_read_value): Likewise.
15056 * remote.c (fetch_register_using_p): Remove MAX_REGISTER_SIZE.
15057 (store_register_using_P): Likewise.
15058 * regcache.c (regcache_xfer_part): Likewise.
15059
7a36499a
IR
150602017-01-16 Ivo Raisr <ivo.raisr@oracle.com>
15061
15062 Split real and pseudo registers.
15063 * sparc-tdep.h (SPARC_CORE_REGISTERS): New macro.
15064 (sparc32_pseudo_regnum): New enum.
15065 * sparc64-tdep.h (sparc64_pseudo_regnum): New enum.
15066 * sparc-tdep.c (SPARC32_FPU_REGISTERS): New macro.
15067 (SPARC32_CP0_REGISTERS): New macro.
15068 (sparc32_pseudo_register_name): New function.
15069 (sparc32_register_name): Use sparc32_pseudo_register_name.
15070 (sparc32_pseudo_register_type): New function.
15071 (sparc32_register_type): Use sparc32_pseudo_register_type.
15072 (sparc32_pseudo_register_read, sparc32_pseudo_register_write): Handle
15073 pseudo register numbers.
15074 * sparc64-tdep.c SPARC64_FPU_REGISTERS): New macro.
15075 (SPARC64_CP0_REGISTERS): New macro.
15076 (sparc64_pseudo_register_name): New function.
15077 (sparc64_register_name): Use sparc64_pseudo_register_name.
15078 (sparc64_pseudo_register_type): New function.
15079 (sparc64_register_type): Use sparc64_pseudo_register_type.
15080 (sparc64_pseudo_register_read, sparc64_pseudo_register_write): Handle
15081 pseudo register numbers.
15082 (sparc64_store_floating_fields, sparc64_extract_floating_fields,
15083 sparc64_store_arguments): Handle pseudo register numbers.
15084
6f8976bf
YQ
150852017-01-13 Yao Qi <yao.qi@linaro.org>
15086
15087 * remote.c (REMOTE_DEBUG_MAX_CHAR): New macro.
15088 (putpkt_binary): Print only REMOTE_DEBUG_MAX_CHAR chars in debug
15089 output.
15090 (getpkt_or_notif_sane_1): Likewise.
15091
e4241ace
YQ
150922017-01-13 Yao Qi <yao.qi@linaro.org>
15093
15094 * Makefile.in (checker-headers): Use CXX and CXX_DIALET instead
15095 of CC. Pass "-x c++-header" instead of "-x c".
15096
3015c064
SM
150972017-01-12 Simon Marchi <simon.marchi@ericsson.com>
15098
15099 * remote.c (remote_can_async_p): Update comment.
15100
fde1b17d
SM
151012017-01-12 Simon Marchi <simon.marchi@ericsson.com>
15102
15103 * linux-nat.c (linux_nat_can_async_p): Update comment.
15104
ca1ca08b
SM
151052017-01-12 Simon Marchi <simon.marchi@ericsson.com>
15106
15107 * serial.c (serial_open): Forget about "pc" and "lpt" serial interface.
15108
4ad2da73
SM
151092017-01-11 Simon Marchi <simon.marchi@ericsson.com>
15110
15111 * cli/cli-decode.c (lookup_cmd_1): Fix typo in comment.
15112
c8b23b3f
TT
151132017-01-10 Tom Tromey <tom@tromey.com>
15114
15115 * python/py-type.c (typy_legacy_template_argument): Update.
15116 * cp-support.h (struct demangle_parse_info) (demangle_parse_info,
15117 ~demangle_parse_info): Declare new members.
15118 (cp_demangled_name_to_comp): Return unique_ptr.
15119 (cp_demangled_name_parse_free)
15120 (make_cleanup_cp_demangled_name_parse_free)
15121 (cp_new_demangle_parse_info): Remove.
15122 * cp-support.c (do_demangled_name_parse_free_cleanup)
15123 (make_cleanup_cp_demangled_name_parse_free): Remove.
15124 (inspect_type, cp_canonicalize_string_full)
15125 (cp_canonicalize_string): Update.
15126 (mangled_name_to_comp): Change return type.
15127 (cp_class_name_from_physname, method_name_from_physname)
15128 (cp_func_name, cp_remove_params): Update.
15129 * cp-name-parser.y (demangle_parse_info): New constructor, from
15130 cp_new_demangle_parse_info.
15131 (~demangle_parse_info): New destructor, from
15132 cp_demangled_name_parse_free.
15133 (cp_merge_demangle_parse_infos): Update.
15134 (cp_demangled_name_to_comp): Change return type.
15135
1ac32117
TT
151362017-01-10 Tom Tromey <tom@tromey.com>
15137
15138 * top.c (prevent_dont_repeat): Change return type.
15139 * python/python.c (execute_gdb_command): Use std::string.
15140 Update.
15141 * guile/guile.c (gdbscm_execute_gdb_command): Update.
15142 * command.h (prevent_dont_repeat): Change return type.
15143 * breakpoint.c (bpstat_do_actions_1): Update.
15144
0cf08227
TT
151452017-01-10 Tom Tromey <tom@tromey.com>
15146
15147 * value.h (scoped_value_mark::~scoped_value_mark): Call
15148 free_to_mark.
15149 (scoped_value_mark::free_to_mark): New method.
15150 * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
15151 scoped_value_mark.
15152
eb115069
TT
151532017-01-10 Tom Tromey <tom@tromey.com>
15154
15155 * python/py-value.c (valpy_dereference, valpy_referenced_value)
15156 (valpy_reference_value, valpy_const_value, valpy_get_address)
15157 (valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
15158 (valpy_getitem, valpy_call, valpy_binop_throw, valpy_negative)
15159 (valpy_absolute, valpy_richcompare_throw): Use scoped_value_mark.
15160 * dwarf2loc.c (dwarf2_loc_desc_get_symbol_read_needs): Use
15161 scoped_value_mark.
15162 * dwarf2-frame.c (execute_stack_op): Use scoped_value_mark.
15163 * value.h (scoped_value_mark): New class.
15164
906768f9
TT
151652017-01-10 Tom Tromey <tom@tromey.com>
15166
15167 * dwarf2read.c (dwarf2_build_psymtabs): Use psymtab_discarder.
15168 * psympriv.h (make_cleanup_discard_psymtabs): Don't declare.
15169 * psymtab.c (discard_psymtabs_upto): Remove.
15170 (make_cleanup_discard_psymtabs): Remove.
15171 (struct psymtab_state): Remove.
15172
bef155c3
TT
151732017-01-10 Tom Tromey <tom@tromey.com>
15174
15175 * record-full.c (record_full_save_cleanups): Remove.
15176 (record_full_save): Use gdb::unlinker.
15177 * gcore.c (do_bfd_delete_cleanup): Remove.
15178 (gcore_command): Use gdb::unlinker, unique_xmalloc_ptr. Remove
15179 cleanups.
15180 * dwarf2read.c (unlink_if_set): Remove.
15181 (write_psymtabs_to_index): Use gdb::unlinker.
15182 * common/gdb_unlinker.h: New file.
15183
192b62ce
TT
151842017-01-10 Tom Tromey <tom@tromey.com>
15185
15186 * windows-tdep.c (windows_xfer_shared_library): Update.
15187 * windows-nat.c (windows_make_so): Update.
15188 * utils.h (make_cleanup_bfd_unref): Remove.
15189 * utils.c (do_bfd_close_cleanup, make_cleanup_bfd_unref): Remove.
15190 * symfile.h (symfile_bfd_open)
15191 (find_separate_debug_file_in_section): Return gdb_bfd_ref_ptr.
15192 * symfile.c (read_symbols, symbol_file_add)
15193 (separate_debug_file_exists): Update.
15194 (symfile_bfd_open): Return gdb_bfd_ref_ptr.
15195 (generic_load, reread_symbols): Update.
15196 * symfile-mem.c (symbol_file_add_from_memory): Update.
15197 * spu-linux-nat.c (spu_bfd_open): Return gdb_bfd_ref_ptr.
15198 (spu_symbol_file_add_from_memory): Update.
15199 * solist.h (struct target_so_ops) <bfd_open>: Return
15200 gdb_bfd_ref_ptr.
15201 (solib_bfd_fopen, solib_bfd_open): Return gdb_bfd_ref_ptr.
15202 * solib.c (solib_bfd_fopen, solib_bfd_open): Return
15203 gdb_bfd_ref_ptr.
15204 (solib_map_sections, reload_shared_libraries_1): Update.
15205 * solib-svr4.c (enable_break): Update.
15206 * solib-spu.c (spu_bfd_fopen): Return gdb_bfd_ref_ptr.
15207 * solib-frv.c (enable_break2): Update.
15208 * solib-dsbt.c (enable_break): Update.
15209 * solib-darwin.c (gdb_bfd_mach_o_fat_extract): Return
15210 gdb_bfd_ref_ptr.
15211 (darwin_solib_get_all_image_info_addr_at_init): Update.
15212 (darwin_bfd_open): Return gdb_bfd_ref_ptr.
15213 * solib-aix.c (solib_aix_bfd_open): Return gdb_bfd_ref_ptr.
15214 * record-full.c (record_full_save): Update.
15215 * python/py-objfile.c (objfpy_add_separate_debug_file): Update.
15216 * procfs.c (insert_dbx_link_bpt_in_file): Update.
15217 * minidebug.c (find_separate_debug_file_in_section): Return
15218 gdb_bfd_ref_ptr.
15219 * machoread.c (macho_add_oso_symfile): Change abfd to
15220 gdb_bfd_ref_ptr.
15221 (macho_symfile_read_all_oso): Update.
15222 (macho_check_dsym): Return gdb_bfd_ref_ptr.
15223 (macho_symfile_read): Update.
15224 * jit.c (bfd_open_from_target_memory): Return gdb_bfd_ref_ptr.
15225 (jit_bfd_try_read_symtab): Update.
15226 * gdb_bfd.h (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
15227 (gdb_bfd_openw, gdb_bfd_openr_iovec)
15228 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
15229 gdb_bfd_ref_ptr.
15230 (gdb_bfd_ref_policy): New struct.
15231 (gdb_bfd_ref_ptr): New typedef.
15232 * gdb_bfd.c (gdb_bfd_open, gdb_bfd_fopen, gdb_bfd_openr)
15233 (gdb_bfd_openw, gdb_bfd_openr_iovec)
15234 (gdb_bfd_openr_next_archived_file, gdb_bfd_fdopenr): Return
15235 gdb_bfd_ref_ptr.
15236 * gcore.h (create_gcore_bfd): Return gdb_bfd_ref_ptr.
15237 * gcore.c (create_gcore_bfd): Return gdb_bfd_ref_ptr.
15238 (gcore_command): Update.
15239 * exec.c (exec_file_attach): Update.
15240 * elfread.c (elf_symfile_read): Update.
15241 * dwarf2read.c (dwarf2_get_dwz_file): Update.
15242 (try_open_dwop_file, open_dwo_file): Return gdb_bfd_ref_ptr.
15243 (open_and_init_dwo_file): Update.
15244 (open_dwp_file): Return gdb_bfd_ref_ptr.
15245 (open_and_init_dwp_file): Update.
15246 * corelow.c (core_open): Update.
15247 * compile/compile-object-load.c (compile_object_load): Update.
15248 * common/gdb_ref_ptr.h (ref_ptr::operator->): New operator.
15249 * coffread.c (coff_symfile_read): Update.
15250 * cli/cli-dump.c (bfd_openr_or_error, bfd_openw_or_error): Return
15251 gdb_bfd_ref_ptr. Rename.
15252 (dump_bfd_file, restore_command): Update.
15253 * build-id.h (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
15254 * build-id.c (build_id_to_debug_bfd): Return gdb_bfd_ref_ptr.
15255 (find_separate_debug_file_by_buildid): Update.
15256
50315b21
TT
152572017-01-10 Tom Tromey <tom@tromey.com>
15258
15259 * common/gdb_ref_ptr.h: New file.
15260 * python/py-ref.h (struct gdbpy_ref_policy): New.
15261 (gdbpy_ref): Now a typedef.
15262
fc4007c9
TT
152632017-01-10 Tom Tromey <tom@tromey.com>
15264
15265 * utils.h (make_cleanup_htab_delete): Don't declare.
15266 * utils.c (do_htab_delete_cleanup, make_cleanup_htab_delete):
15267 Remove.
15268 * linespec.c (decode_compound_collector): Add constructor,
15269 destructor.
15270 (lookup_prefix_sym): Remove cleanup.
15271 (symtab_collector): Add constructor, destructor.
15272 (collect_symtabs_from_filename): Remove cleanup.
15273 * disasm.c (do_mixed_source_and_assembly): Use htab_up.
15274 * compile/compile-c-symbols.c (generate_c_for_variable_locations):
15275 Use htab_up.
15276 * gnu-v3-abi.c (gnuv3_print_vtable): Use htab_up.
15277 * dwarf2read.c (dw2_expand_symtabs_matching)
15278 (dw2_map_symbol_filenames, dwarf_decode_macros)
15279 (write_psymtabs_to_index): Use htab_up.
15280 * dwarf2loc.c (func_verify_no_selftailcall)
15281 (call_site_find_chain_1, func_verify_no_selftailcall)
15282 (chain_candidate, call_site_find_chain_1): Use std::unordered_set,
15283 std::vector, gdb::unique_xmalloc_ptr.
15284 (call_sitep): Remove typedef.
15285 (dwarf2_locexpr_baton_eval): Remove unused variable.
15286
8dbcee67
TT
152872017-01-10 Tom Tromey <tom@tromey.com>
15288
15289 * python/python-internal.h (make_cleanup_py_decref)
15290 (make_cleanup_py_xdecref): Don't declare.
15291 * python/py-utils.c (py_decref, make_cleanup_py_decref)
15292 (py_xdecref, make_cleanup_py_xdecref): Remove.
15293
13df46cc
TT
152942017-01-10 Tom Tromey <tom@tromey.com>
15295
15296 * python/py-framefilter.c (py_mi_print_variables): Use gdbpy_ref.
15297 (py_print_locals, enumerate_locals, py_print_args): Use gdbpy_ref.
15298
06fc9bf7
TT
152992017-01-10 Tom Tromey <tom@tromey.com>
15300
15301 * python/py-framefilter.c (enumerate_args): Use gdbpy_ref.
15302
830a4934
TT
153032017-01-10 Tom Tromey <tom@tromey.com>
15304
15305 * python/py-utils.c (unicode_to_encoded_string)
15306 (python_string_to_target_string)
15307 (python_string_to_target_python_string)
15308 (python_string_to_host_string, gdbpy_obj_to_string)
15309 (get_addr_from_python): Use gdbpy_ref.
15310
4586d543
TT
153112017-01-10 Tom Tromey <tom@tromey.com>
15312
15313 * python/py-unwind.c (pyuw_object_attribute_to_pointer): Use
15314 gdbpy_ref.
15315
59876f8f
TT
153162017-01-10 Tom Tromey <tom@tromey.com>
15317
15318 * python/python.c (eval_python_command, gdbpy_decode_line)
15319 (gdbpy_run_events, gdbpy_start_type_printers)
15320 (gdbpy_apply_type_printers): Use gdbpy_ref.
15321
97d83487
TT
153222017-01-10 Tom Tromey <tom@tromey.com>
15323
15324 * python/py-param.c (get_doc_string, compute_enum_values): Use
15325 gdbpy_ref.
15326
9205649a
TT
153272017-01-10 Tom Tromey <tom@tromey.com>
15328
15329 * python/py-inferior.c (find_thread_object, build_inferior_list):
15330 Use gdbpy_ref.
15331
74c49d45
TT
153322017-01-10 Tom Tromey <tom@tromey.com>
15333
15334 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
15335
16361ffb
TT
153362017-01-10 Tom Tromey <tom@tromey.com>
15337
15338 * python/py-finishbreakpoint.c (bpfinishpy_out_of_scope): Use
15339 gdbpy_ref.
15340
905f2cca
TT
153412017-01-10 Tom Tromey <tom@tromey.com>
15342
15343 * python/py-cmd.c (cmdpy_completer_helper): Use gdbpy_ref. Remove
15344 extra incref.
15345 (cmdpy_completer_handle_brkchars, cmdpy_completer, cmdpy_init):
15346 Use gdbpy_ref.
15347
64081434
TT
153482017-01-10 Tom Tromey <tom@tromey.com>
15349
15350 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
15351 gdbpy_ref.
15352
59e9e831
TT
153532017-01-10 Tom Tromey <tom@tromey.com>
15354
15355 * python/py-arch.c (archpy_disassemble): Use gdbpy_ref. Don't
15356 decref results of PyArg_ParseTupleAndKeywords.
15357
9de10f6d
TT
153582017-01-10 Tom Tromey <tom@tromey.com>
15359
15360 * python/python.c (python_run_simple_file): Use
15361 unique_xmalloc_ptr, gdbpy_ref.
15362
2bd5759d
TT
153632017-01-10 Tom Tromey <tom@tromey.com>
15364
15365 * python/py-prettyprint.c (print_stack_unless_memory_error)
15366 (print_string_repr, print_children): Use gdbpy_ref.
15367 (dummy_python_frame): New class.
15368 (dummy_python_frame::dummy_python_frame): Rename from
15369 push_dummy_python_frame.
15370 (py_restore_tstate): Remove.
15371
3b4e0e01
TT
153722017-01-10 Tom Tromey <tom@tromey.com>
15373
15374 * python/py-framefilter.c (py_print_frame): Use gdbpy_ref.
15375
17a22718
TT
153762017-01-10 Tom Tromey <tom@tromey.com>
15377
15378 * python/python.c (ensure_python_env, restore_python_env):
15379 Remove.
15380 * python/python-internal.h (ensure_python_env): Don't declare.
15381 * varobj.h (varobj_ensure_python_env): Don't declare.
15382 * varobj.c (varobj_ensure_python_env): Remove.
15383
68cdc557
TT
153842017-01-10 Tom Tromey <tom@tromey.com>
15385
15386 * varobj.c (varobj_value_get_print_value): Use
15387 gdbpy_enter_varobj.
15388
1eba6383
TT
153892017-01-10 Tom Tromey <tom@tromey.com>
15390
15391 * python/py-prettyprint.c (print_string_repr, print_children):
15392 Update.
15393 * python/py-lazy-string.c (gdbpy_extract_lazy_string): Change type
15394 of "encoding".
15395 * varobj.c (varobj_value_get_print_value): Update.
15396 * python/python-internal.h (gdbpy_extract_lazy_string): Update.
15397
bde7b3e3
TT
153982017-01-10 Tom Tromey <tom@tromey.com>
15399
15400 * varobj.c (varobj_get_display_hint)
15401 (dynamic_varobj_has_child_method, install_new_value_visualizer)
15402 (varobj_set_visualizer, free_variable): Use
15403 gdbpy_enter_varobj.
15404
a7785f8c
TT
154052017-01-10 Tom Tromey <tom@tromey.com>
15406
15407 * python/python.c (python_command): Use gdbpy_enter, gdbpy_ref.
15408 (do_finish_initialization): New function. Use gdbpy_ref.
15409 (gdbpy_finish_initialization): Use gdbpy_enter. Call
15410 do_finish_initialization.
15411
2865bfce
TT
154122017-01-10 Tom Tromey <tom@tromey.com>
15413
15414 * python/py-param.c (get_set_value, get_show_value): Use
15415 gdbpy_enter, gdbpy_ref.
15416
0e9dcc75
TT
154172017-01-10 Tom Tromey <tom@tromey.com>
15418
15419 * python/py-function.c (fnpy_call): Use gdbpy_enter, gdbpy_ref.
15420
12a5cedd
TT
154212017-01-10 Tom Tromey <tom@tromey.com>
15422
15423 * python/py-cmd.c (cmdpy_function): Use gdbpy_enter, gdbpy_ref.
15424
788f2586
TT
154252017-01-10 Tom Tromey <tom@tromey.com>
15426
15427 * python/py-varobj.c (py_varobj_iter_dtor, py_varobj_iter_next):
15428 Use gdbpy_enter_varobj.
15429
6cd67bea
TT
154302017-01-10 Tom Tromey <tom@tromey.com>
15431
15432 * varobj.c (gdbpy_enter_varobj): New constructor.
15433 * python/python-internal.h (gdbpy_enter_varobj): New class.
15434 * python/py-varobj.c (py_varobj_get_iterator): Use
15435 gdbpy_enter_varobj.
15436
14b122bf
TT
154372017-01-10 Tom Tromey <tom@tromey.com>
15438
15439 * python/py-xmethods.c (gdbpy_get_xmethod_result_type): Use
15440 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
15441 (gdbpy_invoke_xmethod): Use gdbpy_ref, gdbpy_enter.
15442 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref,
15443 unique_xmalloc_ptr.
15444 (gdbpy_get_xmethod_arg_types): Use gdbpy_ref, gdbpy_enter.
15445
bf1ca3b9
TT
154462017-01-10 Tom Tromey <tom@tromey.com>
15447
15448 * python/py-xmethods.c (invoke_match_method): Use
15449 gdbpy_ref.
15450
572a5524
TT
154512017-01-10 Tom Tromey <tom@tromey.com>
15452
15453 * python/py-xmethods.c (gdbpy_get_matching_xmethod_workers): use
15454 gdbpy_enter, gdbpy_ref.
15455
396a78b6
TT
154562017-01-10 Tom Tromey <tom@tromey.com>
15457
15458 * python/python.c (python_interactive_command): Use gdbpy_enter.
15459
a88b13c7
TT
154602017-01-10 Tom Tromey <tom@tromey.com>
15461
15462 * python/python.c (gdbpy_before_prompt_hook): Use gdbpy_enter,
15463 gdbpy_ref.
15464
e9f0c363
TT
154652017-01-10 Tom Tromey <tom@tromey.com>
15466
15467 * python/py-prettyprint.c (gdbpy_apply_val_pretty_printer): Use
15468 gdbpy_enter, gdbpy_ref, unique_xmalloc_ptr.
15469
6349f452
TT
154702017-01-10 Tom Tromey <tom@tromey.com>
15471
15472 * utils.h (htab_deleter): New struct.
15473 (htab_up): New typedef.
15474 * python/py-framefilter.c (gdbpy_apply_frame_filter): Use
15475 gdbpy_enter, gdbpy_ref, htab_up.
15476
c0171de6
TT
154772017-01-10 Tom Tromey <tom@tromey.com>
15478
15479 * python/py-unwind.c (pending_frame_invalidate): Remove.
15480 (pyuw_sniffer): Use gdbpy_enter and gdbpy_ref.
15481
f18e226f
TT
154822017-01-10 Tom Tromey <tom@tromey.com>
15483
15484 * python/py-xmethods.c (gdbpy_free_xmethod_worker_data)
15485 (gdbpy_clone_xmethod_worker_data): Use gdbpy_enter.
15486
c57af3f1
TT
154872017-01-10 Tom Tromey <tom@tromey.com>
15488
15489 * python/py-type.c (save_objfile_types): Use gdbpy_enter.
15490
60e600ec
TT
154912017-01-10 Tom Tromey <tom@tromey.com>
15492
15493 * python/python.c (gdbpy_eval_from_control_command)
15494 (gdbpy_source_script, gdbpy_run_events)
15495 (gdbpy_source_objfile_script, gdbpy_execute_objfile_script)
15496 (gdbpy_free_type_printers, gdbpy_finish_initialization): Use
15497 gdbpy_enter.
15498
bf7da5b0
TT
154992017-01-10 Tom Tromey <tom@tromey.com>
15500
15501 * python/py-progspace.c (py_free_pspace): Use gdbpy_enter.
15502
2d38bced
TT
155032017-01-10 Tom Tromey <tom@tromey.com>
15504
15505 * python/py-objfile.c (py_free_objfile): Use gdbpy_enter.
15506
07bc7329
TT
155072017-01-10 Tom Tromey <tom@tromey.com>
15508
15509 * python/py-inferior.c (python_on_normal_stop, python_on_resume)
15510 (python_on_inferior_call_pre, python_on_inferior_call_post)
15511 (python_on_memory_change, python_on_register_change)
15512 (python_inferior_exit, python_new_objfile, add_thread_object)
15513 (delete_thread_object, py_free_inferior): Use gdbpy_enter.
15514
6e7c365e
TT
155152017-01-10 Tom Tromey <tom@tromey.com>
15516
15517 * python/py-finishbreakpoint.c (bpfinishpy_handle_stop)
15518 (bpfinishpy_handle_exit): Use gdbpy_enter.
15519
6ba0cd40
TT
155202017-01-10 Tom Tromey <tom@tromey.com>
15521
15522 * python/py-cmd.c (cmdpy_destroyer)
15523 (cmdpy_completer_handle_brkchars, cmdpy_completer): Use
15524 gdbpy_enter.
15525
de2dc875
TT
155262017-01-10 Tom Tromey <tom@tromey.com>
15527
15528 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Use
15529 gdbpy_enter.
15530 (gdbpy_breakpoint_has_cond): Likewise.
15531
4ecee2c4
TT
155322017-01-10 Tom Tromey <tom@tromey.com>
15533
15534 * python/python.c (gdbpy_enter): New constructor.
15535 (~gdbpy_enter): New destructor.
15536 (restore_python_env, ensure_python_env): Rewrite.
15537 * python/python-internal.h (gdbpy_enter): New class.
15538
37fce74f
TT
155392017-01-10 Tom Tromey <tom@tromey.com>
15540
15541 * python/py-symbol.c (gdbpy_lookup_symbol): Use gdbpy_ref.
15542
53a0cca3
TT
155432017-01-10 Tom Tromey <tom@tromey.com>
15544
15545 * python/py-value.c (value_has_field, get_field_flag)
15546 (get_field_type, valpy_getitem, convert_value_from_python): Use
15547 gdbpy_ref.
15548
ff3724f5
TT
155492017-01-10 Tom Tromey <tom@tromey.com>
15550
15551 * python/python.c (gdbpy_progspaces, gdbpy_objfiles): Use
15552 gdbpy_ref.
15553
0700aea5
TT
155542017-01-10 Tom Tromey <tom@tromey.com>
15555
15556 * python/py-prettyprint.c (search_pp_list)
15557 (find_pretty_printer_from_objfiles)
15558 (find_pretty_printer_from_progspace)
15559 (find_pretty_printer_from_gdb, find_pretty_printer)
15560 (gdbpy_get_display_hint, gdbpy_get_varobj_pretty_printer): Use
15561 gdbpy_ref.
15562
1bb44c9f
TT
155632017-01-10 Tom Tromey <tom@tromey.com>
15564
15565 * python/py-param.c (call_doc_function): Use gdbpy_ref.
15566
87ce03fd
TT
155672017-01-10 Tom Tromey <tom@tromey.com>
15568
15569 * python/py-linetable.c (build_line_table_tuple_from_pcs)
15570 (ltpy_get_all_source_lines): Use gdbpy_ref.
15571
ee0a3fb8
TT
155722017-01-10 Tom Tromey <tom@tromey.com>
15573
15574 * python/py-framefilter.c (extract_sym, extract_value)
15575 (get_py_iter_from_func, bootstrap_python_frame_filters): Use
15576 gdbpy_ref.
15577
bf2a52fa
TT
155782017-01-10 Tom Tromey <tom@tromey.com>
15579
15580 * python/py-breakpoint.c (gdbpy_breakpoints): Use gdbpy_ref.
15581
f59fe7f8
TT
155822017-01-10 Tom Tromey <tom@tromey.com>
15583
15584 * python/py-inferior.c (gdbpy_inferiors): Use gdbpy_ref.
15585
80bd970a
TT
155862017-01-10 Tom Tromey <tom@tromey.com>
15587
15588 * python/py-function.c (convert_values_to_python, fnpy_init): Use
15589 gdbpy_ref.
15590
d1b3de2e
TT
155912017-01-10 Tom Tromey <tom@tromey.com>
15592
15593 * python/py-cmd.c (gdbpy_string_to_argv): Use gdbpy_ref.
15594
3bb43384
TT
155952017-01-10 Tom Tromey <tom@tromey.com>
15596
15597 * python/py-type.c (convert_field, make_fielditem, typy_fields)
15598 (typy_range): Use gdbpy_ref.
15599
abf5651e
TT
156002017-01-10 Tom Tromey <tom@tromey.com>
15601
15602 * python/py-threadevent.c (create_thread_event_object): Use
15603 gdbpy_ref.
15604 * python/py-stopevent.c (create_stop_event_object): Simplify.
15605 (emit_stop_event): Use gdbpy_ref.
15606 * python/py-signalevent.c (create_signal_event_object): Use
15607 gdbpy_ref.
15608 * python/py-newobjfileevent.c (create_new_objfile_event_object)
15609 (emit_new_objfile_event, create_clear_objfiles_event_object)
15610 (emit_clear_objfiles_event): Use gdbpy_ref.
15611 * python/py-infevents.c (create_inferior_call_event_object)
15612 (create_register_changed_event_object)
15613 (create_memory_changed_event_object, emit_inferior_call_event)
15614 (emit_memory_changed_event, emit_register_changed_event): Use
15615 gdbpy_ref.
15616 * python/py-exitedevent.c (create_exited_event_object)
15617 (emit_exited_event): Use gdbpy_ref.
15618 * python/py-event.h (evpy_emit_event): Remove
15619 CPYCHECKER_STEALS_REFERENCE_TO_ARG annotation.
15620 * python/py-event.c (evpy_emit_event): Use gdbpy_ref.
15621 * python/py-continueevent.c (emit_continue_event): Use
15622 gdbpy_ref.
15623 * python/py-breakpoint.c (gdbpy_breakpoint_created)
15624 (gdbpy_breakpoint_deleted, gdbpy_breakpoint_modified): Use
15625 gdbpy_ref.
15626 * python/py-bpevent.c (create_breakpoint_event_object): Use
15627 gdbpy_ref.
15628
a68ff33e
TT
156292017-01-10 Tom Tromey <tom@tromey.com>
15630
15631 * python/py-ref.h: New file.
15632
7becfd03
SM
156332017-01-10 Simon Marchi <simon.marchi@ericsson.com>
15634
15635 * cli-out.c (cli_ui_out::do_redirect): Change return type to
15636 void.
15637 * cli-out.h (cli_ui_out::do_redirect): Likewise.
15638 * mi/mi-out.c (mi_ui_out::do_redirect): Likewise.
15639 * mi/mi-out.h (mi_ui_out::do_redirect): Likewise.
15640 * ui-out.c (ui_out::redirect): Likewise.
15641 * ui-out.h (ui_out::redirect, ui_out::do_redirect): Likewise.
15642 * cli/cli-logging.c (set_logging_redirect): Update call site of
15643 ui_out::redirect.
15644 (handle_redirections): Likewise.
15645 * scm-ports.c (ioscm_with_output_to_port_worker): Likewise.
15646 * top.c (execute_command_to_string): Likewise.
15647 * utils.c (do_ui_out_redirect_pop): Likewise.
15648
df294654
SM
156492017-01-10 Simon Marchi <simon.marchi@ericsson.com>
15650
15651 * stack.c (_initialize_stack): Update "frame" command help message.
15652
f5e6296e
IB
156532017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
15654
15655 * d-exp.y (CastExpression): Emit UNOP_CAST_TYPE.
15656
0e2d6fa6
YQ
156572017-01-06 Yao Qi <yao.qi@linaro.org>
15658
15659 * x86-linux-nat.h: Include gdb_proc_service.h.
15660
44d6d3f9
YQ
156612017-01-06 Yao Qi <yao.qi@linaro.org>
15662
15663 * ser-base.h: Include serial.h.
15664
656731fe
YQ
156652017-01-06 Yao Qi <yao.qi@linaro.org>
15666
15667 * ppc-linux-tdep.h: Include ppc-tdep.h.
15668
1ca8f924
YQ
156692017-01-06 Yao Qi <yao.qi@linaro.org>
15670
15671 * nat/amd64-linux-siginfo.h: Include signal.h.
15672
bc3008c4
YQ
156732017-01-06 Yao Qi <yao.qi@linaro.org>
15674
15675 * nat/aarch64-linux-hw-point.h: Include break-common.h.
15676
66c80d03
YQ
156772017-01-06 Yao Qi <yao.qi@linaro.org>
15678
15679 * mi/mi-parse.h: Include mi-cmds.h.
15680
051d2dda
YQ
156812017-01-06 Yao Qi <yao.qi@linaro.org>
15682
15683 * inf-loop.c: Don't include "target.h".
15684 * inf-loop.h: Include it here.
15685
8018d34f
YQ
156862017-01-06 Yao Qi <yao.qi@linaro.org>
15687
15688 * dfp.h: Include "dboulest.h" and "expression.h".
15689
c0b8369c
YQ
156902017-01-06 Yao Qi <yao.qi@linaro.org>
15691
15692 * ax-gdb.h: Include "ax.h".
15693
ad5cba2a
YQ
156942017-01-06 Yao Qi <yao.qi@linaro.org>
15695
15696 * Makefile.in (HFILES_NO_SRCDIR): Replace gdb_ptrace.h
15697 with nat/gdb_ptrace.h.
15698
1c33cd7f
YQ
156992017-01-05 Yao Qi <yao.qi@linaro.org>
15700
15701 * mips-fbsd-tdep.c (mips_fbsd_sigframe_init): Move && to
15702 new line.
15703 (mips64_fbsd_sigframe_init): Likewise.
15704
c988ac1d
JB
157052017-01-04 John Baldwin <jhb@FreeBSD.org>
15706
15707 * mips-fbsd-tdep.c (_initialize_mips_fbsd_tdep): Use
15708 GDB_OSABI_FREEBSD instead of GDB_OSABI_FREEBSD_ELF.
15709
b268007c
JB
157102017-01-04 John Baldwin <jhb@FreeBSD.org>
15711
15712 * Makefile.in (ALLDEPFILES): Add mips-fbsd-nat.c.
15713 * NEWS: Mention new FreeBSD/mips native configuration.
15714 * config/mips/fbsd.mh: New file.
15715 * configure.host: Add mips*-*-freebsd*.
15716 * mips-fbsd-nat.c: New file.
15717
387360da
JB
157182017-01-04 John Baldwin <jhb@FreeBSD.org>
15719
15720 * Makefile.in (ALL_TARGET_OBS): Add mips-fbsd-tdep.o.
15721 (ALLDEPFILES): Add mips-fbsd-tdep.c.
15722 * NEWS: Mention new FreeBSD/mips target.
15723 * configure.tgt: Add mips*-*-freebsd*.
15724 * mips-fbsd-tdep.c: New file.
15725 * mips-fbsd-tdep.h: New file.
15726
2aaaf250
YQ
157272017-01-04 Yao Qi <yao.qi@linaro.org>
15728
15729 * dwarf2loc.c (write_pieced_value): Don't use VALUE_FRAME_ID (to),
15730 use c->frame_id when the piece location is DWARF_VALUE_REGISTER.
15731
61baf725
JB
157322017-01-01 Joel Brobecker <brobecker@adacore.com>
15733
6dbb839a 15734 Update copyright year range in all GDB files.
61baf725 15735
c113e7ff 157362017-01-01 Joel Brobecker <brobecker@adacore.com>
ce0db137 15737
c113e7ff 15738 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2016.
ce0db137 15739
c113e7ff 15740For older changes see ChangeLog-2016.
c906108c
SS
15741\f
15742Local Variables:
15743mode: change-log
15744left-margin: 8
15745fill-column: 74
15746version-control: never
57da7796 15747coding: utf-8
c906108c 15748End:
This page took 2.823802 seconds and 4 git commands to generate.