Don't show deprecated commands in help
[external/binutils.git] / gdb / ChangeLog
1 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
2
3         * cli/cli-decode.c (help_cmd_list): Do not list commands that
4         are deprecated.
5
6 2016-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7
8         * remote.c (remote_start_remote): Detect PACKET_vFile_setfs.support.
9
10 2016-04-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
11
12         * c-valprint.c (c_value_print): Always convert val back to reference
13         type if we converted it to a pointer type.
14
15 2016-04-27  Andreas Arnez  <arnez@linux.vnet.ibm.com>
16
17         * configure.ac: Enhance configure check for babeltrace to reject
18         non-C++-enabled versions.
19         * configure: Regenerate.
20
21 2016-04-26  Sanimir Agovic  <sanimir.agovic@intel.com>
22             Keven Boell  <keven.boell@intel.com>
23             Bernhard Heckel  <bernhard.heckel@intel.com>
24
25         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
26         function.
27         (F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
28         (f77_print_array_1): Use value_subscript to subscript a
29         value array.
30         (f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
31         (f_val_print): Use value_field to construct a field value.
32
33 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
34
35         * valarith.c (value_address): Resolve dynamic types.
36
37 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
38             Keven Boell  <kevel.boell@intel.com>
39
40         * NEWS: Add new supported features for fortran.
41         * gdbtypes.c (remove_dyn_prop): New.
42         (resolve_dynamic_struct): Keep type length for fortran structs.
43         * gdbtypes.h: Forward declaration of new function.
44         * value.c (value_address): Return dynamic resolved location of a value.
45         (set_value_component_location): Adjust the value address
46         for single value prints.
47         (value_primitive_field): Support value types with a dynamic location.
48         (set_internalvar): Remove dynamic location property of
49         internal variables.
50
51 2016-04-25  Pedro Alves  <palves@redhat.com>
52             Yao Qi  <yao.qi@linaro.org>
53
54         * mem-break.c (set_raw_breakpoint_at): Create a raw breakpoint
55         object.  Insert it if it is not inserted yet.  Increase the
56         refcount and link it into the proc's raw breakpoint list.
57
58 2016-04-25  Yao Qi  <yao.qi@linaro.org>
59
60         * breakpoint.c (should_be_inserted): Return 0 if the location's
61         owner is not single step breakpoint or single step breakpoint's
62         thread isn't the thread which is stepping past a breakpoint.
63         * gdbarch.sh (software_single_step): Update comments.
64         * gdbarch.h: Regenerated.
65         * infrun.c (struct step_over_info) <thread>: New field.
66         (set_step_over_info): New argument 'thread'.  Callers updated.
67         (clear_step_over_info): Set field thread to -1.
68         (thread_is_stepping_over_breakpoint): New function.
69         * infrun.h (thread_is_stepping_over_breakpoint): Declaration.
70
71 2016-04-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
72
73         * ppc-linux-nat.c (ppc_linux_read_description): Use PPC_FEATURE_HAS_VSX
74         and PPC_FEATURE_HAS_ALTIVEC to check if such features are available.
75
76 2016-04-22  Yao Qi  <yao.qi@linaro.org>
77
78         * valops.c (read_value_memory): New local variable 'stack'.
79         Set it to either TARGET_OBJECT_STACK_MEMORY or
80         TARGET_OBJECT_MEMORY.
81
82 2016-04-22  Pedro Alves  <palves@redhat.com>
83
84         * ada-exp.y: Remove all yy symbol remappings.
85         (GDB_YY_REMAP_PREFIX): Define.
86         Include "yy-remap.h".
87         * ada-lang.c (ada_language_defn): Adjust.
88         * ada-lang.h (ada_error): Rename to ...
89         (ada_yyerror): ... this.
90         * c-exp.y: Remove all yy symbol remappings.
91         (GDB_YY_REMAP_PREFIX): Define.
92         Include "yy-remap.h".
93         * c-lang.c (c_language_defn, cplus_language_defn)
94         (asm_language_defn, minimal_language_defn): Adjust.
95         * c-lang.h (c_error): Rename to ...
96         (c_yyerror): ... this.
97         * d-exp.y: Remove all yy symbol remappings.
98         (GDB_YY_REMAP_PREFIX): Define.
99         Include "yy-remap.h".
100         * d-lang.c (d_language_defn): Adjust.
101         * d-lang.h (d_error): Rename to ...
102         (d_yyerror): ... this.
103         * f-exp.y: Remove all yy symbol remappings.
104         (GDB_YY_REMAP_PREFIX): Define.
105         Include "yy-remap.h".
106         * f-lang.c (f_language_defn): Adjust.
107         * f-lang.h (f_error): Rename to ...
108         (f_yyerror): ... this.
109         * go-exp.y: Remove all yy symbol remappings.
110         (GDB_YY_REMAP_PREFIX): Define.
111         Include "yy-remap.h".
112         * go-lang.c (go_language_defn): Adjust.
113         * go-lang.h (go_error): Rename to ...
114         (go_yyerror): ... this.
115         * jv-exp.y: Remove all yy symbol remappings.
116         (GDB_YY_REMAP_PREFIX): Define.
117         Include "yy-remap.h".
118         * jv-lang.c (java_language_defn): Adjust.
119         * jv-lang.h (java_error): Rename to ...
120         (java_yyerror): ... this.
121         * m2-exp.y: Remove all yy symbol remappings.
122         (GDB_YY_REMAP_PREFIX): Define.
123         Include "yy-remap.h".
124         * m2-lang.c (m2_language_defn): Adjust.
125         * m2-lang.h (m2_error): Rename to ...
126         (m2_yyerror): ... this.
127         * objc-exp.y: Remove all yy symbol remappings.
128         (GDB_YY_REMAP_PREFIX): Define.
129         Include "yy-remap.h".
130         * objc-lang.c (objc_language_defn): Adjust.
131         * opencl-lang.c (opencl_language_defn): Adjust.
132         * p-exp.y: Remove all yy symbol remappings.
133         (GDB_YY_REMAP_PREFIX): Define.
134         Include "yy-remap.h".
135         * p-lang.c (pascal_language_defn): Adjust.
136         * p-lang.h (pascal_error): Rename to ...
137         (pascal_yyerror): ... this.
138         * yy-remap.h: New file.
139
140 2016-04-22  Pedro Alves  <palves@redhat.com>
141
142         * common/common-exceptions.h (GDB_XCPT_TRY): Remove mention of
143         the foreign frames issue.
144         [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
145
146 2016-04-22  Pedro Alves  <palves@redhat.com>
147
148         * common/common-exceptions.c (enum catcher_state, struct catcher)
149         (current_catcher): Define in C++ mode too.
150         (exceptions_state_mc_catch): Call throw_exception_sjlj instead of
151         throw_exception.
152         (throw_exception_sjlj, throw_exception_cxx): New functions,
153         factored out from throw_exception.
154         (throw_exception): Reimplement.
155         * common/common-exceptions.h (exceptions_state_mc_init)
156         (exceptions_state_mc_action_iter)
157         (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
158         Declare in C++ mode too.
159         (TRY): Rename to ...
160         (TRY_SJLJ): ... this.
161         (CATCH): Rename to ...
162         (CATCH_SJLJ): ... this.
163         (END_CATCH): Rename to ...
164         (END_CATCH_SJLJ): ... this.
165         [GDB_XCPT == GDB_XCPT_SJMP] (TRY, CATCH, END_CATCH): Map to SJLJ
166         equivalents.
167         (throw_exception): Update comments.
168         (throw_exception_sjlj): Declare.
169         * event-top.c (gdb_rl_callback_read_char_wrapper): Extend intro
170         comment.  Wrap body in TRY_SJLJ/CATCH_SJLJ and rethrow any
171         intercepted exception.
172         (gdb_rl_callback_handler): New function.
173         (gdb_rl_callback_handler_install): Always install
174         gdb_rl_callback_handler as readline callback.
175
176 2016-04-22  Pedro Alves  <palves@redhat.com>
177
178         * event-top.c (rl_callback_read_char_wrapper): Rename to ...
179         (gdb_rl_callback_read_char_wrapper): ... this.
180         (change_line_handler, gdb_setup_readline): Adjust.
181
182 2016-04-22  Yao Qi  <yao.qi@linaro.org>
183
184         * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Clear CPSR
185         bits 20 to 23.
186
187 2016-04-22  Joel Brobecker  <brobecker@adacore.com>
188
189         * MAINTAINER: Remove myself as AIX Maintainer.
190
191 2016-04-22  Maciej W. Rozycki  <macro@imgtec.com>
192
193         * mips-tdep.c (mips_gdbarch_init): For GDB_OSABI_LINUX set
194         `num_regs' to 90 rather than 79.  Where a target description is
195         present adjust the setting appropriately.
196
197 2016-04-21  Pedro Alves  <palves@redhat.com>
198
199         * common/common-exceptions.h (GDB_XCPT_TRY): Add comment.
200         (GDB_XCPT): Always define as GDB_XCPT_SJMP.
201
202 2016-04-21  Pedro Alves  <palves@redhat.com>
203
204         * aix-thread.c (pdc_read_data, pdc_write_data): Add cast.
205         (aix_thread_resume): Use PTRACE_TYPE_ARG5.
206         * rs6000-nat.c (rs6000_ptrace64): Use PTRACE_TYPE_ARG5.
207         (rs6000_ptrace_ldinfo): Change type of 'ldi' local to void
208         pointer, and cast return to gdb_byte pointer.
209
210 2016-04-21  Pedro Alves  <palves@redhat.com>
211
212         * s390-linux-nat.c (fetch_regset, store_regset, check_regset): Use
213         void * instead of gdb_byte *.
214
215 2016-04-21  Pedro Alves  <palves@redhat.com>
216
217         * dwarf2read.c (try_open_dwop_file, open_dwo_file)
218         (file_file_name, file_full_name): Add char * cast to sentinel in
219         concat/reconcat calls.
220         * event-top.c (top_level_prompt): Likewise.
221         * guile/guile.c (initialize_scheme_side): Likewise.
222         * linux-tdep.c (linux_fill_prpsinfo): Likewise.
223         * macrotab.c (macro_source_fullname): Likewise.
224         * main.c (get_init_files, captured_main): Likewise.
225         * psymtab.c (psymtab_to_fullname): Likewise.
226         * python/python.c (_initialize_python)
227         (gdbpy_finish_initialization): Likewise.
228         * source.c (symtab_to_fullname): Likewise.
229
230 2016-04-20  Pedro Alves  <palves@redhat.com>
231
232         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Default to yes.
233         * configure: Renegerate.
234
235 2016-04-20  Pedro Alves  <palves@redhat.com>
236
237         * darwin-nat.c (darwin_decode_message): Use gdb_signal_from_host.
238
239 2016-04-20  Pedro Alves  <palves@redhat.com>
240
241         * aarch64-tdep.c (aarch64_record_load_store): Change type of
242         'reg_rm_val' local to ULONGEST.
243
244 2016-04-20  Pedro Alves  <palves@redhat.com>
245
246         * darwin-nat.c (darwin_resume_thread): Add uintptr_t cast.
247
248 2016-04-20  Doug Evans  <xdje42@gmail.com>
249
250         * symmisc.c (dump_symtab_1): Print owning compunit for identical
251         blockvectors.
252
253 2016-04-20  Yao Qi  <yao.qi@linaro.org>
254
255         * aarch32-linux-nat.c: Include "arch/arm-linux.h".
256
257 2016-04-20  Yao Qi  <yao.qi@linaro.org>
258
259         * arm-linux-tdep.h (ARM_CPSR_GREGNUM): Move it to ...
260         * arch/arm-linux.h: ... here.
261
262 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
263
264         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Change xstateregs
265         to void *.
266         (amd64bsd_store_inferior_registers): Likewise.
267         * fbsd-nat.c (resume_one_thread_cb): Explicitly cast data to ptid_t *.
268         (resume_all_threads_cb): Likewise.
269         * i386bsd-nat.c (i386bsd_supply_gregset): Cast gregs to char *.
270         (i386bsd_collect_gregset): Likewise.
271         (i386bsd_fetch_inferior_registers): Change xstateregs to void *.
272         (i386bsd_store_inferior_registers): Likewise.
273
274 2016-04-19  John Baldwin  <jhb@FreeBSD.org>
275
276         * main.c (setup_alternate_signal_stack): Cast to char *.
277
278 2016-04-19  Doug Evans  <xdje42@gmail.com>
279
280         * symmisc.c (dump_symtab_1, dump_symtab): Delete arg objfile.
281         All callers updated.
282
283 2016-04-19  Doug Evans  <xdje42@gmail.com>
284
285         PR gdb/17911
286         * source.c (is_regular_file): New arg errno_ptr.
287         All callers updated.
288
289 2016-04-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
290
291         * linux-record.c (record_linux_system_call): Merge handling for
292         readlink/recv/read and pipe/pipe2.
293
294 2016-04-14  Walfred Tedeschi  <walfred.tedeschi@intel.com>
295
296         * features/i386/amd64-mpx-linux.xml: Remove AVX feature.
297         * features/i386/amd64-mpx.xml: Remove AVX feature.
298         * features/i386/i386-mpx-linux.xml: Remove AVX feature.
299         * features/i386/i386-mpx.xml: Remove AVX feature.
300         * features/i386/amd64-mpx-linux.c: Regenerate.
301         * features/i386/amd64-mpx.c: Regenerate.
302         * features/i386/i386-mpx-linux.c: Regenerate.
303         * features/i386/i386-mpx.c: Regenerate.
304         * regformats/i386/amd64-mpx-linux.dat: Regenerate.
305         * regformats/i386/amd64-mpx.dat: Regenerate.
306         * regformats/i386/i386-mpx-linux.dat: Regenerate.
307         * regformats/i386/i386-mpx.dat: Regenerate.
308
309 2016-04-16  Walfred Tedeschi  <walfred.tedeschi@intel.com>
310
311         * amd64-linux-tdep.c (features/i386/amd64-avx-mpx-linux.c):
312         New include.
313         (amd64_linux_core_read_description): Add case for
314          X86_XSTATE_AVX_MPX_MASK.
315         (_initialize_amd64_linux_tdep): Call initialize_tdesc_amd64_avx_mpx_linux.
316         * amd64-linux-tdep.h (tdesc_amd64_avx_mpx_linux): New definition.
317         * amd64-tdep.c (features/i386/amd64-avx-mpx.c): New include.
318         (amd64_target_description): Add case for  X86_XSTATE_AVX_MPX_MASK.
319         (_initialize_amd64_tdep): Call initialize_tdesc_amd64_avx_mpx.
320         * common/x86-xstate.h (X86_XSTATE_MPX_MASK): Remove AVX bits.
321         (X86_XSTATE_AVX_MPX_MASK): New case.
322         * features/Makefile (i386/i386-avx-mpx, i386/i386-avx-mpx-linux)
323         (i386/amd64-avx-mpx, i386/amd64-avx-mpx-linux): New rules.
324         (i386/i386-avx-mpx-expedite, i386/i386-avx-mpx-linux-expedite)
325         (i386/amd64-avx-mpx-expedite, i386/amd64-avx-mpx-linux-expedite):
326         New expedites.
327         * i386-linux-tdep.c (features/i386/i386-avx-mpx-linux.c): New
328         include.
329         (i386_linux_core_read_description): Add case
330         X86_XSTATE_AVX_MPX_MASK.
331         (_initialize_i386_linux_tdep): Call
332         initialize_tdesc_i386_avx_mpx_linux.
333         * i386-linux-tdep.h (tdesc_i386_avx_mpx_linux): New include.
334         * i386-tdep.c (features/i386/i386-avx-mpx.c): New include.
335         (i386_target_description): Add case for X86_XSTATE_AVX_MPX_MASK.
336         * x86-linux-nat.c (x86_linux_read_description): Add case for
337         X86_XSTATE_AVX_MPX_MASK.
338         * features/i386/amd64-avx-mpx-linux.xml: New file.
339         * features/i386/i386-avx-mpx-linux.xml: New file.
340         * features/i386/i386-avx-mpx.xml: New file.
341         * features/i386/amd64-avx-mpx.xml: New file.
342         * features/i386/amd64-avx-mpx-linux.c: Generated.
343         * features/i386/amd64-avx-mpx.c: Generated.
344         * features/i386/i386-avx-mpx-linux.c: Generated.
345         * features/i386/i386-avx-mpx.c: Generated.
346         * regformats/i386/amd64-avx-mpx-linux.dat: Generated.
347         * regformats/i386/amd64-avx-mpx.dat: Generated.
348         * regformats/i386/i386-avx-mpx-linux.dat: Generated.
349         * regformats/i386/i386-avx-mpx.dat: Generated.
350
351 2016-04-18  Pedro Alves  <palves@redhat.com>
352
353         * ptrace.m4 (GDB_AC_PTRACE): Don't run tests in C++ mode.
354         * configure: Regenerate.
355
356 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
357
358         * valops.c (value_addr): For C++ references, set the copied value's
359         enclosing_type as well.
360
361 2016-04-18  Yao Qi  <yao.qi@linaro.org>
362
363         Revert:
364         2016-04-15  Yao Qi  <yao.qi@linaro.org>
365
366         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
367         PC is far from the end of function.
368
369 2016-04-16  Pedro Alves  <palves@redhat.com>
370
371         * ada-exp.y (yydefred): Define as ada_yydefred.
372
373 2016-04-15  Pedro Alves  <palves@redhat.com>
374
375         * ada-lang.c (ada_lookup_struct_elt_type): Constify 'type_str' and
376         'name_str' locals.
377
378 2016-04-15  Pedro Alves  <palves@redhat.com>
379
380         * btrace.c (pt_btrace_insn_flags): Change return type to
381         btrace_insn_flags.  Use btrace_insn_flags for local.
382
383 2016-04-15  Pedro Alves  <palves@redhat.com>
384
385         * nat/linux-ptrace.h [__mips__] (GDB_ARCH_IS_TRAP_BRKPT): Also
386         accept TRAP_BRKPT.
387          [__mips__] (GDB_ARCH_IS_TRAP_HWBKPT): Also accept TRAP_HWBKPT.
388
389 2016-04-15  Yao Qi  <yao.qi@linaro.org>
390
391         * arm-tdep.c (thumb_stack_frame_destroyed_p): Return zero if
392         PC is far from the end of function.
393
394 2016-04-14  Pedro Alves  <palves@redhat.com>
395
396         * cli/cli-cmds.c (alias_usage_error): New function.
397         (alias_command): Use it.
398         * ctf.c (ctf_save_metadata_header): Inline metadata_fmt local in
399         ctf_save_write_metadata call.
400
401 2016-04-14  Pedro Alves  <palves@redhat.com>
402
403         * ada-typeprint.c (print_fixed_point_type): Don't pass float as
404         argument to function expecting LONGEST.
405         * value.c (unpack_long): Add casts to LONGEST.
406
407 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
408
409         * exec.c (exec_file_locate_attach): Guard a couple functions
410         that can throw errors.
411         (exception_print_same): New helper function.
412
413 2016-04-13  Pedro Alves  <palves@redhat.com>
414
415         PR remote/19840
416         * remote.c (struct remote_state) <last_resume_exec_dir>: New
417         field.
418         (new_remote_state): Default last_resume_exec_dir to EXEC_FORWARD.
419         (remote_open_1): Reset last_resume_exec_dir to EXEC_FORWARD.
420         (remote_resume): Store the last execution direction.
421         (remote_execution_direction): New function.
422         (init_remote_ops): Install it as to_execution_direction target_ops
423         method.
424
425 2016-04-12  Pedro Alves  <palves@redhat.com>
426
427         * common/common-exceptions.h (GDB_XCPT_TRY): Update comment.
428         [__cplusplus] (GDB_XCPT): Define as GDB_XCPT_TRY.
429
430 2016-04-12  Pedro Alves  <palves@redhat.com>
431
432         * common/common-exceptions.c (struct catcher) <buf>: Now a
433         'jmp_buf' instead of SIGJMP_BUF.
434         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
435         (throw_exception): Use longjmp instead of SIGLONGJMP.
436         * common/common-exceptions.h: Include <setjmp.h> instead of
437         "gdb_setjmp.h".
438         (exceptions_state_mc_init): Change return type to 'jmp_buf'.
439         [GDB_XCPT == GDB_XCPT_SJMP] (TRY): Use setjmp instead of
440         SIGSETJMP.
441         * cp-support.c: Include "gdb_setjmp.h".
442
443 2016-04-12  Pedro Alves  <palves@redhat.com>
444
445         * common/common-exceptions.c (exception_rethrow): Remove
446         prepare_to_throw_exception call.
447         * common/common-exceptions.h (prepare_to_throw_exception): Delete
448         declaration.
449         * exceptions.c (prepare_to_throw_exception): Delete.
450
451 2016-04-12  Pedro Alves  <palves@redhat.com>
452
453         * target.c (target_check_pending_interrupt): Delete.
454         * target.h (struct target_ops) <to_check_pending_interrupt>:
455         Remove method.
456         (target_check_pending_interrupt): Remove declaration.
457         * target-delegates.c: Regenerate.
458
459 2016-04-12  Pedro Alves  <palves@redhat.com>
460
461         * defs.h: Update comments on SIGINT handling.
462         (immediate_quit): Delete declaration.
463         * event-loop.c (call_async_signal_handler): Delete.
464         * event-loop.h (call_async_signal_handler): Delete declaration.
465         (mark_async_signal_handler): Update comments.
466         (gdb_call_async_signal_handler): Delete declaration.
467         * event-top.c (handle_sigint): Call mark_async_signal_handler
468         instead of gdb_call_async_signal_handler.
469         * exceptions.c (prepare_to_throw_exception): Remove reference to
470         immediate_quit.
471         (exception_fprintf): Remove comments about immediate_quit.
472         * mingw-hdep.c (sigint_event, sigint_handler): Delete.
473         (gdb_select): Don't wait on sigint_event.
474         (gdb_call_async_signal_handler): Delete.
475         (_initialize_mingw_hdep): Delete.
476         * posix-hdep.c (gdb_call_async_signal_handler): Delete.
477         * utils.c (immediate_quit): Delete.
478
479 2016-04-12  Pedro Alves  <palves@redhat.com>
480
481         * defs.h (quit_handler_ftype, quit_handler)
482         (make_cleanup_override_quit_handler, default_quit_handler): New.
483         (QUIT): Adjust comments.
484         * event-top.c (default_quit_handler): New function.
485         (quit_handler): New global.
486         (struct quit_handler_cleanup_data): New.
487         (restore_quit_handler, restore_quit_handler_dtor)
488         (make_cleanup_override_quit_handler): New.
489         (async_request_quit): Call QUIT.
490         * remote.c (struct remote_state) <got_ctrlc_during_io>: New field.
491         (async_sigint_remote_twice_token, async_sigint_remote_token):
492         Delete.
493         (remote_close): Update comments.
494         (remote_start_remote): Don't set immediate_quit.  Set starting_up
495         earlier.
496         (remote_serial_quit_handler, remote_unpush_and_throw): New
497         functions.
498         (remote_open_1): Clear got_ctrlc_during_io.  Set
499         remote_async_terminal_ours_p unconditionally.
500         (async_initialize_sigint_signal_handler)
501         (async_handle_remote_sigint, async_handle_remote_sigint_twice)
502         (remote_check_pending_interrupt, async_remote_interrupt)
503         (async_remote_interrupt_twice)
504         (async_cleanup_sigint_signal_handler, ofunc)
505         (sync_remote_interrupt, sync_remote_interrupt_twice): Delete.
506         (remote_terminal_inferior, remote_terminal_ours): Remove async
507         checks.
508         (remote_wait_as): Don't install a SIGINT handler in sync mode.
509         (readchar, remote_serial_write): Override the quit handler with
510         remote_serial_quit_handler.
511         (getpkt_or_notif_sane_1): Don't call QUIT.
512         (initialize_remote_ops): Don't install
513         remote_check_pending_interrupt.
514         (_initialize_remote): Don't create async_sigint_remote_token and
515         async_sigint_remote_twice_token.
516         * ser-base.c (ser_base_wait_for): Call QUIT and use
517         interruptible_select.
518         (ser_base_write): Call QUIT.
519         * ser-go32.c (dos_readchar, dos_write): Call QUIT.
520         * ser-unix.c (wait_for): Don't use VTIME.  Always take the
521         gdb_select path, but call QUIT and interruptible_select.
522         * utils.c (maybe_quit): Call the current quit handler.  Don't call
523         target_check_pending_interrupt.
524         (defaulted_query, prompt_for_continue): Override the quit handler
525         with the default quit handler.
526
527 2016-04-12  Pedro Alves  <palves@redhat.com>
528
529         * tui/tui-hooks.c (tui_target_has_run): Delete.
530         (tui_about_to_proceed): Delete.
531         (tui_about_to_proceed_observer): Delete.
532         (tui_install_hooks, tui_remove_hooks): Don't install/remove an
533         about_to_proceed observer.
534
535 2016-04-12  Pedro Alves  <palves@redhat.com>
536
537         * mi/mi-interp.c (mi_new_thread): Put
538         target_terminal_ours_for_output in effect while outputting.
539         (mi_thread_exit): Use target_terminal_ours_for_output instead of
540         target_terminal_ours.
541         (mi_record_changed, mi_inferior_added, mi_inferior_appeared)
542         (mi_inferior_exit, mi_inferior_removed, mi_traceframe_changed)
543         (mi_tsv_created, mi_tsv_deleted, mi_tsv_modified)
544         (mi_breakpoint_created, mi_breakpoint_deleted)
545         (mi_breakpoint_modified, mi_solib_loaded, mi_solib_unloaded)
546         (mi_command_param_changed, mi_memory_changed)
547         (report_initial_inferior): Use target_terminal_ours_for_output
548         instead of target_terminal_ours.  Restore terminal settings.
549         * mi/mi-main.c (mi_execute_command): Use
550         target_terminal_ours_for_output instead of target_terminal_ours.
551         Restore terminal settings.
552
553 2016-04-12  Pedro Alves  <palves@redhat.com>
554
555         PR gdb/19828
556         * gnu-nat.c (inf_validate_task_sc): Don't call
557         target_terminal_ours / target_terminal_inferior around query.
558         * i386-tdep.c (i386_record_lea_modrm, i386_process_record): Don't
559         call target_terminal_ours / target_terminal_inferior around
560         yquery.
561         * linux-record.c (record_linux_system_call): Don't call
562         target_terminal_ours / target_terminal_inferior around yquery.
563         * nto-procfs.c (interrupt_query): Don't call target_terminal_ours
564         / target_terminal_inferior around query.
565         * record-full.c (record_full_check_insn_num): Remove
566         'set_terminal' parameter.  Don't call target_terminal_ours /
567         target_terminal_inferior around query.
568         (record_full_message, record_full_registers_change)
569         (record_full_xfer_partial): Adjust.
570         * remote.c (interrupt_query): Don't call target_terminal_ours /
571         target_terminal_inferior around query.
572         * utils.c (defaulted_query): Install cleanup to restore target
573         terminal.  Put target_terminal_ours_for_output in effect while
574         defaulted producing, and target_terminal_ours in in effect while
575         handling input.
576         (prompt_for_continue): Install cleanup to restore target terminal.
577         Put target_terminal_ours in in effect while handling input.
578
579 2016-04-12  Pedro Alves  <palves@redhat.com>
580
581         * utils.c (defaulted_query, prompt_for_continue): Free temporary
582         strings with cleanups, instead of xfree.
583
584 2016-04-12  Pedro Alves  <palves@redhat.com>
585
586         * utils.c (vwarning, internal_vproblem): Use
587         make_cleanup_restore_target_terminal and
588         target_terminal_ours_for_output.
589
590 2016-04-12  Pedro Alves  <palves@redhat.com>
591
592         * infcmd.c (post_create_inferior, prepare_one_step): Use
593         target_terminal_ours_for_output instead of target_terminal_ours.
594
595 2016-04-12  Pedro Alves  <palves@redhat.com>
596
597         * exceptions.c (print_flush): Use target_terminal_ours_for_output
598         instead of target_terminal_ours, and restore target terminal with
599         a cleanup.
600
601 2016-04-12  Pedro Alves  <palves@redhat.com>
602
603         * cp-support.c (gdb_demangle): Use target_terminal_ours_for_output
604         instead of target_terminal_ours, and restore target terminal with
605         a cleanup.
606
607 2016-04-12  Pedro Alves  <palves@redhat.com>
608
609         * ada-lang.c (type_as_string, type_as_string_and_cleanup): New
610         functions.
611         (ada_lookup_struct_elt_type): Use type_as_string_and_cleanup.
612
613 2016-04-12  Pedro Alves  <palves@redhat.com>
614
615         * ser-base.c (fd_event): Retry read_prim on EINTR.
616         (do_ser_base_readchar): Retry read_prim on EINTR.
617         (ser_base_write): Retry write_prim on EINTR.
618         * ser-unix.c (ser_unix_read_prim): Don't retry on EINTR here.
619         (ser_unix_write_prim): Remove comment.
620
621 2016-04-12  Pedro Alves  <palves@redhat.com>
622
623         * remote.c (remote_pass_ctrlc): New function.
624         (init_remote_ops): Install it.
625         * target.c (target_terminal_inferior): Pass pending Ctrl-C to the
626         target.
627         (target_pass_ctrlc, default_target_pass_ctrlc): New functions.
628         * target.h (struct target_ops) <to_pass_ctrlc>: New method.
629         (target_pass_ctrlc, default_target_pass_ctrlc): New declarations.
630         * target-delegates.c: Regenerate.
631
632 2016-04-12  Pedro Alves  <palves@redhat.com>
633
634         * infcmd.c (interrupt_target_1): Call target_stop is in non-stop
635         mode.
636         * linux-nat.c (linux_nat_interrupt): Delete.
637         (linux_nat_add_target): Don't install linux_nat_interrupt.
638         * remote.c (remote_interrupt_ns): Change return type to void.
639         Throw error if interrupting the target is not supported.
640         (remote_interrupt): Don't call the remote_stop_ns/remote_stop_as.
641
642 2016-04-12  Pedro Alves  <palves@redhat.com>
643
644         * defs.h (clear_quit_flag): Remove declaration.
645         * extension-priv.h (struct extension_language_ops)
646         <clear_quit_flag>: Remove field and update comments.
647         * extension.c (clear_quit_flag): Delete.
648         * guile/guile.c (guile_extension_ops): Adjust.
649         * python/python.c (python_extension_ops): Adjust.
650         (gdbpy_clear_quit_flag): Delete.
651
652 2016-04-12  Pedro Alves  <palves@redhat.com>
653
654         * main.c (captured_main): Don't clear the quit flag.
655
656 2016-04-12  Pedro Alves  <palves@redhat.com>
657
658         * exceptions.c (prepare_to_throw_exception): Don't clear the quit
659         flag.
660
661 2016-04-12  Pedro Alves  <palves@redhat.com>
662
663         * event-top.c (command_handler): Don't call clear_quit_flag.
664
665 2016-04-12  Pedro Alves  <palves@redhat.com>
666
667         * remote-sim.c (gdb_os_poll_quit): Don't call clear_quit_flag.
668         * remote.c (remote_wait_as): Don't call clear_quit_flag.
669
670 2016-04-12  Pedro Alves  <palves@redhat.com>
671
672         * python/python.c: Include "ser-event.h".
673         (gdbpy_event_fds): Delete.
674         (gdbpy_serial_event): New.
675         (gdbpy_run_events): Change prototype.  Use serial_event_clear
676         instead of serial_readchar.
677         (gdbpy_post_event): Use serial_event_set instead of serial_write.
678         (gdbpy_initialize_events): Use make_serial_event instead of
679         serial_pipe.
680
681 2016-04-12  Pedro Alves  <palves@redhat.com>
682
683         * defs.h: Extend QUIT-related comments to mention
684         interruptible_select.
685         (quit_serial_event_set, quit_serial_event_clear): Declare.
686         * event-top.c: Include "ser-event.h" and "gdb_select.h".
687         (quit_serial_event): New global.
688         (async_init_signals): Make quit_serial_event.
689         (quit_serial_event_set, quit_serial_event_clear)
690         (quit_serial_event_fd, interruptible_select): New functions.
691         * extension.c (set_quit_flag): Set the quit serial event.
692         (check_quit_flag): Clear the quit serial event.
693         * gdb_select.h (interruptible_select): New declaration.
694         * guile/scm-ports.c (ioscm_input_waiting): Use
695         interruptible_select instead of gdb_select.
696         * top.c (gdb_readline_no_editing): Likewise.
697         * ui-file.c (stdio_file_read): Likewise.
698
699 2016-04-12  Pedro Alves  <palves@redhat.com>
700
701         * event-loop.c: Include "ser-event.h".
702         (async_signal_handlers_serial_event): New global.
703         (async_signals_handler, initialize_async_signal_handlers): New
704         functions.
705         (mark_async_signal_handler): Set
706         async_signal_handlers_serial_event.
707         (invoke_async_signal_handlers): Clear
708         async_signal_handlers_serial_event.
709         * event-top.c (async_init_signals): Call
710         initialize_async_signal_handlers.
711
712 2016-04-12  Pedro Alves  <palves@redhat.com>
713
714         * Makefile.in (SFILES): Add ser-event.c.
715         (HFILES_NO_SRCDIR): Add ser-event.h.
716         (COMMON_OBS): Add ser-event.o.
717         * ser-event.c, ser-event.h: New files.
718         * serial.c (new_serial): New function, factored out from
719         (serial_fdopen_ops): ... this.
720         (serial_open_ops_1): New function, factored out from
721         (serial_open): ... this.
722         (serial_open_ops): New function.
723         * serial.h (struct serial): Forware declare.
724         (serial_open_ops): New declaration.
725
726 2016-04-12  Pedro Alves  <palves@redhat.com>
727
728         * serial.c (serial_open, serial_fdopen_ops, do_serial_close):
729         Remove references to name.
730         * serial.h (struct serial) <name>: Delete.
731
732 2016-04-12  Pedro Alves  <palves@redhat.com>
733
734         * remote-fileio.c (sigint_fileio_token, remote_fio_no_longjmp):
735         Delete.
736         (async_remote_fileio_interrupt): Delete.
737         (remote_fileio_ctrl_c_signal_handler): Don't call the async signal
738         handler.  Instead just always set the ctrl_c flag.
739         (remote_fileio_reply): Clear remote_fio_ctrl_c_flag before
740         re-enabling the SIGINT handler.
741         (remote_fileio_func_open, remote_fileio_func_close)
742         (remote_fileio_func_read, remote_fileio_func_write)
743         (remote_fileio_func_lseek, remote_fileio_func_rename)
744         (remote_fileio_func_unlink, remote_fileio_func_stat)
745         (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
746         (remote_fileio_func_isatty, remote_fileio_func_system)
747         (remote_fileio_request): Remove references to
748         remote_fio_no_longjmp.
749         (initialize_remote_fileio): Don't create an async signal handler.
750
751 2016-04-12  Pedro Alves  <palves@redhat.com>
752
753         * event-top.c (stdin_event_handler): Call QUIT;
754         (prompt_for_continue): Don't run with immediate_quit set.
755
756 2016-04-12  Pedro Alves  <palves@redhat.com>
757
758         * tui/tui-io.c (tui_redisplay_readline): Check
759         gdb_in_secondary_prompt_p instead of immediate_quit.
760         * tui/tui.c: Include top.h.
761         (tui_rl_startup_hook): Check gdb_in_secondary_prompt_p instead of
762         immediate_quit.
763
764 2016-04-12  Pedro Alves  <palves@redhat.com>
765
766         * top.c (read_command_file): Inline command_loop here.
767         (command_loop): Delete.
768
769 2016-04-12  Pedro Alves  <palves@redhat.com>
770
771         * top.c: Include "gdb_select.h".
772         (gdb_readline_no_editing): Wait for input with gdb_select instead
773         of blocking in fgetc.
774         (command_line_input): Don't set immediate_quit.
775
776 2016-04-08  Martin Galvan  <martin.galvan@tallertechnologies.com>
777
778         * value.c (value_next): Make pass-by-reference parameters const-correct.
779         (value_parent): Likewise.
780         (value_enclosing_type): Likewise.
781         (value_lazy): Likewise.
782         (value_stack): Likewise.
783         (value_embedded_offset): Likewise.
784         (value_pointed_to_offset): Likewise.
785         (value_raw_address): Likewise.
786         (deprecated_value_modifiable): Likewise.
787         (value_free_to_mark): Likewise.
788         (value_release_to_mark): Likewise.
789         (internalvar_name): Likewise.
790         (readjust_indirect_value_type): Likewise.
791         (value_initialized): Likewise.
792         * value.h (value_next): Likewise.
793         (value_parent): Likewise.
794         (value_enclosing_type): Likewise.
795         (value_lazy): Likewise.
796         (value_stack): Likewise.
797         (value_embedded_offset): Likewise.
798         (value_pointed_to_offset): Likewise.
799         (value_raw_address): Likewise.
800         (deprecated_value_modifiable): Likewise.
801         (value_free_to_mark): Likewise.
802         (value_release_to_mark): Likewise.
803         (internalvar_name): Likewise.
804         (readjust_indirect_value_type): Likewise.
805         (value_initialized): Likewise.
806
807 2016-04-07  Yao Qi  <yao.qi@linaro.org>
808
809         * record-full.c (record_full_insert_breakpoint): Return
810         early if entry on the address is found in
811         record_full_breakpoints.
812
813 2016-04-07  Yao Qi  <yao.qi@linaro.org>
814
815         * record-full.c (record_full_insert_breakpoint): Set
816         bp_tgt->reqstd_address and bp_tgt->placed_size.
817
818 2016-04-06  Don Breazeal  <donb@codesourcery.com>
819
820         * value.c (value_actual_type): Don't try to get rtti type
821         of the value if it has been optimized out.
822         (value_optimized_out): If a memory access error occurs,
823         just check vaue->optimized_out.
824
825 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
826
827         Revert the previous commit adding unknown_v_replies_ok.
828
829 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
830
831         * remote.c (struct remote_state): New field unknown_v_replies_ok.
832         (packet_config_support): Read it.
833         (remote_start_remote): Set it.
834
835 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
836
837         * remote.c: Revert check-in by a mistake in the previous commit.
838
839 2016-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
840             Pedro Alves  <palves@redhat.com>
841
842         * exec.c (exec_file_locate_attach): Print warning for unsupported
843         target_pid_to_exec_file.
844         * symfile-mem.c (add_vsyscall_page): Remove the "file" command
845         message part.
846
847 2016-04-04  Simon Marchi  <simon.marchi@ericsson.com>
848
849         * cli/cli-decode.c (help_cmd_list): Fix function doc and remove
850         trailing spaces.
851
852 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
853
854         PR gdb/19820
855         * eval.c (evaluate_subexp_standard): Allow TYPE_CODE_ENUM to be
856         the type of BINOP_REPEAT's second operand.
857
858 2016-03-31  Yichao Yu  <yyc1992@gmail.com>
859
860         PR gdb/19858
861         * jit.c (jit_breakpoint_re_set_internal): Return 0 if we already
862         got the breakpoint at the right address.
863         (jit_inferior_created): New function.
864         (_initialize_jit): Install jit_inferior_created as
865         inferior_created observer.
866
867 2016-03-31  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
868
869         * NEWS: Mention support for tracepoints on powerpc*-linux.
870
871 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
872
873         PR python/19743
874         * python/python.c (execute_gdb_command): Use console uiout
875         when executing gdb command.
876         * utils.c (restore_ui_out_closure): New structure.
877         (do_restore_ui_out): New function.
878         (make_cleanup_restore_ui_out): Likewise.
879         * utils.h (make_cleanup_restore_ui_out): Declare.
880
881 2016-03-31  Pedro Alves  <palves@redhat.com>
882
883         * NEWS: Mention that support for "target m32rsdi", "target mips",
884         "target pmon", "target ddb", "target rockhopper", and "target lsi"
885         was removed.
886         * Makefile.in (ALL_TARGET_OBS): Remove remote-m32r-sdi.o and
887         remote-mips.o.
888         (ALLDEPFILES): Remove remote-m32r-sdi.c and remote-mips.c.
889         * configure.tgt: Remove all references to remote-m32r-sdi.o and
890         remote-mips.o.
891         * mips-tdep.c (deprecated_mips_set_processor_regs_hack): Delete
892         function.
893         * mips-tdep.h (deprecated_mips_set_processor_regs_hack): Delete
894         declaration.
895         * remote-m32r-sdi.c, remote-mips.c: Delete files.
896         * symfile.c (generic_load, generic_load): Remove comments.
897
898 2016-03-30  Yao Qi  <yao.qi@linaro.org>
899
900         * arm-tdep.c (arm_epilogue_frame_this_id): Check 'func' against
901         0 rather than NULL.
902
903 2016-03-30  Yao Qi  <yao.qi@linaro.org>
904
905         * arm-tdep.c: (arm_make_epilogue_frame_cache): New function.
906         (arm_epilogue_frame_this_id): New function.
907         (arm_epilogue_frame_prev_register): New function.
908         (arm_epilogue_frame_sniffer): New function.
909         (arm_epilogue_frame_unwind): New.
910         (arm_gdbarch_init): Append unwinder arm_epilogue_frame_unwind.
911
912 2016-03-30  Yao Qi  <yao.qi@linaro.org>
913
914         * arm-tdep.c (arm_stack_frame_destroyed_p): Rename it ...
915         (arm_stack_frame_destroyed_p_1): ... here.  Don't call
916         arm_pc_is_thumb.
917         (arm_stack_frame_destroyed_p): Call
918         thumb_stack_frame_destroyed_p and
919         arm_stack_frame_destroyed_p_1.
920
921 2016-03-30  Doug Evans  <dje@google.com>
922
923         * python/py-utils.c (host_string_to_python_string): New function.
924         * python/python-internal.h (host_string_to_python_string): Declare it.
925         * python/py-*.c (*): Update all calls to
926         PyString_Decode (str, strlen (str), host_charset (), NULL);
927         to use host_string_to_python_string instead.
928
929 2016-03-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
930
931         * remote.c (remote_check_symbols): Allocate own buffer for reply.
932
933 2016-03-29  Max Filippov  <jcmvbkbc@gmail.com>
934
935         * xtensa-tdep.c (xtensa_frame_cache): Change op1 type to LONGEST.
936         Use safe_read_memory_integer instead of read_memory_integer.
937
938 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
939
940         * NEWS: Mention support for tracepoints on s390*-linux.
941
942 2016-03-29  Don Breazeal  <donb@codesourcery.com>
943
944         * gdb/value.c (value_actual_type): Fix formatting issue.
945
946 2016-03-23  Yao Qi  <yao.qi@linaro.org>
947
948         * gdbarch.sh (software_single_step): Remove comments.
949         * gdbarch.h: Regenerated.
950
951 2016-03-21  Yao Qi  <yao.qi@linaro.org>
952
953         * arm-tdep.c (arm_record_media): New.
954         (arm_record_ld_st_reg_offset): Call arm_record_media.
955
956 2016-03-21  Yao Qi  <yao.qi@linaro.org>
957
958         * arm-linux-tdep.c (arm_canonicalize_syscall): Canonicalize
959         more syscalls.
960
961 2016-03-18  Yao Qi  <yao.qi@linaro.org>
962
963         * sparc-tdep.c (sparc_software_single_step): Make it static.
964         * sparc-tdep.h (sparc_software_single_step): Remove declaration.
965
966 2016-03-18  Yao Qi  <yao.qi@linaro.org>
967
968         * spu-tdep.c (spu_software_single_step): Throw error when
969         target_read_memory fails.
970
971 2016-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
972
973         * linux-thread-db.c (check_pid_namespace_match): Extend the message.
974
975 2016-03-17  Pedro Alves  <palves@redhat.com>
976             Don Breazeal  <donb@codesourcery.com>
977
978         PR remote/19496
979         * infcmd.c (notice_new_inferior): Use the 'leave_running' argument
980         instead of checking the 'non_stop' global.
981         * remote.c (remote_add_thread): New parameter 'executing'.  Use it
982         to set the new thread's executing state.
983         (remote_notice_new_inferior): Rename parameter 'running' to
984         'executing'.  Always set the thread state to THREAD_RUNNING in
985         non-stop mode, and to THREAD_STOPPED in all-stop mode.  Pass
986         EXECUTING to remote_add_thread and notice_new_inferior.
987         (remote_update_thread_list): Update to pass executing state, not
988         running state.
989
990 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
991
992         * syscalls/s390-linux.xml: Add NUMA syscalls and new syscalls up
993         to 374.
994         * syscalls/s390x-linux.xml: Likewise.
995
996 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
997
998         * linux-record.c (record_mem_at_reg): New helper function.
999         (record_linux_system_call): Exploit new helper function where
1000         applicable.
1001
1002 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1003
1004         * linux-record.c: Fix whitespace issues; tabify, remove trailing
1005         spaces.
1006
1007 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1008
1009         * linux-record.c (record_linux_system_call): Add missing return
1010         statements to handling of pipe and pipe2 syscalls.
1011
1012 2016-03-16  Doug Evans  <dje@google.com>
1013
1014         * xml-tdesc.c (tdesc_start_enum): Fix c++ build.
1015
1016 2016-03-16  Yao Qi  <yao.qi@linaro.org>
1017
1018         * arm-linux-tdep.c (arm_linux_init_abi): Fix
1019         arm_linux_record_tdep.arg1, arm_linux_record_tdep.arg2 and
1020         arm_linux_record_tdep.arg3.  Set arm_linux_record_tdep.arg4,
1021         arm_linux_record_tdep.arg5, arm_linux_record_tdep.arg6, and
1022         arm_linux_record_tdep.arg7.
1023
1024 2016-03-15  Keith Seitz  <keiths@redhat.com>
1025
1026         PR breakpoints/18303
1027         * cp-namespace.c (cp_lookup_bare_symbol): Change assertion to
1028         look for "::" instead of simply ":".
1029         (cp_search_static_and_baseclasses): Return null_block_symbol for
1030         malformed input.
1031         Remove assertions.
1032         * cp-support.c (cp_find_first_component_aux): Do not return
1033         a prefix length for ':' unless the next character is also ':'.
1034
1035 2016-03-15  Doug Evans  <dje@google.com>
1036
1037         * features/aarch64-core.xml (cpsr_flags): New flags type.
1038         (cpsr): Use it.
1039         * features/aarch64.c: Regenerate.
1040
1041 2016-03-15  Doug Evans  <dje@google.com>
1042
1043         * features/i386/32bit-core.xml (i386_eflags): Remove "end" spec.
1044         * features/i386/32bit-sse.xml (i386_eflags): Ditto.
1045         * features/i386/64bit-core.xml (i386_eflags): Ditto.
1046         * features/i386/64bit-sse.xml (i386_eflags): Ditto.
1047         * features/i386/x32-core.xml (i386_eflags): Ditto.
1048
1049 2016-03-15  Doug Evans  <dje@google.com>
1050             Wei-cheng Wang  <cole945@gmail.com>
1051
1052         Extend flags to support multibit and enum bitfields.
1053         * NEWS: Document new features.
1054         * c-typeprint.c (c_type_print_varspec_prefix): Handle TYPE_CODE_FLAGS.
1055         (c_type_print_varspec_suffix, c_type_print_base): Ditto.
1056         * gdbtypes.c (arch_flags_type): Don't assume all fields are one bit.
1057         (append_flags_type_field): New function.
1058         (append_flags_type_flag): Call it.
1059         * gdbtypes.h (append_flags_type_field): Declare.
1060         * target-descriptions.c (struct tdesc_type_flag): Delete.
1061         (enum tdesc_type_kind) <TDESC_TYPE_BOOL>: New enum value.
1062         (enum tdesc_type_kind) <TDESC_TYPE_ENUM>: Ditto.
1063         (struct tdesc_type) <u.f>: Delete.
1064         (tdesc_predefined_types): Add "bool".
1065         (tdesc_predefined_type): New function.
1066         (tdesc_gdb_type): Handle TDESC_TYPE_BOOL, TDESC_TYPE_ENUM.
1067         Update TDESC_TYPE_FLAGS support.
1068         (tdesc_free_type): Handle TDESC_TYPE_ENUM.  Update TDESC_TYPE_FLAGS.
1069         (tdesc_create_flags): Update.
1070         (tdesc_create_enum): New function.
1071         (tdesc_add_field): Initialize start,end to -1.
1072         (tdesc_add_typed_bitfield): New function.
1073         (tdesc_add_bitfield): Call it.
1074         (tdesc_add_flag): Allow TDESC_TYPE_STRUCT.  Update.
1075         (tdesc_add_enum_value): New function.
1076         (maint_print_c_tdesc_cmd): Fold TDESC_TYPE_FLAGS support into
1077         TDESC_TYPE_STRUCT.  Handle TDESC_TYPE_ENUM.
1078         * target-descriptions.h (tdesc_create_enum): Declare.
1079         (tdesc_add_typed_bitfield, tdesc_add_enum_value): Declare.
1080         * valprint.c (generic_val_print_enum_1): New function.
1081         (generic_val_print_enum): Call it.
1082         (val_print_type_code_flags): Make static.  Handle multibit bitfields
1083         and enum bitfields.
1084         * valprint.h (val_print_type_code_flags): Delete.
1085         * xml-tdesc.c (struct tdesc_parsing_data) <current_type_is_flags>:
1086         Delete.  All uses removed.
1087         (tdesc_start_enum): New function.
1088         (tdesc_start_field): Handle multibit and enum bitfields.
1089         (tdesc_start_enum_value): New function.
1090         (enum_value_attributes, enum_children, enum_attributes): New static
1091         globals.
1092         (feature_children): Add "enum".
1093         * features/gdb-target.dtd (enum, evalue): New elements.
1094
1095 2016-03-15  Doug Evans  <dje@google.com>
1096
1097         * target-descriptions.c (struct tdesc_type) <u.u.size>: Change type
1098         from LONGEST to int.
1099         (struct tdesc_type) <u.f.size>: Ditto.
1100         (tdesc_set_struct_size): Change type of "size" arg from LONGEST
1101         to int.  Add assertion size > 0.
1102         (tdesc_create_flags): Ditto.
1103         * target-descriptions.h (tdesc_set_struct_size): Update.
1104         (tdesc_create_flags): Update.
1105         * xml-tdesc.c (MAX_FIELD_SIZE, MAX_FIELD_BITSIZE): New macros.
1106         (MAX_VECTOR_SIZE): New macro.
1107         (tdesc_start_struct): Catch conversion errors from LONGEST to int.
1108         (tdesc_start_flags, tdesc_start_field, tdesc_start_vector): Ditto.
1109
1110 2016-03-15  Doug Evans  <dje@google.com>
1111
1112         * target-descriptions.c (maint_print_c_tdesc_cmd): Use "type" for
1113         TYPE_CODE_FLAGS instead of "field_type", for consistency.
1114         * features/i386/amd64-avx-linux.c: Regenerate.
1115         * features/i386/amd64-avx.c: Regenerate.
1116         * features/i386/amd64-avx512-linux.c: Regenerate.
1117         * features/i386/amd64-avx512.c: Regenerate.
1118         * features/i386/amd64-linux.c: Regenerate.
1119         * features/i386/amd64-mpx-linux.c: Regenerate.
1120         * features/i386/amd64-mpx.c: Regenerate.
1121         * features/i386/amd64.c: Regenerate.
1122         * features/i386/i386-avx-linux.c: Regenerate.
1123         * features/i386/i386-avx.c: Regenerate.
1124         * features/i386/i386-avx512-linux.c: Regenerate.
1125         * features/i386/i386-avx512.c: Regenerate.
1126         * features/i386/i386-linux.c: Regenerate.
1127         * features/i386/i386-mmx-linux.c: Regenerate.
1128         * features/i386/i386-mmx.c: Regenerate.
1129         * features/i386/i386-mpx-linux.c: Regenerate.
1130         * features/i386/i386-mpx.c: Regenerate.
1131         * features/i386/i386.c: Regenerate.
1132         * features/i386/x32-avx-linux.c: Regenerate.
1133         * features/i386/x32-avx.c: Regenerate.
1134         * features/i386/x32-avx512-linux.c: Regenerate.
1135         * features/i386/x32-avx512.c: Regenerate.
1136         * features/i386/x32-linux.c: Regenerate.
1137         * features/i386/x32.c: Regenerate.
1138
1139 2016-03-15  Pedro Alves  <palves@redhat.com>
1140
1141         PR gdb/19676
1142         * linux-thread-db.c (try_thread_db_load_1): Leave
1143         info->td_ta_thr_iter_p NULL iff debugging a live process and we
1144         have /proc access.
1145         (find_new_threads_once): Assert that we have a non-NULL
1146         info->td_ta_thr_iter_p instead of checking whether the target has
1147         execution.
1148
1149 2016-03-15  Pedro Alves  <palves@redhat.com>
1150
1151         PR gdb/19676
1152         * infrun.c (displaced_step_prepare): Also disable displaced
1153         stepping on NOT_SUPPORTED_ERROR.
1154         * linux-tdep.c (linux_displaced_step_location): If reading auxv
1155         fails, throw NOT_SUPPORTED_ERROR instead of generic error.
1156
1157 2016-03-13  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1158
1159         * s390-linux-tdep.c (s390_gen_return_address): New function.
1160         (s390_gdbarch_init): Fill gen_return_address hook.
1161
1162 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1163
1164         * symmisc.c (maintenance_info_line_tables): New function.
1165         (maintenance_print_one_line_table): New function.
1166         (_initialize_symmisc): Register 'maint info line-table' command.
1167         * NEWS: Mention new command.
1168
1169 2016-03-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1170
1171         * s390-linux-tdep.c (s390_ax_pseudo_register_collect): New function.
1172         (s390_ax_pseudo_register_push_stack): New function.
1173         (s390_gdbarch_init): Fill ax_pseudo_register_collect and
1174         ax_pseudo_register_push_stack hooks.
1175
1176 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
1177
1178         * data-directory/Makefile.in (PYTHON_FILE_LIST): Install
1179         gdb/function/as_string.py.
1180         * python/lib/gdb/function/as_string.py: New file.
1181         * NEWS: Mention the new $_as_string function.
1182
1183 2016-03-09  Jose E. Marchesi  <jose.marchesi@oracle.com>
1184
1185         * target.h: Fix doc string of target_can_use_hardware_watchpoint.
1186
1187 2016-03-09  Pedro Alves  <palves@redhat.com>
1188
1189         * event-top.c (more_to_come): Delete.
1190         (struct readline_input_state): Delete.
1191         (readline_input_state): Delete.
1192         (get_command_line_buffer): New function.
1193         (command_handler): Update comments.  Don't handle NULL commands
1194         here.  Do not execute commented lines.
1195         (command_line_append_input_line): New function.
1196         (handle_line_of_input): New function, partly based on
1197         command_line_handler and command_line_input.
1198         (command_line_handler): Rewrite.
1199         * event-top.h (command_handler): New declaration.
1200         (command_loop): Defer command execution to command_handler.
1201         (command_line_input): Update comments.  Simplify, using struct
1202         buffer and handle_line_of_input.
1203         * top.h (struct buffer): New forward declaration.
1204         (handle_line_of_input): New declaration.
1205
1206 2016-03-09  Pedro Alves  <palves@redhat.com>
1207
1208         * event-top.c (command_line_handler): Use xfree + xstrdup instead
1209         of xrealloc + strcpy.
1210         * main.c (captured_main): Use xstrdup instead of xmalloc plus
1211         manual clear.
1212         * top.c (saved_command_line): Rewrite comment.
1213         (saved_command_line_size): Delete.
1214         (command_line_input): Use xfree + xstrdup instead of xrealloc +
1215         strcpy.
1216         * top.h (saved_command_line_size): Delete declaration.
1217
1218 2016-03-09  Pedro Alves  <palves@redhat.com>
1219
1220         * event-top.c: Include buffer.h.
1221         (gdb_readline_no_editing_callback): Use struct buffer instead
1222         of xrealloc.
1223
1224 2016-03-09  Pedro Alves  <palves@redhat.com>
1225
1226         * common/buffer.h (buffer_grow_char): New function.
1227         * top.c: Include buffer.h.
1228         (gdb_readline_no_editing): Rename 'prompt_arg' parameter to
1229         'prompt'.  Use struct buffer instead of xrealloc.
1230
1231 2016-03-09  Pedro Alves  <palves@redhat.com>
1232
1233         * defs.h (gdb_readline): Delete declaration.
1234         * top.c (gdb_readline): Rename to ...
1235         (gdb_readline_no_editing): ... this, and make static.
1236
1237 2016-03-09  Pedro Alves  <palves@redhat.com>
1238
1239         * utils.c (prompt_for_continue): Update comments.
1240
1241 2016-03-09  Pedro Alves  <palves@redhat.com>
1242
1243         * event-top.c (async_annotation_suffix): Delete.
1244         (top_level_prompt, command_line_handler): Don't use
1245         'async_annotation_suffix' and simplify.
1246         * event-top.h (async_annotation_suffix): Delete declaration.
1247         (init_main): Remove reference to 'async_annotation_suffix'.
1248
1249 2016-03-09  Pedro Alves  <palves@redhat.com>
1250
1251         * event-top.c (gdb_readline2): Rename to ...
1252         (gdb_readline_no_editing_callback): ... this.
1253         (change_line_handler, stdin_event_handler)
1254         (gdb_setup_readline): Adjust.
1255         * event-top.h (gdb_readline2): Rename to ...
1256         (gdb_readline_no_editing_callback): ... this, and move closer to
1257         other readline-related declarations.
1258         * mi/mi-interp.c (mi_interpreter_resume): Adjust.
1259
1260 2016-03-09  Pedro Alves  <palves@redhat.com>
1261
1262         * top.c (window_hook): Delete.
1263         (command_loop): Remove references to window_hook.
1264
1265 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1266
1267         * corefile.c (safe_read_memory_unsigned_integer): New function.
1268         * gdbcore.h (safe_read_memory_unsigned_integer): New prototype.
1269         * rs6000-tdep.c (rs6000_frame_cache): Read backchain as unsigned.
1270
1271 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1272
1273         * rs6000-tdep.c: Add "ax.h" and "ax-gdb.h" includes.
1274         (rs6000_gen_return_address): New function.
1275         (rs6000_gdbarch_init): Wire in the above.
1276
1277 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1278
1279         * rs6000-tdep.c (rs6000_ax_pseudo_register_collect): New function.
1280         (rs6000_gdbarch_init): Wire in the above.
1281
1282 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1283
1284         * s390-linux-tdep.c (s390_analyze_prologue): Ignore BRC and BRCL
1285         instructions that do nothing or are conditional traps.
1286
1287 2016-03-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1288
1289         * s390-linux-tdep.c (s390_prologue_frame_unwind_cache): Store
1290         frame func's PC in info->func before any other failure can occur.
1291         (s390_frame_this_id): Use frame_id_build_unavailable_stack if
1292         info->func has been filled out.
1293
1294 2016-03-09  Pedro Alves  <palves@redhat.com>
1295
1296         * osabi.c (gdb_osabi_names): Avoid spaces in osabi names.
1297
1298 2016-03-09  Pedro Alves  <palves@redhat.com>
1299
1300         * frv-tdep.c (frv_gdbarch_init): Handle bfd_mach_fr300.
1301
1302 2016-03-09  Pedro Alves  <palves@redhat.com>
1303
1304         * cris-tdep.c (cris_gdbarch_init): Return 0 if the info's byte
1305         order is BFD_ENDIAN_BIG or if the cris version is unsupported.
1306
1307 2016-03-09  Pedro Alves  <palves@redhat.com>
1308
1309         * doublest.c: Extend comments.
1310         (floatformat_to_doublest, floatformat_from_doublest): Copy the
1311         floatformat's total size, not the host type's size.
1312
1313 2016-03-09  Pedro Alves  <palves@redhat.com>
1314
1315         * doublest.c (floatformat_totalsize_bytes): New function.
1316         (floatformat_from_type): Assert that the type's length is at least
1317         as long as the floatformat's totalsize.
1318         * doublest.h (floatformat_totalsize_bytes): New declaration.
1319         * gdbtypes.c (arch_float_type): Assert that the type's length is
1320         at least as long as the floatformat's totalsize.
1321
1322 2016-03-09  Pedro Alves  <palves@redhat.com>
1323
1324         * hppa-linux-tdep.c (hppa_linux_init_abi): Set the long double
1325         format to floatformats_ieee_double.
1326
1327 2016-03-07  Pedro Alves  <palves@redhat.com>
1328
1329         * mips-tdep.c (mips_gdbarch_init): Check whether info.abfd is NULL
1330         before calling bfd_get_flavour.
1331
1332 2016-03-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1333
1334         * avr-tdep.c (AVR_LAST_ARG_REGNUM): Define.
1335         (avr_push_dummy_call): Correct last needed argument register.
1336         Write MSB of argument into register and subsequent bytes into
1337         other registers in decreasing order.
1338
1339 2016-03-04  Yao Qi  <yao.qi@linaro.org>
1340
1341         * arm-tdep.c (arm_record_vdata_transfer_insn): Simplify the
1342         condition check.  Record the right D register number.
1343
1344 2016-03-04  Yao Qi  <yao.qi@linaro.org>
1345
1346         * arm-tdep.c (arm_record_extension_space): Remove code
1347         printing "Process record does not support".
1348         (arm_record_data_proc_misc_ld_str): Likewise.
1349         (decode_insn): Call arm_record_extension_space if condition
1350         is 0xf.  Call arm_record_unsupported_insn if ret isn't
1351         ARM_RECORD_SUCCESS.  Use 'ret' instead of 'insn_id' to hold
1352         the value of thumb2_record_decode_insn_handler.
1353
1354 2016-03-04  Simon Marchi  <simon.marchi@ericsson.com>
1355
1356         * features/feature_to_c.sh: Print the help when passing no
1357         argument.
1358
1359 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
1360
1361         * MAINTAINERS (Write After Approval): Add Bernhard Heckel.
1362
1363 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
1364
1365         * dwarf2read.c (new_symbol_full): Fix detection of gfortran compilers.
1366
1367 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1368
1369         * s390-linux-tdep.c (s390_backchain_frame_unwind_cache): Avoid
1370         exception when attempting to access the inferior's backchain.
1371
1372 2016-02-29  Yao Qi  <yao.qi@linaro.org>
1373
1374         * aarch64-linux-tdep.c (aarch64_canonicalize_syscall): Support
1375         eventfd2, eventfd2, dup3, inotify_init1, fallocate and pipe2.
1376         Return gdb_sys_epoll_create1 instead of gdb_sys_epoll_create
1377         for aarch64_sys_epoll_create1.
1378
1379 2016-02-29  Yao Qi  <yao.qi@linaro.org>
1380
1381         * linux-record.h (enum gdb_syscall) <gdb_sys_fallocate>: New.
1382         <gdb_sys_eventfd2, gdb_sys_epoll_create1, gdb_sys_dup3>: New.
1383         <gdb_sys_pipe2, gdb_sys_inotify_init1>: New.
1384         * linux-record.c (record_linux_system_call): Handle them.
1385
1386 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
1387
1388         * d-namespace.c (d_lookup_symbol_imports): Avoid recursive lookups from
1389         cyclic imports.
1390
1391 2016-02-26  Keith Seitz  <keiths@redhat.com>
1392
1393         * rs6000-tdep.c (rs6000_frame_cache): Explicitly cast return result
1394         to avoid invalid conversion from void *.
1395
1396 2016-02-26  Yao Qi  <yao.qi@linaro.org>
1397
1398         * arm-tdep.c (arm_record_exreg_ld_st_insn): Set 'single_reg'
1399         per bit 8.  Check bit 20 instead of bit 4 for VMOV
1400         instruction.  Record D registers for instructions changing
1401         S registers.  Change of the order of length and address
1402         in record_buf_mem array.
1403
1404 2016-02-26  Yao Qi  <yao.qi@linaro.org>
1405
1406         * arm-tdep.c (thumb_record_ld_st_reg_offset): Fix the register
1407         number of Rd.
1408
1409 2016-02-25  Doug Evans  <dje@google.com>
1410
1411         * remote-m32r-sdi.c (recv_char_data): Initialize val to avoid
1412         compiler warning.
1413         (recv_long_data): Ditto.
1414
1415 2016-02-25  Simon Marchi  <simon.marchi@ericsson.com>
1416
1417         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault):
1418         Initialize variables.
1419
1420 2016-02-25  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1421
1422         * ax-general.c (ax_reg): Call gdbarch_remote_register_number.
1423         (ax_reg_mask): Likewise.
1424
1425 2016-02-24  Pedro Alves  <palves@redhat.com>
1426
1427         * linux-nat.c (save_sigtrap) Delete.
1428         (stop_wait_callback): Call save_stop_reason instead of
1429         save_sigtrap.
1430         (check_stopped_by_breakpoint): Rename to ...
1431         (save_stop_reason): ... this.  Bits of save_sigtrap folded here.
1432         Use GDB_ARCH_IS_TRAP_HWBKPT and handle ambiguous
1433         GDB_ARCH_IS_TRAP_BRKPT / GDB_ARCH_IS_TRAP_HWBKPT.  Factor out
1434         common code between the USE_SIGTRAP_SIGINFO and
1435         !USE_SIGTRAP_SIGINFO blocks.
1436         (linux_nat_filter_event): Call save_stop_reason instead of
1437         save_sigtrap.
1438         * nat/linux-ptrace.h: Check for both SI_KERNEL and TRAP_BRKPT
1439         si_code for MIPS.
1440         * nat/linux-ptrace.h: Fix "TRAP_HWBPT" typo in x86 table.  Add
1441         comments on MIPS behavior.
1442         (GDB_ARCH_IS_TRAP_HWBKPT): Define for all archs.
1443
1444 2016-02-24  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1445
1446         * rs6000-tdep.c (rs6000_frame_cache): Initialize frame and pc to 0
1447         to avoid spurious warnings.
1448
1449 2016-02-24  Gary Benson  <gbenson@redhat.com>
1450
1451         * exec.c (exec_file_locate_attach): Do not attempt to
1452         locate main executable locally if not found in sysroot.
1453
1454 2016-02-24  Joel Brobecker  <brobecker@adacore.com>
1455
1456         GDB 7.11 released.
1457
1458 2016-02-24  Wei-cheng Wang  <cole945@gmail.com>
1459
1460         * rs6000-tdep.c (rs6000_frame_cache, rs6000_frame_this_id): Handle
1461         unavailable PC/SP to build unavailable frame.
1462
1463 2016-02-23  Doug Evans  <dje@google.com>
1464
1465         Extend "skip" command to support -file, -gfile, -function, -rfunction.
1466         * NEWS: Document new features.
1467         * skip.c: #include "fnmatch.h", "gdb_regex.h".
1468         (skiplist_entry) <file>: Renamed from filename.
1469         <function>: Renamed from function_name.
1470         <file_is_glob, function_is_regexp>: New members.
1471         <compiled_function_regexp, compiled_function_regexp_is_valid>:
1472         New members.
1473         (make_skip_entry): New function.
1474         (free_skiplist_entry, free_skiplist_entry_cleanup): New functions.
1475         (make_free_skiplist_entry_cleanup): New function.
1476         (skip_file_command): Update.
1477         (skip_function, skip_function_command): Update.
1478         (compile_skip_regexp): New functions.
1479         (skip_command): Add support for new options.
1480         (skip_info): Update.
1481         (skip_file_p, skip_gfile_p): New functions.
1482         (skip_function_p, skip_rfunction_p): New functions.
1483         (function_name_is_marked_for_skip): Update and simplify.
1484         (_initialize_step_skip): Update.
1485         * symtab.c: #include "fnmatch.h".
1486         (compare_glob_filenames_for_search): New function.
1487         * symtab.h (compare_glob_filenames_for_search): Declare.
1488         * utils.c (count_path_elements): New function.
1489         (strip_leading_path_elements): New function.
1490         * utils.h (count_path_elements): Declare.
1491         (strip_leading_path_elements): Declare.
1492
1493 2016-02-23  Simon Marchi  <simon.marchi@ericsson.com>
1494
1495         * arm-tdep.c (arm_decode_svc_copro): Remove "to" parameter.
1496         (thumb_process_displaced_insn): Likewise.
1497         (arm_process_displaced_insn): Adjust calls.
1498
1499 2016-02-23  Yao Qi  <yao.qi@linaro.org>
1500
1501         * aarch64-linux-tdep.c (enum aarch64_syscall) <aarch64_sys_mknod>:
1502         Remove.
1503         <aarch64_sys_mkdir, aarch64_sys_unlink, aarch64_sys_symlink>: Remove.
1504         <aarch64_sys_link, aarch64_sys_rename, aarch64_sys_faccess>: Remove.
1505         <aarch64_sys_mknodat, aarch64_sys_mkdirat>: New.
1506         <aarch64_sys_unlinkat, aarch64_sys_symlinkat>: New.
1507         <aarch64_sys_linkat, aarch64_sys_renameat>: New.
1508         <aarch64_sys_faccessat>: New.
1509         <aarch64_sys_open, aarch64_sys_readlink, aarch64_sys_fstatat>: Remove.
1510         <aarch64_sys_openat, aarch64_sys_readlinkat>: New.
1511         <aarch64_sys_newfstatat>: New.
1512         (UNSUPPORTED_SYSCALL_MAP): New macro.
1513         (aarch64_canonicalize_syscall): Add missing syscalls.
1514
1515 2016-02-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1516
1517         * gdb-gdb.py (class TypeFlagsPrinter): Use parentheses for print.
1518
1519 2016-02-22  Yao Qi  <yao.qi@linaro.org>
1520
1521         * arm-tdep.c: Fix code format issues.
1522
1523 2016-02-21  Iain Buclaw  <ibuclaw@gdcproject.org>
1524
1525         * d-namespace.c (d_lookup_symbol_imports): Remove argument
1526         'search_parents'.  All callers updated.
1527
1528 2016-02-18  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1529
1530         * s390-linux-tdep.c (s390_guess_tracepoint_registers): New function.
1531         (s390_gdbarch_init): Fill guess_tracepoint_registers hook.
1532
1533 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1534
1535         * NEWS: Add entry for bound violation.
1536         * amd64-linux-tdep.c (amd64_linux_init_abi_common):
1537         Add handler for segmentation fault.
1538         * gdbarch.sh (handle_segmentation_fault): New.
1539         * gdbarch.c: Regenerate.
1540         * gdbarch.h: Regenerate.
1541         * i386-linux-tdep.c (i386_linux_handle_segmentation_fault): New.
1542         (SIG_CODE_BONDARY_FAULT): New define.
1543         (i386_linux_init_abi): Use i386_mpx_bound_violation_handler.
1544         * i386-linux-tdep.h (i386_linux_handle_segmentation_fault) New.
1545         * i386-tdep.c (i386_mpx_enabled): Add as external.
1546         * i386-tdep.c (i386_mpx_enabled): Add as external.
1547         * infrun.c (handle_segmentation_fault): New function.
1548         (print_signal_received_reason): Use handle_segmentation_fault.
1549
1550 2016-02-18  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1551
1552         * arch-utils.c (default_guess_tracepoint_registers): New function.
1553         * arch-utils.h (default_guess_tracepoint_registers): New prototype.
1554         * gdbarch.c: Regenerate.
1555         * gdbarch.h: Regenerate.
1556         * gdbarch.sh: Add guess_tracepoint_registers hook.
1557         * tracefile.c (tracefile_fetch_registers): Use the new gdbarch hook.
1558
1559 2016-02-17  Gary Benson  <gbenson@redhat.com>
1560
1561         * exec.c (exec_file_locate_attach): Add missing cleanup.
1562
1563 2016-02-16  Don Breazeal  <donb@codesourcery.com>
1564
1565         PR remote/19496
1566         * remote.c (remove_new_fork_children): Check for pending
1567         fork status in thread_info.suspend.
1568
1569 2016-02-16  Yao Qi  <yao.qi@linaro.org>
1570
1571         * arm-linux-tdep.c (arm_linux_software_single_step): Assign
1572         'old_chain' later.
1573
1574 2016-02-16  Yao Qi  <yao.qi@linaro.org>
1575
1576         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs_ops)
1577         <syscall_next_pc>: Remove argument PC.  Callers updated.
1578         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
1579         Remove argument PC.  Get pc from regcache_read_pc.
1580         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Remove
1581         argument PC.
1582
1583 2016-02-15  Yao Qi  <yao.qi@linaro.org>
1584
1585         * aarch64-tdep.c (aarch64_analyze_prologue): Remove "0x".
1586
1587 2016-02-12  Yao Qi  <yao.qi@linaro.org>
1588
1589         * arch/arm-linux.c (arm_linux_get_next_pcs_fixup): Calculate
1590         nextpc according to instruction.
1591
1592 2016-02-12  Yao Qi  <yao.qi@linaro.org>
1593
1594         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Call
1595         self->ops->fixup if it isn't NULL.
1596         * arch/arm-get-next-pcs.h: Include gdb_vecs.h.
1597         (struct arm_get_next_pcs_ops) <fixup>: New field.
1598         * arch/arm-linux.c: Include common-regcache.h and
1599         arch/arm-get-next-pcs.h.
1600         (arm_linux_get_next_pcs_fixup): New function.
1601         * arch/arm-linux.h (arm_linux_get_next_pcs_fixup): Declare.
1602         * arm-linux-tdep.c (arm_linux_get_next_pcs_ops): Initialize
1603         it with arm_linux_get_next_pcs_fixup.
1604         (arm_linux_software_single_step): Move code to
1605         arm_linux_get_next_pcs_fixup.
1606         * arm-tdep.c (arm_get_next_pcs_ops): Initialize it.
1607
1608 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1609
1610         * xml-tdesc.c (target_fetch_description_xml) [!HAVE_LIBEXPAT]: Warn
1611         and return NULL.
1612
1613 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1614
1615         * frame.h (skip_tailcall_frames): Update comment.
1616         * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
1617         if only artificial frames are found.  Update comment.
1618         (frame_unwind_caller_id): Handle NULL return.
1619         (frame_unwind_caller_pc, frame_unwind_caller_arch): Assert that
1620         skip_artificial_frames does not return NULL.
1621         (frame_pop): Add an error if only tailcall frames are found.
1622         * infcmd.c (finish_command): Move skip_tailcall_frames call into
1623         forward-execution case.  Add an error if only tailcall frames are
1624         found.
1625
1626 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1627
1628         * stack.c (frame_info): Check frame_unwind_caller_id.
1629
1630 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
1631
1632         * frame.h (skip_tailcall_frames): New.
1633         * frame.c (skip_tailcall_frames): New.
1634         (frame_pop): Call skip_tailcall_frames.
1635         * infcmd.c (finish_command): Call skip_tailcall_frames.
1636
1637 2016-02-11  Pedro Alves  <palves@redhat.com>
1638
1639         * Makefile.in (check-parallel): New rule.
1640
1641 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1642
1643         * arm-tdep.c (arm_skip_prologue): Remove unused variables.
1644         (arm_analyze_prologue): Likewise.
1645         (arm_scan_prologue): Likewise.
1646         (arm_m_exception_prev_register): Likewise.
1647         (arm_copy_block_xfer): Likewise.
1648         (thumb2_copy_block_xfer): Likewise.
1649         (arm_decode_miscellaneous): Likewise.
1650         (arm_decode_ld_st_word_ubyte): Likewise.
1651         (arm_decode_svc_copro): Likewise.
1652         (thumb2_decode_svc_copro): Likewise.
1653         (thumb_copy_16bit_ldr_literal): Likewise.
1654         (thumb_copy_pop_pc_16bit): Likewise.
1655         (decode_thumb_32bit_ld_mem_hints): Likewise.
1656         (arm_show_force_mode): Likewise.
1657         (_initialize_arm_tdep): Likewise.
1658         (arm_record_strx): Likewise.
1659         (arm_record_extension_space): Likewise.
1660         (arm_record_data_proc_misc_ld_str): Likewise.
1661         (arm_record_exreg_ld_st_insn): Likewise.
1662         (arm_record_vfp_data_proc_insn): Likewise.
1663         (arm_record_coproc_data_proc): Likewise.
1664         (thumb_record_misc): Likewise.
1665         (thumb_record_ldm_stm_swi): Likewise.
1666         (thumb2_record_ld_st_dual_ex_tbb): Likewise.
1667         (thumb2_record_ld_mem_hints): Likewise.
1668         (thumb2_record_lmul_lmla_div): Likewise.
1669         (thumb2_record_asimd_struct_ld_st): Likewise.
1670         (arm_process_record): Likewise.
1671
1672 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1673
1674         * arm-tdep.c (arm_displaced_step_copy_insn): Remove.
1675         (ARM displaced stepping support): Remove reference to
1676         arm_displaced_step_copy_insn in comment.
1677         * arm-tdep.h (arm_displaced_step_copy_insn): Remove.
1678         * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Remove
1679         reference to arm_displaced_step_copy_insn in comment.
1680
1681 2016-02-11  Simon Marchi  <simon.marchi@ericsson.com>
1682
1683         * arm-tdep.c (thumb_copy_unmodified_16bit): Change type of insn.
1684         (thumb_copy_b): Likewise.
1685         (arm_decode_b_bl_ldmstm): Likewise.
1686         (thumb_copy_16bit_ldr_literal): Likewise.
1687         (thumb_copy_pop_pc_16bit): Likewise.
1688
1689 2016-02-11  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1690
1691         * tracepoint.c (encode_actions_1): Use target_gdbarch () rather
1692         than loc->gdbarch.
1693
1694 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1695
1696         * tracefile-tfile.c (trace_tdesc): New static variable.
1697         (tfile_open): Clear trace_tdesc, call target_find_description.
1698         (tfile_interp_line): Recognize tdesc lines.
1699         (tfile_close): Clear trace_tdesc.
1700         (tfile_xfer_partial_features): New function.
1701         (tfile_xfer_partial): Call tfile_xfer_partial_features.
1702         (tfile_append_tdesc_line): New function.
1703
1704 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1705
1706         * ctf.c (ctf_write_tdesc): New function.
1707         (ctf_write_ops): Wire in ctf_write_tdesc.
1708         * tracefile-tfile.c (tfile_write_tdesc): New function.
1709         (tfile_write_ops): Wire in tfile_write_tdesc.
1710         * tracefile.c (trace_save): Call write_tdesc method.
1711         * tracefile.h (struct trace_file_write_ops): Add write_tdesc method.
1712         * xml-tdesc.c (target_fetch_description_xml): New function.
1713         * xml-tdesc.h: Add target_fetch_description_xml prototype.
1714
1715 2016-02-10  Simon Marchi  <simon.marchi@ericsson.com>
1716
1717         * arm-tdep.c (arm_copy_extra_ld_st): Fix "unpriveleged" typo.
1718         (arm_decode_dp_misc): Likewise.
1719
1720 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1721
1722         * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function.
1723         (amd64_init_abi): Fill ax_pseudo_register_collect hook.
1724         * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove
1725         misleading comment.
1726         (i386_pseudo_register_write): Ditto.
1727         (i386_ax_pseudo_register_collect): New function.
1728         (i386_gdbarch_init): Fill ax_pseudo_register_collect hook.
1729         * i386-tdep.h: Add i386_ax_pseudo_register_collect prototype.
1730
1731 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1732
1733         * tracefile-tfile.c (tfile_fetch_registers): Use g packet order
1734         instead of gdb order.
1735
1736 2016-02-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
1737
1738         * tracefile-tfile.c (tfile_fetch_registers): Fix off-by-one in bounds
1739         check.
1740
1741 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1742
1743         * NEWS: Create a new section for the next release branch.
1744         Rename the section of the current branch, now that it has
1745         been cut.
1746
1747 2016-02-10  Joel Brobecker  <brobecker@adacore.com>
1748
1749         GDB 7.11 branch created (9ef9e6a6a0dd8f948708cb67c9afcfd0be40cb0a):
1750         * version.in: Bump version to 7.11.50.DATE-git.
1751
1752 2016-02-09  Keith Seitz  <keiths@redhat.com>
1753
1754         PR breakpoints/19546
1755         * breakpoint.c (breakpoint_event_location_empty_p): New function.
1756         (update_breakpoints_after_exec, bkpt_re_set): Use this new function
1757         instead of event_location_empty_p.
1758
1759 2016-02-09  Keith Seitz  <keiths@redhat.com>
1760
1761         * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Use
1762         string_to_event_location_basic instead of string_to_event_location.
1763
1764 2016-02-09  Keith Seitz  <keiths@redhat.com>
1765
1766         * guile/scm-breakpoint.c (gdbscm_register_breakpoint_x): Skip
1767         leading whitespace and use string_to_event_location_basic instead
1768         of new_linespec_location.
1769
1770 2016-02-09  Keith Seitz  <keiths@redhat.com>
1771
1772         PR python/19506
1773         * python/py-breakpoint.c (bppy_init): Use
1774         string_to_event_location_basic instead of new_linespec_location.
1775
1776 2016-02-09  Keith Seitz  <keiths@redhat.com>
1777
1778         * location.c (string_to_explicit_location): Note that "-p" is
1779         reserved for probe locations and return NULL for any input
1780         that starts with that.
1781         (string_to_event_location): Move "legacy" linespec code to ...
1782         (string_to_event_location_basic): ... here.
1783         * location.h (string_to_event_location): Update comment.
1784         (string_to_event_location_basic): New function.
1785
1786 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
1787
1788         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
1789         to AC_OUTPUT.  Remove "exit 0" at the end.
1790         * configure: Regenerate.
1791
1792 2016-02-09  Pedro Alves  <palves@redhat.com>
1793
1794         PR breakpoints/19548
1795         * breakpoint.c (create_overlay_event_breakpoint): Don't update
1796         global location list here.
1797         (create_longjmp_master_breakpoint)
1798         (create_std_terminate_master_breakpoint)
1799         (create_exception_master_breakpoint, create_jit_event_breakpoint)
1800         (update_breakpoint_locations):
1801         (breakpoint_re_set): Update global location list after all
1802         breakpoints are re-set.
1803
1804 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
1805
1806         * remote.c (remote_register_number_and_offset): Remove unused
1807         variable(s).
1808         (remote_thread_always_alive): Likewise.
1809         (remote_update_thread_list): Likewise.
1810         (process_initial_stop_replies): Likewise.
1811         (remote_start_remote): Likewise.
1812         (remote_check_symbols): Likewise.
1813         (discard_pending_stop_replies): Likewise.
1814         (process_stop_reply): Likewise.
1815         (putpkt_binary): Likewise.
1816         (getpkt): Likewise.
1817         (remote_add_target_side_condition): Likewise.
1818         (remote_insert_breakpoint): Likewise.
1819         (remote_supports_stopped_by_sw_breakpoint): Likewise.
1820         (remote_supports_stopped_by_hw_breakpoint): Likewise.
1821         (remote_xfer_partial): Likewise.
1822         (remote_read_btrace): Likewise.
1823         (remote_async_serial_handler): Likewise.
1824         (remote_thread_events): Likewise.
1825         (_initialize_remote): Likewise.
1826
1827 2016-02-07  Simon Marchi  <simon.marchi@polymtl.ca>
1828
1829         * varobj.h (varobj_delete): Remove dellist parameter, update and
1830         move documentation here.
1831         * varobj.c (struct cpstack, cppush, cppop): Remove.
1832         (delete_variable): Remove resultp (first) parameter.
1833         (delete_variable_1): Likewise.
1834         (varobj_delete): Remove dellist parameter and unused code.
1835         (update_dynamic_varobj_children): Adjust varobj_delete call.
1836         (update_type_if_necessary): Likewise.
1837         (varobj_set_visualizer): Likewise.
1838         (varobj_update): Likewise.
1839         (value_of_root): Likewise.
1840         (varobj_invalidate_iter): Likewise.
1841         * mi/mi-cmd-var.c (mi_cmd_var_delete): Likewise.
1842
1843 2016-02-04  Yao Qi  <yao.qi@linaro.org>
1844
1845         * remote.c (remote_wait_as): Set rs->waiting_for_stop_reply to
1846         0 before handling 'F' and set it back afterwards.
1847
1848 2016-02-02  Simon Marchi  <simon.marchi@ericsson.com>
1849
1850         * ui-out.c (MAX_UI_OUT_LEVELS): Remove.
1851
1852 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1853
1854         * amd64-linux-siginfo.c (nat_siginfo_t, nat_sigval_t, nat_timeval):
1855         New types.
1856         (compat_siginfo): New bound fields added.
1857         (compat_x32_siginfo): New field added.
1858         (cpt_si_addr_lsb): New define.
1859         (compat_siginfo_from_siginfo): Use nat_siginfo.
1860         (siginfo_from_compat_siginfo): Use nat_siginfo.
1861         (compat_x32_siginfo_from_siginfo): Likewise.
1862         (siginfo_from_compat_x32_siginfo): Likewise.
1863
1864 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1865
1866         * linux-tdep.c (linux_get_siginfo_type): Add the _addr_bnd
1867         structure to the siginfo if extra_fields contains
1868         LINUX_SIGINFO_FIELD_ADDR_BND.
1869
1870 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1871
1872         * linux-tdep.h (linux_get_siginfo_type_with_fields): Make extern.
1873         * linux-tdep.c (linux_get_siginfo_type_with_fields): Make extern.
1874         * i386-linux-tdep.h (x86_linux_get_siginfo_type): New
1875         function.
1876         * amd64-linux-tdep.c (amd64_linux_init_abi_common): Add
1877         x86_linux_get_siginfo_type for the amd64 abi.
1878         * i386-linux-tdep.c (x86_linux_get_siginfo_type): New
1879         function.
1880         (i386_linux_init_abi): Add new function at the i386 ABI
1881         initialization.
1882
1883 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1884
1885         * linux-tdep.h (linux_siginfo_extra_field_values): New enum values.
1886         (linux_siginfo_extra_fields): New enum type.
1887         * linux-tdep.c (linux_get_siginfo_type_with_fields): New function.
1888         (linux_get_siginfo_type): Use new function.
1889
1890 2016-02-02  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1891
1892         * nat/amd64-linux-siginfo.c: New file.
1893         * nat/amd64-linux-siginfo.h: New file.
1894         * Makefile.in (HFILES_NO_SRCDIR): Add nat/amd64-linux-siginfo.h.
1895         (amd64-linux-siginfo.o): New rule.
1896         * config/i386/linux64.mh (NATDEPFILES): Add amd64-linux-siginfo.o.
1897         * amd64-linux-nat.c (nat/amd64-linux-siginfo.h): New include.
1898         (compat_siginfo_from_siginfo, siginfo_from_compat_siginfo)
1899         (compat_x32_siginfo_from_siginfo, siginfo_from_compat_x32_siginfo)
1900         (compat_timeval, compat_sigval, compat_x32_clock, cpt_si_pid)
1901         (cpt_si_uid, cpt_si_timerid, cpt_si_overrun, cpt_si_status)
1902         (cpt_si_utime, cpt_si_stime, cpt_si_ptr, cpt_si_addr, cpt_si_band)
1903         (cpt_si_fd, si_timerid, si_overrun): Move to nat/amd64-linux-siginfo.c.
1904
1905 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1906
1907         * value.c (max_value_size): New variable.
1908         (MIN_VALUE_FOR_MAX_VALUE_SIZE): New define.
1909         (set_max_value_size): New function.
1910         (show_max_value_size): New function.
1911         (check_type_length_before_alloc): New function.
1912         (allocate_value_contents): Call check_type_length_before_alloc.
1913         (set_value_enclosing_type): Likewise.
1914         (_initialize_values): Add set/show handler for max-value-size.
1915         * NEWS: Mention new set/show command.
1916
1917 2016-01-31  Simon Marchi  <simon.marchi@polymtl.ca>
1918
1919         * varobj.h (struct varobj): Fix typos in comments.
1920         (struct lang_varobj_ops): Likewise.
1921         * varobj.c (VAROBJ_TABLE_SIZE): Likewise.
1922         (varobj_create): Move misplaced comment.
1923
1924 2016-01-29  Simon Marchi  <simon.marchi@ericsson.com>
1925
1926         * aarch64-tdep.c (aarch64_record_asimd_load_store): Add braces
1927         to for include additional lines.
1928         * xcoffread.c (scan_xcoff_symtab): Remove unnecessary braces.
1929
1930 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1931
1932         * gnulib/import/Makefile.am: Regenerate.
1933         * gnulib/import/Makefile.in: Regenerate.
1934         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1935         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add rawmemchr.
1936
1937 2016-01-28  Simon Marchi  <simon.marchi@ericsson.com>
1938
1939         * remote.c (skip_to_semicolon): Remove.
1940         (remote_parse_stop_reply): Use strchrnul instead of
1941         skip_to_semicolon.
1942         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
1943         strchrnul.
1944         * gnulib/aclocal.m4: Regenerate.
1945         * gnulib/config.in: Regenerate.
1946         * gnulib/configure: Regenerate.
1947         * gnulib/import/Makefile.am: Regenerate.
1948         * gnulib/import/Makefile.in: Regenerate.
1949         * gnulib/import/m4/gnulib-cache.m4: Regenerate.
1950         * gnulib/import/m4/gnulib-comp.m4: Regenerate.
1951         * gnulib/import/m4/rawmemchr.m4: New file.
1952         * gnulib/import/m4/strchrnul.m4: New file.
1953         * gnulib/import/rawmemchr.c: New file.
1954         * gnulib/import/rawmemchr.valgrind: New file.
1955         * gnulib/import/strchrnul.c: New file.
1956         * gnulib/import/strchrnul.valgrind: New file.
1957
1958 2016-01-28  Yao Qi  <yao.qi@linaro.org>
1959
1960         * breakpoint.c (build_target_command_list): Don't call continue
1961         if aexpr is NULL.
1962         (build_target_condition_list): Likewise.
1963
1964 2016-01-27  Kevin Buettner  <kevinb@redhat.com>
1965
1966         * rx-tdep.c (rx_push_dummy_call): Treat scalars larger than 8
1967         bytes as aggregates.
1968
1969 2016-01-27  Joel Brobecker  <brobecker@adacore.com>
1970
1971         * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
1972         Linespec Maintainers.
1973
1974 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
1975
1976         * common/common-utils.c (skip_spaces): Fix comment.
1977         (skip_to_space_const): Likewise.
1978
1979 2016-01-25  Yao Qi  <yao.qi@linaro.org>
1980
1981         * arch/arm-get-next-pcs.c (thumb_deal_with_atomic_sequence_raw):
1982         Remove argument pc.  Get pc by regcache_read_pc.  Callers updated.
1983         (arm_deal_with_atomic_sequence_raw): Likewise.
1984         (thumb_get_next_pcs_raw): Likewise.
1985         (arm_get_next_pcs_raw): Likewise.
1986         (arm_get_next_pcs): Remove argument pc.  Callers updated.
1987         * arch/arm-get-next-pcs.h (arm_get_next_pcs): Update declaration.
1988
1989 2016-01-25  Mark Wielaard  <mjw@redhat.com>
1990
1991         * ada-lang.c (ada_evaluate_subexp): Add proper else block.
1992         * c-typeprint.c (c_type_print_base): Fix misleading indentation of
1993         if statement.
1994         * inflow.c (child_terminal_ours_1): Fix misleading indentation of
1995         statement block by introducing an else.
1996         * linux-record.c (record_linux_sockaddr): Fix misleading indentation
1997         of return statements.
1998         (record_linux_msghdr): Likewise.
1999
2000 2016-01-25  Pedro Alves  <palves@redhat.com>
2001
2002         PR threads/19461
2003         * infrun.c (handle_inferior_event_1) <fork/vfork>: Update
2004         parent/child running states.
2005
2006 2016-01-25  Pedro Alves  <palves@redhat.com>
2007
2008         PR gdb/19494
2009         * linux-nat.c (kill_one_lwp): New, factored out from ...
2010         (kill_callback): ... this.
2011         (kill_wait_callback): New, factored out from ...
2012         (kill_wait_one_lwp): ... this.
2013         (kill_unfollowed_fork_children): New function.
2014         (linux_nat_kill): Use it.
2015
2016 2016-01-22  John Baldwin  <jhb@FreeBSD.org>
2017
2018         * fbsd-nat.c (fbsd_pid_to_str): Adjust string format.
2019
2020 2016-01-22  Yao Qi  <yao.qi@linaro.org>
2021
2022         * arm-linux-nat.c (fetch_fpregs): Call perror_with_name
2023         instead of warning.
2024         (store_fpregs, fetch_regs, store_regs): Likewise.
2025         (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2026         (fetch_vfp_regs, store_vfp_regs): Likewise.
2027
2028 2016-01-21  Doug Evans  <dje@google.com>
2029
2030         * breakpoint.c (init_breakpoint_sal): Add comment.
2031
2032 2016-01-21  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
2033
2034         * ax-gdb.c (gen_traced_pop): Use gen_fetch for string collection.
2035
2036 2016-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
2037
2038         * disasm.c (maybe_add_dis_line_entry): Rename to...
2039         (add_dis_line_entry): ...this, and update header comment.
2040         (do_mixed_source_and_assembly): Now use add_dis_line_entry.
2041
2042 2016-01-21  Pedro Alves  <palves@redhat.com>
2043
2044         * Makefile.in (COMPILER_CFLAGS): New.
2045         (CXXFLAGS): Get it from configure.
2046         (INTERNAL_CFLAGS_BASE, INTERNAL_LDFLAGS): Use COMPILER_CFLAGS
2047         instead of CFLAGS.
2048         * build-with-cxx.m4 (GDB_AC_BUILD_WITH_CXX): Set and AC_SUBST
2049         COMPILER_CFLAGS.
2050         * configure: Regenerate.
2051
2052 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
2053
2054         * location.h (new_address_location): Add new parameters
2055         "addr_string" and "addr_string_len".
2056         (get_address_string_location): Add declaration.
2057         * location.c (new_address_location): Add new parameters
2058         "addr_string" and "addr_string_len".  If not NULL, store
2059         a copy of the addr_string in the new location as well.
2060         (get_address_string_location): New function.
2061         (string_to_event_location): Update call to new_address_location.
2062         * linespec.c (event_location_to_sals) <ADDRESS_LOCATION>:
2063         Save the event location in the parser's state before
2064         passing it to convert_address_location_to_sals.
2065         * breakpoint.c (create_thread_event_breakpoint): Update call
2066         to new_address_location.
2067         (init_breakpoint_sal): Get the event location's string, if any,
2068         and use it to update call to new_address_location.
2069         * python/py-finishbreakpoint.c (bpfinishpy_init):
2070         Update call to new_address_location.
2071         * spu-tdep.c (spu_catch_start): Likewise.
2072
2073         * config/djgpp/fnchange.lst: Add entries for
2074         gdb/testsuite/gdb.base/break-fun-addr1.c and
2075         gdb/testsuite/gdb.base/break-fun-addr2.c.
2076
2077 2016-01-21  Yao Qi  <yao.qi@linaro.org>
2078
2079         * arm-linux-tdep.c (arm_linux_sigreturn_next_pc): Add parameter
2080         is_thumb and set it according to CPSR saved on the stack.
2081         (arm_linux_get_next_pcs_syscall_next_pc): Pass is_thumb to
2082         arm_linux_sigreturn_next_pc.
2083
2084 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
2085
2086         * python/lib/gdb/printing.py (FlagEnumerationPrinter.__call__):
2087         Fix enumerators sort key function.
2088
2089 2016-01-20  Joel Brobecker  <brobecker@adacore.com>
2090
2091         * printcmd.c (print_scalar_formatted): Move binary operator from
2092         end of line to beginning of next line.  Adjust formatting
2093         accordingly.
2094
2095 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2096
2097         * fbsd-nat.c (fbsd_pid_to_exec_file): Use new "buflen" instead of
2098         "len" with sysctl.
2099
2100 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2101
2102         * fbsd-tdep.c (find_stop_signal): Remove.
2103         (struct fbsd_collect_regset_section_cb) <lwp>: New field.
2104         <stop_signal>: New field.
2105         <abort_iteration>: New field.
2106         (fbsd_collect_regset_section_cb): Use new fields.
2107         (fbsd_collect_thread_registers): New function.
2108         (struct fbsd_corefile_thread_data): New structure.
2109         (fbsd_corefile_thread): New function.
2110         (fbsd_make_corefile_notes): Use new function to dump notes for each
2111         non-exited thread in a process.
2112
2113 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2114
2115         * configure.ac: Check for support for LWP names on FreeBSD.
2116         * fbsd-nat.c [PT_LWPINFO] New variable debug_fbsd_lwp.
2117         [TDP_RFPPWAIT || HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]
2118         (fbsd_fetch_kinfo_proc): Move function earlier.
2119         [PT_LWPINFO] (fbsd_thread_alive): New function.
2120         [PT_LWPINFO] (fbsd_pid_to_str): New function.
2121         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME] (fbsd_thread_name): New function.
2122         [PT_LWP_EVENTS] (fbsd_enable_lwp_events): New function.
2123         [PT_LWPINFO] (fbsd_add_threads): New function.
2124         [PT_LWPINFO] (fbsd_update_thread_list): New function.
2125         [PT_LWPINFO] New variable super_resume.
2126         [PT_LWPINFO] (resume_one_thread_cb): New function.
2127         [PT_LWPINFO] (resume_all_threads_cb): New function.
2128         [PT_LWPINFO] (fbsd_resume): New function.
2129         (fbsd_remember_child): Save full ptid instead of plain pid.
2130         (fbsd_is_child_pending): Return ptid of saved child process.
2131         (fbsd_wait): Include lwp in returned ptid and switch to LWP ptid on
2132         first stop.
2133         [PT_LWP_EVENTS] Handle LWP events.
2134         [TDP_RFPPWAIT] Include LWP in child ptid.
2135         (fbsd_post_startup_inferior) [PT_LWP_EVENTS]: Enable LWP events.
2136         (fbsd_post_attach) [PT_LWP_EVENTS]: Enable LWP events.
2137         Add threads for existing processes.
2138         (fbsd_nat_add_target) [PT_LWPINFO]: Set "to_thread_alive" to
2139         "fbsd_thread_alive".
2140         Set "to_pid_to_str" to "fbsd_pid_to_str".
2141         [HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME]: Set "to_thread_name" to
2142         "fbsd_thread_name".
2143         [PT_LWPINFO]: Set "to_update_thread_list" to "fbsd_update_thread_list".
2144         Set "to_has_thread_control" to "tc_schedlock".
2145         Set "to_resume" to "fbsd_resume".
2146         (_initialize_fbsd_nat): New function.
2147         * configure: Regenerate.
2148         * config.in: Regenerate.
2149
2150 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2151
2152         * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers): Use
2153         get_ptrace_pid.
2154         (amd64bsd_store_inferior_registers): Use get_ptrace_pid.
2155         (amd64bsd_dr_get): Use get_ptrace_pid.
2156         (amd64bsd_dr_set): Use get_ptrace_pid.
2157         * i386bsd-nat.c (i386bsd_fetch_inferior_registers): Use get_ptrace_pid.
2158         (i386bsd_store_inferior_registers): Use get_ptrace_pid.
2159         (i386bsd_dr_get): Use get_ptrace_pid.
2160         (i386bsd_dr_set): Use get_ptrace_pid.
2161         * inf-ptrace.c (get_ptrace_pid): Export.
2162         * inf-ptrace.h (get_ptrace_pid): Declare.
2163         * ppcfbsd-nat.c (ppcfbsd_fetch_inferior_registers): Use lwp id.
2164         (ppcfbsd_store_inferior_registers): Use lwp id.
2165
2166 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2167
2168         * fbsd_tdep.c (fbsd_core_pid_to_str): New function.
2169         (fbsd_core_thread_name): New function.
2170         (fbsd_init_abi): Add "core_pid_to_str" gdbarch method.
2171         Add "core_thread_name" gdbarch method.
2172
2173 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2174
2175         * corelow.c (core_thread_name): New function.
2176         (init_core_ops): Use "core_thread_name" for the "to_thread_name"
2177         target op.
2178         * gdbarch.sh (core_thread_name): New gdbarch callback.
2179         * gdbarch.h: Re-generate.
2180         * gdbarch.c: Re-generate.
2181
2182 2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
2183
2184         * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
2185         convert gdb.Value to integer type using int().
2186
2187 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
2188
2189         * configure.ac: Include <sys/types.h when checking for "r_fs" in
2190         "struct reg".
2191         * configure: Regenerate.
2192
2193 2016-01-19  Pedro Alves  <palves@redhat.com>
2194
2195         * ax-gdb.c (agent_command_1): Adjust call to decode_line_full.
2196         * break-catch-throw.c (re_set_exception_catchpoint): Pass the
2197         current program space down to linespec decoding and breakpoint
2198         location updating.
2199         * breakpoint.c (parse_breakpoint_sals): Adjust calls to
2200         decode_line_full.
2201         (until_break_command): Adjust calls to decode_line_1.
2202         (base_breakpoint_decode_location, bkpt_decode_location): Add
2203         'search_pspace' parameter.  Pass it along.
2204         (bkpt_probe_create_sals_from_location): Adjust calls to
2205         parse_probes.
2206         (tracepoint_decode_location, tracepoint_probe_decode_location)
2207         (strace_marker_decode_location): Add 'search_pspace' parameter.
2208         Pass it along.
2209         (all_locations_are_pending): Rewrite to take a breakpoint and
2210         program space as arguments instead.
2211         (hoist_existing_locations): New function.
2212         (update_breakpoint_locations): Add 'filter_pspace' parameter.  Use
2213         hoist_existing_locations instead of always removing all locations,
2214         and adjust to all_locations_are_pending change.
2215         (location_to_sals): Add 'search_pspace' parameter.  Pass it along.
2216         Don't disable the breakpoint if there are other locations in
2217         another program space.
2218         (breakpoint_re_set_default): Adjust to pass down the current
2219         program space as filter program space.
2220         (decode_location_default): Add 'search_pspace' parameter and pass
2221         it along.
2222         (prepare_re_set_context): Don't switch program space here.
2223         (breakpoint_re_set): Use save_current_space_and_thread instead of
2224         save_current_program_space.
2225         * breakpoint.h (struct breakpoint_ops) <decode_location>: Add
2226         'search_pspace' parameter.
2227         (update_breakpoint_locations): Add 'filter_pspace' parameter.
2228         * cli/cli-cmds.c (edit_command, list_command): Adjust calls to
2229         decode_line_1.
2230         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the current
2231         program space as filter program space.
2232         * linespec.c (struct linespec_state) <search_pspace>: New field.
2233         (create_sals_line_offset, convert_explicit_location_to_sals)
2234         (parse_linespec): Pass the search program space down.
2235         (linespec_state_constructor): Add 'search_pspace' parameter.
2236         Store it.
2237         (linespec_parser_new): Add 'search_pspace' parameter and pass it
2238         along.
2239         (linespec_lex_to_end): Adjust.
2240         (decode_line_full, decode_line_1): Add 'search_pspace' parameter
2241         and pass it along.
2242         (decode_line_with_last_displayed): Adjust.
2243         (collect_symtabs_from_filename, symtabs_from_filename): New
2244         'search_pspace' parameter.  Use it.
2245         (find_function_symbols): Pass the search program space down.
2246         * linespec.h (decode_line_1, decode_line_full): Add
2247         'search_pspace' parameter.
2248         * probe.c (parse_probes_in_pspace): New function, factored out
2249         from ...
2250         (parse_probes): ... this.  Add 'search_pspace' parameter and use
2251         it.
2252         * probe.h (parse_probes): Add pspace' parameter.
2253         * python/python.c (gdbpy_decode_line): Adjust.
2254         * tracepoint.c (scope_info): Adjust.
2255
2256 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2257
2258         * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
2259         instruction support.
2260         (micromips_next_pc): Likewise.
2261         (micromips_scan_prologue): Likewise.
2262         (micromips_deal_with_atomic_sequence): Likewise.
2263         (micromips_stack_frame_destroyed_p): Likewise.
2264         (mips_breakpoint_from_pc): Likewise.
2265
2266 2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
2267
2268         * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
2269         unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
2270
2271 2016-01-18  Pedro Alves  <palves@redhat.com>
2272
2273         * NEWS: Mention that GDB now displays the ID and name of the
2274         thread that hit a breakpoint or received a signal.
2275         * break-catch-sig.c (signal_catchpoint_print_it): Use
2276         maybe_print_thread_hit_breakpoint.
2277         * break-catch-syscall.c (print_it_catch_syscall): Likewise.
2278         * break-catch-throw.c (print_it_exception_catchpoint): Likewise.
2279         * breakpoint.c (maybe_print_thread_hit_breakpoint): New function.
2280         (print_it_catch_fork, print_it_catch_vfork, print_it_catch_solib)
2281         (print_it_catch_exec, print_it_ranged_breakpoint)
2282         (print_it_watchpoint, print_it_masked_watchpoint, bkpt_print_it):
2283         Use maybe_print_thread_hit_breakpoint.
2284         * breakpoint.h (maybe_print_thread_hit_breakpoint): Declare.
2285         * gdbthread.h (show_thread_that_caused_stop): Declare.
2286         * infrun.c (print_signal_received_reason): Print which thread
2287         received signal.
2288         * thread.c (show_thread_that_caused_stop): New function.
2289
2290 2016-01-18  Gary Benson  <gbenson@redhat.com>
2291
2292         * nat/linux-namespaces.c (do_fork): New function.
2293         (linux_mntns_get_helper): Use the above.
2294
2295 2016-01-17  Jonas Hahnfeld <Hahnfeld@itc.rwth-aachen.de>  (tiny change)
2296
2297         Pushed by Joel Brobecker  <brobecker@adacore.com>.
2298         PR gdb/19208
2299         * dwarf2read.c (read_partial_die): Do not call set_objfile_main_name
2300         if the function has no name.
2301
2302 2016-01-15  Sandra Loosemore  <sandra@codesourcery.com>
2303
2304         * charset.c [PHONY_ICONV] (GDB_DEFAULT_HOST_CHARSET):
2305         Conditionalize for Windows host.
2306         (GDB_DEFAULT_TARGET_CHARSET): Match GDB_DEFAULT_HOST_CHARSET.
2307         (GDB_DEFAULT_TARGET_WIDE_CHARSET): Use UTF-32.
2308         (phony_iconv_open): Handle both UTF-32 endiannesses.
2309         (phony_iconv): Likewise.  Check for output overflow and clean up
2310         out-of-input cases.  Correct adjustment to input buffer pointer.
2311         (set_be_le_names) [PHONY_ICONV]: Use hard-wired names to match
2312         phony_iconv_open.
2313
2314 2016-01-15  Pedro Alves  <palves@redhat.com>
2315
2316         * NEWS: Mention star wildcard ranges.
2317         * cli/cli-utils.c (get_number_or_range): Check state->in_range first.
2318         (number_range_setup_range): New function.
2319         * cli/cli-utils.h (number_range_setup_range): New declaration.
2320         * thread.c (thread_apply_command): Support star TID ranges.
2321         * tid-parse.c (tid_range_parser_finished)
2322         (tid_range_parser_string, tid_range_parser_skip)
2323         (get_tid_or_range, get_tid_or_range): Handle
2324         TID_RANGE_STATE_STAR_RANGE.
2325         (tid_range_parser_star_range): New function.
2326         * tid-parse.h (enum tid_range_state) <TID_RANGE_STATE_STAR_RANGE>:
2327         New value.
2328         (tid_range_parser_star_range): New declaration.
2329
2330 2016-01-15  Pedro Alves  <palves@redhat.com>
2331
2332         * thread.c (thread_apply_command): Use the tid range parser to
2333         advance past the thread ID list.
2334         * tid-parse.c (get_positive_number_trailer): New function.
2335         (parse_thread_id): Use it.
2336         (get_tid_or_range): Use it.  Return 0 instead of throwing invalid
2337         thread ID error.
2338         (get_tid_or_range): Detect negative values.  Return 0 instead of
2339         throwing invalid thread ID error.
2340
2341 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2342
2343         * arm-linux-tdep.c (arm_linux_get_next_pcs_syscall_next_pc):
2344         Declare.
2345         (arm_linux_get_next_pcs_ops): Install
2346         arm_linux_get_next_pcs_syscall_next_pc.
2347         (arm_linux_syscall_next_pc): Change to ...
2348         (arm_linux_get_next_pcs_syscall_next_pc): ... it.
2349         (arm_linux_init_abi): Don't set tdep->syscall_next_pc.
2350         * arm-tdep.c (arm_get_next_pcs_syscall_next_pc): Declare.
2351         (arm_get_next_pcs_syscall_next_pc): Make it static.  Don't
2352         call tdep->syscall_next_pc.
2353         * arm-tdep.h (struct gdbarch_tdep) <syscall_next_pc>: Remove.
2354         (arm_get_next_pcs_syscall_next_pc): Remove.
2355
2356 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2357
2358         * remote.c (remote_set_syscall_catchpoint): Cast to char *.
2359         * thread.c (do_captured_thread_select): Cast to const char *.
2360
2361 2016-01-14  Yao Qi  <yao.qi@linaro.org>
2362
2363         * arch/arm-get-next-pcs.c (arm_get_next_pcs_ctor): Change
2364         argument arm_thumb2_breakpoint to has_thumb2_breakpoint.
2365         (thumb_get_next_pcs_raw): Check has_thumb2_breakpoint
2366         instead.
2367         * arch/arm-get-next-pcs.h (struct arm_get_next_pcs)
2368         <arm_thumb2_breakpoint>: Remove.
2369         <has_thumb2_breakpoint>: New field.
2370         (arm_get_next_pcs_ctor): Update declaration.
2371         * arm-linux-tdep.c (arm_linux_software_single_step): Pass
2372         1 to arm_get_next_pcs_ctor.
2373         * arm-tdep.c (arm_software_single_step): Pass 0 to
2374         arm_get_next_pcs_ctor.
2375
2376 2016-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
2377
2378         * MAINTAINERS: Add Andreas Arnez as s390 target maintainer.
2379
2380 2016-01-13  Yao Qi  <yao.qi@linaro.org>
2381
2382         * arch/arm-get-next-pcs.c (arm_get_next_pcs_raw): Use
2383         byte_order_for_code to read instruction.
2384
2385 2016-01-13  Pedro Alves  <palves@redhat.com>
2386
2387         * NEWS: Mention $_gthread.
2388         * gdbthread.h (struct thread_info) <global_num>: Mention
2389         $_gthread.
2390         * thread.c (thread_num_make_value_helper): New function.
2391         (thread_id_make_value): Delete.
2392         (thread_id_per_inf_num_make_value, global_thread_id_make_value):
2393         New.
2394         (thread_funcs): Adjust.
2395         (gthread_funcs): New.
2396         (_initialize_thread): Register $_gthread variable.
2397
2398 2016-01-13  Pedro Alves  <palves@redhat.com>
2399
2400         * NEWS: Mention "info threads -gid".
2401         * gdbthread.h (struct thread_info) <global_num>: Mention "info
2402         threads -gid".
2403         * thread.c (info_threads_command): Handle "-gid".
2404         (_initialize_thread): Adjust "info threads" help string to mention
2405         -gid.
2406
2407 2016-01-13  Pedro Alves  <palves@redhat.com>
2408
2409         * NEWS: Mention InferiorThread.global_num.
2410         * python/py-infthread.c (thpy_get_global_num): New function.
2411         (thread_object_getset): Register "global_num".
2412
2413 2016-01-13  Pedro Alves  <palves@redhat.com>
2414
2415         * NEWS: Mention that thread IDs are now per inferior and global
2416         thread IDs.
2417         * Makefile.in (SFILES): Add tid-parse.c.
2418         (COMMON_OBS): Add tid-parse.o.
2419         (HFILES_NO_SRCDIR): Add tid-parse.h.
2420         * ada-tasks.c: Adjust to use ptid_to_global_thread_id.
2421         * breakpoint.c (insert_breakpoint_locations)
2422         (remove_threaded_breakpoints, bpstat_check_breakpoint_conditions)
2423         (print_one_breakpoint_location, set_longjmp_breakpoint)
2424         (check_longjmp_breakpoint_for_call_dummy)
2425         (set_momentary_breakpoint): Adjust to use global IDs.
2426         (find_condition_and_thread, watch_command_1): Use parse_thread_id.
2427         (until_break_command, longjmp_bkpt_dtor)
2428         (breakpoint_re_set_thread, insert_single_step_breakpoint): Adjust
2429         to use global IDs.
2430         * dummy-frame.c (pop_dummy_frame_bpt): Adjust to use
2431         ptid_to_global_thread_id.
2432         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
2433         * gdbthread.h (struct thread_info): Rename field 'num' to
2434         'global_num.  Add new fields 'per_inf_num' and 'inf'.
2435         (thread_id_to_pid): Rename thread_id_to_pid to
2436         global_thread_id_to_ptid.
2437         (pid_to_thread_id): Rename to ...
2438         (ptid_to_global_thread_id): ... this.
2439         (valid_thread_id): Rename to ...
2440         (valid_global_thread_id): ... this.
2441         (find_thread_id): Rename to ...
2442         (find_thread_global_id): ... this.
2443         (ALL_THREADS, ALL_THREADS_BY_INFERIOR): Declare.
2444         (print_thread_info): Add comment.
2445         * tid-parse.h: New file.
2446         * tid-parse.c: New file.
2447         * infcmd.c (step_command_fsm_prepare)
2448         (step_command_fsm_should_stop): Adjust to use the global thread
2449         ID.
2450         (until_next_command, until_next_command)
2451         (finish_command_fsm_should_stop): Adjust to use the global thread
2452         ID.
2453         (attach_post_wait): Adjust to check the inferior number too.
2454         * inferior.h (struct inferior) <highest_thread_num>: New field.
2455         * infrun.c (handle_signal_stop)
2456         (insert_exception_resume_breakpoint)
2457         (insert_exception_resume_from_probe): Adjust to use the global
2458         thread ID.
2459         * record-btrace.c (record_btrace_open): Use global thread IDs.
2460         * remote.c (process_initial_stop_replies): Also consider the
2461         inferior number.
2462         * target.c (target_pre_inferior): Clear the inferior's highest
2463         thread num.
2464         * thread.c (clear_thread_inferior_resources): Adjust to use the
2465         global thread ID.
2466         (new_thread): New inferior parameter.  Adjust to use it.  Set both
2467         the thread's global ID and the thread's per-inferior ID.
2468         (add_thread_silent): Adjust.
2469         (find_thread_global_id): New.
2470         (find_thread_id): Make static.  Adjust to rename.
2471         (valid_thread_id): Rename to ...
2472         (valid_global_thread_id): ... this.
2473         (pid_to_thread_id): Rename to ...
2474         (ptid_to_global_thread_id): ... this.
2475         (thread_id_to_pid): Rename to ...
2476         (global_thread_id_to_ptid): ... this.  Adjust.
2477         (first_thread_of_process): Adjust.
2478         (do_captured_list_thread_ids): Adjust to use global thread IDs.
2479         (should_print_thread): New function.
2480         (print_thread_info): Rename to ...
2481         (print_thread_info_1): ... this, and add new show_global_ids
2482         parameter.  Handle it.  Iterate over inferiors.
2483         (print_thread_info): Reimplement as wrapper around
2484         print_thread_info_1.
2485         (show_inferior_qualified_tids): New function.
2486         (print_thread_id): Use it.
2487         (tp_array_compar): Compare inferior numbers too.
2488         (thread_apply_command): Use tid_range_parser.
2489         (do_captured_thread_select): Use parse_thread_id.
2490         (thread_id_make_value): Adjust.
2491         (_initialize_thread): Adjust "info threads" help string.
2492         * varobj.c (struct varobj_root): Update comment.
2493         (varobj_create): Adjust to use global thread IDs.
2494         (value_of_root_1): Adjust to use global_thread_id_to_ptid.
2495         * windows-tdep.c (display_tib): No longer accept an argument.
2496         * cli/cli-utils.c (get_number_trailer): Make extern.
2497         * cli/cli-utils.h (get_number_trailer): Declare.
2498         (get_number_const): Adjust documentation.
2499         * mi/mi-cmd-var.c (mi_cmd_var_update_iter): Adjust to use global
2500         thread IDs.
2501         * mi/mi-interp.c (mi_new_thread, mi_thread_exit)
2502         (mi_on_normal_stop, mi_output_running_pid, mi_on_resume):
2503         * mi/mi-main.c (mi_execute_command, mi_cmd_execute): Likewise.
2504         * guile/scm-breakpoint.c (gdbscm_set_breakpoint_thread_x):
2505         Likewise.
2506         * python/py-breakpoint.c (bppy_set_thread): Likewise.
2507         * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
2508         * python/py-infthread.c (thpy_get_num): Add comment and return the
2509         per-inferior thread ID.
2510         (thread_object_getset): Update comment of "num".
2511
2512 2016-01-13  Pedro Alves  <palves@redhat.com>
2513
2514         * breakpoint.c (remove_threaded_breakpoints)
2515         (print_one_breakpoint_location): Use print_thread_id.
2516         * btrace.c (btrace_enable, btrace_disable, btrace_teardown)
2517         (btrace_fetch, btrace_clear): Use print_thread_id.
2518         * common/print-utils.c (CELLSIZE): Delete.
2519         (get_cell): Rename to ...
2520         (get_print_cell): ... this and made extern.  Adjust call callers.
2521         Adjust to use PRINT_CELL_SIZE.
2522         * common/print-utils.h (get_print_cell): Declare.
2523         (PRINT_CELL_SIZE): New.
2524         * gdbthread.h (print_thread_id): Declare.
2525         * infcmd.c (signal_command): Use print_thread_id.
2526         * inferior.c (print_inferior): Use print_thread_id.
2527         * infrun.c (handle_signal_stop)
2528         (insert_exception_resume_breakpoint)
2529         (insert_exception_resume_from_probe)
2530         (print_signal_received_reason): Use print_thread_id.
2531         * record-btrace.c (record_btrace_info)
2532         (record_btrace_resume_thread, record_btrace_cancel_resume)
2533         (record_btrace_step_thread, record_btrace_wait): Use
2534         print_thread_id.
2535         * thread.c (thread_apply_all_command): Use print_thread_id.
2536         (print_thread_id): New function.
2537         (thread_apply_command): Use print_thread_id.
2538         (thread_command, thread_find_command, do_captured_thread_select):
2539         Use print_thread_id.
2540
2541 2016-01-13  Pedro Alves  <palves@redhat.com>
2542
2543         * NEWS: Mention InferiorThread.inferior.
2544         * python/py-infthread.c (thpy_get_inferior): New.
2545         (thread_object_getset): Register "inferior".
2546
2547 2016-01-13  Pedro Alves  <palves@redhat.com>
2548
2549         * NEWS: Mention $_inferior.
2550         * inferior.c (inferior_id_make_value): New.
2551         (inferior_funcs): New.
2552         (_initialize_inferior): Create $_inferior variable.
2553
2554 2016-01-13  Pedro Alves  <palves@redhat.com>
2555
2556         PR breakpoints/19388
2557         * frame.c (get_current_frame): Use validate_registers_access.
2558         * gdbthread.h (validate_registers_access): Declare.
2559         * infrun.c (validate_siginfo_access): Delete.
2560         (siginfo_value_read, siginfo_value_write): Use
2561         validate_registers_access.
2562         * thread.c (validate_registers_access): New function.
2563
2564 2016-01-12  Josh Stone  <jistone@redhat.com>
2565             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2566
2567         * NEWS (Changes since GDB 7.10): Mention QCatchSyscalls and the
2568         syscall_entry and syscall_return stop reasons.  Mention GDB
2569         support for remote catch syscall.
2570         * remote.c (PACKET_QCatchSyscalls): New enum.
2571         (remote_set_syscall_catchpoint): New function.
2572         (remote_protocol_features): New element for QCatchSyscalls.
2573         (remote_parse_stop_reply): Parse syscall_entry/return stops.
2574         (init_remote_ops): Install remote_set_syscall_catchpoint.
2575         (_initialize_remote): Config QCatchSyscalls.
2576         * linux-nat.h (struct lwp_info) <syscall_state>: Comment typo.
2577
2578 2016-01-12  Yao Qi  <yao.qi@linaro.org>
2579
2580         * nat/linux-ptrace.c (linux_child_function): Cast child_stack
2581         to gdb_byte * and pass to linux_fork_to_function.
2582
2583 2016-01-12  Yao Qi  <yao.qi@linaro.org>
2584
2585         * nat/linux-ptrace.c (linux_fork_to_function): Change type
2586         of argument 'function'.
2587         (linux_grandchild_function): Change return type to 'int'.
2588         Change child_stack's type to 'void *'.
2589         (linux_child_function): Likewise.
2590
2591 2016-01-12  Pedro Alves  <palves@redhat.com>
2592
2593         Remove use of the registered trademark symbol throughout.
2594
2595 2016-01-12  Thomas Schwinge  <thomas@codesourcery.com>
2596
2597         * reply_mig_hack.awk: Rewrite one regular expression.
2598
2599 2016-01-11  Mike Frysinger  <vapier@gentoo.org>
2600
2601         * acinclude.m4: Include new warning.m4 file.
2602         * configure: Regenerated.
2603         * configure.ac: Move all warning logic ...
2604         * warning.m4: ... here.
2605
2606 2016-01-08  Yao Qi  <yao.qi@linaro.org>
2607
2608         * extension.c: Include target.h.
2609         (set_active_ext_lang): Only call install_gdb_sigint_handler,
2610         check_quit_flag, and set_quit_flag if target_terminal_is_ours
2611         returns false.
2612         (restore_active_ext_lang): Likewise.
2613         * target.c (target_terminal_is_ours): New function.
2614         * target.h (target_terminal_is_ours): Declare.
2615
2616 2016-01-07  Maciej W. Rozycki  <macro@imgtec.com>
2617
2618         * mips-tdep.c (mips_breakpoint_from_pc): Rename local `status'
2619         to `err' in the little-endian leg.
2620
2621 2016-01-06  Yao Qi  <yao.qi@linaro.org>
2622
2623         * arch/arm-get-next-pcs.c (arm_get_next_pcs): Move it to some
2624         lines below.
2625         (thumb_get_next_pcs_raw): Make it static.
2626         (arm_get_next_pcs_raw): Likewise.
2627         * arch/arm-get-next-pcs.h (thumb_get_next_pcs_raw): Remove the
2628         declaration.
2629         (arm_get_next_pcs_raw): Likewise.
2630
2631 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
2632
2633         * version.in: Change cvs to git.
2634
2635 2016-01-05  Mike Frysinger  <vapier@gentoo.org>
2636
2637         * configure.tgt (score-*-*): Delete gdb_sim assignment.
2638
2639 2016-01-05  Pedro Alves  <palves@redhat.com>
2640
2641         PR sim/13418
2642         * configure.ac: Define WITH_PPC_SIM when linking in the sim and
2643         the target is powerpc*.
2644         * rs6000-tdep.c (init_sim_regno_table): Check WITH_PPC_SIM instead
2645         of WITH_SIM.
2646         * configure: Regenerate.
2647         * config.in: Regenerate.
2648
2649 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
2650
2651         * btrace.c (btrace_pt_readmem_callback): Do not return in TRY/CATCH.
2652
2653 2016-01-02  Mike Frysinger  <vapier@gentoo.org>
2654
2655         * configure.tgt (powerpc*-*-*): Delete test call and
2656         always assign gdb_sim.
2657
2658 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2659
2660         Update year range in copyright notice of all files.
2661
2662 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2663
2664         * top.c (print_gdb_version): Change copyright year in version
2665         message.
2666
2667 2016-01-01  Joel Brobecker  <brobecker@adacore.com>
2668
2669         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2015.
2670
2671 For older changes see ChangeLog-2015.
2672 \f
2673 Local Variables:
2674 mode: change-log
2675 left-margin: 8
2676 fill-column: 74
2677 version-control: never
2678 coding: utf-8
2679 End: