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