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