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