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