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