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