Don't discard relocs against __ehdr_start
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
8213266a
PA
12014-01-14 Pedro Alves <palves@redhat.com>
2 Tom Tromey <tromey@redhat.com>
3
4 * infrun.c (use_displaced_stepping): Use find_record_target
5 instead of RECORD_IS_USED.
6 (adjust_pc_after_break): Use record_full_is_used instead of
7 RECORD_IS_USED.
8 * record-btrace.c (record_btrace_open): Call record_preopen
9 instead of checking RECORD_IS_USED.
10 * record-full.c (record_full_shortname)
11 (record_full_core_shortname): New globals.
12 (record_full_is_used): New function.
13 (find_full_open): Call record_preopen instead of checking
14 RECORD_IS_USED.
15 (init_record_full_ops): Set the target's shortname to
16 record_full_shortname.
17 (init_record_full_core_ops): Set the target's shortname to
18 record_full_core_shortname.
19 * record-full.h (record_full_is_used): Declare.
20 * record.c (find_record_target): Make extern.
21 (record_preopen): New function.
22 * record.h (RECORD_IS_USED): Delete macro.
23 (find_record_target, record_preopen): Declare functions.
24
7ec1862d
YQ
252014-01-14 Yao Qi <yao@codesourcery.com>
26
27 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
28 'len''s type to ULONGEST.
29 (core_xfer_shared_libraries_aix): Likewise.
30 * gdbarch.c, gdbarch.h: Regenerated.
31 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
32 Change type of 'len' to ULONGEST.
33 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
34 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
35
dea80a27
YQ
362014-01-14 Yao Qi <yao@codesourcery.com>
37
38 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
39 type of 'len' to ULONGEST.
40 (linux_xfer_osdata_processgroups): Likewise.
41 (linux_xfer_osdata_threads): Likewise.
42 (linux_xfer_osdata_fds): Likewise.
43 (linux_xfer_osdata_isockets): Likewise.
44 (linux_xfer_osdata_shm): Likewise.
45 (linux_xfer_osdata_sem): Likewise.
46 (linux_xfer_osdata_msg): Likewise.
47 (linux_common_xfer_osdata): Likewise.
48 (struct osdata_type) <getter>: Likewise.
49 * common/linux-osdata.h (linux_common_xfer_osdata): Update
50 the declaration.
51
b55e14c7
YQ
522014-01-14 Yao Qi <yao@codesourcery.com>
53
54 * target.h (target_xfer_partial_ftype): Update.
55 (struct target_ops) <to_xfer_partial>: Change 'len' type to
56 ULONGEST.
57 * aix-thread.c (aix_thread_xfer_partial): Change type of
58 argument 'len' to ULONGEST.
59 * auxv.c (procfs_xfer_auxv): Likewise.
60 (ld_so_xfer_auxv): Likewise.
61 (memory_xfer_auxv): Likewise.
62 * bfd-target.c (target_bfd_xfer_partial): Likewise.
63 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
64 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
65 * corelow.c (core_xfer_partial): Likewise.
66 * ctf.c (ctf_xfer_partial): Likewise.
67 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
68 '%u'.
69 (darwin_read_dyld_info): Likewise.
70 (darwin_xfer_partial): Likewise.
71 * exec.c (section_table_xfer_memory_partial): Likewise.
72 (exec_xfer_partial): Likewise.
73 * exec.h (section_table_xfer_memory_partial): Update
74 declaration.
75 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
76 instead of plongest.
77 (gnu_xfer_partial): Likewise.
78 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
79 (ia64_hpux_xfer_solib_got): Likewise.
80 (ia64_hpux_xfer_partial): Likewise.
81 * ia64-linux-nat.c (ia64_linux_xfer_partial):
82 * inf-ptrace.c (inf_ptrace_xfer_partial):
83 * inf-ttrace.c (inf_ttrace_xfer_partial):
84 * linux-nat.c (linux_xfer_siginfo): Likewise.
85 (linux_nat_xfer_partial): Likewise.
86 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
87 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
88 * monitor.c (monitor_xfer_memory): Likewise.
89 (monitor_xfer_partial): Likewise.
90 * procfs.c (procfs_xfer_partial): Likewise.
91 * record-full.c (record_full_xfer_partial): Likewise.
92 (record_full_core_xfer_partial): Likewise.
93 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
94 instead of plongest.
95 (gdbsim_xfer_partial): Likewise.
96 * remote.c (remote_xfer_partial): Likewise.
97 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
98 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
99 declaration.
100 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
101 (rs6000_xfer_shared_libraries): Likewise.
102 * sol-thread.c (sol_thread_xfer_partial): Likewise.
103 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
104 (sparc_xfer_partial): Likewise.
105 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
106 (spu_xfer_partial): Likewise.
107 * spu-multiarch.c (spu_xfer_partial): Likewise.
108 * target.c (target_read_live_memory): Likewise.
109 (memory_xfer_live_readonly_partial): Likewise.
110 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
111 (target_xfer_partial, default_xfer_partial): Likewise.
112 (current_xfer_partial): Likewise.
113 * tracepoint.c (tfile_xfer_partial): Likewise.
114 * windows-nat.c (windows_xfer_memory): Likewise. Call
115 pulongest instead of plongest.
116 (windows_xfer_partial): Likewise.
117 (windows_xfer_shared_libraries): Likewise.
118
05804640
YQ
1192014-01-14 Yao Qi <yao@codesourcery.com>
120
121 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
122 target_xfer_partial_ftype.
123
b5b08fb4
SC
1242014-01-13 Siva Chandra Reddy <sivachandra@google.com>
125
126 PR python/15464
127 PR python/16113
128 * valops.c (value_struct_elt_bitpos): New function
129 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
130 object to 'None' if the field name is an empty string ("").
131 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
132 attribute to look for a field when 'name' is 'None'.
133 (get_field_type): New function
134
13aaf454
DE
1352014-01-13 Doug Evans <dje@google.com>
136
137 PR symtab/16426
138 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
139 (try_open_dwop_file): Ditto.
140 * gdb_bfd.c: #include "vec.h".
141 (bfdp): New typedef.
142 (struct gdb_bfd_data): New member included_bfds.
143 (gdb_bfd_unref): Unref all included bfds.
144 (gdb_bfd_record_inclusion): New function.
145 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
146
c2cec97c
TT
1472014-01-13 Tom Tromey <tromey@redhat.com>
148
149 * gdbcore.h (deprecated_core_resize_section_table): Remove.
150
78e5999d
TT
1512014-01-13 Tom Tromey <tromey@redhat.com>
152
153 * defs.h (use_windows): Remove.
154 * gdb.c (main): Update.
155 * main.c (captured_main, gdb_main): Update.
156 * main.h (struct captured_main_args) <use_windows>: Remove.
157 * top.c (use_windows): Remove.
158
f2052bbe
TT
1592014-01-13 Tom Tromey <tromey@redhat.com>
160
161 * defs.h (deprecated_flush_hook): Remove.
162
fde4f8ed
JK
1632014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
164
165 PR threads/16216
166 * linux-thread-db.c (try_thread_db_load): Add parameter
167 check_auto_load_safe. Move here the file_is_auto_load_safe call.
168 (try_thread_db_load_from_pdir_1): Move it there from here.
169 (try_thread_db_load_from_sdir): Update caller.
170 (try_thread_db_load_from_dir): Move it there from here.
171
bdf61915
PP
1722014-01-13 Patrick Palka <patrick@parcs.ath.cx>
173
174 * regformats/regdat.sh: Always rewrite the register file.
175
f71e1a8d
PA
1762014-01-13 Pedro Alves <palves@redhat.com>
177
178 * Makefile.in (CHECK_HEADERS): New variable.
179 (check-headers:): New rule.
180
42c85435
TT
1812014-01-13 Tom Tromey <tromey@redhat.com>
182
183 * cli/cli-setshow.c (do_set_command): Update.
184 * defs.h (deprecated_set_hook): Remove.
185 * top.c (deprecated_set_hook): Remove.
186
f8de5129
PA
1872014-01-13 Pedro Alves <palves@redhat.com>
188
189 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
190 the tracepoint if the PC is a pseudo-register.
191
fc270c35
TT
1922014-01-13 Tom Tromey <tromey@redhat.com>
193
194 * defs.h (XCALLOC): Remove.
195 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
196 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
197 * dwarf2loc.c (allocate_piece_closure): Likewise.
198 * elfread.c (elf_symfile_segments): Likewise.
199 (elf_symfile_segments): Likewise.
200 * gdbtypes.c (copy_type_recursive): Likewise.
201 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
202 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
203 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
204 XCALLOC.
205 * mt-tdep.c (mt_gdbarch_init): Likewise.
206 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
207 XCALLOC.
208 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
209 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
210 * registry.c (registry_alloc_data): Likewise.
211 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
212 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
213 * serial.c (serial_fdopen_ops): Likewise.
214 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
215 XCALLOC.
216 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
217 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
218 not XCALLOC.
219
70ba0933
TT
2202014-01-13 Tom Tromey <tromey@redhat.com>
221
222 * defs.h (XMALLOC): Remove.
223 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
224 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
225 * cli-out.c (struct ui_out *): Likewise.
226 * cli/cli-dump.c (add_dump_command): Likewise.
227 (add_dump_command): Likewise.
228 * complaints.c (get_complaints): Likewise.
229 (find_complaint): Likewise.
230 * dwarf2-frame.c (execute_cfa_program): Likewise.
231 * dwarf2read.c (abbrev_table_read_table): Likewise.
232 * gdbarch.sh: Likewise.
233 * gdbarch.c: Rebuild.
234 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
235 * interps.c (interp_new): Likewise.
236 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
237 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
238 * mi/mi-console.c (mi_console_file_new): Likewise.
239 * mi/mi-interp.c (mi_interpreter_init): Likewise.
240 * mi/mi-out.c (mi_out_new): Likewise.
241 * mi/mi-parse.c (mi_parse): Likewise.
242 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
243 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
244 * observer.c (xalloc_observer_list_node): Likewise.
245 * regcache.c (regcache_xmalloc_1): Likewise.
246 * reggroups.c (reggroup_new): Likewise.
247 (_initialize_reggroup): Likewise.
248 * registry.c (register_data_with_cleanup): Likewise.
249 * remote.c (remote_notif_stop_alloc_reply): Likewise.
250 * ser-base.c (serial_ttystate): Likewise.
251 * ser-mingw.c (make_pipe_state): Likewise.
252 * ser-pipe.c (pipe_open): Likewise.
253 * serial.c (serial_open): Likewise.
254 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
255 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
256 (tui_alloc_win_info): Likewise.
257 (tui_add_content_elements): Likewise.
258 * tui/tui-file.c (tui_file_new): Likewise.
259 * tui/tui-out.c (tui_out_new): Likewise.
260 * ui-file.c (mem_file_new): Likewise.
261 * ui-out.c (push_level): Likewise.
262 (make_cleanup_ui_out_end): Likewise.
263 (append_header_to_list): Likewise.
264 (ui_out_new): Likewise.
265 * user-regs.c (user_reg_add_builtin): Likewise.
266
41bf6aca
TT
2672014-01-13 Tom Tromey <tromey@redhat.com>
268
269 * defs.h (XZALLOC): Remove.
270 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
271 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
272 (get_ada_tasks_inferior_data): Likewise.
273 * auto-load.c (get_auto_load_pspace_data): Likewise.
274 * auxv.c (get_auxv_inferior_data): Likewise.
275 * bfd-target.c (target_bfd_reopen): Likewise.
276 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
277 (deprecated_insert_raw_breakpoint): Likewise.
278 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
279 * corelow.c (core_open): Likewise.
280 * darwin-nat.c (darwin_check_new_threads): Likewise.
281 (darwin_attach_pid): Likewise.
282 * dummy-frame.c (dummy_frame_push): Likewise.
283 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
284 * dwarf2loc.c (allocate_piece_closure): Likewise.
285 * elfread.c (elf_symfile_segments): Likewise.
286 * eval.c (ptrmath_type_p): Likewise.
287 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
288 * gdbtypes.c (alloc_type_arch): Likewise.
289 (alloc_type_instance): Likewise.
290 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
291 * inf-child.c (inf_child_can_use_agent): Likewise.
292 * inflow.c (get_inflow_inferior_data): Likewise.
293 * infrun.c (save_infcall_suspend_state): Likewise.
294 * jit.c (jit_reader_load): Likewise.
295 (get_jit_objfile_data): Likewise.
296 (get_jit_program_space_data): Likewise.
297 (jit_object_open_impl): Likewise.
298 (jit_symtab_open_impl): Likewise.
299 (jit_block_open_impl): Likewise.
300 (jit_frame_sniffer): Likewise.
301 * linux-fork.c (add_fork): Likewise.
302 * maint.c (make_command_stats_cleanup): Likewise.
303 * objfiles.c (get_objfile_pspace_data): Likewise.
304 * opencl-lang.c (struct lval_closure): Likewise.
305 * osdata.c (osdata_start_osdata): Likewise.
306 * progspace.c (new_address_space): Likewise.
307 (add_program_space): Likewise.
308 * remote-sim.c (get_sim_inferior_data): Likewise.
309 * sh-tdep.c (sh_gdbarch_init): Likewise.
310 * skip.c (Ignore): Likewise.
311 (skip_delete_command): Likewise.
312 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
313 (library_list_start_library): Likewise.
314 (solib_aix_current_sos): Likewise.
315 * solib-darwin.c (get_darwin_info): Likewise.
316 (darwin_current_sos): Likewise.
317 * solib-dsbt.c (get_dsbt_info): Likewise.
318 * solib-ia64-hpux.c (new_so_list): Likewise.
319 (ia64_hpux_get_solib_linkage_addr): Likewise.
320 * solib-spu.c (append_ocl_sos): Likewise.
321 (spu_current_sos): Likewise.
322 * solib-svr4.c (get_svr4_info): Likewise.
323 (svr4_keep_data_in_core): Likewise.
324 (library_list_start_library): Likewise.
325 (svr4_default_sos): Likewise.
326 (svr4_read_so_list): Likewise.
327 * solib-target.c (library_list_start_library): Likewise.
328 (solib_target_current_sos): Likewise.
329 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
330 * symfile-debug.c (install_symfile_debug_logging): Likewise.
331 * symfile.c (default_symfile_segments): Likewise.
332 * target-descriptions.c (tdesc_data_init): Likewise.
333 (tdesc_create_reg): Likewise.
334 (struct tdesc_type *): Likewise.
335 (tdesc_create_vector): Likewise.
336 (tdesc_set_struct_size): Likewise.
337 (struct tdesc_type *): Likewise.
338 (tdesc_free_feature): Likewise.
339 (tdesc_create_feature): Likewise.
340 * windows-nat.c (windows_add_thread): Likewise.
341 (windows_make_so): Likewise.
342 * xml-support.c (gdb_xml_body_text): Likewise.
343 (gdb_xml_create_parser_and_cleanup): Likewise.
344 (xml_process_xincludes): Likewise.
345 * xml-syscall.c (allocate_syscalls_info): Likewise.
346 (syscall_create_syscall_desc): Likewise.
347
5acfdbae
SDJ
3482014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
349
350 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
351 function, with code from i386_stap_parse_special_token.
352 (i386_stap_parse_special_token_three_arg_disp): Likewise.
353 (i386_stap_parse_special_token): Move code to the two functions
354 above; simplify it.
355
0000e5cc
PA
3562014-01-09 Pedro Alves <palves@redhat.com>
357 Hui Zhu <hui@codesourcery.com>
358
359 PR gdb/16101
360 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
361 bp_err_string. Don't mark the location shlib_disabled if the
362 error thrown wasn't a generic or memory error. Catch errors
363 thrown while inserting breakpoints in overlayed code. Output
364 error message of software breakpoints.
365 * remote.c (remote_insert_breakpoint): If this breakpoint has
366 target-side commands but this stub doesn't support Z0 packets,
367 throw NOT_SUPPORTED_ERROR error.
368 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
369 * target.h (target_insert_breakpoint): Extend comment.
370 (target_insert_hw_breakpoint): Add comment.
371
b7ea362b
PA
3722014-01-08 Pedro Alves <palves@redhat.com>
373
374 * remote.c (remote_add_thread): Add threads silently if starting
375 up.
376 (remote_notice_new_inferior): If in all-stop, and starting up,
377 don't call notice_new_inferior.
378 (get_current_thread): New function, factored out from ...
379 (add_current_inferior_and_thread): ... this. Adjust.
380 (remote_start_remote) <all-stop>: Fetch the thread list. If we
381 found any thread, then select the remote's current thread as GDB's
382 current thread too.
383
b7bba001
JB
3842014-01-08 Joel Brobecker <brobecker@adacore.com>
385
386 * NEWS: Create a new section for the next release branch.
387 Rename the section of the current branch, now that it has
388 been cut.
389
16dfbded
JB
3902014-01-08 Joel Brobecker <brobecker@adacore.com>
391
392 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
393 * version.in: Bump version to 7.7.50.DATE-cvs.
394
22c90ac1
YQ
3952014-01-08 Yao Qi <yao@codesourcery.com>
396
397 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
398 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
399 (spu_xfer_partial): Cast 'buf' to 'const char *'.
400
d64ad97c
YQ
4012014-01-08 Yao Qi <yao@codesourcery.com>
402
403 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
404 return value of bfd_get_filename to symbol_file_add_from_bfd.
405
f93ba80c
PM
4062014-01-08 Pierre Muller <muller@sourceware.org>
407
408 Fix PR16201.
409 * coff-pe-read.c (struct read_pe_section_data): Add index field.
410 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
411 to prim_record_mininal_symbol_and_info.
412 (add_pe_forwarded_sym): Use known section number of forwarded symbol
413 in call to prim_record_minimal_symbol_and_info.
414 (read_pe_exported_syms): Set index field of section_data.
415
a4d9ba85
AP
4162014-01-07 Andrew Pinski <apinski@cavium.com>
417
418 * features/aarch64-core.xml (cpsr): Change to be 64bit.
419 * features/aarch64.c: Regenerate.
420
1b67eb02
AS
4212014-01-07 Andreas Schwab <schwab@linux-m68k.org>
422
423 * target.c (return_null): Define.
424 (update_current_target): Use it instead of return_zero for
425 functions that return a pointer.
426
5e3f4fab
EBM
4272014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
428
429 * source.c (add_path): Fix check for duplicated paths in the previously
430 included paths.
431
e2616788
HK
4322014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
433
434 * ada-lang.c: Remove duplicated include statements.
435 * alphabsd-nat.c: Ditto.
436 * amd64-darwin-tdep.c: Ditto.
437 * amd64fbsd-nat.c: Ditto.
438 * auto-load.c: Ditto.
439 * ax-gdb.c: Ditto.
440 * breakpoint.c: Ditto.
441 * dbxread.c: Ditto.
442 * fork-child.c: Ditto.
443 * gdb_usleep.c: Ditto.
444 * i386-darwin-tdep.c: Ditto.
445 * i386fbsd-nat.c: Ditto.
446 * infcmd.c: Ditto.
447 * inferior.c: Ditto.
448 * jv-lang.c: Ditto.
449 * linux-nat.c: Ditto.
450 * linux-tdep.c: Ditto.
451 * m68kbsd-nat.c: Ditto.
452 * m68klinux-nat.c: Ditto.
453 * microblaze-tdep.c: Ditto.
454 * mips-linux-tdep.c: Ditto.
455 * mn10300-tdep.c: Ditto.
456 * nto-tdep.c: Ditto.
457 * opencl-lang.c: Ditto.
458 * osdata.c: Ditto.
459 * printcmd.c: Ditto.
460 * regcache.c: Ditto.
461 * remote-m32r-sdi.c: Ditto.
462 * remote.c: Ditto.
463 * symfile.c: Ditto.
464 * symtab.c: Ditto.
465 * tilegx-linux-nat.c: Ditto.
466 * tilegx-tdep.c: Ditto.
467 * tracepoint.c: Ditto.
468 * valops.c: Ditto.
469 * vaxbsd-nat.c: Ditto.
470 * windows-nat.c: Ditto.
471 * xtensa-tdep.c: Ditto.
472
bd1f7788
YQ
4732014-01-07 Yao Qi <yao@codesourcery.com>
474
475 * spu-linux-nat.c (_initialize_spu_nat): Declare.
476
79301218
JB
4772014-01-07 Yao Qi <yao@codesourcery.com>
478 Joel Brobecker <brobecker@adacore.com>
479
480 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
481 (pdc_write_regs): Likewise.
482 (fetch_regs_kernel_thread): Likewise.
483 (store_regs_kernel_thread): Likewise.
484
4852014-01-07 Joel Brobecker <brobecker@adacore.com>
486
487 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
488 tagged type objects to their actual type.
489
8e355c5d
JB
4902014-01-07 Joel Brobecker <brobecker@adacore.com>
491
492 * ada-valprint.c (print_field_values): Add "language" parameter.
493 Update calls to print_field_values and print_variant_part.
494 Pass new parameter "language" in call to val_print instead
495 of "current_language". Replace call to ada_val_print by call
496 to val_print.
497 (print_variant_part): Add "language" parameter.
498 (ada_val_print_struct_union): Update call to print_field_values.
499
4fbf5aa5
JB
5002014-01-07 Joel Brobecker <brobecker@adacore.com>
501
502 * ada-valprint.c (ui_memcpy): Delete.
503 (ada_print_floating): Update documentation. Add empty line
504 between between function documentation and implementation.
505 Delete variable "buffer". Use ui_file_xstrdup in place of
506 ui_file_put. Minor adjustments following this change.
507
71855601
JB
5082014-01-07 Joel Brobecker <brobecker@adacore.com>
509
510 * ada-valprint.c (ada_val_print_string): New function,
511 extracted from ada_val_print_array.
512 (ada_val_print_array): Replace extracted code by call
513 to ada_val_print_string followed by a return. Move
514 "else" branch to the function's top block.
515
4eb27a30
JB
5162014-01-07 Joel Brobecker <brobecker@adacore.com>
517
518 * ada-valprint.c (ada_val_print_array): Move implementation
519 down. Rename parameter "offset" and "val" into "offset_aligned"
520 and "original_value" respectively. Add parameter "offset".
521
34b27950
JB
5222014-01-07 Joel Brobecker <brobecker@adacore.com>
523
524 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
525 re-organizing the code. Change the "???" message printed
526 when target type is a TYPE_CODE_UNDEF into
527 "<ref to undefined type>".
528
079e4591
JB
5292014-01-07 Joel Brobecker <brobecker@adacore.com>
530
531 * ada-valprint.c (print_record): Delete, implementation inlined...
532 (ada_val_print_struct_union): ... here. Remove call to
533 ada_check_typedef in inlined implementation.
534
8004dfd1
JB
5352014-01-07 Joel Brobecker <brobecker@adacore.com>
536
537 * ada-valprint.c (ada_val_print_gnat_array): New function,
538 extracted from ada_val_print_1;
539 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
540 (ada_val_print_flt, ada_val_print_struct_union)
541 (ada_val_print_ref): Likewise.
542 (ada_val_print_1): Delete variables i and elttype.
543 Replace extracted-out code by call to corresponding
544 new functions.
545
760a2db0
JB
5462014-01-07 Joel Brobecker <brobecker@adacore.com>
547
548 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
549
3a92c861
JB
5502014-01-07 Joel Brobecker <brobecker@adacore.com>
551
552 * ada-valprint.c (ada_val_print_1): Replace calls to
553 ada_val_print_1 by calls to val_print.
554
cd1630f9
JB
5552014-01-07 Joel Brobecker <brobecker@adacore.com>
556
557 * ada-valprint.c (ada_val_print_1): Add parameter "language".
558 Update calls to self accordingly. Replace calls to c_val_print
559 by calls to val_print.
560
bdf779a0
JB
5612014-01-07 Joel Brobecker <brobecker@adacore.com>
562
563 * ada-valprint.c (print_record): Delete declaration.
564 (adjust_type_signedness, ada_val_print_1): Likewise.
565 (ada_val_print): Move function implementation down.
566 (print_variant_part, print_field_values, print_record):
567 Move function implementation up.
568
c0d48811
JB
5692014-01-07 Joel Brobecker <brobecker@adacore.com>
570
571 * python/py-type.c (typy_get_name): New function.
572 (type_object_getset): Add entry for attribute "name".
573 * NEWS: Add entry mentioning this new attribute.
574
c26e9cbb
YQ
5752014-01-07 Yao Qi <yao@codesourcery.com>
576
577 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
578 statement.
579
0cc6f43d
YQ
5802014-01-07 Yao Qi <yao@codesourcery.com>
581
582 * gnu-nat.c (info_port_rights): Add qualifier const to
583 argument args.
584
eec03155
YQ
5852014-01-07 Yao Qi <yao@codesourcery.com>
586
587 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
588
f04a82ef
YQ
5892014-01-07 Yao Qi <yao@codesourcery.com>
590
591 * gnu-nat.c (make_inf) Update declaration.
592 (make_inf): Make it static.
593 (inf_set_traced): Likewise.
594 (inf_port_to_thread, inf_task_died_status): Likewise.
595
d57dda0a
YQ
5962014-01-07 Yao Qi <yao@codesourcery.com>
597
598 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
599
3aa8c969
YQ
6002014-01-07 Yao Qi <yao@codesourcery.com>
601
602 * gnu-nat.c (_initialize_gnu_nat): Declare.
603
94123b4f
YQ
6042014-01-07 Yao Qi <yao@codesourcery.com>
605
606 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
607 'enum bfd_endian'.
608 (struct gdbarch_info) <byte_order>: Change type to
609 'enum bfd_endian'.
610 <byte_order_for_code>: Likewise.
611 * gdbarch.c, gdbarch.h: Regenerated.
612
dc81d70a
TT
6132014-01-06 Sasha Smundak <asmundak@google.com>
614
615 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
616
cc2f3c35
TT
6172014-01-06 Tom Tromey <tromey@redhat.com>
618
619 * doublest.c (convert_doublest_to_floatformat): Use const, not
620 CONST.
621 * somread.c (som_symtab_read): Likewise.
622
adcf2eed
HZ
6232014-01-07 Hui Zhu <hui@codesourcery.com>
624
625 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
626 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
627 (gdb_bfd_fopen): Ditto.
628 (gdb_bfd_openr): Ditto.
629 (gdb_bfd_openw): Ditto.
630 (gdb_bfd_openr_iovec): Ditto.
631 (gdb_bfd_fdopenr): Ditto.
632 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
633 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
634 with xstrdup.
635 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
636 with xstrdup.
637 * symfile-mem.c (symbol_file_add_from_memory): Removed
638 gdb_bfd_stash_filename.
639
50722198
DE
6402014-01-03 Doug Evans <dje@google.com>
641
642 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
643 output.
644
2fa4b862
JB
6452014-01-01 Joel Brobecker <brobecker@adacore.com>
646
647 Update year range in copyright notice of all files.
648
28498c42
JB
6492014-01-01 Joel Brobecker <brobecker@adacore.com>
650
651 * top.c (print_gdb_version): Set copyright year to 2014.
652
7b6e1046
JB
6532014-01-01 Joel Brobecker <brobecker@adacore.com>
654
655 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
656
df96af55 657For older changes see ChangeLog-2013.
c906108c
SS
658\f
659Local Variables:
660mode: change-log
661left-margin: 8
662fill-column: 74
663version-control: never
57da7796 664coding: utf-8
c906108c 665End:
This page took 1.809748 seconds and 4 git commands to generate.