]> Git Repo - binutils.git/blob - gdb/ChangeLog
record-btrace, frame: supply target-specific unwinder
[binutils.git] / gdb / ChangeLog
1 2014-01-16  Jan Kratochvil  <[email protected]>
2             Markus Metzger  <[email protected]>
3
4         * record-btrace.c: Include frame-unwind.h.
5         (record_btrace_frame_unwind_stop_reason)
6         (record_btrace_frame_this_id, record_btrace_frame_prev_register)
7         (record_btrace_frame_sniffer, record_btrace_frame_unwind):
8         New.
9         (init_record_btrace_ops): Install it.
10
11 2014-01-16  Jan Kratochvil  <[email protected]>
12
13         * frame.c (get_frame_unwind_stop_reason): Unconditionally call
14         get_prev_frame_1.
15
16 2014-01-16  Jan Kratochvil  <[email protected]>
17
18         * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
19         earlier.
20
21 2014-01-16  Jan Kratochvil  <[email protected]>
22
23         * frame-unwind.c: Include target.h.
24         (frame_unwind_try_unwinder): New function with code from ...
25         (frame_unwind_find_by_frame): ... here.  New variable
26         unwinder_from_target, call also target_get_unwinder)
27         (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
28         * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
29         * target.h (struct target_ops): New fields to_get_unwinder and
30         to_get_tailcall_unwinder.
31         (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
32
33 2014-01-16  Markus Metzger  <[email protected]>
34
35         * record-btrace.c (record_btrace_fetch_registers)
36         (record_btrace_store_registers)
37         (record_btrace_to_prepare_to_store): New.
38         (init_record_btrace_ops): Add the above.
39
40 2014-01-16  Tom Tromey  <[email protected]>
41
42         * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
43         * target.h (struct target_ops) <to_prepare_to_store>: Add
44         argument.
45         (target_prepare_to_store): Add argument.
46         * target.c (debug_to_prepare_to_store): Add argument.
47         (update_current_target): Update.
48         * remote.c (remote_prepare_to_store): Add 'self' argument.
49         * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
50         * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
51         * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
52         * record-full.c (record_full_core_prepare_to_store): Add 'self'
53         argument.
54         * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
55         * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
56         * monitor.c (monitor_prepare_to_store): Add 'self' argument.
57         * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
58         * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
59
60 2014-01-16  Markus Metzger  <[email protected]>
61
62         * btrace.h (replay) <replay>: New.
63         (btrace_is_replaying): New.
64         * btrace.c (btrace_clear): Free replay iterator.
65         (btrace_is_replaying): New.
66         * record-btrace.c (record_btrace_is_replaying): New.
67         (record_btrace_info): Print insn number if replaying.
68         (record_btrace_insn_history): Start at replay position.
69         (record_btrace_call_history): Start at replay position.
70         (init_record_btrace_ops): Init to_record_is_replaying.
71
72 2014-01-16  Markus Metzger  <[email protected]>
73
74         * record-btrace.c (record_btrace_insn_history_range): Include
75         end.
76         (record_btrace_insn_history_from): Adjust range.
77         (record_btrace_call_history_range): Include
78         end.
79         (record_btrace_call_history_from): Adjust range.
80         * NEWS: Announce changes.
81
82 2014-01-16  Markus Metzger  <[email protected]>
83
84         * record.h (enum record_print_flag)
85         <record_print_indent_calls>: New.
86         * record.c (get_call_history_modifiers): Recognize /c modifier.
87         (_initialize_record): Document /c modifier.
88         * record-btrace.c (btrace_call_history): Add btinfo parameter.
89         Reorder fields.  Optionally indent the function name.  Update
90         all users.
91         * NEWS: Announce changes.
92
93 2014-01-16  Markus Metzger  <[email protected]>
94
95         * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
96
97 2014-01-16  Markus Metzger  <[email protected]>
98
99         * btrace.c (ftrace_new_function): Start counting at one.
100         * record-btrace.c (record_btrace_info): Adjust number of calls
101         and insns.
102         * NEWS: Announce it.
103
104 2014-01-16  Markus Metzger  <[email protected]>
105
106         * record-btrace.c (btrace_call_history_insn_range): Print
107         insn range as [begin, end].
108
109 2014-01-16  Markus Metzger  <[email protected]>
110
111         * btrace.h (struct btrace_func_link): New.
112         (enum btrace_function_flag): New.
113         (struct btrace_inst): Rename to ...
114         (struct btrace_insn): ...this. Update all users.
115         (struct btrace_func) <ibegin, iend>: Remove.
116         (struct btrace_func_link): New.
117         (struct btrace_func): Rename to ...
118         (struct btrace_function): ...this. Update all users.
119         (struct btrace_function) <segment, flow, up, insn, insn_offset)
120         (number, level, flags>: New.
121         (struct btrace_insn_iterator): Rename to ...
122         (struct btrace_insn_history): ...this.
123         Update all users.
124         (struct btrace_insn_iterator, btrace_call_iterator): New.
125         (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
126         (struct btrace_target_info) <begin, end, level>
127         <insn_history, call_history>: New.
128         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
129         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
130         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
131         (btrace_call_number, btrace_call_begin, btrace_call_end)
132         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
133         (btrace_find_function_by_number, btrace_set_insn_history)
134         (btrace_set_call_history): New.
135         * btrace.c (btrace_init_insn_iterator)
136         (btrace_init_func_iterator, compute_itrace): Remove.
137         (ftrace_print_function_name, ftrace_print_filename)
138         (ftrace_skip_file): Change
139         parameter to const.
140         (ftrace_init_func): Remove.
141         (ftrace_debug): Use new btrace_function fields.
142         (ftrace_function_switched): Also consider gaining and
143         losing symbol information).
144         (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
145         (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
146         (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
147         New.
148         (ftrace_new_function): Move. Remove debug print.
149         (ftrace_update_lines, ftrace_update_insns): New.
150         (ftrace_update_function): Check for call, ret, and jump.
151         (compute_ftrace): Renamed to ...
152         (btrace_compute_ftrace): ...this. Rewritten to compute call
153         stack.
154         (btrace_fetch, btrace_clear): Updated.
155         (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
156         (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
157         (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
158         (btrace_call_number, btrace_call_begin, btrace_call_end)
159         (btrace_call_prev, btrace_call_next, btrace_call_cmp)
160         (btrace_find_function_by_number, btrace_set_insn_history)
161         (btrace_set_call_history): New.
162         * record-btrace.c (require_btrace): Use new btrace thread
163         info fields.
164         (record_btrace_info, btrace_insn_history)
165         (record_btrace_insn_history, record_btrace_insn_history_range):
166         Use new btrace thread info fields and new iterator.
167         (btrace_func_history_src_line): Rename to ...
168         (btrace_call_history_src_line): ...this. Use new btrace
169         thread info fields.
170         (btrace_func_history): Rename to ...
171         (btrace_call_history): ...this. Use new btrace thread info
172         fields and new iterator.
173         (record_btrace_call_history, record_btrace_call_history_range):
174         Use new btrace thread info fields and new iterator.
175
176 2014-01-16  Markus Metzger  <[email protected]>
177
178         * frame.h (frame_id_build_unavailable_stack_special): New.
179         * frame.c (frame_id_build_unavailable_stack_special): New.
180
181 2014-01-16  Markus Metzger  <[email protected]>
182
183         * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
184         (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
185         (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
186         to gdbarch.
187         * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
188         (i386_insn_is_jump, i386_jmp_p): New.
189         (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
190         insn_is_jump to gdbarch.
191         * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
192         * gdbarch.h: Regenerated.
193         * gdbarch.c: Regenerated.
194         * arch-utils.h (default_insn_is_call, default_insn_is_ret)
195         (default_insn_is_jump): New.
196         * arch-utils.c (default_insn_is_call, default_insn_is_ret)
197         (default_insn_is_jump): New.
198
199 2014-01-16  Markus Metzger  <[email protected]>
200
201         * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
202         Change to ...
203         (btrace_read_type) <BTRACE_READ_ALL>: ... this.  Update users.
204         (btrace_read_type) <btrace_read_new>: Change to ...
205         (btrace_read_type) <BTRACE_READ_NEW>: ... this.  Update users.
206
207 2014-01-16  Markus Metzger  <[email protected]>
208
209         * common/linux-btrace.c (linux_read_btrace): Free trace from
210         previous iteration.
211
212 2014-01-15  Doug Evans  <[email protected]>
213
214         * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
215         uint32_t.
216
217 2014-01-15  Tom Tromey  <[email protected]>
218
219         * dbxread.c (process_one_symbol): Use set_objfile_main_name.
220         * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
221         * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
222         (set_objfile_main_name): New function.
223         * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
224         language_of_main>: New fields.
225         (set_objfile_main_name): Declare.
226         * symtab.c (find_main_name): Loop over objfiles to find the main
227         name and language.
228         (set_main_name): Now static.
229         (get_main_info): Add comment.
230         * symtab.h (set_main_name): Don't declare.
231
232 2014-01-15  Tom Tromey  <[email protected]>
233
234         * symtab.c (main_progspace_key): New global.
235         (struct main_info): New.
236         (name_of_main, language_of_main): Remove.
237         (get_main_info, main_info_cleanup): New function.
238         (set_main_name, main_name, main_language): Use get_main_info.
239         (_initialize_symtab): Initialize main_progspace_key.
240
241 2014-01-15  Tom Tromey  <[email protected]>
242
243         * dbxread.c (process_one_symbol): Update.
244         * dwarf2read.c (read_partial_die): Update.
245         * symfile.c (set_initial_language): Call main_language.
246         * symtab.c (language_of_main): Now static.
247         (set_main_name): Add 'lang' parameter.
248         (find_main_name): Update.
249         (main_language): New function.
250         (symtab_observer_executable_changed): Update.
251         * symtab.h (set_main_name): Update.
252         (language_of_main): Remove.
253         (main_language): Declare.
254
255 2014-01-15  Tom Tromey  <[email protected]>
256
257         * symfile.c (init_entry_point_info): Use new "initialized" field.
258         Update.
259         * objfiles.h (struct entry_point) <initialized>: New field.
260         (struct objfile_per_bfd_storage) <ei>: New field, moved from...
261         (struct objfile) <ei>: ...here.  Remove.
262         * objfiles.c (entry_point_address_query): Update.
263
264 2014-01-15  Tom Tromey  <[email protected]>
265
266         * objfiles.c (entry_point_address_query): Relocate entry point
267         address.
268         (objfile_relocate1): Do not relocate entry point address.
269         * objfiles.h (struct entry_info) <entry_point>: Update comment.
270         <the_bfd_section_index>: New field.
271         * symfile.c (init_entry_point_info): Find the entry point's
272         section.
273
274 2014-01-15  Tom Tromey  <[email protected]>
275
276         * solib-frv.c (enable_break): Use entry_point_address_query.
277
278 2014-01-15  Omair Javaid  <[email protected]>
279
280         * NEWS: Add note on improved process record-replay on
281         arm*-linux* targets.
282
283 2014-01-15  Omair Javaid  <[email protected]>
284
285         * arm-tdep.c (enum arm_record_result): New enum.
286         (arm_record_unsupported_insn): New function.
287         (arm_record_coproc_data_proc): Removed.
288         (thumb2_record_ld_st_multiple): New function.
289         (thumb2_record_ld_st_dual_ex_tbb): New function.
290         (thumb2_record_data_proc_sreg_mimm): New function.
291         (thumb2_record_ps_dest_generic): New function.
292         (thumb2_record_branch_misc_cntrl): New function.
293         (thumb2_record_str_single_data): New function.
294         (thumb2_record_ld_mem_hints): New function.
295         (thumb2_record_ld_word): New function.
296         (thumb2_record_lmul_lmla_div): New function.
297         (thumb2_record_decode_insn_handler): New function.
298         (decode_insn): Add thumb32 instruction handlers.
299
300 2014-01-15  Omair Javaid  <[email protected]>
301
302         * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
303         (struct arm_linux_record_tdep): Declare.
304         (arm_canonicalize_syscall): New function.
305         (arm_all_but_pc_registers_record): New function.
306         (arm_linux_syscall_record): New function.
307         (arm_linux_init_abi): Add syscall recording constructs.
308         * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
309         decoding.  (arm_record_coproc_data_proc): Update arm syscall
310         decoding.
311         * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
312         <arm_syscall_record>: New field.
313         * configure.tgt (arm*-*-linux*): Add linux-record.o to
314         gdb_target_obs.
315
316 2014-01-15  Omair Javaid  <[email protected]>
317
318         * arm-tdep.c (thumb_record_misc): Update to use sp as base
319         register for push instruction recording.
320
321 2014-01-15  Omair Javaid  <[email protected]>
322
323         * arm-tdep.c (thumb_record_misc): Update to correct logical
324         error while recording ldm, ldmia and pop instructions.
325
326 2014-01-15  Omair Javaid  <[email protected]>
327
328         * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
329
330 2014-01-15  Pedro Alves  <[email protected]>
331
332         * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
333         (go32_resume, go32_fetch_registers, store_register)
334         (go32_store_registers, go32_prepare_to_store)
335         (go32_xfer_memory, go32_files_info, go32_kill_inferior)
336         (go32_create_inferior, go32_can_run, go32_terminal_init)
337         (go32_terminal_inferior, go32_terminal_ours): Delete forward
338         declarations.
339
340 2014-01-15  Tom Tromey  <[email protected]>
341
342         * target.h (async_callback_ftype): New typedef.
343         (struct target_ops) <to_async>: Use it.
344
345 2014-01-15  Joel Brobecker  <[email protected]>
346
347         * python/py-value.c (get_field_type): Remove unnecessary curly
348         braces for single-statement if block.
349
350 2014-01-15  Joel Brobecker  <[email protected]>
351
352         * python/py-type.c (convert_field): Add missing empty line
353         after declarations.
354
355 2014-01-14  Doug Evans  <[email protected]>
356
357         * symfile.h (expand_symtabs_matching): Renamed from
358         expand_partial_symbol_names.  Update prototype.
359         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
360         * symfile.c (expand_symtabs_matching): Renamed from
361         expand_partial_symbol_names.  New args file_matcher, kind.
362         Rename arg fun to symbol_matcher.
363         (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
364         * ada-lang.c (ada_complete_symbol_matcher): Renamed from
365         ada_expand_partial_symbol_name.
366         (ada_make_symbol_completion_list): Update to call
367         expand_symtabs_matching.
368         (ada_add_global_exceptions): Call expand_symtabs_matching.
369         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
370         call map_symbol_filenames.
371         * symtab.c (sources_info): Update to call map_symbol_filenames.
372         (search_symbols): Call expand_symtabs_matching.
373         (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
374         (default_make_symbol_completion_list_break_on): Update to call
375         expand_symtabs_matching.
376         (make_source_files_completion_list): Update to call
377         map_symbol_filenames.
378
379 2014-01-14  Doug Evans  <[email protected]>
380
381         * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
382         (expand_symtabs_symbol_matcher_ftype): New typedef.
383         (quick_symbol_functions.expand_symtabs_matching): Update to use.
384         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
385         * symfile.c (expand_partial_symbol_names): Update to use
386         expand_symtabs_symbol_matcher_ftype.
387         * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
388         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
389         Arg name_matcher renamed to symbol_matcher.
390         * psymtab.c (recursively_search_psymtabs): Update to use
391         expand_symtabs_symbol_matcher_ftype.  Arg name_matcher renamed to
392         sym_matcher.
393         (expand_symtabs_matching_via_partial): Update to use
394         expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
395         Arg name_matcher renamed to symbol_matcher.
396
397 2014-01-14  Doug Evans  <[email protected]>
398
399         * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
400         (map_partial_symbol_filenames): Ditto.
401         * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
402         (map_partial_symbol_filenames): Ditto.
403         * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
404         (map_partial_symbol_filenames): Ditto.
405         * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
406         (map_partial_symbol_filenames): Ditto.
407         * symtab.c: Delete #include "psymtab.h".
408
409 2014-01-14  Pedro Alves  <[email protected]>
410             Tom Tromey  <[email protected]>
411
412         * infrun.c (use_displaced_stepping): Use find_record_target
413         instead of RECORD_IS_USED.
414         (adjust_pc_after_break): Use record_full_is_used instead of
415         RECORD_IS_USED.
416         * record-btrace.c (record_btrace_open): Call record_preopen
417         instead of checking RECORD_IS_USED.
418         * record-full.c (record_full_shortname)
419         (record_full_core_shortname): New globals.
420         (record_full_is_used): New function.
421         (find_full_open): Call record_preopen instead of checking
422         RECORD_IS_USED.
423         (init_record_full_ops): Set the target's shortname to
424         record_full_shortname.
425         (init_record_full_core_ops): Set the target's shortname to
426         record_full_core_shortname.
427         * record-full.h (record_full_is_used): Declare.
428         * record.c (find_record_target): Make extern.
429         (record_preopen): New function.
430         * record.h (RECORD_IS_USED): Delete macro.
431         (find_record_target, record_preopen): Declare functions.
432
433 2014-01-14  Yao Qi  <[email protected]>
434
435         * gdbarch.sh (core_xfer_shared_libraries): Change its argument
436         'len''s type to ULONGEST.
437         (core_xfer_shared_libraries_aix): Likewise.
438         * gdbarch.c, gdbarch.h: Regenerated.
439         * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
440         Change type of 'len' to ULONGEST.
441         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
442         (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
443
444 2014-01-14  Yao Qi  <[email protected]>
445
446         * common/linux-osdata.c (linux_xfer_osdata_processes): Change
447         type of 'len' to ULONGEST.
448         (linux_xfer_osdata_processgroups): Likewise.
449         (linux_xfer_osdata_threads): Likewise.
450         (linux_xfer_osdata_fds): Likewise.
451         (linux_xfer_osdata_isockets): Likewise.
452         (linux_xfer_osdata_shm): Likewise.
453         (linux_xfer_osdata_sem): Likewise.
454         (linux_xfer_osdata_msg): Likewise.
455         (linux_common_xfer_osdata): Likewise.
456         (struct osdata_type) <getter>: Likewise.
457         * common/linux-osdata.h (linux_common_xfer_osdata): Update
458         the declaration.
459
460 2014-01-14  Yao Qi  <[email protected]>
461
462         * target.h (target_xfer_partial_ftype): Update.
463         (struct target_ops) <to_xfer_partial>: Change 'len' type to
464         ULONGEST.
465         * aix-thread.c (aix_thread_xfer_partial): Change type of
466         argument 'len' to ULONGEST.
467         * auxv.c (procfs_xfer_auxv): Likewise.
468         (ld_so_xfer_auxv): Likewise.
469         (memory_xfer_auxv): Likewise.
470         * bfd-target.c (target_bfd_xfer_partial): Likewise.
471         * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
472         * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
473         * corelow.c (core_xfer_partial): Likewise.
474         * ctf.c (ctf_xfer_partial): Likewise.
475         * darwin-nat.c (darwin_read_write_inferior): Likewise.  Use
476         '%u'.
477         (darwin_read_dyld_info): Likewise.
478         (darwin_xfer_partial): Likewise.
479         * exec.c (section_table_xfer_memory_partial): Likewise.
480         (exec_xfer_partial): Likewise.
481         * exec.h (section_table_xfer_memory_partial): Update
482         declaration.
483         * gnu-nat.c (gnu_xfer_memory): Likewise.  Call pulongest
484         instead of plongest.
485         (gnu_xfer_partial): Likewise.
486         * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
487         (ia64_hpux_xfer_solib_got): Likewise.
488         (ia64_hpux_xfer_partial): Likewise.
489         * ia64-linux-nat.c (ia64_linux_xfer_partial):
490         * inf-ptrace.c (inf_ptrace_xfer_partial):
491         * inf-ttrace.c (inf_ttrace_xfer_partial):
492         * linux-nat.c (linux_xfer_siginfo): Likewise.
493         (linux_nat_xfer_partial): Likewise.
494         (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
495         (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
496         * monitor.c (monitor_xfer_memory): Likewise.
497         (monitor_xfer_partial): Likewise.
498         * procfs.c (procfs_xfer_partial): Likewise.
499         * record-full.c (record_full_xfer_partial): Likewise.
500         (record_full_core_xfer_partial): Likewise.
501         * remote-sim.c (gdbsim_xfer_memory): Likewise.  Call pulongest
502         instead of plongest.
503         (gdbsim_xfer_partial): Likewise.
504         * remote.c (remote_xfer_partial): Likewise.
505         * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
506         * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
507         declaration.
508         * rs6000-nat.c (rs6000_xfer_partial): Likewise.
509         (rs6000_xfer_shared_libraries): Likewise.
510         * sol-thread.c (sol_thread_xfer_partial): Likewise.
511         * sparc-nat.c (sparc_xfer_wcookie): Likewise.
512         (sparc_xfer_partial): Likewise.
513         * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
514         (spu_xfer_partial): Likewise.
515         * spu-multiarch.c (spu_xfer_partial): Likewise.
516         * target.c (target_read_live_memory): Likewise.
517         (memory_xfer_live_readonly_partial): Likewise.
518         (memory_xfer_partial, memory_xfer_partial_1): Likewise.
519         (target_xfer_partial, default_xfer_partial): Likewise.
520         (current_xfer_partial): Likewise.
521         * tracepoint.c (tfile_xfer_partial): Likewise.
522         * windows-nat.c (windows_xfer_memory): Likewise.  Call
523         pulongest instead of plongest.
524         (windows_xfer_partial): Likewise.
525         (windows_xfer_shared_libraries): Likewise.
526
527 2014-01-14  Yao Qi  <[email protected]>
528
529         * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
530         target_xfer_partial_ftype.
531
532 2014-01-13  Siva Chandra Reddy  <[email protected]>
533
534         PR python/15464
535         PR python/16113
536         * valops.c (value_struct_elt_bitpos): New function
537         * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
538         object to 'None' if the field name is an empty string ("").
539         * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
540         attribute to look for a field when 'name' is 'None'.
541         (get_field_type): New function
542
543 2014-01-13  Doug Evans  <[email protected]>
544
545         PR symtab/16426
546         * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
547         (try_open_dwop_file): Ditto.
548         * gdb_bfd.c: #include "vec.h".
549         (bfdp): New typedef.
550         (struct gdb_bfd_data): New member included_bfds.
551         (gdb_bfd_unref): Unref all included bfds.
552         (gdb_bfd_record_inclusion): New function.
553         * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
554
555 2014-01-13  Tom Tromey  <[email protected]>
556
557         * gdbcore.h (deprecated_core_resize_section_table): Remove.
558
559 2014-01-13  Tom Tromey  <[email protected]>
560
561         * defs.h (use_windows): Remove.
562         * gdb.c (main): Update.
563         * main.c (captured_main, gdb_main): Update.
564         * main.h (struct captured_main_args) <use_windows>: Remove.
565         * top.c (use_windows): Remove.
566
567 2014-01-13  Tom Tromey  <[email protected]>
568
569         * defs.h (deprecated_flush_hook): Remove.
570
571 2014-01-13  Jan Kratochvil  <[email protected]>
572
573         PR threads/16216
574         * linux-thread-db.c (try_thread_db_load): Add parameter
575         check_auto_load_safe.  Move here the file_is_auto_load_safe call.
576         (try_thread_db_load_from_pdir_1): Move it there from here.
577         (try_thread_db_load_from_sdir): Update caller.
578         (try_thread_db_load_from_dir): Move it there from here.
579
580 2014-01-13  Patrick Palka  <[email protected]>
581
582         * regformats/regdat.sh: Always rewrite the register file.
583
584 2014-01-13  Pedro Alves  <[email protected]>
585
586         * Makefile.in (CHECK_HEADERS): New variable.
587         (check-headers:): New rule.
588
589 2014-01-13  Tom Tromey  <[email protected]>
590
591         * cli/cli-setshow.c (do_set_command): Update.
592         * defs.h (deprecated_set_hook): Remove.
593         * top.c (deprecated_set_hook): Remove.
594
595 2014-01-13  Pedro Alves  <[email protected]>
596
597         * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
598         the tracepoint if the PC is a pseudo-register.
599
600 2014-01-13  Tom Tromey  <[email protected]>
601
602         * defs.h (XCALLOC): Remove.
603         * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
604         (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
605         * dwarf2loc.c (allocate_piece_closure): Likewise.
606         * elfread.c (elf_symfile_segments): Likewise.
607         (elf_symfile_segments): Likewise.
608         * gdbtypes.c (copy_type_recursive): Likewise.
609         * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
610         * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
611         * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
612         XCALLOC.
613         * mt-tdep.c (mt_gdbarch_init): Likewise.
614         * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
615         XCALLOC.
616         * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
617         * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
618         * registry.c (registry_alloc_data): Likewise.
619         * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
620         * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
621         * serial.c (serial_fdopen_ops): Likewise.
622         * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
623         XCALLOC.
624         * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
625         * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
626         not XCALLOC.
627
628 2014-01-13  Tom Tromey  <[email protected]>
629
630         * defs.h (XMALLOC): Remove.
631         * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
632         * bfin-tdep.c (bfin_gdbarch_init): Likewise.
633         * cli-out.c (struct ui_out *): Likewise.
634         * cli/cli-dump.c (add_dump_command): Likewise.
635         (add_dump_command): Likewise.
636         * complaints.c (get_complaints): Likewise.
637         (find_complaint): Likewise.
638         * dwarf2-frame.c (execute_cfa_program): Likewise.
639         * dwarf2read.c (abbrev_table_read_table): Likewise.
640         * gdbarch.sh: Likewise.
641         * gdbarch.c: Rebuild.
642         * inf-ttrace.c (inf_ttrace_add_page): Likewise.
643         * interps.c (interp_new): Likewise.
644         * lm32-tdep.c (lm32_gdbarch_init): Likewise.
645         * m32r-tdep.c (m32r_gdbarch_init): Likewise.
646         * mi/mi-console.c (mi_console_file_new): Likewise.
647         * mi/mi-interp.c (mi_interpreter_init): Likewise.
648         * mi/mi-out.c (mi_out_new): Likewise.
649         * mi/mi-parse.c (mi_parse): Likewise.
650         * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
651         * moxie-tdep.c (moxie_gdbarch_init): Likewise.
652         * observer.c (xalloc_observer_list_node): Likewise.
653         * regcache.c (regcache_xmalloc_1): Likewise.
654         * reggroups.c (reggroup_new): Likewise.
655         (_initialize_reggroup): Likewise.
656         * registry.c (register_data_with_cleanup): Likewise.
657         * remote.c (remote_notif_stop_alloc_reply): Likewise.
658         * ser-base.c (serial_ttystate): Likewise.
659         * ser-mingw.c (make_pipe_state): Likewise.
660         * ser-pipe.c (pipe_open): Likewise.
661         * serial.c (serial_open): Likewise.
662         * sh64-tdep.c (sh64_gdbarch_init): Likewise.
663         * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
664         (tui_alloc_win_info): Likewise.
665         (tui_add_content_elements): Likewise.
666         * tui/tui-file.c (tui_file_new): Likewise.
667         * tui/tui-out.c (tui_out_new): Likewise.
668         * ui-file.c (mem_file_new): Likewise.
669         * ui-out.c (push_level): Likewise.
670         (make_cleanup_ui_out_end): Likewise.
671         (append_header_to_list): Likewise.
672         (ui_out_new): Likewise.
673         * user-regs.c (user_reg_add_builtin): Likewise.
674
675 2014-01-13  Tom Tromey  <[email protected]>
676
677         * defs.h (XZALLOC): Remove.
678         * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
679         * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
680         (get_ada_tasks_inferior_data): Likewise.
681         * auto-load.c (get_auto_load_pspace_data): Likewise.
682         * auxv.c (get_auxv_inferior_data): Likewise.
683         * bfd-target.c (target_bfd_reopen): Likewise.
684         * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
685         (deprecated_insert_raw_breakpoint): Likewise.
686         * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
687         * corelow.c (core_open): Likewise.
688         * darwin-nat.c (darwin_check_new_threads): Likewise.
689         (darwin_attach_pid): Likewise.
690         * dummy-frame.c (dummy_frame_push): Likewise.
691         * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
692         * dwarf2loc.c (allocate_piece_closure): Likewise.
693         * elfread.c (elf_symfile_segments): Likewise.
694         * eval.c (ptrmath_type_p): Likewise.
695         * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
696         * gdbtypes.c (alloc_type_arch): Likewise.
697         (alloc_type_instance): Likewise.
698         * hppa-tdep.c (hppa_gdbarch_init): Likewise.
699         * inf-child.c (inf_child_can_use_agent): Likewise.
700         * inflow.c (get_inflow_inferior_data): Likewise.
701         * infrun.c (save_infcall_suspend_state): Likewise.
702         * jit.c (jit_reader_load): Likewise.
703         (get_jit_objfile_data): Likewise.
704         (get_jit_program_space_data): Likewise.
705         (jit_object_open_impl): Likewise.
706         (jit_symtab_open_impl): Likewise.
707         (jit_block_open_impl): Likewise.
708         (jit_frame_sniffer): Likewise.
709         * linux-fork.c (add_fork): Likewise.
710         * maint.c (make_command_stats_cleanup): Likewise.
711         * objfiles.c (get_objfile_pspace_data): Likewise.
712         * opencl-lang.c (struct lval_closure): Likewise.
713         * osdata.c (osdata_start_osdata): Likewise.
714         * progspace.c (new_address_space): Likewise.
715         (add_program_space): Likewise.
716         * remote-sim.c (get_sim_inferior_data): Likewise.
717         * sh-tdep.c (sh_gdbarch_init): Likewise.
718         * skip.c (Ignore): Likewise.
719         (skip_delete_command): Likewise.
720         * solib-aix.c (get_solib_aix_inferior_data): Likewise.
721         (library_list_start_library): Likewise.
722         (solib_aix_current_sos): Likewise.
723         * solib-darwin.c (get_darwin_info): Likewise.
724         (darwin_current_sos): Likewise.
725         * solib-dsbt.c (get_dsbt_info): Likewise.
726         * solib-ia64-hpux.c (new_so_list): Likewise.
727         (ia64_hpux_get_solib_linkage_addr): Likewise.
728         * solib-spu.c (append_ocl_sos): Likewise.
729         (spu_current_sos): Likewise.
730         * solib-svr4.c (get_svr4_info): Likewise.
731         (svr4_keep_data_in_core): Likewise.
732         (library_list_start_library): Likewise.
733         (svr4_default_sos): Likewise.
734         (svr4_read_so_list): Likewise.
735         * solib-target.c (library_list_start_library): Likewise.
736         (solib_target_current_sos): Likewise.
737         * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
738         * symfile-debug.c (install_symfile_debug_logging): Likewise.
739         * symfile.c (default_symfile_segments): Likewise.
740         * target-descriptions.c (tdesc_data_init): Likewise.
741         (tdesc_create_reg): Likewise.
742         (struct tdesc_type *): Likewise.
743         (tdesc_create_vector): Likewise.
744         (tdesc_set_struct_size): Likewise.
745         (struct tdesc_type *): Likewise.
746         (tdesc_free_feature): Likewise.
747         (tdesc_create_feature): Likewise.
748         * windows-nat.c (windows_add_thread): Likewise.
749         (windows_make_so): Likewise.
750         * xml-support.c (gdb_xml_body_text): Likewise.
751         (gdb_xml_create_parser_and_cleanup): Likewise.
752         (xml_process_xincludes): Likewise.
753         * xml-syscall.c (allocate_syscalls_info): Likewise.
754         (syscall_create_syscall_desc): Likewise.
755
756 2014-01-12  Sergio Durigan Junior  <[email protected]>
757
758         * i386-tdep.c (i386_stap_parse_special_token_triplet): New
759         function, with code from i386_stap_parse_special_token.
760         (i386_stap_parse_special_token_three_arg_disp): Likewise.
761         (i386_stap_parse_special_token): Move code to the two functions
762         above; simplify it.
763
764 2014-01-09  Pedro Alves  <[email protected]>
765             Hui Zhu  <[email protected]>
766
767         PR gdb/16101
768         * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
769         bp_err_string.  Don't mark the location shlib_disabled if the
770         error thrown wasn't a generic or memory error.  Catch errors
771         thrown while inserting breakpoints in overlayed code.  Output
772         error message of software breakpoints.
773         * remote.c (remote_insert_breakpoint): If this breakpoint has
774         target-side commands but this stub doesn't support Z0 packets,
775         throw NOT_SUPPORTED_ERROR error.
776         * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
777         * target.h (target_insert_breakpoint): Extend comment.
778         (target_insert_hw_breakpoint): Add comment.
779
780 2014-01-08  Pedro Alves  <[email protected]>
781
782         * remote.c (remote_add_thread): Add threads silently if starting
783         up.
784         (remote_notice_new_inferior): If in all-stop, and starting up,
785         don't call notice_new_inferior.
786         (get_current_thread): New function, factored out from ...
787         (add_current_inferior_and_thread): ... this.  Adjust.
788         (remote_start_remote) <all-stop>: Fetch the thread list.  If we
789         found any thread, then select the remote's current thread as GDB's
790         current thread too.
791
792 2014-01-08  Joel Brobecker  <[email protected]>
793
794         * NEWS: Create a new section for the next release branch.
795         Rename the section of the current branch, now that it has
796         been cut.
797
798 2014-01-08  Joel Brobecker  <[email protected]>
799
800         GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
801         * version.in: Bump version to 7.7.50.DATE-cvs.
802
803 2014-01-08  Yao Qi  <[email protected]>
804
805         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
806         type of 'id' to gdb_byte.  Cast 'id' to 'const char *'.
807         (spu_xfer_partial): Cast 'buf' to 'const char *'.
808
809 2014-01-08  Yao Qi  <[email protected]>
810
811         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
812         return value of bfd_get_filename to symbol_file_add_from_bfd.
813
814 2014-01-08  Pierre Muller  <[email protected]>
815
816         Fix PR16201.
817         * coff-pe-read.c (struct read_pe_section_data): Add index field.
818         (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
819         to prim_record_mininal_symbol_and_info.
820         (add_pe_forwarded_sym): Use known section number of forwarded symbol
821         in call to prim_record_minimal_symbol_and_info.
822         (read_pe_exported_syms): Set index field of section_data.
823
824 2014-01-07  Andrew Pinski  <[email protected]>
825
826         * features/aarch64-core.xml (cpsr): Change to be 64bit.
827         * features/aarch64.c: Regenerate.
828
829 2014-01-07  Andreas Schwab  <[email protected]>
830
831         * target.c (return_null): Define.
832         (update_current_target): Use it instead of return_zero for
833         functions that return a pointer.
834
835 2014-01-07  Edjunior Barbosa Machado  <[email protected]>
836
837         * source.c (add_path): Fix check for duplicated paths in the previously
838         included paths.
839
840 2014-01-07  Honggyu Kim  <[email protected]>
841
842         * ada-lang.c: Remove duplicated include statements.
843         * alphabsd-nat.c: Ditto.
844         * amd64-darwin-tdep.c: Ditto.
845         * amd64fbsd-nat.c: Ditto.
846         * auto-load.c: Ditto.
847         * ax-gdb.c: Ditto.
848         * breakpoint.c: Ditto.
849         * dbxread.c: Ditto.
850         * fork-child.c: Ditto.
851         * gdb_usleep.c: Ditto.
852         * i386-darwin-tdep.c: Ditto.
853         * i386fbsd-nat.c: Ditto.
854         * infcmd.c: Ditto.
855         * inferior.c: Ditto.
856         * jv-lang.c: Ditto.
857         * linux-nat.c: Ditto.
858         * linux-tdep.c: Ditto.
859         * m68kbsd-nat.c: Ditto.
860         * m68klinux-nat.c: Ditto.
861         * microblaze-tdep.c: Ditto.
862         * mips-linux-tdep.c: Ditto.
863         * mn10300-tdep.c: Ditto.
864         * nto-tdep.c: Ditto.
865         * opencl-lang.c: Ditto.
866         * osdata.c: Ditto.
867         * printcmd.c: Ditto.
868         * regcache.c: Ditto.
869         * remote-m32r-sdi.c: Ditto.
870         * remote.c: Ditto.
871         * symfile.c: Ditto.
872         * symtab.c: Ditto.
873         * tilegx-linux-nat.c: Ditto.
874         * tilegx-tdep.c: Ditto.
875         * tracepoint.c: Ditto.
876         * valops.c: Ditto.
877         * vaxbsd-nat.c: Ditto.
878         * windows-nat.c: Ditto.
879         * xtensa-tdep.c: Ditto.
880
881 2014-01-07  Yao Qi  <[email protected]>
882
883         * spu-linux-nat.c (_initialize_spu_nat): Declare.
884
885 2014-01-07  Yao Qi  <[email protected]>
886             Joel Brobecker  <[email protected]>
887
888         * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
889         (pdc_write_regs): Likewise.
890         (fetch_regs_kernel_thread): Likewise.
891         (store_regs_kernel_thread): Likewise.
892
893 2014-01-07  Joel Brobecker  <[email protected]>
894
895         * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
896         tagged type objects to their actual type.
897
898 2014-01-07  Joel Brobecker  <[email protected]>
899
900         * ada-valprint.c (print_field_values): Add "language" parameter.
901         Update calls to print_field_values and print_variant_part.
902         Pass new parameter "language" in call to val_print instead
903         of "current_language".  Replace call to ada_val_print by call
904         to val_print.
905         (print_variant_part): Add "language" parameter.
906         (ada_val_print_struct_union): Update call to print_field_values.
907
908 2014-01-07  Joel Brobecker  <[email protected]>
909
910         * ada-valprint.c (ui_memcpy): Delete.
911         (ada_print_floating): Update documentation.  Add empty line
912         between between function documentation and implementation.
913         Delete variable "buffer".  Use ui_file_xstrdup in place of
914         ui_file_put.  Minor adjustments following this change.
915
916 2014-01-07  Joel Brobecker  <[email protected]>
917
918         * ada-valprint.c (ada_val_print_string): New function,
919         extracted from ada_val_print_array.
920         (ada_val_print_array): Replace extracted code by call
921         to ada_val_print_string followed by a return.  Move
922         "else" branch to the function's top block.
923
924 2014-01-07  Joel Brobecker  <[email protected]>
925
926         * ada-valprint.c (ada_val_print_array): Move implementation
927         down.  Rename parameter "offset" and "val" into "offset_aligned"
928         and "original_value" respectively.  Add parameter "offset".
929
930 2014-01-07  Joel Brobecker  <[email protected]>
931
932         * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
933         re-organizing the code. Change the "???" message printed
934         when target type is a TYPE_CODE_UNDEF into
935         "<ref to undefined type>".
936
937 2014-01-07  Joel Brobecker  <[email protected]>
938
939         * ada-valprint.c (print_record): Delete, implementation inlined...
940         (ada_val_print_struct_union): ... here.  Remove call to
941         ada_check_typedef in inlined implementation.
942
943 2014-01-07  Joel Brobecker  <[email protected]>
944
945         * ada-valprint.c (ada_val_print_gnat_array): New function,
946         extracted from ada_val_print_1;
947         (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
948         (ada_val_print_flt, ada_val_print_struct_union)
949         (ada_val_print_ref): Likewise.
950         (ada_val_print_1): Delete variables i and elttype.
951         Replace extracted-out code by call to corresponding
952         new functions.
953
954 2014-01-07  Joel Brobecker  <[email protected]>
955
956         * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
957
958 2014-01-07  Joel Brobecker  <[email protected]>
959
960         * ada-valprint.c (ada_val_print_1): Replace calls to
961         ada_val_print_1 by calls to val_print.
962
963 2014-01-07  Joel Brobecker  <[email protected]>
964
965         * ada-valprint.c (ada_val_print_1): Add parameter "language".
966         Update calls to self accordingly.  Replace calls to c_val_print
967         by calls to val_print.
968
969 2014-01-07  Joel Brobecker  <[email protected]>
970
971         * ada-valprint.c (print_record): Delete declaration.
972         (adjust_type_signedness, ada_val_print_1): Likewise.
973         (ada_val_print): Move function implementation down.
974         (print_variant_part, print_field_values, print_record):
975         Move function implementation up.
976
977 2014-01-07  Joel Brobecker  <[email protected]>
978
979         * python/py-type.c (typy_get_name): New function.
980         (type_object_getset): Add entry for attribute "name".
981         * NEWS: Add entry mentioning this new attribute.
982
983 2014-01-07  Yao Qi  <[email protected]>
984
985         * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
986         statement.
987
988 2014-01-07  Yao Qi  <[email protected]>
989
990         * gnu-nat.c (info_port_rights): Add qualifier const to
991         argument args.
992
993 2014-01-07  Yao Qi  <[email protected]>
994
995         * gnu-nat.c (trace_me): Use 'void' for empty argument list.
996
997 2014-01-07  Yao Qi  <[email protected]>
998
999         * gnu-nat.c (make_inf) Update declaration.
1000         (make_inf): Make it static.
1001         (inf_set_traced): Likewise.
1002         (inf_port_to_thread, inf_task_died_status): Likewise.
1003
1004 2014-01-07  Yao Qi  <[email protected]>
1005
1006         * gnu-nat.c (inf_tid_to_proc): Remove declaration.
1007
1008 2014-01-07  Yao Qi  <[email protected]>
1009
1010         * gnu-nat.c (_initialize_gnu_nat): Declare.
1011
1012 2014-01-07  Yao Qi  <[email protected]>
1013
1014         * gdbarch.sh (byte_order, byte_order_for_code): Change type to
1015         'enum bfd_endian'.
1016         (struct gdbarch_info) <byte_order>: Change type to
1017         'enum bfd_endian'.
1018         <byte_order_for_code>: Likewise.
1019         * gdbarch.c, gdbarch.h: Regenerated.
1020
1021 2014-01-06  Sasha Smundak  <[email protected]>
1022
1023         * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
1024
1025 2014-01-06  Tom Tromey  <[email protected]>
1026
1027         * doublest.c (convert_doublest_to_floatformat): Use const, not
1028         CONST.
1029         * somread.c (som_symtab_read): Likewise.
1030
1031 2014-01-07  Hui Zhu  <[email protected]>
1032
1033         * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
1034         (gdb_bfd_open): Removed gdb_bfd_stash_filename.
1035         (gdb_bfd_fopen): Ditto.
1036         (gdb_bfd_openr): Ditto.
1037         (gdb_bfd_openw): Ditto.
1038         (gdb_bfd_openr_iovec): Ditto.
1039         (gdb_bfd_fdopenr): Ditto.
1040         * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
1041         * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
1042         with xstrdup.
1043         * solib-darwin.c (darwin_bfd_open): Alloc res->filename
1044         with xstrdup.
1045         * symfile-mem.c (symbol_file_add_from_memory): Removed
1046         gdb_bfd_stash_filename.
1047
1048 2014-01-03  Doug Evans  <[email protected]>
1049
1050         * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
1051         output.
1052
1053 2014-01-01  Joel Brobecker  <[email protected]>
1054
1055         Update year range in copyright notice of all files.
1056
1057 2014-01-01  Joel Brobecker  <[email protected]>
1058
1059         * top.c (print_gdb_version): Set copyright year to 2014.
1060
1061 2014-01-01  Joel Brobecker  <[email protected]>
1062
1063         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
1064
1065 For older changes see ChangeLog-2013.
1066 \f
1067 Local Variables:
1068 mode: change-log
1069 left-margin: 8
1070 fill-column: 74
1071 version-control: never
1072 coding: utf-8
1073 End:
This page took 0.089109 seconds and 4 git commands to generate.