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