Introduce basic LWP accessors
[binutils-gdb.git] / gdb / ChangeLog
1 2015-03-24 Gary Benson <gbenson@redhat.com>
2
3 * nat/linux-nat.h (ptid_of_lwp): New declaration.
4 (lwp_is_stopped): Likewise.
5 (lwp_stop_reason): Likewise.
6 * linux-nat.c (ptid_of_lwp): New function.
7 (lwp_is_stopped): Likewise.
8 (lwp_is_stopped_by_watchpoint): Likewise.
9 * x86-linux-nat.c (update_debug_registers_callback):
10 Use lwp_is_stopped.
11 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
12 lwp_stop_reason.
13
14 2015-03-24 Gary Benson <gbenson@redhat.com>
15
16 * linux-nat.h (linux_stop_lwp): Move declaration to...
17 * nat/linux-nat.h (linux_stop_lwp): New declaration.
18
19 2015-03-24 Gary Benson <gbenson@redhat.com>
20
21 * linux-nat.h: Include nat/linux-nat.h.
22 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
23 * nat/linux-nat.h (struct lwp_info): New forward declaration.
24 (iterate_over_lwps_ftype): New typedef.
25 (iterate_over_lwps): New declaration.
26 * linux-nat.h (iterate_over_lwps): Update comment. Use
27 iterate_over_lwps_ftype. Update callback return value check.
28
29 2015-03-24 Gary Benson <gbenson@redhat.com>
30
31 * x86-nat.h (x86_debug_reg_state): Move declaration to...
32 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
33
34 2015-03-24 Gary Benson <gbenson@redhat.com>
35
36 * nat/linux-nat.h (current_lwp_ptid): New declaration.
37 * linux-nat.c (current_lwp_ptid): New function.
38 * x86-linux-nat.c: Include nat/linux-nat.h.
39 (x86_linux_dr_get_addr): Use current_lwp_ptid.
40 (x86_linux_dr_get_control): Likewise.
41 (x86_linux_dr_get_status): Likewise.
42 (x86_linux_dr_set_control): Likewise.
43 (x86_linux_dr_set_addr): Likewise.
44
45 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
46
47 PR breakpoints/16466
48 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
49
50 2015-03-23 Joel Brobecker <brobecker@adacore.com>
51
52 * ser-mingw.c (ser_windows_setparity): Fix indentation.
53 * ser-unix.c (hardwire_setparity): Likewise.
54
55 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
56
57 * NEWS: Mention set/show serial parity command.
58 * monitor.c (monitor_open): Call serial_setparity.
59 * remote.c (remote_open_1): Likewise.
60 * ser-base.c (ser_base_serparity): New function.
61 * ser-base.h (ser_base_setparity): Add declaration.
62 * ser-go32.c (dos_ops): Set "setparity" field.
63 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
64 state.Parity.
65 (ser_windows_setparity): New function.
66 (hardwire_ops): Add ser_windows_setparity.
67 (tty_ops): Add NULL for setparity field.
68 (pipe_ops): Add ser_base_setparity.
69 (tcp_ops): Likewise.
70 * ser-pipe.c (pipe_ops): Likewise.
71 * ser-tcp.c (tcp_ops): Likewise.
72 * ser-unix.c (hardwire_setparity): Add declaration.
73 (hardwire_raw): Don't reset PARENB flag.
74 (hardwire_setparity): New function.
75 (hardwire_ops): Add hardwire_setparity.
76 * serial.c (serial_setparity): New function.
77 (serial_parity): New global.
78 (parity_none, parity_odd, parity_even, parity_enums, parity):
79 New static globals.
80 (set_parity): New function.
81 (_initialize_serial): Add set/show serial parity commands.
82 * serial.h (GDBPARITY_NONE): Define.
83 (GDBPARITY_ODD): Define.
84 (GDBPARITY_EVEN): Define.
85 (serial_setparity) Add declaration.
86 (struct serial_ops): Add setparity field.
87 * target.h (serial_parity): Add declaration.
88
89 2015-03-23 Keith Seitz <keiths@redhat.com>
90
91 * linespec.c (linespec_lexer_lex_keyword): Update comment.
92
93 2015-03-23 Keith Seitz <keiths@redhat.com>
94
95 * breakpoint.c (parse_breakpoint_sals): Use
96 linespec_lexer_lex_keyword to ascertain if the user specified
97 a NULL location.
98 * linespec.c [IF_KEYWORD_INDEX]: Define.
99 (linespec_lexer_lex_keyword): Export.
100 (struct ls_parser) <keyword_ok>: Remove.
101 A keyword is only a keyword if not followed by another keyword.
102 (linespec_lexer_lex_one): Remove keyword_ok handling.
103 Add comment explaining why the parsing stream is not advanced
104 when a keyword is seen.
105 (parse_linespec): Remove parser->keyword_ok.
106 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
107
108 2015-03-23 Keith Seitz <keiths@redhat.com>
109
110 PR gdb/18021
111 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
112 if we find a static method with DW_AT_vtable_elem_location.
113
114 2015-03-21 Eli Zaretskii <eliz@gnu.org>
115
116 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
117 before the second loop, to avoid undefined behavior. Reported by
118 Anton Blanchard <anton@samba.org>.
119
120 2015-03-20 Keven Boell <keven.boell@intel.com>
121
122 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
123 data_location usage to linked list.
124 (resolve_dynamic_type_internal): Adapt data_location to
125 linked list.
126 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
127 (copy_type_recursive, copy_type): Add copy of linked list.
128 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
129 (struct dynamic_prop_list): New struct.
130 * dwarf2read.c (set_die_type): Set data_location data.
131
132 2015-03-20 Pedro Alves <palves@redhat.com>
133
134 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
135 inner block and make it const.
136 * machoread.c (get_archive_prefix_len): Make "lparen" const.
137
138 2015-03-20 Pedro Alves <palves@redhat.com>
139
140 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
141 * breakpoint.h (set_breakpoint_condition): Update declaration.
142
143 2015-03-20 Pedro Alves <palves@redhat.com>
144
145 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
146
147 2015-03-20 Pedro Alves <palves@redhat.com>
148
149 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
150
151 2015-03-20 Pedro Alves <palves@redhat.com>
152
153 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
154
155 2015-03-20 Pedro Alves <palves@redhat.com>
156
157 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
158 (nto_init_solib_absolute_prefix): Likewise.
159
160 2015-03-20 Pedro Alves <palves@redhat.com>
161
162 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
163 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
164
165 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
166
167 * config/djgpp/README: Remove gdb.hp.
168
169 2015-03-20 Yao Qi <yao.qi@linaro.org>
170
171 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
172 set_gdbarch_cannot_step_breakpoint.
173
174 2015-03-19 Pedro Alves <palves@redhat.com>
175
176 * linux-nat.c (linux_resume_one_lwp): Rename to ...
177 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
178 instead call perror_with_name.
179 (check_ptrace_stopped_lwp_gone): New function.
180 (linux_resume_one_lwp): Reimplement as wrapper around
181 linux_resume_one_lwp_throw that swallows errors if the LWP is
182 gone.
183 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
184 swallows errors if the LWP is gone. Use
185 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
186
187 2015-03-19 Pedro Alves <palves@redhat.com>
188
189 * linux-nat.c (status_callback): Return early if the LWP has no
190 status pending.
191
192 2015-03-19 Pedro Alves <palves@redhat.com>
193
194 * linux-nat.c (select_event_lwp_callback): Update comment to no
195 longer mention SIGTRAP.
196
197 2015-03-18 Tristan Gingold <gingold@adacore.com>
198
199 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
200 redirection code to ...
201 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
202 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
203
204 2015-03-18 Gary Benson <gbenson@redhat.com>
205
206 (remote_protocol_features): Remove the "vFile:fstat" feature.
207 (remote_hostio_fstat): Probe for "vFile:fstat" support.
208
209 2015-03-11 Yao Qi <yao.qi@linaro.org>
210
211 PR tdep/18107
212 * aarch64-linux-tdep.c: Include xml-syscall.h
213 (aarch64_linux_get_syscall_number): New function.
214 (aarch64_linux_init_abi): Call
215 set_gdbarch_get_syscall_number.
216 * syscalls/aarch64-linux.xml: New file.
217
218 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
219
220 * ser-base.h (ser_base_setstopbits): Change second argument name
221 from "rate" to "num".
222
223 2015-03-17 Gary Benson <gbenson@redhat.com>
224 Luke Allardyce <lukeallardyce@gmail.com>
225
226 PR gdb/18131
227 * common/common-remote-fileio.h (sys/stat.h): New include.
228 (stuct stat): Remove forward declaration.
229
230 2015-03-16 John Baldwin <jhb@FreeBSD.org>
231
232 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
233 before writing core register notes.
234
235 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
236 Pedro Alves <palves@redhat.com>
237
238 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
239 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
240 (tgoto): Wrap with extern "C".
241
242 2015-03-16 Pedro Alves <palves@redhat.com>
243 Yuanhui Zhang <asmwarrior@gmail.com>
244
245 * stub-termcap.c (tputs): Change prototype.
246
247 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
248 Pedro Alves <palves@redhat.com>
249
250 * windows-nat.c (struct thread_info_struct): Rename to ...
251 (struct windows_thread_info_struct): ... this.
252 (thread_info): Rename to ...
253 (windows_thread_info): ... this.
254 All users updated.
255
256 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
257 Pedro Alves <palves@redhat.com>
258
259 * NEWS: New Removed targets and native configurations.
260
261 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
262
263 Remove HPUX.
264 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
265 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
266 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
267 ia64-hpux-tdep.h, solib-ia64-hpux.h.
268 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
269 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
270 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
271 hppa-hpux-tdep.c.
272 * config/ia64/hpux.mh: Remove file.
273 * config/pa/hpux.mh: Remove file.
274 * configure: Rebuilt.
275 * configure.ac (dlgetmodinfo, somread.o): Remove.
276 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
277 (ia64-*-hpux*): Remove its float format exception.
278 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
279 * hppa-hpux-nat.c: Remove file.
280 * hppa-hpux-tdep.c: Remove file.
281 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
282 Move them here from hppa-tdep.h
283 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
284 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
285 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
286 Move them to hppa-tdep.c.
287 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
288 declarations.
289 * ia64-hpux-nat.c: Remove file.
290 * ia64-hpux-tdep.c: Remove file.
291 * ia64-hpux-tdep.h: Remove file.
292 * inf-ttrace.c: Remove file.
293 * inf-ttrace.h: Remove file.
294 * solib-ia64-hpux.c: Remove file.
295 * solib-ia64-hpux.h: Remove file.
296 * solib-pa64.c: Remove file.
297 * solib-pa64.h: Remove file.
298 * solib-som.c: Remove file.
299 * solib-som.h: Remove file.
300 * somread.c: Remove file.
301
302 2015-03-13 John Baldwin <jhb@FreeBSD.org>
303
304 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
305 * config.in: Regenerate.
306 * configure: Regenerate.
307 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
308 define.
309 (fbsd_find_memory_regions): Use kinfo_getvmmap to
310 enumerate memory regions if present.
311
312 2015-03-13 John Baldwin <jhb@FreeBSD.org>
313
314 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
315 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
316 expressions.
317 (i386fbsd_sigtramp_p): Likewise.
318
319 2015-03-12 John Baldwin <jhb@FreeBSD.org>
320
321 * MAINTAINERS (Write After Approval): Add John Baldwin.
322
323 2015-03-12 Gary Benson <gbenson@redhat.com>
324
325 * solib.c (_initialize_solib): Make "set/show sysroot" use
326 add_setshow_optional_filename_cmd so it can be restored to
327 empty after being set.
328
329 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
330
331 * Makefile.in (SFILES): New source break-catch-syscall.c.
332 (COMMON_OBS): New object break-catch-syscall.o.
333 * break-catch-syscall.c: New file.
334 * breakpoint.c: Remove inclusion of "xml-syscall.h".
335 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
336 (struct syscall_catchpoint): Likewise.
337 (dtor_catch_syscall): Likewise.
338 (catch_syscall_inferior_data): Likewise.
339 (struct catch_syscall_inferior_data): Likewise.
340 (get_catch_syscall_inferior_data): Likewise.
341 (catch_syscall_inferior_data_cleanup): Likewise.
342 (insert_catch_syscall): Likewise.
343 (remove_catch_syscall): Likewise.
344 (breakpoint_hit_catch_syscall): Likewise.
345 (print_it_catch_syscall): Likewise.
346 (print_one_catch_syscall): Likewise.
347 (print_mention_catch_syscall): Likewise.
348 (print_recreate_catch_syscall): Likewise.
349 (catch_syscall_breakpoint_ops): Likewise.
350 (syscall_catchpoint_p): Likewise.
351 (create_syscall_event_catchpoint): Likewise.
352 (catch_syscall_split_args): Likewise.
353 (catch_syscall_command_1): Likewise.
354 (is_syscall_catchpoint_enabled): Likewise.
355 (catch_syscall_enabled): Likewise.
356 (catching_syscall_number): Likewise.
357 (catch_syscall_completer): Likewise.
358 (clear_syscall_counts): Likewise.
359 (initialize_breakpoint_ops): Move initialization of syscall
360 catchpoints to break-catch-syscall.c.
361 (_initialize_breakpoint): Move code related to syscall catchpoints
362 to break-catch-syscall.c.
363
364 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
365
366 * breakpoint.c (breakpoint_find_if): New function.
367 * breakpoint.h (breakpoint_find_if): New prototype.
368
369 2015-03-11 Gary Benson <gbenson@redhat.com>
370
371 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
372 * remote-fileio.c (remote_fileio_to_host_uint): New function.
373 (remote_fileio_to_host_ulong): Likewise.
374 (remote_fileio_to_host_mode): Likewise.
375 (remote_fileio_to_host_time): Likewise.
376 (remote_fileio_to_host_stat): Likewise.
377 * remote.c (PACKET_vFile_fstat): New enum value.
378 (remote_protocol_features): Register the "vFile:fstat" feature.
379 (remote_hostio_fstat): New function.
380 (remote_bfd_iovec_stat): Use the above.
381 (_initialize_remote): Register new "set/show remote
382 hostio-fstat-packet" command.
383 * symfile.c (separate_debug_file_exists): Update comment.
384 * NEWS: Announce new vFile:fstat packet.
385
386 2015-03-11 Gary Benson <gbenson@redhat.com>
387
388 * common/common-remote-fileio.h: New file.
389 * common/common-remote-fileio.c: Likewise.
390 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
391 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
392 (COMMON_OBS): Add common-remote-fileio.o.
393 (common-remote-fileio.o): New rule.
394 * remote-fileio.h (common-remote-fileio.h): New include.
395 * remote-fileio.c (gdb/fileio.h): Do not include.
396 (remote_fileio_to_be): Moved to common-remote-fileio.h.
397 (remote_fileio_to_fio_uint): Likewise.
398 (remote_fileio_to_fio_time): Likewise.
399 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
400 (remote_fileio_to_fio_mode): Likewise.
401 (remote_fileio_to_fio_ulong): Likewise.
402 (remote_fileio_to_fio_stat): Likewise.
403
404 2015-03-11 Andy Wingo <wingo@igalia.com>
405
406 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
407 we were checking the cached type, not the cached dynamic type.
408
409 2015-03-11 Andy Wingo <wingo@igalia.com>
410
411 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
412 other strings, as these are on the GC'd heap, and will be
413 collected along with the smob.
414
415 2015-03-11 Andy Wingo <wingo@igalia.com>
416
417 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
418 (objfile_functions): Bind gdbscm_objfile_progspace to
419 objfile-progspace.
420 * guile/lib/gdb.scm: Add objfile-progspace to exports.
421
422 2015-03-11 Andy Wingo <wingo@igalia.com>
423
424 * guile/guile.c (_initialize_guile): Disable automatic
425 finalization, if Guile offers us that possibility.
426 * guile/guile.c (call_initialize_gdb_module):
427 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
428 finalizers in appropriate places.
429 * configure.ac (AC_TRY_LIBGUILE): Add a check for
430 scm_set_automatic_finalization_enabled.
431 * configure: Regenerated.
432
433 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
434
435 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
436 SAL, if possible.
437
438 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
439
440 * s390-linux-nat.c (struct arch_lwp_info): New.
441 (s390_fix_watch_points): Rename to...
442 (s390_prepare_to_resume): ...this. Skip the PER info update
443 unless the watch points have changed.
444 (s390_refresh_per_info, s390_new_thread): New functions.
445 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
446 s390_fix_watch_points.
447 (s390_remove_watchpoint): Likewise.
448 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
449 Register s390_prepare_to_resume.
450
451 2015-03-09 Pedro Alves <palves@redhat.com>
452
453 Revert:
454 2015-03-07 Pedro Alves <palves@redhat.com>
455 * common/gdb_socket.h: New file.
456 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
457 sys/socket.h.
458 (net_open): Use union gdb_sockaddr_u.
459
460 2015-03-07 Pedro Alves <palves@redhat.com>
461
462 * configure.ac (build_warnings): Move -Wmissing-prototypes
463 -Wdeclaration-after-statement -Wmissing-parameter-type
464 -Wold-style-declaration -Wold-style-definition to the C-specific
465 set.
466 * configure: Regenerate.
467
468 2015-03-07 Pedro Alves <palves@redhat.com>
469
470 * common/gdb_socket.h: New file.
471 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
472 sys/socket.h.
473 (net_open): Use union gdb_sockaddr_u.
474
475 2015-03-07 Pedro Alves <palves@redhat.com>
476
477 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
478 (exceptions_state_mc_action_iter)
479 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
480 Don't define.
481 [__cplusplus] (try_scope_depth): New global.
482 [__cplusplus] (exception_try_scope_entry)
483 (exception_try_scope_exit, gdb_exception_sliced_copy)
484 (exception_rethrow): New functions.
485 (throw_exception): In C++ mode, throw
486 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
487 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
488 (throw_it): In C++ mode, use try_scope_depth.
489 * common/common-exceptions.h [!__cplusplus]
490 (exceptions_state_mc_action_iter)
491 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
492 Don't declare.
493 [__cplusplus] (exception_try_scope_entry)
494 (exception_try_scope_exit, exception_rethrow): Declare.
495 [__cplusplus] (struct exception_try_scope): New struct.
496 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
497 C++ exceptions.
498 (struct gdb_exception_RETURN_MASK_ALL)
499 (struct gdb_exception_RETURN_MASK_ERROR)
500 (struct gdb_exception_RETURN_MASK_QUIT): New types.
501
502 2015-03-07 Pedro Alves <palves@redhat.com>
503
504 * main.c (handle_command_errors): Remove volatile qualifier from
505 parameter.
506
507 2015-03-07 Pedro Alves <palves@redhat.com>
508
509 * breakpoint.c (save_breakpoints): Adjust to avoid code between
510 TRY and CATCH.
511 * gdbtypes.c (safe_parse_type): Remove empty line.
512 (types_deeply_equal):
513 * guile/scm-frame.c (gdbscm_frame_name):
514 * linux-thread-db.c (find_new_threads_once):
515 * python/py-breakpoint.c (bppy_get_commands):
516 * record-btrace.c (record_btrace_insert_breakpoint)
517 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
518 (record_btrace_start_replaying): Adjust to avoid code between TRY
519 and CATCH.
520
521 2015-03-07 Pedro Alves <palves@redhat.com>
522
523 * common/common-exceptions.c (struct catcher) <exception>: No
524 longer a pointer to volatile exception. Now an exception value.
525 <mask>: Delete field.
526 (exceptions_state_mc_init): Remove all parameters. Adjust.
527 (exceptions_state_mc): No longer pop the catcher here.
528 (exceptions_state_mc_catch): New function.
529 (throw_exception): Adjust.
530 * common/common-exceptions.h (exceptions_state_mc_init): Remove
531 all parameters.
532 (exceptions_state_mc_catch): Declare.
533 (TRY_CATCH): Rename to ...
534 (TRY): ... this. Remove EXCEPTION and MASK parameters.
535 (CATCH, END_CATCH): New.
536 All callers adjusted.
537
538 2015-03-07 Tom Tromey <tromey@redhat.com>
539
540 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
541
542 2015-03-07 Pedro Alves <palves@redhat.com>
543
544 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
545 (amd64_epilogue_frame_cache): Normal exception handling code.
546 * break-catch-throw.c (check_status_exception_catchpoint)
547 (re_set_exception_catchpoint): Ditto.
548 * cli/cli-interp.c (safe_execute_command):
549 * cli/cli-script.c (script_from_file): Ditto.
550 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
551 Ditto.
552 * compile/compile-object-run.c (compile_object_run): Ditto.
553 * cp-abi.c (baseclass_offset): Ditto.
554 * cp-valprint.c (cp_print_value): Ditto.
555 * exceptions.c (catch_exceptions_with_msg):
556 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
557 * frame.c (get_frame_address_in_block_if_available): Ditto.
558 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
559 (i386_sigtramp_frame_cache): Ditto.
560 * infcmd.c (post_create_inferior): Ditto.
561 * linespec.c (parse_linespec, find_linespec_symbols):
562 * p-valprint.c (pascal_object_print_value): Ditto.
563 * parse.c (parse_expression_for_completion): Ditto.
564 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
565 * remote.c (remote_get_noisy_reply): Ditto.
566 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
567 * solib-svr4.c (solib_svr4_r_map): Ditto.
568
569 2015-03-06 Gary Benson <gbenson@redhat.com>
570
571 * common/common-utils.h (startswith): New inline function.
572 All places where this logic was used updated to use the above.
573
574 2015-03-05 Pedro Alves <palves@redhat.com>
575
576 PR gdb/18002
577 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
578 after reading the breakpoint's shadow memory.
579
580 2015-03-05 Mark Kettenis <kettenis@gnu.org>
581
582 * hppabsd-nat.c: Remove file.
583 * hppaobsd-nat.c: New file.
584 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
585 hppaobsd-nat.c.
586 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
587 hppaobsd-nat.o.
588
589 2015-03-04 Pedro Alves <palves@redhat.com>
590
591 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
592 (target_decr_pc_after_break): Delete declaration.
593 * target.c (default_target_decr_pc_after_break)
594 (target_decr_pc_after_break): Delete.
595 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
596 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
597 * linux-thread-db.c (check_event): Likewise.
598 * infrun.c (adjust_pc_after_break): Likewise.
599 * darwin-nat.c (cancel_breakpoint): Likewise.
600 * aix-thread.c (aix_thread_wait): Likewise.
601 * target-delegates.c: Regenerate.
602
603 2015-03-04 Pedro Alves <palves@redhat.com>
604
605 * linux-nat.c (save_sigtrap): Check for breakpoints before
606 checking watchpoints.
607 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
608 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
609 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
610 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
611 (linux_nat_stopped_by_sw_breakpoint)
612 (linux_nat_supports_stopped_by_sw_breakpoint)
613 (linux_nat_stopped_by_hw_breakpoint)
614 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
615 (linux_nat_wait_1): Don't re-increment the PC if relying on
616 SIGTRAP's siginfo->si_code.
617 (linux_nat_add_target): Install new target methods.
618 * linux-thread-db.c (check_event): Don't account for breakpoint PC
619 offset if the target already adjusted the PC.
620 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
621 (GDB_ARCH_TRAP_BRKPT): New.
622 (TRAP_HWBKPT): Define if not already defined.
623
624 2015-03-04 Pedro Alves <palves@redhat.com>
625
626 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
627 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
628 Delete field.
629 <stop_reason>: New field.
630 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
631 (packet_set_cmd_state): New function.
632 (remote_protocol_features): Register the "swbreak" and "hwbreak"
633 features.
634 (remote_query_supported): If not disabled with the corresponding
635 "set remote foo-packet" command, report support for the swbreak
636 and hwbreak features.
637 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
638 field.
639 <stop_reason>: New field.
640 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
641 (remote_wait_as): Adjust.
642 (remote_stopped_by_sw_breakpoint)
643 (remote_supports_stopped_by_sw_breakpoint)
644 (remote_stopped_by_hw_breakpoint)
645 (remote_supports_stopped_by_hw_breakpoint): New functions.
646 (remote_stopped_by_watchpoint): New function.
647 (init_remote_ops): Install them.
648 (_initialize_remote): Register new "set/show remote
649 swbreak-feature-packet" and "set/show remote
650 swbreak-feature-packet" commands.
651
652 2015-03-04 Pedro Alves <palves@redhat.com>
653
654 * btrace.h: Include target/waitstatus.h.
655 (struct btrace_thread_info) <stop_reason>: New field.
656 * record-btrace.c (record_btrace_step_thread): Use
657 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
658 (record_btrace_decr_pc_after_break): Delete.
659 (record_btrace_stopped_by_sw_breakpoint)
660 (record_btrace_supports_stopped_by_sw_breakpoint)
661 (record_btrace_stopped_by_hw_breakpoint)
662 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
663 (init_record_btrace_ops): Install them.
664 * record-full.c (record_full_hw_watchpoint): Delete and replace
665 with ...
666 (record_full_stop_reason): ... this throughout.
667 (record_full_exec_insn): Adjust.
668 (record_full_wait_1): Adjust. No longer re-increment the PC.
669 (record_full_wait_1): Adjust. Use
670 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
671 (record_full_stopped_by_watchpoint): Adjust.
672 (record_full_stopped_by_sw_breakpoint)
673 (record_full_supports_stopped_by_sw_breakpoint)
674 (record_full_supports_stopped_by_sw_breakpoint)
675 (record_full_stopped_by_hw_breakpoint)
676 (record_full_supports_stopped_by_hw_breakpoint): New functions.
677 (init_record_full_ops, init_record_full_core_ops): Install them.
678 * record.c (record_check_stopped_by_breakpoint): New function.
679 * record.h: Include target/waitstatus.h.
680 (record_check_stopped_by_breakpoint): New declaration.
681
682 2015-03-04 Pedro Alves <palves@redhat.com>
683
684 enum lwp_stop_reason -> enum target_stop_reason
685 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
686 (linux_nat_stopped_by_watchpoint, status_callback)
687 (linux_nat_wait_1): Adjust.
688 * linux-nat.h (enum lwp_stop_reason): Delete.
689 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
690 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
691 * target/waitstatus.h (enum target_stop_reason): New.
692
693 2015-03-04 Pedro Alves <palves@redhat.com>
694
695 * breakpoint.c (need_moribund_for_location_type): New function.
696 (bpstat_stop_status): Don't skipping checking moribund locations
697 of breakpoint types which the target tell caused a stop.
698 (program_breakpoint_here_p): New function, factored out from ...
699 (bp_loc_is_permanent): ... this.
700 (update_global_location_list): Don't create a moribund location if
701 the target supports reporting stops of the type of the removed
702 breakpoint.
703 * breakpoint.h (program_breakpoint_here_p): New declaration.
704 * infrun.c (adjust_pc_after_break): Return early if the target has
705 already adjusted the PC. Add comments.
706 (handle_signal_stop): If nothing explains a signal, and the target
707 tells us the stop was caused by a software breakpoint, check if
708 there's a breakpoint instruction in the memory. If so, adjust the
709 PC before presenting the stop to the user. Otherwise, ignore the
710 trap. If nothing explains a signal, and the target tells us the
711 stop was caused by a hardware breakpoint, ignore the trap.
712 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
713 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
714 to_supports_stopped_by_hw_breakpoint>: New fields.
715 (target_stopped_by_sw_breakpoint)
716 (target_supports_stopped_by_sw_breakpoint)
717 (target_stopped_by_hw_breakpoint)
718 (target_supports_stopped_by_hw_breakpoint): Define.
719 * target-delegates.c: Regenerate.
720
721 2015-03-04 Pedro Alves <palves@redhat.com>
722
723 * infrun.c (follow_fork_inferior): Use the whole of the
724 inferior_ptid and pending_follow.related_pid ptids instead of
725 building ptids from the process components. Adjust verbose output
726 to use target_pid_to_str.
727 * linux-nat.c (linux_child_follow_fork): Use the whole of the
728 inferior_ptid and pending_follow.related_pid ptids instead of
729 building ptids from the process components.
730
731 2015-03-04 Mark Kettenis <kettenis@gnu.org>
732
733 * inf-ptrace.c [PT_GET_PROCESS_STATE]
734 (inf_ptrace_insert_fork_catchpoint): New function.
735 (inf_ptrace_remove_fork_catchpoint): New function.
736 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
737
738 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
739
740 * s390-linux-tdep.c (s390_register_name): Return empty string
741 instead of NULL for registers that shouldn't be visible.
742
743 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
744
745 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
746 XML file for 64-bit targets.
747
748 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
749
750 * target.h (find_default_create_inferior): Remove declaration.
751 (find_default_attach): Likewise.
752
753 2015-03-03 Pedro Alves <palves@redhat.com>
754
755 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
756 Use ptid_get_pid to get the overall process id when resuming all
757 threads.
758
759 2015-03-03 Pedro Alves <palves@redhat.com>
760
761 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
762 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
763 * inf-ptrace.c (get_ptrace_pid): New function.
764 (inf_ptrace_resume): Use it.
765 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
766 to the lower layer.
767
768 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
769
770 * nat/linux-btrace.c: Include sys/utsname.h.
771 (linux_determine_kernel_ptr_bits): New.
772 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
773 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
774 ptr_bits.
775
776 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
777
778 * btrace.c (ftrace_update_function): Treat return as tailcall for
779 "_dl_runtime_resolve".
780
781 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
782
783 * btrace.h (btrace_function) <lbegin, lend>: Remove.
784 * btrace.c (ftrace_debug): Do not print the line range.
785 (ftrace_skip_file, ftrace_update_lines): Remove.
786 (ftrace_new_function): Remove lbegin and lend initialization.
787 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
788 * record-btrace.c (btrace_compute_src_line_range): New.
789 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
790
791 2015-03-02 Pedro Alves <palves@redhat.com>
792
793 * infrun.c (follow_exec): Delete all threads of the process except
794 the event thread. Extended comments.
795
796 2015-03-02 Joel Brobecker <brobecker@adacore.com>
797
798 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
799
800 2015-03-02 Joel Brobecker <brobecker@adacore.com>
801
802 * utils.h: Remove <stdbool.h> #include.
803 (producer_is_gcc): Change return type to "int".
804 * utils.c (producer_is_gcc): Change return type to int.
805 Return 1 instead of true, and 0 instead of false.
806 Adjust function documentation accordingly.
807
808 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
809
810 * s390-linux-nat.c (have_regset_vxrs): New static variable.
811 (s390_linux_fetch_inferior_registers): Handle vector registers, if
812 present.
813 (s390_linux_store_inferior_registers): Likewise.
814 (s390_get_hwcap): Remove function. Embed its logic...
815 (s390_read_description): ...here. Yield a target description with
816 vector registers if applicable.
817 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
818 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
819 "features/s390x-tevx-linux64.c".
820 (struct gdbarch_tdep) <v0_full_regnum>: New field.
821 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
822 for "GNU/Linux-specific registers".
823 (s390_dwarf_reg_r0l): New enum value.
824 (s390_dwarf_reg_to_regnum): Support vector registers.
825 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
826 of GPR lower halves.
827 (regnum_is_vxr_full): New function.
828 (s390_register_name): New function.
829 (s390_pseudo_register_name): Handle v0-v15, which are composed of
830 f0-f15 and v0l-v15l.
831 (s390_pseudo_register_type): Likewise.
832 (s390_pseudo_register_read): Likewise.
833 (s390_pseudo_register_write): Likewise.
834 (s390_value_from_register): Account for the fact that values are
835 placed left-justified in vector registers.
836 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
837 the vector reggroup and omit them from the general reggroup.
838 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
839 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
840 (s390_iterate_over_regset_sections): Add iterations for the two
841 new vector regsets.
842 (s390_core_read_description): Yield a target description with
843 vector registers if applicable.
844 (s390_gdbarch_init): Handle target descriptions with vector
845 registers. Add "register_name" gdbarch method.
846 (_initialize_s390_tdep): Call new tdesc initialization functions.
847 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
848 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
849 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
850 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
851 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
852 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
853 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
854 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
855 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
856 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
857 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
858 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
859 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
860 (S390_NUM_REGS): Adjust value.
861 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
862 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
863 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
864 * NEWS: Announce S/390 vector register support.
865
866 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
867
868 * features/s390-tevx-linux64.xml: New file.
869 * features/s390-vx-linux64.xml: New file.
870 * features/s390-vx.xml: New file.
871 * features/s390x-tevx-linux64.xml: New file.
872 * features/s390x-vx-linux64.xml: New file.
873 * features/Makefile (WHICH): Add s390-vx-linux64,
874 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
875 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
876 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
877 macros.
878 * features/s390-tevx-linux64.c: New generated file.
879 * features/s390-vx-linux64.c: Likewise.
880 * features/s390x-tevx-linux64.c: Likewise.
881 * features/s390x-vx-linux64.c: Likewise.
882 * regformats/s390-tevx-linux64.dat: Likewise.
883 * regformats/s390-vx-linux64.dat: Likewise.
884 * regformats/s390x-tevx-linux64.dat: Likewise.
885 * regformats/s390x-vx-linux64.dat: Likewise.
886
887 2015-02-28 Doug Evans <xdje42@gmail.com>
888
889 * symtab.h (struct symtab) <next>: Fix comment.
890
891 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
892
893 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
894 python_GdbMethods.
895
896 2015-02-27 Pedro Alves <palves@redhat.com>
897
898 * dtrace-probe.c (dtrace_probe_ops): Make extern.
899
900 2015-02-27 Pedro Alves <palves@redhat.com>
901
902 * common/common-exceptions.h (exception_none): Declare.
903 * common/common-exceptions.c (exception_none): Moved from
904 exceptions.c.
905 (exceptions_state_mc_init): Use exception_none.
906 * exceptions.c (exception_none): Move to
907 common/common-exceptions.c.
908 * exceptions.h (exception_none): Move to
909 common/common-exceptions.h.
910
911 2015-02-27 Pedro Alves <palves@redhat.com>
912
913 * main.c (catch_command_errors, catch_command_errors_const):
914 Remove 'mask' argument. Adjust.
915 (captured_main): Adjust callers.
916
917 2015-02-27 Pedro Alves <palves@redhat.com>
918
919 * python/python-internal.h: Include "extension-priv.h".
920
921 2015-02-27 Pedro Alves <palves@redhat.com>
922
923 * breakpoint.h (enum print_stop_action): Move further up in the
924 file.
925
926 2015-02-27 Pedro Alves <palves@redhat.com>
927
928 * gdbarch.sh: Include regcache.h.
929 * gdbarch.h: Regenerate.
930
931 2015-02-27 Pedro Alves <palves@redhat.com>
932
933 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
934 Remove duplicate const.
935 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
936 duplicate const.
937
938 2015-02-27 Pedro Alves <palves@redhat.com>
939
940 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
941 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
942 * features/feature_to_c.sh: Tag the generated xml_builtin array
943 with extern const in C++ mode.
944
945 2015-02-27 Tom Tromey <tromey@redhat.com>
946
947 * minidebug.c (struct lzma_stream): Rename to ...
948 (struct gdb_lzma_stream): ... this.
949 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
950
951 2015-02-27 Pedro Alves <palves@redhat.com>
952
953 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
954 function.
955 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
956 (mi_cmd_stack_list_variables): Use it.
957
958 2015-02-27 Pedro Alves <palves@redhat.com>
959
960 * x86-linux-nat.c (u_debugreg_offset): New function.
961 (x86_linux_dr_get, x86_linux_dr_set): Use it.
962
963 2015-02-27 Pedro Alves <palves@redhat.com>
964
965 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
966 declaration.
967 Include break-common.h.
968
969 2015-02-27 Tom Tromey <tromey@redhat.com>
970 Pedro Alves <palves@redhat.com>
971
972 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
973 local used to iterate over enums.
974 * completer.c (signal_completer): Likewise.
975 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
976 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
977 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
978 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
979 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
980 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
981 * tui-wingeneral.c (tui_refresh_all): Likewise.
982
983 2015-02-27 Pedro Alves <palves@redhat.com>
984
985 * target.h: Include "infrun.h".
986
987 2015-02-27 Pedro Alves <palves@redhat.com>
988
989 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
990
991 2015-02-27 Pedro Alves <palves@redhat.com>
992
993 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
994 (IPA_SYM): Use it.
995 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
996
997 2015-02-27 Pedro Alves <palves@redhat.com>
998
999 * cli-out.c (_rl_erase_entire_line): Move declaration out of
1000 cli_mld_erase_entire_line, and make it extern "C".
1001 * common/common-defs.h (EXTERN_C): New.
1002 * completer.c (_rl_completion_prefix_display_length)
1003 (_rl_print_completions_horizontally, QSFUNC): Move declarations
1004 out of gdb_display_match_list_1.
1005 (_rl_qsort_string_compare): Move declaration out of
1006 gdb_display_match_list_1, and make it extern "C".
1007 * defs.h (re_comp): Use EXTERN_C.
1008 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
1009 and make it extern "C".
1010 (monstartup): Move declaration out of maintenance_set_profile_cmd,
1011 and make it extern "C".
1012 (main): Move declaration out of maintenance_set_profile_cmd.
1013 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
1014 EXTERN_C.
1015
1016 2015-02-27 Pedro Alves <palves@redhat.com>
1017
1018 * python/python.c (GdbMethods): Rename to ...
1019 (python_GdbMethods): ... this and make extern.
1020 (GdbModuleDef): Rename to ...
1021 (python_GdbModuleDef): ... this and make extern.
1022
1023 2015-02-27 Pedro Alves <palves@redhat.com>
1024
1025 * record-btrace.c (set_record_btrace_cmdlist)
1026 (show_record_btrace_cmdlist): Remove redefinitions.
1027
1028 2015-02-27 Tom Tromey <tromey@redhat.com>
1029 Pedro Alves <palves@redhat.com>
1030
1031 * dwarf2-frame.c (enum cfa_how_kind, struct
1032 dwarf2_frame_state_reg_info): Move out of struct
1033 dwarf2_frame_state.
1034 * dwarf2read.c (struct tu_stats): Move out of struct
1035 dwarf2_per_objfile.
1036 (struct file_entry): Move out of struct line_header.
1037 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
1038 typedef_field_list): Move out of struct field_info.
1039 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
1040 Move out of struct dynamic_prop.
1041 (union type_owner, union field_location, struct field, struct
1042 range_bounds, union type_specific): Move out of struct main_type.
1043 (struct fn_fieldlist, struct fn_field, struct typedef_field)
1044 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
1045 (struct call_site_target, union call_site_parameter_u, struct
1046 call_site_parameter): Move out of struct call_site.
1047 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
1048 m32c_prologue.
1049 (enum srcdest_kind): Move out of struct srcdest.
1050 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
1051 * prologue-value.h (enum prologue_value_kind): Move out of struct
1052 prologue_value.
1053 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
1054 gdbarch_tdep.
1055 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
1056 out of struct field_info.
1057 * symfile.h (struct other_sections): Move out of struct
1058 section_addr_info.
1059 * symtab.c (struct symbol_cache_slot): Move out struct
1060 block_symbol_cache.
1061 * target-descriptions.c (enum tdesc_type_kind): Move out of
1062 typedef struct tdesc_type.
1063 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
1064 struct tui_line_or_address.
1065 * value.c (enum internalvar_kind, union internalvar_data): Move
1066 out of struct internalvar.
1067 * xtensa-tdep.h (struct ctype_cache): Move out of struct
1068 gdbarch_tdep.
1069
1070 2015-02-27 Tom Tromey <tromey@redhat.com>
1071 Pedro Alves <palves@redhat.com>
1072
1073 Rename symbols whose names are reserved C++ keywords throughout.
1074
1075 2015-02-27 Pedro Alves <palves@redhat.com>
1076
1077 * Makefile.in (COMPILER): New, get it from autoconf.
1078 (COMPILE.pre, CC_LD): Use COMPILER.
1079 (CXX): Get from autoconf instead.
1080 (CXX_FOR_TARGET): Default to g++ instead of gcc.
1081 * acinclude.m4: Include build-with-cxx.m4.
1082 * build-with-cxx.m4: New file.
1083 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
1084 Disable -Werror by default if building in C++ mode.
1085 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
1086 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
1087 Run supported-warning-flags tests with the C++ compiler.
1088 Save/restore CXXFLAGS too.
1089 * configure: Regenerate.
1090
1091 2015-02-27 Pedro Alves <palves@redhat.com>
1092
1093 * libiberty.m4: New file.
1094 * acinclude.m4: Include libiberty.m4.
1095 * configure.ac: Call libiberty_INIT.
1096 * config.in, configure: Regenerate.
1097
1098 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1099
1100 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
1101 31-bit targets, but 64-bit targets as well.
1102 (s390_gnu_triplet_regexp): New function.
1103 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
1104 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
1105 method.
1106
1107 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
1108
1109 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
1110 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
1111 from CONTEXT_DEBUGGER.
1112
1113 2015-02-26 Doug Evans <dje@google.com>
1114
1115 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
1116 CHECK_TYPEDEF.
1117 (set_type_vptr_fieldno): Ditto.
1118 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
1119 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
1120
1121 2015-02-26 Pedro Alves <palves@redhat.com>
1122
1123 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
1124 * complaints.c (vcomplaint): Pass argument FMT directly to
1125 printf-like functions instead of complaint->fmt.
1126 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
1127 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
1128 * compile/compile-loc2c.c (pushf, unary, binary): Add
1129 ATTRIBUTE_PRINTF.
1130 (do_compile_dwarf_expr_to_c): Pass string literal as format string
1131 to pushf.
1132 (BINARY): Pass string literal as format string to 'binary'.
1133 * compile/compile-object-load.c (link_callbacks_einfo): Add
1134 ATTRIBUTE_PRINTF.
1135 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
1136
1137 2015-02-26 Pedro Alves <palves@redhat.com>
1138
1139 * windows-termcap.c: Rename to ...
1140 * stub-termcap.c: ... this. Adjust header line.
1141 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
1142 windows-termcap.c.
1143 * configure: Regenerate.
1144 * configure.ac: Refer to stub-termcap.o instead of
1145 windows-termcap.o.
1146 * gdb_curses.h: Mention stub-termcap.c instead of
1147 windows-termcap.c.
1148
1149 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1150
1151 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
1152 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
1153
1154 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
1155
1156 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
1157
1158 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1159
1160 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
1161 bfd_canonicalize_symtab.
1162
1163 2015-02-25 John Baldwin <jhb@FreeBSD.org>
1164
1165 * amd64fbsd-nat.c: Include sys/user.h.
1166 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
1167 instead of KERN_PS_STRINGS to locate the signal trampoline.
1168 * i386fbsd-nat.c: Include sys/user.h.
1169 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
1170 instead of KERN_PS_STRINGS to locate the signal trampoline.
1171 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
1172 (amd64fbsd_sigtramp_p): New.
1173 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
1174 longer set default values.
1175 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
1176 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
1177 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
1178 (i386fbsd_freebsd4_sigtramp_start)
1179 (i386fbsd_freebsd4_sigtramp_middle)
1180 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
1181 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
1182 (i386fbsd_sigtramp_p): New.
1183 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
1184 longer set default values.
1185 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
1186
1187 2015-02-25 John Baldwin <jhb@freebsd.org>
1188
1189 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
1190 get_frame_register instead of frame_unwind_register_unsigned.
1191
1192 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
1193
1194 PR build/18033
1195 * compile/compile-c-support.c (c_compute_program): Change // comment.
1196 * compile/compile-object-load.c (setup_sections): Change // comment.
1197
1198 2015-02-26 Joel Brobecker <brobecker@adacore.com>
1199
1200 PR build/18033:
1201 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
1202
1203 2015-02-23 Pedro Alves <palves@redhat.com>
1204
1205 * remote.c (skip_to_semicolon): New function.
1206 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
1207 special case the stop reasons that look like hex numbers
1208 upfront. Instead handle real register numbers after matching
1209 all the known stop reasons.
1210
1211 2015-02-21 Doug Evans <dje@google.com>
1212
1213 PR c++/17976, symtab/17821
1214 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
1215 is_in_anonymous. All callers updated.
1216 (find_symbol_in_baseclass): Ditto.
1217 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
1218 for symbols in an anonymous namespace.
1219 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
1220 DW_AT_name directly.
1221 (dwarf2_name): Convert missing namespace name to
1222 CP_ANONYMOUS_NAMESPACE_STR.
1223
1224 2015-02-20 Pedro Alves <palves@redhat.com>
1225
1226 * linux-nat.c (linux_handle_extended_wait): Call
1227 thread_db_notice_clone whenever a new clone LWP is detected.
1228 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
1229 functions.
1230 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
1231 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
1232 (linux_unstop_all_lwps): Declare.
1233 * linux-thread-db.c (struct thread_get_info_inout): Delete.
1234 (thread_get_info_callback): Delete.
1235 (thread_from_lwp): Use td_thr_get_info and record_thread.
1236 (thread_db_attach_lwp): Delete.
1237 (thread_db_notice_clone): New function.
1238 (try_thread_db_load_1): If /proc is mounted and shows the
1239 process'es task list, walk over all LWPs and call thread_from_lwp
1240 instead of relying on td_ta_thr_iter.
1241 (attach_thread): Don't call check_thread_signals here. Split the
1242 tail part of the function (which adds the thread to the core GDB
1243 thread list) to ...
1244 (record_thread): ... this function. Call check_thread_signals
1245 here.
1246 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
1247 call thread_from_lwp.
1248 (thread_db_update_thread_list): Rename to ...
1249 (thread_db_update_thread_list_org): ... this.
1250 (thread_db_update_thread_list): New function.
1251 (thread_db_find_thread_from_tid): Delete.
1252 (thread_db_get_ada_task_ptid): Simplify.
1253 * nat/linux-procfs.c: Include <sys/stat.h>.
1254 (linux_proc_task_list_dir_exists): New function.
1255 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
1256
1257 2015-02-20 Pedro Alves <palves@redhat.com>
1258
1259 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
1260 main LWP. Handle the case of waitpid returning 0 if we're already
1261 attached to the LWP. Don't set the LWP's last_resume_kind to
1262 resume_stop if we already knew about the LWP.
1263 (linux_nat_filter_event): Add debug logs.
1264
1265 2015-02-20 Pedro Alves <palves@redhat.com>
1266
1267 * target.h (forward_target_decr_pc_after_break): Delete
1268 declaration.
1269
1270 2015-02-20 Pedro Alves <palves@redhat.com>
1271
1272 PR threads/18006
1273 * linux-thread-db.c (thread_get_info_callback): Return early if
1274 the thread's lwp id is -1.
1275
1276 2015-02-20 Joel Brobecker <brobecker@adacore.com>
1277
1278 GDB 7.9 released.
1279
1280 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
1281
1282 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
1283 (dtrace_get_probes) Change type of variable 'dof'.
1284
1285 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
1286
1287 PR breakpoints/16812
1288 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
1289 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
1290 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
1291
1292 2015-02-19 David Taylor <dtaylor@emc.com>
1293
1294 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
1295
1296 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
1297
1298 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
1299 function.
1300 (tui_putc): Don't call tui_handle_resize_during_io.
1301 (tui_getc): Likewise.
1302 (tui_mld_getc): Likewise.
1303 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
1304 (tui_sigwinch_token): New static variable.
1305 (tui_initialize_win): Adjust documentation. Set
1306 tui_sigwinch_token.
1307 (tui_async_resize_screen): New asynchronous callback.
1308 (tui_sigwinch_handler): Adjust documentation. Asynchronously
1309 invoke tui_async_resize_screen.
1310
1311 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
1312
1313 * configure: Regenerated.
1314 * configure.ac: Use GDB_AC_TRANSFORM.
1315 * Makefile.in (aclocal_m4_deps): Added transform.m4.
1316 * acinclude.m4: sinclude transform.m4.
1317 * transform.m4: New file.
1318 (GDB_AC_TRANSFORM): New macro.
1319
1320 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1321
1322 * NEWS: Announce the support for DTrace SDT probes.
1323
1324 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1325
1326 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
1327 (amd64_dtrace_parse_probe_argument): New function.
1328 (amd64_dtrace_probe_is_enabled): Likewise.
1329 (amd64_dtrace_enable_probe): Likewise.
1330 (amd64_dtrace_disable_probe): Likewise.
1331 (amd64_linux_init_abi): Register the
1332 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
1333 `gdbarch_dtrace_disable_probe' and
1334 `gdbarch_dtrace_probe_is_enabled' hooks.
1335 (amd64_dtrace_disabled_probe_sequence_1): New constant.
1336 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
1337 (amd64_dtrace_enable_probe_sequence): Likewise.
1338 (amd64_dtrace_disable_probe_sequence): Likewise.
1339
1340 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1341
1342 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
1343 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
1344 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
1345 handle ELF files.
1346 * Makefile.in (SFILES): dtrace-probe.c added.
1347 * configure: Regenerate.
1348 * dtrace-probe.c: New file.
1349 (SHT_SUNW_dof): New constant.
1350 (dtrace_probe_type): New enum.
1351 (dtrace_probe_arg): New struct.
1352 (dtrace_probe_arg_s): New typedef.
1353 (struct dtrace_probe_enabler): New struct.
1354 (dtrace_probe_enabler_s): New typedef.
1355 (dtrace_probe): New struct.
1356 (dtrace_probe_is_linespec): New function.
1357 (dtrace_dof_sect_type): New enum.
1358 (dtrace_dof_dofh_ident): Likewise.
1359 (dtrace_dof_encoding): Likewise.
1360 (DTRACE_DOF_ENCODE_LSB): Likewise.
1361 (DTRACE_DOF_ENCODE_MSB): Likewise.
1362 (dtrace_dof_hdr): New struct.
1363 (dtrace_dof_sect): Likewise.
1364 (dtrace_dof_provider): Likewise.
1365 (dtrace_dof_probe): Likewise.
1366 (DOF_UINT): New macro.
1367 (DTRACE_DOF_PTR): Likewise.
1368 (DTRACE_DOF_SECT): Likewise.
1369 (dtrace_process_dof_probe): New function.
1370 (dtrace_process_dof): Likewise.
1371 (dtrace_build_arg_exprs): Likewise.
1372 (dtrace_get_arg): Likewise.
1373 (dtrace_get_probes): Likewise.
1374 (dtrace_get_probe_argument_count): Likewise.
1375 (dtrace_can_evaluate_probe_arguments): Likewise.
1376 (dtrace_evaluate_probe_argument): Likewise.
1377 (dtrace_compile_to_ax): Likewise.
1378 (dtrace_probe_destroy): Likewise.
1379 (dtrace_gen_info_probes_table_header): Likewise.
1380 (dtrace_gen_info_probes_table_values): Likewise.
1381 (dtrace_probe_is_enabled): Likewise.
1382 (dtrace_probe_ops): New variable.
1383 (info_probes_dtrace_command): New function.
1384 (_initialize_dtrace_probe): Likewise.
1385 (dtrace_type_name): Likewise.
1386
1387 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1388
1389 * gdbarch.sh (dtrace_parse_probe_argument): New.
1390 (dtrace_probe_is_enabled): Likewise.
1391 (dtrace_enable_probe): Likewise.
1392 (dtrace_disable_probe): Likewise.
1393 * gdbarch.c: Regenerate.
1394 * gdbarch.h: Regenerate.
1395
1396 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1397
1398 * stap-probe.c (stap_probe_ops): Add NULLs in the static
1399 stap_probe_ops for `enable_probe' and `disable_probe'.
1400 * probe.c (enable_probes_command): New function.
1401 (disable_probes_command): Likewise.
1402 (_initialize_probe): Define the cli commands `enable probe' and
1403 `disable probe'.
1404 (parse_probe_linespec): New function.
1405 (info_probes_for_ops): Use parse_probe_linespec.
1406 * probe.h (probe_ops): New hooks `enable_probe' and
1407 `disable_probe'.
1408
1409 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1410
1411 * probe.c (compute_probe_arg): Moved from stap-probe.c
1412 (compile_probe_arg): Likewise.
1413 (probe_funcs): Likewise.
1414 * stap-probe.c (compute_probe_arg): Moved to probe.c.
1415 (compile_probe_arg): Likewise.
1416 (probe_funcs): Likewise.
1417
1418 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
1419
1420 * probe.c (print_ui_out_not_applicables): New function.
1421 (exists_probe_with_pops): Likewise.
1422 (info_probes_for_ops): Do not include column headers for probe
1423 types for which no probe has been actually found on any object.
1424 Also invoke `print_ui_out_not_applicables' in order to match the
1425 column rows with the header when probes of several types are
1426 listed.
1427 Print the "Type" column.
1428 * probe.h (probe_ops): Added a new probe operation `type_name'.
1429 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
1430 (stap_type_name): New function.
1431
1432 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
1433
1434 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
1435 (key_is_command_char): Delete.
1436
1437 2015-02-17 Pedro Alves <palves@redhat.com>
1438
1439 * tui/tui.c (tui_enable): Resize windows before anything
1440 might show a window.
1441
1442 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
1443
1444 PR gdb/17984
1445 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
1446 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
1447 call.
1448 * aarch64-tdep.h (tdesc_aarch64): Declare.
1449
1450 2015-02-12 Mark Wielaard <mjw@redhat.com>
1451
1452 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
1453
1454 2015-02-13 Doug Evans <dje@google.com>
1455
1456 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
1457 anonymous_namespace to is_in_anonymous for consistency with the rest
1458 of the file.
1459 (cp_lookup_bare_symbol): Fix typo in comment.
1460 (cp_search_static_and_baseclasses): Ditto.
1461 (search_symbol_list): Use vertical space in comment better.
1462 (reset_directive_searched): Ditto. Fix typo.
1463 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
1464
1465 2015-02-13 Yao Qi <yao.qi@arm.com>
1466
1467 * MAINTAINERS: Update my email address.
1468
1469 2015-02-12 Doug Evans <dje@google.com>
1470
1471 * symtab.c (completion_list_add_name): Fix memory leak.
1472
1473 2015-02-12 Doug Evans <dje@google.com>
1474
1475 * completer.c (complete_line): Remove incorrect comment.
1476
1477 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1478
1479 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
1480 (py_print_frame): Use RETURN_MASK_ERROR.
1481
1482 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1483
1484 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
1485 function comment. Wrap all function that can throw in cleanups.
1486 (gdbpy_apply_frame_filter): Wrap all function that can throw in
1487 cleanups.
1488
1489 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1490
1491 * python/py-framefilter.c (py_print_frame): Substitute goto error.
1492 Remove the error label.
1493
1494 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1495
1496 * python/py-framefilter.c (py_print_frame): Put conditional code paths
1497 with goto first, indent the former else codepath left. Put variable
1498 'elided' to a new inner block.
1499
1500 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1501
1502 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
1503
1504 2015-02-11 Pedro Alves <palves@redhat.com>
1505
1506 * xcoffread.c (within_function): Delete.
1507
1508 2015-02-11 Tom Tromey <tromey@redhat.com>
1509 Pedro Alves <palves@redhat.com>
1510
1511 * breakpoint.c (base_breakpoint_ops): Delete.
1512 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
1513 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
1514 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
1515 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
1516 * python/py-arch.c (arch_object_type): Make extern.
1517 * python/py-block.c (block_syms_iterator_object_type): Make extern.
1518 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
1519 * python/py-cmd.c (cmdpy_object_type): Make extern.
1520 * python/py-continueevent.c (continue_event_object_type)
1521 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
1522 parameter. Update all callers.
1523 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
1524 * python/py-exitedevent.c (exited_event_object_type): Make extern.
1525 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
1526 * python/py-function.c (fnpy_object_type): Make extern.
1527 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
1528 * python/py-infevents.c (call_pre_event_object_type)
1529 (inferior_call_post_event_object_type).
1530 (memory_changed_event_object_type): Make extern.
1531 * python/py-infthread.c (thread_object_type): Make extern.
1532 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
1533 * python/py-linetable.c (linetable_entry_object_type)
1534 (linetable_object_type, ltpy_iterator_object_type): Make extern.
1535 * python/py-newobjfileevent.c (new_objfile_event_object_type)
1536 (clear_objfiles_event_object_type): Make extern.
1537 * python/py-objfile.c (objfile_object_type): Make extern.
1538 * python/py-param.c (parmpy_object_type): Make extern.
1539 * python/py-progspace.c (pspace_object_type): Make extern.
1540 * python/py-signalevent.c (signal_event_object_type): Make extern.
1541 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
1542 * python/py-type.c (type_object_type, field_object_type)
1543 (type_iterator_object_type): Make extern.
1544 * python/python.c (python_extension_script_ops)
1545 (python_extension_ops): Make extern.
1546 * stap-probe.c (stap_probe_ops): Make extern.
1547
1548 2015-02-11 Pedro Alves <pedro@codesourcery.com>
1549
1550 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
1551 because the event thread is not the current thread.
1552
1553 2015-02-11 Doug Evans <xdje42@gmail.com>
1554
1555 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
1556 been initialized yet, return NULL.
1557
1558 2015-02-11 Doug Evans <dje@google.com>
1559
1560 * symfile.h (new_symfile_objfile): Delete.
1561 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
1562 All callers updated.
1563
1564 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
1565
1566 * tui/tui-io.c (tui_handle_resize_during_io): Call
1567 tui_update_gdb_sizes() after resizing the screen.
1568 * tui/tui.c (tui_enable): Resize the terminal before
1569 calling tui_update_gdb_sizes().
1570
1571 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
1572
1573 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
1574 line before printing a newline.
1575
1576 2015-02-11 Mark Wielaard <mjw@redhat.com>
1577
1578 * utils.c (producer_is_gcc): Return true or false.
1579
1580 2015-02-10 Mark Wielaard <mjw@redhat.com>
1581
1582 * utils.h (producer_is_gcc): Change return type to bool. Add major
1583 argument.
1584 * utils.c (producer_is_gcc): Likewise.
1585 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
1586 * dwarf2read.c (check_producer): Likewise.
1587
1588 2015-02-10 Pedro Alves <palves@redhat.com>
1589
1590 * infrun.c (displaced_step_fixup): Switch to the event thread
1591 before calling gdbarch_displaced_step_fixup.
1592
1593 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
1594
1595 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
1596
1597 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
1598
1599 * ada-varobj.c (ada_name_of_child): Constify parent.
1600 (ada_path_expr_of_child): Same.
1601 (ada_value_of_child): Same.
1602 (ada_type_of_child): Same.
1603 * c-varobj.c (c_is_path_expr_parent): Same.
1604 (c_describe_child): Same.
1605 (c_name_of_child): Same.
1606 (c_value_of_child): Same.
1607 (c_type_of_child): Same.
1608 (cplus_number_of_children): Same.
1609 (cplus_describe_child): Constify var.
1610 (cplus_name_of_child): Constify parent.
1611 (cplus_value_of_child): Same.
1612 (cplus_type_of_child): Same.
1613 * jv-varobj.c (java_name_of_child): Same.
1614 (java_value_of_child): Same.
1615 (java_type_of_child): Same.
1616 * varobj.c (value_of_child): Same.
1617 (varobj_default_is_path_expr_parent): Constify var, parent and return
1618 value.
1619 (varobj_get_path_expr): Constify var, modify path_expr through
1620 mutable_var.
1621 (install_new_value): Constify parent.
1622 (value_of_child): Constify parent.
1623 * varobj.h (struct varobj): Constify parent.
1624 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
1625 type_of_child.
1626 (varobj_get_path_expr): Constify var.
1627 (varobj_get_path_expr_parent): Constify var and return value.
1628
1629 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
1630
1631 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
1632 (arm_prologue_this_id): Move PC and SP limit checks to
1633 arm_prologue_unwind_stop_reason.
1634 (arm_prologue_unwind) <stop_reason> : Set to
1635 arm_prologue_unwind_stop_reason.
1636
1637 2015-02-09 Mark Wielaard <mjw@redhat.com>
1638
1639 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
1640 DW_LANG_Fortran08 as language_fortran.
1641
1642 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
1643
1644 PR remote/17946
1645 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
1646 of pointer against char.
1647
1648 2015-02-09 Mark Wielaard <mjw@redhat.com>
1649
1650 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
1651 (c_type_print_modifier): Likewise.
1652 * dwarf2read.c (read_tag_atomic_type): New function.
1653 (read_type_die_1): Handle DW_TAG_atomic_type.
1654 * gdbtypes.c (make_atomic_type): New function.
1655 (recursive_dump_type): Handle TYPE_ATOMIC.
1656 * gdbtypes.h (enum type_flag_values): Renumber.
1657 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
1658 (TYPE_ATOMIC): New macro.
1659 (make_atomic_type): Declare.
1660
1661 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1662
1663 * btrace.c (ftrace_find_call): Skip gaps.
1664 (ftrace_new_function): Initialize level.
1665 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
1666 (ftrace_new_switch): Update
1667 level computation.
1668 (ftrace_new_gap): New.
1669 (ftrace_update_function): Create new function after gap.
1670 (btrace_compute_ftrace_bts): Create gap on error.
1671 (btrace_stitch_bts): Update parameters. Clear trace if it
1672 becomes empty.
1673 (btrace_stitch_trace): Update parameters. Update callers.
1674 (btrace_clear): Reset the number of gaps.
1675 (btrace_insn_get): Return NULL if the iterator points to a gap.
1676 (btrace_insn_number): Return zero if the iterator points to a gap.
1677 (btrace_insn_end): Allow gaps at the end.
1678 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
1679 (btrace_find_insn_by_number): Assert that the found iterator does
1680 not point to a gap.
1681 (btrace_call_next, btrace_call_prev): Assert that the last function
1682 is not a gap.
1683 * btrace.h (btrace_bts_error): New.
1684 (btrace_function): Update comment.
1685 (btrace_function) <insn, insn_offset, number>: Update comment.
1686 (btrace_function) <errcode>: New.
1687 (btrace_thread_info) <ngaps>: New.
1688 (btrace_thread_info) <replay>: Update comment.
1689 (btrace_insn_get): Update comment.
1690 * record-btrace.c (btrace_ui_out_decode_error): New.
1691 (record_btrace_info): Print number of gaps.
1692 (btrace_insn_history, btrace_call_history): Call
1693 btrace_ui_out_decode_error for gaps.
1694 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
1695
1696 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1697
1698 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
1699 * nat/linux-btrace.c: (btrace_this_cpu): New.
1700 (cpu_supports_bts): Call btrace_this_cpu.
1701 (intel_supports_bts): Add cpu parameter.
1702
1703 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1704
1705 * btrace.h (btrace_insn_class): New.
1706 (btrace_insn) <size, iclass>: New.
1707 * btrace.c (ftrace_find_call): Update parameters. Update users.
1708 Use instruction classification.
1709 (ftrace_new_return): Update parameters. Update users.
1710 (ftrace_update_function): Update parameters. Update users. Use
1711 instruction classification.
1712 (ftrace_update_insns): Update parameters. Update users.
1713 (ftrace_classify_insn): New.
1714 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
1715 TRY_CATCH around call to gdb_insn_length.
1716
1717 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1718
1719 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
1720 Update parameters. Update users.
1721
1722 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1723
1724 * btrace.c (parse_xml_btrace_conf_bts): Add size.
1725 (btrace_conf_bts_attributes): New.
1726 (btrace_conf_children): Add attributes.
1727 * common/btrace-common.h (btrace_config_bts): New.
1728 (btrace_config)<bts>: New.
1729 (btrace_config): Update comment.
1730 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
1731 Use config.
1732 * features/btrace-conf.dtd: Increment version. Add size
1733 attribute to bts element.
1734 * record-btrace.c (set_record_btrace_bts_cmdlist,
1735 show_record_btrace_bts_cmdlist): New.
1736 (record_btrace_adjust_size, record_btrace_print_bts_conf,
1737 record_btrace_print_conf, cmd_set_record_btrace_bts,
1738 cmd_show_record_btrace_bts): New.
1739 (record_btrace_info): Call record_btrace_print_conf.
1740 (_initialize_record_btrace): Add commands.
1741 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
1742 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
1743 (btrace_sync_conf): Synchronize bts size.
1744 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
1745 * NEWS: Announce new commands and new packets.
1746
1747 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1748
1749 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
1750 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
1751 (x86_linux_btrace_conf): New.
1752 (x86_linux_create_target): Initialize to_btrace_conf.
1753 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
1754 Check format. Split into this and ...
1755 (linux_enable_bts): ... this.
1756 (linux_btrace_conf): New.
1757 (perf_event_skip_record): Renamed into ...
1758 (perf_event_skip_bts_record): ... this. Updated users.
1759 (linux_disable_btrace): Split into this and ...
1760 (linux_disable_bts): ... this.
1761 (linux_read_btrace): Check format.
1762 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
1763 (linux_btrace_conf): New.
1764 (btrace_target_info)<ptid>: Moved.
1765 (btrace_target_info)<conf>: New.
1766 (btrace_target_info): Split into this and ...
1767 (btrace_tinfo_bts): ... this. Updated users.
1768 * btrace.c (btrace_enable): Update parameters.
1769 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
1770 (btrace_conf_children, btrace_conf_attributes)
1771 (btrace_conf_elements): New.
1772 * btrace.h (btrace_enable): Update parameters.
1773 (btrace_conf, parse_xml_btrace_conf): New.
1774 * common/btrace-common.h (btrace_config): New.
1775 * feature/btrace-conf.dtd: New.
1776 * record-btrace.c (record_btrace_conf): New.
1777 (record_btrace_cmdlist): New.
1778 (record_btrace_enable_warn, record_btrace_open): Pass
1779 &record_btrace_conf.
1780 (record_btrace_info): Print recording format.
1781 (cmd_record_btrace_bts_start): New.
1782 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
1783 (_initialize_record_btrace): Add "record btrace bts" subcommand.
1784 Add "record bts" alias command.
1785 * remote.c (remote_state)<btrace_config>: New.
1786 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
1787 (remote_protocol_features): Add qXfer:btrace-conf:read.
1788 (remote_open_1): Call remote_btrace_reset.
1789 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
1790 (btrace_target_info)<conf>: New.
1791 (btrace_sync_conf, btrace_read_config): New.
1792 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
1793 btrace_read_conf.
1794 (remote_btrace_conf): New.
1795 (init_remote_ops): Initialize to_btrace_conf.
1796 (_initialize_remote): Add qXfer:btrace-conf packet.
1797 * target.c (target_enable_btrace): Update parameters.
1798 (target_btrace_conf): New.
1799 * target.h (target_enable_btrace): Update parameters.
1800 (target_btrace_conf): New.
1801 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
1802 (target_ops)<to_enable_btrace>: Update parameters and comment.
1803 (target_ops)<to_btrace_conf>: New.
1804 * target-delegates: Regenerate.
1805 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
1806 (target_debug_print_const_struct_btrace_target_info_p): New.
1807 * NEWS: Announce new command and new packet.
1808
1809 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1810
1811 * nat/linux-btrace.h (perf_event_buffer): New.
1812 (btrace_target_info) <buffer, size, data_head>: Replace with ...
1813 <bts>: ... this.
1814 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
1815 (perf_event_buffer_size, perf_event_buffer_begin)
1816 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
1817 Updated users.
1818 (perf_event_new_data): New.
1819
1820 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1821
1822 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
1823 * record-btrace.c (record_btrace_open): Remove call to
1824 target_supports_btrace.
1825 * remote.c (remote_supports_btrace): Update parameters.
1826 * target.c (target_supports_btrace): Update parameters.
1827 * target.h (to_supports_btrace, target_supports_btrace): Update
1828 parameters.
1829 * target-delegates.c: Regenerate.
1830 * target-debug.h (target_debug_print_enum_btrace_format): New.
1831 * nat/linux-btrace.c
1832 (kernel_supports_btrace): Rename into ...
1833 (kernel_supports_bts): ... this. Update users. Update warning text.
1834 (intel_supports_btrace): Rename into ...
1835 (intel_supports_bts): ... this. Update users.
1836 (cpu_supports_btrace): Rename into ...
1837 (cpu_supports_bts): ... this. Update users.
1838 (linux_supports_btrace): Update parameters. Split into this and ...
1839 (linux_supports_bts): ... this.
1840 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
1841
1842 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
1843
1844 * Makefile.in (SFILES): Add common/btrace-common.c.
1845 (COMMON_OBS): Add common/btrace-common.o.
1846 (btrace-common.o): Add build rules.
1847 * btrace.c (parse_xml_btrace): Update parameters.
1848 (parse_xml_btrace_block): Set format field.
1849 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
1850 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
1851 (btrace_compute_ftrace): Split into this and...
1852 (btrace_compute_ftrace_bts): ...this.
1853 (btrace_stitch_trace): Split into this and...
1854 (btrace_stitch_bts): ...this.
1855 * btrace.h (parse_xml_btrace): Update parameters.
1856 (make_cleanup_btrace_data): New.
1857 * common/btrace-common.c: New.
1858 * common/btrace-common.h: Include common-defs.h.
1859 (btrace_block_s): Update comment.
1860 (btrace_format): New.
1861 (btrace_format_string): New.
1862 (btrace_data_bts): New.
1863 (btrace_data): New.
1864 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
1865 * remote.c (remote_read_btrace): Update parameters.
1866 * target.c (target_read_btrace): Update parameters.
1867 * target.h (target_read_btrace): Update parameters.
1868 (target_ops)<to_read_btrace>: Update parameters.
1869 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
1870 * target-delegates.c: Regenerate.
1871 * target-debug (target_debug_print_struct_btrace_data_p): New.
1872 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
1873 (linux_read_bts): ...this.
1874 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
1875
1876 2015-02-06 Doug Evans <dje@google.com>
1877
1878 * remote-m32r-sdi.c: Include symfile.h.
1879
1880 2015-02-06 Doug Evans <dje@google.com>
1881
1882 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
1883 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
1884 to here.
1885
1886 2015-02-06 Pedro Alves <palves@redhat.com>
1887
1888 * linux-thread-db.c (find_new_threads_callback): Add debug output.
1889
1890 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
1891
1892 PR gdb/15678
1893 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
1894 (enable_count_command): Check args for NULL value.
1895
1896 2015-02-05 Doug Evans <xdje42@gmail.com>
1897
1898 * guile/scm-frame.c: Fix spelling errors in a comment.
1899
1900 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1901
1902 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
1903 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
1904 return type.
1905
1906 2015-02-04 Pedro Alves <palves@redhat.com>
1907
1908 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
1909 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
1910 returns true.
1911 (resume_stopped_resumed_lwps): Don't check whether the thread is
1912 marked as executing.
1913 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
1914
1915 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1916
1917 * regset.h (struct regset): Add flags field.
1918 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
1919 * corelow.c (get_core_register_section): Add warning if the size
1920 exceeds the requested size and the regset does not have the
1921 REGSET_VARIABLE_SIZE flag set.
1922 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
1923 flag.
1924 * armbsd-tdep.c (armbsd_gregset): Likewise.
1925 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
1926 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
1927 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
1928 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
1929
1930 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1931
1932 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
1933 For ".reg-xstate", explicitly specify the requested section size
1934 via X86_XSTATE_SIZE instead of just 0 on input and
1935 X86_XSTATE_MAX_SIZE on output.
1936 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
1937 Likewise.
1938
1939 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
1940
1941 PR corefiles/17808:
1942 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
1943 function type, particularly its SIZE parameter.
1944 * gdbarch.h: Regenerate.
1945 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
1946 actual against required size using ">=" instead of "==".
1947 (amd64_collect_fpregset): Likewise.
1948 * i386-tdep.c (i386_supply_gregset): Likewise.
1949 (i386_collect_gregset): Likewise.
1950 (i386_supply_fpregset): Likewise.
1951 (i386_collect_fpregset): Likewise.
1952 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
1953 (mips_fill_gregset_wrapper): Likewise.
1954 (mips_supply_fpregset_wrapper): Likewise.
1955 (mips_fill_fpregset_wrapper): Likewise.
1956 (mips64_supply_gregset_wrapper): Likewise.
1957 (mips64_fill_gregset_wrapper): Likewise.
1958 (mips64_supply_fpregset_wrapper): Likewise.
1959 (mips64_fill_fpregset_wrapper): Likewise.
1960 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
1961 (am33_supply_fpregset_method): Likewise.
1962 (am33_collect_gregset_method): Likewise.
1963 (am33_collect_fpregset_method): Likewise.
1964
1965 2015-02-04 Doug Evans <dje@google.com>
1966 Pedro Alves <palves@redhat.com>
1967 Eli Zaretskii <eliz@gnu.org>
1968
1969 PR tui/17810
1970 * tui/tui-command.c (tui_refresh_cmd_win): New function.
1971 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
1972 * tui/tui-file.c: #include tui/tui-command.h.
1973 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
1974 (tui_file_flush): Refresh command window if stream is gdb_stdout.
1975 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
1976
1977 2015-02-04 Pedro Alves <palves@redhat.com>
1978
1979 Fix build breakage.
1980 * event-loop.c (gdb_do_one_event): Add default switch case.
1981
1982 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
1983
1984 Filter out inferior gcc option -fpreprocessed.
1985 * compile/compile.c (filter_args): New function.
1986 (get_args): Use it.
1987
1988 2015-02-03 Pedro Alves <palves@redhat.com>
1989
1990 * event-loop.c: Don't declare nor define a queue type for
1991 gdb_event_p.
1992 (event_queue): Delete.
1993 (create_event, create_file_event, gdb_event_xfree)
1994 (initialize_event_loop, process_event): Delete.
1995 (gdb_do_one_event): Return as soon as one event is handled.
1996 (handle_file_event): Change prototype. Used the passed in
1997 file_handler pointer and ready_mask instead of looping over all
1998 file handlers.
1999 (gdb_wait_for_event): Update the poll/select timeouts before
2000 blocking. Run event handlers directly instead of queueing events.
2001 Return as soon as one event is handled.
2002 (struct async_event_handler_data): Delete.
2003 (invoke_async_event_handler): Delete.
2004 (check_async_event_handlers): Change return type to int. Run
2005 event handlers directly instead of queueing events. Return as
2006 soon as one event is handled.
2007 (handle_timer_event): Delete.
2008 (update_wait_timeout): New function, factored out from
2009 poll_timers.
2010 (poll_timers): Reimplement.
2011 * event-loop.h (initialize_event_loop): Delete declaration.
2012 * top.c (gdb_init): Don't call initialize_event_loop.
2013
2014 2015-02-03 Pedro Alves <palves@redhat.com>
2015
2016 * event-loop.c (clear_async_event_handler): New function.
2017 * event-loop.h (clear_async_event_handler): New declaration.
2018 * record-btrace.c (record_btrace_async): New function.
2019 (init_record_btrace_ops): Install record_btrace_async.
2020 * record-full.c (record_full_async): New function.
2021 (record_full_resume): Don't mark the async event source here.
2022 (init_record_full_ops): Install record_full_async.
2023 (record_full_core_resume): Don't mark the async event source here.
2024 (init_record_full_core_ops): Install record_full_async.
2025 * remote.c (remote_async): Mark and clear the async stop reply
2026 queue event-loop token as appropriate.
2027
2028 2015-02-03 Pedro Alves <palves@redhat.com>
2029
2030 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
2031 target_is_async_p instead of target_can_async.
2032 (linux_nat_wait): Use target_is_async_p instead of
2033 target_can_async. Don't enable async here.
2034 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
2035 target_is_async_p instead of target_can_async.
2036
2037 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
2038
2039 * varobj.h (lang_varobj_ops): Mention which return values need
2040 to be freed.
2041
2042 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2043
2044 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
2045
2046 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2047
2048 PR gdb/17856:
2049 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
2050 results found in the cache.
2051
2052 2015-02-02 Joel Brobecker <brobecker@adacore.com>
2053
2054 PR gdb/17854:
2055 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
2056 when allocating a new one.
2057
2058 2015-02-01 Tom Tromey <tom@tromey.com>
2059
2060 * MAINTAINERS: Remove myself.
2061
2062 2015-01-31 Doug Evans <xdje42@gmail.com>
2063
2064 * dwarf2read.c (process_structure_scope): Update setting of
2065 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
2066 * gdbtypes.c (internal_type_vptr_fieldno): New function.
2067 (set_type_vptr_fieldno): New function.
2068 (internal_type_vptr_basetype): New function.
2069 (set_type_vptr_basetype): New function.
2070 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
2071 TYPE_VPTR_BASETYPE.
2072 (allocate_cplus_struct_type): Initialize vptr_fieldno.
2073 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
2074 (print_cplus_stuff): ... moved here.
2075 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
2076 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
2077 moved to ...
2078 (struct cplus_struct_type): ... here. All uses updated.
2079 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
2080 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
2081 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
2082 * stabsread.c (read_tilde_fields): Update setting of
2083 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
2084
2085 2015-01-31 Doug Evans <xdje42@gmail.com>
2086
2087 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
2088 to self_p.
2089 (cp_print_class_member): Rename local domain to self_type.
2090 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
2091 domain_type to self_type.
2092 (set_die_type) <need_gnat_info>: Handle
2093 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
2094 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
2095 TYPE_SPECIFIC_SELF_TYPE.
2096 * gdbtypes.c (internal_type_self_type): New function.
2097 (set_type_self_type): New function.
2098 (smash_to_memberptr_type): Rename parameter domain to self_type.
2099 Update setting of TYPE_SELF_TYPE.
2100 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
2101 (smash_to_method_type): Rename parameter domain to self_type.
2102 Update setting of TYPE_SELF_TYPE.
2103 (check_stub_method): Call smash_to_method_type.
2104 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
2105 (copy_type_recursive): Ditto.
2106 * gdbtypes.h (enum type_specific_kind): New value
2107 TYPE_SPECIFIC_SELF_TYPE.
2108 (struct main_type) <type_specific>: New member self_type.
2109 (struct cplus_struct_type) <fn_field.type>: Update comment.
2110 (TYPE_SELF_TYPE): Rewrite.
2111 (internal_type_self_type, set_type_self_type): Declare.
2112 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
2113 self_type.
2114 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
2115 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
2116 TYPE_TARGET_TYPE.
2117 * stabsread.c (read_member_functions): Mark methods with
2118 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
2119 TYPE_SELF_TYPE.
2120
2121 2015-01-31 Doug Evans <xdje42@gmail.com>
2122
2123 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
2124 All uses updated.
2125
2126 2015-01-31 Doug Evans <xdje42@gmail.com>
2127
2128 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
2129 or unions. Return zero if union.
2130 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
2131 (gnuv3_rtti_type): Pass already-check_typedef'd value to
2132 gnuv3_get_vtable.
2133 (compute_vtable_size): Assert only passed structs.
2134 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
2135
2136 2015-01-31 Doug Evans <xdje42@gmail.com>
2137
2138 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
2139 kinds.
2140
2141 2015-01-31 Gary Benson <gbenson@redhat.com>
2142 Doug Evans <dje@google.com>
2143
2144 PR cli/9007
2145 PR cli/11920
2146 PR cli/15548
2147 * cli/cli-cmds.c (complete_command): Notify user if max-completions
2148 reached.
2149 * common/common-exceptions.h (enum errors)
2150 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
2151 * completer.h (get_max_completions_reached_message): New declaration.
2152 (max_completions): Likewise.
2153 (completion_tracker_t): New typedef.
2154 (new_completion_tracker): New declaration.
2155 (make_cleanup_free_completion_tracker): Likewise.
2156 (maybe_add_completion_enum): New enum.
2157 (maybe_add_completion): New declaration.
2158 (throw_max_completions_reached_error): Likewise.
2159 * completer.c (max_completions): New global variable.
2160 (new_completion_tracker): New function.
2161 (free_completion_tracker): Likewise.
2162 (make_cleanup_free_completion_tracker): Likewise.
2163 (maybe_add_completions): Likewise.
2164 (throw_max_completions_reached_error): Likewise.
2165 (complete_line): Remove duplicates and limit result to max_completions
2166 entries.
2167 (get_max_completions_reached_message): New function.
2168 (gdb_display_match_list): Handle max_completions.
2169 (_initialize_completer): New declaration and function.
2170 * symtab.c: Include completer.h.
2171 (completion_tracker): New static variable.
2172 (completion_list_add_name): Call maybe_add_completion.
2173 (default_make_symbol_completion_list_break_on_1): Renamed from
2174 default_make_symbol_completion_list_break_on. Maintain
2175 completion_tracker across calls to completion_list_add_name.
2176 (default_make_symbol_completion_list_break_on): New function.
2177 * top.c (init_main): Set rl_completion_display_matches_hook.
2178 * tui/tui-io.c: Include completer.h.
2179 (tui_old_rl_display_matches_hook): New static global.
2180 (tui_rl_display_match_list): Notify user if max-completions reached.
2181 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
2182 * NEWS (New Options): Mention set/show max-completions.
2183
2184 2015-01-31 Gary Benson <gbenson@redhat.com>
2185
2186 * symtab.c (struct add_name_data) <code>: New field.
2187 Updated comments.
2188 (add_symtab_completions): New function.
2189 (symtab_expansion_callback): Likewise.
2190 (default_make_symbol_completion_list_break_on): Set datum.code.
2191 Move minimal symbol scan before calling expand_symtabs_matching.
2192 Scan known primary symtabs for externs and statics before calling
2193 expand_symtabs_matching. Pass symtab_expansion_callback as
2194 expansion_notify argument to expand_symtabs_matching. Do not scan
2195 primary symtabs for externs and statics after calling
2196 expand_symtabs_matching.
2197
2198 2015-01-31 Gary Benson <gbenson@redhat.com>
2199
2200 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
2201 (struct quick_symbol_functions) <expand_symtabs_matching>:
2202 New argument expansion_notify. All uses updated.
2203 (expand_symtabs_matching): New argument expansion_notify.
2204 All uses updated.
2205 * symfile-debug.c (debug_qf_expand_symtabs_matching):
2206 Also print expansion notify.
2207 * symtab.c (expand_symtabs_matching_via_partial): Call
2208 expansion_notify whenever a partial symbol table is expanded.
2209 * dwarf2read.c (dw2_expand_symtabs_matching): Call
2210 expansion_notify whenever a symbol table is instantiated.
2211
2212 2015-01-31 Doug Evans <xdje42@gmail.com>
2213
2214 * cli-out.c: #include completer.h, readline/readline.h.
2215 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
2216 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
2217 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
2218 * cli-out.h (cli_display_match_list): Declare.
2219 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
2220 (ELLIPSIS_LEN): Ditto.
2221 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
2222 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
2223 (gdb_fnprint, gdb_print_filename): Ditto.
2224 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
2225 (gdb_display_match_list): Ditto.
2226 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
2227 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
2228 (mld_beep_ftype, mld_read_key_ftype): Ditto.
2229 (match_list_displayer): New struct.
2230 (gdb_display_match_list): Declare.
2231 * top.c (init_main): Set rl_completion_display_matches_hook.
2232 * tui/tui-io.c: #include completer.h.
2233 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
2234 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
2235 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
2236 (tui_mld_getc, tui_mld_read_key): Ditto.
2237 (tui_rl_display_match_list): Rewrite.
2238 (tui_handle_resize_during_io): New arg for_completion. All callers
2239 updated.
2240
2241 2015-01-31 Doug Evans <xdje42@gmail.com>
2242
2243 Add symbol lookup cache.
2244 * NEWS: Document new options and commands.
2245 * symtab.c (symbol_cache_key): New static global.
2246 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
2247 (SYMBOL_LOOKUP_FAILED): New macro.
2248 (symbol_cache_slot_state): New enum.
2249 (block_symbol_cache): New struct.
2250 (symbol_cache): New struct.
2251 (new_symbol_cache_size, symbol_cache_size): New static globals.
2252 (hash_symbol_entry, eq_symbol_entry): New functions.
2253 (symbol_cache_byte_size, resize_symbol_cache): New functions.
2254 (make_symbol_cache, free_symbol_cache): New functions.
2255 (get_symbol_cache, symbol_cache_cleanup): New function.
2256 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
2257 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
2258 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
2259 (symbol_cache_flush, symbol_cache_dump): New functions.
2260 (maintenance_print_symbol_cache): New function.
2261 (maintenance_flush_symbol_cache): New function.
2262 (symbol_cache_stats): New function.
2263 (maintenance_print_symbol_cache_statistics): New function.
2264 (symtab_new_objfile_observer): New function.
2265 (symtab_free_objfile_observer): New function.
2266 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
2267 (_initialize_symtab): Init symbol_cache_key. New parameter
2268 maint symbol-cache-size. New maint commands print symbol-cache,
2269 print symbol-cache-statistics, flush-symbol-cache.
2270 Install new_objfile, free_objfile observers.
2271
2272 2015-01-31 Joel Brobecker <brobecker@adacore.com>
2273
2274 PR symtab/17855
2275 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
2276 to end.
2277
2278 2015-01-31 Doug Evans <xdje42@gmail.com>
2279
2280 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
2281 * auto-load.c: #include ctype.h.
2282 (struct auto_load_pspace_info): Replace member loaded_scripts with
2283 new members loaded_script_files, loaded_script_texts.
2284 (auto_load_pspace_data_cleanup): Update.
2285 (init_loaded_scripts_info): Update.
2286 (get_auto_load_pspace_data_for_loading): Update.
2287 (maybe_add_script_file): Renamed from maybe_add_script. All callers
2288 updated.
2289 (maybe_add_script_text): New function.
2290 (clear_section_scripts): Update.
2291 (source_script_file, execute_script_contents): New functions.
2292 (source_section_scripts): Add support for
2293 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
2294 (print_scripts): New function.
2295 (auto_load_info_scripts): Also print inlined scripts.
2296 (maybe_print_unsupported_script_warning): Renamed from
2297 unsupported_script_warning_print. All callers updated.
2298 (maybe_print_script_not_found_warning): Renamed from
2299 script_not_found_warning_print. All callers updated.
2300 * extension-priv.h (struct extension_language_script_ops): New member
2301 objfile_script_executor.
2302 * extension.c (ext_lang_objfile_script_executor): New function.
2303 * extension.h (objfile_script_executor_func): New typedef.
2304 (ext_lang_objfile_script_executor): Declare.
2305 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
2306 * guile/guile.c (guile_extension_script_ops): Update.
2307 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
2308 * python/python.c (python_extension_script_ops): Update.
2309 (gdbpy_execute_objfile_script): New function.
2310
2311 2015-01-31 Eli Zaretskii <eliz@gnu.org>
2312
2313 * tui/tui-io.c (tui_expand_tabs): New function.
2314 (tui_puts, tui_redisplay_readline): Expand TABs into the
2315 appropriate number of spaces.
2316 * tui/tui-regs.c: Include tui-io.h.
2317 (tui_register_format): Call tui_expand_tabs to expand TABs into
2318 the appropriate number of spaces.
2319 * tui/tui-io.h: Add prototype for tui_expand_tabs.
2320
2321 2015-01-30 Doug Evans <dje@google.com>
2322
2323 * NEWS: "info source" command now display producer string if present.
2324 * source.c (source_info): Print producer string if present.
2325
2326 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2327
2328 * varobj.c (varobj_delete): Fix comment.
2329
2330 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2331
2332 * varobj.c (create_child): Modify comment.
2333
2334 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2335
2336 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
2337 parameter.
2338 (ada_name_of_variable): Same.
2339 (ada_path_expr_of_child): Same.
2340 (ada_value_of_variable): Same.
2341 (ada_value_is_changeable_p): Same.
2342 (ada_value_has_mutated): Same.
2343 * c-varobj.c (varobj_is_anonymous_child): Same.
2344 (c_is_path_expr_parent): Same.
2345 (c_number_of_children): Same.
2346 (c_name_of_variable): Same.
2347 (c_path_expr_of_child): Same.
2348 (get_type): Same.
2349 (c_value_of_variable): Same.
2350 (cplus_number_of_children): Same.
2351 (cplus_name_of_variable): Same.
2352 (cplus_path_expr_of_child): Same.
2353 (cplus_value_of_variable): Same.
2354 * jv-varobj.c (java_number_of_children): Same.
2355 (java_name_of_variable): Same.
2356 (java_path_expr_of_child): Same.
2357 (java_value_of_variable): Same.
2358 * varobj.c (number_of_children): Same.
2359 (name_of_variable): Same.
2360 (is_root_p): Same.
2361 (varobj_ensure_python_env): Same.
2362 (varobj_get_objname): Same.
2363 (varobj_get_expression): Same.
2364 (varobj_get_display_format): Same.
2365 (varobj_get_display_hint): Same.
2366 (varobj_has_more): Same.
2367 (varobj_get_thread_id): Same.
2368 (varobj_get_frozen): Same.
2369 (dynamic_varobj_has_child_method): Same.
2370 (varobj_get_gdb_type): Same.
2371 (is_path_expr_parent): Same.
2372 (varobj_default_is_path_expr_parent): Same.
2373 (varobj_get_language): Same.
2374 (varobj_get_attributes): Same.
2375 (varobj_is_dynamic_p): Same.
2376 (varobj_get_child_range): Same.
2377 (varobj_value_has_mutated): Same.
2378 (varobj_get_value_type): Same.
2379 (number_of_children): Same.
2380 (name_of_variable): Same.
2381 (check_scope): Same.
2382 (varobj_editable_p): Same.
2383 (varobj_value_is_changeable_p): Same.
2384 (varobj_floating_p): Same.
2385 (varobj_default_value_is_changeable_p): Same.
2386
2387 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2388
2389 * varobj.c (varobj_get_path_expr): Set var->path_expr.
2390 * c-varobj.c (c_path_expr_of_child): Set local var instead of
2391 child->path_expr.
2392 (cplus_path_expr_of_child): Same.
2393
2394 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2395
2396 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
2397 result.
2398 (mi_cmd_var_info_expression): Same.
2399 * varobj.c (varobj_get_expression): Mention in the comment that
2400 the result must by freed by the caller.
2401
2402 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
2403
2404 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
2405 varobj_get_type.
2406 (varobj_update_one): Same.
2407 * varobj.c (update_type_if_necessary): Free curr_type_str and
2408 new_type_str.
2409 (varobj_get_type): Specify in comment that the result needs to be
2410 freed by the caller.
2411
2412 2015-01-29 Doug Evans <dje@google.com>
2413
2414 PR symtab/17890
2415 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
2416
2417 2015-01-25 Mark Wielaard <mjw@redhat.com>
2418
2419 * dwarf2read.c (checkproducer): Call producer_is_gcc.
2420 * utils.c (producer_is_gcc_ge_4): Likewise.
2421 (producer_is_gcc): New function.
2422 * utils.h (producer_is_gcc): New declaration.
2423
2424 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2425
2426 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
2427 kind.
2428 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
2429 parameter by "addr_stack" parameter.
2430 (resolve_dynamic_range): Replace "addr" parameter by
2431 "stack_addr" parameter. Update function documentation.
2432 Update code accordingly.
2433 (resolve_dynamic_array, resolve_dynamic_union)
2434 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
2435 (resolve_dynamic_type): Update code, following the changes made
2436 to resolve_dynamic_type_internal's interface.
2437 * dwarf2loc.h (struct property_addr_info): New.
2438 (dwarf2_evaluate_property): Replace "address" parameter
2439 by "addr_stack" parameter. Adjust function documentation.
2440 (struct dwarf2_offset_baton): New.
2441 (struct dwarf2_property_baton): Update documentation of
2442 field "referenced_type" to be more general. New field
2443 "offset_info" in union data field.
2444 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
2445 parameter by "addr_stack" parameter. Adjust code accordingly.
2446 Add support for PROP_ADDR_OFFSET properties.
2447 * dwarf2read.c (attr_to_dynamic_prop): Add support for
2448 DW_AT_data_member_location attributes as well. Use case
2449 statements instead of if/else condition.
2450
2451 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2452
2453 * ada-varobj.c (ada_varobj_get_array_number_of_children):
2454 Return zero if PARENT_VALUE is NULL and parent_type's
2455 range type is dynamic.
2456
2457 2015-01-29 Joel Brobecker <brobecker@adacore.com>
2458
2459 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
2460 nonzero if the type's subtype is dynamic.
2461 (resolve_dynamic_range): Also resolve the range's subtype.
2462
2463 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
2464
2465 Pushed by Joel Brobecker <brobecker@adacore.com>.
2466 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
2467
2468 2015-01-27 Doug Evans <dje@google.com>
2469
2470 * NEWS: Mention gdb.Objfile.username.
2471 * python/py-objfile.c (objfpy_get_username): New function.
2472 (objfile_getset): Add "username".
2473
2474 2015-01-24 Mark Wielaard <mjw@redhat.com>
2475
2476 * stack.c (return_command): Markup warning message with _.
2477
2478 2015-01-24 Doug Evans <xdje42@gmail.com>
2479
2480 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
2481
2482 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2483
2484 Fix 100x slowdown regression on DWZ files.
2485 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
2486 (struct line_header): Add offset and offset_in_dwz.
2487 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
2488 (free_line_header_voidp): New declaration.
2489 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
2490 functions.
2491 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
2492 (handle_DW_AT_stmt_list): Use line_header_hash.
2493 (free_line_header_voidp): New function.
2494 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
2495 (dwarf_decode_lines): New parameter decode_mapping, use it.
2496 (dwarf2_free_objfile): Free line_header_hash.
2497
2498 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
2499
2500 PR gdb/17416
2501 * valops.c (value_rtti_indirect_type): Catch exception thrown by
2502 value_ind.
2503
2504 2015-01-15 Mark Wielaard <mjw@redhat.com>
2505
2506 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
2507 DW_AT_noreturn.
2508 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
2509 calling_convention an 8 bit bit field.
2510 (TYPE_NO_RETURN): New macro.
2511 * infcmd.c (finish_command): Query if function does not return
2512 normally.
2513 * stack.c (return_command): Likewise.
2514
2515 2015-01-23 Pedro Alves <palves@redhat.com>
2516
2517 * linux-nat.c (linux_is_async_p): New macro.
2518 (linux_nat_is_async_p):
2519 (linux_nat_terminal_inferior): Check whether the target can async
2520 instead of whether it is already async.
2521 (linux_nat_terminal_ours): Don't check whether the target is
2522 async.
2523 (linux_async_pipe): Use linux_is_async_p.
2524
2525 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
2528 '-ascending'.
2529 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
2530 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
2531 Sort tp_array using tp_array_compar.
2532 (_initialize_thread): Extend thread_apply_all_command help.
2533
2534 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * corelow.c (core_open): Call also thread_command.
2537 * gdbthread.h (thread_command): New prototype moved from ...
2538 * thread.c (thread_command): ... here.
2539 (thread_command): Make it global.
2540
2541 2015-01-22 Pedro Alves <palves@redhat.com>
2542
2543 * configure.ac [*mingw32*]: Check $curses_found instead of
2544 $prefer_curses.
2545 * configure: Regenerate.
2546 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
2547 HAVE_NCURSES_NCURSES_H checks.
2548
2549 2015-01-22 Eli Zaretskii <eliz@gnu.org>
2550
2551 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
2552 fails with the 1st arg NULL, try again with "unknown". Don't test
2553 the "cup" capability: it isn't supported by the Windows port of
2554 ncurses, but the Windows console driver is still capable of
2555 supporting TUI.
2556
2557 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2558
2559 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
2560
2561 2015-01-22 Eli Zaretskii <eliz@gnu.org>
2562
2563 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
2564 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
2565 reason that "make TAGS" is broken.
2566
2567 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
2568
2569 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
2570 and check additional store instructions.
2571
2572 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
2573
2574 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
2575
2576 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
2577
2578 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
2579 ppc_canonicalize_syscall, ppc_linux_syscall_record,
2580 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
2581 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
2582 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
2583 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
2584 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
2585 ppc_process_record_op19, ppc_process_record_op31,
2586 ppc_process_record_op59, ppc_process_record_op60,
2587 ppc_process_record_op63): Likewise.
2588
2589 2015-01-20 Joel Brobecker <brobecker@adacore.com>
2590
2591 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
2592 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
2593 strerror.
2594
2595 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
2596
2597 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
2598 ppc_process_record_op31, ppc_process_record_op59,
2599 ppc_process_record_op60, ppc_process_record_op63,
2600 ppc_process_record): Fix -Wformat warning.
2601 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
2602 Remove unused variables.
2603
2604 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
2605
2606 * MAINTAINERS (Write After Approval): Add "Chen Gang".
2607
2608 2015-01-19 Eli Zaretskii <eliz@gnu.org>
2609
2610 * configure.ac [*mingw32*]: Only add windows-termcap.o to
2611 CONFIG_OBS if not building with a curses library.
2612 * configure: Regenerate.
2613
2614 * windows-termcap.c: Include defs.h. Make the whole body empty if
2615 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
2616 HAVE_NCURSES_NCURSES_H is defined.
2617
2618 2015-01-19 Joel Brobecker <brobecker@adacore.com>
2619
2620 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
2621 from end of line to start of next line.
2622
2623 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2624
2625 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
2626 Scan PLT stub backward for reverse debugging.
2627 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
2628
2629 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2630 Ulrich Weigand <uweigand@de.ibm.com>
2631
2632 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
2633 gdb_target_obs.
2634 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
2635 record.
2636 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
2637 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
2638 (ppc_linux_init_abi): Set process_record, process_record_signal.
2639 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
2640 ppc_linux_record_tdep to gdbarch_tdep.
2641 (ppc_process_record): New declaration.
2642 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
2643 ppc_process_record_op19, ppc_process_record_op31,
2644 ppc_process_record_op59, ppc_process_record_op60,
2645 ppc_process_record_op63, ppc_process_record): New functions.
2646
2647 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
2648
2649 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
2650 rs6000_in_function_epilogue_frame_p and add an argument
2651 for frame_info.
2652 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
2653 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
2654 New functions.
2655 (rs6000_epilogue_frame_unwind): New.
2656 (rs6000_gdbarch_init): Append epilogue unwinder.
2657
2658 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
2659
2660 * nat/linux-personality.c: Replace "#ifndef
2661 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
2662 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
2663 systems.
2664
2665 2015-01-16 Eli Zaretskii <eliz@gnu.org>
2666
2667 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
2668 functions.
2669 (_initialize_tui_win) <border-kind, border-mode>:
2670 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
2671 (tui_set_tab_width_command): Fix the commentary.
2672
2673 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
2674
2675 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
2676 Doc fix.
2677 (tui_set_tab_width_command): Delete and recreate the source and
2678 the disassembly windows, to show the effect of the changed tab
2679 size immediately.
2680
2681 * tui/tui-data.h (LINE_PREFIX): Make shorter
2682 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
2683 "Thread NNNNN.XXXX" thread ID notation on Windows.
2684
2685 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2686
2687 Fix gcc-5 compilation.
2688 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
2689
2690 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
2691
2692 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
2693 (linux-personality.o): New rule.
2694 * common/common-defs.h: Include <stdint.h>.
2695 * config/aarch64/linux.mh (NATDEPFILES): Include
2696 linux-personality.o.
2697 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
2698 * config/arm/linux.mh (NATDEPFILES): Likewise.
2699 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2700 * config/i386/linux.mh (NATDEPFILES): Likewise.
2701 * config/ia64/linux.mh (NATDEPFILES): Likewise.
2702 * config/m32r/linux.mh (NATDEPFILES): Likewise.
2703 * config/m68k/linux.mh (NATDEPFILES): Likewise.
2704 * config/mips/linux.mh (NATDEPFILES): Likewise.
2705 * config/pa/linux.mh (NATDEPFILES): Likewise.
2706 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
2707 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
2708 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
2709 * config/s390/linux.mh (NATDEPFILES): Likewise.
2710 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
2711 * config/sparc/linux.mh (NATDEPFILES): Likewise.
2712 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
2713 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
2714 * defs.h: Remove #include <stdint.h> (moved to
2715 common/common-defs.h).
2716 * linux-nat.c: Include nat/linux-personality.h. Remove #include
2717 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
2718 nat/linux-personality.c).
2719 (linux_nat_create_inferior): Remove code to disable address space
2720 randomization (moved to nat/linux-personality.c). Create cleanup
2721 to disable address space randomization.
2722 * nat/linux-personality.c: New file.
2723 * nat/linux-personality.h: Likewise.
2724
2725 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
2726
2727 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
2728 common/posix-strerror.c.
2729 (posix-strerror.o): New rule.
2730 (mingw-strerror.o): Likewise.
2731 * common/common-utils.h (safe_strerror): Move prototype to here,
2732 from utils.h.
2733 * common/common.host: New file.
2734 * common/mingw-strerror.c: Likewise.
2735 * common/posix-strerror.c: Likewise.
2736 * configure: Regenerated.
2737 * configure.ac: Source common/common.host. Add variable
2738 common_host_obs to gdb_host_obs.
2739 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
2740 gdb/common/posix-strerror.c when warning about the use of
2741 strerror.
2742 * mingw-hdep.c (safe_strerror): Remove definition; move it to
2743 common/mingw-strerror.c.
2744 * posix-hdep.c (safe_strerror): Remove definition; move it to
2745 common/posix-hdep.c.
2746 * utils.h (safe_strerror): Remove prototype; move to
2747 common/common-utils.h.
2748
2749 2015-01-15 Joel Brobecker <brobecker@adacore.com>
2750
2751 GDB 7.8.2 released.
2752
2753 2015-01-15 Joel Brobecker <brobecker@adacore.com>
2754
2755 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
2756 ___XA type if the array has already been fixed.
2757
2758 2015-01-14 Yao Qi <yao@codesourcery.com>
2759
2760 * Makefile.in (ppc-linux.o): New rule.
2761 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
2762 * configure.ac: AC_CHECK_FUNCS(getauxval).
2763 * config.in: Re-generated.
2764 * configure: Re-generated.
2765 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
2766 Declare.
2767 * nat/ppc-linux.c: New file.
2768 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
2769 Call ppc64_64bit_inferior_p.
2770
2771 2015-01-14 Yao Qi <yao@codesourcery.com>
2772
2773 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
2774 nat/ppc-linux.h.
2775 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
2776 (PPC_FEATURE_HAS_DFP): Likewise.
2777 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
2778 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
2779 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
2780 Include "nat/ppc-linux.h".
2781 * nat/ppc-linux.h: New file.
2782 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
2783
2784 2015-01-14 Pedro Alves <palves@redhat.com>
2785
2786 PR gdb/17525
2787 * breakpoint.c: Include "interps.h".
2788 (bpstat_do_actions_1): Also check whether the interpreter is
2789 async.
2790
2791 2015-01-14 Pedro Alves <palves@redhat.com>
2792
2793 PR cli/17828
2794 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
2795 reinstall if the interpreter is sync.
2796
2797 2015-01-13 Doug Evans <dje@google.com>
2798
2799 * objfiles.c (objfile_filename): New function.
2800 * objfiles.h (objfile_filename): Declare it.
2801 (objfile_name): Add function comment.
2802 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
2803 bfd file name (which may be realpath'd), and the original name.
2804
2805 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2806
2807 * NEWS: Create a new section for the next release branch.
2808 Rename the section of the current branch, now that it has
2809 been cut.
2810
2811 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2812
2813 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
2814 * version.in: Bump version to 7.9.50.DATE-cvs.
2815
2816 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2817
2818 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
2819 Remove trailing new-line in argument of call to warning.
2820
2821 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2822
2823 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
2824 new-line in argument of call to "warning".
2825
2826 2015-01-13 Joel Brobecker <brobecker@adacore.com>
2827
2828 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
2829 in static block, then try searching for primitive types.
2830
2831 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
2832
2833 * top.h (gdb_add_history): Declare.
2834 * top.c (command_count): New variable.
2835 (gdb_add_history): New function.
2836 (gdb_safe_append_history): New static function.
2837 (quit_force): Call it.
2838 (command_line_input): Use gdb_add_history instead of
2839 add_history.
2840 * event-top.c (command_line_handler): Likewise.
2841
2842 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
2843
2844 PR gdb/17046
2845 * darwin-nat.c: Replace <machine/setjmp.h> #include by
2846 <setjmp.h> #include.
2847
2848 2015-01-11 Doug Evans <xdje42@gmail.com>
2849
2850 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
2851
2852 2015-01-11 Doug Evans <xdje42@gmail.com>
2853
2854 PR gdb/15830
2855 * NEWS: The "maint demangle" command is renamed as "demangle".
2856 * demangle.c: #include cli/cli-utils.h, language.h.
2857 (demangle_command): New function.
2858 (_initialize_demangle): Add new command "demangle".
2859 * maint.c (maintenance_demangle): Stub out.
2860 (_initialize_maint_cmds): Update help text for "maint demangle",
2861 and mark as deprecated.
2862
2863 2015-01-11 Mark Kettenis <kettenis@gnu.org>
2864
2865 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
2866 inferior_thread is a function.
2867
2868 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
2869
2870 * Makefile.in (.y.c): Don't munge yacc's #line
2871 directives.
2872
2873 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
2874
2875 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
2876 to prompt for input.
2877 * tui/tui-hooks.c (tui_query_hook): Remove.
2878 (tui_install_hooks): Don't set deprecated_query_hook.
2879 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
2880 height calculation. Always update the command window's cur_line.
2881
2882 2015-01-09 Pedro Alves <palves@redhat.com>
2883
2884 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
2885 function.
2886 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
2887 declaration.
2888 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
2889 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
2890 stop_reason.
2891 (check_stopped_by_watchpoint): New function.
2892 (save_sigtrap): Reimplement.
2893 (linux_nat_stopped_by_watchpoint): Adjust.
2894 (linux_nat_lp_status_is_event): Delete.
2895 (stop_wait_callback): Only call save_sigtrap after storing the
2896 pending status.
2897 (status_callback): If the thread had been stopped for a breakpoint
2898 that has since been removed, discard the event and resume the LWP.
2899 (count_events_callback, select_event_lwp_callback): Use
2900 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
2901 (cancel_breakpoint): Rename to ...
2902 (check_stopped_by_breakpoint): ... this. Record whether the LWP
2903 stopped for a software breakpoint or hardware breakpoint.
2904 (select_event_lwp): Only give preference to the stepping LWP in
2905 all-stop mode. Adjust comments.
2906 (stop_and_resume_callback): Remove references to new_pending_p.
2907 (linux_nat_filter_event): Likewise. Leave exit events of the
2908 leader thread pending here. Handle signal short circuiting here.
2909 Only call save_sigtrap after storing the pending waitstatus.
2910 (linux_nat_wait_1): Remove 'retry' label. Remove references to
2911 new_pending. Don't handle leaving events the caller is not
2912 interested in pending here, nor handle signal short-circuiting
2913 here. Also give equal priority to all LWPs that have had events
2914 in non-stop mode. If reporting a software breakpoint event,
2915 unadjust the LWP's PC.
2916 * linux-nat.h (enum lwp_stop_reason): New.
2917 (struct lwp_info) <stop_pc>: New field.
2918 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
2919 (struct lwp_info) <stop_reason>: New field.
2920 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
2921
2922 2015-01-09 Pedro Alves <palves@redhat.com>
2923
2924 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
2925 Set the LWP's 'resumed' flag.
2926
2927 2015-01-09 Pedro Alves <palves@redhat.com>
2928
2929 * linux-nat.c (linux_resume_one_lwp): New function.
2930 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
2931 (linux_nat_resume): Use lwp_status_pending_p and
2932 linux_resume_one_lwp.
2933 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
2934 (linux_handle_extended_wait): Use linux_resume_one_lwp.
2935 (status_callback, running_callback): Use lwp_status_pending_p.
2936 (lwp_status_pending_p): New function.
2937 (stop_and_resume_callback): Use lwp_status_pending_p.
2938 (linux_nat_filter_event): Use linux_resume_one_lwp.
2939 (linux_nat_wait_1): Always use status_callback to look for an LWP
2940 with a pending status. Use linux_resume_one_lwp.
2941 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
2942 linux_resume_one_lwp.
2943
2944 2015-01-09 Pedro Alves <palves@redhat.com>
2945
2946 * breakpoint.c (bp_location_inserted_here_p): New function,
2947 factored out from ...
2948 (breakpoint_inserted_here_p): ... here. Use
2949 ALL_BP_LOCATIONS_AT_ADDR.
2950 (software_breakpoint_inserted_here_p): Use
2951 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
2952
2953 2014-01-09 Pedro Alves <palves@redhat.com>
2954
2955 Skip enabling event reporting if the kernel supports
2956 PTRACE_EVENT_CLONE.
2957 * linux-thread-db.c: Include "nat/linux-ptrace.h".
2958 (thread_db_use_events): New function.
2959 (try_thread_db_load_1): Check thread_db_use_events before enabling
2960 event reporting.
2961 (update_thread_state): New function.
2962 (attach_thread): Use it. Check thread_db_use_events before
2963 enabling event reporting.
2964 (thread_db_detach): Check thread_db_use_events before disabling
2965 event reporting.
2966 (find_new_threads_callback): Check thread_db_use_events before
2967 enabling event reporting. Update the thread's state if not using
2968 libthread_db events.
2969
2970 2015-01-09 Pedro Alves <palves@redhat.com>
2971
2972 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
2973 about to wait for is > 0.
2974 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
2975 the kernel thread ID is -1.
2976
2977 2015-01-09 Pedro Alves <palves@redhat.com>
2978
2979 * linux-nat.c (attach_proc_task_lwp_callback): New function.
2980 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
2981 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
2982 ptrace option flags.
2983 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
2984 field.
2985 * nat/linux-procfs.c: Include <dirent.h>.
2986 (linux_proc_get_int): New parameter "warn". Handle it.
2987 (linux_proc_get_tgid): Adjust.
2988 (linux_proc_get_tracerpid): Rename to ...
2989 (linux_proc_get_tracerpid_nowarn): ... this.
2990 (linux_proc_pid_get_state): New function, factored out from
2991 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
2992 and handle it.
2993 (linux_proc_pid_is_gone): New function.
2994 (linux_proc_pid_is_stopped): Adjust.
2995 (linux_proc_pid_is_zombie_maybe_warn)
2996 (linux_proc_pid_is_zombie_nowarn): New functions.
2997 (linux_proc_pid_is_zombie): Use
2998 linux_proc_pid_is_zombie_maybe_warn.
2999 (linux_proc_attach_tgid_threads): New function.
3000 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
3001 (linux_proc_get_tracerpid): Rename to ...
3002 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
3003 (linux_proc_pid_is_gone): New declaration.
3004 (linux_proc_pid_is_zombie): Update comment.
3005 (linux_proc_pid_is_zombie_nowarn): New declaration.
3006 (linux_proc_attach_lwp_func): New typedef.
3007 (linux_proc_attach_tgid_threads): New declaration.
3008 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
3009 use nowarn functions.
3010 (linux_ptrace_attach_fail_reason_string): Move here from
3011 gdbserver/linux-low.c and rename.
3012 (ptrace_supports_feature): If the current ptrace options are not
3013 known yet, check them now, instead of asserting.
3014 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
3015 Declare.
3016
3017 2015-01-09 Pedro Alves <palves@redhat.com>
3018
3019 * linux-thread-db.c (thread_db_find_new_threads_silently)
3020 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
3021 (find_new_threads_once): Print debug output on gdb_stdlog.
3022
3023 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
3024 Pedro Alves <palves@redhat.com>
3025
3026 * compile/compile.c: Include "gdb_wait.h".
3027 (do_rmdir): Check return value, and free 'zap'.
3028
3029 2015-01-08 Pedro Alves <palves@redhat.com>
3030 Yao Qi <yao@codesourcery.com>
3031
3032 * dwarf2loc.c (indirect_pieced_value): Don't call
3033 gdb_sign_extend. Call extract_signed_integer instead.
3034 * utils.c (gdb_sign_extend): Remove.
3035 * utils.h (gdb_sign_extend): Remove declaration.
3036
3037 2015-01-07 Pierre Muller <muller@sourceware.org>
3038
3039 PR symtab/17811
3040 * stabsread.c (define_symbol): Set language for C++ special symbols.
3041
3042 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
3043
3044 * inflow.c (initial_gdb_ttystate): Tweak comment.
3045
3046 2015-01-07 Joel Brobecker <brobecker@adacore.com>
3047
3048 * inflow.c (set_initial_gdb_ttystate): Add empty line after
3049 comment documenting function.
3050
3051 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
3052
3053 * terminal.h (set_initial_gdb_ttystate): Declare.
3054 * inflow.c (initial_gdb_ttystate): New static variable.
3055 (set_initial_gdb_ttystate): New setter.
3056 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
3057 instead of our current terminal state.
3058 * top.c (gdb_init): Call set_initial_gdb_ttystate.
3059
3060 2015-01-07 Joel Brobecker <brobecker@adacore.com>
3061
3062 * guile/scm-type.c (tyscm_array_1): Add comment.
3063 * python/py-type.c (typy_array_1): Add comment.
3064
3065 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3066
3067 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
3068 error if N2 is equal to N1 - 1.
3069
3070 2015-01-06 Joel Brobecker <brobecker@adacore.com>
3071
3072 * python/py-type.c (typy_array_1): Do not raise negative-length
3073 exception if N2 is equal to N1 - 1.
3074
3075 2015-01-03 Doug Evans <xdje42@gmail.com>
3076
3077 * c-exp.y: Whitespace cleanup.
3078 (classify_inner_name): Remove extra ;.
3079
3080 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
3081
3082 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
3083 offset signed.
3084
3085 2015-01-02 Doug Evans <dje@google.com>
3086
3087 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
3088
3089 2015-01-02 Doug Evans <dje@google.com>
3090
3091 * symtab.h (struct symbol): Fix typo in comment.
3092
3093 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3094
3095 Update year range in copyright notice of all files.
3096
3097 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3098
3099 * top.c (print_gdb_version): Update copyright year to 2015.
3100
3101 2015-01-01 Joel Brobecker <brobecker@adacore.com>
3102
3103 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
3104
3105 For older changes see ChangeLog-2014.
3106 \f
3107 Local Variables:
3108 mode: change-log
3109 left-margin: 8
3110 fill-column: 74
3111 version-control: never
3112 coding: utf-8
3113 End: