Fix issue #15778: GDB Aarch64 signal frame unwinder issue
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f2205de0
HZ
12014-05-20 Hui Zhu <hui@codesourcery.com>
2 Yao Qi <yao@codesourcery.com>
3
4 PR backtrace/16558
5 * aarch64-linux-tdep.c (aarch64_linux_sigframe_init): Update comments
6 and change address of sp and pc.
7
c4e54771
TT
82014-05-19 Tom Tromey <tromey@redhat.com>
9
10 * gdbtypes.c (rank_function): Use XNEWVEC.
11 * mi/mi-cmds.c (build_table): Use XCNEWVEC.
12
73051182
DE
132014-05-19 Doug Evans <dje@google.com>
14
15 * dwarf2read.c (build_type_psymtabs_1): Renamed from
16 build_type_unit_groups and moved closer to only caller. Remove
17 arguments. All references updated. Remove outdated .gdb_index
18 comment.
19 (struct tu_abbrev_offset, sort_tu_by_abbrev_offset): Move with
20 build_type_psymtabs_1.
21
8832e7e3
DE
222014-05-19 Doug Evans <dje@google.com>
23
24 * dwarf2read.c (struct dwarf2_per_objfile): Delete unused members
25 n_type_unit_groups, all_type_unit_groups. All uses removed.
26 (get_type_unit_group, build_type_unit_groups): Delete forward decls.
27 (dw2_get_cutu): Renamed from dw2_get_cu. All callers updated.
28 (dw2_get_cu): Renamed from dw2_get_primary_cu. All callers updated.
29 (add_type_unit_group_to_table): Delete.
30
cd8ae15e
DE
312014-05-19 Doug Evans <dje@google.com>
32
33 * eval.c (evaluate_subexp_standard): Add some comments.
34
08f4850b
DE
352014-05-17 Doug Evans <xdje42@gmail.com>
36
37 * progspace.c (remove_program_space): Delete, unused.
38 * progspace.h (remove_program_space): Ditto.
39
bed8455c
DE
402014-05-17 Doug Evans <xdje42@gmail.com>
41
42 * inferior.c (prune_inferiors): Fix comment.
43 (remove_inferior_command): Call prune_program_spaces.
44
8d551b02
DE
452014-05-16 Doug Evans <dje@google.com>
46
47 New command line option -D.
48 * NEWS: Mention it.
49 * main.c (set_gdb_data_directory): New function.
50 (captured_main): Recognize -D. Flag error for --data-directory "".
51 Call set_gdb_data_directory.
52 (print_gdb_help): Print --data-directory, -D.
53 * main.h (set_gdb_data_directory): Declare.
54 * top.c (staged_gdb_datadir): New static global.
55 (set_gdb_datadir): Call set_gdb_data_directory
56 (show_gdb_datadir): New function.
57 (init_main): Update init of data-directory parameter.
58
18848e28
GF
592014-05-16 Gregory Fong <gregory.0xf0@gmail.com>
60
61 Import the "dirfd" gnulib module.
62 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add dirfd.
63 * gnulib/aclocal.m4: Update.
64 * gnulib/config.in: Update.
65 * gnulib/configure: Update.
66 * gnulib/import/Makefile.am: Update.
67 * gnulib/import/Makefile.in: Update.
68 * gnulib/import/dirfd.c: New.
69 * gnulib/import/m4/dirfd.m4: New.
70 * gnulib/import/m4/gnulib-cache.m4: Update.
71 * gnulib/import/m4/gnulib-comp.m4: Update.
72
95c64f92
YQ
732014-05-16 Pierre Muller <muller@sourceware.org>
74 Yao Qi <yao@codesourcery.com>
75
76 * valprint.c (print_wchar): Move the code on checking whether
77 W is a printable wide char to the default branch of switch
78 statement below. Call wchar_printable instead of gdb_iswprint.
79
cac395ea
TM
802014-05-16 Taimoor Mirza <tmirza@codesourcery.com>
81
19679eca 82 * arm-tdep.c (thumb_analyze_prologue): Fix offset calculation for
cac395ea
TM
83 ldr.w and ldrd instructions.
84
83655187
DE
852014-05-15 Doug Evans <dje@google.com>
86
87 * dwarf2read.c (read_structure_type): Delete outdated comments.
88
dd756689
TT
892014-05-14 Tom Tromey <tromey@redhat.com>
90
91 * macrocmd.c (print_macro_definition): Reindent.
92
75ddda77
DE
932014-05-13 Doug Evans <xdje42@gmail.com>
94
95 * python/py-cmd.c (cmdpy_completer): Add comment.
96 (completers): Make const.
97
b0f16a3e
SM
982014-05-13 Simon Marchi <simon.marchi@ericsson.com>
99
100 * infrun.c (resume): Remove should_resume (unused). Move up
101 declaration of resume_ptid.
102
033c3379
TT
1032014-05-13 Tom Tromey <tromey@redhat.com>
104
105 * language.h (unop_type_check): Remove.
106 (binop_type_check): Don't declare.
107
9b44a3a5
AA
1082014-05-13 Andreas Arnez <arnez@vnet.linux.ibm.com>
109
110 * s390-linux-nat.c (fill_gregset): Remove erroneous offset 4 in
111 call to regcache_raw_collect.
112
303a33fa
SM
1132014-05-12 Simon Marchi <simon.marchi@ericsson.com>
114
115 * mi/mi-console.c (mi_console_raw_packet): Use the value from
116 mi_console->quote as the quoting character.
117
196100a0
SM
1182014-05-12 Simon Marchi <simon.marchi@ericsson.com>
119
120 * MAINTAINERS (Write After Approval): Add "Simon Marchi".
121
f989a1c8
TT
1222014-04-29 Tom Tromey <tromey@redhat.com>
123
124 * varobj.c (_initialize_varobj): Rename to "set debug varobj" and
125 "show debug varobj".
126
9404b58f
KM
1272014-05-07 Kyle McMartin <kyle@redhat.com>
128
129 Pushed by Joel Brobecker <brobecker@adacore.com>.
130 * aarch64-tdep.c (aarch64_software_single_step): New function.
131 (aarch64_gdbarch_init): Handle single stepping of atomic sequences
132 with aarch64_software_single_step.
133
5e49ba57
JB
1342014-05-05 Joel Brobecker <brobecker@adacore.com>
135
136 GDB 7.7.1 released.
137
c888a17d
KS
1382014-05-05 Keith Seitz <keiths@redhat.com>
139
140 * linespec.c (linespec_parse_basic): Run cleanups if a convenience
141 variable or history value is successfully parsed.
142
290a839c
YQ
1432014-05-05 Yao Qi <yao@codesourcery.com>
144 Pedro Alves <palves@redhat.com>
145
146 * tracefile-tfile.c (tfile_xfer_partial): Record the lowest
147 address of blocks that intersects the requested range. Trim
148 LEN up to LOW_ADDR_AVAILABLE if read from executable read-only
149 sections.
150 * ctf.c (ctf_xfer_partial): Likewise.
151
91256dc2
YQ
1522014-05-05 Yao Qi <yao@codesourcery.com>
153
154 * printcmd.c (display_command): Remove the check to
155 target_has_execution.
156
07284463
MK
1572014-05-03 Mark Kettenis <kettenis@gnu.org>
158
159 * ppcobsd-nat.c: Include "obsd-nat.h".
160 (_initialize_ppcobsd_nat): Call obsd_add_target instead of
161 add_target.
162 * config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
163
30a1e6cc
SDJ
1642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
165
166 * stap-probe.c (enum stap_arg_bitness): New enums to represent 8
167 and 16-bit signed and unsigned arguments. Update comment.
168 (stap_parse_probe_arguments): Extend code to handle such
169 arguments. Use warning instead of complaint to notify about
170 unrecognized bitness.
171
f33da99a
SDJ
1722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
173
174 PR breakpoints/16889
175 * stap-probe.c (stap_parse_probe_arguments): Simplify
176 check for non-prefixed probes (i.e., probes whose
177 arguments do not start with "N@"). Always set the
178 argument type to a sane value.
179
95cf3b38
DT
1802014-05-01 David Taylor <dtaylor@emc.com>
181
182 * remote.c (compare_sections_command): Add -r option to compare
183 all loadable read-only sections.
184
1cfdf534
SC
1852014-04-30 Siva Chandra Reddy <sivachandra@google.com>
186
187 * dwarf2loc.c (dwarf2_locexpr_baton_eval,
188 dwarf2_evaluate_property): Remove unused CORE_ADDR argument.
189 Update all callers.
190 * dwarf2loc.h (dwarf2_evaluate_property): Update signature.
191 * gdbtypes.c (resolve_dynamic_range, resolve_dynamic_array):
192 Remove unused CORE_ADDR argument. Update all callers.
193
ca4f7f8b
PA
1942014-04-29 Pedro Alves <palves@redhat.com>
195
196 * remote.c (struct packet_config) <detect>: Extend comment.
197 (add_packet_config_cmd): Don't set the config's detect or support
198 fields here.
199 (init_all_packet_configs): Also initialize the config's 'detect'
200 field.
201 (reset_all_packet_configs_support): New function.
202 (remote_open_1): Call reset_all_packet_configs_support instead of
203 init_all_packet_configs.
204 (_initialize_remote): Initialize all packet configs. Assert that
205 all packets have an associated command, except a few known
206 outliers.
207
11c1ba78
JB
2082014-04-28 Joel Brobecker <brobecker@adacore.com>
209
210 * dwarf2read.c (read_subrange_type): Handle dynamic
211 DW_AT_lower_bound attributes.
212
8739bc53
JB
2132014-04-28 Joel Brobecker <brobecker@adacore.com>
214
215 * ada-lang.c (ada_discrete_type_high_bound): Resolve the type's
216 dynamic bounds before computing its upper bound.
217 (ada_discrete_type_low_bound): Same as above with the lower bound.
218
6f8a3220
JB
2192014-04-28 Joel Brobecker <brobecker@adacore.com>
220
221 * dwarf2read.c (is_dynamic_type): Return true for dynamic
222 range types. Adjust the array handling implementation to
223 take advantage of this change.
224 (resolve_dynamic_range): New function, mostly extracted from
225 resolve_dynamic_bounds.
226 (resolve_dynamic_array): New function, mostly extracted from
227 resolve_dynamic_bounds.
228 (resolve_dynamic_bounds): Delete.
229 (resolve_dynamic_type): Reimplement. Add handling of
230 TYPE_CODE_RANGE types.
231
4d072ce4
JB
2322014-04-28 Joel Brobecker <brobecker@adacore.com>
233
234 * ada-varobj.c (ada_varobj_describe_simple_array_child): Remove
235 handling of parallel ___XA types.
236
52865325
JB
2372014-04-28 Joel Brobecker <brobecker@adacore.com>
238
239 * ada-lang.c (ada_evaluate_subexp) <OP_VAR_VALUE>: Remove
240 unnecessary second call to static_unwrap_type.
241
433e77fa
HZ
2422014-04-27 Hui Zhu <hui@codesourcery.com>
243
244 * stack.c (print_frame_info): Call do_gdb_disassembly with
245 DUMMY_FRAME, SIGTRAMP_FRAME and ARCH_FRAME.
246
b51a69ee
DE
2472014-04-26 Doug Evans <xdje42@gmail.com>
248
249 * guile/scm-safe-call.c (scscm_eval_scheme_string): Fix comment.
250
7ae1a6a6
PA
2512014-04-25 Pedro Alves <palves@redhat.com>
252
253 PR server/16255
254 * common/linux-ptrace.c (linux_ptrace_attach_warnings): Rename to ...
255 (linux_ptrace_attach_fail_reason): ... this. Remove "warning: "
256 and newline from built string.
257 * common/linux-ptrace.h (linux_ptrace_attach_warnings): Rename to ...
258 (linux_ptrace_attach_fail_reason): ... this.
259 * linux-nat.c (linux_nat_attach): Adjust to use
260 linux_ptrace_attach_fail_reason.
261
4082afcc
PA
2622014-04-25 Pedro Alves <palves@redhat.com>
263
264 * remote.c (struct remote_state): Remove multi_process_aware,
265 non_stop_aware, cond_tracepoints, cond_breakpoints,
266 breakpoint_commands, fast_tracepoints, static_tracepoints,
267 install_in_trace, disconnected_tracing,
268 enable_disable_tracepoints, string_tracing, and
269 augmented_libraries_svr4_read fields.
270 (remote_multi_process_p): Move further below in the file.
271 (struct packet_config): Add comments.
272 (update_packet_config): Delete function.
273 (show_packet_config_cmd): Use packet_config_support.
274 (add_packet_config_cmd): Use NULL as set callback.
275 (packet_ok): "set remote foo-packet"-style commands no longer
276 change config->supported -- adjust.
277 (PACKET_ConditionalTracepoints, PACKET_ConditionalBreakpoints)
278 (PACKET_BreakpointCommands, PACKET_FastTracepoints)
279 (PACKET_StaticTracepoints, PACKET_InstallInTrace): Add comments.
280 (PACKET_QNonStop, PACKET_multiprocess_feature)
281 (PACKET_EnableDisableTracepoints_feature, PACKET_tracenz_feature)
282 (PACKET_DisconnectedTracing_feature)
283 (PACKET_augmented_libraries_svr4_read_feature): New enum values.
284 (set_remote_protocol_packet_cmd): Delete function.
285 (packet_config_support, packet_support): New functions.
286 (set_remote_protocol_Z_packet_cmd): Don't call
287 update_packet_config.
288 (remote_query_attached, remote_pass_signals)
289 (remote_program_signals, remote_threads_info)
290 (remote_threads_extra_info, remote_start_remote): Use
291 packet_support.
292 (remote_start_remote): Use packet_config_support and
293 packet_support.
294 (init_all_packet_configs): Set all packets to unknown support,
295 instead of calling update_packet_config.
296 (remote_check_symbols): Use packet_support.
297 (remote_supported_packet): Unconditionally set the packet config's
298 support status.
299 (remote_multi_process_feature, remote_non_stop_feature)
300 (remote_cond_tracepoint_feature, remote_cond_breakpoint_feature)
301 (remote_breakpoint_commands_feature)
302 (remote_fast_tracepoint_feature, remote_static_tracepoint_feature)
303 (remote_install_in_trace_feature)
304 (remote_disconnected_tracing_feature)
305 (remote_enable_disable_tracepoint_feature)
306 (remote_string_tracing_feature)
307 (remote_augmented_libraries_svr4_read_feature): Delete functions.
308 (remote_protocol_features): Adjust to use remote_supported_packet
309 for "augmented-libraries-svr4-read", "multiprocess", "QNonStop",
310 "ConditionalTracepoints", "ConditionalBreakpoints",
311 "BreakpointCommands", "FastTracepoints", "StaticTracepoints",
312 "InstallInTrace", "DisconnectedTracing", "DisconnectedTracing",
313 "EnableDisableTracepoints", and "tracenz".
314 (remote_query_supported): Use packet_support.
315 (remote_open_1): Adjust.
316 (extended_remote_attach_1): Use packet_support. Switch on the
317 result of packet_ok instead of checking whether the packet ended
318 up disabled.
319 (remote_vcont_resume): Use packet_support.
320 (remote_resume, remote_stop_ns, fetch_register_using_p)
321 (remote_prepare_to_store, store_register_using_P)
322 (check_binary_download, remote_write_bytes): Use packet_support.
323 (remote_vkill): Use packet_support. Switch on the result of
324 packet_ok instead of checking whether the packet ended up
325 disabled.
326 (extended_remote_supports_disable_randomization): Use
327 packet_support.
328 (extended_remote_run): Switch on the result of packet_ok instead
329 of checking whether the packet ended up disabled.
330 (remote_insert_breakpoint, remote_remove_breakpoint)
331 (remote_insert_watchpoint, remote_remove_watchpoint)
332 (remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Use
333 packet_support.
334 (remote_search_memory): Use packet_config_support.
335 (remote_get_thread_local_address, remote_get_tib_address)
336 (remote_hostio_send_command, remote_can_execute_reverse): Use
337 packet_support.
338 (remote_supports_cond_tracepoints)
339 (remote_supports_cond_breakpoints)
340 (remote_supports_fast_tracepoints)
341 (remote_supports_static_tracepoints)
342 (remote_supports_install_in_trace)
343 (remote_supports_enable_disable_tracepoint)
344 (remote_supports_string_tracing)
345 (remote_can_run_breakpoint_commands): Rewrite, checking whether
346 the packet config says the feature is enabled or disabled.
347 (remote_download_tracepoint, remote_trace_set_readonly_regions)
348 (remote_get_trace_status): Use packet_support.
349 (remote_set_disconnected_tracing): Adjust to check whether the
350 feature is enabled with packet_support.
351 (remote_set_trace_buffer_size, remote_use_agent)
352 (remote_can_use_agent, remote_supports_btrace): Use
353 packet_support.
354 (remote_enable_btrace, remote_disable_btrace, remote_read_btrace):
355 Use packet_config_support.
356 (remote_augmented_libraries_svr4_read): Rewrite, checking whether
357 the packet config says the feature is enabled or disabled.
358 (set_range_stepping): Use packet_support.
359
bdb52a22
TT
3602014-04-25 Tom Tromey <tromey@redhat.com>
361
362 * cli/cli-cmds.c (_initialize_cli_cmds): Document "quit" command's
363 argument.
364
e9475ead
SA
3652014-04-24 Sanimir Agovic <sanimir.agovic@intel.com>
366
367 * NEWS: Mention support for C99 variable length arrays.
368
82eacd52
JB
3692014-04-24 Joel Brobecker <brobecker@adacore.com>
370
371 * ada-lang.c (standard_exc): Expand introductory comment.
372
01f9f808
MS
3732014-04-24 Michael Sturm <michael.sturm@mintel.com>
374 Walfred Tedeschi <walfred.tedeschi@intel.com>
375
376 * amd64-linux-nat.c (amd64_linux_gregset32_reg_offset): Add
377 AVX512 registers.
378 (amd64_linux_read_description): Add code to handle AVX512 xstate
379 mask and return respective tdesc.
380 * amd64-linux-tdep.c: Include features/i386/amd64-avx512-linux.c
381 and features/i386/x32-avx512-linux.c.
382 (amd64_linux_gregset_reg_offset): Add AVX512 registers.
383 (amd64_linux_core_read_description): Add code to handle AVX512
384 xstate mask and return respective tdesc.
385 (_initialize_amd64_linux_tdep): Initialize AVX512 tdesc.
386 * amd64-linux-tdep.h (AMD64_LINUX_ORIG_RAX_REGNUM): Adjust regnum
387 calculation.
388 (AMD64_LINUX_NUM_REGS): Adjust to new number of registers.
389 (tdesc_amd64_avx512_linux): New prototype.
390 (tdesc_x32_avx512_linux): Likewise.
391 * amd64-tdep.c: Include features/i386/amd64-avx512.c and
392 features/i386/x32-avx512.c.
393 (amd64_ymm_avx512_names): New register names for pseudo
394 registers YMM16-31.
395 (amd64_ymmh_avx512_names): New register names for raw registers
396 YMMH16-31.
397 (amd64_k_names): New register names for K registers.
398 (amd64_zmmh_names): New register names for ZMM raw registers.
399 (amd64_zmm_names): New registers names for ZMM pseudo registers.
400 (amd64_xmm_avx512_names): New register names for XMM16-31
401 registers.
402 (amd64_pseudo_register_name): Add code to return AVX512 pseudo
403 registers.
404 (amd64_init_abi): Add code to intitialize AVX512 tdep variables
405 if feature is present.
406 (_initialize_amd64_tdep): Call AVX512 tdesc initializers.
407 * amd64-tdep.h (enum amd64_regnum): Add AVX512 registers.
408 (AMD64_NUM_REGS): Adjust to new number of registers.
409 * i386-linux-nat.c (GETXSTATEREGS_SUPPLIES): Extend range of
410 registers supplied via XSTATE by AVX512 registers.
411 (i386_linux_read_description): Add case for AVX512.
412 * i386-linux-tdep.c: Include i386-avx512-linux.c.
413 (i386_linux_gregset_reg_offset): Add AVX512 registers.
414 (i386_linux_core_read_description): Add case for AVX512.
415 (i386_linux_init_abi): Install supported register note section
416 for AVX512.
417 (_initialize_i386_linux_tdep): Add call to tdesc init function for
418 AVX512.
419 * i386-linux-tdep.h (I386_LINUX_NUM_REGS): Set number of
420 registers to be number of zmm7h + 1.
421 (tdesc_i386_avx512_linux): Add tdesc for AVX512 registers.
422 * i386-tdep.c: Include features/i386/i386-avx512.c.
423 (i386_zmm_names): Add ZMM pseudo register names array.
424 (i386_zmmh_names): Add ZMM raw register names array.
425 (i386_k_names): Add K raw register names array.
426 (num_lower_zmm_regs): Add constant for the number of lower ZMM
427 registers. AVX512 has 16 more ZMM registers than there are YMM
428 registers.
429 (i386_zmmh_regnum_p): Add function to look up register number of
430 ZMM raw registers.
431 (i386_zmm_regnum_p): Likewise for ZMM pseudo registers.
432 (i386_k_regnum_p): Likewise for K raw registers.
433 (i386_ymmh_avx512_regnum_p): Likewise for additional YMM raw
434 registers added by AVX512.
435 (i386_ymm_avx512_regnum_p): Likewise for additional YMM pseudo
436 registers added by AVX512.
437 (i386_xmm_avx512_regnum_p): Likewise for additional XMM registers
438 added by AVX512.
439 (i386_register_name): Add code to hide YMMH16-31 and ZMMH0-31.
440 (i386_pseudo_register_name): Add ZMM pseudo registers.
441 (i386_zmm_type): Construct and return vector registers type for ZMM
442 registers.
443 (i386_pseudo_register_type): Return appropriate type for YMM16-31,
444 ZMM0-31 pseudo registers and K registers.
445 (i386_pseudo_register_read_into_value): Add code to read K, ZMM
446 and YMM16-31 registers from register cache.
447 (i386_pseudo_register_write): Add code to write K, ZMM and
448 YMM16-31 registers.
449 (i386_register_reggroup_p): Add code to include/exclude AVX512
450 registers in/from respective register groups.
451 (i386_validate_tdesc_p): Handle AVX512 feature, add AVX512
452 registers if feature is present in xcr0.
453 (i386_gdbarch_init): Add code to initialize AVX512 feature
454 variables in tdep structure, wire in pseudo registers and call
455 initialize_tdesc_i386_avx512.
456 * i386-tdep.h (struct gdbarch_tdep): Add AVX512 related
457 variables.
458 (i386_regnum): Add AVX512 registers.
459 (I386_SSE_NUM_REGS): New define for number of SSE registers.
460 (I386_AVX_NUM_REGS): Likewise for AVX registers.
461 (I386_AVX512_NUM_REGS): Likewise for AVX512 registers.
462 (I386_MAX_REGISTER_SIZE): Change to 64 bytes, ZMM registers are
463 512 bits wide.
464 (i386_xmm_avx512_regnum_p): New prototype for register look up.
465 (i386_ymm_avx512_regnum_p): Likewise.
466 (i386_k_regnum_p): Likewise.
467 (i386_zmm_regnum_p): Likewise.
468 (i386_zmmh_regnum_p): Likewise.
469 * i387-tdep.c : Update year in copyright notice.
470 (xsave_ymm_avx512_offset): New table for YMM16-31 offsets in
471 XSAVE buffer.
472 (XSAVE_YMM_AVX512_ADDR): New macro.
473 (xsave_xmm_avx512_offset): New table for XMM16-31 offsets in
474 XSAVE buffer.
475 (XSAVE_XMM_AVX512_ADDR): New macro.
476 (xsave_avx512_k_offset): New table for K register offsets in
477 XSAVE buffer.
478 (XSAVE_AVX512_K_ADDR): New macro.
479 (xsave_avx512_zmm_h_offset): New table for ZMM register offsets
480 in XSAVE buffer.
481 (XSAVE_AVX512_ZMM_H_ADDR): New macro.
482 (i387_supply_xsave): Add code to supply AVX512 registers to XSAVE
483 buffer.
484 (i387_collect_xsave): Add code to collect AVX512 registers from
485 XSAVE buffer.
486 * i387-tdep.h (I387_NUM_XMM_AVX512_REGS): New define for number
487 of XMM16-31 registers.
488 (I387_NUM_K_REGS): New define for number of K registers.
489 (I387_K0_REGNUM): New define for K0 register number.
490 (I387_NUM_ZMMH_REGS): New define for number of ZMMH registers.
491 (I387_ZMM0H_REGNUM): New define for ZMM0H register number.
492 (I387_NUM_YMM_AVX512_REGS): New define for number of YMM16-31
493 registers.
494 (I387_YMM16H_REGNUM): New define for YMM16H register number.
495 (I387_XMM16_REGNUM): New define for XMM16 register number.
496 (I387_YMM0_REGNUM): New define for YMM0 register number.
497 (I387_KEND_REGNUM): New define for last K register number.
498 (I387_ZMMENDH_REGNUM): New define for last ZMMH register number.
499 (I387_YMMH_AVX512_END_REGNUM): New define for YMM31 register
500 number.
501 (I387_XMM_AVX512_END_REGNUM): New define for XMM31 register
502 number.
503 * common/i386-xstate.h: Add AVX 3.1 feature bits, mask and XSTATE
504 size.
505 * features/Makefile: Add AVX512 related files.
506 * features/i386/32bit-avx512.xml: New file.
507 * features/i386/64bit-avx512.xml: Likewise.
508 * features/i386/amd64-avx512-linux.c: Likewise.
509 * features/i386/amd64-avx512-linux.xml: Likewise.
510 * features/i386/amd64-avx512.c: Likewise.
511 * features/i386/amd64-avx512.xml: Likewise.
512 * features/i386/i386-avx512-linux.c: Likewise.
513 * features/i386/i386-avx512-linux.xml: Likewise.
514 * features/i386/i386-avx512.c: Likewise.
515 * features/i386/i386-avx512.xml: Likewise.
516 * features/i386/x32-avx512-linux.c: Likewise.
517 * features/i386/x32-avx512-linux.xml: Likewise.
518 * features/i386/x32-avx512.c: Likewise.
519 * features/i386/x32-avx512.xml: Likewise.
520 * regformats/i386/amd64-avx512-linux.dat: New file.
521 * regformats/i386/amd64-avx512.dat: Likewise.
522 * regformats/i386/i386-avx512-linux.dat: Likewise.
523 * regformats/i386/i386-avx512.dat: Likewise.
524 * regformats/i386/x32-avx512-linux.dat: Likewise.
525 * regformats/i386/x32-avx512.dat: Likewise.
526 * NEWS: Add note about new support for AVX512.
527
528
08351840
PA
5292014-04-23 Pedro Alves <palves@redhat.com>
530
531 * breakpoint.c (insert_bp_location): Tolerate errors if the
532 breakpoint is set in a user-loaded objfile.
533 (remove_breakpoint_1): Likewise. Also tolerate errors if the
534 location is marked shlib_disabled. If the breakpoint is set in a
535 user-loaded objfile is a GDB-side memory breakpoint, validate it
536 before uninsertion. (disable_breakpoints_in_freed_objfile): Skip
537 non-OBJF_USERLOADED objfiles. Don't clear the location's inserted
538 flag.
539 * mem-break.c (memory_validate_breakpoint): New function.
540 * objfiles.c (userloaded_objfile_contains_address_p): New
541 function.
542 * objfiles.h (userloaded_objfile_contains_address_p): Declare.
543 * target.h (memory_validate_breakpoint): New declaration.
544
076855f9
PA
5452014-04-23 Pedro Alves <palves@redhat.com>
546
547 * breakpoint.c (insert_bp_location, remove_breakpoint_1): If
548 the breakpoint is set in a shared library, only suppress
549 errors for software breakpoints, not hardware breakpoints.
550
483805cf
PA
5512014-04-22 Pedro Alves <palves@redhat.com>
552
553 * infrun.c (schedlock_applies): New function, factored out from
554 find_thread_needs_step_over.
555 (find_thread_needs_step_over): Use it.
556 (switch_back_to_stepped_thread): Always clear trap_expected if the
557 step over is finished. Return early if scheduler locking applies.
558 Look for the stepping thread and a potential step-over thread with
559 a single loop.
560 (currently_stepping_or_nexting_callback): Delete.
561
a75fef0e
NC
5622014-04-22 Nick Clifton <nickc@redhat.com>
563
564 * NEWS: Mention that ARM sim now supports tracing.
565
48b6e87e
YQ
5662014-04-22 Yao Qi <yao@codesourcery.com>
567
568 * tracefile-tfile.c (tfile_fetch_registers): Move the bottom
569 to ...
570 * tracefile.c (tracefile_fetch_registers): ... it. New
571 function.
572 * tracefile.h (tracefile_fetch_registers): Declare.
573 * ctf.c (ctf_fetch_registers): Remove the bottom. Call
574 tracefile_fetch_registers.
575
17617f2d
EZ
5762014-04-19 Eli Zaretskii <eliz@gnu.org>
577
578 PR gdb/14018
579 * windows-nat.c (thread_rec): Don't display a warning when
580 SuspendThread fails with ERROR_ACCESS_DENIED. If SuspendThread
581 fails for any reason, set th->suspended to -1, so that we don't
582 try to resume such a thread. Also, don't return NULL in these
583 cases, to avoid completely ruin the session due to "PC register is
584 not available" error.
585 (do_windows_fetch_inferior_registers): Check errors in
586 GetThreadContext call.
587 (windows_continue): Accept an additional argument KILLED; if not
588 zero, ignore errors in the SetThreadContext call, since the
589 inferior was killed and is shutting down.
590 (windows_resume, get_windows_debug_event)
591 (windows_create_inferior, windows_mourn_inferior)
592 (windows_kill_inferior): All callers of windows_continue changed
593 to adjust to its new calling sequence.
594
5723a6fd
YQ
5952014-04-19 Yao Qi <yao@codesourcery.com>
596
597 * ctf.c (ctf_open): Call post_create_inferior.
598
614d5099
YQ
5992014-04-19 Yao Qi <yao@codesourcery.com>
600
601 * ctf.c (handle_id): New static variable.
602 (ctf_open_dir): Get handle_id from bt_context_add_trace return
603 value. Get the declaration of event "register" and get length
604 of field "contents".
605
dac3e710
YQ
6062014-04-19 Yao Qi <yao@codesourcery.com>
607
608 * ctf.c (ctf_xfer_partial): Check 'name' is NULL before strcmp.
609
2bca57ba
SC
6102014-04-18 Siva Chandra Reddy <sivachandra@google.com>
611
612 * valops.c (oload_method_static): Remove unnecessary argument
613 METHOD. Update all callers.
614
51d48146
PA
6152014-04-18 Pedro alves <palves@redhat.com>
616 Tom Tromey <tromey@redhat.com>
617
618 PR backtrace/15558
619 * frame.c (get_prev_frame_1): Rename to ...
620 (get_prev_frame_always): ... this, and make extern. Adjust.
621 (skip_artificial_frames): Use get_prev_frame_always.
622 (frame_unwind_caller_id, frame_pop, get_prev_frame)
623 (get_frame_unwind_stop_reason): Adjust to rename.
624 * frame.h (get_prev_frame_always): Declare.
625 * inline-frame.c: Include frame.h.
626 (inline_frame_this_id): Use get_prev_frame_always.
627
1bdad2e0
TG
6282014-04-18 Tristan Gingold <gingold@adacore.com>
629
630 * solib-darwin.c (darwin_solib_create_inferior_hook): Simplify
631 code by using bfd_mach_o_get_base_address.
632
7ce16bd4
UW
6332014-04-17 Ulrich Weigand  <uweigand@de.ibm.com>
634
635 * spu-tdep.c: Include "dwarf2-frame.h" and "ax.h".
636 (spu_ax_pseudo_register_collect): New function.
637 (spu_ax_pseudo_register_push_stack): Likewise.
638 (spu_dwarf_reg_to_regnum): Likewise.
639 (spu_gdbarch_init): Install them. Append DWARF unwinders.
640
2ed3c037
UW
6412014-04-17 Ulrich Weigand  <uweigand@de.ibm.com>
642
643 * gdbarch.sh (value_from_register): Make class "m" instead of "f".
644 Replace FRAME argument with FRAME_ID.
645 * gdbarch.c, gdbarch.h: Regenerate.
646 * findvar.c (default_value_from_register): Add GDBARCH argument;
647 replace FRAME by FRAME_ID. No longer call get_frame_id.
648 (value_from_register): Update call to gdbarch_value_from_register.
649 * value.h (default_value_from_register): Update prototype.
650 * s390-linux-tdep.c (s390_value_from_register): Update interface
651 and call to default_value_from_register.
652 * spu-tdep.c (spu_value_from_register): Likewise.
653
654 * findvar.c (address_from_register): Remove TYPE argument.
655 Do not call value_from_register; use gdbarch_value_from_register
656 with null_frame_id instead.
657 * value.h (address_from_register): Update prototype.
658 * dwarf2-frame.c (read_addr_from_reg): Use address_from_register.
659 * dwarf2loc.c (dwarf_expr_read_addr_from_reg): Update for
660 address_from_register interface change.
661
71e50e83
YQ
6622014-04-17 Yao Qi <yao@codesourcery.com>
663
664 * gdbtypes.h: Update comments to link to types and macros'
665 definitions.
666
7a23c549
SC
6672014-04-16 Siva Chandra Reddy <sivachandra@google.com>
668
669 * gdbtypes.h: Remove definition of the macro TYPE_FN_FIELDS.
670
22869d73
KS
6712014-04-16 Keith Seitz <keiths@redhat.com>
672
673 PR gdb/15827
674 * dwarf2read.c (skip_one_die): Check that all relative-offset
675 sibling DIEs fall within range of the current reader's buffer.
676 (read_partial_die): Likewise.
677
c4f87ca6
KS
6782014-04-16 Keith Seitz <keiths@redhat.com>
679
680 PR c++/16597
681 * cp-namespace.c (lookup_symbol_file): If the type name of
682 `this' is NULL, return immediately.
683
b50c8614
KS
6842014-04-14 Keith Seitz <keiths@redhat.com>
685
686 PR c++/16253
687 * ada-lang.c (ada_symbol_matches_domain): Moved here and renamed
688 from symbol_matches_domain in symtab.c. All local callers
689 of symbol_matches_domain updated.
690 (standard_lookup): If DOMAIN is VAR_DOMAIN and no symbol is found,
691 search STRUCT_DOMAIN.
692 (ada_find_any_type_symbol): Do not search STRUCT_DOMAIN
693 independently. standard_lookup will do that automatically.
694 * cp-namespace.c (cp_lookup_symbol_nonlocal): Explain when/why
695 VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
696 (cp_lookup_symbol_in_namespace): Likewise.
697 If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN.
698 (cp_lookup_symbol_exports): Explain when/why VAR_DOMAIN searches
699 may return a STRUCT_DOMAIN match.
700 (lookup_symbol_file): Search for the class name in STRUCT_DOMAIN.
701 * cp-support.c: Include language.h.
702 (inspect_type): Explicitly search STRUCT_DOMAIN before searching
703 VAR_DOMAIN.
704 * psymtab.c (match_partial_symbol): Compare the requested
705 domain with the symbol's domain directly.
706 (lookup_partial_symbol): Likewise.
707 * symtab.c (lookup_symbol_in_language): Explain when/why
708 VAR_DOMAIN searches may return a STRUCT_DOMAIN match.
709 If no VAR_DOMAIN symbol is found, search STRUCT_DOMAIN for
710 appropriate languages.
711 (symbol_matches_domain): Renamed `ada_symbol_matches_domain'
712 and moved to ada-lang.c
713 (lookup_block_symbol): Explain that this function only returns
714 symbol matching the requested DOMAIN.
715 Compare the requested domain with the symbol's domain directly.
716 (iterate_over_symbols): Compare the requested domain with the
717 symbol's domain directly.
718 * symtab.h (symbol_matches_domain): Remove.
719
3d567982
TT
7202014-04-14 Tom Tromey <tromey@redhat.com>
721
722 PR c++/15246:
723 * c-exp.y (type_aggregate_p): New function.
724 (qualified_name, classify_inner_name): Use it.
725 * c-typeprint.c (c_type_print_base): Handle TYPE_DECLARED_CLASS
726 and TYPE_TARGET_TYPE of an enum type.
727 * dwarf2read.c (read_enumeration_type): Set TYPE_DECLARED_CLASS on
728 an enum type.
729 (determine_prefix) <case DW_TAG_enumeration_type>: New case;
730 handle TYPE_DECLARED_CLASS.
731 * gdbtypes.c (rank_one_type): Handle TYPE_DECLARED_CLASS on enum
732 types.
733 * gdbtypes.h (TYPE_DECLARED_CLASS): Update comment.
734 * valops.c (enum_constant_from_type): New function.
735 (value_aggregate_elt): Use it.
736 * cp-namespace.c (cp_lookup_nested_symbol): Handle
737 TYPE_CODE_ENUM.
738
c848d642
TT
7392014-04-14 Tom Tromey <tromey@redhat.com>
740
741 * valops.c (value_aggregate_elt, value_struct_elt_for_reference)
742 (value_namespace_elt, value_maybe_namespace_elt): Make "name"
743 const.
744 * value.h (value_aggregate_elt): Update.
745
0626fc76
TT
7462014-04-14 Tom Tromey <tromey@redhat.com>
747
748 * dwarf2read.c (read_enumeration_type): Handle DW_AT_type.
749
5ecaaa66
SA
7502014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
751
752 * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
753 (evaluate_subexp_standard): Pass noside argument.
754 (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
755 if noside equals EVAL_NORMAL. If the subscript yields a vla type
756 re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
757 * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
758 * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
759
1612e0c0
SA
7602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
761
762 * findvar.c (default_read_var_value): Resolve dynamic bounds if location
763 points to a constant blob.
764
c451ebe5
SA
7652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
766
767 * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
768 property and store it as the high bound and flag the range accordingly.
769 * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
770 RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
771 * gdbtypes.h (enum range_flags): New enum.
772 (struct range_bounds): Add flags member.
773
1d42e4c4
SA
7742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
775
776 * c-typeprint.c (c_type_print_varspec_suffix): Added
777 check for not yet resolved high bound. If unresolved, print
778 "variable length" string to the console instead of random
779 length.
780
9f1f738a
SA
7812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
782
783 * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from
784 value.
785 (ada_template_to_fixed_record_type_1): Likewise.
786 (ada_to_fixed_type_1): Likewise.
787 * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
788 (cp_print_value): Likewise.
789 * d-valprint.c (dynamic_array_type): Likewise.
790 * findvar.c (address_of_variable): Likewise.
791 * jv-valprint.c (java_value_print): Likewise.
792 * valops.c (value_ind): Likewise.
793 * value.c (coerce_ref): Likewise.
794
3c8452d4
SA
7952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
796
797 * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
798 value and retrieve the dynamic type size.
799
4ad88275
SA
8002014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
801
802 * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
803 passed to sizeof is dynamic evaluate the argument to compute the length.
804
80180f79
SA
8052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
806 Joel Brobecker <brobecker@adacore.com>
807
808 * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
809 (dwarf2_evaluate_property): New function.
810 * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
811 * dwarf2read.c (attr_to_dynamic_prop): New function.
812 (read_subrange_type): Use attr_to_dynamic_prop to read high bound
813 attribute.
814 * gdbtypes.c: Include dwarf2loc.h.
815 (is_dynamic_type): New function.
816 (resolve_dynamic_type): New function.
817 (resolve_dynamic_bounds): New function.
818 (get_type_length): New function.
819 (check_typedef): Use get_type_length to compute type length.
820 * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
821 (TYPE_LOW_BOUND_KIND): New macro.
822 (is_dynamic_type): New function prototype.
823 * value.c (value_from_contents_and_address): Call resolve_dynamic_type
824 to resolve dynamic properties of the type. Update comment.
825 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
826
a1556843
RH
8272014-04-14 Richard Henderson <rth@redhat.com>
828
829 * alpha-linux-nat.c (_initialize_alpha_linux_nat): Fix prototype.
830
0be03e84
DE
8312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
832 Doug Evans <xdje42@gmail.com>
833
834 * guile/scm-value.c (gdbscm_value_dynamic_type): Use coerce_ref to
835 dereference TYPE_CODE_REF values.
836
6b662e19
JB
8372014-04-11 Joel Brobecker <brobecker@adacore.com>
838
839 Revert the following changes due to regressions:
840
841 * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
842 (dwarf2_evaluate_property): New function.
843 * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
844 * dwarf2read.c (attr_to_dynamic_prop): New function.
845 (read_subrange_type): Use attr_to_dynamic_prop to read high bound
846 attribute.
847 * gdbtypes.c: Include dwarf2loc.h.
848 (is_dynamic_type): New function.
849 (resolve_dynamic_type): New function.
850 (resolve_dynamic_bounds): New function.
851 (get_type_length): New function.
852 (check_typedef): Use get_type_length to compute type length.
853 * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
854 (TYPE_LOW_BOUND_KIND): New macro.
855 (is_dynamic_type): New function prototype.
856 * value.c (value_from_contents_and_address): Call resolve_dynamic_type
857 to resolve dynamic properties of the type. Update comment.
858 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
859
860 * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
861 passed to sizeof is dynamic evaluate the argument to compute the length.
862
863 * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
864 value and retrieve the dynamic type size.
865
866 * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from value.
867 (ada_template_to_fixed_record_type_1): Likewise.
868 (ada_to_fixed_type_1): Likewise.
869 * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
870 (cp_print_value): Likewise.
871 * d-valprint.c (dynamic_array_type): Likewise.
872 * eval.c (evaluate_subexp_with_coercion): Likewise.
873 * findvar.c (address_of_variable): Likewise.
874 * jv-valprint.c (java_value_print): Likewise.
875 * valops.c (value_ind): Likewise.
876 * value.c (coerce_ref): Likewise.
877
878 * c-typeprint.c (c_type_print_varspec_suffix): Added
879 check for not yet resolved high bound. If unresolved, print
880 "variable length" string to the console instead of random
881 length.
882
883 * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
884 property and store it as the high bound and flag the range accordingly.
885 * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
886 RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
887 * gdbtypes.h (enum range_flags): New enum.
888 (struct range_bounds): Add flags member.
889
890 * findvar.c (default_read_var_value): Resolve dynamic bounds if location
891 points to a constant blob.
892
893 * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
894 (evaluate_subexp_standard): Pass noside argument.
895 (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
896 if noside equals EVAL_NORMAL. If the subscript yields a vla type
897 re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
898 * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
899 * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
900
245a5f0b
KS
9012014-04-11 Keith Seitz <keiths@redhat.com>
902
903 PR c++/16675
904 * c-exp.y (exp : SIZEOF '(' type ')'): Handle reference types.
905 * eval.c (evaluate_subexp_for_sizeof): Refactor and handle
906 reference types.
907
3bce8237
SA
9082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
909
910 * eval.c (evaluate_subexp_for_sizeof): Add enum noside argument.
911 (evaluate_subexp_standard): Pass noside argument.
912 (evaluate_subexp_for_sizeof) <BINOP_SUBSCRIPT>: Handle subscript case
913 if noside equals EVAL_NORMAL. If the subscript yields a vla type
914 re-evaluate subscript operation with EVAL_NORMAL to enable sideffects.
915 * gdbtypes.c (resolve_dynamic_bounds): Mark bound as evaluated.
916 * gdbtypes.h (enum range_flags): Add RANGE_EVALUATED case.
917
92b09522
SA
9182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
919
920 * findvar.c (default_read_var_value): Resolve dynamic bounds if location
921 points to a constant blob.
922
e1969afb
SA
9232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
924
925 * dwarf2read.c (read_subrange_type): Convert DW_AT_count to a dynamic
926 property and store it as the high bound and flag the range accordingly.
927 * gdbtypes.c (resolve_dynamic_bounds): If range is flagged as
928 RANGE_UPPER_BOUND_IS_COUNT assign low + high - 1 as the new high bound.
929 * gdbtypes.h (enum range_flags): New enum.
930 (struct range_bounds): Add flags member.
931
b86138fb
SA
9322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
933
934 * c-typeprint.c (c_type_print_varspec_suffix): Added
935 check for not yet resolved high bound. If unresolved, print
936 "variable length" string to the console instead of random
937 length.
938
bcd629a4
SA
9392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
940
941 * ada-lang.c (ada_value_primitive_packed_val): Re-fetch type from value.
942 (ada_template_to_fixed_record_type_1): Likewise.
943 (ada_to_fixed_type_1): Likewise.
944 * cp-valprint.c (cp_print_value_fields_rtti): Likewise.
945 (cp_print_value): Likewise.
946 * d-valprint.c (dynamic_array_type): Likewise.
947 * eval.c (evaluate_subexp_with_coercion): Likewise.
948 * findvar.c (address_of_variable): Likewise.
949 * jv-valprint.c (java_value_print): Likewise.
950 * valops.c (value_ind): Likewise.
951 * value.c (coerce_ref): Likewise.
952
04b19544
SA
9532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
954
955 * eval.c (evaluate_subexp_for_sizeof) <UNOP_IND>: Create an indirect
956 value and retrieve the dynamic type size.
957
26cb189f
SA
9582014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
959
960 * eval.c (evaluate_subexp_for_sizeof) <OP_VAR_VALUE>: If the type
961 passed to sizeof is dynamic evaluate the argument to compute the length.
962
37c1ab67
SA
9632014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
964
965 * dwarf2loc.c (dwarf2_locexpr_baton_eval): New function.
966 (dwarf2_evaluate_property): New function.
967 * dwarf2loc.h (dwarf2_evaluate_property): New function prototype.
968 * dwarf2read.c (attr_to_dynamic_prop): New function.
969 (read_subrange_type): Use attr_to_dynamic_prop to read high bound
970 attribute.
971 * gdbtypes.c: Include dwarf2loc.h.
972 (is_dynamic_type): New function.
973 (resolve_dynamic_type): New function.
974 (resolve_dynamic_bounds): New function.
975 (get_type_length): New function.
976 (check_typedef): Use get_type_length to compute type length.
977 * gdbtypes.h (TYPE_HIGH_BOUND_KIND): New macro.
978 (TYPE_LOW_BOUND_KIND): New macro.
979 (is_dynamic_type): New function prototype.
980 * value.c (value_from_contents_and_address): Call resolve_dynamic_type
981 to resolve dynamic properties of the type. Update comment.
982 * valops.c (get_value_at, value_at, value_at_lazy): Update comment.
983
729efb13
SA
9842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
985
986 * dwarf2read.c (read_subrange_type): Use struct bound_prop for
987 declaring high/low bounds and change uses accordingly. Call
988 create_range_type instead of create_static_range_type.
989 * gdbtypes.c (create_range_type): New function.
990 (create_range_type): Convert bounds into struct bound_prop and pass
991 them to create_range_type.
992 * gdbtypes.h (struct bound_prop): New struct.
993 (create_range_type): New function prototype.
994 (struct range_bounds): Use struct bound_prop instead of LONGEST for
995 high/low bounds. Remove low_undefined/high_undefined and adapt all uses.
996 (TYPE_LOW_BOUND,TYPE_HIGH_BOUND): Adapt macros to refer to the static
997 part of the bound.
998 * parse.c (follow_types): Set high bound kind to BOUND_UNDEFINED.
999
0c9c3474
SA
10002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
1001
1002 * gdbtypes.c (create_static_range_type): Renamed from create_range_type.
1003 * gdbtypes.h (create_static_range_type): Renamed from create_range_type.
1004 * ada-lang.c: All uses of create_range_type updated.
1005 * coffread.c: All uses of create_range_type updated.
1006 * dwarf2read.c: All uses of create_range_type updated.
1007 * f-exp.y: All uses of create_range_type updated.
1008 * m2-valprint.c: All uses of create_range_type updated.
1009 * mdebugread.c: All uses of create_range_type updated.
1010 * stabsread.c: All uses of create_range_type updated.
1011 * valops.c: All uses of create_range_type updated.
1012 * valprint.c: All uses of create_range_type updated.
1013
9d497a19
PA
10142014-04-10 Pedro Alves <palves@redhat.com>
1015
1016 * breakpoint.c (single_step_breakpoints)
1017 (single_step_gdbarch): Move up in the file.
1018 (one_breakpoint_xfer_memory): New function, factored out from ...
1019 (breakpoint_xfer_memory): ... here. Also process single-step
1020 breakpoints.
1021
15a9128a
TG
10222014-04-09 Tristan Gingold <gingold@adacore.com>
1023
1024 * darwin-nat.c (darwin_check_new_threads): Fix port leak, add
1025 comments.
1026 (darwin_decode_exception_message): Free port only after use.
1027
9c97a070
PL
10282014-04-08 Pierre Langlois <pierre.langlois@embecosm.com>
1029
1030 * avr-tdep.c (struct gdbarch_tdep): Mention avrxmega in the comment.
1031 (avr_gdbarch_init): Add xmega architectures given by bfd_architecture
1032 when setting the size of call_length.
1033
7af389b8
SC
10342014-04-07 Siva Chandra Reddy <sivachandra@google.com>
1035
1036 * python/py-value.c (valpy_get_dynamic_type): Use coerce_ref to
1037 dereference TYPE_CODE_REF values.
1038
86ad98c3
JB
10392014-04-07 Joel Brobecker <brobecker@adacore.com>
1040
1041 * darwin-nat.c (darwin_decode_message): Remove trailing '\n' at
1042 end of warning message.
1043
b0aeadb3
DE
10442014-04-03 Doug Evans <dje@google.com>
1045
1046 * dwarf2read.c (read_cutu_die_from_dwo): Fix assertion, at most one
1047 of stub_comp_unit_die, stub_comp_dir is non-NULL.
1048
5979d6b6
AM
10492014-04-02 Alan Modra <amodra@gmail.com>
1050
1051 * symfile-mem.c (symbol_file_add_from_memory): Add size parameter.
1052 Pass to bfd_elf_bfd_from_remote_memory. Adjust all callers.
1053 (struct symbol_file_add_from_memory_args): Add size field.
1054 (find_vdso_size): New function.
1055 (add_vsyscall_page): Attempt to find vdso size.
1056
0d60c288
DE
10572014-04-01 Doug Evans <dje@google.com>
1058
1059 * dwarf2read.c (read_cutu_die_from_dwo): Improve comment.
1060
a41f2563
TG
10612014-04-01 Tristan Gingold <gingold@adacore.com>
1062
1063 * darwin-nat.c (darwin_encode_reply): Add prototype.
1064 (darwin_decode_exception_message): Reply to unknown inferiors.
1065 (darwin_decode_message): Handle message by id. Ignore message
1066 to unknown inferior.
1067 (darwin_wait): Discard unknown messages, add debug trace.
1068
11a865c8
DE
10692014-03-31 Doug Evans <dje@google.com>
1070
1071 * dwarf2read.c (read_cutu_die_from_dwo): Delete unused local
1072 comp_dir_string.
1073
770e7fc7
DE
10742014-03-31 Doug Evans <dje@google.com>
1075
1076 New option "set print symbol-loading".
1077 * NEWS: Mention it.
1078 * solib.c (solib_read_symbols): Only print symbol loading messages
1079 if requested.
1080 (solib_add): If symbol loading is in "brief" mode, notify user
1081 symbols are being loaded.
1082 (reload_shared_libraries_1): Ditto.
1083 * symfile.c (print_symbol_loading_off): New static global.
1084 (print_symbol_loading_brief): New static global.
1085 (print_symbol_loading_full): New static global.
1086 (print_symbol_loading_enums): New static global.
1087 (print_symbol_loading): New static global.
1088 (print_symbol_loading_p): New function.
1089 (symbol_file_add_with_addrs): Only print symbol loading messages
1090 if requested.
1091 (_initialize_symfile): Register "print symbol-loading" set/show
1092 command.
1093 * symfile.h (print_symbol_loading_p): Declare.
1094
c32c64b7
DE
10952014-03-30 Doug Evans <xdje42@gmail.com>
1096
1097 * infrun.c (set_last_target_status): New function.
1098 (handle_inferior_event): Call it.
1099
7c0bc051
DE
11002014-03-30 Doug Evans <xdje42@gmail.com>
1101
1102 * inferior.h (enum stop_kind): Improve comment.
1103
8776cfe9
JB
11042014-03-28 Joel Brobecker <brobecker@adacore.com>
1105
1106 * varobj.c (varobj_value_has_mutated): If NEW_VALUE is
1107 a reference, strip the reference layer before calling
1108 the lang_ops value_has_mutated callback.
1109
410a0ff2
SDJ
11102014-03-27 Sergio Durigan Junior <sergiodj@redhat.com>
1111
1112 Remove some globals from our parser.
1113 * language.c (unk_lang_parser): Add "struct parser_state"
1114 argument.
1115 * language.h (struct language_defn) <la_parser>: Likewise.
1116 * parse.c (expout, expout_size, expout_ptr): Remove variables.
1117 (initialize_expout): Add "struct parser_state" argument.
1118 Rewrite function to use the parser state.
1119 (reallocate_expout, write_exp_elt, write_exp_elt_opcode,
1120 write_exp_elt_sym, write_exp_elt_block, write_exp_elt_objfile,
1121 write_exp_elt_longcst, write_exp_elt_dblcst,
1122 write_exp_elt_decfloatcst, write_exp_elt_type,
1123 write_exp_elt_intern, write_exp_string, write_exp_string_vector,
1124 write_exp_bitstring, write_exp_msymbol, mark_struct_expression,
1125 write_dollar_variable): Likewise.
1126 (parse_exp_in_context_1): Use parser state.
1127 (insert_type_address_space): Add "struct parser_state" argument.
1128 Use parser state.
1129 (increase_expout_size): New function.
1130 * parser-defs.h: Forward declare "struct language_defn" and
1131 "struct parser_state".
1132 (expout, expout_size, expout_ptr): Remove extern declarations.
1133 (parse_gdbarch, parse_language): Rewrite macro declarations to
1134 accept the parser state.
1135 (struct parser_state): New struct.
1136 (initialize_expout, reallocate_expout, write_exp_elt_opcode,
1137 write_exp_elt_sym, write_exp_elt_longcst, write_exp_elt_dblcst,
1138 write_exp_elt_decfloatcst, write_exp_elt_type,
1139 write_exp_elt_intern, write_exp_string, write_exp_string_vector,
1140 write_exp_bitstring, write_exp_elt_block, write_exp_elt_objfile,
1141 write_exp_msymbol, write_dollar_variable,
1142 mark_struct_expression, insert_type_address_space): Add "struct
1143 parser_state" argument.
1144 (increase_expout_size): New function.
1145 * utils.c (do_clear_parser_state): New function.
1146 (make_cleanup_clear_parser_state): Likewise.
1147 * utils.h (make_cleanup_clear_parser_state): New function
1148 prototype.
1149 * aarch64-linux-tdep.c (aarch64_stap_parse_special_token):
1150 Update calls to write_exp* in order to pass the parser state.
1151 * arm-linux-tdep.c (arm_stap_parse_special_token): Likewise.
1152 * i386-tdep.c (i386_stap_parse_special_token_triplet): Likewise.
1153 (i386_stap_parse_special_token_three_arg_disp): Likewise.
1154 * ppc-linux-tdep.c (ppc_stap_parse_special_token): Likewise.
1155 * stap-probe.c (stap_parse_register_operand): Likewise.
1156 (stap_parse_single_operand): Likewise.
1157 (stap_parse_argument_1): Likewise.
1158 (stap_parse_argument): Use parser state.
1159 * stap-probe.h: Include "parser-defs.h".
1160 (struct stap_parse_info) <pstate>: New field.
1161 * c-exp.y (parse_type): Rewrite to use parser state.
1162 (yyparse): Redefine to c_parse_internal.
1163 (pstate): New global variable.
1164 (parse_number): Add "struct parser_state" argument.
1165 (write_destructor_name): Likewise.
1166 (type_exp): Update calls to write_exp* and similars in order to
1167 use parser state.
1168 (exp1, exp, variable, qualified_name, space_identifier,
1169 typename, typebase): Likewise.
1170 (write_destructor_name, parse_number, lex_one_token,
1171 classify_name, classify_inner_name, c_parse): Add "struct
1172 parser_state" argument. Update function to use parser state.
1173 * c-lang.h: Forward declare "struct parser_state".
1174 (c_parse): Add "struct parser_state" argument.
1175 * ada-exp.y (parse_type): Rewrite macro to use parser state.
1176 (yyparse): Redefine macro to ada_parse_internal.
1177 (pstate): New variable.
1178 (write_int, write_object_renaming, write_var_or_type,
1179 write_name_assoc, write_exp_op_with_string, write_ambiguous_var,
1180 type_int, type_long, type_long_long, type_float, type_double,
1181 type_long_double, type_char, type_boolean, type_system_address):
1182 Add "struct parser_state" argument.
1183 (exp1, primary, simple_exp, relation, and_exp, and_then_exp,
1184 or_exp, or_else_exp, xor_exp, type_prefix, opt_type_prefix,
1185 var_or_type, aggregate, aggregate_component_list,
1186 positional_list, others, component_group,
1187 component_associations): Update calls to write_exp* and similar
1188 functions in order to use parser state.
1189 (ada_parse, write_var_from_sym, write_int,
1190 write_exp_op_with_string, write_object_renaming,
1191 find_primitive_type, write_selectors, write_ambiguous_var,
1192 write_var_or_type, write_name_assoc, type_int, type_long,
1193 type_long_long, type_float, type_double, type_long_double,
1194 type_char, type_boolean, type_system_address): Add "struct
1195 parser_state" argument. Adjust function to use parser state.
1196 * ada-lang.c (parse): Likewise.
1197 * ada-lang.h: Forward declare "struct parser_state".
1198 (ada_parse): Add "struct parser_state" argument.
1199 * ada-lex.l (processInt, processReal): Likewise. Adjust all
1200 calls to both functions.
1201 * f-exp.y (parse_type, parse_f_type): Rewrite macros to use
1202 parser state.
1203 (yyparse): Redefine macro to f_parse_internal.
1204 (pstate): New variable.
1205 (parse_number): Add "struct parser_state" argument.
1206 (type_exp, exp, subrange, typebase): Update calls to write_exp*
1207 and similars in order to use parser state.
1208 (parse_number): Adjust code to use parser state.
1209 (yylex): Likewise.
1210 (f_parse): New function.
1211 * f-lang.h: Forward declare "struct parser_state".
1212 (f_parse): Add "struct parser_state" argument.
1213 * jv-exp.y (parse_type, parse_java_type): Rewrite macros to use
1214 parser state.
1215 (yyparse): Redefine macro for java_parse_internal.
1216 (pstate): New variable.
1217 (push_expression_name, push_expression_name, insert_exp): Add
1218 "struct parser_state" argument.
1219 (type_exp, StringLiteral, Literal, PrimitiveType, IntegralType,
1220 FloatingPointType, exp1, PrimaryNoNewArray, FieldAccess,
1221 FuncStart, MethodInvocation, ArrayAccess, PostfixExpression,
1222 PostIncrementExpression, PostDecrementExpression,
1223 UnaryExpression, PreIncrementExpression, PreDecrementExpression,
1224 UnaryExpressionNotPlusMinus, CastExpression,
1225 MultiplicativeExpression, AdditiveExpression, ShiftExpression,
1226 RelationalExpression, EqualityExpression, AndExpression,
1227 ExclusiveOrExpression, InclusiveOrExpression,
1228 ConditionalAndExpression, ConditionalOrExpression,
1229 ConditionalExpression, Assignment, LeftHandSide): Update
1230 calls to write_exp* and similars in order to use parser state.
1231 (parse_number): Ajust code to use parser state.
1232 (yylex): Likewise.
1233 (java_parse): New function.
1234 (push_variable): Add "struct parser_state" argument. Adjust
1235 code to user parser state.
1236 (push_fieldnames, push_qualified_expression_name,
1237 push_expression_name, insert_exp): Likewise.
1238 * jv-lang.h: Forward declare "struct parser_state".
1239 (java_parse): Add "struct parser_state" argument.
1240 * m2-exp.y (parse_type, parse_m2_type): Rewrite macros to use
1241 parser state.
1242 (yyparse): Redefine macro to m2_parse_internal.
1243 (pstate): New variable.
1244 (type_exp, exp, fblock, variable, type): Update calls to
1245 write_exp* and similars to use parser state.
1246 (yylex): Likewise.
1247 (m2_parse): New function.
1248 * m2-lang.h: Forward declare "struct parser_state".
1249 (m2_parse): Add "struct parser_state" argument.
1250 * objc-lang.c (end_msglist): Add "struct parser_state" argument.
1251 * objc-lang.h: Forward declare "struct parser_state".
1252 (end_msglist): Add "struct parser_state" argument.
1253 * p-exp.y (parse_type): Rewrite macro to use parser state.
1254 (yyparse): Redefine macro to pascal_parse_internal.
1255 (pstate): New variable.
1256 (parse_number): Add "struct parser_state" argument.
1257 (type_exp, exp1, exp, qualified_name, variable): Update calls to
1258 write_exp* and similars in order to use parser state.
1259 (parse_number, yylex): Adjust code to use parser state.
1260 (pascal_parse): New function.
1261 * p-lang.h: Forward declare "struct parser_state".
1262 (pascal_parse): Add "struct parser_state" argument.
1263 * go-exp.y (parse_type): Rewrite macro to use parser state.
1264 (yyparse): Redefine macro to go_parse_internal.
1265 (pstate): New variable.
1266 (parse_number): Add "struct parser_state" argument.
1267 (type_exp, exp1, exp, variable, type): Update calls to
1268 write_exp* and similars in order to use parser state.
1269 (parse_number, lex_one_token, classify_name, yylex): Adjust code
1270 to use parser state.
1271 (go_parse): Likewise.
1272 * go-lang.h: Forward declare "struct parser_state".
1273 (go_parse): Add "struct parser_state" argument.
1274
342587c4
DE
12752014-03-27 Doug Evans <dje@google.com>
1276
1277 * dwarf2read.c (read_str_index): Delete arg cu. All callers updated.
1278
33e80786
DE
12792014-03-27 Doug Evans <dje@google.com>
1280
1281 * dwarf2read.c (init_cutu_and_read_dies_no_follow): Fix comments.
1282 Remove argument abbrev_section. All callers updated.
1283
1dbab08b
DE
12842014-03-27 Doug Evans <dje@google.com>
1285
1286 * dwarf2read.c (struct dwarf2_cu): Improve comments for members
1287 addr_base, ranges_base.
1288
318d3177
KS
12892014-03-26 Keith Seitz <keiths@redhat.com>
1290
1291 * ada-tasks.c (get_tcb_types_info): Search STRUCT_DOMAIN for
1292 types, not VAR_DOMAIN.
1293
1e54db15
SL
12942014-03-25 Sandra Loosemore <sandra@codesourcery.com>
1295
1296 * features/nios2-cpu.xml: Correct types of "gp", "fp", "ea", and
1297 "ra" registers.
1298 * features/nios2-linux.c: Regenerated.
1299 * features/nios2.c: Regenerated.
1300
d3839ede
PA
13012014-03-25 Pedro Alves <palves@redhat.com>
1302
1303 * cli/cli-script.c (script_from_file): Force the interpreter to
1304 sync mode.
1305
7588d2ec
PL
13062014-03-24 Pierre Langlois <pierre.langlois@embecosm.com>
1307
1308 * avr-tdep.c (avr_scan_prologue): Accept push r1 instruction for
1309 small stack allocation.
1310
a6290449
TG
13112014-03-24 Tristan Gingold <gingold@adacore.com>
1312
1313 * darwin-nat.c (exc_server): Remove unused prototype.
1314 (darwin_dump_message): Correctly display data on x86_64.
1315 (darwin_encode_reply): Fix style.
1316 Add comments and fix indentation.
1317
31ae9d24 13182014-03-24 Pierre Langlois <pierre.langlois@embecosm.com>
69fa4030
PL
1319
1320 * MAINTAINERS (Write After Approval): Add "Pierre Langlois".
1321
6339bfc4
DE
13222014-03-22 Doug Evans <xdje42@gmail.com>
1323
1324 * infcmd.c: Whitespace fixes.
1325 (interrupt_command): Merge two function comments into one.
1326
0a07590b
DE
13272014-03-22 Doug Evans <xdje42@gmail.com>
1328
1329 * infcmd.c (interrupt_command): Renamed from interrupt_target_command.
1330 All uses updated.
1331
b55fbac4
YQ
13322014-03-22 Yao Qi <yao@codesourcery.com>
1333
1334 * remote.c (target_read_live_memory): Remove.
1335 (memory_xfer_live_readonly_partial): Rename it to
1336 remote_xfer_live_readonly_partial. Remove argument 'object'.
1337 All callers updated. Call remote_read_bytes_1
1338 instead of target_read_live_memory.
1339 * tracepoint.c (set_traceframe_number): Remove.
1340 (make_cleanup_restore_traceframe_number): Likewise .
1341 * tracepoint.h (set_traceframe_number): Remove declaration.
1342 (make_cleanup_restore_traceframe_number): Likewise.
1343
9217e74e
YQ
13442014-03-22 Yao Qi <yao@codesourcery.com>
1345
1346 * remote.c (remote_read_bytes): Move code on reading from the
1347 remote stub to ...
1348 (remote_read_bytes_1): ... here. New function.
1349
8acf9577
YQ
13502014-03-22 Yao Qi <yao@codesourcery.com>
1351
1352 * ctf.c (ctf_xfer_partial): Check the return value of
1353 exec_read_partial_read_only, if it is not TARGET_XFER_OK,
1354 return TARGET_XFER_UNAVAILABLE.
1355 * tracefile-tfile.c (tfile_xfer_partial): Likewise.
1356 * target.c (target_read_live_memory): Move it to remote.c.
1357 (memory_xfer_live_readonly_partial): Likewise.
1358 (memory_xfer_partial_1): Move some code to remote_read_bytes.
1359 * remote.c (target_read_live_memory): Moved from target.c.
1360 (memory_xfer_live_readonly_partial): Likewise.
1361 (remote_read_bytes): Factored out from
1362 memory_xfer_partial_1.
1363
feef67ab
DE
13642014-03-21 Daniel Gutson <daniel.gutson@tallertechnologies.com>
1365
1366 * extension.c (eval_ext_lang_from_control_command): Avoid dereferencing
1367 NULL pointer.
1368
b65dc60b
PA
13692014-03-21 Pedro Alves <palves@redhat.com>
1370
1371 * infrun.c (normal_stop): Extend comment.
1372
b4ab256d
HZ
13732014-03-21 Hui Zhu <hui@codesourcery.com>
1374 Pedro Alves <palves@redhat.com>
1375
1376 * darwin-nat.c (darwin_pid_to_exec_file): Change xmalloc to
1377 static buffer.
1378 * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1379 * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1380 * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1381
deba7593
MR
13822014-03-20 Maciej W. Rozycki <macro@codesourcery.com>
1383
1384 * mi/mi-interp.c (mi_memory_changed): Avoid using the ISO C99
1385 `z' formatted output modifier.
1386
1bff71c3
SDJ
13872014-03-20 Tom Tromey <tromey@redhat.com>
1388 Sergio Durigan Junior <sergiodj@redhat.com>
1389
1390 * probe.c (parse_probes): Turn assert into an ordinary error.
1391 * break-catch-throw.c (re_set_exception_catchpoint): Ignore
1392 exceptions when parsing probes. Rearrange the code for clarity.
1393
90e28950
TT
13942014-03-20 Tom Tromey <tromey@redhat.com>
1395
1396 PR gdb/14135
1397 * top.c (execute_command): Only dispatch events if the command
1398 started the target.
1399
beb460e8
PA
14002014-03-20 Tom Tromey <tromey@redhat.com>
1401
1402 PR cli/15718
1403 * infcall.c: Include event-top.h.
1404 (run_inferior_call): Call async_disable_stdin if needed.
1405
99619bea
PA
14062014-03-20 Pedro Alves <palves@redhat.com>
1407
1408 * infrun.c (prepare_to_proceed): Delete.
1409 (thread_still_needs_step_over): New function.
1410 (find_thread_needs_step_over): New function.
1411 (proceed): If the current thread needs a step-over, set its
1412 steping_over_breakpoint flag. Adjust to use
1413 find_thread_needs_step_over instead of prepare_to_proceed.
1414 (process_event_stop_test): For BPSTAT_WHAT_STOP_NOISY and
1415 BPSTAT_WHAT_STOP_SILENT, assume the thread stopped for a
1416 breakpoint.
1417 (switch_back_to_stepped_thread): Step over breakpoints of all
1418 threads not the stepping thread, before switching back to the
1419 stepping thread.
1420
2adfaa28
PA
14212014-03-20 Pedro Alves <palves@redhat.com>
1422
1423 * breakpoint.c (single_step_breakpoint_inserted_here_p): Make
1424 extern.
1425 * breakpoint.h (single_step_breakpoint_inserted_here_p): Declare.
1426 * infrun.c (saved_singlestep_ptid)
1427 (stepping_past_singlestep_breakpoint): Delete.
1428 (resume): Remove stepping_past_singlestep_breakpoint handling.
1429 (proceed): Store the prev_pc of the stepping thread too.
1430 (init_wait_for_inferior): Adjust. Clear singlestep_ptid and
1431 singlestep_pc.
1432 (enum infwait_states): Delete infwait_thread_hop_state.
1433 (struct execution_control_state) <hit_singlestep_breakpoint>: New
1434 field.
1435 (handle_inferior_event): Adjust.
1436 (handle_signal_stop): Delete stepping_past_singlestep_breakpoint
1437 handling and the thread-hop code. Before removing single-step
1438 breakpoints, check whether the thread hit a single-step breakpoint
1439 of another thread. If it did, the trap is not a random signal.
1440 (switch_back_to_stepped_thread): If the event thread hit a
1441 single-step breakpoint, unblock it before switching to the
1442 stepping thread. Handle the case of the stepped thread having
1443 advanced already.
1444 (keep_going): Handle the case of the current thread moving past a
1445 single-step breakpoint.
1446
31e77af2
PA
14472014-03-20 Pedro Alves <palves@redhat.com>
1448
1449 PR breakpoints/7143
1450 * breakpoint.c (should_be_inserted): Don't insert breakpoints that
1451 are being stepped over.
1452 (breakpoint_address_match): Make extern.
1453 * breakpoint.h (breakpoint_address_match): New declaration.
1454 * inferior.h (stepping_past_instruction_at): New declaration.
1455 * infrun.c (struct step_over_info): New type.
1456 (step_over_info): New global.
1457 (set_step_over_info, clear_step_over_info)
1458 (stepping_past_instruction_at): New functions.
1459 (handle_inferior_event): Clear the step-over info when
1460 trap_expected is cleared.
1461 (resume): Remove now stale comment.
1462 (clear_proceed_status): Clear step-over info.
1463 (proceed): Adjust step-over handling to set or clear the step-over
1464 info instead of removing all breakpoints.
1465 (handle_signal_stop): When setting up a thread-hop, don't remove
1466 breakpoints here.
1467 (stop_stepping): Clear step-over info.
1468 (keep_going): Adjust step-over handling to set or clear step-over
1469 info and then always inserting breakpoints, instead of removing
1470 all breakpoints when stepping over one.
1471
b9f437de
PA
14722014-03-20 Pedro Alves <palves@redhat.com>
1473
1474 * infrun.c (previous_inferior_ptid): Adjust comment.
1475 (deferred_step_ptid): Delete.
1476 (infrun_thread_ptid_changed, prepare_to_proceed)
1477 (init_wait_for_inferior): Adjust.
1478 (handle_signal_stop): Delete deferred_step_ptid handling.
1479
06c868a8
JK
14802014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
1481
1482 PR gdb/15358
1483 * defs.h (sync_quit_force_run): New declaration.
1484 (QUIT): Check also SYNC_QUIT_FORCE_RUN.
1485 * event-top.c (async_sigterm_handler): New declaration.
1486 (async_sigterm_token): New variable.
1487 (async_init_signals): Create also async_sigterm_token.
1488 (async_sigterm_handler): New function.
1489 (sync_quit_force_run): New variable.
1490 (handle_sigterm): Replace quit_force call by other calls.
1491 * utils.c (quit): Call quit_force if SYNC_QUIT_FORCE_RUN.
1492
dea80df0
MR
14932014-03-18 Maciej W. Rozycki <macro@codesourcery.com>
1494
1495 * rs6000-tdep.c (rs6000_frame_cache): Correct little-endian GPR
1496 offset into SPE pseudo registers.
1497
0c7e1a46
PA
14982014-03-18 Pedro Alves <palves@redhat.com>
1499
1500 PR gdb/13860
1501 * inferior.h (print_stop_event): Declare.
1502 * infrun.c (print_stop_event): New, factored out from ...
1503 (normal_stop): ... this.
1504 * mi/mi-interp.c (mi_on_normal_stop): Use print_stop_event instead
1505 of bpstat_print/print_stack_frame.
1506
9c1fcd01
TT
15072014-03-17 Tom Tromey <tromey@redhat.com>
1508
1509 * ui-out.c (clear_table, ui_out_new): Clear uiout->table.id.
1510
11aa919a
PMR
15112014-03-17 Pierre-Marie de Rodat <derodat@adacore.com>
1512
1513 * ada-lang.c (decode_constrained_packed_array): Perform a
1514 minimal coercion for reference with coerce_ref instead of
1515 ada_coerce_ref.
1516
d4ccb5e0
TG
15172014-03-17 Tristan Gingold <gingold@adacore.com>
1518
1519 * solib-darwin.c (DYLD_VERSION_MAX): Increase value.
1520 (darwin_solib_create_inferior_hook): Emit a warning if version
1521 is unhandled.
1522
49840f2a
UW
15232014-03-16 Ulrich Weigand  <uweigand@de.ibm.com>
1524
1525 * python/py-value.c (get_field_flag): Cast flag_name argument to
1526 PyObject_GetAttrString to support Python 2.4.
1527
ed4123e5
JK
15282014-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
1529
1530 * MAINTAINERS (The Official FSF-appointed GDB Maintainers)
1531 (Global Maintainers): Remove Jan Kratochvil.
1532
d6b64346
PA
15332014-03-14 Pedro Alves <palves@redhat.com>
1534
1535 * inferior.h (terminal_ours_for_output): Rename to ...
1536 (child_terminal_ours_for_output): ... this.
1537 (terminal_save_ours): Rename to ...
1538 (child_terminal_save_ours): ... this.
1539 (terminal_ours): Rename to ...
1540 (child_terminal_ours): ... this.
1541 (terminal_inferior): Rename to ...
1542 (child_terminal_inferior): ... this.
1543 (terminal_init_inferior): Rename to ...
1544 (child_terminal_init_inferior): ... this.
1545 (terminal_init_inferior_with_pgrp): Rename to ...
1546 (child_terminal_init_inferior_with_pgrp): ... this.
1547 * inflow.c (terminal_init_inferior_with_pgrp): Rename to ...
1548 (child_terminal_init_with_pgrp): ... this.
1549 (terminal_save_ours): Rename to ...
1550 (child_terminal_save_ours): ... this.
1551 (terminal_init_inferior): Rename to ...
1552 (child_terminal_init): ... this. Adjust.
1553 (terminal_inferior): Rename to ...
1554 (child_terminal_inferior): ... this.
1555 (terminal_ours_for_output): Rename to ...
1556 (child_terminal_ours_for_output): ... this. Adjust.
1557 (terminal_ours): Rename to ...
1558 (child_terminal_ours): ... this.
1559 (terminal_ours_1): Rename to ...
1560 (child_terminal_ours_1): ... this. Adjust.
1561 * linux-nat.c (linux_nat_terminal_inferior): Adjust.
1562 * windows-nat.c (do_initial_windows_stuff): Adjust.
1563 * gnu-nat.c (gnu_terminal_init_inferior): Rename to ...
1564 (gnu_terminal_init): ... this. Adjust.
1565 (gnu_target): Adjust.
1566 * inf-child.c (inf_child_target): Adjust.
1567
5a1e8c7a
DE
15682014-03-13 Doug Evans <xdje42@gmail.com>
1569
1570 PR guile/16612
1571 * guile/scm-type.c (tyscm_copy_type_recursive): Move type to its
1572 new eq?-hashtab.
1573
350e1a76
DE
15742014-03-13 Doug Evans <xdje42@gmail.com>
1575
1576 * value.c (record_latest_value): Call release_value_or_incref
1577 instead of release_value.
1578
a69900ae
PA
15792014-03-13 Pedro Alves <palves@redhat.com>
1580
1581 * procfs.c (procfs_target): Don't override to_shortname,
1582 to_longname or to_doc.
1583
5db9f0bd
PA
15842014-03-13 Pedro Alves <palves@redhat.com>
1585
1586 * inf-child.c (inf_child_open, inf_child_target): Don't mention
1587 Unix in user visible strings.
1588
5e3a2c38
SS
15892014-03-12 Stan Shebs <stan@codesourcery.com>
1590
1591 * gdbtypes.h: Annotate comments for Doxygen, add a page
1592 block comment with some general info.
1593
8bc2fe48
PA
15942014-03-12 Pedro Alves <palves@redhat.com>
1595
1596 * infcmd.c (prepare_execution_command): New function, factored out
1597 from several execution commands.
1598 (run_command_1, continue_command, step_1, jump_command)
1599 (signal_command, until_command, advance_command, finish_command)
1600 (attach_command): Use prepare_execution_command.
1601
638c5f49
OJ
16022014-03-12 Omair Javaid <omair.javaid@linaro.org>
1603
1604 * arm-linux-nat.c (arm_linux_get_hwbp_cap): Updated.
1605 (MAX_BPTS): Define.
1606 (MAX_WPTS): Define.
1607 (struct arm_linux_thread_points): Removed.
1608 (struct arm_linux_process_info): New.
1609 (DEF_VEC_P (arm_linux_thread_points_p)): Removed.
1610 (VEC(arm_linux_thread_points_p) *arm_threads): Removed.
1611 (arm_linux_find_breakpoints_by_tid): Removed.
1612 (struct arch_lwp_info): New.
1613 (arm_linux_find_process_pid): New functions.
1614 (arm_linux_add_process): New functions.
1615 (arm_linux_process_info_get): New functions.
1616 (arm_linux_forget_process): New function.
1617 (arm_linux_get_debug_reg_state): New function.
1618 (struct update_registers_data): New.
1619 (update_registers_callback): New function.
1620 (arm_linux_insert_hw_breakpoint1): Updated.
1621 (arm_linux_remove_hw_breakpoint1): Updated.
1622 (arm_linux_insert_hw_breakpoint): Updated.
1623 (arm_linux_remove_hw_breakpoint): Updated.
1624 (arm_linux_insert_watchpoint): Updated.
1625 (arm_linux_remove_watchpoint): Updated.
1626 (arm_linux_new_thread): Updated.
1627 (arm_linux_prepare_to_resume): New function.
1628 (arm_linux_new_fork): New function.
1629 (_initialize_arm_linux_nat): Updated.
1630
6d03af93
PA
16312014-03-12 Pedro Alves <palves@redhat.com>
1632
1633 * Makefile.in (TARGET_FLAGS_TO_PASS): Add TESTS.
1634
b3ccfe11
TT
16352014-03-12 Tom Tromey <tromey@redhat.com>
1636
1637 * inf-child.c (return_zero): New function.
1638 (inf_child_target): Set to_can_async_p, to_supports_non_stop.
1639 * aix-thread.c (aix_thread_inferior_created): New function.
1640 (aix_thread_attach): Remove.
1641 (init_aix_thread_ops): Don't set to_attach.
1642 (_initialize_aix_thread): Register inferior_created observer.
1643 * corelow.c (init_core_ops): Don't set to_attach or
1644 to_create_inferior.
1645 * exec.c (init_exec_ops): Don't set to_attach or
1646 to_create_inferior.
1647 * infcmd.c (run_command_1): Use find_run_target. Make direct
1648 target calls.
1649 (attach_command): Use find_attach_target. Make direct target
1650 calls.
1651 * record-btrace.c (init_record_btrace_ops): Don't set
1652 to_create_inferior.
1653 * record-full.c (record_full_can_async_p, record_full_is_async_p):
1654 Remove.
1655 (init_record_full_ops, init_record_full_core_ops): Update. Don't
1656 set to_create_inferior.
1657 * target.c (complete_target_initialization): Add assertion.
1658 (target_create_inferior): Remove.
1659 (find_default_attach, find_default_create_inferior): Remove.
1660 (find_attach_target, find_run_target): New functions.
1661 (find_default_is_async_p, find_default_can_async_p)
1662 (target_supports_non_stop, target_attach): Remove.
1663 (init_dummy_target): Don't set to_create_inferior or
1664 to_supports_non_stop.
1665 * target.h (struct target_ops) <to_attach>: Add comment. Remove
1666 TARGET_DEFAULT_FUNC.
1667 <to_create_inferior>: Add comment.
1668 <to_can_async_p, to_is_async_p, to_supports_non_stop>: Use
1669 TARGET_DEFAULT_RETURN.
1670 <to_can_async_p, to_supports_non_stop, to_can_run>: Add comments.
1671 (find_attach_target, find_run_target): Declare.
1672 (target_create_inferior): Remove.
1673 (target_has_execution_1): Update comment.
1674 (target_supports_non_stop): Remove.
1675 * target-delegates.c: Rebuild.
1676
91f83b02
PA
16772014-03-12 Pedro Alves <palves@redhat.com>
1678
1679 * inf-child.h: Update comment to not mention Unix.
1680
f1aea813
PA
16812014-03-12 Pedro Alves <palves@redhat.com>
1682
1683 * inf-child.c: Update top comment to not mention Unix. Add
1684 generic comment describing how this target is meant to be used.
1685 (inf_child_post_attach, inf_child_post_startup_inferior)
1686 (inf_child_follow_fork, inf_child_pid_to_exec_file): Don't mention
1687 Unix in comment.
1688
ee8e9165
PA
16892014-03-12 Pedro Alves <palves@redhat.com>
1690
1691 * nto-procfs.c: Include inf-child.h.
1692 (procfs_ops): Delete global.
1693 (procfs_can_run): Delete method.
1694 (procfs_detach, procfs_mourn_inferior): Unpush the passed in
1695 target pointer instead of referencing procfs_ops.
1696 (procfs_prepare_to_store): Delete.
1697 (init_procfs_ops): Delete function.
1698 (procfs_target): New function, based on init_procfs_ops, but
1699 inherit inf_child_target.
1700 (_initialize_procfs): Use procfs_target.
1701
51a9c8c5
PA
17022014-03-12 Pedro Alves <palves@redhat.com>
1703
1704 * windows-nat.c: Include inf-child.h.
1705 (windows_ops): Delete global.
1706 (windows_open, windows_prepare_to_store, windows_can_run): Delete
1707 methods.
1708 (init_windows_ops): Delete function.
1709 (windows_target): New function, based on init_windows_ops, but
1710 inherit inf_child_target.
1711 (_initialize_windows_nat): Use windows_target. Install x86
1712 specific target methods here.
1713
c1966e26
DE
17142014-03-10 Doug Evans <xdje42@gmail.com>
1715
1716 * guile/guile.c (call_initialize_gdb_module): New function.
1717 (initialize_guile): Replace call to scm_init_guile with call to
1718 scm_with_guile.
1719
023db19c
JB
17202014-03-10 Joel Brobecker <brobecker@adacore.com>
1721
1722 * ada-lang.c (ada_evaluate_subexp): Add missing space before '('
1723 in call to TYPE_CODE macro.
1724
5ec18f2b
JG
17252014-03-10 Jerome Guitton <guitton@adacore.com>
1726
8668be63
JB
1727 * ada-lang.c (ada_evaluate_subexp) <UNOP_IND, STRUCTOP_STRUCT>:
1728 Resolve tagged types to full view.
5ec18f2b 1729
7d03f2eb
HZ
17302014-03-10 Hui Zhu <hui@codesourcery.com>
1731
1732 * target.h (target_insert_breakpoint): Remove "hardware" from its
1733 comments.
1734
c5164cbc
DE
17352014-03-07 Doug Evans <dje@google.com>
1736
1737 * dwarf2read.c (read_str_index): Rename local dwo_name to objf_name.
1738
c4a3fee2
DE
17392014-03-07 Doug Evans <dje@google.com>
1740
1741 * dwarf2read.c (read_cutu_die_from_dwo): Fix function comment.
1742 Remove unused local comp_dir_attr. Assert exactly one of
1743 stub_comp_unit_die, stub_comp_dir is non-NULL.
1744
3156469c
JB
17452014-03-07 Joel Brobecker <brobecker@adacore.com>
1746
1747 * target.h (complete_target_initialization, add_target):
1748 Add comment.
1749
c1a7b7c6
PA
17502014-03-07 Pedro Alves <palves@redhat.com>
1751
1752 * go32-nat.c: Include inf-child.h.
1753 (go32_ops): Delete global.
1754 (go32_close, go32_detach, go32_prepare_to_store, go32_can_run):
1755 Delete methods.
1756 (go32_create_inferior): Push the passed in target pointer instead
1757 of referencing go32_ops.
1758 (init_go32_ops): Delete function. Moved parts to _initialize_go32_nat.
1759 (go32_target): New function, based on init_go32_ops, but inherit
1760 inf_child_target.
1761 (_initialize_go32_nat): Use go32_target. Move parts of
1762 init_go32_ops here.
1763
d3c1a85f
JB
17642014-03-06 Joel Brobecker <brobecker@adacore.com>
1765
1766 * sol-thread.c: #include "symtab.h", "minsym.h" and "objfiles.h".
1767 (ps_pglobal_lookup): Use BMSYMBOL_VALUE_ADDRESS instead of
1768 SYMBOL_VALUE_ADDRESS.
1769 (info_cb): MSYMBOL_PRINT_NAME instead of SYMBOL_PRINT_NAME.
1770
5fa1d40e
YQ
17712014-03-06 Yao Qi <yao@codesourcery.com>
1772
1773 * breakpoint.c (get_tracepoint_by_number): Remove argument
1774 optional_p. All callers updated. Adjust comments. Update
1775 output message.
1776 * breakpoint.h (get_tracepoint_by_number): Update declaration.
1777
0c13193f
YQ
17782014-03-06 Yao Qi <yao@codesourcery.com>
1779
1780 * reverse.c (goto_bookmark_command): Add local 'p'. Emit error
1781 early if get_number returns zero. Use 'p' instead of 'args'.
1782
2217da06
YQ
17832014-03-06 Yao Qi <yao@codesourcery.com>
1784
1785 * cli/cli-utils.c (get_number_trailer): Add '\n' at the end of
1786 message.
1787
cc3da688
YQ
17882014-03-06 Yao Qi <yao@codesourcery.com>
1789
1790 PR breakpoints/16508
1791 * tracepoint.c (check_trace_running): New function.
1792 (trace_find_command): Move code to check_trace_running and
1793 call check_trace_running.
1794 (trace_find_pc_command): Likewise.
1795 (trace_find_tracepoint_command): Likewise.
1796 (trace_find_line_command): Likewise.
1797 (trace_find_range_command): Likewise.
1798 * tracepoint.h (check_trace_running): Likewise.
1799 * mi/mi-main.c (mi_cmd_trace_find): Call check_trace_running.
1800
6a5f844b
YQ
18012014-03-06 Yao Qi <yao@codesourcery.com>
1802
1803 * target.h (struct target_ops) <to_traceframe_info>: Use
1804 TARGET_DEFAULT_NORETURN (tcomplain ()).
1805 * target-delegates.c: Regenerated.
1806
0f26cec1
PA
18072014-03-05 Pedro Alves <palves@redhat.com>
1808
1809 PR gdb/16575
1810 * dcache.c (dcache_poke_byte): Constify ptr parameter. Return
1811 void. Update comment.
1812 (dcache_xfer_memory): Delete.
1813 (dcache_read_memory_partial): New, based on the read bits of
1814 dcache_xfer_memory.
1815 (dcache_update): Add status parameter. Use ULONGEST for len, and
1816 adjust. Discard cache lines if the reason for the update was
1817 error.
1818 * dcache.h (dcache_xfer_memory): Delete declaration.
1819 (dcache_read_memory_partial): New declaration.
1820 (dcache_update): Update prototype.
1821 * target.c (raw_memory_xfer_partial): Update the dcache here.
1822 (memory_xfer_partial_1): Don't handle dcache writes here.
1823
b2b255bd
MF
18242014-03-05 Mike Frysinger <vapier@gentoo.org>
1825
1826 * remote-sim.c (gdbsim_load): Add const to prog.
1827
5d9cf8a4
TT
18282014-03-03 Tom Tromey <tromey@redhat.com>
1829
1830 * elfread.c (probe_key): Change to bfd_data.
1831 (elf_get_probes, probe_key_free, _initialize_elfread): Probes are
1832 now per-BFD, not per-objfile.
1833 * stap-probe.c (stap_probe_destroy): Update comment.
1834 (handle_stap_probe): Allocate on the per-BFD obstack.
1835
729662a5
TT
18362014-03-03 Tom Tromey <tromey@redhat.com>
1837
1838 * break-catch-throw.c (fetch_probe_arguments): Use bound probes.
1839 * breakpoint.c (create_longjmp_master_breakpoint): Use
1840 get_probe_address.
1841 (add_location_to_breakpoint, bkpt_probe_insert_location)
1842 (bkpt_probe_remove_location): Update.
1843 * breakpoint.h (struct bp_location) <probe>: Now a bound_probe.
1844 * elfread.c (elf_symfile_relocate_probe): Remove.
1845 (elf_probe_fns): Update.
1846 (insert_exception_resume_breakpoint): Change type of "probe"
1847 parameter to bound_probe.
1848 (check_exception_resume): Update.
1849 * objfiles.c (objfile_relocate1): Don't relocate probes.
1850 * probe.c (bound_probe_s): New typedef.
1851 (parse_probes): Use get_probe_address. Set sal's objfile.
1852 (find_probe_by_pc): Return a bound_probe.
1853 (collect_probes): Return a VEC(bound_probe_s).
1854 (compare_probes): Update.
1855 (gen_ui_out_table_header_info): Change type of "probes"
1856 parameter. Update.
1857 (info_probes_for_ops): Update.
1858 (get_probe_address): New function.
1859 (probe_safe_evaluate_at_pc): Update.
1860 * probe.h (struct probe_ops) <get_probe_address>: New field.
1861 <set_semaphore, clear_semaphore>: Add objfile parameter.
1862 (struct probe) <objfile>: Remove field.
1863 <arch>: New field.
1864 <address>: Update comment.
1865 (struct bound_probe): New.
1866 (find_probe_by_pc): Return a bound_probe.
1867 (get_probe_address): Declare.
1868 * solib-svr4.c (struct probe_and_action) <address>: New field.
1869 (hash_probe_and_action, equal_probe_and_action): Update.
1870 (register_solib_event_probe): Add address parameter.
1871 (solib_event_probe_at): Update.
1872 (svr4_create_probe_breakpoints): Add objfile parameter. Use
1873 get_probe_address.
1874 * stap-probe.c (struct stap_probe) <sem_addr>: Update comment.
1875 (stap_get_probe_address): New function.
1876 (stap_can_evaluate_probe_arguments, compute_probe_arg)
1877 (compile_probe_arg): Update.
1878 (stap_set_semaphore, stap_clear_semaphore): Compute semaphore's
1879 address.
1880 (handle_stap_probe): Don't relocate the probe.
1881 (stap_relocate): Remove.
1882 (stap_gen_info_probes_table_values): Update.
1883 (stap_probe_ops): Remove stap_relocate.
1884 * symfile-debug.c (debug_sym_relocate_probe): Remove.
1885 (debug_sym_probe_fns): Update.
1886 * symfile.h (struct sym_probe_fns) <sym_relocate_probe>: Remove.
1887 * symtab.c (init_sal): Use memset.
1888 * symtab.h (struct symtab_and_line) <objfile>: New field.
1889 * tracepoint.c (start_tracing, stop_tracing): Update.
1890
ff887920
TT
18912014-03-03 Tom Tromey <tromey@redhat.com>
1892
1893 * probe.h (parse_probes, find_probe_by_pc)
1894 (find_probes_in_objfile): Fix comments.
1895
f0407826
DE
18962014-03-02 Doug Evans <xdje42@gmail.com>
1897
1898 * infrun.c (handle_signal_stop): Replace test for
1899 TARGET_WAITKIND_STOPPED with an assert.
1900
35e6a711
DE
19012014-03-02 Doug Evans <xdje42@gmail.com>
1902
1903 * guile/scm-objfile.c (ofscm_mark_objfile_smob): Fix typo in comment.
1904
667f9d0b
DE
19052014-03-02 Doug Evans <xdje42@gmail.com>
1906
1907 * guile/lib/gdb/printing.scm (append-pretty-printer!): Fix thinko.
1908
dc92ace0
MK
19092014-03-01 Mark Kettenis <kettenis@gnu.org>
1910
1911 * obsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
1912
a900370f
MK
19132014-03-01 Mark Kettenis <kettenis@gnu.org>
1914
1915 * i386obsd-nat.c: Include "obsd-nat.h".
1916 (_initialize_i386obsd_nat): Call obsd_add_target instead of
1917 add_target.
1918 * config/i386/obsd.mh (NATDEPFILES): Add obsd-nat.o.
1919
b72a7981
MK
19202014-03-01 Mark Kettenis <kettenis@gnu.org>
1921
1922 * i386obsd-nat.c (i386obsd_supply_pcb): Cast 'sf' to 'gdb_byte *'.
1923
96c70aba
MK
19242014-03-01 Mark Kettenis <kettenis@gnu.org>
1925
1926 * mips64obsd-nat.c: Include "obsd-nath".
1927 (_initialize_mips64obsd_nat): Call obsd_add_target instead of
1928 add_target
1929 * config/mips/obsd64.mh (NATDEPFILES): Add obsd-nat.o.
1930
874a80af
MK
19312014-03-01 Mark Kettenis <kettenis@gnu.org>
1932
8fd408f1
MK
1933 * amd64obsd-nat.c: Include "obsd-nat,h.
1934 (_initialize_amd64obsd_nat): Call obsd_add_target instead of
1935 add_target.
874a80af
MK
1936 * config/i386/obsd64.mh (NATDEPFILES): Add obsd-nat.o.
1937
9cf95373
SC
19382014-02-28 Siva Chandra Reddy <sivachandra@google.com>
1939
1940 * valops.c (find_oload_champ): Remove unneccesary argument METHOD.
1941 (find_overload_match): Update call to find_oload_champ.
1942 (find_oload_champ_namespace_loop): Likewise
1943
863e4da4
MK
19442014-02-28 Mark Kettenis <kettenis@gnu.org>
1945
025cac40
MK
1946 * Makefile.in (ALLDEPFILES): Add sparc64obsd-nat.c.
1947
1ed586ce
MK
1948 * configure.host (sparc64-*-openbsd*): Set gdb_host to obsd64.
1949 * config/sparc/obsd64.mh: New file.
1950 * sparc64obsd-nat.c: New file.
1951
863e4da4
MK
1952 * obsd-nat.h: New file.
1953 * obsd-nat.c: New file.
1954 * Makefile.in (HFILES_NO_SRCDIR): Add obsd-nat.h.
1955 (ALLDEPFILES): Add obsd-nat.c.
1956
89de4da4
TT
19572014-02-28 Tom Tromey <tromey@redhat.com>
1958
1959 * cli-out.c (cli_ui_out_impl): Now const. Remove comment.
1960 * cli-out.h (cli_ui_out_impl): Now const.
1961 * mi/mi-out.c (mi_ui_out_impl): Now const. Remove comment.
1962 * ui-out.c (struct ui_out) <impl>: Now const.
1963 (default_ui_out_impl): Now const.
1964 (ui_out_new): Make 'impl' parameter const.
1965 * ui-out.h (ui_out_new): Update.
1966
c725e7b6
MK
19672014-02-27 Mark Kettenis <kettenis@gnu.org>
1968
1969 * solib-svr4.c (svr4_read_so_list): Initialize first_l_name to 0.
1970
670b46b3
MK
19712014-02-27 Mark Kettenis <kettenis@gnu.org>
1972
1973 * sparc-nat.c (sparc_xfer_wcookie): Always use process ID.
1974
c91550fc
JK
19752014-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
1976
1977 Additional PR 8882 fix.
1978 * solib-svr4.c (svr4_read_so_list): Change first to first_l_name.
1979
2fa0369e
PA
19802014-02-27 Pedro Alves <palves@redhat.com>
1981
1982 * nat/linux-waitpid.c (my_waitpid): Only block signals if WNOHANG
1983 isn't set.
1984
d632a097
PA
19852014-02-27 Pedro Alves <palves@redhat.com>
1986
1987 PR 12702
1988 * linux-nat.c (status_to_str): Moved to nat/linux-waitpid.c.
1989 * nat/linux-waitpid.c: Include string.h.
1990 (status_to_str): Moved here and made extern.
1991 * nat/linux-waitpid.h (status_to_str): New declaration.
1992
2ebd5a35
HZ
19932014-02-27 Hui Zhu <hui@codesourcery.com>
1994
1995 PR 12702
1996 * infrun.c (ptid_match): Move ...
1997 * common/ptid.c (ptid_match): ... here.
1998 * inferior.h (ptid_match): Move ...
1999 * common/ptid.h (ptid_match): ... here.
2000
3cdd631f
MK
20012014-02-27 Mark Kettenis <kettenis@gnu.org>
2002
2003 * mips64obsd-tdep.c (mips64obsd_init_abi): Call obsd_init_abi.
2004 * configure.tgt (mips64*-*-openbsd*): Add obsd-tdep.c to
2005 gdb_target_obs.
2006
bee30a64
MK
20072014-02-27 Mark Kettenis <kettenis@gnu.org>
2008
2009 * obsd-tdep.c (obsd_auxv_parse): New function.
2010 (obsd_init_abi): Set auxv_parse.
27a48a92
MK
2011
2012 * gdbarch.sh (auxv_parse): New.
2013 * gdbarch.h: Regenerated.
2014 * gdbarch.c: Regenerated.
2015 * auxv.c (target_auxv_parse): Call gdbarch_parse_auxv if provided.
2016
7a5a839f
LC
20172014-02-26 Ludovic Courtès <ludo@gnu.org>
2018
2019 * guile/scm-value.c (gdbscm_history_append_x): New function.
2020 (value_functions): Add it.
2021
31aa7e4e
JB
20222014-02-27 Joel Brobecker <brobecker@adacore.com>
2023
2024 * dwarf2read.c (attr_value_as_address): New function.
2025 (dwarf2_find_base_address, read_call_site_scope): Use
2026 attr_value_as_address in place of DW_ADDR.
2027 (dwarf2_get_pc_bounds): Use attr_value_as_address to get
2028 the low and high addresses. Slight rework of the handling
2029 of the high pc being a constant form, and limit it to
2030 DWARF verson 4 or higher.
2031 (dwarf2_record_block_ranges): Likewise.
2032 (read_partial_die): Likewise.
2033 (new_symbol_full): Use attr_value_as_address in place of DW_ADDR.
2034
9b333ba3
TT
20352014-02-26 Tom Tromey <tromey@redhat.com>
2036
2037 * exec.c (exec_file_attach): Hold a reference to exec_bfd.
2038
5f6cac40
TT
20392014-02-26 Tom Tromey <tromey@redhat.com>
2040
2041 * elfread.c (elf_read_minimal_symbols): Return early if
2042 minimal symbols have already been read. Add "ei" parameter.
2043 (elf_symfile_read): Call elf_read_minimal_symbols earlier.
2044 * minsyms.c (prim_record_minimal_symbol_full): Update.
2045 * objfiles.h (struct objstats) <n_minsyms>: Move...
2046 (struct objfile_per_bfd_storage) <n_minsyms>: ... here.
2047 * symmisc.c (print_objfile_statistics): Update.
2048
2750ef27
TT
20492014-02-26 Tom Tromey <tromey@redhat.com>
2050
2051 * elfread.c (elf_read_minimal_symbols): New function, from
2052 elf_symfile_read.
2053 (elf_symfile_read): Call it.
2054
34643a32
TT
20552014-02-26 Tom Tromey <tromey@redhat.com>
2056
2057 * minsyms.c (lookup_minimal_symbol, iterate_over_minimal_symbols)
2058 (lookup_minimal_symbol_text, lookup_minimal_symbol_by_pc_name)
2059 (lookup_minimal_symbol_solib_trampoline)
2060 (lookup_minimal_symbol_by_pc_section_1)
2061 (lookup_minimal_symbol_and_objfile): Update.
2062 (prim_record_minimal_symbol_full): Use the per-BFD obstack.
2063 Don't allocate a minimal symbol if minsyms have already been read.
2064 (build_minimal_symbol_hash_tables): Update.
2065 (install_minimal_symbols): Do nothing if minsyms already read.
2066 Use the per-BFD obstack.
2067 (terminate_minimal_symbol_table): Use the per-BFD obstack.
2068 * objfiles.c (allocate_objfile): Call
2069 terminate_minimal_symbol_table later.
2070 (have_minimal_symbols): Update.
2071 * objfiles.h (struct objfile_per_bfd_storage) <msymbols,
2072 minimal_symbol_count, msymbol_hash, msymbol_demangled_hash>:
2073 Move from struct objfile.
2074 <minsyms_read>: New field.
2075 (struct objfile) <msymbols, minimal_symbol_count,
2076 msymbol_hash, msymbol_demangled_hash>: Move.
2077 (ALL_OBJFILE_MSYMBOLS): Update.
2078 * symfile.c (read_symbols): Set minsyms_read.
2079 (reread_symbols): Update.
2080 * symmisc.c (dump_objfile, dump_msymbols): Update.
2081
2273f0ac
TT
20822014-02-26 Tom Tromey <tromey@redhat.com>
2083
2084 * minsyms.c (msymbols_sort): Remove.
2085 * minsyms.h (msymbols_sort): Remove.
2086 * objfiles.c (objfile_relocate1): Don't relocate minsyms.
2087 * symtab.h (MSYMBOL_VALUE_ADDRESS): Use objfile offsets.
2088 * elfread.c (elf_symtab_read): Don't add section offsets.
2089 * xcoffread.c (record_minimal_symbol): Don't add section offset
2090 to minimal symbol address.
2091 * somread.c (text_offset, data_offset): Remove.
2092 (som_symtab_read): Don't add section offsets to minimal symbol
2093 addresses.
2094 * coff-pe-read.c (add_pe_forwarded_sym, read_pe_exported_syms):
2095 Don't add section offsets to minimal symbols.
2096 * coffread.c (coff_symtab_read): Don't add section offsets
2097 to minimal symbol addresses.
2098 * machoread.c (macho_symtab_add_minsym): Don't add section offset
2099 to minimal symbol addresses.
2100 * mipsread.c (read_alphacoff_dynamic_symtab): Don't add
2101 section offset to minimal symbol addresses.
2102 * mdebugread.c (parse_partial_symbols): Don't add section
2103 offset to minimal symbol addresses.
2104 * dbxread.c (read_dbx_dynamic_symtab): Don't add section
2105 offset to minimal symbol addresses.
2106
77e371c0
TT
21072014-02-26 Tom Tromey <tromey@redhat.com>
2108
2109 * ada-lang.c (ada_main_name): Update.
2110 (ada_add_standard_exceptions): Update.
2111 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Update.
2112 * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
2113 * arm-tdep.c (skip_prologue_function, arm_skip_stub): Update.
2114 * auxv.c (ld_so_xfer_auxv): Update.
2115 * avr-tdep.c (avr_scan_prologue): Update.
2116 * ax-gdb.c (gen_var_ref): Update.
2117 * blockframe.c (get_pc_function_start)
2118 (find_pc_partial_function_gnu_ifunc): Update.
2119 * breakpoint.c (create_overlay_event_breakpoint)
2120 (create_longjmp_master_breakpoint)
2121 (create_std_terminate_master_breakpoint)
2122 (create_exception_master_breakpoint): Update.
2123 * bsd-uthread.c (bsd_uthread_lookup_address): Update.
2124 * c-valprint.c (c_val_print): Update.
2125 * coff-pe-read.c (add_pe_forwarded_sym): Update.
2126 * common/agent.c (agent_look_up_symbols): Update.
2127 * dbxread.c (find_stab_function_addr, end_psymtab): Update.
2128 * dwarf2loc.c (call_site_to_target_addr): Update.
2129 * dwarf2read.c (dw2_find_pc_sect_symtab): Update.
2130 * elfread.c (elf_gnu_ifunc_record_cache)
2131 (elf_gnu_ifunc_resolve_by_got): Update.
2132 * findvar.c (default_read_var_value): Update.
2133 * frame.c (inside_main_func): Update.
2134 * frv-tdep.c (frv_frame_this_id): Update.
2135 * glibc-tdep.c (glibc_skip_solib_resolver): Update.
2136 * gnu-v3-abi.c (gnuv3_get_typeid, gnuv3_skip_trampoline):
2137 Update.
2138 * hppa-hpux-tdep.c (hppa64_hpux_search_dummy_call_sequence)
2139 (hppa_hpux_find_dummy_bpaddr): Update.
2140 * hppa-tdep.c (hppa_symbol_address): Update.
2141 * infcmd.c (until_next_command): Update.
2142 * jit.c (jit_read_descriptor, jit_breakpoint_re_set_internal):
2143 Update.
2144 * linespec.c (minsym_found, add_minsym): Update.
2145 * linux-nat.c (get_signo): Update.
2146 * linux-thread-db.c (inferior_has_bug): Update.
2147 * m32c-tdep.c (m32c_return_value)
2148 (m32c_m16c_address_to_pointer): Update.
2149 * m32r-tdep.c (m32r_frame_this_id): Update.
2150 * m68hc11-tdep.c (m68hc11_get_register_info): Update.
2151 * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
2152 * maint.c (maintenance_translate_address): Update.
2153 * minsyms.c (lookup_minimal_symbol_by_pc_name): Update.
2154 (frob_address): New function.
2155 (lookup_minimal_symbol_by_pc_section_1): Use raw addresses,
2156 frob_address. Rename parameter to "pc_in".
2157 (compare_minimal_symbols, compact_minimal_symbols): Use raw
2158 addresses.
2159 (find_solib_trampoline_target, minimal_symbol_upper_bound):
2160 Update.
2161 * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
2162 * mips-tdep.c (mips_skip_pic_trampoline_code): Update.
2163 * objc-lang.c (find_objc_msgsend): Update.
2164 * objfiles.c (objfile_relocate1): Update.
2165 * obsd-tdep.c (obsd_skip_solib_resolver): Update.
2166 * p-valprint.c (pascal_val_print): Update.
2167 * parse.c (write_exp_msymbol): Update.
2168 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup)
2169 (ppc_elfv2_skip_entrypoint): Update.
2170 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
2171 * printcmd.c (build_address_symbolic, msym_info)
2172 (address_info): Update.
2173 * proc-service.c (ps_pglobal_lookup): Update.
2174 * psymtab.c (find_pc_sect_psymtab_closer)
2175 (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial):
2176 Change msymbol parameter to bound_minimal_symbol.
2177 * ravenscar-thread.c (get_running_thread_id): Update.
2178 * remote.c (remote_check_symbols): Update.
2179 * sh64-tdep.c (sh64_elf_make_msymbol_special): Use raw
2180 address.
2181 * sol2-tdep.c (sol2_skip_solib_resolver): Update.
2182 * solib-dsbt.c (lm_base): Update.
2183 * solib-frv.c (lm_base, main_got): Update.
2184 * solib-irix.c (locate_base): Update.
2185 * solib-som.c (som_solib_create_inferior_hook)
2186 (link_map_start): Update.
2187 * solib-spu.c (spu_enable_break, ocl_enable_break): Update.
2188 * solib-svr4.c (elf_locate_base, enable_break): Update.
2189 * spu-tdep.c (spu_get_overlay_table, spu_catch_start)
2190 (flush_ea_cache): Update.
2191 * stabsread.c (define_symbol, scan_file_globals): Update.
2192 * stack.c (find_frame_funname): Update.
2193 * symfile-debug.c (debug_qf_expand_symtabs_matching)
2194 (debug_qf_find_pc_sect_symtab): Update.
2195 * symfile.c (simple_read_overlay_table)
2196 (simple_overlay_update): Update.
2197 * symfile.h (struct quick_symbol_functions)
2198 <find_pc_sect_symtab>: Change type of msymbol to
2199 bound_minimal_symbol.
2200 * symmisc.c (dump_msymbols): Update.
2201 * symtab.c (find_pc_sect_symtab_via_partial)
2202 (find_pc_sect_psymtab, find_pc_sect_line, skip_prologue_sal)
2203 (search_symbols, print_msymbol_info): Update.
2204 * symtab.h (MSYMBOL_VALUE_RAW_ADDRESS): New macro.
2205 (MSYMBOL_VALUE_ADDRESS): Redefine.
2206 (BMSYMBOL_VALUE_ADDRESS): New macro.
2207 * tracepoint.c (scope_info): Update.
2208 * tui/tui-disasm.c (tui_find_disassembly_address)
2209 (tui_get_begin_asm_address): Update.
2210 * valops.c (find_function_in_inferior): Update.
2211 * value.c (value_static_field, value_fn_field): Update.
2212
3b7344d5
TT
22132014-02-26 Tom Tromey <tromey@redhat.com>
2214
2215 * ada-lang.c (ada_update_initial_language): Update.
2216 (ada_main_name, ada_has_this_exception_support): Update.
2217 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Update.
2218 * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
2219 * arm-tdep.c (arm_skip_stub): Update.
2220 * auxv.c (ld_so_xfer_auxv): Update.
2221 * avr-tdep.c (avr_scan_prologue): Update.
2222 * ax-gdb.c (gen_var_ref): Update.
2223 * breakpoint.c (struct breakpoint_objfile_data)
2224 <overlay_msym, longjmp_msym, terminate_msym, exception_msym>: Change
2225 type to bound_minimal_symbol.
2226 (create_overlay_event_breakpoint)
2227 (create_longjmp_master_breakpoint)
2228 (create_std_terminate_master_breakpoint)
2229 (create_exception_master_breakpoint): Update.
2230 * bsd-uthread.c (bsd_uthread_lookup_address): Update.
2231 * c-exp.y (classify_name): Update.
2232 * coffread.c (coff_symfile_read): Update.
2233 * common/agent.c (agent_look_up_symbols): Update.
2234 * d-lang.c (d_main_name): Update.
2235 * dbxread.c (find_stab_function_addr, end_psymtab): Update.
2236 * dec-thread.c (enable_dec_thread): Update.
2237 * dwarf2loc.c (call_site_to_target_addr): Update.
2238 * elfread.c (elf_gnu_ifunc_resolve_by_got): Update.
2239 * eval.c (evaluate_subexp_standard): Update.
2240 * findvar.c (struct minsym_lookup_data) <result>: Change type
2241 to bound_minimal_symbol.
2242 <objfile>: Remove.
2243 (minsym_lookup_iterator_cb, default_read_var_value): Update.
2244 * frame.c (inside_main_func): Update.
2245 * frv-tdep.c (frv_frame_this_id): Update.
2246 * gcore.c (call_target_sbrk): Update.
2247 * glibc-tdep.c (glibc_skip_solib_resolver): Update.
2248 * gnu-v3-abi.c (gnuv3_get_typeid, gnuv3_skip_trampoline):
2249 Update.
2250 * go-lang.c (go_main_name): Update.
2251 * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code)
2252 (hppa_hpux_find_import_stub_for_addr): Update.
2253 * hppa-tdep.c (hppa_extract_17, hppa_lookup_stub_minimal_symbol):
2254 Update. Change return type.
2255 * hppa-tdep.h (hppa_lookup_stub_minimal_symbol): Change return
2256 type.
2257 * jit.c (jit_breakpoint_re_set_internal): Update.
2258 * linux-fork.c (inferior_call_waitpid, checkpoint_command):
2259 Update.
2260 * linux-nat.c (get_signo): Update.
2261 * linux-thread-db.c (inferior_has_bug): Update
2262 * m32c-tdep.c (m32c_return_value)
2263 (m32c_m16c_address_to_pointer): Update.
2264 * m32r-tdep.c (m32r_frame_this_id): Update.
2265 * m68hc11-tdep.c (m68hc11_get_register_info): Update.
2266 * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
2267 * minsyms.c (lookup_minimal_symbol_internal): Rename to
2268 lookup_minimal_symbol. Change return type.
2269 (lookup_minimal_symbol): Remove.
2270 (lookup_bound_minimal_symbol): Update.
2271 (lookup_minimal_symbol_text): Change return type.
2272 (lookup_minimal_symbol_solib_trampoline): Change return type.
2273 * minsyms.h (lookup_minimal_symbol, lookup_minimal_symbol_text)
2274 (lookup_minimal_symbol_solib_trampoline): Change return type.
2275 * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
2276 * objc-lang.c (lookup_objc_class, lookup_child_selector)
2277 (value_nsstring, find_imps): Update.
2278 * obsd-tdep.c (obsd_skip_solib_resolver): Update.
2279 * p-lang.c (pascal_main_name): Update.
2280 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Update.
2281 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
2282 * proc-service.c (ps_pglobal_lookup): Update.
2283 * ravenscar-thread.c (get_running_thread_msymbol): Change
2284 return type.
2285 (has_ravenscar_runtime, get_running_thread_id): Update.
2286 * remote.c (remote_check_symbols): Update.
2287 * sol-thread.c (ps_pglobal_lookup): Update.
2288 * sol2-tdep.c (sol2_skip_solib_resolver): Update.
2289 * solib-dsbt.c (lm_base): Update.
2290 * solib-frv.c (lm_base, frv_relocate_section_addresses):
2291 Update.
2292 * solib-irix.c (locate_base): Update.
2293 * solib-som.c (som_solib_create_inferior_hook)
2294 (som_solib_desire_dynamic_linker_symbols, link_map_start):
2295 Update.
2296 * solib-spu.c (spu_enable_break): Update.
2297 * solib-svr4.c (elf_locate_base, enable_break): Update.
2298 * spu-tdep.c (spu_get_overlay_table, spu_catch_start)
2299 (flush_ea_cache): Update.
2300 * stabsread.c (define_symbol): Update.
2301 * symfile.c (simple_read_overlay_table): Update.
2302 * symtab.c (find_pc_sect_line): Update.
2303 * tracepoint.c (scope_info): Update.
2304 * tui-disasm.c (tui_get_begin_asm_address): Update.
2305 * value.c (value_static_field): Update.
2306
40c1a007
TT
23072014-02-26 Tom Tromey <tromey@redhat.com>
2308
2309 * minsyms.c (prim_record_minimal_symbol_full): Use
2310 SET_MSYMBOL_VALUE_ADDRESS.
2311 * objfiles.c (objfile_relocate1): Use SET_MSYMBOL_VALUE_ADDRESS.
2312 * sh64-tdep.c (sh64_elf_make_msymbol_special): Use
2313 SET_MSYMBOL_VALUE_ADDRESS.
2314 * symtab.h (MSYMBOL_VALUE_ADDRESS): Expand to an rvalue.
2315 (SET_MSYMBOL_VALUE_ADDRESS): New macro.
2316
efd66ac6
TT
23172014-02-26 Tom Tromey <tromey@redhat.com>
2318
2319 * symtab.h (struct minimal_symbol) <mginfo>: Rename from ginfo.
2320 (MSYMBOL_VALUE, MSYMBOL_VALUE_ADDRESS, MSYMBOL_VALUE_BYTES)
2321 (MSYMBOL_BLOCK_VALUE, MSYMBOL_VALUE_CHAIN, MSYMBOL_LANGUAGE)
2322 (MSYMBOL_SECTION, MSYMBOL_OBJ_SECTION, MSYMBOL_NATURAL_NAME)
2323 (MSYMBOL_LINKAGE_NAME, MSYMBOL_PRINT_NAME, MSYMBOL_DEMANGLED_NAME)
2324 (MSYMBOL_SET_LANGUAGE, MSYMBOL_SEARCH_NAME)
2325 (MSYMBOL_MATCHES_SEARCH_NAME, MSYMBOL_SET_NAMES): New macros.
2326 * ada-lang.c (ada_main_name): Update.
2327 (ada_lookup_simple_minsym): Update.
2328 (ada_make_symbol_completion_list): Update.
2329 (ada_add_standard_exceptions): Update.
2330 * ada-tasks.c (read_atcb, ada_tasks_inferior_data_sniffer): Update.
2331 * aix-thread.c (pdc_symbol_addrs, pd_enable): Update.
2332 * amd64-windows-tdep.c (amd64_skip_main_prologue): Update.
2333 * arm-tdep.c (skip_prologue_function): Update.
2334 (arm_skip_stack_protector, arm_skip_stub): Update.
2335 * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
2336 (arm_wince_skip_main_prologue): Update.
2337 * auxv.c (ld_so_xfer_auxv): Update.
2338 * avr-tdep.c (avr_scan_prologue): Update.
2339 * ax-gdb.c (gen_var_ref): Update.
2340 * block.c (call_site_for_pc): Update.
2341 * blockframe.c (get_pc_function_start): Update.
2342 (find_pc_partial_function_gnu_ifunc): Update.
2343 * breakpoint.c (create_overlay_event_breakpoint): Update.
2344 (create_longjmp_master_breakpoint): Update.
2345 (create_std_terminate_master_breakpoint): Update.
2346 (create_exception_master_breakpoint): Update.
2347 (resolve_sal_pc): Update.
2348 * bsd-uthread.c (bsd_uthread_lookup_address): Update.
2349 * btrace.c (ftrace_print_function_name, ftrace_function_switched):
2350 Update.
2351 * c-valprint.c (c_val_print): Update.
2352 * coff-pe-read.c (add_pe_forwarded_sym): Update.
2353 * coffread.c (coff_symfile_read): Update.
2354 * common/agent.c (agent_look_up_symbols): Update.
2355 * dbxread.c (find_stab_function_addr): Update.
2356 (end_psymtab): Update.
2357 * dwarf2loc.c (call_site_to_target_addr): Update.
2358 (func_verify_no_selftailcall): Update.
2359 (tailcall_dump): Update.
2360 (call_site_find_chain_1): Update.
2361 (dwarf_expr_reg_to_entry_parameter): Update.
2362 * elfread.c (elf_gnu_ifunc_record_cache): Update.
2363 (elf_gnu_ifunc_resolve_by_got): Update.
2364 * f-valprint.c (info_common_command): Update.
2365 * findvar.c (read_var_value): Update.
2366 * frame.c (get_prev_frame_1): Update.
2367 (inside_main_func): Update.
2368 * frv-tdep.c (frv_skip_main_prologue): Update.
2369 (frv_frame_this_id): Update.
2370 * glibc-tdep.c (glibc_skip_solib_resolver): Update.
2371 * gnu-v2-abi.c (gnuv2_value_rtti_type): Update.
2372 * gnu-v3-abi.c (gnuv3_rtti_type): Update.
2373 (gnuv3_skip_trampoline): Update.
2374 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline): Update.
2375 (hppa64_hpux_in_solib_call_trampoline): Update.
2376 (hppa_hpux_skip_trampoline_code): Update.
2377 (hppa64_hpux_search_dummy_call_sequence): Update.
2378 (hppa_hpux_find_import_stub_for_addr): Update.
2379 (hppa_hpux_find_dummy_bpaddr): Update.
2380 * hppa-tdep.c (hppa_symbol_address)
2381 (hppa_lookup_stub_minimal_symbol): Update.
2382 * i386-tdep.c (i386_skip_main_prologue): Update.
2383 (i386_pe_skip_trampoline_code): Update.
2384 * ia64-tdep.c (ia64_convert_from_func_ptr_addr): Update.
2385 * infcall.c (get_function_name): Update.
2386 * infcmd.c (until_next_command): Update.
2387 * jit.c (jit_breakpoint_re_set_internal): Update.
2388 (jit_inferior_init): Update.
2389 * linespec.c (minsym_found): Update.
2390 (add_minsym): Update.
2391 * linux-fork.c (info_checkpoints_command): Update.
2392 * linux-nat.c (get_signo): Update.
2393 * linux-thread-db.c (inferior_has_bug): Update.
2394 * m32c-tdep.c (m32c_return_value): Update.
2395 (m32c_m16c_address_to_pointer): Update.
2396 (m32c_m16c_pointer_to_address): Update.
2397 * m32r-tdep.c (m32r_frame_this_id): Update.
2398 * m68hc11-tdep.c (m68hc11_get_register_info): Update.
2399 * machoread.c (macho_resolve_oso_sym_with_minsym): Update.
2400 * maint.c (maintenance_translate_address): Update.
2401 * minsyms.c (add_minsym_to_hash_table): Update.
2402 (add_minsym_to_demangled_hash_table): Update.
2403 (msymbol_objfile): Update.
2404 (lookup_minimal_symbol): Update.
2405 (iterate_over_minimal_symbols): Update.
2406 (lookup_minimal_symbol_text): Update.
2407 (lookup_minimal_symbol_by_pc_name): Update.
2408 (lookup_minimal_symbol_solib_trampoline): Update.
2409 (lookup_minimal_symbol_by_pc_section_1): Update.
2410 (lookup_minimal_symbol_and_objfile): Update.
2411 (prim_record_minimal_symbol_full): Update.
2412 (compare_minimal_symbols): Update.
2413 (compact_minimal_symbols): Update.
2414 (build_minimal_symbol_hash_tables): Update.
2415 (install_minimal_symbols): Update.
2416 (terminate_minimal_symbol_table): Update.
2417 (find_solib_trampoline_target): Update.
2418 (minimal_symbol_upper_bound): Update.
2419 * mips-linux-tdep.c (mips_linux_skip_resolver): Update.
2420 * mips-tdep.c (mips_stub_frame_sniffer): Update.
2421 (mips_skip_pic_trampoline_code): Update.
2422 * msp430-tdep.c (msp430_skip_trampoline_code): Update.
2423 * objc-lang.c (selectors_info): Update.
2424 (classes_info): Update.
2425 (find_methods): Update.
2426 (find_imps): Update.
2427 (find_objc_msgsend): Update.
2428 * objfiles.c (objfile_relocate1): Update.
2429 * objfiles.h (ALL_OBJFILE_MSYMBOLS): Update.
2430 * obsd-tdep.c (obsd_skip_solib_resolver): Update.
2431 * p-valprint.c (pascal_val_print): Update.
2432 * parse.c (write_exp_msymbol): Update.
2433 * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code)
2434 (ppc_linux_spe_context_lookup, ppc_elfv2_skip_entrypoint): Update.
2435 * ppc-sysv-tdep.c (convert_code_addr_to_desc_addr): Update.
2436 * printcmd.c (build_address_symbolic): Update.
2437 (sym_info): Update.
2438 (address_info): Update.
2439 * proc-service.c (ps_pglobal_lookup): Update.
2440 * psymtab.c (find_pc_sect_psymtab_closer): Update.
2441 (find_pc_sect_psymtab): Update.
2442 * python/py-framefilter.c (py_print_frame): Update.
2443 * ravenscar-thread.c (get_running_thread_id): Update.
2444 * record-btrace.c (btrace_call_history, btrace_get_bfun_name):
2445 Update.
2446 * remote.c (remote_check_symbols): Update.
2447 * rs6000-tdep.c (rs6000_skip_main_prologue): Update.
2448 (rs6000_skip_trampoline_code): Update.
2449 * sh64-tdep.c (sh64_elf_make_msymbol_special): Update.
2450 * sol2-tdep.c (sol2_skip_solib_resolver): Update.
2451 * solib-dsbt.c (lm_base): Update.
2452 * solib-frv.c (lm_base): Update.
2453 (main_got): Update.
2454 * solib-irix.c (locate_base): Update.
2455 * solib-som.c (som_solib_create_inferior_hook): Update.
2456 (som_solib_desire_dynamic_linker_symbols): Update.
2457 (link_map_start): Update.
2458 * solib-spu.c (spu_enable_break): Update.
2459 (ocl_enable_break): Update.
2460 * solib-svr4.c (elf_locate_base): Update.
2461 (enable_break): Update.
2462 * spu-tdep.c (spu_get_overlay_table): Update.
2463 (spu_catch_start): Update.
2464 (flush_ea_cache): Update.
2465 * stabsread.c (define_symbol): Update.
2466 (scan_file_globals): Update.
2467 * stack.c (find_frame_funname): Update.
2468 (frame_info): Update.
2469 * symfile.c (simple_read_overlay_table): Update.
2470 (simple_overlay_update): Update.
2471 * symmisc.c (dump_msymbols): Update.
2472 * symtab.c (fixup_section): Update.
2473 (find_pc_sect_line): Update.
2474 (skip_prologue_sal): Update.
2475 (search_symbols): Update.
2476 (print_msymbol_info): Update.
2477 (rbreak_command): Update.
2478 (MCOMPLETION_LIST_ADD_SYMBOL): New macro.
2479 (completion_list_objc_symbol): Update.
2480 (default_make_symbol_completion_list_break_on): Update.
2481 * tracepoint.c (scope_info): Update.
2482 * tui/tui-disasm.c (tui_find_disassembly_address): Update.
2483 (tui_get_begin_asm_address): Update.
2484 * valops.c (find_function_in_inferior): Update.
2485 * value.c (value_static_field): Update.
2486 (value_fn_field): Update.
2487
50e65b17
TT
24882014-02-26 Tom Tromey <tromey@redhat.com>
2489
2490 * blockframe.c (find_pc_partial_function_gnu_ifunc): Use
2491 bound minimal symbols. Move code that knows about minsym
2492 table layout...
2493 * minsyms.c (minimal_symbol_upper_bound): ... here. New
2494 function.
2495 * minsyms.h (minimal_symbol_upper_bound): Declare.
2496 * objc-lang.c (find_objc_msgsend): Use bound minimal symbols,
2497 minimal_symbol_upper_bound.
2498
1b588015
JB
24992014-02-27 Joel Brobecker <brobecker@adacore.com>
2500
2501 * python/lib/gdb/printing.py (RegexpCollectionPrettyPrinter):
2502 Use the type's name if its basic type does not have a tag.
2503
dbb9c2b1
JB
25042014-02-27 Joel Brobecker <brobecker@adacore.com>
2505
2506 * dwarf2read.c (read_subrange_type): Add comment.
2507
55426c9d
JB
25082014-02-27 Joel Brobecker <brobecker@adacore.com>
2509
2510 * dwarf2read.c (update_enumeration_type_from_children): New
2511 function, mostly extracted from process_structure_scope.
2512 (read_enumeration_type): Call update_enumeration_type_from_children.
2513 (process_enumeration_scope): Do not set THIS_TYPE's flag_unsigned
2514 and flag_flag_enum fields.
2515
f2fce0ca
PA
25162014-02-26 Pedro Alves <palves@redhat.com>
2517
2518 * bsd-uthread.c (bsd_uthread_xfer_partial): Delete function.
2519 (bsd_uthread_target): Don't install bsd_uthread_xfer_partial as
2520 to_xfer_partial method.
2521
7a44e40e
PA
25222014-02-26 Pedro Alves <palves@redhat.com>
2523
2524 * target.c (complete_target_initialization): Don't install
2525 default_xfer_partial as to_xfer_partial hook.
2526 (nomemory): Delete.
2527 (update_current_target): Don't INHERIT nor de_fault
2528 deprecated_xfer_memory. Delete de_fault macro.
2529 (default_xfer_partial, deprecated_debug_xfer_memory): Delete.
2530 (setup_target_debug): Don't install a deprecated_xfer_memory hook.
2531 * target.h (struct target_ops) <deprecated_xfer_memory>: Delete
2532 field.
2533
bd265cd0
PA
25342014-02-26 Pedro Alves <palves@redhat.com>
2535
2536 * go32-nat.c (my_write_child): New function.
2537 (go32_xfer_memory): Rewrite as to_xfer_partial helper.
2538 (go32_xfer_partial): New function.
2539 (init_go32_ops): Don't install a deprecated_xfer_memory hook.
2540 Instead install a to_xfer_partial hook.
2541
9d46c4e5
PA
25422014-02-26 Pedro Alves <palves@redhat.com>
2543
2544 * nto-procfs.c (procfs_xfer_memory): Adjust interface as a
2545 to_xfer_partial helper. Rewrite.
2546 (procfs_xfer_partial): New function.
2547 (init_procfs_ops): Don't install a deprecated_xfer_memory hook.
2548 Install a to_xfer_partial hook.
2549
a1583b1f
PA
25502014-02-26 Pedro Alves <palves@redhat.com>
2551
2552 * remote-m32r-sdi.c (send_data): Constify 'buf' parameter.
2553 (m32r_xfer_memory): Adjust as a to_xfer_partial helper.
2554 (m32r_xfer_partial): New function.
2555 (init_m32r_ops): Don't install a deprecated_xfer_memory hook.
2556 Install a to_xfer_partial hook.
2557
6df1b29f
PA
25582014-02-26 Pedro Alves <palves@redhat.com>
2559
2560 * remote-mips.c (mips_xfer_memory): Adjust as to_xfer_partial
2561 helper.
2562 (mips_xfer_partial): New function.
2563 (_initialize_remote_mips): Don't install a deprecated_xfer_memory
2564 hook. Install a to_xfer_partial hook.
2565
dc53a7ad
JB
25662014-02-26 Joel Brobecker <brobecker@adacore.com>
2567
2568 * gdbtypes.h (create_array_type_with_stride): Add declaration.
2569 * gdbtypes.c (create_array_type_with_stride): New function,
2570 renaming create_array_type, but with an added parameter
2571 called "bit_stride".
2572 (create_array_type): Re-implement using
2573 create_array_type_with_stride.
2574 * dwarf2read.c (read_array_type): Add support for DW_AT_byte_stride
2575 and DW_AT_bit_stride attributes.
2576
12ab52e9
PA
25772014-02-26 Pedro Alves <palves@redhat.com>
2578
2579 * breakpoint.c (bpstat_check_breakpoint_conditions): Handle
2580 task-specific breakpoints.
2581
d16461ae
PA
25822014-02-25 Pedro Alves <palves@redhat.com>
2583
2584 * ia64-linux-nat.c (ia64_linux_xfer_partial): Reimplement
2585 handling of object == TARGET_OBJECT_UNWIND_TABLE.
2586
a8b16220
SS
25872014-02-25 Stan Shebs <stan@codesourcery.com>
2588
2589 * defs.h: Annotate comments for Doxygen.
2590
b9e795ee
TT
25912014-02-25 Tom Tromey <tromey@redhat.com>
2592
2593 * target.h (target_ignore): Don't declare.
2594 * target.c (target_ignore): Remove.
2595
849c862e
JK
25962014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2597
2598 PR gdb/16626
2599 * auto-load.c (auto_load_objfile_script_1): Change filename to
2600 debugfile.
2601
475109d8
JB
26022014-02-25 Joel Brobecker <brobecker@adacore.com>
2603
2604 * ia64-linux-nat.c (ia64_linux_xfer_partial): Add function
2605 documentation. Adjust prototype to match the target_ops
2606 to_xfer_partial method. Adjust implementation accordingly.
2607
e186c3bd
HZ
26082014-02-25 Hui Zhu <hui@codesourcery.com>
2609
2610 * target.h (target_ops): Fix TARGET_DEFAULT_RETURN of
2611 to_traceframe_info.
2612
6d451942
KB
26132014-02-25 Kevin Buettner <kevinb@redhat.com>
2614
041ab8b4 2615 * rl78-tdep.c (RL78_BANK0_RP0_PTR_REGNUM, RL78_BANK0_RP1_PTR_REGNUM)
6d451942
KB
2616 (RL78_BANK0_RP2_PTR_REGNUM, RL78_BANK0_RP3_PTR_REGNUM)
2617 (RL78_BANK1_RP0_PTR_REGNUM, RL78_BANK1_RP1_PTR_REGNUM)
2618 (RL78_BANK1_RP2_PTR_REGNUM, RL78_BANK1_RP3_PTR_REGNUM)
2619 (RL78_BANK2_RP0_PTR_REGNUM, RL78_BANK2_RP1_PTR_REGNUM)
2620 (RL78_BANK2_RP2_PTR_REGNUM, RL78_BANK2_RP3_PTR_REGNUM)
2621 (RL78_BANK3_RP0_PTR_REGNUM, RL78_BANK3_RP1_PTR_REGNUM)
2622 (RL78_BANK3_RP2_PTR_REGNUM, RL78_BANK3_RP3_PTR_REGNUM):
2623 New constants.
2624 (rl78_register_type): Use a data pointer type for SP and
2625 new pseudo registers mentioned above. Use a 16 bit integer
2626 type for all other register pairs.
2627 (rl78_register_name, rl78_g10_register_name): Update for
2628 new pseudo registers.
2629 (rl78_pseudo_register_read): Likewise.
2630 (rl78_pseudo_register_write): Likewise.
2631 (rl78_dwarf_reg_to_regnum): Return register numbers representing
2632 to the newly added pseudo registers.
2633
eddf0bae
DE
26342014-02-24 Doug Evans <dje@google.com>
2635
2636 * value.c (record_latest_value): Fix comment.
2637 * printcmd.c (print_command_1): Remove code to handle -1 return from
2638 record_latest_value.
2639
e96027e0
PA
26402014-02-24 Pedro Alves <palves@redhat.com>
2641
2642 * procfs.c (procfs_target): Don't install procfs_xfer_memory as
2643 deprecated_xfer_memory hook.
2644 (procfs_xfer_partial): Call procfs_xfer_memory instead
2645 of the deprecated_xfer_memory target hook.
2646 (procfs_xfer_memory): Adjust interface as a to_xfer_partial
2647 helper.
2648
0837c976
YZ
26492014-02-24 Yuanhui Zhang <asmwarrior@gmail.com>
2650
2651 * windows-nat.c (windows_xfer_shared_libraries): Return
2652 TARGET_XFER_EOF if LEN is zero to fix an assert failure when
2653 requested object is TARGET_OBJECT_LIBRARIES.
2654
bc113b4e
YQ
26552014-02-24 Yao Qi <yao@codesourcery.com>
2656
2657 * target.h (enum target_xfer_status)
2658 <TARGET_XFER_E_UNAVAILABLE>: Rename it to ...
2659 <TARGET_XFER_UNAVAILABLE>: ... it with setting value 2
2660 explicitly. New.
2661 * corefile.c (memory_error_message): User updated.
2662 * exec.c (section_table_read_available_memory): Likewise.
2663 * record-btrace.c (record_btrace_xfer_partial): Likewise.
2664 * target.c (target_xfer_status_to_string): Likewise.
2665 (raw_memory_xfer_partial): Likewise.
2666 (memory_xfer_partial_1, target_xfer_partial): Likewise.
2667 * valops.c (read_value_memory): Likewise.
2668 * exec.h: Update comments.
2669
01cb8804
YQ
26702014-02-24 Yao Qi <yao@codesourcery.com>
2671
2672 * target.c (target_xfer_status_to_string): Rename argument err
2673 to status.
2674 * target.h (target_xfer_status_to_string): Update declaration.
2675 Replace target_xfer_error_to_string with
2676 target_xfer_status_to_string in comment.
2677
93063aa6
YQ
26782014-02-24 Yao Qi <yao@codesourcery.com>
2679
2680 * mips-linux-nat.c (super_close): Update its type.
2681 (mips_linux_close): Pass 'self' to super_close.
2682
5c328c05
YQ
26832014-02-24 Yao Qi <yao@codesourcery.com>
2684
2685 * target.h (TARGET_XFER_STATUS_ERROR_P): Remove.
2686 * corefile.c (read_memory): Adjusted.
2687 * target.c (target_write_with_progress): Adjusted.
2688
f73023dd
YQ
26892014-02-23 Yao Qi <yao@codesourcery.com>
2690
2691 Revert two patches:
2692
2693 2013-10-25 Yao Qi <yao@codesourcery.com>
2694
2695 * remote.c (remote_traceframe_info): Return early if
2696 traceframe is not selected.
2697
2698 2013-07-19 Yao Qi <yao@codesourcery.com>
2699
2700 * target.c (update_current_target): Change the default action
2701 of 'to_traceframe_info' from tcomplain to return_zero.
2702 * target.h (struct target_ops) <to_traceframe_info>: Add more
2703 comments.
2704
5a2eb0ef
YQ
27052014-02-23 Yao Qi <yao@codesourcery.com>
2706
2707 * valops.c (read_value_memory): Rewrite it. Call
2708 target_xfer_partial in a loop.
2709 * exec.h (section_table_available_memory): Remove declaration.
2710 Move comments to ...
2711 * exec.c (section_table_available_memory): ... here. Make it
2712 static.
2713
1ee79381
YQ
27142014-02-23 Yao Qi <yao@codesourcery.com>
2715
2716 * exec.c (section_table_read_available_memory): New function.
2717 * exec.h (section_table_read_available_memory): Declare.
2718 * ctf.c (ctf_xfer_partial): Call
2719 section_table_read_available_memory.
2720 * tracefile-tfile.c (tfile_xfer_partial): Likewise.
2721
1ca49d37
YQ
27222014-02-23 Yao Qi <yao@codesourcery.com>
2723
2724 * ctf.c (ctf_xfer_partial): Move code to ...
2725 * exec.c (exec_read_partial_read_only): ... it. New function.
2726 * tracefile-tfile.c (tfile_xfer_partial): Likewise.
2727 * tracefile.c: Include "exec.h".
2728 * exec.h (exec_read_partial_read_only): Declare.
2729
a283690e
YQ
27302014-02-23 Yao Qi <yao@codesourcery.com>
2731
2732 * tracefile-tfile.c (tfile_has_all_memory): Remove.
2733 (tfile_has_memory): Remove.
2734 (init_tfile_ops): Don't set fields to_has_all_memory and
2735 to_has_memory of tfile_ops.
2736 * tracefile.c (tracefile_has_all_memory): New function.
2737 (tracefile_has_memory): New function.
2738 (init_tracefile_ops): Initialize fields to_has_all_memory and
2739 to_has_memory of 'ops'.
2740
12e03cd0
YQ
27412014-02-23 Yao Qi <yao@codesourcery.com>
2742
2743 * ctf.c (ctf_has_stack, ctf_has_registers): Remove.
2744 (ctf_thread_alive, ctf_get_trace_status): Remove.
2745 (init_ctf_ops): Don't set some fields of ctf_ops. Call
2746 init_tracefile_ops.
2747 * tracefile-tfile.c (tfile_get_trace_status): Remove.
2748 (tfile_has_stack, tfile_has_registers): Remove.
2749 (tfile_thread_alive): Remove.
2750 (init_tfile_ops): Don't set some fields of tfile_ops. Call
2751 init_tracefile_ops.
2752 * tracefile.c (tracefile_has_stack): New function.
2753 (tracefile_has_registers): New function.
2754 (tracefile_thread_alive): New function.
2755 (tracefile_get_trace_status): New function.
2756 (init_tracefile_ops): New function.
2757 * tracefile.h (init_tracefile_ops): Declare.
2758
11395323
YQ
27592014-02-23 Yao Qi <yao@codesourcery.com>
2760
2761 * tracepoint.c (TFILE_PID): Move it to tracefile-tfile.c.
2762 (O_LARGEFILE): Likewise.
2763 (tfile_ops): Likewise.
2764 (TRACE_HEADER_SIZE): Likewise.
2765 (trace_fd, trace_frames_offset, cur_offset): Likewise.
2766 (cur_data_size): Likewise.
2767 (tfile_read, tfile_open, tfile_interp_line): Likewise.
2768 (tfile_close, tfile_files_info): Likewise.
2769 (tfile_get_trace_status): Likewise.
2770 (tfile_get_tracepoint_status): Likewise.
2771 (tfile_get_traceframe_address): Likewise.
2772 (tfile_trace_find, match_blocktype): Likewise.
2773 (traceframe_walk_blocks, traceframe_find_block_type): Likewise.
2774 (tfile_fetch_registers, tfile_xfer_partial): Likewise.
2775 (tfile_get_trace_state_variable_value): Likewise.
2776 (tfile_has_all_memory, tfile_has_memory): Likewise.
2777 (tfile_has_stack, tfile_has_registers): Likewise.
2778 (tfile_thread_alive, build_traceframe_info): Likewise.
2779 (tfile_traceframe_info, init_tfile_ops): Likewise.
2780 (_initialize_tracepoint): Don't call init_tfile_ops
2781 and add_target_with_completer.
2782 * tracefile-tfile.c: Include regcache.h, inferior.h, gdbthread.h,
2783 exec.h, completer.h and filenames.h.
2784 (_initialize_tracefile_tfile): New function.
2785
7951c4eb
YQ
27862014-02-23 Yao Qi <yao@codesourcery.com>
2787
2788 * Makefile.in (REMOTE_OBS): Append tracefile.o and
2789 tracefile-tfile.o.
2790 (HFILES_NO_SRCDIR): Add tracefile.h.
2791 * ctf.c: Include "tracefile.h".
2792 * tracefile.h: New file.
2793 * tracefile.c: New file
2794 * tracefile-tfile.c: New file.
2795 * tracepoint.c: Include "tracefile.h".
2796 (free_uploaded_tps, free_uploaded_tsvs): Remove declarations.
2797 (stop_reason_names): Add const.
2798 (trace_file_writer_xfree): Move it to tracefile.c.
2799 (trace_save, trace_save_command, trace_save_tfile): Likewise.
2800 (trace_save_ctf): Likewise.
2801 (struct tfile_trace_file_writer): Move it to tracefile-tfile.c.
2802 (tfile_target_save, tfile_dtor, tfile_start): Likewise.
2803 (tfile_write_header, tfile_write_regblock_type): Likewise.
2804 (tfile_write_status, tfile_write_uploaded_tsv): Likewise.
2805 (tfile_write_uploaded_tp, tfile_write_definition_end): Likewise.
2806 (tfile_write_raw_data, tfile_end): Likewise.
2807 (tfile_trace_file_writer_new): Likewise.
2808 (free_uploaded_tp): Make it extern.
2809 (free_uploaded_tsv): Make it extern.
2810 (_initialize_tracepoint): Move code to register command 'tsave'
2811 to tracefile.c.
2812 * tracepoint.h (stop_reason_names): Declare.
2813 (struct trace_frame_write_ops): Move it to tracefile.h.
2814 (struct trace_file_write_ops): Likewise.
2815 (struct trace_file_writer): Likewise.
2816 (free_uploaded_tsvs, free_uploaded_tps): Declare.
2817
184cd072
JK
28182014-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2819
2820 PR gdb/16594
2821 * common/linux-osdata.c (linux_common_core_of_thread): Find the end of
2822 process name.
2823 (get_cores_used_by_process): New parameter num_cores, use it.
2824 (linux_xfer_osdata_processes): Pass num_cores to it.
2825 * linux-tdep.c (linux_info_proc, linux_fill_prpsinfo): Find the end of
2826 process name.
2827
c63528fc
AK
28282014-02-21 Andreas Arnez <arnez@vnet.linux.ibm.com>
2829
2830 * target.c (memory_xfer_partial): Fix length arg in call to
2831 breakpoint_xfer_memory.
2832
d7b30f67
SDJ
28332014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
2834
2835 PR tdep/16397
2836 * i386-tdep.c (i386_stap_parse_special_token_triplet): Check if a
2837 number comes after the + or - signs. Adjust length of register
2838 name to be extracted.
2839
8838afaf
TT
28402014-02-20 Tom Tromey <tromey@redhat.com>
2841
2842 * varobj.h (c_varobj_ops, cplus_varobj_ops, java_varobj_ops)
2843 (ada_varobj_ops): Mark "extern".
2844
05227d14
TT
28452014-02-20 Tom Tromey <tromey@redhat.com>
2846
2847 * dbxread.c (read_dbx_symtab): Remove last_o_file_start.
2848
1254eefc
DE
28492014-02-20 Doug Evans <xdje42@gmail.com>
2850
2851 * guile/scm-gsmob.c (gdbscm_init_eqable_gsmob): New arg containing_scm.
2852 All callers updated.
2853 (gdbscm_fill_eqable_gsmob_ptr_slot): Delete arg containing_scm.
2854 All callers updated.
2855 * guile/guile-internal.h (gdbscm_init_eqable_gsmob): Update.
2856 (gdbscm_fill_eqable_gsmob_ptr_slot): Update.
2857
adde2bff
DE
28582014-02-20 lin zuojian <manjian2006@gmail.com>
2859 Joel Brobecker <brobecker@adacore.com>
2860 Doug Evans <xdje42@gmail.com>
2861
2862 PR symtab/16581
2863 * dwarf2read.c (struct die_info): New member in_process.
2864 (reset_die_in_process): New function.
2865 (process_die): Set it at the start, reset when returning.
2866 (inherit_abstract_dies): Only call process_die if origin_child_die
2867 not already being processed.
2868
3be75f87
JB
28692014-02-20 Joel Brobecker <brobecker@adacore.com>
2870
2871 * windows-nat.c (handle_unload_dll): Add function documentation.
2872 (do_initial_windows_stuff): Add comment explaining why we wait
2873 until after inferior initialization has finished before
2874 processing all DLLs.
2875
47f7ffdb
JB
28762014-02-20 Joel Brobecker <brobecker@adacore.com>
2877
2878 * windows-nat.c (get_module_name): Delete.
2879 (windows_get_exec_module_filename): New function, mostly
2880 inspired from get_module_name.
2881 (windows_pid_to_exec_file): Replace call to get_module_name
2882 by call to windows_get_exec_module_filename.
2883
1cd9feab
JB
28842014-02-20 Joel Brobecker <brobecker@adacore.com>
2885
2886 * windows-nat.c (handle_load_dll): Rewrite this function's
2887 introductory comment. Remove code using get_module_name
2888 to get the DLL's name.
2889
ea39ad35
JB
28902014-02-20 Joel Brobecker <brobecker@adacore.com>
2891
2892 * windows-nat.c (get_windows_debug_event): Ignore
2893 LOAD_DLL_DEBUG_EVENT and UNLOAD_DLL_DEBUG_EVENT
2894 if windows_initialization_done == 0.
2895 (windows_add_all_dlls): Renames windows_ensure_ntdll_loaded.
2896 Adjust implementation to always load all DLLs.
2897 (do_initial_windows_stuff): Replace call to
2898 windows_ensure_ntdll_loaded by call to windows_add_all_dlls.
2899
95060284
JB
29002014-02-20 Joel Brobecker <brobecker@adacore.com>
2901
2902 * windows-nat.c (_initialize_windows_nat): Deprecate the
2903 "dll-symbols" command. Turn the "add-shared-symbol-files"
2904 and "assf" aliases into commands, and deprecate them as well.
2905 * NEWS: Add entry explaining that "dll-symbols" and its two
2906 aliases are now deprecated.
2907
8d4fdb12
JB
29082014-02-20 Joel Brobecker <brobecker@adacore.com>
2909
2910 * dec-thread.c (dec_thread_get_ada_task_ptid): Avoid unescaped
2911 new-line in debug string. Remove trailing spaces.
2912
1b281443
SS
29132014-02-19 Stan Shebs <stan@codesourcery.com>
2914
2915 * darwin-nat.c (darwin_xfer_partial): Fix return type.
2916
f7bd0f78
SC
29172014-02-19 Siva Chandra Reddy <sivachandra@google.com>
2918
2919 * NEWS: Add entry for the new feature
2920 * python/py-value.c (valpy_binop): Call value_x_binop for struct
2921 and class values.
2922
399ebc3d
SS
29232014-02-19 Stan Shebs <stan@codesourcery.com>
2924
2925 * MAINTAINERS: List Yao Qi as nios2 maintainer.
2926
c658158d
PA
29272014-02-19 Pedro Alves <palves@redhat.com>
2928
2929 * common/ptid.h (struct ptid): Mention that process_stratum
2930 targets should prefer ptid.lwp.
2931
ba348170
PA
29322014-02-19 Pedro Alves <palves@redhat.com>
2933
2934 * remote.c (remote_thread_alive, write_ptid, read_ptid)
2935 (read_ptid, remote_newthread_step, remote_threads_extra_info)
2936 (remote_get_ada_task_ptid, append_resumption, remote_stop_ns)
2937 (threadalive_test, remote_pid_to_str): Use the ptid.lwp field to
2938 store remote thread ids rather than ptid.tid.
2939 (_initialize_remote): Adjust.
2940
ac01945b
TT
29412014-02-19 Tom Tromey <tromey@redhat.com>
2942
2943 * target.c (target_get_unwinder): Rewrite.
2944 (target_get_tailcall_unwinder): Rewrite.
2945 * record-btrace.c (record_btrace_to_get_unwinder): New function.
2946 (record_btrace_to_get_tailcall_unwinder): New function.
2947 (init_record_btrace_ops): Update.
2948 * target.h (struct target_ops) <to_get_unwinder,
2949 to_get_tailcall_unwinder>: Now function pointers. Use
2950 TARGET_DEFAULT_RETURN.
2951
8476dc92
TT
29522014-02-19 Tom Tromey <tromey@redhat.com>
2953
2954 * nto-procfs.c (procfs_remove_hw_breakpoint): Add 'self'
2955 argument.
2956 (init_procfs_ops): Correctly set to_remove_hw_breakpoint.
2957
c0eca49f
TT
29582014-02-19 Tom Tromey <tromey@redhat.com>
2959
2960 * record-btrace.c (record_btrace_decr_pc_after_break): Delegate
2961 directly.
2962 * target-delegates.c: Rebuild.
2963 * target.h (struct target_ops) <to_decr_pc_after_break>: Use
2964 TARGET_DEFAULT_FUNC.
2965 * target.c (default_target_decr_pc_after_break): Rename from
2966 forward_target_decr_pc_after_break. Simplify.
2967 (target_decr_pc_after_break): Rely on delegation.
2968
596b6b39
TT
29692014-02-19 Tom Tromey <tromey@redhat.com>
2970
2971 * target.c (update_current_target): Do not INHERIT to_doc or
2972 to_magic. Do not de_fault to_open or to_close.
2973
b427c1bc
TT
29742014-02-19 Tom Tromey <tromey@redhat.com>
2975
2976 * gcore.h (objfile_find_memory_regions): Declare.
2977 * gcore.c (objfile_find_memory_regions): No longer static. Add
2978 "self" argument.
2979 (_initialize_gcore): Don't call exec_set_find_memory_regions.
2980 * exec.c: Include gcore.h.
2981 (exec_set_find_memory_regions): Remove.
2982 (exec_find_memory_regions): Remove.
2983 (exec_do_find_memory_regions): Remove.
2984 (init_exec_ops): Update.
2985 * defs.h (exec_set_find_memory_regions): Remove.
2986
9b144037
TT
29872014-02-19 Tom Tromey <tromey@redhat.com>
2988
2989 * target-delegates.c: Rebuild.
2990 * target.h (struct target_ops) <to_extra_thread_info,
2991 to_thread_name, to_pid_to_exec_file, to_get_section_table,
2992 to_memory_map, to_read_description, to_traceframe_info>: Use NULL,
2993 not 0, in TARGET_DEFAULT_RETURN.
2994
555bbdeb
TT
29952014-02-19 Tom Tromey <tromey@redhat.com>
2996
2997 * target.c (complete_target_initialization): Remove casts. Use
2998 return_zero_has_execution.
2999 (return_zero): Add "ignore" argument.
3000 (return_zero_has_execution): New function.
3001 (init_dummy_target): Remove casts. Use
3002 return_zero_has_execution.
3003
be4ddd36
TT
30042014-02-19 Tom Tromey <tromey@redhat.com>
3005
3006 * target.c (update_current_target): Update comments. Do not
3007 INHERIT to_stratum.
3008
2117c711
TT
30092014-02-19 Tom Tromey <tromey@redhat.com>
3010
3011 * arm-linux-nat.c (arm_linux_read_description): Delegate when
3012 needed.
3013 * corelow.c (core_read_description): Delegate when needed.
3014 * remote.c (remote_read_description): Delegate when needed.
3015 * target-delegates.c: Rebuild.
3016 * target.c (target_read_description): Rewrite.
3017 * target.h (struct target_ops) <to_read_description>: Update
3018 comment. Use TARGET_DEFAULT_RETURN.
3019
e88ef65c
TT
30202014-02-19 Tom Tromey <tromey@redhat.com>
3021
3022 * target-delegates.c: Rebuild.
3023 * target.c (update_current_target): Don't inherit or default
3024 to_can_run.
3025 (find_default_run_target): Check against delegate_can_run.
3026 * target.h (struct target_ops) <to_can_run>: Use
3027 TARGET_DEFAULT_RETURN.
3028
86a0854a
TT
30292014-02-19 Tom Tromey <tromey@redhat.com>
3030
3031 * target-delegates.c: Rebuild.
3032 * target.c (target_disconnect): Unconditionally delegate.
3033 * target.h (struct target_ops) <to_disconnect>: Use
3034 TARGET_DEFAULT_NORETURN.
3035
ee97f592
TT
30362014-02-19 Tom Tromey <tromey@redhat.com>
3037
3038 * record.c (record_stop): Unconditionally delegate.
3039 * target-delegates.c: Rebuild.
3040 * target.c (target_stop_recording): Unconditionally delegate.
3041 * target.h (struct target_ops) <to_stop_recording>: Use
3042 TARGET_DEFAULT_IGNORE.
3043
6dc7fcf4
TT
30442014-02-19 Tom Tromey <tromey@redhat.com>
3045
3046 * target-delegates.c: Rebuild.
3047 * target.c (target_enable_btrace): Unconditionally delegate.
3048 * target.h (struct target_ops) <to_enable_btrace>: Use
3049 TARGET_DEFAULT_NORETURN.
3050
eb5b20d4
TT
30512014-02-19 Tom Tromey <tromey@redhat.com>
3052
3053 * target-delegates.c: Rebuild.
3054 * target.c (target_read_btrace): Unconditionally delegate.
3055 * target.h (struct target_ops) <to_read_btrace>: Use
3056 TARGET_DEFAULT_NORETURN.
3057
9ace480d
TT
30582014-02-19 Tom Tromey <tromey@redhat.com>
3059
3060 * target-delegates.c: Rebuild.
3061 * target.c (target_teardown_btrace): Unconditionally delegate.
3062 * target.h (struct target_ops) <to_teardown_btrace>: Use
3063 TARGET_DEFAULT_NORETURN.
3064
8dc292d3
TT
30652014-02-19 Tom Tromey <tromey@redhat.com>
3066
3067 * target-delegates.c: Rebuild.
3068 * target.c (target_disable_btrace): Unconditionally delegate.
3069 * target.h (struct target_ops) <to_disable_btrace>: Use
3070 TARGET_DEFAULT_NORETURN.
3071
58a5184e
TT
30722014-02-19 Tom Tromey <tromey@redhat.com>
3073
3074 * target-delegates.c: Rebuild.
3075 * target.c (default_search_memory): New function.
3076 (simple_search_memory): Update comment.
3077 (target_search_memory): Unconditionally delegate.
3078 * target.h (struct target_ops) <to_search_memory>: Use
3079 TARGET_DEFAULT_FUNC.
3080
8de71aab
TT
30812014-02-19 Tom Tromey <tromey@redhat.com>
3082
3083 * auxv.c (default_auxv_parse): No longer static.
3084 (target_auxv_parse): Unconditionally delegate.
3085 * auxv.h (default_auxv_parse): Declare.
3086 * target-delegates.c: Rebuild.
3087 * target.c: Include auxv.h.
3088 * target.h (struct target_ops) <to_auxv_parse>: Use
3089 TARGET_DEFAULT_FUNC.
3090
6b2c5a57
TT
30912014-02-19 Tom Tromey <tromey@redhat.com>
3092
3093 * target-delegates.c: Rebuild.
3094 * target.c (target_memory_map): Unconditionally delegate.
3095 * target.h (struct target_ops) <to_memory_map>: Use
3096 TARGET_DEFAULT_RETURN.
3097
cbffc065
TT
30982014-02-19 Tom Tromey <tromey@redhat.com>
3099
3100 * target-delegates.c: Rebuild.
3101 * target.c (target_thread_alive): Unconditionally delegate.
3102 * target.h (struct target_ops) <to_thread_alive>: Use
3103 TARGET_DEFAULT_RETURN.
3104
f09e2107
TT
31052014-02-19 Tom Tromey <tromey@redhat.com>
3106
3107 * target-delegates.c: Rebuild.
3108 * target.c (target_save_record): Unconditionally delegate.
3109 * target.h (struct target_ops) <to_save_record>: Use
3110 TARGET_DEFAULT_NORETURN.
3111
07366925
TT
31122014-02-19 Tom Tromey <tromey@redhat.com>
3113
3114 * target-delegates.c: Rebuild.
3115 * target.c (target_delete_record): Unconditionally delegate.
3116 * target.h (struct target_ops) <to_delete_record>: Use
3117 TARGET_DEFAULT_NORETURN.
3118
dd2e9d25
TT
31192014-02-19 Tom Tromey <tromey@redhat.com>
3120
3121 * target-delegates.c: Rebuild.
3122 * target.c (target_record_is_replaying): Unconditionally
3123 delegate.
3124 * target.h (struct target_ops) <to_record_is_replaying>: Use
3125 TARGET_DEFAULT_RETURN.
3126
671e76cc
TT
31272014-02-19 Tom Tromey <tromey@redhat.com>
3128
3129 * target-delegates.c: Rebuild.
3130 * target.c (target_goto_record_begin): Unconditionally delegate.
3131 * target.h (struct target_ops) <to_goto_record_begin>: Use
3132 TARGET_DEFAULT_NORETURN.
3133
e9179bb3
TT
31342014-02-19 Tom Tromey <tromey@redhat.com>
3135
3136 * target-delegates.c: Rebuild.
3137 * target.c (target_goto_record_end): Unconditionally delegate.
3138 * target.h (struct target_ops) <to_goto_record_end>: Use
3139 TARGET_DEFAULT_NORETURN.
3140
05969c84
TT
31412014-02-19 Tom Tromey <tromey@redhat.com>
3142
3143 * target-delegates.c: Rebuild.
3144 * target.c (target_goto_record): Unconditionally delegate.
3145 * target.h (struct target_ops) <to_goto_record>: Use
3146 TARGET_DEFAULT_NORETURN.
3147
3679abfa
TT
31482014-02-19 Tom Tromey <tromey@redhat.com>
3149
3150 * target-delegates.c: Rebuild.
3151 * target.c (target_insn_history): Unconditionally delegate.
3152 * target.h (struct target_ops) <to_insn_history>: Use
3153 TARGET_DEFAULT_NORETURN.
3154
8444ab58
TT
31552014-02-19 Tom Tromey <tromey@redhat.com>
3156
3157 * target-delegates.c: Rebuild.
3158 * target.c (target_insn_history_from): Unconditionally delegate.
3159 * target.h (struct target_ops) <to_insn_history_from>: Use
3160 TARGET_DEFAULT_NORETURN.
3161
c29302cc
TT
31622014-02-19 Tom Tromey <tromey@redhat.com>
3163
3164 * target-delegates.c: Rebuild.
3165 * target.c (target_insn_history_range): Unconditionally delegate.
3166 * target.h (struct target_ops) <to_insn_history_range>: Use
3167 TARGET_DEFAULT_NORETURN.
3168
170049d4
TT
31692014-02-19 Tom Tromey <tromey@redhat.com>
3170
3171 * target-delegates.c: Rebuild.
3172 * target.c (target_call_history): Unconditionally delegate.
3173 * target.h (struct target_ops) <to_call_history>: Use
3174 TARGET_DEFAULT_NORETURN.
3175
16fc27d6
TT
31762014-02-19 Tom Tromey <tromey@redhat.com>
3177
3178 * target-delegates.c: Rebuild.
3179 * target.c (target_call_history_from): Unconditionally delegate.
3180 * target.h (struct target_ops) <to_call_history_from>: Use
3181 TARGET_DEFAULT_NORETURN.
3182
115d9817
TT
31832014-02-19 Tom Tromey <tromey@redhat.com>
3184
3185 * target-delegates.c: Rebuild.
3186 * target.c (target_call_history_range): Unconditionally delegate.
3187 * target.h (struct target_ops) <to_call_history_range>: Use
3188 TARGET_DEFAULT_NORETURN.
3189
eb276a6b
TT
31902014-02-19 Tom Tromey <tromey@redhat.com>
3191
3192 * target-delegates.c: Rebuild.
3193 * target.c (target_verify_memory): Unconditionally delegate.
3194 * target.h (struct target_ops) <to_verify_memory>: Use
3195 TARGET_DEFAULT_NORETURN.
3196
9e538d0d
TT
31972014-02-19 Tom Tromey <tromey@redhat.com>
3198
3199 * target-delegates.c: Rebuild.
3200 * target.c (target_core_of_thread): Unconditionally delegate.
3201 * target.h (struct target_ops) <to_core_of_thread>: Use
3202 TARGET_DEFAULT_RETURN.
3203
f6fb2925
TT
32042014-02-19 Tom Tromey <tromey@redhat.com>
3205
3206 * target-delegates.c: Rebuild.
3207 * target.c (target_flash_done): Unconditionally delegate.
3208 * target.h (struct target_ops) <to_flash_done>: Use
3209 TARGET_DEFAULT_NORETURN.
3210
e8a6c6ac
TT
32112014-02-19 Tom Tromey <tromey@redhat.com>
3212
3213 * target-delegates.c: Rebuild.
3214 * target.c (target_flash_erase): Unconditionally delegate.
3215 * target.h (struct target_ops) <to_flash_erase>: Use
3216 TARGET_DEFAULT_NORETURN.
3217
7e35c012
TT
32182014-02-19 Tom Tromey <tromey@redhat.com>
3219
3220 * target-delegates.c: Rebuild.
3221 * target.c (target_get_section_table): Unconditionally delegate.
3222 * target.h (struct target_ops) <to_get_section_table>: Use
3223 TARGET_DEFAULT_RETURN.
3224
770234d3
TT
32252014-02-19 Tom Tromey <tromey@redhat.com>
3226
3227 * target-delegates.c: Rebuild.
3228 * target.c (target_pid_to_str): Unconditionally delegate.
3229 (init_dummy_target): Don't initialize to_pid_to_str.
3230 (default_pid_to_str): Rename from dummy_pid_to_str.
3231 * target.h (struct target_ops) <to_pid_to_str>: Use
3232 TARGET_DEFAULT_FUNC.
3233
09b0dc2b
TT
32342014-02-19 Tom Tromey <tromey@redhat.com>
3235
3236 * target-delegates.c: Rebuild.
3237 * target.c (target_find_new_threads): Unconditionally delegate.
3238 * target.h (struct target_ops) <to_find_new_threads>: Use
3239 TARGET_DEFAULT_RETURN.
3240
7d4f8efa
TT
32412014-02-19 Tom Tromey <tromey@redhat.com>
3242
3243 * target-delegates.c: Rebuild.
3244 * target.c (target_program_signals): Unconditionally delegate.
3245 * target.h (struct target_ops) <to_program_signals>: Use
3246 TARGET_DEFAULT_IGNORE.
3247
035cad7f
TT
32482014-02-19 Tom Tromey <tromey@redhat.com>
3249
3250 * target-delegates.c: Rebuild.
3251 * target.c (target_pass_signals): Unconditionally delegate.
3252 * target.h (struct target_ops) <to_pass_signals>: Use
3253 TARGET_DEFAULT_IGNORE.
3254
8d657035
TT
32552014-02-19 Tom Tromey <tromey@redhat.com>
3256
3257 * target-delegates.c: Rebuild.
3258 * target.c (default_mourn_inferior): New function.
3259 (target_mourn_inferior): Unconditionally delegate.
3260 * target.h (struct target_ops) <to_mourn_inferior>: Use
3261 TARGET_DEFAULT_FUNC.
3262
098dba18
TT
32632014-02-19 Tom Tromey <tromey@redhat.com>
3264
3265 * target-delegates.c: Rebuild.
3266 * target.c (default_follow_fork): New function.
3267 (target_follow_fork): Unconditionally delegate.
3268 * target.h (struct target_ops) <to_follow_fork>: Use
3269 TARGET_DEFAULT_FUNC.
3270
423a4807
TT
32712014-02-19 Tom Tromey <tromey@redhat.com>
3272
3273 * target-delegates.c: Rebuild.
3274 * target.c (target_kill): Unconditionally delegate.
3275 * target.h (struct target_ops) <to_kill>: Use
3276 TARGET_DEFAULT_NORETURN.
3277
6c7e5e5c
TT
32782014-02-19 Tom Tromey <tromey@redhat.com>
3279
3280 * target-delegates.c: Rebuild.
3281 * target.c (target_masked_watch_num_registers): Unconditionally
3282 delegate.
3283 * target.h (struct target_ops) <to_masked_watch_num_registers>:
3284 Use TARGET_DEFAULT_RETURN.
3285
8b1c364c
TT
32862014-02-19 Tom Tromey <tromey@redhat.com>
3287
3288 * target-delegates.c: Rebuild.
3289 * target.c (target_remove_mask_watchpoint): Unconditionally
3290 delegate.
3291 * target.h (struct target_ops) <to_remove_mask_watchpoint>: Use
3292 TARGET_DEFAULT_RETURN.
3293
cd4ae029
TT
32942014-02-19 Tom Tromey <tromey@redhat.com>
3295
3296 * target-delegates.c: Rebuild.
3297 * target.c (target_insert_mask_watchpoint): Unconditionally
3298 delegate.
3299 * target.h (struct target_ops) <to_insert_mask_watchpoint>: Use
3300 TARGET_DEFAULT_RETURN.
3301
a134316b
TT
33022014-02-19 Tom Tromey <tromey@redhat.com>
3303
3304 * target-delegates.c: Rebuild.
3305 * target.c (target_ranged_break_num_registers): Unconditionally
3306 delegate.
3307 * target.h (struct target_ops) <to_ranged_break_num_registers>:
3308 Use TARGET_DEFAULT_RETURN.
3309
ad5989bd
TT
33102014-02-19 Tom Tromey <tromey@redhat.com>
3311
3312 * target-delegates.c: Rebuild.
3313 * target.c (target_fetch_registers): Unconditionally delegate.
3314 * target.h (struct target_ops) <to_fetch_registers>: Use
3315 TARGET_DEFAULT_NORETURN.
3316
46ee7e8d
TT
33172014-02-19 Tom Tromey <tromey@redhat.com>
3318
3319 * target-delegates.c: Rebuild.
3320 * target.c (update_current_target): Don't inherit or default
3321 to_stop.
3322 * target.h (struct target_ops) <to_stop>: Use
3323 TARGET_DEFAULT_IGNORE.
3324
843f59ed
TT
33252014-02-19 Tom Tromey <tromey@redhat.com>
3326
3327 * target-delegates.c: Rebuild.
3328 * target.c (update_current_target): Don't inherit or default
3329 to_can_run_breakpoint_commands.
3330 * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
3331 Use TARGET_DEFAULT_RETURN.
3332
ccfde2a0
TT
33332014-02-19 Tom Tromey <tromey@redhat.com>
3334
3335 * target-delegates.c: Rebuild.
3336 * target.c (update_current_target): Don't inherit or default
3337 to_supports_evaluation_of_breakpoint_conditions.
3338 * target.h (struct target_ops)
3339 <to_supports_evaluation_of_breakpoint_conditions>: Use
3340 TARGET_DEFAULT_RETURN.
3341
0de91722
TT
33422014-02-19 Tom Tromey <tromey@redhat.com>
3343
3344 * target-delegates.c: Rebuild.
3345 * target.c (update_current_target): Don't inherit or default
3346 to_augmented_libraries_svr4_read.
3347 * target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
3348 Use TARGET_DEFAULT_RETURN.
3349
9a7d8b48
TT
33502014-02-19 Tom Tromey <tromey@redhat.com>
3351
3352 * target-delegates.c: Rebuild.
3353 * target.c (update_current_target): Don't inherit or default
3354 to_can_use_agent.
3355 * target.h (struct target_ops) <to_can_use_agent>: Use
3356 TARGET_DEFAULT_RETURN.
3357
d9db5b21
TT
33582014-02-19 Tom Tromey <tromey@redhat.com>
3359
3360 * target-delegates.c: Rebuild.
3361 * target.c (update_current_target): Don't inherit or default
3362 to_use_agent.
3363 * target.h (struct target_ops) <to_use_agent>: Use
3364 TARGET_DEFAULT_NORETURN.
3365
92155eeb
TT
33662014-02-19 Tom Tromey <tromey@redhat.com>
3367
3368 * target-delegates.c: Rebuild.
3369 * target.c (update_current_target): Don't inherit or default
3370 to_traceframe_info.
3371 (return_null): Remove.
3372 * target.h (struct target_ops) <to_traceframe_info>: Use
3373 TARGET_DEFAULT_RETURN.
3374
d6522a22
TT
33752014-02-19 Tom Tromey <tromey@redhat.com>
3376
3377 * target-delegates.c: Rebuild.
3378 * target.c (update_current_target): Don't inherit or default
3379 to_static_tracepoint_markers_by_strid.
3380 * target.h (struct target_ops)
3381 <to_static_tracepoint_markers_by_strid>: Use
3382 TARGET_DEFAULT_NORETURN.
3383
4c3e4425
TT
33842014-02-19 Tom Tromey <tromey@redhat.com>
3385
3386 * target-delegates.c: Rebuild.
3387 * target.c (update_current_target): Don't inherit or default
3388 to_static_tracepoint_marker_at.
3389 * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
3390 Use TARGET_DEFAULT_RETURN.
3391
dcd6917f
TT
33922014-02-19 Tom Tromey <tromey@redhat.com>
3393
3394 * target-delegates.c: Rebuild.
3395 * target.c (update_current_target): Don't inherit or default
3396 to_set_permissions.
3397 * target.h (struct target_ops) <to_set_permissions>: Use
3398 TARGET_DEFAULT_IGNORE.
3399
22bcceee
TT
34002014-02-19 Tom Tromey <tromey@redhat.com>
3401
3402 * target-delegates.c: Rebuild.
3403 * target.c (update_current_target): Don't inherit or default
3404 to_get_tib_address.
3405 * target.h (struct target_ops) <to_get_tib_address>: Use
3406 TARGET_DEFAULT_NORETURN.
3407
8586ccaa
TT
34082014-02-19 Tom Tromey <tromey@redhat.com>
3409
3410 * target-delegates.c: Rebuild.
3411 * target.c (update_current_target): Don't inherit or default
3412 to_set_trace_notes.
3413 * target.h (struct target_ops) <to_set_trace_notes>: Use
3414 TARGET_DEFAULT_RETURN.
3415
91df8d1d
TT
34162014-02-19 Tom Tromey <tromey@redhat.com>
3417
3418 * target-delegates.c: Rebuild.
3419 * target.c (update_current_target): Don't initialize
3420 to_set_trace_buffer_size.
3421 * target.h (struct target_ops) <to_set_trace_buffer_size>: Use
3422 TARGET_DEFAULT_IGNORE.
3423
8d526939
TT
34242014-02-19 Tom Tromey <tromey@redhat.com>
3425
3426 * target-delegates.c: Rebuild.
3427 * target.c (update_current_target): Don't inherit or default
3428 to_set_circular_trace_buffer.
3429 * target.h (struct target_ops) <to_set_circular_trace_buffer>: Use
3430 TARGET_DEFAULT_IGNORE.
3431
0bcfeddf
TT
34322014-02-19 Tom Tromey <tromey@redhat.com>
3433
3434 * target-delegates.c: Rebuild.
3435 * target.c (update_current_target): Don't inherit or default
3436 to_set_disconnected_tracing.
3437 * target.h (struct target_ops) <to_set_disconnected_tracing>: Use
3438 TARGET_DEFAULT_IGNORE.
3439
9249843f
TT
34402014-02-19 Tom Tromey <tromey@redhat.com>
3441
3442 * target-delegates.c: Rebuild.
3443 * target.c (update_current_target): Don't inherit or default
3444 to_get_min_fast_tracepoint_insn_len.
3445 (return_minus_one): Remove.
3446 * target.h (struct target_ops)
3447 <to_get_min_fast_tracepoint_insn_len>: Use TARGET_DEFAULT_RETURN.
3448
ace92e7d
TT
34492014-02-19 Tom Tromey <tromey@redhat.com>
3450
3451 * target-delegates.c: Rebuild.
3452 * target.c (update_current_target): Don't inherit or default
3453 to_get_raw_trace_data.
3454 * target.h (struct target_ops) <to_get_raw_trace_data>: Use
3455 TARGET_DEFAULT_NORETURN.
3456
08120467
TT
34572014-02-19 Tom Tromey <tromey@redhat.com>
3458
3459 * target-delegates.c: Rebuild.
3460 * target.c (update_current_target): Don't inherit or default
3461 to_upload_trace_state_variables.
3462 * target.h (struct target_ops) <to_upload_trace_state_variables>:
3463 Use TARGET_DEFAULT_RETURN.
3464
1e949b00
TT
34652014-02-19 Tom Tromey <tromey@redhat.com>
3466
3467 * target-delegates.c: Rebuild.
3468 * target.c (update_current_target): Don't inherit or default
3469 to_upload_tracepoints.
3470 * target.h (struct target_ops) <to_upload_tracepoints>: Use
3471 TARGET_DEFAULT_RETURN.
3472
a2e6c147
TT
34732014-02-19 Tom Tromey <tromey@redhat.com>
3474
3475 * target-delegates.c: Rebuild.
3476 * target.c (update_current_target): Don't inherit or default
3477 to_save_trace_data.
3478 * target.h (struct target_ops) <to_save_trace_data>: Use
3479 TARGET_DEFAULT_NORETURN.
3480
959bcd0b
TT
34812014-02-19 Tom Tromey <tromey@redhat.com>
3482
3483 * target-delegates.c: Rebuild.
3484 * target.c (update_current_target): Don't inherit or default
3485 to_get_trace_state_variable_value.
3486 * target.h (struct target_ops)
3487 <to_get_trace_state_variable_value>: Use TARGET_DEFAULT_RETURN.
3488
afc94e66
TT
34892014-02-19 Tom Tromey <tromey@redhat.com>
3490
3491 * target-delegates.c: Rebuild.
3492 * target.c (update_current_target): Don't inherit or default
3493 to_trace_find.
3494 * target.h (struct target_ops): Use TARGET_DEFAULT_RETURN.
3495
e51c07ea
TT
34962014-02-19 Tom Tromey <tromey@redhat.com>
3497
3498 * target-delegates.c: Rebuild.
3499 * target.c (update_current_target): Don't inherit or default
3500 to_trace_stop.
3501 * target.h (struct target_ops) <to_trace_stop>: Use
3502 TARGET_DEFAULT_NORETURN.
3503
6fea14cd
TT
35042014-02-19 Tom Tromey <tromey@redhat.com>
3505
3506 * target-delegates.c: Rebuild.
3507 * target.c (update_current_target): Don't inherit or default
3508 to_get_tracepoint_status.
3509 * target.h (struct target_ops) <to_get_tracepoint_status>: Use
3510 TARGET_DEFAULT_NORETURN.
3511
4072d4ff
TT
35122014-02-19 Tom Tromey <tromey@redhat.com>
3513
3514 * target-delegates.c: Rebuild.
3515 * target.c (update_current_target): Don't inherit or default
3516 to_get_trace_status.
3517 * target.h (struct target_ops) <to_get_trace_status>: Use
3518 TARGET_DEFAULT_RETURN.
3519
25da2e80
TT
35202014-02-19 Tom Tromey <tromey@redhat.com>
3521
3522 * target-delegates.c: Rebuild.
3523 * target.c (update_current_target): Don't inherit or default
3524 to_trace_start.
3525 * target.h (struct target_ops) <to_trace_start>: Use
3526 TARGET_DEFAULT_NORETURN.
3527
86dd181d
TT
35282014-02-19 Tom Tromey <tromey@redhat.com>
3529
3530 * target-delegates.c: Rebuild.
3531 * target.c (update_current_target): Don't inherit or default
3532 to_trace_set_readonly_regions.
3533 * target.h (struct target_ops) <to_trace_set_readonly_regions>:
3534 Use TARGET_DEFAULT_NORETURN.
3535
05c41993
TT
35362014-02-19 Tom Tromey <tromey@redhat.com>
3537
3538 * target-delegates.c: Rebuild.
3539 * target.c (update_current_target): Don't inherit or default
3540 to_disable_tracepoint.
3541 * target.h (struct target_ops) <to_disable_tracepoint>: Use
3542 TARGET_DEFAULT_NORETURN.
3543
151f70f1
TT
35442014-02-19 Tom Tromey <tromey@redhat.com>
3545
3546 * target-delegates.c: Rebuild.
3547 * target.c (update_current_target): Don't inherit or default
3548 to_enable_tracepoint.
3549 * target.h (struct target_ops) <to_enable_tracepoint>: Use
3550 TARGET_DEFAULT_NORETURN.
3551
94eb98b9
TT
35522014-02-19 Tom Tromey <tromey@redhat.com>
3553
3554 * target-delegates.c: Rebuild.
3555 * target.c (update_current_target): Don't inherit or default
3556 to_download_trace_state_variable.
3557 * target.h (struct target_ops) <to_download_trace_state_variable>:
3558 Use TARGET_DEFAULT_NORETURN.
3559
719acc4a
TT
35602014-02-19 Tom Tromey <tromey@redhat.com>
3561
3562 * target-delegates.c: Rebuild.
3563 * target.c (update_current_target): Don't inherit or default
3564 to_can_download_tracepoint.
3565 * target.h (struct target_ops) <to_can_download_tracepoint>: Use
3566 TARGET_DEFAULT_RETURN.
3567
9a980a22
TT
35682014-02-19 Tom Tromey <tromey@redhat.com>
3569
3570 * target-delegates.c: Rebuild.
3571 * target.c (update_current_target): Don't inherit or default
3572 to_download_tracepoint.
3573 * target.h (struct target_ops) <to_download_tracepoint>: Use
3574 TARGET_DEFAULT_NORETURN.
3575
5536135b
TT
35762014-02-19 Tom Tromey <tromey@redhat.com>
3577
3578 * target-delegates.c: Rebuild.
3579 * target.c (update_current_target): Don't inherit or default
3580 to_trace_init.
3581 * target.h (struct target_ops) <to_trace_init>: Use
3582 TARGET_DEFAULT_RETURN.
3583
9409d39e
TT
35842014-02-19 Tom Tromey <tromey@redhat.com>
3585
3586 * target-delegates.c: Rebuild.
3587 * target.c (update_current_target): Don't inherit or default
3588 to_supports_string_tracing.
3589 * target.h (struct target_ops) <to_supports_string_tracing>: Use
3590 TARGET_DEFAULT_RETURN.
3591
aab1b22d
TT
35922014-02-19 Tom Tromey <tromey@redhat.com>
3593
3594 * target-delegates.c: Rebuild.
3595 * target.c (update_current_target): Don't inherit or default
3596 to_supports_enable_disable_tracepoint.
3597 * target.h (struct target_ops)
3598 <to_supports_enable_disable_tracepoint>: Use
3599 TARGET_DEFAULT_RETURN.
3600
a7304748
TT
36012014-02-19 Tom Tromey <tromey@redhat.com>
3602
3603 * target-delegates.c: Rebuild.
3604 * target.c (update_current_target): Don't inherit or default
3605 to_supports_multi_process.
3606 * target.h (struct target_ops) <to_supports_multi_process>: Use
3607 TARGET_DEFAULT_RETURN.
3608
4229b31d
TT
36092014-02-19 Tom Tromey <tromey@redhat.com>
3610
3611 * target-delegates.c: Rebuild.
3612 * target.c (update_current_target): Don't inherit or default
3613 to_get_ada_task_ptid.
3614 * target.h (struct target_ops) <to_get_ada_task_ptid>: Use
3615 TARGET_DEFAULT_FUNC.
3616
43eba180
TT
36172014-02-19 Tom Tromey <tromey@redhat.com>
3618
3619 * target-delegates.c: Rebuild.
3620 * target.c (update_current_target): Don't inherit or default
3621 to_thread_architecture.
3622 * target.h (struct target_ops) <to_thread_architecture>: Use
3623 TARGET_DEFAULT_FUNC.
3624
fe31bf5b
TT
36252014-02-19 Tom Tromey <tromey@redhat.com>
3626
3627 * target-delegates.c: Rebuild.
3628 * target.c (update_current_target): Don't inherit or default
3629 to_execution_direction.
3630 * target.h (struct target_ops) <to_execution_direction>: Use
3631 TARGET_DEFAULT_FUNC.
3632
53e1cfc7
TT
36332014-02-19 Tom Tromey <tromey@redhat.com>
3634
3635 * target-delegates.c: Rebuild.
3636 * target.c (update_current_target): Don't inherit or default
3637 to_can_execute_reverse.
3638 * target.h (struct target_ops) <to_can_execute_reverse>: Use
3639 TARGET_DEFAULT_RETURN.
3640 (target_can_execute_reverse): Unconditionally delegate.
3641
9bb9d61d
TT
36422014-02-19 Tom Tromey <tromey@redhat.com>
3643
3644 * target-delegates.c: Rebuild.
3645 * target.c (update_current_target): Don't inherit or default
3646 to_goto_bookmark.
3647 (dummy_goto_bookmark): Remove.
3648 (init_dummy_target): Don't inherit or default to_goto_bookmark.
3649 * target.h (struct target_ops) <to_goto_bookmark>: Use
3650 TARGET_DEFAULT_NORETURN.
3651
3dbafbbb
TT
36522014-02-19 Tom Tromey <tromey@redhat.com>
3653
3654 * target-delegates.c: Rebuild.
3655 * target.c (update_current_target): Don't inherit or default
3656 to_get_bookmark.
3657 (dummy_get_bookmark): Remove.
3658 (init_dummy_target): Don't inherit or default to_get_bookmark.
3659 * target.h (struct target_ops) <to_get_bookmark>: Use
3660 TARGET_DEFAULT_NORETURN
3661
16f796b1
TT
36622014-02-19 Tom Tromey <tromey@redhat.com>
3663
3664 * target-delegates.c: Rebuild.
3665 * target.c (update_current_target): Don't inherit or default
3666 to_make_corefile_notes.
3667 (init_dummy_target): Don't initialize to_make_corefile_notes.
3668 * target.h (struct target_ops) <to_make_corefile_notes>: Use
3669 TARGET_DEFAULT_FUNC.
3670
0b5a2719
TT
36712014-02-19 Tom Tromey <tromey@redhat.com>
3672
3673 * target-delegates.c: Rebuild.
3674 * target.c (update_current_target): Don't inherit or default
3675 to_find_memory_regions.
3676 (init_dummy_target): Don't initialize to_find_memory_regions.
3677 * target.h (struct target_ops) <to_find_memory_regions>: Use
3678 TARGET_DEFAULT_FUNC.
3679
d9cb0195
TT
36802014-02-19 Tom Tromey <tromey@redhat.com>
3681
3682 * target-delegates.c: Rebuild.
3683 * target.c (update_current_target): Don't inherit or default
3684 to_log_command.
3685 * target.h (struct target_ops) <to_log_command>: Use
3686 TARGET_DEFAULT_IGNORE.
3687 (target_log_command): Unconditionally delegate.
3688
830ca330
TT
36892014-02-19 Tom Tromey <tromey@redhat.com>
3690
3691 * target-delegates.c: Rebuild.
3692 * target.c (update_current_target): Don't inherit or default
3693 to_pid_to_exec_file.
3694 * target.h (struct target_ops) <to_pid_to_exec_file>: Use
3695 TARGET_DEFAULT_RETURN.
3696
825828fc
TT
36972014-02-19 Tom Tromey <tromey@redhat.com>
3698
3699 * target-delegates.c: Rebuild.
3700 * target.c (update_current_target): Don't inherit or default
3701 to_thread_name.
3702 (target_thread_name): Unconditionally delegate.
3703 * target.h (struct target_ops) <to_thread_name>: Use
3704 TARGET_DEFAULT_RETURN.
3705
4a7e6dda
TT
37062014-02-19 Tom Tromey <tromey@redhat.com>
3707
3708 * target-delegates.c: Rebuild.
3709 * target.c (update_current_target): Don't inherit or default
3710 to_extra_thread_info.
3711 * target.h (struct target_ops) <to_extra_thread_info>: Use
3712 TARGET_DEFAULT_RETURN.
3713
0db88c1d
TT
37142014-02-19 Tom Tromey <tromey@redhat.com>
3715
3716 * target-delegates.c: Rebuild.
3717 * target.c (update_current_target): Don't inherit or default
3718 to_has_exited.
3719 * target.h (struct target_ops) <to_has_exited>: Use
3720 TARGET_DEFAULT_RETURN..
3721
6a9fa051
TT
37222014-02-19 Tom Tromey <tromey@redhat.com>
3723
3724 * target-delegates.c: Rebuild.
3725 * target.c (update_current_target): Don't inherit or default
3726 to_set_syscall_catchpoint.
3727 (return_one): Remove.
3728 * target.h (struct target_ops) <to_set_syscall_catchpoint>: Use
3729 TARGET_DEFAULT_RETURN.
3730
62f64d7a
TT
37312014-02-19 Tom Tromey <tromey@redhat.com>
3732
3733 * target-delegates.c: Rebuild.
3734 * target.c (update_current_target): Don't inherit or default
3735 to_insert_exec_catchpoint.
3736 * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
3737 TARGET_DEFAULT_RETURN.
3738
cda0f38c
TT
37392014-01-08 Tom Tromey <tromey@redhat.com>
3740
3741 * target-delegates.c: Rebuild.
3742 * target.c (update_current_target): Don't inherit or default
3743 to_insert_exec_catchpoint.
3744 * target.h (struct target_ops) <to_insert_exec_catchpoint>: Use
3745 TARGET_DEFAULT_RETURN.
3746
95c3375e
TT
37472014-02-19 Tom Tromey <tromey@redhat.com>
3748
3749 * target-delegates.c: Rebuild.
3750 * target.c (update_current_target): Don't inherit or default
3751 to_remove_vfork_catchpoint.
3752 * target.h (struct target_ops) <to_remove_vfork_catchpoint>: Use
3753 TARGET_DEFAULT_RETURN.
3754
7e18a8dc
TT
37552014-02-19 Tom Tromey <tromey@redhat.com>
3756
3757 * target-delegates.c: Rebuild.
3758 * target.c (update_current_target): Don't inherit or default
3759 to_insert_vfork_catchpoint.
3760 * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Use
3761 TARGET_DEFAULT_RETURN.
3762
e1a21fb7
TT
37632014-02-19 Tom Tromey <tromey@redhat.com>
3764
3765 * target-delegates.c: Rebuild.
3766 * target.c (update_current_target): Don't inherit or default
3767 to_remove_fork_catchpoint.
3768 * target.h (struct target_ops) <to_remove_fork_catchpoint>: Use
3769 TARGET_DEFAULT_RETURN.
3770
5958ebeb
TT
37712014-02-19 Tom Tromey <tromey@redhat.com>
3772
3773 * target-delegates.c: Rebuild.
3774 * target.c (update_current_target): Don't inherit or default
3775 to_insert_fork_catchpoint.
3776 * target.h (struct target_ops) <to_insert_fork_catchpoint>: Use
3777 TARGET_DEFAULT_RETURN.
3778
340ba4bf
TT
37792014-02-19 Tom Tromey <tromey@redhat.com>
3780
3781 * target-delegates.c: Rebuild.
3782 * target.c (update_current_target): Don't inherit or default
3783 to_post_startup_inferior.
3784 * target.h (struct target_ops) <to_post_startup_inferior>: Use
3785 TARGET_DEFAULT_IGNORE.
3786
7634da87
TT
37872014-02-19 Tom Tromey <tromey@redhat.com>
3788
3789 * target-delegates.c: Rebuild.
3790 * target.c (update_current_target): Don't inherit or default
3791 to_load.
3792 * target.h (struct target_ops) <to_load>: Use
3793 TARGET_DEFAULT_NORETURN.
3794
e19e919f
TT
37952014-02-19 Tom Tromey <tromey@redhat.com>
3796
3797 * target-delegates.c: Rebuild.
3798 * target.c (update_current_target): Don't inherit or default
3799 to_terminal_info.
3800 * target.h (struct target_ops) <to_terminal_info>: Use
3801 TARGET_DEFAULT_FUNC.
3802
c6ea8f79
TT
38032014-02-19 Tom Tromey <tromey@redhat.com>
3804
3805 * target-delegates.c: Rebuild.
3806 * target.c (update_current_target): Don't inherit or default
3807 to_terminal_save_ours.
3808 * target.h (struct target_ops) <to_terminal_save_ours>: Use
3809 TARGET_DEFAULT_IGNORE.
3810
e4a733f1
TT
38112014-02-19 Tom Tromey <tromey@redhat.com>
3812
3813 * target-delegates.c: Rebuild.
3814 * target.c (update_current_target): Don't inherit or default
3815 to_terminal_ours.
3816 * target.h (struct target_ops) <to_terminal_ours>: Use
3817 TARGET_DEFAULT_IGNORE.
3818
74fcbef9
TT
38192014-02-19 Tom Tromey <tromey@redhat.com>
3820
3821 * target-delegates.c: Rebuild.
3822 * target.c (update_current_target): Don't inherit or default
3823 to_terminal_ours_for_output.
3824 * target.h (struct target_ops) <to_terminal_ours_for_output>: Use
3825 TARGET_DEFAULT_IGNORE.
3826
ddeaacc9
TT
38272014-02-19 Tom Tromey <tromey@redhat.com>
3828
3829 * target-delegates.c: Rebuild.
3830 * target.c (update_current_target): Don't inherit or default
3831 to_terminal_inferior.
3832 * target.h (struct target_ops) <to_terminal_inferior>: Use
3833 TARGET_DEFAULT_IGNORE.
3834
0343661d
TT
38352014-02-19 Tom Tromey <tromey@redhat.com>
3836
3837 * target-delegates.c: Rebuild.
3838 * target.c (update_current_target): Don't inherit or default
3839 to_terminal_init.
3840 * target.h (struct target_ops) <to_terminal_init>: Use
3841 TARGET_DEFAULT_IGNORE.
3842
77cdffe9
TT
38432014-02-19 Tom Tromey <tromey@redhat.com>
3844
3845 * target-delegates.c: Rebuild.
3846 * target.c (update_current_target): Don't inherit or default
3847 to_can_accel_watchpoint_condition.
3848 * target.h (struct target_ops)
3849 <to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.
3850
d03655e4
TT
38512014-02-19 Tom Tromey <tromey@redhat.com>
3852
3853 * target-delegates.c: Rebuild.
3854 * target.c (update_current_target): Don't inherit or default
3855 to_region_ok_for_hw_watchpoint.
3856 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
3857 Use TARGET_DEFAULT_FUNC.
3858
65f160a9
TT
38592014-02-19 Tom Tromey <tromey@redhat.com>
3860
3861 * target-delegates.c: Rebuild.
3862 * target.c (update_current_target): Don't inherit or default
3863 to_watchpoint_addr_within_range.
3864 * target.h (struct target_ops) <to_watchpoint_addr_within_range>:
3865 Use TARGET_DEFAULT_FUNC.
3866
61dd109f
TT
38672014-02-19 Tom Tromey <tromey@redhat.com>
3868
3869 * target-delegates.c: Rebuild.
3870 * target.c (update_current_target): Don't inherit or default
3871 to_remove_watchpoint.
3872 * target.h (struct target_ops) <to_remove_watchpoint>: Use
3873 TARGET_DEFAULT_NORETURN.
3874
016facd4
TT
38752014-02-19 Tom Tromey <tromey@redhat.com>
3876
3877 * target-delegates.c: Rebuild.
3878 * target.c (update_current_target): Don't inherit or default
3879 to_insert_watchpoint.
3880 * target.h (struct target_ops) <to_insert_watchpoint>: Use
3881 TARGET_DEFAULT_RETURN.
3882
418dabac
TT
38832014-02-19 Tom Tromey <tromey@redhat.com>
3884
3885 * target-delegates.c: Rebuild.
3886 * target.c (update_current_target): Don't inherit or default
3887 to_remove_hw_breakpoint.
3888 * target.h (struct target_ops) <to_remove_hw_breakpoint>: Use
3889 TARGET_DEFAULT_RETURN.
3890
61b371f9
TT
38912014-02-19 Tom Tromey <tromey@redhat.com>
3892
3893 * target-delegates.c: Rebuild.
3894 * target.c (update_current_target): Don't inherit or default
3895 to_insert_hw_breakpoint.
3896 * target.h (struct target_ops) <to_insert_hw_breakpoint>: Use
3897 TARGET_DEFAULT_RETURN.
3898
52b51d06
TT
38992014-02-19 Tom Tromey <tromey@redhat.com>
3900
3901 * target-delegates.c: Rebuild.
3902 * target.c (update_current_target): Don't inherit or default
3903 to_can_use_hw_breakpoint.
3904 * target.h (struct target_ops) <to_can_use_hw_breakpoint>: Use
3905 TARGET_DEFAULT_RETURN.
3906
f86e59b2
TT
39072014-02-19 Tom Tromey <tromey@redhat.com>
3908
3909 * target-delegates.c: Rebuild.
3910 * target.c (update_current_target): Don't inherit or default
3911 to_files_info.
3912 * target.h (struct target_ops) <to_files_info>: Use
3913 TARGET_DEFAULT_IGNORE.
3914
6c628163
TT
39152014-02-19 Tom Tromey <tromey@redhat.com>
3916
3917 * target-delegates.c: Rebuild.
3918 * target.c (update_current_target): Don't inherit or default
3919 to_store.
3920 * target.h (struct target_ops) <to_store>: Use
3921 TARGET_DEFAULT_NORETURN.
3922
bebd3233
TT
39232014-02-19 Tom Tromey <tromey@redhat.com>
3924
3925 * target-delegates.c: Rebuild.
3926 * target.c (update_current_target): Don't inherit or default
3927 to_post_attach.
3928 * target.h (struct target_ops) <to_post_attach>: Use
3929 TARGET_DEFAULT_IGNORE.
3930
a53f3625
TT
39312014-02-19 Tom Tromey <tromey@redhat.com>
3932
3933 * target-delegates.c: Rebuild.
3934 * target.c (update_current_target): Don't inherit or default
3935 to_rcmd.
3936 (default_rcmd): New function.
3937 (do_monitor_command): Unconditionally delegate.
3938 * target.h (struct target_ops) <to_rmcd>: Use
3939 TARGET_DEFAULT_FUNC.
3940
e9a29200
TT
39412014-02-19 Tom Tromey <tromey@redhat.com>
3942
3943 * target-delegates.c: Rebuild.
3944 * target.c (init_dummy_target): Don't initialize to_attach.
3945 (target_attach): Unconditionally delegate.
3946 * target.h (struct target_ops) <to_attach>: Use
3947 TARGET_DEFAULT_FUNC.
3948
09da0d0a
TT
39492014-02-19 Tom Tromey <tromey@redhat.com>
3950
3951 * target-delegates.c: Rebuild.
3952 * target.c (target_detach): Unconditionally delegate.
3953 (init_dummy_target): Don't initialize to_detach.
3954 * target.h (struct target_ops) <to_detach>: Use
3955 TARGET_DEFAULT_IGNORE.
3956
5436ff03
TT
39572014-02-19 Tom Tromey <tromey@redhat.com>
3958
3959 * target.h (struct target_ops) <to_augmented_libraries_svr4_read>:
3960 Add argument.
3961 (target_augmented_libraries_svr4_read): Add argument.
3962 * target.c (update_current_target): Update.
3963 * remote.c (remote_augmented_libraries_svr4_read): Add 'self'
3964 argument.
3965
f0d960ea
TT
39662014-02-19 Tom Tromey <tromey@redhat.com>
3967
3968 * target.h (struct target_ops) <to_call_history_range>: Add
3969 argument.
3970 * target.c (target_call_history_range): Add argument.
3971 * record-btrace.c (record_btrace_call_history_range): Add 'self'
3972 argument.
3973 (record_btrace_call_history_from): Update.
3974
ec0aea04
TT
39752014-02-19 Tom Tromey <tromey@redhat.com>
3976
3977 * target.h (struct target_ops) <to_call_history_from>: Add
3978 argument.
3979 * target.c (target_call_history_from): Add argument.
3980 * record-btrace.c (record_btrace_call_history_from): Add 'self'
3981 argument.
3982
5df2fcba
TT
39832014-02-19 Tom Tromey <tromey@redhat.com>
3984
3985 * target.h (struct target_ops) <to_call_history>: Add argument.
3986 * target.c (target_call_history): Add argument.
3987 * record-btrace.c (record_btrace_call_history): Add 'self'
3988 argument.
3989
4e99c6b7
TT
39902014-02-19 Tom Tromey <tromey@redhat.com>
3991
3992 * target.h (struct target_ops) <to_insn_history_range>: Add
3993 argument.
3994 * target.c (target_insn_history_range): Add argument.
3995 * record-btrace.c (record_btrace_insn_history_range): Add 'self'
3996 argument.
3997 (record_btrace_insn_history_from): Update.
3998
9abc3ff3
TT
39992014-02-19 Tom Tromey <tromey@redhat.com>
4000
4001 * target.h (struct target_ops) <to_insn_history_from>: Add
4002 argument.
4003 * target.c (target_insn_history_from): Add argument.
4004 * record-btrace.c (record_btrace_insn_history_from): Add 'self'
4005 argument.
4006
7a6c5609
TT
40072014-02-19 Tom Tromey <tromey@redhat.com>
4008
4009 * target.h (struct target_ops) <to_insn_history>: Add argument.
4010 * target.c (target_insn_history): Add argument.
4011 * record-btrace.c (record_btrace_insn_history): Add 'self'
4012 argument.
4013
606183ac
TT
40142014-02-19 Tom Tromey <tromey@redhat.com>
4015
4016 * target.h (struct target_ops) <to_goto_record>: Add argument.
4017 * target.c (target_goto_record): Add argument.
4018 * record-full.c (record_full_goto): Add 'self' argument.
4019 * record-btrace.c (record_btrace_goto): Add 'self' argument.
4020
307a1b91
TT
40212014-02-19 Tom Tromey <tromey@redhat.com>
4022
4023 * target.h (struct target_ops) <to_goto_record_end>: Add argument.
4024 * target.c (target_goto_record_end): Add argument.
4025 * record-full.c (record_full_goto_end): Add 'self' argument.
4026 * record-btrace.c (record_btrace_goto_end): Add 'self' argument.
4027
08475817
TT
40282014-02-19 Tom Tromey <tromey@redhat.com>
4029
4030 * target.h (struct target_ops) <to_goto_record_begin>: Add
4031 argument.
4032 * target.c (target_goto_record_begin): Add argument.
4033 * record-full.c (record_full_goto_begin): Add 'self' argument.
4034 * record-btrace.c (record_btrace_goto_begin): Add 'self'
4035 argument.
4036
1c63c994
TT
40372014-02-19 Tom Tromey <tromey@redhat.com>
4038
4039 * target.h (struct target_ops) <to_record_is_replaying>: Add
4040 argument.
4041 * target.c (target_record_is_replaying): Add argument.
4042 * record-full.c (record_full_is_replaying): Add 'self' argument.
4043 * record-btrace.c (record_btrace_is_replaying): Add 'self'
4044 argument.
4045 (record_btrace_xfer_partial, record_btrace_store_registers)
4046 (record_btrace_prepare_to_store, record_btrace_resume)
4047 (record_btrace_wait, record_btrace_decr_pc_after_break)
4048 (record_btrace_find_new_threads, record_btrace_thread_alive):
4049 Update.
4050
d1b55219
TT
40512014-02-19 Tom Tromey <tromey@redhat.com>
4052
4053 * target.h (struct target_ops) <to_delete_record>: Add argument.
4054 * target.c (target_delete_record): Add argument.
4055 * record-full.c (record_full_delete): Add 'self' argument.
4056
1390f529
TT
40572014-02-19 Tom Tromey <tromey@redhat.com>
4058
4059 * target.h (struct target_ops) <to_save_record>: Add argument.
4060 * target.c (target_save_record): Add argument.
4061 * record-full.c (record_full_save): Add 'self' argument.
4062 (record_full_save): Add 'self' argument.
4063
630d6a4a
TT
40642014-02-19 Tom Tromey <tromey@redhat.com>
4065
4066 * target.h (struct target_ops) <to_info_record>: Add argument.
4067 * target.c (target_info_record): Add argument.
4068 * record.c (info_record_command): Add argument.
4069 * record-full.c (record_full_info): Add 'self' argument.
4070 * record-btrace.c (record_btrace_info): Add 'self' argument.
4071
c6cd7c02
TT
40722014-02-19 Tom Tromey <tromey@redhat.com>
4073
4074 * target.h (struct target_ops) <to_stop_recording>: Add argument.
4075 * target.c (target_stop_recording): Add argument.
4076 * record.c (record_stop): Add argument.
4077 * record-btrace.c (record_btrace_stop_recording): Add 'self'
4078 argument.
4079
39c49f83
TT
40802014-02-19 Tom Tromey <tromey@redhat.com>
4081
4082 * target.h (struct target_ops) <to_read_btrace>: Add argument.
4083 * target.c (struct target_ops) <to_read_btrace>: Add argument.
4084 * remote.c (struct target_ops) <to_read_btrace>: Add 'self'
4085 argument.
4086 * amd64-linux-nat.c (amd64_linux_read_btrace): New function.
4087 (_initialize_amd64_linux_nat): Use it.
4088 * i386-linux-nat.c (i386_linux_read_btrace): New function.
4089 (_initialize_i386_linux_nat): Use it.
4090
1777056d
TT
40912014-02-19 Tom Tromey <tromey@redhat.com>
4092
4093 * target.h (struct target_ops) <to_teardown_btrace>: Add argument.
4094 * target.c (target_teardown_btrace): Add argument.
4095 * remote.c (remote_teardown_btrace): Add 'self' argument.
4096 * i386-linux-nat.c (i386_linux_teardown_btrace): Add 'self'
4097 argument.
4098 * amd64-linux-nat.c (amd64_linux_teardown_btrace): Add 'self'
4099 argument.
4100
25e95349
TT
41012014-02-19 Tom Tromey <tromey@redhat.com>
4102
4103 * target.h (struct target_ops) <to_disable_btrace>: Add argument.
4104 * target.c (target_disable_btrace): Add argument.
4105 * remote.c (remote_disable_btrace): Add 'self' argument.
4106 * i386-linux-nat.c (i386_linux_disable_btrace): Add 'self'
4107 argument.
4108 * amd64-linux-nat.c (amd64_linux_disable_btrace): Add 'self'
4109 argument.
4110
e3c49f88
TT
41112014-02-19 Tom Tromey <tromey@redhat.com>
4112
4113 * target.h (struct target_ops) <to_enable_btrace>: Add argument.
4114 * target.c (target_enable_btrace): Add argument.
4115 * remote.c (remote_enable_btrace): Add 'self' argument.
4116 * i386-linux-nat.c (i386_linux_enable_btrace): Add 'self'
4117 argument.
4118 * amd64-linux-nat.c (amd64_linux_enable_btrace): Add 'self'
4119 argument.
4120
fe38f897
TT
41212014-02-19 Tom Tromey <tromey@redhat.com>
4122
4123 * target.h (struct target_ops) <to_can_use_agent>: Add argument.
4124 (target_can_use_agent): Add argument.
4125 * target.c (update_current_target): Update.
4126 * remote.c (remote_can_use_agent): Add 'self' argument.
4127 * inf-child.c (inf_child_can_use_agent): Add 'self' argument.
4128
2c152180
TT
41292014-02-19 Tom Tromey <tromey@redhat.com>
4130
4131 * target.h (struct target_ops) <to_use_agent>: Add argument.
4132 (target_use_agent): Add argument.
4133 * target.c (update_current_target): Update.
4134 * remote.c (remote_use_agent): Add 'self' argument.
4135 * inf-child.c (inf_child_use_agent): Add 'self' argument.
4136
a893e81f
TT
41372014-02-19 Tom Tromey <tromey@redhat.com>
4138
4139 * tracepoint.c (tfile_traceframe_info): Add 'self' argument.
4140 * target.h (struct target_ops) <to_traceframe_info>: Add argument.
4141 (target_traceframe_info): Add argument.
4142 * target.c (update_current_target): Update.
4143 * remote.c (remote_traceframe_info): Add 'self' argument.
4144 * ctf.c (ctf_traceframe_info): Add 'self' argument.
4145
c686c57f
TT
41462014-02-19 Tom Tromey <tromey@redhat.com>
4147
4148 * target.h (target_static_tracepoint_markers_by_strid): Add
4149 argument.
4150 (struct target_ops) <to_static_tracepoint_markers_by_strid>: Add
4151 'self' argument.
4152 * target.c (update_current_target): Update.
4153 * remote.c (struct target_ops)
4154 <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
4155 * linux-nat.c (struct target_ops)
4156 <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
4157
61fc905d
TT
41582014-02-19 Tom Tromey <tromey@redhat.com>
4159
4160 * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
4161 Add argument.
4162 (target_static_tracepoint_marker_at): Add argument.
4163 * target.c (update_current_target): Update.
4164 * remote.c (remote_static_tracepoint_marker_at): Add 'self'
4165 argument.
4166
c378d69d
TT
41672014-02-19 Tom Tromey <tromey@redhat.com>
4168
4169 * target.h (struct target_ops) <to_set_permissions>: Add argument.
4170 (target_set_permissions): Add argument.
4171 * target.c (update_current_target): Update.
4172 * remote.c (remote_set_permissions): Add 'self' argument.
4173 (remote_start_remote): Update.
4174
bd7ae0f5
TT
41752014-02-19 Tom Tromey <tromey@redhat.com>
4176
4177 * windows-nat.c (windows_get_tib_address): Add 'self' argument.
4178 * target.h (struct target_ops) <to_get_tib_address>: Add argument.
4179 (target_get_tib_address): Add argument.
4180 * target.c (update_current_target): Update.
4181 * remote.c (remote_get_tib_address): Add 'self' argument.
4182
d9e68a2c
TT
41832014-02-19 Tom Tromey <tromey@redhat.com>
4184
4185 * target.h (struct target_ops) <to_set_trace_notes>: Add argument.
4186 (target_set_trace_notes): Add argument.
4187 * target.c (update_current_target): Update.
4188 * remote.c (remote_set_trace_notes): Add 'self' argument.
4189
4da384be
TT
41902014-02-19 Tom Tromey <tromey@redhat.com>
4191
4192 * target.h (struct target_ops) <to_set_trace_buffer_size>: Add
4193 argument.
4194 (target_set_trace_buffer_size): Add argument.
4195 * target.c (update_current_target): Update.
4196 * remote.c (remote_set_trace_buffer_size): Add 'self' argument.
4197
736d5b1f
TT
41982014-02-19 Tom Tromey <tromey@redhat.com>
4199
4200 * target.h (struct target_ops) <to_set_circular_trace_buffer>: Add
4201 argument.
4202 (target_set_circular_trace_buffer): Add argument.
4203 * target.c (update_current_target): Update.
4204 * remote.c (remote_set_circular_trace_buffer): Add 'self'
4205 argument.
4206
37b25738
TT
42072014-02-19 Tom Tromey <tromey@redhat.com>
4208
4209 * target.h (struct target_ops) <to_set_disconnected_tracing>: Add
4210 argument.
4211 (target_set_disconnected_tracing): Add argument.
4212 * target.c (update_current_target): Update.
4213 * remote.c (remote_set_disconnected_tracing): Add 'self' argument.
4214
0e67620a
TT
42152014-02-19 Tom Tromey <tromey@redhat.com>
4216
4217 * target.h (struct target_ops)
4218 <to_get_min_fast_tracepoint_insn_len>: Add argument.
4219 (target_get_min_fast_tracepoint_insn_len): Add argument.
4220 * target.c (update_current_target): Update.
4221 * remote.c (remote_get_min_fast_tracepoint_insn_len): Add 'self'
4222 argument.
4223
88ee6f45
TT
42242014-02-19 Tom Tromey <tromey@redhat.com>
4225
4226 * target.h (struct target_ops) <to_get_raw_trace_data>: Add
4227 argument.
4228 (target_get_raw_trace_data): Add argument.
4229 * target.c (update_current_target): Update.
4230 * remote.c (remote_get_raw_trace_data): Add 'self' argument.
4231
181e3713
TT
42322014-02-19 Tom Tromey <tromey@redhat.com>
4233
4234 * target.h (struct target_ops) <to_upload_trace_state_variables>:
4235 Add argument.
4236 (target_upload_trace_state_variables): Add argument.
4237 * target.c (update_current_target): Update.
4238 * remote.c (remote_upload_trace_state_variables): Add 'self'
4239 argument.
4240 (remote_start_remote): Update.
4241
ab6617cc
TT
42422014-02-19 Tom Tromey <tromey@redhat.com>
4243
4244 * target.h (struct target_ops) <to_upload_tracepoints>: Add
4245 argument.
4246 (target_upload_tracepoints): Add argument.
4247 * target.c (update_current_target): Update.
4248 * remote.c (remote_upload_tracepoints): Add 'self' argument.
4249 (remote_start_remote): Update.
4250
dc3decaf
TT
42512014-02-19 Tom Tromey <tromey@redhat.com>
4252
4253 * target.h (struct target_ops) <to_save_trace_data>: Add argument.
4254 (target_save_trace_data): Add argument.
4255 * target.c (update_current_target): Update.
4256 * remote.c (remote_save_trace_data): Add 'self' argument.
4257
4011015b
TT
42582014-02-19 Tom Tromey <tromey@redhat.com>
4259
4260 * tracepoint.c (tfile_get_trace_state_variable_value): Add 'self'
4261 argument.
4262 * target.h (struct target_ops)
4263 <to_get_trace_state_variable_value>: Add argument.
4264 (target_get_trace_state_variable_value): Add argument.
4265 * target.c (update_current_target): Update.
4266 * remote.c (remote_get_trace_state_variable_value): Add 'self'
4267 argument.
4268 * ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.
4269
bd4c6793
TT
42702014-02-19 Tom Tromey <tromey@redhat.com>
4271
4272 * tracepoint.c (tfile_trace_find): Add 'self' argument.
4273 * target.h (struct target_ops) <to_trace_find>: Add argument.
4274 (target_trace_find): Add argument.
4275 * target.c (update_current_target): Update.
4276 * remote.c (remote_trace_find): Add 'self' argument.
4277 * ctf.c (ctf_trace_find): Add 'self' argument.
4278
74499f1b
TT
42792014-02-19 Tom Tromey <tromey@redhat.com>
4280
4281 * target.h (struct target_ops) <to_trace_stop>: Add argument.
4282 (target_trace_stop): Add argument.
4283 * target.c (update_current_target): Update.
4284 * remote.c (remote_trace_stop): Add 'self' argument.
4285
db90e85c
TT
42862014-02-19 Tom Tromey <tromey@redhat.com>
4287
4288 * tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument.
4289 * target.h (struct target_ops) <to_get_tracepoint_status>: Add
4290 argument.
4291 (target_get_tracepoint_status): Add argument.
4292 * target.c (update_current_target): Update.
4293 * remote.c (remote_get_tracepoint_status): Add 'self' argument.
4294
8bd200f1
TT
42952014-02-19 Tom Tromey <tromey@redhat.com>
4296
4297 * tracepoint.c (tfile_get_trace_status): Add 'self' argument.
4298 * target.h (struct target_ops) <to_get_trace_status>: Add
4299 argument.
4300 (target_get_trace_status): Add argument.
4301 * target.c (update_current_target): Update.
4302 * remote.c (remote_get_trace_status): Add 'self' argument.
4303 (remote_start_remote, remote_can_download_tracepoint): Update.
4304 * ctf.c (ctf_get_trace_status): Add 'self' argument.
4305
e2d1aae3
TT
43062014-02-19 Tom Tromey <tromey@redhat.com>
4307
4308 * target.h (struct target_ops) <to_trace_start>: Add argument.
4309 (target_trace_start): Add argument.
4310 * target.c (update_current_target): Update.
4311 * remote.c (remote_trace_start): Add 'self' argument.
4312
583f9a86
TT
43132014-02-19 Tom Tromey <tromey@redhat.com>
4314
4315 * target.h (struct target_ops) <to_trace_set_readonly_regions>:
4316 Add argument.
4317 (target_trace_set_readonly_regions): Add argument.
4318 * target.c (update_current_target): Update.
4319 * remote.c (remote_trace_set_readonly_regions): Add 'self'
4320 argument.
4321
780b049c
TT
43222014-02-19 Tom Tromey <tromey@redhat.com>
4323
4324 * target.h (struct target_ops) <to_disable_tracepoint>: Add
4325 argument.
4326 (target_disable_tracepoint): Add argument.
4327 * target.c (update_current_target): Update.
4328 * remote.c (remote_disable_tracepoint): Add 'self' argument.
4329
46670d57
TT
43302014-02-19 Tom Tromey <tromey@redhat.com>
4331
4332 * target.h (struct target_ops) <to_enable_tracepoint>: Add
4333 argument.
4334 (target_enable_tracepoint): Add argument.
4335 * target.c (update_current_target): Update.
4336 * remote.c (remote_enable_tracepoint): Add 'self' argument.
4337
559d2b81
TT
43382014-02-19 Tom Tromey <tromey@redhat.com>
4339
4340 * target.h (struct target_ops) <to_download_trace_state_variable>:
4341 Add argument.
4342 (target_download_trace_state_variable): Add argument.
4343 * target.c (update_current_target): Update.
4344 * remote.c (remote_download_trace_state_variable): Add 'self'
4345 argument.
4346
a52a8357
TT
43472014-02-19 Tom Tromey <tromey@redhat.com>
4348
4349 * target.h (struct target_ops) <to_can_download_tracepoint>: Add
4350 argument.
4351 (target_can_download_tracepoint): Add argument.
4352 * target.c (update_current_target): Update.
4353 * remote.c (remote_can_download_tracepoint): Add 'self' argument.
4354
548f7808
TT
43552014-02-19 Tom Tromey <tromey@redhat.com>
4356
4357 * target.h (struct target_ops) <to_download_tracepoint>: Add
4358 argument.
4359 (target_download_tracepoint): Add argument.
4360 * target.c (update_current_target): Update.
4361 * remote.c (remote_download_tracepoint): Add 'self' argument.
4362
ecae04e1
TT
43632014-02-19 Tom Tromey <tromey@redhat.com>
4364
4365 * target.h (struct target_ops) <to_trace_init>: Add argument.
4366 (target_trace_init): Add argument.
4367 * target.c (update_current_target): Update.
4368 * remote.c (remote_trace_init): Add 'self' argument.
4369
fab5aa7c
TT
43702014-02-19 Tom Tromey <tromey@redhat.com>
4371
4372 * target.h (struct target_ops) <to_fileio_readlink>: Add argument.
4373 * target.c (target_fileio_readlink): Add argument.
4374 * remote.c (remote_hostio_readlink): Add 'self' argument.
4375 * inf-child.c (inf_child_fileio_readlink): Add 'self' argument.
4376
dbbca37d
TT
43772014-02-19 Tom Tromey <tromey@redhat.com>
4378
4379 * target.h (struct target_ops) <to_fileio_unlink>: Add argument.
4380 * target.c (target_fileio_unlink): Add argument.
4381 * remote.c (remote_hostio_unlink): Add 'self' argument.
4382 (remote_file_delete): Update.
4383 * inf-child.c (inf_child_fileio_unlink): Add 'self' argument.
4384
df39ea25
TT
43852014-02-19 Tom Tromey <tromey@redhat.com>
4386
4387 * target.h (struct target_ops) <to_fileio_close>: Add argument.
4388 * target.c (target_fileio_close): Add argument.
4389 * remote.c (remote_hostio_close): Add 'self' argument.
4390 (remote_hostio_close_cleanup): Update.
4391 (remote_bfd_iovec_close, remote_file_put, remote_file_get):
4392 Update.
4393 * inf-child.c (inf_child_fileio_close): Add 'self' argument.
4394
a3be983c
TT
43952014-02-19 Tom Tromey <tromey@redhat.com>
4396
4397 * target.h (struct target_ops) <to_fileio_pread>: Add argument.
4398 * target.c (target_fileio_pread): Add argument.
4399 * remote.c (remote_hostio_pread): Add 'self' argument.
4400 (remote_bfd_iovec_pread, remote_file_get): Update.
4401 * inf-child.c (inf_child_fileio_pread): Add 'self' argument.
4402
0d866f62
TT
44032014-02-19 Tom Tromey <tromey@redhat.com>
4404
4405 * target.h (struct target_ops) <to_fileio_pwrite>: Add argument.
4406 * target.c (target_fileio_pwrite): Add argument.
4407 * remote.c (remote_hostio_pwrite): Add 'self' argument.
4408 (remote_file_put): Update.
4409 * inf-child.c (inf_child_fileio_pwrite): Add 'self' argument.
4410
cd897586
TT
44112014-02-19 Tom Tromey <tromey@redhat.com>
4412
4413 * target.h (struct target_ops) <to_fileio_open>: Add argument.
4414 * target.c (target_fileio_open): Add argument.
4415 * remote.c (remote_hostio_open): Add 'self' argument.
4416 (remote_bfd_iovec_open): Add 'self' argument.
4417 (remote_file_put): Add 'self' argument.
4418 (remote_file_get): Add 'self' argument.
4419 * inf-child.c (inf_child_fileio_open): Add 'self' argument.
4420
78eff0ec
TT
44212014-02-19 Tom Tromey <tromey@redhat.com>
4422
4423 * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
4424 Add argument.
4425 (target_can_run_breakpoint_commands): Add argument.
4426 * target.c (update_current_target): Update.
4427 * remote.c (remote_can_run_breakpoint_commands): Add 'self'
4428 argument.
4429 (remote_insert_breakpoint): Add 'self' argument.
4430 (remote_insert_hw_breakpoint): Add 'self' argument.
4431 (remote_can_run_breakpoint_commands): Add 'self' argument.
4432
efcc2da7
TT
44332014-02-19 Tom Tromey <tromey@redhat.com>
4434
4435 * target.h (struct target_ops)
4436 <to_supports_evaluation_of_breakpoint_conditions>: Add argument.
4437 (target_supports_evaluation_of_breakpoint_conditions): Add
4438 argument.
4439 * target.c (update_current_target): Update.
4440 * remote.c (remote_supports_cond_breakpoints): Add 'self'
4441 argument.
4442 (remote_insert_breakpoint): Add 'self' argument.
4443 (remote_insert_hw_breakpoint): Add 'self' argument.
4444 (remote_supports_cond_breakpoints): Add 'self' argument.
4445
6de37a3a
TT
44462014-02-19 Tom Tromey <tromey@redhat.com>
4447
4448 * target.h (struct target_ops) <to_supports_string_tracing>: Add
4449 argument.
4450 (target_supports_string_tracing): Add argument.
4451 * target.c (update_current_target): Update.
4452 * remote.c (remote_supports_string_tracing): Add 'self' argument.
4453
2bfc0540
TT
44542014-02-19 Tom Tromey <tromey@redhat.com>
4455
4456 * target.h (struct target_ops)
4457 <to_supports_disable_randomization>: Add argument.
4458 * target.c (find_default_supports_disable_randomization): Add
4459 argument.
4460 (target_supports_disable_randomization): Add argument.
4461 (find_default_supports_disable_randomization): Add 'self'
4462 argument.
4463 * remote.c (extended_remote_supports_disable_randomization): Add
4464 'self' argument.
4465 (remote_supports_disable_randomization): Add 'self' argument.
4466 (extended_remote_create_inferior): Update.
4467 * linux-nat.c (linux_nat_supports_disable_randomization): Add
4468 'self' argument.
4469
7d178d6a
TT
44702014-02-19 Tom Tromey <tromey@redhat.com>
4471
4472 * target.h (struct target_ops)
4473 <to_supports_enable_disable_tracepoint>: Add argument.
4474 (target_supports_enable_disable_tracepoint): Add argument.
4475 * target.c (update_current_target): Update.
4476 * remote.c (remote_supports_enable_disable_tracepoint): Add 'self'
4477 argument.
4478
86ce2668
TT
44792014-02-19 Tom Tromey <tromey@redhat.com>
4480
4481 * target.h (struct target_ops) <to_supports_multi_process>: Add
4482 argument.
4483 (target_supports_multi_process): Add argument.
4484 * target.c (update_current_target): Update.
4485 * remote.c (remote_supports_multi_process): Add 'self' argument.
4486 * linux-nat.c (linux_nat_supports_multi_process): Add 'self'
4487 argument.
4488 * darwin-nat.c (darwin_supports_multi_process): Add 'self'
4489 argument.
4490
4c612759
TT
44912014-02-19 Tom Tromey <tromey@redhat.com>
4492
4493 * target.h (struct target_ops) <to_execution_direction>: Add
4494 argument.
4495 (target_execution_direction): Add argument.
4496 * target.c (default_execution_direction): Add 'self' argument.
4497 * record-full.c (record_full_execution_direction): Add 'self'
4498 argument.
4499
19db3e69
TT
45002014-02-19 Tom Tromey <tromey@redhat.com>
4501
4502 * target.h (struct target_ops) <to_can_execute_reverse>: Add
4503 argument.
4504 (target_can_execute_reverse): Add argument.
4505 * remote.c (remote_can_execute_reverse): Add 'self' argument.
4506 * record-full.c (record_full_can_execute_reverse): Add 'self'
4507 argument.
4508 * record-btrace.c (record_btrace_can_execute_reverse): Add 'self'
4509 argument.
4510
1e6b91a4
TT
45112014-02-19 Tom Tromey <tromey@redhat.com>
4512
4513 * windows-nat.c (windows_get_ada_task_ptid): Add 'self' argument.
4514 * target.h (struct target_ops) <to_get_ada_task_ptid>: Add
4515 argument.
4516 (target_get_ada_task_ptid): Add argument.
4517 * target.c (update_current_target): Update.
4518 (default_get_ada_task_ptid): Add 'self' argument.
4519 * sol-thread.c (sol_get_ada_task_ptid): Add 'self' argument.
4520 * remote.c (remote_get_ada_task_ptid): Add 'self' argument.
4521 * ravenscar-thread.c (ravenscar_get_ada_task_ptid): Add 'self'
4522 argument.
4523 * linux-thread-db.c (thread_db_get_ada_task_ptid): Add 'self'
4524 argument.
4525 * inf-ttrace.c (inf_ttrace_get_ada_task_ptid): Add 'self'
4526 argument.
4527 * dec-thread.c (dec_thread_get_ada_task_ptid): Add 'self'
4528 argument.
4529 * darwin-nat.c (darwin_get_ada_task_ptid): Add 'self' argument.
4530 * aix-thread.c (aix_thread_get_ada_task_ptid): Add 'self'
4531 argument.
4532
3c80fb48
TT
45332014-02-19 Tom Tromey <tromey@redhat.com>
4534
4535 * target.h (struct target_ops) <to_goto_bookmark>: Add argument.
4536 (target_goto_bookmark): Add argument.
4537 * target.c (dummy_goto_bookmark): Add 'self' argument.
4538 * record-full.c (record_full_goto_bookmark): Add 'self' argument.
4539
dd0e2830
TT
45402014-02-19 Tom Tromey <tromey@redhat.com>
4541
4542 * target.h (struct target_ops) <to_get_bookmark>: Add argument.
4543 (target_get_bookmark): Add argument.
4544 * target.c (dummy_get_bookmark): Add 'self' argument.
4545 * record-full.c (record_full_get_bookmark): Add 'self' argument.
4546
fc6691b2
TT
45472014-02-19 Tom Tromey <tromey@redhat.com>
4548
4549 * target.h (struct target_ops) <to_make_corefile_notes>: Add
4550 argument.
4551 (target_make_corefile_notes): Add argument.
4552 * target.c (dummy_make_corefile_notes): Add 'self' argument.
4553 * procfs.c (procfs_make_note_section): Add 'self' argument.
4554 (procfs_make_note_section): Add 'self' argument.
4555 (procfs_make_note_section): Add 'self' argument.
4556 * linux-nat.c (linux_nat_make_corefile_notes): Add 'self'
4557 argument.
4558 * fbsd-nat.h (fbsd_make_corefile_notes): Add 'self' argument.
4559 * fbsd-nat.c (fbsd_make_corefile_notes): Add 'self' argument.
4560 * exec.c (exec_make_note_section): Add 'self' argument.
4561 (exec_make_note_section): Add 'self' argument.
4562
2e73927c
TT
45632014-02-19 Tom Tromey <tromey@redhat.com>
4564
4565 * target.h (struct target_ops) <to_find_memory_regions>: Add
4566 argument.
4567 (target_find_memory_regions): Add argument.
4568 * target.c (dummy_find_memory_regions): Add 'self' argument.
4569 * procfs.c (proc_find_memory_regions): Add 'self' argument.
4570 * gnu-nat.c (gnu_find_memory_regions): Add 'self' argument.
4571 * fbsd-nat.h (fbsd_find_memory_regions): Add 'self' argument.
4572 * fbsd-nat.c (fbsd_find_memory_regions): Add 'self' argument.
4573 * exec. (exec_do_find_memory_regions): New global.
4574 (exec_set_find_memory_regions): Rewrite.
4575 (exec_find_memory_regions): New function.
4576 (init_exec_ops): Use exec_find_memory_regions.
4577
2a9a2795
TT
45782014-02-19 Tom Tromey <tromey@redhat.com>
4579
4580 * target.h (struct target_ops) <to_supports_non_stop>: Add
4581 argument.
4582 * target.c (find_default_supports_non_stop): Add argument.
4583 (target_supports_non_stop): Add argument.
4584 (find_default_supports_non_stop): Add 'self' argument.
4585 * remote.c (remote_supports_non_stop): Add 'self' argument.
4586 * linux-nat.c (linux_nat_supports_non_stop): Add 'self' argument.
4587
4ab76ea3
TT
45882014-02-19 Tom Tromey <tromey@redhat.com>
4589
4590 * target.h (struct target_ops) <to_log_command>: Add argument.
4591 (target_log_command): Add argument.
4592 * serial.h (serial_log_command): Add 'self' argument.
4593 * serial.c (serial_log_command): Add 'self' argument.
4594
8dd27370
TT
45952014-02-19 Tom Tromey <tromey@redhat.com>
4596
4597 * windows-nat.c (windows_pid_to_exec_file): Add 'self' argument.
4598 * target.h (struct target_ops) <to_pid_to_exec_file>: Add
4599 argument.
4600 (target_pid_to_exec_file): Add argument.
4601 * target.c (debug_to_pid_to_exec_file): Add argument.
4602 (update_current_target): Update.
4603 * nbsd-nat.h (nbsd_pid_to_exec_file): Add 'self' argument.
4604 * nbsd-nat.c (nbsd_pid_to_exec_file): Add 'self' argument.
4605 * linux-nat.c (linux_child_pid_to_exec_file): Add 'self' argument.
4606 (linux_handle_extended_wait): Update.
4607 * inf-child.c (inf_child_pid_to_exec_file): Add 'self' argument.
4608 * fbsd-nat.h (fbsd_pid_to_exec_file): Add 'self' argument.
4609 * fbsd-nat.c (fbsd_pid_to_exec_file): Add 'self' argument.
4610 * darwin-nat.c (darwin_pid_to_exec_file): Add 'self' argument.
4611
1aac633b
TT
46122014-02-19 Tom Tromey <tromey@redhat.com>
4613
4614 * target.h (struct target_ops) <to_rcmd>: Add argument.
4615 (target_rcmd): Add argument.
4616 * target.c (debug_to_rcmd): Add argument.
4617 (update_current_target, do_monitor_command): Update.
4618 * remote.c (remote_rcmd): Add 'self' argument.
4619 * monitor.c (monitor_rcmd): Add 'self' argument.
4620
1eab8a48
TT
46212014-02-19 Tom Tromey <tromey@redhat.com>
4622
4623 * windows-nat.c (windows_stop): Add 'self' argument.
4624 * target.h (struct target_ops) <to_stop>: Add argument.
4625 * target.c (target_stop): Add argument.
4626 (debug_to_stop): Add argument.
4627 (update_current_target): Update.
4628 * remote.c (remote_stop): Add 'self' argument.
4629 * remote-sim.c (gdbsim_stop): Add 'self' argument.
4630 (gdbsim_cntrl_c): Update.
4631 * remote-m32r-sdi.c (m32r_stop): Add 'self' argument.
4632 * procfs.c (procfs_stop): Add 'self' argument.
4633 * nto-procfs.c (procfs_stop): Add 'self' argument.
4634 * monitor.c (monitor_stop): Add 'self' argument.
4635 (monitor_open): Update.
4636 * linux-nat.c (linux_nat_stop): Add argument.
4637 * inf-ptrace.c (inf_ptrace_stop): Add 'self' argument.
4638 * gnu-nat.c (gnu_stop): Add 'self' argument.
4639 * darwin-nat.c (darwin_stop): Add 'self' argument.
4640
503a628d
TT
46412014-02-19 Tom Tromey <tromey@redhat.com>
4642
4643 * target.h (struct target_ops) <to_thread_name>: Add argument.
4644 * target.c (target_thread_name): Add argument.
4645 (update_current_target): Update.
4646 * linux-nat.c (linux_nat_thread_name): Add 'self' argument.
4647
c15906d8
TT
46482014-02-19 Tom Tromey <tromey@redhat.com>
4649
4650 * target.h (struct target_ops) <to_extra_thread_info>: Add
4651 argument.
4652 (target_extra_thread_info): Add argument.
4653 * target.c (update_current_target): Update.
4654 * remote.c (remote_threads_extra_info): Add 'self' argument.
4655 * ravenscar-thread.c (ravenscar_extra_thread_info): Add 'self'
4656 argument.
4657 * nto-tdep.h (nto_extra_thread_info): Add 'self' argument.
4658 * nto-tdep.c (nto_extra_thread_info): Add 'self' argument.
4659 * linux-thread-db.c (thread_db_extra_thread_info): Add 'self'
4660 argument.
4661 * inf-ttrace.c (inf_ttrace_extra_thread_info): Add 'self'
4662 argument.
4663 * bsd-uthread.c (bsd_uthread_extra_thread_info): Add 'self'
4664 argument.
4665 * aix-thread.c (aix_thread_extra_thread_info): Add 'self'
4666 argument.
4667
daf5e9b6
TT
46682014-02-19 Tom Tromey <tromey@redhat.com>
4669
4670 * target.h (struct target_ops) <to_program_signals>: Add argument.
4671 * target.c (target_program_signals): Add argument.
4672 * remote.c (remote_program_signals): Add 'self' argument.
4673
94bedb42
TT
46742014-02-19 Tom Tromey <tromey@redhat.com>
4675
4676 * target.h (struct target_ops) <to_pass_signals>: Add argument.
4677 * target.c (target_pass_signals): Add argument.
4678 * remote.c (remote_pass_signals): Add 'self' argument.
4679 (remote_start_remote): Update.
4680 * procfs.c (procfs_pass_signals): Add 'self' argument.
4681 * nto-procfs.c (procfs_pass_signals): Add 'self' argument.
4682 * linux-nat.c (linux_nat_pass_signals): Add 'self' argument.
4683 (linux_nat_create_inferior, linux_nat_attach): Update.
4684
da82bd6b
TT
46852014-02-19 Tom Tromey <tromey@redhat.com>
4686
4687 * windows-nat.c (windows_can_run): Add 'self' argument.
4688 * target.h (struct target_ops) <to_can_run>: Add argument.
4689 (target_can_run): Add argument.
4690 * target.c (debug_to_can_run): Add argument.
4691 (update_current_target): Update.
4692 * nto-procfs.c (procfs_can_run): Add 'self' argument.
4693 * inf-child.c (inf_child_can_run): Add 'self' argument.
4694 * go32-nat.c (go32_can_run): Add 'self' argument.
4695
d796e1d6
TT
46962014-02-19 Tom Tromey <tromey@redhat.com>
4697
4698 * target.h (struct target_ops) <to_has_exited>: Add argument.
4699 (target_has_exited): Add argument.
4700 * target.c (debug_to_has_exited): Add argument.
4701 (update_current_target): Update.
4702
ff214e67
TT
47032014-02-19 Tom Tromey <tromey@redhat.com>
4704
4705 * target.h (struct target_ops) <to_set_syscall_catchpoint>: Add
4706 argument.
4707 (target_set_syscall_catchpoint): Add argument.
4708 * linux-nat.c (linux_child_set_syscall_catchpoint): Add 'self'
4709 argument.
4710 * target.c (update_current_target): Update.
4711
758e29d2
TT
47122014-02-19 Tom Tromey <tromey@redhat.com>
4713
4714 * target.h (struct target_ops) <to_remove_exec_catchpoint>: Add
4715 argument.
4716 (target_remove_exec_catchpoint): Add argument.
4717 * target.c (debug_to_remove_exec_catchpoint): Add argument.
4718 (update_current_target): Update.
4719 * linux-nat.c (linux_child_remove_exec_catchpoint): Add 'self'
4720 argument.
4721
ba025e51
TT
47222014-02-19 Tom Tromey <tromey@redhat.com>
4723
4724 * target.h (struct target_ops) <to_insert_exec_catchpoint>: Add
4725 argument.
4726 (target_insert_exec_catchpoint): Add argument.
4727 * target.c (debug_to_insert_exec_catchpoint): Add argument.
4728 (update_current_target): Update.
4729 * linux-nat.c (linux_child_insert_exec_catchpoint): Add 'self'
4730 argument.
4731
e98cf0cd
TT
47322014-02-19 Tom Tromey <tromey@redhat.com>
4733
4734 * target.h (struct target_ops) <to_remove_vfork_catchpoint>: Add
4735 argument.
4736 (target_remove_vfork_catchpoint): Add argument.
4737 * target.c (debug_to_remove_vfork_catchpoint): Add argument.
4738 (update_current_target): Update.
4739 * linux-nat.c (linux_child_remove_vfork_catchpoint): Add 'self'
4740 argument.
4741
3ecc7da0
TT
47422014-02-19 Tom Tromey <tromey@redhat.com>
4743
4744 * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Add
4745 argument.
4746 (target_insert_vfork_catchpoint): Add argument.
4747 * target.c (debug_to_insert_vfork_catchpoint): Add argument.
4748 (update_current_target): Update.
4749 * linux-nat.c (linux_child_insert_vfork_catchpoint): Add 'self'
4750 argument.
4751
973fc227
TT
47522014-02-19 Tom Tromey <tromey@redhat.com>
4753
4754 * target.h (struct target_ops) <to_remove_fork_catchpoint>: Add
4755 argument.
4756 (target_remove_fork_catchpoint): Add argument.
4757 * target.c (debug_to_remove_fork_catchpoint): Add argument.
4758 (update_current_target): Update.
4759 * linux-nat.c (linux_child_remove_fork_catchpoint): Add 'self'
4760 argument.
4761
a863b201
TT
47622014-02-19 Tom Tromey <tromey@redhat.com>
4763
4764 * target.h (struct target_ops) <to_insert_fork_catchpoint>: Add
4765 argument.
4766 (target_insert_fork_catchpoint): Add argument.
4767 * target.c (debug_to_insert_fork_catchpoint): Add argument.
4768 (update_current_target): Update.
4769 * linux-nat.c (linux_child_insert_fork_catchpoint): Add 'self'
4770 argument.
4771
2e97a79e
TT
47722014-02-19 Tom Tromey <tromey@redhat.com>
4773
4774 * target.h (struct target_ops) <to_post_startup_inferior>: Add
4775 argument.
4776 (target_post_startup_inferior): Add argument.
4777 * target.c (debug_to_post_startup_inferior): Add argument.
4778 (update_current_target): Update.
4779 * spu-linux-nat.c (spu_child_post_startup_inferior): Add 'self'
4780 argument.
4781 * linux-nat.c (linux_child_post_startup_inferior): Add 'self'
4782 argument.
4783 * inf-ptrace.c (inf_ptrace_post_startup_inferior): Add 'self'
4784 argument.
4785 * inf-child.c (inf_child_post_startup_inferior): Add 'self'
4786 argument.
4787 * i386-linux-nat.c (i386_linux_child_post_startup_inferior): Add
4788 'self' argument.
4789 (super_post_startup_inferior): Likewise.
4790 * amd64-linux-nat.c (amd64_linux_child_post_startup_inferior): Add
4791 'self' argument.
4792 (super_post_startup_inferior): Likewise.
4793 * aarch64-linux-nat.c (aarch64_linux_child_post_startup_inferior):
4794 Add 'self' argument.
4795 (super_post_startup_inferior): Likewise.
4796
71a9f134
TT
47972014-02-19 Tom Tromey <tromey@redhat.com>
4798
4799 * target.h (struct target_ops) <to_load>: Add argument.
4800 * target.c (target_load): Add argument.
4801 (debug_to_load): Add argument.
4802 (update_current_target): Update.
4803 * remote.c (remote_load): Add 'self' argument.
4804 * remote-sim.c (gdbsim_load): Add 'self' argument.
4805 * remote-mips.c (mips_load): Add 'self' argument.
4806 * remote-m32r-sdi.c (m32r_load): Add 'self' argument.
4807 * monitor.c (monitor_load): Add 'self' argument.
4808 * m32r-rom.c (m32r_load_gen): Add 'self' argument.
4809
0a4f40a2
TT
48102014-02-19 Tom Tromey <tromey@redhat.com>
4811
4812 * target.h (struct target_ops) <to_terminal_info>: Add argument.
4813 (target_terminal_info): Add argument.
4814 * target.c (debug_to_terminal_info): Add argument.
4815 (default_terminal_info): Likewise.
4816 * inflow.c (child_terminal_info): Add 'self' argument.
4817 * inferior.h (child_terminal_info): Add 'self' argument.
4818 * go32-nat.c (go32_terminal_info): Add 'self' argument.
4819
ae3bd431
TT
48202014-02-19 Tom Tromey <tromey@redhat.com>
4821
4822 * target.h (struct target_ops) <to_terminal_save_ours>: Add
4823 argument.
4824 (target_terminal_save_ours): Add argument.
4825 * target.c (debug_to_terminal_save_ours): Add argument.
4826 (update_current_target): Update.
4827 * inflow.c (terminal_save_ours): Add 'self' argument.
4828 * inferior.h (terminal_save_ours): Add 'self' argument.
4829
e3594fd1
TT
48302014-02-19 Tom Tromey <tromey@redhat.com>
4831
4832 * target.h (struct target_ops) <to_terminal_ours>: Add argument.
4833 (target_terminal_ours): Add argument.
4834 * target.c (debug_to_terminal_ours): Add argument.
4835 (update_current_target): Update.
4836 * remote.c (remote_terminal_ours): Add 'self' argument.
4837 (remote_close): Update.
4838 * linux-nat.c (linux_nat_terminal_ours): Add 'self' argument.
4839 * inflow.c (terminal_ours): Add 'self' argument.
4840 * inferior.h (terminal_ours): Add 'self' argument.
4841 * go32-nat.c (go32_terminal_ours): Add 'self' argument.
4842
2e1e1a19
TT
48432014-02-19 Pedro Alves <palves@redhat.com>
4844 Tom Tromey <tromey@redhat.com>
4845
4846 * target.h (struct target_ops) <to_terminal_ours_for_output>: Add
4847 argument.
4848 (target_terminal_ours_for_output): Add argument.
4849 * target.c (debug_to_terminal_ours_for_output): Add argument.
4850 (update_current_target): Update.
4851 * inflow.c (terminal_ours_for_output): Add 'self' argument.
4852 * inferior.h (terminal_ours_for_output): Add 'self' argument.
4853 * go32-nat.c (go32_terminal_ours): Add 'self' argument.
4854
d2f640d4
TT
48552014-02-19 Tom Tromey <tromey@redhat.com>
4856
4857 * target.h (struct target_ops) <to_terminal_inferior>: Add
4858 argument.
4859 * target.c (target_terminal_inferior): Add argument.
4860 (update_current_target): Update.
4861 * remote.c (remote_terminal_inferior): Add 'self' argument.
4862 * linux-nat.c (linux_nat_terminal_inferior): Add 'self' argument.
4863 * inflow.c (terminal_inferior): Add 'self' argument.
4864 * inferior.h (terminal_inferior): Add 'self' argument.
4865 * go32-nat.c (go32_terminal_inferior): Add 'self' argument.
4866 (go32_terminal_inferior): Add 'self' argument.
4867
c42bf286
TT
48682014-02-19 Tom Tromey <tromey@redhat.com>
4869
4870 * target.h (struct target_ops) <to_terminal_init>: Add argument.
4871 (target_terminal_init): Add argument.
4872 * target.c (debug_to_terminal_init): Add argument.
4873 (update_current_target): Update.
4874 * inflow.c (terminal_init_inferior): Add 'self' argument.
4875 * inferior.h (terminal_init_inferior): Add 'self' argument.
4876 * go32-nat.c (go32_terminal_init): Add 'self' argument.
4877 * gnu-nat.c (gnu_terminal_init_inferior): Add 'self' argument.
4878
c3a5ff89
TT
48792014-02-19 Tom Tromey <tromey@redhat.com>
4880
4881 * target.h (struct target_ops)
4882 <to_can_accel_watchpoint_condition>: Add argument.
4883 (target_can_accel_watchpoint_condition): Add argument.
4884 * target.c (debug_to_can_accel_watchpoint_condition): Add
4885 argument.
4886 (update_current_target): Update.
4887 * ppc-linux-nat.c (ppc_linux_can_accel_watchpoint_condition): Add
4888 'self' argument.
4889
31568a15
TT
48902014-02-19 Tom Tromey <tromey@redhat.com>
4891
4892 * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>:
4893 Add argument.
4894 (target_region_ok_for_hw_watchpoint): Add argument.
4895 * target.c (debug_to_region_ok_for_hw_watchpoint): Add argument.
4896 (default_region_ok_for_hw_watchpoint): Add argument.
4897 * spu-multiarch.c (spu_region_ok_for_hw_watchpoint): Add argument.
4898 * s390-linux-nat.c (s390_region_ok_for_hw_watchpoint): Add 'self'
4899 argument.
4900 * remote.c (remote_region_ok_for_hw_watchpoint): Add 'self'
4901 argument.
4902 * procfs.c (procfs_region_ok_for_hw_watchpoint): Add 'self'
4903 argument.
4904 * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Add
4905 'self' argument.
4906 * mips-linux-nat.c (mips_linux_region_ok_for_hw_watchpoint): Add
4907 'self' argument.
4908 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): Add
4909 'self' argument.
4910 * i386-nat.c (i386_region_ok_for_watchpoint): Add 'self' argument.
4911 * arm-linux-nat.c (arm_linux_region_ok_for_hw_watchpoint): Add
4912 'self' argument.
4913 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
4914 Add 'self' argument.
4915
7bb99c53
TT
49162014-02-19 Tom Tromey <tromey@redhat.com>
4917
4918 * target.h (struct target_ops) <to_insert_watchpoint>: Add
4919 argument.
4920 (target_insert_watchpoint): Add argument.
4921 * target.c (debug_to_insert_watchpoint): Add argument.
4922 (update_current_target): Update.
4923 * s390-linux-nat.c (s390_insert_watchpoint): Add 'self' argument.
4924 * remote.c (remote_insert_watchpoint): Add 'self' argument.
4925 * remote-mips.c (mips_insert_watchpoint): Add 'self' argument.
4926 * remote-m32r-sdi.c (m32r_insert_watchpoint): Add 'self' argument.
4927 * procfs.c (procfs_insert_watchpoint): Add 'self' argument.
4928 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Add 'self'
4929 argument.
4930 * nto-procfs.c (procfs_insert_hw_watchpoint): Add 'self' argument.
4931 (procfs_insert_hw_watchpoint): Add 'self' argument.
4932 * mips-linux-nat.c (mips_linux_insert_watchpoint): Add 'self'
4933 argument.
4934 * inf-ttrace.c (inf_ttrace_insert_watchpoint): Add 'self'
4935 argument.
4936 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Add 'self'
4937 argument.
4938 * i386-nat.c (i386_insert_watchpoint): Add 'self' argument.
4939 * arm-linux-nat.c (arm_linux_insert_watchpoint): Add 'self'
4940 argument.
4941 * aarch64-linux-nat.c (aarch64_linux_insert_watchpoint): Add
4942 'self' argument.
4943
11b5219a
TT
49442014-02-19 Tom Tromey <tromey@redhat.com>
4945
4946 * target.h (struct target_ops) <to_remove_watchpoint>: Add
4947 argument.
4948 (target_remove_watchpoint): Add argument.
4949 * target.c (debug_to_remove_watchpoint): Add argument.
4950 (update_current_target): Update.
4951 * s390-linux-nat.c (s390_remove_watchpoint): Add 'self' argument.
4952 * remote.c (remote_remove_watchpoint): Add 'self' argument.
4953 * remote-mips.c (mips_remove_watchpoint): Add 'self' argument.
4954 * remote-m32r-sdi.c (m32r_remove_watchpoint): Add 'self' argument.
4955 * procfs.c (procfs_remove_watchpoint): Add 'self' argument.
4956 * ppc-linux-nat.c (ppc_linux_remove_watchpoint): Add 'self'
4957 argument.
4958 * nto-procfs.c (procfs_remove_hw_watchpoint): Add 'self' argument.
4959 * mips-linux-nat.c (mips_linux_remove_watchpoint): Add 'self'
4960 argument.
4961 * inf-ttrace.c (inf_ttrace_remove_watchpoint): Add 'self'
4962 argument.
4963 * ia64-linux-nat.c (ia64_linux_remove_watchpoint): Add 'self'
4964 argument.
4965 * i386-nat.c (i386_remove_watchpoint): Add 'self' argument.
4966 * arm-linux-nat.c (arm_linux_remove_watchpoint): Add 'self'
4967 argument.
4968 * aarch64-linux-nat.c (aarch64_linux_remove_watchpoint): Add
4969 'self' argument.
4970
a64dc96c
TT
49712014-02-19 Tom Tromey <tromey@redhat.com>
4972
4973 * target.h (struct target_ops) <to_remove_hw_breakpoint>: Add
4974 argument.
4975 (target_remove_hw_breakpoint): Add argument.
4976 * target.c (debug_to_remove_hw_breakpoint): Add argument.
4977 (update_current_target): Update.
4978 * remote.c (remote_remove_hw_breakpoint): Add 'self' argument.
4979 * ppc-linux-nat.c (ppc_linux_remove_hw_breakpoint): Add 'self'
4980 argument.
4981 * i386-nat.c (i386_remove_hw_breakpoint): Add 'self' argument.
4982 * arm-linux-nat.c (arm_linux_remove_hw_breakpoint): Add 'self'
4983 argument.
4984 * aarch64-linux-nat.c (aarch64_linux_remove_hw_breakpoint): Add
4985 'self' argument.
4986
23a26771
TT
49872014-02-19 Tom Tromey <tromey@redhat.com>
4988
4989 * target.h (struct target_ops) <to_insert_hw_breakpoint>: Add
4990 argument.
4991 (target_insert_hw_breakpoint): Add argument.
4992 * target.c (debug_to_insert_hw_breakpoint): Add argument.
4993 (update_current_target): Update.
4994 * remote.c (remote_insert_hw_breakpoint): Add 'self' argument.
4995 * ppc-linux-nat.c (ppc_linux_insert_hw_breakpoint): Add 'self'
4996 argument.
4997 * nto-procfs.c (procfs_insert_hw_breakpoint): Add 'self' argument.
4998 * i386-nat.c (i386_insert_hw_breakpoint): Add 'self' argument.
4999 * arm-linux-nat.c (arm_linux_insert_hw_breakpoint): Add 'self'
5000 argument.
5001 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Add
5002 'self' argument.
5003
5461485a
TT
50042014-02-19 Tom Tromey <tromey@redhat.com>
5005
5006 * target.h (struct target_ops) <to_can_use_hw_breakpoint>: Add
5007 argument.
5008 (target_can_use_hardware_watchpoint): Add argument.
5009 * target.c (debug_to_can_use_hw_breakpoint): Add argument.
5010 (update_current_target): Update.
5011 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Add 'self'
5012 argument.
5013 * s390-linux-nat.c (s390_can_use_hw_breakpoint): Add 'self'
5014 argument.
5015 * remote.c (remote_check_watch_resources): Add 'self' argument.
5016 * remote-mips.c (mips_can_use_watchpoint): Add 'self' argument.
5017 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Add 'self'
5018 argument.
5019 * procfs.c (procfs_can_use_hw_breakpoint): Add 'self' argument.
5020 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Add 'self'
5021 argument.
5022 * nto-procfs.c (procfs_can_use_hw_breakpoint): Add 'self'
5023 argument.
5024 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Add 'self'
5025 argument.
5026 * inf-ttrace.c (inf_ttrace_can_use_hw_breakpoint): Add 'self'
5027 argument.
5028 * ia64-linux-nat.c (ia64_linux_can_use_hw_breakpoint): Add 'self'
5029 argument.
5030 * ia64-hpux-nat.c (ia64_hpux_can_use_hw_breakpoint): Add 'self'
5031 argument.
5032 * i386-nat.c (i386_can_use_hw_breakpoint): Add 'self' argument.
5033 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Add 'self'
5034 argument.
5035 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Add
5036 'self' argument.
5037
f045800c
TT
50382014-02-19 Tom Tromey <tromey@redhat.com>
5039
5040 * target.h (struct target_ops) <to_post_attach>: Add argument.
5041 (target_post_attach): Add argument.
5042 * target.c (debug_to_post_attach): Add argument.
5043 (update_current_target): Update.
5044 * spu-linux-nat.c (spu_child_post_attach): Add 'self' argument.
5045 * nto-procfs.c (procfs_post_attach): Add 'self' argument.
5046 * linux-nat.c (linux_child_post_attach): Add 'self' argument.
5047 * inf-ptrace.c (inf_ptrace_post_attach): Add 'self' argument.
5048 * inf-child.c (inf_child_post_attach): Add 'self' argument.
5049
de90e03d
TT
50502014-02-19 Tom Tromey <tromey@redhat.com>
5051
5052 * windows-nat.c (windows_close): Add 'self' argument.
5053 * tracepoint.c (tfile_close): Add 'self' argument.
5054 * target.h (struct target_ops) <to_close>: Add argument.
5055 * target.c (target_close): Add argument.
5056 (update_current_target): Update.
5057 * remote.c (remote_close): Add 'self' argument.
5058 * remote-sim.c (gdbsim_close): Add 'self' argument.
5059 * remote-mips.c (mips_close): Add 'self' argument.
5060 * remote-m32r-sdi.c (m32r_close): Add 'self' argument.
5061 * record-full.c (record_full_close): Add 'self' argument.
5062 * record-btrace.c (record_btrace_close): Add 'self' argument.
5063 * monitor.h (monitor_close): Add 'self' argument.
5064 * monitor.c (monitor_close): Add 'self' argument.
5065 * mips-linux-nat.c (mips_linux_close): Add 'self' argument.
5066 * linux-nat.c (linux_nat_close): Add argument.
5067 * go32-nat.c (go32_close): Add 'self' argument.
5068 * exec.c (exec_close_1): Add 'self' argument.
5069 * ctf.c (ctf_close): Add 'self' argument.
5070 * corelow.c (core_close): Add 'self' argument.
5071 (core_close_cleanup): Update.
5072 * bsd-uthread.c (bsd_uthread_close): Add 'self' argument.
5073 * bsd-kvm.c (bsd_kvm_close): Add 'self' argument.
5074
9dd130a0
TT
50752014-02-19 Tom Tromey <tromey@redhat.com>
5076
5077 * remote.c (remote_load): New function.
5078 (init_remote_ops): Use it.
5079
46917d26
TT
50802014-02-19 Tom Tromey <tromey@redhat.com>
5081
5082 * common/linux-btrace.c (linux_supports_btrace): Add "ops"
5083 argument.
5084 * common/linux-btrace.h (linux_supports_btrace): Update.
5085 * remote.c (remote_supports_btrace): Add "self" argument.
5086 * target-delegates.c: Rebuild.
5087 * target.c (target_supports_btrace): Remove.
5088 * target.h (struct target_ops) <to_supports_btrace>: Add
5089 target_ops argument.
5090 (target_supports_btrace): New define.
5091
6b84065d
TT
50922014-02-19 Tom Tromey <tromey@redhat.com>
5093
5094 * record-full.c (record_full_beneath_to_resume_ops)
5095 (record_full_beneath_to_resume, record_full_beneath_to_wait_ops)
5096 (record_full_beneath_to_wait)
5097 (record_full_beneath_to_store_registers_ops)
5098 (record_full_beneath_to_store_registers)
5099 (record_full_beneath_to_xfer_partial_ops)
5100 (record_full_beneath_to_xfer_partial)
5101 (record_full_beneath_to_insert_breakpoint_ops)
5102 (record_full_beneath_to_insert_breakpoint)
5103 (record_full_beneath_to_remove_breakpoint_ops)
5104 (record_full_beneath_to_remove_breakpoint)
5105 (record_full_beneath_to_stopped_by_watchpoint)
5106 (record_full_beneath_to_stopped_data_address)
5107 (record_full_beneath_to_async, tmp_to_resume_ops, tmp_to_resume)
5108 (tmp_to_wait_ops, tmp_to_wait, tmp_to_store_registers_ops)
5109 (tmp_to_store_registers, tmp_to_xfer_partial_ops)
5110 (tmp_to_xfer_partial, tmp_to_instmp_to_insert_breakpoint_ops)
5111 (tmp_to_insert_breakpoint, tmp_to_remove_breakpoint_ops)
5112 (tmp_to_remove_breakpoint, tmp_to_stopped_by_watchpoint)
5113 (tmp_to_stopped_data_address, tmp_to_async): Remove.
5114 (record_full_open_1, record_full_open): Update. Use RECORD_IS_USED.
5115 (record_full_resume, record_full_wait_1)
5116 (record_full_stopped_by_watchpoint, record_full_stopped_data_address)
5117 (record_full_store_registers, record_full_xfer_partial)
5118 (record_full_insert_breakpoint, record_full_remove_breakpoint)
5119 (record_full_async, record_full_core_xfer_partial): Use target
5120 delegation.
5121 * target-delegates.c: Rebuild.
5122 * target.c (current_xfer_partial): Remove.
5123 (update_current_target): Do not INHERIT or de_fault
5124 to_insert_breakpoint, to_remove_breakpoint,
5125 to_stopped_data_address, to_stopped_by_watchpoint, to_can_async_p,
5126 to_is_async_p, to_async. Do not set to_xfer_partial field.
5127 (default_xfer_partial): Simplify.
5128 (current_xfer_partial): Remove.
5129 (target_wait, target_resume): Simplify.
5130 (find_default_can_async_p, find_default_is_async_p): Update.
5131 (init_dummy_target): Don't set to_can_async_p, to_is_async_p,
5132 to_xfer_partial, to_stopped_by_watchpoint,
5133 to_stopped_data_address.
5134 (target_store_registers): Simplify.
5135 (forward_target_remove_breakpoint)
5136 (forward_target_insert_breakpoint): Remove.
5137 (target_remove_breakpoint, target_insert_breakpoint)
5138 (debug_to_insert_breakpoint, debug_to_remove_breakpoint): Update.
5139 * target.h (struct target_ops) <to_resume, to_wait,
5140 to_store_registers, to_insert_breakpoint, to_remove_breakpoint,
5141 to_stopped_by_watchpoint, to_stopped_data_address, to_can_async_p,
5142 to_is_async_p, to_async, to_xfer_partial>: Add TARGET_DEFAULT
5143 markup.
5144 (forward_target_remove_breakpoint)
5145 (forward_target_insert_breakpoint): Remove.
5146 * record-btrace.c (record_btrace_remove_breakpoint): Delegate
5147 directly.
5148 (record_btrace_insert_breakpoint): Delegate directly.
5149
1101cb7b
TT
51502014-02-19 Tom Tromey <tromey@redhat.com>
5151
5152 PR build/7701:
5153 * target-delegates.c: New file.
5154 * target.c: Include target-delegates.c.
5155 (init_dummy_target): Call install_dummy_methods.
5156 (complete_target_initialization): Call install_delegators.
5157 * target.h (TARGET_DEFAULT_IGNORE, TARGET_DEFAULT_NORETURN)
5158 (TARGET_DEFAULT_RETURN, TARGET_DEFAULT_FUNC): New defines.
5159 * make-target-delegates: New file.
5160
8b06beed
TT
51612014-02-19 Tom Tromey <tromey@redhat.com>
5162
5163 * record.c (find_record_target): Use find_target_at.
5164 * target.c (find_target_at): New function.
5165 * target.h (find_target_at): Declare.
5166
6a109b6b
TT
51672014-02-19 Tom Tromey <tromey@redhat.com>
5168
5169 * aarch64-linux-nat.c (aarch64_linux_stopped_by_watchpoint):
5170 Add 'ops' argument.
5171 * arm-linux-nat.c (arm_linux_stopped_by_watchpoint): Add
5172 'ops' argument.
5173 * i386-nat.c (i386_stopped_by_watchpoint): Add 'ops' argument.
5174 * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Add
5175 'ops' argument.
5176 * inf-ttrace.c (inf_ttrace_stopped_by_watchpoint): Add 'ops'
5177 argument.
5178 * linux-nat.c (save_sigtrap): Update.
5179 (linux_nat_stopped_by_watchpoint, linux_nat_is_async_p)
5180 (linux_nat_can_async_p, linux_nat_async): Add 'ops' argument.
5181 (linux_nat_close): Update.
5182 * mips-linux-nat.c (mips_linux_stopped_by_watchpoint): Add 'ops'
5183 argument.
5184 * ppc-linux-nat.c (ppc_linux_stopped_by_watchpoint): Add 'ops'
5185 argument.
5186 * procfs.c (procfs_stopped_by_watchpoint): Add 'ops' argument.
5187 * record-full.c (record_full_beneath_to_stopped_by_watchpoint)
5188 (record_full_beneath_to_async, tmp_to_stopped_by_watchpoint)
5189 (tmp_to_async): Add 'ops' argument.
5190 (record_full_stopped_by_watchpoint, record_full_async)
5191 (record_full_can_async_p, record_full_is_async_p): Add 'ops'
5192 argument.
5193 * remote-m32r-sdi.c (m32r_insert_breakpoint, m32r_remove_breakpoint)
5194 (m32r_stopped_by_watchpoint): Add 'ops' argument.
5195 * remote-mips.c (mips_stopped_by_watchpoint): Add 'ops' argument.
5196 * remote.c (remote_stopped_by_watchpoint_p, remote_can_async_p)
5197 (remote_is_async_p, remote_async): Add 'ops' argument.
5198 (remote_stopped_data_address): Update.
5199 * s390-nat.c (s390_stopped_by_watchpoint): Add 'ops' argument.
5200 * target.c (update_current_target)
5201 (find_default_can_async_p, find_default_is_async_p): Update.
5202 (init_dummy_target): Update.
5203 (debug_to_stopped_by_watchpoint): Add 'ops' argument.
5204 * target.h (struct target_ops) <to_stopped_by_watchpoint,
5205 to_can_async_p, to_is_async_p, to_async>: Add 'ops' argument.
5206 (target_can_async_p, target_is_async_p, target_async)
5207 (target_stopped_by_watchpoint): Update.
5208
e095146b
YQ
52092014-02-19 Yao Qi <yao@codesourcery.com>
5210
5211 PR gdb/16220
5212 * gdbarch.sh: Remove startup_gdbarch.
5213 * gdbarch.c: Regenerated.
5214 * gdbarch.h: Likewise.
5215
bc3c6b36
KB
52162014-02-17 Kevin Buettner <kevinb@redhat.com>
5217
5218 * rl78-tdep.c (rl78_g10_register_name): New function.
5219 (rl78_return_value): Add g10 support.
5220 (rl78_gdbarch_init): Register rl78_g10_register_name for the
5221 g10.
5222
98dc0167 52232014-02-17 Doug Evans <xdje42@gmail.com>
f01c1940
DE
5224
5225 * Makefile.in (SUBDIR_GUILE_OBS): Resort alphabetically.
5226 (SUBDIR_GUILE_SRCS): Ditto.
5227 (scm-gsmob.o): Ditto.
5228
842c05cd
YQ
52292014-02-17 Yao Qi <yao@codesourcery.com>
5230
5231 * gnu-nat.c (ILL_RPC): Declare defined function.
5232
25c0bd04
YQ
52332014-02-17 Yao Qi <yao@codesourcery.com>
5234
5235 * gnu-nat.c (gnu_read_inferior): Change 'copy_count' type to
5236 mach_msg_type_number_t.
5237 (gnu_write_inferior): Likewise.
5238
a9a758e3
YQ
52392014-02-17 Yao Qi <yao@codesourcery.com>
5240
5241 * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd'
5242 in format string.
5243 (proc_steal_exc_port, make_proc, inf_set_pid): Likewise.
5244 (inf_validate_procs, inf_signal): Likewise.
5245 (S_exception_raise_request): Likewise.
5246 (do_mach_notify_dead_name): Likewise.
5247 (steal_exc_port): Likewise.
5248 (gnu_read_inferior): Change 'copy_count''s type to
5249 mach_msg_type_number_t.
5250 (gnu_write_inferior): Likewise. Use 'lx' instead of 'x' in
5251 format string.
5252
bae8023e
TS
52532014-02-16 Thomas Schwinge <thomas@codesourcery.com>
5254
c82f56d9
TS
5255 * gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
5256 flag. Adjust all users; in particular...
5257 (gnu_wait): ..., don't decrement its value in here...
5258 (gnu_create_inferior): ..., and instead set the flag in here,
5259 around the startup_inferior call, and call that one with
5260 START_INFERIOR_TRAPS_EXPECTED.
5261
3398af6a
TS
5262 * gnu-nat.c (ill_rpc): Remove function; replaced with this...
5263 (ILL_RPC): ... new macro.
5264 (do_mach_notify_no_senders, do_mach_notify_port_deleted)
5265 (do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
5266 (do_mach_notify_send_once, S_proc_setmsgport_reply)
5267 (S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
5268 functions with ILL_RPC macro.
5269 (S_proc_pid2task_reply, S_proc_task2pid_reply)
5270 (S_proc_task2proc_reply, S_proc_proc2task_reply)
5271 (S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
5272 (S_proc_getprocargs_reply, S_proc_getprocenv_reply)
5273 (S_proc_getloginid_reply, S_proc_getloginpids_reply)
5274 (S_proc_getlogin_reply, S_proc_getsid_reply)
5275 (S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
5276 (S_proc_getsidport_reply, S_proc_getpgrp_reply)
5277 (S_proc_getpgrppids_reply, S_proc_get_tty_reply)
5278 (S_proc_getnports_reply, S_proc_is_important_reply)
5279 (S_proc_get_code_reply): New stub functions, generated with
5280 ILL_RPC macro.
5281
d47642c9
TS
5282 * reply_mig_hack.awk: In phase 5, keep going if we have not yet
5283 collected the type check structures.
5284
bae8023e
TS
5285 * reply_mig_hack.awk: Don't expect to see the auto keyword.
5286
8a55ffb0
DE
52872014-02-14 Doug Evans <dje@google.com>
5288
5289 * target.c (target_write_partial): Fix result type.
5290
c2853f3d
JM
52912014-02-14 Jose E. Marchesi <jose.marchesi@oracle.com>
5292
5293 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
5294 the proper offsets to access fpregset_t.
5295
ac61d2db
SA
52962014-02-13 Sanimir Agovic <sanimir.agovic@intel.com>
5297
5298 * cris-tdep.c (cris_supply_gregset): Remove zerobuf.
5299 (_initialize_cris_tdep): Remove cris_set_cmdlist, cris_show_cmdlist.
5300 * h8300-tdep.c (setmachinelist): Remove global.
5301 * hppa-tdep.c (hppa_sigtramp): Remove global.
5302 * mipsnbsd-tdep.c (sigtramp_retcode_mipsel, sigtramp_retcode_mipseb
5303 RETCODE_NWORDS, RETCODE_SIZE): Wrap code with #if 0.
5304 * ravenscar-thread.c (update_target_observer): Remove global.
5305 * rs6000-tdep.c (rs6000_gdbarch_init): Remove segment_regs.
5306
9d2d0b8b
TT
53072014-02-12 Tom Tromey <tromey@redhat.com>
5308
5309 * common/rsp-low.c: Update comments.
5310 * common/rsp-low.h: Update comments.
5311
a7191e8b
TT
53122014-02-12 Tom Tromey <tromey@redhat.com>
5313
5314 * common/rsp-low.c (convert_ascii_to_int): Remove.
5315 * common/rsp-low.h (convert_ascii_to_int): Don't declare.
5316
ff0e980e
TT
53172014-02-12 Tom Tromey <tromey@redhat.com>
5318
5319 * common/rsp-low.h (unhexify): Don't declare.
5320 * common/rsp-low.c (unhexify): Remove.
5321
e9371aff
TT
53222014-02-12 Tom Tromey <tromey@redhat.com>
5323
5324 * common/rsp-low.h (convert_int_to_ascii): Don't declare.
5325 * common/rsp-low.c (convert_int_to_ascii): Remove.
5326
971dc0b8
TT
53272014-02-12 Tom Tromey <tromey@redhat.com>
5328
5329 * common/rsp-low.h (hexify): Don't declare.
5330 * common/rsp-low.c (hexify): Remove.
5331
0a822afb
TT
53322014-02-12 Tom Tromey <tromey@redhat.com>
5333
5334 * common/rsp-low.c (hexify): Never take strlen of argument.
5335
9f1b45b0
TT
53362014-02-12 Tom Tromey <tromey@redhat.com>
5337
5338 * common/rsp-low.c (bin2hex): Never take strlen of argument.
5339 * remote.c (extended_remote_run, remote_rcmd)
5340 (remote_download_trace_state_variable, remote_save_trace_data)
5341 (remote_set_trace_notes): Update.
5342 * tracepoint.c (encode_source_string, tfile_write_status)
5343 (tfile_write_uploaded_tsv): Update.
5344
9c3d6531
TT
53452014-02-12 Tom Tromey <tromey@redhat.com>
5346
5347 * tracepoint.c: Include rsp-low.h.
5348 * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare.
5349 * remote.c: Include rsp-low.h.
5350 (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
5351 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
5352 (remote_unescape_input): Move to common/rsp-low.c.
5353 * common/rsp-low.h: New file.
5354 * common/rsp-low.c: New file.
5355 * Makefile.in (SFILES): Add common/rsp-low.c.
5356 (HFILES_NO_SRCDIR): Add common/rsp-low.h.
5357 (COMMON_OBS): Add rsp-low.o.
5358 (rsp-low.o): New target.
5359
01fd3ea5
TT
53602014-02-12 Tom Tromey <tromey@redhat.com>
5361
5362 * utils.h: Include print-utils.h.
5363 (host_address_to_string, plongest, pulongest, phex, phex_nz)
5364 (int_string, core_addr_to_string, core_addr_to_string_nz)
5365 (hex_string, hex_string_custom): Don't declare.
5366 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
5367 (plongest, thirty_two, phex, phex_nz, octal2str, hex_string)
5368 (hex_string_custom, int_string, core_addr_to_string)
5369 (core_addr_to_string_nz, host_address_to_string): Move to
5370 common/print-utils.c.
5371 * common/print-utils.h: New file.
5372 * common/print-utils.c: New file
5373 * Makefile.in (SFILES): Add common/print-utils.c.
5374 (HFILES_NO_SRCDIR): Add common/print-utils.h.
5375 (COMMON_OBS): Add print-utils.o.
5376 (print-utils.o): New target.
5377
9fb50108
TT
53782014-02-12 Tom Tromey <tromey@redhat.com>
5379
5380 * nios2-tdep.c (nios2_stub_frame_base_address): Remove.
5381
0548b5db
MK
53822014-02-12 Mark Kettenis <kettenis@gnu.org>
5383
5384 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi.
5385
493443a4
MK
53862014-02-12 Mark Kettenis <kettenis@gnu.org>
5387
5388 * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF
5389 if a PT_IO ptrace request returns sucessfully but indicates that 0
5390 bytes were transferred.
5391
706d0883
PA
53922014-02-12 Pedro Alves <palves@redhat.com>
5393 Kevin Buettner <kevinb@redhat.com>
5394
5395 * gnu-v3-abi.c (build_gdb_vtable_type): Return a type marked with
5396 TYPE_INSTANCE_FLAG_CODE_SPACE.
5397
5caa2f0b
PA
53982014-02-12 Pedro Alves <palves@redhat.com>
5399
5400 * h8300-tdep.c (pseudo_from_raw_register)
5401 (raw_from_pseudo_register): New functions.
5402 (h8300_pseudo_register_read, h8300_pseudo_register_write): Use
5403 them.
5404
76fd5f74
PA
54052014-02-12 Pedro Alves <palves@redhat.com>
5406
5407 * h8300-tdep.c (h8300_register_sim_regno): New function.
5408 (h8300_gdbarch_init): Install h8300_register_sim_regno as
5409 gdbarch_register_sim_regno hook.
5410
8f008406
SA
54112014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
5412
5413 * nios2-tdep.c (nios2_stub_frame_base): Remove global.
5414
195abc10
SA
54152014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
5416
5417 * tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
5418
93ffa5b9
MK
54192014-02-12 Mark Kettenis <kettenis@gnu.org>
5420
5421 * obsd-tdep.h (obsd_init_abi): New prototype.
5422 * obsd-tdep.c: Define enum with OpenBSD signal numbers.
5423 (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target)
5424 (obsd_init_abi): New functions.
5425 * i386obsd-tdep.c: Include "obsd-tdep.h".
5426 (i386obsd_init_abi): Call obsd_init_abi.
5427 * amd64obsd-tdep.c: Include "obsd-tdep.h".
5428 (amd64obsd_init_abi): Call obsd_init_abi.
5429 * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add
5430 obsd-tdep.c to gdb_target_obs.
5431
49caec94
JM
54322014-02-11 Jose E. Marchesi <jose.marchesi@oracle.com>
5433
5434 * sparc64-tdep.c (sparc64_store_arguments): Do not align complex
5435 double float arguments to 16-byte in the argument slots.
5436
e1402065
DE
54372014-02-11 Doug Evans <xdje42@gmail.com>
5438
5439 * configure.ac: Don't crash if pkg-config is not found and guile
5440 wasn't explicitly requested. Use AC_MSG_ERROR instead of AC_ERROR
5441 in guile checks.
5442 * configure: Regenerate.
5443
edcc890f
YQ
54442014-02-11 Yao Qi <yao@codesourcery.com>
5445
5446 * aix-thread.c (aix_thread_xfer_partial): Update comments.
5447 * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise.
5448 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
5449 * gnu-nat.c (gnu_xfer_memory): Likewise.
5450 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
5451 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
5452 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
5453 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
5454
9b409511
YQ
54552014-02-11 Yao Qi <yao@codesourcery.com>
5456
5457 * target.h (enum target_xfer_error): Rename to ...
5458 (enum target_xfer_status): ... it. New. All users updated.
5459 (enum target_xfer_status) <TARGET_XFER_OK>, <TARGET_XFER_EOF>:
5460 New.
5461 (TARGET_XFER_STATUS_ERROR_P): New macro.
5462 (target_xfer_error_to_string): Remove declaration.
5463 (target_xfer_status_to_string): Declare.
5464 (target_xfer_partial_ftype): Adjust it.
5465 (struct target_ops) <to_xfer_partial>: Return
5466 target_xfer_status. Add argument xfered_len. Update
5467 comments.
5468 * target.c (target_xfer_error_to_string): Rename to ...
5469 (target_xfer_status_to_string): ... it. New. All callers
5470 updated.
5471 (target_read_live_memory): Likewise. Call target_xfer_partial
5472 instead of target_read.
5473 (memory_xfer_live_readonly_partial): Return
5474 target_xfer_status. Add argument xfered_len.
5475 (raw_memory_xfer_partial): Likewise.
5476 (memory_xfer_partial_1): Likewise.
5477 (memory_xfer_partial): Likewise.
5478 (target_xfer_partial): Likewise. Check *XFERED_LEN is set
5479 properly. Update debug message.
5480 (default_xfer_partial, current_xfer_partial): Likewise.
5481 (target_write_partial): Likewise.
5482 (target_read_partial): Likewise. All callers updated.
5483 (read_whatever_is_readable): Likewise.
5484 (target_write_with_progress): Likewise.
5485 (target_read_alloc_1): Likewise.
5486
5487 * aix-thread.c (aix_thread_xfer_partial): Likewise.
5488 * auxv.c (procfs_xfer_auxv): Likewise.
5489 (ld_so_xfer_auxv, memory_xfer_auxv): Likewise.
5490 * bfd-target.c (target_bfd_xfer_partial): Likewise.
5491 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
5492 * bsd-uthread.c (bsd_uthread_xfer_partia): Likewise.
5493 * corefile.c (read_memory): Adjust.
5494 * corelow.c (core_xfer_partial): Likewise.
5495 * ctf.c (ctf_xfer_partial): Likewise.
5496 * darwin-nat.c (darwin_read_dyld_info): Likewise. All callers
5497 updated.
5498 (darwin_xfer_partial): Likewise.
5499 * exec.c (section_table_xfer_memory_partial): Likewise. All
5500 callers updated.
5501 (exec_xfer_partial): Likewise.
5502 * exec.h (section_table_xfer_memory_partial): Update
5503 declaration.
5504 * gnu-nat.c (gnu_xfer_memory): Likewise. Assert 'res' is not
5505 negative.
5506 (gnu_xfer_partial): Likewise.
5507 * ia64-hpux-nat.c (ia64_hpux_xfer_memory_no_bs): Likewise.
5508 (ia64_hpux_xfer_memory, ia64_hpux_xfer_uregs): Likewise.
5509 (ia64_hpux_xfer_solib_got): Likewise.
5510 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise. Change
5511 type of 'partial_len' to ULONGEST.
5512 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
5513 * linux-nat.c (linux_xfer_siginfo ): Likewise.
5514 (linux_nat_xfer_partial): Likewise.
5515 (linux_proc_xfer_partial, linux_xfer_partial): Likewise.
5516 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Likewise.
5517 * monitor.c (monitor_xfer_memory): Likewise.
5518 (monitor_xfer_partial): Likewise.
5519 * procfs.c (procfs_xfer_partial): Likewise.
5520 * record-btrace.c (record_btrace_xfer_partial): Likewise.
5521 * record-full.c (record_full_xfer_partial): Likewise.
5522 (record_full_core_xfer_partial): Likewise.
5523 * remote-sim.c (gdbsim_xfer_memory): Likewise.
5524 (gdbsim_xfer_partial): Likewise.
5525 * remote.c (remote_write_bytes_aux): Likewise. All callers
5526 updated.
5527 (remote_write_bytes, remote_read_bytes): Likewise. All
5528 callers updated.
5529 (remote_flash_erase): Likewise. All callers updated.
5530 (remote_write_qxfer): Likewise. All callers updated.
5531 (remote_read_qxfer): Likewise. All callers updated.
5532 (remote_xfer_partial): Likewise.
5533 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
5534 (rs6000_xfer_shared_libraries): Likewise.
5535 * sol-thread.c (sol_thread_xfer_partial): Likewise.
5536 (sol_thread_xfer_partial): Likewise.
5537 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
5538 (sparc_xfer_partial): Likewise.
5539 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise. All callers
5540 updated.
5541 (spu_xfer_partial): Likewise.
5542 * spu-multiarch.c (spu_xfer_partial): Likewise.
5543 * tracepoint.c (tfile_xfer_partial): Likewise.
5544 * windows-nat.c (windows_xfer_memory): Likewise.
5545 (windows_xfer_shared_libraries): Likewise.
5546 (windows_xfer_partial): Likewise.
5547 * valprint.c: Replace 'target_xfer_error' with
5548 'target_xfer_status' in comments.
5549
a8e63083
JB
55502014-02-11 Simon Marchi <simon.marchi@ericsson.com> (tiny patch)
5551
5552 Checked in by Joel Brobecker <brobecker@adacore.com>.
5553 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
5554
e86b67d3
JB
55552014-02-11 Joel Brobecker <brobecker@adacore.com>
5556
5557 * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
5558 function parameters.
5559
4b7d1f7f
WN
55602014-02-10 Will Newton <will.newton@linaro.org>
5561
5562 * elfread.c (elf_rel_plt_read): Look for a .got section if
5563 looking up .got.plt fails.
5564 (elf_gnu_ifunc_resolve_by_got): Call gdbarch_addr_bits_remove
5565 on address passed to elf_gnu_ifunc_record_cache.
5566 (elf_gnu_ifunc_resolve_addr): Likewise.
5567 (elf_gnu_ifunc_resolver_return_stop): Likewise.
5568
961842b2
JM
55692014-02-10 Jose E. Marchesi <jose.marchesi@oracle.com>
5570
5571 * sparc-tdep.c (sparc_in_function_epilogue_p): New function.
5572 (X_RETTURN): New macro.
5573 * sparc-tdep.h: sparc_in_function_epilogue_p prototype.
5574
5575 * sparc64-tdep.c (sparc64_init_abi): Hook
5576 sparc_in_function_epilogue_p.
5577
3f03e7b1
GB
55782014-02-10 Gary Benson <gbenson@redhat.com>
5579
5580 * symfile-debug.c (debug_qf_expand_symtabs_matching):
5581 Rename name_matcher to symbol_matcher.
5582
96f861ef
GB
55832014-02-10 Gary Benson <gbenson@redhat.com>
5584
5585 * symfile-debug.c (debug_qf_expand_symtabs_matching):
5586 Use expand_symtabs_file_matcher_ftype and
5587 expand_symtabs_symbol_matcher_ftype.
5588
ee01b665
JB
55892014-02-10 Joel Brobecker <brobecker@adacore.com>
5590
5591 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
5592 (struct ada_symbol_cache): New.
5593 (ada_free_symbol_cache): Forward declare.
5594 (struct ada_pspace_data): New.
5595 (ada_pspace_data_handle): New static global.
5596 (get_ada_pspace_data, ada_pspace_data_cleanup)
5597 (ada_init_symbol_cache, ada_free_symbol_cache): New functions.
5598 (cache_space, cache): Delete, now folded inside struct
5599 ada_pspace_data.
5600 (ada_get_symbol_cache): New function.
5601 (ada_clear_symbol_cache, find_entry, cache_symbol): Adjust
5602 implementation.
5603 (_initialize_ada_language): Remove initialization of cache_space.
5604 Move call to observer_attach_inferior_exit up, grouping it
5605 with the other observer registrations inside this function.
5606 Rename command to be more general. Add call to
5607 register_program_space_data_with_cleanup.
5608
143adbbf
JB
56092014-02-10 Joel Brobecker <brobecker@adacore.com>
5610
5611 * ada-tasks.c (ada_tasks_new_objfile_observer): Renames
5612 ada_new_objfile_observer.
5613 (ada_tasks_normal_stop_observer): Renames ada_normal_stop_observer.
5614 (_initialize_tasks): Update uses of ada_new_objfile_observer
5615 and ada_tasks_normal_stop_observer.
5616
aa4fb036
JB
56172014-02-10 Joel Brobecker <brobecker@adacore.com>
5618
5619 * ada-lang.c (ada_evaluate_subexp): Set the type of the value
5620 returned by the 'Length attribute to integer.
5621
9dee8cc6
JB
56222014-02-10 Joel Brobecker <brobecker@adacore.com>
5623
5624 * ada-lang.c (_initialize_ada_language): Initialize
5625 cache_space obstack.
5626
3d9434b5
JB
56272014-02-10 Joel Brobecker <brobecker@adacore.com>
5628
5629 * ada-lang.c (HASH_SIZE): New macro.
5630 (struct cache_entry): New type.
5631 (cache_space, cache): New static globals.
5632 (ada_clear_symbol_cache, find_entry): New functions.
5633 (lookup_cached_symbol, cache_symbol): Implement.
5634 (ada_new_objfile_observer, ada_free_objfile_observer): New.
5635 (_initialize_ada_language): Attach ada_new_objfile_observer
5636 and ada_free_objfile_observer.
5637
f0c5f9b2
JB
56382014-02-10 Joel Brobecker <brobecker@adacore.com>
5639
5640 * ada-lang.c (ada_add_block_symbols, add_defn_to_vec)
5641 (lookup_cached_symbol, ada_add_local_symbols): Add "const" to
5642 struct block * parameter.
5643 (ada_lookup_symbol_list_worker): Constify local variable "block".
5644 Remove cast which is no longer necessary.
5645
ed3ef339
DE
56462014-02-10 Doug Evans <xdje42@gmail.com>
5647
5648 Add Guile as an extension language.
5649 * NEWS: Mention Guile scripting.
5650 * Makefile.in (SUBDIR_GUILE_OBS): New variable.
5651 (SUBDIR_GUILE_SRCS, SUBDIR_GUILE_DEPS): New variables
5652 (SUBDIR_GUILE_LDFLAGS, SUBDIR_GUILE_CFLAGS): New variables.
5653 (INTERNAL_CPPFLAGS): Add GUILE_CPPFLAGS.
5654 (CLIBS): Add GUILE_LIBS.
5655 (install-guile): New rule.
5656 (guile.o): New rule.
5657 (scm-arch.o, scm-auto-load.o, scm-block.o): New rules.
5658 (scm-breakpoint.o, scm-disasm.o, scm-exception.o): New rules.
5659 (scm-frame.o, scm-iterator.o, scm-lazy-string.o): New rules.
5660 (scm-math.o, scm-objfile.o, scm-ports.o): New rules.
5661 (scm-pretty-print.o, scm-safe-call.o, scm-gsmob.o): New rules.
5662 (scm-string.o, scm-symbol.o, scm-symtab.o): New rules.
5663 (scm-type.o, scm-utils.o, scm-value.o): New rules.
5664 * configure.ac: New option --with-guile.
5665 * configure: Regenerate.
5666 * config.in: Regenerate.
5667 * auto-load.c: Remove #include "python/python.h". Add #include
5668 "gdb/section-scripts.h".
5669 (source_section_scripts): Handle Guile scripts.
5670 (_initialize_auto_load): Add name of Guile objfile script to
5671 scripts-directory help text.
5672 * breakpoint.c (condition_command): Tweak comment to include Scheme.
5673 * breakpoint.h (gdbscm_breakpoint_object): Add forward decl.
5674 (struct breakpoint): New member scm_bp_object.
5675 * defs.h (enum command_control_type): New value guile_control.
5676 * cli/cli-cmds.c: Remove #include "python/python.h". Add #include
5677 "extension.h".
5678 (show_user): Update comment.
5679 (_initialize_cli_cmds): Update help text for "show user". Update help
5680 text for max-user-call-depth.
5681 * cli/cli-script.c: Remove #include "python/python.h". Add #include
5682 "extension.h".
5683 (multi_line_command_p): Add guile_control.
5684 (print_command_lines): Handle guile_control.
5685 (execute_control_command, recurse_read_control_structure): Ditto.
5686 (process_next_line): Recognize "guile" commands.
5687 * disasm.c (gdb_disassemble_info): Make non-static.
5688 * disasm.h: #include "dis-asm.h".
5689 (struct gdbarch): Add forward decl.
5690 (gdb_disassemble_info): Declare.
5691 * extension.c: #include "guile/guile.h".
5692 (extension_languages): Add guile.
5693 (get_ext_lang_defn): Handle EXT_LANG_GDB.
5694 * extension.h (enum extension_language): New value EXT_LANG_GUILE.
5695 * gdbtypes.c (get_unsigned_type_max): New function.
5696 (get_signed_type_minmax): New function.
5697 * gdbtypes.h (get_unsigned_type_max): Declare.
5698 (get_signed_type_minmax): Declare.
5699 * guile/README: New file.
5700 * guile/guile-internal.h: New file.
5701 * guile/guile.c: New file.
5702 * guile/guile.h: New file.
5703 * guile/scm-arch.c: New file.
5704 * guile/scm-auto-load.c: New file.
5705 * guile/scm-block.c: New file.
5706 * guile/scm-breakpoint.c: New file.
5707 * guile/scm-disasm.c: New file.
5708 * guile/scm-exception.c: New file.
5709 * guile/scm-frame.c: New file.
5710 * guile/scm-gsmob.c: New file.
5711 * guile/scm-iterator.c: New file.
5712 * guile/scm-lazy-string.c: New file.
5713 * guile/scm-math.c: New file.
5714 * guile/scm-objfile.c: New file.
5715 * guile/scm-ports.c: New file.
5716 * guile/scm-pretty-print.c: New file.
5717 * guile/scm-safe-call.c: New file.
5718 * guile/scm-string.c: New file.
5719 * guile/scm-symbol.c: New file.
5720 * guile/scm-symtab.c: New file.
5721 * guile/scm-type.c: New file.
5722 * guile/scm-utils.c: New file.
5723 * guile/scm-value.c: New file.
5724 * guile/lib/gdb.scm: New file.
5725 * guile/lib/gdb/boot.scm: New file.
5726 * guile/lib/gdb/experimental.scm: New file.
5727 * guile/lib/gdb/init.scm: New file.
5728 * guile/lib/gdb/iterator.scm: New file.
5729 * guile/lib/gdb/printing.scm: New file.
5730 * guile/lib/gdb/types.scm: New file.
5731 * data-directory/Makefile.in (GUILE_SRCDIR): New variable.
5732 (VPATH): Add $(GUILE_SRCDIR).
5733 (GUILE_DIR): New variable.
5734 (GUILE_INSTALL_DIR, GUILE_FILES): New variables.
5735 (all): Add stamp-guile dependency.
5736 (stamp-guile): New rule.
5737 (clean-guile, install-guile, uninstall-guile): New rules.
5738 (install-only): Add install-guile dependency.
5739 (uninstall): Add uninstall-guile dependency.
5740 (clean): Add clean-guile dependency.
5741
ac020ec5
DE
57422014-02-09 Doug Evans <xdje42@gmail.com>
5743
5744 Revert this patch (which I approved, mea culpa).
5745
5746 2014-02-08 Mark Kettenis <kettenis@gnu.org>
5747
5748 * Makefile.in (all-lib): Remove.
5749 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
5750
2a081c59
JK
57512014-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5752
5753 Fix Python stack corruption.
5754 * python/py-linetable.c (ltpy_get_pcs_for_line, ltpy_has_line): Use
5755 gdb_py_longest.
5756
0a6bd22d
MK
57572014-02-08 Mark Kettenis <kettenis@gnu.org>
5758
5759 * Makefile.in (all-lib): Remove.
5760 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
5761
1a860409
DE
57622014-02-07 Doug Evans <dje@google.com>
5763
5764 * extension-priv.h (extension_language_script_ops): Add comment.
5765 (extension_language_ops): Add comment.
caf5a491 5766 (active_ext_lang_state): Fix typo in comment.
1a860409 5767
d137e6dc
PA
57682014-02-07 Pedro Alves <palves@redhat.com>
5769
0dcb32c3 5770 PR breakpoints/16292
d137e6dc
PA
5771 * infrun.c (handle_signal_stop) <signal arrives while stepping
5772 over a breakpoint>: Switch back to the stepping thread.
5773
ce6d0892
YQ
57742014-02-07 Yao Qi <yao@codesourcery.com>
5775
5776 * target.c (target_xfer_partial): Return zero if LEN is zero.
5777
2ed4b548
YQ
57782014-02-07 Yao Qi <yao@codesourcery.com>
5779
5780 * auxv.c (procfs_xfer_auxv): Replace -1 with TARGET_XFER_E_IO.
5781 (ld_so_xfer_auxv): Likewise.
5782 * bfd-target.c (target_bfd_xfer_partial): Likewise.
5783 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
5784 * corelow.c (core_xfer_partial): Likewise.
5785 * ctf.c (ctf_xfer_partial): Likewise.
5786 * darwin-nat.c (darwin_read_dyld_info): Likewise.
5787 (darwin_xfer_partial): Likewise.
5788 * exec.c (exec_xfer_partial): Likewise.
5789 * gnu-nat.c (gnu_xfer_partial): Likewise.
5790 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): Likewise.
5791 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
5792 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
5793 * linux-nat.c (linux_xfer_siginfo): Likewise.
5794 (linux_proc_xfer_spu): Likewise.
5795 * procfs.c (procfs_xfer_partial): Likewise.
5796 * record-full.c (record_full_xfer_partial): Likewise.
5797 (record_full_core_xfer_partial): Likewise.
5798 * remote-sim.c (gdbsim_xfer_partial): Likewise.
5799 * remote.c (remote_write_qxfer): Likewise.
5800 (remote_write_qxfer, remote_read_qxfer): Likewise.
5801 (remote_xfer_partial): Likewise.
5802 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
5803 (rs6000_xfer_shared_libraries): Likewise.
5804 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
5805 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
5806 (spu_xfer_partial): Likewise.
5807 * target.c (memory_xfer_partial_1): Likewise.
5808 * tracepoint.c (tfile_xfer_partial): Likewise.
5809 * windows-nat.c (windows_xfer_shared_libraries): Likewise.
5810 (windows_xfer_partial): Likewise.
5811
c09f20e4
YQ
58122014-02-07 Yao Qi <yao@codesourcery.com>
5813
5814 * gdbarch.sh (core_xfer_shared_libraries): Returns ULONGEST. Add
5815 comments.
5816 (core_xfer_shared_libraries_aix): Likewise.
5817 * gdbarch.c, gdbarch.h: Regenerated.
5818 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries): Return
5819 ULONGEST. Change 'len_avail' type to ULONGEST.
5820 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
5821 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
5822 declaration.
5823 (rs6000_aix_core_xfer_shared_libraries_aix): Return ULONGEST.
5824
8635b3bf
YQ
58252014-02-07 Yao Qi <yao@codesourcery.com>
5826
5827 * corefile.c (memory_error): Get 'exception' from ERR and pass
5828 'exception' to throw_error.
5829
6dddc817
DE
58302014-02-06 Doug Evans <xdje42@gmail.com>
5831
5832 * configure.ac (libpython checking): Remove all but python.o from
5833 CONFIG_OBS. Remove all but python.c from CONFIG_SRCS.
5834 * configure: Regenerate.
5835
5836 * Makefile.in (SFILES): Add extension.c.
5837 (HFILES_NO_SRCDIR): Add extension.h, extension-priv.h
5838 (COMMON_OBS): Add extension.o.
5839 * extension.h: New file.
5840 * extension-priv.h: New file.
5841 * extension.c: New file.
5842
5843 * python/python-internal.h: #include "extension.h".
5844 (gdbpy_auto_load_enabled): Declare.
5845 (gdbpy_apply_val_pretty_printer): Declare.
5846 (gdbpy_apply_frame_filter): Declare.
5847 (gdbpy_preserve_values): Declare.
5848 (gdbpy_breakpoint_cond_says_stop): Declare.
5849 (gdbpy_breakpoint_has_cond): Declare.
5850 (void source_python_script_for_objfile): Delete.
5851 * python/python.c: #include "extension-priv.h".
5852 Delete inclusion of "observer.h".
5853 (extension_language_python): Moved here and renamed from
5854 script_language_python in py-auto-load.c.
5855 Redefined to be of type extension_language_defn.
5856 (python_extension_script_ops): New global.
5857 (python_extension_ops): New global.
5858 (struct python_env): New member previous_active.
5859 (restore_python_env): Call restore_active_ext_lang.
5860 (ensure_python_env): Call set_active_ext_lang.
5861 (gdbpy_clear_quit_flag): Renamed from clear_quit_flag, made static.
5862 New arg extlang.
5863 (gdbpy_set_quit_flag): Renamed from set_quit_flag, made static.
5864 New arg extlang.
5865 (gdbpy_check_quit_flag): Renamed from check_quit_flag, made static.
5866 New arg extlang.
5867 (gdbpy_eval_from_control_command): Renamed from
5868 eval_python_from_control_command, made static. New arg extlang.
5869 (gdbpy_source_script) Renamed from source_python_script, made static.
5870 New arg extlang.
5871 (gdbpy_before_prompt_hook): Renamed from before_prompt_hook. Change
5872 result to int. New arg extlang.
5873 (gdbpy_source_objfile_script): Renamed from
5874 source_python_script_for_objfile, made static. New arg extlang.
5875 (gdbpy_start_type_printers): Renamed from start_type_printers, made
5876 static. New args extlang, extlang_printers. Change result type to
5877 "void".
5878 (gdbpy_apply_type_printers): Renamed from apply_type_printers, made
5879 static. New arg extlang. Rename arg printers to extlang_printers
5880 and change type to ext_lang_type_printers *.
5881 (gdbpy_free_type_printers): Renamed from free_type_printers, made
5882 static. Replace argument arg with extlang, extlang_printers.
5883 (!HAVE_PYTHON, eval_python_from_control_command): Delete.
5884 (!HAVE_PYTHON, source_python_script): Delete.
5885 (!HAVE_PYTHON, gdbpy_should_stop): Delete.
5886 (!HAVE_PYTHON, gdbpy_breakpoint_has_py_cond): Delete.
5887 (!HAVE_PYTHON, start_type_printers): Delete.
5888 (!HAVE_PYTHON, apply_type_printers): Delete.
5889 (!HAVE_PYTHON, free_type_printers): Delete.
5890 (_initialize_python): Delete call to observer_attach_before_prompt.
5891 (finalize_python): Set/restore active extension language.
5892 (gdbpy_finish_initialization) Renamed from
5893 finish_python_initialization, made static. New arg extlang.
5894 (gdbpy_initialized): New function.
5895 * python/python.h: #include "extension.h". Delete #include
5896 "value.h", "mi/mi-cmds.h".
5897 (extension_language_python): Declare.
5898 (GDBPY_AUTO_FILE_NAME): Delete.
5899 (enum py_bt_status): Moved to extension.h and renamed to
5900 ext_lang_bt_status.
5901 (enum frame_filter_flags): Moved to extension.h.
5902 (enum py_frame_args): Moved to extension.h and renamed to
5903 ext_lang_frame_args.
5904 (finish_python_initialization): Delete.
5905 (eval_python_from_control_command): Delete.
5906 (source_python_script): Delete.
5907 (apply_val_pretty_printer): Delete.
5908 (apply_frame_filter): Delete.
5909 (preserve_python_values): Delete.
5910 (gdbpy_script_language_defn): Delete.
5911 (gdbpy_should_stop, gdbpy_breakpoint_has_py_cond): Delete.
5912 (start_type_printers, apply_type_printers, free_type_printers): Delete.
5913
5914 * auto-load.c: #include "extension.h".
5915 (GDB_AUTO_FILE_NAME): Delete.
5916 (auto_load_gdb_scripts_enabled): Make public. New arg extlang.
5917 (script_language_gdb): Delete, moved to extension.c and renamed to
5918 extension_language_gdb.
5919 (source_gdb_script_for_objfile): Delete.
5920 (auto_load_pspace_info): New member unsupported_script_warning_printed.
5921 (loaded_script): Change type of language member to
5922 struct extension_language_defn *.
5923 (init_loaded_scripts_info): Initialize
5924 unsupported_script_warning_printed.
5925 (maybe_add_script): Make static. Change type of language arg to
5926 struct extension_language_defn *.
5927 (clear_section_scripts): Reset unsupported_script_warning_printed.
5928 (auto_load_objfile_script_1): Rewrite to use extension language API.
5929 (auto_load_objfile_script): Make public. Remove support-compiled-in
5930 and auto-load-enabled checks, moved to auto_load_scripts_for_objfile.
5931 (source_section_scripts): Rewrite to use extension language API.
5932 (load_auto_scripts_for_objfile): Rewrite to use
5933 auto_load_scripts_for_objfile.
5934 (collect_matching_scripts_data): Change type of language member to
5935 struct extension_language_defn *.
5936 (auto_load_info_scripts): Change type of language arg to
5937 struct extension_language_defn *.
5938 (unsupported_script_warning_print): New function.
5939 (script_not_found_warning_print): Make static.
5940 (_initialize_auto_load): Rewrite construction of scripts-directory
5941 help.
5942 * auto-load.h (struct objfile): Add forward decl.
5943 (struct script_language): Delete.
5944 (struct auto_load_pspace_info): Add forward decl.
5945 (struct extension_language_defn): Add forward decl.
5946 (maybe_add_script): Delete.
5947 (auto_load_objfile_script): Declare.
5948 (script_not_found_warning_print): Delete.
5949 (auto_load_info_scripts): Update prototype.
5950 (auto_load_gdb_scripts_enabled): Declare.
5951 * python/py-auto-load.c (gdbpy_auto_load_enabled): Renamed from
5952 auto_load_python_scripts_enabled and made public.
5953 (script_language_python): Delete, moved to python.c.
5954 (gdbpy_script_language_defn): Delete.
5955 (info_auto_load_python_scripts): Update to use
5956 extension_language_python.
5957
5958 * breakpoint.c (condition_command): Replace call to
5959 gdbpy_breakpoint_has_py_cond with call to get_breakpoint_cond_ext_lang.
5960 (bpstat_check_breakpoint_conditions): Replace call to gdbpy_should_stop
5961 with call to breakpoint_ext_lang_cond_says_stop.
5962 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Renamed
5963 from gdbpy_should_stop. Change result type to enum scr_bp_stop.
5964 New arg slang. Return SCR_BP_STOP_UNSET if py_bp_object is NULL.
5965 (gdbpy_breakpoint_has_cond): Renamed from gdbpy_breakpoint_has_py_cond.
5966 New arg slang.
5967 (local_setattro): Print name of extension language with existing
5968 stop condition.
5969
5970 * valprint.c (val_print, value_print): Update to call
5971 apply_ext_lang_val_pretty_printer.
5972 * cp-valprint.c (cp_print_value): Update call to
5973 apply_ext_lang_val_pretty_printer.
5974 * python/py-prettyprint.c: Remove #ifdef HAVE_PYTHON.
5975 (gdbpy_apply_val_pretty_printer): Renamed from
5976 apply_val_pretty_printer. New arg extlang.
5977 (!HAVE_PYTHON, apply_val_pretty_printer): Delete.
5978
5979 * cli/cli-cmds.c (source_script_from_stream): Rewrite to use
5980 extension language API.
5981 * cli/cli-script.c (execute_control_command): Update to call
5982 eval_ext_lang_from_control_command.
5983
5984 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Update to use
5985 enum ext_lang_bt_status values. Update call to
5986 apply_ext_lang_frame_filter.
5987 (mi_cmd_stack_list_locals): Ditto.
5988 (mi_cmd_stack_list_args): Ditto.
5989 (mi_cmd_stack_list_variables): Ditto.
5990 * mi/mi-main.c: Delete #include "python/python-internal.h".
5991 Add #include "extension.h".
5992 (mi_cmd_list_features): Replace reference to python internal variable
5993 gdb_python_initialized with call to ext_lang_initialized_p.
5994
5995 * stack.c (backtrace_command_1): Update to use enum ext_lang_bt_status.
5996 Update to use enum ext_lang_frame_args. Update to call
5997 apply_ext_lang_frame_filter.
5998 * python/py-framefilter.c (extract_sym): Update to use enum
5999 ext_lang_bt_status.
6000 (extract_value, py_print_type, py_print_value): Ditto.
6001 (py_print_single_arg, enumerate_args, enumerate_locals): Ditto.
6002 (py_mi_print_variables, py_print_locals, py_print_args): Ditto.
6003 (py_print_frame): Ditto.
6004 (gdbpy_apply_frame_filter): Renamed from apply_frame_filter.
6005 New arg extlang. Update to use enum ext_lang_bt_status.
6006
6007 * top.c (gdb_init): Delete #ifdef HAVE_PYTHON call to
6008 finish_python_initialization. Replace with call to
6009 finish_ext_lang_initialization.
6010
6011 * typeprint.c (do_free_global_table): Update to call
6012 free_ext_lang_type_printers.
6013 (create_global_typedef_table): Update to call
6014 start_ext_lang_type_printers.
6015 (find_global_typedef): Update to call apply_ext_lang_type_printers.
6016 * typeprint.h (struct ext_lang_type_printers): Add forward decl.
6017 (type_print_options): Change type of global_printers from "void *"
6018 to "struct ext_lang_type_printers *".
6019
6020 * value.c (preserve_values): Update to call preserve_ext_lang_values.
6021 * python/py-value.c: Remove #ifdef HAVE_PYTHON.
6022 (gdbpy_preserve_values): Renamed from preserve_python_values.
6023 New arg extlang.
6024 (!HAVE_PYTHON, preserve_python_values): Delete.
6025
6026 * utils.c (quit_flag): Delete, moved to extension.c.
6027 (clear_quit_flag, set_quit_flag, check_quit_flag): Delete, moved to
6028 extension.c.
6029
6030 * eval.c: Delete #include "python/python.h".
6031 * main.c: Delete #include "python/python.h".
6032
6033 * defs.h: Update comment.
6034
6af79985
JB
60352014-02-06 Joel Brobecker <brobecker@adacore.com>
6036
6037 GDB 7.7 released.
6038
12c5175d
MK
60392014-02-05 Mark Kettenis <kettenis@gnu.org>
6040
6041 * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
6042 defined.
6043
8dc5b319
YQ
60442014-02-05 Yao Qi <yao@codesourcery.com>
6045
6046 * remote.c (remote_pass_signals): Remove local 'buf' and use
6047 rs->buf.
6048 (remote_program_signals): Likewise.
6049
de7b2893
YQ
60502014-02-05 Yao Qi <yao@codesourcery.com>
6051
6052 * ctf.c: Include "inferior.h" and "gdbthread.h".
6053 (CTF_PID): A new macro.
6054 (ctf_open): Call inferior_appeared and add_thread_silent.
6055 (ctf_close): Call exit_inferior_silent and set inferior_ptid.
6056 (ctf_thread_alive): New function.
6057 (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
6058
66d032ac
YQ
60592014-02-05 Yao Qi <yao@codesourcery.com>
6060
6061 Revert this patch:
6062
6063 2013-05-24 Yao Qi <yao@codesourcery.com>
6064
6065 * tracepoint.c (TFILE_PID): Remove.
6066 (tfile_open): Don't add thread and inferior.
6067 (tfile_close): Don't set 'inferior_ptid'. Don't call
6068 exit_inferior_silent.
6069 (tfile_thread_alive): Remove.
6070 (init_tfile_ops): Don't set field 'to_thread_alive' of
6071 tfile_ops.
6072
f4ccffad
CE
60732014-02-04 Christian Eggers <ceggers@gmx.de> (tiny change)
6074
6075 * remote.c (remote_start_remote): Call remote_check_symbols even
6076 if only symbol-file (not file) has been given.
6077
591a12a1
UW
60782014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6079
6080 * gdbarch.sh (skip_entrypoint): New callback.
6081 * gdbarch.c, gdbarch.h: Regenerate.
6082 * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
6083 * infrun.c (fill_in_stop_func): Likewise.
6084 * ppc-linux-tdep.c: Include "elf/ppc64.h".
6085 (ppc_elfv2_elf_make_msymbol_special): New function.
6086 (ppc_elfv2_skip_entrypoint): Likewise.
6087 (ppc_linux_init_abi): Install them for ELFv2.
6088
cc0e89c5
UW
60892014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6090
6091 * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
6092 (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
6093 (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
6094 (ppc64_sysv_abi_return_value): Likewise. Also, handle small
6095 structures returned in GPRs.
6096
52f548e4
UW
60972014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6098
6099 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
6100 offset to the stack parameter list for the ELFv2 ABI.
6101
d4094b6a
UW
61022014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6103
6104 * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
6105 set_gdbarch_convert_from_func_ptr_addr and
6106 set_gdbarch_elf_make_msymbol_special for ELFv1.
6107 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
6108 function descriptors on ELFv1.
6109 (ppc64_sysv_abi_push_dummy_call): Likewise. On ELFv2,
6110 set up r12 at function entry.
6111
cd453cd0
UW
61122014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6113
6114 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
6115 (struct gdbarch_tdep): New member elf_abi.
6116
6117 * rs6000-tdep.c: Include "elf/ppc64.h".
6118 (rs6000_gdbarch_init): Detect ELF ABI version.
6119
0ff3e01f
UW
61202014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6121
6122 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
6123 within a register pair holding a DFP 128-bit value on little-endian.
6124 (ppc64_sysv_abi_return_value_base): Likewise.
6125 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
6126 (dfp_pseudo_register_write): Likewise.
6127
5b757e5d
UW
61282014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6129
6130 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
6131 offset on little-endian when passing _Decimal32.
6132 (ppc64_sysv_abi_return_value_base): Likewise for return values.
6133
084ee545
UW
61342014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6135
6136 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
6137 of the overlapped FP register within the VSX register on little-
6138 endian platforms.
6139 (efpr_pseudo_register_write): Likewise.
6140
d63167af
UW
61412014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6142
6143 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
6144 offset on little-endian when passing small structures.
6145
e765b44c
UW
61462014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6147
6148 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
6149 (struct ppc64_sysv_argpos): New data structure.
6150 (ppc64_sysv_abi_push_float): Remove.
6151 (ppc64_sysv_abi_push_val): New function.
6152 (ppc64_sysv_abi_push_integer): Likewise.
6153 (ppc64_sysv_abi_push_freg): Likewise.
6154 (ppc64_sysv_abi_push_vreg): Likewise.
6155 (ppc64_sysv_abi_push_param): Likewise.
6156 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
6157 (ppc64_sysv_abi_return_value_base): New function.
6158 (ppc64_sysv_abi_return_value): Refactor to use it.
6159
36c24d95
UW
61602014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
6161
6162 * NEWS: Document new target powerpc64le-*-linux*.
6163
26fd9228
MK
61642014-02-04 Mark Kettenis <kettenis@gnu.org>
6165
6166 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
6167 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
6168 core dumps.
6169 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
6170 register set used in ELF core dumps. Add floating-point register set.
6171
c5bb7362
KB
61722014-02-03 Kevin Buettner <kevinb@redhat.com>
6173
6174 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
6175 dwarf2_to_gdb[] table using symbolic constants. Adjust
6176 penultimate entry from number representing the PC register
6177 to symbolic constant representing the MDR register. Add
6178 constant for the PC register to the end of the table.
6179
af09351e
MK
61802014-02-03 Mark Kettenis <kettenis@gnu.org>
6181
6182 * bsd-kvm.c: Include <sys/param.h>
6183
8507e05d
MK
61842014-02-03 Mark Kettenis <kettenis@gnu.org>
6185
6186 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
6187
ae56bfb8
JB
61882014-01-31 Joel Brobecker <brobecker@adacore.com>
6189
6190 * ada-lang.h (clear_ada_sym_cache): Delete.
6191
718ee4dc
UW
61922014-01-30 Ulrich Weigand  <uweigand@de.ibm.com>
6193
6194 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
6195
401e27fd
JM
61962014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
6197
6198 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
6199 the sigreturn register save area only if the syscall is
6200 sigreturn.
6201
a7c88acd
JB
62022014-01-29 Joel Brobecker <brobecker@adacore.com>
6203
6204 * valops.c (value_slice): Minor reformatting.
6205
fa0079ea
UW
62062014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
6207
6208 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
6209
c6044dd1
JB
62102014-01-28 Joel Brobecker <brobecker@adacore.com>
6211
6212 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
6213 New static globals.
6214 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
6215 (ada_ignore_descriptive_types_p): New static global.
6216 (find_parallel_type_by_descriptive_type): Return immediately
6217 if ada_ignore_descriptive_types_p is set.
6218 (_initialize_ada_language): Register new commands "maintenance
6219 set ada", "maintenance show ada", "maintenance set ada
6220 ignore-descriptive-types" and "maintenance show ada
6221 ignore-descriptive-types".
6222 * NEWS: Add entry for new "maint ada set/show
6223 ignore-descriptive-types" commands.
6224
568e808b
MM
62252014-01-27 Markus Metzger <markus.t.metzger@intel.com>
6226
6227 * record-btrace.c (record_btrace_close): Call btrace_teardown
6228 for all threads.
6229
467d141b
JB
62302014-01-27 Joel Brobecker <brobecker@adacore.com>
6231
6232 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
6233 "ui-out.h".
6234
fb151210
JB
62352014-01-27 Joel Brobecker <brobecker@adacore.com>
6236
6237 * ada-typeprint (type_is_full_subrange_of_target_type):
6238 New function.
6239 (print_range): Add parameter bounds_prefered_p. If not set,
6240 try printing range types using the name of their base type.
6241 (print_range_type): Add parameter bounds_prefered_p.
6242 Use it in call to print_range.
6243 (print_array_type, ada_print_type): Update calls to print_range
6244 and print_range_type.
6245
aba02109
JB
62462014-01-27 Joel Brobecker <brobecker@adacore.com>
6247
6248 * ada-typeprint.c (print_array_type, print_choices, print_range)
6249 (print_range_bound, print_dynamic_range_bound, print_range_type):
6250 Remove declaration.
6251
e62e21fd
JB
62522014-01-27 Joel Brobecker <brobecker@adacore.com>
6253
6254 * ada-typeprint.c (print_range): Add missing empty line
6255 after local declaration.
6256
859cf5d1
JB
62572014-01-27 Joel Brobecker <brobecker@adacore.com>
6258
6259 * ada-valprint.c (print_optional_low_bound): Get index_type's
6260 target type for as long as it is a TYPE_CODE_RANGE.
6261
25790f6f
JB
62622014-01-27 Joel Brobecker <brobecker@adacore.com>
6263
6264 * procfs.c (procfs_make_note_section): Remove assertion and
6265 associated comment.
6266
6b6aa828
YQ
62672014-01-24 Yao Qi <yao@codesourcery.com>
6268
6269 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
6270 * corelow.c (get_core_siginfo): Likewise.
6271
5d6df423
YQ
62722014-01-24 Yao Qi <yao@codesourcery.com>
6273
6274 * remote.c (remote_write_bytes_aux): Change type of 'len' to
6275 ULONGEST. Don't check 'len' is negative.
6276 (remote_write_bytes): Change type of 'len' to ULONGEST.
6277
83b645b8
TT
62782014-01-23 Tom Tromey <tromey@redhat.com>
6279
6280 PR python/16485:
6281 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
6282 Handle exception from frame.block.
6283 (FrameVars.fetch_frame_locals): Likewise.
6284
0740f8d8
TT
62852014-01-23 Tom Tromey <tromey@redhat.com>
6286
6287 PR python/16487:
6288 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
6289 on a NULL pointer. Move "goto error" to correct place.
6290
21909fa1
TT
62912014-01-23 Tom Tromey <tromey@redhat.com>
6292
6293 PR python/16491:
6294 * python/py-framefilter.c (apply_frame_filter): Call
6295 ensure_python_env after computing gdbarch.
6296
17fde6d0
YQ
62972014-01-23 Yao Qi <yao@codesourcery.com>
6298
6299 * target.c (raw_memory_xfer_partial): Change argument type
6300 from void * to gdb_byte *.
6301 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
6302
87ce2a04
DE
63032014-01-22 Doug Evans <dje@google.com>
6304
6305 New gdbserver option --debug-format=timestamp.
6306 * NEWS: Mention it.
6307
237b092b
AA
63082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
6309
6310 * syscalls/s390x-linux.xml: New file.
6311 * syscalls/s390-linux.xml: New file.
6312 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
6313 (XML_SYSCALL_FILENAME_S390X): Likewise.
6314 (op_svc): New enum value for SVC opcode.
6315 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
6316 (s390_linux_get_syscall_number): New function.
6317 (s390_gdbarch_init): Register '*get_syscall_number' and the
6318 syscall xml file name.
6319 * data-directory/Makefile.in (SYSCALLS_FILES): Add
6320 "s390-linux.xml" and "s390x-linux.xml".
6321 * NEWS: Announce new feature.
6322
54bff650
BS
63232014-01-22 Baruch Siach <baruch@tkos.co.il>
6324
6325 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
6326
14e361d7
PA
63272014-01-22 Pedro Alves <palves@redhat.com>
6328
6329 * xtensa-config.c: Include defs.h.
6330
46bbb3ed
JB
63312014-01-22 Joel Brobecker <brobecker@adacore.com>
6332
6333 * common/common-utils.h: Add "ARI:" comment beside __func__
6334 reference.
6335
3a80edfc
JB
63362014-01-22 Joel Brobecker <brobecker@adacore.com>
6337
6338 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
6339 documentation a bit.
6340
4869db5e
RM
63412014-01-21 Roland McGrath <mcgrathr@google.com>
6342
6343 * configure.ac: Call AM_PROG_INSTALL_STRIP.
6344 * configure: Regenerate.
6345 * aclocal.m4: Regenerate.
6346 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
6347 New substituted variables.
6348 (install-strip): New target.
6349 (INSTALL_SCRIPT): New substituted variable.
6350 (FLAGS_TO_PASS): Add it.
6351 (install-only): Use $(INSTALL_SCRIPT) rather than
6352 $(INSTALL_PROGRAM) for gcore.
6353
9ea4267d
TT
63542014-01-20 Tom Tromey <tromey@redhat.com>
6355
6356 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
6357 together.
6358
1f2bdf09
TT
63592014-01-20 Tom Tromey <tromey@redhat.com>
6360
6361 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
6362 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
6363 (deprecated_cmd_warning, complete_on_cmdlist): Update.
6364 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
6365 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
6366 (struct cmd_list_element) <flags>: Remove.
6367 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
6368 doc_allocated>: New fields.
6369 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
6370 bitfields.
6371 * maint.c (maintenance_do_deprecate): Update.
6372 * top.c (execute_command): Update.
6373
e671835b
BS
63742014-01-20 Baruch Siach <baruch@tkos.co.il>
6375
6376 * xtensa-linux-nat.c: Include asm/ptrace.h.
6377
50367cd2
IB
63782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6379
6380 * Makefile.in (SFILES): Add d-support.c.
6381 (COMMON_OBS): Add d-support.o.
6382 * d-lang.h (d_parse_symbol): Add comment, now defined in
6383 d-support.c.
6384 * d-lang.c (parse_call_convention)
6385 (parse_attributes, parse_function_types)
6386 (parse_function_args, parse_type, parse_identifier)
6387 (call_convention_p, d_parse_symbol): Move functions to ...
6388 * d-support.c: ... New file.
6389
ec9f644a
IB
63902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6391
6392 * d-lang.h (d_parse_symbol): Add declaration.
6393 * d-lang.c (extract_identifiers)
6394 (extract_type_info): Remove functions.
6395 (parse_call_convention, parse_attributes)
6396 (parse_function_types, parse_function_args)
6397 (parse_type, parse_identifier, call_convention_p)
6398 (d_parse_symbol): New functions.
6399 (d_demangle): Use d_parse_symbol to demangle D symbols.
6400
94b1b47e
IB
64012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6402
6403 * d-lang.h (struct builtin_d_type): New data type.
6404 (builtin_d_type): Add declaration.
6405 * d-lang.c (d_language_arch_info, build_d_types)
6406 (builtin_d_type): New functions.
6407 (enum d_primitive_types): New data type.
6408 (d_language_defn): Change c_language_arch_info to
6409 d_language_arch_info.
6410 (d_type_data): New static variable.
6411 (_initialize_d_language): Initialize d_type_data.
6412
63778547
IB
64132014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6414
6415 * d-lang.h (d_main_name): Add declaration.
6416 * d-lang.c (d_main_name): New function.
6417 * symtab.c (find_main_name): Add call to d_main_name.
6418
3271ba66
IB
64192014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6420
6421 * d-lang.c (d_language_defn): Change macro_expansion_c to
6422 macro_expansion_no.
6423
d36b3012
IB
64242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
6425
6426 * MAINTAINERS: Add myself as a write-after-approval maintainer.
6427
c90a6fb7
SDJ
64282014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
6429
6430 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
6431 gdb_exception" declaration.
6432 * remote.c (getpkt_or_notif_sane): Likewise.
6433
749234e5
DE
64342014-01-17 Doug Evans <dje@google.com>
6435
6436 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
6437 function, contents of dirnames_to_char_ptr_vec_append moved here.
6438 (delim_string_to_char_ptr_vec): New function.
6439 (dirnames_to_char_ptr_vec_append): Rewrite.
6440 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
6441
df049a58
DE
64422014-01-17 Doug Evans <dje@google.com>
6443
6444 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
6445 and moved here ...
6446 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
6447 #include "common-utils.h".
6448 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
6449 * common/vec.h (VEC_ASSERT_PASS): Update.
6450 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
6451 (MACH_CHECK_ERROR): Update.
6452
69f97648
SM
64532014-01-17 Simon Marchi <simon.marchi@ericsson.com>
6454
6455 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
6456 comments.
6457 * gdbarch.h: Regenerate.
6458
98b1cfdc
TT
64592014-01-16 Tom Tromey <tromey@redhat.com>
6460
6461 * value.c (struct value) <regnum>: Move earlier.
6462
77a19445
TT
64632014-01-16 Tom Tromey <tromey@redhat.com>
6464
6465 * remote.c (extended_remote_create_inferior): Rename from
6466 extended_remote_create_inferior_1. Add "ops" argument. Remove
6467 old implementation.
6468
62261490
PA
64692014-01-16 Pedro Alves <palves@redhat.com>
6470
6471 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
6472 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
6473 the backchain.
6474
4d65956b
DE
64752014-01-16 Doug Evans <dje@google.com>
6476
6477 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
6478
52834460
MM
64792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6480
6481 * btrace.h (btrace_thread_flag): New.
6482 (struct btrace_thread_info) <flags>: New.
6483 * record-btrace.c (record_btrace_resume_thread)
6484 (record_btrace_find_thread_to_move, btrace_step_no_history)
6485 (btrace_step_stopped, record_btrace_start_replaying)
6486 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
6487 (record_btrace_find_resume_thread): New.
6488 (record_btrace_resume, record_btrace_wait): Extend.
6489 (record_btrace_can_execute_reverse): New.
6490 (record_btrace_open): Fail in non-stop mode.
6491 (record_btrace_set_replay): Split into this, ...
6492 (record_btrace_stop_replaying): ... this, ...
6493 (record_btrace_clear_histories): ... and this.
6494 (init_record_btrace_ops): Init to_can_execute_reverse.
6495 * NEWS: Announce it.
6496
118e6252
MM
64972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6498
6499 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
6500 (forward_target_decr_pc_after_break)
6501 (target_decr_pc_after_break): New.
6502 * target.c (forward_target_decr_pc_after_break)
6503 (target_decr_pc_after_break): New.
6504 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
6505 instead of gdbarch_decr_pc_after_break.
6506 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
6507 instead of gdbarch_decr_pc_after_break.
6508 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
6509 instead of gdbarch_decr_pc_after_break.
6510 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
6511 instead of gdbarch_decr_pc_after_break.
6512 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
6513 instead of gdbarch_decr_pc_after_break.
6514 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
6515 instead of gdbarch_decr_pc_after_break.
6516
6e07b1d2
MM
65172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6518
6519 * btrace.c: Include regcache.h.
6520 (btrace_add_pc): New.
6521 (btrace_enable): Call btrace_add_pc.
6522 (btrace_is_empty): New.
6523 * btrace.h (btrace_is_empty): New.
6524 * record-btrace.c (require_btrace, record_btrace_info): Call
6525 btrace_is_empty.
6526
969c39fb
MM
65272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6528
6529 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
6530 Support delta reads.
6531 (linux_disable_btrace): Change return type.
6532 * common/linux-btrace.h (linux_read_btrace): Change parameters
6533 and return type to allow error reporting. Update users.
6534 (linux_disable_btrace): Change return type. Update users.
6535 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
6536 New.
6537 (btrace_error): New.
6538 (btrace_block) <begin>: Comment on BEGIN == 0.
6539 * btrace.c (btrace_compute_ftrace): Start from the end of
6540 the current trace.
6541 (btrace_stitch_trace, btrace_clear_history): New.
6542 (btrace_fetch): Read delta trace, return if replaying.
6543 (btrace_clear): Move clear history code to btrace_clear_history.
6544 (parse_xml_btrace): Throw an error if parsing failed.
6545 * target.h (struct target_ops) <to_read_btrace>: Change parameters
6546 and return type to allow error reporting.
6547 (target_read_btrace): Change parameters and return type to allow
6548 error reporting.
6549 * target.c (target_read_btrace): Update.
6550 * remote.c (remote_read_btrace): Support delta reads. Pass
6551 errors on.
6552 * NEWS: Announce it.
6553
0b722aec
MM
65542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6555
6556 * record.h (record_btrace_frame_unwind)
6557 (record_btrace_tailcall_frame_unwind): New declarations.
6558 * dwarf2-frame: Include record.h
6559 (dwarf2_frame_cfa): Throw an error for btrace frames.
6560 * record-btrace.c: Include hashtab.h.
6561 (btrace_get_bfun_name): New.
6562 (btrace_call_history): Call btrace_get_bfun_name.
6563 (struct btrace_frame_cache): New.
6564 (bfcache): New.
6565 (bfcache_hash, bfcache_eq, bfcache_new): New.
6566 (btrace_get_frame_function): New.
6567 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
6568 (record_btrace_frame_this_id): Compute own id.
6569 (record_btrace_frame_prev_register): Provide PC, throw_error
6570 for all other registers.
6571 (record_btrace_frame_sniffer): Detect btrace frames.
6572 (record_btrace_tailcall_frame_sniffer): New.
6573 (record_btrace_frame_dealloc_cache): New.
6574 (record_btrace_frame_unwind): Add new functions.
6575 (record_btrace_tailcall_frame_unwind): New.
6576 (_initialize_record_btrace): Allocate cache.
6577 * btrace.c (btrace_clear): Call reinit_frame_cache.
6578 * NEWS: Announce it.
6579
066ce621
MM
65802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6581
6582 * record-btrace.c (record_btrace_set_replay)
6583 (record_btrace_goto_begin, record_btrace_goto_end)
6584 (record_btrace_goto): New.
6585 (init_record_btrace_ops): Initialize them.
6586 * NEWS: Announce it.
6587
e2887aa3
MM
65882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6589
6590 * record-btrace.c (record_btrace_find_new_threads)
6591 (record_btrace_thread_alive): New.
6592 (init_record_btrace_ops): Initialize to_find_new_threads and
6593 to_thread_alive.
6594
b2f4cfde
MM
65952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6596
6597 * record-btrace.c (record_btrace_resume): New.
6598 (record_btrace_wait): New.
6599 (init_record_btrace_ops): Initialize to_wait and to_resume.
6600
633785ff
MM
66012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6602
6603 * record-btrace.c (record_btrace_xfer_partial)
6604 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
6605 (record_btrace_allow_memory_access): New.
6606 (init_record_btrace_ops): Initialize new methods.
6607 * target.c (raw_memory_xfer_partial): Bail out if target reports
6608 that this memory is not available.
6609
3db08215
MM
66102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6611
6612 * target.h (target_ops) <to_insert_breakpoint>
6613 <to_remove_breakpoint>: Add target_ops parameter.
6614 (forward_target_insert_breakpoint): New.
6615 (forward_target_remove_breakpoint): New.
6616 (memory_remove_breakpoint, memory_insert_breakpoint):
6617 Add target_ops parameter.
6618 * target.c (target_insert_breakpoint): Split into this and ...
6619 (forward_target_insert_breakpoint): ... this.
6620 (target_remove_breakpoint): Split into this and ...
6621 (forward_target_remove_breakpoint): ... this.
6622 (debug_to_insert_breakpoint): Add target_ops parameter.
6623 Call forward_target_insert_breakpoint.
6624 (debug_to_remove_breakpoint): Add target_ops parameter.
6625 Call forward_target_remove_breakpoint.
6626 (update_current_target): Do not inherit or default to_insert_breakpoint
6627 and to_remove_breakpoint.
6628 * corelow.c (ignore): Add target_ops parameter.
6629 * exec.c (ignore): Add target_ops parameter.
6630 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
6631 Add target_ops parameter.
6632 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
6633 Add target_ops parameter.
6634 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
6635 Add target_ops parameter.
6636 * record-full.c (record_full_beneath_to_insert_breakpoint)
6637 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
6638 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
6639 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
6640 (record_full_core_remove_breakpoint): Add target_ops parameter.
6641 Update users.
6642 (record_full_beneath_to_insert_breakpoint_ops)
6643 (record_full_beneath_to_remove_breakpoint_ops)
6644 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
6645 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
6646 tmp_to_remove_breakpoint_ops,
6647 record_full_beneath_to_insert_breakpoint_ops, and
6648 record_full_beneath_to_remove_breakpoint_ops.
6649 * remote-m32r-sdi.c (m32r_insert_breakpoint)
6650 (m32r_remove_breakpoint): Add target_ops parameter.
6651 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
6652 Add target_ops parameter.
6653 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
6654 Add target_ops parameter.
6655
cecac1ab
MM
66562014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6657 Markus Metzger <markus.t.metzger@intel.com>
6658
6659 * record-btrace.c: Include frame-unwind.h.
6660 (record_btrace_frame_unwind_stop_reason)
6661 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
6662 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
6663 New.
6664 (init_record_btrace_ops): Install it.
6665
824344ca
MM
66662014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6667
6668 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
6669 get_prev_frame_1.
6670
32261e52
MM
66712014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6672
6673 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
6674 earlier.
6675
ea001bdc
MM
66762014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6677
6678 * frame-unwind.c: Include target.h.
6679 (frame_unwind_try_unwinder): New function with code from ...
6680 (frame_unwind_find_by_frame): ... here. New variable
6681 unwinder_from_target, call also target_get_unwinder)
6682 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
6683 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
6684 * target.h (struct target_ops): New fields to_get_unwinder and
6685 to_get_tailcall_unwinder.
6686 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
6687
1f3ef581
MM
66882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6689
6690 * record-btrace.c (record_btrace_fetch_registers)
6691 (record_btrace_store_registers)
6692 (record_btrace_to_prepare_to_store): New.
6693 (init_record_btrace_ops): Add the above.
6694
f32dbf8c
MM
66952014-01-16 Tom Tromey <tromey@redhat.com>
6696
6697 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
6698 * target.h (struct target_ops) <to_prepare_to_store>: Add
6699 argument.
6700 (target_prepare_to_store): Add argument.
6701 * target.c (debug_to_prepare_to_store): Add argument.
6702 (update_current_target): Update.
6703 * remote.c (remote_prepare_to_store): Add 'self' argument.
6704 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
6705 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
6706 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
6707 * record-full.c (record_full_core_prepare_to_store): Add 'self'
6708 argument.
6709 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
6710 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
6711 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
6712 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
6713 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
6714
07bbe694
MM
67152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6716
6717 * btrace.h (replay) <replay>: New.
6718 (btrace_is_replaying): New.
6719 * btrace.c (btrace_clear): Free replay iterator.
6720 (btrace_is_replaying): New.
6721 * record-btrace.c (record_btrace_is_replaying): New.
6722 (record_btrace_info): Print insn number if replaying.
6723 (record_btrace_insn_history): Start at replay position.
6724 (record_btrace_call_history): Start at replay position.
6725 (init_record_btrace_ops): Init to_record_is_replaying.
6726
0688d04e
MM
67272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6728
6729 * record-btrace.c (record_btrace_insn_history_range): Include
6730 end.
6731 (record_btrace_insn_history_from): Adjust range.
6732 (record_btrace_call_history_range): Include
6733 end.
6734 (record_btrace_call_history_from): Adjust range.
6735 * NEWS: Announce changes.
6736
8710b709
MM
67372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6738
6739 * record.h (enum record_print_flag)
6740 <record_print_indent_calls>: New.
6741 * record.c (get_call_history_modifiers): Recognize /c modifier.
6742 (_initialize_record): Document /c modifier.
6743 * record-btrace.c (btrace_call_history): Add btinfo parameter.
6744 Reorder fields. Optionally indent the function name. Update
6745 all users.
6746 * NEWS: Announce changes.
6747
d0fa7535
MM
67482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6749
6750 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
6751
5de9129b
MM
67522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6753
6754 * btrace.c (ftrace_new_function): Start counting at one.
6755 * record-btrace.c (record_btrace_info): Adjust number of calls
6756 and insns.
6757 * NEWS: Announce it.
6758
7acbe133
MM
67592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6760
6761 * record-btrace.c (btrace_call_history_insn_range): Print
6762 insn range as [begin, end].
6763
23a7fe75
MM
67642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6765
6766 * btrace.h (struct btrace_func_link): New.
6767 (enum btrace_function_flag): New.
6768 (struct btrace_inst): Rename to ...
6769 (struct btrace_insn): ...this. Update all users.
6770 (struct btrace_func) <ibegin, iend>: Remove.
6771 (struct btrace_func_link): New.
6772 (struct btrace_func): Rename to ...
6773 (struct btrace_function): ...this. Update all users.
6774 (struct btrace_function) <segment, flow, up, insn, insn_offset)
6775 (number, level, flags>: New.
6776 (struct btrace_insn_iterator): Rename to ...
6777 (struct btrace_insn_history): ...this.
6778 Update all users.
6779 (struct btrace_insn_iterator, btrace_call_iterator): New.
6780 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
6781 (struct btrace_target_info) <begin, end, level>
6782 <insn_history, call_history>: New.
6783 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
6784 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
6785 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
6786 (btrace_call_number, btrace_call_begin, btrace_call_end)
6787 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
6788 (btrace_find_function_by_number, btrace_set_insn_history)
6789 (btrace_set_call_history): New.
6790 * btrace.c (btrace_init_insn_iterator)
6791 (btrace_init_func_iterator, compute_itrace): Remove.
6792 (ftrace_print_function_name, ftrace_print_filename)
6793 (ftrace_skip_file): Change
6794 parameter to const.
6795 (ftrace_init_func): Remove.
6796 (ftrace_debug): Use new btrace_function fields.
6797 (ftrace_function_switched): Also consider gaining and
6798 losing symbol information).
6799 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
6800 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
6801 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
6802 New.
6803 (ftrace_new_function): Move. Remove debug print.
6804 (ftrace_update_lines, ftrace_update_insns): New.
6805 (ftrace_update_function): Check for call, ret, and jump.
6806 (compute_ftrace): Renamed to ...
6807 (btrace_compute_ftrace): ...this. Rewritten to compute call
6808 stack.
6809 (btrace_fetch, btrace_clear): Updated.
6810 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
6811 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
6812 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
6813 (btrace_call_number, btrace_call_begin, btrace_call_end)
6814 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
6815 (btrace_find_function_by_number, btrace_set_insn_history)
6816 (btrace_set_call_history): New.
6817 * record-btrace.c (require_btrace): Use new btrace thread
6818 info fields.
6819 (record_btrace_info, btrace_insn_history)
6820 (record_btrace_insn_history, record_btrace_insn_history_range):
6821 Use new btrace thread info fields and new iterator.
6822 (btrace_func_history_src_line): Rename to ...
6823 (btrace_call_history_src_line): ...this. Use new btrace
6824 thread info fields.
6825 (btrace_func_history): Rename to ...
6826 (btrace_call_history): ...this. Use new btrace thread info
6827 fields and new iterator.
6828 (record_btrace_call_history, record_btrace_call_history_range):
6829 Use new btrace thread info fields and new iterator.
6830
8372a7cb
MM
68312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6832
6833 * frame.h (frame_id_build_unavailable_stack_special): New.
6834 * frame.c (frame_id_build_unavailable_stack_special): New.
6835
c2170eef
MM
68362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6837
6838 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
6839 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
6840 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
6841 to gdbarch.
6842 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
6843 (i386_insn_is_jump, i386_jmp_p): New.
6844 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
6845 insn_is_jump to gdbarch.
6846 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
6847 * gdbarch.h: Regenerated.
6848 * gdbarch.c: Regenerated.
6849 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
6850 (default_insn_is_jump): New.
6851 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
6852 (default_insn_is_jump): New.
6853
864089d2
MM
68542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6855
6856 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
6857 Change to ...
6858 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
6859 (btrace_read_type) <btrace_read_new>: Change to ...
6860 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
6861
ed9edfb5
MM
68622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
6863
6864 * common/linux-btrace.c (linux_read_btrace): Free trace from
6865 previous iteration.
6866
fbcbc3fd
DE
68672014-01-15 Doug Evans <dje@google.com>
6868
6869 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
6870 uint32_t.
6871
3d548a53
TT
68722014-01-15 Tom Tromey <tromey@redhat.com>
6873
6874 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
6875 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
6876 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
6877 (set_objfile_main_name): New function.
6878 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
6879 language_of_main>: New fields.
6880 (set_objfile_main_name): Declare.
6881 * symtab.c (find_main_name): Loop over objfiles to find the main
6882 name and language.
6883 (set_main_name): Now static.
6884 (get_main_info): Add comment.
6885 * symtab.h (set_main_name): Don't declare.
6886
32ac0d11
TT
68872014-01-15 Tom Tromey <tromey@redhat.com>
6888
6889 * symtab.c (main_progspace_key): New global.
6890 (struct main_info): New.
6891 (name_of_main, language_of_main): Remove.
6892 (get_main_info, main_info_cleanup): New function.
6893 (set_main_name, main_name, main_language): Use get_main_info.
6894 (_initialize_symtab): Initialize main_progspace_key.
6895
9e6c82ad
TT
68962014-01-15 Tom Tromey <tromey@redhat.com>
6897
6898 * dbxread.c (process_one_symbol): Update.
6899 * dwarf2read.c (read_partial_die): Update.
6900 * symfile.c (set_initial_language): Call main_language.
6901 * symtab.c (language_of_main): Now static.
6902 (set_main_name): Add 'lang' parameter.
6903 (find_main_name): Update.
6904 (main_language): New function.
6905 (symtab_observer_executable_changed): Update.
6906 * symtab.h (set_main_name): Update.
6907 (language_of_main): Remove.
6908 (main_language): Declare.
6909
6ef55de7
TT
69102014-01-15 Tom Tromey <tromey@redhat.com>
6911
6912 * symfile.c (init_entry_point_info): Use new "initialized" field.
6913 Update.
6914 * objfiles.h (struct entry_point) <initialized>: New field.
6915 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
6916 (struct objfile) <ei>: ...here. Remove.
6917 * objfiles.c (entry_point_address_query): Update.
6918
53eddfa6
TT
69192014-01-15 Tom Tromey <tromey@redhat.com>
6920
6921 * objfiles.c (entry_point_address_query): Relocate entry point
6922 address.
6923 (objfile_relocate1): Do not relocate entry point address.
6924 * objfiles.h (struct entry_info) <entry_point>: Update comment.
6925 <the_bfd_section_index>: New field.
6926 * symfile.c (init_entry_point_info): Find the entry point's
6927 section.
6928
d56e56aa
TT
69292014-01-15 Tom Tromey <tromey@redhat.com>
6930
6931 * solib-frv.c (enable_break): Use entry_point_address_query.
6932
33a97bbe
OJ
69332014-01-15 Omair Javaid <omair.javaid@linaro.org>
6934
6935 * NEWS: Add note on improved process record-replay on
6936 arm*-linux* targets.
6937
c6ec2b30
OJ
69382014-01-15 Omair Javaid <omair.javaid@linaro.org>
6939
6940 * arm-tdep.c (enum arm_record_result): New enum.
6941 (arm_record_unsupported_insn): New function.
6942 (arm_record_coproc_data_proc): Removed.
6943 (thumb2_record_ld_st_multiple): New function.
6944 (thumb2_record_ld_st_dual_ex_tbb): New function.
6945 (thumb2_record_data_proc_sreg_mimm): New function.
6946 (thumb2_record_ps_dest_generic): New function.
6947 (thumb2_record_branch_misc_cntrl): New function.
6948 (thumb2_record_str_single_data): New function.
6949 (thumb2_record_ld_mem_hints): New function.
6950 (thumb2_record_ld_word): New function.
6951 (thumb2_record_lmul_lmla_div): New function.
6952 (thumb2_record_decode_insn_handler): New function.
6953 (decode_insn): Add thumb32 instruction handlers.
6954
97dfe206
OJ
69552014-01-15 Omair Javaid <omair.javaid@linaro.org>
6956
6957 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
6958 (struct arm_linux_record_tdep): Declare.
6959 (arm_canonicalize_syscall): New function.
6960 (arm_all_but_pc_registers_record): New function.
6961 (arm_linux_syscall_record): New function.
6962 (arm_linux_init_abi): Add syscall recording constructs.
6963 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
6964 decoding. (arm_record_coproc_data_proc): Update arm syscall
6965 decoding.
6966 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
6967 <arm_syscall_record>: New field.
6968 * configure.tgt (arm*-*-linux*): Add linux-record.o to
6969 gdb_target_obs.
6970
9904a494
OJ
69712014-01-15 Omair Javaid <omair.javaid@linaro.org>
6972
6973 * arm-tdep.c (thumb_record_misc): Update to use sp as base
6974 register for push instruction recording.
6975
f969241e
OJ
69762014-01-15 Omair Javaid <omair.javaid@linaro.org>
6977
6978 * arm-tdep.c (thumb_record_misc): Update to correct logical
6979 error while recording ldm, ldmia and pop instructions.
6980
bfbbec00
OJ
69812014-01-15 Omair Javaid <omair.javaid@linaro.org>
6982
6983 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
6984
e40adcc9
PA
69852014-01-15 Pedro Alves <palves@redhat.com>
6986
6987 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
6988 (go32_resume, go32_fetch_registers, store_register)
6989 (go32_store_registers, go32_prepare_to_store)
6990 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
6991 (go32_create_inferior, go32_can_run, go32_terminal_init)
6992 (go32_terminal_inferior, go32_terminal_ours): Delete forward
6993 declarations.
6994
b0a16e66
TT
69952014-01-15 Tom Tromey <tromey@redhat.com>
6996
6997 * target.h (async_callback_ftype): New typedef.
6998 (struct target_ops) <to_async>: Use it.
6999
bf7105a4
JB
70002014-01-15 Joel Brobecker <brobecker@adacore.com>
7001
7002 * python/py-value.c (get_field_type): Remove unnecessary curly
7003 braces for single-statement if block.
7004
a8f35c2e
JB
70052014-01-15 Joel Brobecker <brobecker@adacore.com>
7006
7007 * python/py-type.c (convert_field): Add missing empty line
7008 after declarations.
7009
bb4142cf
DE
70102014-01-14 Doug Evans <dje@google.com>
7011
7012 * symfile.h (expand_symtabs_matching): Renamed from
7013 expand_partial_symbol_names. Update prototype.
7014 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
7015 * symfile.c (expand_symtabs_matching): Renamed from
7016 expand_partial_symbol_names. New args file_matcher, kind.
7017 Rename arg fun to symbol_matcher.
7018 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
7019 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
7020 ada_expand_partial_symbol_name.
7021 (ada_make_symbol_completion_list): Update to call
7022 expand_symtabs_matching.
7023 (ada_add_global_exceptions): Call expand_symtabs_matching.
7024 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
7025 call map_symbol_filenames.
7026 * symtab.c (sources_info): Update to call map_symbol_filenames.
7027 (search_symbols): Call expand_symtabs_matching.
7028 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
7029 (default_make_symbol_completion_list_break_on): Update to call
7030 expand_symtabs_matching.
7031 (make_source_files_completion_list): Update to call
7032 map_symbol_filenames.
7033
206f2a57
DE
70342014-01-14 Doug Evans <dje@google.com>
7035
7036 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
7037 (expand_symtabs_symbol_matcher_ftype): New typedef.
7038 (quick_symbol_functions.expand_symtabs_matching): Update to use.
7039 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7040 * symfile.c (expand_partial_symbol_names): Update to use
7041 expand_symtabs_symbol_matcher_ftype.
7042 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
7043 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7044 Arg name_matcher renamed to symbol_matcher.
7045 * psymtab.c (recursively_search_psymtabs): Update to use
7046 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
7047 sym_matcher.
7048 (expand_symtabs_matching_via_partial): Update to use
7049 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
7050 Arg name_matcher renamed to symbol_matcher.
7051
540c2971
DE
70522014-01-14 Doug Evans <dje@google.com>
7053
7054 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
7055 (map_partial_symbol_filenames): Ditto.
7056 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
7057 (map_partial_symbol_filenames): Ditto.
7058 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
7059 (map_partial_symbol_filenames): Ditto.
7060 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
7061 (map_partial_symbol_filenames): Ditto.
7062 * symtab.c: Delete #include "psymtab.h".
7063
8213266a
PA
70642014-01-14 Pedro Alves <palves@redhat.com>
7065 Tom Tromey <tromey@redhat.com>
7066
7067 * infrun.c (use_displaced_stepping): Use find_record_target
7068 instead of RECORD_IS_USED.
7069 (adjust_pc_after_break): Use record_full_is_used instead of
7070 RECORD_IS_USED.
7071 * record-btrace.c (record_btrace_open): Call record_preopen
7072 instead of checking RECORD_IS_USED.
7073 * record-full.c (record_full_shortname)
7074 (record_full_core_shortname): New globals.
7075 (record_full_is_used): New function.
7076 (find_full_open): Call record_preopen instead of checking
7077 RECORD_IS_USED.
7078 (init_record_full_ops): Set the target's shortname to
7079 record_full_shortname.
7080 (init_record_full_core_ops): Set the target's shortname to
7081 record_full_core_shortname.
7082 * record-full.h (record_full_is_used): Declare.
7083 * record.c (find_record_target): Make extern.
7084 (record_preopen): New function.
7085 * record.h (RECORD_IS_USED): Delete macro.
7086 (find_record_target, record_preopen): Declare functions.
7087
7ec1862d
YQ
70882014-01-14 Yao Qi <yao@codesourcery.com>
7089
7090 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
7091 'len''s type to ULONGEST.
7092 (core_xfer_shared_libraries_aix): Likewise.
7093 * gdbarch.c, gdbarch.h: Regenerated.
7094 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
7095 Change type of 'len' to ULONGEST.
7096 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
7097 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
7098
dea80a27
YQ
70992014-01-14 Yao Qi <yao@codesourcery.com>
7100
7101 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
7102 type of 'len' to ULONGEST.
7103 (linux_xfer_osdata_processgroups): Likewise.
7104 (linux_xfer_osdata_threads): Likewise.
7105 (linux_xfer_osdata_fds): Likewise.
7106 (linux_xfer_osdata_isockets): Likewise.
7107 (linux_xfer_osdata_shm): Likewise.
7108 (linux_xfer_osdata_sem): Likewise.
7109 (linux_xfer_osdata_msg): Likewise.
7110 (linux_common_xfer_osdata): Likewise.
7111 (struct osdata_type) <getter>: Likewise.
7112 * common/linux-osdata.h (linux_common_xfer_osdata): Update
7113 the declaration.
7114
b55e14c7
YQ
71152014-01-14 Yao Qi <yao@codesourcery.com>
7116
7117 * target.h (target_xfer_partial_ftype): Update.
7118 (struct target_ops) <to_xfer_partial>: Change 'len' type to
7119 ULONGEST.
7120 * aix-thread.c (aix_thread_xfer_partial): Change type of
7121 argument 'len' to ULONGEST.
7122 * auxv.c (procfs_xfer_auxv): Likewise.
7123 (ld_so_xfer_auxv): Likewise.
7124 (memory_xfer_auxv): Likewise.
7125 * bfd-target.c (target_bfd_xfer_partial): Likewise.
7126 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
7127 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
7128 * corelow.c (core_xfer_partial): Likewise.
7129 * ctf.c (ctf_xfer_partial): Likewise.
7130 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
7131 '%u'.
7132 (darwin_read_dyld_info): Likewise.
7133 (darwin_xfer_partial): Likewise.
7134 * exec.c (section_table_xfer_memory_partial): Likewise.
7135 (exec_xfer_partial): Likewise.
7136 * exec.h (section_table_xfer_memory_partial): Update
7137 declaration.
7138 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
7139 instead of plongest.
7140 (gnu_xfer_partial): Likewise.
7141 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
7142 (ia64_hpux_xfer_solib_got): Likewise.
7143 (ia64_hpux_xfer_partial): Likewise.
7144 * ia64-linux-nat.c (ia64_linux_xfer_partial):
7145 * inf-ptrace.c (inf_ptrace_xfer_partial):
7146 * inf-ttrace.c (inf_ttrace_xfer_partial):
7147 * linux-nat.c (linux_xfer_siginfo): Likewise.
7148 (linux_nat_xfer_partial): Likewise.
7149 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
7150 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
7151 * monitor.c (monitor_xfer_memory): Likewise.
7152 (monitor_xfer_partial): Likewise.
7153 * procfs.c (procfs_xfer_partial): Likewise.
7154 * record-full.c (record_full_xfer_partial): Likewise.
7155 (record_full_core_xfer_partial): Likewise.
7156 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
7157 instead of plongest.
7158 (gdbsim_xfer_partial): Likewise.
7159 * remote.c (remote_xfer_partial): Likewise.
7160 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
7161 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
7162 declaration.
7163 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
7164 (rs6000_xfer_shared_libraries): Likewise.
7165 * sol-thread.c (sol_thread_xfer_partial): Likewise.
7166 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
7167 (sparc_xfer_partial): Likewise.
7168 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
7169 (spu_xfer_partial): Likewise.
7170 * spu-multiarch.c (spu_xfer_partial): Likewise.
7171 * target.c (target_read_live_memory): Likewise.
7172 (memory_xfer_live_readonly_partial): Likewise.
7173 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
7174 (target_xfer_partial, default_xfer_partial): Likewise.
7175 (current_xfer_partial): Likewise.
7176 * tracepoint.c (tfile_xfer_partial): Likewise.
7177 * windows-nat.c (windows_xfer_memory): Likewise. Call
7178 pulongest instead of plongest.
7179 (windows_xfer_partial): Likewise.
7180 (windows_xfer_shared_libraries): Likewise.
7181
05804640
YQ
71822014-01-14 Yao Qi <yao@codesourcery.com>
7183
7184 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
7185 target_xfer_partial_ftype.
7186
b5b08fb4
SC
71872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
7188
7189 PR python/15464
7190 PR python/16113
7191 * valops.c (value_struct_elt_bitpos): New function
7192 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
7193 object to 'None' if the field name is an empty string ("").
7194 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
7195 attribute to look for a field when 'name' is 'None'.
7196 (get_field_type): New function
7197
13aaf454
DE
71982014-01-13 Doug Evans <dje@google.com>
7199
7200 PR symtab/16426
7201 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
7202 (try_open_dwop_file): Ditto.
7203 * gdb_bfd.c: #include "vec.h".
7204 (bfdp): New typedef.
7205 (struct gdb_bfd_data): New member included_bfds.
7206 (gdb_bfd_unref): Unref all included bfds.
7207 (gdb_bfd_record_inclusion): New function.
7208 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
7209
c2cec97c
TT
72102014-01-13 Tom Tromey <tromey@redhat.com>
7211
7212 * gdbcore.h (deprecated_core_resize_section_table): Remove.
7213
78e5999d
TT
72142014-01-13 Tom Tromey <tromey@redhat.com>
7215
7216 * defs.h (use_windows): Remove.
7217 * gdb.c (main): Update.
7218 * main.c (captured_main, gdb_main): Update.
7219 * main.h (struct captured_main_args) <use_windows>: Remove.
7220 * top.c (use_windows): Remove.
7221
f2052bbe
TT
72222014-01-13 Tom Tromey <tromey@redhat.com>
7223
7224 * defs.h (deprecated_flush_hook): Remove.
7225
fde4f8ed
JK
72262014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7227
7228 PR threads/16216
7229 * linux-thread-db.c (try_thread_db_load): Add parameter
7230 check_auto_load_safe. Move here the file_is_auto_load_safe call.
7231 (try_thread_db_load_from_pdir_1): Move it there from here.
7232 (try_thread_db_load_from_sdir): Update caller.
7233 (try_thread_db_load_from_dir): Move it there from here.
7234
bdf61915
PP
72352014-01-13 Patrick Palka <patrick@parcs.ath.cx>
7236
7237 * regformats/regdat.sh: Always rewrite the register file.
7238
f71e1a8d
PA
72392014-01-13 Pedro Alves <palves@redhat.com>
7240
7241 * Makefile.in (CHECK_HEADERS): New variable.
7242 (check-headers:): New rule.
7243
42c85435
TT
72442014-01-13 Tom Tromey <tromey@redhat.com>
7245
7246 * cli/cli-setshow.c (do_set_command): Update.
7247 * defs.h (deprecated_set_hook): Remove.
7248 * top.c (deprecated_set_hook): Remove.
7249
f8de5129
PA
72502014-01-13 Pedro Alves <palves@redhat.com>
7251
7252 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
7253 the tracepoint if the PC is a pseudo-register.
7254
fc270c35
TT
72552014-01-13 Tom Tromey <tromey@redhat.com>
7256
7257 * defs.h (XCALLOC): Remove.
7258 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
7259 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
7260 * dwarf2loc.c (allocate_piece_closure): Likewise.
7261 * elfread.c (elf_symfile_segments): Likewise.
7262 (elf_symfile_segments): Likewise.
7263 * gdbtypes.c (copy_type_recursive): Likewise.
7264 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
7265 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
7266 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
7267 XCALLOC.
7268 * mt-tdep.c (mt_gdbarch_init): Likewise.
7269 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
7270 XCALLOC.
7271 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
7272 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
7273 * registry.c (registry_alloc_data): Likewise.
7274 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
7275 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
7276 * serial.c (serial_fdopen_ops): Likewise.
7277 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
7278 XCALLOC.
7279 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
7280 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
7281 not XCALLOC.
7282
70ba0933
TT
72832014-01-13 Tom Tromey <tromey@redhat.com>
7284
7285 * defs.h (XMALLOC): Remove.
7286 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
7287 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
7288 * cli-out.c (struct ui_out *): Likewise.
7289 * cli/cli-dump.c (add_dump_command): Likewise.
7290 (add_dump_command): Likewise.
7291 * complaints.c (get_complaints): Likewise.
7292 (find_complaint): Likewise.
7293 * dwarf2-frame.c (execute_cfa_program): Likewise.
7294 * dwarf2read.c (abbrev_table_read_table): Likewise.
7295 * gdbarch.sh: Likewise.
7296 * gdbarch.c: Rebuild.
7297 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
7298 * interps.c (interp_new): Likewise.
7299 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
7300 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
7301 * mi/mi-console.c (mi_console_file_new): Likewise.
7302 * mi/mi-interp.c (mi_interpreter_init): Likewise.
7303 * mi/mi-out.c (mi_out_new): Likewise.
7304 * mi/mi-parse.c (mi_parse): Likewise.
7305 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
7306 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
7307 * observer.c (xalloc_observer_list_node): Likewise.
7308 * regcache.c (regcache_xmalloc_1): Likewise.
7309 * reggroups.c (reggroup_new): Likewise.
7310 (_initialize_reggroup): Likewise.
7311 * registry.c (register_data_with_cleanup): Likewise.
7312 * remote.c (remote_notif_stop_alloc_reply): Likewise.
7313 * ser-base.c (serial_ttystate): Likewise.
7314 * ser-mingw.c (make_pipe_state): Likewise.
7315 * ser-pipe.c (pipe_open): Likewise.
7316 * serial.c (serial_open): Likewise.
7317 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
7318 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
7319 (tui_alloc_win_info): Likewise.
7320 (tui_add_content_elements): Likewise.
7321 * tui/tui-file.c (tui_file_new): Likewise.
7322 * tui/tui-out.c (tui_out_new): Likewise.
7323 * ui-file.c (mem_file_new): Likewise.
7324 * ui-out.c (push_level): Likewise.
7325 (make_cleanup_ui_out_end): Likewise.
7326 (append_header_to_list): Likewise.
7327 (ui_out_new): Likewise.
7328 * user-regs.c (user_reg_add_builtin): Likewise.
7329
41bf6aca
TT
73302014-01-13 Tom Tromey <tromey@redhat.com>
7331
7332 * defs.h (XZALLOC): Remove.
7333 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
7334 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
7335 (get_ada_tasks_inferior_data): Likewise.
7336 * auto-load.c (get_auto_load_pspace_data): Likewise.
7337 * auxv.c (get_auxv_inferior_data): Likewise.
7338 * bfd-target.c (target_bfd_reopen): Likewise.
7339 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
7340 (deprecated_insert_raw_breakpoint): Likewise.
7341 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
7342 * corelow.c (core_open): Likewise.
7343 * darwin-nat.c (darwin_check_new_threads): Likewise.
7344 (darwin_attach_pid): Likewise.
7345 * dummy-frame.c (dummy_frame_push): Likewise.
7346 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
7347 * dwarf2loc.c (allocate_piece_closure): Likewise.
7348 * elfread.c (elf_symfile_segments): Likewise.
7349 * eval.c (ptrmath_type_p): Likewise.
7350 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
7351 * gdbtypes.c (alloc_type_arch): Likewise.
7352 (alloc_type_instance): Likewise.
7353 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
7354 * inf-child.c (inf_child_can_use_agent): Likewise.
7355 * inflow.c (get_inflow_inferior_data): Likewise.
7356 * infrun.c (save_infcall_suspend_state): Likewise.
7357 * jit.c (jit_reader_load): Likewise.
7358 (get_jit_objfile_data): Likewise.
7359 (get_jit_program_space_data): Likewise.
7360 (jit_object_open_impl): Likewise.
7361 (jit_symtab_open_impl): Likewise.
7362 (jit_block_open_impl): Likewise.
7363 (jit_frame_sniffer): Likewise.
7364 * linux-fork.c (add_fork): Likewise.
7365 * maint.c (make_command_stats_cleanup): Likewise.
7366 * objfiles.c (get_objfile_pspace_data): Likewise.
7367 * opencl-lang.c (struct lval_closure): Likewise.
7368 * osdata.c (osdata_start_osdata): Likewise.
7369 * progspace.c (new_address_space): Likewise.
7370 (add_program_space): Likewise.
7371 * remote-sim.c (get_sim_inferior_data): Likewise.
7372 * sh-tdep.c (sh_gdbarch_init): Likewise.
7373 * skip.c (Ignore): Likewise.
7374 (skip_delete_command): Likewise.
7375 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
7376 (library_list_start_library): Likewise.
7377 (solib_aix_current_sos): Likewise.
7378 * solib-darwin.c (get_darwin_info): Likewise.
7379 (darwin_current_sos): Likewise.
7380 * solib-dsbt.c (get_dsbt_info): Likewise.
7381 * solib-ia64-hpux.c (new_so_list): Likewise.
7382 (ia64_hpux_get_solib_linkage_addr): Likewise.
7383 * solib-spu.c (append_ocl_sos): Likewise.
7384 (spu_current_sos): Likewise.
7385 * solib-svr4.c (get_svr4_info): Likewise.
7386 (svr4_keep_data_in_core): Likewise.
7387 (library_list_start_library): Likewise.
7388 (svr4_default_sos): Likewise.
7389 (svr4_read_so_list): Likewise.
7390 * solib-target.c (library_list_start_library): Likewise.
7391 (solib_target_current_sos): Likewise.
7392 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
7393 * symfile-debug.c (install_symfile_debug_logging): Likewise.
7394 * symfile.c (default_symfile_segments): Likewise.
7395 * target-descriptions.c (tdesc_data_init): Likewise.
7396 (tdesc_create_reg): Likewise.
7397 (struct tdesc_type *): Likewise.
7398 (tdesc_create_vector): Likewise.
7399 (tdesc_set_struct_size): Likewise.
7400 (struct tdesc_type *): Likewise.
7401 (tdesc_free_feature): Likewise.
7402 (tdesc_create_feature): Likewise.
7403 * windows-nat.c (windows_add_thread): Likewise.
7404 (windows_make_so): Likewise.
7405 * xml-support.c (gdb_xml_body_text): Likewise.
7406 (gdb_xml_create_parser_and_cleanup): Likewise.
7407 (xml_process_xincludes): Likewise.
7408 * xml-syscall.c (allocate_syscalls_info): Likewise.
7409 (syscall_create_syscall_desc): Likewise.
7410
5acfdbae
SDJ
74112014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
7412
7413 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
7414 function, with code from i386_stap_parse_special_token.
7415 (i386_stap_parse_special_token_three_arg_disp): Likewise.
7416 (i386_stap_parse_special_token): Move code to the two functions
7417 above; simplify it.
7418
0000e5cc
PA
74192014-01-09 Pedro Alves <palves@redhat.com>
7420 Hui Zhu <hui@codesourcery.com>
7421
7422 PR gdb/16101
7423 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
7424 bp_err_string. Don't mark the location shlib_disabled if the
7425 error thrown wasn't a generic or memory error. Catch errors
7426 thrown while inserting breakpoints in overlayed code. Output
7427 error message of software breakpoints.
7428 * remote.c (remote_insert_breakpoint): If this breakpoint has
7429 target-side commands but this stub doesn't support Z0 packets,
7430 throw NOT_SUPPORTED_ERROR error.
7431 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
7432 * target.h (target_insert_breakpoint): Extend comment.
7433 (target_insert_hw_breakpoint): Add comment.
7434
b7ea362b
PA
74352014-01-08 Pedro Alves <palves@redhat.com>
7436
7437 * remote.c (remote_add_thread): Add threads silently if starting
7438 up.
7439 (remote_notice_new_inferior): If in all-stop, and starting up,
7440 don't call notice_new_inferior.
7441 (get_current_thread): New function, factored out from ...
7442 (add_current_inferior_and_thread): ... this. Adjust.
7443 (remote_start_remote) <all-stop>: Fetch the thread list. If we
7444 found any thread, then select the remote's current thread as GDB's
7445 current thread too.
7446
b7bba001
JB
74472014-01-08 Joel Brobecker <brobecker@adacore.com>
7448
7449 * NEWS: Create a new section for the next release branch.
7450 Rename the section of the current branch, now that it has
7451 been cut.
7452
16dfbded
JB
74532014-01-08 Joel Brobecker <brobecker@adacore.com>
7454
7455 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
7456 * version.in: Bump version to 7.7.50.DATE-cvs.
7457
22c90ac1
YQ
74582014-01-08 Yao Qi <yao@codesourcery.com>
7459
7460 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
7461 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
7462 (spu_xfer_partial): Cast 'buf' to 'const char *'.
7463
d64ad97c
YQ
74642014-01-08 Yao Qi <yao@codesourcery.com>
7465
7466 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
7467 return value of bfd_get_filename to symbol_file_add_from_bfd.
7468
f93ba80c
PM
74692014-01-08 Pierre Muller <muller@sourceware.org>
7470
7471 Fix PR16201.
7472 * coff-pe-read.c (struct read_pe_section_data): Add index field.
7473 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
7474 to prim_record_mininal_symbol_and_info.
7475 (add_pe_forwarded_sym): Use known section number of forwarded symbol
7476 in call to prim_record_minimal_symbol_and_info.
7477 (read_pe_exported_syms): Set index field of section_data.
7478
a4d9ba85
AP
74792014-01-07 Andrew Pinski <apinski@cavium.com>
7480
7481 * features/aarch64-core.xml (cpsr): Change to be 64bit.
7482 * features/aarch64.c: Regenerate.
7483
1b67eb02
AS
74842014-01-07 Andreas Schwab <schwab@linux-m68k.org>
7485
7486 * target.c (return_null): Define.
7487 (update_current_target): Use it instead of return_zero for
7488 functions that return a pointer.
7489
5e3f4fab
EBM
74902014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7491
7492 * source.c (add_path): Fix check for duplicated paths in the previously
7493 included paths.
7494
e2616788
HK
74952014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
7496
7497 * ada-lang.c: Remove duplicated include statements.
7498 * alphabsd-nat.c: Ditto.
7499 * amd64-darwin-tdep.c: Ditto.
7500 * amd64fbsd-nat.c: Ditto.
7501 * auto-load.c: Ditto.
7502 * ax-gdb.c: Ditto.
7503 * breakpoint.c: Ditto.
7504 * dbxread.c: Ditto.
7505 * fork-child.c: Ditto.
7506 * gdb_usleep.c: Ditto.
7507 * i386-darwin-tdep.c: Ditto.
7508 * i386fbsd-nat.c: Ditto.
7509 * infcmd.c: Ditto.
7510 * inferior.c: Ditto.
7511 * jv-lang.c: Ditto.
7512 * linux-nat.c: Ditto.
7513 * linux-tdep.c: Ditto.
7514 * m68kbsd-nat.c: Ditto.
7515 * m68klinux-nat.c: Ditto.
7516 * microblaze-tdep.c: Ditto.
7517 * mips-linux-tdep.c: Ditto.
7518 * mn10300-tdep.c: Ditto.
7519 * nto-tdep.c: Ditto.
7520 * opencl-lang.c: Ditto.
7521 * osdata.c: Ditto.
7522 * printcmd.c: Ditto.
7523 * regcache.c: Ditto.
7524 * remote-m32r-sdi.c: Ditto.
7525 * remote.c: Ditto.
7526 * symfile.c: Ditto.
7527 * symtab.c: Ditto.
7528 * tilegx-linux-nat.c: Ditto.
7529 * tilegx-tdep.c: Ditto.
7530 * tracepoint.c: Ditto.
7531 * valops.c: Ditto.
7532 * vaxbsd-nat.c: Ditto.
7533 * windows-nat.c: Ditto.
7534 * xtensa-tdep.c: Ditto.
7535
bd1f7788
YQ
75362014-01-07 Yao Qi <yao@codesourcery.com>
7537
7538 * spu-linux-nat.c (_initialize_spu_nat): Declare.
7539
79301218
JB
75402014-01-07 Yao Qi <yao@codesourcery.com>
7541 Joel Brobecker <brobecker@adacore.com>
7542
7543 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
7544 (pdc_write_regs): Likewise.
7545 (fetch_regs_kernel_thread): Likewise.
7546 (store_regs_kernel_thread): Likewise.
7547
75482014-01-07 Joel Brobecker <brobecker@adacore.com>
7549
7550 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
7551 tagged type objects to their actual type.
7552
8e355c5d
JB
75532014-01-07 Joel Brobecker <brobecker@adacore.com>
7554
7555 * ada-valprint.c (print_field_values): Add "language" parameter.
7556 Update calls to print_field_values and print_variant_part.
7557 Pass new parameter "language" in call to val_print instead
7558 of "current_language". Replace call to ada_val_print by call
7559 to val_print.
7560 (print_variant_part): Add "language" parameter.
7561 (ada_val_print_struct_union): Update call to print_field_values.
7562
4fbf5aa5
JB
75632014-01-07 Joel Brobecker <brobecker@adacore.com>
7564
7565 * ada-valprint.c (ui_memcpy): Delete.
7566 (ada_print_floating): Update documentation. Add empty line
7567 between between function documentation and implementation.
7568 Delete variable "buffer". Use ui_file_xstrdup in place of
7569 ui_file_put. Minor adjustments following this change.
7570
71855601
JB
75712014-01-07 Joel Brobecker <brobecker@adacore.com>
7572
7573 * ada-valprint.c (ada_val_print_string): New function,
7574 extracted from ada_val_print_array.
7575 (ada_val_print_array): Replace extracted code by call
7576 to ada_val_print_string followed by a return. Move
7577 "else" branch to the function's top block.
7578
4eb27a30
JB
75792014-01-07 Joel Brobecker <brobecker@adacore.com>
7580
7581 * ada-valprint.c (ada_val_print_array): Move implementation
7582 down. Rename parameter "offset" and "val" into "offset_aligned"
7583 and "original_value" respectively. Add parameter "offset".
7584
34b27950
JB
75852014-01-07 Joel Brobecker <brobecker@adacore.com>
7586
7587 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
7588 re-organizing the code. Change the "???" message printed
7589 when target type is a TYPE_CODE_UNDEF into
7590 "<ref to undefined type>".
7591
079e4591
JB
75922014-01-07 Joel Brobecker <brobecker@adacore.com>
7593
7594 * ada-valprint.c (print_record): Delete, implementation inlined...
7595 (ada_val_print_struct_union): ... here. Remove call to
7596 ada_check_typedef in inlined implementation.
7597
8004dfd1
JB
75982014-01-07 Joel Brobecker <brobecker@adacore.com>
7599
7600 * ada-valprint.c (ada_val_print_gnat_array): New function,
7601 extracted from ada_val_print_1;
7602 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
7603 (ada_val_print_flt, ada_val_print_struct_union)
7604 (ada_val_print_ref): Likewise.
7605 (ada_val_print_1): Delete variables i and elttype.
7606 Replace extracted-out code by call to corresponding
7607 new functions.
7608
760a2db0
JB
76092014-01-07 Joel Brobecker <brobecker@adacore.com>
7610
7611 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
7612
3a92c861
JB
76132014-01-07 Joel Brobecker <brobecker@adacore.com>
7614
7615 * ada-valprint.c (ada_val_print_1): Replace calls to
7616 ada_val_print_1 by calls to val_print.
7617
cd1630f9
JB
76182014-01-07 Joel Brobecker <brobecker@adacore.com>
7619
7620 * ada-valprint.c (ada_val_print_1): Add parameter "language".
7621 Update calls to self accordingly. Replace calls to c_val_print
7622 by calls to val_print.
7623
bdf779a0
JB
76242014-01-07 Joel Brobecker <brobecker@adacore.com>
7625
7626 * ada-valprint.c (print_record): Delete declaration.
7627 (adjust_type_signedness, ada_val_print_1): Likewise.
7628 (ada_val_print): Move function implementation down.
7629 (print_variant_part, print_field_values, print_record):
7630 Move function implementation up.
7631
c0d48811
JB
76322014-01-07 Joel Brobecker <brobecker@adacore.com>
7633
7634 * python/py-type.c (typy_get_name): New function.
7635 (type_object_getset): Add entry for attribute "name".
7636 * NEWS: Add entry mentioning this new attribute.
7637
c26e9cbb
YQ
76382014-01-07 Yao Qi <yao@codesourcery.com>
7639
7640 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
7641 statement.
7642
0cc6f43d
YQ
76432014-01-07 Yao Qi <yao@codesourcery.com>
7644
7645 * gnu-nat.c (info_port_rights): Add qualifier const to
7646 argument args.
7647
eec03155
YQ
76482014-01-07 Yao Qi <yao@codesourcery.com>
7649
7650 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
7651
f04a82ef
YQ
76522014-01-07 Yao Qi <yao@codesourcery.com>
7653
7654 * gnu-nat.c (make_inf) Update declaration.
7655 (make_inf): Make it static.
7656 (inf_set_traced): Likewise.
7657 (inf_port_to_thread, inf_task_died_status): Likewise.
7658
d57dda0a
YQ
76592014-01-07 Yao Qi <yao@codesourcery.com>
7660
7661 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
7662
3aa8c969
YQ
76632014-01-07 Yao Qi <yao@codesourcery.com>
7664
7665 * gnu-nat.c (_initialize_gnu_nat): Declare.
7666
94123b4f
YQ
76672014-01-07 Yao Qi <yao@codesourcery.com>
7668
7669 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
7670 'enum bfd_endian'.
7671 (struct gdbarch_info) <byte_order>: Change type to
7672 'enum bfd_endian'.
7673 <byte_order_for_code>: Likewise.
7674 * gdbarch.c, gdbarch.h: Regenerated.
7675
dc81d70a
TT
76762014-01-06 Sasha Smundak <asmundak@google.com>
7677
7678 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
7679
cc2f3c35
TT
76802014-01-06 Tom Tromey <tromey@redhat.com>
7681
7682 * doublest.c (convert_doublest_to_floatformat): Use const, not
7683 CONST.
7684 * somread.c (som_symtab_read): Likewise.
7685
adcf2eed
HZ
76862014-01-07 Hui Zhu <hui@codesourcery.com>
7687
7688 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
7689 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
7690 (gdb_bfd_fopen): Ditto.
7691 (gdb_bfd_openr): Ditto.
7692 (gdb_bfd_openw): Ditto.
7693 (gdb_bfd_openr_iovec): Ditto.
7694 (gdb_bfd_fdopenr): Ditto.
7695 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
7696 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
7697 with xstrdup.
7698 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
7699 with xstrdup.
7700 * symfile-mem.c (symbol_file_add_from_memory): Removed
7701 gdb_bfd_stash_filename.
7702
50722198
DE
77032014-01-03 Doug Evans <dje@google.com>
7704
7705 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
7706 output.
7707
2fa4b862
JB
77082014-01-01 Joel Brobecker <brobecker@adacore.com>
7709
7710 Update year range in copyright notice of all files.
7711
28498c42
JB
77122014-01-01 Joel Brobecker <brobecker@adacore.com>
7713
7714 * top.c (print_gdb_version): Set copyright year to 2014.
7715
7b6e1046
JB
77162014-01-01 Joel Brobecker <brobecker@adacore.com>
7717
7718 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
7719
df96af55 7720For older changes see ChangeLog-2013.
c906108c
SS
7721\f
7722Local Variables:
7723mode: change-log
7724left-margin: 8
7725fill-column: 74
7726version-control: never
57da7796 7727coding: utf-8
c906108c 7728End:
This page took 2.144685 seconds and 4 git commands to generate.