2f0f3c2da44fcbb48e85a4edbe1aa1b1be664efa
[external/binutils.git] / gdb / ChangeLog
1 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2
3         * tui/tui-winsource.c (tui_alloc_source_buffer): Remove
4         failed-xmalloc handling.
5
6 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7
8         * tui/tui-winsource.c (tui_alloc_source_buffer): Subtract
9         highlight box's overhead when calculating the content height.
10
11 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12
13         * tui/tui-disasm.c (tui_set_disassem_content): Fix calculation of
14         the longest disassembly line's length.
15
16 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17
18         * tui/tui-disasm.c (tui_set_disassem_content): Fix line buffer
19         overrun due to unchecked strcpy.
20
21 2016-11-09  Tristan Gingold  <gingold@adacore.com>
22
23         * darwin-nat.c (find_inferior_task_it): Fix indentation.
24         (find_inferior_notify_it): Remove.
25         (find_inferior_pid_it): New function.
26         (darwin_find_inferior_by_notify): Remove.
27         (darwin_find_inferior_by_pid): New function.
28         (darwin_find_new_inferior): New function.
29         (darwin_check_message_ndr): New function from
30         darwin_decode_exception_message.
31         (darwin_decode_exception_message): Call darwin_check_message_ndr.
32         Handle SIGTRAP addressed to an unknown task (when a task spawned).
33         (darwin_decode_notify_message): New function.
34         (darwin_decode_message): Handle unknown task.
35         (darwin_deallocate_threads): New function from darwin_mourn_inferior.
36         (darwin_mourn_inferior): Use darwin_deallocate_threads and
37         darwin_deallocate_exception_ports.
38         (darwin_deallocate_exception_ports): New function from
39         darwin_mourn_inferior.
40         (darwin_setup_exceptions): New function from darwin_attach_pid.
41         (darwin_setup_request_notification): Likewise.
42         (darwin_attach_pid): Call darwin_setup_request_notification and
43         darwin_setup_request_notification.
44
45 2016-11-08  Tom Tromey  <tom@tromey.com>
46
47         * python/py-framefilter.c (py_print_frame): Use
48         get_addr_from_python.  Check for errors when getting line number.
49
50 2016-11-08  Yao Qi  <yao.qi@linaro.org>
51
52         * ada-lang.h (ada_val_print): Remove second parameter.  Remove
53         const from "struct value *".
54         * ada-valprint.c (print_field_values): Remove const from
55         "struct value *".
56         (val_print_packed_array_elements): Likewise.
57         (print_variant_part): Likewise.
58         (ada_val_print_string): Likewise.
59         (ada_val_print_gnat_array): Likewise.
60         (ada_val_print_ptr): Likewise.
61         (ada_val_print_num): Likewise.
62         (ada_val_print_enum): Likewise.
63         (ada_val_print_flt): Likewise.
64         (ada_val_print_union): Likewise.
65         (ada_val_print_struct_union): Likewise.
66         (ada_val_print_ref): Likewise.
67         (ada_val_print_1): Remove second parameter.  Remove const from
68         "struct value *".
69         (ada_val_print): Likewise.
70         * c-lang.h (c_val_print): Likewise.
71         * c-valprint.c (c_val_print_array): Remove const from
72         "struct value *".
73         (c_val_print_ptr): Likewise.
74         (c_val_print_struct): Likewise.
75         (c_val_print_union): Likewise.
76         (c_val_print_int): Likewise.
77         (c_val_print_memberptr): Likewise.
78         (c_val_print): Remove second parameter.  Remove const from
79         "struct value *".  All callers updated.
80         * cp-valprint.c (cp_print_value): Remove const from
81         "struct value *".
82         (cp_print_value_fields): Likewise.
83         (c_val_print_value): Likewise.
84         * d-lang.h (d_val_print): Remove second parameter.  Remove const
85         from "struct value *".
86         * d-valprint.c (dynamic_array_type): Likewise.
87         (d_val_print): Likewise.
88         * f-lang.h (f_val_print): Likewise.
89         * f-valprint.c (f_val_print): Likewise.
90         * go-lang.h (go_val_print): Likewise.
91         * go-valprint.c (print_go_string): Likewise.
92         (go_val_print): Likewise.
93         * language.c (unk_lang_val_print): Likewise.
94         * language.h (struct language_defn) <la_val_print>: Likewise.
95         Update comments.
96         (LA_VAL_PRINT): Remove.
97         * m2-lang.h (m2_val_print): Remove const from
98         "struct value *".
99         * m2-valprint.c (m2_print_array_contents): Likewise.
100         (m2_val_print): Likewise.
101         * p-lang.h (pascal_val_print): Remove second parameter.  Remove
102         const from "struct value *".
103         (pascal_object_print_value_fields): Likewise.
104         * p-valprint.c (pascal_val_print): Likewise.
105         (pascal_object_print_value_fields): Likewise.
106         (pascal_object_print_value): Likewise.
107         * rust-lang.c (rust_get_disr_info): Likewise.
108         (val_print_struct): Likewise.
109         (rust_val_print): Likewise.
110         * valprint.c (generic_val_print_array): Likewise.
111         (generic_val_print_ptr): Likewise.
112         (generic_val_print_memberptr): Likewise.
113         (generic_val_print_ref): Likewise.
114         (generic_val_print_enum): Likewise.
115         (generic_val_print_flags): Likewise.
116         (generic_val_print_func): Likewise.
117         (generic_val_print_bool): Likewise.
118         (generic_val_print_int): Likewise.
119         (generic_val_print_char): Likewise.
120         (generic_val_print_float): Likewise.
121         (generic_val_print_decfloat): Likewise.
122         (generic_val_print_complex): Likewise.
123         (generic_val_print): Likewise.
124         (val_print): Likewise.
125         (common_val_print): Likewise.
126         (val_print_type_code_flags): Likewise.
127         (val_print_scalar_formatted): Likewise.
128         (val_print_array_elements): Likewise.
129         * valprint.h (val_print_array_elements): Update declaration.
130         (val_print_scalar_formatted): Likewise.
131         (generic_val_print): Likewise.
132         * value.h (val_print): Likewise.
133
134 2016-11-08  Yao Qi  <yao.qi@linaro.org>
135
136         * mt-tdep.c (mt_registers_info): Call
137         get_frame_register_value instead of
138         deprecated_frame_register_read.
139         * sh64-tdep.c (sh64_do_register): Likewise.
140
141 2016-11-08  Pedro Alves  <palves@redhat.com>
142
143         * ax.h (agent_expr_p): Delete.
144         (DEF_VEC_P (agent_expr_p)): Delete.
145         * breakpoint.c (build_target_condition_list)
146         (build_target_command_list): Adjust to use of std::vector.
147         (bp_location_dtor): Remove now unnecessary VEC_free calls.
148         * breakpoint.h: Include <vector>.
149         (struct bp_target_info) <conditions, tcommands>: Now
150         std::vector's.
151         * remote.c (remote_add_target_side_condition): bp_tgt->conditions
152         is now a std::vector; adjust.
153         (remote_add_target_side_commands, remote_insert_breakpoint):
154         bp_tgt->tcommands is now a std::vector; adjust.
155
156 2016-11-08  Pedro Alves  <palves@redhat.com>
157
158         * ax-gdb.c (is_nontrivial_conversion): Use agent_expr_up.
159         (gen_trace_for_var, gen_trace_for_expr, gen_eval_for_expr)
160         (gen_trace_for_return_address, gen_printf): Use and return an
161         agent_expr_up.  Don't use make_cleanup_free_agent_expr.
162         (agent_eval_command_one, maint_agent_printf_command): Use
163         agent_expr_up.  Don't use make_cleanup_free_agent_expr.
164         * ax-gdb.h (gen_trace_for_expr, gen_trace_for_var)
165         (gen_trace_for_return_address, gen_eval_for_expr, gen_printf): Use
166         agent_expr_up.
167         * ax-general.c (new_agent_expr): Rename to ...
168         (agent_expr::agent_expr): ... this, and now a constructor.
169         (free_agent_expr): Rename to ...
170         (agent_expr::~agent_exp): ... this, and now a destructor.
171         (do_free_agent_expr_cleanup, make_cleanup_free_agent_expr):
172         Delete.
173         * ax.h (struct agent_expr): Add ctor/dtor.
174         (agent_expr_up): New typedef.
175         (new_agent_expr, free_agent_expr, make_cleanup_free_agent_expr):
176         Delete declarations.
177         * breakpoint.c (parse_cond_to_aexpr): Use and return an
178         agent_expr_up.  Don't use make_cleanup_free_agent_expr.
179         (build_target_condition_list): Adjust to use agent_expr_up.
180         (parse_cmd_to_aexpr): Use and return an agent_expr_up.  Don't use
181         make_cleanup_free_agent_expr.
182         (build_target_command_list): Adjust to use agent_expr_up.
183         (force_breakpoint_reinsertion): Adjust to use agent_expr_up.
184         (bp_location_dtor): Remove unnecessary free_agent_expr and xfree
185         calls.
186         * breakpoint.h (struct bp_target_info) <cond_bytecode,
187         cmd_bytecode>: Now agent_expr_up's.
188         * remote.c (remote_download_tracepoint): Adjust to use
189         agent_expr_up and remove use of make_cleanup_free_agent_expr.
190         * tracepoint.c (validate_actionline, collect_symbol): Adjust to
191         use agent_expr_up and remove uses of make_cleanup_free_agent_expr.
192         (collection_list::~collection_list): Call delete instead of
193         free_agent_expr.
194         (encode_actions_1): Adjust to use agent_expr_up and remove uses of
195         make_cleanup_free_agent_expr.
196         (add_aexpr): Change parameter type to agent_expr_up; Return a raw
197         agent_expr pointer.
198
199 2016-11-08  Pedro Alves  <palves@redhat.com>
200
201         * ada-lang.c (ada_name_for_lookup, type_as_string): Use and return
202         std::string.
203         (type_as_string_and_cleanup): Delete.
204         (ada_lookup_struct_elt_type): Use type_as_string.
205         * ada-lang.h (ada_name_for_lookup): Now returns std::string.
206         * ada-varobj.c (ada_varobj_scalar_image): Return a std::string.
207         (ada_varobj_describe_child): Make 'child_name' and
208         'child_path_expr' parameters std::string pointers.
209         (ada_varobj_describe_struct_child, ada_varobj_describe_ptr_child):
210         Likewise, and use string_printf.
211         (ada_varobj_describe_simple_array_child)
212         (ada_varobj_describe_child): Likewise.
213         (ada_varobj_get_name_of_child, ada_varobj_get_path_expr_of_child)
214         (ada_varobj_get_value_image)
215         (ada_varobj_get_value_of_array_variable)
216         (ada_varobj_get_value_of_variable, ada_name_of_variable)
217         (ada_name_of_child, ada_path_expr_of_child)
218         (ada_value_of_variable): Now returns std::string.  Use
219         string_printf.
220         (ada_value_of_child): Adjust.
221         * break-catch-throw.c (check_status_exception_catchpoint): Adjust
222         to use std::string.
223         * breakpoint.c (watch_command_1): Adjust to use std::string.
224         * c-lang.c (c_get_string): Adjust to use std::string.
225         * c-typeprint.c (print_name_maybe_canonical): Use std::string.
226         * c-varobj.c (varobj_is_anonymous_child): Use ==/!= std::string
227         operators.
228         (c_name_of_variable): Now returns a std::string.
229         (c_describe_child): The 'cname' and 'cfull_expression' output
230         parameters are now std::string pointers.  Adjust.
231         (c_name_of_child, c_path_expr_of_child, c_value_of_variable)
232         (cplus_number_of_children): Adjust to use std::string and
233         string_printf.
234         (cplus_name_of_variable): Now returns a std::string.
235         (cplus_describe_child): The 'cname' and 'cfull_expression' output
236         parameters are now std::string pointers.  Adjust.
237         (cplus_name_of_child, cplus_path_expr_of_child)
238         (cplus_value_of_variable): Now returns a std::string.
239         * cp-abi.c (cplus_typename_from_type_info): Return std::string.
240         * cp-abi.h (cplus_typename_from_type_info): Return std::string.
241         (struct cp_abi_ops) <get_typename_from_type_info>: Return
242         std::string.
243         * cp-support.c (inspect_type): Use std::string.
244         (cp_canonicalize_string_full, cp_canonicalize_string_no_typedefs)
245         (cp_canonicalize_string): Return std::string and adjust.
246         * cp-support.h (cp_canonicalize_string)
247         (cp_canonicalize_string_no_typedefs, cp_canonicalize_string_full):
248         Return std::string.
249         * dbxread.c (read_dbx_symtab): Use std::string.
250         * dwarf2read.c (dwarf2_canonicalize_name): Adjust to use std::string.
251         * gdbcmd.h (lookup_struct_elt_type): Adjust to use std::string.
252         * gnu-v3-abi.c (gnuv3_get_typeid): Use std::string.
253         (gnuv3_get_typename_from_type_info): Return a std::string and
254         adjust.
255         (gnuv3_get_type_from_type_info): Adjust to use std::string.
256         * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
257         std::string.
258         * infcmd.c (print_return_value_1): Adjust to use std::string.
259         * linespec.c (find_linespec_symbols): Adjust to
260         demangle_for_lookup API change.  Use std::string.
261         * mi/mi-cmd-var.c (print_varobj, mi_cmd_var_set_format)
262         (mi_cmd_var_info_type, mi_cmd_var_info_path_expression)
263         (mi_cmd_var_info_expression, mi_cmd_var_evaluate_expression)
264         (mi_cmd_var_assign, varobj_update_one): Adjust to use std::string.
265         * minsyms.c (lookup_minimal_symbol): Use std::string.
266         * python/py-varobj.c (py_varobj_iter_next): Use new instead of
267         XNEW.  vitem->name is a std::string now, adjust.
268         * rust-exp.y (convert_ast_to_type, convert_name): Adjust to use
269         std::string.
270         * stabsread.c (define_symbol): Adjust to use std::string.
271         * symtab.c (demangle_for_lookup): Now returns 'const char *'.  Add
272         a demangle_result_storage parameter.  Use it for storage.
273         (lookup_symbol_in_language)
274         (lookup_symbol_in_objfile_from_linkage_name): Adjust to new
275         demangle_for_lookup API.
276         * symtab.h (struct demangle_result_storage): New type.
277         (demangle_for_lookup): Now returns 'const char *'.  Add a
278         demangle_result_storage parameter.
279         * typeprint.c (type_to_string): Return std::string and use
280         ui_file_as_string.
281         * value.h (type_to_string): Change return type to std::string.
282         * varobj-iter.h (struct varobj_item) <name>: Now a std::string.
283         (varobj_iter_delete): Use delete instead of xfree.
284         * varobj.c (create_child): Return std::string instead of char * in
285         output parameter.
286         (name_of_variable, name_of_child, my_value_of_variable): Return
287         std::string instead of char *.
288         (varobj_create, varobj_get_handle): Constify 'objname' parameter.
289         Adjust to std::string fields.
290         (varobj_get_objname): Return a const char * instead of a char *.
291         (varobj_get_expression): Return a std::string.
292         (varobj_list_children): Adjust to use std::string.
293         (varobj_get_type): Return a std::string.
294         (varobj_get_path_expr): Return a const char * instead of a char *.
295         Adjust to std::string fields.
296         (varobj_get_formatted_value, varobj_get_value): Return a
297         std::string.
298         (varobj_set_value): Change type of 'expression' parameter to
299         std::string.  Use std::string.
300         (install_new_value): Use std::string.
301         (delete_variable_1): Adjust to use std::string.
302         (create_child): Change the 'name' parameter to a std::string
303         reference.  Swap it into the new item's name.
304         (create_child_with_value): Swap item's name into the new child's
305         name.  Use string_printf.
306         (new_variable): Use new instead of XNEW.
307         (free_variable): Don't xfree fields that are now std::string.
308         (name_of_variable, name_of_child): Now returns std::string.
309         (value_of_root): Adjust to use std::string.
310         (my_value_of_variable, varobj_value_get_print_value): Return
311         and use std::string.
312         (varobj_value_get_print_value): Adjust to use ui_file_as_string
313         and std::string.
314         * varobj.h (struct varobj) <name, path_expr, obj_name,
315         print_value>: Now std::string's.
316         <name_of_variable, name_of_child, path_expr_of_child,
317         value_of_variable>: Return std::string.
318         (varobj_create, varobj_get_handle): Constify 'objname' parameter.
319         (varobj_get_objname): Return a const char * instead of a char *.
320         (varobj_get_expression, varobj_get_type): Return a std::string.
321         (varobj_get_path_expr): Return a const char * instead of a char *.
322         (varobj_get_formatted_value, varobj_get_value): Return a
323         std::string.
324         (varobj_set_value): Constify 'expression' parameter.
325         (varobj_value_get_print_value): Return a std::string.
326
327 2016-11-08  Pedro Alves  <palves@redhat.com>
328
329         * language.c (add_language): Use ui_file_as_string and adjust to
330         use std::string.
331
332 2016-11-08  Pedro Alves  <palves@redhat.com>
333             Tom Tromey  <tom@tromey.com>
334
335         * rust-lang.c (struct disr_info) <name>: Now a std::string.
336         (rust_get_disr_info): Use ui_file_as_string and adjust to use
337         std::string.
338         (rust_val_print): Adjust to use std::string.
339
340 2016-11-08  Pedro Alves  <palves@redhat.com>
341
342         * infrun.c (print_target_wait_results): Use ui_file_as_string and
343         std::string.
344
345 2016-11-08  Pedro Alves  <palves@redhat.com>
346
347         * ada-lang.c (type_as_string): Use ui_file_as_string and return
348         std::string.
349         (type_as_string_and_cleanup): Delete.
350         (ada_lookup_struct_elt_type): Use type_as_string.
351
352 2016-11-08  Pedro Alves  <palves@redhat.com>
353
354         * gdbarch.sh (verify_gdbarch): Use ui_file_as_string and
355         std::string.
356         * gdbarch.c: Regenerate.
357
358 2016-11-08  Pedro Alves  <palves@redhat.com>
359
360         * c-exp.y (OPERATOR NEW): Adjust to use ui_file_as_string and
361         std::string.
362
363 2016-11-08  Pedro Alves  <palves@redhat.com>
364
365         * c-lang.h (c_compute_program): Now returns std::string.
366         * compile/compile-internal.h (class compile_file_names): New
367         class.
368         * compile/compile-object-load.c (compile_object_load): Replace
369         object_file and source_file parameters with a compile_file_names
370         parameter.  Adjust.
371         * compile-object-load.h: Include "compile-internal.h".
372         (compile_object_load): Replace object_file and source_file
373         parameters with a compile_file_names parameter.
374         * compile/compile-c-support.c (c_compute_program): Now returns a
375         std::string.  Use ui_file_as_string.
376         * compile/compile.c (get_new_file_names): Remove parameters and
377         return a compile_file_names instead.
378         (compile_to_object): Now returns a compile_file_names.  Use
379         ui_file_as_string.
380         (eval_compile_command): Use compile_file_names.
381         * language.h (struct language_defn) <la_compute_program>: Now
382         returns std::string.
383
384 2016-11-08  Pedro Alves  <palves@redhat.com>
385
386         * cli/cli-setshow.c (do_show_command): Adjust to use
387         ui_file_as_string and std::string.
388
389 2016-11-08  Pedro Alves  <palves@redhat.com>
390
391         * remote.c (escape_buffer): Use ui_file_as_string and return
392         std::string.
393         (putpkt_binary, read_frame): Adjust to use std::string.
394
395 2016-11-08  Pedro Alves  <palves@redhat.com>
396
397         * python/py-arch.c (archpy_disassemble): Use ui_file_as_string and
398         std::string.
399         * python/py-breakpoint.c (bppy_get_commands): Use
400         ui_file_as_string and std::string.
401         * python/py-frame.c (frapy_str): Likewise.
402         * python/py-type.c (typy_str): Likewise.
403         * python/py-unwind.c (unwind_infopy_str): Likewise.
404         * python/py-value.c (valpy_str): Likewise.
405
406 2016-11-08  Pedro Alves  <palves@redhat.com>
407
408         * printcmd.c (eval_command): Use ui_file_as_string and
409         std::string.
410
411 2016-11-08  Pedro Alves  <palves@redhat.com>
412
413         * top.c (quit_confirm): Use ui_file_as_string and std::string.
414
415 2016-11-08  Pedro Alves  <palves@redhat.com>
416
417         * gdbcmd.h (execute_command_to_string): Now returns std::string.
418         (lookup_struct_elt_type): Adjust to use std::string.
419         * top.c (execute_command_to_string): Use ui_file_as_string and
420         return std::string.
421         * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use
422         std::string.
423         * python/python.c (execute_gdb_command): Adjust to use
424         std::string.
425
426 2016-11-08  Pedro Alves  <palves@redhat.com>
427
428         * guile/scm-breakpoint.c (gdbscm_breakpoint_commands): Use
429         ui_file_as_string and adjust to use std::string.
430         * guile/scm-disasm.c (gdbscm_arch_disassemble): Likewise.
431         * guile/scm-frame.c (frscm_print_frame_smob): Likewise.
432         * guile/scm-type.c (tyscm_type_name): Use ui_file_as_string and
433         adjust to use std::string.  Throw exception directly instead of
434         returning it in EXCP output parameter.
435         (tyscm_print_type_smob, gdbscm_type_print_name): Adjust to
436         tyscm_type_name interface change.
437         * guile/scm-value.c (vlscm_print_value_smob, gdbscm_value_print):
438         Use ui_file_as_string and std::string.
439
440 2016-11-08  Pedro Alves  <palves@redhat.com>
441
442         * arm-tdep.c (_initialize_arm_tdep): Use ui_file_as_string and
443         std::string.
444
445 2016-11-08  Pedro Alves  <palves@redhat.com>
446
447         * utils.c (error_stream): Use ui_file_as_string and std::string.
448
449 2016-11-08  Pedro Alves  <palves@redhat.com>
450
451         * ui-out.c (ui_out_field_stream): Use ui_file_as_string.
452
453 2016-11-08  Pedro Alves  <palves@redhat.com>
454
455         * ada-valprint.c (ada_print_floating): Use ui_file_as_string and
456         std::string.
457
458 2016-11-08  Pedro Alves  <palves@redhat.com>
459
460         * xtensa-tdep.c (xtensa_verify_config): Use ui_file_as_string and
461         std::string.
462
463 2016-11-08  Pedro Alves  <palves@redhat.com>
464
465         * dwarf2read.c (dwarf2_compute_name): Use ui_file_as_string and
466         std::string.
467
468 2016-11-08  Pedro Alves  <palves@redhat.com>
469
470         * mi/mi-main.c (print_variable_or_computed): Constify 'expression'
471         parameter.
472         (mi_cmd_trace_frame_collected): Call encode_actions instead of
473         encode_actions_and_make_cleanup.  Adjust to use std::vector.
474         * tracepoint.c (memrange_cmp): Delete.
475         (memrange_comp): New.
476         (memrange_sortmerge): Take a memrange vector as parameter instead
477         of a collection_list.  Use std::sort instead of qsort.
478         (add_register): Now a method of collection_list.  Adjust to m_
479         prefix of data fields.
480         (add_memrange): Now a method of collection_list.  Adjust to m_
481         prefix of data fields.  Adjust to use std::vector.
482         (collect_symbol): Now a method of collection_list.  Adjust to m_
483         prefix of data fields.
484         (do_collect_symbol): Adjust.  Call add_wholly_collected instead of
485         accessing the vector directly.
486         (collection_list::add_wholly_collected): New.
487         (add_local_symbols): Now a method of collection_list.
488         (add_static_trace_data): Now a method of collection_list.  Adjust
489         to use bool.
490         (clear_collection_list, do_clear_collection_list): Delete.
491         (init_collection_list): Delete.
492         (collection_list::collection_list): New.
493         (collection_list::~collection_list): New.
494         (stringify_collection_list): Rename to ...
495         (collection_list::stringify): ... this and adjust to being a
496         method of collection_list.  Adjust to use of std::vector.
497         (append_exp): Now a method of collection_list.  Use
498         ui_file_as_string.  Adjust to std::vector.
499         (collection_list::finish): New.
500         (encode_actions_1): Adjust.
501         (encode_actions_and_make_cleanup): Rename to ...
502         (encode_actions)... this.  No longer returns a cleanup.  No longer
503         call init_collection_list nor install do_clear_collection_list
504         cleanups.  Call collection_list::finish instead of
505         memrange_sortmerge directly.
506         (encode_actions_rsp): Adjust to call encode_actions instead of
507         encode_actions_and_make_cleanup.  Adjust to method renames.
508         (add_aexpr): Now a method of collection_list.
509         * tracepoint.h: Include <vector> and <string>.
510         (struct memrange): Add constructors.
511         (struct collection_list): Now a class.
512         (class collection_list) <collection_list, ~collection_list,
513         add_wholly_collected, append_exp, add_aexpr, add_register,
514         add_memrange, collect_symbol, add_local_symbols,
515         add_static_trace_data, finish, stringify, wholly_collected, and
516         computed>: New methods.
517         <regs_mask>: Rename to ...
518         <m_regs_mask>: ... this.
519         <listsize, next_memrange, list>: Delete fields.
520         <m_memranges>: New field.
521         <aexpr_listsize, next_aexpr_elt, aexpr_list>: Delete fields.
522         <m_aexprs>: New field.
523         <strace_data>: Rename to ...
524         <m_strace_data>: ... this.  Now a bool.
525         <wholly_collected>: Rename to ...
526         <m_wholly_collected>: ... this.  Now a std::vector<std::string>.
527         <computed>: Rename to ...
528         <m_computed>: ... this.  Now a std::vector<std::string>.
529         (encode_actions_and_make_cleanup): Delete declaration.
530         (encode_actions): New declaration.
531
532 2016-11-08  Pedro Alves  <palves@redhat.com>
533
534         * ui-file.c (do_ui_file_as_string, ui_file_as_string): New
535         functions.
536         * ui-file.h: Include <string>.
537         (ui_file_as_string): New declaration.
538
539 2016-11-08  Pedro Alves  <palves@redhat.com>
540
541         * ada-lang.c (ada_read_renaming_var_value): Use expression_up.
542         (struct ada_catchpoint_location) <excep_cond_expr>: Now an
543         expression_up.
544         (ada_catchpoint_location_dtor): Reset excep_cond_expr instead of
545         using xfree.
546         (create_excep_cond_exprs): Use expression_up and gdb::move.
547         (allocate_location_exception): Use new instead of XNEW.
548         (should_stop_exception): Likewise.  Adjust to use expression_up.
549         (create_ada_exception_catchpoint): Use new instead of XNEW.
550         * ax-gdb.c (agent_eval_command_one): Use expression_up instead of
551         cleanups.
552         (maint_agent_printf_command): Use expression_up.
553         * break-catch-sig.c (create_signal_catchpoint): Use new instead of
554         XNEW.
555         * break-catch-syscall.c (create_syscall_event_catchpoint):
556         Likewise.
557         * break-catch-throw.c (handle_gnu_v3_exceptions): Use new instead
558         of XCNEW.  Use gdb::unique_ptr instead of cleanups.
559         * breakpoint.c (set_breakpoint_condition, update_watchpoint)
560         (parse_cmd_to_aexpr, watchpoint_check)
561         (bpstat_check_breakpoint_conditions, watchpoint_locations_match):
562         Adjust to use expression_up.
563         (init_bp_location): Adjust.
564         (free_bp_location): Use delete instead of xfree.
565         (set_raw_breakpoint_without_location, set_raw_breakpoint)
566         (add_solib_catchpoint, create_fork_vfork_event_catchpoint)
567         (new_single_step_breakpoint, create_breakpoint_sal): Use new
568         instead of XNEW.
569         (find_condition_and_thread): Adjust to use expression_up.
570         (create_breakpoint): Use new instead of XNEW.
571         (dtor_watchpoint): Don't xfree expression pointers, they're
572         unique_ptr's now.
573         (insert_watchpoint, remove_watchpoint): Adjust.
574         (watch_command_1): Use expression_up.  Use new instead of XCNEW.
575         (catch_exec_command_1): Use new instead of XNEW.
576         (bp_location_dtor): Don't xfree expression pointers, they're
577         unique_ptr's now.
578         (base_breakpoint_allocate_location)
579         (strace_marker_create_breakpoints_sal): Use new instead of XNEW.
580         (delete_breakpoint): Use delete instead of xfree.
581         * breakpoint.h (struct bp_location) <cond>: Now an
582         unique_ptr<expression> instead of a raw pointer.
583         (struct watchpoint) <exp, cond_exp>: Likewise.
584         * cli/cli-script.c (execute_control_command): Use expression_up
585         instead of cleanups.
586         * dtrace-probe.c (dtrace_process_dof_probe): Use expression_up.
587         * eval.c (parse_and_eval_address, parse_and_eval_long)
588         (parse_and_eval, parse_to_comma_and_eval, parse_and_eval_type):
589         Use expression_up instead of cleanups.
590         * expression.h (expression_up): New typedef.
591         (parse_expression, parse_expression_with_language, parse_exp_1):
592         Change return type to expression_up.
593         * mi/mi-main.c (mi_cmd_data_evaluate_expression)
594         (print_variable_or_computed): Use expression_up.
595         * objc-lang.c (print_object_command): Use expression_up instead of
596         cleanups.
597         * parse.c (parse_exp_1, parse_exp_in_context)
598         (parse_exp_in_context_1, parse_expression)
599         (parse_expression_with_language): Return an expression_up instead
600         of a raw pointer.
601         (parse_expression_for_completion): Use expression_up.
602         * printcmd.c (struct display) <exp>: Now an expression_up instead
603         of a raw pointer.
604         (print_command_1, output_command_const, set_command, x_command):
605         Use expression_up instead of cleanups.
606         (display_command): Likewise.  Use new instead of XNEW.
607         (free_display): Use delete instead of xfree.
608         (do_one_display): Adjust to use expression_up.
609         * remote.c (remote_download_tracepoint): Likewise.
610         * stack.c (return_command): Likewise.
611         * tracepoint.c (validate_actionline, encode_actions_1): Use
612         expression_up instead of cleanups.
613         * typeprint.c (whatis_exp, maintenance_print_type): Likewise.
614         * value.c (init_if_undefined_command): Likewise.
615         * varobj.c (struct varobj_root) <exp>: Now an expression_up
616         instead of a raw pointer.
617         (varobj_create): Adjust.
618         (varobj_set_value): Use an expression_up instead of cleanups.
619         (new_root_variable): Use new instead of XNEW.
620         (free_variable): Use delete instead of xfree.
621         (value_of_root_1): Use std::swap.
622
623 2016-11-08  Pedro Alves  <palves@redhat.com>
624
625         * cli/cli-script.c (execute_control_command): Use std::string
626         instead of cleanups.
627         (locate_arg): Constify return type.
628         (insert_args): Constify paremeter.  Simplify using std::string.
629         Return a std::string.
630
631 2016-11-08  Pedro Alves  <palves@redhat.com>
632
633         * breakpoint.c (struct commands_info) <arg>: Constify.
634         (commands_command_1): Constify 'arg' parameter.  Use std::string
635         and string_printf.
636         (commands_from_control_command): Constify 'arg' parameter.
637         (map_breakpoint_numbers): Constify 'args' parameter.
638         * breakpoint.h (commands_from_control_command): Constify 'arg'
639         parameter.
640
641 2016-11-08  Pedro Alves  <palves@redhat.com>
642
643         * cli/cli-script.c (execute_control_command): Assume insert_args
644         never returns NULL.
645         (insert_args): Assume xmalloc never returns NULL.
646
647 2016-11-08  Pedro Alves  <palves@redhat.com>
648
649         * Makefile.in (COMMON_OBS): Add utils-selftests.o.
650         * common/common-utils.c (string_printf): New function.
651         * common/common-utils.h: Include <string>.
652         (string_printf): Declare.
653         * utils-selftests.c: New file.
654
655 2016-11-08  Yao Qi  <yao.qi@linaro.org>
656
657         * aarch64-tdep.c (aarch64_software_single_step): Return
658         VEC (CORE_ADDR) *.  Return NULL instead of 0.  Don't call
659         insert_single_step_breakpoint.
660         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Likewise.
661         (alpha_software_single_step): Likewise.
662         * alpha-tdep.h (alpha_software_single_step): Update declaration.
663         * arm-linux-tdep.c (arm_linux_software_single_step): Return
664         VEC (CORE_ADDR) *.  Return NULL instead of 0.
665         * arm-tdep.c (arm_software_single_step): Return NULL instead of 0.
666         * arm-tdep.h (arm_software_single_step): Update declaration.
667         * breakpoint.c (insert_single_step_breakpoints): New function.
668         * breakpoint.h (insert_single_step_breakpoints): Declare.
669         * cris-tdep.c (cris_software_single_step): Return
670         VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
671         * gdbarch.sh (software_single_step): Change it to return
672         VEC (CORE_ADDR) *.
673         * gdbarch.c, gdbarch.h: Regenerated.
674         * infrun.c (maybe_software_singlestep): Adjust.
675         * mips-tdep.c (mips_deal_with_atomic_sequence): Return
676         VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
677         (micromips_deal_with_atomic_sequence): Likewise.
678         (deal_with_atomic_sequence): Likewise.
679         (mips_software_single_step): Likewise.
680         * mips-tdep.h (mips_software_single_step): Update declaration.
681         * moxie-tdep.c (moxie_software_single_step): Likewise.
682         * nios2-tdep.c (nios2_software_single_step): Likewise.
683         * ppc-tdep.h (ppc_deal_with_atomic_sequence): Update
684         declaration.
685         * record-full.c (record_full_resume): Adjust.
686         (record_full_wait_1): Likewise.
687         * rs6000-aix-tdep.c (rs6000_software_single_step): Return
688         VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
689         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Return
690         VEC (CORE_ADDR) *.  Don't call insert_single_step_breakpoint.
691         * s390-linux-tdep.c (s390_software_single_step): Likewise.
692         * sparc-tdep.c (sparc_software_single_step): Likewise.
693         * spu-tdep.c (spu_software_single_step): Likewise.
694         * tic6x-tdep.c (tic6x_software_single_step): Likewise.
695
696 2016-11-08  Yao Qi  <yao.qi@linaro.org>
697
698         * arm-linux-tdep.c (arm_linux_software_single_step): Write
699         adjusted address back to vector.  Call insert_single_step_breakpoint
700         in a new loop.
701         * arm-tdep.c (arm_software_single_step): Likewise.
702
703 2016-11-08  Yao Qi  <yao.qi@linaro.org>
704
705         * arm-linux-tdep.c (arm_linux_software_single_step): Don't
706         call arm_insert_single_step_breakpoint, call
707         insert_single_step_breakpoint instead.
708         * arm-tdep.c (arm_insert_single_step_breakpoint): Remove.
709         (arm_software_single_step): Don't call
710         arm_insert_single_step_breakpoint, call
711         insert_single_step_breakpoint instead.
712         * arm-tdep.h (arm_insert_single_step_breakpoint): Remove
713         declaration.
714
715 2016-11-08  Cordian A. Daniluk  <th3c0r1uk@gmail.com>
716
717         PR breakpoints/20739
718         * breakpoint.c (check_fast_tracepoint_sals): Don't print duplicate
719         0x prefix.
720
721 2016-11-08  Yao Qi  <yao.qi@linaro.org>
722
723         * rust-lang.c (val_print_struct): Fix indentation.
724
725 2016-11-08  Lionel Flandrin  <lionel@svkt.org>
726
727         * remote.c (process_g_packet): Detect truncated registers in 'g'
728         packets and raise an error.
729
730 2016-11-07  Doug Evans  <dje@google.com>
731
732         * guile/scm-value.c (gdbscm_value_field): Fix call to value_struct_elt.
733         * python/py-value.c (valpy_getitem): Ditto.
734
735 2016-11-07  Doug Evans  <dje@google.com>
736
737         * i386-tdep.c (i386_gdbarch_init): Add comments.
738
739 2016-11-07  Doug Evans  <dje@google.com>
740
741         * python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.
742
743 2016-11-07  Doug Evans  <dje@google.com>
744
745         * configure.tgt (x86_64-*-elf*): Remove i386bsd-tdep.o.
746
747 2016-11-04  Simon Marchi  <simon.marchi@polymtl.ca>
748
749         * maint.c (scoped_command_stats::scoped_command_stats): Fix typo.
750         * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Likewise.
751         * ppcobsd-tdep.c (_initialize_ppcobsd_tdep): Likewise.
752         * ui-out.c (ui_out_new): Likewise.
753         * utils.c (init_page_info): Likewise.
754         (reset_prompt_for_continue_wait_time): Likewise.
755         * windows-nat.c (windows_init_thread_list): Likewise.
756         * xtensa-tdep.c (call0_analyze_prologue): Likewise.
757
758 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
759
760     * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`
761
762 2016-10-28  Manish Goregaokar  <manish@mozilla.com>
763
764     * rust-lang.c (rust_union_is_untagged): Add function to
765     check if a union is an untagged unioni
766     (rust_val_print): Handle printing of untagged union values
767     (rust_print_type): Handle printing of untagged union types
768     (rust_evaluate_subexp): Handle evaluating field
769     access on untagged unions
770
771 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
772
773     * rust-lang.c (rust_get_disr_info): Treat univariant enums
774     without discriminants as encoded enums with a real field
775     * rust-lang.c (rust_evaluate_subexp): Handle field access
776     on encoded struct-like enums
777
778 2016-11-03  Yao Qi  <yao.qi@linaro.org>
779
780         * Makefile.in (.y.c): Replace YY_NULL with YY_NULLPTR.
781
782 2016-11-03  Yao Qi  <yao.qi@linaro.org>
783             Pedro Alves <palves@redhat.com>
784
785         * aarch64-tdep.c (aarch64_default_breakpoint): Change it to
786         constexpr.  Don't use GDBARCH_BREAKPOINT_MANIPULATION.
787         (aarch64_gdbarch_init): Don't use
788         SET_GDBARCH_BREAKPOINT_MANIPULATION.
789         * alpha-tdep.c (break_insn): Rename to alpha_break_insn.
790         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
791         (alpha_gdbarch_init): Don't use
792         SET_GDBARCH_BREAKPOINT_MANIPULATION.
793         * arc-tdep.c (arc_gdbarch_init): Don't use
794         SET_GDBARCH_BREAKPOINT_MANIPULATION.
795         * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): Remove.
796         (struct bp_manipulation): New.
797         (SET_GDBARCH_BREAKPOINT_MANIPULATION): Remove.
798         (struct bp_manipulation_endian): New.
799         (BP_MANIPULATION): New.
800         (BP_MANIPULATION_ENDIAN): New.
801         * arm-tdep.c (arm_gdbarch_init): Don't use
802         SET_GDBARCH_BREAKPOINT_MANIPULATION.
803         * avr-tdep.c (avr_break_insn): Change it constexpr.
804         (avr_gdbarch_init): Don't use
805         SET_GDBARCH_BREAKPOINT_MANIPULATION.
806         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
807         * cris-tdep.c (cris_gdbarch_init): Likewise.
808         * frv-tdep.c (breakpoint): Rename it to frv_break_insn, and
809         change its type to constexpr.  Don't use
810         GDBARCH_BREAKPOINT_MANIPULATION.
811         (frv_gdbarch_init): Don't use
812         SET_GDBARCH_BREAKPOINT_MANIPULATION.
813         * ft32-tdep.c (breakpoint): Rename it to ft32_break_insn and
814         change its type to constexpr.  Don't use
815         GDBARCH_BREAKPOINT_MANIPULATION.
816         (ft32_gdbarch_init): Don't use
817         SET_GDBARCH_BREAKPOINT_MANIPULATION.
818         * h8300-tdep.c (breakpoint): Rename it to h8300_break_insn.
819         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
820         (h8300_gdbarch_init): Don't use
821         SET_GDBARCH_BREAKPOINT_MANIPULATION.
822         * hppa-tdep.c (breakpoint): Rename it to h8300_break_insn.
823         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
824         (hppa_gdbarch_init): Don't use
825         SET_GDBARCH_BREAKPOINT_MANIPULATION.
826         * i386-tdep.c (break_insn): Rename it to i386_break_insn.
827         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
828         (i386_gdbarch_init): Don't use
829         SET_GDBARCH_BREAKPOINT_MANIPULATION.
830         * iq2000-tdep.c (iq2000_gdbarch_init): Don't use
831         SET_GDBARCH_BREAKPOINT_MANIPULATION.
832         * lm32-tdep.c (breakpoint): Rename it to lm32_break_insn and
833         change its type to constexpr.  Don't use
834         GDBARCH_BREAKPOINT_MANIPULATION.
835         (lm32_gdbarch_init): Don't use
836         SET_GDBARCH_BREAKPOINT_MANIPULATION.
837         * m32c-tdep.c (break_insn): Rename it to m32c_break_insn and change
838         its type to constexpr.  Don't use GDBARCH_BREAKPOINT_MANIPULATION.
839         (m32c_gdbarch_init): Don't use
840         SET_GDBARCH_BREAKPOINT_MANIPULATION.
841         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
842         * m68hc11-tdep.c (breakpoint): Rename it to m68hc11_break_insn and
843         change its type to constexpr.
844         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
845         (m68hc11_gdbarch_init): Don't use SET_GDBARCH_BREAKPOINT_MANIPULATION.
846         * m68k-tdep.c (break_insn): Rename it to m68k_break_insn and change
847         its type to constexpr.  Don't use GDBARCH_BREAKPOINT_MANIPULATION.
848         (m68k_gdbarch_init):  Don't use
849         SET_GDBARCH_BREAKPOINT_MANIPULATION.
850         * m88k-tdep.c (break_insn): Rename it to m88k_break_insn and change
851         its type to constexpr.  Don't use GDBARCH_BREAKPOINT_MANIPULATION.
852         (m88k_gdbarch_init): Don't use
853         SET_GDBARCH_BREAKPOINT_MANIPULATION.
854         * mep-tdep.c (breakpoint): Rename it to mep_break_insn and change
855         its type to constexpr.  Don't use GDBARCH_BREAKPOINT_MANIPULATION.
856         (mep_gdbarch_init): Don't use
857         SET_GDBARCH_BREAKPOINT_MANIPULATION.
858         * microblaze-tdep.c (break_insn): Rename it to
859         microblaze_break_insn and change its type to constexpr.  Don't use
860         GDBARCH_BREAKPOINT_MANIPULATION.
861         (microblaze_gdbarch_init): Don't use
862         SET_GDBARCH_BREAKPOINT_MANIPULATION.
863         * mips-tdep.c (mips_gdbarch_init): Likewise.
864         * mn10300-tdep.c (breakpoint): Rename it to mn10300_break_insn and
865         change its type to constexpr.  Don't use
866         GDBARCH_BREAKPOINT_MANIPULATION.
867         (mn10300_gdbarch_init): Don't use
868         SET_GDBARCH_BREAKPOINT_MANIPULATION.
869         * moxie-tdep.c (breakpoint): Rename it to moxie_break_insn and
870         change its type to constexpr.  Don't use
871         GDBARCH_BREAKPOINT_MANIPULATION.
872         (moxie_gdbarch_init): Don't use
873         SET_GDBARCH_BREAKPOINT_MANIPULATION.
874         * msp430-tdep.c (breakpoint): Rename it to msp430_break_insn
875         and change its type to constexpr.  Don't use
876         GDBARCH_BREAKPOINT_MANIPULATION.
877         (msp430_gdbarch_init): Don't use
878         SET_GDBARCH_BREAKPOINT_MANIPULATION.
879         * mt-tdep.c (mt_gdbarch_init): Likewise.
880         * nds32-tdep.c (break_insn): Rename it to nds32_break_insn
881         and change its type to constexpr.  Don't use
882         GDBARCH_BREAKPOINT_MANIPULATION.
883         (nds32_gdbarch_init): Don't use
884         SET_GDBARCH_BREAKPOINT_MANIPULATION.
885         * nios2-tdep.c (nios2_gdbarch_init): Likewise.
886         * rl78-tdep.c (breakpoint): Rename it to rl78_break_ins
887         and change its type to rl78_break_insn.  Don't use
888         GDBARCH_BREAKPOINT_MANIPULATION.
889         (rl78_gdbarch_init): Don't use
890         SET_GDBARCH_BREAKPOINT_MANIPULATION.
891         * rs6000-tdep.c (big_breakpoint): Change its type to
892         constexpr.
893         (little_breakpoint): Likewise.
894         Don't use GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN.
895         (rs6000_gdbarch_init): Don't use
896         SET_GDBARCH_BREAKPOINT_MANIPULATION.
897         * rx-tdep.c (breakpoint): Rename it to rx_break_insn and
898         change its type to constexpr.  Don't use
899         GDBARCH_BREAKPOINT_MANIPULATION.
900         (rx_gdbarch_init): Don't use
901         SET_GDBARCH_BREAKPOINT_MANIPULATION.
902         * s390-linux-tdep.c (breakpoint): Rename it to s390_break_insn
903         and change its type to constexpr.  Don't use
904         GDBARCH_BREAKPOINT_MANIPULATION
905         (s390_gdbarch_init): Don't use
906         SET_GDBARCH_BREAKPOINT_MANIPULATION.
907         * score-tdep.c (score_gdbarch_init): Likewise.
908         * sh-tdep.c (sh_gdbarch_init): Likewise.
909         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
910         * sparc-tdep.c (break_insn): Rename it to sparc_break_insn
911         and change its type to constexpr.  Don't use
912         GDBARCH_BREAKPOINT_MANIPULATION.
913         (sparc32_gdbarch_init): Don't use
914         SET_GDBARCH_BREAKPOINT_MANIPULATION.
915         * spu-tdep.c (breakpoint): Rename it to spu_break_insn and change
916         its type to constexpr.  Don't use
917         GDBARCH_BREAKPOINT_MANIPULATION.
918         (spu_gdbarch_init): Don't use
919         SET_GDBARCH_BREAKPOINT_MANIPULATION.
920         * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
921         * tilegx-tdep.c (breakpoint): Rename it to tilegx_break_insn
922         and change its type to constexpr.  Don't use
923         GDBARCH_BREAKPOINT_MANIPULATION.
924         (tilegx_gdbarch_init): Don't use
925         SET_GDBARCH_BREAKPOINT_MANIPULATION.
926         * v850-tdep.c (v850_gdbarch_init): Likewise.
927         * vax-tdep.c (break_insn): Rename it to vax_break_insn and
928         change its type to constexpr.
929         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
930         (vax_gdbarch_init): Don't use
931         SET_GDBARCH_BREAKPOINT_MANIPULATION.
932         * xstormy16-tdep.c (breakpoint): Rename it to
933         xstormy16_break_insn and change its type to constexpr.
934         Don't use GDBARCH_BREAKPOINT_MANIPULATION.
935         (xstormy16_gdbarch_init): Don't use
936         SET_GDBARCH_BREAKPOINT_MANIPULATION.
937         * xtensa-tdep.c (xtensa_gdbarch_init): Likewise.
938
939 2016-11-03  Yao Qi  <yao.qi@linaro.org>
940
941         * arm-tdep.c (arm_override_mode): Remove.
942         (arm_pc_is_thumb): Update.
943         (arm_insert_single_step_breakpoint): Update.
944
945 2016-11-03  Yao Qi  <yao.qi@linaro.org>
946
947         * arch-utils.c (default_breakpoint_kind_from_current_state):
948         New function.
949         * arch-utils.h (default_breakpoint_kind_from_current_state):
950         Declare.
951         * arm-tdep.c (arm_breakpoint_kind_from_current_state): New
952         function.
953         (arm_gdbarch_init): Call
954         set_gdbarch_breakpoint_kind_from_current_state.
955         * breakpoint.c (breakpoint_kind): Call
956         gdbarch_breakpoint_kind_from_current_state for single step
957         breakpoint.  Update comments.
958         * gdbarch.sh (breakpoint_kind_from_current_state): New.
959         * gdbarch.c, gdbarch.h: Regenerate.
960
961 2016-11-03  Yao Qi  <yao.qi@linaro.org>
962
963         * arch-utils.c (default_breakpoint_from_pc): New function.
964         * arch-utils.h (GDBARCH_BREAKPOINT_FROM_PC): Remove.
965         (GDBARCH_BREAKPOINT_MANIPULATION): Don't use
966         GDBARCH_BREAKPOINT_FROM_PC.
967         (SET_GDBARCH_BREAKPOINT_MANIPULATION): Don't call
968         set_gdbarch_breakpoint_from_pc.
969         (default_breakpoint_from_pc): Remove declaration.
970         * gdbarch.sh (breakpoint_from_pc): Add its default implementation.
971         * gdbarch.c, gdbarch.h: Regenerate.
972         * arm-tdep.c: Don't use GDBARCH_BREAKPOINT_FROM_PC.
973         * arc-tdep.c, bfin-tdep.c, cris-tdep.c, iq2000-tdep.c: Likewise.
974         * m32r-tdep.c, mips-tdep.c, mt-tdep.c: Likewise.
975         * nios2-tdep.c, score-tdep.c, sh-tdep.c: Likewise.
976         * sh64-tdep.c, tic6x-tdep.c, v850-tdep.c, xtensa-tdep.c: Likewise.
977
978 2016-11-03  Yao Qi  <yao.qi@linaro.org>
979
980         * arch-utils.c (default_remote_breakpoint_from_pc): Remove.
981         * arch-utils.h (default_remote_breakpoint_from_pc): Remove.
982         * arm-tdep.c (arm_remote_breakpoint_from_pc): Remove.
983         (arm_gdbarch_init): Don't call
984         set_gdbarch_remote_breakpoint_from_pc.
985         * gdbarch.sh (remote_breakpoint_from_pc): Remove.
986         * gdbarch.c, gdbarch.h: Regenerate.
987         * mips-tdep.c (mips_remote_breakpoint_from_pc): Remove.
988         (mips_gdbarch_init): Don't call
989         set_gdbarch_remote_breakpoint_from_pc.
990
991 2016-11-03  Yao Qi  <yao.qi@linaro.org>
992
993         * breakpoint.h (struct bp_target_info) <placed_size>: Remove.
994         <kind>: New field.
995         Update all users.
996
997 2016-11-03  Yao Qi  <yao.qi@linaro.org>
998
999         * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): Define
1000         breakpoint_kind_from_pc and sw_breakpoint_from_kind.
1001         (GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN): Likewise.
1002         (SET_GDBARCH_BREAKPOINT_MANIPULATION): Call
1003         set_gdbarch_breakpoint_kind_from_pc and
1004         set_gdbarch_sw_breakpoint_from_kind.
1005         * arm-tdep.c: Add comments.
1006         * bfin-tdep.c: Likewise.
1007         * breakpoint.c (breakpoint_kind): New function.
1008         (insert_bp_location): Set target_info.placed_size and
1009         target_info.placed_address.
1010         (bkpt_insert_location): Likewise.
1011         * cris-tdep.c: Add comments.
1012         * gdbarch.sh (breakpoint_kind_from_pc): New.
1013         (sw_breakpoint_from_kind): New.
1014         * gdbarch.c, gdbarch.h: Regenerated.
1015         * ia64-tdep.c (ia64_memory_insert_breakpoint): Don't set
1016         bp_tgt->placed_size.
1017         (ia64_memory_remove_breakpoint): Don't assert
1018         bp_tgt->placed_size.
1019         (ia64_breakpoint_kind_from_pc): New function.
1020         (ia64_gdbarch_init): Install ia64_breakpoint_kind_from_pc.
1021         * m32r-tdep.c (m32r_memory_insert_breakpoint): Don't set
1022         bp_tgt->placed_size.
1023         * mem-break.c (default_memory_insert_breakpoint): Don't set
1024         bp_tgt->placed_size.  Call gdbarch_sw_breakpoint_from_kind.
1025         (default_memory_remove_breakpoint): Call
1026         gdbarch_sw_breakpoint_from_kind.
1027         (memory_validate_breakpoint): Don't check bp_tgt->placed_size.
1028         * mips-tdep.c: Add comments.
1029         * mt-tdep.c: Likewise.
1030         * nios2-tdep.c: Likewise.
1031         * record-full.c (record_full_insert_breakpoint): Don't call
1032         gdbarch_breakpoint_from_pc.  Don't set bp_tgt->placed_address
1033         and bp_tgt->placed_size.
1034         * remote.c (remote_insert_breakpoint): Don't call
1035         gdbarch_remote_breakpoint_from_pc.  Use bp_tgt->placed_size.
1036         Don't set bp_tgt->placed_address and bp_tgt->placed_size.
1037         (remote_insert_hw_breakpoint): Likewise.
1038         * score-tdep.c: Likewise.
1039         * sh-tdep.c: Likewise.
1040         * tic6x-tdep.c: Likewise.
1041         * v850-tdep.c: Likewise.
1042         * xtensa-tdep.c: Likewise.
1043
1044 2016-11-03  Yao Qi  <yao.qi@linaro.org>
1045
1046         * arch-utils.h (GDBARCH_BREAKPOINT_FROM_PC): New macro.
1047         (GDBARCH_BREAKPOINT_MANIPULATION_ENDIAN): New macro.
1048         * arm-tdep.c (arm_breakpoint_from_pc): Remove.
1049         (arm_breakpoint_kind_from_pc): New function.
1050         (arm_sw_breakpoint_from_kind): New function.
1051         (arm_breakpoint_from_pc): Call arm_breakpoint_kind_from_pc
1052         and arm_sw_breakpoint_from_kind.
1053         Use GDBARCH_BREAKPOINT_FROM_PC.
1054         (arm_remote_breakpoint_from_pc): Call
1055         arm_breakpoint_kind_from_pc.
1056         (arm_gdbarch_init): Replace set_gdbarch_breakpoint_from_pc
1057         with SET_GDBARCH_BREAKPOINT_MANIPULATION.
1058         * arc-tdep.c: Likewise.
1059         * bfin-tdep.c: Likewise.
1060         * cris-tdep.c: Likewise.
1061         * iq2000-tdep.c: Likewise.
1062         * m32r-tdep.c: Likewise.
1063         * mips-tdep.c: Likewise.
1064         * mt-tdep.c: Likewise.
1065         * nios2-tdep.c: Likewise.
1066         * rs6000-tdep.c: Likewise.
1067         * score-tdep.c: Likewise.
1068         * sh-tdep.c: Likewise.
1069         * sh64-tdep.c: Likewise.
1070         * tic6x-tdep.c: Likewise.
1071         * v850-tdep.c: Likewise.
1072         * xtensa-tdep.c: Likewise.
1073
1074 2016-11-03  Yao Qi  <yao.qi@linaro.org>
1075
1076         * mips-tdep.c (mips_breakpoint_kind): New enum.
1077         (mips_breakpoint_from_pc): Use it.
1078         (mips_remote_breakpoint_from_pc): Likewise.
1079
1080 2016-11-03  Yao Qi  <yao.qi@linaro.org>
1081
1082         * arch-utils.h (GDBARCH_BREAKPOINT_MANIPULATION): New macro.
1083         (SET_GDBARCH_BREAKPOINT_MANIPULATION): New macro.
1084         aarch64-tdep.c (aarch64_breakpoint_from_pc): Remove.  Use
1085         GDBARCH_BREAKPOINT_MANIPULATION.
1086         (aarch64_gdbarch_init): Replace set_gdbarch_breakpoint_from_pc
1087         with SET_GDBARCH_BREAKPOINT_MANIPULATION.
1088         * alpha-tdep.c: Likewise.
1089         * avr-tdep.c: Likewise.
1090         * frv-tdep.c: Likewise.
1091         * ft32-tdep.c: Likewise.
1092         * h8300-tdep.c: Likewise.
1093         * hppa-tdep.c: Likewise.
1094         * i386-tdep.c: Likewise.
1095         * lm32-tdep.c: Likewise.
1096         * m32c-tdep.c: Likewise.
1097         * m68hc11-tdep.c: Likewise.
1098         * m68k-tdep.c: Likewise.
1099         * m88k-tdep.c: Likewise.
1100         * mep-tdep.c: Likewise.
1101         * microblaze-tdep.c: Likewise.
1102         * mn10300-tdep.c: Likewise.
1103         * moxie-tdep.c: Likewise.
1104         * msp430-tdep.c: Likewise.
1105         * rl78-tdep.c: Likewise.
1106         * rx-tdep.c: Likewise.
1107         * s390-linux-tdep.c: Likewise.
1108         * sparc-tdep.c: Likewise.
1109         * spu-tdep.c: Likewise.
1110         * tilegx-tdep.c: Likewise.
1111         * vax-tdep.c: Likewise.
1112         * xstormy16-tdep.c: Likewise.
1113
1114 2016-11-03  Yao Qi  <yao.qi@linaro.org>
1115
1116         * mem-break.c (default_memory_insert_breakpoint): Don't check
1117         'bp' against NULL.
1118         * microblaze-linux-tdep.c (microblaze_linux_memory_remove_breakpoint):
1119         Likewise.
1120         * ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
1121
1122 2016-11-02  Tom Tromey  <tom@tromey.com>
1123
1124         * dwarf2loc.c (dwarf_evaluate_loc_desc::get_base_type): Rename
1125         from impl_get_base_type.  Rewrite.
1126         (struct dwarf_expr_baton): Remove.
1127         (dwarf_evaluate_loc_desc::push_dwarf_reg_entry_value): Save and
1128         restore more fields.
1129         (symbol_needs_eval_context::get_frame_pc): New method.
1130         * dwarf2expr.h (dwarf_expr_context::get_base_type): Now public,
1131         virtual.
1132         (dwarf_expr_context::impl_get_base_type): Remove.
1133         * dwarf2expr.c (dwarf_expr_context::get_base_type): Remove.
1134
1135 2016-10-31  Maciej W. Rozycki  <macro@imgtec.com>
1136
1137         * configure.ac <mips-sgi-irix5*>: Remove <sys/proc.h> _KMEMUSER
1138         workaround.
1139         * configure: Regenerate.
1140         * config.in: Regenerate.
1141
1142 2016-10-31  Maciej W. Rozycki  <macro@imgtec.com>
1143
1144         * mips-tdep.c (mips_r3041_reg_names): Remove.
1145         (mips_breakpoint_from_pc): Remove IDT and PMON breakpoint
1146         encodings.
1147
1148 2016-10-31  Maciej W. Rozycki  <macro@imgtec.com>
1149
1150         * defs.h (gdb_osabi): Remove GDB_OSABI_IRIX enum value.
1151         * osabi.c (gdb_osabi_names): Remove "Irix" entry.
1152         * mips-tdep.c (mips_irix_reg_names): Remove.
1153         (mips_register_type): Remove GDB_OSABI_IRIX code.
1154         (mips_pseudo_register_type): Likewise.
1155         (mips_breakpoint_from_pc): Likewise.
1156         (mips_gdbarch_init): Likewise.
1157
1158 2016-10-29  Pedro Alves  <palves@redhat.com>
1159
1160         * NEWS: Clarify C++ requirement.
1161
1162 2016-10-29  Pedro Alves  <palves@redhat.com>
1163
1164         * NEWS: Adjust to mention C++11 requirement.
1165
1166 2016-10-29  Eli Zaretskii  <eliz@gnu.org>
1167
1168         * NEWS: Mention support for redirection on MS-Windows.
1169
1170         * windows-nat.c (redir_open, redir_set_redirection)
1171         (redirect_inferior_handles) [!__CYGWIN__]: New functions.
1172         (windows_create_inferior) [!__CYGWIN__]: Use
1173         'redirect_inferior_handles' to redirect standard handles of the
1174         debuggee if the command line requests that.
1175
1176 2016-10-28  Pedro Alves  <palves@redhat.com>
1177
1178         * Makefile.in (CXX_DIALECT): Get from configure.
1179         (COMPILE.pre, CC_LD): Append $(CXX_DIALECT).
1180         (FLAGS_TO_PASS): Pass CXX_DIALECT.
1181         * acinclude.m4: Include ax_cxx_compile_stdcxx.m4.
1182         * ax_cxx_compile_stdcxx.m4: Add FSF copyright header.  Set and
1183         AC_SUBST CXX_DIALECT instead of changing CXX/CXXCPP.
1184         * configure.ac: Call AX_CXX_COMPILE_STDCXX.
1185         * config.in: Regenerate.
1186         * configure: Regenerate.
1187
1188 2016-10-28  Pedro Alves  <palves@redhat.com>
1189
1190         * ax_cxx_compile_stdcxx.m4: New file.
1191
1192 2016-10-28  Pedro Alves  <palves@redhat.com>
1193
1194         * maint.c (scoped_command_stats::scoped_command_stats): Clear
1195         m_space_enabled, m_time_enabled and m_symtab_enabled.
1196
1197 2016-10-28  Markus Metzger  <markus.t.metzger@intel.com>
1198
1199         * btrace.c (bfun_s): New typedef.
1200         (ftrace_update_caller): Print caller in debug dump.
1201         (ftrace_get_caller, ftrace_match_backtrace, ftrace_fixup_level)
1202         (ftrace_compute_global_level_offset, ftrace_connect_bfun)
1203         (ftrace_connect_backtrace, ftrace_bridge_gap, btrace_bridge_gaps): New.
1204         (btrace_compute_ftrace_bts): Pass vector of gaps.  Collect gaps.
1205         (btrace_compute_ftrace_pt): Likewise.
1206         (btrace_compute_ftrace): Split into this, ...
1207         (btrace_compute_ftrace_1): ... this, and ...
1208         (btrace_finalize_ftrace): ... this.  Call btrace_bridge_gaps.
1209
1210 2016-10-28  Markus Metzger  <markus.t.metzger@intel.com>
1211
1212         * btrace.c (ftrace_new_return): Start from the previous function's
1213         level if we can't find a matching call for a return.
1214
1215 2016-10-28  Markus Metzger  <markus.t.metzger@intel.com>
1216
1217         * btrace.c (ftrace_update_function): Update tail call heuristic.
1218
1219 2016-10-28  Markus Metzger  <markus.t.metzger@intel.com>
1220
1221         * btrace.c (btrace_compute_ftrace_bts, ftrace_add_pt): Allow
1222         leading gaps.
1223         * record-btrace.c (record_btrace_single_step_forward)
1224         (record_btrace_single_step_backward): Jump back to last
1225         instruction if step ends at a gap.
1226         (record_btrace_goto_begin): Skip gaps.
1227
1228 2016-10-28  Markus Metzger  <markus.t.metzger@intel.com>
1229
1230         * btrace.c (ftrace_add_pt): Fix gap indication.  Add warning for non-
1231         contiguous trace and overflow.  Rephrase trace decode warning and print
1232         instruction number.  Remove dead gaps warning.
1233         (btrace_compute_ftrace_bts): Rephrase warnings and print instruction
1234         number.
1235
1236 2016-10-25  Sandra Loosemore  <sandra@codesourcery.com>
1237             Luis Machado  <lgustavo@codesourcery.com>
1238             Pedro Alves  <palves@redhat.com>
1239
1240         PR gdb/20569
1241         * exceptions.c (exception_print_same): Moved here from exec.c.
1242         * exceptions.h (exception_print_same): Declare.
1243         * exec.h: Include "symfile-add-flags.h".
1244         (try_open_exec_file): New declaration.
1245         * exec.c (exception_print_same): Moved to exceptions.c.
1246         (try_open_exec_file): New function.
1247         (exec_file_locate_attach): Rename exec_file and full_exec_path
1248         variables to avoid confusion between target and host pathnames.
1249         Move pathname processing logic to exec_file_find.  Do not return
1250         early if pathname lookup fails; Call try_open_exec_file.
1251         * infrun.c (follow_exec): Split and rename execd_pathname variable
1252         to avoid confusion between target and host pathnames.  Warn if
1253         pathname lookup fails.  Pass target pathname to
1254         target_follow_exec, not hostpathname.  Call try_open_exec_file.
1255         * main.c (symbol_file_add_main_adapter): New function.
1256         (captured_main_1): Use it.
1257         * solib-svr4.c (open_symbol_file_object): Adjust to pass
1258         symfile_add_flags to symbol_file_add_main.
1259         * solib.c (exec_file_find): Incorporate fallback logic for relative
1260         pathnames formerly in exec_file_locate_attach.
1261         * symfile.c (symbol_file_add_main, symbol_file_add_main_1):
1262         Replace 'from_tty' parameter with a symfile_add_file.
1263         (symbol_file_command): Adjust to pass symfile_add_flags to
1264         symbol_file_add_main.
1265         * symfile.h (symbol_file_add_main): Replace 'from_tty' parameter
1266         with a symfile_add_file.
1267
1268 2016-10-26  Pedro Alves  <palves@redhat.com>
1269
1270         * coffread.c (coff_symfile_read): Use symfile_add_flags.
1271         * dbxread.c (dbx_symfile_read): Ditto.
1272         * elfread.c (elf_symfile_read): Ditto.
1273         * inferior.h: Include symfile-add-flags.h.
1274         (struct inferior) <symfile_flags>: Now symfile_add_flags.
1275         * machoread.c (macho_add_oso_symfile, macho_symfile_read_all_oso)
1276         (macho_symfile_read, mipscoff_symfile_read): Use
1277         symfile_add_flags.
1278         * objfile-flags.h: New file.
1279         * objfiles.c (allocate_objfile): Use objfile_flags.
1280         * objfiles.h: Include objfile-flags.h.
1281         (struct objfile) <flags>: Now an objfile_flags.
1282         (OBJF_REORDERED, OBJF_SHARED, OBJF_READNOW, OBJF_USERLOADED)
1283         (OBJF_PSYMTABS_READ, OBJF_MAINLINE, OBJF_NOT_FILENAME): Delete.
1284         Converted to an enum-flags in objfile-flags.h.
1285         (allocate_objfile): Use objfile_flags.
1286         * python/py-objfile.c (objfpy_add_separate_debug_file): Remove
1287         unnecessary local.
1288         * solib.c (solib_read_symbols, solib_add)
1289         (reload_shared_libraries_1): Use symfile_add_flags.
1290         * solib.h: Include "symfile-add-flags.h".
1291         (solib_read_symbols): Use symfile_add_flags.
1292         * symfile-add-flags.h: New file.
1293         * symfile-debug.c (debug_sym_read): Use symfile_add_flags.
1294         * symfile-mem.c (symbol_file_add_from_memory): Use
1295         symfile_add_flags.
1296         * symfile.c (read_symbols, syms_from_objfile_1)
1297         (syms_from_objfile, finish_new_objfile): Use symfile_add_flags.
1298         (symbol_file_add_with_addrs): Use symfile_add_flags and
1299         objfile_flags.
1300         (symbol_file_add_separate): Use symfile_add_flags.
1301         (symbol_file_add_from_bfd, symbol_file_add): Use symfile_add_flags
1302         and objfile_flags.
1303         (symbol_file_add_main_1): : Use objfile_flags.  Fix add_flags vs
1304         flags confusion.
1305         (symbol_file_command): Use objfile_flags.
1306         (add_symbol_file_command): Use symfile_add_flags and
1307         objfile_flags.
1308         (clear_symtab_users): Use symfile_add_flags.
1309         * symfile.h: Include "symfile-add-flags.h" and "objfile-flags.h".
1310         (struct sym_fns) <sym_read>: Use symfile_add_flags.
1311         (clear_symtab_users): Use symfile_add_flags.
1312         (enum symfile_add_flags): Delete, moved to symfile-add-flags.h and
1313         converted to enum-flags.
1314         (symbol_file_add, symbol_file_add_from_bfd)
1315         (symbol_file_add_separate): Use symfile_add_flags.
1316         * xcoffread.c (xcoff_initial_scan): Use symfile_add_flags.
1317
1318 2016-10-26  Pedro Alves  <palves@redhat.com>
1319
1320         * inferior.h (ALL_NON_EXITED_INFERIORS): New macro.
1321         * infrun.c (do_target_resume): Call target_commit_resume.
1322         (proceed): Defer target_commit_resume while looping over threads,
1323         resuming them.  Call target_commit_resume at the end.
1324         * record-btrace.c (record_btrace_commit_resume): New function.
1325         (init_record_btrace_ops): Install it as to_commit_resume method.
1326         * record-full.c (record_full_commit_resume): New function.
1327         (record_full_wait_1): Call the beneath target's to_commit_resume
1328         method.
1329         (init_record_full_ops): Install record_full_commit_resume as
1330         to_commit_resume method.
1331         * remote.c (struct private_thread_info) <last_resume_step,
1332         last_resume_sig, vcont_resumed>: New fields.
1333         (remote_add_thread): Set the new thread's vcont_resumed flag.
1334         (demand_private_info): Delete.
1335         (get_private_info_thread, get_private_info_ptid): New functions.
1336         (remote_update_thread_list): Adjust.
1337         (process_initial_stop_replies): Clear the thread's vcont_resumed
1338         flag.
1339         (remote_resume): If connected in non-stop mode, record the resume
1340         request and return early.
1341         (struct private_inferior): New.
1342         (struct vcont_builder): New.
1343         (vcont_builder_restart, vcont_builder_flush)
1344         (vcont_builder_push_action): New functions.
1345         (MAX_ACTION_SIZE): New macro.
1346         (remote_commit_resume): New function.
1347         (thread_pending_fork_status, is_pending_fork_parent_thread): New
1348         functions.
1349         (check_pending_event_prevents_wildcard_vcont_callback)
1350         (check_pending_events_prevent_wildcard_vcont): New functions.
1351         (process_stop_reply): Adjust.  Clear the thread's vcont_resumed
1352         flag.
1353         (init_remote_ops): Install remote_commit_resume.
1354         * target-delegates.c: Regenerate.
1355         * target.c (defer_target_commit_resume): New global.
1356         (target_commit_resume, make_cleanup_defer_target_commit_resume):
1357         New functions.
1358         * target.h (struct target_ops) <to_commit_resume>: New field.
1359         (target_resume): Update comments.
1360         (target_commit_resume): New declaration.
1361
1362 2016-10-26  Pedro Alves  <palves@redhat.com>
1363
1364         * inferior.c (exit_inferior_1): Free 'priv'.
1365
1366 2016-10-26  Pedro Alves  <palves@redhat.com>
1367
1368         * remote.c (remote_resume_with_hc): New function, factored out
1369         from ...
1370         (remote_resume): ... this.  Always try vCont first.
1371         (remote_vcont_resume): Rename to ...
1372         (remote_resume_with_vcont): ... this.  Bail out if execution
1373         direction is reverse.
1374
1375 2016-10-25  Pedro Alves  <palves@redhat.com>
1376
1377         * dwarf2expr.h (struct dwarf_expr_context) <~dwarf_expr_context>:
1378         Make virtual.
1379
1380 2016-10-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
1381
1382         PR build/20712
1383         * defs.h: Remove obsolete comment
1384         (atof): Remove.
1385         * procfs.c (do_destroy_procinfo_cleanup): Add cast.
1386         (sysset_t_alloc): Likewise.
1387         (proc_set_traced_sysentry): Likewise.
1388         (proc_set_traced_sysexit): Likewise.
1389         [!PIOCLSTATUS && NEW_PROC_API] (do_closedir_cleanup): Likewise.
1390         (proc_get_LDT_entry): Initiate cleanups before returns.
1391         (procfs_wait): Use GDB_SIGNAL_0.
1392         (procfs_corefile_thread_callback): Add cast.
1393         * sol-thread.c (td_log_ftype, td_ta_new_ftype, td_ta_delete_ftype)
1394         (td_init_ftype, td_ta_get_ph_ftype, td_ta_get_nthreads_ftype)
1395         (td_ta_tsd_iter_ftype, td_ta_thr_iter_ftype)
1396         (td_thr_validate_ftype, td_thr_tsd_ftype, td_thr_get_info_ftype)
1397         (td_thr_getfpregs_ftype, td_thr_getxregsize_ftype)
1398         (td_thr_getxregs_ftype, td_thr_sigsetmask_ftype)
1399         (td_thr_setprio_ftype, td_thr_setsigpending_ftype)
1400         (td_thr_setfpregs_ftype, td_thr_setxregs_ftype)
1401         (td_ta_map_id2thr_ftype, td_ta_map_lwp2thr_ftype)
1402         (td_thr_getgregs_ftype, td_thr_setgregs_ftype): New typedefs.
1403         (p_td_log, p_td_ta_new, p_td_ta_delete, p_td_init, p_td_ta_get_ph)
1404         (p_td_ta_get_nthreads, p_td_ta_tsd_iter, p_td_ta_thr_iter)
1405         (p_td_thr_validate, p_td_thr_tsd, p_td_thr_get_info)
1406         (p_td_thr_getfpregs, p_td_thr_getxregsize, p_td_thr_getxregs)
1407         (p_td_thr_sigsetmask, p_td_thr_setprio, p_td_thr_setsigpending)
1408         (p_td_thr_setfpregs, p_td_thr_setxregs, p_td_ta_map_id2thr)
1409         (p_td_ta_map_lwp2thr, p_td_thr_getgregs, p_td_thr_setgregs): Use them.
1410         (ps_pdread): Add cast.
1411         (ps_ptread): Likewise.
1412         (resolve): Likewise.
1413         * top.c (gdb_safe_append_history): Print pid_t as long.
1414
1415 2016-10-25  Pedro Alves  <palves@redhat.com>
1416
1417         * common/common-defs.h (__STDC_FORMAT_MACROS): Define.
1418
1419 2016-10-25  Pedro Alves  <palves@redhat.com>
1420
1421         * common/new-op.c: Add comment about -fsanitize=address.
1422
1423 2016-10-25  Pedro Alves  <palves@redhat.com>
1424
1425        * common/common-defs.h (__STDC_CONSTANT_MACROS)
1426        (__STDC_LIMIT_MACROS): Define.
1427
1428 2016-10-25  Yao Qi  <yao.qi@linaro.org>
1429
1430         PR gdb/20716
1431         * common/new-op.c (__has_feature): New macro.
1432         Don't override operator new if asan is used.
1433
1434 2016-10-24  Luis Machado  <lgustavo@codesourcery.com>
1435
1436         * exec.c (exec_file_locate_attach): Prevent NULL pointer dereference
1437         when duplicating a string.
1438
1439 2016-10-24  Luis Machado  <lgustavo@codesourcery.com>
1440
1441         * exec.c (exception_print_same): Fix string comparison to use
1442         statically-allocated ones.
1443
1444 2016-10-21  Tom Tromey  <tom@tromey.com>
1445
1446         * dwarf2expr.h (class dwarf_expr_context)
1447         <get_frame_base, get_frame_cfa, get_tls_address, dwarf_call,
1448         push_dwarf_block_entry_value, get_addr_index, get_object_address>:
1449         Now pure virtual.
1450         * dwarf2-frame.c (class dwarf_expr_executor)
1451         <get_frame_base, get_frame_cfa, get_tls_address, dwarf_call,
1452         push_dwarf_block_entry_value, get_addr_index, get_object_address>:
1453         New methods.
1454         <invalid>: New method.
1455
1456 2016-10-21  Tom Tromey  <tom@tromey.com>
1457
1458         * minsyms.h (minimal_symbol_reader::record_full): "copy_name" now
1459         a bool.
1460         (record, record_with_info): Update.
1461         * minsyms.c (record): Fix indentation.
1462         (record_full): Fix indentation.  Update for type change.
1463         * elfread.c (record_minimal_symbol): "copy_name" now a bool.
1464         (elf_symtab_read): "copy_names" now a bool.
1465         (elf_rel_plt_read, elf_read_minimal_symbols): Update.
1466
1467 2016-10-21  Tom Tromey  <tom@tromey.com>
1468
1469         * main.c: Include <vector>.
1470         (cmdarg_s): Remove typedef.  Don't define VEC.
1471         (captured_main_1): Use vector, not VEC.  Remove cleanups.
1472
1473 2016-10-21  Tom Tromey  <tom@tromey.com>
1474
1475         * dwarf2loc.c (struct dwarf_expr_context_funcs): Don't declare.
1476         (dwarf_expr_read_addr_from_reg, dwarf_expr_get_reg_value)
1477         (dwarf_expr_read_mem, dwarf_expr_frame_base): Rename; turn into
1478         methods.
1479         (get_frame_pc_for_per_cu_dwarf_call): New function.
1480         (dwarf_expr_frame_cfa, dwarf_expr_frame_pc)
1481         (dwarf_expr_tls_address): Rename; turn into methods.
1482         (per_cu_dwarf_call): Remove arguments.  Use
1483         get_frame_pc_for_per_cu_dwarf_call.
1484         (dwarf_evaluate_loc_desc): New class.
1485         (dwarf_expr_dwarf_call, dwarf_expr_context)
1486         (dwarf_expr_push_dwarf_reg_entry_value)
1487         (dwarf_expr_get_addr_index, dwarf_expr_get_obj_addr): Rename; turn
1488         into methods.
1489         (dwarf_expr_ctx_funcs): Remove.
1490         (dwarf2_evaluate_loc_desc_full): Update.
1491         (dwarf2_locexpr_baton_eval): Update.
1492         (symbol_needs_eval_context): New class.
1493         (symbol_needs_read_addr_from_reg, symbol_needs_get_reg_value)
1494         (symbol_needs_read_mem, symbol_needs_frame_base)
1495         (symbol_needs_frame_cfa, symbol_needs_tls_address)
1496         (symbol_needs_dwarf_call, needs_dwarf_reg_entry_value): Rename;
1497         turn into methods.
1498         (needs_get_addr_index, needs_get_obj_addr): Remove; turn into
1499         methods.
1500         (symbol_needs_ctx_funcs): Remove.
1501         (dwarf2_loc_desc_get_symbol_read_needs): Update.
1502         * dwarf2expr.h (struct dwarf_expr_context_funcs): Remove; turn
1503         contents into methods.
1504         (struct dwarf_expr_context) <baton, funcs>: Remove.
1505         <read_addr_from_reg, get_reg_value, read_mem, get_frame_base,
1506         get_frame_cfa, get_frame_pc, get_tls_address, dwarf_call,
1507         impl_get_base_type, push_dwarf_block_entry_value, get_addr_index,
1508         get_object_address>: Declare new methods.
1509         (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1510         (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1511         (ctx_no_get_base_type, ctx_no_push_dwarf_reg_entry_value)
1512         (ctx_no_get_addr_index): Don't declare.
1513         * dwarf2expr.c (get_base_type): Use impl_get_base_type.
1514         (execute_stack_op): Update.
1515         (ctx_no_get_frame_base, ctx_no_get_frame_cfa)
1516         (ctx_no_get_frame_pc, ctx_no_get_tls_address, ctx_no_dwarf_call)
1517         (ctx_no_get_base_type, ctx_no_push_dwarf_reg_entry_value)
1518         (ctx_no_get_addr_index): Remove; now methods on
1519         dwarf_expr_context.
1520         * dwarf2-frame.c (read_addr_from_reg): Take a frame_info, not a
1521         baton.
1522         (class dwarf_expr_executor): New class.
1523         (get_reg_value, read_mem): Rename, turn into methods.
1524         (execute_stack_op): Use dwarf_expr_executor.
1525
1526 2016-10-21  Tom Tromey  <tom@tromey.com>
1527
1528         * dwarf2loc.c (per_cu_dwarf_call)
1529         (dwarf_expr_push_dwarf_reg_entry_value)
1530         (dwarf2_evaluate_loc_desc_full, dwarf2_locexpr_baton_eval)
1531         (needs_dwarf_reg_entry_value)
1532         (dwarf2_loc_desc_get_symbol_read_needs): Update.
1533         * dwarf2expr.h (dwarf_expr_context) <push_address, eval, fetch,
1534         fetch_address, fetch_in_stack_memory, address_type, grow_stack,
1535         push, stack_empty_p, add_piece, get_base_type, execute_stack_op,
1536         pop>: New method declarations.
1537         (dwarf_expr_push_address, dwarf_expr_eval, dwarf_expr_fetch)
1538         (dwarf_expr_fetch_address, dwarf_expr_fetch_in_stack_memory):
1539         Don't declare.
1540         * dwarf2expr.c (address_type, grow_stack, push, push_address)
1541         (pop, fetch, fetch_address, fetch_in_stack_memory)
1542         (stack_empty_p, add_piece, eval, get_base_type)
1543         (execute_stack_op): Rename.  Turn into methods.
1544         * dwarf2-frame.c (execute_stack_op): Update.
1545
1546 2016-10-21  Tom Tromey  <tom@tromey.com>
1547
1548         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Stack-allocate
1549         dwarf_expr_context.  Remove cleanups.
1550         (dwarf2_locexpr_baton_eval)
1551         (dwarf2_loc_desc_get_symbol_read_needs):  Likewise.
1552         * dwarf2expr.h (dwarf_expr_context, ~dwarf_expr_context): Add
1553         constructors and destructors.
1554         (new_dwarf_expr_context, free_dwarf_expr_context)
1555         (make_cleanup_free_dwarf_expr_context): Don't declare.
1556         * dwarf2-frame.c (execute_stack_op): Stack-allocate
1557         dwarf_expr_context.  Remove cleanups.
1558         (dwarf_expr_context): Rename from new_dwarf_expr_context.  Turn
1559         into constructor.
1560         (free_dwarf_expr_context, free_dwarf_expr_context_cleanup):
1561         Remove.
1562         (~dwarf_expr_context): Rename from
1563         make_cleanup_free_dwarf_expr_context.  Turn into destructor.
1564
1565 2016-10-21  Tom Tromey  <tom@tromey.com>
1566
1567         * dwarf2loc.c: Include <vector>.
1568         (read_pieced_value, write_pieced_value)
1569         (dwarf2_compile_expr_to_ax): Use std::vector.
1570
1571 2016-10-21  Tom Tromey  <tom@tromey.com>
1572
1573         * stack.c (print_stack_frame_to_uiout): Use scoped_restore.
1574         * ui-out.c (make_cleanup_restore_current_uiout)
1575         (restore_current_uiout_cleanup): Remove.
1576         * infrun.c (print_stop_event): Use scoped_restore.
1577         * ui-out.h (make_cleanup_restore_current_uiout): Don't declare.
1578
1579 2016-10-21  Tom Tromey  <tom@tromey.com>
1580
1581         * elfread.c (elf_read_minimal_symbols): Use gdb::unique_ptr.
1582
1583 2016-10-21  Tom Tromey  <tom@tromey.com>
1584
1585         * cli/cli-dump.c (dump_memory_to_file): Use gdb::unique_ptr.
1586         (restore_binary_file): Likewise.
1587
1588 2016-10-21  Tom Tromey  <tom@tromey.com>
1589
1590         * maint.h (scoped_command_stats): New class.
1591         (make_command_stats_cleanup): Don't declare.
1592         * maint.c (struct cmd_stats): Remove.
1593         (~scoped_command_stats): Rename from report_command_stats.  Now a
1594         destructor.
1595         (scoped_command_stats): Rename from make_command_stats_cleanup.
1596         Now a constructor.
1597         * main.c (captured_main_1): New function.  Use
1598         scoped_command_stats.
1599         (captured_main): Call captured_main_1.
1600         * event-top.c (command_handler): Use scoped_command_stats.
1601
1602 2016-10-21  Tom Tromey  <tom@tromey.com>
1603
1604         * mi/mi-main.c (mi_cmd_data_read_memory): Use gdb::unique_ptr.
1605         Remove some cleanups.
1606
1607 2016-10-21  Tom Tromey  <tom@tromey.com>
1608
1609         * tui/tui-interp.c (tui_on_normal_stop, tui_on_signal_received)
1610         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
1611         (tui_on_no_history, tui_on_user_selected_context_changed):
1612         Update.
1613         * top.h (switch_thru_all_uis): New class.
1614         (SWITCH_THRU_ALL_UIS): Rewrite.
1615         (make_cleanup_restore_current_ui, switch_thru_all_uis_init)
1616         (switch_thru_all_uis_cond, switch_thru_all_uis_next): Don't
1617         declare.
1618         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
1619         (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
1620         (mi_inferior_exit, mi_inferior_removed, mi_on_signal_received)
1621         (mi_on_end_stepping_range, mi_on_signal_exited, mi_on_exited)
1622         (mi_on_no_history, mi_on_normal_stop, mi_traceframe_changed)
1623         (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
1624         (mi_breakpoint_created, mi_breakpoint_deleted)
1625         (mi_breakpoint_modified, mi_output_running_pid, mi_on_resume)
1626         (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
1627         (mi_memory_changed, mi_user_selected_context_changed): Update.
1628         * infrun.c (all_uis_check_sync_execution_done)
1629         (all_uis_on_sync_execution_starting, normal_stop): Update.
1630         * event-top.c (restore_ui_cleanup)
1631         (make_cleanup_restore_current_ui, switch_thru_all_uis_init)
1632         (switch_thru_all_uis_cond, switch_thru_all_uis_next): Remove.
1633         * cli/cli-interp.c (cli_on_normal_stop, cli_on_signal_received)
1634         (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
1635         (cli_on_no_history, cli_on_user_selected_context_changed):
1636         Update.
1637         * breakpoint.c (watchpoint_check): Update.
1638
1639 2016-10-21  Tom Tromey  <tom@tromey.com>
1640
1641         * xcoffread.c (record_minimal_symbol, scan_xcoff_symtab): Add
1642         "reader" argument.  Update.
1643         (xcoff_initial_scan): Update.
1644         * symfile.h (mdebug_build_psymtabs): Add "reader" argument.
1645         * mipsread.c (mipscoff_symfile_read): Update.
1646         (read_alphacoff_dynamic_symtab): Add "reader" argument.  Update.
1647         * minsyms.h (minimal_symbol_reader) <record, record_full>:
1648         Declare.
1649         <m_msym_bunch, m_msym_bunch_index, m_msym_count>: New members.
1650         <record_with_info>: New function, renamed from
1651         prim_record_minimal_symbol_and_info.
1652         * minsyms.c (msym_bunch, msym_bunch_index, msym_count): Remove
1653         globals.
1654         (minimal_symbol_reader): Initialize new members.
1655         (minimal_symbol_reader::record): Renamed from
1656         prim_record_minimal_symbol.
1657         (minimal_symbol_reader::record_full): Renamed from
1658         prim_record_minimal_symbol_full.
1659         (prim_record_minimal_symbol_and_info): Move to minsyms.h; rename.
1660         * mdebugread.c (mdebug_build_psymtabs, parse_partial_symbols)
1661         (record_minimal_symbol): Add "reader" argument.  Update.
1662         (elfmdebug_build_psymtabs): Update.
1663         * machoread.c (macho_symtab_add_minsym, macho_symtab_read): Add
1664         "reader" argument.  Update.
1665         (macho_symfile_read): Update.
1666         * elfread.c (record_minimal_symbol, elf_symtab_read)
1667         (elf_rel_plt_read): Add "reader" argument.  Update.
1668         (elf_read_minimal_symbols): Update.
1669         * dbxread.c (record_minimal_symbol, read_dbx_dynamic_symtab)
1670         (read_dbx_symtab): Add "reader" argument.  Update.
1671         (dbx_symfile_read): Update.
1672         * coffread.c (record_minimal_symbol, coff_symtab_read): Add
1673         "reader" argument.  Update.
1674         (coff_symfile_read): Update.
1675         * coff-pe-read.h (read_pe_exported_syms): Add "reader" argument.
1676         * coff-pe-read.c (add_pe_exported_sym, add_pe_forwarded_sym)
1677         (read_pe_exported_syms): Add "reader" argument.  Update.
1678
1679 2016-10-21  Tom Tromey  <tom@tromey.com>
1680
1681         * xcoffread.c (xcoff_initial_scan): Update.
1682         * mipsread.c (mipscoff_symfile_read): Update.
1683         * minsyms.c (minimal_symbol_reader): Add obj argument.
1684         Initialize member.
1685         (install): Remove objfile argument.  Update.
1686         * mdebugread.c (elfmdebug_build_psymtabs): Update.
1687         * machoread.c (macho_symfile_read): Update.
1688         * elfread.c (elf_read_minimal_symbols): Update.
1689         * dbxread.c (dbx_symfile_read): Update.
1690         * coffread.c (coff_symfile_read): Update.
1691         * minsyms.h (minimal_symbol_reader): Add m_objfile member.
1692         (constructor): Add objfile argument.
1693         (minimal_symbol_reader::install): Remove objfile argument.
1694
1695 2016-10-21  Tom Tromey  <tom@tromey.com>
1696
1697         * xcoffread.c (xcoff_initial_scan): Use
1698         minimal_symbol_reader.
1699         * mipsread.c (mipscoff_symfile_read): Use
1700         minimal_symbol_reader.
1701         * minsyms.h (minimal_symbol_reader): New class.
1702         (init_minimal_symbol_collection)
1703         (make_cleanup_discard_minimal_symbols, install_minimal_symbols):
1704         Don't declare.
1705         * minsyms.c (minimal_symbol_reader): Renamed from
1706         init_minimal_symbol_collection, turned into constructor.
1707         (~minimal_symbol_reader): Renamed from
1708         do_discard_minimal_symbols_cleanup, turned into destructor.
1709         (make_cleanup_discard_minimal_symbols): Remove.
1710         (minimal_symbol_reader::install): Rename form
1711         install_minimal_symbols.
1712         * mdebugread.c (elfmdebug_build_psymtabs): Use
1713         minimal_symbol_reader.
1714         * machoread.c (macho_symfile_read): Use
1715         minimal_symbol_reader.
1716         * elfread.c (elf_read_minimal_symbols): Use
1717         minimal_symbol_reader.
1718         * dbxread.c (dbx_symfile_read): Use minimal_symbol_reader.
1719         * coffread.c (coff_symfile_read): Use
1720         minimal_symbol_reader.
1721
1722 2016-10-21  Tom Tromey  <tom@tromey.com>
1723
1724         * top.c (new_ui_command, wait_sync_command_done)
1725         (gdb_readline_wrapper): Use scoped_restore.
1726         * infrun.c (fetch_inferior_event): Use scoped_restore.
1727         * infcall.c (call_thread_fsm_should_stop): Use scoped_restore.
1728
1729 2016-10-21  Tom Tromey  <tom@tromey.com>
1730
1731         * utils.c (make_cleanup_restore_ui_file, do_restore_ui_file)
1732         (struct restore_ui_file_closure): Remove.
1733         * utils.h (make_cleanup_restore_ui_file): Don't declare.
1734         * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
1735         scoped_restore.
1736         * top.c (execute_command_to_string): Use scoped_restore.
1737
1738 2016-10-21  Tom Tromey  <tom@tromey.com>
1739
1740         * common/scoped_restore.h: New file.
1741         * utils.h: Include scoped_restore.h.
1742         * top.c (execute_command_to_string): Use scoped_restore.
1743         * python/python.c (python_interactive_command): Use
1744         scoped_restore.
1745         (python_command, execute_gdb_command): Likewise.
1746         * printcmd.c (do_one_display): Use scoped_restore.
1747         * mi/mi-main.c (exec_continue): Use scoped_restore.
1748         * mi/mi-cmd-var.c (mi_cmd_var_assign): Use scoped_restore.
1749         * linux-fork.c (checkpoint_command): Use scoped_restore.
1750         * infrun.c (restore_execution_direction): Remove.
1751         (fetch_inferior_event): Use scoped_restore.
1752         * compile/compile.c (compile_file_command): Use
1753         scoped_restore.
1754         (compile_code_command, compile_print_command): Likewise.
1755         * cli/cli-script.c (execute_user_command): Use
1756         scoped_restore.
1757         (while_command, if_command, script_from_file): Likewise.
1758         * arm-tdep.c (arm_insert_single_step_breakpoint): Use
1759         scoped_restore.
1760
1761 2016-10-21  Tom Tromey  <tom@tromey.com>
1762
1763         * xcoffread.c (read_xcoff_symtab): Make "filestring" const.
1764
1765 2016-10-21  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>
1766             Ulrich Weigand  <uweigand@de.ibm.com>
1767
1768         * xcoffread.c (read_xcoff_symtab): Make name of current file as
1769         pst->filename instead of _start_ in AIX.
1770
1771 2016-10-21  Philipp Rudo  <prudo@linux.vnet.ibm.com>
1772
1773         * solist.h (struct target_so_ops): Delete special_symbol_handling
1774         hook.
1775         * solib.c (solib_add, reload_shared_libraries): Adjust.
1776         * solib-aix.c (solib_aix_special_symbol_handling): Delete
1777         (_initialize_solib_aix): Adjust
1778         * solib-darwin.c (darwin_special_symbol_handling): Delete
1779         (_initialize_darwin_solib): Adjust
1780         * solib-dsbt.c (dsbt_special_symbol_handling): Delete
1781         (_initialize_dsbt_solib): Adjust
1782         * solib-frv.c (frv_special_symbol_handling): Delete
1783         (_initialize_frv_solib): Adjust
1784         * solib-svr4.c (svr4_special_symbol_handling): Delete
1785         (_initialize_svr4_solib): Adjust
1786         * solib-target.c (solib_target_special_symbol_handling): Delete
1787         (_initialize_solib_target): Adjust
1788
1789 2016-10-20  Yao Qi  <yao.qi@linaro.org>
1790
1791         * configure.tgt: Don't configure if target is *-*-vxworks*.
1792
1793 2016-10-19  Pedro Alves  <palves@redhat.com>
1794
1795         * config.in: Regenerate.
1796
1797 2016-10-18  Pedro Alves  <palves@redhat.com>
1798
1799         * common/common-defs.h (__STDC_CONSTANT_MACROS)
1800         (__STDC_LIMIT_MACROS): Delete.
1801
1802 2016-10-18  Pedro Alves  <palves@redhat.com>
1803
1804         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
1805         2692e23a48e21f6daa029e8af9f1a143b7532f47.
1806         * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
1807         Regenerate.
1808         * gnulib/import/Makefile: Update.
1809         * gnulib/import/alloca: Update.
1810         * gnulib/import/basename-lgpl: Update.
1811         * gnulib/import/canonicalize-lgpl: Update.
1812         * gnulib/import/config: Update.
1813         * gnulib/import/dirent: Update.
1814         * gnulib/import/dirfd: Update.
1815         * gnulib/import/dirname-lgpl: Update.
1816         * gnulib/import/dirname.h: Update.
1817         * gnulib/import/dosname.h: Update.
1818         * gnulib/import/errno: Update.
1819         * gnulib/import/extra/snippet/arg-nonnull.h: Update.
1820         * gnulib/import/extra/snippet/c++defs.h: Update.
1821         * gnulib/import/extra/snippet/warn-on-use.h: Update.
1822         * gnulib/import/extra/update-copyright: Update.
1823         * gnulib/import/flexmember.h: Update.
1824         * gnulib/import/float+.h: Update.
1825         * gnulib/import/float: Update.
1826         * gnulib/import/float: Update.
1827         * gnulib/import/fnmatch: Update.
1828         * gnulib/import/fnmatch: Update.
1829         * gnulib/import/fnmatch_loop: Update.
1830         * gnulib/import/fpucw.h: Update.
1831         * gnulib/import/frexp: Update.
1832         * gnulib/import/frexpl: Update.
1833         * gnulib/import/gettimeofday: Update.
1834         * gnulib/import/hard-locale: Update.
1835         * gnulib/import/hard-locale.h: Update.
1836         * gnulib/import/inttypes: Update.
1837         * gnulib/import/isnan: Update.
1838         * gnulib/import/isnand-nolibm.h: Update.
1839         * gnulib/import/isnand: Update.
1840         * gnulib/import/isnanl-nolibm.h: Update.
1841         * gnulib/import/isnanl: Update.
1842         * gnulib/import/itold: Update.
1843         * gnulib/import/limits: Update.
1844         * gnulib/import/localcharset: Update.
1845         * gnulib/import/localcharset.h: Update.
1846         * gnulib/import/lstat: Update.
1847         * gnulib/import/m4/00gnulib: Update.
1848         * gnulib/import/m4/absolute-header: Update.
1849         * gnulib/import/m4/alloca: Update.
1850         * gnulib/import/m4/canonicalize: Update.
1851         * gnulib/import/m4/codeset: Update.
1852         * gnulib/import/m4/configmake: Update.
1853         * gnulib/import/m4/dirent_h: Update.
1854         * gnulib/import/m4/dirfd: Update.
1855         * gnulib/import/m4/dirname: Update.
1856         * gnulib/import/m4/double-slash-root: Update.
1857         * gnulib/import/m4/eealloc: Update.
1858         * gnulib/import/m4/errno_h: Update.
1859         * gnulib/import/m4/exponentd: Update.
1860         * gnulib/import/m4/exponentl: Update.
1861         * gnulib/import/m4/extensions: Update.
1862         * gnulib/import/m4/extern-inline: Update.
1863         * gnulib/import/m4/fcntl-o: Update.
1864         * gnulib/import/m4/flexmember: Update.
1865         * gnulib/import/m4/float_h: Update.
1866         * gnulib/import/m4/fnmatch: Update.
1867         * gnulib/import/m4/fpieee: Update.
1868         * gnulib/import/m4/frexp: Update.
1869         * gnulib/import/m4/frexpl: Update.
1870         * gnulib/import/m4/gettimeofday: Update.
1871         * gnulib/import/m4/glibc21: Update.
1872         * gnulib/import/m4/gnulib-cache: Update.
1873         * gnulib/import/m4/gnulib-common: Update.
1874         * gnulib/import/m4/gnulib-comp: Update.
1875         * gnulib/import/m4/gnulib-tool: Update.
1876         * gnulib/import/m4/hard-locale: Update.
1877         * gnulib/import/m4/include_next: Update.
1878         * gnulib/import/m4/inttypes-pri: Update.
1879         * gnulib/import/m4/inttypes: Update.
1880         * gnulib/import/m4/isnand: Update.
1881         * gnulib/import/m4/isnanl: Update.
1882         * gnulib/import/m4/largefile: Update.
1883         * gnulib/import/m4/limits-h: Update.
1884         * gnulib/import/m4/localcharset: Update.
1885         * gnulib/import/m4/locale-fr: Update.
1886         * gnulib/import/m4/locale-ja: Update.
1887         * gnulib/import/m4/locale-zh: Update.
1888         * gnulib/import/m4/longlong: Update.
1889         * gnulib/import/m4/lstat: Update.
1890         * gnulib/import/m4/malloc: Update.
1891         * gnulib/import/m4/malloca: Update.
1892         * gnulib/import/m4/math_h: Update.
1893         * gnulib/import/m4/mbrtowc: Update.
1894         * gnulib/import/m4/mbsinit: Update.
1895         * gnulib/import/m4/mbsrtowcs: Update.
1896         * gnulib/import/m4/mbstate_t: Update.
1897         * gnulib/import/m4/memchr: Update.
1898         * gnulib/import/m4/memmem: Update.
1899         * gnulib/import/m4/mmap-anon: Update.
1900         * gnulib/import/m4/multiarch: Update.
1901         * gnulib/import/m4/nocrash: Update.
1902         * gnulib/import/m4/off_t: Update.
1903         * gnulib/import/m4/pathmax: Update.
1904         * gnulib/import/m4/rawmemchr: Update.
1905         * gnulib/import/m4/readlink: Update.
1906         * gnulib/import/m4/rename: Update.
1907         * gnulib/import/m4/rmdir: Update.
1908         * gnulib/import/m4/signal_h: Update.
1909         * gnulib/import/m4/ssize_t: Update.
1910         * gnulib/import/m4/stat: Update.
1911         * gnulib/import/m4/stdbool: Update.
1912         * gnulib/import/m4/stddef_h: Update.
1913         * gnulib/import/m4/stdint: Update.
1914         * gnulib/import/m4/stdio_h: Update.
1915         * gnulib/import/m4/stdlib_h: Update.
1916         * gnulib/import/m4/strchrnul: Update.
1917         * gnulib/import/m4/string_h: Update.
1918         * gnulib/import/m4/strstr: Update.
1919         * gnulib/import/m4/strtok_r: Update.
1920         * gnulib/import/m4/sys_socket_h: Update.
1921         * gnulib/import/m4/sys_stat_h: Update.
1922         * gnulib/import/m4/sys_time_h: Update.
1923         * gnulib/import/m4/sys_types_h: Update.
1924         * gnulib/import/m4/time_h: Update.
1925         * gnulib/import/m4/unistd_h: Update.
1926         * gnulib/import/m4/warn-on-use: Update.
1927         * gnulib/import/m4/wchar_h: Update.
1928         * gnulib/import/m4/wchar_t: Update.
1929         * gnulib/import/m4/wctype_h: Update.
1930         * gnulib/import/m4/wint_t: Update.
1931         * gnulib/import/malloc: Update.
1932         * gnulib/import/malloca: Update.
1933         * gnulib/import/malloca.h: Update.
1934         * gnulib/import/math: Update.
1935         * gnulib/import/math: Update.
1936         * gnulib/import/mbrtowc: Update.
1937         * gnulib/import/mbsinit: Update.
1938         * gnulib/import/mbsrtowcs-impl.h: Update.
1939         * gnulib/import/mbsrtowcs-state: Update.
1940         * gnulib/import/mbsrtowcs: Update.
1941         * gnulib/import/memchr: Update.
1942         * gnulib/import/memmem: Update.
1943         * gnulib/import/pathmax.h: Update.
1944         * gnulib/import/rawmemchr: Update.
1945         * gnulib/import/readlink: Update.
1946         * gnulib/import/ref-add.sin: Update.
1947         * gnulib/import/ref-del.sin: Update.
1948         * gnulib/import/rename: Update.
1949         * gnulib/import/rmdir: Update.
1950         * gnulib/import/same-inode.h: Update.
1951         * gnulib/import/signal: Update.
1952         * gnulib/import/stat: Update.
1953         * gnulib/import/stdbool: Update.
1954         * gnulib/import/stddef: Update.
1955         * gnulib/import/stdint: Update.
1956         * gnulib/import/stdio: Update.
1957         * gnulib/import/stdlib: Update.
1958         * gnulib/import/str-two-way.h: Update.
1959         * gnulib/import/strchrnul: Update.
1960         * gnulib/import/streq.h: Update.
1961         * gnulib/import/string: Update.
1962         * gnulib/import/stripslash: Update.
1963         * gnulib/import/strnlen1: Update.
1964         * gnulib/import/strnlen1.h: Update.
1965         * gnulib/import/strstr: Update.
1966         * gnulib/import/strtok_r: Update.
1967         * gnulib/import/sys_stat: Update.
1968         * gnulib/import/sys_time: Update.
1969         * gnulib/import/sys_types: Update.
1970         * gnulib/import/time: Update.
1971         * gnulib/import/unistd: Update.
1972         * gnulib/import/unistd: Update.
1973         * gnulib/import/verify.h: Update.
1974         * gnulib/import/wchar: Update.
1975         * gnulib/import/wctype: Update.
1976         * gnulib/import/flexmember.h: New file.
1977         * gnulib/import/hard-locale.c: New file.
1978         * gnulib/import/hard-locale.h: New file.
1979         * gnulib/import/limits.in.h: New file.
1980         * gnulib/import/m4/flexmember.m4: New file.
1981         * gnulib/import/m4/hard-locale.m4: New file.
1982         * gnulib/import/m4/limits-h.m4: New file.
1983
1984 2016-10-18  Pedro Alves  <palves@redhat.com>
1985
1986         * common/common-defs.h: Include "gdb_unique_ptr.h".
1987         * common/gdb_unique_ptr.h: New.
1988
1989 2016-10-18  Maciej W. Rozycki  <macro@imgtec.com>
1990
1991         * i386-tdep.c (i386_mpx_info_bounds): Make sure the architecture
1992         is `bfd_arch_i386' before proceeding.
1993         (i386_mpx_set_bounds): Likewise.
1994
1995 2016-10-18  Maciej W. Rozycki  <macro@imgtec.com>
1996
1997         * tilegx-tdep.c (tilegx_analyze_prologue): Use the `long long'
1998         type for `operands'.
1999
2000 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
2001
2002         * mi/mi-main.c (mi_cmd_trace_save): Check if argument is present
2003         before using it.
2004
2005 2016-10-17  Pedro Alves  <palves@redhat.com>
2006
2007         * charset.h (class wchar_iterator) [PHONY_ICONV] <m_desc>: Use
2008         'int' as type.
2009
2010 2016-10-14  Sangamesh Mallayya  <sangamesh.swamy@in.ibm.com>
2011             Ulrich Weigand  <uweigand@de.ibm.com>
2012
2013         * solib-aix.c (solib_aix_bfd_open): Call solib_find so that sysroot
2014         path is set properly if program has a dependency on .a archive and
2015         sysroot is set via set sysroot command.
2016
2017 2016-10-14  Markus Metzger  <markus.t.metzger@intel.com>
2018
2019         * nat/linux-btrace.c: Remove leftover comment.
2020
2021 2016-10-14  Eli Zaretskii  <eliz@gnu.org>
2022
2023         * common/common-defs.h [HAVE_STRINGS_H]: Include strings.h if
2024         available, to get prototypes of 'strcasecmp' and 'strncasecmp'.
2025
2026 2016-10-13  Pedro Alves  <palves@redhat.com>
2027
2028         * contrib/ari/gdb_ari.sh (boolean): Suggest bool instead.
2029         (false, true): Remove checks.
2030
2031 2016-10-12  Tom Tromey  <tom@tromey.com>
2032
2033         * machoread.c (macho_symfile_read_all_oso): Use std::string.
2034
2035 2016-10-12  Tom Tromey  <tom@tromey.com>
2036
2037         * tracepoint.c (trace_dump_command): Remove unnecessary
2038         null_cleanup.
2039
2040 2016-10-12  Tom Tromey  <tom@tromey.com>
2041
2042         * valprint.c (generic_emit_char, count_next_character)
2043         (generic_printstr): Update.
2044         * charset.c (struct wchar_iterator): Move to charset.h.
2045         (wchar_iterator::wchar_iterator): Rename from
2046         make_wchar_iterator, turn into a constructor.
2047         (wchar_iterator::~wchar_iterator): Rename from
2048         do_cleanup_iterator, turn into a destructor.
2049         (make_cleanup_wchar_iterator): Remove.
2050         (wchar_iterator::iterate): Rename from wchar_iterate.  Remove
2051         "iter" argument.  Update.
2052         * charset.h: Include <vector>.
2053         (class wchar_iterator): New class, from old struct
2054         wchar_iterator.
2055         (make_wchar_iterator, make_cleanup_wchar_iterator): Don't
2056         declare.
2057
2058 2016-10-12  Tom Tromey  <tom@tromey.com>
2059
2060         * selftest.c: Include <vector>, not "vec.h".
2061         (self_test_function_ptr): Remove.
2062         (tests): Now a std::vector.
2063         (register_self_test, run_self_tests): Update.
2064
2065 2016-10-13  Pedro Alves  <palves@redhat.com>
2066             Tom Tromey  <tom@tromey.com>
2067
2068         * tid-parse.h (tid_range_parser): New class.
2069         (enum tid_range_state): Move into tid_range_parser's scope.
2070         Remove TID_RANGE_ prefix from all values.
2071         (tid_range_parser_get_tid, tid_range_parser_get_tid_range)
2072         (tid_range_parser_star_range, tid_range_parser_finished)
2073         (tid_range_parser_skip, tid_range_parser_qualified): Don't
2074         declare.
2075         (tid_is_in_list): Update comment.
2076         * tid-parse.c (tid_range_parser::tid_range_parser): New.
2077         (init, finished, get_string, skip, tid_is_qualified)
2078         (get_tid_or_range, get_tid_range, get_tid, star_range): Rename;
2079         turn into methods.
2080         (tid_is_in_list): Adjust.
2081         * cli/cli-utils.h (number_or_range_parser): New class.
2082         (init_number_or_range, get_number_or_range)
2083         (number_range_setup_range): Don't declare.
2084         * cli/cli-utils.c
2085         (number_or_range_parser::number_or_range_parser): New.
2086         (init_number_or_range, get_number_or_range)
2087         (number_range_setup_range): Rename; turn into methods.
2088         (number_is_in_list): Adjust.
2089         * breakpoint.c (map_breakpoint_numbers): Adjust.  Use bool.
2090         (trace_pass_command, get_tracepoint_by_number): Adjust.
2091         * breakpoint.h (get_tracepoint_by_number): Adjust.
2092         * inferior.c (detach_inferior_command, kill_inferior_command)
2093         (remove_inferior_command): Adjust.
2094         * linespec.c (decode_line_2): Adjust.
2095         * memattr.c (mem_enable_command, mem_disable_command)
2096         (mem_delete_command): Adjust.
2097         * printcmd.c (map_display_numbers): Adjust.
2098         * reverse.c (delete_bookmark_command, bookmarks_info): Adjust.
2099         * thread.c (thread_apply_command): Adjust.
2100
2101 2016-10-12  Anton Kolesov  <anton.kolesov@synopsys.com>
2102
2103         * arc-newlib-tdep.c: New file.
2104         * configure.tgt: Add newlib support for ARC.
2105
2106 2016-10-12  Anton Kolesov  <anton.kolesov@synopsys.com>
2107
2108         * arc-tdep.h (struct gdbarch_tdep) <jb_pc>: New field.
2109         * arc-tdep.c (arc_get_longjmp_target): New function.
2110         (arc_gdbarch_init): Set get_longjmp_target if jb_pc is non-negative.
2111         (arc_dump_tdep): Print jb_pc.
2112
2113 2016-10-12  Anton Kolesov  <anton.kolesov@synopsys.com>
2114
2115         * arc-tdep.h (struct gdbarch_tdep): New.
2116         * arc-tdep.c (arc_gdbarch_init): Allocate gdbarch_tdep.
2117
2118 2016-10-12  Yao Qi  <yao.qi@linaro.org>
2119
2120         PR tdep/20682
2121         * aarch64-tdep.c: Replace 32 with AARCH64_D_REGISTER_COUNT.
2122         (aarch64_analyze_prologue): Extend array 'regs' for D registers.
2123         Assert that operand 0 and 1 can be X or D registers.  Update
2124         register number for D registers.  Update registers in frame
2125         cache.
2126         * aarch64-tdep.h (AARCH64_D_REGISTER_COUNT): New macro.
2127
2128 2016-10-10  Yao Qi  <yao.qi@linaro.org>
2129
2130         * arch/arm.h (enum arm_breakpoint_kinds): New.
2131         * arm-tdep.c (arm_remote_breakpoint_from_pc): Use
2132         ARM_BP_KIND_THUMB2.
2133
2134 2016-10-10  Yao Qi  <yao.qi@linaro.org>
2135
2136         * m32c-tdep.c (m32c_gdbarch_init): Rename local 'arch' by
2137         'gdbarch'.
2138
2139 2016-10-10  Yao Qi  <yao.qi@linaro.org>
2140
2141         * v850-tdep.c (v850_breakpoint_from_pc): Use the right
2142         breakpoint instruction.
2143         (v850_dbtrap_breakpoint_from_pc): Remove.
2144         (v850_gdbarch_init): Update.
2145
2146 2016-10-08  Simon Marchi  <simon.marchi@polymtl.ca>
2147
2148         * ui-out.c (push_level): Remove "id" parameter.
2149         (ui_out_begin): Update call.
2150
2151 2016-10-07  Joel Brobecker  <brobecker@adacore.com>
2152
2153         GDB 7.12 released.
2154
2155 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
2156
2157         * python/python.c (gdbpy_decode_line): Call
2158         string_to_event_location_basic instead of new_linespec_location.
2159
2160 2016-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2161
2162         * target.c (target_supports_multi_process): New function, moved
2163         from...
2164         * target.h (target_supports_multi_process): ... here.  Remove
2165         macro.
2166         * target/target.h (target_supports_multi_process): New prototype.
2167
2168 2016-10-06  Pedro Alves  <palves@redhat.com>
2169
2170         * cp-valprint.c (vtbl_ptr_name): Write "extern const" instead of
2171         EXPORTED_CONST.
2172         * stub-termcap.c: Remove __cplusplus checks.
2173         * common/common-defs.h [!__cplusplus] (EXTERN_C, EXTERN_C_PUSH,
2174         EXTERN_C_POP): Delete.
2175         * common/common-exceptions.h (GDB_XCPT_SJMP): Update comments.
2176         (GDB_XCPT) [!__cplusplus]: Delete.
2177         (throw_exception, throw_exception_sjlj): Update comments.
2178         * guile/guile-internal.h (as_a_scm_t_subr) [!__cplusplus]: Delete.
2179         * guile/guile.c (extension_language_guile): Write "extern const"
2180         instead of EXPORTED_CONST.
2181         * features/feature_to_c.sh: Don't emit !__cplusplus code.  Write
2182         "extern const" instead of EXPORTED_CONST.
2183
2184 2016-10-06  Doug Evans  <dje@google.com>
2185
2186         * python/py-value.c (valpy_long): Handle unsigned values.
2187
2188 2016-10-06  Simon Marchi  <simon.marchi@ericsson.com>
2189
2190         * frame.h: Forward-declare struct ui_out.
2191
2192 2016-10-06  Tom Tromey  <tom@tromey.com>
2193
2194         * MAINTAINERS: Remove Java test maintainer.
2195         * varobj.h (java_varobj_ops): Don't declare.
2196         * valprint.h (struct value_print_options)
2197         <pascal_static_field_print>: Update comment.
2198         * utils.c (producer_is_gcc): Remove java reference.
2199         * symtab.h (struct general_symbol_info): Remove java references.
2200         (SYMBOL_SEARCH_NAME): Likewise.
2201         * objfiles.c (allocate_objfile): Update comment.
2202         * linespec.c (find_linespec_symbols): Remove java references.
2203         * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_baseclass_offset): Remove
2204         java references.
2205         * gdbtypes.h (struct cplus_struct_type) <is_java>: Remove.
2206         (TYPE_CPLUS_REALLY_JAVA): Remove.
2207         * c-varobj.c (enum vsections): Update comment.
2208         * symtab.c (symbol_set_language, symbol_set_names)
2209         (symbol_natural_name, symbol_demangled_name)
2210         (demangle_for_lookup, symbol_matches_domain)
2211         (default_make_symbol_completion_list_break_on_1): Remove java
2212         references.
2213         (JAVA_PREFIX, JAVA_PREFIX_LEN): Remove.
2214         * psymtab.c (match_partial_symbol, psymtab_search_name)
2215         (lookup_partial_symbol): Remove java references.
2216         * dwarf2read.c (find_slot_in_mapped_hash): Remove java references.
2217         (add_partial_symbol, dwarf2_compute_name, dwarf2_physname)
2218         (dwarf2_add_member_fn, is_vtable_name, read_structure_type)
2219         (process_structure_scope, read_subroutine_type)
2220         (read_subrange_type, load_partial_dies)
2221         (new_symbol_full, determine_prefix, typename_concat)
2222         (dwarf2_name): Remove java references.
2223         (set_cu_language): Treat Java as C++.
2224         * c-typeprint.c (c_type_print_args): Remove java reference.
2225         * defs.h (enum language) <language_java>: Remove.
2226         * Makefile.in (SFILES, HFILES_NO_SRCDIR, COMMON_OBS, YYFILES)
2227         (YYOBJ, local-maintainer-clean): Don't mention java files.
2228         * jv-exp.y, jv-lang.c, jv-lang.h, jv-typeprint.c, jv-valprint.c,
2229         jv-varobj.c: Remove.
2230
2231 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2232
2233         * mips-tdep.c (mips_pseudo_register_type): Make FCRs always
2234         32-bit.
2235
2236 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
2237
2238         * mips-tdep.c (mips_pseudo_register_type): Rearrange comments
2239         throughout.
2240
2241 2016-10-06  Markus Metzger  <markus.t.metzger@intel.com>
2242
2243         * stack.c (frame_info): Call val_print_not_saved instead of
2244         val_print_unavailable if frame_id check fails.
2245
2246 2016-10-06  Pedro Alves  <palves@redhat.com>
2247
2248         * jit.c (free_objfile_data): Delete the JIT breakpoint and clear
2249         the cached code address.
2250
2251 2016-10-06  Doug Evans  <dje@google.com>
2252
2253         * features/aarch64-core.xml (cpsr_flags): Elide "type" and specify
2254         "end" in all fields.
2255         * features/aarch64.c: Regenerate.
2256         * features/i386/32bit-mpx.xml (_bndcfgu): Specify type of "preserved"
2257         and "enabled" fields. Correct size of "enabled" field.
2258         * features/i386/64bit-mpx.xml (_bndcfgu): Specify type of "preserved"
2259         and "enabled" fields.
2260         * features/i386/i386-avx-mpx-linux.c: Regenerate.
2261         * features/i386/i386-avx-mpx.c: Regenerate.
2262         * features/i386/i386-avx512-linux.c: Regenerate.
2263         * features/i386/i386-avx512.c: Regenerate.
2264         * features/i386/i386-mpx-linux.c: Regenerate.
2265         * features/i386/i386-mpx.c: Regenerate.
2266         * features/arc-arcompact.c: Regenerate.
2267         * features/arc-v2.c: Regenerate.
2268         * xml-tdesc.c (tdesc_start_field): Require "end" spec.  Single bit
2269         fields default to "bool" type.
2270
2271         Revert 2016-03-15  Doug Evans  <dje@google.com>
2272         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
2273         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
2274         * features/i386/64bit-core.xml (i386_eflags): Ditto.
2275         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
2276         * features/i386/x32-core.xml (i386_eflags): Ditto.
2277
2278 2016-10-05  Tom Tromey  <tom@tromey.com>
2279
2280         PR breakpoints/20653:
2281         * location.c (string_to_explicit_location): Use NULL, not '\0'.
2282
2283 2016-10-05  Tom Tromey  <tom@tromey.com>
2284
2285         PR symtab/20652:
2286         * psymtab.c (psymbol_compare): Correctly compare "ginfo.value"
2287         fields.
2288
2289 2016-10-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2290
2291         * dwarf2expr.c (dwarf_expr_require_composition): Allow
2292         DW_OP_GNU_uninit.
2293         (execute_stack_op): Use dwarf_expr_require_composition instead of
2294         copying its logic.
2295
2296 2016-10-05  Anton Kolesov  <anton.kolesov@synopsys.com>
2297
2298         * arc-tdep.c (arc_frame_prev_register): Remove annoying log message.
2299
2300 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2301
2302         * features/Makefile (WHICH): Add
2303         rs6000/powerpc-isa205-32l, rs6000/powerpc-isa205-64l,
2304         rs6000/powerpc-isa205-altivec32l, rs6000/powerpc-isa205-altivec64l,
2305         rs6000/powerpc-isa205-vsx32l and rs6000/powerpc-isa205-vsx64l.
2306         * regformats/rs6000/powerpc-isa205-32l.dat: Regenerated.
2307         * regformats/rs6000/powerpc-isa205-64l.dat: Likewise.
2308         * regformats/rs6000/powerpc-isa205-altivec32l.dat: Likewise.
2309         * regformats/rs6000/powerpc-isa205-altivec64l.dat: Likewise.
2310         * regformats/rs6000/powerpc-isa205-vsx32l.dat: Likewise.
2311         * regformats/rs6000/powerpc-isa205-vsx64l.dat: Likewise.
2312
2313 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2314
2315         * features/Makefile (XMLTOC): Add s390-tevx-linux64.xml,
2316         s390-vx-linux64.xml, s390x-tevx-linux64.xml and
2317         s390x-vx-linux64.xml.
2318
2319 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2320
2321         * features/Makefile: Remove i386/*-expedite. Add i386-expedite,
2322         amd64-expedite, and x32-expedite.
2323
2324 2016-10-05  Terry Guo  <terry.guo@arm.com>
2325             Yao Qi  <yao.qi@linaro.org>
2326
2327         * arm-tdep.c: Adjust includes.
2328         * features/Makefile (WHICH): Add "arm/" directory to arm
2329         target descriptions.
2330         (XMLTOC): Likewise.
2331         (arm/arm-with-iwmmxt.dat): Adjust the path for
2332         dependencies.
2333         * features/arm-core.xml: Moved to ...
2334         * features/arm/arm-core.xml: ... it.
2335         * features/arm-fpa.xml: Moved to ...
2336         * features/arm/arm-fpa.xml: ... it.
2337         * features/arm-m-profile.xml: Moved to ...
2338         * features/arm/arm-m-profile.xm: ... it.
2339         * features/arm-vfpv2.xml: Moved to ...
2340         * features/arm/arm-vfpv2.xm: ... it.
2341         * features/arm-vfpv3.xml: Moved to ...
2342         * features/arm/arm-vfpv3.xml: ... it.
2343         * features/arm-with-iwmmxt.c: Moved to ...
2344         * features/arm/arm-with-iwmmxt.c: ... it.
2345         * features/arm-with-iwmmxt.xml: Moved to ...
2346         * features/arm/arm-with-iwmmxt.xml: ... it.
2347         * features/arm-with-m-fpa-layout.c: Moved to ...
2348         * features/arm/arm-with-m-fpa-layout.c: ... it.
2349         * features/arm-with-m-fpa-layout.xml: Moved to ...
2350         * features/arm/arm-with-m-fpa-layout.xml: ... it.
2351         * features/arm-with-m-vfp-d16.c: Moved to ...
2352         * features/arm/arm-with-m-vfp-d16.c: ... it.
2353         * features/arm-with-m-vfp-d16.xml: Moved to ...
2354         * features/arm/arm-with-m-vfp-d16.xml: ... it.
2355         * features/arm-with-m.c: Moved to ...
2356         * features/arm/arm-with-m.c: ... it.
2357         * features/arm-with-m.xml: Moved to ...
2358         * features/arm/arm-with-m.xm: ... it.
2359         * features/arm-with-neon.c: Moved to ...
2360         * features/arm/arm-with-neon.c: ... it.
2361         * features/arm-with-neon.xml: Moved to ...
2362         * features/arm/arm-with-neon.xml: ... it.
2363         * features/arm-with-vfpv2.c: Moved to ...
2364         * features/arm/arm-with-vfpv2.c: ... it.
2365         * features/arm-with-vfpv2.xml: Moved to ...
2366         * features/arm/arm-with-vfpv2.xml: ... it.
2367         * features/arm-with-vfpv3.c: Moved to ...
2368         * features/arm/arm-with-vfpv3.c: ... it.
2369         * features/arm-with-vfpv3.xml: Moved to ...
2370         * features/arm/arm-with-vfpv3.xml: ... it.
2371         * features/xscale-iwmmxt.xml: Moved to ...
2372         * features/arm/xscale-iwmmxt.xml: ... it.
2373
2374 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2375 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
2376
2377         PR gdb/20487
2378         * NEWS: Mention new frame field of =thread-selected event.
2379         * cli/cli-decode.c (add_cmd): Initialize c->suppress_notification.
2380         (add_com_suppress_notification): New function definition.
2381         (cmd_func): Set and restore the suppress_notification flag.
2382         * cli/cli-deicode.h (struct cmd_list_element)
2383         <suppress_notification>: New field.
2384         * cli/cli-interp.c (cli_suppress_notification): New global variable.
2385         (cli_on_user_selected_context_changed): New function.
2386         (_initialize_cli_interp): Attach to user_selected_context_changed
2387         observer.
2388         * command.h (struct cli_suppress_notification): New structure.
2389         (cli_suppress_notification): New global variable declaration.
2390         (add_com_suppress_notification): New function declaration.
2391         * defs.h (enum user_selected_what_flag): New enum.
2392         (user_selected_what): New enum flag type.
2393         * frame.h (print_stack_frame_to_uiout): New function declaration.
2394         * gdbthread.h (print_selected_thread_frame): New function declaration.
2395         * inferior.c (print_selected_inferior): New function definition.
2396         (inferior_command): Remove printing of inferior/thread/frame switch
2397         notifications, notify user_selected_context_changed observer.
2398         * inferior.h (print_selected_inferior): New function declaration.
2399         * mi/mi-cmds.c (struct mi_cmd): Add user_selected_context
2400         suppression to stack-select-frame and thread-select commands.
2401         * mi/mi-interp.c (struct mi_suppress_notification)
2402         <user_selected_context>: Initialize.
2403         (mi_user_selected_context_changed): New function definition.
2404         (_initialize_mi_interp): Attach to user_selected_context_changed.
2405         * mi/mi-main.c (mi_cmd_thread_select): Print thread selection reply.
2406         (mi_execute_command): Handle notification suppression.  Notify
2407         user_selected_context_changed observer on thread change instead of printing
2408         event directly.  Don't send it if command already sends the notification.
2409         (command_notifies_uscc_observer): New function.
2410         (mi_cmd_execute): Don't handle notification suppression.
2411         * mi/mi-main.h (struct mi_suppress_notification)
2412         <user_selected_context>: New field.
2413         * stack.c (print_stack_frame_to_uiout): New function definition.
2414         (select_frame_command): Notify user_selected_context_changed
2415         observer.
2416         (frame_command): Call print_selected_thread_frame if there's no frame
2417         change or notify user_selected_context_changed observer if there is.
2418         (up_command): Notify user_selected_context_changed observer.
2419         (down_command): Likewise.
2420         (_initialize_stack): Suppress user_selected_context notification for
2421         command select-frame.
2422         * thread.c (thread_command): Notify
2423         user_selected_context_changed if the thread has changed, print
2424         thread info directly if it hasn't.
2425         (do_captured_thread_select): Do not print thread switch event.
2426         (print_selected_thread_frame): New function definition.
2427         * tui/tui-interp.c (tui_on_user_selected_context_changed):
2428         New function definition.
2429         (_initialize_tui_interp): Attach to user_selected_context_changed
2430         observer.
2431
2432 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2433
2434         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2435         * exec.c (exec_file_locate_attach): Add parameter defer_bp_reset.
2436         Use it.
2437         * gdbcore.h (exec_file_locate_attach): Add parameter defer_bp_reset.
2438         * infcmd.c (setup_inferior): Update caller.
2439         * remote.c (remote_add_inferior): Likewise.
2440
2441 2016-09-28  Pedro Alves  <palves@redhat.com>
2442
2443         * infcall.c (run_inferior_call): Remove input from the event
2444         loop while running the infcall.
2445
2446 2016-09-27  Fredrik Hederstierna  <fredrik.hederstierna@verisure.com>
2447
2448         * arm-tdep.c (arm_m_addr_is_magic): New function.
2449         (arm_addr_bits_remove): Call arm_m_addr_is_magic.
2450         (arm_m_exception_unwind_sniffer): Likewise.
2451
2452 2016-09-23  Jon Turney  <jon.turney@dronecode.org.uk>
2453
2454         * windows-nat.c (windows_delete_thread): Adjusting call to
2455         target_mourn_inferior to include ptid_t argument.
2456
2457 2016-09-23  Tom Tromey  <tom@tromey.com>
2458
2459         * utils.h (make_cleanup_dyn_string_delete): Remove declaration.
2460         * utils.c: Don't include dyn-string.h.
2461         (do_dyn_string_delete, make_cleanup_dyn_string_delete): Remove.
2462         * cli/cli-cmds.c: Include <string>.  Don't include dyn-string.h.
2463         (argv_to_string): Rename.  Change return type to std::string.
2464         (alias_command): Use std::string.
2465
2466 2016-09-23  Tom Tromey  <tom@tromey.com>
2467
2468         * objfiles.c: Include <vector>.
2469         (objfile_relocate): Use std::vector.
2470
2471 2016-09-23  Tom Tromey  <tom@tromey.com>
2472
2473         * rust-lang.c: Include <string> and <vector>.
2474         (rust_evaluate_funcall): Use std::vector, std::string.
2475         (rust_evaluate_subexp): Use std::string.
2476         (rust_lookup_symbol_nonlocal): Use std::string.
2477
2478 2016-09-23  Tom Tromey  <tom@tromey.com>
2479
2480         * cp-namespace.c: Include <string>.
2481         (cp_search_static_and_baseclasses)
2482         (cp_lookup_symbol_imports_or_template, find_symbol_in_baseclass):
2483         Use std::string.
2484
2485 2016-09-23  Tom Tromey  <tom@tromey.com>
2486
2487         * break-catch-sig.c: Include <string>.
2488         (signal_catchpoint_print_one): Use std::string.
2489
2490 2016-09-23  Tom Tromey  <tom@tromey.com>
2491
2492         * utils.c (struct restore_ui_out_closure): Remove.
2493         * objfiles.h (terminate_minimal_symbol_table): Don't declare.
2494
2495 2016-09-23  Yao Qi  <yao.qi@linaro.org>
2496
2497         * nat/linux-osdata.c (linux_xfer_osdata_threads): Replace
2498         sprintf with xsnprintf.
2499         (linux_xfer_osdata_fds): Likewise.
2500
2501 2016-09-23  Pedro Alves  <palves@redhat.com>
2502
2503         * Makefile.in (SFILES): Add common/new-op.c.
2504         (COMMON_OBS): Add common/new-op.o.
2505         (new-op.o): New rule.
2506         * common/common-exceptions.h: Include <new>.
2507         (struct gdb_quit_bad_alloc): New type.
2508         * common/new-op.c: New file.
2509
2510 2016-09-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2511
2512         * rs6000-tdep.c (ppc_process_record_op31): Fix
2513         regcache_raw_read_unsigned call using the correct parameter type.
2514
2515 2016-09-22  Anton Kolesov  <anton.kolesov@synopsys.com>
2516
2517         * arc-tdep.c: Fix ARI warning for printf(%p).
2518
2519 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2520
2521         * MAINTAINERS (Write After Approval): Add Anton Kolesov.
2522
2523 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2524
2525         * Makefile.in (ALL_TARGET_OBS): Add arc-tdep.o.
2526         (HFILES_NO_SRCDIR): Add arc-tdep.h.
2527         (ALLDEPFILES): Add arc-tdep.c.
2528         * NEWS: Mention new ARC port.
2529         * configure.tgt: Add ARC.
2530         * arc-tdep.c: New file.
2531         * arc-tdep.h: New file.
2532         * features/Makefile (XMLTOC): Add arc-v2.xml and arc-arcompact.xml.
2533         * features/arc-v2.xml: New file.
2534         * features/arc-v2.c: New file (generated).
2535         * features/arc-arcompact.xml: New file.
2536         * features/arc-arcompact.c: New file (generated).
2537
2538 2016-09-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2539
2540         * rs6000-tdep.c (ppc_process_record_op63): Fix return of instruction
2541         handlers.
2542
2543 2016-09-21  Tom Tromey  <tom@tromey.com>
2544
2545         PR gdb/20604:
2546         * top.h (quit_force): Update.
2547         * top.c (quit_force): Changed type of first argument.  Don't
2548         evaluate expression.  Pass NULL to kill_or_detach.
2549         * cli/cli-cmds.c (quit_command): Evaluate "args".
2550
2551 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2552
2553         * .gitignore: Ignore more files.
2554         * data-directory/.gitignore: Likewise.
2555
2556 2016-09-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2557
2558         * rs6000-tdep.c (PPC_DQ): New macro.
2559         (ppc_process_record_op4): Add Power ISA 3.0 instructions.
2560         (ppc_process_record_op19): Likewise.
2561         (ppc_process_record_op31): Likewise.
2562         (ppc_process_record_op59): Likewise.
2563         (ppc_process_record_op60): Likewise.
2564         (ppc_process_record_op63): Likewise.
2565         (ppc_process_record): Likewise.
2566         (ppc_process_record_op61): New function.
2567
2568 2016-09-21  Yao Qi  <yao.qi@linaro.org>
2569
2570         * aarch32-linux-nat.c (aarch32_gp_regcache_collect): Keep
2571         bits 20 to 23.
2572
2573 2016-09-20  Tom Tromey  <tom@tromey.com>
2574
2575         * python/py-value.c (convert_value_from_python): Make PyInt_Check
2576         conditional on Python 2.
2577         * python/py-arch.c (archpy_disassemble): Make PyInt_Check
2578         conditional on Python 2.
2579
2580 2016-09-20  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2581
2582         * rs6000-tdep.c (ppc_process_record_op31): Fix record of Store String
2583         Word instructions.
2584
2585 2016-09-20  Sergio Durigan Junior  <sergiodj@redhat.com>
2586
2587         * fork-inferior.c (startup_inferior): Pass 'event_ptid' instead of
2588         'resume_ptid' to 'target_mourn_inferior'.  Fix regression
2589         introduced by my last commit.
2590
2591 2016-09-19  Pedro Alves  <palves@redhat.com>
2592
2593         * common/gdb_locale.h [!ENABLE_NLS] (gettext, dgettext, dcgettext,
2594         textdomain, bindtextdomain): Delete macros.
2595         * main.c (captured_main) [!ENABLE_NLS]: Skip bintextdomain and
2596         textdomain calls.
2597
2598 2016-09-19  Sergio Durigan Junior  <sergiodj@redhat.com>
2599
2600         * darwin-nat.c (darwin_kill_inferior): Adjusting call to
2601         target_mourn_inferior to include ptid_t argument.
2602         * fork-child.c (startup_inferior): Likewise.
2603         * gnu-nat.c (gnu_kill_inferior): Likewise.
2604         * inf-ptrace.c (inf_ptrace_kill): Likewise.
2605         * infrun.c (handle_inferior_event_1): Likewise.
2606         * linux-nat.c (linux_nat_attach): Likewise.
2607         (linux_nat_kill): Likewise.
2608         * nto-procfs.c (interrupt_query): Likewise.
2609         (procfs_interrupt): Likewise.
2610         (procfs_kill_inferior): Likewise.
2611         * procfs.c (procfs_kill_inferior): Likewise.
2612         * record.c (record_mourn_inferior): Likewise.
2613         * remote-sim.c (gdbsim_kill): Likewise.
2614         * remote.c (remote_detach_1): Likewise.
2615         (remote_kill): Likewise.
2616         * target.c (target_mourn_inferior): Change declaration to accept
2617         new ptid_t argument; use gdb_assert on it.
2618         * target.h (target_mourn_inferior): Move function prototype from
2619         here...
2620         * target/target.h (target_mourn_inferior): ... to here.  Adjust it
2621         to accept new ptid_t argument.
2622         * windows-nat.c (get_windows_debug_event): Adjusting call to
2623         target_mourn_inferior to include ptid_t argument.
2624
2625 2016-09-18  Pedro Alves  <palves@redhat.com>
2626
2627         * s390-linux-nat.c: Include <algorithm>.
2628
2629 2016-09-18  Pedro Alves  <palves@redhat.com>
2630
2631         * breakpoint.c (hardware_watchpoint_inserted_in_range): Explicitly
2632         specify the std:min/std::max specialization.
2633         * exec.c (section_table_read_available_memory): Likewise.
2634         * remote.c (remote_read_qxfer): Likewise.
2635         * target.c (simple_verify_memory): Likewise.
2636
2637 2016-09-16  Simon Marchi  <simark@simark.ca>
2638
2639         * infrun.c (restore_current_uiout_cleanup): Move to ui-out.c.
2640         (print_stop_event): Use make_cleanup_restore_current_uiout.
2641         * python/python.c (execute_gdb_command): Likewise.
2642         * ui-out.c (restore_current_uiout_cleanup): Move from infrun.c.
2643         (make_cleanup_restore_current_uiout): New function definition.
2644         * ui-out.h (make_cleanup_restore_current_uiout): New function
2645         declaration.
2646         * utils.c (do_restore_ui_out): Remove.
2647         (make_cleanup_restore_ui_out): Remove.
2648         * utils.h (make_cleanup_restore_ui_out): Remove.
2649
2650 2016-09-16  Pedro Alves  <palves@redhat.com>
2651
2652         * defs.h (min, max): Delete.
2653         * aarch64-tdep.c: Include <algorithm> and use std::min and
2654         std::max throughout.
2655         * aarch64-tdep.c: Likewise.
2656         * alpha-tdep.c: Likewise.
2657         * amd64-tdep.c: Likewise.
2658         * amd64-windows-tdep.c: Likewise.
2659         * arm-tdep.c: Likewise.
2660         * avr-tdep.c: Likewise.
2661         * breakpoint.c: Likewise.
2662         * btrace.c: Likewise.
2663         * ctf.c: Likewise.
2664         * disasm.c: Likewise.
2665         * doublest.c: Likewise.
2666         * dwarf2loc.c: Likewise.
2667         * dwarf2read.c: Likewise.
2668         * environ.c: Likewise.
2669         * exec.c: Likewise.
2670         * f-exp.y: Likewise.
2671         * findcmd.c: Likewise.
2672         * ft32-tdep.c: Likewise.
2673         * gcore.c: Likewise.
2674         * hppa-tdep.c: Likewise.
2675         * i386-darwin-tdep.c: Likewise.
2676         * i386-tdep.c: Likewise.
2677         * linux-thread-db.c: Likewise.
2678         * lm32-tdep.c: Likewise.
2679         * m32r-tdep.c: Likewise.
2680         * m88k-tdep.c: Likewise.
2681         * memrange.c: Likewise.
2682         * minidebug.c: Likewise.
2683         * mips-tdep.c: Likewise.
2684         * moxie-tdep.c: Likewise.
2685         * nds32-tdep.c: Likewise.
2686         * nios2-tdep.c: Likewise.
2687         * nto-procfs.c: Likewise.
2688         * parse.c: Likewise.
2689         * ppc-sysv-tdep.c: Likewise.
2690         * probe.c: Likewise.
2691         * record-btrace.c: Likewise.
2692         * remote.c: Likewise.
2693         * rs6000-tdep.c: Likewise.
2694         * rx-tdep.c: Likewise.
2695         * s390-linux-nat.c: Likewise.
2696         * s390-linux-tdep.c: Likewise.
2697         * ser-tcp.c: Likewise.
2698         * sh-tdep.c: Likewise.
2699         * sh64-tdep.c: Likewise.
2700         * source.c: Likewise.
2701         * sparc-tdep.c: Likewise.
2702         * symfile.c: Likewise.
2703         * target-memory.c: Likewise.
2704         * target.c: Likewise.
2705         * tic6x-tdep.c: Likewise.
2706         * tilegx-tdep.c: Likewise.
2707         * tracefile-tfile.c: Likewise.
2708         * tracepoint.c: Likewise.
2709         * valprint.c: Likewise.
2710         * value.c: Likewise.
2711         * xtensa-tdep.c: Likewise.
2712         * cli/cli-cmds.c: Likewise.
2713         * compile/compile-object-load.c: Likewise.
2714
2715 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2716
2717         * s390-linux-nat.c (PER_BIT, PER_EVENT_BRANCH, PER_EVENT_IFETCH)
2718         (PER_EVENT_STORE, PER_EVENT_NULLIFICATION)
2719         (PER_CONTROL_BRANCH_ADDRESS, PER_CONTROL_SUSPENSION)
2720         (PER_CONTROL_ALTERATION): New macros.
2721         (struct s390_debug_reg_state) <break_areas>: New member.
2722         (s390_forget_process): Free break_areas as well.
2723         (s390_linux_new_fork): Copy break_areas as well.
2724         (s390_prepare_to_resume): Install hardware breakpoints.
2725         (s390_can_use_hw_breakpoint): Indicate support for hardware
2726         breakpoints.
2727         (s390_insert_hw_breakpoint, s390_remove_hw_breakpoint): New
2728         linux_nat target methods.
2729         (_initialize_s390_nat): Register them.
2730
2731 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2732
2733         * nat/linux-nat.h (lwp_is_stepping): New declaration.
2734         * linux-nat.c (lwp_is_stepping): New function.
2735
2736 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2737
2738         * s390-linux-nat.c (gdbcmd.h): New include.
2739         (s390_show_debug_regs): New function.
2740         (s390_stopped_by_watchpoint): Call it, if show_debug_regs is set.
2741         (s390_prepare_to_resume): Likewise.
2742         (_initialize_s390_nat): Register the command "maint set
2743         show-debug-regs".
2744
2745 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2746
2747         * s390-linux-nat.c (watch_areas): Remove variable.  Replace by a
2748         member of...
2749         (struct s390_debug_reg_state): ...this.  New struct.
2750         (struct s390_process_info): New struct.
2751         (s390_process_list): New variable.
2752         (s390_find_process_pid, s390_add_process, s390_process_info_get)
2753         (s390_get_debug_reg_state): New functions.
2754         (s390_stopped_by_watchpoint): Now access the watch_areas VEC via
2755         s390_get_debug_reg_state.
2756         (s390_prepare_to_resume): Likewise.
2757         (s390_insert_watchpoint): Likewise.
2758         (s390_remove_watchpoint): Likewise.
2759         (s390_forget_process, s390_linux_new_fork): New linux_nat target
2760         methods.
2761         (_initialize_s390_nat): Register them.
2762
2763 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2764
2765         * s390-linux-nat.c (s390_watch_area): New typedef.  Define a VEC.
2766         (watch_base): Remove variable.
2767         (watch_areas): New variable.
2768         (s390_stopped_by_watchpoint): Transform operations on the
2769         watch_base list to equivalent operations on the watch_areas VEC.
2770         (s390_prepare_to_resume): Likewise.
2771         (s390_insert_watchpoint): Likewise.
2772         (s390_remove_watchpoint): Likewise.
2773
2774 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2775
2776         * s390-linux-nat.c (s390_prepare_to_resume): Use advertised lwp
2777         functions instead of accessing lwp_info structure members.
2778         (s390_mark_per_info_changed): New function.
2779         (s390_new_thread): Use it.
2780         (s390_refresh_per_info_cb): New function.
2781         (s390_refresh_per_info): Remove parameter.  Refresh all lwps of
2782         the current process.
2783         (s390_insert_watchpoint): Adjust call to s390_refresh_per_info.
2784         (s390_remove_watchpoint): Likewise.
2785
2786 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2787
2788         * elfread.c (auxv.h): New include.
2789         (elf_gnu_ifunc_resolve_addr): Pass HWCAP to ifunc resolver.
2790
2791 2016-09-08  Tom Tromey  <tom@tromey.com>
2792
2793         * remote.c (remote_notif_stop_ack, remote_wait_as)
2794         (show_remote_cmd): Remove unneeded casts.
2795
2796 2016-09-06  Pedro Alves  <palves@redhat.com>
2797
2798         * top.c (wait_sync_command_done): Don't assume current_ui doesn't
2799         change across events.  Restore the current UI before returning.
2800         (gdb_readline_wrapper): Restore the current UI before returning.
2801
2802 2016-09-06  Pedro Alves  <palves@redhat.com>
2803
2804         * event-top.c (restore_ui_cleanup): Now static.
2805         (make_cleanup_restore_current_ui): New function.
2806         (switch_thru_all_uis_init): Use it.
2807         * infcall.c (call_thread_fsm_should_stop): Use it.
2808         * infrun.c (fetch_inferior_event): Use it.
2809         * top.c (new_ui_command): Use it.
2810         * top.h (restore_ui_cleanup): Delete declaration.
2811         (make_cleanup_restore_current_ui): New declaration.
2812
2813 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2814
2815         * i386-tdep.c (i386_floatformat_for_type): New function.
2816         (i386_gdbarch_init): Install it.
2817         * ppc-linux-tdep.c (ppc_floatformat_for_type): New function.
2818         (ppc_linux_init_abi): Install it.
2819
2820 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2821
2822         * gdbarch.sh (floatformat_for_type): New gdbarch callback.
2823         * gdbarch.h, gdbarch.c: Re-generate.
2824         * arch-utils.h (default_floatformat_for_type): New prototype.
2825         * arch-utils.c (default_floatformat_for_type): New function.
2826
2827         * doublest.c (floatformat_from_length): Remove.
2828         (floatformat_from_type): Assume TYPE_FLOATFORMAT is non-NULL.
2829         * gdbtypes.c (verify_floatformat): Require non-NULL format.
2830
2831         * dwarf2read.c (dwarf2_init_float_type): New function.
2832         (read_base_type): Use it.
2833         * stabsread.c (dbx_init_float_type): New function.
2834         (read_sun_floating_type): Use it.
2835         (read_range_type): Likewise.
2836
2837 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2838
2839         * ada-lang.c (ada_language_arch_info): Use gdbarch-provided
2840         platform ABI floating-point formats for built-in types.
2841         * d-lang.c (build_d_types): Likewise.
2842         * f-lang.c (build_fortran_types): Likewise.
2843         * m2-lang.c (build_m2_types): Likewise.
2844         * mdebugread.c (basic_type): Likewise.
2845
2846         * go-lang.c (build_go_types): Use IEEE floating-point formats
2847         for language built-in types as mandanted by the language.
2848         * jv-lang.c (build_java_types): Likewise.
2849         * rust-lang.c (rust_language_arch_info): Likewise.
2850         * stabsread.c (rs6000_builtin_type): Likewise.
2851
2852 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2853
2854         * gdbtypes.c (init_type): Remove "char" special case.
2855         (arch_integer_type): Likewise.
2856         (gdbtypes_post_init): Set TYPE_NOSIGN for "char" type.
2857         (objfile_type): Likewise.
2858         * mdebugread.c (basic_type): Likewise.
2859         * stabsread.c (rs6000_builtin_type): Likewise.
2860
2861 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2862
2863         * gdbtypes.h (enum type_flag_value): Remove.
2864         Remove references to TYPE_FLAG_... in comments throughout.
2865         * gdbtypes.c (recursive_dump_type): Do not print TYPE_FLAG_... 
2866         flags, print the corresponding TYPE_... access macro names.
2867         Remove references to TYPE_FLAG_... in comments throughout.
2868         * infcall.c: Remove references to TYPE_FLAG_... in comments.
2869         * valprint.c: Likewise.
2870         * gdb-gdb.py (class TypeFlag): No longer consider TYPE_FLAG_...
2871         values, only TYPE_INSTANCE_FLAG_... values.
2872         (class TypeFlagsPrinter): Likewise.
2873
2874 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2875
2876         * gdbtypes.h (init_type): Remove FLAGS argument.  Move OBJFILE
2877         argument to first position.
2878         (init_integer_type): New prototype.
2879         (init_character_type): Likewise.
2880         (init_boolean_type): Likewise.
2881         (init_float_type): Likewise.
2882         (init_decfloat_type): Likewise.
2883         (init_complex_type): Likewise.
2884         (init_pointer_type): Likewise.
2885         * gdbtypes.c (verify_floatflormat): New function.
2886         (init_type): Remove FLAGS argument and processing.  Move OBJFILE
2887         argument to first position.
2888         (init_integer_type): New function.
2889         (init_character_type): Likewise.
2890         (init_boolean_type): Likewise.
2891         (init_float_type): Likewise.
2892         (init_decfloat_type): Likewise.
2893         (init_complex_type): Likewise.
2894         (init_pointer_type): Likewise.
2895         (arch_float_type): Use verify_floatflormat.
2896         (objfile_type): Use init_..._type helpers instead of calling
2897         init_type directly.
2898         * dwarf2read.c (fixup_go_packaging): Update to changed init_type
2899         prototype.
2900         (read_namespace_type): Likewise.
2901         (read_module_type): Likewise.
2902         (read_typedef): Likewise.
2903         (read_unspecified_type): Likewise.
2904         (build_error_marker_type): Likewise.
2905         (read_base_type): Use init_..._type helpers.
2906         * mdebugread.c (basic_type): Use init_..._type helpers.
2907         (parse_type): Update to changed init_type prototype.
2908         (cross_ref): Likewise.
2909         * stabsread.c (rs6000_builtin_type): Use init_..._type helpers.
2910         (read_sun_builtin_type): Likewise.
2911         (read_sun_floating_type): Likewise.
2912         (read_range_type): Likewise.  Also update to changed init_type
2913         prototype.
2914
2915 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2916
2917         * gdbtypes.h (arch_decfloat_type): New prototype.
2918         (arch_pointer_type): Likewise.
2919         * gdbtypes.c (arch_decfloat_type): New function.
2920         (arch_pointer_type): Likewise.
2921         (gdbtypes_post_init): Use arch_decfloat_type.
2922         * avr-tdep.c (avr_gdbarch_init): Use arch_pointer_type.
2923         * ft32-tdep.c (ft32_gdbarch_init): Likewise.
2924         * m32c-tdep.c (make_types): Likewise.
2925         * rl78-tdep.c (rl78_gdbarch_init): Likewise.
2926
2927 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2928
2929         * gdbtypes.c (set_type_code): New function.
2930         (init_type, arch_type): Use it.
2931
2932 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2933
2934         * ada-lang.c (ada_language_arch_info): Use gdbarch_long_double_bit
2935         instead of gdbarch_double_bit for "long_long_float".
2936
2937 2016-09-05  Pedro Alves  <palves@redhat.com>
2938
2939         * NEWS: Mention that a C++ compiler is now required.
2940         * Makefile.in (COMPILER, COMPILER_CFLAGS): Remove.
2941         (COMPILE.pre, CC_LD): Use CXX directly.
2942         (INTERNAL_CFLAGS_BASE): Use CXXFLAGS directly.
2943         * acinclude.m4: Don't include build-with-cxx.m4.
2944         * build-with-cxx.m4: Delete file.
2945         * configure.ac: Remove GDB_AC_BUILD_WITH_CXX call.
2946         * warning.m4: Assume $enable_build_with_cxx is yes.
2947         * configure: Regenerate.
2948
2949 2016-09-05  Pedro Alves  <palves@redhat.com>
2950
2951         PR backtrace/19927
2952         * frame.c (get_frame_id): Compute the frame id if not computed
2953         yet.
2954         (unwind_to_current_frame): Delete.
2955         (get_current_frame): Use get_prev_frame_always_1 to get the
2956         current frame and assert that that always succeeds.
2957         (get_prev_frame_if_no_cycle): Skip cycle detection if returning
2958         the current frame.
2959
2960 2016-09-02  Tom Tromey  <tom@tromey.com>
2961
2962         PR gdb/11616:
2963         * dwarf2read.c (decode_locdesc): Handle DW_OP_form_tls_address.
2964         * dwarf2loc.c (dwarf2_compile_expr_to_ax): Handle
2965         DW_OP_form_tls_address.
2966         (locexpr_describe_location_piece): Likewise.
2967         * dwarf2expr.h (struct dwarf_expr_context_funcs): Update comment.
2968         * dwarf2expr.c (execute_stack_op): Handle DW_OP_form_tls_address.
2969         (ctx_no_get_tls_address): Mention DW_OP_form_tls_address.
2970         * compile/compile-loc2c.c (struct insn_info): Update comment.
2971         (compute_stack_depth_worker): Handle DW_OP_form_tls_address.
2972
2973 2016-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2974
2975         * target.c (target_wait): Mention that the function's prototype
2976         can be found at target/target.h.
2977         * target.h (target_wait): Move prototype from here...
2978         * target/target.h (target_wait): ... to here.
2979
2980 2016-09-01  Sergio Durigan Junior  <sergiodj@redhat.com>
2981
2982         * fork-child.c (startup_inferior): Replace calls to target_resume
2983         by target_continue{,_no_signal}, depending on the case.
2984         * linux-nat.c (cleanup_target_stop): Call
2985         target_continue_no_signal instead of target_resume.
2986         * procfs.c (procfs_wait): Likewise.
2987         * target.c (target_continue): New function.
2988         * target/target.h (target_continue): New prototype.
2989
2990 2016-08-31  Yao Qi  <yao.qi@linaro.org>
2991
2992         * record-full.c (record_full_insert_breakpoint): Fix typo.
2993
2994 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2995
2996         * thread.c (tp_array_compar): Insert missing parentheses.
2997
2998 2016-08-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2999
3000         * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Replace
3001         designated initializer list by plain initializer list, for C++
3002         compliance.
3003
3004 2016-08-25  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
3005
3006         * aarch64-linux-nat.c (ps_get_thread_area): Remove const from
3007         struct ps_prochandle.
3008         * amd64-linux-nat.c (ps_get_thread_area): Likewise.
3009         * arm-linux-nat.c (ps_get_thread_area): Likewise.
3010         * gdb_proc_service.h (ps_get_thread_area): Likewise.
3011         * i386-linux-nat.c (ps_get_thread_area): Likewise.
3012         * m68klinux-nat.c (ps_get_thread_area): Likewise.
3013         * mips-linux-nat.c (ps_get_thread_area): Likewise.
3014         * nat/aarch64-linux.c (aarch64_ps_get_thread_area): Likewise.
3015         * nat/aarch64-linux.h (aarch64_ps_get_thread_area): Likewise.
3016         * xtensa-linux-nat.c (ps_get_thread_area): Likewise.
3017
3018 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
3019
3020         * infcmd.c (set_inferior_io_terminal): Set inferior terminal to
3021         NULL if terminal_name is an empty string.
3022         (_initialize_infcmd): Make the argument of "set inferior-tty"
3023         optional, mention it in the help doc.
3024
3025 2016-08-24  Carl Love  <cel@us.ibm.com>
3026
3027         * rs6000-tdep.c (rs6000_gdbarch_init): Remove call
3028         set_gdbarch_deprecated_fp_regnum() architecture
3029         initialization function.
3030
3031 2016-08-23  Simon Marchi  <simon.marchi@ericsson.com>
3032
3033         * stack.c (parse_frame_specification): Fix typo in comment.
3034
3035 2016-08-23  Pedro Alves  <palves@redhat.com>
3036
3037         PR gdb/20494
3038         * inflow.c (our_terminal_info, initial_gdb_ttystate): Update
3039         comments.
3040         (enum gdb_has_a_terminal_flag_enum, gdb_has_a_terminal_flag):
3041         Delete.
3042         (set_initial_gdb_ttystate): Record our_terminal_info here too,
3043         instead of ...
3044         (gdb_has_a_terminal): ... here.  Reimplement in terms of
3045         initial_gdb_ttystate.  Make static.
3046         * terminal.h (gdb_has_a_terminal): Delete declaration.
3047         (set_initial_gdb_ttystate): Add comment.
3048         * top.c (show_interactive_mode): Use input_interactive_p instead
3049         of gdb_has_a_terminal.
3050
3051 2016-08-22  Pedro Alves  <palves@redhat.com>
3052
3053         PR gdb/20505
3054         * linux-tdep.c (linux_vsyscall_range_raw): For core inferiors,
3055         find the vDSO's start address with AT_SYSINFO_EHDR too, and
3056         determine the vDSO's size by finding the PT_LOAD segment that
3057         matches AT_SYSINFO_EHDR.
3058
3059 2016-08-19  Yao Qi  <yao.qi@linaro.org>
3060
3061         * aarch64-tdep.c (aarch64_analyze_prologue): Handle register
3062         based STP instruction.
3063
3064 2016-08-19  Yao Qi  <yao.qi@linaro.org>
3065
3066         * completer.c (linespec_location_completer): Make file_to_match
3067         null-terminated.
3068
3069 2016-08-19  Pedro Alves  <palves@redhat.com>
3070
3071         * amd64-tdep.c (amd64_relocate_instruction) <callq>: Handle return
3072         addresses over 0x7fffffff.
3073
3074 2016-08-18  Carl Love  <cel@us.ibm.com>
3075
3076         * MAINTANERS Write After Approval): Add "Carl Love".
3077
3078 2016-08-18  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3079
3080         * rs6000-tdep.c (ppc_process_record_op31): Handle HTM instructions.
3081
3082 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
3083
3084         * inferior.c (remove_inferior_command): Fix error message.
3085
3086 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
3087
3088         * inferior.c (exit_inferior_1): Remove comment.
3089
3090 2016-08-15  Matthew Wahab  <matthew.wahab@arm.com>
3091
3092         PR gdb/20457
3093         * gdb_proc_service.h: Add an include of gregset.h
3094         [!HAVE_PROC_SERVICE_H]: Remove the include of gregset.h.
3095
3096 2016-08-15  Yao Qi  <yao.qi@linaro.org>
3097
3098         * location.c (explicit_location_lex_one): Compare the return
3099         value of strncmp with zero.  Don't check (*inp)[9].  Increment
3100         *inp by 8.
3101
3102 2016-08-11  Pedro Alves  <palves@redhat.com>
3103
3104         PR gdb/20413
3105         * nat/linux-ptrace.c: Include <sys/procfs.h> instead of
3106         "gregset.h".
3107
3108 2016-08-10  Pedro Alves  <palves@redhat.com>
3109
3110         PR gdb/19187
3111         * record-full.c (record_full_remove_breakpoint): Don't remove the
3112         breakpoint from the record_full_breakpoints VEC if we're detaching
3113         the breakpoint from a fork child.
3114
3115 2016-08-10  Pedro Alves  <palves@redhat.com>
3116
3117         PR gdb/19187
3118         * break-catch-sig.c (signal_catchpoint_remove_location): Adjust
3119         interface.
3120         * break-catch-syscall.c (remove_catch_syscall):
3121         * breakpoint.c (enum remove_bp_reason): Moved to breakpoint.h.
3122         (remove_breakpoint_1): Pass 'reason' down.
3123         (remove_catch_fork, remove_catch_vfork, remove_catch_solib)
3124         (remove_catch_exec, remove_watchpoint, remove_masked_watchpoint)
3125         (base_breakpoint_remove_location, bkpt_remove_location)
3126         (bkpt_probe_remove_location, bkpt_probe_remove_location): Adjust
3127         interface.
3128         * breakpoint.h (enum remove_bp_reason): Moved here from
3129         breakpoint.c.
3130         (struct breakpoint_ops) <remove_location>: Add 'reason' parameter.
3131         * corelow.c (core_remove_breakpoint): New function.
3132         (init_core_ops): Install it as to_remove_breakpoint method.
3133         * exec.c (exec_remove_breakpoint): New function.
3134         (init_exec_ops): Install it as to_remove_breakpoint method.
3135         * mem-break.c (memory_remove_breakpoint): Adjust interface.
3136         * record-btrace.c (record_btrace_remove_breakpoint): Adjust
3137         interface.
3138         * record-full.c (record_full_remove_breakpoint)
3139         (record_full_core_remove_breakpoint): Adjust interface.
3140         * remote.c (remote_remove_breakpoint): Adjust interface.
3141         * target-debug.h (target_debug_print_enum_remove_bp_reason): New
3142         macro.
3143         * target-delegates.c: Regenerate.
3144         * target.c (target_remove_breakpoint): Add 'reason' parameter.
3145         * target.h (struct target_ops) <to_remove_breakpoint>: Add
3146         'reason' parameter.
3147         (target_remove_breakpoint, memory_remove_breakpoint): Add 'reason'
3148         parameter.
3149
3150 2016-08-10  Pedro Alves  <palves@redhat.com>
3151
3152         PR gdb/19187
3153         * breakpoint.c (insertion_state_t): Delete.
3154         (enum remove_bp_reason): New.
3155         (detach_breakpoints, remove_breakpoint_1, remove_breakpoint):
3156         Adjust to use enum remove_bp_reason instead of insertion_state_t.
3157
3158 2016-08-10  Pedro Alves  <palves@redhat.com>
3159
3160         PR gdb/19187
3161         * breakpoint.c (remove_breakpoint): Remove 'is' parameter and
3162         always pass mark_uninserted to remove_breakpoint_1.
3163         (insert_breakpoint_locations, remove_breakpoints)
3164         (remove_breakpoints_pid, update_global_location_list): Update
3165         callers.
3166
3167 2016-08-10  Руслан Ижбулатов  <lrn1986@gmail.com>
3168             Pedro Alves  <palves@redhat.com>
3169
3170         * windows-nat.c (MS_VC_EXCEPTION): New define.
3171         (handle_exception_result): New enum.
3172         (windows_delete_thread): Free the thread's name.
3173         (handle_exception): Handle MS_VC_EXCEPTION.
3174         (get_windows_debug_event): Handle HANDLE_EXCEPTION_IGNORED.
3175         (windows_thread_name): New function.
3176         (windows_target): Install it as to_thread_name method.
3177         * NEWS: Mention the thread naming support on MS-Windows.
3178
3179 2016-08-10  Pedro Alves  <palves@redhat.com>
3180
3181         * common/signals-state-save-restore.c
3182         (save_original_signals_state, restore_original_signals_state):
3183         Wrap perror_with_name arguments with '()'.
3184
3185 2016-08-09  Pedro Alves  <palves@redhat.com>
3186
3187         PR gdb/20418
3188         * event-top.c (ui_register_input_event_handler)
3189         (ui_unregister_input_event_handler): New functions.
3190         (async_enable_stdin): Register input in the event loop.
3191         (async_disable_stdin): Unregister input from the event loop.
3192         (gdb_setup_readline): Register input in the event loop.
3193         * infrun.c (check_curr_ui_sync_execution_done): Register input in
3194         the event loop.
3195         * target.c (target_terminal_inferior): Don't unregister input from
3196         the event loop.
3197         (target_terminal_ours): Don't register input in the event loop.
3198         * target.h (target_terminal_inferior)
3199         (target_terminal_ours_for_output, target_terminal_ours): Update
3200         comments.
3201         * top.h (ui_register_input_event_handler)
3202         (ui_unregister_input_event_handler): New declarations.
3203         * utils.c (ui_unregister_input_event_handler_cleanup)
3204         (prepare_to_handle_input): New functions.
3205         (defaulted_query, prompt_for_continue): Use
3206         prepare_to_handle_input.
3207
3208 2016-08-09  Pedro Alves  <palves@redhat.com>
3209
3210         PR mi/20431
3211         * mi/mi-main.c (mi_execute_command): Enable input and set prompt
3212         state to PROMPT_NEEDED.
3213
3214 2016-08-09  Pedro Alves  <palves@redhat.com>
3215
3216         PR gdb/18653
3217         * Makefile.in (SFILES): Add
3218         common/signals-state-save-restore.c.
3219         (HFILES_NO_SRCDIR): Add common/signals-state-save-restore.h.
3220         (COMMON_OBS): Add signals-state-save-restore.o.
3221         (signals-state-save-restore.o): New rule.
3222         * configure: Regenerate.
3223         * fork-child.c: Include "signals-state-save-restore.h".
3224         (fork_inferior): Call restore_original_signals_state.
3225         * main.c: Include "signals-state-save-restore.h".
3226         (captured_main): Call save_original_signals_state.
3227         * common/common.m4: Add sigaction to AC_CHECK_FUNCS checks.
3228         * common/signals-state-save-restore.c: New file.
3229         * common/signals-state-save-restore.h: New file.
3230
3231 2016-08-09  Pedro Alves  <palves@redhat.com>
3232
3233         * value.c (unpack_value_bitfield): Skip unpacking if the parent
3234         has no contents buffer to begin with.
3235
3236 2016-08-08  Pedro Alves  <palves@redhat.com>
3237
3238         * features/i386/amd64-avx-mpx-linux.c: Regenerate.
3239         * features/i386/amd64-avx-mpx.c: Regenerate.
3240         * features/i386/i386-avx-mpx-linux.c: Regenerate.
3241         * features/i386/i386-avx-mpx.c: Regenerate.
3242
3243 2016-08-05  Simon Marchi  <simon.marchi@ericsson.com>
3244
3245         * event-top.h (cli_command_loop): Remove.
3246
3247 2016-08-05  Pedro Alves  <palves@redhat.com>
3248
3249         PR remote/20398
3250         * remote-fileio.c (remote_fileio_quit_handler): Check the quit
3251         flag before calling quit.
3252
3253 2016-08-05  Pedro Alves  <palves@redhat.com>
3254
3255         * NEWS: Mention that GDB and GDBserver build with a C++ compiler
3256         by default.
3257
3258 2016-08-05  Pedro Alves  <palves@redhat.com>
3259
3260         * build-with-cxx.m4: Change help string to be in terms of
3261         --disable-build-with-cxx.
3262         * configure: Regenerate.
3263
3264 2016-08-04  Yao Qi  <yao.qi@linaro.org>
3265
3266         * aarch64-linux-nat.c (tdesc_arm_with_vfpv3): Remove the
3267         declaration.
3268         (aarch64_linux_read_description): Remove code on getting
3269         auxv and select target description on it.  Select target
3270         description by the result of NT_ARM_VFP ptrace request.
3271
3272 2016-08-03  Tom Tromey  <tom@tromey.com>
3273
3274         PR python/18565:
3275         * python/py-frame.c (frapy_function): Use find_frame_funname.
3276
3277 2016-08-03  Tom Tromey  <tom@tromey.com>
3278
3279         * stack.c (find_frame_funname): Avoid any possible leak in case
3280         cp_remove_params can throw.
3281
3282 2016-08-03  Tom Tromey  <tom@tromey.com>
3283
3284         * NEWS: Mention new Python breakpoint events.
3285
3286 2016-08-02  Tom Tromey  <tom@tromey.com>
3287
3288         * MAINTAINERS (Core): Add self as Rust maintainer.
3289
3290 2016-08-01  Joel Brobecker  <brobecker@adacore.com>
3291
3292         * NEWS: Create a new section for the next release branch.
3293         Rename the section of the current branch, now that it has
3294         been cut.
3295
3296 2016-08-01  Joel Brobecker  <brobecker@adacore.com>
3297
3298         GDB 7.12 branch created (41bfcd638a4e0e48b96ce4de2845372dea481322):
3299         * version.in: Bump version to 7.12.50.DATE-git.
3300
3301 2016-07-27  Alan Modra  <amodra@gmail.com>
3302
3303         * amd64-darwin-tdep.c: Don't include libbfd.h.
3304         * i386-darwin-tdep.c: Likewise.
3305         * rs6000-nat.c: Likewise.
3306         * rs6000-tdep.c: Likewise.
3307
3308 2016-07-26  Tom Tromey  <tom@tromey.com>
3309
3310         * symtab.c (register_symbol_computed_impl): Update.
3311         PR python/20190:
3312         * value.h (symbol_read_needs): Declare.
3313         (symbol_read_needs_frame): Add comment.
3314         * symtab.h (struct symbol_computed_ops) <read_variable>: Update
3315         comment.
3316         <get_symbol_read_needs>: Rename.  Change return type.
3317         * findvar.c (symbol_read_needs): New function.
3318         (symbol_read_needs_frame): Rewrite.
3319         (default_read_var_value): Use symbol_read_needs.
3320         * dwarf2loc.c (struct symbol_needs_baton): Rename.
3321         <needs>: Renamed from needs_frame.  Changed type.
3322         (needs_frame_read_addr_from_reg, symbol_needs_get_reg_value)
3323         (symbol_needs_read_mem, symbol_needs_frame_base)
3324         (symbol_needs_frame_cfa, symbol_needs_tls_address)
3325         (symbol_needs_dwarf_call): Rename.
3326         (needs_dwarf_reg_entry_value): Update.
3327         (symbol_needs_ctx_funcs, dwarf2_loc_desc_get_symbol_read_needs):
3328         Rename and update.
3329         (locexpr_get_symbol_read_needs, loclist_symbol_needs): Likewise.
3330         (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Update.
3331         * defs.h (enum symbol_needs_kind): New.
3332
3333 2016-07-26  Pedro Alves  <palves@redhat.com>
3334
3335         * nat/linux-ptrace.c: Include "gregset.h".
3336         (linux_ptrace_test_ret_to_nx): Use PTRACE_GETREGS instead of
3337         PTRACE_PEEKUSER.
3338
3339 2016-07-26  Pedro Alves  <palves@redhat.com>
3340
3341         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Rename 'native'
3342         parameter to 'ptrace'.
3343         * nat/amd64-linux-siginfo.c (GDB_SI_SIZE): New define.
3344         (nat_uptr_t): New an unsigned long.
3345         (nat_clock_t): Remove attribute __aligned__.
3346         (struct nat_timeval): Delete.
3347         (nat_siginfo_t): Remove attribute __aligned__.
3348         (ptrace_siginfo_t): Define.
3349         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
3350         (compat_x32_siginfo_from_siginfo)
3351         (siginfo_from_compat_x32_siginfo): Make 'from' parameter const.
3352         Convert through a ptrace_siginfo_t instead of a nat_siginfo_t.
3353         Remove casts.
3354         (amd64_linux_siginfo_fixup_common): Rename 'native' parameter to
3355         'ptrace'.  Remove static assertions.
3356         (top level): New static assertions.
3357
3358 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
3359
3360         * top.h (make_delete_ui_cleanup): New declaration.
3361         * top.c (delete_ui_cleanup): New function.
3362         (make_delete_ui_cleanup): New function.
3363         (new_ui_command): Create restore_ui cleanup earlier, create a
3364         delete_ui cleanup and discard it on success.
3365
3366 2016-07-25  Pedro Alves  <palves@redhat.com>
3367             Jan Kratochvil  <jan.kratochvil@redhat.com>
3368
3369         * nat/linux-procfs.c (parse_proc_status_state): Handle lowercase
3370         't'.
3371
3372 2016-07-25  Pedro Alves  <palves@redhat.com>
3373
3374         * nat/linux-procfs.c (enum proc_state): New enum.
3375         (parse_proc_status_state): New function.
3376         (linux_proc_pid_get_state): Replace output string buffer parameter
3377         with an output proc_state parameter.  Use parse_proc_status_state.
3378         (linux_proc_pid_is_gone): Adjust to use proc_state values.
3379         (linux_proc_pid_has_state): Change type of 'state' parameter; now
3380         an enum proc_state.  Adjust to linux_proc_pid_get_state interface
3381         change.
3382         (linux_proc_pid_is_stopped)
3383         (linux_proc_pid_is_trace_stopped_nowarn)
3384         (linux_proc_pid_is_zombie_maybe_warn): Adjust to
3385         linux_proc_pid_get_state interface change.
3386
3387 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
3388
3389         * MAINTAINERS (Write After Approval): Add Tim Wiederhake
3390
3391 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
3392
3393         * NEWS: Resume btrace on reconnect.
3394         * record-btrace.c: Added record-btrace.h include.
3395         (record_btrace_open): Split into this and ...
3396         (record_btrace_push_target): ... this.
3397         (record_btrace_disconnect): New function.
3398         (init_record_btrace_ops): Use record_btrace_disconnect.
3399         * record-btrace.h: New file.
3400         * remote.c: Added record-btrace.h include.
3401         (remote_start_remote): Check recording status.
3402         (remote_btrace_maybe_reopen): New function.
3403
3404 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
3405
3406         * xml-syscall.c (get_syscalls_by_group): New.
3407         (get_syscall_group_names): New.
3408         (struct syscall_group_desc): New structure to store group data.
3409         (struct syscalls_info): Include field to store the group list.
3410         (sysinfo_free_syscall_group_desc): New.
3411         (free_syscalls_info): Free group list.
3412         (syscall_group_create_syscall_group_desc): New.
3413         (syscall_group_add_syscall): New.
3414         (syscall_create_syscall_desc): Add syscall to its groups.
3415         (syscall_start_syscall): Load group attribute.
3416         (syscall_group_get_group_by_name): New.
3417         (xml_list_syscalls_by_group): New.
3418         (xml_list_of_groups): New.
3419         * xml-syscall.h (get_syscalls_by_group): Export function
3420         to retrieve a list of syscalls filtered by the group name.
3421         (get_syscall_group_names): Export function to retrieve the list
3422         of syscall groups.
3423         * break-catch-syscall.c (catch_syscall_split_args): Verify if
3424         argument is a syscall group and expand it to a list of syscalls
3425         when creating catchpoints.
3426         (catch_syscall_completer): Add word completion for system call
3427         groups.
3428         * configure.ac: Include dependency for xsltproc when building
3429         in maintainer-mode.
3430         * break-catch-syscall.c (_initialize_breakpoint): Update catch
3431         syscall command documentation.
3432         * NEWS: Include section about catching groups of syscalls.
3433         * configure: Regenerate.
3434         * data-directory/Makefile.in: Generate syscall xml when building
3435         in maintainer mode.
3436         * syscalls/gdb-syscalls.dtd: Include group attribute to the
3437         syscall element.
3438         * syscalls/apply-defaults.xsl: New.
3439         * syscalls/linux-defaults.xml.in: New.
3440         * syscalls/aarch64-linux.xml: Rename to aarch64-linux.xml.in.
3441         * syscalls/amd64-linux.xml: Rename to amd64-linux.xml.in.
3442         * syscalls/arm-linux.xml: Rename to arm-linux.xml.in.
3443         * syscalls/bfin-linux.xml: Rename to bfin-linux.xml.in.
3444         * syscalls/i386-linux.xml: Rename to i386-linux.xml.in.
3445         * syscalls/mips-n32-linux.xml: Rename to mips-n32-linux.xml.in.
3446         * syscalls/mips-n64-linux.xml: Rename to mips-n64-linux.xml.in.
3447         * syscalls/mips-o32-linux.xml: Rename to mips-o32-linux.xml.in.
3448         * syscalls/ppc-linux.xml: Rename to ppc-linux.xml.in.
3449         * syscalls/ppc64-linux.xml: Rename to ppc64-linux.xml.in.
3450         * syscalls/s390-linux.xml: Rename to s390-linux.xml.in.
3451         * syscalls/s390x-linux.xml: Rename to s390x-linux.xml.in.
3452         * syscalls/sparc-linux.xml: Rename to sparc-linux.xml.in.
3453         * syscalls/sparc64-linux.xml: Rename to sparc64-linux.xml.in.
3454         * syscalls/aarch64-linux.xml: Regenerate.
3455         * syscalls/amd64-linux.xml: Regenerate.
3456         * syscalls/arm-linux.xml: Regenerate.
3457         * syscalls/i386-linux.xml: Regenerate.
3458         * syscalls/mips-n32-linux.xml: Regenerate.
3459         * syscalls/mips-n64-linux.xml: Regenerate.
3460         * syscalls/mips-o32-linux.xml: Regenerate.
3461         * syscalls/ppc-linux.xml: Regenerate.
3462         * syscalls/ppc64-linux.xml: Regenerate.
3463         * syscalls/s390-linux.xml: Regenerate.
3464         * syscalls/s390x-linux.xml: Regenerate.
3465         * syscalls/sparc-linux.xml: Regenerate.
3466         * syscalls/sparc64-linux.xml: Regenerate.
3467
3468 2016-07-23  Andrew Pinski  <apinski@cavium.com>
3469
3470         * nat/aarch64-linux-hw-point.c
3471         (aarch64_linux_get_debug_reg_capacity): Handle
3472         ARMv8.1 and ARMv8.2 debug versions.
3473         * nat/aarch64-linux-hw-point.h
3474         (AARCH64_DEBUG_ARCH_V8_1): New define.
3475         (AARCH64_DEBUG_ARCH_V8_2): New define.
3476
3477 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
3478
3479         PR gdb/14529
3480         * windows-nat.c (signal_event_command): New command 'signal-event'
3481         for W32 JIT debug support.
3482         * NEWS: Add an entry about the new 'signal-event' command.
3483
3484 2016-07-22  Tom Tromey  <tom@tromey.com>
3485
3486         PR rust/20162:
3487         * dwarf2read.c (scan_partial_symbols) <DW_TAG_structure_type>:
3488         Call scan_partial_symbols for children when reading a Rust CU.
3489         (dwarf2_physname): Ignore invalid DW_AT_linkage_name generated by
3490         rustc.
3491         (process_structure_scope) <DW_TAG_subprogram>: Call
3492         read_func_scope for Rust.
3493
3494 2016-07-22  Yao Qi  <yao.qi@linaro.org>
3495
3496         * ctf.c (ctf_traceframe_info): Call bt_ctf_get_uint64 rather than
3497         bt_ctf_get_int64.
3498
3499 2016-07-21  Tom Tromey  <tom@tromey.com>
3500
3501         * rust-lang.c (rust_tuple_struct_type_p): Return false for empty
3502         structs.
3503         * rust-exp.y (struct_expr_list): Allow empty elements.
3504
3505 2016-07-21  Tom Tromey  <tom@tromey.com>
3506
3507         * configure: Rebuild.
3508         * warning.m4 (AM_GDB_WARNINGS) <build_warnings>: Add
3509         -Wunused-but-set-parameter, -Wunused-but-set-variable.
3510
3511 2016-07-21  Pedro Alves  <palves@redhat.com>
3512
3513         * go32-nat.c (go32_create_inferior): Add cast.
3514         * ser-go32.c (dos_noop): Delete.
3515         (dos_flush_output, dos_setparity, dos_drain_output): New
3516         functions.
3517         (dos_write): Add cast.
3518         (dos_ops): Use dos_flush_output, dos_setparity and
3519         dos_drain_output.
3520         * top.c (do_chdir_cleanup): Add cast.
3521
3522 2016-07-21  Pedro Alves  <palves@redhat.com>
3523
3524         * windows-nat.c (handle_exception): Remove "th".
3525
3526 2016-07-21  Pedro Alves  <palves@redhat.com>
3527
3528         * varobj.c (varobj_value_get_print_value): Move "gdbarch" to block
3529         scope that uses it.
3530
3531 2016-07-20  John Baldwin  <jhb@FreeBSD.org>
3532
3533         * fbsd-nat.c (fbsd_enable_proc_events): Enable "PTRACE_VFORK"
3534         events.
3535         (fbsd_pending_vfork_done): Only define if "PTRACE_VFORK" is not
3536         defined.
3537         (fbsd_add_vfork_done): Likewise.
3538         (fbsd_is_vfork_done_pending): Likewise.
3539         (fbsd_next_vfork_done): Likewise.
3540         (fbsd_resume): Only ignore pending vfork done events if
3541         "PTRACE_VFORK" is not defined.
3542         (fbsd_wait): Only look for pending vfork done events if
3543         "PTRACE_VFORK" is not defined.
3544         [PTRACE_VFORK]: Handle "PL_FLAG_VFORKED" and "PL_FLAG_VFORK_DONE"
3545         events.
3546         (fbsd_follow_fork): Only fake a vfork done event if "PTRACE_VFORK"
3547         is not defined.
3548
3549 2016-07-20  John Baldwin  <jhb@FreeBSD.org>
3550
3551         * fbsd-nat.c (fbsd_wait): Use "fbsd_enable_proc_events" on
3552         new child processes.
3553
3554 2016-07-20  John Baldwin  <jhb@FreeBSD.org>
3555
3556         * fbsd-nat.c (fbsd_enable_lwp_events): Remove function.
3557         (fbsd_enable_proc_events): New function.
3558         (fbsd_enable_follow_fork): Remove function.
3559         (fbsd_post_startup_inferior): Use "fbsd_enable_proc_events".
3560         (fbsd_post_attach): Likewise.
3561
3562 2016-07-15  John Baldwin  <jhb@FreeBSD.org>
3563
3564         * common/signals.c (gdb_signal_from_host): Handle SIGLIBRT.
3565         (do_gdb_signal_to_host): Likewise.
3566         * infrun.c (_initialize_infrun): Pass GDB_SIGNAL_LIBRT through to
3567         programs.
3568         * proc-events.c (signal_table): Add entry for SIGLIBRT.
3569
3570 2016-07-14  Tom Tromey  <tom@tromey.com>
3571
3572         * python/py-breakpoint.c (gdbpy_breakpoint_deleted): Add missing
3573         newline.
3574
3575 2016-07-14  Tom Tromey  <tom@tromey.com>
3576
3577         * mips-tdep.c (micromips_scan_prologue): Remove "frame_addr".
3578         (mips_o32_push_dummy_call): Remove "stack_used_p".
3579         * aarch64-tdep.c (aarch64_record_data_proc_imm): Remove
3580         "insn_bit28".
3581         * rust-lang.c (rust_print_type): Remove "len".
3582         * rust-exp.y (super_name): Remove "current_len".
3583         * python/py-framefilter.c (py_print_type): Remove "type".
3584         * mdebugread.c (parse_partial_symbols): Remove
3585         "past_first_source_file".
3586         <N_SO>: Remove "valu", "first_so_symnum", "prev_textlow_not_set".
3587         * m2-valprint.c (m2_print_unbounded_array): Remove
3588         "content_type".
3589         (m2_val_print): Remove "i".
3590         * linespec.c (unexpected_linespec_error): Remove "cleanup".
3591         * f-valprint.c (f_val_print): Remove "i".
3592         * elfread.c (elf_symtab_read): Remove "offset".
3593         * dwarf2-frame.c (dwarf2_fetch_cfa_info): Remove "addr_size".
3594         * jit.c (jit_dealloc_cache): Remove "i" and "frame_arch".
3595
3596 2016-07-14  Tom Tromey  <tom@tromey.com>
3597
3598         * arch-utils.c (default_skip_permanent_breakpoint): Remove
3599         "bp_insn".
3600         * disasm.c (do_assembly_only): Remove "num_displayed".
3601         * dwarf2read.c (read_abbrev_offset): Remove "length".
3602         (dwarf_decode_macro_bytes) <DW_MACINFO_vendor_ext>: Remove
3603         "constant".
3604         * m32c-tdep.c (make_regs): Remove "r2hl", "r3hl", and "intbhl".
3605         * microblaze-tdep.c (microblaze_frame_cache): Remove "func".
3606         * tracefile.c (trace_save): Remove "status".
3607
3608 2016-07-14  Tom Tromey  <tom@tromey.com>
3609
3610         * symfile.c (simple_overlay_update_1): Remove initialization
3611         of "size", and commented-out code.
3612         (simple_overlay_update): Likewise.
3613
3614 2016-07-14  Tom Tromey  <tom@tromey.com>
3615
3616         * tui/tui-winsource.c (tui_show_source_line): Use getcurx.
3617         * tui/tui-io.c (tui_puts): Use getcurx.
3618         (tui_redisplay_readline): Likewise.
3619
3620 2016-07-14  Tom Tromey  <tom@tromey.com>
3621
3622         * inflow.c (child_terminal_ours_1): Use ATTRIBUTE_UNUSED.
3623
3624 2016-07-14  Tom Tromey  <tom@tromey.com>
3625
3626         * corefile.c (reopen_exec_file): Only examine st.st_mtime if stat
3627         succeeded.
3628
3629 2016-07-13  Tom Tromey  <tom@tromey.com>
3630
3631         PR python/15620, PR python/18620:
3632         * python/py-evts.c (gdbpy_initialize_py_events): Call
3633         add_new_registry for new events.
3634         * python/py-events.h (events_object) <breakpoint_created,
3635         breakpoint_deleted, breakpoint_modified>: New fields.
3636         * python/py-breakpoint.c (gdbpy_breakpoint_created): Emit the
3637         breakpoint changed event.
3638         (gdbpy_breakpoint_deleted): Emit the breakpoint deleted event.
3639         (gdbpy_breakpoint_modified): New function.
3640         (gdbpy_initialize_breakpoints): Attach to the breakpoint modified
3641         observer.
3642
3643 2016-07-13  Tom Tromey  <tom@tromey.com>
3644
3645         PR python/17698:
3646         * NEWS: Update.
3647         * python/py-breakpoint.c (bppy_get_pending): New function.
3648         (breakpoint_object_getset): Add entry for "pending".
3649         * breakpoint.h (pending_breakpoint_p): Declare.
3650         * breakpoint.c (pending_breakpoint_p): New function.
3651
3652 2016-07-13  Tom Tromey  <tom@tromey.com>
3653
3654         * python/py-breakpoint.c (bppy_get_visibility)
3655         (gdbpy_breakpoint_created): Use user_breakpoint_p.
3656
3657 2016-07-13  Tom Tromey  <tom@tromey.com>
3658
3659         PR cli/18053:
3660         * jit.c (jit_reader_load_command): Use tilde_expand.
3661         (_initialize_jit): Fix help for jit-reader-unload.  Set completer
3662         for new commands.
3663
3664 2016-07-12  Tom Tromey  <tom@tromey.com>
3665
3666         PR python/19293:
3667         * python/lib/gdb/command/unwinders.py (do_enable_unwinder): Call
3668         gdb.invalidate_cached_frames.
3669         * python/lib/gdb/unwinder.py (register_unwinder): Call
3670         gdb.invalidate_cached_frames.
3671         * python/python.c (gdbpy_invalidate_cached_frames): New function.
3672         (python_GdbMethods): Add entry for invalidate_cached_frames.
3673
3674 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3675
3676         * cp-namespace.c (cp_lookup_bare_symbol): Initialize 
3677         lang_this.symbol.
3678
3679 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3680
3681         * cp-namespace.c (cp_lookup_bare_symbol): Use language passed as
3682         parameter to look for the symbol "this".
3683
3684
3685 2016-07-06  John Baldwin  <jhb@FreeBSD.org>
3686
3687         * h8300-tdep.c (h8300_print_register): Remove extraneous parentheses.
3688
3689 2016-07-06  John Baldwin  <jhb@FreeBSD.org>
3690
3691         * ada-lang.c (ada_unpack_from_contents): Use unsigned constants with
3692         left shifts.
3693
3694 2016-07-06  John Baldwin  <jhb@FreeBSD.org>
3695
3696         * sh64-tdep.c (sh64_analyze_prologue): Set "uses_fp" when setting
3697         the MEDIA_FP_REGNUM register.
3698
3699 2016-07-06  John Baldwin  <jhb@FreeBSD.org>
3700
3701         * score-tdep.c (score7_malloc_and_get_memblock): Remove check for
3702         negative size.
3703
3704 2016-07-06  John Baldwin  <jhb@FreeBSD.org>
3705
3706         * fbsd-nat.c (fbsd_is_vfork_done_pending): Fix return type.
3707
3708 2016-07-06  Yao Qi  <yao.qi@linaro.org>
3709
3710         * arm-tdep.c (arm_vfp_cprc_sub_candidate): Don't call
3711         arm_vfp_cprc_sub_candidate for static field.
3712
3713 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
3714
3715         * rust-lang.c (rust_subscript): Allow subscripting pointers
3716
3717 2016-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3718
3719         * configure: Regenerate.
3720         * configure.ac (HAVE_LIBBABELTRACE): Fix pos variable dereference.
3721
3722 2016-07-01  Don Breazeal  <donb@codesourcery.com>
3723
3724         * remote.c (remote_get_memory_xfer_limit): New function.
3725         * target-delegates.c: Regenerate.
3726         * target.c (memory_xfer_partial): Call
3727         target_ops.to_get_memory_xfer_limit.
3728         * target.h (struct target_ops) <to_get_memory_xfer_limit>: New
3729         member.
3730
3731 2016-07-01  John Baldwin  <jhb@FreeBSD.org>
3732
3733         * fbsd-nat.c (struct fbsd_fork_child_info): Rename to ...
3734         (struct fbsd_fork_info): ... this.
3735         (struct fbsd_fork_info) <child>: Rename to ...
3736         (struct fbsd_fork_info) <ptid>: ... this.
3737         (fbsd_pending_children): Update type.
3738         (fbsd_remember_child): Update type and field name.
3739         (fbsd_is_child_pending): Likewise.
3740         (fbsd_pending_vfork_done): New variable.
3741         (fbsd_is_vfork_done_pending): New function.
3742         (fbsd_next_vfork_done): New function.
3743         (fbsd_resume): Don't resume processes with a pending vfork done
3744         event.
3745         (fbsd_wait): Report pending vfork done events.
3746         (fbsd_follow_fork): Delay and record a pending vfork done event
3747         for a vfork parent when detaching the child.
3748
3749 2016-07-01  John Baldwin  <jhb@FreeBSD.org>
3750
3751         * fbsd-nat.c (super_resume): Move earlier next to "super_wait".
3752         (resume_one_thread_cb): Move below fork following helper code.
3753         (resume_all_threads_cb): Likewise.
3754         (fbsd_resume): Likewise.
3755
3756 2016-07-01  John Baldwin  <jhb@FreeBSD.org>
3757
3758         * fbsd-nat.c (fbsd_follow_fork): Only detach child if
3759         "detach_fork" is true.
3760
3761 2016-07-01  John Baldwin  <jhb@FreeBSD.org>
3762
3763         * x86bsd-nat.c: Include 'gdbthread.h'.
3764         (x86bsd_dr_set): Set debug registers on all threads belonging to
3765         the current inferior.
3766
3767 2016-07-01  John Baldwin  <jhb@FreeBSD.org>
3768
3769         * Makefile.in [HFILES_NO_SRCDIR]: Replace 'amd64bsd-nat.h' with
3770         'x86bsd-nat.h'.
3771         * amd64bsd-nat.c: Include 'x86bsd-nat.h' instead of
3772         'amd64bsd-nat.h'.
3773         (amd64bsd_xsave_len): Rename and move to x86bsd-nat.c.
3774         (amd64bsd_fetch_inferior_registers): Replace 'amd64bsd_xsave_len'
3775         with 'x86bsd_xsave_len'.
3776         (amd64bsd_store_inferior_registers): Likewise.
3777         (amd64bsd_target): Inherit from x86bsd_target.
3778         (amd64bsd_dr_get): Rename and move to x86bsd-nat.c.
3779         (amd64bsd_dr_set): Likewise.
3780         (amd64bsd_dr_set_control): Likewise.
3781         (amd64bsd_dr_set_addr): Likewise.
3782         (amd64bsd_dr_get_addr): Likewise.
3783         (amd64bsd_dr_get_status): Likewise.
3784         (amd64bsd_dr_get_control): Likewise.
3785         * amd64fbsd-nat.c: Include 'x86bsd-nat.h' instead of
3786         'amd64bsd-nat.h'.
3787         (super_mourn_inferior): Move to x86bsd-nat.c.
3788         (amd64fbsd_mourn_inferior): Rename and move to x86bsd-nat.c.
3789         (amd64fbsd_read_description): Replace 'amd64bsd_xsave_len' with
3790         'x86bsd_xsave_len'.
3791         (_initialize_amd64fbsd_nat): Remove x86 watchpoint setup and
3792         mourn_inferior' target op.
3793         * config/i386/fbsd.mh (NATDEPFILES): Add x86bsd-nat.o.
3794         * config/i386/fbsd64.mh: Likewise.
3795         * config/i386/nbsd64.mh: Likewise.
3796         * config/i386/nbsdelf.mh: Likewise.
3797         * config/i386/obsd.mh: Likewise.
3798         * config/i386/obsd64.mh: Likewise.
3799         * i386bsd-nat.c: Include 'x86bsd-nat.h'.
3800         (i386bsd_xsave_len): Rename and move to x86bsd-nat.c.
3801         (i386bsd_fetch_inferior_registers): Replace 'i386bsd_xsave_len'
3802         with 'x86bsd_xsave_len'.
3803         (i386bsd_store_inferior_registers): Likewise.
3804         (i386bsd_target): Inherit from x86bsd_target.
3805         (i386bsd_dr_get): Rename and move to x86bsd-nat.c.
3806         (i386bsd_dr_set): Likewise.
3807         (i386bsd_dr_set_control): Likewise.
3808         (i386bsd_dr_set_addr): Likewise.
3809         (i386bsd_dr_get_addr): Likewise.
3810         (i386bsd_dr_get_status): Likewise.
3811         (i386bsd_dr_get_control): Likewise.
3812         * i386bsd-nat.h (i386bsd_xsave_len): Remove.
3813         (i386bsd_dr_set_control): Remove.
3814         (i386bsd_dr_set_addr): Remove.
3815         (i386bsd_dr_get_addr): Remove.
3816         (i386bsd_dr_get_status): Remove.
3817         (i386bsd_dr_get_control): Remove.
3818         * i386fbsd-nat.c: Include 'x86bsd-nat.h'.
3819         (i386fbsd_read_description): Replace 'i386bsd_xsave_len' with
3820         'x86bsd_xsave_len'.
3821         (_initialize_i386fbsd_nat): Remove x86 watchpoint setup and
3822         mourn_inferior' target op.
3823         * x86bsd-nat.c: New file.
3824         * x86bsd-nat.h: New file.
3825
3826 2016-07-01  Pedro Alves  <palves@redhat.com>
3827             Tom Tromey  <tom@tromey.com>
3828
3829         * jit.c (jit_reader_load_command): Call reinit_frame_cache and
3830         jit_inferior_created_hook.
3831         (jit_reader_unload_command): Call reinit_frame_cache and
3832         jit_inferior_exit_hook.
3833         * jit.c (struct jit_unwind_private) <registers>: Delete field.
3834         <regcache>: New field.
3835         (jit_unwind_reg_set_impl): Set the register's value in the
3836         regcache.  Free the passed-in gdb_reg_value.
3837         (jit_dealloc_cache): Adjust to free the regcache.
3838         (jit_frame_sniffer): Allocate a regcache instead of an array of
3839         gdb_reg_value pointers.
3840         (jit_frame_this_id): Adjust.
3841         (jit_frame_prev_register): Read raw registers off of the regcache
3842         instead of from the gdb_reg_value pointer array.  Use
3843         gdbarch_pseudo_register_read_value to read pseudo registers.
3844         * regcache.c (regcache_raw_set_cached_value): New function,
3845         factored out from ...
3846         (regcache_raw_write): ... here.
3847         * regcache.h (regcache_raw_set_cached_value): Declare.
3848
3849 2016-07-01  Pedro Alves  <palves@redhat.com>
3850             Antoine Tremblay  <antoine.tremblay@ericsson.com>
3851
3852         * inf-ptrace.c (inf_ptrace_detach_success): New function, factored
3853         out from ...
3854         (inf_ptrace_detach): ... here.
3855         * inf-ptrace.h (inf_ptrace_detach_success): New declaration.
3856         * linux-nat.c (get_pending_status): Rename to ...
3857         (get_detach_signal): ... this, and return a host signal instead of
3858         filling in a wait status.
3859         (detach_one_lwp): New function, factored out from detach_callback
3860         and adjusted to handle detaching from a zombie thread.
3861         (detach_callback): Skip the leader thread.
3862         (linux_nat_detach): No longer defer to inf_ptrace_detach to detach
3863         the leader thread, nor build a signal string to pass down.
3864         Instead, use target_announce_detach, detach_one_lwp and
3865         inf_ptrace_detach_success.
3866
3867 2016-07-01  Pedro Alves  <palves@redhat.com>
3868
3869         * breakpoint.c (breakpoint_init_inferior): Discard watchpoint
3870         locations.
3871         * infcmd.c (detach_command): Call breakpoint_init_inferior.
3872
3873 2016-07-01  Pedro Alves  <palves@redhat.com>
3874
3875         * darwin-nat.c (darwin_detach): Use target_announce_detach.
3876         * inf-ptrace.c (inf_ptrace_detach): Likewise.
3877         * nto-procfs.c (procfs_detach): Likewise.
3878         * remote.c (remote_detach_1): Likewise.
3879         * target.c (target_announce_detach): New function.
3880         * target.h (target_announce_detach): New declaration.
3881
3882 2016-06-29  Tom Tromey  <tom@tromey.com>
3883
3884         PR python/20129:
3885         * python/lib/gdb/command/frame_filters.py (_do_enable_frame_filter)
3886         (SetFrameFilterPriority._set_filter_priority): Use "frame_filter",
3887         not "name".
3888
3889 2016-06-29  Tom Tromey  <tom@tromey.com>
3890
3891         PR gdb/17210:
3892         * target.c (free_memory_read_result_vector): Take a pointer to the
3893         VEC as an argument.
3894         (read_memory_robust): Install a cleanup for "result".
3895         * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Update.
3896
3897 2016-06-29  Manish Goregaokar  <manish@mozilla.com>
3898
3899         * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL.
3900
3901 2016-06-29  Manish Goregaokar  <manish@mozilla.com>
3902
3903         * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep.
3904
3905 2016-06-28  Yao Qi  <yao.qi@linaro.org>
3906
3907         * aarch64-tdep.c (aarch64_displaced_step_b): Use int64_t for
3908         variable new_offset.
3909
3910 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
3911
3912         * rust-lang.c (rust_print_type, rust_decorations): Print unit
3913         types as "()".
3914         (rust_print_type): Omit return type for functions returning unit.
3915
3916 2016-06-25  Pierre-Marie de Rodat  <derodat@adacore.com>
3917
3918         * python/py-breakpoint.c (bppy_init): Clear bppy_pending_object
3919         when there is an error during the breakpoint creation.
3920
3921 2016-06-25  Tom Tromey  <tom@tromey.com>
3922
3923         * rust-lang.c (rust_get_disr_info, rust_print_type): Fix
3924         formatting.
3925
3926 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
3927
3928         PR gdb/20239
3929         * rust-lang.c (rust_get_disr_info): Correctly interpret
3930         NonZero-optimized enums of arbitrary depth.
3931         (rust_print_type): Correctly print NonZero-optimized
3932         enums.
3933
3934 2016-06-24  David Taylor  <dtaylor@emc.com>
3935
3936         PR gdb/17520 Structure offset wrong when 1/4 GB or greater.
3937         * c-lang.h: Change all parameters, variables, and struct or union
3938         members used as struct or union fie3ld offsets from int to
3939         LONGEST.
3940         * c-valprint.c: Likewise.
3941         * cp-abi.c: Likewise.
3942         * cp-abi.h: Likewise.
3943         * cp-valprint.c: Likewise.
3944         * d-valprint.c: Likewise.
3945         * dwarf2loc.c: Likewise.
3946         * eval.c: Likewise.
3947         * extension-priv.h: Likewise.
3948         * extension.c: Likewise.
3949         * extension.h: Likewise.
3950         * findvar.c: Likewise.
3951         * gdbtypes.h: Likewise.
3952         * gnu-v2-abi.c: Likewise.
3953         * gnu-v3-abi.c: Likewise.
3954         * go-valprint.c: Likewise.
3955         * guile/guile-internal.h: Likewise.
3956         * guile/scm-pretty-print.c: Likewise.
3957         * jv-valprint.c Likewise.
3958         * opencl-lang.c: Likewise.
3959         * p-lang.h: Likewise.
3960         * python/py-prettyprint.c: Likewise.
3961         * python/python-internal.h: Likewise.
3962         * spu-tdep.c: Likewise.
3963         * typeprint.c: Likewise.
3964         * valarith.c: Likewise.
3965         * valops.c: Likewise.
3966         * valprint.c: Likewise.
3967         * valprint.h: Likewise.
3968         * value.c: Likewise.
3969         * value.h: Likewise.
3970         * p-valprint.c: Likewise.
3971         * c-typeprint.c (c_type_print_base): When printing offset, use
3972         plongest, not %d.
3973         * gdbtypes.c (recursive_dump_type): Ditto.
3974
3975 2016-06-24  David Taylor  <david.taylor@emc.com>
3976
3977         * MAINTAINERS (Write After Approval): Add David Taylor.
3978
3979 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
3980
3981         * configure.ac: Check for support for system call LWP fields on
3982         FreeBSD.
3983         * config.in, configure: Rebuild.
3984         * data-directory/Makefile.in (SYSCALLS_FILES): Add freebsd.xml.
3985         * fbsd-nat.c (fbsd_wait) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
3986         Report system call events.
3987         [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]
3988         (fbsd_set_syscall_catchpoint): New function.
3989         (fbsd_nat_add_target) [HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE]:
3990         Set "to_set_syscall_catchpoint" to "fbsd_set_syscall_catchpoint".
3991         * fbsd-tdep.c: Include xml-syscall.h
3992         (fbsd_get_syscall_number): New function.
3993         (fbsd_init_abi): Set XML system call file name.
3994         Add "get_syscall_number" gdbarch method.
3995         * syscalls/freebsd.xml: New file.
3996
3997 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
3998
3999         * fbsd-tdep.c: Include "auxv.h".
4000         (fbsd_print_auxv_entry): New function.
4001         (fbsd_init_abi): Install gdbarch "print_auxv_entry" method.
4002
4003 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
4004
4005         * auxv.c (fprint_auxv_entry): New function.
4006         (default_print_auxv_entry): New function.
4007         (fprint_target_auxv): Use gdbarch_print_auxv_entry.
4008         * auxv.h (enum auxv_format): New enum.
4009         (fprint_auxv_entry): Declare.
4010         (default_print_auxv_entry): Declare.
4011         * gdbarch.sh (print_auxv_entry): New.
4012         * gdbarch.c, gdbarch.h: Re-generated.
4013
4014 2016-06-24  John Baldwin  <jhb@FreeBSD.org>
4015
4016         * fbsd-nat.c [KERN_PROC_AUXV] New variable super_xfer_partial.
4017         (fbsd_xfer_partial): New function.
4018         (fbsd_nat_add_target) [KERN_PROC_AUXV] Set "to_xfer_partial" to
4019         "fbsd_xfer_partial".
4020
4021 2016-06-23  Tom Tromey  <tom@tromey.com>
4022
4023         * symtab.c (symbol_find_demangled_name): Loop over languages and
4024         use language_sniff_from_mangled_name.
4025         * rust-lang.c (rust_sniff_from_mangled_name): New function.
4026         (rust_language_defn): Update.
4027         * p-lang.c (pascal_language_defn): Update.
4028         * opencl-lang.c (opencl_language_defn): Update.
4029         * objc-lang.c (objc_sniff_from_mangled_name): New function.
4030         (objc_language_defn): Update.
4031         * m2-lang.c (m2_language_defn): Update.
4032         * language.h (struct language_defn) <la_sniff_from_mangled_name>: New
4033         field.
4034         (language_sniff_from_mangled_name): Declare.
4035         * language.c (language_sniff_from_mangled_name): New function.
4036         (unknown_language_defn, auto_language_defn, local_language_defn):
4037         Update.
4038         * jv-lang.c (java_sniff_from_mangled_name): New function.
4039         (java_language_defn): Use it.
4040         * go-lang.c (go_sniff_from_mangled_name): New function.
4041         (go_language_defn): Use it.
4042         * f-lang.c (f_language_defn): Update.
4043         * defs.h (enum language): Reorder.
4044         * d-lang.c (d_sniff_from_mangled_name): New function.
4045         (d_language_defn): Use it.
4046         * cp-support.h (gdb_sniff_from_mangled_name): Declare.
4047         * cp-support.c (gdb_sniff_from_mangled_name): New function.
4048         * c-lang.c (c_language_defn, cplus_language_defn)
4049         (asm_language_defn, minimal_language_defn): Update.
4050         * ada-lang.c (ada_sniff_from_mangled_name): New function.
4051         (ada_language_defn): Use it.
4052
4053 2016-06-23  Tom Tromey  <tom@tromey.com>
4054
4055         * ada-lang.c (ada_extensions): New array.
4056         (ada_language_defn): Use it.
4057         * c-lang.c (c_extensions): New array.
4058         (c_language_defn): Use it.
4059         (cplus_extensions): New array.
4060         (cplus_language_defn): Use it.
4061         (asm_extensions): New array.
4062         (asm_language_defn): Use it.
4063         (minimal_language_defn): Update.
4064         * d-lang.c (d_extensions): New array.
4065         (d_language_defn): Use it.
4066         * f-lang.c (f_extensions): New array.
4067         (f_language_defn): Use it.
4068         * go-lang.c (go_language_defn): Update.
4069         * jv-lang.c (java_extensions): New array.
4070         (java_language_defn): Use it.
4071         * language.c (add_language): Call add_filename_language.
4072         (unknown_language_defn, auto_language_defn, local_language_defn):
4073         Update.
4074         * language.h (struct language_defn) <la_filename_extensions>: New
4075         field.
4076         * m2-lang.c (m2_language_defn): Update.
4077         * objc-lang.c (objc_extensions): New array.
4078         (objc_language_defn): Use it.
4079         * opencl-lang.c (opencl_language_defn): Update.
4080         * p-lang.c (p_extensions): New array.
4081         (pascal_language_defn): Use it.
4082         * rust-lang.c (rust_extensions): New array.
4083         (rust_language_defn): Use it.
4084         * symfile.c (add_filename_language): No longer static.  Make "ext"
4085         const.
4086         (init_filename_language_table): Remove.
4087         (_initialize_symfile): Update.
4088         * symfile.h (add_filename_language): Declare.
4089
4090 2016-06-23  Tom Tromey  <tom@tromey.com>
4091
4092         * symfile.c (filename_language_table): Now a VEC.
4093         (fl_table_size, fl_table_next): Remove.
4094         (add_filename_language): Use VEC_safe_push.
4095         (set_ext_lang_command, info_ext_lang_command)
4096         (deduce_language_from_filename): Use VEC_iterate.
4097         (init_filename_language_table): Use VEC_empty.
4098
4099 2016-06-23  Tom Tromey  <tom@tromey.com>
4100
4101         * python/python.c (gdbpy_parameter): Now static.
4102         * python/python-internal.h (gdbpy_parameter): Don't declare.
4103
4104 2016-06-23  Tom Tromey  <tom@tromey.com>
4105
4106         PR gdb/16483:
4107         * python/lib/gdb/command/frame_filters.py
4108         (InfoFrameFilter.list_frame_filters): Rename to print_list.  Print
4109         nothing if no filters found.  Return value indicating whether
4110         filters were printed.
4111         (InfoFrameFilter.print_list): Remove.
4112         (InfoFrameFilter.invoke): Print message if no frame filters
4113         found.
4114
4115 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
4116
4117         * f-valprint.c (f_val_print): Add field names for printing
4118         derived types fields.
4119
4120 2016-06-21  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4121
4122         * s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
4123         in name of last-break regset.
4124
4125 2016-06-21  Pedro Alves  <palves@redhat.com>
4126
4127         * fork-child.c (fork_inferior): Switch the child to the main UI
4128         right after vfork.  Save/restore the current UI in the parent.
4129         Flush outputs of the main UI instead of the current UI.
4130
4131 2016-06-21  Pedro Alves  <palves@redhat.com>
4132
4133         * breakpoint.c (watchpoint_check): Send watchpoint-deleted output
4134         to all UIs.
4135
4136 2016-06-21  Pedro Alves  <palves@redhat.com>
4137
4138         * NEWS: Mention support for running interpreters on separate
4139         UIs and the new new-ui command.
4140
4141 2016-06-21  Pedro Alves  <palves@redhat.com>
4142
4143         * interps.c (set_top_level_interpreter): New function, factored
4144         out from captured_main.
4145         (interpreter_completer): Make extern.
4146         * interps.h (set_top_level_interpreter, interpreter_completer):
4147         New declarations.
4148         (captured_main): Use set_top_level_interpreter.
4149         * top.c [!O_NOCTTY] (O_NOCTTY): Define as 0.
4150         (open_terminal_stream, new_ui_command): New functions.
4151         (init_main): Install the "new-ui" command.
4152
4153 2016-06-21  Pedro Alves  <palves@redhat.com>
4154
4155         * cli/cli-script.c (read_next_line): Adjust to per-UI stdin.
4156         (read_command_lines): Use input_interactive_p instead of
4157         input_from_terminal_p.
4158         * defs.h (struct ui): Forward declare.
4159         (input_from_terminal_p): Rename to ...
4160         (input_interactive_p): ... this.
4161         * event-top.c (stdin_event_handler): Pass 0 as from_tty argument
4162         to quit_command.
4163         (command_handler): Adjust to per-UI stdin.
4164         (handle_line_of_input): Adjust to per-UI stdin and use
4165         input_interactive_p instead of ISATTY and input_from_terminal_p.
4166         (gdb_readline_no_editing_callback): Adjust to per-UI stdin.
4167         (command_line_handler): Always pass true as "from_tty" parameter
4168         of handle_line_of_input and execute_command.
4169         (async_sigterm_handler): Pass 0 as from_tty argument to
4170         quit_command.
4171         * inflow.c (interactive_mode, show_interactive_mode): Moved to ...
4172         (gdb_has_a_terminal): Don't check interactive_mode here.
4173         (_initialize_inflow): Don't install "set interactive-mode" here.
4174         * main.c (captured_command_loop): Adjust to per-UI stdin.
4175         * mi/mi-interp.c (mi_execute_command_wrapper): Adjust to per-UI
4176         stdin.
4177         * top.c (new_ui): Save the stdin stream and whether it's a tty.
4178         (dont_repeat): Adjust to per-UI stdin.
4179         (command_line_input): Adjust to per-UI stdin and to use
4180         input_interactive_p.
4181         (quit_force): Write history if any UI supports interactive input.
4182         (interactive_mode, show_interactive_mode): Move here, from
4183         inflow.c.
4184         (input_from_terminal_p): Rename to ...
4185         (input_interactive_p): ... this, and check the "interactive_mode"
4186         global instead of calling gdb_has_a_terminal.
4187         (_initialize_top): Install "set interactive-mode" here.
4188         * top.h (struct ui) <stdin_stream, input_interactive_p>: New
4189         fields.
4190         * utils.c (quit): Pass 0 as from_tty argument to quit_force.
4191         (defaulted_query): Adjust to per-UI stdin and to use
4192         input_interactive_p.
4193
4194 2016-06-21  Pedro Alves  <palves@redhat.com>
4195
4196         * event-top.c (stdin_event_handler): Don't quit gdb if it was a
4197         secondary UI's input stream that closed.  Instead, just delete the
4198         UI.
4199
4200 2016-06-21  Pedro Alves  <palves@redhat.com>
4201
4202         * event-top.c (main_ui_): Delete.
4203         (main_ui, current_ui, ui_list): No longer initialize here.
4204         * main.c (captured_main): UI initialization code factored out to
4205         new new_ui function.
4206         (gdb_main): Wrap captured_main with TRY/CATCH instead of
4207         catch_errors.
4208         * top.c (highest_ui_num): New global.
4209         (new_ui): New function.
4210         * top.h (struct ui) <num>: New field.
4211         (new_ui): New declaration.
4212
4213 2016-06-21  Pedro Alves  <palves@redhat.com>
4214
4215         * cli/cli-interp.c (cli_on_normal_stop): Bail out early if there's
4216         nothing to print.  Use should_print_stop_to_console.
4217         * tui/tui-interp.c (tui_on_normal_stop): Likewise.
4218
4219 2016-06-21  Pedro Alves  <palves@redhat.com>
4220
4221         * breakpoint.c (new_until_break_fsm): Add 'cmd_interp' parameter.
4222         (until_break_fsm_should_stop, until_break_fsm_clean_up): Add
4223         thread parameter.
4224         (until_break_command): Pass command interpreter to thread fsm
4225         ctor.
4226         * cli/cli-interp.c (should_print_stop_to_console): Adjust.
4227         * gdbthread.h (struct thread_control_state) <command_interp>:
4228         Delete field.
4229         * infcall.c (new_call_thread_fsm): Add 'cmd_interp' parameter.
4230         Pass it down.
4231         (call_thread_fsm_should_stop): Add thread parameter.
4232         (call_function_by_hand_dummy): Pass command interpreter to thread
4233         fsm ctor.  Pass thread pointer to fsm clean up method.
4234         * infcmd.c: Include interps.h.
4235         (struct step_command_fsm) <thread>: Delete field.
4236         (new_step_command_fsm): Add 'cmd_interp' parameter.  Pass it down.
4237         (step_command_fsm_prepare): Remove references to fsm's thread
4238         field.
4239         (step_1): Pass command interpreter to thread
4240         fsm ctor.  Pass thread pointer to fsm clean up method.
4241         (step_command_fsm_should_stop, step_command_fsm_clean_up): Add
4242         thread parameter and use it.
4243         (new_until_next_fsm): Add 'cmd_interp' parameter.  Pass it down.
4244         (until_next_fsm_should_stop, until_next_fsm_clean_up): Add thread
4245         parameter and use it.
4246         (until_next_command): Pass command interpreter to thread fsm ctor.
4247         (struct finish_command_fsm) <thread>: Delete field.
4248         (finish_command_fsm_ops): Add NULL slot for should_notify_stop.
4249         (new_finish_command_fsm): Add 'cmd_interp' parameter and pass it
4250         down.  Remove thread parameter and adjust.
4251         (finish_command_fsm_should_stop, finish_command_fsm_clean_up): Add
4252         thread parameter and use it.
4253         (finish_command): Pass command interpreter to thread fsm ctor.
4254         Don't pass thread.
4255         * infrun.c (follow_fork): Move thread fsm to child fork instead of
4256         command interpreter, only.
4257         (clear_proceed_status_thread): Remove reference to command_interp.
4258         (proceed): Don't record the thread's command interpreter.
4259         (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up
4260         method.
4261         (fetch_inferior_event): Pass thread to fsm should_stop method.
4262         * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter.
4263         Store it.
4264         (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
4265         parameter and pass it down.
4266         * thread-fsm.h (struct thread_fsm) <command_interp>: New field.
4267         (struct thread_fsm_ops) <clean_up, should_stop>: Add thread
4268         parameter.
4269         (thread_fsm_ctor): Add 'cmd_interp' parameter.
4270         (thread_fsm_clean_up, thread_fsm_should_stop): Add thread
4271         parameter.
4272         * thread.c (thread_cancel_execution_command): Pass thread to
4273         thread fsm clean_up method.
4274
4275 2016-06-21  Pedro Alves  <palves@redhat.com>
4276
4277         * cli/cli-interp.c: Include gdbthread.h and thread-fsm.h.
4278         (should_print_stop_to_console): New function, factored out from
4279         mi_on_normal_stop_1.
4280         * cli/cli-interp.h (should_print_stop_to_console): Declare.
4281         * mi/mi-interp.c (mi_on_normal_stop_1): Use
4282         should_print_stop_to_console.  Pass it the current UI's console
4283         interpreter.
4284         * mi/mi-main.c (captured_mi_execute_command): Use the
4285         INTERP_CONSOLE symbol rather than explicit "console".
4286
4287 2016-06-21  Pedro Alves  <palves@redhat.com>
4288
4289         * infcmd.c (prepare_execution_command): Use
4290         all_uis_on_sync_execution_starting.
4291         * infrun.c (all_uis_on_sync_execution_starting): New function.
4292         * infrun.h (all_uis_on_sync_execution_starting): Declare.
4293
4294 2016-06-21  Pedro Alves  <palves@redhat.com>
4295
4296         * annotate.c: Include top.h.
4297         (async_background_execution_p): Delete.
4298         (print_value_flags): Check the UI's prompt state rather then
4299         async_background_execution_p.
4300         * event-loop.c (start_event_loop): Set the prompt state to
4301         PROMPT_NEEDED.
4302         * event-top.c (display_gdb_prompt, async_enable_stdin)
4303         (async_disable_stdin): Check the current UI's prompt state instead
4304         of the sync_execution global.
4305         (command_line_handler): Set the prompt state to PROMPT_NEEDED
4306         before running a command, and display the prompt if still needed
4307         afterwards.
4308         * infcall.c (struct call_thread_fsm) <waiting_ui>: New field.
4309         (new_call_thread_fsm): New parameter 'waiting_ui'.  Store it.
4310         (call_thread_fsm_should_stop): Set the prompt state to
4311         PROMPT_NEEDED.
4312         (run_inferior_call): Adjust to temporarily set the prompt state to
4313         PROMPT_BLOCKED instead of using the sync_execution global.
4314         (call_function_by_hand_dummy): Pass the current UI to
4315         new_call_thread_fsm.
4316         * infcmd.c: Include top.h.
4317         (continue_1): Check the current UI's prompt state instead of the
4318         sync_execution global.
4319         (continue_command): Validate global execution state before calling
4320         prepare_execution_command.
4321         (step_1): Call all_uis_check_sync_execution_done.
4322         (attach_post_wait): Don't call async_enable_stdin here.  Remove
4323         reference to sync_execution.
4324         * infrun.c (sync_execution): Delete global.
4325         (follow_fork_inferior)
4326         (reinstall_readline_callback_handler_cleanup): Check the current
4327         UI's prompt state instead of the sync_execution global.
4328         (check_curr_ui_sync_execution_done)
4329         (all_uis_check_sync_execution_done): New functions.
4330         (fetch_inferior_event): Call all_uis_check_sync_execution_done
4331         instead of trying to determine whether the global sync execution
4332         changed.
4333         (handle_no_resumed): Check the prompt state of all UIs.
4334         (normal_stop): Emit the no unwait-for even to all PROMPT_BLOCKED
4335         UIs.  Emit the "Switching to" notification to all UIs.  Enable
4336         stdin in all UIs.
4337         * infrun.h (sync_execution): Delete.
4338         (all_uis_check_sync_execution_done): Declare.
4339         * main.c (captured_command_loop): Don't call
4340         interp_pre_command_loop if the prompt is blocked.
4341         (catch_command_errors, catch_command_errors_const): Adjust.
4342         (captured_main): Set the initial prompt state to PROMPT_NEEDED.
4343         * mi/mi-interp.c (display_mi_prompt): Set the prompt state to
4344         PROMPTED.
4345         (mi_interpreter_resume): Don't clear sync_execution.  Remove hack
4346         comment.
4347         (mi_execute_command_input_handler): Set the prompt state to
4348         PROMPT_NEEDED before executing the command, and only display the
4349         prompt if the prompt state is PROMPT_NEEDED afterwards.
4350         (mi_on_resume_1): Adjust to check the prompt state.
4351         * target.c (target_terminal_inferior): Adjust to check the prompt
4352         state.
4353         * top.c (wait_sync_command_done, maybe_wait_sync_command_done)
4354         (execute_command): Check the current UI's prompt state instead of
4355         sync_execution.
4356         * top.h (enum prompt_state): New.
4357         (struct ui) <prompt_state>: New field.
4358         (ALL_UIS): New macro.
4359
4360 2016-06-21  Pedro Alves  <palves@redhat.com>
4361
4362         * top.c (gdb_secondary_prompt_depth): Delete.
4363         (gdb_in_secondary_prompt_p): Add ui parameter.  Use it.
4364         (gdb_readline_wrapper_cleanup, gdb_readline_wrapper): Adjust to
4365         per-UI gdb_secondary_prompt_depth.
4366         * top.h (struct ui) <secondary_prompt_depth>: New field.
4367
4368 2016-06-21  Pedro Alves  <palves@redhat.com>
4369
4370         * cli/cli-interp.c (cli_interpreter_pre_command_loop): New
4371         function.
4372         (cli_interp_procs): Install it instead of cli_command_loop.
4373         * cli/cli-interp.h (cli_interpreter_pre_command_loop): Declare.
4374         * event-top.c (cli_command_loop): Delete.
4375         * interps.c (interp_new): Remove reference to command_loop_proc.
4376         (current_interp_command_loop): Delete.
4377         (interp_pre_command_loop): New function.
4378         (interp_command_loop_ftype): Delete.
4379         * interps.h (interp_pre_command_loop_ftype): New typedef.
4380         (struct interp_procs) <command_loop_proc>: Delele field.
4381         <pre_command_loop_proc>: New field.
4382         (current_interp_command_loop): Delete declaration.
4383         (interp_pre_command_loop): New declaration.
4384         * main.c (captured_command_loop): Call interp_pre_command_loop
4385         instead of current_interp_command_loop and start an event loop.
4386         * mi/mi-interp.c (mi_command_loop): Delete.
4387         (mi_interpreter_pre_command_loop): New.
4388         (mi_interp_procs): Update.
4389         * tui/tui-interp.c (tui_interp_procs): Install
4390         cli_interpreter_pre_command_loop instead of cli_command_loop.
4391
4392 2016-06-21  Pedro Alves  <palves@redhat.com>
4393
4394         * interps.c (current_interpreter): New function.
4395         * interps.h (current_interpreter): New declaration.
4396         * mi/mi-cmds.h (raw_stdout): Delete declaration.
4397         * mi/mi-common.h (struct mi_interp) <raw_stdout,
4398         saved_raw_stdout>: New field.
4399         * mi/mi-interp.c (display_mi_prompt): New parameter 'mi'.  Adjust
4400         to per-UI raw_stdout.
4401         (mi_interpreter_init): Adjust to per-UI raw_stdout.
4402         (mi_on_sync_execution_done, mi_execute_command_input_handler)
4403         (mi_command_loop): Pass MI instance to display_mi_prompt.
4404         (mi_on_normal_stop_1, mi_output_running_pid, mi_on_resume_1)
4405         (mi_on_resume): Adjust to per-UI raw_stdout.
4406         (saved_raw_stdout): Delete.
4407         (mi_set_logging): Adjust to per-UI raw_stdout and
4408         saved_raw_stdout.
4409         * mi/mi-main.c (raw_stdout): Delete.
4410         (mi_cmd_gdb_exit, captured_mi_execute_command)
4411         (mi_print_exception, mi_load_progress): Adjust to per-UI
4412         raw_stdout.
4413         (print_diff_now, mi_print_timing_maybe): New ui_file parameter.
4414         Pass it along.
4415         (print_diff): New ui_file parameter.  Send output there instead of
4416         raw_stdout.
4417         * mi/mi-main.h (struct ui_file): Forward declare.
4418         (mi_print_timing_maybe): Add ui_file parameter.
4419
4420 2016-06-21  Pedro Alves  <palves@redhat.com>
4421
4422         * mi/mi-interp.c (display_mi_prompt): New function.
4423
4424 2016-06-21  Pedro Alves  <palves@redhat.com>
4425
4426         * target.c (target_terminal_inferior): Bail out after
4427         unregistering input_fd if not on the main UI.
4428         (target_terminal_ours): Bail out after registering input_fd if not
4429         on the main UI.
4430         (target_terminal_ours_for_output): Bail out if not on the main UI.
4431
4432 2016-06-21  Pedro Alves  <palves@redhat.com>
4433
4434         * event-top.c (restore_ui_cleanup): Make extern.
4435         * infrun.c (fetch_inferior_event): Always switch to the main UI.
4436         * top.h (restore_ui_cleanup): Declare.
4437
4438 2016-06-21  Pedro Alves  <palves@redhat.com>
4439
4440         PR mi/20034
4441         * cli/cli-interp.c: Include cli-interp.h and event-top.h.
4442         (cli_interpreter_resume): Pass 1 to gdb_setup_readline.  Set the
4443         UI's input_handler here.
4444         (cli_interpreter_supports_command_editing): New function.
4445         (cli_interp_procs): Install it.
4446         * cli/cli-interp.h: New file.
4447         * event-top.c (async_command_editing_p): Rename to ...
4448         (set_editing_cmd_var): ... this.
4449         (change_line_handler): Add parameter 'editing', and use it.  Bail
4450         early if the interpreter doesn't support editing.  Don't touch
4451         readline state if editing is off.
4452         (gdb_rl_callback_handler_remove, gdb_rl_callback_handler_install)
4453         (gdb_rl_callback_handler_reinstall): Assert the current UI is the
4454         main UI.
4455         (display_gdb_prompt): Don't call gdb_rl_callback_handler_remove if
4456         not using readline.  Check whether the current UI is using command
4457         editing instead of checking the async_command_editing_p global.
4458         (set_async_editing_command): Delete.
4459         (gdb_setup_readline): Add 'editing' parameter.  Only allow editing
4460         on the main UI.  Don't touch readline state if editing is off.
4461         (gdb_disable_readline): Don't touch readline state if editing is
4462         off.
4463         * event-top.h (gdb_setup_readline): Add 'int' parameter.
4464         (set_async_editing_command): Delete declaration.
4465         (change_line_handler, command_line_handler): Declare.
4466         (async_command_editing_p): Rename to ...
4467         (set_editing_cmd_var): ... this.
4468         * infrun.c (reinstall_readline_callback_handler_cleanup): Check
4469         whether the current UI has editing enabled rather than checking
4470         the async_command_editing_p global.
4471         * interps.c (interp_supports_command_editing): New function.
4472         * interps.h (interp_supports_command_editing_ftype): New typedef.
4473         (struct interp_procs) <supports_command_editing_proc>: New field.
4474         (interp_supports_command_editing): Declare.
4475         * mi/mi-interp.c (mi_interpreter_resume): Pass 0 to
4476         gdb_setup_readline.  Don't clear the async_command_editing_p
4477         global.  Update comments.
4478         * top.c (gdb_readline_wrapper_line, gdb_readline_wrapper): Check
4479         whether the current UI has editing enabled rather than checking
4480         the async_command_editing_p global.  Don't touch readline state if
4481         editing is off.
4482         (undo_terminal_modifications_before_exit): Switch to the main UI.
4483         Unconditionally call gdb_disable_readline.
4484         (set_editing): New function.
4485         (show_async_command_editing_p): Rename to ...
4486         (show_editing): ... this.  Show the state of the current UI.
4487         (_initialize_top): Adjust.
4488         * top.h (struct ui) <command_editing>: New field.
4489         * tui/tui-interp.c: Include cli/cli-interp.h.
4490         (tui_resume): Pass 1 to gdb_setup_readline.  Set the UI's
4491         input_handler.
4492         (tui_interp_procs): Install
4493         cli_interpreter_supports_command_editing.
4494         * tui/tui-io.c (tui_getc): Check whether the current UI has
4495         editing enabled rather than checking the async_command_editing_p
4496         global.
4497
4498 2016-06-21  Pedro Alves  <palves@redhat.com>
4499
4500         * top.c: Call gen_ret_current_ui_field_ptr for current_uiout.
4501         * top.h (struct ui) <m_current_uiout>: New field.
4502         * ui-out.c (current_uiout): Delete.
4503         * ui-out.h (current_uiout): Delete.
4504         (current_ui_current_uiout_ptr): New declaration.
4505         (current_uiout): Reimplement as wrapper around
4506         current_ui_current_uiout_ptr.
4507
4508 2016-06-21  Pedro Alves  <palves@redhat.com>
4509
4510         * ui-out.c (default_ui_out_impl): Delete.
4511         (def_uiout): Delete.
4512         (current_uiout): Set to NULL.
4513         (default_table_begin, default_table_body, default_table_end)
4514         (default_table_header, default_begin, default_end)
4515         (default_field_int, default_field_skip, default_field_string)
4516         (default_field_fmt, default_spaces, default_text, default_message)
4517         (default_wrap_hint, default_flush, default_data_destroy): Delete.
4518
4519 2016-06-21  Pedro Alves  <palves@redhat.com>
4520
4521         * event-top.c (gdb_setup_readline): Pass the UI's outstream and
4522         errstream to stdout_fileopen and stderr_fileopen.
4523         * exceptions.c: Include top.h.
4524         (print_flush): Open the current UI's outstream file descriptor,
4525         instead of hardcoding file descriptor 1.
4526         * main.c (captured_main): Save the main UI's out and error
4527         streams.  Adjust stderr_fileopen call.
4528         * top.h (struct ui) <outstream, errstream>: New fields.
4529         * ui-file.c (stderr_fileopen): Add stream parameter.  Use it
4530         instead of stderr.
4531         * ui-file.h (stderr_fileopen): Add stream parameter and update
4532         comment.
4533
4534 2016-06-21  Pedro Alves  <palves@redhat.com>
4535
4536         * event-top.c (input_fd): Delete.
4537         (stdin_event_handler): Switch to the UI whose input descriptor got
4538         the event.  Adjust to per-UI input_fd.
4539         (gdb_setup_readline): Don't set the input_fd global.  Adjust to
4540         per-UI input_fd.
4541         (gdb_disable_readline): Adjust to per-UI input_fd.
4542         * event-top.h (input_fd): Delete declaration.
4543         * linux-nat.c (linux_nat_terminal_inferior): Don't remove input_fd
4544         from the event-loop here.
4545         (linux_nat_terminal_ours): Don't register input_fd in the
4546         event-loop here.
4547         * main.c (captured_main): Adjust to per-UI input_fd.
4548         * remote.c (remote_terminal_inferior): Don't remove input_fd from
4549         the event-loop here.
4550         (remote_terminal_ours): Don't register input_fd in the event-loop
4551         here.
4552         * target.c: Include top.h and event-top.h.
4553         (target_terminal_inferior): Remove input_fd from the event-loop
4554         here.
4555         (target_terminal_ours): Register input_fd in the event-loop.
4556         * top.h (struct ui) <input_fd>: New field.
4557
4558 2016-06-21  Pedro Alves  <palves@redhat.com>
4559
4560         * cli/cli-script.c (execute_user_command, read_next_line)
4561         (read_next_line): Adjust to per-UI instream.
4562         * event-top.c (stdin_event_handler, command_handler)
4563         (handle_line_of_input, command_line_handler)
4564         (gdb_readline_no_editing_callback, async_sigterm_handler)
4565         (gdb_setup_readline): Likewise.
4566         * inflow.c: Include top.h.
4567         (gdb_has_a_terminal, child_terminal_init_with_pgrp)
4568         (gdb_save_tty_state, child_terminal_inferior)
4569         (child_terminal_ours_1, copy_terminal_info): Use the main UI.
4570         (initialize_stdin_serial): Adjust to per-UI instream.
4571         * main.c (captured_command_loop, captured_main): Adjust to per-UI
4572         instream.
4573         * mi/mi-interp.c (mi_execute_command_wrapper): Likewise.
4574         * python/python.c (python_interactive_command): Likewise.
4575         * terminal.h (struct ui): Forward declare.
4576         (initialize_stdin_serial): Add struct ui parameter.
4577         * top.c (instream): Delete.
4578         (do_restore_instream_cleanup, read_command_file, dont_repeat)
4579         (gdb_readline_no_editing, command_line_input)
4580         (input_from_terminal_p, gdb_init): Adjust to per-UI instream.
4581         * top.h (struct ui) <instream>: New field.
4582         (instream): Delete declaration.
4583         (quit): Adjust to per-UI instream.
4584
4585 2016-06-21  Pedro Alves  <palves@redhat.com>
4586
4587         * event-loop.c: Include top.h.
4588         (invoke_async_signal_handlers): Switch to the main UI.
4589         * event-top.c (main_ui_): Update comment.
4590         (main_ui): New global.
4591         * top.h (main_ui): Declare.
4592
4593 2016-06-21  Pedro Alves  <palves@redhat.com>
4594
4595         * cli/cli-interp.c (cli_interp): Delete.
4596         (as_cli_interp): New function.
4597         (cli_on_normal_stop, cli_on_signal_received)
4598         (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
4599         (cli_on_no_history): Send output to all CLI UIs.
4600         (cli_on_sync_execution_done, cli_on_command_error): Skip output if
4601         the top level interpreter is not a CLI.
4602         (cli_interpreter_init): Don't set cli_interp or install observers
4603         here.
4604         (_initialize_cli_interp): Install observers here.
4605         * event-top.c (main_ui_, ui_list): New globals.
4606         (current_ui): Point to main_ui_.
4607         (restore_ui_cleanup, switch_thru_all_uis_init)
4608         (switch_thru_all_uis_cond, switch_thru_all_uis_next): New
4609         functions.
4610         * mi/mi-interp.c (as_mi_interp): New function.
4611         (mi_interpreter_init): Don't install observers here.
4612         (mi_on_sync_execution_done): Skip output if the top level
4613         interpreter is not a MI.
4614         (mi_new_thread, mi_thread_exit, mi_record_changed)
4615         (mi_inferior_added, mi_inferior_appeared, mi_inferior_exit)
4616         (mi_inferior_removed): Send output to all MI UIs.
4617         (find_mi_interpreter, mi_interp_data): Delete.
4618         (find_mi_interp): New function.
4619         (mi_on_signal_received, mi_on_end_stepping_range)
4620         (mi_on_signal_exited, mi_on_exited, mi_on_no_history): Send output
4621         to all MI UIs.
4622         (mi_on_normal_stop): Rename to ...
4623         (mi_on_normal_stop_1): ... this.
4624         (mi_on_normal_stop): Reimplement, sending output to all MI UIs.
4625         (mi_traceframe_changed, mi_tsv_created, mi_tsv_deleted)
4626         (mi_tsv_modified, mi_breakpoint_created, mi_breakpoint_deleted)
4627         (mi_breakpoint_modified, mi_output_running_pid): Send output to
4628         all MI UIs.
4629         (mi_on_resume): Rename to ...
4630         (mi_on_resume_1): ... this.  Don't handle infcalls here.
4631         (mi_on_resume): Reimplement, sending output to all MI UIs.
4632         (mi_solib_loaded, mi_solib_unloaded, mi_command_param_changed)
4633         (mi_memory_changed): Send output to all MI UIs.
4634         (report_initial_inferior): Install observers here.
4635         * top.h (struct ui) <next>: New field.
4636         (ui_list): Declare.
4637         (struct switch_thru_all_uis): New.
4638         (switch_thru_all_uis_init, switch_thru_all_uis_cond)
4639         (switch_thru_all_uis_next): Declare.
4640         (SWITCH_THRU_ALL_UIS): New macro.
4641         * tui/tui-interp.c (tui_interp): Delete global.
4642         (as_tui_interp): New function.
4643         (tui_on_normal_stop, tui_on_signal_received)
4644         (tui_on_end_stepping_range, tui_on_signal_exited, tui_on_exited)
4645         (tui_on_no_history): Send output to all TUI UIs.
4646         (tui_on_sync_execution_done, tui_on_command_error): Skip output if
4647         the top level interpreter is not a TUI.
4648         (tui_init): Don't set tui_interp or install observers here.
4649         (_initialize_tui_interp): Install observers here.
4650
4651 2016-06-21  Pedro Alves  <palves@redhat.com>
4652
4653         * cli/cli-interp.c (cli_uiout): Delete, moved into ...
4654         (struct cli_interp): ... this new structure.
4655         (cli_on_normal_stop, cli_on_signal_received)
4656         (cli_on_end_stepping_range, cli_on_signal_exited, cli_on_exited)
4657         (cli_on_no_history): Use interp_ui_out.
4658         (cli_interpreter_init): If top level, set the cli_interp global.
4659         (cli_interpreter_init): Return the interp's data instead of NULL.
4660         (cli_interpreter_resume, cli_interpreter_exec, cli_ui_out): Adjust
4661         to cli_uiout being in the interpreter's data.
4662         (cli_interp_procs): New, factored out from _initialize_cli_interp.
4663         (cli_interp_factory): New function.
4664         (_initialize_cli_interp): Call interp_factory_register.
4665         * interps.c (get_interp_info): New, factored out from ...
4666         (get_current_interp_info): ... this.
4667         (interp_new): Add parameter 'data'.  Store it.
4668         (struct interp_factory): New function.
4669         (interp_factory_p): New typedef.  Define a VEC_P.
4670         (interpreter_factories): New global.
4671         (interp_factory_register): New function.
4672         (interp_add): Add 'ui' parameter.  Use get_interp_info and
4673         interp_lookup_existing.
4674         (interp_lookup): Rename to ...
4675         (interp_lookup_existing): ... this.  Add 'ui' parameter.  Don't
4676         check for NULL or empty name here.
4677         (interp_lookup): Add 'ui' parameter and reimplement.
4678         (interp_set_temp, interpreter_exec_cmd): Adjust.
4679         (interpreter_completer): Complete on registered interpreter
4680         factories instead of interpreters.
4681         * interps.h (interp_factory_func): New typedef.
4682         (interp_factory_register): Declare.
4683         (interp_new, interp_add): Adjust.
4684         (interp_lookup): Declare.
4685         * main.c (captured_main): Adjust.
4686         * mi/mi-interp.c (mi_cmd_interpreter_exec): Adjust.
4687         (mi_interp_procs): New, factored out from
4688         _initialize_mi_interp.
4689         (mi_interp_factory): New function.
4690         * python/python.c (execute_gdb_command): Adjust.
4691         * tui/tui-interp.c (tui_init): If top level, set the tui_interp
4692         global.
4693         (tui_interp_procs): New.
4694         (tui_interp_factory): New function.
4695         (_initialize_tui_interp): Call interp_factory_register.
4696
4697 2016-06-21  Pedro Alves  <palves@redhat.com>
4698
4699         * breakpoint.c (bpstat_do_actions_1): Access the current UI's
4700         async field instead of the interpreter_async global.
4701         * cli/cli-script.c (execute_user_command, while_command)
4702         (if_command, script_from_file): Likewise.
4703         * compile/compile.c: Include top.h instead of interps.h.
4704         (compile_file_command, compile_code_command)
4705         (compile_print_command): Access the current UI's async field
4706         instead of the interpreter_async global.
4707         * guile/guile.c: Include top.h instead of interps.h.
4708         (guile_repl_command, guile_command, gdbscm_execute_gdb_command):
4709         Access the current UI's async field instead of the
4710         interpreter_async global.
4711         * guile/scm-ports.c: Include top.h instead of interps.h.
4712         (ioscm_with_output_to_port_worker): Access the current UI's async
4713         field instead of the interpreter_async global.
4714         * inf-loop.c (inferior_event_handler): Likewise.
4715         * infcall.c (run_inferior_call): Likewise.
4716         * infrun.c (reinstall_readline_callback_handler_cleanup)
4717         (fetch_inferior_event): Likewise.
4718         * interps.c (interpreter_async): Delete.
4719         (struct ui_interp_info): New.
4720         (get_current_interp_info): New function.
4721         (interp_list, current_interpreter, top_level_interpreter_ptr):
4722         Delete.
4723         (interp_add, interp_set, interp_lookup, interp_ui_out)
4724         (current_interp_set_logging, interp_set_temp)
4725         (current_interp_named_p): Adjust to per-UI interpreters.
4726         (command_interpreter): Delete.
4727         (command_interp, current_interp_command_loop, interp_quiet_p)
4728         (interp_exec, interpreter_exec_cmd, interpreter_completer)
4729         (top_level_interpreter, top_level_interpreter_data): Adjust to
4730         per-UI interpreters.
4731         * interps.h (interpreter_async): Delete.
4732         * main.c (captured_command_loop): Access the current UI's async
4733         field instead of the interpreter_async global.
4734         * python/python.c (python_interactive_command, python_command)
4735         (execute_gdb_command): Likewise.
4736         * top.c (maybe_wait_sync_command_done, execute_command_to_string):
4737         Access the current UI's async field instead of the
4738         interpreter_async global.
4739         * top.h (struct tl_interp_info): Forward declare.
4740         (struct ui) <interp_info, async>: New fields.
4741
4742 2016-06-21  Pedro Alves  <palves@redhat.com>
4743
4744         * main.c (gdb_stdout, gdb_stderr, gdb_stdlog, gdb_stdin): Delete
4745         globals.
4746         (gen_ret_current_ui_field_ptr): New macro.  Use it to generate
4747         wrappers for gdb_stdout, gdb_stderr, gdb_stdlog and gdb_stdin.
4748         * top.h (struct ui) <m_gdb_stdout, m_gdb_stdin, m_gdb_stderr,
4749         m_gdb_stdlog>: New fields.
4750         (current_ui_gdb_stdout_ptr, current_ui_gdb_stdin_ptr)
4751         (current_ui_gdb_stderr_ptr, current_ui_gdb_stdlog_ptr): Declare.
4752         (gdb_stdout, gdb_stdin, gdb_stderr, gdb_stdlog): Reimplement as
4753         macros.
4754
4755 2016-06-21  Pedro Alves  <palves@redhat.com>
4756
4757         * event-top.c: Update readline-related comments.
4758         (input_handler, call_readline): Delete globals.
4759         (gdb_rl_callback_handler): Call the current UI's input_handler
4760         method.
4761         (change_line_handler): Adjust to set current UI's properties
4762         instead of globals.
4763         (current_ui_, current_ui): New globals.
4764         (get_command_line_buffer): Rewrite to refer to the current UI.
4765         (stdin_event_handler): Adjust to call the call_readline method of
4766         the current UI.
4767         (gdb_readline_no_editing_callback): Adjust to call the current UI's
4768         input_handler method.
4769         (gdb_setup_readline): Adjust to set current UI's properties
4770         instead of globals.
4771         * event-top.h (call_readline, input_handler): Delete declarations.
4772         * mi/mi-interp.c (mi_interpreter_resume): Adjust to set current
4773         UI's properties instead of globals.
4774         * top.c (gdb_readline_wrapper_cleanup): Adjust to set current UI's
4775         properties instead of globals.
4776         (gdb_readline_wrapper): Adjust to call and set current UI's
4777         methods instead of globals.
4778         * top.h: Include buffer.h and event-loop.h.
4779         (struct ui): New struct.
4780         (current_ui): New declaration.
4781
4782 2016-06-21  Pedro Alves  <palves@redhat.com>
4783
4784         * ada-lang.c (ada_exception_name_addr_1): Add comment.
4785         (print_it_exception): Select the current frame.
4786
4787 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
4788
4789         * Makefile.in (ALL_TARGET_OBS): Add nds32-tdep.o.
4790         (HFILES_NO_SRCDIR): Add nds32-tdep.h.
4791         (ALLDEPFILES): Add nds32-tdep.c.
4792         * NEWS: Mention new NDS32 port.
4793         * configure.tgt: Add NDS32.
4794         * nds32-tdep.c: New file.
4795         * nds32-tdep.h: New file.
4796         * features/Makefile (XMLTOC): Add nds32.xml.
4797         * features/nds32-core.xml: New file.
4798         * features/nds32-fpu.xml: New file.
4799         * features/nds32-system.xml: New file.
4800         * features/nds32.c: New file (generated).
4801         * features/nds32.xml: New file.
4802
4803 2016-06-14  John Baldwin  <jhb@FreeBSD.org>
4804
4805         * v850-tdep.c (v850_use_struct_convention): Trim type length checks.
4806
4807 2016-06-14  John Baldwin  <jhb@FreeBSD.org>
4808
4809         * tui/tui-stack.c (tui_show_frame_info): Fix type mismatch.
4810
4811 2016-06-14  John Baldwin  <jhb@FreeBSD.org>
4812
4813         * rs6000-tdep.c (ppc_process_record_op31): Initialize ra.
4814
4815 2016-06-13  Nick Clifton  <nickc@redhat.com>
4816
4817         * gdbtypes.c (replace_type): Fix assertion.
4818
4819 2016-06-10  Tom Tromey  <tom@tromey.com>
4820
4821         * gdbtypes.c (arch_type, arch_integer_type, arch_character_type)
4822         (arch_boolean_type, arch_float_type, arch_complex_type)
4823         (arch_flags_type, append_flags_type_field)
4824         (append_flags_type_flag, arch_composite_type)
4825         (append_composite_type_field_raw)
4826         (append_composite_type_field_aligned)
4827         (append_composite_type_field): Make "name" parameter const.
4828         * gdbtypes.h (arch_type, arch_integer_type, arch_character_type)
4829         (arch_boolean_type, arch_float_type, arch_complex_type)
4830         (append_composite_type_field, append_composite_type_field_aligned)
4831         (append_composite_type_field_raw, arch_flags_type)
4832         (append_flags_type_field, append_flags_type_flag): Constify.
4833
4834 2016-06-10  Tom Tromey  <tom@tromey.com>
4835
4836         PR rust/20110:
4837         * rust-exp.y (lex_number): Don't truncate large numbers to i32.
4838
4839 2016-06-10  Tom Tromey  <tom@tromey.com>
4840
4841         * Makefile.in (COMMON_OBS): Remove rust-exp.o.
4842         (YYFILES): Add rust-exp.c.
4843         (YYOBJ): Add rust-exp.o.
4844         (local-maintainer-clean): Remove rust-exp.c.
4845
4846 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
4847
4848         * NEWS: Mention that GDB now supports a negative repeat count in
4849         the 'x' command.
4850         * printcmd.c (decode_format): Allow '-' in the parameter
4851         "string_ptr" to accept a negative repeat count.
4852         (find_instruction_backward): New function.
4853         (read_memory_backward): New function.
4854         (integer_is_zero): New function.
4855         (find_string_backward): New function.
4856         (do_examine): Use new functions to examine memory backward.
4857         (_initialize_printcmd): Mention that 'x' command supports a negative
4858         repeat count.
4859
4860 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
4861
4862         * MAINTAINERS (Write After Approval): Add Toshihito Kikuchi.
4863
4864 2016-06-09  Tom Tromey  <tom@tromey.com>
4865
4866         PR python/19819:
4867         * python/py-xmethods.c (invoke_method_name)
4868         (py_get_result_type_method_name, py_invoke_method_name): Remove.
4869         (gdbpy_initialize_xmethods): Don't initialize
4870         py_invoke_method_name, py_get_result_type_method_name.
4871
4872 2016-06-07  Simon Marchi  <simon.marchi@ericsson.com>
4873
4874         * mi/mi-interp.c (mi_record_changed): Add missing braces.
4875
4876 2016-06-07  Bernhard Heckel  <bernhard.heckel@intel.com>
4877
4878         * findvar.c (follow_static_link): Check for valid pointer.
4879
4880 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
4881
4882         * NEWS: Mention the new fields in =record-started.
4883         * common/btrace-common.h (btrace_format_short_string): New function
4884         declaration.
4885         * common/btrace-common.c (btrace_format_short_string): New
4886         function.
4887         * mi/mi-interp.c (mi_record_changed): Output method and format
4888         fields in the =record-started record.
4889         * record-btrace.c (record_btrace_open): Adapt record_changed
4890         notification.
4891         * record-full.c (record_full_open): Likewise.
4892         * record.c (cmd_record_stop): Likewise.
4893
4894 2016-06-02  Jon Turney  <jon.turney@dronecode.org.uk>
4895
4896         * windows-nat.c (handle_output_debug_string): Return type of
4897         gdb_signal_from_host() is gdb_signal, not an int.
4898         (windows_get_exec_module_filename): Add pointer casts for C++.
4899
4900 2016-06-02  Tom Tromey  <tom@tromey.com>
4901
4902         PR python/18984:
4903         * python/python.c (gdbpy_solib_name): Use GDB_PY_LLU_ARG.
4904
4905 2016-06-01  Pedro Alves  <palves@redhat.com>
4906
4907         * remote-fileio.c (remote_fio_ctrl_c_flag, remote_fio_sa)
4908         (remote_fio_osa)
4909         (remote_fio_ofunc, remote_fileio_sig_init, remote_fileio_sig_set)
4910         (remote_fileio_sig_exit, remote_fileio_ctrl_c_signal_handler):
4911         Delete.
4912         (remote_fileio_o_quit_handler): New global.
4913         (remote_fileio_quit_handler): New function.
4914         (remote_fileio_reply): Check the quit flag instead of the custom
4915         'remote_fio_ctrl_c_flag' flag.  Restore the quit handler instead
4916         of changing the SIGINT handler.
4917         (do_remote_fileio_request): Override the quit handler instead of
4918         changing the SIGINT handler.
4919
4920 2016-06-01  Nick Clifton  <nickc@redhat.com>
4921
4922         * common/common-utils.c (xmalloc_failed): New function.  Provided
4923         so that the version in libiberty is not linked in.
4924
4925 2016-06-01  Markus Metzger  <markus.t.metzger@intel.com>
4926
4927         * infcmd.c (skip_finish_frames): New.
4928         (finish_command): Call skip_finish_frames.
4929
4930 2016-06-01  Yao Qi  <yao.qi@linaro.org>
4931
4932         PR remote/19998
4933         * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Call
4934         quit_serial_event_set.
4935
4936 2016-06-01  Joel Brobecker  <brobecker@adacore.com>
4937
4938         GDB 7.11.1 released.
4939
4940 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
4941
4942         PR c++/19893
4943         * dwarf2loc.c (coerce_pieced_ref, indirect_synthetic_pointer,
4944         fetch_const_value_from_synthetic_pointer): New functions.
4945         (indirect_pieced_value): Move lower half to indirect_synthetic_pointer.
4946         (pieced_value_funcs): Implement coerce_ref.
4947         * valops.c (value_addr): Call coerce_ref for synthetic references.
4948         * valprint.c (valprint_check_validity): Return true for synthetic
4949         references.  Also, don't show "<synthetic pointer>" if they reference
4950         addressable values.
4951         (generic_val_print_ref): Handle synthetic references.  Also move some
4952         code to print_ref_address.
4953         (print_ref_address, get_value_addr_contents): New functions.
4954
4955 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4956
4957         PR c++/15231
4958         * dwarf2read.c (enum pc_bounds_kind): Add PC_BOUNDS_INVALID.
4959         (process_psymtab_comp_unit_reader, read_func_scope): Adjust callers.
4960         (read_lexical_block_scope): Import DIEs from bare DW_TAG_lexical_block.
4961         (read_call_site_scope): Adjust callers.
4962         (dwarf2_get_pc_bounds): Implement pc_bounds_invalid.
4963         (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
4964
4965 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
4966
4967         Code cleanup: dwarf2_get_pc_bounds: -1/0/+1 -> enum
4968         * dwarf2read.c (enum pc_bounds_kind) New.
4969         (dwarf2_get_pc_bounds): Use it in the declaration.
4970         (process_psymtab_comp_unit_reader): Adjust caller.  Rename has_pc_info
4971         to cu_bounds_kind.
4972         (read_func_scope, read_lexical_block_scope, read_call_site_scope):
4973         Adjust callers.
4974         (dwarf2_get_pc_bounds): Use enum pc_bounds_kind in the definition.
4975         (dwarf2_get_subprogram_pc_bounds, get_scope_pc_bounds): Adjust callers.
4976
4977 2016-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4978
4979         * NEWS (QCatchSyscalls): Remove the parameter.  Include ...
4980         (QCatchSyscalls:1 in qSupported) ... this separate entry which got
4981         deleted.
4982
4983 2016-05-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
4984
4985         * NEWS (N stop reply): Remove empty line.
4986
4987 2016-05-28  Alan Modra  <amodra@gmail.com>
4988
4989         * compile/compile-object-load.c (link_callbacks_multiple_definition,
4990         link_callbacks_warning, link_callbacks_undefined_symbol,
4991         link_callbacks_undefined_symbol, link_callbacks_reloc_overflow,
4992         link_callbacks_reloc_dangerous,
4993         link_callbacks_unattached_reloc): Return void.
4994
4995 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
4996
4997         * opencl-lang.c (evaluate_subexp_opencl): If
4998         EVAL_AVOID_SIDE_EFFECTS mode, forward the VALUE_LVAL attribute to
4999         the returned value in the STRUCTOP_STRUCT case.
5000
5001 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
5002
5003         * eval.c (evaluate_subexp_standard): If EVAL_AVOID_SIDE_EFFECTS
5004         mode, forward the VALUE_LVAL attribute to the returned value in
5005         the STRUCTOP_PTR case.
5006
5007 2016-05-25  Tom Tromey  <tom@tromey.com>
5008
5009         * python/py-value.c (value_object_as_number): Use correct spelling
5010         of HAVE_LIBPYTHON2_4.
5011
5012 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
5013
5014         * f-typeprint.c (f_type_print_base): Replace 0 by show.
5015
5016 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
5017
5018         * f-typeprint.c (f_type_print_base): Decrease show by one.
5019
5020 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
5021
5022         * f-typeprint.c (f_type_print_base): Don't print fields when show < 0.
5023
5024 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
5025
5026         * f-typeprint.c (f_type_print_base): Take print level into account.
5027
5028 2016-05-24  Tom Tromey  <tom@tromey.com>
5029
5030         PR python/17386:
5031         * python/py-value.c (value_object_as_number): Add
5032         nb_inplace_floor_divide, nb_inplace_true_divide, nb_index.
5033
5034 2016-05-24  Tom Tromey  <tom@tromey.com>
5035
5036         * python/py-value.c (value_object_as_number): Add
5037         nb_inplace_divide for Python 2.
5038
5039 2016-05-23  Tom Tromey  <tom@tromey.com>
5040
5041         PR python/17981:
5042         * python/py-breakpoint.c (gdbpy_breakpoints): Return a new tuple
5043         when there are no breakpoints.
5044
5045 2016-05-24  Pedro Alves  <palves@redhat.com>
5046
5047         PR gdb/19828
5048         * linux-nat.c (attach_proc_task_lwp_callback): Mark the lwp
5049         resumed, and add the thread to GDB's thread list.
5050
5051 2016-05-24  Pedro Alves  <palves@redhat.com>
5052
5053         PR gdb/19828
5054         * linux-nat.c (get_pending_status): If the thread reported the
5055         event to the core and it's pending, use the pending status signal
5056         number.
5057
5058 2016-05-24  Pedro Alves  <palves@redhat.com>
5059
5060         PR gdb/19828
5061         * linux-nat.c (lwp_lwpid_htab): New htab.
5062         (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
5063         (lwp_lwpid_htab_add_lwp): New functions.
5064         (lwp_list): Tweak comment.
5065         (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
5066         functions.
5067         (purge_lwp_list): Rewrite, using htab_traverse_noresize.
5068         (add_initial_lwp): Add lwp to htab too.  Use lwp_list_add.
5069         (delete_lwp): Use lwp_list_remove.  Remove htab too.
5070         (find_lwp_pid): Search in htab.
5071         (_initialize_linux_nat): Call lwp_lwpid_htab_create.
5072         * linux-nat.h (struct lwp_info) <prev>: New field.
5073
5074 2016-05-24  Pedro Alves  <palves@redhat.com>
5075
5076         PR gdb/19828
5077         * linux-nat.c (lwp_lwpid_htab): New htab.
5078         (lwp_info_hash, lwp_lwpid_htab_eq, lwp_lwpid_htab_create)
5079         (lwp_lwpid_htab_add_lwp): New functions.
5080         (lwp_list): Tweak comment.
5081         (lwp_list_add, lwp_list_remove, lwp_lwpid_htab_remove_pid): New
5082         functions.
5083         (purge_lwp_list): Rewrite, using htab_traverse_noresize.
5084         (add_initial_lwp): Add lwp to htab too.  Use lwp_list_add.
5085         (delete_lwp): Use lwp_list_remove.  Remove htab too.
5086         (find_lwp_pid): Search in htab.
5087         (_initialize_linux_nat): Call lwp_lwpid_htab_create.
5088         * linux-nat.h (struct lwp_info) <prev>: New field.
5089
5090 2016-05-24  Pedro Alves  <palves@redhat.com>
5091
5092         PR gdb/19828
5093         * linux-nat.c (linux_resume_one_lwp_throw): Clear the LWP's core
5094         field.
5095         (linux_nat_update_thread_list): Don't fetch the core if already
5096         known.
5097
5098 2016-05-24  Pedro Alves  <palves@redhat.com>
5099
5100         PR gdb/19828
5101         * linux-tdep.c (find_mapping_size): Delete.
5102         (linux_vsyscall_range_raw): Rewrite reading from
5103         /proc/PID/task/PID/maps directly instead of using
5104         gdbarch_find_memory_regions.
5105
5106 2016-05-24  Pedro Alves  <palves@redhat.com>
5107
5108         PR gdb/19828
5109         * linux-nat.c (report_thread_events): New global.
5110         (linux_handle_extended_wait): Report
5111         TARGET_WAITKIND_THREAD_CREATED if thread event reporting is
5112         enabled.
5113         (wait_lwp, linux_nat_filter_event): Report all thread exits if
5114         thread event reporting is enabled.  Remove comment.
5115         (filter_exit_event): New function.
5116         (linux_nat_wait_1): Use it.
5117         (linux_nat_thread_events): New function.
5118         (linux_nat_add_target): Install it as target_thread_events method.
5119
5120 2016-05-24  Yan-Ting Lin  <currygt52@gmail.com>
5121
5122         * MAINTAINERS (Write After Approval): Add "Yan-Ting Lin".
5123
5124 2016-05-23  Yao Qi  <yao.qi@arm.com>
5125
5126         * arch-utils.c (default_code_of_frame_writable): New function.
5127         * arch-utils.h (default_code_of_frame_writable): Declare.
5128         * arm-tdep.c (arm_code_of_frame_writable): New function.
5129         (arm_gdbarch_init): Install gdbarch method
5130         code_of_frame_writable if the target is M-profile.
5131         * frame.c (skip_unwritable_frames): New function.
5132         * frame.h (skip_unwritable_frames): Declare.
5133         * gdbarch.sh (code_of_frame_writable): New.
5134         * gdbarch.c, gdbarch.h: Re-generated.
5135         * infcmd.c (finish_command): Call skip_unwritable_frames.
5136
5137 2016-05-23  Tom Tromey  <tom@tromey.com>
5138
5139         PR python/19438, PR python/18393:
5140         * python/py-objfile.c (objfpy_initialize): Initialize self->dict.
5141         * python/py-progspace.c (pspy_initialize): Initialize self->dict.
5142
5143 2016-05-23  Gary Benson  <gbenson@redhat.com>
5144
5145         * nat/gdb_thread_db.h (td_thr_validate_ftype): Remove typedef.
5146         * linux-thread-db.c (struct thread_db_info) <td_thr_validate_p>:
5147         Remove field.
5148         (try_thread_db_load_1): Remove td_thr_validate initialization.
5149
5150 2016-05-23  Jon Boden  <jon@ubuntubsd.org>  (tiny change)
5151
5152         * configure.ac: Search for libutil-freebsd as alternative to libutil.
5153         * configure: Re-generated.
5154
5155 2016-05-19  Andreas Schwab  <schwab@suse.de>
5156
5157         * ia64-libunwind-tdep.c (libunwind_descr): Add cast from void *.
5158         (libunwind_frame_set_descr): Likewise.
5159         (libunwind_frame_cache): Likewise.
5160         (libunwind_frame_dealloc_cache): Likewise.
5161         (libunwind_frame_sniffer): Likewise.
5162         (libunwind_search_unwind_table): Likewise.
5163         (libunwind_sigtramp_frame_sniffer): Likewise.
5164         (libunwind_get_reg_special): Likewise.
5165         (libunwind_load): Likewise.
5166         * ia64-linux-nat.c (ia64_linux_fetch_register): Likewise.
5167         (ia64_linux_store_register): Likewise.
5168         (ia64_linux_xfer_partial): Likewise.
5169         * ia64-tdep.c (ia64_access_reg): Likewise.
5170         (ia64_access_fpreg): Likewise.
5171         (ia64_access_rse_reg): Likewise.
5172         (ia64_access_rse_fpreg): Likewise.
5173
5174 2016-05-18  Tom Tromey  <tom@tromey.com>
5175
5176         * rust-lang.c (rust_subscript): Initialize "high".
5177
5178 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5179
5180         PR gdb/20045
5181         * mi/mi-main.c (mi_on_resume): Call target_can_async_p instead
5182         of target_is_async_p.
5183
5184 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
5185
5186         PR gdb/18077
5187         * mi/mi-main.c (run_one_inferior): Use run target to determine
5188         whether to run async or not.
5189         (mi_cmd_exec_run): Likewise.
5190
5191 2016-05-17  Tom Tromey  <tom@tromey.com>
5192
5193         * std-operator.def (OP_RANGE): Rename from OP_F90_RANGE.
5194         * rust-lang.c: Don't include f-lang.h.
5195         (rust_range, rust_compute_range, rust_subscript)
5196         (rust_evaluate_subexp): Update.
5197         * rust-exp.y: Don't include f-lang.h.
5198         (ast_range, convert_ast_to_expression): Update.
5199         * parse.c (operator_length_standard): Update.
5200         * f-lang.h (enum f90_range_type): Move to expression.h.
5201         * f-exp.y: Use OP_RANGE.
5202         * expression.h (enum range_type): New enum; renamed from
5203         f90_range_type.
5204         * expprint.c: Don't include f-lang.h.
5205         (print_subexp_standard, dump_subexp_body_standard): Use OP_RANGE.
5206         * eval.c (value_f90_subarray, evaluate_subexp_standard): Update.
5207
5208 2016-05-17  Tom Tromey  <tom@tromey.com>
5209
5210         * NEWS: Add Rust item.
5211
5212 2016-05-17  Tom Tromey  <tom@tromey.com>
5213             Manish Goregaokar <manishsmail@gmail.com>
5214
5215         * symtab.c (symbol_find_demangled_name): Handle Rust.
5216         * symfile.c (init_filename_language_table): Treat ".rs" as Rust.
5217         * std-operator.def (STRUCTOP_ANONYMOUS, OP_RUST_ARRAY): New
5218         constants.
5219         * rust-lang.h: New file.
5220         * rust-lang.c: New file.
5221         * rust-exp.y: New file.
5222         * dwarf2read.c (read_file_scope): Add Rust producer sniffing.
5223         (dwarf2_compute_name, read_func_scope, read_structure_type)
5224         (read_base_type, read_subrange_type, set_cu_language)
5225         (new_symbol_full, determine_prefix): Handle Rust.
5226         * defs.h (enum language) <language_rust>: New constant.
5227         * Makefile.in (SFILES): Add rust-exp.y, rust-lang.c.
5228         (COMMON_OBS): Add rust-exp.o, rust-lang.o.
5229
5230 2016-05-17  Tom Tromey  <tom@tromey.com>
5231
5232         * valprint.h (struct generic_val_print_array) <array_start,
5233         array_end>: New fields.
5234         * valprint.c (generic_val_print_array): Add "decorations"
5235         parameter.  Use "array_start", "array_end".
5236         (generic_val_print) <TYPE_CODE_ARRAY>: Update.
5237         * p-valprint.c (p_decorations): Update.
5238         * m2-valprint.c (m2_decorations): Update.
5239         * f-valprint.c (f_decorations): Update.
5240         * c-valprint.c (c_decorations): Update.
5241
5242 2016-05-17  Tom Tromey  <tom@tromey.com>
5243
5244         * NEWS: Add "maint selftest" entry.
5245         * selftest.h: New file.
5246         * selftest.c: New file.
5247         * maint.c: Include selftest.h.
5248         (maintenance_selftest): New function.
5249         (_initialize_maint_cmds): Add "maint selftest" command.
5250         * configure.ac (GDB_SELF_TEST): Maybe define.
5251         * config.in, configure: Rebuild.
5252         * Makefile.in (SFILES): Add selftest.c.
5253         (COMMON_OBS): Add selftest.o.
5254
5255 2016-05-17  Tom Tromey  <tom@tromey.com>
5256
5257         * expprint.c: Include f-lang.h.
5258         (print_subexp_standard, dump_subexp_body_standard): Handle
5259         OP_F90_RANGE.
5260
5261 2016-05-17  Tom Tromey  <tom@tromey.com>
5262
5263         * Makefile.in (init.c): Search .y files for initialization
5264         functions.
5265
5266 2016-05-12  Doug Evans  <dje@google.com>
5267
5268         PR symtab/19999
5269         * dwarf2loc.c (dwarf2_find_location_expression): For DWO files still
5270         add base_offset.
5271
5272 2016-05-10  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
5273
5274         * iq2000-tdep.c (iq2000_scan_prologue): Remove if that shouldn't guard
5275         anything.
5276         * linespec.c (add_sal_to_sals): Restore call to symtab_to_fullname.
5277
5278 2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5279
5280         * arm-tdep.c (arm_elf_make_msymbol_special): Use
5281         ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
5282
5283 2016-05-07  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
5284
5285         * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Remove unused
5286         variables.
5287         * aarch64-tdep.c (aarch64_skip_prologue): Likewise.
5288         (aarch64_scan_prologue): Likewise.
5289         (aarch64_prologue_prev_register): Likewise.
5290         (aarch64_dwarf2_prev_register): Likewise.
5291         (pass_in_v): Likewise.
5292         (aarch64_push_dummy_call): Likewise.
5293         (aarch64_breakpoint_from_pc): Likewise.
5294         (aarch64_return_in_memory): Likewise.
5295         (aarch64_return_value): Likewise.
5296         (aarch64_displaced_step_b_cond): Likewise.
5297         (aarch64_displaced_step_cb): Likewise.
5298         (aarch64_displaced_step_tb): Likewise.
5299         (aarch64_gdbarch_init): Likewise.
5300         (aarch64_process_record): Likewise.
5301         * alpha-mdebug-tdep.c (alpha_mdebug_init_abi): Likewise.
5302         * alpha-tdep.c (_initialize_alpha_tdep): Likewise.
5303         * amd64-dicos-tdep.c (amd64_dicos_init_abi): Likewise.
5304         * amd64-linux-tdep.c (amd64_dtrace_parse_probe_argument): Likewise.
5305         * amd64-tdep.c (fixup_riprel): Likewise.
5306         * amd64-windows-tdep.c (amd64_windows_frame_decode_epilogue): Likewise.
5307         (amd64_windows_frame_decode_insns): Likewise.
5308         (amd64_windows_frame_cache): Likewise.
5309         (amd64_windows_frame_prev_register): Likewise.
5310         (amd64_windows_frame_this_id): Likewise.
5311         (amd64_windows_init_abi): Likewise.
5312         * arm-linux-tdep.c (arm_linux_get_syscall_number): Likewise.
5313         (arm_linux_get_next_pcs_syscall_next_pc): Likewise.
5314         * arm-symbian-tdep.c (arm_symbian_init_abi): Likewise.
5315         * arm-tdep.c (arm_make_epilogue_frame_cache): Likewise.
5316         (arm_epilogue_frame_prev_register): Likewise.
5317         (arm_record_vdata_transfer_insn): Likewise.
5318         (arm_record_exreg_ld_st_insn): Likewise.
5319         * auto-load.c (execute_script_contents): Likewise.
5320         (print_scripts): Likewise.
5321         * avr-tdep.c (avr_frame_prev_register): Likewise.
5322         (avr_push_dummy_call): Likewise.
5323         * bfin-linux-tdep.c (bfin_linux_sigframe_init): Likewise.
5324         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
5325         * blockframe.c (find_pc_partial_function_gnu_ifunc): Likewise.
5326         * break-catch-throw.c (fetch_probe_arguments): Likewise.
5327         * breakpoint.c (breakpoint_xfer_memory): Likewise.
5328         (breakpoint_init_inferior): Likewise.
5329         (breakpoint_inserted_here_p): Likewise.
5330         (software_breakpoint_inserted_here_p): Likewise.
5331         (hardware_breakpoint_inserted_here_p): Likewise.
5332         (bpstat_what): Likewise.
5333         (break_range_command): Likewise.
5334         (save_breakpoints): Likewise.
5335         * coffread.c (coff_symfile_read): Likewise.
5336         * cris-tdep.c (cris_push_dummy_call): Likewise.
5337         (cris_scan_prologue): Likewise.
5338         (cris_register_size): Likewise.
5339         (_initialize_cris_tdep): Likewise.
5340         * d-exp.y: Likewise.
5341         * dbxread.c (dbx_read_symtab): Likewise.
5342         (process_one_symbol): Likewise.
5343         (coffstab_build_psymtabs): Likewise.
5344         (elfstab_build_psymtabs): Likewise.
5345         * dicos-tdep.c (dicos_init_abi): Likewise.
5346         * disasm.c (do_mixed_source_and_assembly): Likewise.
5347         (gdb_disassembly): Likewise.
5348         * dtrace-probe.c (dtrace_process_dof): Likewise.
5349         * dwarf2read.c (error_check_comp_unit_head): Likewise.
5350         (build_type_psymtabs_1): Likewise.
5351         (skip_one_die): Likewise.
5352         (process_imported_unit_die): Likewise.
5353         (dwarf2_physname): Likewise.
5354         (read_file_scope): Likewise.
5355         (setup_type_unit_groups): Likewise.
5356         (create_dwo_cu_reader): Likewise.
5357         (create_dwo_cu): Likewise.
5358         (create_dwo_unit_in_dwp_v1): Likewise.
5359         (create_dwo_unit_in_dwp_v2): Likewise.
5360         (lookup_dwo_unit_in_dwp): Likewise.
5361         (free_dwo_file): Likewise.
5362         (check_producer): Likewise.
5363         (dwarf2_add_typedef): Likewise.
5364         (dwarf2_add_member_fn): Likewise.
5365         (read_unsigned_leb128): Likewise.
5366         (read_signed_leb128): Likewise.
5367         (dwarf2_const_value): Likewise.
5368         (follow_die_sig_1): Likewise.
5369         (dwarf_decode_macro_bytes): Likewise.
5370         * extension.c (restore_active_ext_lang): Likewise.
5371         * frv-linux-tdep.c (frv_linux_sigtramp_frame_cache): Likewise.
5372         * ft32-tdep.c (ft32_analyze_prologue): Likewise.
5373         * gdbtypes.c (lookup_typename): Likewise.
5374         (resolve_dynamic_range): Likewise.
5375         (check_typedef): Likewise.
5376         * h8300-tdep.c (h8300_is_argument_spill): Likewise.
5377         (h8300_gdbarch_init): Likewise.
5378         * hppa-tdep.c (hppa32_push_dummy_call): Likewise.
5379         (hppa_frame_this_id): Likewise.
5380         (_initialize_hppa_tdep): Likewise.
5381         * hppanbsd-tdep.c (hppanbsd_sigtramp_cache_init): Likewise.
5382         * hppaobsd-tdep.c (hppaobsd_supply_fpregset): Likewise.
5383         * i386-dicos-tdep.c (i386_dicos_init_abi): Likewise.
5384         * i386-tdep.c (i386_bnd_type): Likewise.
5385         (i386_gdbarch_init): Likewise.
5386         (i386_mpx_bd_base): Likewise.
5387         * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Likewise.
5388         * i386obsd-tdep.c (i386obsd_elf_init_abi): Likewise.
5389         * ia64-tdep.c (examine_prologue): Likewise.
5390         (ia64_frame_cache): Likewise.
5391         (ia64_push_dummy_call): Likewise.
5392         * infcmd.c (finish_command_fsm_async_reply_reason): Likewise.
5393         (default_print_one_register_info): Likewise.
5394         * infrun.c (infrun_thread_ptid_changed): Likewise.
5395         (thread_still_needs_step_over): Likewise.
5396         (stop_all_threads): Likewise.
5397         (restart_threads): Likewise.
5398         (keep_going_stepped_thread): Likewise.
5399         * iq2000-tdep.c (iq2000_scan_prologue): Likewise.
5400         * language.c (language_init_primitive_type_symbols): Likewise.
5401         * linespec.c (add_sal_to_sals): Likewise.
5402         * linux-nat.c (status_callback): Likewise.
5403         (kill_unfollowed_fork_children): Likewise.
5404         (linux_nat_kill): Likewise.
5405         * linux-tdep.c (linux_fill_prpsinfo): Likewise.
5406         * linux-thread-db.c (thread_db_notice_clone): Likewise.
5407         (record_thread): Likewise.
5408         * location.c (string_to_event_location_basic): Likewise.
5409         * m32c-tdep.c (m32c_prev_register): Likewise.
5410         * m32r-linux-tdep.c (m32r_linux_init_abi): Likewise.
5411         * m32r-tdep.c (decode_prologue): Likewise.
5412         * m68klinux-tdep.c (m68k_linux_sigtramp_frame_cache): Likewise.
5413         * machoread.c (macho_symtab_read): Likewise.
5414         (macho_symfile_read): Likewise.
5415         (macho_symfile_offsets): Likewise.
5416         * maint.c (set_per_command_cmd): Likewise.
5417         * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
5418         (mi_cmd_stack_list_variables): Likewise.
5419         * mi/mi-main.c (mi_cmd_exec_run): Likewise.
5420         (output_register): Likewise.
5421         (mi_cmd_execute): Likewise.
5422         (mi_cmd_trace_define_variable): Likewise.
5423         (print_variable_or_computed): Likewise.
5424         * minsyms.c (prim_record_minimal_symbol_full): Likewise.
5425         * mn10300-tdep.c (mn10300_frame_prev_register): Likewise.
5426         * msp430-tdep.c (msp430_pseudo_register_write): Likewise.
5427         * mt-tdep.c (mt_registers_info): Likewise.
5428         * nios2-tdep.c (nios2_analyze_prologue): Likewise.
5429         (nios2_push_dummy_call): Likewise.
5430         (nios2_frame_unwind_cache): Likewise.
5431         (nios2_stub_frame_cache): Likewise.
5432         (nios2_stub_frame_sniffer): Likewise.
5433         (nios2_gdbarch_init): Likewise.
5434         * ppc-ravenscar-thread.c: Likewise.
5435         * ppcfbsd-tdep.c (ppcfbsd_sigtramp_frame_cache): Likewise.
5436         * python/py-evts.c (add_new_registry): Likewise.
5437         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
5438         (bpfinishpy_detect_out_scope_cb): Likewise.
5439         * python/py-framefilter.c (py_print_value): Likewise.
5440         * python/py-inferior.c (infpy_write_memory): Likewise.
5441         * python/py-infevents.c (create_inferior_call_event_object): Likewise.
5442         * python/py-infthread.c (thpy_get_ptid): Likewise.
5443         * python/py-linetable.c (ltpy_get_pcs_for_line): Likewise.
5444         (ltpy_get_all_source_lines): Likewise.
5445         (ltpy_is_valid): Likewise.
5446         (ltpy_iternext): Likewise.
5447         * python/py-symtab.c (symtab_and_line_to_sal_object): Likewise.
5448         * python/py-unwind.c (pyuw_object_attribute_to_pointer): Likewise.
5449         (unwind_infopy_str): Likewise.
5450         * python/py-varobj.c (py_varobj_get_iterator): Likewise.
5451         * ravenscar-thread.c (ravenscar_inferior_created): Likewise.
5452         * rs6000-aix-tdep.c (rs6000_push_dummy_call): Likewise.
5453         * rs6000-lynx178-tdep.c (rs6000_lynx178_push_dummy_call): Likewise.
5454         * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Likewise.
5455         * s390-linux-tdep.c (s390_supply_tdb_regset): Likewise.
5456         (s390_frame_prev_register): Likewise.
5457         (s390_dwarf2_frame_init_reg): Likewise.
5458         (s390_record_vr): Likewise.
5459         (s390_process_record): Likewise.
5460         * score-tdep.c (score_push_dummy_call): Likewise.
5461         (score3_analyze_prologue): Likewise.
5462         * sh-tdep.c (sh_extract_return_value_nofpu): Likewise.
5463         * sh64-tdep.c (sh64_analyze_prologue): Likewise.
5464         (sh64_push_dummy_call): Likewise.
5465         (sh64_extract_return_value): Likewise.
5466         (sh64_do_fp_register): Likewise.
5467         * solib-aix.c (solib_aix_get_section_offsets): Likewise.
5468         * solib-darwin.c (darwin_read_exec_load_addr_from_dyld): Likewise.
5469         (darwin_solib_read_all_image_info_addr): Likewise.
5470         * solib-dsbt.c (enable_break): Likewise.
5471         * solib-frv.c (enable_break2): Likewise.
5472         (frv_fdpic_find_canonical_descriptor): Likewise.
5473         * solib-svr4.c (svr4_handle_solib_event): Likewise.
5474         * sparc-tdep.c (sparc_skip_stack_check): Likewise.
5475         * sparc64-linux-tdep.c (sparc64_linux_get_longjmp_target): Likewise.
5476         * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
5477         * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
5478         * stack.c (read_frame_local): Likewise.
5479         * symfile.c (symbol_file_add_separate): Likewise.
5480         (remove_symbol_file_command): Likewise.
5481         * symmisc.c (maintenance_print_one_line_table): Likewise.
5482         * symtab.c (symbol_cache_flush): Likewise.
5483         (basic_lookup_transparent_type): Likewise.
5484         (sort_search_symbols_remove_dups): Likewise.
5485         * target.c (target_memory_map): Likewise.
5486         (target_detach): Likewise.
5487         (target_resume): Likewise.
5488         (acquire_fileio_fd): Likewise.
5489         (target_store_registers): Likewise.
5490         * thread.c (print_thread_info_1): Likewise.
5491         * tic6x-tdep.c (tic6x_analyze_prologue): Likewise.
5492         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Likewise.
5493         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
5494         (tilegx_analyze_prologue): Likewise.
5495         (tilegx_stack_frame_destroyed_p): Likewise.
5496         (tilegx_frame_cache): Likewise.
5497         * tracefile.c (trace_save): Likewise.
5498         * tracepoint.c (encode_actions_and_make_cleanup): Likewise.
5499         (start_tracing): Likewise.
5500         (print_one_static_tracepoint_marker): Likewise.
5501         * tui/tui.c (tui_enable): Likewise.
5502         * valops.c (value_struct_elt_bitpos): Likewise.
5503         (find_overload_match): Likewise.
5504         (find_oload_champ): Likewise.
5505         * value.c (value_contents_copy_raw): Likewise.
5506         * windows-tdep.c (windows_get_tlb_type): Likewise.
5507         * x86-linux-nat.c (x86_linux_enable_btrace): Likewise.
5508         * xcoffread.c (record_minimal_symbol): Likewise.
5509         (scan_xcoff_symtab): Likewise.
5510         * xtensa-tdep.c (execute_code): Likewise.
5511         (xtensa_gdbarch_init): Likewise.
5512         (_initialize_xtensa_tdep): Likewise.
5513
5514 2016-05-04  Ulrich Weigand  <uweigand@de.ibm.com>
5515
5516         * spu-linux-nat.c (spu_bfd_iovec_pread): Add pointer cast for C++.
5517         (spu_bfd_open): Likewise.
5518
5519 2016-05-04  Yao Qi  <yao.qi@linaro.org>
5520
5521         PR gdb/19947
5522         * corefile.c (read_memory): Rename it to ...
5523         (read_memory_object): ... it.  Add parameter object.
5524         (read_memory): Call read_memory_object.
5525         (read_stack): Likewise.
5526         (read_code): Likewise.
5527
5528 2016-05-03  Yunlian Jiang <yunlian@google.com>
5529             Doug Evans  <dje@google.com>
5530
5531         PR symtab/19914
5532         * dwarf2read.c (open_and_init_dwp_file): Look at backlink if objfile
5533         is separate debug file.
5534
5535 2016-05-03  Don Breazeal <donb@codesourcery.com>
5536
5537         * serial.h (gdb_pipe): Fix argument names in comment.
5538
5539 2016-05-03  Pedro Alves <palves@redhat.com>
5540
5541         PR python/20037
5542         * python/python.c (_initialize_python) [IS_PY3K]: xstrdup/xfree
5543         oldloc.
5544
5545 2016-05-03  Pedro Alves <palves@redhat.com>
5546
5547         * python/python.c (_initialize_python) [IS_PY3K]: Remove dead
5548         code.
5549
5550 2016-05-03  Pedro Alves  <palves@redhat.com>
5551
5552         * configure.ac (PYTHON_LIBS): Sed away "-Xlinker -export-dynamic".
5553         * configure: Regenerate.
5554
5555 2016-05-03  Pedro Alves  <palves@redhat.com>
5556
5557         * configure.ac (checking for the dynamic export flag): Add
5558         $PYTHON_CPPFLAGS to CPPFLAGS.
5559         * configure: Regenerate.
5560
5561 2016-05-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5562
5563         * symfile.c (find_pc_overlay): Add braces to avoid -Wparentheses
5564         warning.
5565         (find_pc_mapped_section): Likewise.
5566         (list_overlays_command): Likewise.
5567
5568 2016-05-02  Eli Zaretskii  <eliz@gnu.org>
5569
5570         * windows-nat.c (_initialize_check_for_gdb_ini): Fix off-by-one
5571         error in allocation of space for "$HOME/.gdbinit" string.  This
5572         caused GDB to abort on startup whenever a '~/gdb.ini' file was
5573         actually found, because xsnprintf would hit an assertion
5574         violation.
5575
5576 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
5577
5578         * cli/cli-decode.c (help_cmd_list): Do not list commands that
5579         are deprecated.
5580
5581 2016-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5582
5583         * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
5584
5585 2016-04-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
5586
5587         * c-valprint.c (c_value_print): Always convert val back to reference
5588         type if we converted it to a pointer type.
5589
5590 2016-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5591
5592         * configure.ac: Enhance configure check for babeltrace to reject
5593         non-C++-enabled versions.
5594         * configure: Regenerate.
5595
5596 2016-04-26  Sanimir Agovic  <sanimir.agovic@intel.com>
5597             Keven Boell  <keven.boell@intel.com>
5598             Bernhard Heckel  <bernhard.heckel@intel.com>
5599
5600         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
5601         function.
5602         (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
5603         (f77_print_array_1): Use value_subscript to subscript a
5604         value array.
5605         (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
5606         (f_val_print): Use value_field to construct a field value.
5607
5608 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
5609
5610         * valarith.c (value_address): Resolve dynamic types.
5611
5612 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
5613             Keven Boell  <kevel.boell@intel.com>
5614
5615         * NEWS: Add new supported features for fortran.
5616         * gdbtypes.c (remove_dyn_prop): New.
5617         (resolve_dynamic_struct): Keep type length for fortran structs.
5618         * gdbtypes.h: Forward declaration of new function.
5619         * value.c (value_address): Return dynamic resolved location of a value.
5620         (set_value_component_location): Adjust the value address
5621         for single value prints.
5622         (value_primitive_field): Support value types with a dynamic location.
5623         (set_internalvar): Remove dynamic location property of
5624         internal variables.
5625
5626 2016-04-25  Pedro Alves  <palves@redhat.com>
5627             Yao Qi  <yao.qi@linaro.org>
5628
5629         * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
5630         object.  Insert it if it is not inserted yet.  Increase the
5631         refcount and link it into the proc's raw breakpoint list.
5632
5633 2016-04-25  Yao Qi  <yao.qi@linaro.org>
5634
5635         * breakpoint.c (should_be_inserted): Return 0 if the location's
5636         owner is not single step breakpoint or single step breakpoint's
5637         thread isn't the thread which is stepping past a breakpoint.
5638         * gdbarch.sh (software_single_step): Update comments.
5639         * gdbarch.h: Regenerated.
5640         * infrun.c (struct step_over_info) <thread>: New field.
5641         (set_step_over_info): New argument 'thread'.  Callers updated.
5642         (clear_step_over_info): Set field thread to -1.
5643         (thread_is_stepping_over_breakpoint): New function.
5644         * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
5645
5646 2016-04-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5647
5648         * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
5649         and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
5650
5651 2016-04-22  Yao Qi  <yao.qi@linaro.org>
5652
5653         * valops.c (read_value_memory): New local variable 'stack'.
5654         Set it to either TARGET_OBJECT_STACK_MEMORY or
5655         TARGET_OBJECT_MEMORY.
5656
5657 2016-04-22  Pedro Alves  <palves@redhat.com>
5658
5659         * ada-exp.y: Remove all yy symbol remappings.
5660         (GDB_YY_REMAP_PREFIX): Define.
5661         Include "yy-remap.h".
5662         * ada-lang.c (ada_language_defn): Adjust.
5663         * ada-lang.h (ada_error): Rename to ...
5664         (ada_yyerror): ... this.
5665         * c-exp.y: Remove all yy symbol remappings.
5666         (GDB_YY_REMAP_PREFIX): Define.
5667         Include "yy-remap.h".
5668         * c-lang.c (c_language_defn, cplus_language_defn)
5669         (asm_language_defn, minimal_language_defn): Adjust.
5670         * c-lang.h (c_error): Rename to ...
5671         (c_yyerror): ... this.
5672         * d-exp.y: Remove all yy symbol remappings.
5673         (GDB_YY_REMAP_PREFIX): Define.
5674         Include "yy-remap.h".
5675         * d-lang.c (d_language_defn): Adjust.
5676         * d-lang.h (d_error): Rename to ...
5677         (d_yyerror): ... this.
5678         * f-exp.y: Remove all yy symbol remappings.
5679         (GDB_YY_REMAP_PREFIX): Define.
5680         Include "yy-remap.h".
5681         * f-lang.c (f_language_defn): Adjust.
5682         * f-lang.h (f_error): Rename to ...
5683         (f_yyerror): ... this.
5684         * go-exp.y: Remove all yy symbol remappings.
5685         (GDB_YY_REMAP_PREFIX): Define.
5686         Include "yy-remap.h".
5687         * go-lang.c (go_language_defn): Adjust.
5688         * go-lang.h (go_error): Rename to ...
5689         (go_yyerror): ... this.
5690         * jv-exp.y: Remove all yy symbol remappings.
5691         (GDB_YY_REMAP_PREFIX): Define.
5692         Include "yy-remap.h".
5693         * jv-lang.c (java_language_defn): Adjust.
5694         * jv-lang.h (java_error): Rename to ...
5695         (java_yyerror): ... this.
5696         * m2-exp.y: Remove all yy symbol remappings.
5697         (GDB_YY_REMAP_PREFIX): Define.
5698         Include "yy-remap.h".
5699         * m2-lang.c (m2_language_defn): Adjust.
5700         * m2-lang.h (m2_error): Rename to ...
5701         (m2_yyerror): ... this.
5702         * objc-exp.y: Remove all yy symbol remappings.
5703         (GDB_YY_REMAP_PREFIX): Define.
5704         Include "yy-remap.h".
5705         * objc-lang.c (objc_language_defn): Adjust.
5706         * opencl-lang.c (opencl_language_defn): Adjust.
5707         * p-exp.y: Remove all yy symbol remappings.
5708         (GDB_YY_REMAP_PREFIX): Define.
5709         Include "yy-remap.h".
5710         * p-lang.c (pascal_language_defn): Adjust.
5711         * p-lang.h (pascal_error): Rename to ...
5712         (pascal_yyerror): ... this.
5713         * yy-remap.h: New file.
5714
5715 2016-04-22  Pedro Alves  <palves@redhat.com>
5716
5717         * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
5718         the foreign frames issue.
5719         [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
5720
5721 2016-04-22  Pedro Alves  <palves@redhat.com>
5722
5723         * common/common-exceptions.c (enum catcher_state, struct catcher)
5724         (current_catcher): Define in C++ mode too.
5725         (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
5726         throw_exception.
5727         (throw_exception_sjlj, throw_exception_cxx): New functions,
5728         factored out from throw_exception.
5729         (throw_exception): Reimplement.
5730         * common/common-exceptions.h (exceptions_state_mc_init)
5731         (exceptions_state_mc_action_iter)
5732         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
5733         Declare in C++ mode too.
5734         (TRY): Rename to ...
5735         (TRY_SJLJ): ... this.
5736         (CATCH): Rename to ...
5737         (CATCH_SJLJ): ... this.
5738         (END_CATCH): Rename to ...
5739         (END_CATCH_SJLJ): ... this.
5740         [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
5741         equivalents.
5742         (throw_exception): Update comments.
5743         (throw_exception_sjlj): Declare.
5744         * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
5745         comment.  Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
5746         intercepted exception.
5747         (gdb_rl_callback_handler): New function.
5748         (gdb_rl_callback_handler_install): Always install
5749         gdb_rl_callback_handler as readline callback.
5750
5751 2016-04-22  Pedro Alves  <palves@redhat.com>
5752
5753         * event-top.c (rl_callback_read_char_wrapper): Rename to ...
5754         (gdb_rl_callback_read_char_wrapper): ... this.
5755         (change_line_handler, gdb_setup_readline): Adjust.
5756
5757 2016-04-22  Yao Qi  <yao.qi@linaro.org>
5758
5759         * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
5760         bits 20 to 23.
5761
5762 2016-04-22  Joel Brobecker  <brobecker@adacore.com>
5763
5764         * MAINTAINER: Remove myself as AIX Maintainer.
5765
5766 2016-04-22  Maciej W. Rozycki  <macro@imgtec.com>
5767
5768         * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
5769         `num_regs' to 90 rather than 79.  Where a target description is
5770         present adjust the setting appropriately.
5771
5772 2016-04-21  Pedro Alves  <palves@redhat.com>
5773
5774         * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
5775         (GDB_XCPT): Always define as GDB_XCPT_SJMP.
5776
5777 2016-04-21  Pedro Alves  <palves@redhat.com>
5778
5779         * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
5780         (aix_thread_resume): Use PTRACE_TYPE_ARG5.
5781         * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
5782         (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
5783         pointer, and cast return to gdb_byte pointer.
5784
5785 2016-04-21  Pedro Alves  <palves@redhat.com>
5786
5787         * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
5788         void * instead of gdb_byte *.
5789
5790 2016-04-21  Pedro Alves  <palves@redhat.com>
5791
5792         * dwarf2read.c (try_open_dwop_file, open_dwo_file)
5793         (file_file_name, file_full_name): Add char * cast to sentinel in
5794         concat/reconcat calls.
5795         * event-top.c (top_level_prompt): Likewise.
5796         * guile/guile.c (initialize_scheme_side): Likewise.
5797         * linux-tdep.c (linux_fill_prpsinfo): Likewise.
5798         * macrotab.c (macro_source_fullname): Likewise.
5799         * main.c (get_init_files, captured_main): Likewise.
5800         * psymtab.c (psymtab_to_fullname): Likewise.
5801         * python/python.c (_initialize_python)
5802         (gdbpy_finish_initialization): Likewise.
5803         * source.c (symtab_to_fullname): Likewise.
5804
5805 2016-04-20  Pedro Alves  <palves@redhat.com>
5806
5807         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
5808         * configure: Renegerate.
5809
5810 2016-04-20  Pedro Alves  <palves@redhat.com>
5811
5812         * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
5813
5814 2016-04-20  Pedro Alves  <palves@redhat.com>
5815
5816         * aarch64-tdep.c (aarch64_record_load_store): Change type of
5817         'reg_rm_val' local to ULONGEST.
5818
5819 2016-04-20  Pedro Alves  <palves@redhat.com>
5820
5821         * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
5822
5823 2016-04-20  Doug Evans  <xdje42@gmail.com>
5824
5825         * symmisc.c (dump_symtab_1): Print owning compunit for identical
5826         blockvectors.
5827
5828 2016-04-20  Yao Qi  <yao.qi@linaro.org>
5829
5830         * aarch32-linux-nat.c: Include "arch/arm-linux.h".
5831
5832 2016-04-20  Yao Qi  <yao.qi@linaro.org>
5833
5834         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
5835         * arch/arm-linux.h: ... here.
5836
5837 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
5838
5839         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
5840         to void *.
5841         (amd64bsd_store_inferior_registers): Likewise.
5842         * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
5843         (resume_all_threads_cb): Likewise.
5844         * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
5845         (i386bsd_collect_gregset): Likewise.
5846         (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
5847         (i386bsd_store_inferior_registers): Likewise.
5848
5849 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
5850
5851         * main.c (setup_alternate_signal_stack): Cast to char *.
5852
5853 2016-04-19  Doug Evans  <xdje42@gmail.com>
5854
5855         * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
5856         All callers updated.
5857
5858 2016-04-19  Doug Evans  <xdje42@gmail.com>
5859
5860         PR gdb/17911
5861         * source.c (is_regular_file): New arg errno_ptr.
5862         All callers updated.
5863
5864 2016-04-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5865
5866         * linux-record.c (record_linux_system_call): Merge handling for
5867         readlink/recv/read and pipe/pipe2.
5868
5869 2016-04-14  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5870
5871         * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
5872         * features/i386/amd64-mpx.xml: Remove AVX feature.
5873         * features/i386/i386-mpx-linux.xml: Remove AVX feature.
5874         * features/i386/i386-mpx.xml: Remove AVX feature.
5875         * features/i386/amd64-mpx-linux.c: Regenerate.
5876         * features/i386/amd64-mpx.c: Regenerate.
5877         * features/i386/i386-mpx-linux.c: Regenerate.
5878         * features/i386/i386-mpx.c: Regenerate.
5879         * regformats/i386/amd64-mpx-linux.dat: Regenerate.
5880         * regformats/i386/amd64-mpx.dat: Regenerate.
5881         * regformats/i386/i386-mpx-linux.dat: Regenerate.
5882         * regformats/i386/i386-mpx.dat: Regenerate.
5883
5884 2016-04-16  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5885
5886         * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
5887         New include.
5888         (amd64_linux_core_read_description): Add case for
5889          X86_XSTATE_AVX_MPX_MASK.
5890         (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
5891         * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
5892         * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
5893         (amd64_target_description): Add case for  X86_XSTATE_AVX_MPX_MASK.
5894         (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
5895         * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
5896         (X86_XSTATE_AVX_MPX_MASK): New case.
5897         * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
5898         (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
5899         (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
5900         (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
5901         New expedites.
5902         * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
5903         include.
5904         (i386_linux_core_read_description): Add case
5905         X86_XSTATE_AVX_MPX_MASK.
5906         (_initialize_i386_linux_tdep): Call
5907         initialize_tdesc_i386_avx_mpx_linux.
5908         * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
5909         * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
5910         (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
5911         * x86-linux-nat.c (x86_linux_read_description): Add case for
5912         X86_XSTATE_AVX_MPX_MASK.
5913         * features/i386/amd64-avx-mpx-linux.xml: New file.
5914         * features/i386/i386-avx-mpx-linux.xml: New file.
5915         * features/i386/i386-avx-mpx.xml: New file.
5916         * features/i386/amd64-avx-mpx.xml: New file.
5917         * features/i386/amd64-avx-mpx-linux.c: Generated.
5918         * features/i386/amd64-avx-mpx.c: Generated.
5919         * features/i386/i386-avx-mpx-linux.c: Generated.
5920         * features/i386/i386-avx-mpx.c: Generated.
5921         * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
5922         * regformats/i386/amd64-avx-mpx.dat: Generated.
5923         * regformats/i386/i386-avx-mpx-linux.dat: Generated.
5924         * regformats/i386/i386-avx-mpx.dat: Generated.
5925
5926 2016-04-18  Pedro Alves  <palves@redhat.com>
5927
5928         * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
5929         * configure: Regenerate.
5930
5931 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
5932
5933         * valops.c (value_addr): For C++ references, set the copied value's
5934         enclosing_type as well.
5935
5936 2016-04-18  Yao Qi  <yao.qi@linaro.org>
5937
5938         Revert:
5939         2016-04-15  Yao Qi  <yao.qi@linaro.org>
5940
5941         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
5942         PC is far from the end of function.
5943
5944 2016-04-16  Pedro Alves  <palves@redhat.com>
5945
5946         * ada-exp.y (yydefred): Define as ada_yydefred.
5947
5948 2016-04-15  Pedro Alves  <palves@redhat.com>
5949
5950         * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
5951         'name_str' locals.
5952
5953 2016-04-15  Pedro Alves  <palves@redhat.com>
5954
5955         * btrace.c (pt_btrace_insn_flags): Change return type to
5956         btrace_insn_flags.  Use btrace_insn_flags for local.
5957
5958 2016-04-15  Pedro Alves  <palves@redhat.com>
5959
5960         * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
5961         accept TRAP_BRKPT.
5962          [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
5963
5964 2016-04-15  Yao Qi  <yao.qi@linaro.org>
5965
5966         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
5967         PC is far from the end of function.
5968
5969 2016-04-14  Pedro Alves  <palves@redhat.com>
5970
5971         * cli/cli-cmds.c (alias_usage_error): New function.
5972         (alias_command): Use it.
5973         * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
5974         ctf_save_write_metadata call.
5975
5976 2016-04-14  Pedro Alves  <palves@redhat.com>
5977
5978         * ada-typeprint.c (print_fixed_point_type): Don't pass float as
5979         argument to function expecting LONGEST.
5980         * value.c (unpack_long): Add casts to LONGEST.
5981
5982 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
5983
5984         * exec.c (exec_file_locate_attach): Guard a couple functions
5985         that can throw errors.
5986         (exception_print_same): New helper function.
5987
5988 2016-04-13  Pedro Alves  <palves@redhat.com>
5989
5990         PR remote/19840
5991         * remote.c (struct remote_state) <last_resume_exec_dir>: New
5992         field.
5993         (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
5994         (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
5995         (remote_resume): Store the last execution direction.
5996         (remote_execution_direction): New function.
5997         (init_remote_ops): Install it as to_execution_direction target_ops
5998         method.
5999
6000 2016-04-12  Pedro Alves  <palves@redhat.com>
6001
6002         * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
6003         [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
6004
6005 2016-04-12  Pedro Alves  <palves@redhat.com>
6006
6007         * common/common-exceptions.c (struct catcher) <buf>: Now a
6008         'jmp_buf' instead of SIGJMP_BUF.
6009         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
6010         (throw_exception): Use longjmp instead of SIGLONGJMP.
6011         * common/common-exceptions.h: Include <setjmp.h> instead of
6012         "gdb_setjmp.h".
6013         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
6014         [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
6015         SIGSETJMP.
6016         * cp-support.c: Include "gdb_setjmp.h".
6017
6018 2016-04-12  Pedro Alves  <palves@redhat.com>
6019
6020         * common/common-exceptions.c (exception_rethrow): Remove
6021         prepare_to_throw_exception call.
6022         * common/common-exceptions.h (prepare_to_throw_exception): Delete
6023         declaration.
6024         * exceptions.c (prepare_to_throw_exception): Delete.
6025
6026 2016-04-12  Pedro Alves  <palves@redhat.com>
6027
6028         * target.c (target_check_pending_interrupt): Delete.
6029         * target.h (struct target_ops) <to_check_pending_interrupt>:
6030         Remove method.
6031         (target_check_pending_interrupt): Remove declaration.
6032         * target-delegates.c: Regenerate.
6033
6034 2016-04-12  Pedro Alves  <palves@redhat.com>
6035
6036         * defs.h: Update comments on SIGINT handling.
6037         (immediate_quit): Delete declaration.
6038         * event-loop.c (call_async_signal_handler): Delete.
6039         * event-loop.h (call_async_signal_handler): Delete declaration.
6040         (mark_async_signal_handler): Update comments.
6041         (gdb_call_async_signal_handler): Delete declaration.
6042         * event-top.c (handle_sigint): Call mark_async_signal_handler
6043         instead of gdb_call_async_signal_handler.
6044         * exceptions.c (prepare_to_throw_exception): Remove reference to
6045         immediate_quit.
6046         (exception_fprintf): Remove comments about immediate_quit.
6047         * mingw-hdep.c (sigint_event, sigint_handler): Delete.
6048         (gdb_select): Don't wait on sigint_event.
6049         (gdb_call_async_signal_handler): Delete.
6050         (_initialize_mingw_hdep): Delete.
6051         * posix-hdep.c (gdb_call_async_signal_handler): Delete.
6052         * utils.c (immediate_quit): Delete.
6053
6054 2016-04-12  Pedro Alves  <palves@redhat.com>
6055
6056         * defs.h (quit_handler_ftype, quit_handler)
6057         (make_cleanup_override_quit_handler, default_quit_handler): New.
6058         (QUIT): Adjust comments.
6059         * event-top.c (default_quit_handler): New function.
6060         (quit_handler): New global.
6061         (struct quit_handler_cleanup_data): New.
6062         (restore_quit_handler, restore_quit_handler_dtor)
6063         (make_cleanup_override_quit_handler): New.
6064         (async_request_quit): Call QUIT.
6065         * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
6066         (async_sigint_remote_twice_token, async_sigint_remote_token):
6067         Delete.
6068         (remote_close): Update comments.
6069         (remote_start_remote): Don't set immediate_quit.  Set starting_up
6070         earlier.
6071         (remote_serial_quit_handler, remote_unpush_and_throw): New
6072         functions.
6073         (remote_open_1): Clear got_ctrlc_during_io.  Set
6074         remote_async_terminal_ours_p unconditionally.
6075         (async_initialize_sigint_signal_handler)
6076         (async_handle_remote_sigint, async_handle_remote_sigint_twice)
6077         (remote_check_pending_interrupt, async_remote_interrupt)
6078         (async_remote_interrupt_twice)
6079         (async_cleanup_sigint_signal_handler, ofunc)
6080         (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
6081         (remote_terminal_inferior, remote_terminal_ours): Remove async
6082         checks.
6083         (remote_wait_as): Don't install a SIGINT handler in sync mode.
6084         (readchar, remote_serial_write): Override the quit handler with
6085         remote_serial_quit_handler.
6086         (getpkt_or_notif_sane_1): Don't call QUIT.
6087         (initialize_remote_ops): Don't install
6088         remote_check_pending_interrupt.
6089         (_initialize_remote): Don't create async_sigint_remote_token and
6090         async_sigint_remote_twice_token.
6091         * ser-base.c (ser_base_wait_for): Call QUIT and use
6092         interruptible_select.
6093         (ser_base_write): Call QUIT.
6094         * ser-go32.c (dos_readchar, dos_write): Call QUIT.
6095         * ser-unix.c (wait_for): Don't use VTIME.  Always take the
6096         gdb_select path, but call QUIT and interruptible_select.
6097         * utils.c (maybe_quit): Call the current quit handler.  Don't call
6098         target_check_pending_interrupt.
6099         (defaulted_query, prompt_for_continue): Override the quit handler
6100         with the default quit handler.
6101
6102 2016-04-12  Pedro Alves  <palves@redhat.com>
6103
6104         * tui/tui-hooks.c (tui_target_has_run): Delete.
6105         (tui_about_to_proceed): Delete.
6106         (tui_about_to_proceed_observer): Delete.
6107         (tui_install_hooks, tui_remove_hooks): Don't install/remove an
6108         about_to_proceed observer.
6109
6110 2016-04-12  Pedro Alves  <palves@redhat.com>
6111
6112         * mi/mi-interp.c (mi_new_thread): Put
6113         target_terminal_ours_for_output in effect while outputting.
6114         (mi_thread_exit): Use target_terminal_ours_for_output instead of
6115         target_terminal_ours.
6116         (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
6117         (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
6118         (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
6119         (mi_breakpoint_created, mi_breakpoint_deleted)
6120         (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
6121         (mi_command_param_changed, mi_memory_changed)
6122         (report_initial_inferior): Use target_terminal_ours_for_output
6123         instead of target_terminal_ours.  Restore terminal settings.
6124         * mi/mi-main.c (mi_execute_command): Use
6125         target_terminal_ours_for_output instead of target_terminal_ours.
6126         Restore terminal settings.
6127
6128 2016-04-12  Pedro Alves  <palves@redhat.com>
6129
6130         PR gdb/19828
6131         * gnu-nat.c (inf_validate_task_sc): Don't call
6132         target_terminal_ours / target_terminal_inferior around query.
6133         * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
6134         call target_terminal_ours / target_terminal_inferior around
6135         yquery.
6136         * linux-record.c (record_linux_system_call): Don't call
6137         target_terminal_ours / target_terminal_inferior around yquery.
6138         * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
6139         / target_terminal_inferior around query.
6140         * record-full.c (record_full_check_insn_num): Remove
6141         'set_terminal' parameter.  Don't call target_terminal_ours /
6142         target_terminal_inferior around query.
6143         (record_full_message, record_full_registers_change)
6144         (record_full_xfer_partial): Adjust.
6145         * remote.c (interrupt_query): Don't call target_terminal_ours /
6146         target_terminal_inferior around query.
6147         * utils.c (defaulted_query): Install cleanup to restore target
6148         terminal.  Put target_terminal_ours_for_output in effect while
6149         defaulted producing, and target_terminal_ours in in effect while
6150         handling input.
6151         (prompt_for_continue): Install cleanup to restore target terminal.
6152         Put target_terminal_ours in in effect while handling input.
6153
6154 2016-04-12  Pedro Alves  <palves@redhat.com>
6155
6156         * utils.c (defaulted_query, prompt_for_continue): Free temporary
6157         strings with cleanups, instead of xfree.
6158
6159 2016-04-12  Pedro Alves  <palves@redhat.com>
6160
6161         * utils.c (vwarning, internal_vproblem): Use
6162         make_cleanup_restore_target_terminal and
6163         target_terminal_ours_for_output.
6164
6165 2016-04-12  Pedro Alves  <palves@redhat.com>
6166
6167         * infcmd.c (post_create_inferior, prepare_one_step): Use
6168         target_terminal_ours_for_output instead of target_terminal_ours.
6169
6170 2016-04-12  Pedro Alves  <palves@redhat.com>
6171
6172         * exceptions.c (print_flush): Use target_terminal_ours_for_output
6173         instead of target_terminal_ours, and restore target terminal with
6174         a cleanup.
6175
6176 2016-04-12  Pedro Alves  <palves@redhat.com>
6177
6178         * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
6179         instead of target_terminal_ours, and restore target terminal with
6180         a cleanup.
6181
6182 2016-04-12  Pedro Alves  <palves@redhat.com>
6183
6184         * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
6185         functions.
6186         (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
6187
6188 2016-04-12  Pedro Alves  <palves@redhat.com>
6189
6190         * ser-base.c (fd_event): Retry read_prim on EINTR.
6191         (do_ser_base_readchar): Retry read_prim on EINTR.
6192         (ser_base_write): Retry write_prim on EINTR.
6193         * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
6194         (ser_unix_write_prim): Remove comment.
6195
6196 2016-04-12  Pedro Alves  <palves@redhat.com>
6197
6198         * remote.c (remote_pass_ctrlc): New function.
6199         (init_remote_ops): Install it.
6200         * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
6201         target.
6202         (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
6203         * target.h (struct target_ops) <to_pass_ctrlc>: New method.
6204         (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
6205         * target-delegates.c: Regenerate.
6206
6207 2016-04-12  Pedro Alves  <palves@redhat.com>
6208
6209         * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
6210         mode.
6211         * linux-nat.c (linux_nat_interrupt): Delete.
6212         (linux_nat_add_target): Don't install linux_nat_interrupt.
6213         * remote.c (remote_interrupt_ns): Change return type to void.
6214         Throw error if interrupting the target is not supported.
6215         (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
6216
6217 2016-04-12  Pedro Alves  <palves@redhat.com>
6218
6219         * defs.h (clear_quit_flag): Remove declaration.
6220         * extension-priv.h (struct extension_language_ops)
6221         <clear_quit_flag>: Remove field and update comments.
6222         * extension.c (clear_quit_flag): Delete.
6223         * guile/guile.c (guile_extension_ops): Adjust.
6224         * python/python.c (python_extension_ops): Adjust.
6225         (gdbpy_clear_quit_flag): Delete.
6226
6227 2016-04-12  Pedro Alves  <palves@redhat.com>
6228
6229         * main.c (captured_main): Don't clear the quit flag.
6230
6231 2016-04-12  Pedro Alves  <palves@redhat.com>
6232
6233         * exceptions.c (prepare_to_throw_exception): Don't clear the quit
6234         flag.
6235
6236 2016-04-12  Pedro Alves  <palves@redhat.com>
6237
6238         * event-top.c (command_handler): Don't call clear_quit_flag.
6239
6240 2016-04-12  Pedro Alves  <palves@redhat.com>
6241
6242         * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
6243         * remote.c (remote_wait_as): Don't call clear_quit_flag.
6244
6245 2016-04-12  Pedro Alves  <palves@redhat.com>
6246
6247         * python/python.c: Include "ser-event.h".
6248         (gdbpy_event_fds): Delete.
6249         (gdbpy_serial_event): New.
6250         (gdbpy_run_events): Change prototype.  Use serial_event_clear
6251         instead of serial_readchar.
6252         (gdbpy_post_event): Use serial_event_set instead of serial_write.
6253         (gdbpy_initialize_events): Use make_serial_event instead of
6254         serial_pipe.
6255
6256 2016-04-12  Pedro Alves  <palves@redhat.com>
6257
6258         * defs.h: Extend QUIT-related comments to mention
6259         interruptible_select.
6260         (quit_serial_event_set, quit_serial_event_clear): Declare.
6261         * event-top.c: Include "ser-event.h" and "gdb_select.h".
6262         (quit_serial_event): New global.
6263         (async_init_signals): Make quit_serial_event.
6264         (quit_serial_event_set, quit_serial_event_clear)
6265         (quit_serial_event_fd, interruptible_select): New functions.
6266         * extension.c (set_quit_flag): Set the quit serial event.
6267         (check_quit_flag): Clear the quit serial event.
6268         * gdb_select.h (interruptible_select): New declaration.
6269         * guile/scm-ports.c (ioscm_input_waiting): Use
6270         interruptible_select instead of gdb_select.
6271         * top.c (gdb_readline_no_editing): Likewise.
6272         * ui-file.c (stdio_file_read): Likewise.
6273
6274 2016-04-12  Pedro Alves  <palves@redhat.com>
6275
6276         * event-loop.c: Include "ser-event.h".
6277         (async_signal_handlers_serial_event): New global.
6278         (async_signals_handler, initialize_async_signal_handlers): New
6279         functions.
6280         (mark_async_signal_handler): Set
6281         async_signal_handlers_serial_event.
6282         (invoke_async_signal_handlers): Clear
6283         async_signal_handlers_serial_event.
6284         * event-top.c (async_init_signals): Call
6285         initialize_async_signal_handlers.
6286
6287 2016-04-12  Pedro Alves  <palves@redhat.com>
6288
6289         * Makefile.in (SFILES): Add ser-event.c.
6290         (HFILES_NO_SRCDIR): Add ser-event.h.
6291         (COMMON_OBS): Add ser-event.o.
6292         * ser-event.c, ser-event.h: New files.
6293         * serial.c (new_serial): New function, factored out from
6294         (serial_fdopen_ops): ... this.
6295         (serial_open_ops_1): New function, factored out from
6296         (serial_open): ... this.
6297         (serial_open_ops): New function.
6298         * serial.h (struct serial): Forware declare.
6299         (serial_open_ops): New declaration.
6300
6301 2016-04-12  Pedro Alves  <palves@redhat.com>
6302
6303         * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
6304         Remove references to name.
6305         * serial.h (struct serial) <name>: Delete.
6306
6307 2016-04-12  Pedro Alves  <palves@redhat.com>
6308
6309         * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
6310         Delete.
6311         (async_remote_fileio_interrupt): Delete.
6312         (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
6313         handler.  Instead just always set the ctrl_c flag.
6314         (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
6315         re-enabling the SIGINT handler.
6316         (remote_fileio_func_open, remote_fileio_func_close)
6317         (remote_fileio_func_read, remote_fileio_func_write)
6318         (remote_fileio_func_lseek, remote_fileio_func_rename)
6319         (remote_fileio_func_unlink, remote_fileio_func_stat)
6320         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
6321         (remote_fileio_func_isatty, remote_fileio_func_system)
6322         (remote_fileio_request): Remove references to
6323         remote_fio_no_longjmp.
6324         (initialize_remote_fileio): Don't create an async signal handler.
6325
6326 2016-04-12  Pedro Alves  <palves@redhat.com>
6327
6328         * event-top.c (stdin_event_handler): Call QUIT;
6329         (prompt_for_continue): Don't run with immediate_quit set.
6330
6331 2016-04-12  Pedro Alves  <palves@redhat.com>
6332
6333         * tui/tui-io.c (tui_redisplay_readline): Check
6334         gdb_in_secondary_prompt_p instead of immediate_quit.
6335         * tui/tui.c: Include top.h.
6336         (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
6337         immediate_quit.
6338
6339 2016-04-12  Pedro Alves  <palves@redhat.com>
6340
6341         * top.c (read_command_file): Inline command_loop here.
6342         (command_loop): Delete.
6343
6344 2016-04-12  Pedro Alves  <palves@redhat.com>
6345
6346         * top.c: Include "gdb_select.h".
6347         (gdb_readline_no_editing): Wait for input with gdb_select instead
6348         of blocking in fgetc.
6349         (command_line_input): Don't set immediate_quit.
6350
6351 2016-04-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
6352
6353         * value.c (value_next): Make pass-by-reference parameters const-correct.
6354         (value_parent): Likewise.
6355         (value_enclosing_type): Likewise.
6356         (value_lazy): Likewise.
6357         (value_stack): Likewise.
6358         (value_embedded_offset): Likewise.
6359         (value_pointed_to_offset): Likewise.
6360         (value_raw_address): Likewise.
6361         (deprecated_value_modifiable): Likewise.
6362         (value_free_to_mark): Likewise.
6363         (value_release_to_mark): Likewise.
6364         (internalvar_name): Likewise.
6365         (readjust_indirect_value_type): Likewise.
6366         (value_initialized): Likewise.
6367         * value.h (value_next): Likewise.
6368         (value_parent): Likewise.
6369         (value_enclosing_type): Likewise.
6370         (value_lazy): Likewise.
6371         (value_stack): Likewise.
6372         (value_embedded_offset): Likewise.
6373         (value_pointed_to_offset): Likewise.
6374         (value_raw_address): Likewise.
6375         (deprecated_value_modifiable): Likewise.
6376         (value_free_to_mark): Likewise.
6377         (value_release_to_mark): Likewise.
6378         (internalvar_name): Likewise.
6379         (readjust_indirect_value_type): Likewise.
6380         (value_initialized): Likewise.
6381
6382 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6383
6384         * record-full.c (record_full_insert_breakpoint): Return
6385         early if entry on the address is found in
6386         record_full_breakpoints.
6387
6388 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6389
6390         * record-full.c (record_full_insert_breakpoint): Set
6391         bp_tgt->reqstd_address and bp_tgt->placed_size.
6392
6393 2016-04-06  Don Breazeal  <donb@codesourcery.com>
6394
6395         * value.c (value_actual_type): Don't try to get rtti type
6396         of the value if it has been optimized out.
6397         (value_optimized_out): If a memory access error occurs,
6398         just check vaue->optimized_out.
6399
6400 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6401
6402         Revert the previous commit adding unknown_v_replies_ok.
6403
6404 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6405
6406         * remote.c (struct remote_state): New field unknown_v_replies_ok.
6407         (packet_config_support): Read it.
6408         (remote_start_remote): Set it.
6409
6410 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6411
6412         * remote.c: Revert check-in by a mistake in the previous commit.
6413
6414 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6415             Pedro Alves  <palves@redhat.com>
6416
6417         * exec.c (exec_file_locate_attach): Print warning for unsupported
6418         target_pid_to_exec_file.
6419         * symfile-mem.c (add_vsyscall_page): Remove the "file" command
6420         message part.
6421
6422 2016-04-04  Simon Marchi  <simon.marchi@ericsson.com>
6423
6424         * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
6425         trailing spaces.
6426
6427 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
6428
6429         PR gdb/19820
6430         * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
6431         the type of BINOP_REPEAT's second operand.
6432
6433 2016-03-31  Yichao Yu  <yyc1992@gmail.com>
6434
6435         PR gdb/19858
6436         * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
6437         got the breakpoint at the right address.
6438         (jit_inferior_created): New function.
6439         (_initialize_jit): Install jit_inferior_created as
6440         inferior_created observer.
6441
6442 2016-03-31  Marcin Kościelnicki  <koriakin@0x04.net>
6443
6444         * NEWS: Mention support for tracepoints on powerpc*-linux.
6445
6446 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
6447
6448         PR python/19743
6449         * python/python.c (execute_gdb_command): Use console uiout
6450         when executing gdb command.
6451         * utils.c (restore_ui_out_closure): New structure.
6452         (do_restore_ui_out): New function.
6453         (make_cleanup_restore_ui_out): Likewise.
6454         * utils.h (make_cleanup_restore_ui_out): Declare.
6455
6456 2016-03-31  Pedro Alves  <palves@redhat.com>
6457
6458         * NEWS: Mention that support for "target m32rsdi", "target mips",
6459         "target pmon", "target ddb", "target rockhopper", and "target lsi"
6460         was removed.
6461         * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
6462         remote-mips.o.
6463         (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
6464         * configure.tgt: Remove all references to remote-m32r-sdi.o and
6465         remote-mips.o.
6466         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
6467         function.
6468         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
6469         declaration.
6470         * remote-m32r-sdi.c, remote-mips.c: Delete files.
6471         * symfile.c (generic_load, generic_load): Remove comments.
6472
6473 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6474
6475         * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
6476         0 rather than NULL.
6477
6478 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6479
6480         * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
6481         (arm_epilogue_frame_this_id): New function.
6482         (arm_epilogue_frame_prev_register): New function.
6483         (arm_epilogue_frame_sniffer): New function.
6484         (arm_epilogue_frame_unwind): New.
6485         (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
6486
6487 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6488
6489         * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
6490         (arm_stack_frame_destroyed_p_1): ... here.  Don't call
6491         arm_pc_is_thumb.
6492         (arm_stack_frame_destroyed_p): Call
6493         thumb_stack_frame_destroyed_p and
6494         arm_stack_frame_destroyed_p_1.
6495
6496 2016-03-30  Doug Evans  <dje@google.com>
6497
6498         * python/py-utils.c (host_string_to_python_string): New function.
6499         * python/python-internal.h (host_string_to_python_string): Declare it.
6500         * python/py-*.c (*): Update all calls to
6501         PyString_Decode (str, strlen (str), host_charset (), NULL);
6502         to use host_string_to_python_string instead.
6503
6504 2016-03-30  Marcin Kościelnicki  <koriakin@0x04.net>
6505
6506         * remote.c (remote_check_symbols): Allocate own buffer for reply.
6507
6508 2016-03-29  Max Filippov  <jcmvbkbc@gmail.com>
6509
6510         * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
6511         Use safe_read_memory_integer instead of read_memory_integer.
6512
6513 2016-03-29  Marcin Kościelnicki  <koriakin@0x04.net>
6514
6515         * NEWS: Mention support for tracepoints on s390*-linux.
6516
6517 2016-03-29  Don Breazeal  <donb@codesourcery.com>
6518
6519         * gdb/value.c (value_actual_type): Fix formatting issue.
6520
6521 2016-03-23  Yao Qi  <yao.qi@linaro.org>
6522
6523         * gdbarch.sh (software_single_step): Remove comments.
6524         * gdbarch.h: Regenerated.
6525
6526 2016-03-21  Yao Qi  <yao.qi@linaro.org>
6527
6528         * arm-tdep.c (arm_record_media): New.
6529         (arm_record_ld_st_reg_offset): Call arm_record_media.
6530
6531 2016-03-21  Yao Qi  <yao.qi@linaro.org>
6532
6533         * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
6534         more syscalls.
6535
6536 2016-03-18  Yao Qi  <yao.qi@linaro.org>
6537
6538         * sparc-tdep.c (sparc_software_single_step): Make it static.
6539         * sparc-tdep.h (sparc_software_single_step): Remove declaration.
6540
6541 2016-03-18  Yao Qi  <yao.qi@linaro.org>
6542
6543         * spu-tdep.c (spu_software_single_step): Throw error when
6544         target_read_memory fails.
6545
6546 2016-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6547
6548         * linux-thread-db.c (check_pid_namespace_match): Extend the message.
6549
6550 2016-03-17  Pedro Alves  <palves@redhat.com>
6551             Don Breazeal  <donb@codesourcery.com>
6552
6553         PR remote/19496
6554         * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
6555         instead of checking the 'non_stop' global.
6556         * remote.c (remote_add_thread): New parameter 'executing'.  Use it
6557         to set the new thread's executing state.
6558         (remote_notice_new_inferior): Rename parameter 'running' to
6559         'executing'.  Always set the thread state to THREAD_RUNNING in
6560         non-stop mode, and to THREAD_STOPPED in all-stop mode.  Pass
6561         EXECUTING to remote_add_thread and notice_new_inferior.
6562         (remote_update_thread_list): Update to pass executing state, not
6563         running state.
6564
6565 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6566
6567         * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
6568         to 374.
6569         * syscalls/s390x-linux.xml: Likewise.
6570
6571 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6572
6573         * linux-record.c (record_mem_at_reg): New helper function.
6574         (record_linux_system_call): Exploit new helper function where
6575         applicable.
6576
6577 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6578
6579         * linux-record.c: Fix whitespace issues; tabify, remove trailing
6580         spaces.
6581
6582 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6583
6584         * linux-record.c (record_linux_system_call): Add missing return
6585         statements to handling of pipe and pipe2 syscalls.
6586
6587 2016-03-16  Doug Evans  <dje@google.com>
6588
6589         * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
6590
6591 2016-03-16  Yao Qi  <yao.qi@linaro.org>
6592
6593         * arm-linux-tdep.c (arm_linux_init_abi): Fix
6594         arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
6595         arm_linux_record_tdep.arg3.  Set arm_linux_record_tdep.arg4,
6596         arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
6597         arm_linux_record_tdep.arg7.
6598
6599 2016-03-15  Keith Seitz  <keiths@redhat.com>
6600
6601         PR breakpoints/18303
6602         * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
6603         look for "::" instead of simply ":".
6604         (cp_search_static_and_baseclasses): Return null_block_symbol for
6605         malformed input.
6606         Remove assertions.
6607         * cp-support.c (cp_find_first_component_aux): Do not return
6608         a prefix length for ':' unless the next character is also ':'.
6609
6610 2016-03-15  Doug Evans  <dje@google.com>
6611
6612         * features/aarch64-core.xml (cpsr_flags): New flags type.
6613         (cpsr): Use it.
6614         * features/aarch64.c: Regenerate.
6615
6616 2016-03-15  Doug Evans  <dje@google.com>
6617
6618         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
6619         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
6620         * features/i386/64bit-core.xml (i386_eflags): Ditto.
6621         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
6622         * features/i386/x32-core.xml (i386_eflags): Ditto.
6623
6624 2016-03-15  Doug Evans  <dje@google.com>
6625             Wei-cheng Wang  <cole945@gmail.com>
6626
6627         Extend flags to support multibit and enum bitfields.
6628         * NEWS: Document new features.
6629         * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
6630         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
6631         * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
6632         (append_flags_type_field): New function.
6633         (append_flags_type_flag): Call it.
6634         * gdbtypes.h (append_flags_type_field): Declare.
6635         * target-descriptions.c (struct tdesc_type_flag): Delete.
6636         (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
6637         (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
6638         (struct tdesc_type) <u.f>: Delete.
6639         (tdesc_predefined_types): Add "bool".
6640         (tdesc_predefined_type): New function.
6641         (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
6642         Update TDESC_TYPE_FLAGS support.
6643         (tdesc_free_type): Handle TDESC_TYPE_ENUM.  Update TDESC_TYPE_FLAGS.
6644         (tdesc_create_flags): Update.
6645         (tdesc_create_enum): New function.
6646         (tdesc_add_field): Initialize start,end to -1.
6647         (tdesc_add_typed_bitfield): New function.
6648         (tdesc_add_bitfield): Call it.
6649         (tdesc_add_flag): Allow TDESC_TYPE_STRUCT.  Update.
6650         (tdesc_add_enum_value): New function.
6651         (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
6652         TDESC_TYPE_STRUCT.  Handle TDESC_TYPE_ENUM.
6653         * target-descriptions.h (tdesc_create_enum): Declare.
6654         (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
6655         * valprint.c (generic_val_print_enum_1): New function.
6656         (generic_val_print_enum): Call it.
6657         (val_print_type_code_flags): Make static.  Handle multibit bitfields
6658         and enum bitfields.
6659         * valprint.h (val_print_type_code_flags): Delete.
6660         * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
6661         Delete.  All uses removed.
6662         (tdesc_start_enum): New function.
6663         (tdesc_start_field): Handle multibit and enum bitfields.
6664         (tdesc_start_enum_value): New function.
6665         (enum_value_attributes, enum_children, enum_attributes): New static
6666         globals.
6667         (feature_children): Add "enum".
6668         * features/gdb-target.dtd (enum, evalue): New elements.
6669
6670 2016-03-15  Doug Evans  <dje@google.com>
6671
6672         * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
6673         from LONGEST to int.
6674         (struct tdesc_type) <u.f.size>: Ditto.
6675         (tdesc_set_struct_size): Change type of "size" arg from LONGEST
6676         to int.  Add assertion size > 0.
6677         (tdesc_create_flags): Ditto.
6678         * target-descriptions.h (tdesc_set_struct_size): Update.
6679         (tdesc_create_flags): Update.
6680         * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
6681         (MAX_VECTOR_SIZE): New macro.
6682         (tdesc_start_struct): Catch conversion errors from LONGEST to int.
6683         (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
6684
6685 2016-03-15  Doug Evans  <dje@google.com>
6686
6687         * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
6688         TYPE_CODE_FLAGS instead of "field_type", for consistency.
6689         * features/i386/amd64-avx-linux.c: Regenerate.
6690         * features/i386/amd64-avx.c: Regenerate.
6691         * features/i386/amd64-avx512-linux.c: Regenerate.
6692         * features/i386/amd64-avx512.c: Regenerate.
6693         * features/i386/amd64-linux.c: Regenerate.
6694         * features/i386/amd64-mpx-linux.c: Regenerate.
6695         * features/i386/amd64-mpx.c: Regenerate.
6696         * features/i386/amd64.c: Regenerate.
6697         * features/i386/i386-avx-linux.c: Regenerate.
6698         * features/i386/i386-avx.c: Regenerate.
6699         * features/i386/i386-avx512-linux.c: Regenerate.
6700         * features/i386/i386-avx512.c: Regenerate.
6701         * features/i386/i386-linux.c: Regenerate.
6702         * features/i386/i386-mmx-linux.c: Regenerate.
6703         * features/i386/i386-mmx.c: Regenerate.
6704         * features/i386/i386-mpx-linux.c: Regenerate.
6705         * features/i386/i386-mpx.c: Regenerate.
6706         * features/i386/i386.c: Regenerate.
6707         * features/i386/x32-avx-linux.c: Regenerate.
6708         * features/i386/x32-avx.c: Regenerate.
6709         * features/i386/x32-avx512-linux.c: Regenerate.
6710         * features/i386/x32-avx512.c: Regenerate.
6711         * features/i386/x32-linux.c: Regenerate.
6712         * features/i386/x32.c: Regenerate.
6713
6714 2016-03-15  Pedro Alves  <palves@redhat.com>
6715
6716         PR gdb/19676
6717         * linux-thread-db.c (try_thread_db_load_1): Leave
6718         info->td_ta_thr_iter_p NULL iff debugging a live process and we
6719         have /proc access.
6720         (find_new_threads_once): Assert that we have a non-NULL
6721         info->td_ta_thr_iter_p instead of checking whether the target has
6722         execution.
6723
6724 2016-03-15  Pedro Alves  <palves@redhat.com>
6725
6726         PR gdb/19676
6727         * infrun.c (displaced_step_prepare): Also disable displaced
6728         stepping on NOT_SUPPORTED_ERROR.
6729         * linux-tdep.c (linux_displaced_step_location): If reading auxv
6730         fails, throw NOT_SUPPORTED_ERROR instead of generic error.
6731
6732 2016-03-13  Marcin Kościelnicki  <koriakin@0x04.net>
6733
6734         * s390-linux-tdep.c (s390_gen_return_address): New function.
6735         (s390_gdbarch_init): Fill gen_return_address hook.
6736
6737 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
6738
6739         * symmisc.c (maintenance_info_line_tables): New function.
6740         (maintenance_print_one_line_table): New function.
6741         (_initialize_symmisc): Register 'maint info line-table' command.
6742         * NEWS: Mention new command.
6743
6744 2016-03-11  Marcin Kościelnicki  <koriakin@0x04.net>
6745
6746         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
6747         (s390_ax_pseudo_register_push_stack): New function.
6748         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
6749         ax_pseudo_register_push_stack hooks.
6750
6751 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
6752
6753         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
6754         gdb/function/as_string.py.
6755         * python/lib/gdb/function/as_string.py: New file.
6756         * NEWS: Mention the new $_as_string function.
6757
6758 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
6759
6760         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
6761
6762 2016-03-09  Pedro Alves  <palves@redhat.com>
6763
6764         * event-top.c (more_to_come): Delete.
6765         (struct readline_input_state): Delete.
6766         (readline_input_state): Delete.
6767         (get_command_line_buffer): New function.
6768         (command_handler): Update comments.  Don't handle NULL commands
6769         here.  Do not execute commented lines.
6770         (command_line_append_input_line): New function.
6771         (handle_line_of_input): New function, partly based on
6772         command_line_handler and command_line_input.
6773         (command_line_handler): Rewrite.
6774         * event-top.h (command_handler): New declaration.
6775         (command_loop): Defer command execution to command_handler.
6776         (command_line_input): Update comments.  Simplify, using struct
6777         buffer and handle_line_of_input.
6778         * top.h (struct buffer): New forward declaration.
6779         (handle_line_of_input): New declaration.
6780
6781 2016-03-09  Pedro Alves  <palves@redhat.com>
6782
6783         * event-top.c (command_line_handler): Use xfree + xstrdup instead
6784         of xrealloc + strcpy.
6785         * main.c (captured_main): Use xstrdup instead of xmalloc plus
6786         manual clear.
6787         * top.c (saved_command_line): Rewrite comment.
6788         (saved_command_line_size): Delete.
6789         (command_line_input): Use xfree + xstrdup instead of xrealloc +
6790         strcpy.
6791         * top.h (saved_command_line_size): Delete declaration.
6792
6793 2016-03-09  Pedro Alves  <palves@redhat.com>
6794
6795         * event-top.c: Include buffer.h.
6796         (gdb_readline_no_editing_callback): Use struct buffer instead
6797         of xrealloc.
6798
6799 2016-03-09  Pedro Alves  <palves@redhat.com>
6800
6801         * common/buffer.h (buffer_grow_char): New function.
6802         * top.c: Include buffer.h.
6803         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
6804         'prompt'.  Use struct buffer instead of xrealloc.
6805
6806 2016-03-09  Pedro Alves  <palves@redhat.com>
6807
6808         * defs.h (gdb_readline): Delete declaration.
6809         * top.c (gdb_readline): Rename to ...
6810         (gdb_readline_no_editing): ... this, and make static.
6811
6812 2016-03-09  Pedro Alves  <palves@redhat.com>
6813
6814         * utils.c (prompt_for_continue): Update comments.
6815
6816 2016-03-09  Pedro Alves  <palves@redhat.com>
6817
6818         * event-top.c (async_annotation_suffix): Delete.
6819         (top_level_prompt, command_line_handler): Don't use
6820         'async_annotation_suffix' and simplify.
6821         * event-top.h (async_annotation_suffix): Delete declaration.
6822         (init_main): Remove reference to 'async_annotation_suffix'.
6823
6824 2016-03-09  Pedro Alves  <palves@redhat.com>
6825
6826         * event-top.c (gdb_readline2): Rename to ...
6827         (gdb_readline_no_editing_callback): ... this.
6828         (change_line_handler, stdin_event_handler)
6829         (gdb_setup_readline): Adjust.
6830         * event-top.h (gdb_readline2): Rename to ...
6831         (gdb_readline_no_editing_callback): ... this, and move closer to
6832         other readline-related declarations.
6833         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
6834
6835 2016-03-09  Pedro Alves  <palves@redhat.com>
6836
6837         * top.c (window_hook): Delete.
6838         (command_loop): Remove references to window_hook.
6839
6840 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
6841
6842         * corefile.c (safe_read_memory_unsigned_integer): New function.
6843         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
6844         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
6845
6846 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
6847
6848         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
6849         (rs6000_gen_return_address): New function.
6850         (rs6000_gdbarch_init): Wire in the above.
6851
6852 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
6853
6854         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
6855         (rs6000_gdbarch_init): Wire in the above.
6856
6857 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6858
6859         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
6860         instructions that do nothing or are conditional traps.
6861
6862 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6863
6864         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
6865         frame func's PC in info->func before any other failure can occur.
6866         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
6867         info->func has been filled out.
6868
6869 2016-03-09  Pedro Alves  <palves@redhat.com>
6870
6871         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
6872
6873 2016-03-09  Pedro Alves  <palves@redhat.com>
6874
6875         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
6876
6877 2016-03-09  Pedro Alves  <palves@redhat.com>
6878
6879         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
6880         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
6881
6882 2016-03-09  Pedro Alves  <palves@redhat.com>
6883
6884         * doublest.c: Extend comments.
6885         (floatformat_to_doublest, floatformat_from_doublest): Copy the
6886         floatformat's total size, not the host type's size.
6887
6888 2016-03-09  Pedro Alves  <palves@redhat.com>
6889
6890         * doublest.c (floatformat_totalsize_bytes): New function.
6891         (floatformat_from_type): Assert that the type's length is at least
6892         as long as the floatformat's totalsize.
6893         * doublest.h (floatformat_totalsize_bytes): New declaration.
6894         * gdbtypes.c (arch_float_type): Assert that the type's length is
6895         at least as long as the floatformat's totalsize.
6896
6897 2016-03-09  Pedro Alves  <palves@redhat.com>
6898
6899         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
6900         format to floatformats_ieee_double.
6901
6902 2016-03-07  Pedro Alves  <palves@redhat.com>
6903
6904         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
6905         before calling bfd_get_flavour.
6906
6907 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
6908
6909         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
6910         (avr_push_dummy_call): Correct last needed argument register.
6911         Write MSB of argument into register and subsequent bytes into
6912         other registers in decreasing order.
6913
6914 2016-03-04  Yao Qi  <yao.qi@linaro.org>
6915
6916         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
6917         condition check.  Record the right D register number.
6918
6919 2016-03-04  Yao Qi  <yao.qi@linaro.org>
6920
6921         * arm-tdep.c (arm_record_extension_space): Remove code
6922         printing "Process record does not support".
6923         (arm_record_data_proc_misc_ld_str): Likewise.
6924         (decode_insn): Call arm_record_extension_space if condition
6925         is 0xf.  Call arm_record_unsupported_insn if ret isn't
6926         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
6927         the value of thumb2_record_decode_insn_handler.
6928
6929 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
6930
6931         * features/feature_to_c.sh: Print the help when passing no
6932         argument.
6933
6934 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6935
6936         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
6937
6938 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6939
6940         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
6941
6942 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6943
6944         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
6945         exception when attempting to access the inferior's backchain.
6946
6947 2016-02-29  Yao Qi  <yao.qi@linaro.org>
6948
6949         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
6950         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
6951         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
6952         for aarch64_sys_epoll_create1.
6953
6954 2016-02-29  Yao Qi  <yao.qi@linaro.org>
6955
6956         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
6957         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
6958         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
6959         * linux-record.c (record_linux_system_call): Handle them.
6960
6961 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
6962
6963         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
6964         cyclic imports.
6965
6966 2016-02-26  Keith Seitz  <keiths@redhat.com>
6967
6968         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
6969         to avoid invalid conversion from void *.
6970
6971 2016-02-26  Yao Qi  <yao.qi@linaro.org>
6972
6973         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
6974         per bit 8.  Check bit 20 instead of bit 4 for VMOV
6975         instruction.  Record D registers for instructions changing
6976         S registers.  Change of the order of length and address
6977         in record_buf_mem array.
6978
6979 2016-02-26  Yao Qi  <yao.qi@linaro.org>
6980
6981         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
6982         number of Rd.
6983
6984 2016-02-25  Doug Evans  <dje@google.com>
6985
6986         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
6987         compiler warning.
6988         (recv_long_data): Ditto.
6989
6990 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
6991
6992         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
6993         Initialize variables.
6994
6995 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6996
6997         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
6998         (ax_reg_mask): Likewise.
6999
7000 2016-02-24  Pedro Alves  <palves@redhat.com>
7001
7002         * linux-nat.c (save_sigtrap) Delete.
7003         (stop_wait_callback): Call save_stop_reason instead of
7004         save_sigtrap.
7005         (check_stopped_by_breakpoint): Rename to ...
7006         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
7007         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
7008         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
7009         common code between the USE_SIGTRAP_SIGINFO and
7010         !USE_SIGTRAP_SIGINFO blocks.
7011         (linux_nat_filter_event): Call save_stop_reason instead of
7012         save_sigtrap.
7013         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
7014         si_code for MIPS.
7015         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
7016         comments on MIPS behavior.
7017         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
7018
7019 2016-02-24  Marcin Kościelnicki  <koriakin@0x04.net>
7020
7021         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
7022         to avoid spurious warnings.
7023
7024 2016-02-24  Gary Benson  <gbenson@redhat.com>
7025
7026         * exec.c (exec_file_locate_attach): Do not attempt to
7027         locate main executable locally if not found in sysroot.
7028
7029 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
7030
7031         GDB 7.11 released.
7032
7033 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
7034
7035         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
7036         unavailable PC/SP to build unavailable frame.
7037
7038 2016-02-23  Doug Evans  <dje@google.com>
7039
7040         Extend "skip" command to support -file, -gfile, -function, -rfunction.
7041         * NEWS: Document new features.
7042         * skip.c: #include "fnmatch.h", "gdb_regex.h".
7043         (skiplist_entry) <file>: Renamed from filename.
7044         <function>: Renamed from function_name.
7045         <file_is_glob, function_is_regexp>: New members.
7046         <compiled_function_regexp, compiled_function_regexp_is_valid>:
7047         New members.
7048         (make_skip_entry): New function.
7049         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
7050         (make_free_skiplist_entry_cleanup): New function.
7051         (skip_file_command): Update.
7052         (skip_function, skip_function_command): Update.
7053         (compile_skip_regexp): New functions.
7054         (skip_command): Add support for new options.
7055         (skip_info): Update.
7056         (skip_file_p, skip_gfile_p): New functions.
7057         (skip_function_p, skip_rfunction_p): New functions.
7058         (function_name_is_marked_for_skip): Update and simplify.
7059         (_initialize_step_skip): Update.
7060         * symtab.c: #include "fnmatch.h".
7061         (compare_glob_filenames_for_search): New function.
7062         * symtab.h (compare_glob_filenames_for_search): Declare.
7063         * utils.c (count_path_elements): New function.
7064         (strip_leading_path_elements): New function.
7065         * utils.h (count_path_elements): Declare.
7066         (strip_leading_path_elements): Declare.
7067
7068 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
7069
7070         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
7071         (thumb_process_displaced_insn): Likewise.
7072         (arm_process_displaced_insn): Adjust calls.
7073
7074 2016-02-23  Yao Qi  <yao.qi@linaro.org>
7075
7076         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
7077         Remove.
7078         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
7079         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
7080         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
7081         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
7082         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
7083         <aarch64_sys_faccessat>: New.
7084         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
7085         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
7086         <aarch64_sys_newfstatat>: New.
7087         (UNSUPPORTED_SYSCALL_MAP): New macro.
7088         (aarch64_canonicalize_syscall): Add missing syscalls.
7089
7090 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7091
7092         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
7093
7094 2016-02-22  Yao Qi  <yao.qi@linaro.org>
7095
7096         * arm-tdep.c: Fix code format issues.
7097
7098 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
7099
7100         * d-namespace.c (d_lookup_symbol_imports): Remove argument
7101         'search_parents'.  All callers updated.
7102
7103 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
7104
7105         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
7106         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
7107
7108 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7109
7110         * NEWS: Add entry for bound violation.
7111         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
7112         Add handler for segmentation fault.
7113         * gdbarch.sh (handle_segmentation_fault): New.
7114         * gdbarch.c: Regenerate.
7115         * gdbarch.h: Regenerate.
7116         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
7117         (SIG_CODE_BONDARY_FAULT): New define.
7118         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
7119         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
7120         * i386-tdep.c (i386_mpx_enabled): Add as external.
7121         * i386-tdep.c (i386_mpx_enabled): Add as external.
7122         * infrun.c (handle_segmentation_fault): New function.
7123         (print_signal_received_reason): Use handle_segmentation_fault.
7124
7125 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
7126
7127         * arch-utils.c (default_guess_tracepoint_registers): New function.
7128         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
7129         * gdbarch.c: Regenerate.
7130         * gdbarch.h: Regenerate.
7131         * gdbarch.sh: Add guess_tracepoint_registers hook.
7132         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
7133
7134 2016-02-17  Gary Benson  <gbenson@redhat.com>
7135
7136         * exec.c (exec_file_locate_attach): Add missing cleanup.
7137
7138 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7139
7140         PR remote/19496
7141         * remote.c (remove_new_fork_children): Check for pending
7142         fork status in thread_info.suspend.
7143
7144 2016-02-16  Yao Qi  <yao.qi@linaro.org>
7145
7146         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
7147         'old_chain' later.
7148
7149 2016-02-16  Yao Qi  <yao.qi@linaro.org>
7150
7151         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
7152         <syscall_next_pc>: Remove argument PC.  Callers updated.
7153         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
7154         Remove argument PC.  Get pc from regcache_read_pc.
7155         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
7156         argument PC.
7157
7158 2016-02-15  Yao Qi  <yao.qi@linaro.org>
7159
7160         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
7161
7162 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7163
7164         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
7165         nextpc according to instruction.
7166
7167 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7168
7169         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
7170         self->ops->fixup if it isn't NULL.
7171         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
7172         (struct arm_get_next_pcs_ops) <fixup>: New field.
7173         * arch/arm-linux.c: Include common-regcache.h and
7174         arch/arm-get-next-pcs.h.
7175         (arm_linux_get_next_pcs_fixup): New function.
7176         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
7177         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
7178         it with arm_linux_get_next_pcs_fixup.
7179         (arm_linux_software_single_step): Move code to
7180         arm_linux_get_next_pcs_fixup.
7181         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
7182
7183 2016-02-12  Marcin Kościelnicki  <koriakin@0x04.net>
7184
7185         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
7186         and return NULL.
7187
7188 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7189
7190         * frame.h (skip_tailcall_frames): Update comment.
7191         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
7192         if only artificial frames are found.  Update comment.
7193         (frame_unwind_caller_id): Handle NULL return.
7194         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
7195         skip_artificial_frames does not return NULL.
7196         (frame_pop): Add an error if only tailcall frames are found.
7197         * infcmd.c (finish_command): Move skip_tailcall_frames call into
7198         forward-execution case.  Add an error if only tailcall frames are
7199         found.
7200
7201 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7202
7203         * stack.c (frame_info): Check frame_unwind_caller_id.
7204
7205 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7206
7207         * frame.h (skip_tailcall_frames): New.
7208         * frame.c (skip_tailcall_frames): New.
7209         (frame_pop): Call skip_tailcall_frames.
7210         * infcmd.c (finish_command): Call skip_tailcall_frames.
7211
7212 2016-02-11  Pedro Alves  <palves@redhat.com>
7213
7214         * Makefile.in (check-parallel): New rule.
7215
7216 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
7217
7218         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
7219         (arm_analyze_prologue): Likewise.
7220         (arm_scan_prologue): Likewise.
7221         (arm_m_exception_prev_register): Likewise.
7222         (arm_copy_block_xfer): Likewise.
7223         (thumb2_copy_block_xfer): Likewise.
7224         (arm_decode_miscellaneous): Likewise.
7225         (arm_decode_ld_st_word_ubyte): Likewise.
7226         (arm_decode_svc_copro): Likewise.
7227         (thumb2_decode_svc_copro): Likewise.
7228         (thumb_copy_16bit_ldr_literal): Likewise.
7229         (thumb_copy_pop_pc_16bit): Likewise.
7230         (decode_thumb_32bit_ld_mem_hints): Likewise.
7231         (arm_show_force_mode): Likewise.
7232         (_initialize_arm_tdep): Likewise.
7233         (arm_record_strx): Likewise.
7234         (arm_record_extension_space): Likewise.
7235         (arm_record_data_proc_misc_ld_str): Likewise.
7236         (arm_record_exreg_ld_st_insn): Likewise.
7237         (arm_record_vfp_data_proc_insn): Likewise.
7238         (arm_record_coproc_data_proc): Likewise.
7239         (thumb_record_misc): Likewise.
7240         (thumb_record_ldm_stm_swi): Likewise.
7241         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
7242         (thumb2_record_ld_mem_hints): Likewise.
7243         (thumb2_record_lmul_lmla_div): Likewise.
7244         (thumb2_record_asimd_struct_ld_st): Likewise.
7245         (arm_process_record): Likewise.
7246
7247 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
7248
7249         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
7250         (ARM displaced stepping support): Remove reference to
7251         arm_displaced_step_copy_insn in comment.
7252         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
7253         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
7254         reference to arm_displaced_step_copy_insn in comment.
7255
7256 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
7257
7258         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
7259         (thumb_copy_b): Likewise.
7260         (arm_decode_b_bl_ldmstm): Likewise.
7261         (thumb_copy_16bit_ldr_literal): Likewise.
7262         (thumb_copy_pop_pc_16bit): Likewise.
7263
7264 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7265
7266         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
7267         than loc->gdbarch.
7268
7269 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
7270
7271         * tracefile-tfile.c (trace_tdesc): New static variable.
7272         (tfile_open): Clear trace_tdesc, call target_find_description.
7273         (tfile_interp_line): Recognize tdesc lines.
7274         (tfile_close): Clear trace_tdesc.
7275         (tfile_xfer_partial_features): New function.
7276         (tfile_xfer_partial): Call tfile_xfer_partial_features.
7277         (tfile_append_tdesc_line): New function.
7278
7279 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
7280
7281         * ctf.c (ctf_write_tdesc): New function.
7282         (ctf_write_ops): Wire in ctf_write_tdesc.
7283         * tracefile-tfile.c (tfile_write_tdesc): New function.
7284         (tfile_write_ops): Wire in tfile_write_tdesc.
7285         * tracefile.c (trace_save): Call write_tdesc method.
7286         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
7287         * xml-tdesc.c (target_fetch_description_xml): New function.
7288         * xml-tdesc.h: Add target_fetch_description_xml prototype.
7289
7290 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
7291
7292         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
7293         (arm_decode_dp_misc): Likewise.
7294
7295 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
7296
7297         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
7298         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
7299         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
7300         misleading comment.
7301         (i386_pseudo_register_write): Ditto.
7302         (i386_ax_pseudo_register_collect): New function.
7303         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
7304         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
7305
7306 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
7307
7308         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
7309         instead of gdb order.
7310
7311 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
7312
7313         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
7314         check.
7315
7316 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
7317
7318         * NEWS: Create a new section for the next release branch.
7319         Rename the section of the current branch, now that it has
7320         been cut.
7321
7322 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
7323
7324         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
7325         * version.in: Bump version to 7.11.50.DATE-git.
7326
7327 2016-02-09  Keith Seitz  <keiths@redhat.com>
7328
7329         PR breakpoints/19546
7330         * breakpoint.c (breakpoint_event_location_empty_p): New function.
7331         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
7332         instead of event_location_empty_p.
7333
7334 2016-02-09  Keith Seitz  <keiths@redhat.com>
7335
7336         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
7337         string_to_event_location_basic instead of string_to_event_location.
7338
7339 2016-02-09  Keith Seitz  <keiths@redhat.com>
7340
7341         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
7342         leading whitespace and use string_to_event_location_basic instead
7343         of new_linespec_location.
7344
7345 2016-02-09  Keith Seitz  <keiths@redhat.com>
7346
7347         PR python/19506
7348         * python/py-breakpoint.c (bppy_init): Use
7349         string_to_event_location_basic instead of new_linespec_location.
7350
7351 2016-02-09  Keith Seitz  <keiths@redhat.com>
7352
7353         * location.c (string_to_explicit_location): Note that "-p" is
7354         reserved for probe locations and return NULL for any input
7355         that starts with that.
7356         (string_to_event_location): Move "legacy" linespec code to ...
7357         (string_to_event_location_basic): ... here.
7358         * location.h (string_to_event_location): Update comment.
7359         (string_to_event_location_basic): New function.
7360
7361 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7362
7363         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7364         to AC_OUTPUT.  Remove "exit 0" at the end.
7365         * configure: Regenerate.
7366
7367 2016-02-09  Pedro Alves  <palves@redhat.com>
7368
7369         PR breakpoints/19548
7370         * breakpoint.c (create_overlay_event_breakpoint): Don't update
7371         global location list here.
7372         (create_longjmp_master_breakpoint)
7373         (create_std_terminate_master_breakpoint)
7374         (create_exception_master_breakpoint, create_jit_event_breakpoint)
7375         (update_breakpoint_locations):
7376         (breakpoint_re_set): Update global location list after all
7377         breakpoints are re-set.
7378
7379 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7380
7381         * remote.c (remote_register_number_and_offset): Remove unused
7382         variable(s).
7383         (remote_thread_always_alive): Likewise.
7384         (remote_update_thread_list): Likewise.
7385         (process_initial_stop_replies): Likewise.
7386         (remote_start_remote): Likewise.
7387         (remote_check_symbols): Likewise.
7388         (discard_pending_stop_replies): Likewise.
7389         (process_stop_reply): Likewise.
7390         (putpkt_binary): Likewise.
7391         (getpkt): Likewise.
7392         (remote_add_target_side_condition): Likewise.
7393         (remote_insert_breakpoint): Likewise.
7394         (remote_supports_stopped_by_sw_breakpoint): Likewise.
7395         (remote_supports_stopped_by_hw_breakpoint): Likewise.
7396         (remote_xfer_partial): Likewise.
7397         (remote_read_btrace): Likewise.
7398         (remote_async_serial_handler): Likewise.
7399         (remote_thread_events): Likewise.
7400         (_initialize_remote): Likewise.
7401
7402 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
7403
7404         * varobj.h (varobj_delete): Remove dellist parameter, update and
7405         move documentation here.
7406         * varobj.c (struct cpstack, cppush, cppop): Remove.
7407         (delete_variable): Remove resultp (first) parameter.
7408         (delete_variable_1): Likewise.
7409         (varobj_delete): Remove dellist parameter and unused code.
7410         (update_dynamic_varobj_children): Adjust varobj_delete call.
7411         (update_type_if_necessary): Likewise.
7412         (varobj_set_visualizer): Likewise.
7413         (varobj_update): Likewise.
7414         (value_of_root): Likewise.
7415         (varobj_invalidate_iter): Likewise.
7416         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
7417
7418 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7419
7420         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
7421         0 before handling 'F' and set it back afterwards.
7422
7423 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
7424
7425         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
7426
7427 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7428
7429         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
7430         New types.
7431         (compat_siginfo): New bound fields added.
7432         (compat_x32_siginfo): New field added.
7433         (cpt_si_addr_lsb): New define.
7434         (compat_siginfo_from_siginfo): Use nat_siginfo.
7435         (siginfo_from_compat_siginfo): Use nat_siginfo.
7436         (compat_x32_siginfo_from_siginfo): Likewise.
7437         (siginfo_from_compat_x32_siginfo): Likewise.
7438
7439 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7440
7441         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
7442         structure to the siginfo if extra_fields contains
7443         LINUX_SIGINFO_FIELD_ADDR_BND.
7444
7445 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7446
7447         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
7448         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
7449         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
7450         function.
7451         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
7452         x86_linux_get_siginfo_type for the amd64 abi.
7453         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
7454         function.
7455         (i386_linux_init_abi): Add new function at the i386 ABI
7456         initialization.
7457
7458 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7459
7460         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
7461         (linux_siginfo_extra_fields): New enum type.
7462         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
7463         (linux_get_siginfo_type): Use new function.
7464
7465 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7466
7467         * nat/amd64-linux-siginfo.c: New file.
7468         * nat/amd64-linux-siginfo.h: New file.
7469         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
7470         (amd64-linux-siginfo.o): New rule.
7471         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
7472         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
7473         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
7474         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
7475         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
7476         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
7477         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
7478         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
7479
7480 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7481
7482         * value.c (max_value_size): New variable.
7483         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
7484         (set_max_value_size): New function.
7485         (show_max_value_size): New function.
7486         (check_type_length_before_alloc): New function.
7487         (allocate_value_contents): Call check_type_length_before_alloc.
7488         (set_value_enclosing_type): Likewise.
7489         (_initialize_values): Add set/show handler for max-value-size.
7490         * NEWS: Mention new set/show command.
7491
7492 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
7493
7494         * varobj.h (struct varobj): Fix typos in comments.
7495         (struct lang_varobj_ops): Likewise.
7496         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
7497         (varobj_create): Move misplaced comment.
7498
7499 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
7500
7501         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
7502         to for include additional lines.
7503         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
7504
7505 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
7506
7507         * gnulib/import/Makefile.am: Regenerate.
7508         * gnulib/import/Makefile.in: Regenerate.
7509         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
7510         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
7511
7512 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
7513
7514         * remote.c (skip_to_semicolon): Remove.
7515         (remote_parse_stop_reply): Use strchrnul instead of
7516         skip_to_semicolon.
7517         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
7518         strchrnul.
7519         * gnulib/aclocal.m4: Regenerate.
7520         * gnulib/config.in: Regenerate.
7521         * gnulib/configure: Regenerate.
7522         * gnulib/import/Makefile.am: Regenerate.
7523         * gnulib/import/Makefile.in: Regenerate.
7524         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
7525         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
7526         * gnulib/import/m4/rawmemchr.m4: New file.
7527         * gnulib/import/m4/strchrnul.m4: New file.
7528         * gnulib/import/rawmemchr.c: New file.
7529         * gnulib/import/rawmemchr.valgrind: New file.
7530         * gnulib/import/strchrnul.c: New file.
7531         * gnulib/import/strchrnul.valgrind: New file.
7532
7533 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7534
7535         * breakpoint.c (build_target_command_list): Don't call continue
7536         if aexpr is NULL.
7537         (build_target_condition_list): Likewise.
7538
7539 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
7540
7541         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
7542         bytes as aggregates.
7543
7544 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
7545
7546         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
7547         Linespec Maintainers.
7548
7549 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
7550
7551         * common/common-utils.c (skip_spaces): Fix comment.
7552         (skip_to_space_const): Likewise.
7553
7554 2016-01-25  Yao Qi  <yao.qi@linaro.org>
7555
7556         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
7557         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
7558         (arm_deal_with_atomic_sequence_raw): Likewise.
7559         (thumb_get_next_pcs_raw): Likewise.
7560         (arm_get_next_pcs_raw): Likewise.
7561         (arm_get_next_pcs): Remove argument pc.  Callers updated.
7562         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
7563
7564 2016-01-25  Mark Wielaard  <mjw@redhat.com>
7565
7566         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
7567         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
7568         if statement.
7569         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
7570         statement block by introducing an else.
7571         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
7572         of return statements.
7573         (record_linux_msghdr): Likewise.
7574
7575 2016-01-25  Pedro Alves  <palves@redhat.com>
7576
7577         PR threads/19461
7578         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
7579         parent/child running states.
7580
7581 2016-01-25  Pedro Alves  <palves@redhat.com>
7582
7583         PR gdb/19494
7584         * linux-nat.c (kill_one_lwp): New, factored out from ...
7585         (kill_callback): ... this.
7586         (kill_wait_callback): New, factored out from ...
7587         (kill_wait_one_lwp): ... this.
7588         (kill_unfollowed_fork_children): New function.
7589         (linux_nat_kill): Use it.
7590
7591 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
7592
7593         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
7594
7595 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7596
7597         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
7598         instead of warning.
7599         (store_fpregs, fetch_regs, store_regs): Likewise.
7600         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
7601         (fetch_vfp_regs, store_vfp_regs): Likewise.
7602
7603 2016-01-21  Doug Evans  <dje@google.com>
7604
7605         * breakpoint.c (init_breakpoint_sal): Add comment.
7606
7607 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
7608
7609         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
7610
7611 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
7612
7613         * disasm.c (maybe_add_dis_line_entry): Rename to...
7614         (add_dis_line_entry): ...this, and update header comment.
7615         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
7616
7617 2016-01-21  Pedro Alves  <palves@redhat.com>
7618
7619         * Makefile.in (COMPILER_CFLAGS): New.
7620         (CXXFLAGS): Get it from configure.
7621         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
7622         instead of CFLAGS.
7623         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
7624         COMPILER_CFLAGS.
7625         * configure: Regenerate.
7626
7627 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7628
7629         * location.h (new_address_location): Add new parameters
7630         "addr_string" and "addr_string_len".
7631         (get_address_string_location): Add declaration.
7632         * location.c (new_address_location): Add new parameters
7633         "addr_string" and "addr_string_len".  If not NULL, store
7634         a copy of the addr_string in the new location as well.
7635         (get_address_string_location): New function.
7636         (string_to_event_location): Update call to new_address_location.
7637         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
7638         Save the event location in the parser's state before
7639         passing it to convert_address_location_to_sals.
7640         * breakpoint.c (create_thread_event_breakpoint): Update call
7641         to new_address_location.
7642         (init_breakpoint_sal): Get the event location's string, if any,
7643         and use it to update call to new_address_location.
7644         * python/py-finishbreakpoint.c (bpfinishpy_init):
7645         Update call to new_address_location.
7646         * spu-tdep.c (spu_catch_start): Likewise.
7647
7648         * config/djgpp/fnchange.lst: Add entries for
7649         gdb/testsuite/gdb.base/break-fun-addr1.c and
7650         gdb/testsuite/gdb.base/break-fun-addr2.c.
7651
7652 2016-01-21  Yao Qi  <yao.qi@linaro.org>
7653
7654         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
7655         is_thumb and set it according to CPSR saved on the stack.
7656         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
7657         arm_linux_sigreturn_next_pc.
7658
7659 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7660
7661         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
7662         Fix enumerators sort key function.
7663
7664 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
7665
7666         * printcmd.c (print_scalar_formatted): Move binary operator from
7667         end of line to beginning of next line.  Adjust formatting
7668         accordingly.
7669
7670 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7671
7672         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
7673         "len" with sysctl.
7674
7675 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7676
7677         * fbsd-tdep.c (find_stop_signal): Remove.
7678         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
7679         <stop_signal>: New field.
7680         <abort_iteration>: New field.
7681         (fbsd_collect_regset_section_cb): Use new fields.
7682         (fbsd_collect_thread_registers): New function.
7683         (struct fbsd_corefile_thread_data): New structure.
7684         (fbsd_corefile_thread): New function.
7685         (fbsd_make_corefile_notes): Use new function to dump notes for each
7686         non-exited thread in a process.
7687
7688 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7689
7690         * configure.ac: Check for support for LWP names on FreeBSD.
7691         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
7692         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
7693         (fbsd_fetch_kinfo_proc): Move function earlier.
7694         [PT_LWPINFO] (fbsd_thread_alive): New function.
7695         [PT_LWPINFO] (fbsd_pid_to_str): New function.
7696         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
7697         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
7698         [PT_LWPINFO] (fbsd_add_threads): New function.
7699         [PT_LWPINFO] (fbsd_update_thread_list): New function.
7700         [PT_LWPINFO] New variable super_resume.
7701         [PT_LWPINFO] (resume_one_thread_cb): New function.
7702         [PT_LWPINFO] (resume_all_threads_cb): New function.
7703         [PT_LWPINFO] (fbsd_resume): New function.
7704         (fbsd_remember_child): Save full ptid instead of plain pid.
7705         (fbsd_is_child_pending): Return ptid of saved child process.
7706         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
7707         first stop.
7708         [PT_LWP_EVENTS] Handle LWP events.
7709         [TDP_RFPPWAIT] Include LWP in child ptid.
7710         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
7711         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
7712         Add threads for existing processes.
7713         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
7714         "fbsd_thread_alive".
7715         Set "to_pid_to_str" to "fbsd_pid_to_str".
7716         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
7717         "fbsd_thread_name".
7718         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
7719         Set "to_has_thread_control" to "tc_schedlock".
7720         Set "to_resume" to "fbsd_resume".
7721         (_initialize_fbsd_nat): New function.
7722         * configure: Regenerate.
7723         * config.in: Regenerate.
7724
7725 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7726
7727         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
7728         get_ptrace_pid.
7729         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
7730         (amd64bsd_dr_get): Use get_ptrace_pid.
7731         (amd64bsd_dr_set): Use get_ptrace_pid.
7732         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
7733         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
7734         (i386bsd_dr_get): Use get_ptrace_pid.
7735         (i386bsd_dr_set): Use get_ptrace_pid.
7736         * inf-ptrace.c (get_ptrace_pid): Export.
7737         * inf-ptrace.h (get_ptrace_pid): Declare.
7738         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
7739         (ppcfbsd_store_inferior_registers): Use lwp id.
7740
7741 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7742
7743         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
7744         (fbsd_core_thread_name): New function.
7745         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
7746         Add "core_thread_name" gdbarch method.
7747
7748 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7749
7750         * corelow.c (core_thread_name): New function.
7751         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
7752         target op.
7753         * gdbarch.sh (core_thread_name): New gdbarch callback.
7754         * gdbarch.h: Re-generate.
7755         * gdbarch.c: Re-generate.
7756
7757 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
7758
7759         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
7760         convert gdb.Value to integer type using int().
7761
7762 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
7763
7764         * configure.ac: Include <sys/types.h when checking for "r_fs" in
7765         "struct reg".
7766         * configure: Regenerate.
7767
7768 2016-01-19  Pedro Alves  <palves@redhat.com>
7769
7770         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
7771         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
7772         current program space down to linespec decoding and breakpoint
7773         location updating.
7774         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
7775         decode_line_full.
7776         (until_break_command): Adjust calls to decode_line_1.
7777         (base_breakpoint_decode_location, bkpt_decode_location): Add
7778         'search_pspace' parameter.  Pass it along.
7779         (bkpt_probe_create_sals_from_location): Adjust calls to
7780         parse_probes.
7781         (tracepoint_decode_location, tracepoint_probe_decode_location)
7782         (strace_marker_decode_location): Add 'search_pspace' parameter.
7783         Pass it along.
7784         (all_locations_are_pending): Rewrite to take a breakpoint and
7785         program space as arguments instead.
7786         (hoist_existing_locations): New function.
7787         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
7788         hoist_existing_locations instead of always removing all locations,
7789         and adjust to all_locations_are_pending change.
7790         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
7791         Don't disable the breakpoint if there are other locations in
7792         another program space.
7793         (breakpoint_re_set_default): Adjust to pass down the current
7794         program space as filter program space.
7795         (decode_location_default): Add 'search_pspace' parameter and pass
7796         it along.
7797         (prepare_re_set_context): Don't switch program space here.
7798         (breakpoint_re_set): Use save_current_space_and_thread instead of
7799         save_current_program_space.
7800         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
7801         'search_pspace' parameter.
7802         (update_breakpoint_locations): Add 'filter_pspace' parameter.
7803         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
7804         decode_line_1.
7805         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
7806         program space as filter program space.
7807         * linespec.c (struct linespec_state) <search_pspace>: New field.
7808         (create_sals_line_offset, convert_explicit_location_to_sals)
7809         (parse_linespec): Pass the search program space down.
7810         (linespec_state_constructor): Add 'search_pspace' parameter.
7811         Store it.
7812         (linespec_parser_new): Add 'search_pspace' parameter and pass it
7813         along.
7814         (linespec_lex_to_end): Adjust.
7815         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
7816         and pass it along.
7817         (decode_line_with_last_displayed): Adjust.
7818         (collect_symtabs_from_filename, symtabs_from_filename): New
7819         'search_pspace' parameter.  Use it.
7820         (find_function_symbols): Pass the search program space down.
7821         * linespec.h (decode_line_1, decode_line_full): Add
7822         'search_pspace' parameter.
7823         * probe.c (parse_probes_in_pspace): New function, factored out
7824         from ...
7825         (parse_probes): ... this.  Add 'search_pspace' parameter and use
7826         it.
7827         * probe.h (parse_probes): Add pspace' parameter.
7828         * python/python.c (gdbpy_decode_line): Adjust.
7829         * tracepoint.c (scope_info): Adjust.
7830
7831 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
7832
7833         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
7834         instruction support.
7835         (micromips_next_pc): Likewise.
7836         (micromips_scan_prologue): Likewise.
7837         (micromips_deal_with_atomic_sequence): Likewise.
7838         (micromips_stack_frame_destroyed_p): Likewise.
7839         (mips_breakpoint_from_pc): Likewise.
7840
7841 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
7842
7843         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
7844         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
7845
7846 2016-01-18  Pedro Alves  <palves@redhat.com>
7847
7848         * NEWS: Mention that GDB now displays the ID and name of the
7849         thread that hit a breakpoint or received a signal.
7850         * break-catch-sig.c (signal_catchpoint_print_it): Use
7851         maybe_print_thread_hit_breakpoint.
7852         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
7853         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
7854         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
7855         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
7856         (print_it_catch_exec, print_it_ranged_breakpoint)
7857         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
7858         Use maybe_print_thread_hit_breakpoint.
7859         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
7860         * gdbthread.h (show_thread_that_caused_stop): Declare.
7861         * infrun.c (print_signal_received_reason): Print which thread
7862         received signal.
7863         * thread.c (show_thread_that_caused_stop): New function.
7864
7865 2016-01-18  Gary Benson  <gbenson@redhat.com>
7866
7867         * nat/linux-namespaces.c (do_fork): New function.
7868         (linux_mntns_get_helper): Use the above.
7869
7870 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
7871
7872         Pushed by Joel Brobecker  <brobecker@adacore.com>.
7873         PR gdb/19208
7874         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
7875         if the function has no name.
7876
7877 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
7878
7879         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
7880         Conditionalize for Windows host.
7881         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
7882         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
7883         (phony_iconv_open): Handle both UTF-32 endiannesses.
7884         (phony_iconv): Likewise.  Check for output overflow and clean up
7885         out-of-input cases.  Correct adjustment to input buffer pointer.
7886         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
7887         phony_iconv_open.
7888
7889 2016-01-15  Pedro Alves  <palves@redhat.com>
7890
7891         * NEWS: Mention star wildcard ranges.
7892         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
7893         (number_range_setup_range): New function.
7894         * cli/cli-utils.h (number_range_setup_range): New declaration.
7895         * thread.c (thread_apply_command): Support star TID ranges.
7896         * tid-parse.c (tid_range_parser_finished)
7897         (tid_range_parser_string, tid_range_parser_skip)
7898         (get_tid_or_range, get_tid_or_range): Handle
7899         TID_RANGE_STATE_STAR_RANGE.
7900         (tid_range_parser_star_range): New function.
7901         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
7902         New value.
7903         (tid_range_parser_star_range): New declaration.
7904
7905 2016-01-15  Pedro Alves  <palves@redhat.com>
7906
7907         * thread.c (thread_apply_command): Use the tid range parser to
7908         advance past the thread ID list.
7909         * tid-parse.c (get_positive_number_trailer): New function.
7910         (parse_thread_id): Use it.
7911         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
7912         thread ID error.
7913         (get_tid_or_range): Detect negative values.  Return 0 instead of
7914         throwing invalid thread ID error.
7915
7916 2016-01-14  Yao Qi  <yao.qi@linaro.org>
7917
7918         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
7919         Declare.
7920         (arm_linux_get_next_pcs_ops): Install
7921         arm_linux_get_next_pcs_syscall_next_pc.
7922         (arm_linux_syscall_next_pc): Change to ...
7923         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
7924         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
7925         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
7926         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
7927         call tdep->syscall_next_pc.
7928         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
7929         (arm_get_next_pcs_syscall_next_pc): Remove.
7930
7931 2016-01-14  Yao Qi  <yao.qi@linaro.org>
7932
7933         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
7934         * thread.c (do_captured_thread_select): Cast to const char *.
7935
7936 2016-01-14  Yao Qi  <yao.qi@linaro.org>
7937
7938         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
7939         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
7940         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
7941         instead.
7942         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
7943         <arm_thumb2_breakpoint>: Remove.
7944         <has_thumb2_breakpoint>: New field.
7945         (arm_get_next_pcs_ctor): Update declaration.
7946         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
7947         1 to arm_get_next_pcs_ctor.
7948         * arm-tdep.c (arm_software_single_step): Pass 0 to
7949         arm_get_next_pcs_ctor.
7950
7951 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
7952
7953         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
7954
7955 2016-01-13  Yao Qi  <yao.qi@linaro.org>
7956
7957         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
7958         byte_order_for_code to read instruction.
7959
7960 2016-01-13  Pedro Alves  <palves@redhat.com>
7961
7962         * NEWS: Mention $_gthread.
7963         * gdbthread.h (struct thread_info) <global_num>: Mention
7964         $_gthread.
7965         * thread.c (thread_num_make_value_helper): New function.
7966         (thread_id_make_value): Delete.
7967         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
7968         New.
7969         (thread_funcs): Adjust.
7970         (gthread_funcs): New.
7971         (_initialize_thread): Register $_gthread variable.
7972
7973 2016-01-13  Pedro Alves  <palves@redhat.com>
7974
7975         * NEWS: Mention "info threads -gid".
7976         * gdbthread.h (struct thread_info) <global_num>: Mention "info
7977         threads -gid".
7978         * thread.c (info_threads_command): Handle "-gid".
7979         (_initialize_thread): Adjust "info threads" help string to mention
7980         -gid.
7981
7982 2016-01-13  Pedro Alves  <palves@redhat.com>
7983
7984         * NEWS: Mention InferiorThread.global_num.
7985         * python/py-infthread.c (thpy_get_global_num): New function.
7986         (thread_object_getset): Register "global_num".
7987
7988 2016-01-13  Pedro Alves  <palves@redhat.com>
7989
7990         * NEWS: Mention that thread IDs are now per inferior and global
7991         thread IDs.
7992         * Makefile.in (SFILES): Add tid-parse.c.
7993         (COMMON_OBS): Add tid-parse.o.
7994         (HFILES_NO_SRCDIR): Add tid-parse.h.
7995         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
7996         * breakpoint.c (insert_breakpoint_locations)
7997         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
7998         (print_one_breakpoint_location, set_longjmp_breakpoint)
7999         (check_longjmp_breakpoint_for_call_dummy)
8000         (set_momentary_breakpoint): Adjust to use global IDs.
8001         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
8002         (until_break_command, longjmp_bkpt_dtor)
8003         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
8004         to use global IDs.
8005         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
8006         ptid_to_global_thread_id.
8007         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8008         * gdbthread.h (struct thread_info): Rename field 'num' to
8009         'global_num.  Add new fields 'per_inf_num' and 'inf'.
8010         (thread_id_to_pid): Rename thread_id_to_pid to
8011         global_thread_id_to_ptid.
8012         (pid_to_thread_id): Rename to ...
8013         (ptid_to_global_thread_id): ... this.
8014         (valid_thread_id): Rename to ...
8015         (valid_global_thread_id): ... this.
8016         (find_thread_id): Rename to ...
8017         (find_thread_global_id): ... this.
8018         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
8019         (print_thread_info): Add comment.
8020         * tid-parse.h: New file.
8021         * tid-parse.c: New file.
8022         * infcmd.c (step_command_fsm_prepare)
8023         (step_command_fsm_should_stop): Adjust to use the global thread
8024         ID.
8025         (until_next_command, until_next_command)
8026         (finish_command_fsm_should_stop): Adjust to use the global thread
8027         ID.
8028         (attach_post_wait): Adjust to check the inferior number too.
8029         * inferior.h (struct inferior) <highest_thread_num>: New field.
8030         * infrun.c (handle_signal_stop)
8031         (insert_exception_resume_breakpoint)
8032         (insert_exception_resume_from_probe): Adjust to use the global
8033         thread ID.
8034         * record-btrace.c (record_btrace_open): Use global thread IDs.
8035         * remote.c (process_initial_stop_replies): Also consider the
8036         inferior number.
8037         * target.c (target_pre_inferior): Clear the inferior's highest
8038         thread num.
8039         * thread.c (clear_thread_inferior_resources): Adjust to use the
8040         global thread ID.
8041         (new_thread): New inferior parameter.  Adjust to use it.  Set both
8042         the thread's global ID and the thread's per-inferior ID.
8043         (add_thread_silent): Adjust.
8044         (find_thread_global_id): New.
8045         (find_thread_id): Make static.  Adjust to rename.
8046         (valid_thread_id): Rename to ...
8047         (valid_global_thread_id): ... this.
8048         (pid_to_thread_id): Rename to ...
8049         (ptid_to_global_thread_id): ... this.
8050         (thread_id_to_pid): Rename to ...
8051         (global_thread_id_to_ptid): ... this.  Adjust.
8052         (first_thread_of_process): Adjust.
8053         (do_captured_list_thread_ids): Adjust to use global thread IDs.
8054         (should_print_thread): New function.
8055         (print_thread_info): Rename to ...
8056         (print_thread_info_1): ... this, and add new show_global_ids
8057         parameter.  Handle it.  Iterate over inferiors.
8058         (print_thread_info): Reimplement as wrapper around
8059         print_thread_info_1.
8060         (show_inferior_qualified_tids): New function.
8061         (print_thread_id): Use it.
8062         (tp_array_compar): Compare inferior numbers too.
8063         (thread_apply_command): Use tid_range_parser.
8064         (do_captured_thread_select): Use parse_thread_id.
8065         (thread_id_make_value): Adjust.
8066         (_initialize_thread): Adjust "info threads" help string.
8067         * varobj.c (struct varobj_root): Update comment.
8068         (varobj_create): Adjust to use global thread IDs.
8069         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
8070         * windows-tdep.c (display_tib): No longer accept an argument.
8071         * cli/cli-utils.c (get_number_trailer): Make extern.
8072         * cli/cli-utils.h (get_number_trailer): Declare.
8073         (get_number_const): Adjust documentation.
8074         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
8075         thread IDs.
8076         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
8077         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
8078         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
8079         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
8080         Likewise.
8081         * python/py-breakpoint.c (bppy_set_thread): Likewise.
8082         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
8083         * python/py-infthread.c (thpy_get_num): Add comment and return the
8084         per-inferior thread ID.
8085         (thread_object_getset): Update comment of "num".
8086
8087 2016-01-13  Pedro Alves  <palves@redhat.com>
8088
8089         * breakpoint.c (remove_threaded_breakpoints)
8090         (print_one_breakpoint_location): Use print_thread_id.
8091         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
8092         (btrace_fetch, btrace_clear): Use print_thread_id.
8093         * common/print-utils.c (CELLSIZE): Delete.
8094         (get_cell): Rename to ...
8095         (get_print_cell): ... this and made extern.  Adjust call callers.
8096         Adjust to use PRINT_CELL_SIZE.
8097         * common/print-utils.h (get_print_cell): Declare.
8098         (PRINT_CELL_SIZE): New.
8099         * gdbthread.h (print_thread_id): Declare.
8100         * infcmd.c (signal_command): Use print_thread_id.
8101         * inferior.c (print_inferior): Use print_thread_id.
8102         * infrun.c (handle_signal_stop)
8103         (insert_exception_resume_breakpoint)
8104         (insert_exception_resume_from_probe)
8105         (print_signal_received_reason): Use print_thread_id.
8106         * record-btrace.c (record_btrace_info)
8107         (record_btrace_resume_thread, record_btrace_cancel_resume)
8108         (record_btrace_step_thread, record_btrace_wait): Use
8109         print_thread_id.
8110         * thread.c (thread_apply_all_command): Use print_thread_id.
8111         (print_thread_id): New function.
8112         (thread_apply_command): Use print_thread_id.
8113         (thread_command, thread_find_command, do_captured_thread_select):
8114         Use print_thread_id.
8115
8116 2016-01-13  Pedro Alves  <palves@redhat.com>
8117
8118         * NEWS: Mention InferiorThread.inferior.
8119         * python/py-infthread.c (thpy_get_inferior): New.
8120         (thread_object_getset): Register "inferior".
8121
8122 2016-01-13  Pedro Alves  <palves@redhat.com>
8123
8124         * NEWS: Mention $_inferior.
8125         * inferior.c (inferior_id_make_value): New.
8126         (inferior_funcs): New.
8127         (_initialize_inferior): Create $_inferior variable.
8128
8129 2016-01-13  Pedro Alves  <palves@redhat.com>
8130
8131         PR breakpoints/19388
8132         * frame.c (get_current_frame): Use validate_registers_access.
8133         * gdbthread.h (validate_registers_access): Declare.
8134         * infrun.c (validate_siginfo_access): Delete.
8135         (siginfo_value_read, siginfo_value_write): Use
8136         validate_registers_access.
8137         * thread.c (validate_registers_access): New function.
8138
8139 2016-01-12  Josh Stone  <jistone@redhat.com>
8140             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8141
8142         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
8143         syscall_entry and syscall_return stop reasons.  Mention GDB
8144         support for remote catch syscall.
8145         * remote.c (PACKET_QCatchSyscalls): New enum.
8146         (remote_set_syscall_catchpoint): New function.
8147         (remote_protocol_features): New element for QCatchSyscalls.
8148         (remote_parse_stop_reply): Parse syscall_entry/return stops.
8149         (init_remote_ops): Install remote_set_syscall_catchpoint.
8150         (_initialize_remote): Config QCatchSyscalls.
8151         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
8152
8153 2016-01-12  Yao Qi  <yao.qi@linaro.org>
8154
8155         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
8156         to gdb_byte * and pass to linux_fork_to_function.
8157
8158 2016-01-12  Yao Qi  <yao.qi@linaro.org>
8159
8160         * nat/linux-ptrace.c (linux_fork_to_function): Change type
8161         of argument 'function'.
8162         (linux_grandchild_function): Change return type to 'int'.
8163         Change child_stack's type to 'void *'.
8164         (linux_child_function): Likewise.
8165
8166 2016-01-12  Pedro Alves  <palves@redhat.com>
8167
8168         Remove use of the registered trademark symbol throughout.
8169
8170 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
8171
8172         * reply_mig_hack.awk: Rewrite one regular expression.
8173
8174 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
8175
8176         * acinclude.m4: Include new warning.m4 file.
8177         * configure: Regenerated.
8178         * configure.ac: Move all warning logic ...
8179         * warning.m4: ... here.
8180
8181 2016-01-08  Yao Qi  <yao.qi@linaro.org>
8182
8183         * extension.c: Include target.h.
8184         (set_active_ext_lang): Only call install_gdb_sigint_handler,
8185         check_quit_flag, and set_quit_flag if target_terminal_is_ours
8186         returns false.
8187         (restore_active_ext_lang): Likewise.
8188         * target.c (target_terminal_is_ours): New function.
8189         * target.h (target_terminal_is_ours): Declare.
8190
8191 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
8192
8193         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
8194         to `err' in the little-endian leg.
8195
8196 2016-01-06  Yao Qi  <yao.qi@linaro.org>
8197
8198         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
8199         lines below.
8200         (thumb_get_next_pcs_raw): Make it static.
8201         (arm_get_next_pcs_raw): Likewise.
8202         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
8203         declaration.
8204         (arm_get_next_pcs_raw): Likewise.
8205
8206 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
8207
8208         * version.in: Change cvs to git.
8209
8210 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
8211
8212         * configure.tgt (score-*-*): Delete gdb_sim assignment.
8213
8214 2016-01-05  Pedro Alves  <palves@redhat.com>
8215
8216         PR sim/13418
8217         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
8218         the target is powerpc*.
8219         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
8220         of WITH_SIM.
8221         * configure: Regenerate.
8222         * config.in: Regenerate.
8223
8224 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
8225
8226         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
8227
8228 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
8229
8230         * configure.tgt (powerpc*-*-*): Delete test call and
8231         always assign gdb_sim.
8232
8233 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
8234
8235         Update year range in copyright notice of all files.
8236
8237 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
8238
8239         * top.c (print_gdb_version): Change copyright year in version
8240         message.
8241
8242 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
8243
8244         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
8245
8246 For older changes see ChangeLog-2015.
8247 \f
8248 Local Variables:
8249 mode: change-log
8250 left-margin: 8
8251 fill-column: 74
8252 version-control: never
8253 coding: utf-8
8254 End: