]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
change solib-frv to use entry_point_address_query
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
d56e56aa
TT
12014-01-15 Tom Tromey <tromey@redhat.com>
2
3 * solib-frv.c (enable_break): Use entry_point_address_query.
4
33a97bbe
OJ
52014-01-15 Omair Javaid <omair.javaid@linaro.org>
6
7 * NEWS: Add note on improved process record-replay on
8 arm*-linux* targets.
9
c6ec2b30
OJ
102014-01-15 Omair Javaid <omair.javaid@linaro.org>
11
12 * arm-tdep.c (enum arm_record_result): New enum.
13 (arm_record_unsupported_insn): New function.
14 (arm_record_coproc_data_proc): Removed.
15 (thumb2_record_ld_st_multiple): New function.
16 (thumb2_record_ld_st_dual_ex_tbb): New function.
17 (thumb2_record_data_proc_sreg_mimm): New function.
18 (thumb2_record_ps_dest_generic): New function.
19 (thumb2_record_branch_misc_cntrl): New function.
20 (thumb2_record_str_single_data): New function.
21 (thumb2_record_ld_mem_hints): New function.
22 (thumb2_record_ld_word): New function.
23 (thumb2_record_lmul_lmla_div): New function.
24 (thumb2_record_decode_insn_handler): New function.
25 (decode_insn): Add thumb32 instruction handlers.
26
97dfe206
OJ
272014-01-15 Omair Javaid <omair.javaid@linaro.org>
28
29 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
30 (struct arm_linux_record_tdep): Declare.
31 (arm_canonicalize_syscall): New function.
32 (arm_all_but_pc_registers_record): New function.
33 (arm_linux_syscall_record): New function.
34 (arm_linux_init_abi): Add syscall recording constructs.
35 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
36 decoding. (arm_record_coproc_data_proc): Update arm syscall
37 decoding.
38 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
39 <arm_syscall_record>: New field.
40 * configure.tgt (arm*-*-linux*): Add linux-record.o to
41 gdb_target_obs.
42
9904a494
OJ
432014-01-15 Omair Javaid <omair.javaid@linaro.org>
44
45 * arm-tdep.c (thumb_record_misc): Update to use sp as base
46 register for push instruction recording.
47
f969241e
OJ
482014-01-15 Omair Javaid <omair.javaid@linaro.org>
49
50 * arm-tdep.c (thumb_record_misc): Update to correct logical
51 error while recording ldm, ldmia and pop instructions.
52
bfbbec00
OJ
532014-01-15 Omair Javaid <omair.javaid@linaro.org>
54
55 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
56
e40adcc9
PA
572014-01-15 Pedro Alves <palves@redhat.com>
58
59 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
60 (go32_resume, go32_fetch_registers, store_register)
61 (go32_store_registers, go32_prepare_to_store)
62 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
63 (go32_create_inferior, go32_can_run, go32_terminal_init)
64 (go32_terminal_inferior, go32_terminal_ours): Delete forward
65 declarations.
66
b0a16e66
TT
672014-01-15 Tom Tromey <tromey@redhat.com>
68
69 * target.h (async_callback_ftype): New typedef.
70 (struct target_ops) <to_async>: Use it.
71
bf7105a4
JB
722014-01-15 Joel Brobecker <brobecker@adacore.com>
73
74 * python/py-value.c (get_field_type): Remove unnecessary curly
75 braces for single-statement if block.
76
a8f35c2e
JB
772014-01-15 Joel Brobecker <brobecker@adacore.com>
78
79 * python/py-type.c (convert_field): Add missing empty line
80 after declarations.
81
bb4142cf
DE
822014-01-14 Doug Evans <dje@google.com>
83
84 * symfile.h (expand_symtabs_matching): Renamed from
85 expand_partial_symbol_names. Update prototype.
86 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
87 * symfile.c (expand_symtabs_matching): Renamed from
88 expand_partial_symbol_names. New args file_matcher, kind.
89 Rename arg fun to symbol_matcher.
90 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
91 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
92 ada_expand_partial_symbol_name.
93 (ada_make_symbol_completion_list): Update to call
94 expand_symtabs_matching.
95 (ada_add_global_exceptions): Call expand_symtabs_matching.
96 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
97 call map_symbol_filenames.
98 * symtab.c (sources_info): Update to call map_symbol_filenames.
99 (search_symbols): Call expand_symtabs_matching.
100 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
101 (default_make_symbol_completion_list_break_on): Update to call
102 expand_symtabs_matching.
103 (make_source_files_completion_list): Update to call
104 map_symbol_filenames.
105
206f2a57
DE
1062014-01-14 Doug Evans <dje@google.com>
107
108 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
109 (expand_symtabs_symbol_matcher_ftype): New typedef.
110 (quick_symbol_functions.expand_symtabs_matching): Update to use.
111 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
112 * symfile.c (expand_partial_symbol_names): Update to use
113 expand_symtabs_symbol_matcher_ftype.
114 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
115 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
116 Arg name_matcher renamed to symbol_matcher.
117 * psymtab.c (recursively_search_psymtabs): Update to use
118 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
119 sym_matcher.
120 (expand_symtabs_matching_via_partial): Update to use
121 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
122 Arg name_matcher renamed to symbol_matcher.
123
540c2971
DE
1242014-01-14 Doug Evans <dje@google.com>
125
126 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
127 (map_partial_symbol_filenames): Ditto.
128 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
129 (map_partial_symbol_filenames): Ditto.
130 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
131 (map_partial_symbol_filenames): Ditto.
132 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
133 (map_partial_symbol_filenames): Ditto.
134 * symtab.c: Delete #include "psymtab.h".
135
8213266a
PA
1362014-01-14 Pedro Alves <palves@redhat.com>
137 Tom Tromey <tromey@redhat.com>
138
139 * infrun.c (use_displaced_stepping): Use find_record_target
140 instead of RECORD_IS_USED.
141 (adjust_pc_after_break): Use record_full_is_used instead of
142 RECORD_IS_USED.
143 * record-btrace.c (record_btrace_open): Call record_preopen
144 instead of checking RECORD_IS_USED.
145 * record-full.c (record_full_shortname)
146 (record_full_core_shortname): New globals.
147 (record_full_is_used): New function.
148 (find_full_open): Call record_preopen instead of checking
149 RECORD_IS_USED.
150 (init_record_full_ops): Set the target's shortname to
151 record_full_shortname.
152 (init_record_full_core_ops): Set the target's shortname to
153 record_full_core_shortname.
154 * record-full.h (record_full_is_used): Declare.
155 * record.c (find_record_target): Make extern.
156 (record_preopen): New function.
157 * record.h (RECORD_IS_USED): Delete macro.
158 (find_record_target, record_preopen): Declare functions.
159
7ec1862d
YQ
1602014-01-14 Yao Qi <yao@codesourcery.com>
161
162 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
163 'len''s type to ULONGEST.
164 (core_xfer_shared_libraries_aix): Likewise.
165 * gdbarch.c, gdbarch.h: Regenerated.
166 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
167 Change type of 'len' to ULONGEST.
168 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
169 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
170
dea80a27
YQ
1712014-01-14 Yao Qi <yao@codesourcery.com>
172
173 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
174 type of 'len' to ULONGEST.
175 (linux_xfer_osdata_processgroups): Likewise.
176 (linux_xfer_osdata_threads): Likewise.
177 (linux_xfer_osdata_fds): Likewise.
178 (linux_xfer_osdata_isockets): Likewise.
179 (linux_xfer_osdata_shm): Likewise.
180 (linux_xfer_osdata_sem): Likewise.
181 (linux_xfer_osdata_msg): Likewise.
182 (linux_common_xfer_osdata): Likewise.
183 (struct osdata_type) <getter>: Likewise.
184 * common/linux-osdata.h (linux_common_xfer_osdata): Update
185 the declaration.
186
b55e14c7
YQ
1872014-01-14 Yao Qi <yao@codesourcery.com>
188
189 * target.h (target_xfer_partial_ftype): Update.
190 (struct target_ops) <to_xfer_partial>: Change 'len' type to
191 ULONGEST.
192 * aix-thread.c (aix_thread_xfer_partial): Change type of
193 argument 'len' to ULONGEST.
194 * auxv.c (procfs_xfer_auxv): Likewise.
195 (ld_so_xfer_auxv): Likewise.
196 (memory_xfer_auxv): Likewise.
197 * bfd-target.c (target_bfd_xfer_partial): Likewise.
198 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
199 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
200 * corelow.c (core_xfer_partial): Likewise.
201 * ctf.c (ctf_xfer_partial): Likewise.
202 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
203 '%u'.
204 (darwin_read_dyld_info): Likewise.
205 (darwin_xfer_partial): Likewise.
206 * exec.c (section_table_xfer_memory_partial): Likewise.
207 (exec_xfer_partial): Likewise.
208 * exec.h (section_table_xfer_memory_partial): Update
209 declaration.
210 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
211 instead of plongest.
212 (gnu_xfer_partial): Likewise.
213 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
214 (ia64_hpux_xfer_solib_got): Likewise.
215 (ia64_hpux_xfer_partial): Likewise.
216 * ia64-linux-nat.c (ia64_linux_xfer_partial):
217 * inf-ptrace.c (inf_ptrace_xfer_partial):
218 * inf-ttrace.c (inf_ttrace_xfer_partial):
219 * linux-nat.c (linux_xfer_siginfo): Likewise.
220 (linux_nat_xfer_partial): Likewise.
221 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
222 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
223 * monitor.c (monitor_xfer_memory): Likewise.
224 (monitor_xfer_partial): Likewise.
225 * procfs.c (procfs_xfer_partial): Likewise.
226 * record-full.c (record_full_xfer_partial): Likewise.
227 (record_full_core_xfer_partial): Likewise.
228 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
229 instead of plongest.
230 (gdbsim_xfer_partial): Likewise.
231 * remote.c (remote_xfer_partial): Likewise.
232 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
233 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
234 declaration.
235 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
236 (rs6000_xfer_shared_libraries): Likewise.
237 * sol-thread.c (sol_thread_xfer_partial): Likewise.
238 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
239 (sparc_xfer_partial): Likewise.
240 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
241 (spu_xfer_partial): Likewise.
242 * spu-multiarch.c (spu_xfer_partial): Likewise.
243 * target.c (target_read_live_memory): Likewise.
244 (memory_xfer_live_readonly_partial): Likewise.
245 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
246 (target_xfer_partial, default_xfer_partial): Likewise.
247 (current_xfer_partial): Likewise.
248 * tracepoint.c (tfile_xfer_partial): Likewise.
249 * windows-nat.c (windows_xfer_memory): Likewise. Call
250 pulongest instead of plongest.
251 (windows_xfer_partial): Likewise.
252 (windows_xfer_shared_libraries): Likewise.
253
05804640
YQ
2542014-01-14 Yao Qi <yao@codesourcery.com>
255
256 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
257 target_xfer_partial_ftype.
258
b5b08fb4
SC
2592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
260
261 PR python/15464
262 PR python/16113
263 * valops.c (value_struct_elt_bitpos): New function
264 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
265 object to 'None' if the field name is an empty string ("").
266 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
267 attribute to look for a field when 'name' is 'None'.
268 (get_field_type): New function
269
13aaf454
DE
2702014-01-13 Doug Evans <dje@google.com>
271
272 PR symtab/16426
273 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
274 (try_open_dwop_file): Ditto.
275 * gdb_bfd.c: #include "vec.h".
276 (bfdp): New typedef.
277 (struct gdb_bfd_data): New member included_bfds.
278 (gdb_bfd_unref): Unref all included bfds.
279 (gdb_bfd_record_inclusion): New function.
280 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
281
c2cec97c
TT
2822014-01-13 Tom Tromey <tromey@redhat.com>
283
284 * gdbcore.h (deprecated_core_resize_section_table): Remove.
285
78e5999d
TT
2862014-01-13 Tom Tromey <tromey@redhat.com>
287
288 * defs.h (use_windows): Remove.
289 * gdb.c (main): Update.
290 * main.c (captured_main, gdb_main): Update.
291 * main.h (struct captured_main_args) <use_windows>: Remove.
292 * top.c (use_windows): Remove.
293
f2052bbe
TT
2942014-01-13 Tom Tromey <tromey@redhat.com>
295
296 * defs.h (deprecated_flush_hook): Remove.
297
fde4f8ed
JK
2982014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
299
300 PR threads/16216
301 * linux-thread-db.c (try_thread_db_load): Add parameter
302 check_auto_load_safe. Move here the file_is_auto_load_safe call.
303 (try_thread_db_load_from_pdir_1): Move it there from here.
304 (try_thread_db_load_from_sdir): Update caller.
305 (try_thread_db_load_from_dir): Move it there from here.
306
bdf61915
PP
3072014-01-13 Patrick Palka <patrick@parcs.ath.cx>
308
309 * regformats/regdat.sh: Always rewrite the register file.
310
f71e1a8d
PA
3112014-01-13 Pedro Alves <palves@redhat.com>
312
313 * Makefile.in (CHECK_HEADERS): New variable.
314 (check-headers:): New rule.
315
42c85435
TT
3162014-01-13 Tom Tromey <tromey@redhat.com>
317
318 * cli/cli-setshow.c (do_set_command): Update.
319 * defs.h (deprecated_set_hook): Remove.
320 * top.c (deprecated_set_hook): Remove.
321
f8de5129
PA
3222014-01-13 Pedro Alves <palves@redhat.com>
323
324 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
325 the tracepoint if the PC is a pseudo-register.
326
fc270c35
TT
3272014-01-13 Tom Tromey <tromey@redhat.com>
328
329 * defs.h (XCALLOC): Remove.
330 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
331 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
332 * dwarf2loc.c (allocate_piece_closure): Likewise.
333 * elfread.c (elf_symfile_segments): Likewise.
334 (elf_symfile_segments): Likewise.
335 * gdbtypes.c (copy_type_recursive): Likewise.
336 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
337 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
338 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
339 XCALLOC.
340 * mt-tdep.c (mt_gdbarch_init): Likewise.
341 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
342 XCALLOC.
343 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
344 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
345 * registry.c (registry_alloc_data): Likewise.
346 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
347 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
348 * serial.c (serial_fdopen_ops): Likewise.
349 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
350 XCALLOC.
351 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
352 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
353 not XCALLOC.
354
70ba0933
TT
3552014-01-13 Tom Tromey <tromey@redhat.com>
356
357 * defs.h (XMALLOC): Remove.
358 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
359 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
360 * cli-out.c (struct ui_out *): Likewise.
361 * cli/cli-dump.c (add_dump_command): Likewise.
362 (add_dump_command): Likewise.
363 * complaints.c (get_complaints): Likewise.
364 (find_complaint): Likewise.
365 * dwarf2-frame.c (execute_cfa_program): Likewise.
366 * dwarf2read.c (abbrev_table_read_table): Likewise.
367 * gdbarch.sh: Likewise.
368 * gdbarch.c: Rebuild.
369 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
370 * interps.c (interp_new): Likewise.
371 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
372 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
373 * mi/mi-console.c (mi_console_file_new): Likewise.
374 * mi/mi-interp.c (mi_interpreter_init): Likewise.
375 * mi/mi-out.c (mi_out_new): Likewise.
376 * mi/mi-parse.c (mi_parse): Likewise.
377 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
378 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
379 * observer.c (xalloc_observer_list_node): Likewise.
380 * regcache.c (regcache_xmalloc_1): Likewise.
381 * reggroups.c (reggroup_new): Likewise.
382 (_initialize_reggroup): Likewise.
383 * registry.c (register_data_with_cleanup): Likewise.
384 * remote.c (remote_notif_stop_alloc_reply): Likewise.
385 * ser-base.c (serial_ttystate): Likewise.
386 * ser-mingw.c (make_pipe_state): Likewise.
387 * ser-pipe.c (pipe_open): Likewise.
388 * serial.c (serial_open): Likewise.
389 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
390 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
391 (tui_alloc_win_info): Likewise.
392 (tui_add_content_elements): Likewise.
393 * tui/tui-file.c (tui_file_new): Likewise.
394 * tui/tui-out.c (tui_out_new): Likewise.
395 * ui-file.c (mem_file_new): Likewise.
396 * ui-out.c (push_level): Likewise.
397 (make_cleanup_ui_out_end): Likewise.
398 (append_header_to_list): Likewise.
399 (ui_out_new): Likewise.
400 * user-regs.c (user_reg_add_builtin): Likewise.
401
41bf6aca
TT
4022014-01-13 Tom Tromey <tromey@redhat.com>
403
404 * defs.h (XZALLOC): Remove.
405 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
406 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
407 (get_ada_tasks_inferior_data): Likewise.
408 * auto-load.c (get_auto_load_pspace_data): Likewise.
409 * auxv.c (get_auxv_inferior_data): Likewise.
410 * bfd-target.c (target_bfd_reopen): Likewise.
411 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
412 (deprecated_insert_raw_breakpoint): Likewise.
413 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
414 * corelow.c (core_open): Likewise.
415 * darwin-nat.c (darwin_check_new_threads): Likewise.
416 (darwin_attach_pid): Likewise.
417 * dummy-frame.c (dummy_frame_push): Likewise.
418 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
419 * dwarf2loc.c (allocate_piece_closure): Likewise.
420 * elfread.c (elf_symfile_segments): Likewise.
421 * eval.c (ptrmath_type_p): Likewise.
422 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
423 * gdbtypes.c (alloc_type_arch): Likewise.
424 (alloc_type_instance): Likewise.
425 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
426 * inf-child.c (inf_child_can_use_agent): Likewise.
427 * inflow.c (get_inflow_inferior_data): Likewise.
428 * infrun.c (save_infcall_suspend_state): Likewise.
429 * jit.c (jit_reader_load): Likewise.
430 (get_jit_objfile_data): Likewise.
431 (get_jit_program_space_data): Likewise.
432 (jit_object_open_impl): Likewise.
433 (jit_symtab_open_impl): Likewise.
434 (jit_block_open_impl): Likewise.
435 (jit_frame_sniffer): Likewise.
436 * linux-fork.c (add_fork): Likewise.
437 * maint.c (make_command_stats_cleanup): Likewise.
438 * objfiles.c (get_objfile_pspace_data): Likewise.
439 * opencl-lang.c (struct lval_closure): Likewise.
440 * osdata.c (osdata_start_osdata): Likewise.
441 * progspace.c (new_address_space): Likewise.
442 (add_program_space): Likewise.
443 * remote-sim.c (get_sim_inferior_data): Likewise.
444 * sh-tdep.c (sh_gdbarch_init): Likewise.
445 * skip.c (Ignore): Likewise.
446 (skip_delete_command): Likewise.
447 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
448 (library_list_start_library): Likewise.
449 (solib_aix_current_sos): Likewise.
450 * solib-darwin.c (get_darwin_info): Likewise.
451 (darwin_current_sos): Likewise.
452 * solib-dsbt.c (get_dsbt_info): Likewise.
453 * solib-ia64-hpux.c (new_so_list): Likewise.
454 (ia64_hpux_get_solib_linkage_addr): Likewise.
455 * solib-spu.c (append_ocl_sos): Likewise.
456 (spu_current_sos): Likewise.
457 * solib-svr4.c (get_svr4_info): Likewise.
458 (svr4_keep_data_in_core): Likewise.
459 (library_list_start_library): Likewise.
460 (svr4_default_sos): Likewise.
461 (svr4_read_so_list): Likewise.
462 * solib-target.c (library_list_start_library): Likewise.
463 (solib_target_current_sos): Likewise.
464 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
465 * symfile-debug.c (install_symfile_debug_logging): Likewise.
466 * symfile.c (default_symfile_segments): Likewise.
467 * target-descriptions.c (tdesc_data_init): Likewise.
468 (tdesc_create_reg): Likewise.
469 (struct tdesc_type *): Likewise.
470 (tdesc_create_vector): Likewise.
471 (tdesc_set_struct_size): Likewise.
472 (struct tdesc_type *): Likewise.
473 (tdesc_free_feature): Likewise.
474 (tdesc_create_feature): Likewise.
475 * windows-nat.c (windows_add_thread): Likewise.
476 (windows_make_so): Likewise.
477 * xml-support.c (gdb_xml_body_text): Likewise.
478 (gdb_xml_create_parser_and_cleanup): Likewise.
479 (xml_process_xincludes): Likewise.
480 * xml-syscall.c (allocate_syscalls_info): Likewise.
481 (syscall_create_syscall_desc): Likewise.
482
5acfdbae
SDJ
4832014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
484
485 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
486 function, with code from i386_stap_parse_special_token.
487 (i386_stap_parse_special_token_three_arg_disp): Likewise.
488 (i386_stap_parse_special_token): Move code to the two functions
489 above; simplify it.
490
0000e5cc
PA
4912014-01-09 Pedro Alves <palves@redhat.com>
492 Hui Zhu <hui@codesourcery.com>
493
494 PR gdb/16101
495 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
496 bp_err_string. Don't mark the location shlib_disabled if the
497 error thrown wasn't a generic or memory error. Catch errors
498 thrown while inserting breakpoints in overlayed code. Output
499 error message of software breakpoints.
500 * remote.c (remote_insert_breakpoint): If this breakpoint has
501 target-side commands but this stub doesn't support Z0 packets,
502 throw NOT_SUPPORTED_ERROR error.
503 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
504 * target.h (target_insert_breakpoint): Extend comment.
505 (target_insert_hw_breakpoint): Add comment.
506
b7ea362b
PA
5072014-01-08 Pedro Alves <palves@redhat.com>
508
509 * remote.c (remote_add_thread): Add threads silently if starting
510 up.
511 (remote_notice_new_inferior): If in all-stop, and starting up,
512 don't call notice_new_inferior.
513 (get_current_thread): New function, factored out from ...
514 (add_current_inferior_and_thread): ... this. Adjust.
515 (remote_start_remote) <all-stop>: Fetch the thread list. If we
516 found any thread, then select the remote's current thread as GDB's
517 current thread too.
518
b7bba001
JB
5192014-01-08 Joel Brobecker <brobecker@adacore.com>
520
521 * NEWS: Create a new section for the next release branch.
522 Rename the section of the current branch, now that it has
523 been cut.
524
16dfbded
JB
5252014-01-08 Joel Brobecker <brobecker@adacore.com>
526
527 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
528 * version.in: Bump version to 7.7.50.DATE-cvs.
529
22c90ac1
YQ
5302014-01-08 Yao Qi <yao@codesourcery.com>
531
532 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
533 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
534 (spu_xfer_partial): Cast 'buf' to 'const char *'.
535
d64ad97c
YQ
5362014-01-08 Yao Qi <yao@codesourcery.com>
537
538 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
539 return value of bfd_get_filename to symbol_file_add_from_bfd.
540
f93ba80c
PM
5412014-01-08 Pierre Muller <muller@sourceware.org>
542
543 Fix PR16201.
544 * coff-pe-read.c (struct read_pe_section_data): Add index field.
545 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
546 to prim_record_mininal_symbol_and_info.
547 (add_pe_forwarded_sym): Use known section number of forwarded symbol
548 in call to prim_record_minimal_symbol_and_info.
549 (read_pe_exported_syms): Set index field of section_data.
550
a4d9ba85
AP
5512014-01-07 Andrew Pinski <apinski@cavium.com>
552
553 * features/aarch64-core.xml (cpsr): Change to be 64bit.
554 * features/aarch64.c: Regenerate.
555
1b67eb02
AS
5562014-01-07 Andreas Schwab <schwab@linux-m68k.org>
557
558 * target.c (return_null): Define.
559 (update_current_target): Use it instead of return_zero for
560 functions that return a pointer.
561
5e3f4fab
EBM
5622014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
563
564 * source.c (add_path): Fix check for duplicated paths in the previously
565 included paths.
566
e2616788
HK
5672014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
568
569 * ada-lang.c: Remove duplicated include statements.
570 * alphabsd-nat.c: Ditto.
571 * amd64-darwin-tdep.c: Ditto.
572 * amd64fbsd-nat.c: Ditto.
573 * auto-load.c: Ditto.
574 * ax-gdb.c: Ditto.
575 * breakpoint.c: Ditto.
576 * dbxread.c: Ditto.
577 * fork-child.c: Ditto.
578 * gdb_usleep.c: Ditto.
579 * i386-darwin-tdep.c: Ditto.
580 * i386fbsd-nat.c: Ditto.
581 * infcmd.c: Ditto.
582 * inferior.c: Ditto.
583 * jv-lang.c: Ditto.
584 * linux-nat.c: Ditto.
585 * linux-tdep.c: Ditto.
586 * m68kbsd-nat.c: Ditto.
587 * m68klinux-nat.c: Ditto.
588 * microblaze-tdep.c: Ditto.
589 * mips-linux-tdep.c: Ditto.
590 * mn10300-tdep.c: Ditto.
591 * nto-tdep.c: Ditto.
592 * opencl-lang.c: Ditto.
593 * osdata.c: Ditto.
594 * printcmd.c: Ditto.
595 * regcache.c: Ditto.
596 * remote-m32r-sdi.c: Ditto.
597 * remote.c: Ditto.
598 * symfile.c: Ditto.
599 * symtab.c: Ditto.
600 * tilegx-linux-nat.c: Ditto.
601 * tilegx-tdep.c: Ditto.
602 * tracepoint.c: Ditto.
603 * valops.c: Ditto.
604 * vaxbsd-nat.c: Ditto.
605 * windows-nat.c: Ditto.
606 * xtensa-tdep.c: Ditto.
607
bd1f7788
YQ
6082014-01-07 Yao Qi <yao@codesourcery.com>
609
610 * spu-linux-nat.c (_initialize_spu_nat): Declare.
611
79301218
JB
6122014-01-07 Yao Qi <yao@codesourcery.com>
613 Joel Brobecker <brobecker@adacore.com>
614
615 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
616 (pdc_write_regs): Likewise.
617 (fetch_regs_kernel_thread): Likewise.
618 (store_regs_kernel_thread): Likewise.
619
6202014-01-07 Joel Brobecker <brobecker@adacore.com>
621
622 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
623 tagged type objects to their actual type.
624
8e355c5d
JB
6252014-01-07 Joel Brobecker <brobecker@adacore.com>
626
627 * ada-valprint.c (print_field_values): Add "language" parameter.
628 Update calls to print_field_values and print_variant_part.
629 Pass new parameter "language" in call to val_print instead
630 of "current_language". Replace call to ada_val_print by call
631 to val_print.
632 (print_variant_part): Add "language" parameter.
633 (ada_val_print_struct_union): Update call to print_field_values.
634
4fbf5aa5
JB
6352014-01-07 Joel Brobecker <brobecker@adacore.com>
636
637 * ada-valprint.c (ui_memcpy): Delete.
638 (ada_print_floating): Update documentation. Add empty line
639 between between function documentation and implementation.
640 Delete variable "buffer". Use ui_file_xstrdup in place of
641 ui_file_put. Minor adjustments following this change.
642
71855601
JB
6432014-01-07 Joel Brobecker <brobecker@adacore.com>
644
645 * ada-valprint.c (ada_val_print_string): New function,
646 extracted from ada_val_print_array.
647 (ada_val_print_array): Replace extracted code by call
648 to ada_val_print_string followed by a return. Move
649 "else" branch to the function's top block.
650
4eb27a30
JB
6512014-01-07 Joel Brobecker <brobecker@adacore.com>
652
653 * ada-valprint.c (ada_val_print_array): Move implementation
654 down. Rename parameter "offset" and "val" into "offset_aligned"
655 and "original_value" respectively. Add parameter "offset".
656
34b27950
JB
6572014-01-07 Joel Brobecker <brobecker@adacore.com>
658
659 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
660 re-organizing the code. Change the "???" message printed
661 when target type is a TYPE_CODE_UNDEF into
662 "<ref to undefined type>".
663
079e4591
JB
6642014-01-07 Joel Brobecker <brobecker@adacore.com>
665
666 * ada-valprint.c (print_record): Delete, implementation inlined...
667 (ada_val_print_struct_union): ... here. Remove call to
668 ada_check_typedef in inlined implementation.
669
8004dfd1
JB
6702014-01-07 Joel Brobecker <brobecker@adacore.com>
671
672 * ada-valprint.c (ada_val_print_gnat_array): New function,
673 extracted from ada_val_print_1;
674 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
675 (ada_val_print_flt, ada_val_print_struct_union)
676 (ada_val_print_ref): Likewise.
677 (ada_val_print_1): Delete variables i and elttype.
678 Replace extracted-out code by call to corresponding
679 new functions.
680
760a2db0
JB
6812014-01-07 Joel Brobecker <brobecker@adacore.com>
682
683 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
684
3a92c861
JB
6852014-01-07 Joel Brobecker <brobecker@adacore.com>
686
687 * ada-valprint.c (ada_val_print_1): Replace calls to
688 ada_val_print_1 by calls to val_print.
689
cd1630f9
JB
6902014-01-07 Joel Brobecker <brobecker@adacore.com>
691
692 * ada-valprint.c (ada_val_print_1): Add parameter "language".
693 Update calls to self accordingly. Replace calls to c_val_print
694 by calls to val_print.
695
bdf779a0
JB
6962014-01-07 Joel Brobecker <brobecker@adacore.com>
697
698 * ada-valprint.c (print_record): Delete declaration.
699 (adjust_type_signedness, ada_val_print_1): Likewise.
700 (ada_val_print): Move function implementation down.
701 (print_variant_part, print_field_values, print_record):
702 Move function implementation up.
703
c0d48811
JB
7042014-01-07 Joel Brobecker <brobecker@adacore.com>
705
706 * python/py-type.c (typy_get_name): New function.
707 (type_object_getset): Add entry for attribute "name".
708 * NEWS: Add entry mentioning this new attribute.
709
c26e9cbb
YQ
7102014-01-07 Yao Qi <yao@codesourcery.com>
711
712 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
713 statement.
714
0cc6f43d
YQ
7152014-01-07 Yao Qi <yao@codesourcery.com>
716
717 * gnu-nat.c (info_port_rights): Add qualifier const to
718 argument args.
719
eec03155
YQ
7202014-01-07 Yao Qi <yao@codesourcery.com>
721
722 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
723
f04a82ef
YQ
7242014-01-07 Yao Qi <yao@codesourcery.com>
725
726 * gnu-nat.c (make_inf) Update declaration.
727 (make_inf): Make it static.
728 (inf_set_traced): Likewise.
729 (inf_port_to_thread, inf_task_died_status): Likewise.
730
d57dda0a
YQ
7312014-01-07 Yao Qi <yao@codesourcery.com>
732
733 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
734
3aa8c969
YQ
7352014-01-07 Yao Qi <yao@codesourcery.com>
736
737 * gnu-nat.c (_initialize_gnu_nat): Declare.
738
94123b4f
YQ
7392014-01-07 Yao Qi <yao@codesourcery.com>
740
741 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
742 'enum bfd_endian'.
743 (struct gdbarch_info) <byte_order>: Change type to
744 'enum bfd_endian'.
745 <byte_order_for_code>: Likewise.
746 * gdbarch.c, gdbarch.h: Regenerated.
747
dc81d70a
TT
7482014-01-06 Sasha Smundak <asmundak@google.com>
749
750 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
751
cc2f3c35
TT
7522014-01-06 Tom Tromey <tromey@redhat.com>
753
754 * doublest.c (convert_doublest_to_floatformat): Use const, not
755 CONST.
756 * somread.c (som_symtab_read): Likewise.
757
adcf2eed
HZ
7582014-01-07 Hui Zhu <hui@codesourcery.com>
759
760 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
761 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
762 (gdb_bfd_fopen): Ditto.
763 (gdb_bfd_openr): Ditto.
764 (gdb_bfd_openw): Ditto.
765 (gdb_bfd_openr_iovec): Ditto.
766 (gdb_bfd_fdopenr): Ditto.
767 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
768 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
769 with xstrdup.
770 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
771 with xstrdup.
772 * symfile-mem.c (symbol_file_add_from_memory): Removed
773 gdb_bfd_stash_filename.
774
50722198
DE
7752014-01-03 Doug Evans <dje@google.com>
776
777 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
778 output.
779
2fa4b862
JB
7802014-01-01 Joel Brobecker <brobecker@adacore.com>
781
782 Update year range in copyright notice of all files.
783
28498c42
JB
7842014-01-01 Joel Brobecker <brobecker@adacore.com>
785
786 * top.c (print_gdb_version): Set copyright year to 2014.
787
7b6e1046
JB
7882014-01-01 Joel Brobecker <brobecker@adacore.com>
789
790 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
791
df96af55 792For older changes see ChangeLog-2013.
c906108c
SS
793\f
794Local Variables:
795mode: change-log
796left-margin: 8
797fill-column: 74
798version-control: never
57da7796 799coding: utf-8
c906108c 800End: