Remove assert in procfs.c::procfs_make_note_section (x86-solaris)
[platform/upstream/binutils.git] / gdb / ChangeLog
1 2014-01-27  Joel Brobecker  <brobecker@adacore.com>
2
3         * procfs.c (procfs_make_note_section): Remove assertion and
4         associated comment.
5
6 2014-01-24  Yao Qi  <yao@codesourcery.com>
7
8         * remote.c (remote_read_bytes): Change type of len to ULONGEST.
9         * corelow.c (get_core_siginfo): Likewise.
10
11 2014-01-24  Yao Qi  <yao@codesourcery.com>
12
13         * remote.c (remote_write_bytes_aux): Change type of 'len' to
14         ULONGEST.  Don't check 'len' is negative.
15         (remote_write_bytes):  Change type of 'len' to ULONGEST.
16
17 2014-01-23  Tom Tromey  <tromey@redhat.com>
18
19         PR python/16485:
20         * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
21         Handle exception from frame.block.
22         (FrameVars.fetch_frame_locals): Likewise.
23
24 2014-01-23  Tom Tromey  <tromey@redhat.com>
25
26         PR python/16487:
27         * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
28         on a NULL pointer.  Move "goto error" to correct place.
29
30 2014-01-23  Tom Tromey  <tromey@redhat.com>
31
32         PR python/16491:
33         * python/py-framefilter.c (apply_frame_filter): Call
34         ensure_python_env after computing gdbarch.
35
36 2014-01-23  Yao Qi  <yao@codesourcery.com>
37
38         * target.c (raw_memory_xfer_partial): Change argument type
39         from void * to gdb_byte *.
40         (memory_xfer_partial_1, memory_xfer_partial): Likewise.
41
42 2014-01-22  Doug Evans  <dje@google.com>
43
44         New gdbserver option --debug-format=timestamp.
45         * NEWS: Mention it.
46
47 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
48
49         * syscalls/s390x-linux.xml: New file.
50         * syscalls/s390-linux.xml: New file.
51         * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
52         (XML_SYSCALL_FILENAME_S390X): Likewise.
53         (op_svc): New enum value for SVC opcode.
54         (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
55         (s390_linux_get_syscall_number): New function.
56         (s390_gdbarch_init): Register '*get_syscall_number' and the
57         syscall xml file name.
58         * data-directory/Makefile.in (SYSCALLS_FILES): Add
59         "s390-linux.xml" and "s390x-linux.xml".
60         * NEWS: Announce new feature.
61
62 2014-01-22  Baruch Siach  <baruch@tkos.co.il>
63
64         * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
65
66 2014-01-22  Pedro Alves  <palves@redhat.com>
67
68         * xtensa-config.c: Include defs.h.
69
70 2014-01-22  Joel Brobecker  <brobecker@adacore.com>
71
72         * common/common-utils.h: Add "ARI:" comment beside __func__
73         reference.
74
75 2014-01-22  Joel Brobecker  <brobecker@adacore.com>
76
77         * common/common-utils.h (FUNCTION_NAME): Expand the macro's
78         documentation a bit.
79
80 2014-01-21  Roland McGrath  <mcgrathr@google.com>
81
82         * configure.ac: Call AM_PROG_INSTALL_STRIP.
83         * configure: Regenerate.
84         * aclocal.m4: Regenerate.
85         * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
86         New substituted variables.
87         (install-strip): New target.
88         (INSTALL_SCRIPT): New substituted variable.
89         (FLAGS_TO_PASS): Add it.
90         (install-only): Use $(INSTALL_SCRIPT) rather than
91         $(INSTALL_PROGRAM) for gcore.
92
93 2014-01-20  Tom Tromey  <tromey@redhat.com>
94
95         * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
96         together.
97
98 2014-01-20  Tom Tromey  <tromey@redhat.com>
99
100         * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
101         (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
102         (deprecated_cmd_warning, complete_on_cmdlist): Update.
103         * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
104         (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
105         (struct cmd_list_element) <flags>: Remove.
106         <cmd_deprecated, deprecated_warn_user, malloced_replacement,
107         doc_allocated>: New fields.
108         <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
109         bitfields.
110         * maint.c (maintenance_do_deprecate): Update.
111         * top.c (execute_command): Update.
112
113 2014-01-20  Baruch Siach  <baruch@tkos.co.il>
114
115         * xtensa-linux-nat.c: Include asm/ptrace.h.
116
117 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
118
119         * Makefile.in (SFILES): Add d-support.c.
120         (COMMON_OBS): Add d-support.o.
121         * d-lang.h (d_parse_symbol): Add comment, now defined in
122         d-support.c.
123         * d-lang.c (parse_call_convention)
124         (parse_attributes, parse_function_types)
125         (parse_function_args, parse_type, parse_identifier)
126         (call_convention_p, d_parse_symbol): Move functions to ...
127         * d-support.c: ... New file.
128
129 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
130
131         * d-lang.h (d_parse_symbol): Add declaration.
132         * d-lang.c (extract_identifiers)
133         (extract_type_info): Remove functions.
134         (parse_call_convention, parse_attributes)
135         (parse_function_types, parse_function_args)
136         (parse_type, parse_identifier, call_convention_p)
137         (d_parse_symbol): New functions.
138         (d_demangle): Use d_parse_symbol to demangle D symbols.
139
140 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
141
142         * d-lang.h (struct builtin_d_type): New data type.
143         (builtin_d_type): Add declaration.
144         * d-lang.c (d_language_arch_info, build_d_types)
145         (builtin_d_type): New functions.
146         (enum d_primitive_types): New data type.
147         (d_language_defn): Change c_language_arch_info to
148         d_language_arch_info.
149         (d_type_data): New static variable.
150         (_initialize_d_language): Initialize d_type_data.
151
152 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
153
154         * d-lang.h (d_main_name): Add declaration.
155         * d-lang.c (d_main_name): New function.
156         * symtab.c (find_main_name): Add call to d_main_name.
157
158 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
159
160         * d-lang.c (d_language_defn): Change macro_expansion_c to
161         macro_expansion_no.
162
163 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
164
165         * MAINTAINERS: Add myself as a write-after-approval maintainer.
166
167 2014-01-17  Sergio Durigan Junior  <sergiodj@redhat.com>
168
169         * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
170         gdb_exception" declaration.
171         * remote.c (getpkt_or_notif_sane): Likewise.
172
173 2014-01-17  Doug Evans  <dje@google.com>
174
175         * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
176         function, contents of dirnames_to_char_ptr_vec_append moved here.
177         (delim_string_to_char_ptr_vec): New function.
178         (dirnames_to_char_ptr_vec_append): Rewrite.
179         * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
180
181 2014-01-17  Doug Evans  <dje@google.com>
182
183         * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
184         and moved here ...
185         * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
186         #include "common-utils.h".
187         (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
188         * common/vec.h (VEC_ASSERT_PASS): Update.
189         * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
190         (MACH_CHECK_ERROR): Update.
191
192 2014-01-17  Simon Marchi  <simon.marchi@ericsson.com>
193
194         * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
195         comments.
196         * gdbarch.h: Regenerate.
197
198 2014-01-16  Tom Tromey  <tromey@redhat.com>
199
200         * value.c (struct value) <regnum>: Move earlier.
201
202 2014-01-16  Tom Tromey  <tromey@redhat.com>
203
204         * remote.c (extended_remote_create_inferior): Rename from
205         extended_remote_create_inferior_1.  Add "ops" argument.  Remove
206         old implementation.
207
208 2014-01-16  Pedro Alves  <palves@redhat.com>
209
210         * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
211         NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
212         the backchain.
213
214 2014-01-16  Doug Evans  <dje@google.com>
215
216         * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
217
218 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
219
220         * btrace.h (btrace_thread_flag): New.
221         (struct btrace_thread_info) <flags>: New.
222         * record-btrace.c (record_btrace_resume_thread)
223         (record_btrace_find_thread_to_move, btrace_step_no_history)
224         (btrace_step_stopped, record_btrace_start_replaying)
225         (record_btrace_step_thread, record_btrace_decr_pc_after_break)
226         (record_btrace_find_resume_thread): New.
227         (record_btrace_resume, record_btrace_wait): Extend.
228         (record_btrace_can_execute_reverse): New.
229         (record_btrace_open): Fail in non-stop mode.
230         (record_btrace_set_replay): Split into this, ...
231         (record_btrace_stop_replaying): ... this, ...
232         (record_btrace_clear_histories): ... and this.
233         (init_record_btrace_ops): Init to_can_execute_reverse.
234         * NEWS: Announce it.
235
236 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
237
238         * target.h (struct target_ops) <to_decr_pc_after_break>: New.
239         (forward_target_decr_pc_after_break)
240         (target_decr_pc_after_break): New.
241         * target.c (forward_target_decr_pc_after_break)
242         (target_decr_pc_after_break): New.
243         * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
244         instead of gdbarch_decr_pc_after_break.
245         * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
246         instead of gdbarch_decr_pc_after_break.
247         * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
248         instead of gdbarch_decr_pc_after_break.
249         * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
250         instead of gdbarch_decr_pc_after_break.
251         * linux-thread-db.c (check_event): Call target_decr_pc_after_break
252         instead of gdbarch_decr_pc_after_break.
253         * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
254         instead of gdbarch_decr_pc_after_break.
255
256 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
257
258         * btrace.c: Include regcache.h.
259         (btrace_add_pc): New.
260         (btrace_enable): Call btrace_add_pc.
261         (btrace_is_empty): New.
262         * btrace.h (btrace_is_empty): New.
263         * record-btrace.c (require_btrace, record_btrace_info): Call
264         btrace_is_empty.
265
266 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
267
268         * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
269         Support delta reads.
270         (linux_disable_btrace): Change return type.
271         * common/linux-btrace.h (linux_read_btrace): Change parameters
272         and return type to allow error reporting.  Update users.
273         (linux_disable_btrace): Change return type.  Update users.
274         * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
275         New.
276         (btrace_error): New.
277         (btrace_block) <begin>: Comment on BEGIN == 0.
278         * btrace.c (btrace_compute_ftrace): Start from the end of
279         the current trace.
280         (btrace_stitch_trace, btrace_clear_history): New.
281         (btrace_fetch): Read delta trace, return if replaying.
282         (btrace_clear): Move clear history code to btrace_clear_history.
283         (parse_xml_btrace): Throw an error if parsing failed.
284         * target.h (struct target_ops) <to_read_btrace>: Change parameters
285         and return type to allow error reporting.
286         (target_read_btrace): Change parameters and return type to allow
287         error reporting.
288         * target.c (target_read_btrace): Update.
289         * remote.c (remote_read_btrace): Support delta reads.  Pass
290         errors on.
291         * NEWS: Announce it.
292
293 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
294
295         * record.h (record_btrace_frame_unwind)
296         (record_btrace_tailcall_frame_unwind): New declarations.
297         * dwarf2-frame: Include record.h
298         (dwarf2_frame_cfa): Throw an error for btrace frames.
299         * record-btrace.c: Include hashtab.h.
300         (btrace_get_bfun_name): New.
301         (btrace_call_history): Call btrace_get_bfun_name.
302         (struct btrace_frame_cache): New.
303         (bfcache): New.
304         (bfcache_hash, bfcache_eq, bfcache_new): New.
305         (btrace_get_frame_function): New.
306         (record_btrace_frame_unwind_stop_reason): Allow unwinding.
307         (record_btrace_frame_this_id): Compute own id.
308         (record_btrace_frame_prev_register): Provide PC, throw_error
309         for all other registers.
310         (record_btrace_frame_sniffer): Detect btrace frames.
311         (record_btrace_tailcall_frame_sniffer): New.
312         (record_btrace_frame_dealloc_cache): New.
313         (record_btrace_frame_unwind): Add new functions.
314         (record_btrace_tailcall_frame_unwind): New.
315         (_initialize_record_btrace): Allocate cache.
316         * btrace.c (btrace_clear): Call reinit_frame_cache.
317         * NEWS: Announce it.
318
319 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
320
321         * record-btrace.c (record_btrace_set_replay)
322         (record_btrace_goto_begin, record_btrace_goto_end)
323         (record_btrace_goto): New.
324         (init_record_btrace_ops): Initialize them.
325         * NEWS: Announce it.
326
327 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
328
329         * record-btrace.c (record_btrace_find_new_threads)
330         (record_btrace_thread_alive): New.
331         (init_record_btrace_ops): Initialize to_find_new_threads and
332         to_thread_alive.
333
334 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
335
336         * record-btrace.c (record_btrace_resume): New.
337         (record_btrace_wait): New.
338         (init_record_btrace_ops): Initialize to_wait and to_resume.
339
340 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
341
342         * record-btrace.c (record_btrace_xfer_partial)
343         (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
344         (record_btrace_allow_memory_access): New.
345         (init_record_btrace_ops): Initialize new methods.
346         * target.c (raw_memory_xfer_partial): Bail out if target reports
347         that this memory is not available.
348
349 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
350
351         * target.h (target_ops) <to_insert_breakpoint>
352         <to_remove_breakpoint>: Add target_ops parameter.
353         (forward_target_insert_breakpoint): New.
354         (forward_target_remove_breakpoint): New.
355         (memory_remove_breakpoint, memory_insert_breakpoint):
356         Add target_ops parameter.
357         * target.c (target_insert_breakpoint): Split into this and ...
358         (forward_target_insert_breakpoint): ... this.
359         (target_remove_breakpoint): Split into this and ...
360         (forward_target_remove_breakpoint): ... this.
361         (debug_to_insert_breakpoint): Add target_ops parameter.
362         Call forward_target_insert_breakpoint.
363         (debug_to_remove_breakpoint): Add target_ops parameter.
364         Call forward_target_remove_breakpoint.
365         (update_current_target): Do not inherit or default to_insert_breakpoint
366         and to_remove_breakpoint.
367         * corelow.c (ignore): Add target_ops parameter.
368         * exec.c (ignore): Add target_ops parameter.
369         * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
370         Add target_ops parameter.
371         * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
372         Add target_ops parameter.
373         * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
374         Add target_ops parameter.
375         * record-full.c (record_full_beneath_to_insert_breakpoint)
376         (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
377         (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
378         (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
379         (record_full_core_remove_breakpoint): Add target_ops parameter.
380         Update users.
381         (record_full_beneath_to_insert_breakpoint_ops)
382         (record_full_beneath_to_remove_breakpoint_ops)
383         (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
384         (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
385         tmp_to_remove_breakpoint_ops,
386         record_full_beneath_to_insert_breakpoint_ops, and
387         record_full_beneath_to_remove_breakpoint_ops.
388         * remote-m32r-sdi.c (m32r_insert_breakpoint)
389         (m32r_remove_breakpoint): Add target_ops parameter.
390         * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
391         Add target_ops parameter.
392         * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
393         Add target_ops parameter.
394
395 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
396             Markus Metzger  <markus.t.metzger@intel.com>
397
398         * record-btrace.c: Include frame-unwind.h.
399         (record_btrace_frame_unwind_stop_reason)
400         (record_btrace_frame_this_id, record_btrace_frame_prev_register)
401         (record_btrace_frame_sniffer, record_btrace_frame_unwind):
402         New.
403         (init_record_btrace_ops): Install it.
404
405 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
406
407         * frame.c (get_frame_unwind_stop_reason): Unconditionally call
408         get_prev_frame_1.
409
410 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
411
412         * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
413         earlier.
414
415 2014-01-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
416
417         * frame-unwind.c: Include target.h.
418         (frame_unwind_try_unwinder): New function with code from ...
419         (frame_unwind_find_by_frame): ... here.  New variable
420         unwinder_from_target, call also target_get_unwinder)
421         (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
422         * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
423         * target.h (struct target_ops): New fields to_get_unwinder and
424         to_get_tailcall_unwinder.
425         (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
426
427 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
428
429         * record-btrace.c (record_btrace_fetch_registers)
430         (record_btrace_store_registers)
431         (record_btrace_to_prepare_to_store): New.
432         (init_record_btrace_ops): Add the above.
433
434 2014-01-16  Tom Tromey  <tromey@redhat.com>
435
436         * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
437         * target.h (struct target_ops) <to_prepare_to_store>: Add
438         argument.
439         (target_prepare_to_store): Add argument.
440         * target.c (debug_to_prepare_to_store): Add argument.
441         (update_current_target): Update.
442         * remote.c (remote_prepare_to_store): Add 'self' argument.
443         * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
444         * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
445         * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
446         * record-full.c (record_full_core_prepare_to_store): Add 'self'
447         argument.
448         * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
449         * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
450         * monitor.c (monitor_prepare_to_store): Add 'self' argument.
451         * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
452         * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
453
454 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
455
456         * btrace.h (replay) <replay>: New.
457         (btrace_is_replaying): New.
458         * btrace.c (btrace_clear): Free replay iterator.
459         (btrace_is_replaying): New.
460         * record-btrace.c (record_btrace_is_replaying): New.
461         (record_btrace_info): Print insn number if replaying.
462         (record_btrace_insn_history): Start at replay position.
463         (record_btrace_call_history): Start at replay position.
464         (init_record_btrace_ops): Init to_record_is_replaying.
465
466 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
467
468         * record-btrace.c (record_btrace_insn_history_range): Include
469         end.
470         (record_btrace_insn_history_from): Adjust range.
471         (record_btrace_call_history_range): Include
472         end.
473         (record_btrace_call_history_from): Adjust range.
474         * NEWS: Announce changes.
475
476 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
477
478         * record.h (enum record_print_flag)
479         <record_print_indent_calls>: New.
480         * record.c (get_call_history_modifiers): Recognize /c modifier.
481         (_initialize_record): Document /c modifier.
482         * record-btrace.c (btrace_call_history): Add btinfo parameter.
483         Reorder fields.  Optionally indent the function name.  Update
484         all users.
485         * NEWS: Announce changes.
486
487 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
488
489         * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
490
491 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
492
493         * btrace.c (ftrace_new_function): Start counting at one.
494         * record-btrace.c (record_btrace_info): Adjust number of calls
495         and insns.
496         * NEWS: Announce it.
497
498 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
499
500         * record-btrace.c (btrace_call_history_insn_range): Print
501         insn range as [begin, end].
502
503 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
504
505         * btrace.h (struct btrace_func_link): New.
506         (enum btrace_function_flag): New.
507         (struct btrace_inst): Rename to ...
508         (struct btrace_insn): ...this. Update all users.
509         (struct btrace_func) <ibegin, iend>: Remove.
510         (struct btrace_func_link): New.
511         (struct btrace_func): Rename to ...
512         (struct btrace_function): ...this. Update all users.
513         (struct btrace_function) <segment, flow, up, insn, insn_offset)
514         (number, level, flags>: New.
515         (struct btrace_insn_iterator): Rename to ...
516         (struct btrace_insn_history): ...this.
517         Update all users.
518         (struct btrace_insn_iterator, btrace_call_iterator): New.
519         (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
520         (struct btrace_target_info) <begin, end, level>
521         <insn_history, call_history>: New.
522         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
523         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
524         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
525         (btrace_call_number, btrace_call_begin, btrace_call_end)
526         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
527         (btrace_find_function_by_number, btrace_set_insn_history)
528         (btrace_set_call_history): New.
529         * btrace.c (btrace_init_insn_iterator)
530         (btrace_init_func_iterator, compute_itrace): Remove.
531         (ftrace_print_function_name, ftrace_print_filename)
532         (ftrace_skip_file): Change
533         parameter to const.
534         (ftrace_init_func): Remove.
535         (ftrace_debug): Use new btrace_function fields.
536         (ftrace_function_switched): Also consider gaining and
537         losing symbol information).
538         (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
539         (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
540         (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
541         New.
542         (ftrace_new_function): Move. Remove debug print.
543         (ftrace_update_lines, ftrace_update_insns): New.
544         (ftrace_update_function): Check for call, ret, and jump.
545         (compute_ftrace): Renamed to ...
546         (btrace_compute_ftrace): ...this. Rewritten to compute call
547         stack.
548         (btrace_fetch, btrace_clear): Updated.
549         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
550         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
551         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
552         (btrace_call_number, btrace_call_begin, btrace_call_end)
553         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
554         (btrace_find_function_by_number, btrace_set_insn_history)
555         (btrace_set_call_history): New.
556         * record-btrace.c (require_btrace): Use new btrace thread
557         info fields.
558         (record_btrace_info, btrace_insn_history)
559         (record_btrace_insn_history, record_btrace_insn_history_range):
560         Use new btrace thread info fields and new iterator.
561         (btrace_func_history_src_line): Rename to ...
562         (btrace_call_history_src_line): ...this. Use new btrace
563         thread info fields.
564         (btrace_func_history): Rename to ...
565         (btrace_call_history): ...this. Use new btrace thread info
566         fields and new iterator.
567         (record_btrace_call_history, record_btrace_call_history_range):
568         Use new btrace thread info fields and new iterator.
569
570 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
571
572         * frame.h (frame_id_build_unavailable_stack_special): New.
573         * frame.c (frame_id_build_unavailable_stack_special): New.
574
575 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
576
577         * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
578         (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
579         (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
580         to gdbarch.
581         * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
582         (i386_insn_is_jump, i386_jmp_p): New.
583         (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
584         insn_is_jump to gdbarch.
585         * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
586         * gdbarch.h: Regenerated.
587         * gdbarch.c: Regenerated.
588         * arch-utils.h (default_insn_is_call, default_insn_is_ret)
589         (default_insn_is_jump): New.
590         * arch-utils.c (default_insn_is_call, default_insn_is_ret)
591         (default_insn_is_jump): New.
592
593 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
594
595         * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
596         Change to ...
597         (btrace_read_type) <BTRACE_READ_ALL>: ... this.  Update users.
598         (btrace_read_type) <btrace_read_new>: Change to ...
599         (btrace_read_type) <BTRACE_READ_NEW>: ... this.  Update users.
600
601 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
602
603         * common/linux-btrace.c (linux_read_btrace): Free trace from
604         previous iteration.
605
606 2014-01-15  Doug Evans  <dje@google.com>
607
608         * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
609         uint32_t.
610
611 2014-01-15  Tom Tromey  <tromey@redhat.com>
612
613         * dbxread.c (process_one_symbol): Use set_objfile_main_name.
614         * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
615         * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
616         (set_objfile_main_name): New function.
617         * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
618         language_of_main>: New fields.
619         (set_objfile_main_name): Declare.
620         * symtab.c (find_main_name): Loop over objfiles to find the main
621         name and language.
622         (set_main_name): Now static.
623         (get_main_info): Add comment.
624         * symtab.h (set_main_name): Don't declare.
625
626 2014-01-15  Tom Tromey  <tromey@redhat.com>
627
628         * symtab.c (main_progspace_key): New global.
629         (struct main_info): New.
630         (name_of_main, language_of_main): Remove.
631         (get_main_info, main_info_cleanup): New function.
632         (set_main_name, main_name, main_language): Use get_main_info.
633         (_initialize_symtab): Initialize main_progspace_key.
634
635 2014-01-15  Tom Tromey  <tromey@redhat.com>
636
637         * dbxread.c (process_one_symbol): Update.
638         * dwarf2read.c (read_partial_die): Update.
639         * symfile.c (set_initial_language): Call main_language.
640         * symtab.c (language_of_main): Now static.
641         (set_main_name): Add 'lang' parameter.
642         (find_main_name): Update.
643         (main_language): New function.
644         (symtab_observer_executable_changed): Update.
645         * symtab.h (set_main_name): Update.
646         (language_of_main): Remove.
647         (main_language): Declare.
648
649 2014-01-15  Tom Tromey  <tromey@redhat.com>
650
651         * symfile.c (init_entry_point_info): Use new "initialized" field.
652         Update.
653         * objfiles.h (struct entry_point) <initialized>: New field.
654         (struct objfile_per_bfd_storage) <ei>: New field, moved from...
655         (struct objfile) <ei>: ...here.  Remove.
656         * objfiles.c (entry_point_address_query): Update.
657
658 2014-01-15  Tom Tromey  <tromey@redhat.com>
659
660         * objfiles.c (entry_point_address_query): Relocate entry point
661         address.
662         (objfile_relocate1): Do not relocate entry point address.
663         * objfiles.h (struct entry_info) <entry_point>: Update comment.
664         <the_bfd_section_index>: New field.
665         * symfile.c (init_entry_point_info): Find the entry point's
666         section.
667
668 2014-01-15  Tom Tromey  <tromey@redhat.com>
669
670         * solib-frv.c (enable_break): Use entry_point_address_query.
671
672 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
673
674         * NEWS: Add note on improved process record-replay on
675         arm*-linux* targets.
676
677 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
678
679         * arm-tdep.c (enum arm_record_result): New enum.
680         (arm_record_unsupported_insn): New function.
681         (arm_record_coproc_data_proc): Removed.
682         (thumb2_record_ld_st_multiple): New function.
683         (thumb2_record_ld_st_dual_ex_tbb): New function.
684         (thumb2_record_data_proc_sreg_mimm): New function.
685         (thumb2_record_ps_dest_generic): New function.
686         (thumb2_record_branch_misc_cntrl): New function.
687         (thumb2_record_str_single_data): New function.
688         (thumb2_record_ld_mem_hints): New function.
689         (thumb2_record_ld_word): New function.
690         (thumb2_record_lmul_lmla_div): New function.
691         (thumb2_record_decode_insn_handler): New function.
692         (decode_insn): Add thumb32 instruction handlers.
693
694 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
695
696         * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
697         (struct arm_linux_record_tdep): Declare.
698         (arm_canonicalize_syscall): New function.
699         (arm_all_but_pc_registers_record): New function.
700         (arm_linux_syscall_record): New function.
701         (arm_linux_init_abi): Add syscall recording constructs.
702         * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
703         decoding.  (arm_record_coproc_data_proc): Update arm syscall
704         decoding.
705         * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
706         <arm_syscall_record>: New field.
707         * configure.tgt (arm*-*-linux*): Add linux-record.o to
708         gdb_target_obs.
709
710 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
711
712         * arm-tdep.c (thumb_record_misc): Update to use sp as base
713         register for push instruction recording.
714
715 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
716
717         * arm-tdep.c (thumb_record_misc): Update to correct logical
718         error while recording ldm, ldmia and pop instructions.
719
720 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
721
722         * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
723
724 2014-01-15  Pedro Alves  <palves@redhat.com>
725
726         * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
727         (go32_resume, go32_fetch_registers, store_register)
728         (go32_store_registers, go32_prepare_to_store)
729         (go32_xfer_memory, go32_files_info, go32_kill_inferior)
730         (go32_create_inferior, go32_can_run, go32_terminal_init)
731         (go32_terminal_inferior, go32_terminal_ours): Delete forward
732         declarations.
733
734 2014-01-15  Tom Tromey  <tromey@redhat.com>
735
736         * target.h (async_callback_ftype): New typedef.
737         (struct target_ops) <to_async>: Use it.
738
739 2014-01-15  Joel Brobecker  <brobecker@adacore.com>
740
741         * python/py-value.c (get_field_type): Remove unnecessary curly
742         braces for single-statement if block.
743
744 2014-01-15  Joel Brobecker  <brobecker@adacore.com>
745
746         * python/py-type.c (convert_field): Add missing empty line
747         after declarations.
748
749 2014-01-14  Doug Evans  <dje@google.com>
750
751         * symfile.h (expand_symtabs_matching): Renamed from
752         expand_partial_symbol_names.  Update prototype.
753         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
754         * symfile.c (expand_symtabs_matching): Renamed from
755         expand_partial_symbol_names.  New args file_matcher, kind.
756         Rename arg fun to symbol_matcher.
757         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
758         * ada-lang.c (ada_complete_symbol_matcher): Renamed from
759         ada_expand_partial_symbol_name.
760         (ada_make_symbol_completion_list): Update to call
761         expand_symtabs_matching.
762         (ada_add_global_exceptions): Call expand_symtabs_matching.
763         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
764         call map_symbol_filenames.
765         * symtab.c (sources_info): Update to call map_symbol_filenames.
766         (search_symbols): Call expand_symtabs_matching.
767         (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
768         (default_make_symbol_completion_list_break_on): Update to call
769         expand_symtabs_matching.
770         (make_source_files_completion_list): Update to call
771         map_symbol_filenames.
772
773 2014-01-14  Doug Evans  <dje@google.com>
774
775         * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
776         (expand_symtabs_symbol_matcher_ftype): New typedef.
777         (quick_symbol_functions.expand_symtabs_matching): Update to use.
778         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
779         * symfile.c (expand_partial_symbol_names): Update to use
780         expand_symtabs_symbol_matcher_ftype.
781         * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
782         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
783         Arg name_matcher renamed to symbol_matcher.
784         * psymtab.c (recursively_search_psymtabs): Update to use
785         expand_symtabs_symbol_matcher_ftype.  Arg name_matcher renamed to
786         sym_matcher.
787         (expand_symtabs_matching_via_partial): Update to use
788         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
789         Arg name_matcher renamed to symbol_matcher.
790
791 2014-01-14  Doug Evans  <dje@google.com>
792
793         * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
794         (map_partial_symbol_filenames): Ditto.
795         * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
796         (map_partial_symbol_filenames): Ditto.
797         * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
798         (map_partial_symbol_filenames): Ditto.
799         * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
800         (map_partial_symbol_filenames): Ditto.
801         * symtab.c: Delete #include "psymtab.h".
802
803 2014-01-14  Pedro Alves  <palves@redhat.com>
804             Tom Tromey  <tromey@redhat.com>
805
806         * infrun.c (use_displaced_stepping): Use find_record_target
807         instead of RECORD_IS_USED.
808         (adjust_pc_after_break): Use record_full_is_used instead of
809         RECORD_IS_USED.
810         * record-btrace.c (record_btrace_open): Call record_preopen
811         instead of checking RECORD_IS_USED.
812         * record-full.c (record_full_shortname)
813         (record_full_core_shortname): New globals.
814         (record_full_is_used): New function.
815         (find_full_open): Call record_preopen instead of checking
816         RECORD_IS_USED.
817         (init_record_full_ops): Set the target's shortname to
818         record_full_shortname.
819         (init_record_full_core_ops): Set the target's shortname to
820         record_full_core_shortname.
821         * record-full.h (record_full_is_used): Declare.
822         * record.c (find_record_target): Make extern.
823         (record_preopen): New function.
824         * record.h (RECORD_IS_USED): Delete macro.
825         (find_record_target, record_preopen): Declare functions.
826
827 2014-01-14  Yao Qi  <yao@codesourcery.com>
828
829         * gdbarch.sh (core_xfer_shared_libraries): Change its argument
830         'len''s type to ULONGEST.
831         (core_xfer_shared_libraries_aix): Likewise.
832         * gdbarch.c, gdbarch.h: Regenerated.
833         * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
834         Change type of 'len' to ULONGEST.
835         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
836         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
837
838 2014-01-14  Yao Qi  <yao@codesourcery.com>
839
840         * common/linux-osdata.c (linux_xfer_osdata_processes): Change
841         type of 'len' to ULONGEST.
842         (linux_xfer_osdata_processgroups): Likewise.
843         (linux_xfer_osdata_threads): Likewise.
844         (linux_xfer_osdata_fds): Likewise.
845         (linux_xfer_osdata_isockets): Likewise.
846         (linux_xfer_osdata_shm): Likewise.
847         (linux_xfer_osdata_sem): Likewise.
848         (linux_xfer_osdata_msg): Likewise.
849         (linux_common_xfer_osdata): Likewise.
850         (struct osdata_type) <getter>: Likewise.
851         * common/linux-osdata.h (linux_common_xfer_osdata): Update
852         the declaration.
853
854 2014-01-14  Yao Qi  <yao@codesourcery.com>
855
856         * target.h (target_xfer_partial_ftype): Update.
857         (struct target_ops) <to_xfer_partial>: Change 'len' type to
858         ULONGEST.
859         * aix-thread.c (aix_thread_xfer_partial): Change type of
860         argument 'len' to ULONGEST.
861         * auxv.c (procfs_xfer_auxv): Likewise.
862         (ld_so_xfer_auxv): Likewise.
863         (memory_xfer_auxv): Likewise.
864         * bfd-target.c (target_bfd_xfer_partial): Likewise.
865         * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
866         * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
867         * corelow.c (core_xfer_partial): Likewise.
868         * ctf.c (ctf_xfer_partial): Likewise.
869         * darwin-nat.c (darwin_read_write_inferior): Likewise.  Use
870         '%u'.
871         (darwin_read_dyld_info): Likewise.
872         (darwin_xfer_partial): Likewise.
873         * exec.c (section_table_xfer_memory_partial): Likewise.
874         (exec_xfer_partial): Likewise.
875         * exec.h (section_table_xfer_memory_partial): Update
876         declaration.
877         * gnu-nat.c (gnu_xfer_memory): Likewise.  Call pulongest
878         instead of plongest.
879         (gnu_xfer_partial): Likewise.
880         * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
881         (ia64_hpux_xfer_solib_got): Likewise.
882         (ia64_hpux_xfer_partial): Likewise.
883         * ia64-linux-nat.c (ia64_linux_xfer_partial):
884         * inf-ptrace.c (inf_ptrace_xfer_partial):
885         * inf-ttrace.c (inf_ttrace_xfer_partial):
886         * linux-nat.c (linux_xfer_siginfo): Likewise.
887         (linux_nat_xfer_partial): Likewise.
888         (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
889         (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
890         * monitor.c (monitor_xfer_memory): Likewise.
891         (monitor_xfer_partial): Likewise.
892         * procfs.c (procfs_xfer_partial): Likewise.
893         * record-full.c (record_full_xfer_partial): Likewise.
894         (record_full_core_xfer_partial): Likewise.
895         * remote-sim.c (gdbsim_xfer_memory): Likewise.  Call pulongest
896         instead of plongest.
897         (gdbsim_xfer_partial): Likewise.
898         * remote.c (remote_xfer_partial): Likewise.
899         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
900         * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
901         declaration.
902         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
903         (rs6000_xfer_shared_libraries): Likewise.
904         * sol-thread.c (sol_thread_xfer_partial): Likewise.
905         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
906         (sparc_xfer_partial): Likewise.
907         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
908         (spu_xfer_partial): Likewise.
909         * spu-multiarch.c (spu_xfer_partial): Likewise.
910         * target.c (target_read_live_memory): Likewise.
911         (memory_xfer_live_readonly_partial): Likewise.
912         (memory_xfer_partial, memory_xfer_partial_1): Likewise.
913         (target_xfer_partial, default_xfer_partial): Likewise.
914         (current_xfer_partial): Likewise.
915         * tracepoint.c (tfile_xfer_partial): Likewise.
916         * windows-nat.c (windows_xfer_memory): Likewise.  Call
917         pulongest instead of plongest.
918         (windows_xfer_partial): Likewise.
919         (windows_xfer_shared_libraries): Likewise.
920
921 2014-01-14  Yao Qi  <yao@codesourcery.com>
922
923         * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
924         target_xfer_partial_ftype.
925
926 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
927
928         PR python/15464
929         PR python/16113
930         * valops.c (value_struct_elt_bitpos): New function
931         * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
932         object to 'None' if the field name is an empty string ("").
933         * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
934         attribute to look for a field when 'name' is 'None'.
935         (get_field_type): New function
936
937 2014-01-13  Doug Evans  <dje@google.com>
938
939         PR symtab/16426
940         * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
941         (try_open_dwop_file): Ditto.
942         * gdb_bfd.c: #include "vec.h".
943         (bfdp): New typedef.
944         (struct gdb_bfd_data): New member included_bfds.
945         (gdb_bfd_unref): Unref all included bfds.
946         (gdb_bfd_record_inclusion): New function.
947         * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
948
949 2014-01-13  Tom Tromey  <tromey@redhat.com>
950
951         * gdbcore.h (deprecated_core_resize_section_table): Remove.
952
953 2014-01-13  Tom Tromey  <tromey@redhat.com>
954
955         * defs.h (use_windows): Remove.
956         * gdb.c (main): Update.
957         * main.c (captured_main, gdb_main): Update.
958         * main.h (struct captured_main_args) <use_windows>: Remove.
959         * top.c (use_windows): Remove.
960
961 2014-01-13  Tom Tromey  <tromey@redhat.com>
962
963         * defs.h (deprecated_flush_hook): Remove.
964
965 2014-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
966
967         PR threads/16216
968         * linux-thread-db.c (try_thread_db_load): Add parameter
969         check_auto_load_safe.  Move here the file_is_auto_load_safe call.
970         (try_thread_db_load_from_pdir_1): Move it there from here.
971         (try_thread_db_load_from_sdir): Update caller.
972         (try_thread_db_load_from_dir): Move it there from here.
973
974 2014-01-13  Patrick Palka  <patrick@parcs.ath.cx>
975
976         * regformats/regdat.sh: Always rewrite the register file.
977
978 2014-01-13  Pedro Alves  <palves@redhat.com>
979
980         * Makefile.in (CHECK_HEADERS): New variable.
981         (check-headers:): New rule.
982
983 2014-01-13  Tom Tromey  <tromey@redhat.com>
984
985         * cli/cli-setshow.c (do_set_command): Update.
986         * defs.h (deprecated_set_hook): Remove.
987         * top.c (deprecated_set_hook): Remove.
988
989 2014-01-13  Pedro Alves  <palves@redhat.com>
990
991         * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
992         the tracepoint if the PC is a pseudo-register.
993
994 2014-01-13  Tom Tromey  <tromey@redhat.com>
995
996         * defs.h (XCALLOC): Remove.
997         * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
998         (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
999         * dwarf2loc.c (allocate_piece_closure): Likewise.
1000         * elfread.c (elf_symfile_segments): Likewise.
1001         (elf_symfile_segments): Likewise.
1002         * gdbtypes.c (copy_type_recursive): Likewise.
1003         * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
1004         * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
1005         * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
1006         XCALLOC.
1007         * mt-tdep.c (mt_gdbarch_init): Likewise.
1008         * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
1009         XCALLOC.
1010         * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
1011         * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
1012         * registry.c (registry_alloc_data): Likewise.
1013         * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
1014         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
1015         * serial.c (serial_fdopen_ops): Likewise.
1016         * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
1017         XCALLOC.
1018         * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
1019         * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
1020         not XCALLOC.
1021
1022 2014-01-13  Tom Tromey  <tromey@redhat.com>
1023
1024         * defs.h (XMALLOC): Remove.
1025         * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
1026         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
1027         * cli-out.c (struct ui_out *): Likewise.
1028         * cli/cli-dump.c (add_dump_command): Likewise.
1029         (add_dump_command): Likewise.
1030         * complaints.c (get_complaints): Likewise.
1031         (find_complaint): Likewise.
1032         * dwarf2-frame.c (execute_cfa_program): Likewise.
1033         * dwarf2read.c (abbrev_table_read_table): Likewise.
1034         * gdbarch.sh: Likewise.
1035         * gdbarch.c: Rebuild.
1036         * inf-ttrace.c (inf_ttrace_add_page): Likewise.
1037         * interps.c (interp_new): Likewise.
1038         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
1039         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
1040         * mi/mi-console.c (mi_console_file_new): Likewise.
1041         * mi/mi-interp.c (mi_interpreter_init): Likewise.
1042         * mi/mi-out.c (mi_out_new): Likewise.
1043         * mi/mi-parse.c (mi_parse): Likewise.
1044         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
1045         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
1046         * observer.c (xalloc_observer_list_node): Likewise.
1047         * regcache.c (regcache_xmalloc_1): Likewise.
1048         * reggroups.c (reggroup_new): Likewise.
1049         (_initialize_reggroup): Likewise.
1050         * registry.c (register_data_with_cleanup): Likewise.
1051         * remote.c (remote_notif_stop_alloc_reply): Likewise.
1052         * ser-base.c (serial_ttystate): Likewise.
1053         * ser-mingw.c (make_pipe_state): Likewise.
1054         * ser-pipe.c (pipe_open): Likewise.
1055         * serial.c (serial_open): Likewise.
1056         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
1057         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
1058         (tui_alloc_win_info): Likewise.
1059         (tui_add_content_elements): Likewise.
1060         * tui/tui-file.c (tui_file_new): Likewise.
1061         * tui/tui-out.c (tui_out_new): Likewise.
1062         * ui-file.c (mem_file_new): Likewise.
1063         * ui-out.c (push_level): Likewise.
1064         (make_cleanup_ui_out_end): Likewise.
1065         (append_header_to_list): Likewise.
1066         (ui_out_new): Likewise.
1067         * user-regs.c (user_reg_add_builtin): Likewise.
1068
1069 2014-01-13  Tom Tromey  <tromey@redhat.com>
1070
1071         * defs.h (XZALLOC): Remove.
1072         * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
1073         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
1074         (get_ada_tasks_inferior_data): Likewise.
1075         * auto-load.c (get_auto_load_pspace_data): Likewise.
1076         * auxv.c (get_auxv_inferior_data): Likewise.
1077         * bfd-target.c (target_bfd_reopen): Likewise.
1078         * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
1079         (deprecated_insert_raw_breakpoint): Likewise.
1080         * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
1081         * corelow.c (core_open): Likewise.
1082         * darwin-nat.c (darwin_check_new_threads): Likewise.
1083         (darwin_attach_pid): Likewise.
1084         * dummy-frame.c (dummy_frame_push): Likewise.
1085         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
1086         * dwarf2loc.c (allocate_piece_closure): Likewise.
1087         * elfread.c (elf_symfile_segments): Likewise.
1088         * eval.c (ptrmath_type_p): Likewise.
1089         * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
1090         * gdbtypes.c (alloc_type_arch): Likewise.
1091         (alloc_type_instance): Likewise.
1092         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
1093         * inf-child.c (inf_child_can_use_agent): Likewise.
1094         * inflow.c (get_inflow_inferior_data): Likewise.
1095         * infrun.c (save_infcall_suspend_state): Likewise.
1096         * jit.c (jit_reader_load): Likewise.
1097         (get_jit_objfile_data): Likewise.
1098         (get_jit_program_space_data): Likewise.
1099         (jit_object_open_impl): Likewise.
1100         (jit_symtab_open_impl): Likewise.
1101         (jit_block_open_impl): Likewise.
1102         (jit_frame_sniffer): Likewise.
1103         * linux-fork.c (add_fork): Likewise.
1104         * maint.c (make_command_stats_cleanup): Likewise.
1105         * objfiles.c (get_objfile_pspace_data): Likewise.
1106         * opencl-lang.c (struct lval_closure): Likewise.
1107         * osdata.c (osdata_start_osdata): Likewise.
1108         * progspace.c (new_address_space): Likewise.
1109         (add_program_space): Likewise.
1110         * remote-sim.c (get_sim_inferior_data): Likewise.
1111         * sh-tdep.c (sh_gdbarch_init): Likewise.
1112         * skip.c (Ignore): Likewise.
1113         (skip_delete_command): Likewise.
1114         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
1115         (library_list_start_library): Likewise.
1116         (solib_aix_current_sos): Likewise.
1117         * solib-darwin.c (get_darwin_info): Likewise.
1118         (darwin_current_sos): Likewise.
1119         * solib-dsbt.c (get_dsbt_info): Likewise.
1120         * solib-ia64-hpux.c (new_so_list): Likewise.
1121         (ia64_hpux_get_solib_linkage_addr): Likewise.
1122         * solib-spu.c (append_ocl_sos): Likewise.
1123         (spu_current_sos): Likewise.
1124         * solib-svr4.c (get_svr4_info): Likewise.
1125         (svr4_keep_data_in_core): Likewise.
1126         (library_list_start_library): Likewise.
1127         (svr4_default_sos): Likewise.
1128         (svr4_read_so_list): Likewise.
1129         * solib-target.c (library_list_start_library): Likewise.
1130         (solib_target_current_sos): Likewise.
1131         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
1132         * symfile-debug.c (install_symfile_debug_logging): Likewise.
1133         * symfile.c (default_symfile_segments): Likewise.
1134         * target-descriptions.c (tdesc_data_init): Likewise.
1135         (tdesc_create_reg): Likewise.
1136         (struct tdesc_type *): Likewise.
1137         (tdesc_create_vector): Likewise.
1138         (tdesc_set_struct_size): Likewise.
1139         (struct tdesc_type *): Likewise.
1140         (tdesc_free_feature): Likewise.
1141         (tdesc_create_feature): Likewise.
1142         * windows-nat.c (windows_add_thread): Likewise.
1143         (windows_make_so): Likewise.
1144         * xml-support.c (gdb_xml_body_text): Likewise.
1145         (gdb_xml_create_parser_and_cleanup): Likewise.
1146         (xml_process_xincludes): Likewise.
1147         * xml-syscall.c (allocate_syscalls_info): Likewise.
1148         (syscall_create_syscall_desc): Likewise.
1149
1150 2014-01-12  Sergio Durigan Junior  <sergiodj@redhat.com>
1151
1152         * i386-tdep.c (i386_stap_parse_special_token_triplet): New
1153         function, with code from i386_stap_parse_special_token.
1154         (i386_stap_parse_special_token_three_arg_disp): Likewise.
1155         (i386_stap_parse_special_token): Move code to the two functions
1156         above; simplify it.
1157
1158 2014-01-09  Pedro Alves  <palves@redhat.com>
1159             Hui Zhu  <hui@codesourcery.com>
1160
1161         PR gdb/16101
1162         * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
1163         bp_err_string.  Don't mark the location shlib_disabled if the
1164         error thrown wasn't a generic or memory error.  Catch errors
1165         thrown while inserting breakpoints in overlayed code.  Output
1166         error message of software breakpoints.
1167         * remote.c (remote_insert_breakpoint): If this breakpoint has
1168         target-side commands but this stub doesn't support Z0 packets,
1169         throw NOT_SUPPORTED_ERROR error.
1170         * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
1171         * target.h (target_insert_breakpoint): Extend comment.
1172         (target_insert_hw_breakpoint): Add comment.
1173
1174 2014-01-08  Pedro Alves  <palves@redhat.com>
1175
1176         * remote.c (remote_add_thread): Add threads silently if starting
1177         up.
1178         (remote_notice_new_inferior): If in all-stop, and starting up,
1179         don't call notice_new_inferior.
1180         (get_current_thread): New function, factored out from ...
1181         (add_current_inferior_and_thread): ... this.  Adjust.
1182         (remote_start_remote) <all-stop>: Fetch the thread list.  If we
1183         found any thread, then select the remote's current thread as GDB's
1184         current thread too.
1185
1186 2014-01-08  Joel Brobecker  <brobecker@adacore.com>
1187
1188         * NEWS: Create a new section for the next release branch.
1189         Rename the section of the current branch, now that it has
1190         been cut.
1191
1192 2014-01-08  Joel Brobecker  <brobecker@adacore.com>
1193
1194         GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
1195         * version.in: Bump version to 7.7.50.DATE-cvs.
1196
1197 2014-01-08  Yao Qi  <yao@codesourcery.com>
1198
1199         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
1200         type of 'id' to gdb_byte.  Cast 'id' to 'const char *'.
1201         (spu_xfer_partial): Cast 'buf' to 'const char *'.
1202
1203 2014-01-08  Yao Qi  <yao@codesourcery.com>
1204
1205         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
1206         return value of bfd_get_filename to symbol_file_add_from_bfd.
1207
1208 2014-01-08  Pierre Muller  <muller@sourceware.org>
1209
1210         Fix PR16201.
1211         * coff-pe-read.c (struct read_pe_section_data): Add index field.
1212         (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
1213         to prim_record_mininal_symbol_and_info.
1214         (add_pe_forwarded_sym): Use known section number of forwarded symbol
1215         in call to prim_record_minimal_symbol_and_info.
1216         (read_pe_exported_syms): Set index field of section_data.
1217
1218 2014-01-07  Andrew Pinski  <apinski@cavium.com>
1219
1220         * features/aarch64-core.xml (cpsr): Change to be 64bit.
1221         * features/aarch64.c: Regenerate.
1222
1223 2014-01-07  Andreas Schwab  <schwab@linux-m68k.org>
1224
1225         * target.c (return_null): Define.
1226         (update_current_target): Use it instead of return_zero for
1227         functions that return a pointer.
1228
1229 2014-01-07  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
1230
1231         * source.c (add_path): Fix check for duplicated paths in the previously
1232         included paths.
1233
1234 2014-01-07  Honggyu Kim  <hong.gyu.kim@lge.com>
1235
1236         * ada-lang.c: Remove duplicated include statements.
1237         * alphabsd-nat.c: Ditto.
1238         * amd64-darwin-tdep.c: Ditto.
1239         * amd64fbsd-nat.c: Ditto.
1240         * auto-load.c: Ditto.
1241         * ax-gdb.c: Ditto.
1242         * breakpoint.c: Ditto.
1243         * dbxread.c: Ditto.
1244         * fork-child.c: Ditto.
1245         * gdb_usleep.c: Ditto.
1246         * i386-darwin-tdep.c: Ditto.
1247         * i386fbsd-nat.c: Ditto.
1248         * infcmd.c: Ditto.
1249         * inferior.c: Ditto.
1250         * jv-lang.c: Ditto.
1251         * linux-nat.c: Ditto.
1252         * linux-tdep.c: Ditto.
1253         * m68kbsd-nat.c: Ditto.
1254         * m68klinux-nat.c: Ditto.
1255         * microblaze-tdep.c: Ditto.
1256         * mips-linux-tdep.c: Ditto.
1257         * mn10300-tdep.c: Ditto.
1258         * nto-tdep.c: Ditto.
1259         * opencl-lang.c: Ditto.
1260         * osdata.c: Ditto.
1261         * printcmd.c: Ditto.
1262         * regcache.c: Ditto.
1263         * remote-m32r-sdi.c: Ditto.
1264         * remote.c: Ditto.
1265         * symfile.c: Ditto.
1266         * symtab.c: Ditto.
1267         * tilegx-linux-nat.c: Ditto.
1268         * tilegx-tdep.c: Ditto.
1269         * tracepoint.c: Ditto.
1270         * valops.c: Ditto.
1271         * vaxbsd-nat.c: Ditto.
1272         * windows-nat.c: Ditto.
1273         * xtensa-tdep.c: Ditto.
1274
1275 2014-01-07  Yao Qi  <yao@codesourcery.com>
1276
1277         * spu-linux-nat.c (_initialize_spu_nat): Declare.
1278
1279 2014-01-07  Yao Qi  <yao@codesourcery.com>
1280             Joel Brobecker  <brobecker@adacore.com>
1281
1282         * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
1283         (pdc_write_regs): Likewise.
1284         (fetch_regs_kernel_thread): Likewise.
1285         (store_regs_kernel_thread): Likewise.
1286
1287 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1288
1289         * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
1290         tagged type objects to their actual type.
1291
1292 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1293
1294         * ada-valprint.c (print_field_values): Add "language" parameter.
1295         Update calls to print_field_values and print_variant_part.
1296         Pass new parameter "language" in call to val_print instead
1297         of "current_language".  Replace call to ada_val_print by call
1298         to val_print.
1299         (print_variant_part): Add "language" parameter.
1300         (ada_val_print_struct_union): Update call to print_field_values.
1301
1302 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1303
1304         * ada-valprint.c (ui_memcpy): Delete.
1305         (ada_print_floating): Update documentation.  Add empty line
1306         between between function documentation and implementation.
1307         Delete variable "buffer".  Use ui_file_xstrdup in place of
1308         ui_file_put.  Minor adjustments following this change.
1309
1310 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1311
1312         * ada-valprint.c (ada_val_print_string): New function,
1313         extracted from ada_val_print_array.
1314         (ada_val_print_array): Replace extracted code by call
1315         to ada_val_print_string followed by a return.  Move
1316         "else" branch to the function's top block.
1317
1318 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1319
1320         * ada-valprint.c (ada_val_print_array): Move implementation
1321         down.  Rename parameter "offset" and "val" into "offset_aligned"
1322         and "original_value" respectively.  Add parameter "offset".
1323
1324 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1325
1326         * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
1327         re-organizing the code. Change the "???" message printed
1328         when target type is a TYPE_CODE_UNDEF into
1329         "<ref to undefined type>".
1330
1331 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1332
1333         * ada-valprint.c (print_record): Delete, implementation inlined...
1334         (ada_val_print_struct_union): ... here.  Remove call to
1335         ada_check_typedef in inlined implementation.
1336
1337 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1338
1339         * ada-valprint.c (ada_val_print_gnat_array): New function,
1340         extracted from ada_val_print_1;
1341         (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
1342         (ada_val_print_flt, ada_val_print_struct_union)
1343         (ada_val_print_ref): Likewise.
1344         (ada_val_print_1): Delete variables i and elttype.
1345         Replace extracted-out code by call to corresponding
1346         new functions.
1347
1348 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1349
1350         * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
1351
1352 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1353
1354         * ada-valprint.c (ada_val_print_1): Replace calls to
1355         ada_val_print_1 by calls to val_print.
1356
1357 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1358
1359         * ada-valprint.c (ada_val_print_1): Add parameter "language".
1360         Update calls to self accordingly.  Replace calls to c_val_print
1361         by calls to val_print.
1362
1363 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1364
1365         * ada-valprint.c (print_record): Delete declaration.
1366         (adjust_type_signedness, ada_val_print_1): Likewise.
1367         (ada_val_print): Move function implementation down.
1368         (print_variant_part, print_field_values, print_record):
1369         Move function implementation up.
1370
1371 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1372
1373         * python/py-type.c (typy_get_name): New function.
1374         (type_object_getset): Add entry for attribute "name".
1375         * NEWS: Add entry mentioning this new attribute.
1376
1377 2014-01-07  Yao Qi  <yao@codesourcery.com>
1378
1379         * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
1380         statement.
1381
1382 2014-01-07  Yao Qi  <yao@codesourcery.com>
1383
1384         * gnu-nat.c (info_port_rights): Add qualifier const to
1385         argument args.
1386
1387 2014-01-07  Yao Qi  <yao@codesourcery.com>
1388
1389         * gnu-nat.c (trace_me): Use 'void' for empty argument list.
1390
1391 2014-01-07  Yao Qi  <yao@codesourcery.com>
1392
1393         * gnu-nat.c (make_inf) Update declaration.
1394         (make_inf): Make it static.
1395         (inf_set_traced): Likewise.
1396         (inf_port_to_thread, inf_task_died_status): Likewise.
1397
1398 2014-01-07  Yao Qi  <yao@codesourcery.com>
1399
1400         * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1401
1402 2014-01-07  Yao Qi  <yao@codesourcery.com>
1403
1404         * gnu-nat.c (_initialize_gnu_nat): Declare.
1405
1406 2014-01-07  Yao Qi  <yao@codesourcery.com>
1407
1408         * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1409         'enum bfd_endian'.
1410         (struct gdbarch_info) <byte_order>: Change type to
1411         'enum bfd_endian'.
1412         <byte_order_for_code>: Likewise.
1413         * gdbarch.c, gdbarch.h: Regenerated.
1414
1415 2014-01-06  Sasha Smundak  <asmundak@google.com>
1416
1417         * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1418
1419 2014-01-06  Tom Tromey  <tromey@redhat.com>
1420
1421         * doublest.c (convert_doublest_to_floatformat): Use const, not
1422         CONST.
1423         * somread.c (som_symtab_read): Likewise.
1424
1425 2014-01-07  Hui Zhu  <hui@codesourcery.com>
1426
1427         * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1428         (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1429         (gdb_bfd_fopen): Ditto.
1430         (gdb_bfd_openr): Ditto.
1431         (gdb_bfd_openw): Ditto.
1432         (gdb_bfd_openr_iovec): Ditto.
1433         (gdb_bfd_fdopenr): Ditto.
1434         * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1435         * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1436         with xstrdup.
1437         * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1438         with xstrdup.
1439         * symfile-mem.c (symbol_file_add_from_memory): Removed
1440         gdb_bfd_stash_filename.
1441
1442 2014-01-03  Doug Evans  <dje@google.com>
1443
1444         * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1445         output.
1446
1447 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
1448
1449         Update year range in copyright notice of all files.
1450
1451 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
1452
1453         * top.c (print_gdb_version): Set copyright year to 2014.
1454
1455 2014-01-01  Joel Brobecker  <brobecker@adacore.com>
1456
1457         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1458
1459 For older changes see ChangeLog-2013.
1460 \f
1461 Local Variables:
1462 mode: change-log
1463 left-margin: 8
1464 fill-column: 74
1465 version-control: never
1466 coding: utf-8
1467 End: