Fix rfebb gdb test cases.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
7564fe45
MF
12015-06-23 Mike Frysinger <vapier@gentoo.org>
2
3 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
4 (microblaze_push_dummy_call): Likewise.
5 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
6 and set_gdbarch_push_dummy_call.
7
0bdb2f78
YQ
82015-06-23 Yao Qi <yao.qi@linaro.org>
9
10 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
11 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
12 (amd64_linux_store_inferior_registers): Likewise.
13 * arm-linux-nat.c (fetch_fpregister): Likewise.
14 (fetch_fpregs, store_fpregister): Likewise.
15 (store_fpregister, store_fpregs): Likewise.
16 (fetch_register, fetch_regs): Likewise.
17 (store_register, store_regs): Likewise.
18 (fetch_vfp_regs, store_vfp_regs): Likewise.
19 (arm_linux_read_description): Check have_ptrace_getregset is
20 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
21 or TRIBOOL_FALSE.
22 * i386-linux-nat.c (fetch_xstateregs): Check
23 have_ptrace_getregset is not TRIBOOL_TRUE.
24 (store_xstateregs): Likewise.
25 * linux-nat.c (have_ptrace_getregset): Change its type to
26 enum tribool.
27 * linux-nat.h (tribool): New enum.
28 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
29 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
30
18a94d75
DE
312015-06-19 Doug Evans <dje@google.com>
32
33 * NEWS: Mention Sun's version of stabs is no longer supported.
34 * elfread.c (free_elfinfo): Delete. All uses updated.
35 (elfstab_offset_sections): Delete. All uses updated.
36 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
37 * psympriv.h (partial_symtab) <section_offsets>: Delete.
38 All uses updated.
39 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
40 All callers updated.
41
124e13d9
SM
422015-06-18 Simon Marchi <simon.marchi@ericsson.com>
43
44 * common/rsp-low.c (needs_escaping): New.
45 (remote_escape_output): Add unit_size parameter. Refactor to
46 support multi-byte addressable units. Rename parameters.
47 * common/rsp-low.h (remote_escape_output): Add unit_size
48 parameter and rename others. Update doc.
49 * remote.c (align_for_efficient_write): New.
50 (remote_write_bytes_aux): Add unit_size parameter and use it.
51 Rename some variables. Update doc.
52 (remote_xfer_partial): Get unit size and use it.
53 (remote_read_bytes_1): Add unit_size parameter and use it.
54 Rename some variables. Update doc.
55 (remote_write_bytes): Same.
56 (remote_xfer_live_readonly_partial): Same.
57 (remote_read_bytes): Same.
58 (remote_flash_write): Update call to remote_write_bytes_aux.
59 (remote_write_qxfer): Update call to remote_escape_output.
60 (remote_search_memory): Same.
61 (remote_hostio_pwrite): Same.
62
6ae88661
LM
632015-06-17 Luis Machado <lgustavo@codesourcery.com>
64
65 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
66 locations as inserted.
67 Update and expand comment about permanent locations.
68 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
69 Move comment to add_location_to_breakpoint.
70 (update_global_location_list): Don't error out if a permanent
71 breakpoint is not marked inserted.
72 Don't error out if a non-permanent breakpoint location is inserted on
73 top of a permanent breakpoint.
74
da4616f6
LM
752015-06-17 Luis Machado <lgustavo@codesourcery.com>
76
77 * breakpoint.c (make_breakpoint_permanent): Remove unused
78 function.
79 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
80
bc460514
PP
812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
82
83 PR gdb/16999
84 * NEWS: Mention new GDBHISTSIZE behavior.
85 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
86 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
87
b58c513b
PP
882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
89
90 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
91 * top.c (init_history): Read from GDBHISTSIZE instead of
92 HISTSIZE.
93 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
94
2093d2d3
PP
952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
96
97 * top.c (gdb_safe_append_history): Do not call
98 history_truncate_file if the history is not stifled.
99
fc248485
AA
1002015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
101
102 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
103 * syscalls/s390x-linux.xml: Likewise.
104
4da680ad
ME
1052015-06-16 Michael Eager <eager@eagercon.com>
106
107 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
108
0a75489f
PP
1092015-06-16 Patrick Palka <patrick@parcs.ath.cx>
110
111 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
112 target_terminal_ours_for_output() before calling
113 tui_show_frame_info(), and restore the original terminal
114 settings afterwards.
115
95855ca8
MS
1162015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
117
118 * arm-linux-nat.c: Include nat/linux-ptrace.h.
119
cfc32360
SM
1202015-06-15 Simon Marchi <simon.marchi@ericsson.com>
121
122 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
123 memory unit size.
124 (mi_cmd_data_write_memory_bytes): Same.
125
cb6f16cf
SM
1262015-06-15 Simon Marchi <simon.marchi@ericsson.com>
127
128 * corefile.c (write_memory): Update doc.
129 * gdbcore.h (write_memory): Same.
130
31b7833d
JK
1312015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
132
133 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
134 (dump_mapping_p): Use it for parameter filterflags.
135 (linux_find_memory_regions_full): Use it for variable filterflags.
136
909c2cda
JK
1372015-06-15 Aleksandar Ristovski <aristovski@qnx.com
138 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 Merge multiple hex conversions.
141 * monitor.c: Include rsp-low.h.
142 (fromhex): Remove definition.
143
03aef70f
JK
1442015-06-15 Aleksandar Ristovski <aristovski@qnx.com
145 Jan Kratochvil <jan.kratochvil@redhat.com>
146
147 Move utility functions to common/.
148 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
149 Move defs to common/common-utils.c.
150 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
151 (skip_to_space_const): Move decls to common/common-utils.h.
152 * common/common-defs.h: Move include of common-types.h before
153 common-utils.h.
154 * common/common-utils.c: Include host-defs.h and ctype.h.
155 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
156 from utils.c.
157 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
158 cli/cli-utils.c.
159 * common/common-utils.h (strtoulst): Move decl from utils.h.
160 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
161 Move from cli/cli-utils.h.
162 * common/host-defs.h: Include limits.h.
163 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
164 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
165 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
166 common/common-utils.h.
167 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
168 (strtoulst): Move to common/common-utils.c.
169 * utils.h (strtoulst): Moved decl to common/common-utils.h.
170
d1168cc1
YQ
1712015-06-15 Yao Qi <yao.qi@linaro.org>
172
173 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
174
c74f7d1c
JT
1752015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
176
177 * build-id.c: Don't include elf-bfd.h.
178 (build_id_bfd_get): Use bfd_build_id.
179 (build_id_verify): Ditto.
180 * build-id.h: Ditto.
181 (find_separate_debug_file_by_buildid): Ditto.
182 * python/py-objfile.c: Don't include elf-bfd.h.
183 (objfpy_get_build_id) Use bfd_build_id.
184 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
185 * coffread.c: Include build-id.h.
186 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
187
f20c58f5
JT
1882015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
189
190 * windows-nat.c (do_windows_fetch_inferior_registers)
191 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
192 conditional with __CYGWIN__.
193
51f0e40d
AB
1942015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * completer.c: Add arch-utils.h include.
197 (enum reg_completer_targets): New enum.
198 (reg_or_group_completer_1): New function containing old
199 reg_or_group_completer, add and use new parameter to control what
200 is completed on. Use get_current_arch rather than architecture of
201 currently selected frame.
202 (reg_or_group_completer): Call new reg_or_group_completer_1.
203 (reggroup_completer): Call new reg_or_group_completer_1.
204 * completer.h (reggroup_completer): Add declaration.
205 * tui/tui-regs.c: Add 'completer.h' include.
206 (tui_reg_next_command): Renamed to...
207 (tui_reg_next): ...this. Adjust parameters and return rather than
208 display new group.
209 (tui_reg_prev_command): Renamed to...
210 (tui_reg_prev): ...this. Adjust parameters and return rather than
211 display new group.
212 (tui_reg_float_command): Delete.
213 (tui_reg_general_command): Delete.
214 (tui_reg_system_command): Delete.
215 (tui_reg_command): Rewrite to perform switching of register group.
216 Add header comment.
217 (tuireglist): Remove.
218 (tui_reggroup_completer): New function.
219 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
220 creation of 'tui reg' command.
221 * NEWS: Add comment about 'tui reg' changes.
222
d309493c
SM
2232015-06-12 Simon Marchi <simon.marchi@ericsson.com>
224
225 * target.c (target_read): Consider addressable unit size when
226 reading from a memory object.
227 (read_memory_robust): Same.
228 (read_whatever_is_readable): Same.
229 (target_write_with_progress): Consider addressable unit size
230 when writing to a memory object.
231 * target.h (target_read): Update documentation.
232 (target_write): Add documentation.
233
3374165f
SM
2342015-06-12 Simon Marchi <simon.marchi@ericsson.com>
235
236 * arch-utils.h (default_addressable_memory_unit_size): New.
237 * arch-utils.c (default_addressable_memory_unit_size): New.
238 * gdbarch.sh (addressable_memory_unit_size): New.
239 * gdbarch.h: Re-generate.
240 * gdbarch.c: Re-generate.
241
279a6fed
SM
2422015-06-12 Simon Marchi <simon.marchi@ericsson.com>
243
244 * target.c (target_read): Rename variables and use
245 TARGET_XFER_E_IO.
246 (target_read_with_progress): Same.
247 (read_memory_robust): Constify parameters and rename
248 variables.
249 (read_whatever_is_readable): Constify parameters,
250 rename variables, adjust formatting.
251 * target.h (read_memory_robust): Constify parameters.
252
1e5338b6 2532015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
a1da2672
UW
254
255 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
256 synthetic (non-AltiVec) vector types.
257 (ppc64_sysv_abi_return_value): Likewise.
258
98aa42ee
AT
2592015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
260
261 PR breakpoints/16465
262 * breakpoint.c (create_breakpoint): Save extra_string for
263 pending breakpoints.
264
966f0aef
WT
2652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
266
267 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
268 and bt_mask to CORE_ADDR.
269
6449ed0d
GB
2702015-06-11 Gary Benson <gbenson@redhat.com>
271
272 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
273 (mnsh_recv_message): Likewise.
274
34f8ac9f
WT
2752015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
276
277 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
278 long long int and plongest instead of %ll.
279
198c808c
GB
2802015-06-11 Gary Benson <gbenson@redhat.com>
281
282 * nat/linux-namespaces.c (gdb_wait.h): New include.
283 (sys/wait.h): Do not include.
284
e815d2d2
SM
2852015-06-10 Simon Marchi <simon.marchi@ericsson.com>
286
287 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
288 end_sequence is true.
289
8847cac2
JK
2902015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
291
292 Code cleanup.
293 * solib-target.c (library_list_start_list): Use explicit NULL
294 comparison.
295
24c05f46
JK
2962015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
297
298 * solib-target.c (library_list_start_list): Do not dereference
299 variable version in its initialization. Make the VERSION check handle
300 NULL.
301 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
302
51aad7cc
GB
3032015-06-10 Gary Benson <gbenson@redhat.com>
304
305 * NEWS: Announce support for direct access of executable and
306 shared library files when attaching to inferiors in containers
307 on GNU/Linux systems.
308
15a201c8
GB
3092015-06-10 Gary Benson <gbenson@redhat.com>
310
311 * remote.c (struct remote_state) <fs_pid>: New field.
312 (new_remote_state): Initialize the above.
313 (PACKET_vFile_setfs): New enum value.
314 (remote_hostio_set_filesystem): New function.
315 (remote_hostio_open): Call the above.
316 (remote_hostio_unlink): Likewise.
317 (remote_hostio_readlink): Likewise.
318 (_initialize_remote): Register new "set/show remote
319 hostio-setfs-packet" command.
320 * NEWS: Announce new vFile:setfs packet.
321
7a6a1731
GB
3222015-06-10 Gary Benson <gbenson@redhat.com>
323
324 * linux-nat.c (nat/linux-namespaces.h): New include.
325 (fileio.h): Likewise.
326 (linux_nat_filesystem_is_local): New function.
327 (linux_nat_fileio_pid_of): Likewise.
328 (linux_nat_fileio_open): Likewise.
329 (linux_nat_fileio_readlink): Likewise.
330 (linux_nat_fileio_unlink): Likewise.
331 (linux_nat_add_target): Initialize to_filesystem_is_local,
332 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
333 (_initialize_linux_nat): New "set/show debug linux-namespaces"
334 commands.
335 * NEWS: Mention new "set/show debug linux-namespaces" commands.
336
07c138c8
GB
3372015-06-10 Gary Benson <gbenson@redhat.com>
338
339 * target.h (struct inferior): New forward declaration.
340 (struct target_ops) <to_filesystem_is_local>: Update comment.
341 (struct target_ops) <to_fileio_open>: New argument inf.
342 Update comment. All implementations updated.
343 (struct target_ops) <to_fileio_unlink>: Likewise.
344 (struct target_ops) <to_fileio_readlink>: Likewise.
345 (target_filesystem_is_local): Update comment.
346 (target_fileio_open): New argument inf. Update comment.
347 (target_fileio_unlink): Likewise.
348 (target_fileio_readlink): Likewise.
349 (target_fileio_read_alloc): Likewise.
350 (target_fileio_read_stralloc): Likewise.
351 * target.c (target_fileio_open): New argument inf.
352 Pass inf to implementation. Update debug printing.
353 (target_fileio_unlink): Likewise.
354 (target_fileio_readlink): Likewise.
355 (target_fileio_read_alloc_1): New argument inf. Pass inf
356 to target_fileio_open.
357 (target_fileio_read_alloc): New argument inf. Pass inf to
358 target_fileio_read_alloc_1.
359 (target_fileio_read_stralloc): Likewise.
360 * gdb_bfd.c (inferior.h): New include.
361 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
362 argument with new argument "inferior". Pass inferior to
363 target_fileio_open.
364 (gdb_bfd_open): Supply inferior argument to
365 gdb_bfd_iovec_fileio_open.
366 * linux-tdep.c (linux_info_proc): Supply inf argument to
367 relevant target_fileio calls.
368 (linux_find_memory_regions_full): Likewise.
369 (linux_fill_prpsinfo): Likewise.
370 * remote.c (remote_filesystem_is_local): Supply inf
371 argument to remote_hostio_open.
372 (remote_file_put): Likewise.
373 (remote_file_get): Likewise.
374 (remote_file_delete): Supply inf argument to
375 remote_hostio_unlink.
376
12e2a5fd
GB
3772015-06-10 Gary Benson <gbenson@redhat.com>
378
379 * inf-child.c (inf_child_fileio_open): Replace comment.
380 (inf_child_fileio_pwrite): Likewise.
381 (inf_child_fileio_pread): Likewise.
382 (inf_child_fileio_fstat): Insert blank line before comment.
383 (inf_child_fileio_close): Replace comment.
384 (inf_child_fileio_unlink): Likewise.
385 (inf_child_fileio_readlink): Likewise.
386 * remote.c (remote_hostio_open): Likewise.
387 (remote_hostio_pread): Likewise.
388 (remote_hostio_pwrite): Likewise.
389 (remote_hostio_close): Likewise.
390 (remote_hostio_unlink): Likewise.
391 (remote_hostio_readlink): Likewise.
392 (remote_hostio_fstat): Likewise.
393 (remote_filesystem_is_local): Likewise.
394 * target.c (target_fileio_open): Likewise.
395 (target_fileio_pwrite): Likewise.
396 (target_fileio_pread): Likewise.
397 (target_fileio_fstat): Insert blank line before comment.
398 (target_fileio_close): Replace comment.
399 (target_fileio_unlink): Likewise.
400 (target_fileio_readlink): Likewise.
401 (target_fileio_read_alloc): Likewise.
402 (target_fileio_read_stralloc): Likewise.
403
9bc3a976
GB
4042015-06-10 Gary Benson <gbenson@redhat.com>
405
406 * linux-thread-db.c (nat/linux-namespaces.h): New include.
407 (check_pid_namespace_match): Use linux_ns_same rather than
408 linux_proc_pid_get_ns to spot PID namespace mismatches.
409 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
410 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
411
4b8b5e72
GB
4122015-06-10 Gary Benson <gbenson@redhat.com>
413
414 * configure.ac (AC_CHECK_FUNCS): Add setns.
415 * config.in: Regenerate.
416 * configure: Likewise.
417 * nat/linux-namespaces.h: New file.
418 * nat/linux-namespaces.c: Likewise.
419 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
420 (linux-namespaces.o): New rule.
421 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
422 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
423 * config/arm/linux.mh (NATDEPFILES): Likewise.
424 * config/i386/linux.mh (NATDEPFILES): Likewise.
425 * config/i386/linux64.mh (NATDEPFILES): Likewise.
426 * config/ia64/linux.mh (NATDEPFILES): Likewise.
427 * config/m32r/linux.mh (NATDEPFILES): Likewise.
428 * config/m68k/linux.mh (NATDEPFILES): Likewise.
429 * config/mips/linux.mh (NATDEPFILES): Likewise.
430 * config/pa/linux.mh (NATDEPFILES): Likewise.
431 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
432 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
433 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
434 * config/s390/linux.mh (NATDEPFILES): Likewise.
435 * config/sparc/linux.mh (NATDEPFILES): Likewise.
436 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
437 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
438 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
439
ca095836
GB
4402015-06-10 Gary Benson <gbenson@redhat.com>
441
442 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
443 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
444 (make_cleanup_close): Likewise.
445 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
446 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
447 (make_cleanup_close): Likewise.
448
5d9c55d3
JT
4492015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
450
451 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
452 from SuspendThread().
453
040ea00b
JT
4542015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
455
456 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
457 from OutputDebugString.
458
7d73c23c
WT
4592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
460 Mircea Gherzan <mircea.gherzan@intel.com>
461
462 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
463 MPX_BT_MASK_32): New macros.
464 (i386_mpx_set_bounds): New function that implements
465 the command "set-mpx-bound".
466 (i386_mpx_enabled): Helper function to test MPX availability.
467 (i386_mpx_bd_base): Helper function to calculate the base directory
468 address.
469 (i386_mpx_get_bt_entry): Helper function to access a bound
470 table entry.
471 (i386_mpx_print_bounds): Effectively display bound information.
472 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
473 "show mpx".
474 (_initialize_i386_tdep):
475 Add "bound" to the commands "show mpx" and "set mpx" commands.
476 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
477 and "show mpx" commands.
478 * NEWS: List new commands for MPX support.
479
3ac2e371
GB
4802015-06-09 Gary Benson <gbenson@redhat.com>
481
482 * common/fileio.h (fileio_to_host_mode): New declaration.
483 * common/fileio.c (fileio_to_host_mode): New Function.
484 * inf-child.c (inf_child_fileio_open): Process mode argument
485 with fileio_to_host_mode.
486
ecef18c5
GB
4872015-06-09 Gary Benson <gbenson@redhat.com>
488
489 * common/fileio.c (fileio_mode_pack): Fix preprocessor
490 conditional.
491
e3dd7556
GB
4922015-06-05 Gary Benson <gbenson@redhat.com>
493
494 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
495 * remote.c (remote_filesystem_is_local): ...here.
496
5b74bf7d
YQ
4972015-06-04 Yao Qi <yao.qi@linaro.org>
498
499 * gdbarch.c: Regenerate it.
500
7f361056
JK
5012015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
502
503 * arch-utils.c (default_infcall_munmap): New.
504 * arch-utils.h (default_infcall_munmap): New declaration.
505 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
506 (munmap_list_free, munmap_listp_free_cleanup): New.
507 (struct setup_sections_data): Add field munmap_list_headp.
508 (setup_sections): Call munmap_list_add.
509 (compile_object_load): New variable munmap_list_head, initialize
510 setup_sections_data.munmap_list_headp, return munmap_list_head.
511 * compile/compile-object-load.h (struct munmap_list): New declaration.
512 (struct compile_module): Add field munmap_list_head.
513 (munmap_list_free): New declaration.
514 * compile/compile-object-run.c (struct do_module_cleanup): Add field
515 munmap_list_head.
516 (do_module_cleanup): Call munmap_list_free.
517 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
518 * gdbarch.c: Regenerate.
519 * gdbarch.h: Regenerate.
520 * gdbarch.sh (infcall_munmap): New.
521 * linux-tdep.c (linux_infcall_munmap): New.
522 (linux_init_abi): Install it.
523
3b462ec2
SM
5242015-06-02 Simon Marchi <simon.marchi@ericsson.com>
525
526 PR gdb/15564
527 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
528
8d683210
YQ
5292015-06-02 Yao Qi <yao.qi@linaro.org>
530
531 * i386-linux-nat.c: Include linux-nat.h.
532
e0619de6
JK
5332015-06-01 Andreas Schwab <schwab@linux-m68k.org>
534 Jan Kratochvil <jan.kratochvil@redhat.com>
535
536 PR symtab/18392
537 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
538 assertion.
539 * dwarf2loc.c (chain_candidate): Likewise.
540
bd16da51
YQ
5412015-06-01 Yao Qi <yao.qi@linaro.org>
542
543 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
544 (store_vfp_regs): Use PTRACE_SETREGSET.
545
df9d7ec9
YQ
5462015-06-01 Yao Qi <yao.qi@linaro.org>
547
548 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
549 (fetch_fpregs): Likewise.
550 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
551 (store_fpregs): Likewise.
552
10766686
YQ
5532015-06-01 Yao Qi <yao.qi@linaro.org>
554
555 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
556 (fetch_regs): Likewise.
557 (store_regs): Use PTRACE_SETREGSET.
558 (store_register): Likewise.
559
7efe48d1
YQ
5602015-06-01 Yao Qi <yao.qi@linaro.org>
561
562 * arm-linux-nat.c (arm_linux_read_description): Check whether
563 kernel supports PTRACE_GETREGSET.
564
433bbbf8
YQ
5652015-06-01 Yao Qi <yao.qi@linaro.org>
566
567 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
568 * linux-nat.c: ... here.
569 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
570 to ...
571 * linux-nat.h: ... here.
572
ca9b78ce
YQ
5732015-06-01 Yao Qi <yao.qi@linaro.org>
574
575 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
576 * i386-linux-nat.c: Likewise.
577 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
578 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
579 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
580 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
581 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
582
99cee7b7
EZ
5832015-05-30 Eli Zaretskii <eliz@gnu.org>
584
585 * go32-nat.c (go32_xfer_memory): Fix the return value to be
586 compatible to what read_child and write_child return. This
587 unbreaks that DJGPP build of GDB which was broken since v7.7.
588
2147f5bd
MG
5892015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
590
591 * MAINTAINERS (Write After Approval): Add Martin Galvan.
592
c8f6c93c
RM
5932015-05-29 Roland McGrath <mcgrathr@google.com>
594
595 PR gdb/18464
596 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
597 rather than internal_error for an unrecognized value.
598
8c6a948d
MF
5992015-05-29 Max Filippov <jcmvbkbc@gmail.com>
600
601 * xtensa-tdep.c (xtensa_pseudo_register_read)
602 (xtensa_pseudo_register_write): Don't alias last pseudo register
603 to a1.
604
8dd06f7a
DB
6052015-05-28 Don Breazeal <donb@codesourcery.com>
606
607 * infrun.c (follow_fork_inferior): Ensure the use of
608 process-style ptids (pid,0,0) in verbose/debug "Detaching"
609 messages.
610
a051152b
DE
6112015-05-28 Doug Evans <dje@google.com>
612
613 * dwarf2read.c (record_line_ftype): Remove, duplicate.
614
a56cc1ce
YQ
6152015-05-28 Yao Qi <yao.qi@linaro.org>
616
617 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
618 (arm_linux_fetch_inferior_registers): Use
619 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
620 (arm_linux_store_inferior_registers): Likewise.
621 (arm_linux_read_description): Don't set
622 arm_linux_has_wmmx_registers.
623 * arm-tdep.c (arm_gdbarch_init): Set
624 tdep->have_wmmx_registers according target descriptions.
625 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
626 field.
627
330c6ca9
YQ
6282015-05-28 Yao Qi <yao.qi@linaro.org>
629
630 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
631 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
632 instead of arm_linux_vfp_register_count.
633 (store_vfp_regs): Likewise.
634 (arm_linux_fetch_inferior_registers): Likewise.
635 (arm_linux_store_inferior_registers): Likewise.
636 (arm_linux_read_description): Don't set
637 arm_linux_vfp_register_count.
638 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
639 Adjust.
640 * arm-tdep.c (arm_gdbarch_init): Add assert on
641 vfp_register_count.
642 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
643 field to vfp_register_count. All users updated.
644
d403db27
KH
6452015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
646
647 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
648 ELFOSABI_GNU binaries.
649
d9b3de22
DE
6502015-05-27 Doug Evans <dje@google.com>
651
652 * dwarf2read.c (lnp_state_machine): New typedef.
653 (lnp_reader_state): New typedef.
654 (dwarf_record_line_1): Renamed from dwarf_record_line.
655 All callers updated.
656 (dwarf_record_line): New function.
657 (init_lnp_state_machine): New function.
658 (check_line_address): Replace p_record_line parameter with state.
659 All callers updated.
660 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
661 Update to record state in lnp_state_machine.
662
924c2928
DE
6632015-05-27 Doug Evans <dje@google.com>
664
665 * dwarf2read.c (record_line_ftype): New typedef.
666 (check_line_address): New function.
667 (dwarf_decode_lines_1): Call it.
668
27e0867f
DE
6692015-05-27 Doug Evans <dje@google.com>
670
671 * NEWS: Mention "set debug dwarf-line".
672 * dwarf2read.c (dwarf_line_debug): New static global.
673 (add_include_dir): Add debug dwarf-line support.
674 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
675 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
676
4dcabcc2
DE
6772015-05-27 Doug Evans <dje@google.com>
678
679 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
680 All callers updated.
681 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
682 * cp-support.h (cp_lookup_nested_symbol): Update.
683
b2e2f908
DE
6842015-05-27 Doug Evans <dje@google.com>
685
686 PR symtab/18258
687 * block.c (block_find_symbol): New function.
688 (block_find_non_opaque_type): Ditto.
689 (block_find_non_opaque_type_preferred): Ditto.
690 * block.h (block_symbol_matcher_ftype): New typedef.
691 (block_find_symbol): Declare.
692 (block_find_non_opaque_type): Ditto.
693 (block_find_non_opaque_type_preferred): Ditto.
694 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
695 * psymtab.c (psym_lookup_symbol): Ditto.
696 * symtab.c (basic_lookup_transparent_type_1): New function.
697 (basic_lookup_transparent_type): Call it.
698
f62fce35
YQ
6992015-05-27 Yao Qi <yao.qi@linaro.org>
700
701 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
702 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
703
5d98d3cd
YQ
7042015-05-27 Yao Qi <yao.qi@linaro.org>
705
706 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
707 before operator &&.
708 (aarch64_record_load_store): Likewise.
709
82c7be31
DE
7102015-05-26 Doug Evans <dje@google.com>
711
712 PR c++/18141, c++/18417.
713 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
714 a typedef.
715
b4f54984
DE
7162015-05-26 Doug Evans <dje@google.com>
717
718 * NEWS: Add entries for command renamings.
719 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
720 All uses updated.
721 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
722 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
723 All uses updated.
724 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
725 All callers updated. Fix spelling of DWARF in help text.
726 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
727 All uses updated.
728 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
729 All uses updated.
730 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
731 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
732 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
733 All uses updated.
734 (show_dwarf_always_disassemble): Renamed from
735 show_dwarf2_always_disassemble. All callers updated.
736 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
737 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
738 "set/show dwarf max-cache-age". Rename
739 "set/show dwarf2 always-disassemble" to
740 "set/show dwarf always-disassemble". Rename
741 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
742 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
743
4ea6efe9
DE
7442015-05-26 Doug Evans <dje@google.com>
745
746 PR python/18438
747 * python/py-lazy-string.c (stpy_convert_to_value): Use
748 gdbpy_gdb_memory_error not PyExc_MemoryError.
749 (gdbpy_create_lazy_string_object): Ditto.
750
b93fd21d
AB
7512015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
752
753 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
754
55b40027
AB
7552015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
756
757 * tui/tui-regs.c (tui_reg_prev_command): New function.
758 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
759 * reggroups.c (reggroup_prev): New function.
760 * reggroups.h (reggroup_prev): Add declaration. Update comment.
761
99afc88b
OJ
7622015-05-26 Omair Javaid <omair.javaid@linaro.org>
763 Yao Qi <yao.qi@linaro.org>
764
765 * aarch64-linux-tdep.c: Include linux-record.h and
766 record-full.h.
767 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
768 (aarch64_syscall): New enum.
769 (aarch64_canonicalize_syscall): New function.
770 (aarch64_all_but_pc_registers_record): New function.
771 (aarch64_linux_syscall_record): New function.
772 (aarch64_linux_init_abi): Install AArch64 process record
773 handler. Update to handle syscall recording.
774 * aarch64-tdep.c: Include record.h and record-full.h.
775 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
776 (struct aarch64_mem_r): Define.
777 (aarch64_record_result): New enum.
778 (struct insn_decode_record): Define.
779 (insn_decode_record): New typedef.
780 (aarch64_record_data_proc_reg): New function.
781 (aarch64_record_data_proc_imm): New function.
782 (aarch64_record_branch_except_sys): New function.
783 (aarch64_record_load_store): New function.
784 (aarch64_record_data_proc_simd_fp): New function.
785 (aarch64_record_asimd_load_store): New function.
786 (aarch64_record_decode_insn_handler): New function.
787 (deallocate_reg_mem): New function.
788 (aarch64_process_record): New function.
789 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
790 New field.
791 (aarch64_process_record): New extern declaration.
792 * configure.tgt: Add linux-record.o to gdb_target_obs.
793 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
794
c16a3f52
OJ
7952015-05-26 Omair Javaid <omair.javaid@linaro.org>
796
797 * NEWS: Add a note on process record-replay support on aarch64*-linux*
798 targets.
799
c9cf6e20
MG
8002015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
801
802 * amd64-tdep.c: Replace in_function_epilogue_p with
803 stack_frame_destroyed_p throughout.
804 * arch-utils.c: Ditto.
805 * arch-utils.h: Ditto.
806 * arm-tdep.c: Ditto.
807 * breakpoint.c: Ditto.
808 * gdbarch.sh: Ditto.
809 * hppa-tdep.c: Ditto.
810 * i386-tdep.c: Ditto.
811 * mips-tdep.c: Ditto.
812 * nios2-tdep.c: Ditto.
813 * rs6000-tdep.c: Ditto.
814 * s390-linux-tdep.c: Ditto.
815 * score-tdep.c: Ditto.
816 * sh-tdep.c: Ditto.
817 * sparc-tdep.c: Ditto.
818 * sparc-tdep.h: Ditto.
819 * sparc64-tdep.c: Ditto.
820 * spu-tdep.c: Ditto.
821 * tic6x-tdep.c: Ditto.
822 * tilegx-tdep.c: Ditto.
823 * xstormy16-tdep.c: Ditto.
824 * gdbarch.c, gdbarch.h: Re-generated.
825
a4ea0946
AB
8262015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * NEWS: Mention 'tui enable' and 'tui disable'.
829 * tui/tui.c (tui_enable_command): New function.
830 (tui_disable_command): New function.
831 (_initialize_tui): New function.
832
b75c69bb
AB
8332015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
836
c1b009ee
AB
8372015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
840 buf_ptr is freed.
841
880d1e40
AB
8422015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
845 into ...
846 (tui_set_layout_for_display_command): ...here, before calling
847 tui_set_layout. Only set the layout if gdb has not already
848 entered the TUI_FAILURE state.
849
a0145030
AB
8502015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * tui/tui-layout.c (layout_completer): New function.
853 (_initialize_tui_layout): Set completer on layout command.
854
7bd0be3a
AB
8552015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * tui/tui-layout.c (tui_set_layout): Remove
858 tui_register_display_type parameter. Remove all checking of this
859 parameter, and reindent function. Update header comment.
860 (tui_set_layout_for_display_command): Rename to...
861 (tui_set_layout_by_name): ...this, and don't check for different
862 register class types, don't pass a tui_register_display_type to
863 tui_set_layout. Update header comment.
864 (layout_names): Remove register set specific names.
865 * tui/tui-layout.h (tui_set_layout): Remove
866 tui_register_display_type parameter.
867 * tui/tui.c (tui_rl_change_windows): Don't pass a
868 tui_register_display_type to tui_set_layout.
869 (tui_rl_delete_other_windows): Likewise.
870 (tui_enable): Likewise.
871 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
872 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
873 (TUI_GENERAL_REGS_NAME): Remove.
874 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
875 (TUI_SPECIAL_REGS_NAME): Remove.
876 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
877 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
878 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
879 (enum tui_register_display_type): Remove.
880 (struct tui_layout_def): Remove regs_display_type and
881 float_regs_display_type fields.
882 (struct tui_data_info): Remove regs_display_type field.
883 (tui_layout_command): Use new name for
884 tui_set_layout_for_display_command.
885 * tui/tui-data.c (layout_def): Don't initialise removed fields.
886 (tui_clear_win_detail): Don't initialise removed fields of
887 win_info.
888 * tui/tui-regs.c (tui_show_registers): Use new name for
889 tui_set_layout_for_display_command.
890 * tui/tui.h (tui_set_layout_for_display_command): Rename
891 declaration to...
892 (tui_set_layout_by_name): ...this.
893 * printcmd.c (display_command): Remove tui related layout call,
894 and reindent.
895
0b6e5e10
JB
8962015-05-20 Joel Brobecker <brobecker@adacore.com>
897
898 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
899 (handle_inferior_event): New function.
900
1da0522e
JB
9012015-05-20 Joel Brobecker <brobecker@adacore.com>
902
903 * ada-lang.c (to_fixed_array_type): Rename local variable
904 typename into type_name.
905
5fe75eec
JK
9062015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
907
908 Fix ASAN crash for gdb.compile/compile.exp.
909 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
910
a4063588
JK
9112015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
912
913 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
914 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
915 * compile/compile-object-load.c (setup_sections, compile_object_load):
916 Likewise.
917 * compile/compile.c (compile_to_object): Likewise.
918
37442ce1
DE
9192015-05-16 Doug Evans <xdje42@gmail.com>
920
921 * NEWS: Mention support for unbuffered Guile memory ports.
922 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
923 (ioscm_lseek_address): Improve overflow calculation.
924 (gdbscm_memory_port_fill_input): Add assert.
925 (gdbscm_memory_port_write): Handle unbuffered ports.
926 Handle large writes identical to Guile's fport_write.
927 (gdbscm_memory_port_seek): Fix seeking past end check.
928 (gdbscm_memory_port_close): Handle closing unbuffered port.
929 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
930 (ioscm_init_memory_port): Handle unbuffered ports.
931 (ioscm_reinit_memory_port): Ditto.
932 (ioscm_init_memory_port): Update size calculation.
933 (gdbscm_open_memory): Support zero sized ports.
934
d976bace
JK
9352015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
936
937 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
938 variable compiler warnings.
939
4d18dfad
JK
9402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
941
942 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
943
36de76f9
JK
9442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
945 Phil Muldoon <pmuldoon@redhat.com>
946
947 * NEWS (Changes since GDB 7.9): Add compile print.
948 * compile/compile-c-support.c (add_code_header, add_code_footer)
949 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
950 COMPILE_I_PRINT_VALUE_SCOPE.
951 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
952 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
953 New.
954 * compile/compile-object-load.c: Include block.h.
955 (get_out_value_type): New function.
956 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
957 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
958 OUT_VALUE_TYPE.
959 * compile/compile-object-load.h (struct compile_module): Add fields
960 out_value_addr and out_value_type.
961 * compile/compile-object-run.c: Include valprint.h and compile.h.
962 (struct do_module_cleanup): Add fields out_value_addr and
963 out_value_type.
964 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
965 COMPILE_I_PRINT_VALUE_SCOPE.
966 (compile_object_run): Propagate out_value_addr and out_value_type.
967 Pass OUT_VALUE_ADDR.
968 * compile/compile.c: Include valprint.h.
969 (compile_print_value, compile_print_command): New functions.
970 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
971 (_initialize_compile): Update compile code help text. Install
972 compile_print_command.
973 * compile/compile.h (compile_print_value): New prototype.
974 * defs.h (enum compile_i_scope_types): Add
975 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
976
83d3415e
JK
9772015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
978
979 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
980 Rely on its parameter count.
981 (compile_object_load): Replace lookup_minimal_symbol_text by
982 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
983 return value.
984 * compile/compile-object-load.h (struct compile_module): Replace
985 func_addr by func_sym.
986 * compile/compile-object-run.c: Include block.h.
987 (compile_object_run): Reset module variable after it is freed. Use
988 FUNC_SYM instead of FUNC_ADDR. Rely on it.
989
3a9558c4
JK
9902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
991
992 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
993 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
994 (c_compute_program): Call generate_register_struct after typedefs.
995 * compile/compile-loc2c.c (push, pushf_register_address)
996 (pushf_register): Cast to GCC_UINTPTR.
997 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
998 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
999 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
1000 * compile/compile.c (_initialize_compile): Enable warnings for
1001 COMPILE_ARGS.
1002
5c65b58a
JK
10032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * cli/cli-script.c (execute_control_command): Update
1006 eval_compile_command caller.
1007 * compile/compile-object-load.c (compile_object_load): Add parameters
1008 scope and scope_data. Set them.
1009 * compile/compile-object-load.h (struct compile_module): Add fields
1010 scope and scope_data.
1011 (compile_object_load): Add parameters scope and scope_data.
1012 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
1013 scope and scope_data.
1014 (compile_object_run): Propagate the fields scope and scope_data.
1015 * compile/compile.c (compile_file_command, compile_code_command):
1016 Update eval_compile_command callers.
1017 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
1018 * compile/compile.h (eval_compile_command): Add parameter scope_data.
1019 * defs.h (struct command_line): Add field scope_data.
1020
1c88ceb1
JK
10212015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1022
1023 * printcmd.c (struct format_data): Move it to valprint.h.
1024 (print_command_parse_format, print_value): New functions from ...
1025 (print_command_1): ... here. Call them.
1026 * valprint.h (struct format_data): Move it here from printcmd.c.
1027 (print_command_parse_format, print_value): New declarations.
1028
0b738f27
JK
10292015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1030
1031 * compile/compile-object-load.c (compile_object_load): Add
1032 COMPILE_DEBUG message.
1033
aa715135
JG
10342015-05-15 Jerome Guitton <guitton@adacore.com>
1035
1036 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
1037 index to get element instead of enum value.
1038 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
1039 of index to compute length, but enum values to compute bounds.
1040 (ada_array_length): Use enum position of index instead of enum value.
1041 (pos_atr): Move position computation to...
1042 (ada_evaluate_subexp): Use enum values to compute bounds.
1043 * gdbtypes.c (discrete_position): ...this new function.
1044 * gdbtypes.h (discrete_position): New function declaration.
1045 * valprint.c (val_print_array_elements): Call discrete_position
1046 to handle array indexed by non-contiguous enumeration types.
1047
931e5bc3
JG
10482015-05-15 Jerome Guitton <guitton@adacore.com>
1049
1050 * ada-lang.c (find_parallel_type_by_descriptive_type):
1051 Go through typedefs during lookup.
1052 (to_fixed_array_type): Add support for non-bit packed arrays
1053 as variable-length fields.
1054
4e63d0ac
PA
10552015-05-15 Pedro Alves <palves@redhat.com>
1056 Simon Marchi <simon.marchi@ericsson.com>
1057
1058 * event-loop.c (gdb_notifier) <next_file_handler,
1059 next_poll_fds_index>: New fields.
1060 (get_next_file_handler_to_handle_and_advance): New function.
1061 (delete_file_handler): If deleting the next file handler to
1062 handle, advance to the next file handler.
1063 (gdb_wait_for_event): Bail early if no event fired. Poll file
1064 handlers in round-robin fashion.
1065
52e48b36
PA
10662015-05-15 Pedro Alves <palves@redhat.com>
1067
1068 * linux-tdep.c (linux_find_memory_regions_full): Rename local
1069 'private' to 'priv'.
1070
2465e12e
PA
10712015-05-15 Pedro Alves <palves@redhat.com>
1072
1073 * nat/linux-nat.h: Include "target/waitstatus.h".
1074
13fa0398
YZ
10752015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
1076
1077 * python/py-unwind.c (struct reg_info): Move out of ...
1078 (struct cached_frame_info): ... this scope.
1079 (pending_frame_object_type, unwind_info_object_type): Make extern.
1080
9cd4d857
JB
10812015-05-15 Joel Brobecker <brobecker@adacore.com>
1082
1083 * ada-lang.c (ada_value_primitive_packed_val): Make sure
1084 accumSize is never negative.
1085
e3555239
PP
10862015-05-14 Patrick Palka <patrick@parcs.ath.cx>
1087
1088 * tui/tui-command.c: Remove include of <ctype.h>.
1089 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
1090
08a76f8a
MG
10912015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
1092
1093 * dwarf2read.c (die_needs_namespace): Return 1 for
1094 DW_TAG_inlined_subroutine.
1095
bd49952b
JK
10962015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1097
1098 * regcache.c (regcache_cpy_no_passthrough): New declaration.
1099 (regcache_cpy_no_passthrough): Make it static, add function comment.
1100 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
1101 (regcache_cpy_no_passthrough): Remove declaration.
1102
46c03469
JK
11032015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1104
1105 * gdbthread.h (struct thread_control_state): Update comment for
1106 proceed_to_finish.
1107 * infcall.c (run_inferior_call): Update comment about
1108 proceed_to_finish.
1109 * infcmd.c (get_return_value): Update comment about stop_registers.
1110 (finish_forward): Update comment about proceed_to_finish.
1111 * infrun.c (stop_registers): Remove.
1112 (clear_proceed_status, normal_stop): Remove stop_registers handling.
1113 * infrun.h (stop_registers): Remove.
1114
8a6c4031
JK
11152015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1116
1117 * infcall.c (struct dummy_frame_context_saver)
1118 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
1119 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
1120 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
1121 New.
1122 (call_function_by_hand_dummy): Move discard_cleanups of
1123 inf_status_cleanup before dummy_frame_push. Call
1124 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
1125 Use dummy_frame_context_saver_get_regs instead of stop_registers.
1126 * infcall.h (struct dummy_frame_context_saver)
1127 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
1128 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
1129 New declarations.
1130 * infcmd.c: Include infcall.h.
1131 (get_return_value): Add parameter ctx_saver, use it instead of
1132 stop_registers.
1133 (print_return_value): Add parameter ctx_saver, pass it.
1134 (struct finish_command_continuation_args): Add field ctx_saver.
1135 (finish_command_continuation): Update print_return_value caller.
1136 (finish_command_continuation_free_arg): Free also ctx_saver.
1137 (finish_forward): Call dummy_frame_context_saver_setup.
1138 * inferior.h (struct dummy_frame_context_saver): New declaration.
1139 (get_return_value): Add parameter ctx_saver.
1140 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
1141 get_return_value caller.
1142
10989690
JK
11432015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1144
1145 * dummy-frame.c (struct dummy_frame_dtor_list): New.
1146 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
1147 (remove_dummy_frame): Process dtor_list.
1148 (pop_dummy_frame): Process dtor_list.
1149 (register_dummy_frame_dtor): Maintain dtor_list.
1150 (find_dummy_frame_dtor): Handle dtor_list.
1151 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
1152 Update comments.
1153
5e970501
JK
11542015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1155
1156 * compile/compile-object-run.c (do_module_cleanup): Add parameter
1157 registers_valid.
1158 (compile_object_run): Update do_module_cleanup caller.
1159 * dummy-frame.c: Include infcall.h.
1160 (struct dummy_frame): Update dtor comment.
1161 (remove_dummy_frame): Call dtor.
1162 (pop_dummy_frame): Update dtor caller.
1163 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
1164 registers_valid.
1165
1c4eb778
JB
11662015-05-13 Joel Brobecker <brobecker@adacore.com>
1167
1168 GDB 7.9.1 released.
1169
f5f85ab9
JB
11702015-05-13 Joel Brobecker <brobecker@adacore.com>
1171
1172 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
1173 Xmethods now being able to specify a result type to that new
1174 sectioin.
1175
242cd84c
PP
11762015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1177
1178 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
1179 first before resizing the window.
e3555239 1180 * tui/tui.c (tui_enable): Likewise.
242cd84c
PP
1181
11822015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
558e5469
JK
1183
1184 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
1185 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
1186 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
1187 dummy_dtor parameter.
1188 * infcall.h: Include dummy-frame.h.
1189 (call_function_by_hand_dummy_dtor_ftype): Remove.
1190 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
1191 parameter.
1192
ebfd00d2
PP
11932015-05-13 Patrick Palka <patrick@parcs.ath.cx>
1194
1195 PR gdb/17820
1196 * top.c (history_size_setshow_var): Change type to signed.
1197 Initialize to -2. Update documentation.
1198 (set_readline_history_size): Define.
1199 (set_history_size_command): Use it. Remove logic for handling
1200 out-of-range sizes.
1201 (init_history): Use set_readline_history_size(). Test for a
1202 value of -2 instead of 0 when determining whether to set a
1203 default history size.
1204 (init_main): Decode the argument of the "size" command as a
1205 zuinteger_unlimited.
1206
83769d0b
DE
12072015-05-12 Doug Evans <dje@google.com>
1208
1209 * dwarf2read.c (struct file_entry): Tweak comments.
1210 (get_debug_line_section): Tweak comments.
1211
0d71eef5
DB
12122015-05-12 Don Breazeal <donb@codesourcery.com>
1213
1214 * NEWS: Announce fork support in the RSP and support
1215 for fork debugging in extended mode.
1216
cbb8991c
DB
12172015-05-12 Don Breazeal <donb@codesourcery.com>
1218
1219 * remote.c (remote_insert_fork_catchpoint): New function.
1220 (remote_remove_fork_catchpoint): New function.
1221 (remote_insert_vfork_catchpoint): New function.
1222 (remote_remove_vfork_catchpoint): New function.
1223 (pending_fork_parent_callback): New function.
1224 (remove_new_fork_child): New function.
1225 (remote_update_thread_list): Call remote_notif_get_pending_events
1226 and remove_new_fork_child.
1227 (extended_remote_kill): Kill fork child when killing the
1228 parent before follow_fork completes.
1229 (init_extended_remote_ops): Initialize target vector with
1230 new fork catchpoint functions.
1231
c269dbdb
DB
12322015-05-12 Don Breazeal <donb@codesourcery.com>
1233
1234 * remote.c (remove_vfork_event_p): New function.
1235 (remote_follow_fork): Add vfork event type to event checking.
1236 (remote_parse_stop_reply): New stop reasons "vfork" and
1237 "vforkdone" for RSP 'T' Stop Reply Packet.
1238
de0d863e
DB
12392015-05-12 Don Breazeal <donb@codesourcery.com>
1240
1241 * linux-nat.c (linux_nat_ptrace_options): New function.
1242 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
1243 Call linux_nat_ptrace_options and use different argument to
1244 linux_enable_event_reporting.
1245 (_initialize_linux_nat): Delete call to
1246 linux_ptrace_set_additional_flags.
c8f6c93c 1247 * nat/linux-ptrace.c (current_ptrace_options): Rename to
de0d863e
DB
1248 supported_ptrace_options.
1249 (additional_flags): Delete variable.
1250 (linux_check_ptrace_features): Use supported_ptrace_options.
1251 (linux_test_for_tracesysgood, linux_test_for_tracefork):
1252 Likewise, and remove additional_flags check.
1253 (linux_enable_event_reporting): Change 'attached' argument to
1254 'options'. Use supported_ptrace_options.
c8f6c93c 1255 (ptrace_supports_feature): Change comment. Use
de0d863e
DB
1256 supported_ptrace_options.
1257 (linux_ptrace_set_additional_flags): Delete function.
1258 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
1259 Delete function prototype.
1260 * remote.c (remote_fork_event_p): New function.
1261 (remote_detach_pid): New function.
1262 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
1263 if doing detach-on-fork.
1264 (remote_follow_fork): New function.
1265 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
1266 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
1267 (init_extended_remote_ops): Initialize to_follow_fork.
1268
89245bc0
DB
12692015-05-12 Don Breazeal <donb@codesourcery.com>
1270
1271 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
1272 from static to extern.
1273 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
1274 * remote.c (anonymous enum): <PACKET_fork_event_feature,
1275 * PACKET_vfork_event_feature>: New enumeration constants.
1276 (remote_protocol_features): Add table entries for new packets.
1277 (remote_query_supported): Add new feature queries to qSupported
1278 packet.
1279
835205d0
GB
12802015-05-12 Gary Benson <gbenson@redhat.com>
1281
1282 * remote.c (remote_add_inferior): Call exec_file_locate_attach
1283 for fake PIDs as well as real ones.
1284 (remote_pid_to_exec_file): Send empty annex if PID is fake.
1285
4c082a81
SC
12862015-05-09 Siva Chandra Reddy <sivachandra@google.com>
1287
1288 * NEWS (Python Scripting): Mention the new gdb.Value methods.
1289 * python/py-value.c (valpy_reference_value): New function.
1290 (valpy_const_value): Likewise.
1291 (value_object_methods): Add new methods.
1292 * value.c (make_cv_value): New function.
1293 * value.h (make_cv_value): Declare.
1294
afa6c9ab
SL
12952015-05-08 Yao Qi <yao@codesourcery.com>
1296 Sandra Loosemore <sandra@codesourcery.com>
1297
1298 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
1299 to 'lh->include_dirs' before accessing to it.
1300 (psymtab_include_file_name): Likewise.
1301 (dwarf_decode_lines_1): Likewise.
1302 (dwarf_decode_lines): Likewise.
1303 (file_file_name): Likewise.
1304
35d54293
SL
13052015-05-08 Sandra Loosemore <sandra@codesourcery.com>
1306
1307 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
1308 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
1309 (nios2_linux_rt_sigreturn_init): Adjust base address of
1310 register save area.
1311
b73c49b7
SL
13122015-05-08 Sandra Loosemore <sandra@codesourcery.com>
1313
1314 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
1315 "trap 31" as the breakpoint instruction on all targets.
1316
dd9f02a0
JK
13172015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1318
1319 * infcmd.c (print_return_value): Remove unused declaration.
1320
6ad395a7
JB
13212015-05-08 Joel Brobecker <brobecker@adacore.com>
1322
1323 * dwarf2read.c (attr_to_dynamic_prop)
1324 <DW_AT_data_member_location>: Use read_type_die isntead of
1325 get_die_type.
1326
8344af1e
JB
13272015-05-08 Joel Brobecker <brobecker@adacore.com>
1328
1329 * ada-lang.c (ada_convert_actual): Add handling of formals
1330 passed inside an aligner type.
1331
80b0912b
JB
13322015-05-08 Joel Brobecker <brobecker@adacore.com>
1333
1334 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
1335
df2eb078
SC
13362015-05-08 Siva Chandra Reddy <sivachandra@google.com>
1337
1338 PR python/18291
1339 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
1340 Print xmethod matcher status.
1341
2492f0d0
AA
13422015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1343
1344 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
1345 register in the regcache when treating the PSWM register, and vice
1346 versa.
1347
1c56a84d
GB
13482015-05-07 Gary Benson <gbenson@redhat.com>
1349
1350 * linux-thread-db.c (struct thread_db_info)
1351 <td_ta_map_id2thr_p>: Remove field.
1352 (try_thread_db_load_1): Remove initialization for the above.
1353
74850322
GB
13542015-05-07 Gary Benson <gbenson@redhat.com>
1355
1356 * linux-thread-db.c (struct thread_db_info)
1357 <td_thr_validate_p>: Remove field.
1358 (try_thread_db_load_1): Remove initialization for the above.
1359
e26efa40
JK
13602015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1361
1362 * compile/compile-object-load.c (compile_object_load): Support
1363 mst_text_gnu_ifunc.
1364
851c9091
JK
13652015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1366
1367 * compile/compile.c (compile_to_object): Make the cmd_string parameter
1368 const. Use new variables for the const compatibility.
1369 (eval_compile_command): Make the cmd_string parameter const.
1370 * compile/compile.h (eval_compile_command): Make the cmd_string
1371 parameter const.
1372
f218b647
JB
13732015-05-06 Joel Brobecker <brobecker@adacore.com>
1374
1375 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
1376 comment.
1377 * top.c (deprecated_init_ui_hook): Delete.
1378 (gdb_init): Remove handling of deprecated_init_ui_hook.
1379 * interps.c (clear_interpreter_hooks): Remove handling of
1380 deprecated_init_ui_hook.
1381 * main.c (captured_main): Update comment.
1382
b30a0bc3
JB
13832015-05-06 Joel Brobecker <brobecker@adacore.com>
1384
1385 * solib.c (_initialize_solib): Add "info dll" alias creation.
1386 * windows-nat.c (set_windows_aliases): Delete.
1387 (_initialize_windows_nat): Remove deprecated_init_ui_hook
1388 assignment.
1389 * NEWS: Add news entry about "info dll" now being available
1390 on all platforms.
1391
7c512744
JB
13922015-05-05 Joel Brobecker <brobecker@adacore.com>
1393
1394 * ada-lang.c (value_assign_to_component): Reformat and improve
1395 documentation. Remove all trailing spaces.
1396
0fa7fe50
JB
13972015-05-05 Joel Brobecker <brobecker@adacore.com>
1398
1399 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
1400 Stop counting inlined frames as soon as an out-of-line function
1401 is found.
1402
3ea89b92
PMR
14032014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
1404
1405 * dwarf2read.c (inherit_abstract_dies): Skip
1406 DW_TAG_GNU_call_site dies while inheriting children of an
1407 abstract DIE into a scope.
1408 (read_lexical_block_scope): Inherit abstract DIE's for
1409 lexical scopes.
1410
2478d075
JB
14112015-05-05 Joel Brobecker <brobecker@adacore.com>
1412
1413 * ada-valprint.c (val_print_packed_array_elements): Delete
1414 variable "len". Add a type-length check when comparing two
1415 consecutive elements of the array. Use the element's actual
1416 length in call to value_contents_eq.
1417 * ada-lang.c (ada_value_primitive_packed_val): Always return
1418 a value whose type has been resolved.
1419
fc958966
JB
14202015-05-05 Joel Brobecker <brobecker@adacore.com>
1421
1422 * ada-lang.c (ada_value_primitive_packed_val): Recompute
1423 BIT_SIZE and LEN if the size of the resolved type is smaller
1424 than BIT_SIZE * HOST_CHAR_BIT.
1425
ca34b84f
JB
14262015-05-05 Joel Brobecker <brobecker@adacore.com>
1427
1428 * ada-lang.c (ada_value_primitive_packed_val): Use a more
1429 correct address in call to value_at. Adjust call to
1430 value_address accordingly.
1431
62c67f3c
JB
14322015-05-05 Joel Brobecker <brobecker@adacore.com>
1433
1434 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
1435 to print it.
1436
c3345124
JB
14372015-05-05 Joel Brobecker <brobecker@adacore.com>
1438
1439 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
1440 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
1441 pinfo->valaddr.
1442 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
1443 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
1444 (resolve_dynamic_type_internal): Set pinfo.valaddr.
1445 Add handling of addr_stack->valaddr.
1446 (resolve_dynamic_type): Add "valaddr" parameter.
1447 Set pinfo.valaddr field.
1448 * ada-lang.c (ada_discrete_type_high_bound): Update call to
1449 resolve_dynamic_type.
1450 (ada_discrete_type_low_bound): Likewise.
1451 * findvar.c (default_read_var_value): Likewise.
1452 * value.c (value_from_contents_and_address): Likewise.
1453
75ea5859
JB
14542015-05-05 Joel Brobecker <brobecker@adacore.com>
1455
1456 * gdbtypes.c (resolve_dynamic_array): Use
1457 create_array_type_with_stride instead of create_array_type.
1458
0952813b
DD
14592015-04-30 DJ Delorie <dj@redhat.com>
1460
1461 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
1462 rl78_decode_opcode
1463
2ce1cdbf
DE
14642015-04-29 Doug Evans <dje@google.com>
1465
1466 PR python/18285
1467 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
1468 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
1469 EVAL_AVOID_SIDE_EFFECTS for xmethods.
1470 * extension-priv.h (struct extension_language_ops)
1471 <get_xmethod_result_type>: New member.
1472 * extension.c (get_xmethod_result_type): New function.
1473 * extension.h (get_xmethod_result_type): Declare.
1474 * python/py-xmethods.c (get_result_type_method_name): New static
1475 global.
1476 (py_get_result_type_method_name): Ditto.
1477 (gdbpy_get_xmethod_result_type): New function.
1478 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
1479 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
1480 * python/python.c (python_extension_ops): Add
1481 gdbpy_get_xmethod_result_type.
1482 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
1483 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
1484 xmethods.
1485 (value_x_unop): Ditto.
1486 * value.c (result_type_of_xmethod): New function.
1487 * value.h (result_type_of_xmethod): Declare.
1488
998d2a3e
GB
14892015-04-29 Gary Benson <gbenson@redhat.com>
1490
1491 * solib.c (solib_find_1): Allow fd argument to be NULL.
1492 (exec_file_find): Update comment.
1493 (solib_find): Likewise.
1494 * exec.c (exec_file_locate_attach): Use NULL as fd
1495 argument to exec_file_find to avoid having to close
1496 the opened file.
1497 * infrun.c (follow_exec): Likewise.
1498
34f5f757
DE
14992015-04-28 Doug Evans <dje@google.com>
1500
1501 PR python/18299
1502 * python/lib/gdb/printing.py (register_pretty_printer): Handle
1503 name or __name__ attributes. Handle gdb module as first argument.
1504
69b4374a
DE
15052015-04-28 Doug Evans <dje@google.com>
1506
1507 PR python/18089
1508 * python/py-prettyprint.c (print_children): Verify result of children
1509 iterator. Provide better error message.
1510 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
1511 * python/python.c (gdbpy_print_python_errors_p): New function.
1512
5e7cf078
DE
15132015-04-28 Doug Evans <dje@google.com>
1514
1515 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
1516
59fb7612
SS
15172015-04-28 Sasha Smundak <asmundak@google.com>
1518
1519 * NEWS: Mention gdb.Type.optimized_out method.
1520 * python/py-type.c (typy_optimized_out): New function.
1521
cea6e4f1
JB
15222015-04-28 John Baldwin <jhb@FreeBSD.org>
1523
1524 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
1525
24b73f8e
PP
15262015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1527
1528 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
1529 (initialize_utils): Move call of init_page_info() to ...
1530 * top.c (gdb_init): ... here.
1531
a88d0bb3
PP
15322015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1533
1534 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
1535 (tui_sigwinch_handler): Still update our idea of
1536 the terminal's width and height even when TUI is not active.
1537
d6e5e7f7
PP
15382015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1539
1540 * utils.h (set_screen_width_and_height): Declare.
1541 * utils.c (set_screen_width_and_height): Define.
1542 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
1543
ff862be4
GB
15442015-04-28 Gary Benson <gbenson@redhat.com>
1545
1546 * infrun.c (solist.h): New include.
1547 (follow_exec): Use exec_file_find to prefix execd_pathname
1548 with gdb_sysroot.
1549
2eb639cb
PP
15502015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1551
1552 * tui/tui-source.c (tui_set_source_content): Avoid calling
1553 strcpy() when offset is 0.
1554
97206799
PP
15552015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1556
1557 PR gdb/18155
1558 * tui/tui-data.c (tui_free_window): Don't free the locator
1559 window when passed an SRC_WIN or a DISASSEM_WIN.
1560
63ed8182
PP
15612015-04-28 Patrick Palka <patrick@parcs.ath.cx>
1562
1563 * tui/tui-data.h (struct tui_win_element): Forward-declare.
1564 (tui_win_content): Move declaration.
1565 (struct tui_gen_win_info): Give 'content' field the
1566 type tui_win_content.
1567 * tui/tui-data.c (init_content_element): Remove redundant and
1568 erroneous casts.
1569 (tui_add_content_elements): Remove erroneous cast.
1570 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
1571 casts.
1572 (tui_get_begin_asm_address): Likewise.
1573 * tui/tui-regs.c (tui_show_registers): Likewise.
1574 (tui_show_register_group): Likewise.
1575 (tui_display_registers_from): Likewise.
1576 (tui_check_register_values): Likewise.
1577 * tui/tui-source.c (tui_set_source_content): Likewise.
1578 (tui_set_source_content_nil): Likewise.
1579 (tui_source_is_displayed): Likewise.
1580 * tui/tui-stack.c (tui_show_locator_content): Likewise.
1581 (tui_set_locator_fullname): Likewise.
1582 (tui_set_locator_info): Likewise.
1583 (tui_show_frame_info): Likewise.
1584 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
1585 (tui_show_source_line): Likewise.
1586 (tui_horizontal_source_scroll): Likewise.
1587 (tui_update_breakpoint_info): Likewise.
1588 (tui_set_exec_info_content): Likewise.
1589 (tui_show_exec_info_content): Likewise.
1590 (tui_alloc_source_buffer): Likewise.
1591 (tui_line_is_displayed): Likewise.
1592 (tui_addr_is_displayed): Likewise.
1593
d2b41ca0
JB
15942015-04-27 John Baldwin <jhb@FreeBSD.org>
1595
1596 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
1597 event if PL_FLAG_EXEC is set.
1598 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
1599 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
1600 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
1601 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
1602 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
1603
e58e05d6
JB
16042015-04-27 John Baldwin <jhb@FreeBSD.org>
1605
1606 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
1607 [TDP_RFPPWAIT] New variable fbsd_pending_children.
1608 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
1609 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
1610 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
1611 [PT_LWPINFO] (fbsd_wait): New function.
1612 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
1613 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
1614 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
1615 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
1616 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
1617 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
1618 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
1619 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
1620 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
1621 "fbsd_wait".
1622 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
1623 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
1624 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
1625 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
1626 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
1627 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
1628 Set "to_post_attach" to "fbsd_post_attach".
1629
8f60fe01
JB
16302015-04-27 John Baldwin <jhb@FreeBSD.org>
1631
1632 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
1633 (fbsd_find_memory_regions): Mark static.
1634 (fbsd_nat_add_target): New function.
1635 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
1636 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
1637 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
1638 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
1639 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
1640 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
1641
5fbae7d1
GB
16422015-04-27 Gary Benson <gbenson@redhat.com>
1643
1644 * objfiles.c (allocate_objfile): Do not attempt to expand name
1645 if name is a "target:" filename.
1646 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
1647 to load auto-load scripts for objfiles with "target:" filenames.
1648
417c80f9
AA
16492015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1650
1651 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
1652 (enum s390_vector_abi_kind): New enum.
1653 (struct gdbarch_tdep)<vector_abi>: New field.
1654 (s390_effective_inner_type): Add parameter min_size. Stop
1655 unwrapping if the inner type is smaller than min_size.
1656 (s390_function_arg_float): Adjust call to
1657 s390_effective_inner_type.
1658 (s390_function_arg_vector): New function.
1659 (s390_function_arg_integer): Adjust comment.
1660 (struct s390_arg_state)<vr>: New field.
1661 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
1662 arguments according to vector ABI when appropriate.
1663 (s390_push_dummy_call): Initialize the argument state's field
1664 'vr'. Adjust calls to s390_handle_arg.
1665 (s390_register_return_value): Handle vector return values.
1666 (s390_return_value): Apply the "register" return value convention
1667 to a vector when appropriate.
1668 (s390_gdbarch_init): Initialize tdep->vector_abi.
1669 * NEWS: Announce S390 vector ABI support.
1670
4e65a17e
AA
16712015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1672
1673 * s390-linux-tdep.c (s390_return_value_convention): Remove
1674 function. Inline its logic...
1675 (s390_return_value): ...here. Instead, move the handling of the
1676 "register" return value convention...
1677 (s390_register_return_value): ...here. New function.
1678
80f75320
AA
16792015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1680
1681 * s390-linux-tdep.c
1682 (is_float_singleton): Remove function. Move the "singleton" part
1683 of the logic...
1684 (s390_effective_inner_type): ...here. New function.
1685 (is_float_like): Remove function. Inline its logic...
1686 (s390_function_arg_float): ...here.
1687 (is_pointer_like, is_integer_like, is_struct_like): Remove
1688 functions. Inline their logic...
1689 (s390_function_arg_integer): ...here.
1690 (s390_function_arg_pass_by_reference): Remove function.
1691 (extend_simple_arg): Remove function.
1692 (alignment_of): Remove function.
1693 (struct s390_arg_state): New structure.
1694 (s390_handle_arg): New function.
1695 (s390_push_dummy_call): Move parameter placement logic to the new
1696 function s390_handle_arg. Call it for calculating the stack area
1697 sizes first, and again for actually writing the parameters.
1698
6dbc9c04
AA
16992015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
1700
1701 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
1702 false if the argument is zero.
1703
9e195661
PMR
17042015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
1705
1706 * ada-lang.c (template_to_static_fixed_type): Return input type
1707 when it is already fixed. Cache the input type itself when not
1708 creating a static fixed copy. Make it explicit that we never
1709 molestate the input type.
1710 * gdbtypes.c (resolve_dynamic_struct): Reset the
1711 TYPE_TARGET_TYPE field for resolved copies.
1712
460efde1
JB
17132015-04-27 Joel Brobecker <brobecker@adacore.com>
1714
1715 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
1716 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
1717 (template_to_static_fixed_type): Call ada_check_typedef only
1718 when necessary.
1719
6faec16b
AB
17202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1721
1722 * cli/cli-dump.c (srec_dump_command): Add internationalization
1723 mark ups.
1724 (ihex_dump_command): Likewise.
1725 (tekhex_dump_command): Likewise.
1726 (binary_dump_command): Likewise.
1727 (binary_append_command): Likewise.
1728
cf75d6c3
AB
17292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * cli/cli-dump.c (verilog_cmdlist): New variable.
1732 (dump_verilog_memory): New function.
1733 (dump_verilog_value): New function.
1734 (verilog_dump_command): New function.
1735 (_initialize_cli_dump): Add new commands to support verilog dump
1736 format.
1737 * NEWS: Add entry for "dump verilog".
1738
8cd00c59
PMR
17392015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
1740
1741 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
1742 descriptive type when there is none.
1743
8900d71e
PP
17442015-04-23 Patrick Palka <patrick@parcs.ath.cx>
1745
1746 * tui/tui-win.c (tui_async_resize_screen): Call
1747 rl_resize_terminal().
1748
f16eab5f
JT
17492015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
1750
1751 * windows-nat.c (handle_output_debug_string): Don't change
1752 current_event.dwThreadId.
1753 (get_windows_debug_event): Use thread_id, rather than relying on
1754 current_event.dwThreadId being changed.
1755
68ffc902
JT
17562015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
1757
1758 * windows-nat.c (windows_continue): Report an error if
1759 ContinueDebugEvent() fails.
1760
23942819
JT
17612015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1762
1763 * windows-nat.c (windows_resume): Fix misspelling in debug output.
1764
e6ad66bd
JT
17652015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1766
1767 * windows-nat.c (get_windows_debug_event): Replace retval with
1768 thread_id throughout. Update stale comment.
1769
776704b9
JT
17702015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
1771
1772 * windows-nat.c (get_windows_debug_event): Don't use ternary
1773 conditional operator.
1774
8aae4344
PM
17752015-04-21 Pierre Muller <muller@sourceware.org>
1776
1777 PR pascal/17815
1778 p-exp.y (yylex): Reorganize code to return the matched pattern
1779 for a field of this.
1780
819843c7
GB
17812015-04-21 Gary Benson <gbenson@redhat.com>
1782
1783 * common/fileio.h (fileio_to_host_openflags): New declaration.
1784 * common/fileio.c (fcntl.h): New include.
1785 (fileio_to_host_openflags): New function, factored out from...
1786 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
1787 Single use updated.
1788
0bca7f99
KB
17892015-04-21 Kevin Buettner <kevinb@redhat.com>
1790
1791 * rl78-tdep.c (RL78_SP_ADDR): Define.
1792 (opc_reg_to_gdb_regnum): New static function.
1793 (rl78_analyze_prologue): Recognize instructions forming slightly
1794 more interesting prologues.
1795
e771e4be
PMR
17962015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
1797
1798 Revert:
1799 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1800 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
1801 TYPE_CODE_REF types so that they are not considered as dynamic
1802 depending on the referenced type.
1803 (resolve_dynamic_type_internal): Likewise.
1804
ee715b5a
PMR
18052015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
1806
1807 Revert:
1808 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
1809 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
1810 "top_level" parameter.
1811 (resolve_dynamic_type_internal): Remove the unused "top_level"
1812 parameter. Update call to is_dynamic_type_internal.
1813 (is_dynamic_type): Update call to is_dynamic_type_internal.
1814 (resolve_dynamic_range): Update call to
1815 resolve_dynamic_type_internal.
1816 (resolve_dynamic_union): Likewise.
1817 (resolve_dynamic_struct): Likewise.
1818 (resolve_dynamic_type): Likewise.
1819
e31d7699
GKB
18202015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
1821
1822 * breakpoint.c (update_dprintf_command_list): Remove duplicated
1823 xmalloc.
1824
d214e5e7
TS
18252015-04-20 Thomas Schwinge <thomas@codesourcery.com>
1826
110f9112
TS
1827 * reply_mig_hack.awk: Robustify parsing.
1828
d214e5e7
TS
1829 * reply_mig_hack.awk: Don't bother to declare an intermediate
1830 function pointer variable.
1831
8f61baf8
DE
18322015-04-17 Doug Evans <dje@google.com>
1833
1834 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
1835 to "exec_displacement" to avoid confusion with inner use of the name.
1836
dbbf180a
YQ
18372015-04-17 Pedro Alves <palves@redhat.com>
1838
1839 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
1840 if HW point of TYPE isn't supported.
1841
059790a0
YQ
18422015-04-17 Yao Qi <yao.qi@linaro.org>
1843 Pedro Alves <palves@redhat.com>
1844
1845 * target.h (target_can_use_hardware_watchpoint): Update comments.
1846 Remove trailing ";".
1847
1b6e6f5c
GB
18482015-04-17 Gary Benson <gbenson@redhat.com>
1849
1850 * remote.c (remote_add_inferior): New argument try_open_exec.
1851 If nonzero, attempt to open the inferior's executable file as
1852 the main executable if no main executable is open already.
1853 All callers updated.
1854 * NEWS: Mention that GDB now supports automatic location and
1855 retrieval of executable + files from remote targets.
1856
c78fa86a
GB
18572015-04-17 Gary Benson <gbenson@redhat.com>
1858
1859 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
1860 * remote.c (PACKET_qXfer_exec_file): Likewise.
1861 (remote_protocol_features): Register the
1862 "qXfer:exec-file:read" feature.
1863 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
1864 (remote_pid_to_exec_file): New function.
1865 (init_remote_ops): Initialize to_pid_to_exec_file.
1866 (_initialize_remote): Register new "set/show remote
1867 pid-to-exec-file-packet" command.
1868 * NEWS: Announce new qXfer:exec-file:read packet.
1869
e0d86d2c
GB
18702015-04-17 Gary Benson <gbenson@redhat.com>
1871
1872 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
1873 New declaration.
1874 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
1875 New function, factored out from...
1876 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
1877
a9a5a3d1
GB
18782015-04-17 Gary Benson <gbenson@redhat.com>
1879
1880 * exec.c (solist.h): New include.
1881 (exec_file_locate_attach): Prefix absolute executable
1882 paths with gdb_sysroot if set.
1883 * NEWS: Mention that executable paths may be prepended
1884 with sysroot.
1885
af1900b0
GB
18862015-04-17 Gary Benson <gbenson@redhat.com>
1887
1888 * solist.h (exec_file_find): New declaration.
1889 * solib.c (solib_find_1): New function, factored out from...
1890 (solib_find): ...here.
1891 (exec_file_find): New function.
1892
a10de604
GB
18932015-04-17 Gary Benson <gbenson@redhat.com>
1894
1895 * gdbcore.h (exec_file_locate_attach): New declaration.
1896 * exec.c (exec_file_locate_attach): New function, factored
1897 out from...
1898 * infcmd.c (attach_command_post_wait): ...here.
1899
92209ddf
MF
19002015-04-17 Mike Frysinger <vapier@gentoo.org>
1901
1902 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
1903
8550d3b3
YQ
19042015-04-16 Yao Qi <yao.qi@linaro.org>
1905
1906 * infrun.c (maybe_software_singlestep): Declare.
1907 (displaced_step_fixup): Call maybe_software_singlestep.
1908
30b3dd9d
DE
19092015-04-15 Doug Evans <dje@google.com>
1910
1911 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
1912
61d96d7e
DE
19132015-04-15 Doug Evans <dje@google.com>
1914
1915 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
1916
40d2f8d6
SM
19172015-04-15 Simon Marchi <simon.marchi@ericsson.com>
1918
1919 * python/lib/gdb/command/unwinders.py: Add parentheses.
1920
6bbbba9b
YQ
19212015-04-15 Yao Qi <yao.qi@linaro.org>
1922
1923 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
1924
2bb2dcab
YQ
19252015-04-15 Yao Qi <yao.qi@linaro.org>
1926
1927 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
1928
41f071ef
YQ
19292015-04-15 Yao Qi <yao.qi@linaro.org>
1930
1931 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
1932 dsc->insn_size instead of 4.
1933
326a5c7e
GB
19342015-04-14 Gary Benson <gbenson@redhat.com>
1935
1936 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
1937 * minidebug.c (lzma_stat): Likewise.
1938 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
1939 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
1940
dd177e81
SS
19412015-04-13 Stan Shebs <stanshebs@google.com>
1942
1943 * MAINTAINERS: Update my email address.
1944
97de3545
JB
19452015-04-13 John Baldwin <jhb@FreeBSD.org>
1946
1947 * amd64-tdep.c (amd64_target_description): New function.
1948 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
1949 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
1950 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
1951 x86 extended save area.
1952 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
1953 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
1954 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
1955 (_initialize_amd64fbsd_nat): Set "to_read_description" to
1956 "amd64fbsd_read_description".
1957 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
1958 (amd64fbsd_supply_xstateregset): New function.
1959 (amd64fbsd_collect_xstateregset): New function.
1960 Add "amd64fbsd_xstateregset".
1961 (amd64fbsd_iterate_over_regset_sections): New function.
1962 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
1963 "I386_FBSD_XSAVE_XCR0_OFFSET".
1964 Add "iterate_over_regset_sections" gdbarch method.
1965 Add "core_read_description" gdbarch method.
1966 * i386-tdep.c (i386_target_description): New function.
1967 * i386-tdep.h: Export i386_target_description and tdesc_i386.
1968 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
1969 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
1970 x86 extended save area.
1971 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
1972 * i386bsd-nat.h: Export i386bsd_xsave_len.
1973 * i386fbsd-nat.c (i386fbsd_read_description): New function.
1974 (_initialize_i386fbsd_nat): Set "to_read_description" to
1975 "i386fbsd_read_description".
1976 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
1977 (i386fbsd_core_read_description): New function.
1978 (i386fbsd_supply_xstateregset): New function.
1979 (i386fbsd_collect_xstateregset): New function.
1980 Add "i386fbsd_xstateregset".
1981 (i386fbsd_iterate_over_regset_sections): New function.
1982 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
1983 "I386_FBSD_XSAVE_XCR0_OFFSET".
1984 Add "iterate_over_regset_sections" gdbarch method.
1985 Add "core_read_description" gdbarch method.
1986 * i386fbsd-tdep.h: New file.
1987
4f45d445
JK
19882015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1989
1990 * NEWS (Changes since GDB 7.9): Add removed -xdb.
1991 * breakpoint.c (command_line_is_silent): Remove xdb_commands
1992 conditional.
1993 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
1994 and lb.
1995 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
1996 va.
1997 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
1998 conditional.
1999 * defs.h (xdb_commands): Remove declaration.
2000 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
2001 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
2002 * infcmd.c (run_no_args_command, go_command): Remove.
2003 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
2004 * infrun.c (xdb_handle_command): Remove.
2005 (_initialize_infrun): Remove xdb_commands for lz and z.
2006 * main.c (xdb_commands): Remove variable.
2007 (captured_main): Remove "xdb" from long_options.
2008 (print_gdb_help): Remove --xdb from help.
2009 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
2010 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
2011 * stack.c (backtrace_full_command, args_plus_locals_info)
2012 (current_frame_command): Remove.
2013 (_initialize_stack): Remove xdb_commands for t, T and l.
2014 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
2015 * thread.c (_initialize_thread): Remove xdb_commands condition.
2016 * tui/tui-layout.c (tui_toggle_layout_command)
2017 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
2018 (_initialize_tui_layout): Remove xdb_commands for td and ts.
2019 * tui/tui-regs.c (tui_scroll_regs_forward_command)
2020 (tui_scroll_regs_backward_command): Remove.
2021 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
2022 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
2023 (_initialize_tui_win): Remove xdb_commands for U and w.
2024 * utils.c (pagination_on_command, pagination_off_command): Remove.
2025 (initialize_utils): Remove xdb_commands for am and sm.
2026
cb71640d
PA
20272015-04-10 Pedro Alves <palves@redhat.com>
2028
2029 * infrun.c (displaced_step_fixup): Switch to the event ptid
2030 earlier. If the thread stopped for a watchpoint and the
2031 target/arch has non-continuable watchpoints, cancel the displaced
2032 step.
2033 (resume): Don't start a displaced step if in-line step-over info
2034 is valid.
2035
8f572e5c
PA
20362015-04-10 Pedro Alves <palves@redhat.com>
2037
2038 * infrun.c (displaced_step_in_progress): New function.
2039 (do_target_resume): Advise target to report all signals if
2040 displaced stepping.
2041
8d707a12
PA
20422015-04-10 Pedro Alves <palves@redhat.com>
2043
2044 PR gdb/18216
2045 * infrun.c (process_event_stop_test): Don't assume a step-resume
2046 is set if tp->stepped_breakpoint is true.
2047
ef713951
YQ
20482015-04-10 Yao Qi <yao.qi@linaro.org>
2049
2050 * arm-tdep.c (install_alu_reg): Update comment.
2051 (thumb_copy_alu_reg): Remove local variable rn. Update
2052 debugging message. Use r2 instead of r1 in the modified
2053 instruction.
2054
906d60cf
PA
20552015-04-10 Pedro Alves <palves@redhat.com>
2056
2057 PR gdb/13858
2058 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
2059 linux_displaced_step_location as gdbarch_displaced_step_location
2060 hook.
2061 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
2062 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
2063 * linux-tdep.c (linux_displaced_step_location): New function,
2064 based on ppc_linux_displaced_step_location.
2065 * linux-tdep.h (linux_displaced_step_location): New declaration.
2066 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
2067 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
2068 Delete.
2069 (ppc_linux_init_abi): Install linux_displaced_step_location as
2070 gdbarch_displaced_step_location hook, even without Cell/B.E..
2071 (_initialize_ppc_linux_tdep): Don't install
2072 ppc_linux_inferior_created as inferior_created observer.
2073 * s390-linux-tdep.c (s390_gdbarch_init): Install
2074 linux_displaced_step_location as gdbarch_displaced_step_location
2075 hook.
2076
7823a941
GB
20772015-04-09 Gary Benson <gbenson@redhat.com>
2078
2079 * common/common-remote-fileio.h: Rename to...
2080 * common/fileio.h: ...this. Update all references.
2081 (remote_fileio_to_fio_error): Rename to...
2082 (host_to_fileio_error): ...this.
2083 (remote_fileio_to_be): Rename to...
2084 (host_to_bigendian): ...this. Update all callers.
2085 (remote_fileio_to_fio_uint): Rename to...
2086 (host_to_fileio_uint): ...this. Update all callers.
2087 (remote_fileio_to_fio_time): Rename to...
2088 (host_to_fileio_time): ...this. Update all callers.
2089 (remote_fileio_to_fio_stat): Rename to...
2090 (host_to_fileio_stat): ...this.
2091 Update all references.
2092 * common/common-remote-fileio.c: Rename to...
2093 * common/fileio.c: ...this. Update all references.
2094 (remote_fileio_to_fio_error): Rename to...
2095 (host_to_fileio_error): ...this. Update all callers.
2096 (remote_fileio_mode_to_target): Rename to...
2097 (fileio_mode_pack): ...this. Update all callers.
2098 (remote_fileio_to_fio_mode): Rename to...
2099 (host_to_fileio_mode): ...this. Update all callers.
2100 (remote_fileio_to_fio_ulong): Rename to...
2101 (host_to_fileio_ulong): ...this. Update all callers.
2102 (remote_fileio_to_fio_stat): Rename to...
2103 (host_to_fileio_stat): ...this. Update all callers.
2104
f2983cc3
AW
21052015-04-09 Andy Wingo <wingo@igalia.com>
2106
2107 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
2108 (frame_functions): Bind gdbscm_frame_read_register to
2109 frame-read-register.
2110 * guile/lib/gdb.scm (frame-read-register): Export.
2111
b88bb450
GB
21122015-04-09 Gary Benson <gbenson@redhat.com>
2113
2114 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
2115 New declaration.
2116 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
2117 New function, factored out the named functions below.
2118 * inf-child.c (gdb/fileio.h): Remove include.
2119 (common-remote-fileio.h): New include.
2120 (inf_child_errno_to_fileio_error): Remove function. Update
2121 all callers to use remote_fileio_to_fio_error.
2122 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
2123
2f2680f3
AW
21242015-04-09 Andy Wingo <wingo@igalia.com>
2125
2126 * MAINTAINERS (Write After Approval): Add Andy Wingo.
2127
5a2d4533
L
21282015-04-09 H.J. Lu <hongjiu.lu@intel.com>
2129
2130 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
2131 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
2132 * configure: Regenerated.
2133
421693b0
PA
21342015-04-09 Pedro Alves <palves@redhat.com>
2135
2136 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
2137 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
2138 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
2139 * gnulib/import/Makefile.am: Update.
2140 * gnulib/import/Makefile.in: Update.
2141 * gnulib/import/m4/gnulib-cache.m4: Update.
2142 * gnulib/import/m4/gnulib-comp.m4: Update.
2143 * gnulib/import/m4/strtok_r.m4: New file.
2144 * gnulib/import/strtok_r.c: New file.
2145
f543dc83
PA
21462015-04-09 Pedro Alves <palves@redhat.com>
2147
2148 * gnulib/update-gnulib.sh (aclocal version check): Filter out
2149 "called too early to check prototype".
2150
6d62641c
SDJ
21512015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
2152
2153 PR python/16699
2154 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
2155 use a caching mechanism. Adjust comments and code to reflect
2156 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
2157 (cmdpy_completer_handle_brkchars): Adjust call to
2158 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
2159 (cmdpy_completer): Likewise.
2160
85558555
YQ
21612015-04-08 Yao Qi <yao.qi@linaro.org>
2162
2163 * spu-tdep.c (spu_gdbarch_init): Don't call
2164 set_gdbarch_cannot_step_breakpoint.
2165
d249a14a
SDJ
21662015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
2167
2168 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
2169
8a06aea7
PA
21702015-04-07 Pedro Alves <palves@redhat.com>
2171
2172 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
2173 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
2174 (delete_exited_threads): New declaration.
2175 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
2176 * linux-nat.c (linux_nat_update_thread_list): New function.
2177 (linux_nat_add_target): Install it.
2178 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
2179 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
2180 (delete_exited_threads): New function.
2181
d9b67d9f
PA
21822015-04-07 Pedro Alves <pedro@codesourcery.com>
2183
2184 * infrun.c (resume) <displaced stepping debug output>: Get the
2185 leader thread's regcache, not resume_ptid's.
2186
2c26b84f
DE
21872015-04-06 Doug Evans <xdje42@gmail.com>
2188
2189 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
2190 VAR_DOMAIN.
2191 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
2192 Include symbol domain in debugging output.
2193
7a85168d
PA
21942015-04-06 Pedro Alves <palves@redhat.com>
2195 Bernd Edlinger <bernd.edlinger@hotmail.de>
2196
2197 * configure.ac: Remove the mingw32-specific stub-termcap.o
2198 fallback, and instead fallback to the stub termcap on all hosts.
2199 * configure: Regenerate.
2200 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
2201 symbols.
2202
25755e2b
PMR
22032015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2204
2205 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
2206 "top_level" parameter.
2207 (resolve_dynamic_type_internal): Remove the unused "top_level"
2208 parameter. Update call to is_dynamic_type_internal.
2209 (is_dynamic_type): Update call to is_dynamic_type_internal.
2210 (resolve_dynamic_range): Update call to
2211 resolve_dynamic_type_internal.
2212 (resolve_dynamic_union): Likewise.
2213 (resolve_dynamic_struct): Likewise.
2214 (resolve_dynamic_type): Likewise.
2215
961f4160
PMR
22162015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
2217
2218 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
2219 TYPE_CODE_REF types so that they are not considered as dynamic
2220 depending on the referenced type.
2221 (resolve_dynamic_type_internal): Likewise.
2222
39f3de7c
L
22232015-04-02 H.J. Lu <hongjiu.lu@intel.com>
2224
2225 * Makefile.in (top_srcdir): New.
2226 * configure: Regenerated.
2227
599bd15c
GB
22282015-04-02 Gary Benson <gbenson@redhat.com>
2229
2230 * NEWS: Announce the new default sysroot of "target:".
2231
fed040c6
GB
22322015-04-02 Gary Benson <gbenson@redhat.com>
2233
2234 * main.c (captured_main): Set gdb_sysroot to "target:"
2235 if not otherwise set.
2236
64c0b5de
GB
22372015-04-02 Gary Benson <gbenson@redhat.com>
2238
2239 * exec.c (exec_file_attach): Support "target:" filenames.
2240
b57fbfba
GB
22412015-04-02 Gary Benson <gbenson@redhat.com>
2242
2243 * solib.c (solib_find): Strip "target:" prefix from sysroot
2244 if accessing local files.
2245
97a41605
GB
22462015-04-02 Gary Benson <gbenson@redhat.com>
2247
2248 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
2249 checks and error messages.
2250
2938e6cf
GB
22512015-04-02 Gary Benson <gbenson@redhat.com>
2252
2253 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
2254 (remote_filename_p): Remove declaration.
2255 (remote_bfd_open): Likewise.
2256 * remote.c (remote_bfd_iovec_open): Remove function.
2257 (remote_bfd_iovec_close): Likewise.
2258 (remote_bfd_iovec_pread): Likewise.
2259 (remote_bfd_iovec_stat): Likewise.
2260 (remote_filename_p): Likewise.
2261 (remote_bfd_open): Likewise.
2262 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
2263 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
2264 (gdb_bfd_open_maybe_remote): Remove function.
2265 (symfile_bfd_open): Replace remote filename check with
2266 target filename check.
2267 (reread_symbols): Use gdb_bfd_open.
2268 * build-id.c (gdbcore.h): New include.
2269 (build_id_to_debug_bfd): Use gdb_bfd_open.
2270 * infcmd.c (attach_command_post_wait): Remove remote filename
2271 check.
2272 * solib.c (solib_find): Replace remote-specific handling with
2273 target-specific handling. Update comments where necessary.
2274 (solib_bfd_open): Replace remote-specific handling with
2275 target-specific handling.
2276 (gdb_sysroot_changed): New function.
2277 (_initialize_solib): Call the above when gdb_sysroot changes.
2278 * windows-tdep.c (gdbcore.h): New include.
2279 (windows_xfer_shared_library): Use gdb_bfd_open.
2280
f08e97fe
GB
22812015-04-02 Gary Benson <gbenson@redhat.com>
2282
2283 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
2284 (is_target_filename): New declaration.
2285 (gdb_bfd_has_target_filename): Likewise.
2286 (gdb_bfd_open): Update documentation comment.
2287 * gdb_bfd.c (target.h): New include.
2288 (gdb/fileio.h): Likewise.
2289 (is_target_filename): New function.
2290 (gdb_bfd_has_target_filename): Likewise.
2291 (fileio_errno_to_host): Likewise.
2292 (gdb_bfd_iovec_fileio_open): Likewise.
2293 (gdb_bfd_iovec_fileio_pread): Likewise.
2294 (gdb_bfd_iovec_fileio_close): Likewise.
2295 (gdb_bfd_iovec_fileio_fstat): Likewise.
2296 (gdb_bfd_open): Use target fileio to access paths prefixed
2297 with "target:" where necessary.
2298
4bd7dc42
GB
22992015-04-02 Gary Benson <gbenson@redhat.com>
2300
2301 * target.h (struct target_ops) <to_filesystem_is_local>:
2302 New field.
2303 (target_filesystem_is_local): New macro.
2304 * target-delegates.c: Regenerate.
2305 * remote.c (remote_filesystem_is_local): New function.
2306 (init_remote_ops): Initialize to_filesystem_is_local.
2307
9b15c1f0
GB
23082015-04-02 Gary Benson <gbenson@redhat.com>
2309
2310 * target.h (struct target_ops) <to_fileio_fstat>: New field.
2311 (target_fileio_fstat): New declaration.
2312 * target.c (target_fileio_fstat): New function.
2313 * inf-child.c (inf_child_fileio_fstat): Likewise.
2314 (inf_child_target): Initialize to_fileio_fstat.
2315 * remote.c (init_remote_ops): Likewise.
2316
d11916aa
SS
23172015-04-01 Sasha Smundak <asmundak@google.com>
2318
2319 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
2320 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
2321 (py-unwind.o): New recipe.
2322 * NEWS: mention Python frame unwinding.
2323 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
2324 gdb/unwinder.py and gdb/command/unwinder.py
2325 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
2326 list.
2327 (execute_unwinders): New function.
2328 * python/lib/gdb/command/unwinders.py: New file.
2329 * python/lib/gdb/unwinder.py: New file.
2330 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
2331 (objfpy_dealloc): Decrement frame_unwinders reference count.
2332 (objfpy_initialize): Create frame_unwinders list.
2333 (objfpy_get_frame_unwinders): New function.
2334 (objfpy_set_frame_unwinders): Ditto.
2335 (objfile_getset): Add frame_unwinders attribute to Objfile.
2336 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
2337 (pspy_dealloc): Decrement frame_unwinders reference count.
2338 (pspy_initialize): Create frame_unwinders list.
2339 (pspy_get_frame_unwinders): New function.
2340 (pspy_set_frame_unwinders): Ditto.
2341 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
2342 * python/py-unwind.c: New file.
2343 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
2344 (objpy_get_frame_unwinders): New prototype.
2345 (gdbpy_initialize_unwind): New prototype.
2346 * python/python.c (gdbpy_apply_type_printers): Call
2347 gdbpy_initialize_unwind.
2348
6b403daa
PA
23492015-04-01 Pedro Alves <palves@redhat.com>
2350
2351 * infrun.c (resume): Check currently_stepping after clearing
2352 stepped_breakpoint, not before.
2353
1176ecec
PA
23542015-04-01 Pedro Alves <palves@redhat.com>
2355
2356 * infrun.c (print_target_wait_results): Print all the ptid
2357 elements.
2358
de1fe8c8
PA
23592015-04-01 Pedro Alves <palves@redhat.com>
2360
2361 * infrun.c (keep_going): Also discard cleanups if inserting
2362 breakpoints fails.
2363
e6f5c25b
PA
23642015-04-01 Pedro Alves <palves@redhat.com>
2365
2366 * infrun.c (wait_for_inferior): Install the
2367 finish_thread_state_cleanup cleanup across the whole function, not
2368 just around handle_inferior_event.
2369
1ac806b8
PA
23702015-04-01 Pedro Alves <palves@redhat.com>
2371
2372 * infrun.c (resume) <step past permanent breakpoint>: Use
2373 do_target_resume.
2374
2ee52aa4
PA
23752015-04-01 Pedro Alves <palves@redhat.com>
2376
2377 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
2378
5445da1b
PMR
23792015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
2380
2381 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
2382
4eec2deb
PA
23832015-04-01 Pedro Alves <palves@redhat.com>
2384
2385 * linux-thread-db.c (record_thread): Readd the thread to gdb's
2386 list if it was marked exited.
2387
afa59b79
L
23882015-04-01 H.J. Lu <hongjiu.lu@intel.com>
2389
2390 * configure: Regenerated.
2391
df8411da
SDJ
23922015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2393 Jan Kratochvil <jan.kratochvil@redhat.com>
2394 Oleg Nesterov <oleg@redhat.com>
2395
2396 PR corefiles/16092
2397 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
2398 New enum identifying the various options of the coredump_filter
2399 file.
2400 (struct smaps_vmflags): New struct.
2401 (use_coredump_filter): New variable.
2402 (decode_vmflags): New function.
2403 (mapping_is_anonymous_p): Likewise.
2404 (dump_mapping_p): Likewise.
2405 (linux_find_memory_regions_full): New variables
2406 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
2407 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
2408 parsing of its information. Implement memory mapping filtering
2409 based on its contents.
2410 (show_use_coredump_filter): New function.
2411 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
2412 * NEWS: Mention the possibility of using the
2413 '/proc/PID/coredump_filter' file when generating a corefile.
2414 Mention new command 'set use-coredump-filter'.
2415
416f679e
SDJ
24162015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
2417
2418 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
2419 read_memory_unsigned_integer.
2420
711a72d3
L
24212015-03-31 H.J. Lu <hongjiu.lu@intel.com>
2422
2423 * Makefile.in (ZLIB): New.
2424 (ZLIBINC): Likewise.
2425 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
2426 (CLIBS): Add $(ZLIB).
2427 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
2428 Add -lz to LIBS.
2429 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
2430 * top.c (print_gdb_configuration): Remove --with-zlib and
2431 --without-zlib.
2432 * config.in: Regenerated.
2433 * configure: Likewise.
2434
d33279b3
AT
24352015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
2436
2437 * NEWS: Mention info os cpus support.
2438 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
2439 (struct osdata_type): Add cpus entry, reorder the entries in
2440 alphabetical order.
2441
71b30f27
MK
24422015-03-31 Matthias Klose <doko@ubuntu.com>
2443
2444 * compile/compile.c (compile_to_object): Allow triplets with or
2445 without vendor set.
2446
13ce9222
DE
24472015-03-30 Doug Evans <dje@google.com>
2448
2449 PR c++/18141
2450 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
2451 klass in VAR_DOMAIN.
2452
20f796c9
GB
24532015-03-30 Gary Benson <gbenson@redhat.com>
2454
2455 * remote.c (remote_mourn_1): Remove function. Update all callers
2456 to use remote_mourn.
2457 (extended_remote_mourn_1): Remove function. Update all callers
2458 to use extended_remote_mourn.
2459 (extended_remote_attach_1): Remove function. Update all callers
2460 to use extended_remote_attach.
2461
49d45b20
JB
24622015-03-28 James Bowman <james.bowman@ftdichip.com>
2463
2464 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
2465 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
2466 (ALLDEPFILES): Add ft32-tdep.c.
2467 * configure.tgt: Add FT32 entry.
2468 * ft32-tdep.c: New file, FT32 target-dependent code.
2469 * ft32-tdep.h: New file, FT32 target-dependent code.
2470
1c4ff080
JK
24712015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2472
2473 Revert:
2474 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2475 Code cleanup.
2476 * printcmd.c (print_command_1): Move expr variable scope.
2477
79498702
JB
24782015-03-27 Joel Brobecker <brobecker@adacore.com>
2479
2480 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
2481
ce9c0ca1
AK
24822015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
2483
2484 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
2485 sections.
2486
429e1e81
JB
24872015-03-26 Joel Brobecker <brobecker@adacore.com>
2488
2489 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
2490 exception raised while parsing the probe arguments.
2491 Force parsing to be done using the C language parser.
2492 * expression.h (parse_expression_with_language): Declare.
2493 * parse.c (parse_expression_with_language): New function.
2494
4593441b
JT
24952015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
2496
2497 * MAINTAINERS (Write After Approval): Add "Jon Turney".
2498
ff908ebf
AW
24992015-03-26 Andy Wingo <wingo@igalia.com>
2500
2501 PR symtab/18148
2502 * dwarf2read.c (struct partial_die_info): Add has_const_value
2503 member.
2504 (add_partial_symbol): Don't punt on symbols that have const_value
2505 attributes.
2506 (read_partial_die): Detect DW_AT_const_value.
2507
f30d5c78
JK
25082015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2509
2510 Code cleanup.
2511 * printcmd.c (print_command_1): Move expr variable scope.
2512
8d89f51a
JK
25132015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2514
2515 Code cleanup.
2516 * printcmd.c (validate_format): Make the parameter cmdname const.
2517
0b736949
DB
25182015-03-26 Don Breazeal <donb@codesourcery.com>
2519
2520 * remote.c (_initialize_remote): Update comment.
2521
20d35291
PA
25222015-03-26 Pedro Alves <palves@redhat.com>
2523 Jon TURNEY <jon.turney@dronecode.org.uk>
2524
2525 * coffread.c (coff_symfile_read): When constructing the name of an
2526 import stub symbol from import symbol for amd64, only skip the
2527 char after _imp_ if the target is underscored (like i386) and the
2528 char is indeed the target's leading char.
2529
6a3753b3
PA
25302015-03-25 Pedro Alves <palves@redhat.com>
2531
2532 * target.h <to_async>: Replace 'callback' and 'context' parameters
2533 with boolean 'enable' parameter.
2534 (target_async): Replace CALLBACK and CONTEXT parameters with
2535 boolean ENABLE parameter.
2536 * inf-loop.c (inferior_event_handler): Adjust.
2537 * linux-nat.c (linux_nat_attach, linux_nat_resume)
2538 (linux_nat_resume): Adjust.
2539 (async_client_callback, async_client_context): Delete.
2540 (handle_target_event): Call inferior_event_handler directly.
2541 (linux_nat_async): Replace 'callback' and 'context' parameters
2542 with boolean 'enable' parameter. Adjust. Remove references to
2543 async_client_callback and async_client_context.
2544 (linux_nat_close): Adjust.
2545 * record-btrace.c (record_btrace_async): Replace 'callback' and
2546 'context' parameters with boolean 'enable' parameter. Adjust.
2547 (record_btrace_resume): Adjust.
2548 * record-full.c (record_full_async): Replace 'callback' and
2549 'context' parameters with boolean 'enable' parameter. Adjust.
2550 (record_full_resume, record_full_core_resume): Adjust.
2551 * remote.c (struct remote_state) <async_client_callback,
2552 async_client_context>: Delete fields.
2553 (remote_start_remote, extended_remote_attach_1, remote_resume)
2554 (extended_remote_create_inferior): Adjust.
2555 (remote_async_serial_handler): Call inferior_event_handler
2556 directly.
2557 (remote_async): Replace 'callback' and 'context' parameters with
2558 boolean 'enable' parameter. Adjust.
2559 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
2560 Adjust.
2561 * target-delegates.c: Regenerate.
2562
1c4b552b
GB
25632015-03-25 Gary Benson <gbenson@redhat.com>
2564 Pedro Alves <palves@redhat.com>
2565
2566 * target.c (fileio_ft_t): New typedef, define object vector.
2567 (fileio_fhandles): New static variable.
2568 (is_closed_fileio_fh): New macro.
2569 (lowest_closed_fd): New static variable.
2570 (acquire_fileio_fd): New function.
2571 (release_fileio_fd): Likewise.
2572 (fileio_fd_to_fh): New macro.
2573 (target_fileio_open): Wrap the file descriptor on success.
2574 (target_fileio_pwrite): Updated to use wrapped file descriptor.
2575 (target_fileio_pread): Likewise.
2576 (target_fileio_close): Likewise.
2577
a25d8bf9
PA
25782015-03-24 Pedro Alves <palves@redhat.com>
2579
2580 * thread.c (thread_apply_all_command): Take exited threads into
2581 account.
2582
44a1ee51
PA
25832015-03-24 Pedro Alves <palves@redhat.com>
2584
2585 * infrun.c (resume, proceed): Mention
2586 switch_back_to_stepped_thread, not switch_back_to_stepping.
2587
f3263aa4
PA
25882015-03-24 Pedro Alves <palves@redhat.com>
2589
2590 * infrun.c (user_visible_resume_ptid): Rewrite going from
2591 most-locked to unlocked instead of the opposite. Move comment ...
2592 * infrun.h (user_visible_resume_ptid): ... here.
2593
2bf6fb9d
PA
25942015-03-24 Pedro Alves <palves@redhat.com>
2595
2596 * linux-nat.c (linux_nat_resume): Output debug logs before trying
2597 to resume the event lwp. Use the lwp's ptid instead of the passed
2598 in (maybe wildcard) ptid.
2599 (stop_wait_callback): Tweak debug log output.
2600 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
2601 TRAP_TRACE.
2602 (linux_nat_filter_event): In debug output, distinguish a
2603 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
2604 before trying to resume the lwp.
2605
283a9958
JB
26062015-03-24 Joel Brobecker <brobecker@adacore.com>
2607
2608 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
2609 pointer indirection.
2610 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
2611 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
2612
93a8e227
JB
26132015-03-24 Joel Brobecker <brobecker@adacore.com>
2614
2615 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
2616 Renames DYN_ATTR_DATA_LOCATION.
2617 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
2618 DYN_ATTR_DATA_LOCATION.
2619 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
2620 instead of DYN_ATTR_DATA_LOCATION.
2621
64ce06e4
PA
26222015-03-24 Pedro Alves <palves@redhat.com>
2623
2624 * breakpoint.c (until_break_command): Adjust call to proceed.
2625 * gdbthread.h (struct thread_control_state) <stepping_command>:
2626 New field.
2627 * infcall.c (run_inferior_call): Adjust call to proceed.
2628 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
2629 Adjust calls to proceed.
2630 (set_step_frame): Set the current thread's step_start_function
2631 here.
2632 (step_once): Adjust calls to proceed.
2633 (jump_command, signal_command, until_next_command)
2634 (finish_backward, finish_forward, proceed_after_attach_callback)
2635 (attach_command_post_wait): Adjust calls to proceed.
2636 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
2637 (do_target_resume): New function, factored out from ...
2638 (resume): ... here. Remove 'step' parameter. Instead, check
2639 currently_stepping to determine whether the thread should be
2640 single-stepped.
2641 (proceed): Remove 'step' parameter and don't set the thread's
2642 step_start_function here. Adjust call to 'resume'.
2643 (handle_inferior_event): Adjust calls to 'resume'.
2644 (switch_back_to_stepped_thread): Use do_target_resume instead of
2645 'resume'.
2646 (keep_going): Adjust calls to 'resume'.
2647 * infrun.h (proceed): Remove 'step' parameter.
2648 (resume): Likewise.
2649 * windows-nat.c (do_initial_windows_stuff): Adjust call to
2650 'resume'.
2651 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
2652
856e7dd6
PA
26532015-03-24 Pedro Alves <palves@redhat.com>
2654
2655 * gdbthread.h (struct thread_control_state) <stepping_command>:
2656 New field.
2657 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
2658 the thread's stepping_command field.
2659 * infrun.c (resume): Check the thread's stepping_command flag to
2660 determine which threads should be resumed. Rename 'entry_step'
2661 local to user_step.
2662 (clear_proceed_status_thread): Clear 'stepping_command'.
2663 (schedlock_applies): Change parameter type to struct thread_info
2664 pointer. Adjust.
2665 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
2666 (switch_back_to_stepped_thread): Adjust calls to
2667 'schedlock_applies'.
2668 (_initialize_infrun): Adjust "set scheduler-locking step" help.
2669
885eeb5b
PA
26702015-03-24 Pedro Alves <palves@redhat.com>
2671
2672 * infrun.c (step_start_function): Delete and ...
2673 * gdbthread.h (struct thread_control_state) <step_start_function>:
2674 ... now a field here.
2675 * infrun.c (clear_proceed_status_thread): Clear the thread's
2676 step_start_function.
2677 (proceed, process_event_stop_test, print_stop_event): Adjust.
2678
3333f03a
PA
26792015-03-24 Pedro Alves <palves@redhat.com>
2680
2681 * infrun.c (proceed): No longer handle negative step.
2682
369f6daa
GB
26832015-03-24 Gary Benson <gbenson@redhat.com>
2684
2685 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
2686 (x86_linux_prepare_to_resume): Likewise.
2687 * x86-linux-nat.c (x86_linux_new_thread):
2688 Moved to nat/x86-linux.c.
2689 (x86_linux_prepare_to_resume): Likewise.
2690 * nat/x86-linux.c (x86_linux_new_thread): New function.
2691 (x86_linux_prepare_to_resume): Likewise.
2692
8e5d4070
GB
26932015-03-24 Gary Benson <gbenson@redhat.com>
2694
2695 * nat/x86-linux-dregs.h: New file.
2696 * nat/x86-linux-dregs.c: Likewise.
2697 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
2698 (x86-linux-dregs.o): New rule.
2699 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
2700 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2701 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
2702 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
2703 (x86_linux_dr_get): Likewise.
2704 (x86_linux_dr_set): Likewise.
2705 (x86_linux_dr_get_addr): Likewise.
2706 (x86_linux_dr_get_control): Likewise.
2707 (x86_linux_dr_get_status): Likewise.
2708 (update_debug_registers_callback): Likewise.
2709 (x86_linux_dr_set_control): Likewise.
2710 (x86_linux_dr_set_addr): Likewise.
2711 (x86_linux_update_debug_registers): Likewise.
2712
2b95d440
GB
27132015-03-24 Gary Benson <gbenson@redhat.com>
2714
2715 * x86-linux-nat.c (x86_linux_update_debug_registers):
2716 New function, factored out from...
2717 (x86_linux_prepare_to_resume): ...this.
2718
14b0bc68
GB
27192015-03-24 Gary Benson <gbenson@redhat.com>
2720
2721 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
2722 (x86_linux_dr_set): Likewise.
2723 (x86_linux_dr_get_addr): Likewise.
2724 (x86_linux_dr_get_control): Likewise.
2725 (x86_linux_dr_get_status): Likewise.
2726 (update_debug_registers_callback): Likewise.
2727 (x86_linux_dr_set_control): Likewise.
2728 (x86_linux_dr_set_addr): Likewise.
2729 (x86_linux_prepare_to_resume): Likewise.
2730 (x86_linux_new_thread): Likewise.
2731
5dfe6ca8
GB
27322015-03-24 Gary Benson <gbenson@redhat.com>
2733
2734 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
2735 (x86_linux_new_thread): Rename argument.
2736
4b134ca1
GB
27372015-03-24 Gary Benson <gbenson@redhat.com>
2738
2739 * nat/x86-linux.h: New file.
2740 * nat/x86-linux.c: Likewise.
2741 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
2742 (x86-linux.o): New rule.
2743 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
2744 * config/i386/linux64.mh (NATDEPFILES): Likewise.
2745 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
2746 (lwp_set_arch_private_info): New declaration.
2747 (lwp_arch_private_info): Likewise.
2748 * linux-nat.c (lwp_set_arch_private_info): New function.
2749 (lwp_arch_private_info): Likewise.
2750 * x86-linux-nat.c: Include nat/x86-linux.h.
2751 (arch_lwp_info): Removed structure.
2752 (update_debug_registers_callback):
2753 Use lwp_set_debug_registers_changed.
2754 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
2755 and lwp_set_debug_registers_changed.
2756 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
2757
cff068da
GB
27582015-03-24 Gary Benson <gbenson@redhat.com>
2759
2760 * nat/linux-nat.h (ptid_of_lwp): New declaration.
2761 (lwp_is_stopped): Likewise.
2762 (lwp_stop_reason): Likewise.
2763 * linux-nat.c (ptid_of_lwp): New function.
2764 (lwp_is_stopped): Likewise.
2765 (lwp_is_stopped_by_watchpoint): Likewise.
2766 * x86-linux-nat.c (update_debug_registers_callback):
2767 Use lwp_is_stopped.
2768 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
2769 lwp_stop_reason.
2770
b2f7c7e8
GB
27712015-03-24 Gary Benson <gbenson@redhat.com>
2772
2773 * linux-nat.h (linux_stop_lwp): Move declaration to...
2774 * nat/linux-nat.h (linux_stop_lwp): New declaration.
2775
6d4ee8c6
GB
27762015-03-24 Gary Benson <gbenson@redhat.com>
2777
2778 * linux-nat.h: Include nat/linux-nat.h.
2779 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
2780 * nat/linux-nat.h (struct lwp_info): New forward declaration.
2781 (iterate_over_lwps_ftype): New typedef.
2782 (iterate_over_lwps): New declaration.
2783 * linux-nat.h (iterate_over_lwps): Update comment. Use
2784 iterate_over_lwps_ftype. Update callback return value check.
2785
70a0bb6b
GB
27862015-03-24 Gary Benson <gbenson@redhat.com>
2787
2788 * x86-nat.h (x86_debug_reg_state): Move declaration to...
2789 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
2790
7b669087
GB
27912015-03-24 Gary Benson <gbenson@redhat.com>
2792
2793 * nat/linux-nat.h (current_lwp_ptid): New declaration.
2794 * linux-nat.c (current_lwp_ptid): New function.
2795 * x86-linux-nat.c: Include nat/linux-nat.h.
2796 (x86_linux_dr_get_addr): Use current_lwp_ptid.
2797 (x86_linux_dr_get_control): Likewise.
2798 (x86_linux_dr_get_status): Likewise.
2799 (x86_linux_dr_set_control): Likewise.
2800 (x86_linux_dr_set_addr): Likewise.
2801
15630549
AT
28022015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
2803
2804 PR breakpoints/16466
2805 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
2806
8a4506c0
JB
28072015-03-23 Joel Brobecker <brobecker@adacore.com>
2808
2809 * ser-mingw.c (ser_windows_setparity): Fix indentation.
2810 * ser-unix.c (hardwire_setparity): Likewise.
2811
236af5e3
YG
28122015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2813
2814 * NEWS: Mention set/show serial parity command.
2815 * monitor.c (monitor_open): Call serial_setparity.
2816 * remote.c (remote_open_1): Likewise.
2817 * ser-base.c (ser_base_serparity): New function.
2818 * ser-base.h (ser_base_setparity): Add declaration.
2819 * ser-go32.c (dos_ops): Set "setparity" field.
2820 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
2821 state.Parity.
2822 (ser_windows_setparity): New function.
2823 (hardwire_ops): Add ser_windows_setparity.
2824 (tty_ops): Add NULL for setparity field.
2825 (pipe_ops): Add ser_base_setparity.
2826 (tcp_ops): Likewise.
2827 * ser-pipe.c (pipe_ops): Likewise.
2828 * ser-tcp.c (tcp_ops): Likewise.
2829 * ser-unix.c (hardwire_setparity): Add declaration.
2830 (hardwire_raw): Don't reset PARENB flag.
2831 (hardwire_setparity): New function.
2832 (hardwire_ops): Add hardwire_setparity.
2833 * serial.c (serial_setparity): New function.
2834 (serial_parity): New global.
2835 (parity_none, parity_odd, parity_even, parity_enums, parity):
2836 New static globals.
2837 (set_parity): New function.
2838 (_initialize_serial): Add set/show serial parity commands.
2839 * serial.h (GDBPARITY_NONE): Define.
2840 (GDBPARITY_ODD): Define.
2841 (GDBPARITY_EVEN): Define.
2842 (serial_setparity) Add declaration.
2843 (struct serial_ops): Add setparity field.
2844 * target.h (serial_parity): Add declaration.
2845
32b40af9
KS
28462015-03-23 Keith Seitz <keiths@redhat.com>
2847
2848 * linespec.c (linespec_lexer_lex_keyword): Update comment.
2849
693dca06
KS
28502015-03-23 Keith Seitz <keiths@redhat.com>
2851
2852 * breakpoint.c (parse_breakpoint_sals): Use
2853 linespec_lexer_lex_keyword to ascertain if the user specified
2854 a NULL location.
2855 * linespec.c [IF_KEYWORD_INDEX]: Define.
2856 (linespec_lexer_lex_keyword): Export.
2857 (struct ls_parser) <keyword_ok>: Remove.
2858 A keyword is only a keyword if not followed by another keyword.
2859 (linespec_lexer_lex_one): Remove keyword_ok handling.
2860 Add comment explaining why the parsing stream is not advanced
2861 when a keyword is seen.
2862 (parse_linespec): Remove parser->keyword_ok.
2863 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
2864
7e993ebf
KS
28652015-03-23 Keith Seitz <keiths@redhat.com>
2866
2867 PR gdb/18021
2868 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
2869 if we find a static method with DW_AT_vtable_elem_location.
2870
b1a0f704
EZ
28712015-03-21 Eli Zaretskii <eliz@gnu.org>
2872
2873 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
2874 before the second loop, to avoid undefined behavior. Reported by
2875 Anton Blanchard <anton@samba.org>.
2876
d9823cbb
KB
28772015-03-20 Keven Boell <keven.boell@intel.com>
2878
2879 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
2880 data_location usage to linked list.
2881 (resolve_dynamic_type_internal): Adapt data_location to
2882 linked list.
2883 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
2884 (copy_type_recursive, copy_type): Add copy of linked list.
2885 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
2886 (struct dynamic_prop_list): New struct.
2887 * dwarf2read.c (set_die_type): Set data_location data.
2888
2e7bf1d7
PA
28892015-03-20 Pedro Alves <palves@redhat.com>
2890
2891 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
2892 inner block and make it const.
2893 * machoread.c (get_archive_prefix_len): Make "lparen" const.
2894
7a26bd4d
PA
28952015-03-20 Pedro Alves <palves@redhat.com>
2896
2897 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
2898 * breakpoint.h (set_breakpoint_condition): Update declaration.
2899
cd46431b
PA
29002015-03-20 Pedro Alves <palves@redhat.com>
2901
2902 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
2903
e28566f7
PA
29042015-03-20 Pedro Alves <palves@redhat.com>
2905
2906 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
2907
f6fc92f6
PA
29082015-03-20 Pedro Alves <palves@redhat.com>
2909
2910 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
2911
c32ed3ef
PA
29122015-03-20 Pedro Alves <palves@redhat.com>
2913
2914 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
2915 (nto_init_solib_absolute_prefix): Likewise.
2916
53e78085
PA
29172015-03-20 Pedro Alves <palves@redhat.com>
2918
2919 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
2920 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
2921
bc23328c
JK
29222015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2923
2924 * config/djgpp/README: Remove gdb.hp.
2925
e8ffc436
YQ
29262015-03-20 Yao Qi <yao.qi@linaro.org>
2927
2928 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
2929 set_gdbarch_cannot_step_breakpoint.
2930
23f238d3
PA
29312015-03-19 Pedro Alves <palves@redhat.com>
2932
2933 * linux-nat.c (linux_resume_one_lwp): Rename to ...
2934 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
2935 instead call perror_with_name.
2936 (check_ptrace_stopped_lwp_gone): New function.
2937 (linux_resume_one_lwp): Reimplement as wrapper around
2938 linux_resume_one_lwp_throw that swallows errors if the LWP is
2939 gone.
2940 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
2941 swallows errors if the LWP is gone. Use
2942 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
2943
eb54c8bf
PA
29442015-03-19 Pedro Alves <palves@redhat.com>
2945
2946 * linux-nat.c (status_callback): Return early if the LWP has no
2947 status pending.
2948
b90fc188
PA
29492015-03-19 Pedro Alves <palves@redhat.com>
2950
2951 * linux-nat.c (select_event_lwp_callback): Update comment to no
2952 longer mention SIGTRAP.
2953
670f82d4
TG
29542015-03-18 Tristan Gingold <gingold@adacore.com>
2955
2956 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
2957 redirection code to ...
2958 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
2959 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
2960
464b0089
GB
29612015-03-18 Gary Benson <gbenson@redhat.com>
2962
2963 (remote_protocol_features): Remove the "vFile:fstat" feature.
2964 (remote_hostio_fstat): Probe for "vFile:fstat" support.
2965
f68f11b7
YQ
29662015-03-11 Yao Qi <yao.qi@linaro.org>
2967
2968 PR tdep/18107
2969 * aarch64-linux-tdep.c: Include xml-syscall.h
2970 (aarch64_linux_get_syscall_number): New function.
2971 (aarch64_linux_init_abi): Call
2972 set_gdbarch_get_syscall_number.
2973 * syscalls/aarch64-linux.xml: New file.
2974
393bd0c0
YG
29752015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
2976
2977 * ser-base.h (ser_base_setstopbits): Change second argument name
2978 from "rate" to "num".
2979
7f3647e2
GB
29802015-03-17 Gary Benson <gbenson@redhat.com>
2981 Luke Allardyce <lukeallardyce@gmail.com>
2982
2983 PR gdb/18131
2984 * common/common-remote-fileio.h (sys/stat.h): New include.
2985 (stuct stat): Remove forward declaration.
2986
3ce5b6e2
JB
29872015-03-16 John Baldwin <jhb@FreeBSD.org>
2988
2989 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
2990 before writing core register notes.
2991
d053f6be
YZ
29922015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
2993 Pedro Alves <palves@redhat.com>
2994
2995 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
2996 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
2997 (tgoto): Wrap with extern "C".
2998
b1a921c8
PA
29992015-03-16 Pedro Alves <palves@redhat.com>
3000 Yuanhui Zhang <asmwarrior@gmail.com>
3001
3002 * stub-termcap.c (tputs): Change prototype.
3003
876d1cd7
YZ
30042015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
3005 Pedro Alves <palves@redhat.com>
3006
3007 * windows-nat.c (struct thread_info_struct): Rename to ...
3008 (struct windows_thread_info_struct): ... this.
3009 (thread_info): Rename to ...
3010 (windows_thread_info): ... this.
3011 All users updated.
3012
0800b440
JK
30132015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3014 Pedro Alves <palves@redhat.com>
3015
3016 * NEWS: New Removed targets and native configurations.
3017
30182015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
61a12cfa
JK
3019
3020 Remove HPUX.
3021 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
3022 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
3023 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
3024 ia64-hpux-tdep.h, solib-ia64-hpux.h.
3025 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
3026 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
3027 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
3028 hppa-hpux-tdep.c.
3029 * config/ia64/hpux.mh: Remove file.
3030 * config/pa/hpux.mh: Remove file.
3031 * configure: Rebuilt.
3032 * configure.ac (dlgetmodinfo, somread.o): Remove.
3033 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
3034 (ia64-*-hpux*): Remove its float format exception.
3035 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
3036 * hppa-hpux-nat.c: Remove file.
3037 * hppa-hpux-tdep.c: Remove file.
3038 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
3039 Move them here from hppa-tdep.h
3040 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
3041 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
3042 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
3043 Move them to hppa-tdep.c.
3044 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
3045 declarations.
3046 * ia64-hpux-nat.c: Remove file.
3047 * ia64-hpux-tdep.c: Remove file.
3048 * ia64-hpux-tdep.h: Remove file.
3049 * inf-ttrace.c: Remove file.
3050 * inf-ttrace.h: Remove file.
3051 * solib-ia64-hpux.c: Remove file.
3052 * solib-ia64-hpux.h: Remove file.
3053 * solib-pa64.c: Remove file.
3054 * solib-pa64.h: Remove file.
3055 * solib-som.c: Remove file.
3056 * solib-som.h: Remove file.
3057 * somread.c: Remove file.
3058
25268153
JB
30592015-03-13 John Baldwin <jhb@FreeBSD.org>
3060
3061 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
3062 * config.in: Regenerate.
3063 * configure: Regenerate.
3064 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
3065 define.
3066 (fbsd_find_memory_regions): Use kinfo_getvmmap to
3067 enumerate memory regions if present.
3068
773eacf5
JB
30692015-03-13 John Baldwin <jhb@FreeBSD.org>
3070
3071 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
3072 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
3073 expressions.
3074 (i386fbsd_sigtramp_p): Likewise.
3075
01b6bdb0
JB
30762015-03-12 John Baldwin <jhb@FreeBSD.org>
3077
3078 * MAINTAINERS (Write After Approval): Add John Baldwin.
3079
811a659a
GB
30802015-03-12 Gary Benson <gbenson@redhat.com>
3081
3082 * solib.c (_initialize_solib): Make "set/show sysroot" use
3083 add_setshow_optional_filename_cmd so it can be restored to
3084 empty after being set.
3085
10304ef3
SDJ
30862015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
3087
3088 * Makefile.in (SFILES): New source break-catch-syscall.c.
3089 (COMMON_OBS): New object break-catch-syscall.o.
3090 * break-catch-syscall.c: New file.
3091 * breakpoint.c: Remove inclusion of "xml-syscall.h".
3092 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
3093 (struct syscall_catchpoint): Likewise.
3094 (dtor_catch_syscall): Likewise.
3095 (catch_syscall_inferior_data): Likewise.
3096 (struct catch_syscall_inferior_data): Likewise.
3097 (get_catch_syscall_inferior_data): Likewise.
3098 (catch_syscall_inferior_data_cleanup): Likewise.
3099 (insert_catch_syscall): Likewise.
3100 (remove_catch_syscall): Likewise.
3101 (breakpoint_hit_catch_syscall): Likewise.
3102 (print_it_catch_syscall): Likewise.
3103 (print_one_catch_syscall): Likewise.
3104 (print_mention_catch_syscall): Likewise.
3105 (print_recreate_catch_syscall): Likewise.
3106 (catch_syscall_breakpoint_ops): Likewise.
3107 (syscall_catchpoint_p): Likewise.
3108 (create_syscall_event_catchpoint): Likewise.
3109 (catch_syscall_split_args): Likewise.
3110 (catch_syscall_command_1): Likewise.
3111 (is_syscall_catchpoint_enabled): Likewise.
3112 (catch_syscall_enabled): Likewise.
3113 (catching_syscall_number): Likewise.
3114 (catch_syscall_completer): Likewise.
3115 (clear_syscall_counts): Likewise.
3116 (initialize_breakpoint_ops): Move initialization of syscall
3117 catchpoints to break-catch-syscall.c.
3118 (_initialize_breakpoint): Move code related to syscall catchpoints
3119 to break-catch-syscall.c.
3120
badd37ce
SDJ
31212015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
3122
3123 * breakpoint.c (breakpoint_find_if): New function.
3124 * breakpoint.h (breakpoint_find_if): New prototype.
3125
0a93529c
GB
31262015-03-11 Gary Benson <gbenson@redhat.com>
3127
3128 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
3129 * remote-fileio.c (remote_fileio_to_host_uint): New function.
3130 (remote_fileio_to_host_ulong): Likewise.
3131 (remote_fileio_to_host_mode): Likewise.
3132 (remote_fileio_to_host_time): Likewise.
3133 (remote_fileio_to_host_stat): Likewise.
3134 * remote.c (PACKET_vFile_fstat): New enum value.
3135 (remote_protocol_features): Register the "vFile:fstat" feature.
3136 (remote_hostio_fstat): New function.
3137 (remote_bfd_iovec_stat): Use the above.
3138 (_initialize_remote): Register new "set/show remote
3139 hostio-fstat-packet" command.
3140 * symfile.c (separate_debug_file_exists): Update comment.
3141 * NEWS: Announce new vFile:fstat packet.
3142
791c0056
GB
31432015-03-11 Gary Benson <gbenson@redhat.com>
3144
3145 * common/common-remote-fileio.h: New file.
3146 * common/common-remote-fileio.c: Likewise.
3147 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
3148 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
3149 (COMMON_OBS): Add common-remote-fileio.o.
3150 (common-remote-fileio.o): New rule.
3151 * remote-fileio.h (common-remote-fileio.h): New include.
3152 * remote-fileio.c (gdb/fileio.h): Do not include.
3153 (remote_fileio_to_be): Moved to common-remote-fileio.h.
3154 (remote_fileio_to_fio_uint): Likewise.
3155 (remote_fileio_to_fio_time): Likewise.
3156 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
3157 (remote_fileio_to_fio_mode): Likewise.
3158 (remote_fileio_to_fio_ulong): Likewise.
3159 (remote_fileio_to_fio_stat): Likewise.
3160
1390d0ef
AW
31612015-03-11 Andy Wingo <wingo@igalia.com>
3162
3163 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
3164 we were checking the cached type, not the cached dynamic type.
3165
84a4591a
AW
31662015-03-11 Andy Wingo <wingo@igalia.com>
3167
3168 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
3169 other strings, as these are on the GC'd heap, and will be
3170 collected along with the smob.
3171
85642ba0
AW
31722015-03-11 Andy Wingo <wingo@igalia.com>
3173
3174 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
3175 (objfile_functions): Bind gdbscm_objfile_progspace to
3176 objfile-progspace.
3177 * guile/lib/gdb.scm: Add objfile-progspace to exports.
3178
92fab5a6
AW
31792015-03-11 Andy Wingo <wingo@igalia.com>
3180
3181 * guile/guile.c (_initialize_guile): Disable automatic
3182 finalization, if Guile offers us that possibility.
3183 * guile/guile.c (call_initialize_gdb_module):
3184 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
3185 finalizers in appropriate places.
3186 * configure.ac (AC_TRY_LIBGUILE): Add a check for
3187 scm_set_automatic_finalization_enabled.
3188 * configure: Regenerated.
3189
f054145e
AA
31902015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
3191
3192 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
3193 SAL, if possible.
3194
18396193
AA
31952015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
3196
3197 * s390-linux-nat.c (struct arch_lwp_info): New.
3198 (s390_fix_watch_points): Rename to...
3199 (s390_prepare_to_resume): ...this. Skip the PER info update
3200 unless the watch points have changed.
3201 (s390_refresh_per_info, s390_new_thread): New functions.
3202 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
3203 s390_fix_watch_points.
3204 (s390_remove_watchpoint): Likewise.
3205 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
3206 Register s390_prepare_to_resume.
3207
9eb1356e
PA
32082015-03-09 Pedro Alves <palves@redhat.com>
3209
3210 Revert:
3211 2015-03-07 Pedro Alves <palves@redhat.com>
3212 * common/gdb_socket.h: New file.
3213 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
3214 sys/socket.h.
3215 (net_open): Use union gdb_sockaddr_u.
3216
aac331e4
PA
32172015-03-07 Pedro Alves <palves@redhat.com>
3218
3219 * configure.ac (build_warnings): Move -Wmissing-prototypes
3220 -Wdeclaration-after-statement -Wmissing-parameter-type
3221 -Wold-style-declaration -Wold-style-definition to the C-specific
3222 set.
3223 * configure: Regenerate.
3224
366c75fc
PA
32252015-03-07 Pedro Alves <palves@redhat.com>
3226
3227 * common/gdb_socket.h: New file.
3228 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
3229 sys/socket.h.
3230 (net_open): Use union gdb_sockaddr_u.
3231
72df25b2
PA
32322015-03-07 Pedro Alves <palves@redhat.com>
3233
3234 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
3235 (exceptions_state_mc_action_iter)
3236 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3237 Don't define.
3238 [__cplusplus] (try_scope_depth): New global.
3239 [__cplusplus] (exception_try_scope_entry)
3240 (exception_try_scope_exit, gdb_exception_sliced_copy)
3241 (exception_rethrow): New functions.
3242 (throw_exception): In C++ mode, throw
3243 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
3244 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
3245 (throw_it): In C++ mode, use try_scope_depth.
3246 * common/common-exceptions.h [!__cplusplus]
3247 (exceptions_state_mc_action_iter)
3248 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
3249 Don't declare.
3250 [__cplusplus] (exception_try_scope_entry)
3251 (exception_try_scope_exit, exception_rethrow): Declare.
3252 [__cplusplus] (struct exception_try_scope): New struct.
3253 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
3254 C++ exceptions.
3255 (struct gdb_exception_RETURN_MASK_ALL)
3256 (struct gdb_exception_RETURN_MASK_ERROR)
3257 (struct gdb_exception_RETURN_MASK_QUIT): New types.
3258
284e6217
PA
32592015-03-07 Pedro Alves <palves@redhat.com>
3260
3261 * main.c (handle_command_errors): Remove volatile qualifier from
3262 parameter.
3263
6c63c96a
PA
32642015-03-07 Pedro Alves <palves@redhat.com>
3265
3266 * breakpoint.c (save_breakpoints): Adjust to avoid code between
3267 TRY and CATCH.
3268 * gdbtypes.c (safe_parse_type): Remove empty line.
3269 (types_deeply_equal):
3270 * guile/scm-frame.c (gdbscm_frame_name):
3271 * linux-thread-db.c (find_new_threads_once):
3272 * python/py-breakpoint.c (bppy_get_commands):
3273 * record-btrace.c (record_btrace_insert_breakpoint)
3274 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
3275 (record_btrace_start_replaying): Adjust to avoid code between TRY
3276 and CATCH.
3277
492d29ea
PA
32782015-03-07 Pedro Alves <palves@redhat.com>
3279
3280 * common/common-exceptions.c (struct catcher) <exception>: No
3281 longer a pointer to volatile exception. Now an exception value.
3282 <mask>: Delete field.
3283 (exceptions_state_mc_init): Remove all parameters. Adjust.
3284 (exceptions_state_mc): No longer pop the catcher here.
3285 (exceptions_state_mc_catch): New function.
3286 (throw_exception): Adjust.
3287 * common/common-exceptions.h (exceptions_state_mc_init): Remove
3288 all parameters.
3289 (exceptions_state_mc_catch): Declare.
3290 (TRY_CATCH): Rename to ...
3291 (TRY): ... this. Remove EXCEPTION and MASK parameters.
3292 (CATCH, END_CATCH): New.
3293 All callers adjusted.
3294
ece957c8
TT
32952015-03-07 Tom Tromey <tromey@redhat.com>
3296
3297 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
3298
7556d4a4
PA
32992015-03-07 Pedro Alves <palves@redhat.com>
3300
3301 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
3302 (amd64_epilogue_frame_cache): Normal exception handling code.
3303 * break-catch-throw.c (check_status_exception_catchpoint)
3304 (re_set_exception_catchpoint): Ditto.
3305 * cli/cli-interp.c (safe_execute_command):
3306 * cli/cli-script.c (script_from_file): Ditto.
3307 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
3308 Ditto.
3309 * compile/compile-object-run.c (compile_object_run): Ditto.
3310 * cp-abi.c (baseclass_offset): Ditto.
3311 * cp-valprint.c (cp_print_value): Ditto.
3312 * exceptions.c (catch_exceptions_with_msg):
3313 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
3314 * frame.c (get_frame_address_in_block_if_available): Ditto.
3315 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
3316 (i386_sigtramp_frame_cache): Ditto.
3317 * infcmd.c (post_create_inferior): Ditto.
3318 * linespec.c (parse_linespec, find_linespec_symbols):
3319 * p-valprint.c (pascal_object_print_value): Ditto.
3320 * parse.c (parse_expression_for_completion): Ditto.
3321 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
3322 * remote.c (remote_get_noisy_reply): Ditto.
3323 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
3324 * solib-svr4.c (solib_svr4_r_map): Ditto.
3325
f873665f 33262015-03-06 Gary Benson <gbenson@redhat.com>
61012eef
GB
3327
3328 * common/common-utils.h (startswith): New inline function.
3329 All places where this logic was used updated to use the above.
3330
68901c4d
PA
33312015-03-05 Pedro Alves <palves@redhat.com>
3332
3333 PR gdb/18002
3334 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
3335 after reading the breakpoint's shadow memory.
3336
2dcb2b1a
MK
33372015-03-05 Mark Kettenis <kettenis@gnu.org>
3338
3339 * hppabsd-nat.c: Remove file.
3340 * hppaobsd-nat.c: New file.
3341 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
3342 hppaobsd-nat.c.
3343 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
3344 hppaobsd-nat.o.
3345
527a273a
PA
33462015-03-04 Pedro Alves <palves@redhat.com>
3347
3348 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
3349 (target_decr_pc_after_break): Delete declaration.
3350 * target.c (default_target_decr_pc_after_break)
3351 (target_decr_pc_after_break): Delete.
3352 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
3353 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
3354 * linux-thread-db.c (check_event): Likewise.
3355 * infrun.c (adjust_pc_after_break): Likewise.
3356 * darwin-nat.c (cancel_breakpoint): Likewise.
3357 * aix-thread.c (aix_thread_wait): Likewise.
3358 * target-delegates.c: Regenerate.
3359
faf09f01
PA
33602015-03-04 Pedro Alves <palves@redhat.com>
3361
3362 * linux-nat.c (save_sigtrap): Check for breakpoints before
3363 checking watchpoints.
3364 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
3365 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
3366 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
3367 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
3368 (linux_nat_stopped_by_sw_breakpoint)
3369 (linux_nat_supports_stopped_by_sw_breakpoint)
3370 (linux_nat_stopped_by_hw_breakpoint)
3371 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
3372 (linux_nat_wait_1): Don't re-increment the PC if relying on
3373 SIGTRAP's siginfo->si_code.
3374 (linux_nat_add_target): Install new target methods.
3375 * linux-thread-db.c (check_event): Don't account for breakpoint PC
3376 offset if the target already adjusted the PC.
3377 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
3378 (GDB_ARCH_TRAP_BRKPT): New.
3379 (TRAP_HWBKPT): Define if not already defined.
3380
f7e6eed5
PA
33812015-03-04 Pedro Alves <palves@redhat.com>
3382
3383 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
3384 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
3385 Delete field.
3386 <stop_reason>: New field.
3387 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
3388 (packet_set_cmd_state): New function.
3389 (remote_protocol_features): Register the "swbreak" and "hwbreak"
3390 features.
3391 (remote_query_supported): If not disabled with the corresponding
3392 "set remote foo-packet" command, report support for the swbreak
3393 and hwbreak features.
3394 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
3395 field.
3396 <stop_reason>: New field.
3397 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
3398 (remote_wait_as): Adjust.
3399 (remote_stopped_by_sw_breakpoint)
3400 (remote_supports_stopped_by_sw_breakpoint)
3401 (remote_stopped_by_hw_breakpoint)
3402 (remote_supports_stopped_by_hw_breakpoint): New functions.
3403 (remote_stopped_by_watchpoint): New function.
3404 (init_remote_ops): Install them.
3405 (_initialize_remote): Register new "set/show remote
3406 swbreak-feature-packet" and "set/show remote
3407 swbreak-feature-packet" commands.
3408
9e8915c6
PA
34092015-03-04 Pedro Alves <palves@redhat.com>
3410
3411 * btrace.h: Include target/waitstatus.h.
3412 (struct btrace_thread_info) <stop_reason>: New field.
3413 * record-btrace.c (record_btrace_step_thread): Use
3414 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
3415 (record_btrace_decr_pc_after_break): Delete.
3416 (record_btrace_stopped_by_sw_breakpoint)
3417 (record_btrace_supports_stopped_by_sw_breakpoint)
3418 (record_btrace_stopped_by_hw_breakpoint)
3419 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
3420 (init_record_btrace_ops): Install them.
3421 * record-full.c (record_full_hw_watchpoint): Delete and replace
3422 with ...
3423 (record_full_stop_reason): ... this throughout.
3424 (record_full_exec_insn): Adjust.
3425 (record_full_wait_1): Adjust. No longer re-increment the PC.
3426 (record_full_wait_1): Adjust. Use
3427 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
3428 (record_full_stopped_by_watchpoint): Adjust.
3429 (record_full_stopped_by_sw_breakpoint)
3430 (record_full_supports_stopped_by_sw_breakpoint)
3431 (record_full_supports_stopped_by_sw_breakpoint)
3432 (record_full_stopped_by_hw_breakpoint)
3433 (record_full_supports_stopped_by_hw_breakpoint): New functions.
3434 (init_record_full_ops, init_record_full_core_ops): Install them.
3435 * record.c (record_check_stopped_by_breakpoint): New function.
3436 * record.h: Include target/waitstatus.h.
3437 (record_check_stopped_by_breakpoint): New declaration.
3438
15c66dd6
PA
34392015-03-04 Pedro Alves <palves@redhat.com>
3440
3441 enum lwp_stop_reason -> enum target_stop_reason
3442 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
3443 (linux_nat_stopped_by_watchpoint, status_callback)
3444 (linux_nat_wait_1): Adjust.
3445 * linux-nat.h (enum lwp_stop_reason): Delete.
3446 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
3447 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
3448 * target/waitstatus.h (enum target_stop_reason): New.
3449
1cf4d951
PA
34502015-03-04 Pedro Alves <palves@redhat.com>
3451
3452 * breakpoint.c (need_moribund_for_location_type): New function.
3453 (bpstat_stop_status): Don't skipping checking moribund locations
3454 of breakpoint types which the target tell caused a stop.
3455 (program_breakpoint_here_p): New function, factored out from ...
3456 (bp_loc_is_permanent): ... this.
3457 (update_global_location_list): Don't create a moribund location if
3458 the target supports reporting stops of the type of the removed
3459 breakpoint.
3460 * breakpoint.h (program_breakpoint_here_p): New declaration.
3461 * infrun.c (adjust_pc_after_break): Return early if the target has
3462 already adjusted the PC. Add comments.
3463 (handle_signal_stop): If nothing explains a signal, and the target
3464 tells us the stop was caused by a software breakpoint, check if
3465 there's a breakpoint instruction in the memory. If so, adjust the
3466 PC before presenting the stop to the user. Otherwise, ignore the
3467 trap. If nothing explains a signal, and the target tells us the
3468 stop was caused by a hardware breakpoint, ignore the trap.
3469 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
3470 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
3471 to_supports_stopped_by_hw_breakpoint>: New fields.
3472 (target_stopped_by_sw_breakpoint)
3473 (target_supports_stopped_by_sw_breakpoint)
3474 (target_stopped_by_hw_breakpoint)
3475 (target_supports_stopped_by_hw_breakpoint): Define.
3476 * target-delegates.c: Regenerate.
3477
79639e11
PA
34782015-03-04 Pedro Alves <palves@redhat.com>
3479
3480 * infrun.c (follow_fork_inferior): Use the whole of the
3481 inferior_ptid and pending_follow.related_pid ptids instead of
3482 building ptids from the process components. Adjust verbose output
3483 to use target_pid_to_str.
3484 * linux-nat.c (linux_child_follow_fork): Use the whole of the
3485 inferior_ptid and pending_follow.related_pid ptids instead of
3486 building ptids from the process components.
3487
e85e8e5e
MK
34882015-03-04 Mark Kettenis <kettenis@gnu.org>
3489
3490 * inf-ptrace.c [PT_GET_PROCESS_STATE]
3491 (inf_ptrace_insert_fork_catchpoint): New function.
3492 (inf_ptrace_remove_fork_catchpoint): New function.
3493 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
3494
87de11c0
AA
34952015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3496
3497 * s390-linux-tdep.c (s390_register_name): Return empty string
3498 instead of NULL for registers that shouldn't be visible.
3499
d851a69a
AA
35002015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
3501
3502 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
3503 XML file for 64-bit targets.
3504
b072f6c1
SM
35052015-03-03 Simon Marchi <simon.marchi@ericsson.com>
3506
3507 * target.h (find_default_create_inferior): Remove declaration.
3508 (find_default_attach): Likewise.
3509
c1593e4f
PA
35102015-03-03 Pedro Alves <palves@redhat.com>
3511
3512 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
3513 Use ptid_get_pid to get the overall process id when resuming all
3514 threads.
3515
90ad5e1d
PA
35162015-03-03 Pedro Alves <palves@redhat.com>
3517
3518 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
3519 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
3520 * inf-ptrace.c (get_ptrace_pid): New function.
3521 (inf_ptrace_resume): Use it.
3522 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
3523 to the lower layer.
3524
d68e53f4
MM
35252015-03-03 Markus Metzger <markus.t.metzger@intel.com>
3526
3527 * nat/linux-btrace.c: Include sys/utsname.h.
3528 (linux_determine_kernel_ptr_bits): New.
3529 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
3530 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
3531 ptr_bits.
3532
986b6601
MM
35332015-03-03 Markus Metzger <markus.t.metzger@intel.com>
3534
3535 * btrace.c (ftrace_update_function): Treat return as tailcall for
3536 "_dl_runtime_resolve".
3537
ce0dfbea
MM
35382015-03-03 Markus Metzger <markus.t.metzger@intel.com>
3539
3540 * btrace.h (btrace_function) <lbegin, lend>: Remove.
3541 * btrace.c (ftrace_debug): Do not print the line range.
3542 (ftrace_skip_file, ftrace_update_lines): Remove.
3543 (ftrace_new_function): Remove lbegin and lend initialization.
3544 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
3545 * record-btrace.c (btrace_compute_src_line_range): New.
3546 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
3547
95e50b27
PA
35482015-03-02 Pedro Alves <palves@redhat.com>
3549
3550 * infrun.c (follow_exec): Delete all threads of the process except
3551 the event thread. Extended comments.
3552
00e474c2
JB
35532015-03-02 Joel Brobecker <brobecker@adacore.com>
3554
3555 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
3556
cc7039d3
JB
35572015-03-02 Joel Brobecker <brobecker@adacore.com>
3558
3559 * utils.h: Remove <stdbool.h> #include.
3560 (producer_is_gcc): Change return type to "int".
3561 * utils.c (producer_is_gcc): Change return type to int.
3562 Return 1 instead of true, and 0 instead of false.
3563 Adjust function documentation accordingly.
3564
550bdf96
AA
35652015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3566
3567 * s390-linux-nat.c (have_regset_vxrs): New static variable.
3568 (s390_linux_fetch_inferior_registers): Handle vector registers, if
3569 present.
3570 (s390_linux_store_inferior_registers): Likewise.
3571 (s390_get_hwcap): Remove function. Embed its logic...
3572 (s390_read_description): ...here. Yield a target description with
3573 vector registers if applicable.
3574 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
3575 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
3576 "features/s390x-tevx-linux64.c".
3577 (struct gdbarch_tdep) <v0_full_regnum>: New field.
3578 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
3579 for "GNU/Linux-specific registers".
3580 (s390_dwarf_reg_r0l): New enum value.
3581 (s390_dwarf_reg_to_regnum): Support vector registers.
3582 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
3583 of GPR lower halves.
3584 (regnum_is_vxr_full): New function.
3585 (s390_register_name): New function.
3586 (s390_pseudo_register_name): Handle v0-v15, which are composed of
3587 f0-f15 and v0l-v15l.
3588 (s390_pseudo_register_type): Likewise.
3589 (s390_pseudo_register_read): Likewise.
3590 (s390_pseudo_register_write): Likewise.
3591 (s390_value_from_register): Account for the fact that values are
3592 placed left-justified in vector registers.
3593 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
3594 the vector reggroup and omit them from the general reggroup.
3595 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
3596 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
3597 (s390_iterate_over_regset_sections): Add iterations for the two
3598 new vector regsets.
3599 (s390_core_read_description): Yield a target description with
3600 vector registers if applicable.
3601 (s390_gdbarch_init): Handle target descriptions with vector
3602 registers. Add "register_name" gdbarch method.
3603 (_initialize_s390_tdep): Call new tdesc initialization functions.
3604 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
3605 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
3606 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
3607 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
3608 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
3609 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
3610 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
3611 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
3612 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
3613 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
3614 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
3615 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
3616 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
3617 (S390_NUM_REGS): Adjust value.
3618 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
3619 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
3620 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
3621 * NEWS: Announce S/390 vector register support.
3622
446899e4
AA
36232015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
3624
3625 * features/s390-tevx-linux64.xml: New file.
3626 * features/s390-vx-linux64.xml: New file.
3627 * features/s390-vx.xml: New file.
3628 * features/s390x-tevx-linux64.xml: New file.
3629 * features/s390x-vx-linux64.xml: New file.
3630 * features/Makefile (WHICH): Add s390-vx-linux64,
3631 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
3632 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
3633 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
3634 macros.
3635 * features/s390-tevx-linux64.c: New generated file.
3636 * features/s390-vx-linux64.c: Likewise.
3637 * features/s390x-tevx-linux64.c: Likewise.
3638 * features/s390x-vx-linux64.c: Likewise.
3639 * regformats/s390-tevx-linux64.dat: Likewise.
3640 * regformats/s390-vx-linux64.dat: Likewise.
3641 * regformats/s390x-tevx-linux64.dat: Likewise.
3642 * regformats/s390x-vx-linux64.dat: Likewise.
3643
b7236fbe
DE
36442015-02-28 Doug Evans <xdje42@gmail.com>
3645
3646 * symtab.h (struct symtab) <next>: Fix comment.
3647
02e62830
SM
36482015-02-27 Simon Marchi <simon.marchi@ericsson.com>
3649
3650 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
3651 python_GdbMethods.
3652
bf36a1e7
PA
36532015-02-27 Pedro Alves <palves@redhat.com>
3654
3655 * dtrace-probe.c (dtrace_probe_ops): Make extern.
3656
ad6aff7d
PA
36572015-02-27 Pedro Alves <palves@redhat.com>
3658
3659 * common/common-exceptions.h (exception_none): Declare.
3660 * common/common-exceptions.c (exception_none): Moved from
3661 exceptions.c.
3662 (exceptions_state_mc_init): Use exception_none.
3663 * exceptions.c (exception_none): Move to
3664 common/common-exceptions.c.
3665 * exceptions.h (exception_none): Move to
3666 common/common-exceptions.h.
3667
97c18565
PA
36682015-02-27 Pedro Alves <palves@redhat.com>
3669
3670 * main.c (catch_command_errors, catch_command_errors_const):
3671 Remove 'mask' argument. Adjust.
3672 (captured_main): Adjust callers.
3673
e992c591
PA
36742015-02-27 Pedro Alves <palves@redhat.com>
3675
3676 * python/python-internal.h: Include "extension-priv.h".
3677
64166036
PA
36782015-02-27 Pedro Alves <palves@redhat.com>
3679
3680 * breakpoint.h (enum print_stop_action): Move further up in the
3681 file.
3682
8a526fa6
PA
36832015-02-27 Pedro Alves <palves@redhat.com>
3684
3685 * gdbarch.sh: Include regcache.h.
3686 * gdbarch.h: Regenerate.
3687
0fa9c223
PA
36882015-02-27 Pedro Alves <palves@redhat.com>
3689
3690 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
3691 Remove duplicate const.
3692 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
3693 duplicate const.
3694
7cf99fb1
PA
36952015-02-27 Pedro Alves <palves@redhat.com>
3696
3697 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
3698 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
3699 * features/feature_to_c.sh: Tag the generated xml_builtin array
3700 with extern const in C++ mode.
3701
1424c16e
TT
37022015-02-27 Tom Tromey <tromey@redhat.com>
3703
3704 * minidebug.c (struct lzma_stream): Rename to ...
3705 (struct gdb_lzma_stream): ... this.
3706 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
3707
10367c7c
PA
37082015-02-27 Pedro Alves <palves@redhat.com>
3709
3710 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
3711 function.
3712 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
3713 (mi_cmd_stack_list_variables): Use it.
3714
4180215b
PA
37152015-02-27 Pedro Alves <palves@redhat.com>
3716
3717 * x86-linux-nat.c (u_debugreg_offset): New function.
3718 (x86_linux_dr_get, x86_linux_dr_set): Use it.
3719
2f56f7c3
PA
37202015-02-27 Pedro Alves <palves@redhat.com>
3721
3722 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
3723 declaration.
3724 Include break-common.h.
3725
570dc176
TT
37262015-02-27 Tom Tromey <tromey@redhat.com>
3727 Pedro Alves <palves@redhat.com>
3728
3729 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
3730 local used to iterate over enums.
3731 * completer.c (signal_completer): Likewise.
3732 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
3733 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
3734 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
3735 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
3736 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
3737 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
3738 * tui-wingeneral.c (tui_refresh_all): Likewise.
3739
68c14faa
PA
37402015-02-27 Pedro Alves <palves@redhat.com>
3741
3742 * target.h: Include "infrun.h".
3743
749bab01
PA
37442015-02-27 Pedro Alves <palves@redhat.com>
3745
3746 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
3747
3c14e5a3
PA
37482015-02-27 Pedro Alves <palves@redhat.com>
3749
3750 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
3751 (IPA_SYM): Use it.
3752 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
3753
56000a98
PA
37542015-02-27 Pedro Alves <palves@redhat.com>
3755
3756 * cli-out.c (_rl_erase_entire_line): Move declaration out of
3757 cli_mld_erase_entire_line, and make it extern "C".
3758 * common/common-defs.h (EXTERN_C): New.
3759 * completer.c (_rl_completion_prefix_display_length)
3760 (_rl_print_completions_horizontally, QSFUNC): Move declarations
3761 out of gdb_display_match_list_1.
3762 (_rl_qsort_string_compare): Move declaration out of
3763 gdb_display_match_list_1, and make it extern "C".
3764 * defs.h (re_comp): Use EXTERN_C.
3765 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
3766 and make it extern "C".
3767 (monstartup): Move declaration out of maintenance_set_profile_cmd,
3768 and make it extern "C".
3769 (main): Move declaration out of maintenance_set_profile_cmd.
3770 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
3771 EXTERN_C.
3772
bcabf420
PA
37732015-02-27 Pedro Alves <palves@redhat.com>
3774
3775 * python/python.c (GdbMethods): Rename to ...
3776 (python_GdbMethods): ... this and make extern.
3777 (GdbModuleDef): Rename to ...
3778 (python_GdbModuleDef): ... this and make extern.
3779
928dbe07
PA
37802015-02-27 Pedro Alves <palves@redhat.com>
3781
3782 * record-btrace.c (set_record_btrace_cmdlist)
3783 (show_record_btrace_cmdlist): Remove redefinitions.
3784
52059ffd
TT
37852015-02-27 Tom Tromey <tromey@redhat.com>
3786 Pedro Alves <palves@redhat.com>
3787
3788 * dwarf2-frame.c (enum cfa_how_kind, struct
3789 dwarf2_frame_state_reg_info): Move out of struct
3790 dwarf2_frame_state.
3791 * dwarf2read.c (struct tu_stats): Move out of struct
3792 dwarf2_per_objfile.
3793 (struct file_entry): Move out of struct line_header.
3794 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
3795 typedef_field_list): Move out of struct field_info.
3796 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
3797 Move out of struct dynamic_prop.
3798 (union type_owner, union field_location, struct field, struct
3799 range_bounds, union type_specific): Move out of struct main_type.
3800 (struct fn_fieldlist, struct fn_field, struct typedef_field)
3801 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
3802 (struct call_site_target, union call_site_parameter_u, struct
3803 call_site_parameter): Move out of struct call_site.
3804 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
3805 m32c_prologue.
3806 (enum srcdest_kind): Move out of struct srcdest.
3807 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
3808 * prologue-value.h (enum prologue_value_kind): Move out of struct
3809 prologue_value.
3810 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
3811 gdbarch_tdep.
3812 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
3813 out of struct field_info.
3814 * symfile.h (struct other_sections): Move out of struct
3815 section_addr_info.
3816 * symtab.c (struct symbol_cache_slot): Move out struct
3817 block_symbol_cache.
3818 * target-descriptions.c (enum tdesc_type_kind): Move out of
3819 typedef struct tdesc_type.
3820 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
3821 struct tui_line_or_address.
3822 * value.c (enum internalvar_kind, union internalvar_data): Move
3823 out of struct internalvar.
3824 * xtensa-tdep.h (struct ctype_cache): Move out of struct
3825 gdbarch_tdep.
3826
fe978cb0
PA
38272015-02-27 Tom Tromey <tromey@redhat.com>
3828 Pedro Alves <palves@redhat.com>
3829
3830 Rename symbols whose names are reserved C++ keywords throughout.
3831
3bc3d82a
PA
38322015-02-27 Pedro Alves <palves@redhat.com>
3833
3834 * Makefile.in (COMPILER): New, get it from autoconf.
3835 (COMPILE.pre, CC_LD): Use COMPILER.
3836 (CXX): Get from autoconf instead.
3837 (CXX_FOR_TARGET): Default to g++ instead of gcc.
3838 * acinclude.m4: Include build-with-cxx.m4.
3839 * build-with-cxx.m4: New file.
3840 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
3841 Disable -Werror by default if building in C++ mode.
3842 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
3843 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
3844 Run supported-warning-flags tests with the C++ compiler.
3845 Save/restore CXXFLAGS too.
3846 * configure: Regenerate.
3847
07697489
PA
38482015-02-27 Pedro Alves <palves@redhat.com>
3849
3850 * libiberty.m4: New file.
3851 * acinclude.m4: Include libiberty.m4.
3852 * configure.ac: Call libiberty_INIT.
3853 * config.in, configure: Regenerate.
3854
60abeae4
AA
38552015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
3856
3857 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
3858 31-bit targets, but 64-bit targets as well.
3859 (s390_gnu_triplet_regexp): New function.
3860 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
3861 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
3862 method.
3863
f44466fb 38642015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
f0666312
JT
3865
3866 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
3867 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
3868 from CONTEXT_DEBUGGER.
3869
0def5aaa
DE
38702015-02-26 Doug Evans <dje@google.com>
3871
3872 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
3873 CHECK_TYPEDEF.
3874 (set_type_vptr_fieldno): Ditto.
3875 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
3876 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
3877
77b64a49
PA
38782015-02-26 Pedro Alves <palves@redhat.com>
3879
3880 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
3881 * complaints.c (vcomplaint): Pass argument FMT directly to
3882 printf-like functions instead of complaint->fmt.
3883 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
3884 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
3885 * compile/compile-loc2c.c (pushf, unary, binary): Add
3886 ATTRIBUTE_PRINTF.
3887 (do_compile_dwarf_expr_to_c): Pass string literal as format string
3888 to pushf.
3889 (BINARY): Pass string literal as format string to 'binary'.
3890 * compile/compile-object-load.c (link_callbacks_einfo): Add
3891 ATTRIBUTE_PRINTF.
3892 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
3893
532f44ed
PA
38942015-02-26 Pedro Alves <palves@redhat.com>
3895
3896 * windows-termcap.c: Rename to ...
3897 * stub-termcap.c: ... this. Adjust header line.
3898 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
3899 windows-termcap.c.
3900 * configure: Regenerate.
3901 * configure.ac: Refer to stub-termcap.o instead of
3902 windows-termcap.o.
3903 * gdb_curses.h: Mention stub-termcap.c instead of
3904 windows-termcap.c.
3905
081a1c2c
JK
39062015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
3909 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
3910
2f41223f
AT
39112015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
3912
3913 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
3914
80c57053
JK
39152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
3918 bfd_canonicalize_symtab.
3919
cf424aef
JB
39202015-02-25 John Baldwin <jhb@FreeBSD.org>
3921
3922 * amd64fbsd-nat.c: Include sys/user.h.
3923 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
3924 instead of KERN_PS_STRINGS to locate the signal trampoline.
3925 * i386fbsd-nat.c: Include sys/user.h.
3926 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
3927 instead of KERN_PS_STRINGS to locate the signal trampoline.
3928 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
3929 (amd64fbsd_sigtramp_p): New.
3930 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
3931 longer set default values.
3932 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
3933 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
3934 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
3935 (i386fbsd_freebsd4_sigtramp_start)
3936 (i386fbsd_freebsd4_sigtramp_middle)
3937 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
3938 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
3939 (i386fbsd_sigtramp_p): New.
3940 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
3941 longer set default values.
3942 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
3943
c5cb74ee
JB
39442015-02-25 John Baldwin <jhb@freebsd.org>
3945
3946 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
3947 get_frame_register instead of frame_unwind_register_unsigned.
3948
17487d85
JK
39492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3950
3951 PR build/18033
3952 * compile/compile-c-support.c (c_compute_program): Change // comment.
3953 * compile/compile-object-load.c (setup_sections): Change // comment.
3954
9357a9e6
JB
39552015-02-26 Joel Brobecker <brobecker@adacore.com>
3956
3957 PR build/18033:
3958 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
3959
1f10ba14
PA
39602015-02-23 Pedro Alves <palves@redhat.com>
3961
3962 * remote.c (skip_to_semicolon): New function.
3963 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
3964 special case the stop reasons that look like hex numbers
3965 upfront. Instead handle real register numbers after matching
3966 all the known stop reasons.
3967
96553a0c
DE
39682015-02-21 Doug Evans <dje@google.com>
3969
3970 PR c++/17976, symtab/17821
3971 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
3972 is_in_anonymous. All callers updated.
3973 (find_symbol_in_baseclass): Ditto.
3974 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
3975 for symbols in an anonymous namespace.
3976 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
3977 DW_AT_name directly.
3978 (dwarf2_name): Convert missing namespace name to
3979 CP_ANONYMOUS_NAMESPACE_STR.
3980
2db9a427
PA
39812015-02-20 Pedro Alves <palves@redhat.com>
3982
3983 * linux-nat.c (linux_handle_extended_wait): Call
3984 thread_db_notice_clone whenever a new clone LWP is detected.
3985 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
3986 functions.
3987 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
3988 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
3989 (linux_unstop_all_lwps): Declare.
3990 * linux-thread-db.c (struct thread_get_info_inout): Delete.
3991 (thread_get_info_callback): Delete.
3992 (thread_from_lwp): Use td_thr_get_info and record_thread.
3993 (thread_db_attach_lwp): Delete.
3994 (thread_db_notice_clone): New function.
3995 (try_thread_db_load_1): If /proc is mounted and shows the
3996 process'es task list, walk over all LWPs and call thread_from_lwp
3997 instead of relying on td_ta_thr_iter.
3998 (attach_thread): Don't call check_thread_signals here. Split the
3999 tail part of the function (which adds the thread to the core GDB
4000 thread list) to ...
4001 (record_thread): ... this function. Call check_thread_signals
4002 here.
4003 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
4004 call thread_from_lwp.
4005 (thread_db_update_thread_list): Rename to ...
4006 (thread_db_update_thread_list_org): ... this.
4007 (thread_db_update_thread_list): New function.
4008 (thread_db_find_thread_from_tid): Delete.
4009 (thread_db_get_ada_task_ptid): Simplify.
4010 * nat/linux-procfs.c: Include <sys/stat.h>.
4011 (linux_proc_task_list_dir_exists): New function.
4012 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
4013
3b27ef47
PA
40142015-02-20 Pedro Alves <palves@redhat.com>
4015
4016 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
4017 main LWP. Handle the case of waitpid returning 0 if we're already
4018 attached to the LWP. Don't set the LWP's last_resume_kind to
4019 resume_stop if we already knew about the LWP.
4020 (linux_nat_filter_event): Add debug logs.
4021
1cc28231
PA
40222015-02-20 Pedro Alves <palves@redhat.com>
4023
4024 * target.h (forward_target_decr_pc_after_break): Delete
4025 declaration.
4026
5c5019c2
PA
40272015-02-20 Pedro Alves <palves@redhat.com>
4028
4029 PR threads/18006
4030 * linux-thread-db.c (thread_get_info_callback): Return early if
4031 the thread's lwp id is -1.
4032
f3978e91
JB
40332015-02-20 Joel Brobecker <brobecker@adacore.com>
4034
4035 GDB 7.9 released.
4036
ffdf88ec
SE
40372015-02-19 Steve Ellcey <sellcey@imgtec.com>
4038
4039 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
4040 (dtrace_get_probes) Change type of variable 'dof'.
4041
c9587f88
AT
40422015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
4043
4044 PR breakpoints/16812
4045 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
4046 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
4047 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
4048
53cf2ee0
DT
40492015-02-19 David Taylor <dtaylor@emc.com>
4050
4051 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
4052
acfe0940
PP
40532015-02-18 Patrick Palka <patrick@parcs.ath.cx>
4054
4055 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
4056 function.
4057 (tui_putc): Don't call tui_handle_resize_during_io.
4058 (tui_getc): Likewise.
4059 (tui_mld_getc): Likewise.
4060 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
4061 (tui_sigwinch_token): New static variable.
4062 (tui_initialize_win): Adjust documentation. Set
4063 tui_sigwinch_token.
4064 (tui_async_resize_screen): New asynchronous callback.
4065 (tui_sigwinch_handler): Adjust documentation. Asynchronously
4066 invoke tui_async_resize_screen.
4067
f6a88844
JM
40682015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
4069
4070 * configure: Regenerated.
4071 * configure.ac: Use GDB_AC_TRANSFORM.
4072 * Makefile.in (aclocal_m4_deps): Added transform.m4.
4073 * acinclude.m4: sinclude transform.m4.
4074 * transform.m4: New file.
4075 (GDB_AC_TRANSFORM): New macro.
4076
b05e3b0d
JM
40772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4078
4079 * NEWS: Announce the support for DTrace SDT probes.
4080
c3e3045e
JM
40812015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4082
4083 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
4084 (amd64_dtrace_parse_probe_argument): New function.
4085 (amd64_dtrace_probe_is_enabled): Likewise.
4086 (amd64_dtrace_enable_probe): Likewise.
4087 (amd64_dtrace_disable_probe): Likewise.
4088 (amd64_linux_init_abi): Register the
4089 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
4090 `gdbarch_dtrace_disable_probe' and
4091 `gdbarch_dtrace_probe_is_enabled' hooks.
4092 (amd64_dtrace_disabled_probe_sequence_1): New constant.
4093 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
4094 (amd64_dtrace_enable_probe_sequence): Likewise.
4095 (amd64_dtrace_disable_probe_sequence): Likewise.
4096
d4777acb
JM
40972015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4098
4099 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
4100 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
4101 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
4102 handle ELF files.
4103 * Makefile.in (SFILES): dtrace-probe.c added.
4104 * configure: Regenerate.
4105 * dtrace-probe.c: New file.
4106 (SHT_SUNW_dof): New constant.
4107 (dtrace_probe_type): New enum.
4108 (dtrace_probe_arg): New struct.
4109 (dtrace_probe_arg_s): New typedef.
4110 (struct dtrace_probe_enabler): New struct.
4111 (dtrace_probe_enabler_s): New typedef.
4112 (dtrace_probe): New struct.
4113 (dtrace_probe_is_linespec): New function.
4114 (dtrace_dof_sect_type): New enum.
4115 (dtrace_dof_dofh_ident): Likewise.
4116 (dtrace_dof_encoding): Likewise.
4117 (DTRACE_DOF_ENCODE_LSB): Likewise.
4118 (DTRACE_DOF_ENCODE_MSB): Likewise.
4119 (dtrace_dof_hdr): New struct.
4120 (dtrace_dof_sect): Likewise.
4121 (dtrace_dof_provider): Likewise.
4122 (dtrace_dof_probe): Likewise.
4123 (DOF_UINT): New macro.
4124 (DTRACE_DOF_PTR): Likewise.
4125 (DTRACE_DOF_SECT): Likewise.
4126 (dtrace_process_dof_probe): New function.
4127 (dtrace_process_dof): Likewise.
4128 (dtrace_build_arg_exprs): Likewise.
4129 (dtrace_get_arg): Likewise.
4130 (dtrace_get_probes): Likewise.
4131 (dtrace_get_probe_argument_count): Likewise.
4132 (dtrace_can_evaluate_probe_arguments): Likewise.
4133 (dtrace_evaluate_probe_argument): Likewise.
4134 (dtrace_compile_to_ax): Likewise.
4135 (dtrace_probe_destroy): Likewise.
4136 (dtrace_gen_info_probes_table_header): Likewise.
4137 (dtrace_gen_info_probes_table_values): Likewise.
4138 (dtrace_probe_is_enabled): Likewise.
4139 (dtrace_probe_ops): New variable.
4140 (info_probes_dtrace_command): New function.
4141 (_initialize_dtrace_probe): Likewise.
4142 (dtrace_type_name): Likewise.
4143
8b367e17
JM
41442015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4145
4146 * gdbarch.sh (dtrace_parse_probe_argument): New.
4147 (dtrace_probe_is_enabled): Likewise.
4148 (dtrace_enable_probe): Likewise.
4149 (dtrace_disable_probe): Likewise.
4150 * gdbarch.c: Regenerate.
4151 * gdbarch.h: Regenerate.
4152
9aca2ff8
JM
41532015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4154
4155 * stap-probe.c (stap_probe_ops): Add NULLs in the static
4156 stap_probe_ops for `enable_probe' and `disable_probe'.
4157 * probe.c (enable_probes_command): New function.
4158 (disable_probes_command): Likewise.
4159 (_initialize_probe): Define the cli commands `enable probe' and
4160 `disable probe'.
4161 (parse_probe_linespec): New function.
4162 (info_probes_for_ops): Use parse_probe_linespec.
4163 * probe.h (probe_ops): New hooks `enable_probe' and
4164 `disable_probe'.
4165
03e98035
JM
41662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4167
4168 * probe.c (compute_probe_arg): Moved from stap-probe.c
4169 (compile_probe_arg): Likewise.
4170 (probe_funcs): Likewise.
4171 * stap-probe.c (compute_probe_arg): Moved to probe.c.
4172 (compile_probe_arg): Likewise.
4173 (probe_funcs): Likewise.
4174
6f9b8491
JM
41752015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
4176
4177 * probe.c (print_ui_out_not_applicables): New function.
4178 (exists_probe_with_pops): Likewise.
4179 (info_probes_for_ops): Do not include column headers for probe
4180 types for which no probe has been actually found on any object.
4181 Also invoke `print_ui_out_not_applicables' in order to match the
4182 column rows with the header when probes of several types are
4183 listed.
4184 Print the "Type" column.
4185 * probe.h (probe_ops): Added a new probe operation `type_name'.
4186 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
4187 (stap_type_name): New function.
4188
69efdff1
PP
41892015-02-17 Patrick Palka <patrick@parcs.ath.cx>
4190
4191 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
4192 (key_is_command_char): Delete.
4193
f8e5e23e
PA
41942015-02-17 Pedro Alves <palves@redhat.com>
4195
4196 * tui/tui.c (tui_enable): Resize windows before anything
4197 might show a window.
4198
9f2e0721
MO
41992015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
4200
4201 PR gdb/17984
4202 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
4203 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
4204 call.
4205 * aarch64-tdep.h (tdesc_aarch64): Declare.
4206
171e6b1c
MW
42072015-02-12 Mark Wielaard <mjw@redhat.com>
4208
4209 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
4210
d5ff0482
DE
42112015-02-13 Doug Evans <dje@google.com>
4212
4213 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
4214 anonymous_namespace to is_in_anonymous for consistency with the rest
4215 of the file.
4216 (cp_lookup_bare_symbol): Fix typo in comment.
4217 (cp_search_static_and_baseclasses): Ditto.
4218 (search_symbol_list): Use vertical space in comment better.
4219 (reset_directive_searched): Ditto. Fix typo.
4220 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
4221
9f04ac5f
YQ
42222015-02-13 Yao Qi <yao.qi@arm.com>
4223
4224 * MAINTAINERS: Update my email address.
4225
013d0319
DE
42262015-02-12 Doug Evans <dje@google.com>
4227
b615dd20 4228 * symtab.c (completion_list_add_name): Fix memory leak.
013d0319 4229
9a7e538e
DE
42302015-02-12 Doug Evans <dje@google.com>
4231
4232 * completer.c (complete_line): Remove incorrect comment.
4233
e1fcd575
JK
42342015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4235
4236 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
4237 (py_print_frame): Use RETURN_MASK_ERROR.
4238
b99bf4e3
JK
42392015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4240
4241 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
4242 function comment. Wrap all function that can throw in cleanups.
4243 (gdbpy_apply_frame_filter): Wrap all function that can throw in
4244 cleanups.
4245
800eb1ce
JK
42462015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4247
4248 * python/py-framefilter.c (py_print_frame): Substitute goto error.
4249 Remove the error label.
4250
34019068
JK
42512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 * python/py-framefilter.c (py_print_frame): Put conditional code paths
4254 with goto first, indent the former else codepath left. Put variable
4255 'elided' to a new inner block.
4256
8d4a54e2
JK
42572015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4258
4259 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
4260
18ad82c1
PA
42612015-02-11 Pedro Alves <palves@redhat.com>
4262
4263 * xcoffread.c (within_function): Delete.
4264
e36122e9
TT
42652015-02-11 Tom Tromey <tromey@redhat.com>
4266 Pedro Alves <palves@redhat.com>
4267
4268 * breakpoint.c (base_breakpoint_ops): Delete.
4269 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
4270 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
4271 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
4272 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
4273 * python/py-arch.c (arch_object_type): Make extern.
4274 * python/py-block.c (block_syms_iterator_object_type): Make extern.
4275 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
4276 * python/py-cmd.c (cmdpy_object_type): Make extern.
4277 * python/py-continueevent.c (continue_event_object_type)
4278 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
4279 parameter. Update all callers.
4280 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
4281 * python/py-exitedevent.c (exited_event_object_type): Make extern.
4282 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
4283 * python/py-function.c (fnpy_object_type): Make extern.
4284 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
4285 * python/py-infevents.c (call_pre_event_object_type)
4286 (inferior_call_post_event_object_type).
4287 (memory_changed_event_object_type): Make extern.
4288 * python/py-infthread.c (thread_object_type): Make extern.
4289 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
4290 * python/py-linetable.c (linetable_entry_object_type)
4291 (linetable_object_type, ltpy_iterator_object_type): Make extern.
4292 * python/py-newobjfileevent.c (new_objfile_event_object_type)
4293 (clear_objfiles_event_object_type): Make extern.
4294 * python/py-objfile.c (objfile_object_type): Make extern.
4295 * python/py-param.c (parmpy_object_type): Make extern.
4296 * python/py-progspace.c (pspace_object_type): Make extern.
4297 * python/py-signalevent.c (signal_event_object_type): Make extern.
4298 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
4299 * python/py-type.c (type_object_type, field_object_type)
4300 (type_iterator_object_type): Make extern.
4301 * python/python.c (python_extension_script_ops)
4302 (python_extension_ops): Make extern.
4303 * stap-probe.c (stap_probe_ops): Make extern.
4304
0703599a
PA
43052015-02-11 Pedro Alves <pedro@codesourcery.com>
4306
4307 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
4308 because the event thread is not the current thread.
4309
eaaf76ab
DE
43102015-02-11 Doug Evans <xdje42@gmail.com>
4311
4312 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
4313 been initialized yet, return NULL.
4314
e7d52ed3
DE
43152015-02-11 Doug Evans <dje@google.com>
4316
4317 * symfile.h (new_symfile_objfile): Delete.
4318 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
4319 All callers updated.
4320
fc6b1256
PP
43212015-02-11 Patrick Palka <patrick@parcs.ath.cx>
4322
4323 * tui/tui-io.c (tui_handle_resize_during_io): Call
4324 tui_update_gdb_sizes() after resizing the screen.
4325 * tui/tui.c (tui_enable): Resize the terminal before
4326 calling tui_update_gdb_sizes().
4327
d9080678
PP
43282015-02-11 Patrick Palka <patrick@parcs.ath.cx>
4329
4330 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
4331 line before printing a newline.
4332
9f615e3a
MW
43332015-02-11 Mark Wielaard <mjw@redhat.com>
4334
4335 * utils.c (producer_is_gcc): Return true or false.
4336
d9080678 43372015-02-10 Mark Wielaard <mjw@redhat.com>
b1ffba5a
MW
4338
4339 * utils.h (producer_is_gcc): Change return type to bool. Add major
4340 argument.
4341 * utils.c (producer_is_gcc): Likewise.
4342 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
4343 * dwarf2read.c (check_producer): Likewise.
4344
b052c4fb
PA
43452015-02-10 Pedro Alves <palves@redhat.com>
4346
4347 * infrun.c (displaced_step_fixup): Switch to the event thread
4348 before calling gdbarch_displaced_step_fixup.
4349
3ac240d4
AT
43502015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
4351
4352 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
4353
c1cc6152
SM
43542015-02-10 Simon Marchi <simon.marchi@ericsson.com>
4355
4356 * ada-varobj.c (ada_name_of_child): Constify parent.
4357 (ada_path_expr_of_child): Same.
4358 (ada_value_of_child): Same.
4359 (ada_type_of_child): Same.
4360 * c-varobj.c (c_is_path_expr_parent): Same.
4361 (c_describe_child): Same.
4362 (c_name_of_child): Same.
4363 (c_value_of_child): Same.
4364 (c_type_of_child): Same.
4365 (cplus_number_of_children): Same.
4366 (cplus_describe_child): Constify var.
4367 (cplus_name_of_child): Constify parent.
4368 (cplus_value_of_child): Same.
4369 (cplus_type_of_child): Same.
4370 * jv-varobj.c (java_name_of_child): Same.
4371 (java_value_of_child): Same.
4372 (java_type_of_child): Same.
4373 * varobj.c (value_of_child): Same.
4374 (varobj_default_is_path_expr_parent): Constify var, parent and return
4375 value.
4376 (varobj_get_path_expr): Constify var, modify path_expr through
4377 mutable_var.
4378 (install_new_value): Constify parent.
4379 (value_of_child): Constify parent.
4380 * varobj.h (struct varobj): Constify parent.
4381 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
4382 type_of_child.
4383 (varobj_get_path_expr): Constify var.
4384 (varobj_get_path_expr_parent): Constify var and return value.
4385
c1ee9414
LM
43862015-02-10 Luis Machado <lgustavo@codesourcery.com>
4387
4388 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
4389 (arm_prologue_this_id): Move PC and SP limit checks to
4390 arm_prologue_unwind_stop_reason.
4391 (arm_prologue_unwind) <stop_reason> : Set to
4392 arm_prologue_unwind_stop_reason.
4393
f7de9aab
MW
43942015-02-09 Mark Wielaard <mjw@redhat.com>
4395
4396 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
4397 DW_LANG_Fortran08 as language_fortran.
4398
0b24eb2d
SDJ
43992015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
4400
4401 PR remote/17946
4402 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
4403 of pointer against char.
4404
a2c2acaf
MW
44052015-02-09 Mark Wielaard <mjw@redhat.com>
4406
4407 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
4408 (c_type_print_modifier): Likewise.
4409 * dwarf2read.c (read_tag_atomic_type): New function.
4410 (read_type_die_1): Handle DW_TAG_atomic_type.
4411 * gdbtypes.c (make_atomic_type): New function.
4412 (recursive_dump_type): Handle TYPE_ATOMIC.
4413 * gdbtypes.h (enum type_flag_values): Renumber.
4414 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
4415 (TYPE_ATOMIC): New macro.
4416 (make_atomic_type): Declare.
4417
31fd9caa
MM
44182015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4419
4420 * btrace.c (ftrace_find_call): Skip gaps.
4421 (ftrace_new_function): Initialize level.
4422 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
4423 (ftrace_new_switch): Update
4424 level computation.
4425 (ftrace_new_gap): New.
4426 (ftrace_update_function): Create new function after gap.
4427 (btrace_compute_ftrace_bts): Create gap on error.
4428 (btrace_stitch_bts): Update parameters. Clear trace if it
4429 becomes empty.
4430 (btrace_stitch_trace): Update parameters. Update callers.
4431 (btrace_clear): Reset the number of gaps.
4432 (btrace_insn_get): Return NULL if the iterator points to a gap.
4433 (btrace_insn_number): Return zero if the iterator points to a gap.
4434 (btrace_insn_end): Allow gaps at the end.
4435 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
4436 (btrace_find_insn_by_number): Assert that the found iterator does
4437 not point to a gap.
4438 (btrace_call_next, btrace_call_prev): Assert that the last function
4439 is not a gap.
4440 * btrace.h (btrace_bts_error): New.
4441 (btrace_function): Update comment.
4442 (btrace_function) <insn, insn_offset, number>: Update comment.
4443 (btrace_function) <errcode>: New.
4444 (btrace_thread_info) <ngaps>: New.
4445 (btrace_thread_info) <replay>: Update comment.
4446 (btrace_insn_get): Update comment.
4447 * record-btrace.c (btrace_ui_out_decode_error): New.
4448 (record_btrace_info): Print number of gaps.
4449 (btrace_insn_history, btrace_call_history): Call
4450 btrace_ui_out_decode_error for gaps.
4451 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
4452
afb778a2
MM
44532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4454
4455 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
4456 * nat/linux-btrace.c: (btrace_this_cpu): New.
4457 (cpu_supports_bts): Call btrace_this_cpu.
4458 (intel_supports_bts): Add cpu parameter.
4459
7d5c24b3
MM
44602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4461
4462 * btrace.h (btrace_insn_class): New.
4463 (btrace_insn) <size, iclass>: New.
4464 * btrace.c (ftrace_find_call): Update parameters. Update users.
4465 Use instruction classification.
4466 (ftrace_new_return): Update parameters. Update users.
4467 (ftrace_update_function): Update parameters. Update users. Use
4468 instruction classification.
4469 (ftrace_update_insns): Update parameters. Update users.
4470 (ftrace_classify_insn): New.
4471 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
4472 TRY_CATCH around call to gdb_insn_length.
4473
76235df1
MM
44742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4475
4476 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
4477 Update parameters. Update users.
4478
d33501a5
MM
44792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4480
4481 * btrace.c (parse_xml_btrace_conf_bts): Add size.
4482 (btrace_conf_bts_attributes): New.
4483 (btrace_conf_children): Add attributes.
4484 * common/btrace-common.h (btrace_config_bts): New.
4485 (btrace_config)<bts>: New.
4486 (btrace_config): Update comment.
4487 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
4488 Use config.
4489 * features/btrace-conf.dtd: Increment version. Add size
4490 attribute to bts element.
4491 * record-btrace.c (set_record_btrace_bts_cmdlist,
4492 show_record_btrace_bts_cmdlist): New.
4493 (record_btrace_adjust_size, record_btrace_print_bts_conf,
4494 record_btrace_print_conf, cmd_set_record_btrace_bts,
4495 cmd_show_record_btrace_bts): New.
4496 (record_btrace_info): Call record_btrace_print_conf.
4497 (_initialize_record_btrace): Add commands.
4498 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
4499 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
4500 (btrace_sync_conf): Synchronize bts size.
4501 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
4502 * NEWS: Announce new commands and new packets.
4503
f4abbc16
MM
45042015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4505
4506 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
4507 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
4508 (x86_linux_btrace_conf): New.
4509 (x86_linux_create_target): Initialize to_btrace_conf.
4510 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
4511 Check format. Split into this and ...
4512 (linux_enable_bts): ... this.
4513 (linux_btrace_conf): New.
4514 (perf_event_skip_record): Renamed into ...
4515 (perf_event_skip_bts_record): ... this. Updated users.
4516 (linux_disable_btrace): Split into this and ...
4517 (linux_disable_bts): ... this.
4518 (linux_read_btrace): Check format.
4519 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
4520 (linux_btrace_conf): New.
4521 (btrace_target_info)<ptid>: Moved.
4522 (btrace_target_info)<conf>: New.
4523 (btrace_target_info): Split into this and ...
4524 (btrace_tinfo_bts): ... this. Updated users.
4525 * btrace.c (btrace_enable): Update parameters.
4526 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
4527 (btrace_conf_children, btrace_conf_attributes)
4528 (btrace_conf_elements): New.
4529 * btrace.h (btrace_enable): Update parameters.
4530 (btrace_conf, parse_xml_btrace_conf): New.
4531 * common/btrace-common.h (btrace_config): New.
4532 * feature/btrace-conf.dtd: New.
4533 * record-btrace.c (record_btrace_conf): New.
4534 (record_btrace_cmdlist): New.
4535 (record_btrace_enable_warn, record_btrace_open): Pass
4536 &record_btrace_conf.
4537 (record_btrace_info): Print recording format.
4538 (cmd_record_btrace_bts_start): New.
4539 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
4540 (_initialize_record_btrace): Add "record btrace bts" subcommand.
4541 Add "record bts" alias command.
4542 * remote.c (remote_state)<btrace_config>: New.
4543 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
4544 (remote_protocol_features): Add qXfer:btrace-conf:read.
4545 (remote_open_1): Call remote_btrace_reset.
4546 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
4547 (btrace_target_info)<conf>: New.
4548 (btrace_sync_conf, btrace_read_config): New.
4549 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
4550 btrace_read_conf.
4551 (remote_btrace_conf): New.
4552 (init_remote_ops): Initialize to_btrace_conf.
4553 (_initialize_remote): Add qXfer:btrace-conf packet.
4554 * target.c (target_enable_btrace): Update parameters.
4555 (target_btrace_conf): New.
4556 * target.h (target_enable_btrace): Update parameters.
4557 (target_btrace_conf): New.
4558 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
4559 (target_ops)<to_enable_btrace>: Update parameters and comment.
4560 (target_ops)<to_btrace_conf>: New.
4561 * target-delegates: Regenerate.
4562 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
4563 (target_debug_print_const_struct_btrace_target_info_p): New.
4564 * NEWS: Announce new command and new packet.
4565
aadf7753
MM
45662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4567
4568 * nat/linux-btrace.h (perf_event_buffer): New.
4569 (btrace_target_info) <buffer, size, data_head>: Replace with ...
4570 <bts>: ... this.
4571 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
4572 (perf_event_buffer_size, perf_event_buffer_begin)
4573 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
4574 Updated users.
4575 (perf_event_new_data): New.
4576
043c3577
MM
45772015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4578
4579 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
4580 * record-btrace.c (record_btrace_open): Remove call to
4581 target_supports_btrace.
4582 * remote.c (remote_supports_btrace): Update parameters.
4583 * target.c (target_supports_btrace): Update parameters.
4584 * target.h (to_supports_btrace, target_supports_btrace): Update
4585 parameters.
4586 * target-delegates.c: Regenerate.
4587 * target-debug.h (target_debug_print_enum_btrace_format): New.
4588 * nat/linux-btrace.c
4589 (kernel_supports_btrace): Rename into ...
4590 (kernel_supports_bts): ... this. Update users. Update warning text.
4591 (intel_supports_btrace): Rename into ...
4592 (intel_supports_bts): ... this. Update users.
4593 (cpu_supports_btrace): Rename into ...
4594 (cpu_supports_bts): ... this. Update users.
4595 (linux_supports_btrace): Update parameters. Split into this and ...
4596 (linux_supports_bts): ... this.
4597 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
4598
734b0e4b
MM
45992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
4600
4601 * Makefile.in (SFILES): Add common/btrace-common.c.
4602 (COMMON_OBS): Add common/btrace-common.o.
4603 (btrace-common.o): Add build rules.
4604 * btrace.c (parse_xml_btrace): Update parameters.
4605 (parse_xml_btrace_block): Set format field.
4606 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
4607 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
4608 (btrace_compute_ftrace): Split into this and...
4609 (btrace_compute_ftrace_bts): ...this.
4610 (btrace_stitch_trace): Split into this and...
4611 (btrace_stitch_bts): ...this.
4612 * btrace.h (parse_xml_btrace): Update parameters.
4613 (make_cleanup_btrace_data): New.
4614 * common/btrace-common.c: New.
4615 * common/btrace-common.h: Include common-defs.h.
4616 (btrace_block_s): Update comment.
4617 (btrace_format): New.
4618 (btrace_format_string): New.
4619 (btrace_data_bts): New.
4620 (btrace_data): New.
4621 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
4622 * remote.c (remote_read_btrace): Update parameters.
4623 * target.c (target_read_btrace): Update parameters.
4624 * target.h (target_read_btrace): Update parameters.
4625 (target_ops)<to_read_btrace>: Update parameters.
4626 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
4627 * target-delegates.c: Regenerate.
4628 * target-debug (target_debug_print_struct_btrace_data_p): New.
4629 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
4630 (linux_read_bts): ...this.
4631 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
4632
bd2e0e9e
DE
46332015-02-06 Doug Evans <dje@google.com>
4634
4635 * remote-m32r-sdi.c: Include symfile.h.
4636
f176c4b5
DE
46372015-02-06 Doug Evans <dje@google.com>
4638
4639 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
4640 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
4641 to here.
4642
d6c146e9
PA
46432015-02-06 Pedro Alves <palves@redhat.com>
4644
4645 * linux-thread-db.c (find_new_threads_callback): Add debug output.
4646
b9d61307
SM
46472015-02-06 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 PR gdb/15678
4650 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
4651 (enable_count_command): Check args for NULL value.
4652
e9fbd043
DE
46532015-02-05 Doug Evans <xdje42@gmail.com>
4654
4655 * guile/scm-frame.c: Fix spelling errors in a comment.
4656
881d5d5d
JK
46572015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4658
4659 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
4660 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
4661 return type.
4662
20ba1ce6
PA
46632015-02-04 Pedro Alves <palves@redhat.com>
4664
4665 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
4666 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
4667 returns true.
4668 (resume_stopped_resumed_lwps): Don't check whether the thread is
4669 marked as executing.
4670 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
4671
f962539a
AA
46722015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4673
4674 * regset.h (struct regset): Add flags field.
4675 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
4676 * corelow.c (get_core_register_section): Add warning if the size
4677 exceeds the requested size and the regset does not have the
4678 REGSET_VARIABLE_SIZE flag set.
4679 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
4680 flag.
4681 * armbsd-tdep.c (armbsd_gregset): Likewise.
4682 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
4683 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
4684 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
4685 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
4686
dde9acd6
AA
46872015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4688
4689 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
4690 For ".reg-xstate", explicitly specify the requested section size
4691 via X86_XSTATE_SIZE instead of just 0 on input and
4692 X86_XSTATE_MAX_SIZE on output.
4693 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
4694 Likewise.
4695
1528345d
AA
46962015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
4697
4698 PR corefiles/17808:
4699 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
4700 function type, particularly its SIZE parameter.
4701 * gdbarch.h: Regenerate.
4702 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
4703 actual against required size using ">=" instead of "==".
4704 (amd64_collect_fpregset): Likewise.
4705 * i386-tdep.c (i386_supply_gregset): Likewise.
4706 (i386_collect_gregset): Likewise.
4707 (i386_supply_fpregset): Likewise.
4708 (i386_collect_fpregset): Likewise.
4709 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
4710 (mips_fill_gregset_wrapper): Likewise.
4711 (mips_supply_fpregset_wrapper): Likewise.
4712 (mips_fill_fpregset_wrapper): Likewise.
4713 (mips64_supply_gregset_wrapper): Likewise.
4714 (mips64_fill_gregset_wrapper): Likewise.
4715 (mips64_supply_fpregset_wrapper): Likewise.
4716 (mips64_fill_fpregset_wrapper): Likewise.
4717 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
4718 (am33_supply_fpregset_method): Likewise.
4719 (am33_collect_gregset_method): Likewise.
4720 (am33_collect_fpregset_method): Likewise.
4721
518be979
DE
47222015-02-04 Doug Evans <dje@google.com>
4723 Pedro Alves <palves@redhat.com>
4724 Eli Zaretskii <eliz@gnu.org>
4725
4726 PR tui/17810
4727 * tui/tui-command.c (tui_refresh_cmd_win): New function.
4728 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
4729 * tui/tui-file.c: #include tui/tui-command.h.
4730 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
4731 (tui_file_flush): Refresh command window if stream is gdb_stdout.
4732 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
4733
80bd5fab
PA
47342015-02-04 Pedro Alves <palves@redhat.com>
4735
4736 Fix build breakage.
4737 * event-loop.c (gdb_do_one_event): Add default switch case.
4738
a7606d80
JK
47392015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4740
4741 Filter out inferior gcc option -fpreprocessed.
4742 * compile/compile.c (filter_args): New function.
4743 (get_args): Use it.
4744
70b66289
PA
47452015-02-03 Pedro Alves <palves@redhat.com>
4746
4747 * event-loop.c: Don't declare nor define a queue type for
4748 gdb_event_p.
4749 (event_queue): Delete.
4750 (create_event, create_file_event, gdb_event_xfree)
4751 (initialize_event_loop, process_event): Delete.
4752 (gdb_do_one_event): Return as soon as one event is handled.
4753 (handle_file_event): Change prototype. Used the passed in
4754 file_handler pointer and ready_mask instead of looping over all
4755 file handlers.
4756 (gdb_wait_for_event): Update the poll/select timeouts before
4757 blocking. Run event handlers directly instead of queueing events.
4758 Return as soon as one event is handled.
4759 (struct async_event_handler_data): Delete.
4760 (invoke_async_event_handler): Delete.
4761 (check_async_event_handlers): Change return type to int. Run
4762 event handlers directly instead of queueing events. Return as
4763 soon as one event is handled.
4764 (handle_timer_event): Delete.
4765 (update_wait_timeout): New function, factored out from
4766 poll_timers.
4767 (poll_timers): Reimplement.
4768 * event-loop.h (initialize_event_loop): Delete declaration.
4769 * top.c (gdb_init): Don't call initialize_event_loop.
4770
b7d2e916
PA
47712015-02-03 Pedro Alves <palves@redhat.com>
4772
4773 * event-loop.c (clear_async_event_handler): New function.
4774 * event-loop.h (clear_async_event_handler): New declaration.
4775 * record-btrace.c (record_btrace_async): New function.
4776 (init_record_btrace_ops): Install record_btrace_async.
4777 * record-full.c (record_full_async): New function.
4778 (record_full_resume): Don't mark the async event source here.
4779 (init_record_full_ops): Install record_full_async.
4780 (record_full_core_resume): Don't mark the async event source here.
4781 (init_record_full_core_ops): Install record_full_async.
4782 * remote.c (remote_async): Mark and clear the async stop reply
4783 queue event-loop token as appropriate.
4784
d9d41e78
PA
47852015-02-03 Pedro Alves <palves@redhat.com>
4786
4787 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
4788 target_is_async_p instead of target_can_async.
4789 (linux_nat_wait): Use target_is_async_p instead of
4790 target_can_async. Don't enable async here.
4791 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
4792 target_is_async_p instead of target_can_async.
4793
aa3de267
SM
47942015-02-02 Simon Marchi <simon.marchi@ericsson.com>
4795
4796 * varobj.h (lang_varobj_ops): Mention which return values need
4797 to be freed.
4798
2c811c0f
JB
47992015-02-02 Joel Brobecker <brobecker@adacore.com>
4800
4801 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
4802
b1eedac9
JB
48032015-02-02 Joel Brobecker <brobecker@adacore.com>
4804
4805 PR gdb/17856:
4806 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
4807 results found in the cache.
4808
66c168ae
JB
48092015-02-02 Joel Brobecker <brobecker@adacore.com>
4810
4811 PR gdb/17854:
4812 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
4813 when allocating a new one.
4814
4bdc02b2
TT
48152015-02-01 Tom Tromey <tom@tromey.com>
4816
4817 * MAINTAINERS: Remove myself.
4818
ae6ae975
DE
48192015-01-31 Doug Evans <xdje42@gmail.com>
4820
4821 * dwarf2read.c (process_structure_scope): Update setting of
4822 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
4823 * gdbtypes.c (internal_type_vptr_fieldno): New function.
4824 (set_type_vptr_fieldno): New function.
4825 (internal_type_vptr_basetype): New function.
4826 (set_type_vptr_basetype): New function.
4827 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
4828 TYPE_VPTR_BASETYPE.
4829 (allocate_cplus_struct_type): Initialize vptr_fieldno.
4830 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
4831 (print_cplus_stuff): ... moved here.
4832 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
4833 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
4834 moved to ...
4835 (struct cplus_struct_type): ... here. All uses updated.
4836 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
4837 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
4838 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
4839 * stabsread.c (read_tilde_fields): Update setting of
4840 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
4841
09e2d7c7
DE
48422015-01-31 Doug Evans <xdje42@gmail.com>
4843
4844 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
4845 to self_p.
4846 (cp_print_class_member): Rename local domain to self_type.
4847 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
4848 domain_type to self_type.
4849 (set_die_type) <need_gnat_info>: Handle
4850 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
4851 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
4852 TYPE_SPECIFIC_SELF_TYPE.
4853 * gdbtypes.c (internal_type_self_type): New function.
4854 (set_type_self_type): New function.
4855 (smash_to_memberptr_type): Rename parameter domain to self_type.
4856 Update setting of TYPE_SELF_TYPE.
4857 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
4858 (smash_to_method_type): Rename parameter domain to self_type.
4859 Update setting of TYPE_SELF_TYPE.
4860 (check_stub_method): Call smash_to_method_type.
4861 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
4862 (copy_type_recursive): Ditto.
4863 * gdbtypes.h (enum type_specific_kind): New value
4864 TYPE_SPECIFIC_SELF_TYPE.
4865 (struct main_type) <type_specific>: New member self_type.
4866 (struct cplus_struct_type) <fn_field.type>: Update comment.
4867 (TYPE_SELF_TYPE): Rewrite.
4868 (internal_type_self_type, set_type_self_type): Declare.
4869 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
4870 self_type.
4871 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
4872 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
4873 TYPE_TARGET_TYPE.
4874 * stabsread.c (read_member_functions): Mark methods with
4875 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
4876 TYPE_SELF_TYPE.
4877
4bfb94b8
DE
48782015-01-31 Doug Evans <xdje42@gmail.com>
4879
4880 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
4881 All uses updated.
4882
5f4ce105
DE
48832015-01-31 Doug Evans <xdje42@gmail.com>
4884
4885 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
4886 or unions. Return zero if union.
4887 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
4888 (gnuv3_rtti_type): Pass already-check_typedef'd value to
4889 gnuv3_get_vtable.
4890 (compute_vtable_size): Assert only passed structs.
4891 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
4892
f6b3afbf
DE
48932015-01-31 Doug Evans <xdje42@gmail.com>
4894
4895 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
4896 kinds.
4897
cfb069a8
GB
48982015-01-31 Gary Benson <gbenson@redhat.com>
4899 Doug Evans <dje@google.com>
4900
4901 PR cli/9007
4902 PR cli/11920
4903 PR cli/15548
4904 * cli/cli-cmds.c (complete_command): Notify user if max-completions
4905 reached.
4906 * common/common-exceptions.h (enum errors)
4907 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
4908 * completer.h (get_max_completions_reached_message): New declaration.
4909 (max_completions): Likewise.
4910 (completion_tracker_t): New typedef.
4911 (new_completion_tracker): New declaration.
4912 (make_cleanup_free_completion_tracker): Likewise.
4913 (maybe_add_completion_enum): New enum.
4914 (maybe_add_completion): New declaration.
4915 (throw_max_completions_reached_error): Likewise.
4916 * completer.c (max_completions): New global variable.
4917 (new_completion_tracker): New function.
4918 (free_completion_tracker): Likewise.
4919 (make_cleanup_free_completion_tracker): Likewise.
4920 (maybe_add_completions): Likewise.
4921 (throw_max_completions_reached_error): Likewise.
4922 (complete_line): Remove duplicates and limit result to max_completions
4923 entries.
4924 (get_max_completions_reached_message): New function.
4925 (gdb_display_match_list): Handle max_completions.
4926 (_initialize_completer): New declaration and function.
4927 * symtab.c: Include completer.h.
4928 (completion_tracker): New static variable.
4929 (completion_list_add_name): Call maybe_add_completion.
4930 (default_make_symbol_completion_list_break_on_1): Renamed from
4931 default_make_symbol_completion_list_break_on. Maintain
4932 completion_tracker across calls to completion_list_add_name.
4933 (default_make_symbol_completion_list_break_on): New function.
4934 * top.c (init_main): Set rl_completion_display_matches_hook.
4935 * tui/tui-io.c: Include completer.h.
4936 (tui_old_rl_display_matches_hook): New static global.
4937 (tui_rl_display_match_list): Notify user if max-completions reached.
4938 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
4939 * NEWS (New Options): Mention set/show max-completions.
4940
e11c72c7
GB
49412015-01-31 Gary Benson <gbenson@redhat.com>
4942
4943 * symtab.c (struct add_name_data) <code>: New field.
4944 Updated comments.
4945 (add_symtab_completions): New function.
4946 (symtab_expansion_callback): Likewise.
4947 (default_make_symbol_completion_list_break_on): Set datum.code.
4948 Move minimal symbol scan before calling expand_symtabs_matching.
4949 Scan known primary symtabs for externs and statics before calling
4950 expand_symtabs_matching. Pass symtab_expansion_callback as
4951 expansion_notify argument to expand_symtabs_matching. Do not scan
4952 primary symtabs for externs and statics after calling
4953 expand_symtabs_matching.
4954
276d885b
GB
49552015-01-31 Gary Benson <gbenson@redhat.com>
4956
4957 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
4958 (struct quick_symbol_functions) <expand_symtabs_matching>:
4959 New argument expansion_notify. All uses updated.
4960 (expand_symtabs_matching): New argument expansion_notify.
4961 All uses updated.
4962 * symfile-debug.c (debug_qf_expand_symtabs_matching):
4963 Also print expansion notify.
4964 * symtab.c (expand_symtabs_matching_via_partial): Call
4965 expansion_notify whenever a partial symbol table is expanded.
4966 * dwarf2read.c (dw2_expand_symtabs_matching): Call
4967 expansion_notify whenever a symbol table is instantiated.
4968
82083d6d
DE
49692015-01-31 Doug Evans <xdje42@gmail.com>
4970
4971 * cli-out.c: #include completer.h, readline/readline.h.
4972 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
4973 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
4974 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
4975 * cli-out.h (cli_display_match_list): Declare.
4976 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
4977 (ELLIPSIS_LEN): Ditto.
4978 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
4979 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
4980 (gdb_fnprint, gdb_print_filename): Ditto.
4981 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
4982 (gdb_display_match_list): Ditto.
4983 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
4984 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
4985 (mld_beep_ftype, mld_read_key_ftype): Ditto.
4986 (match_list_displayer): New struct.
4987 (gdb_display_match_list): Declare.
4988 * top.c (init_main): Set rl_completion_display_matches_hook.
4989 * tui/tui-io.c: #include completer.h.
4990 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
4991 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
4992 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
4993 (tui_mld_getc, tui_mld_read_key): Ditto.
4994 (tui_rl_display_match_list): Rewrite.
4995 (tui_handle_resize_during_io): New arg for_completion. All callers
4996 updated.
4997
f57d2163
DE
49982015-01-31 Doug Evans <xdje42@gmail.com>
4999
5000 Add symbol lookup cache.
5001 * NEWS: Document new options and commands.
5002 * symtab.c (symbol_cache_key): New static global.
5003 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
5004 (SYMBOL_LOOKUP_FAILED): New macro.
5005 (symbol_cache_slot_state): New enum.
5006 (block_symbol_cache): New struct.
5007 (symbol_cache): New struct.
5008 (new_symbol_cache_size, symbol_cache_size): New static globals.
5009 (hash_symbol_entry, eq_symbol_entry): New functions.
5010 (symbol_cache_byte_size, resize_symbol_cache): New functions.
5011 (make_symbol_cache, free_symbol_cache): New functions.
5012 (get_symbol_cache, symbol_cache_cleanup): New function.
5013 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
5014 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
5015 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
5016 (symbol_cache_flush, symbol_cache_dump): New functions.
5017 (maintenance_print_symbol_cache): New function.
5018 (maintenance_flush_symbol_cache): New function.
5019 (symbol_cache_stats): New function.
5020 (maintenance_print_symbol_cache_statistics): New function.
5021 (symtab_new_objfile_observer): New function.
5022 (symtab_free_objfile_observer): New function.
5023 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
5024 (_initialize_symtab): Init symbol_cache_key. New parameter
5025 maint symbol-cache-size. New maint commands print symbol-cache,
5026 print symbol-cache-statistics, flush-symbol-cache.
5027 Install new_objfile, free_objfile observers.
5028
e700d1b2
JB
50292015-01-31 Joel Brobecker <brobecker@adacore.com>
5030
5031 PR symtab/17855
5032 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
5033 to end.
5034
9f050062
DE
50352015-01-31 Doug Evans <xdje42@gmail.com>
5036
5037 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
5038 * auto-load.c: #include ctype.h.
5039 (struct auto_load_pspace_info): Replace member loaded_scripts with
5040 new members loaded_script_files, loaded_script_texts.
5041 (auto_load_pspace_data_cleanup): Update.
5042 (init_loaded_scripts_info): Update.
5043 (get_auto_load_pspace_data_for_loading): Update.
5044 (maybe_add_script_file): Renamed from maybe_add_script. All callers
5045 updated.
5046 (maybe_add_script_text): New function.
5047 (clear_section_scripts): Update.
5048 (source_script_file, execute_script_contents): New functions.
5049 (source_section_scripts): Add support for
5050 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
5051 (print_scripts): New function.
5052 (auto_load_info_scripts): Also print inlined scripts.
5053 (maybe_print_unsupported_script_warning): Renamed from
5054 unsupported_script_warning_print. All callers updated.
5055 (maybe_print_script_not_found_warning): Renamed from
5056 script_not_found_warning_print. All callers updated.
5057 * extension-priv.h (struct extension_language_script_ops): New member
5058 objfile_script_executor.
5059 * extension.c (ext_lang_objfile_script_executor): New function.
5060 * extension.h (objfile_script_executor_func): New typedef.
5061 (ext_lang_objfile_script_executor): Declare.
5062 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
5063 * guile/guile.c (guile_extension_script_ops): Update.
5064 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
5065 * python/python.c (python_extension_script_ops): Update.
5066 (gdbpy_execute_objfile_script): New function.
5067
312809f8
EZ
50682015-01-31 Eli Zaretskii <eliz@gnu.org>
5069
5070 * tui/tui-io.c (tui_expand_tabs): New function.
5071 (tui_puts, tui_redisplay_readline): Expand TABs into the
5072 appropriate number of spaces.
5073 * tui/tui-regs.c: Include tui-io.h.
5074 (tui_register_format): Call tui_expand_tabs to expand TABs into
5075 the appropriate number of spaces.
5076 * tui/tui-io.h: Add prototype for tui_expand_tabs.
5077
b6577aab
DE
50782015-01-30 Doug Evans <dje@google.com>
5079
5080 * NEWS: "info source" command now display producer string if present.
5081 * source.c (source_info): Print producer string if present.
5082
6da58d3e
SM
50832015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5084
5085 * varobj.c (varobj_delete): Fix comment.
5086
837ce252
SM
50872015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5088
5089 * varobj.c (create_child): Modify comment.
5090
b09e2c59
SM
50912015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5092
5093 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
5094 parameter.
5095 (ada_name_of_variable): Same.
5096 (ada_path_expr_of_child): Same.
5097 (ada_value_of_variable): Same.
5098 (ada_value_is_changeable_p): Same.
5099 (ada_value_has_mutated): Same.
5100 * c-varobj.c (varobj_is_anonymous_child): Same.
5101 (c_is_path_expr_parent): Same.
5102 (c_number_of_children): Same.
5103 (c_name_of_variable): Same.
5104 (c_path_expr_of_child): Same.
5105 (get_type): Same.
5106 (c_value_of_variable): Same.
5107 (cplus_number_of_children): Same.
5108 (cplus_name_of_variable): Same.
5109 (cplus_path_expr_of_child): Same.
5110 (cplus_value_of_variable): Same.
5111 * jv-varobj.c (java_number_of_children): Same.
5112 (java_name_of_variable): Same.
5113 (java_path_expr_of_child): Same.
5114 (java_value_of_variable): Same.
5115 * varobj.c (number_of_children): Same.
5116 (name_of_variable): Same.
5117 (is_root_p): Same.
5118 (varobj_ensure_python_env): Same.
5119 (varobj_get_objname): Same.
5120 (varobj_get_expression): Same.
5121 (varobj_get_display_format): Same.
5122 (varobj_get_display_hint): Same.
5123 (varobj_has_more): Same.
5124 (varobj_get_thread_id): Same.
5125 (varobj_get_frozen): Same.
5126 (dynamic_varobj_has_child_method): Same.
5127 (varobj_get_gdb_type): Same.
5128 (is_path_expr_parent): Same.
5129 (varobj_default_is_path_expr_parent): Same.
5130 (varobj_get_language): Same.
5131 (varobj_get_attributes): Same.
5132 (varobj_is_dynamic_p): Same.
5133 (varobj_get_child_range): Same.
5134 (varobj_value_has_mutated): Same.
5135 (varobj_get_value_type): Same.
5136 (number_of_children): Same.
5137 (name_of_variable): Same.
5138 (check_scope): Same.
5139 (varobj_editable_p): Same.
5140 (varobj_value_is_changeable_p): Same.
5141 (varobj_floating_p): Same.
5142 (varobj_default_value_is_changeable_p): Same.
5143
2568868e
SM
51442015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5145
5146 * varobj.c (varobj_get_path_expr): Set var->path_expr.
5147 * c-varobj.c (c_path_expr_of_child): Set local var instead of
5148 child->path_expr.
5149 (cplus_path_expr_of_child): Same.
5150
ca83fa81
SM
51512015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
5154 result.
5155 (mi_cmd_var_info_expression): Same.
5156 * varobj.c (varobj_get_expression): Mention in the comment that
5157 the result must by freed by the caller.
5158
afa269ae
SM
51592015-01-30 Simon Marchi <simon.marchi@ericsson.com>
5160
5161 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
5162 varobj_get_type.
5163 (varobj_update_one): Same.
5164 * varobj.c (update_type_if_necessary): Free curr_type_str and
5165 new_type_str.
5166 (varobj_get_type): Specify in comment that the result needs to be
5167 freed by the caller.
5168
cd366ee8
DE
51692015-01-29 Doug Evans <dje@google.com>
5170
5171 PR symtab/17890
5172 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
5173
38360086
MW
51742015-01-25 Mark Wielaard <mjw@redhat.com>
5175
5176 * dwarf2read.c (checkproducer): Call producer_is_gcc.
5177 * utils.c (producer_is_gcc_ge_4): Likewise.
5178 (producer_is_gcc): New function.
5179 * utils.h (producer_is_gcc): New declaration.
5180
df25ebbd
JB
51812015-01-29 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
5184 kind.
5185 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
5186 parameter by "addr_stack" parameter.
5187 (resolve_dynamic_range): Replace "addr" parameter by
5188 "stack_addr" parameter. Update function documentation.
5189 Update code accordingly.
5190 (resolve_dynamic_array, resolve_dynamic_union)
5191 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
5192 (resolve_dynamic_type): Update code, following the changes made
5193 to resolve_dynamic_type_internal's interface.
5194 * dwarf2loc.h (struct property_addr_info): New.
5195 (dwarf2_evaluate_property): Replace "address" parameter
5196 by "addr_stack" parameter. Adjust function documentation.
5197 (struct dwarf2_offset_baton): New.
5198 (struct dwarf2_property_baton): Update documentation of
5199 field "referenced_type" to be more general. New field
5200 "offset_info" in union data field.
5201 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
5202 parameter by "addr_stack" parameter. Adjust code accordingly.
5203 Add support for PROP_ADDR_OFFSET properties.
5204 * dwarf2read.c (attr_to_dynamic_prop): Add support for
5205 DW_AT_data_member_location attributes as well. Use case
5206 statements instead of if/else condition.
5207
4a0ca9ec
JB
52082015-01-29 Joel Brobecker <brobecker@adacore.com>
5209
5210 * ada-varobj.c (ada_varobj_get_array_number_of_children):
5211 Return zero if PARENT_VALUE is NULL and parent_type's
5212 range type is dynamic.
5213
ddb87a81
JB
52142015-01-29 Joel Brobecker <brobecker@adacore.com>
5215
5216 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
5217 nonzero if the type's subtype is dynamic.
5218 (resolve_dynamic_range): Also resolve the range's subtype.
5219
3d7ad9b4 52202015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
7a270e0c 5221
3d7ad9b4 5222 Pushed by Joel Brobecker <brobecker@adacore.com>.
7a270e0c
AK
5223 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
5224
3a8b707a
DE
52252015-01-27 Doug Evans <dje@google.com>
5226
5227 * NEWS: Mention gdb.Objfile.username.
5228 * python/py-objfile.c (objfpy_get_username): New function.
5229 (objfile_getset): Add "username".
5230
d35b90fb
MW
52312015-01-24 Mark Wielaard <mjw@redhat.com>
5232
5233 * stack.c (return_command): Markup warning message with _.
5234
734ae125
DE
52352015-01-24 Doug Evans <xdje42@gmail.com>
5236
5237 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
5238
527f3840
JK
52392015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 Fix 100x slowdown regression on DWZ files.
5242 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
5243 (struct line_header): Add offset and offset_in_dwz.
5244 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
5245 (free_line_header_voidp): New declaration.
5246 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
5247 functions.
5248 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
5249 (handle_DW_AT_stmt_list): Use line_header_hash.
5250 (free_line_header_voidp): New function.
5251 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
5252 (dwarf_decode_lines): New parameter decode_mapping, use it.
5253 (dwarf2_free_objfile): Free line_header_hash.
5254
f7e5394d
SM
52552015-01-23 Simon Marchi <simon.marchi@ericsson.com>
5256
5257 PR gdb/17416
5258 * valops.c (value_rtti_indirect_type): Catch exception thrown by
5259 value_ind.
5260
743649fd
MW
52612015-01-15 Mark Wielaard <mjw@redhat.com>
5262
5263 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
5264 DW_AT_noreturn.
5265 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
5266 calling_convention an 8 bit bit field.
5267 (TYPE_NO_RETURN): New macro.
5268 * infcmd.c (finish_command): Query if function does not return
5269 normally.
5270 * stack.c (return_command): Likewise.
5271
198297aa
PA
52722015-01-23 Pedro Alves <palves@redhat.com>
5273
5274 * linux-nat.c (linux_is_async_p): New macro.
5275 (linux_nat_is_async_p):
5276 (linux_nat_terminal_inferior): Check whether the target can async
5277 instead of whether it is already async.
5278 (linux_nat_terminal_ours): Don't check whether the target is
5279 async.
5280 (linux_async_pipe): Use linux_is_async_p.
5281
253828f1
JK
52822015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5283
5284 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
5285 '-ascending'.
5286 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
5287 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
5288 Sort tp_array using tp_array_compar.
5289 (_initialize_thread): Extend thread_apply_all_command help.
5290
f0e8c4c5
JK
52912015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5292
5293 * corelow.c (core_open): Call also thread_command.
5294 * gdbthread.h (thread_command): New prototype moved from ...
5295 * thread.c (thread_command): ... here.
5296 (thread_command): Make it global.
5297
03b79603
PA
52982015-01-22 Pedro Alves <palves@redhat.com>
5299
5300 * configure.ac [*mingw32*]: Check $curses_found instead of
5301 $prefer_curses.
5302 * configure: Regenerate.
5303 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
5304 HAVE_NCURSES_NCURSES_H checks.
5305
6b8a872f
EZ
53062015-01-22 Eli Zaretskii <eliz@gnu.org>
5307
bbbbffbb 5308 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
6b8a872f
EZ
5309 fails with the 1st arg NULL, try again with "unknown". Don't test
5310 the "cup" capability: it isn't supported by the Windows port of
5311 ncurses, but the Windows console driver is still capable of
5312 supporting TUI.
5313
4b62a76e
JK
53142015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
5317
82a864f9
EZ
53182015-01-22 Eli Zaretskii <eliz@gnu.org>
5319
5320 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
5321 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
5322 reason that "make TAGS" is broken.
5323
b35018fd
CG
53242015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
5325
5326 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
5327 and check additional store instructions.
5328
ffbc4646
WW
53292015-01-21 Wei-cheng Wang <cole945@gmail.com>
5330
5331 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
5332
ddeca1df
WW
53332015-01-21 Wei-cheng Wang <cole945@gmail.com>
5334
5335 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
5336 ppc_canonicalize_syscall, ppc_linux_syscall_record,
5337 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
5338 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
5339 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
5340 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
5341 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
5342 ppc_process_record_op19, ppc_process_record_op31,
5343 ppc_process_record_op59, ppc_process_record_op60,
5344 ppc_process_record_op63): Likewise.
5345
049bb5de
JB
53462015-01-20 Joel Brobecker <brobecker@adacore.com>
5347
5348 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
5349 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
5350 strerror.
5351
42b87c63 53522015-01-20 Wei-cheng Wang <cole945@gmail.com>
810c1026
WW
5353
5354 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
5355 ppc_process_record_op31, ppc_process_record_op59,
5356 ppc_process_record_op60, ppc_process_record_op63,
5357 ppc_process_record): Fix -Wformat warning.
5358 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
5359 Remove unused variables.
5360
569340fc
CG
53612015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
5362
5363 * MAINTAINERS (Write After Approval): Add "Chen Gang".
5364
63413d85
EZ
53652015-01-19 Eli Zaretskii <eliz@gnu.org>
5366
5367 * configure.ac [*mingw32*]: Only add windows-termcap.o to
5368 CONFIG_OBS if not building with a curses library.
5369 * configure: Regenerate.
5370
5371 * windows-termcap.c: Include defs.h. Make the whole body empty if
5372 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
5373 HAVE_NCURSES_NCURSES_H is defined.
5374
16d8013c
JB
53752015-01-19 Joel Brobecker <brobecker@adacore.com>
5376
5377 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
5378 from end of line to start of next line.
5379
cf90fd9a
WW
53802015-01-17 Wei-cheng Wang <cole945@gmail.com>
5381
5382 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
5383 Scan PLT stub backward for reverse debugging.
5384 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
5385
b4cdae6f
WW
53862015-01-17 Wei-cheng Wang <cole945@gmail.com>
5387 Ulrich Weigand <uweigand@de.ibm.com>
5388
5389 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
5390 gdb_target_obs.
5391 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
5392 record.
5393 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
5394 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
5395 (ppc_linux_init_abi): Set process_record, process_record_signal.
5396 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
5397 ppc_linux_record_tdep to gdbarch_tdep.
5398 (ppc_process_record): New declaration.
5399 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
5400 ppc_process_record_op19, ppc_process_record_op31,
5401 ppc_process_record_op59, ppc_process_record_op60,
5402 ppc_process_record_op63, ppc_process_record): New functions.
5403
2608dbf8
WW
54042015-01-17 Wei-cheng Wang <cole945@gmail.com>
5405
5406 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
5407 rs6000_in_function_epilogue_frame_p and add an argument
5408 for frame_info.
5409 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
5410 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
5411 New functions.
5412 (rs6000_epilogue_frame_unwind): New.
5413 (rs6000_gdbarch_init): Append epilogue unwinder.
5414
4c347be6
SDJ
54152015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
5416
5417 * nat/linux-personality.c: Replace "#ifndef
5418 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
5419 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
5420 systems.
5421
9f2850ba
EZ
54222015-01-16 Eli Zaretskii <eliz@gnu.org>
5423
6cdb25f4
EZ
5424 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
5425 functions.
5426 (_initialize_tui_win) <border-kind, border-mode>:
5427 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
c54da50d
EZ
5428 (tui_set_tab_width_command): Fix the commentary.
5429
6cdb25f4
EZ
5430 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
5431
bf555842
EZ
5432 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
5433 Doc fix.
cb86fcc1
EZ
5434 (tui_set_tab_width_command): Delete and recreate the source and
5435 the disassembly windows, to show the effect of the changed tab
5436 size immediately.
bf555842 5437
9f2850ba
EZ
5438 * tui/tui-data.h (LINE_PREFIX): Make shorter
5439 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
5440 "Thread NNNNN.XXXX" thread ID notation on Windows.
5441
95761b2d
JK
54422015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5443
5444 Fix gcc-5 compilation.
5445 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
5446
8cc73a39
SDJ
54472015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
5448
5449 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
5450 (linux-personality.o): New rule.
5451 * common/common-defs.h: Include <stdint.h>.
5452 * config/aarch64/linux.mh (NATDEPFILES): Include
5453 linux-personality.o.
5454 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
5455 * config/arm/linux.mh (NATDEPFILES): Likewise.
5456 * config/i386/linux64.mh (NATDEPFILES): Likewise.
5457 * config/i386/linux.mh (NATDEPFILES): Likewise.
5458 * config/ia64/linux.mh (NATDEPFILES): Likewise.
5459 * config/m32r/linux.mh (NATDEPFILES): Likewise.
5460 * config/m68k/linux.mh (NATDEPFILES): Likewise.
5461 * config/mips/linux.mh (NATDEPFILES): Likewise.
5462 * config/pa/linux.mh (NATDEPFILES): Likewise.
5463 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
5464 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
5465 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
5466 * config/s390/linux.mh (NATDEPFILES): Likewise.
5467 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
5468 * config/sparc/linux.mh (NATDEPFILES): Likewise.
5469 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
5470 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
5471 * defs.h: Remove #include <stdint.h> (moved to
5472 common/common-defs.h).
5473 * linux-nat.c: Include nat/linux-personality.h. Remove #include
5474 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
5475 nat/linux-personality.c).
5476 (linux_nat_create_inferior): Remove code to disable address space
5477 randomization (moved to nat/linux-personality.c). Create cleanup
5478 to disable address space randomization.
5479 * nat/linux-personality.c: New file.
5480 * nat/linux-personality.h: Likewise.
5481
fb23d554
SDJ
54822015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
5483
5484 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
5485 common/posix-strerror.c.
5486 (posix-strerror.o): New rule.
5487 (mingw-strerror.o): Likewise.
5488 * common/common-utils.h (safe_strerror): Move prototype to here,
5489 from utils.h.
5490 * common/common.host: New file.
5491 * common/mingw-strerror.c: Likewise.
5492 * common/posix-strerror.c: Likewise.
5493 * configure: Regenerated.
5494 * configure.ac: Source common/common.host. Add variable
5495 common_host_obs to gdb_host_obs.
5496 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
5497 gdb/common/posix-strerror.c when warning about the use of
5498 strerror.
5499 * mingw-hdep.c (safe_strerror): Remove definition; move it to
5500 common/mingw-strerror.c.
5501 * posix-hdep.c (safe_strerror): Remove definition; move it to
5502 common/posix-hdep.c.
5503 * utils.h (safe_strerror): Remove prototype; move to
5504 common/common-utils.h.
5505
3af8af43
JB
55062015-01-15 Joel Brobecker <brobecker@adacore.com>
5507
5508 GDB 7.8.2 released.
5509
bafffb51
JB
55102015-01-15 Joel Brobecker <brobecker@adacore.com>
5511
5512 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
5513 ___XA type if the array has already been fixed.
5514
cdf43629
YQ
55152015-01-14 Yao Qi <yao@codesourcery.com>
5516
5517 * Makefile.in (ppc-linux.o): New rule.
5518 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
5519 * configure.ac: AC_CHECK_FUNCS(getauxval).
5520 * config.in: Re-generated.
5521 * configure: Re-generated.
5522 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
5523 Declare.
5524 * nat/ppc-linux.c: New file.
5525 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
5526 Call ppc64_64bit_inferior_p.
5527
514c5338
YQ
55282015-01-14 Yao Qi <yao@codesourcery.com>
5529
5530 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
5531 nat/ppc-linux.h.
5532 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
5533 (PPC_FEATURE_HAS_DFP): Likewise.
5534 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
5535 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
5536 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
5537 Include "nat/ppc-linux.h".
5538 * nat/ppc-linux.h: New file.
5539 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
5540
5589af0e
PA
55412015-01-14 Pedro Alves <palves@redhat.com>
5542
5543 PR gdb/17525
5544 * breakpoint.c: Include "interps.h".
5545 (bpstat_do_actions_1): Also check whether the interpreter is
5546 async.
5547
6c400b59
PA
55482015-01-14 Pedro Alves <palves@redhat.com>
5549
5550 PR cli/17828
5551 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
5552 reinstall if the interpreter is sync.
5553
e02c96a7
DE
55542015-01-13 Doug Evans <dje@google.com>
5555
5556 * objfiles.c (objfile_filename): New function.
5557 * objfiles.h (objfile_filename): Declare it.
5558 (objfile_name): Add function comment.
5559 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
5560 bfd file name (which may be realpath'd), and the original name.
5561
3b2f13ff
JB
55622015-01-13 Joel Brobecker <brobecker@adacore.com>
5563
5564 * NEWS: Create a new section for the next release branch.
5565 Rename the section of the current branch, now that it has
5566 been cut.
5567
b4cfe7f8
JB
55682015-01-13 Joel Brobecker <brobecker@adacore.com>
5569
5570 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
5571 * version.in: Bump version to 7.9.50.DATE-cvs.
5572
92fc2e69
JB
55732015-01-13 Joel Brobecker <brobecker@adacore.com>
5574
5575 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
5576 Remove trailing new-line in argument of call to warning.
5577
f71f0b0d
JB
55782015-01-13 Joel Brobecker <brobecker@adacore.com>
5579
5580 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
5581 new-line in argument of call to "warning".
5582
04dccad0
JB
55832015-01-13 Joel Brobecker <brobecker@adacore.com>
5584
5585 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
5586 in static block, then try searching for primitive types.
5587
08b13bdd
PP
55882015-01-12 Patrick Palka <patrick@parcs.ath.cx>
5589
5590 * top.h (gdb_add_history): Declare.
5591 * top.c (command_count): New variable.
5592 (gdb_add_history): New function.
5593 (gdb_safe_append_history): New static function.
5594 (quit_force): Call it.
5595 (command_line_input): Use gdb_add_history instead of
5596 add_history.
5597 * event-top.c (command_line_handler): Likewise.
5598
4ac15b59
JC
55992015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
5600
5601 PR gdb/17046
5602 * darwin-nat.c: Replace <machine/setjmp.h> #include by
5603 <setjmp.h> #include.
5604
005e54bb
DE
56052015-01-11 Doug Evans <xdje42@gmail.com>
5606
5607 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
5608
439250fb
DE
56092015-01-11 Doug Evans <xdje42@gmail.com>
5610
5611 PR gdb/15830
5612 * NEWS: The "maint demangle" command is renamed as "demangle".
5613 * demangle.c: #include cli/cli-utils.h, language.h.
5614 (demangle_command): New function.
5615 (_initialize_demangle): Add new command "demangle".
5616 * maint.c (maintenance_demangle): Stub out.
5617 (_initialize_maint_cmds): Update help text for "maint demangle",
5618 and mark as deprecated.
5619
ebf3aa72
MK
56202015-01-11 Mark Kettenis <kettenis@gnu.org>
5621
5622 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
5623 inferior_thread is a function.
5624
6bf045cd
PP
56252015-01-09 Patrick Palka <patrick@parcs.ath.cx>
5626
5627 * Makefile.in (.y.c): Don't munge yacc's #line
5628 directives.
5629
588dcc3e
PP
56302015-01-09 Patrick Palka <patrick@parcs.ath.cx>
5631
5632 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
5633 to prompt for input.
5634 * tui/tui-hooks.c (tui_query_hook): Remove.
5635 (tui_install_hooks): Don't set deprecated_query_hook.
5636 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
5637 height calculation. Always update the command window's cur_line.
5638
9c02b525
PA
56392015-01-09 Pedro Alves <palves@redhat.com>
5640
5641 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
5642 function.
5643 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
5644 declaration.
5645 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
5646 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
5647 stop_reason.
5648 (check_stopped_by_watchpoint): New function.
5649 (save_sigtrap): Reimplement.
5650 (linux_nat_stopped_by_watchpoint): Adjust.
5651 (linux_nat_lp_status_is_event): Delete.
5652 (stop_wait_callback): Only call save_sigtrap after storing the
5653 pending status.
5654 (status_callback): If the thread had been stopped for a breakpoint
5655 that has since been removed, discard the event and resume the LWP.
5656 (count_events_callback, select_event_lwp_callback): Use
5657 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
5658 (cancel_breakpoint): Rename to ...
5659 (check_stopped_by_breakpoint): ... this. Record whether the LWP
5660 stopped for a software breakpoint or hardware breakpoint.
5661 (select_event_lwp): Only give preference to the stepping LWP in
5662 all-stop mode. Adjust comments.
5663 (stop_and_resume_callback): Remove references to new_pending_p.
5664 (linux_nat_filter_event): Likewise. Leave exit events of the
5665 leader thread pending here. Handle signal short circuiting here.
5666 Only call save_sigtrap after storing the pending waitstatus.
5667 (linux_nat_wait_1): Remove 'retry' label. Remove references to
5668 new_pending. Don't handle leaving events the caller is not
5669 interested in pending here, nor handle signal short-circuiting
5670 here. Also give equal priority to all LWPs that have had events
5671 in non-stop mode. If reporting a software breakpoint event,
5672 unadjust the LWP's PC.
5673 * linux-nat.h (enum lwp_stop_reason): New.
5674 (struct lwp_info) <stop_pc>: New field.
5675 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
5676 (struct lwp_info) <stop_reason>: New field.
5677 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
5678
8af756ef
PA
56792015-01-09 Pedro Alves <palves@redhat.com>
5680
5681 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
5682 Set the LWP's 'resumed' flag.
5683
8a99810d
PA
56842015-01-09 Pedro Alves <palves@redhat.com>
5685
5686 * linux-nat.c (linux_resume_one_lwp): New function.
5687 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
5688 (linux_nat_resume): Use lwp_status_pending_p and
5689 linux_resume_one_lwp.
5690 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
5691 (linux_handle_extended_wait): Use linux_resume_one_lwp.
5692 (status_callback, running_callback): Use lwp_status_pending_p.
5693 (lwp_status_pending_p): New function.
5694 (stop_and_resume_callback): Use lwp_status_pending_p.
5695 (linux_nat_filter_event): Use linux_resume_one_lwp.
5696 (linux_nat_wait_1): Always use status_callback to look for an LWP
5697 with a pending status. Use linux_resume_one_lwp.
5698 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
5699 linux_resume_one_lwp.
5700
f7ce857f
PA
57012015-01-09 Pedro Alves <palves@redhat.com>
5702
5703 * breakpoint.c (bp_location_inserted_here_p): New function,
5704 factored out from ...
5705 (breakpoint_inserted_here_p): ... here. Use
5706 ALL_BP_LOCATIONS_AT_ADDR.
5707 (software_breakpoint_inserted_here_p): Use
5708 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
5709
c1a747c1
PA
57102014-01-09 Pedro Alves <palves@redhat.com>
5711
5712 Skip enabling event reporting if the kernel supports
5713 PTRACE_EVENT_CLONE.
5714 * linux-thread-db.c: Include "nat/linux-ptrace.h".
5715 (thread_db_use_events): New function.
5716 (try_thread_db_load_1): Check thread_db_use_events before enabling
5717 event reporting.
5718 (update_thread_state): New function.
5719 (attach_thread): Use it. Check thread_db_use_events before
5720 enabling event reporting.
5721 (thread_db_detach): Check thread_db_use_events before disabling
5722 event reporting.
5723 (find_new_threads_callback): Check thread_db_use_events before
5724 enabling event reporting. Update the thread's state if not using
5725 libthread_db events.
5726
a33e3959
PA
57272015-01-09 Pedro Alves <palves@redhat.com>
5728
5729 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
5730 about to wait for is > 0.
5731 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
5732 the kernel thread ID is -1.
5733
8784d563
PA
57342015-01-09 Pedro Alves <palves@redhat.com>
5735
5736 * linux-nat.c (attach_proc_task_lwp_callback): New function.
5737 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
5738 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
5739 ptrace option flags.
5740 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
5741 field.
5742 * nat/linux-procfs.c: Include <dirent.h>.
5743 (linux_proc_get_int): New parameter "warn". Handle it.
5744 (linux_proc_get_tgid): Adjust.
5745 (linux_proc_get_tracerpid): Rename to ...
5746 (linux_proc_get_tracerpid_nowarn): ... this.
5747 (linux_proc_pid_get_state): New function, factored out from
5748 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
5749 and handle it.
5750 (linux_proc_pid_is_gone): New function.
5751 (linux_proc_pid_is_stopped): Adjust.
5752 (linux_proc_pid_is_zombie_maybe_warn)
5753 (linux_proc_pid_is_zombie_nowarn): New functions.
5754 (linux_proc_pid_is_zombie): Use
5755 linux_proc_pid_is_zombie_maybe_warn.
5756 (linux_proc_attach_tgid_threads): New function.
5757 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
5758 (linux_proc_get_tracerpid): Rename to ...
5759 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
5760 (linux_proc_pid_is_gone): New declaration.
5761 (linux_proc_pid_is_zombie): Update comment.
5762 (linux_proc_pid_is_zombie_nowarn): New declaration.
5763 (linux_proc_attach_lwp_func): New typedef.
5764 (linux_proc_attach_tgid_threads): New declaration.
5765 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
5766 use nowarn functions.
5767 (linux_ptrace_attach_fail_reason_string): Move here from
5768 gdbserver/linux-low.c and rename.
5769 (ptrace_supports_feature): If the current ptrace options are not
5770 known yet, check them now, instead of asserting.
5771 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
5772 Declare.
5773
883ed13e
PA
57742015-01-09 Pedro Alves <palves@redhat.com>
5775
5776 * linux-thread-db.c (thread_db_find_new_threads_silently)
5777 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
5778 (find_new_threads_once): Print debug output on gdb_stdlog.
5779
1710aab8
CG
57802015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
5781 Pedro Alves <palves@redhat.com>
5782
5783 * compile/compile.c: Include "gdb_wait.h".
5784 (do_rmdir): Check return value, and free 'zap'.
5785
b597c318
YQ
57862015-01-08 Pedro Alves <palves@redhat.com>
5787 Yao Qi <yao@codesourcery.com>
5788
5789 * dwarf2loc.c (indirect_pieced_value): Don't call
5790 gdb_sign_extend. Call extract_signed_integer instead.
5791 * utils.c (gdb_sign_extend): Remove.
5792 * utils.h (gdb_sign_extend): Remove declaration.
5793
025ac414
PM
57942015-01-07 Pierre Muller <muller@sourceware.org>
5795
5796 PR symtab/17811
5797 * stabsread.c (define_symbol): Set language for C++ special symbols.
5798
fa5af12a
PP
57992015-01-07 Patrick Palka <patrick@parcs.ath.cx>
5800
5801 * inflow.c (initial_gdb_ttystate): Tweak comment.
5802
ea42d6f8
JB
58032015-01-07 Joel Brobecker <brobecker@adacore.com>
5804
5805 * inflow.c (set_initial_gdb_ttystate): Add empty line after
5806 comment documenting function.
5807
6a06d660
PP
58082015-01-07 Patrick Palka <patrick@parcs.ath.cx>
5809
5810 * terminal.h (set_initial_gdb_ttystate): Declare.
5811 * inflow.c (initial_gdb_ttystate): New static variable.
5812 (set_initial_gdb_ttystate): New setter.
5813 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
5814 instead of our current terminal state.
5815 * top.c (gdb_init): Call set_initial_gdb_ttystate.
5816
e810d75b
JB
58172015-01-07 Joel Brobecker <brobecker@adacore.com>
5818
5819 * guile/scm-type.c (tyscm_array_1): Add comment.
5820 * python/py-type.c (typy_array_1): Add comment.
5821
fce10a84
JB
58222015-01-06 Joel Brobecker <brobecker@adacore.com>
5823
5824 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
5825 error if N2 is equal to N1 - 1.
5826
8503d6e1
JB
58272015-01-06 Joel Brobecker <brobecker@adacore.com>
5828
5829 * python/py-type.c (typy_array_1): Do not raise negative-length
5830 exception if N2 is equal to N1 - 1.
5831
4d29c0a8
DE
58322015-01-03 Doug Evans <xdje42@gmail.com>
5833
5834 * c-exp.y: Whitespace cleanup.
5835 (classify_inner_name): Remove extra ;.
5836
eaa6a9a4
MR
58372015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
5838
5839 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
5840 offset signed.
5841
02fe9972
DE
58422015-01-02 Doug Evans <dje@google.com>
5843
5844 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
5845
e2ada9cb
DE
58462015-01-02 Doug Evans <dje@google.com>
5847
5848 * symtab.h (struct symbol): Fix typo in comment.
5849
32d0add0
JB
58502015-01-01 Joel Brobecker <brobecker@adacore.com>
5851
5852 Update year range in copyright notice of all files.
5853
76f2b779
JB
58542015-01-01 Joel Brobecker <brobecker@adacore.com>
5855
5856 * top.c (print_gdb_version): Update copyright year to 2015.
5857
077309e2 58582015-01-01 Joel Brobecker <brobecker@adacore.com>
6bf6fd09 5859
077309e2 5860 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
6bf6fd09 5861
077309e2 5862For older changes see ChangeLog-2014.
c906108c
SS
5863\f
5864Local Variables:
5865mode: change-log
5866left-margin: 8
5867fill-column: 74
5868version-control: never
57da7796 5869coding: utf-8
c906108c 5870End:
This page took 2.067734 seconds and 4 git commands to generate.