Workaround gdbserver<7.7 for setfs
[external/binutils.git] / gdb / ChangeLog
1 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * remote.c (struct remote_state): New field unknown_v_replies_ok.
4         (packet_config_support): Read it.
5         (remote_start_remote): Set it.
6
7 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
8
9         * remote.c: Revert check-in by a mistake in the previous commit.
10
11 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
12             Pedro Alves  <palves@redhat.com>
13
14         * exec.c (exec_file_locate_attach): Print warning for unsupported
15         target_pid_to_exec_file.
16         * symfile-mem.c (add_vsyscall_page): Remove the "file" command
17         message part.
18
19 2016-04-04  Simon Marchi  <simon.marchi@ericsson.com>
20
21         * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
22         trailing spaces.
23
24 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
25
26         PR gdb/19820
27         * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
28         the type of BINOP_REPEAT's second operand.
29
30 2016-03-31  Yichao Yu  <yyc1992@gmail.com>
31
32         PR gdb/19858
33         * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
34         got the breakpoint at the right address.
35         (jit_inferior_created): New function.
36         (_initialize_jit): Install jit_inferior_created as
37         inferior_created observer.
38
39 2016-03-31  Marcin Kościelnicki  <koriakin@0x04.net>
40
41         * NEWS: Mention support for tracepoints on powerpc*-linux.
42
43 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
44
45         PR python/19743
46         * python/python.c (execute_gdb_command): Use console uiout
47         when executing gdb command.
48         * utils.c (restore_ui_out_closure): New structure.
49         (do_restore_ui_out): New function.
50         (make_cleanup_restore_ui_out): Likewise.
51         * utils.h (make_cleanup_restore_ui_out): Declare.
52
53 2016-03-31  Pedro Alves  <palves@redhat.com>
54
55         * NEWS: Mention that support for "target m32rsdi", "target mips",
56         "target pmon", "target ddb", "target rockhopper", and "target lsi"
57         was removed.
58         * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
59         remote-mips.o.
60         (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
61         * configure.tgt: Remove all references to remote-m32r-sdi.o and
62         remote-mips.o.
63         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
64         function.
65         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
66         declaration.
67         * remote-m32r-sdi.c, remote-mips.c: Delete files.
68         * symfile.c (generic_load, generic_load): Remove comments.
69
70 2016-03-30  Yao Qi  <yao.qi@linaro.org>
71
72         * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
73         0 rather than NULL.
74
75 2016-03-30  Yao Qi  <yao.qi@linaro.org>
76
77         * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
78         (arm_epilogue_frame_this_id): New function.
79         (arm_epilogue_frame_prev_register): New function.
80         (arm_epilogue_frame_sniffer): New function.
81         (arm_epilogue_frame_unwind): New.
82         (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
83
84 2016-03-30  Yao Qi  <yao.qi@linaro.org>
85
86         * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
87         (arm_stack_frame_destroyed_p_1): ... here.  Don't call
88         arm_pc_is_thumb.
89         (arm_stack_frame_destroyed_p): Call
90         thumb_stack_frame_destroyed_p and
91         arm_stack_frame_destroyed_p_1.
92
93 2016-03-30  Doug Evans  <dje@google.com>
94
95         * python/py-utils.c (host_string_to_python_string): New function.
96         * python/python-internal.h (host_string_to_python_string): Declare it.
97         * python/py-*.c (*): Update all calls to
98         PyString_Decode (str, strlen (str), host_charset (), NULL);
99         to use host_string_to_python_string instead.
100
101 2016-03-30  Marcin Kościelnicki  <koriakin@0x04.net>
102
103         * remote.c (remote_check_symbols): Allocate own buffer for reply.
104
105 2016-03-29  Max Filippov  <jcmvbkbc@gmail.com>
106
107         * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
108         Use safe_read_memory_integer instead of read_memory_integer.
109
110 2016-03-29  Marcin Kościelnicki  <koriakin@0x04.net>
111
112         * NEWS: Mention support for tracepoints on s390*-linux.
113
114 2016-03-29  Don Breazeal  <donb@codesourcery.com>
115
116         * gdb/value.c (value_actual_type): Fix formatting issue.
117
118 2016-03-23  Yao Qi  <yao.qi@linaro.org>
119
120         * gdbarch.sh (software_single_step): Remove comments.
121         * gdbarch.h: Regenerated.
122
123 2016-03-21  Yao Qi  <yao.qi@linaro.org>
124
125         * arm-tdep.c (arm_record_media): New.
126         (arm_record_ld_st_reg_offset): Call arm_record_media.
127
128 2016-03-21  Yao Qi  <yao.qi@linaro.org>
129
130         * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
131         more syscalls.
132
133 2016-03-18  Yao Qi  <yao.qi@linaro.org>
134
135         * sparc-tdep.c (sparc_software_single_step): Make it static.
136         * sparc-tdep.h (sparc_software_single_step): Remove declaration.
137
138 2016-03-18  Yao Qi  <yao.qi@linaro.org>
139
140         * spu-tdep.c (spu_software_single_step): Throw error when
141         target_read_memory fails.
142
143 2016-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
144
145         * linux-thread-db.c (check_pid_namespace_match): Extend the message.
146
147 2016-03-17  Pedro Alves  <palves@redhat.com>
148             Don Breazeal  <donb@codesourcery.com>
149
150         PR remote/19496
151         * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
152         instead of checking the 'non_stop' global.
153         * remote.c (remote_add_thread): New parameter 'executing'.  Use it
154         to set the new thread's executing state.
155         (remote_notice_new_inferior): Rename parameter 'running' to
156         'executing'.  Always set the thread state to THREAD_RUNNING in
157         non-stop mode, and to THREAD_STOPPED in all-stop mode.  Pass
158         EXECUTING to remote_add_thread and notice_new_inferior.
159         (remote_update_thread_list): Update to pass executing state, not
160         running state.
161
162 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
163
164         * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
165         to 374.
166         * syscalls/s390x-linux.xml: Likewise.
167
168 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
169
170         * linux-record.c (record_mem_at_reg): New helper function.
171         (record_linux_system_call): Exploit new helper function where
172         applicable.
173
174 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
175
176         * linux-record.c: Fix whitespace issues; tabify, remove trailing
177         spaces.
178
179 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
180
181         * linux-record.c (record_linux_system_call): Add missing return
182         statements to handling of pipe and pipe2 syscalls.
183
184 2016-03-16  Doug Evans  <dje@google.com>
185
186         * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
187
188 2016-03-16  Yao Qi  <yao.qi@linaro.org>
189
190         * arm-linux-tdep.c (arm_linux_init_abi): Fix
191         arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
192         arm_linux_record_tdep.arg3.  Set arm_linux_record_tdep.arg4,
193         arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
194         arm_linux_record_tdep.arg7.
195
196 2016-03-15  Keith Seitz  <keiths@redhat.com>
197
198         PR breakpoints/18303
199         * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
200         look for "::" instead of simply ":".
201         (cp_search_static_and_baseclasses): Return null_block_symbol for
202         malformed input.
203         Remove assertions.
204         * cp-support.c (cp_find_first_component_aux): Do not return
205         a prefix length for ':' unless the next character is also ':'.
206
207 2016-03-15  Doug Evans  <dje@google.com>
208
209         * features/aarch64-core.xml (cpsr_flags): New flags type.
210         (cpsr): Use it.
211         * features/aarch64.c: Regenerate.
212
213 2016-03-15  Doug Evans  <dje@google.com>
214
215         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
216         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
217         * features/i386/64bit-core.xml (i386_eflags): Ditto.
218         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
219         * features/i386/x32-core.xml (i386_eflags): Ditto.
220
221 2016-03-15  Doug Evans  <dje@google.com>
222             Wei-cheng Wang  <cole945@gmail.com>
223
224         Extend flags to support multibit and enum bitfields.
225         * NEWS: Document new features.
226         * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
227         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
228         * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
229         (append_flags_type_field): New function.
230         (append_flags_type_flag): Call it.
231         * gdbtypes.h (append_flags_type_field): Declare.
232         * target-descriptions.c (struct tdesc_type_flag): Delete.
233         (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
234         (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
235         (struct tdesc_type) <u.f>: Delete.
236         (tdesc_predefined_types): Add "bool".
237         (tdesc_predefined_type): New function.
238         (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
239         Update TDESC_TYPE_FLAGS support.
240         (tdesc_free_type): Handle TDESC_TYPE_ENUM.  Update TDESC_TYPE_FLAGS.
241         (tdesc_create_flags): Update.
242         (tdesc_create_enum): New function.
243         (tdesc_add_field): Initialize start,end to -1.
244         (tdesc_add_typed_bitfield): New function.
245         (tdesc_add_bitfield): Call it.
246         (tdesc_add_flag): Allow TDESC_TYPE_STRUCT.  Update.
247         (tdesc_add_enum_value): New function.
248         (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
249         TDESC_TYPE_STRUCT.  Handle TDESC_TYPE_ENUM.
250         * target-descriptions.h (tdesc_create_enum): Declare.
251         (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
252         * valprint.c (generic_val_print_enum_1): New function.
253         (generic_val_print_enum): Call it.
254         (val_print_type_code_flags): Make static.  Handle multibit bitfields
255         and enum bitfields.
256         * valprint.h (val_print_type_code_flags): Delete.
257         * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
258         Delete.  All uses removed.
259         (tdesc_start_enum): New function.
260         (tdesc_start_field): Handle multibit and enum bitfields.
261         (tdesc_start_enum_value): New function.
262         (enum_value_attributes, enum_children, enum_attributes): New static
263         globals.
264         (feature_children): Add "enum".
265         * features/gdb-target.dtd (enum, evalue): New elements.
266
267 2016-03-15  Doug Evans  <dje@google.com>
268
269         * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
270         from LONGEST to int.
271         (struct tdesc_type) <u.f.size>: Ditto.
272         (tdesc_set_struct_size): Change type of "size" arg from LONGEST
273         to int.  Add assertion size > 0.
274         (tdesc_create_flags): Ditto.
275         * target-descriptions.h (tdesc_set_struct_size): Update.
276         (tdesc_create_flags): Update.
277         * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
278         (MAX_VECTOR_SIZE): New macro.
279         (tdesc_start_struct): Catch conversion errors from LONGEST to int.
280         (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
281
282 2016-03-15  Doug Evans  <dje@google.com>
283
284         * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
285         TYPE_CODE_FLAGS instead of "field_type", for consistency.
286         * features/i386/amd64-avx-linux.c: Regenerate.
287         * features/i386/amd64-avx.c: Regenerate.
288         * features/i386/amd64-avx512-linux.c: Regenerate.
289         * features/i386/amd64-avx512.c: Regenerate.
290         * features/i386/amd64-linux.c: Regenerate.
291         * features/i386/amd64-mpx-linux.c: Regenerate.
292         * features/i386/amd64-mpx.c: Regenerate.
293         * features/i386/amd64.c: Regenerate.
294         * features/i386/i386-avx-linux.c: Regenerate.
295         * features/i386/i386-avx.c: Regenerate.
296         * features/i386/i386-avx512-linux.c: Regenerate.
297         * features/i386/i386-avx512.c: Regenerate.
298         * features/i386/i386-linux.c: Regenerate.
299         * features/i386/i386-mmx-linux.c: Regenerate.
300         * features/i386/i386-mmx.c: Regenerate.
301         * features/i386/i386-mpx-linux.c: Regenerate.
302         * features/i386/i386-mpx.c: Regenerate.
303         * features/i386/i386.c: Regenerate.
304         * features/i386/x32-avx-linux.c: Regenerate.
305         * features/i386/x32-avx.c: Regenerate.
306         * features/i386/x32-avx512-linux.c: Regenerate.
307         * features/i386/x32-avx512.c: Regenerate.
308         * features/i386/x32-linux.c: Regenerate.
309         * features/i386/x32.c: Regenerate.
310
311 2016-03-15  Pedro Alves  <palves@redhat.com>
312
313         PR gdb/19676
314         * linux-thread-db.c (try_thread_db_load_1): Leave
315         info->td_ta_thr_iter_p NULL iff debugging a live process and we
316         have /proc access.
317         (find_new_threads_once): Assert that we have a non-NULL
318         info->td_ta_thr_iter_p instead of checking whether the target has
319         execution.
320
321 2016-03-15  Pedro Alves  <palves@redhat.com>
322
323         PR gdb/19676
324         * infrun.c (displaced_step_prepare): Also disable displaced
325         stepping on NOT_SUPPORTED_ERROR.
326         * linux-tdep.c (linux_displaced_step_location): If reading auxv
327         fails, throw NOT_SUPPORTED_ERROR instead of generic error.
328
329 2016-03-13  Marcin Kościelnicki  <koriakin@0x04.net>
330
331         * s390-linux-tdep.c (s390_gen_return_address): New function.
332         (s390_gdbarch_init): Fill gen_return_address hook.
333
334 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
335
336         * symmisc.c (maintenance_info_line_tables): New function.
337         (maintenance_print_one_line_table): New function.
338         (_initialize_symmisc): Register 'maint info line-table' command.
339         * NEWS: Mention new command.
340
341 2016-03-11  Marcin Kościelnicki  <koriakin@0x04.net>
342
343         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
344         (s390_ax_pseudo_register_push_stack): New function.
345         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
346         ax_pseudo_register_push_stack hooks.
347
348 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
349
350         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
351         gdb/function/as_string.py.
352         * python/lib/gdb/function/as_string.py: New file.
353         * NEWS: Mention the new $_as_string function.
354
355 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
356
357         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
358
359 2016-03-09  Pedro Alves  <palves@redhat.com>
360
361         * event-top.c (more_to_come): Delete.
362         (struct readline_input_state): Delete.
363         (readline_input_state): Delete.
364         (get_command_line_buffer): New function.
365         (command_handler): Update comments.  Don't handle NULL commands
366         here.  Do not execute commented lines.
367         (command_line_append_input_line): New function.
368         (handle_line_of_input): New function, partly based on
369         command_line_handler and command_line_input.
370         (command_line_handler): Rewrite.
371         * event-top.h (command_handler): New declaration.
372         (command_loop): Defer command execution to command_handler.
373         (command_line_input): Update comments.  Simplify, using struct
374         buffer and handle_line_of_input.
375         * top.h (struct buffer): New forward declaration.
376         (handle_line_of_input): New declaration.
377
378 2016-03-09  Pedro Alves  <palves@redhat.com>
379
380         * event-top.c (command_line_handler): Use xfree + xstrdup instead
381         of xrealloc + strcpy.
382         * main.c (captured_main): Use xstrdup instead of xmalloc plus
383         manual clear.
384         * top.c (saved_command_line): Rewrite comment.
385         (saved_command_line_size): Delete.
386         (command_line_input): Use xfree + xstrdup instead of xrealloc +
387         strcpy.
388         * top.h (saved_command_line_size): Delete declaration.
389
390 2016-03-09  Pedro Alves  <palves@redhat.com>
391
392         * event-top.c: Include buffer.h.
393         (gdb_readline_no_editing_callback): Use struct buffer instead
394         of xrealloc.
395
396 2016-03-09  Pedro Alves  <palves@redhat.com>
397
398         * common/buffer.h (buffer_grow_char): New function.
399         * top.c: Include buffer.h.
400         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
401         'prompt'.  Use struct buffer instead of xrealloc.
402
403 2016-03-09  Pedro Alves  <palves@redhat.com>
404
405         * defs.h (gdb_readline): Delete declaration.
406         * top.c (gdb_readline): Rename to ...
407         (gdb_readline_no_editing): ... this, and make static.
408
409 2016-03-09  Pedro Alves  <palves@redhat.com>
410
411         * utils.c (prompt_for_continue): Update comments.
412
413 2016-03-09  Pedro Alves  <palves@redhat.com>
414
415         * event-top.c (async_annotation_suffix): Delete.
416         (top_level_prompt, command_line_handler): Don't use
417         'async_annotation_suffix' and simplify.
418         * event-top.h (async_annotation_suffix): Delete declaration.
419         (init_main): Remove reference to 'async_annotation_suffix'.
420
421 2016-03-09  Pedro Alves  <palves@redhat.com>
422
423         * event-top.c (gdb_readline2): Rename to ...
424         (gdb_readline_no_editing_callback): ... this.
425         (change_line_handler, stdin_event_handler)
426         (gdb_setup_readline): Adjust.
427         * event-top.h (gdb_readline2): Rename to ...
428         (gdb_readline_no_editing_callback): ... this, and move closer to
429         other readline-related declarations.
430         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
431
432 2016-03-09  Pedro Alves  <palves@redhat.com>
433
434         * top.c (window_hook): Delete.
435         (command_loop): Remove references to window_hook.
436
437 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
438
439         * corefile.c (safe_read_memory_unsigned_integer): New function.
440         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
441         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
442
443 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
444
445         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
446         (rs6000_gen_return_address): New function.
447         (rs6000_gdbarch_init): Wire in the above.
448
449 2016-03-09  Marcin Kościelnicki  <koriakin@0x04.net>
450
451         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
452         (rs6000_gdbarch_init): Wire in the above.
453
454 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
455
456         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
457         instructions that do nothing or are conditional traps.
458
459 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
460
461         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
462         frame func's PC in info->func before any other failure can occur.
463         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
464         info->func has been filled out.
465
466 2016-03-09  Pedro Alves  <palves@redhat.com>
467
468         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
469
470 2016-03-09  Pedro Alves  <palves@redhat.com>
471
472         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
473
474 2016-03-09  Pedro Alves  <palves@redhat.com>
475
476         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
477         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
478
479 2016-03-09  Pedro Alves  <palves@redhat.com>
480
481         * doublest.c: Extend comments.
482         (floatformat_to_doublest, floatformat_from_doublest): Copy the
483         floatformat's total size, not the host type's size.
484
485 2016-03-09  Pedro Alves  <palves@redhat.com>
486
487         * doublest.c (floatformat_totalsize_bytes): New function.
488         (floatformat_from_type): Assert that the type's length is at least
489         as long as the floatformat's totalsize.
490         * doublest.h (floatformat_totalsize_bytes): New declaration.
491         * gdbtypes.c (arch_float_type): Assert that the type's length is
492         at least as long as the floatformat's totalsize.
493
494 2016-03-09  Pedro Alves  <palves@redhat.com>
495
496         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
497         format to floatformats_ieee_double.
498
499 2016-03-07  Pedro Alves  <palves@redhat.com>
500
501         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
502         before calling bfd_get_flavour.
503
504 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
505
506         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
507         (avr_push_dummy_call): Correct last needed argument register.
508         Write MSB of argument into register and subsequent bytes into
509         other registers in decreasing order.
510
511 2016-03-04  Yao Qi  <yao.qi@linaro.org>
512
513         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
514         condition check.  Record the right D register number.
515
516 2016-03-04  Yao Qi  <yao.qi@linaro.org>
517
518         * arm-tdep.c (arm_record_extension_space): Remove code
519         printing "Process record does not support".
520         (arm_record_data_proc_misc_ld_str): Likewise.
521         (decode_insn): Call arm_record_extension_space if condition
522         is 0xf.  Call arm_record_unsupported_insn if ret isn't
523         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
524         the value of thumb2_record_decode_insn_handler.
525
526 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
527
528         * features/feature_to_c.sh: Print the help when passing no
529         argument.
530
531 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
532
533         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
534
535 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
536
537         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
538
539 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
540
541         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
542         exception when attempting to access the inferior's backchain.
543
544 2016-02-29  Yao Qi  <yao.qi@linaro.org>
545
546         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
547         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
548         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
549         for aarch64_sys_epoll_create1.
550
551 2016-02-29  Yao Qi  <yao.qi@linaro.org>
552
553         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
554         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
555         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
556         * linux-record.c (record_linux_system_call): Handle them.
557
558 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
559
560         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
561         cyclic imports.
562
563 2016-02-26  Keith Seitz  <keiths@redhat.com>
564
565         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
566         to avoid invalid conversion from void *.
567
568 2016-02-26  Yao Qi  <yao.qi@linaro.org>
569
570         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
571         per bit 8.  Check bit 20 instead of bit 4 for VMOV
572         instruction.  Record D registers for instructions changing
573         S registers.  Change of the order of length and address
574         in record_buf_mem array.
575
576 2016-02-26  Yao Qi  <yao.qi@linaro.org>
577
578         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
579         number of Rd.
580
581 2016-02-25  Doug Evans  <dje@google.com>
582
583         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
584         compiler warning.
585         (recv_long_data): Ditto.
586
587 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
588
589         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
590         Initialize variables.
591
592 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
593
594         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
595         (ax_reg_mask): Likewise.
596
597 2016-02-24  Pedro Alves  <palves@redhat.com>
598
599         * linux-nat.c (save_sigtrap) Delete.
600         (stop_wait_callback): Call save_stop_reason instead of
601         save_sigtrap.
602         (check_stopped_by_breakpoint): Rename to ...
603         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
604         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
605         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
606         common code between the USE_SIGTRAP_SIGINFO and
607         !USE_SIGTRAP_SIGINFO blocks.
608         (linux_nat_filter_event): Call save_stop_reason instead of
609         save_sigtrap.
610         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
611         si_code for MIPS.
612         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
613         comments on MIPS behavior.
614         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
615
616 2016-02-24  Marcin Kościelnicki  <koriakin@0x04.net>
617
618         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
619         to avoid spurious warnings.
620
621 2016-02-24  Gary Benson  <gbenson@redhat.com>
622
623         * exec.c (exec_file_locate_attach): Do not attempt to
624         locate main executable locally if not found in sysroot.
625
626 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
627
628         GDB 7.11 released.
629
630 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
631
632         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
633         unavailable PC/SP to build unavailable frame.
634
635 2016-02-23  Doug Evans  <dje@google.com>
636
637         Extend "skip" command to support -file, -gfile, -function, -rfunction.
638         * NEWS: Document new features.
639         * skip.c: #include "fnmatch.h", "gdb_regex.h".
640         (skiplist_entry) <file>: Renamed from filename.
641         <function>: Renamed from function_name.
642         <file_is_glob, function_is_regexp>: New members.
643         <compiled_function_regexp, compiled_function_regexp_is_valid>:
644         New members.
645         (make_skip_entry): New function.
646         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
647         (make_free_skiplist_entry_cleanup): New function.
648         (skip_file_command): Update.
649         (skip_function, skip_function_command): Update.
650         (compile_skip_regexp): New functions.
651         (skip_command): Add support for new options.
652         (skip_info): Update.
653         (skip_file_p, skip_gfile_p): New functions.
654         (skip_function_p, skip_rfunction_p): New functions.
655         (function_name_is_marked_for_skip): Update and simplify.
656         (_initialize_step_skip): Update.
657         * symtab.c: #include "fnmatch.h".
658         (compare_glob_filenames_for_search): New function.
659         * symtab.h (compare_glob_filenames_for_search): Declare.
660         * utils.c (count_path_elements): New function.
661         (strip_leading_path_elements): New function.
662         * utils.h (count_path_elements): Declare.
663         (strip_leading_path_elements): Declare.
664
665 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
666
667         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
668         (thumb_process_displaced_insn): Likewise.
669         (arm_process_displaced_insn): Adjust calls.
670
671 2016-02-23  Yao Qi  <yao.qi@linaro.org>
672
673         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
674         Remove.
675         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
676         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
677         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
678         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
679         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
680         <aarch64_sys_faccessat>: New.
681         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
682         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
683         <aarch64_sys_newfstatat>: New.
684         (UNSUPPORTED_SYSCALL_MAP): New macro.
685         (aarch64_canonicalize_syscall): Add missing syscalls.
686
687 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
688
689         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
690
691 2016-02-22  Yao Qi  <yao.qi@linaro.org>
692
693         * arm-tdep.c: Fix code format issues.
694
695 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
696
697         * d-namespace.c (d_lookup_symbol_imports): Remove argument
698         'search_parents'.  All callers updated.
699
700 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
701
702         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
703         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
704
705 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
706
707         * NEWS: Add entry for bound violation.
708         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
709         Add handler for segmentation fault.
710         * gdbarch.sh (handle_segmentation_fault): New.
711         * gdbarch.c: Regenerate.
712         * gdbarch.h: Regenerate.
713         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
714         (SIG_CODE_BONDARY_FAULT): New define.
715         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
716         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
717         * i386-tdep.c (i386_mpx_enabled): Add as external.
718         * i386-tdep.c (i386_mpx_enabled): Add as external.
719         * infrun.c (handle_segmentation_fault): New function.
720         (print_signal_received_reason): Use handle_segmentation_fault.
721
722 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
723
724         * arch-utils.c (default_guess_tracepoint_registers): New function.
725         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
726         * gdbarch.c: Regenerate.
727         * gdbarch.h: Regenerate.
728         * gdbarch.sh: Add guess_tracepoint_registers hook.
729         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
730
731 2016-02-17  Gary Benson  <gbenson@redhat.com>
732
733         * exec.c (exec_file_locate_attach): Add missing cleanup.
734
735 2016-02-16  Don Breazeal  <donb@codesourcery.com>
736
737         PR remote/19496
738         * remote.c (remove_new_fork_children): Check for pending
739         fork status in thread_info.suspend.
740
741 2016-02-16  Yao Qi  <yao.qi@linaro.org>
742
743         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
744         'old_chain' later.
745
746 2016-02-16  Yao Qi  <yao.qi@linaro.org>
747
748         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
749         <syscall_next_pc>: Remove argument PC.  Callers updated.
750         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
751         Remove argument PC.  Get pc from regcache_read_pc.
752         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
753         argument PC.
754
755 2016-02-15  Yao Qi  <yao.qi@linaro.org>
756
757         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
758
759 2016-02-12  Yao Qi  <yao.qi@linaro.org>
760
761         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
762         nextpc according to instruction.
763
764 2016-02-12  Yao Qi  <yao.qi@linaro.org>
765
766         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
767         self->ops->fixup if it isn't NULL.
768         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
769         (struct arm_get_next_pcs_ops) <fixup>: New field.
770         * arch/arm-linux.c: Include common-regcache.h and
771         arch/arm-get-next-pcs.h.
772         (arm_linux_get_next_pcs_fixup): New function.
773         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
774         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
775         it with arm_linux_get_next_pcs_fixup.
776         (arm_linux_software_single_step): Move code to
777         arm_linux_get_next_pcs_fixup.
778         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
779
780 2016-02-12  Marcin Kościelnicki  <koriakin@0x04.net>
781
782         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
783         and return NULL.
784
785 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
786
787         * frame.h (skip_tailcall_frames): Update comment.
788         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
789         if only artificial frames are found.  Update comment.
790         (frame_unwind_caller_id): Handle NULL return.
791         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
792         skip_artificial_frames does not return NULL.
793         (frame_pop): Add an error if only tailcall frames are found.
794         * infcmd.c (finish_command): Move skip_tailcall_frames call into
795         forward-execution case.  Add an error if only tailcall frames are
796         found.
797
798 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
799
800         * stack.c (frame_info): Check frame_unwind_caller_id.
801
802 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
803
804         * frame.h (skip_tailcall_frames): New.
805         * frame.c (skip_tailcall_frames): New.
806         (frame_pop): Call skip_tailcall_frames.
807         * infcmd.c (finish_command): Call skip_tailcall_frames.
808
809 2016-02-11  Pedro Alves  <palves@redhat.com>
810
811         * Makefile.in (check-parallel): New rule.
812
813 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
814
815         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
816         (arm_analyze_prologue): Likewise.
817         (arm_scan_prologue): Likewise.
818         (arm_m_exception_prev_register): Likewise.
819         (arm_copy_block_xfer): Likewise.
820         (thumb2_copy_block_xfer): Likewise.
821         (arm_decode_miscellaneous): Likewise.
822         (arm_decode_ld_st_word_ubyte): Likewise.
823         (arm_decode_svc_copro): Likewise.
824         (thumb2_decode_svc_copro): Likewise.
825         (thumb_copy_16bit_ldr_literal): Likewise.
826         (thumb_copy_pop_pc_16bit): Likewise.
827         (decode_thumb_32bit_ld_mem_hints): Likewise.
828         (arm_show_force_mode): Likewise.
829         (_initialize_arm_tdep): Likewise.
830         (arm_record_strx): Likewise.
831         (arm_record_extension_space): Likewise.
832         (arm_record_data_proc_misc_ld_str): Likewise.
833         (arm_record_exreg_ld_st_insn): Likewise.
834         (arm_record_vfp_data_proc_insn): Likewise.
835         (arm_record_coproc_data_proc): Likewise.
836         (thumb_record_misc): Likewise.
837         (thumb_record_ldm_stm_swi): Likewise.
838         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
839         (thumb2_record_ld_mem_hints): Likewise.
840         (thumb2_record_lmul_lmla_div): Likewise.
841         (thumb2_record_asimd_struct_ld_st): Likewise.
842         (arm_process_record): Likewise.
843
844 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
845
846         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
847         (ARM displaced stepping support): Remove reference to
848         arm_displaced_step_copy_insn in comment.
849         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
850         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
851         reference to arm_displaced_step_copy_insn in comment.
852
853 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
854
855         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
856         (thumb_copy_b): Likewise.
857         (arm_decode_b_bl_ldmstm): Likewise.
858         (thumb_copy_16bit_ldr_literal): Likewise.
859         (thumb_copy_pop_pc_16bit): Likewise.
860
861 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
862
863         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
864         than loc->gdbarch.
865
866 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
867
868         * tracefile-tfile.c (trace_tdesc): New static variable.
869         (tfile_open): Clear trace_tdesc, call target_find_description.
870         (tfile_interp_line): Recognize tdesc lines.
871         (tfile_close): Clear trace_tdesc.
872         (tfile_xfer_partial_features): New function.
873         (tfile_xfer_partial): Call tfile_xfer_partial_features.
874         (tfile_append_tdesc_line): New function.
875
876 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
877
878         * ctf.c (ctf_write_tdesc): New function.
879         (ctf_write_ops): Wire in ctf_write_tdesc.
880         * tracefile-tfile.c (tfile_write_tdesc): New function.
881         (tfile_write_ops): Wire in tfile_write_tdesc.
882         * tracefile.c (trace_save): Call write_tdesc method.
883         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
884         * xml-tdesc.c (target_fetch_description_xml): New function.
885         * xml-tdesc.h: Add target_fetch_description_xml prototype.
886
887 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
888
889         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
890         (arm_decode_dp_misc): Likewise.
891
892 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
893
894         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
895         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
896         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
897         misleading comment.
898         (i386_pseudo_register_write): Ditto.
899         (i386_ax_pseudo_register_collect): New function.
900         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
901         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
902
903 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
904
905         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
906         instead of gdb order.
907
908 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
909
910         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
911         check.
912
913 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
914
915         * NEWS: Create a new section for the next release branch.
916         Rename the section of the current branch, now that it has
917         been cut.
918
919 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
920
921         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
922         * version.in: Bump version to 7.11.50.DATE-git.
923
924 2016-02-09  Keith Seitz  <keiths@redhat.com>
925
926         PR breakpoints/19546
927         * breakpoint.c (breakpoint_event_location_empty_p): New function.
928         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
929         instead of event_location_empty_p.
930
931 2016-02-09  Keith Seitz  <keiths@redhat.com>
932
933         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
934         string_to_event_location_basic instead of string_to_event_location.
935
936 2016-02-09  Keith Seitz  <keiths@redhat.com>
937
938         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
939         leading whitespace and use string_to_event_location_basic instead
940         of new_linespec_location.
941
942 2016-02-09  Keith Seitz  <keiths@redhat.com>
943
944         PR python/19506
945         * python/py-breakpoint.c (bppy_init): Use
946         string_to_event_location_basic instead of new_linespec_location.
947
948 2016-02-09  Keith Seitz  <keiths@redhat.com>
949
950         * location.c (string_to_explicit_location): Note that "-p" is
951         reserved for probe locations and return NULL for any input
952         that starts with that.
953         (string_to_event_location): Move "legacy" linespec code to ...
954         (string_to_event_location_basic): ... here.
955         * location.h (string_to_event_location): Update comment.
956         (string_to_event_location_basic): New function.
957
958 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
959
960         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
961         to AC_OUTPUT.  Remove "exit 0" at the end.
962         * configure: Regenerate.
963
964 2016-02-09  Pedro Alves  <palves@redhat.com>
965
966         PR breakpoints/19548
967         * breakpoint.c (create_overlay_event_breakpoint): Don't update
968         global location list here.
969         (create_longjmp_master_breakpoint)
970         (create_std_terminate_master_breakpoint)
971         (create_exception_master_breakpoint, create_jit_event_breakpoint)
972         (update_breakpoint_locations):
973         (breakpoint_re_set): Update global location list after all
974         breakpoints are re-set.
975
976 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
977
978         * remote.c (remote_register_number_and_offset): Remove unused
979         variable(s).
980         (remote_thread_always_alive): Likewise.
981         (remote_update_thread_list): Likewise.
982         (process_initial_stop_replies): Likewise.
983         (remote_start_remote): Likewise.
984         (remote_check_symbols): Likewise.
985         (discard_pending_stop_replies): Likewise.
986         (process_stop_reply): Likewise.
987         (putpkt_binary): Likewise.
988         (getpkt): Likewise.
989         (remote_add_target_side_condition): Likewise.
990         (remote_insert_breakpoint): Likewise.
991         (remote_supports_stopped_by_sw_breakpoint): Likewise.
992         (remote_supports_stopped_by_hw_breakpoint): Likewise.
993         (remote_xfer_partial): Likewise.
994         (remote_read_btrace): Likewise.
995         (remote_async_serial_handler): Likewise.
996         (remote_thread_events): Likewise.
997         (_initialize_remote): Likewise.
998
999 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1000
1001         * varobj.h (varobj_delete): Remove dellist parameter, update and
1002         move documentation here.
1003         * varobj.c (struct cpstack, cppush, cppop): Remove.
1004         (delete_variable): Remove resultp (first) parameter.
1005         (delete_variable_1): Likewise.
1006         (varobj_delete): Remove dellist parameter and unused code.
1007         (update_dynamic_varobj_children): Adjust varobj_delete call.
1008         (update_type_if_necessary): Likewise.
1009         (varobj_set_visualizer): Likewise.
1010         (varobj_update): Likewise.
1011         (value_of_root): Likewise.
1012         (varobj_invalidate_iter): Likewise.
1013         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
1014
1015 2016-02-04  Yao Qi  <yao.qi@linaro.org>
1016
1017         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
1018         0 before handling 'F' and set it back afterwards.
1019
1020 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
1021
1022         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
1023
1024 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1025
1026         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
1027         New types.
1028         (compat_siginfo): New bound fields added.
1029         (compat_x32_siginfo): New field added.
1030         (cpt_si_addr_lsb): New define.
1031         (compat_siginfo_from_siginfo): Use nat_siginfo.
1032         (siginfo_from_compat_siginfo): Use nat_siginfo.
1033         (compat_x32_siginfo_from_siginfo): Likewise.
1034         (siginfo_from_compat_x32_siginfo): Likewise.
1035
1036 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1037
1038         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
1039         structure to the siginfo if extra_fields contains
1040         LINUX_SIGINFO_FIELD_ADDR_BND.
1041
1042 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1043
1044         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
1045         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
1046         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
1047         function.
1048         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
1049         x86_linux_get_siginfo_type for the amd64 abi.
1050         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
1051         function.
1052         (i386_linux_init_abi): Add new function at the i386 ABI
1053         initialization.
1054
1055 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1056
1057         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
1058         (linux_siginfo_extra_fields): New enum type.
1059         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
1060         (linux_get_siginfo_type): Use new function.
1061
1062 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1063
1064         * nat/amd64-linux-siginfo.c: New file.
1065         * nat/amd64-linux-siginfo.h: New file.
1066         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
1067         (amd64-linux-siginfo.o): New rule.
1068         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
1069         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
1070         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1071         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
1072         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
1073         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
1074         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
1075         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
1076
1077 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1078
1079         * value.c (max_value_size): New variable.
1080         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
1081         (set_max_value_size): New function.
1082         (show_max_value_size): New function.
1083         (check_type_length_before_alloc): New function.
1084         (allocate_value_contents): Call check_type_length_before_alloc.
1085         (set_value_enclosing_type): Likewise.
1086         (_initialize_values): Add set/show handler for max-value-size.
1087         * NEWS: Mention new set/show command.
1088
1089 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
1090
1091         * varobj.h (struct varobj): Fix typos in comments.
1092         (struct lang_varobj_ops): Likewise.
1093         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
1094         (varobj_create): Move misplaced comment.
1095
1096 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
1097
1098         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
1099         to for include additional lines.
1100         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
1101
1102 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1103
1104         * gnulib/import/Makefile.am: Regenerate.
1105         * gnulib/import/Makefile.in: Regenerate.
1106         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1107         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
1108
1109 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1110
1111         * remote.c (skip_to_semicolon): Remove.
1112         (remote_parse_stop_reply): Use strchrnul instead of
1113         skip_to_semicolon.
1114         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1115         strchrnul.
1116         * gnulib/aclocal.m4: Regenerate.
1117         * gnulib/config.in: Regenerate.
1118         * gnulib/configure: Regenerate.
1119         * gnulib/import/Makefile.am: Regenerate.
1120         * gnulib/import/Makefile.in: Regenerate.
1121         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1122         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1123         * gnulib/import/m4/rawmemchr.m4: New file.
1124         * gnulib/import/m4/strchrnul.m4: New file.
1125         * gnulib/import/rawmemchr.c: New file.
1126         * gnulib/import/rawmemchr.valgrind: New file.
1127         * gnulib/import/strchrnul.c: New file.
1128         * gnulib/import/strchrnul.valgrind: New file.
1129
1130 2016-01-28  Yao Qi  <yao.qi@linaro.org>
1131
1132         * breakpoint.c (build_target_command_list): Don't call continue
1133         if aexpr is NULL.
1134         (build_target_condition_list): Likewise.
1135
1136 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
1137
1138         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
1139         bytes as aggregates.
1140
1141 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
1142
1143         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
1144         Linespec Maintainers.
1145
1146 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
1147
1148         * common/common-utils.c (skip_spaces): Fix comment.
1149         (skip_to_space_const): Likewise.
1150
1151 2016-01-25  Yao Qi  <yao.qi@linaro.org>
1152
1153         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
1154         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
1155         (arm_deal_with_atomic_sequence_raw): Likewise.
1156         (thumb_get_next_pcs_raw): Likewise.
1157         (arm_get_next_pcs_raw): Likewise.
1158         (arm_get_next_pcs): Remove argument pc.  Callers updated.
1159         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
1160
1161 2016-01-25  Mark Wielaard  <mjw@redhat.com>
1162
1163         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
1164         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
1165         if statement.
1166         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
1167         statement block by introducing an else.
1168         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
1169         of return statements.
1170         (record_linux_msghdr): Likewise.
1171
1172 2016-01-25  Pedro Alves  <palves@redhat.com>
1173
1174         PR threads/19461
1175         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
1176         parent/child running states.
1177
1178 2016-01-25  Pedro Alves  <palves@redhat.com>
1179
1180         PR gdb/19494
1181         * linux-nat.c (kill_one_lwp): New, factored out from ...
1182         (kill_callback): ... this.
1183         (kill_wait_callback): New, factored out from ...
1184         (kill_wait_one_lwp): ... this.
1185         (kill_unfollowed_fork_children): New function.
1186         (linux_nat_kill): Use it.
1187
1188 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
1189
1190         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
1191
1192 2016-01-22  Yao Qi  <yao.qi@linaro.org>
1193
1194         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
1195         instead of warning.
1196         (store_fpregs, fetch_regs, store_regs): Likewise.
1197         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
1198         (fetch_vfp_regs, store_vfp_regs): Likewise.
1199
1200 2016-01-21  Doug Evans  <dje@google.com>
1201
1202         * breakpoint.c (init_breakpoint_sal): Add comment.
1203
1204 2016-01-21  Marcin Kościelnicki  <koriakin@0x04.net>
1205
1206         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
1207
1208 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1209
1210         * disasm.c (maybe_add_dis_line_entry): Rename to...
1211         (add_dis_line_entry): ...this, and update header comment.
1212         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
1213
1214 2016-01-21  Pedro Alves  <palves@redhat.com>
1215
1216         * Makefile.in (COMPILER_CFLAGS): New.
1217         (CXXFLAGS): Get it from configure.
1218         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
1219         instead of CFLAGS.
1220         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
1221         COMPILER_CFLAGS.
1222         * configure: Regenerate.
1223
1224 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
1225
1226         * location.h (new_address_location): Add new parameters
1227         "addr_string" and "addr_string_len".
1228         (get_address_string_location): Add declaration.
1229         * location.c (new_address_location): Add new parameters
1230         "addr_string" and "addr_string_len".  If not NULL, store
1231         a copy of the addr_string in the new location as well.
1232         (get_address_string_location): New function.
1233         (string_to_event_location): Update call to new_address_location.
1234         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
1235         Save the event location in the parser's state before
1236         passing it to convert_address_location_to_sals.
1237         * breakpoint.c (create_thread_event_breakpoint): Update call
1238         to new_address_location.
1239         (init_breakpoint_sal): Get the event location's string, if any,
1240         and use it to update call to new_address_location.
1241         * python/py-finishbreakpoint.c (bpfinishpy_init):
1242         Update call to new_address_location.
1243         * spu-tdep.c (spu_catch_start): Likewise.
1244
1245         * config/djgpp/fnchange.lst: Add entries for
1246         gdb/testsuite/gdb.base/break-fun-addr1.c and
1247         gdb/testsuite/gdb.base/break-fun-addr2.c.
1248
1249 2016-01-21  Yao Qi  <yao.qi@linaro.org>
1250
1251         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
1252         is_thumb and set it according to CPSR saved on the stack.
1253         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
1254         arm_linux_sigreturn_next_pc.
1255
1256 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
1257
1258         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
1259         Fix enumerators sort key function.
1260
1261 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
1262
1263         * printcmd.c (print_scalar_formatted): Move binary operator from
1264         end of line to beginning of next line.  Adjust formatting
1265         accordingly.
1266
1267 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1268
1269         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
1270         "len" with sysctl.
1271
1272 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1273
1274         * fbsd-tdep.c (find_stop_signal): Remove.
1275         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
1276         <stop_signal>: New field.
1277         <abort_iteration>: New field.
1278         (fbsd_collect_regset_section_cb): Use new fields.
1279         (fbsd_collect_thread_registers): New function.
1280         (struct fbsd_corefile_thread_data): New structure.
1281         (fbsd_corefile_thread): New function.
1282         (fbsd_make_corefile_notes): Use new function to dump notes for each
1283         non-exited thread in a process.
1284
1285 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1286
1287         * configure.ac: Check for support for LWP names on FreeBSD.
1288         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
1289         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
1290         (fbsd_fetch_kinfo_proc): Move function earlier.
1291         [PT_LWPINFO] (fbsd_thread_alive): New function.
1292         [PT_LWPINFO] (fbsd_pid_to_str): New function.
1293         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
1294         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
1295         [PT_LWPINFO] (fbsd_add_threads): New function.
1296         [PT_LWPINFO] (fbsd_update_thread_list): New function.
1297         [PT_LWPINFO] New variable super_resume.
1298         [PT_LWPINFO] (resume_one_thread_cb): New function.
1299         [PT_LWPINFO] (resume_all_threads_cb): New function.
1300         [PT_LWPINFO] (fbsd_resume): New function.
1301         (fbsd_remember_child): Save full ptid instead of plain pid.
1302         (fbsd_is_child_pending): Return ptid of saved child process.
1303         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
1304         first stop.
1305         [PT_LWP_EVENTS] Handle LWP events.
1306         [TDP_RFPPWAIT] Include LWP in child ptid.
1307         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
1308         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
1309         Add threads for existing processes.
1310         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
1311         "fbsd_thread_alive".
1312         Set "to_pid_to_str" to "fbsd_pid_to_str".
1313         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
1314         "fbsd_thread_name".
1315         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
1316         Set "to_has_thread_control" to "tc_schedlock".
1317         Set "to_resume" to "fbsd_resume".
1318         (_initialize_fbsd_nat): New function.
1319         * configure: Regenerate.
1320         * config.in: Regenerate.
1321
1322 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1323
1324         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
1325         get_ptrace_pid.
1326         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
1327         (amd64bsd_dr_get): Use get_ptrace_pid.
1328         (amd64bsd_dr_set): Use get_ptrace_pid.
1329         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
1330         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
1331         (i386bsd_dr_get): Use get_ptrace_pid.
1332         (i386bsd_dr_set): Use get_ptrace_pid.
1333         * inf-ptrace.c (get_ptrace_pid): Export.
1334         * inf-ptrace.h (get_ptrace_pid): Declare.
1335         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
1336         (ppcfbsd_store_inferior_registers): Use lwp id.
1337
1338 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1339
1340         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
1341         (fbsd_core_thread_name): New function.
1342         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
1343         Add "core_thread_name" gdbarch method.
1344
1345 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1346
1347         * corelow.c (core_thread_name): New function.
1348         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
1349         target op.
1350         * gdbarch.sh (core_thread_name): New gdbarch callback.
1351         * gdbarch.h: Re-generate.
1352         * gdbarch.c: Re-generate.
1353
1354 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
1355
1356         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
1357         convert gdb.Value to integer type using int().
1358
1359 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1360
1361         * configure.ac: Include <sys/types.h when checking for "r_fs" in
1362         "struct reg".
1363         * configure: Regenerate.
1364
1365 2016-01-19  Pedro Alves  <palves@redhat.com>
1366
1367         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
1368         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
1369         current program space down to linespec decoding and breakpoint
1370         location updating.
1371         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
1372         decode_line_full.
1373         (until_break_command): Adjust calls to decode_line_1.
1374         (base_breakpoint_decode_location, bkpt_decode_location): Add
1375         'search_pspace' parameter.  Pass it along.
1376         (bkpt_probe_create_sals_from_location): Adjust calls to
1377         parse_probes.
1378         (tracepoint_decode_location, tracepoint_probe_decode_location)
1379         (strace_marker_decode_location): Add 'search_pspace' parameter.
1380         Pass it along.
1381         (all_locations_are_pending): Rewrite to take a breakpoint and
1382         program space as arguments instead.
1383         (hoist_existing_locations): New function.
1384         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
1385         hoist_existing_locations instead of always removing all locations,
1386         and adjust to all_locations_are_pending change.
1387         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
1388         Don't disable the breakpoint if there are other locations in
1389         another program space.
1390         (breakpoint_re_set_default): Adjust to pass down the current
1391         program space as filter program space.
1392         (decode_location_default): Add 'search_pspace' parameter and pass
1393         it along.
1394         (prepare_re_set_context): Don't switch program space here.
1395         (breakpoint_re_set): Use save_current_space_and_thread instead of
1396         save_current_program_space.
1397         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
1398         'search_pspace' parameter.
1399         (update_breakpoint_locations): Add 'filter_pspace' parameter.
1400         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
1401         decode_line_1.
1402         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
1403         program space as filter program space.
1404         * linespec.c (struct linespec_state) <search_pspace>: New field.
1405         (create_sals_line_offset, convert_explicit_location_to_sals)
1406         (parse_linespec): Pass the search program space down.
1407         (linespec_state_constructor): Add 'search_pspace' parameter.
1408         Store it.
1409         (linespec_parser_new): Add 'search_pspace' parameter and pass it
1410         along.
1411         (linespec_lex_to_end): Adjust.
1412         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
1413         and pass it along.
1414         (decode_line_with_last_displayed): Adjust.
1415         (collect_symtabs_from_filename, symtabs_from_filename): New
1416         'search_pspace' parameter.  Use it.
1417         (find_function_symbols): Pass the search program space down.
1418         * linespec.h (decode_line_1, decode_line_full): Add
1419         'search_pspace' parameter.
1420         * probe.c (parse_probes_in_pspace): New function, factored out
1421         from ...
1422         (parse_probes): ... this.  Add 'search_pspace' parameter and use
1423         it.
1424         * probe.h (parse_probes): Add pspace' parameter.
1425         * python/python.c (gdbpy_decode_line): Adjust.
1426         * tracepoint.c (scope_info): Adjust.
1427
1428 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1429
1430         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
1431         instruction support.
1432         (micromips_next_pc): Likewise.
1433         (micromips_scan_prologue): Likewise.
1434         (micromips_deal_with_atomic_sequence): Likewise.
1435         (micromips_stack_frame_destroyed_p): Likewise.
1436         (mips_breakpoint_from_pc): Likewise.
1437
1438 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
1439
1440         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
1441         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
1442
1443 2016-01-18  Pedro Alves  <palves@redhat.com>
1444
1445         * NEWS: Mention that GDB now displays the ID and name of the
1446         thread that hit a breakpoint or received a signal.
1447         * break-catch-sig.c (signal_catchpoint_print_it): Use
1448         maybe_print_thread_hit_breakpoint.
1449         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
1450         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
1451         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
1452         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
1453         (print_it_catch_exec, print_it_ranged_breakpoint)
1454         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
1455         Use maybe_print_thread_hit_breakpoint.
1456         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
1457         * gdbthread.h (show_thread_that_caused_stop): Declare.
1458         * infrun.c (print_signal_received_reason): Print which thread
1459         received signal.
1460         * thread.c (show_thread_that_caused_stop): New function.
1461
1462 2016-01-18  Gary Benson  <gbenson@redhat.com>
1463
1464         * nat/linux-namespaces.c (do_fork): New function.
1465         (linux_mntns_get_helper): Use the above.
1466
1467 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
1468
1469         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1470         PR gdb/19208
1471         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
1472         if the function has no name.
1473
1474 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
1475
1476         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
1477         Conditionalize for Windows host.
1478         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
1479         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
1480         (phony_iconv_open): Handle both UTF-32 endiannesses.
1481         (phony_iconv): Likewise.  Check for output overflow and clean up
1482         out-of-input cases.  Correct adjustment to input buffer pointer.
1483         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
1484         phony_iconv_open.
1485
1486 2016-01-15  Pedro Alves  <palves@redhat.com>
1487
1488         * NEWS: Mention star wildcard ranges.
1489         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
1490         (number_range_setup_range): New function.
1491         * cli/cli-utils.h (number_range_setup_range): New declaration.
1492         * thread.c (thread_apply_command): Support star TID ranges.
1493         * tid-parse.c (tid_range_parser_finished)
1494         (tid_range_parser_string, tid_range_parser_skip)
1495         (get_tid_or_range, get_tid_or_range): Handle
1496         TID_RANGE_STATE_STAR_RANGE.
1497         (tid_range_parser_star_range): New function.
1498         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
1499         New value.
1500         (tid_range_parser_star_range): New declaration.
1501
1502 2016-01-15  Pedro Alves  <palves@redhat.com>
1503
1504         * thread.c (thread_apply_command): Use the tid range parser to
1505         advance past the thread ID list.
1506         * tid-parse.c (get_positive_number_trailer): New function.
1507         (parse_thread_id): Use it.
1508         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
1509         thread ID error.
1510         (get_tid_or_range): Detect negative values.  Return 0 instead of
1511         throwing invalid thread ID error.
1512
1513 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1514
1515         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1516         Declare.
1517         (arm_linux_get_next_pcs_ops): Install
1518         arm_linux_get_next_pcs_syscall_next_pc.
1519         (arm_linux_syscall_next_pc): Change to ...
1520         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
1521         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
1522         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
1523         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
1524         call tdep->syscall_next_pc.
1525         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
1526         (arm_get_next_pcs_syscall_next_pc): Remove.
1527
1528 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1529
1530         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
1531         * thread.c (do_captured_thread_select): Cast to const char *.
1532
1533 2016-01-14  Yao Qi  <yao.qi@linaro.org>
1534
1535         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
1536         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
1537         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
1538         instead.
1539         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
1540         <arm_thumb2_breakpoint>: Remove.
1541         <has_thumb2_breakpoint>: New field.
1542         (arm_get_next_pcs_ctor): Update declaration.
1543         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
1544         1 to arm_get_next_pcs_ctor.
1545         * arm-tdep.c (arm_software_single_step): Pass 0 to
1546         arm_get_next_pcs_ctor.
1547
1548 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
1549
1550         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
1551
1552 2016-01-13  Yao Qi  <yao.qi@linaro.org>
1553
1554         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
1555         byte_order_for_code to read instruction.
1556
1557 2016-01-13  Pedro Alves  <palves@redhat.com>
1558
1559         * NEWS: Mention $_gthread.
1560         * gdbthread.h (struct thread_info) <global_num>: Mention
1561         $_gthread.
1562         * thread.c (thread_num_make_value_helper): New function.
1563         (thread_id_make_value): Delete.
1564         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
1565         New.
1566         (thread_funcs): Adjust.
1567         (gthread_funcs): New.
1568         (_initialize_thread): Register $_gthread variable.
1569
1570 2016-01-13  Pedro Alves  <palves@redhat.com>
1571
1572         * NEWS: Mention "info threads -gid".
1573         * gdbthread.h (struct thread_info) <global_num>: Mention "info
1574         threads -gid".
1575         * thread.c (info_threads_command): Handle "-gid".
1576         (_initialize_thread): Adjust "info threads" help string to mention
1577         -gid.
1578
1579 2016-01-13  Pedro Alves  <palves@redhat.com>
1580
1581         * NEWS: Mention InferiorThread.global_num.
1582         * python/py-infthread.c (thpy_get_global_num): New function.
1583         (thread_object_getset): Register "global_num".
1584
1585 2016-01-13  Pedro Alves  <palves@redhat.com>
1586
1587         * NEWS: Mention that thread IDs are now per inferior and global
1588         thread IDs.
1589         * Makefile.in (SFILES): Add tid-parse.c.
1590         (COMMON_OBS): Add tid-parse.o.
1591         (HFILES_NO_SRCDIR): Add tid-parse.h.
1592         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
1593         * breakpoint.c (insert_breakpoint_locations)
1594         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
1595         (print_one_breakpoint_location, set_longjmp_breakpoint)
1596         (check_longjmp_breakpoint_for_call_dummy)
1597         (set_momentary_breakpoint): Adjust to use global IDs.
1598         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
1599         (until_break_command, longjmp_bkpt_dtor)
1600         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
1601         to use global IDs.
1602         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
1603         ptid_to_global_thread_id.
1604         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
1605         * gdbthread.h (struct thread_info): Rename field 'num' to
1606         'global_num.  Add new fields 'per_inf_num' and 'inf'.
1607         (thread_id_to_pid): Rename thread_id_to_pid to
1608         global_thread_id_to_ptid.
1609         (pid_to_thread_id): Rename to ...
1610         (ptid_to_global_thread_id): ... this.
1611         (valid_thread_id): Rename to ...
1612         (valid_global_thread_id): ... this.
1613         (find_thread_id): Rename to ...
1614         (find_thread_global_id): ... this.
1615         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
1616         (print_thread_info): Add comment.
1617         * tid-parse.h: New file.
1618         * tid-parse.c: New file.
1619         * infcmd.c (step_command_fsm_prepare)
1620         (step_command_fsm_should_stop): Adjust to use the global thread
1621         ID.
1622         (until_next_command, until_next_command)
1623         (finish_command_fsm_should_stop): Adjust to use the global thread
1624         ID.
1625         (attach_post_wait): Adjust to check the inferior number too.
1626         * inferior.h (struct inferior) <highest_thread_num>: New field.
1627         * infrun.c (handle_signal_stop)
1628         (insert_exception_resume_breakpoint)
1629         (insert_exception_resume_from_probe): Adjust to use the global
1630         thread ID.
1631         * record-btrace.c (record_btrace_open): Use global thread IDs.
1632         * remote.c (process_initial_stop_replies): Also consider the
1633         inferior number.
1634         * target.c (target_pre_inferior): Clear the inferior's highest
1635         thread num.
1636         * thread.c (clear_thread_inferior_resources): Adjust to use the
1637         global thread ID.
1638         (new_thread): New inferior parameter.  Adjust to use it.  Set both
1639         the thread's global ID and the thread's per-inferior ID.
1640         (add_thread_silent): Adjust.
1641         (find_thread_global_id): New.
1642         (find_thread_id): Make static.  Adjust to rename.
1643         (valid_thread_id): Rename to ...
1644         (valid_global_thread_id): ... this.
1645         (pid_to_thread_id): Rename to ...
1646         (ptid_to_global_thread_id): ... this.
1647         (thread_id_to_pid): Rename to ...
1648         (global_thread_id_to_ptid): ... this.  Adjust.
1649         (first_thread_of_process): Adjust.
1650         (do_captured_list_thread_ids): Adjust to use global thread IDs.
1651         (should_print_thread): New function.
1652         (print_thread_info): Rename to ...
1653         (print_thread_info_1): ... this, and add new show_global_ids
1654         parameter.  Handle it.  Iterate over inferiors.
1655         (print_thread_info): Reimplement as wrapper around
1656         print_thread_info_1.
1657         (show_inferior_qualified_tids): New function.
1658         (print_thread_id): Use it.
1659         (tp_array_compar): Compare inferior numbers too.
1660         (thread_apply_command): Use tid_range_parser.
1661         (do_captured_thread_select): Use parse_thread_id.
1662         (thread_id_make_value): Adjust.
1663         (_initialize_thread): Adjust "info threads" help string.
1664         * varobj.c (struct varobj_root): Update comment.
1665         (varobj_create): Adjust to use global thread IDs.
1666         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
1667         * windows-tdep.c (display_tib): No longer accept an argument.
1668         * cli/cli-utils.c (get_number_trailer): Make extern.
1669         * cli/cli-utils.h (get_number_trailer): Declare.
1670         (get_number_const): Adjust documentation.
1671         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
1672         thread IDs.
1673         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
1674         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
1675         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
1676         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
1677         Likewise.
1678         * python/py-breakpoint.c (bppy_set_thread): Likewise.
1679         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
1680         * python/py-infthread.c (thpy_get_num): Add comment and return the
1681         per-inferior thread ID.
1682         (thread_object_getset): Update comment of "num".
1683
1684 2016-01-13  Pedro Alves  <palves@redhat.com>
1685
1686         * breakpoint.c (remove_threaded_breakpoints)
1687         (print_one_breakpoint_location): Use print_thread_id.
1688         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
1689         (btrace_fetch, btrace_clear): Use print_thread_id.
1690         * common/print-utils.c (CELLSIZE): Delete.
1691         (get_cell): Rename to ...
1692         (get_print_cell): ... this and made extern.  Adjust call callers.
1693         Adjust to use PRINT_CELL_SIZE.
1694         * common/print-utils.h (get_print_cell): Declare.
1695         (PRINT_CELL_SIZE): New.
1696         * gdbthread.h (print_thread_id): Declare.
1697         * infcmd.c (signal_command): Use print_thread_id.
1698         * inferior.c (print_inferior): Use print_thread_id.
1699         * infrun.c (handle_signal_stop)
1700         (insert_exception_resume_breakpoint)
1701         (insert_exception_resume_from_probe)
1702         (print_signal_received_reason): Use print_thread_id.
1703         * record-btrace.c (record_btrace_info)
1704         (record_btrace_resume_thread, record_btrace_cancel_resume)
1705         (record_btrace_step_thread, record_btrace_wait): Use
1706         print_thread_id.
1707         * thread.c (thread_apply_all_command): Use print_thread_id.
1708         (print_thread_id): New function.
1709         (thread_apply_command): Use print_thread_id.
1710         (thread_command, thread_find_command, do_captured_thread_select):
1711         Use print_thread_id.
1712
1713 2016-01-13  Pedro Alves  <palves@redhat.com>
1714
1715         * NEWS: Mention InferiorThread.inferior.
1716         * python/py-infthread.c (thpy_get_inferior): New.
1717         (thread_object_getset): Register "inferior".
1718
1719 2016-01-13  Pedro Alves  <palves@redhat.com>
1720
1721         * NEWS: Mention $_inferior.
1722         * inferior.c (inferior_id_make_value): New.
1723         (inferior_funcs): New.
1724         (_initialize_inferior): Create $_inferior variable.
1725
1726 2016-01-13  Pedro Alves  <palves@redhat.com>
1727
1728         PR breakpoints/19388
1729         * frame.c (get_current_frame): Use validate_registers_access.
1730         * gdbthread.h (validate_registers_access): Declare.
1731         * infrun.c (validate_siginfo_access): Delete.
1732         (siginfo_value_read, siginfo_value_write): Use
1733         validate_registers_access.
1734         * thread.c (validate_registers_access): New function.
1735
1736 2016-01-12  Josh Stone  <jistone@redhat.com>
1737             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1738
1739         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
1740         syscall_entry and syscall_return stop reasons.  Mention GDB
1741         support for remote catch syscall.
1742         * remote.c (PACKET_QCatchSyscalls): New enum.
1743         (remote_set_syscall_catchpoint): New function.
1744         (remote_protocol_features): New element for QCatchSyscalls.
1745         (remote_parse_stop_reply): Parse syscall_entry/return stops.
1746         (init_remote_ops): Install remote_set_syscall_catchpoint.
1747         (_initialize_remote): Config QCatchSyscalls.
1748         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
1749
1750 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1751
1752         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
1753         to gdb_byte * and pass to linux_fork_to_function.
1754
1755 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1756
1757         * nat/linux-ptrace.c (linux_fork_to_function): Change type
1758         of argument 'function'.
1759         (linux_grandchild_function): Change return type to 'int'.
1760         Change child_stack's type to 'void *'.
1761         (linux_child_function): Likewise.
1762
1763 2016-01-12  Pedro Alves  <palves@redhat.com>
1764
1765         Remove use of the registered trademark symbol throughout.
1766
1767 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
1768
1769         * reply_mig_hack.awk: Rewrite one regular expression.
1770
1771 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
1772
1773         * acinclude.m4: Include new warning.m4 file.
1774         * configure: Regenerated.
1775         * configure.ac: Move all warning logic ...
1776         * warning.m4: ... here.
1777
1778 2016-01-08  Yao Qi  <yao.qi@linaro.org>
1779
1780         * extension.c: Include target.h.
1781         (set_active_ext_lang): Only call install_gdb_sigint_handler,
1782         check_quit_flag, and set_quit_flag if target_terminal_is_ours
1783         returns false.
1784         (restore_active_ext_lang): Likewise.
1785         * target.c (target_terminal_is_ours): New function.
1786         * target.h (target_terminal_is_ours): Declare.
1787
1788 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
1789
1790         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
1791         to `err' in the little-endian leg.
1792
1793 2016-01-06  Yao Qi  <yao.qi@linaro.org>
1794
1795         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
1796         lines below.
1797         (thumb_get_next_pcs_raw): Make it static.
1798         (arm_get_next_pcs_raw): Likewise.
1799         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
1800         declaration.
1801         (arm_get_next_pcs_raw): Likewise.
1802
1803 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1804
1805         * version.in: Change cvs to git.
1806
1807 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
1808
1809         * configure.tgt (score-*-*): Delete gdb_sim assignment.
1810
1811 2016-01-05  Pedro Alves  <palves@redhat.com>
1812
1813         PR sim/13418
1814         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
1815         the target is powerpc*.
1816         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
1817         of WITH_SIM.
1818         * configure: Regenerate.
1819         * config.in: Regenerate.
1820
1821 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
1822
1823         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
1824
1825 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
1826
1827         * configure.tgt (powerpc*-*-*): Delete test call and
1828         always assign gdb_sim.
1829
1830 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1831
1832         Update year range in copyright notice of all files.
1833
1834 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1835
1836         * top.c (print_gdb_version): Change copyright year in version
1837         message.
1838
1839 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
1840
1841         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
1842
1843 For older changes see ChangeLog-2015.
1844 \f
1845 Local Variables:
1846 mode: change-log
1847 left-margin: 8
1848 fill-column: 74
1849 version-control: never
1850 coding: utf-8
1851 End: