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