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