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