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