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