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