]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Fix -Wformat warnings in gnu-nat.c
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
a9a758e3
YQ
12014-02-17 Yao Qi <yao@codesourcery.com>
2
3 * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd'
4 in format string.
5 (proc_steal_exc_port, make_proc, inf_set_pid): Likewise.
6 (inf_validate_procs, inf_signal): Likewise.
7 (S_exception_raise_request): Likewise.
8 (do_mach_notify_dead_name): Likewise.
9 (steal_exc_port): Likewise.
10 (gnu_read_inferior): Change 'copy_count''s type to
11 mach_msg_type_number_t.
12 (gnu_write_inferior): Likewise. Use 'lx' instead of 'x' in
13 format string.
14
bae8023e
TS
152014-02-16 Thomas Schwinge <thomas@codesourcery.com>
16
c82f56d9
TS
17 * gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
18 flag. Adjust all users; in particular...
19 (gnu_wait): ..., don't decrement its value in here...
20 (gnu_create_inferior): ..., and instead set the flag in here,
21 around the startup_inferior call, and call that one with
22 START_INFERIOR_TRAPS_EXPECTED.
23
3398af6a
TS
24 * gnu-nat.c (ill_rpc): Remove function; replaced with this...
25 (ILL_RPC): ... new macro.
26 (do_mach_notify_no_senders, do_mach_notify_port_deleted)
27 (do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
28 (do_mach_notify_send_once, S_proc_setmsgport_reply)
29 (S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
30 functions with ILL_RPC macro.
31 (S_proc_pid2task_reply, S_proc_task2pid_reply)
32 (S_proc_task2proc_reply, S_proc_proc2task_reply)
33 (S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
34 (S_proc_getprocargs_reply, S_proc_getprocenv_reply)
35 (S_proc_getloginid_reply, S_proc_getloginpids_reply)
36 (S_proc_getlogin_reply, S_proc_getsid_reply)
37 (S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
38 (S_proc_getsidport_reply, S_proc_getpgrp_reply)
39 (S_proc_getpgrppids_reply, S_proc_get_tty_reply)
40 (S_proc_getnports_reply, S_proc_is_important_reply)
41 (S_proc_get_code_reply): New stub functions, generated with
42 ILL_RPC macro.
43
d47642c9
TS
44 * reply_mig_hack.awk: In phase 5, keep going if we have not yet
45 collected the type check structures.
46
bae8023e
TS
47 * reply_mig_hack.awk: Don't expect to see the auto keyword.
48
8a55ffb0
DE
492014-02-14 Doug Evans <dje@google.com>
50
51 * target.c (target_write_partial): Fix result type.
52
c2853f3d
JM
532014-02-14 Jose E. Marchesi <jose.marchesi@oracle.com>
54
55 * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
56 the proper offsets to access fpregset_t.
57
ac61d2db
SA
582014-02-13 Sanimir Agovic <sanimir.agovic@intel.com>
59
60 * cris-tdep.c (cris_supply_gregset): Remove zerobuf.
61 (_initialize_cris_tdep): Remove cris_set_cmdlist, cris_show_cmdlist.
62 * h8300-tdep.c (setmachinelist): Remove global.
63 * hppa-tdep.c (hppa_sigtramp): Remove global.
64 * mipsnbsd-tdep.c (sigtramp_retcode_mipsel, sigtramp_retcode_mipseb
65 RETCODE_NWORDS, RETCODE_SIZE): Wrap code with #if 0.
66 * ravenscar-thread.c (update_target_observer): Remove global.
67 * rs6000-tdep.c (rs6000_gdbarch_init): Remove segment_regs.
68
9d2d0b8b
TT
692014-02-12 Tom Tromey <tromey@redhat.com>
70
71 * common/rsp-low.c: Update comments.
72 * common/rsp-low.h: Update comments.
73
a7191e8b
TT
742014-02-12 Tom Tromey <tromey@redhat.com>
75
76 * common/rsp-low.c (convert_ascii_to_int): Remove.
77 * common/rsp-low.h (convert_ascii_to_int): Don't declare.
78
ff0e980e
TT
792014-02-12 Tom Tromey <tromey@redhat.com>
80
81 * common/rsp-low.h (unhexify): Don't declare.
82 * common/rsp-low.c (unhexify): Remove.
83
e9371aff
TT
842014-02-12 Tom Tromey <tromey@redhat.com>
85
86 * common/rsp-low.h (convert_int_to_ascii): Don't declare.
87 * common/rsp-low.c (convert_int_to_ascii): Remove.
88
971dc0b8
TT
892014-02-12 Tom Tromey <tromey@redhat.com>
90
91 * common/rsp-low.h (hexify): Don't declare.
92 * common/rsp-low.c (hexify): Remove.
93
0a822afb
TT
942014-02-12 Tom Tromey <tromey@redhat.com>
95
96 * common/rsp-low.c (hexify): Never take strlen of argument.
97
9f1b45b0
TT
982014-02-12 Tom Tromey <tromey@redhat.com>
99
100 * common/rsp-low.c (bin2hex): Never take strlen of argument.
101 * remote.c (extended_remote_run, remote_rcmd)
102 (remote_download_trace_state_variable, remote_save_trace_data)
103 (remote_set_trace_notes): Update.
104 * tracepoint.c (encode_source_string, tfile_write_status)
105 (tfile_write_uploaded_tsv): Update.
106
9c3d6531
TT
1072014-02-12 Tom Tromey <tromey@redhat.com>
108
109 * tracepoint.c: Include rsp-low.h.
110 * remote.h (hex2bin, bin2hex, unpack_varlen_hex): Don't declare.
111 * remote.c: Include rsp-low.h.
112 (hexchars, ishex, unpack_varlen_hex, pack_nibble, pack_hex_byte)
113 (fromhex, hex2bin, tohex, bin2hex, remote_escape_output)
114 (remote_unescape_input): Move to common/rsp-low.c.
115 * common/rsp-low.h: New file.
116 * common/rsp-low.c: New file.
117 * Makefile.in (SFILES): Add common/rsp-low.c.
118 (HFILES_NO_SRCDIR): Add common/rsp-low.h.
119 (COMMON_OBS): Add rsp-low.o.
120 (rsp-low.o): New target.
121
01fd3ea5
TT
1222014-02-12 Tom Tromey <tromey@redhat.com>
123
124 * utils.h: Include print-utils.h.
125 (host_address_to_string, plongest, pulongest, phex, phex_nz)
126 (int_string, core_addr_to_string, core_addr_to_string_nz)
127 (hex_string, hex_string_custom): Don't declare.
128 * utils.c (NUMCELLS, CELLSIZE, get_cell, decimal2str, pulongest)
129 (plongest, thirty_two, phex, phex_nz, octal2str, hex_string)
130 (hex_string_custom, int_string, core_addr_to_string)
131 (core_addr_to_string_nz, host_address_to_string): Move to
132 common/print-utils.c.
133 * common/print-utils.h: New file.
134 * common/print-utils.c: New file
135 * Makefile.in (SFILES): Add common/print-utils.c.
136 (HFILES_NO_SRCDIR): Add common/print-utils.h.
137 (COMMON_OBS): Add print-utils.o.
138 (print-utils.o): New target.
139
9fb50108
TT
1402014-02-12 Tom Tromey <tromey@redhat.com>
141
142 * nios2-tdep.c (nios2_stub_frame_base_address): Remove.
143
0548b5db
MK
1442014-02-12 Mark Kettenis <kettenis@gnu.org>
145
146 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi.
147
493443a4
MK
1482014-02-12 Mark Kettenis <kettenis@gnu.org>
149
150 * inf-ptrace.c (inf_ptrace_xfer_partial): Return TARGET_XFER_EOF
151 if a PT_IO ptrace request returns sucessfully but indicates that 0
152 bytes were transferred.
153
706d0883
PA
1542014-02-12 Pedro Alves <palves@redhat.com>
155 Kevin Buettner <kevinb@redhat.com>
156
157 * gnu-v3-abi.c (build_gdb_vtable_type): Return a type marked with
158 TYPE_INSTANCE_FLAG_CODE_SPACE.
159
5caa2f0b
PA
1602014-02-12 Pedro Alves <palves@redhat.com>
161
162 * h8300-tdep.c (pseudo_from_raw_register)
163 (raw_from_pseudo_register): New functions.
164 (h8300_pseudo_register_read, h8300_pseudo_register_write): Use
165 them.
166
76fd5f74
PA
1672014-02-12 Pedro Alves <palves@redhat.com>
168
169 * h8300-tdep.c (h8300_register_sim_regno): New function.
170 (h8300_gdbarch_init): Install h8300_register_sim_regno as
171 gdbarch_register_sim_regno hook.
172
8f008406
SA
1732014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
174
175 * nios2-tdep.c (nios2_stub_frame_base): Remove global.
176
195abc10
SA
1772014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
178
179 * tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
180
93ffa5b9
MK
1812014-02-12 Mark Kettenis <kettenis@gnu.org>
182
183 * obsd-tdep.h (obsd_init_abi): New prototype.
184 * obsd-tdep.c: Define enum with OpenBSD signal numbers.
185 (obsd_gdb_signal_from_target, obsd_gdb_signal_to_target)
186 (obsd_init_abi): New functions.
187 * i386obsd-tdep.c: Include "obsd-tdep.h".
188 (i386obsd_init_abi): Call obsd_init_abi.
189 * amd64obsd-tdep.c: Include "obsd-tdep.h".
190 (amd64obsd_init_abi): Call obsd_init_abi.
191 * configure.tgt (i[34567]86-*-openbsd*, x86_64-*-openbsd*): Add
192 obsd-tdep.c to gdb_target_obs.
193
49caec94
JM
1942014-02-11 Jose E. Marchesi <jose.marchesi@oracle.com>
195
196 * sparc64-tdep.c (sparc64_store_arguments): Do not align complex
197 double float arguments to 16-byte in the argument slots.
198
e1402065
DE
1992014-02-11 Doug Evans <xdje42@gmail.com>
200
201 * configure.ac: Don't crash if pkg-config is not found and guile
202 wasn't explicitly requested. Use AC_MSG_ERROR instead of AC_ERROR
203 in guile checks.
204 * configure: Regenerate.
205
edcc890f
YQ
2062014-02-11 Yao Qi <yao@codesourcery.com>
207
208 * aix-thread.c (aix_thread_xfer_partial): Update comments.
209 * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise.
210 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
211 * gnu-nat.c (gnu_xfer_memory): Likewise.
212 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
213 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
214 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
215 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
216
9b409511
YQ
2172014-02-11 Yao Qi <yao@codesourcery.com>
218
219 * target.h (enum target_xfer_error): Rename to ...
220 (enum target_xfer_status): ... it. New. All users updated.
221 (enum target_xfer_status) <TARGET_XFER_OK>, <TARGET_XFER_EOF>:
222 New.
223 (TARGET_XFER_STATUS_ERROR_P): New macro.
224 (target_xfer_error_to_string): Remove declaration.
225 (target_xfer_status_to_string): Declare.
226 (target_xfer_partial_ftype): Adjust it.
227 (struct target_ops) <to_xfer_partial>: Return
228 target_xfer_status. Add argument xfered_len. Update
229 comments.
230 * target.c (target_xfer_error_to_string): Rename to ...
231 (target_xfer_status_to_string): ... it. New. All callers
232 updated.
233 (target_read_live_memory): Likewise. Call target_xfer_partial
234 instead of target_read.
235 (memory_xfer_live_readonly_partial): Return
236 target_xfer_status. Add argument xfered_len.
237 (raw_memory_xfer_partial): Likewise.
238 (memory_xfer_partial_1): Likewise.
239 (memory_xfer_partial): Likewise.
240 (target_xfer_partial): Likewise. Check *XFERED_LEN is set
241 properly. Update debug message.
242 (default_xfer_partial, current_xfer_partial): Likewise.
243 (target_write_partial): Likewise.
244 (target_read_partial): Likewise. All callers updated.
245 (read_whatever_is_readable): Likewise.
246 (target_write_with_progress): Likewise.
247 (target_read_alloc_1): Likewise.
248
249 * aix-thread.c (aix_thread_xfer_partial): Likewise.
250 * auxv.c (procfs_xfer_auxv): Likewise.
251 (ld_so_xfer_auxv, memory_xfer_auxv): Likewise.
252 * bfd-target.c (target_bfd_xfer_partial): Likewise.
253 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
254 * bsd-uthread.c (bsd_uthread_xfer_partia): Likewise.
255 * corefile.c (read_memory): Adjust.
256 * corelow.c (core_xfer_partial): Likewise.
257 * ctf.c (ctf_xfer_partial): Likewise.
258 * darwin-nat.c (darwin_read_dyld_info): Likewise. All callers
259 updated.
260 (darwin_xfer_partial): Likewise.
261 * exec.c (section_table_xfer_memory_partial): Likewise. All
262 callers updated.
263 (exec_xfer_partial): Likewise.
264 * exec.h (section_table_xfer_memory_partial): Update
265 declaration.
266 * gnu-nat.c (gnu_xfer_memory): Likewise. Assert 'res' is not
267 negative.
268 (gnu_xfer_partial): Likewise.
269 * ia64-hpux-nat.c (ia64_hpux_xfer_memory_no_bs): Likewise.
270 (ia64_hpux_xfer_memory, ia64_hpux_xfer_uregs): Likewise.
271 (ia64_hpux_xfer_solib_got): Likewise.
272 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise. Change
273 type of 'partial_len' to ULONGEST.
274 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
275 * linux-nat.c (linux_xfer_siginfo ): Likewise.
276 (linux_nat_xfer_partial): Likewise.
277 (linux_proc_xfer_partial, linux_xfer_partial): Likewise.
278 (linux_proc_xfer_spu, linux_nat_xfer_osdata): Likewise.
279 * monitor.c (monitor_xfer_memory): Likewise.
280 (monitor_xfer_partial): Likewise.
281 * procfs.c (procfs_xfer_partial): Likewise.
282 * record-btrace.c (record_btrace_xfer_partial): Likewise.
283 * record-full.c (record_full_xfer_partial): Likewise.
284 (record_full_core_xfer_partial): Likewise.
285 * remote-sim.c (gdbsim_xfer_memory): Likewise.
286 (gdbsim_xfer_partial): Likewise.
287 * remote.c (remote_write_bytes_aux): Likewise. All callers
288 updated.
289 (remote_write_bytes, remote_read_bytes): Likewise. All
290 callers updated.
291 (remote_flash_erase): Likewise. All callers updated.
292 (remote_write_qxfer): Likewise. All callers updated.
293 (remote_read_qxfer): Likewise. All callers updated.
294 (remote_xfer_partial): Likewise.
295 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
296 (rs6000_xfer_shared_libraries): Likewise.
297 * sol-thread.c (sol_thread_xfer_partial): Likewise.
298 (sol_thread_xfer_partial): Likewise.
299 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
300 (sparc_xfer_partial): Likewise.
301 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise. All callers
302 updated.
303 (spu_xfer_partial): Likewise.
304 * spu-multiarch.c (spu_xfer_partial): Likewise.
305 * tracepoint.c (tfile_xfer_partial): Likewise.
306 * windows-nat.c (windows_xfer_memory): Likewise.
307 (windows_xfer_shared_libraries): Likewise.
308 (windows_xfer_partial): Likewise.
309 * valprint.c: Replace 'target_xfer_error' with
310 'target_xfer_status' in comments.
311
a8e63083
JB
3122014-02-11 Simon Marchi <simon.marchi@ericsson.com> (tiny patch)
313
314 Checked in by Joel Brobecker <brobecker@adacore.com>.
315 * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Fix comment.
316
e86b67d3
JB
3172014-02-11 Joel Brobecker <brobecker@adacore.com>
318
319 * symfile-debug.c (debug_qf_expand_symtabs_matching): Reformat
320 function parameters.
321
4b7d1f7f
WN
3222014-02-10 Will Newton <will.newton@linaro.org>
323
324 * elfread.c (elf_rel_plt_read): Look for a .got section if
325 looking up .got.plt fails.
326 (elf_gnu_ifunc_resolve_by_got): Call gdbarch_addr_bits_remove
327 on address passed to elf_gnu_ifunc_record_cache.
328 (elf_gnu_ifunc_resolve_addr): Likewise.
329 (elf_gnu_ifunc_resolver_return_stop): Likewise.
330
961842b2
JM
3312014-02-10 Jose E. Marchesi <jose.marchesi@oracle.com>
332
333 * sparc-tdep.c (sparc_in_function_epilogue_p): New function.
334 (X_RETTURN): New macro.
335 * sparc-tdep.h: sparc_in_function_epilogue_p prototype.
336
337 * sparc64-tdep.c (sparc64_init_abi): Hook
338 sparc_in_function_epilogue_p.
339
3f03e7b1
GB
3402014-02-10 Gary Benson <gbenson@redhat.com>
341
342 * symfile-debug.c (debug_qf_expand_symtabs_matching):
343 Rename name_matcher to symbol_matcher.
344
96f861ef
GB
3452014-02-10 Gary Benson <gbenson@redhat.com>
346
347 * symfile-debug.c (debug_qf_expand_symtabs_matching):
348 Use expand_symtabs_file_matcher_ftype and
349 expand_symtabs_symbol_matcher_ftype.
350
ee01b665
JB
3512014-02-10 Joel Brobecker <brobecker@adacore.com>
352
353 * ada-lang.c (struct cache_entry, HASH_SIZE): Move definition up.
354 (struct ada_symbol_cache): New.
355 (ada_free_symbol_cache): Forward declare.
356 (struct ada_pspace_data): New.
357 (ada_pspace_data_handle): New static global.
358 (get_ada_pspace_data, ada_pspace_data_cleanup)
359 (ada_init_symbol_cache, ada_free_symbol_cache): New functions.
360 (cache_space, cache): Delete, now folded inside struct
361 ada_pspace_data.
362 (ada_get_symbol_cache): New function.
363 (ada_clear_symbol_cache, find_entry, cache_symbol): Adjust
364 implementation.
365 (_initialize_ada_language): Remove initialization of cache_space.
366 Move call to observer_attach_inferior_exit up, grouping it
367 with the other observer registrations inside this function.
368 Rename command to be more general. Add call to
369 register_program_space_data_with_cleanup.
370
143adbbf
JB
3712014-02-10 Joel Brobecker <brobecker@adacore.com>
372
373 * ada-tasks.c (ada_tasks_new_objfile_observer): Renames
374 ada_new_objfile_observer.
375 (ada_tasks_normal_stop_observer): Renames ada_normal_stop_observer.
376 (_initialize_tasks): Update uses of ada_new_objfile_observer
377 and ada_tasks_normal_stop_observer.
378
aa4fb036
JB
3792014-02-10 Joel Brobecker <brobecker@adacore.com>
380
381 * ada-lang.c (ada_evaluate_subexp): Set the type of the value
382 returned by the 'Length attribute to integer.
383
9dee8cc6
JB
3842014-02-10 Joel Brobecker <brobecker@adacore.com>
385
386 * ada-lang.c (_initialize_ada_language): Initialize
387 cache_space obstack.
388
3d9434b5
JB
3892014-02-10 Joel Brobecker <brobecker@adacore.com>
390
391 * ada-lang.c (HASH_SIZE): New macro.
392 (struct cache_entry): New type.
393 (cache_space, cache): New static globals.
394 (ada_clear_symbol_cache, find_entry): New functions.
395 (lookup_cached_symbol, cache_symbol): Implement.
396 (ada_new_objfile_observer, ada_free_objfile_observer): New.
397 (_initialize_ada_language): Attach ada_new_objfile_observer
398 and ada_free_objfile_observer.
399
f0c5f9b2
JB
4002014-02-10 Joel Brobecker <brobecker@adacore.com>
401
402 * ada-lang.c (ada_add_block_symbols, add_defn_to_vec)
403 (lookup_cached_symbol, ada_add_local_symbols): Add "const" to
404 struct block * parameter.
405 (ada_lookup_symbol_list_worker): Constify local variable "block".
406 Remove cast which is no longer necessary.
407
ed3ef339
DE
4082014-02-10 Doug Evans <xdje42@gmail.com>
409
410 Add Guile as an extension language.
411 * NEWS: Mention Guile scripting.
412 * Makefile.in (SUBDIR_GUILE_OBS): New variable.
413 (SUBDIR_GUILE_SRCS, SUBDIR_GUILE_DEPS): New variables
414 (SUBDIR_GUILE_LDFLAGS, SUBDIR_GUILE_CFLAGS): New variables.
415 (INTERNAL_CPPFLAGS): Add GUILE_CPPFLAGS.
416 (CLIBS): Add GUILE_LIBS.
417 (install-guile): New rule.
418 (guile.o): New rule.
419 (scm-arch.o, scm-auto-load.o, scm-block.o): New rules.
420 (scm-breakpoint.o, scm-disasm.o, scm-exception.o): New rules.
421 (scm-frame.o, scm-iterator.o, scm-lazy-string.o): New rules.
422 (scm-math.o, scm-objfile.o, scm-ports.o): New rules.
423 (scm-pretty-print.o, scm-safe-call.o, scm-gsmob.o): New rules.
424 (scm-string.o, scm-symbol.o, scm-symtab.o): New rules.
425 (scm-type.o, scm-utils.o, scm-value.o): New rules.
426 * configure.ac: New option --with-guile.
427 * configure: Regenerate.
428 * config.in: Regenerate.
429 * auto-load.c: Remove #include "python/python.h". Add #include
430 "gdb/section-scripts.h".
431 (source_section_scripts): Handle Guile scripts.
432 (_initialize_auto_load): Add name of Guile objfile script to
433 scripts-directory help text.
434 * breakpoint.c (condition_command): Tweak comment to include Scheme.
435 * breakpoint.h (gdbscm_breakpoint_object): Add forward decl.
436 (struct breakpoint): New member scm_bp_object.
437 * defs.h (enum command_control_type): New value guile_control.
438 * cli/cli-cmds.c: Remove #include "python/python.h". Add #include
439 "extension.h".
440 (show_user): Update comment.
441 (_initialize_cli_cmds): Update help text for "show user". Update help
442 text for max-user-call-depth.
443 * cli/cli-script.c: Remove #include "python/python.h". Add #include
444 "extension.h".
445 (multi_line_command_p): Add guile_control.
446 (print_command_lines): Handle guile_control.
447 (execute_control_command, recurse_read_control_structure): Ditto.
448 (process_next_line): Recognize "guile" commands.
449 * disasm.c (gdb_disassemble_info): Make non-static.
450 * disasm.h: #include "dis-asm.h".
451 (struct gdbarch): Add forward decl.
452 (gdb_disassemble_info): Declare.
453 * extension.c: #include "guile/guile.h".
454 (extension_languages): Add guile.
455 (get_ext_lang_defn): Handle EXT_LANG_GDB.
456 * extension.h (enum extension_language): New value EXT_LANG_GUILE.
457 * gdbtypes.c (get_unsigned_type_max): New function.
458 (get_signed_type_minmax): New function.
459 * gdbtypes.h (get_unsigned_type_max): Declare.
460 (get_signed_type_minmax): Declare.
461 * guile/README: New file.
462 * guile/guile-internal.h: New file.
463 * guile/guile.c: New file.
464 * guile/guile.h: New file.
465 * guile/scm-arch.c: New file.
466 * guile/scm-auto-load.c: New file.
467 * guile/scm-block.c: New file.
468 * guile/scm-breakpoint.c: New file.
469 * guile/scm-disasm.c: New file.
470 * guile/scm-exception.c: New file.
471 * guile/scm-frame.c: New file.
472 * guile/scm-gsmob.c: New file.
473 * guile/scm-iterator.c: New file.
474 * guile/scm-lazy-string.c: New file.
475 * guile/scm-math.c: New file.
476 * guile/scm-objfile.c: New file.
477 * guile/scm-ports.c: New file.
478 * guile/scm-pretty-print.c: New file.
479 * guile/scm-safe-call.c: New file.
480 * guile/scm-string.c: New file.
481 * guile/scm-symbol.c: New file.
482 * guile/scm-symtab.c: New file.
483 * guile/scm-type.c: New file.
484 * guile/scm-utils.c: New file.
485 * guile/scm-value.c: New file.
486 * guile/lib/gdb.scm: New file.
487 * guile/lib/gdb/boot.scm: New file.
488 * guile/lib/gdb/experimental.scm: New file.
489 * guile/lib/gdb/init.scm: New file.
490 * guile/lib/gdb/iterator.scm: New file.
491 * guile/lib/gdb/printing.scm: New file.
492 * guile/lib/gdb/types.scm: New file.
493 * data-directory/Makefile.in (GUILE_SRCDIR): New variable.
494 (VPATH): Add $(GUILE_SRCDIR).
495 (GUILE_DIR): New variable.
496 (GUILE_INSTALL_DIR, GUILE_FILES): New variables.
497 (all): Add stamp-guile dependency.
498 (stamp-guile): New rule.
499 (clean-guile, install-guile, uninstall-guile): New rules.
500 (install-only): Add install-guile dependency.
501 (uninstall): Add uninstall-guile dependency.
502 (clean): Add clean-guile dependency.
503
ac020ec5
DE
5042014-02-09 Doug Evans <xdje42@gmail.com>
505
506 Revert this patch (which I approved, mea culpa).
507
508 2014-02-08 Mark Kettenis <kettenis@gnu.org>
509
510 * Makefile.in (all-lib): Remove.
511 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
512
2a081c59
JK
5132014-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 Fix Python stack corruption.
516 * python/py-linetable.c (ltpy_get_pcs_for_line, ltpy_has_line): Use
517 gdb_py_longest.
518
0a6bd22d
MK
5192014-02-08 Mark Kettenis <kettenis@gnu.org>
520
521 * Makefile.in (all-lib): Remove.
522 ($(LIBGNU) $(GNULIB_H)): Replace with gits of remove all-lib target.
523
1a860409
DE
5242014-02-07 Doug Evans <dje@google.com>
525
526 * extension-priv.h (extension_language_script_ops): Add comment.
527 (extension_language_ops): Add comment.
caf5a491 528 (active_ext_lang_state): Fix typo in comment.
1a860409 529
d137e6dc
PA
5302014-02-07 Pedro Alves <palves@redhat.com>
531
532 * infrun.c (handle_signal_stop) <signal arrives while stepping
533 over a breakpoint>: Switch back to the stepping thread.
534
ce6d0892
YQ
5352014-02-07 Yao Qi <yao@codesourcery.com>
536
537 * target.c (target_xfer_partial): Return zero if LEN is zero.
538
2ed4b548
YQ
5392014-02-07 Yao Qi <yao@codesourcery.com>
540
541 * auxv.c (procfs_xfer_auxv): Replace -1 with TARGET_XFER_E_IO.
542 (ld_so_xfer_auxv): Likewise.
543 * bfd-target.c (target_bfd_xfer_partial): Likewise.
544 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
545 * corelow.c (core_xfer_partial): Likewise.
546 * ctf.c (ctf_xfer_partial): Likewise.
547 * darwin-nat.c (darwin_read_dyld_info): Likewise.
548 (darwin_xfer_partial): Likewise.
549 * exec.c (exec_xfer_partial): Likewise.
550 * gnu-nat.c (gnu_xfer_partial): Likewise.
551 * ia64-hpux-nat.c (ia64_hpux_xfer_uregs): Likewise.
552 * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise.
553 * inf-ttrace.c (inf_ttrace_xfer_partial): Likewise.
554 * linux-nat.c (linux_xfer_siginfo): Likewise.
555 (linux_proc_xfer_spu): Likewise.
556 * procfs.c (procfs_xfer_partial): Likewise.
557 * record-full.c (record_full_xfer_partial): Likewise.
558 (record_full_core_xfer_partial): Likewise.
559 * remote-sim.c (gdbsim_xfer_partial): Likewise.
560 * remote.c (remote_write_qxfer): Likewise.
561 (remote_write_qxfer, remote_read_qxfer): Likewise.
562 (remote_xfer_partial): Likewise.
563 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
564 (rs6000_xfer_shared_libraries): Likewise.
565 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
566 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
567 (spu_xfer_partial): Likewise.
568 * target.c (memory_xfer_partial_1): Likewise.
569 * tracepoint.c (tfile_xfer_partial): Likewise.
570 * windows-nat.c (windows_xfer_shared_libraries): Likewise.
571 (windows_xfer_partial): Likewise.
572
c09f20e4
YQ
5732014-02-07 Yao Qi <yao@codesourcery.com>
574
575 * gdbarch.sh (core_xfer_shared_libraries): Returns ULONGEST. Add
576 comments.
577 (core_xfer_shared_libraries_aix): Likewise.
578 * gdbarch.c, gdbarch.h: Regenerated.
579 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries): Return
580 ULONGEST. Change 'len_avail' type to ULONGEST.
581 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
582 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
583 declaration.
584 (rs6000_aix_core_xfer_shared_libraries_aix): Return ULONGEST.
585
8635b3bf
YQ
5862014-02-07 Yao Qi <yao@codesourcery.com>
587
588 * corefile.c (memory_error): Get 'exception' from ERR and pass
589 'exception' to throw_error.
590
6dddc817
DE
5912014-02-06 Doug Evans <xdje42@gmail.com>
592
593 * configure.ac (libpython checking): Remove all but python.o from
594 CONFIG_OBS. Remove all but python.c from CONFIG_SRCS.
595 * configure: Regenerate.
596
597 * Makefile.in (SFILES): Add extension.c.
598 (HFILES_NO_SRCDIR): Add extension.h, extension-priv.h
599 (COMMON_OBS): Add extension.o.
600 * extension.h: New file.
601 * extension-priv.h: New file.
602 * extension.c: New file.
603
604 * python/python-internal.h: #include "extension.h".
605 (gdbpy_auto_load_enabled): Declare.
606 (gdbpy_apply_val_pretty_printer): Declare.
607 (gdbpy_apply_frame_filter): Declare.
608 (gdbpy_preserve_values): Declare.
609 (gdbpy_breakpoint_cond_says_stop): Declare.
610 (gdbpy_breakpoint_has_cond): Declare.
611 (void source_python_script_for_objfile): Delete.
612 * python/python.c: #include "extension-priv.h".
613 Delete inclusion of "observer.h".
614 (extension_language_python): Moved here and renamed from
615 script_language_python in py-auto-load.c.
616 Redefined to be of type extension_language_defn.
617 (python_extension_script_ops): New global.
618 (python_extension_ops): New global.
619 (struct python_env): New member previous_active.
620 (restore_python_env): Call restore_active_ext_lang.
621 (ensure_python_env): Call set_active_ext_lang.
622 (gdbpy_clear_quit_flag): Renamed from clear_quit_flag, made static.
623 New arg extlang.
624 (gdbpy_set_quit_flag): Renamed from set_quit_flag, made static.
625 New arg extlang.
626 (gdbpy_check_quit_flag): Renamed from check_quit_flag, made static.
627 New arg extlang.
628 (gdbpy_eval_from_control_command): Renamed from
629 eval_python_from_control_command, made static. New arg extlang.
630 (gdbpy_source_script) Renamed from source_python_script, made static.
631 New arg extlang.
632 (gdbpy_before_prompt_hook): Renamed from before_prompt_hook. Change
633 result to int. New arg extlang.
634 (gdbpy_source_objfile_script): Renamed from
635 source_python_script_for_objfile, made static. New arg extlang.
636 (gdbpy_start_type_printers): Renamed from start_type_printers, made
637 static. New args extlang, extlang_printers. Change result type to
638 "void".
639 (gdbpy_apply_type_printers): Renamed from apply_type_printers, made
640 static. New arg extlang. Rename arg printers to extlang_printers
641 and change type to ext_lang_type_printers *.
642 (gdbpy_free_type_printers): Renamed from free_type_printers, made
643 static. Replace argument arg with extlang, extlang_printers.
644 (!HAVE_PYTHON, eval_python_from_control_command): Delete.
645 (!HAVE_PYTHON, source_python_script): Delete.
646 (!HAVE_PYTHON, gdbpy_should_stop): Delete.
647 (!HAVE_PYTHON, gdbpy_breakpoint_has_py_cond): Delete.
648 (!HAVE_PYTHON, start_type_printers): Delete.
649 (!HAVE_PYTHON, apply_type_printers): Delete.
650 (!HAVE_PYTHON, free_type_printers): Delete.
651 (_initialize_python): Delete call to observer_attach_before_prompt.
652 (finalize_python): Set/restore active extension language.
653 (gdbpy_finish_initialization) Renamed from
654 finish_python_initialization, made static. New arg extlang.
655 (gdbpy_initialized): New function.
656 * python/python.h: #include "extension.h". Delete #include
657 "value.h", "mi/mi-cmds.h".
658 (extension_language_python): Declare.
659 (GDBPY_AUTO_FILE_NAME): Delete.
660 (enum py_bt_status): Moved to extension.h and renamed to
661 ext_lang_bt_status.
662 (enum frame_filter_flags): Moved to extension.h.
663 (enum py_frame_args): Moved to extension.h and renamed to
664 ext_lang_frame_args.
665 (finish_python_initialization): Delete.
666 (eval_python_from_control_command): Delete.
667 (source_python_script): Delete.
668 (apply_val_pretty_printer): Delete.
669 (apply_frame_filter): Delete.
670 (preserve_python_values): Delete.
671 (gdbpy_script_language_defn): Delete.
672 (gdbpy_should_stop, gdbpy_breakpoint_has_py_cond): Delete.
673 (start_type_printers, apply_type_printers, free_type_printers): Delete.
674
675 * auto-load.c: #include "extension.h".
676 (GDB_AUTO_FILE_NAME): Delete.
677 (auto_load_gdb_scripts_enabled): Make public. New arg extlang.
678 (script_language_gdb): Delete, moved to extension.c and renamed to
679 extension_language_gdb.
680 (source_gdb_script_for_objfile): Delete.
681 (auto_load_pspace_info): New member unsupported_script_warning_printed.
682 (loaded_script): Change type of language member to
683 struct extension_language_defn *.
684 (init_loaded_scripts_info): Initialize
685 unsupported_script_warning_printed.
686 (maybe_add_script): Make static. Change type of language arg to
687 struct extension_language_defn *.
688 (clear_section_scripts): Reset unsupported_script_warning_printed.
689 (auto_load_objfile_script_1): Rewrite to use extension language API.
690 (auto_load_objfile_script): Make public. Remove support-compiled-in
691 and auto-load-enabled checks, moved to auto_load_scripts_for_objfile.
692 (source_section_scripts): Rewrite to use extension language API.
693 (load_auto_scripts_for_objfile): Rewrite to use
694 auto_load_scripts_for_objfile.
695 (collect_matching_scripts_data): Change type of language member to
696 struct extension_language_defn *.
697 (auto_load_info_scripts): Change type of language arg to
698 struct extension_language_defn *.
699 (unsupported_script_warning_print): New function.
700 (script_not_found_warning_print): Make static.
701 (_initialize_auto_load): Rewrite construction of scripts-directory
702 help.
703 * auto-load.h (struct objfile): Add forward decl.
704 (struct script_language): Delete.
705 (struct auto_load_pspace_info): Add forward decl.
706 (struct extension_language_defn): Add forward decl.
707 (maybe_add_script): Delete.
708 (auto_load_objfile_script): Declare.
709 (script_not_found_warning_print): Delete.
710 (auto_load_info_scripts): Update prototype.
711 (auto_load_gdb_scripts_enabled): Declare.
712 * python/py-auto-load.c (gdbpy_auto_load_enabled): Renamed from
713 auto_load_python_scripts_enabled and made public.
714 (script_language_python): Delete, moved to python.c.
715 (gdbpy_script_language_defn): Delete.
716 (info_auto_load_python_scripts): Update to use
717 extension_language_python.
718
719 * breakpoint.c (condition_command): Replace call to
720 gdbpy_breakpoint_has_py_cond with call to get_breakpoint_cond_ext_lang.
721 (bpstat_check_breakpoint_conditions): Replace call to gdbpy_should_stop
722 with call to breakpoint_ext_lang_cond_says_stop.
723 * python/py-breakpoint.c (gdbpy_breakpoint_cond_says_stop): Renamed
724 from gdbpy_should_stop. Change result type to enum scr_bp_stop.
725 New arg slang. Return SCR_BP_STOP_UNSET if py_bp_object is NULL.
726 (gdbpy_breakpoint_has_cond): Renamed from gdbpy_breakpoint_has_py_cond.
727 New arg slang.
728 (local_setattro): Print name of extension language with existing
729 stop condition.
730
731 * valprint.c (val_print, value_print): Update to call
732 apply_ext_lang_val_pretty_printer.
733 * cp-valprint.c (cp_print_value): Update call to
734 apply_ext_lang_val_pretty_printer.
735 * python/py-prettyprint.c: Remove #ifdef HAVE_PYTHON.
736 (gdbpy_apply_val_pretty_printer): Renamed from
737 apply_val_pretty_printer. New arg extlang.
738 (!HAVE_PYTHON, apply_val_pretty_printer): Delete.
739
740 * cli/cli-cmds.c (source_script_from_stream): Rewrite to use
741 extension language API.
742 * cli/cli-script.c (execute_control_command): Update to call
743 eval_ext_lang_from_control_command.
744
745 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Update to use
746 enum ext_lang_bt_status values. Update call to
747 apply_ext_lang_frame_filter.
748 (mi_cmd_stack_list_locals): Ditto.
749 (mi_cmd_stack_list_args): Ditto.
750 (mi_cmd_stack_list_variables): Ditto.
751 * mi/mi-main.c: Delete #include "python/python-internal.h".
752 Add #include "extension.h".
753 (mi_cmd_list_features): Replace reference to python internal variable
754 gdb_python_initialized with call to ext_lang_initialized_p.
755
756 * stack.c (backtrace_command_1): Update to use enum ext_lang_bt_status.
757 Update to use enum ext_lang_frame_args. Update to call
758 apply_ext_lang_frame_filter.
759 * python/py-framefilter.c (extract_sym): Update to use enum
760 ext_lang_bt_status.
761 (extract_value, py_print_type, py_print_value): Ditto.
762 (py_print_single_arg, enumerate_args, enumerate_locals): Ditto.
763 (py_mi_print_variables, py_print_locals, py_print_args): Ditto.
764 (py_print_frame): Ditto.
765 (gdbpy_apply_frame_filter): Renamed from apply_frame_filter.
766 New arg extlang. Update to use enum ext_lang_bt_status.
767
768 * top.c (gdb_init): Delete #ifdef HAVE_PYTHON call to
769 finish_python_initialization. Replace with call to
770 finish_ext_lang_initialization.
771
772 * typeprint.c (do_free_global_table): Update to call
773 free_ext_lang_type_printers.
774 (create_global_typedef_table): Update to call
775 start_ext_lang_type_printers.
776 (find_global_typedef): Update to call apply_ext_lang_type_printers.
777 * typeprint.h (struct ext_lang_type_printers): Add forward decl.
778 (type_print_options): Change type of global_printers from "void *"
779 to "struct ext_lang_type_printers *".
780
781 * value.c (preserve_values): Update to call preserve_ext_lang_values.
782 * python/py-value.c: Remove #ifdef HAVE_PYTHON.
783 (gdbpy_preserve_values): Renamed from preserve_python_values.
784 New arg extlang.
785 (!HAVE_PYTHON, preserve_python_values): Delete.
786
787 * utils.c (quit_flag): Delete, moved to extension.c.
788 (clear_quit_flag, set_quit_flag, check_quit_flag): Delete, moved to
789 extension.c.
790
791 * eval.c: Delete #include "python/python.h".
792 * main.c: Delete #include "python/python.h".
793
794 * defs.h: Update comment.
795
6af79985
JB
7962014-02-06 Joel Brobecker <brobecker@adacore.com>
797
798 GDB 7.7 released.
799
12c5175d
MK
8002014-02-05 Mark Kettenis <kettenis@gnu.org>
801
802 * c-exp.y (YYPRINT, c_print_token): Only define if YYBISON is
803 defined.
804
8dc5b319
YQ
8052014-02-05 Yao Qi <yao@codesourcery.com>
806
807 * remote.c (remote_pass_signals): Remove local 'buf' and use
808 rs->buf.
809 (remote_program_signals): Likewise.
810
de7b2893
YQ
8112014-02-05 Yao Qi <yao@codesourcery.com>
812
813 * ctf.c: Include "inferior.h" and "gdbthread.h".
814 (CTF_PID): A new macro.
815 (ctf_open): Call inferior_appeared and add_thread_silent.
816 (ctf_close): Call exit_inferior_silent and set inferior_ptid.
817 (ctf_thread_alive): New function.
818 (init_ctf_ops): Install ctf_thread_alive to to_thread_alive.
819
66d032ac
YQ
8202014-02-05 Yao Qi <yao@codesourcery.com>
821
822 Revert this patch:
823
824 2013-05-24 Yao Qi <yao@codesourcery.com>
825
826 * tracepoint.c (TFILE_PID): Remove.
827 (tfile_open): Don't add thread and inferior.
828 (tfile_close): Don't set 'inferior_ptid'. Don't call
829 exit_inferior_silent.
830 (tfile_thread_alive): Remove.
831 (init_tfile_ops): Don't set field 'to_thread_alive' of
832 tfile_ops.
833
f4ccffad
CE
8342014-02-04 Christian Eggers <ceggers@gmx.de> (tiny change)
835
836 * remote.c (remote_start_remote): Call remote_check_symbols even
837 if only symbol-file (not file) has been given.
838
591a12a1
UW
8392014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
840
841 * gdbarch.sh (skip_entrypoint): New callback.
842 * gdbarch.c, gdbarch.h: Regenerate.
843 * symtab.c (skip_prologue_sal): Call gdbarch_skip_entrypoint.
844 * infrun.c (fill_in_stop_func): Likewise.
845 * ppc-linux-tdep.c: Include "elf/ppc64.h".
846 (ppc_elfv2_elf_make_msymbol_special): New function.
847 (ppc_elfv2_skip_entrypoint): Likewise.
848 (ppc_linux_init_abi): Install them for ELFv2.
849
cc0e89c5
UW
8502014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
851
852 * ppc-sysv-tdep.c (ppc64_aggregate_candidate): New routine.
853 (ppc64_elfv2_abi_homogeneous_aggregate): Likewise.
854 (ppc64_sysv_abi_push_param): Handle ELFv2 homogeneous structs.
855 (ppc64_sysv_abi_return_value): Likewise. Also, handle small
856 structures returned in GPRs.
857
52f548e4
UW
8582014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
859
860 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Use correct
861 offset to the stack parameter list for the ELFv2 ABI.
862
d4094b6a
UW
8632014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
864
865 * ppc-linux-tdep.c (ppc_linux_init_abi): Only call
866 set_gdbarch_convert_from_func_ptr_addr and
867 set_gdbarch_elf_make_msymbol_special for ELFv1.
868 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_param): Only handle
869 function descriptors on ELFv1.
870 (ppc64_sysv_abi_push_dummy_call): Likewise. On ELFv2,
871 set up r12 at function entry.
872
cd453cd0
UW
8732014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
874
875 * ppc-tdep.h (enum powerpc_elf_abi): New data type.
876 (struct gdbarch_tdep): New member elf_abi.
877
878 * rs6000-tdep.c: Include "elf/ppc64.h".
879 (rs6000_gdbarch_init): Detect ELF ABI version.
880
0ff3e01f
UW
8812014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
882
883 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct order
884 within a register pair holding a DFP 128-bit value on little-endian.
885 (ppc64_sysv_abi_return_value_base): Likewise.
886 * rs6000-tdep.c (dfp_pseudo_register_read): Likewise.
887 (dfp_pseudo_register_write): Likewise.
888
5b757e5d
UW
8892014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
890
891 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_freg): Use correct
892 offset on little-endian when passing _Decimal32.
893 (ppc64_sysv_abi_return_value_base): Likewise for return values.
894
084ee545
UW
8952014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
896
897 * rs6000-tdep.c (efpr_pseudo_register_read): Use correct offset
898 of the overlapped FP register within the VSX register on little-
899 endian platforms.
900 (efpr_pseudo_register_write): Likewise.
901
d63167af
UW
9022014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
903
904 * ppc-sysv-tdep.c (ppc64_sysv_abi_push_val): Use correct
905 offset on little-endian when passing small structures.
906
e765b44c
UW
9072014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
908
909 * ppc-sysv-tdep.c (get_decimal_float_return_value): Update comment.
910 (struct ppc64_sysv_argpos): New data structure.
911 (ppc64_sysv_abi_push_float): Remove.
912 (ppc64_sysv_abi_push_val): New function.
913 (ppc64_sysv_abi_push_integer): Likewise.
914 (ppc64_sysv_abi_push_freg): Likewise.
915 (ppc64_sysv_abi_push_vreg): Likewise.
916 (ppc64_sysv_abi_push_param): Likewise.
917 (ppc64_sysv_abi_push_dummy_call): Refactor to use those new routines.
918 (ppc64_sysv_abi_return_value_base): New function.
919 (ppc64_sysv_abi_return_value): Refactor to use it.
920
36c24d95
UW
9212014-02-04 Ulrich Weigand  <uweigand@de.ibm.com>
922
923 * NEWS: Document new target powerpc64le-*-linux*.
924
26fd9228
MK
9252014-02-04 Mark Kettenis <kettenis@gnu.org>
926
927 * sparc64obsd-tdep.c (sparc64obsd_gregset): New variable.
928 (sparc64obsd_supply_gregset): Handle registers sets used in ELF
929 core dumps.
930 (sparc64obsd_init_abi): Adjust minimum size of the general purpose
931 register set used in ELF core dumps. Add floating-point register set.
932
c5bb7362
KB
9332014-02-03 Kevin Buettner <kevinb@redhat.com>
934
935 * mn10300-tdep.c (mn10300_dwarf2_reg_to_regnum): Rewrite
936 dwarf2_to_gdb[] table using symbolic constants. Adjust
937 penultimate entry from number representing the PC register
938 to symbolic constant representing the MDR register. Add
939 constant for the PC register to the end of the table.
940
af09351e
MK
9412014-02-03 Mark Kettenis <kettenis@gnu.org>
942
943 * bsd-kvm.c: Include <sys/param.h>
944
8507e05d
MK
9452014-02-03 Mark Kettenis <kettenis@gnu.org>
946
947 * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Fix prototype.
948
ae56bfb8
JB
9492014-01-31 Joel Brobecker <brobecker@adacore.com>
950
951 * ada-lang.h (clear_ada_sym_cache): Delete.
952
718ee4dc
UW
9532014-01-30 Ulrich Weigand  <uweigand@de.ibm.com>
954
955 * auxv.c (fprint_target_auxv): Handle AT_HWCAP2.
956
401e27fd
JM
9572014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
958
959 * sparc64-linux-tdep.c (sparc64_linux_step_trap): Get PC from
960 the sigreturn register save area only if the syscall is
961 sigreturn.
962
a7c88acd
JB
9632014-01-29 Joel Brobecker <brobecker@adacore.com>
964
965 * valops.c (value_slice): Minor reformatting.
966
fa0079ea
UW
9672014-01-28 Ulrich Weigand  <uweigand@de.ibm.com>
968
969 * ppc64-tdep.c (ppc64_standard_linkage7): Fix typo.
970
c6044dd1
JB
9712014-01-28 Joel Brobecker <brobecker@adacore.com>
972
973 * ada-lang.c (maint_set_ada_cmdlist, maint_show_ada_cmdlist):
974 New static globals.
975 (maint_set_ada_cmd, maint_show_ada_cmd): New functions.
976 (ada_ignore_descriptive_types_p): New static global.
977 (find_parallel_type_by_descriptive_type): Return immediately
978 if ada_ignore_descriptive_types_p is set.
979 (_initialize_ada_language): Register new commands "maintenance
980 set ada", "maintenance show ada", "maintenance set ada
981 ignore-descriptive-types" and "maintenance show ada
982 ignore-descriptive-types".
983 * NEWS: Add entry for new "maint ada set/show
984 ignore-descriptive-types" commands.
985
568e808b
MM
9862014-01-27 Markus Metzger <markus.t.metzger@intel.com>
987
988 * record-btrace.c (record_btrace_close): Call btrace_teardown
989 for all threads.
990
467d141b
JB
9912014-01-27 Joel Brobecker <brobecker@adacore.com>
992
993 * ada-lang.c: Remove "#ifdef UI_OUT" condition for including
994 "ui-out.h".
995
fb151210
JB
9962014-01-27 Joel Brobecker <brobecker@adacore.com>
997
998 * ada-typeprint (type_is_full_subrange_of_target_type):
999 New function.
1000 (print_range): Add parameter bounds_prefered_p. If not set,
1001 try printing range types using the name of their base type.
1002 (print_range_type): Add parameter bounds_prefered_p.
1003 Use it in call to print_range.
1004 (print_array_type, ada_print_type): Update calls to print_range
1005 and print_range_type.
1006
aba02109
JB
10072014-01-27 Joel Brobecker <brobecker@adacore.com>
1008
1009 * ada-typeprint.c (print_array_type, print_choices, print_range)
1010 (print_range_bound, print_dynamic_range_bound, print_range_type):
1011 Remove declaration.
1012
e62e21fd
JB
10132014-01-27 Joel Brobecker <brobecker@adacore.com>
1014
1015 * ada-typeprint.c (print_range): Add missing empty line
1016 after local declaration.
1017
859cf5d1
JB
10182014-01-27 Joel Brobecker <brobecker@adacore.com>
1019
1020 * ada-valprint.c (print_optional_low_bound): Get index_type's
1021 target type for as long as it is a TYPE_CODE_RANGE.
1022
25790f6f
JB
10232014-01-27 Joel Brobecker <brobecker@adacore.com>
1024
1025 * procfs.c (procfs_make_note_section): Remove assertion and
1026 associated comment.
1027
6b6aa828
YQ
10282014-01-24 Yao Qi <yao@codesourcery.com>
1029
1030 * remote.c (remote_read_bytes): Change type of len to ULONGEST.
1031 * corelow.c (get_core_siginfo): Likewise.
1032
5d6df423
YQ
10332014-01-24 Yao Qi <yao@codesourcery.com>
1034
1035 * remote.c (remote_write_bytes_aux): Change type of 'len' to
1036 ULONGEST. Don't check 'len' is negative.
1037 (remote_write_bytes): Change type of 'len' to ULONGEST.
1038
83b645b8
TT
10392014-01-23 Tom Tromey <tromey@redhat.com>
1040
1041 PR python/16485:
1042 * python/lib/gdb/FrameDecorator.py: (FrameVars.fetch_frame_args):
1043 Handle exception from frame.block.
1044 (FrameVars.fetch_frame_locals): Likewise.
1045
0740f8d8
TT
10462014-01-23 Tom Tromey <tromey@redhat.com>
1047
1048 PR python/16487:
1049 * python/py-framefilter.c (py_print_frame): Don't call Py_DECREF
1050 on a NULL pointer. Move "goto error" to correct place.
1051
21909fa1
TT
10522014-01-23 Tom Tromey <tromey@redhat.com>
1053
1054 PR python/16491:
1055 * python/py-framefilter.c (apply_frame_filter): Call
1056 ensure_python_env after computing gdbarch.
1057
17fde6d0
YQ
10582014-01-23 Yao Qi <yao@codesourcery.com>
1059
1060 * target.c (raw_memory_xfer_partial): Change argument type
1061 from void * to gdb_byte *.
1062 (memory_xfer_partial_1, memory_xfer_partial): Likewise.
1063
87ce2a04
DE
10642014-01-22 Doug Evans <dje@google.com>
1065
1066 New gdbserver option --debug-format=timestamp.
1067 * NEWS: Mention it.
1068
237b092b
AA
10692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
1070
1071 * syscalls/s390x-linux.xml: New file.
1072 * syscalls/s390-linux.xml: New file.
1073 * s390-linux-tdep.c (XML_SYSCALL_FILENAME_S390): New macro.
1074 (XML_SYSCALL_FILENAME_S390X): Likewise.
1075 (op_svc): New enum value for SVC opcode.
1076 (s390_sigtramp_frame_sniffer): Replace literal by 'op_svc'.
1077 (s390_linux_get_syscall_number): New function.
1078 (s390_gdbarch_init): Register '*get_syscall_number' and the
1079 syscall xml file name.
1080 * data-directory/Makefile.in (SYSCALLS_FILES): Add
1081 "s390-linux.xml" and "s390x-linux.xml".
1082 * NEWS: Announce new feature.
1083
54bff650
BS
10842014-01-22 Baruch Siach <baruch@tkos.co.il>
1085
1086 * xtensa-tdep.h (xtensa_elf_greg_t): Change type to uint32_t.
1087
14e361d7
PA
10882014-01-22 Pedro Alves <palves@redhat.com>
1089
1090 * xtensa-config.c: Include defs.h.
1091
46bbb3ed
JB
10922014-01-22 Joel Brobecker <brobecker@adacore.com>
1093
1094 * common/common-utils.h: Add "ARI:" comment beside __func__
1095 reference.
1096
3a80edfc
JB
10972014-01-22 Joel Brobecker <brobecker@adacore.com>
1098
1099 * common/common-utils.h (FUNCTION_NAME): Expand the macro's
1100 documentation a bit.
1101
4869db5e
RM
11022014-01-21 Roland McGrath <mcgrathr@google.com>
1103
1104 * configure.ac: Call AM_PROG_INSTALL_STRIP.
1105 * configure: Regenerate.
1106 * aclocal.m4: Regenerate.
1107 * Makefile.in (install_sh, INSTALL_STRIP_PROGRAM, STRIP):
1108 New substituted variables.
1109 (install-strip): New target.
1110 (INSTALL_SCRIPT): New substituted variable.
1111 (FLAGS_TO_PASS): Add it.
1112 (install-only): Use $(INSTALL_SCRIPT) rather than
1113 $(INSTALL_PROGRAM) for gcore.
1114
9ea4267d
TT
11152014-01-20 Tom Tromey <tromey@redhat.com>
1116
1117 * cli/cli-decode.h (struct cmd_list_element): Move all bitfields
1118 together.
1119
1f2bdf09
TT
11202014-01-20 Tom Tromey <tromey@redhat.com>
1121
1122 * cli/cli-decode.c (add_cmd, deprecate_cmd, add_alias_cmd)
1123 (add_setshow_cmd_full, delete_cmd, lookup_cmd_1)
1124 (deprecated_cmd_warning, complete_on_cmdlist): Update.
1125 * cli/cli-decode.h (CMD_DEPRECATED, DEPRECATED_WARN_USER)
1126 (MALLOCED_REPLACEMENT, DOC_ALLOCATED): Remove.
1127 (struct cmd_list_element) <flags>: Remove.
1128 <cmd_deprecated, deprecated_warn_user, malloced_replacement,
1129 doc_allocated>: New fields.
1130 <hook_in, allow_unknown, abbrev_flag, type, var_type>: Now
1131 bitfields.
1132 * maint.c (maintenance_do_deprecate): Update.
1133 * top.c (execute_command): Update.
1134
e671835b
BS
11352014-01-20 Baruch Siach <baruch@tkos.co.il>
1136
1137 * xtensa-linux-nat.c: Include asm/ptrace.h.
1138
50367cd2
IB
11392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1140
1141 * Makefile.in (SFILES): Add d-support.c.
1142 (COMMON_OBS): Add d-support.o.
1143 * d-lang.h (d_parse_symbol): Add comment, now defined in
1144 d-support.c.
1145 * d-lang.c (parse_call_convention)
1146 (parse_attributes, parse_function_types)
1147 (parse_function_args, parse_type, parse_identifier)
1148 (call_convention_p, d_parse_symbol): Move functions to ...
1149 * d-support.c: ... New file.
1150
ec9f644a
IB
11512014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1152
1153 * d-lang.h (d_parse_symbol): Add declaration.
1154 * d-lang.c (extract_identifiers)
1155 (extract_type_info): Remove functions.
1156 (parse_call_convention, parse_attributes)
1157 (parse_function_types, parse_function_args)
1158 (parse_type, parse_identifier, call_convention_p)
1159 (d_parse_symbol): New functions.
1160 (d_demangle): Use d_parse_symbol to demangle D symbols.
1161
94b1b47e
IB
11622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1163
1164 * d-lang.h (struct builtin_d_type): New data type.
1165 (builtin_d_type): Add declaration.
1166 * d-lang.c (d_language_arch_info, build_d_types)
1167 (builtin_d_type): New functions.
1168 (enum d_primitive_types): New data type.
1169 (d_language_defn): Change c_language_arch_info to
1170 d_language_arch_info.
1171 (d_type_data): New static variable.
1172 (_initialize_d_language): Initialize d_type_data.
1173
63778547
IB
11742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1175
1176 * d-lang.h (d_main_name): Add declaration.
1177 * d-lang.c (d_main_name): New function.
1178 * symtab.c (find_main_name): Add call to d_main_name.
1179
3271ba66
IB
11802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1181
1182 * d-lang.c (d_language_defn): Change macro_expansion_c to
1183 macro_expansion_no.
1184
d36b3012
IB
11852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
1186
1187 * MAINTAINERS: Add myself as a write-after-approval maintainer.
1188
c90a6fb7
SDJ
11892014-01-17 Sergio Durigan Junior <sergiodj@redhat.com>
1190
1191 * breakpoint.c (insert_bp_location): Add "volatile" keyword to "struct
1192 gdb_exception" declaration.
1193 * remote.c (getpkt_or_notif_sane): Likewise.
1194
749234e5
DE
11952014-01-17 Doug Evans <dje@google.com>
1196
1197 * common/gdb_vecs.c (delim_string_to_char_ptr_vec_append): New
1198 function, contents of dirnames_to_char_ptr_vec_append moved here.
1199 (delim_string_to_char_ptr_vec): New function.
1200 (dirnames_to_char_ptr_vec_append): Rewrite.
1201 * common/gdb_vecs.h (delim_string_to_char_ptr_vec): Declare.
1202
df049a58
DE
12032014-01-17 Doug Evans <dje@google.com>
1204
1205 * common/common-utils.h (FUNCTION_NAME): Renamed from ASSERT_FUNCTION,
1206 and moved here ...
1207 * common/gdb_assert.h (ASSERT_FUNCTION): ... from here.
1208 #include "common-utils.h".
1209 (gdb_assert, gdb_assert_fail, gdb_assert_not_reached): Update.
1210 * common/vec.h (VEC_ASSERT_PASS): Update.
1211 * darwin-nat.h: Replace #include of gdb_assert.h with common-utils.h.
1212 (MACH_CHECK_ERROR): Update.
1213
69f97648
SM
12142014-01-17 Simon Marchi <simon.marchi@ericsson.com>
1215
1216 * gdbarch.sh (gdbarch_address_class_name_to_type_flags): Add
1217 comments.
1218 * gdbarch.h: Regenerate.
1219
98b1cfdc
TT
12202014-01-16 Tom Tromey <tromey@redhat.com>
1221
1222 * value.c (struct value) <regnum>: Move earlier.
1223
77a19445
TT
12242014-01-16 Tom Tromey <tromey@redhat.com>
1225
1226 * remote.c (extended_remote_create_inferior): Rename from
1227 extended_remote_create_inferior_1. Add "ops" argument. Remove
1228 old implementation.
1229
62261490
PA
12302014-01-16 Pedro Alves <palves@redhat.com>
1231
1232 * s390-linux-tdep.c (s390_frame_unwind_cache): Swallow
1233 NOT_AVAILABLE_ERROR errors while parsing the prologue or reading
1234 the backchain.
1235
4d65956b
DE
12362014-01-16 Doug Evans <dje@google.com>
1237
1238 * dwarf2read.c (open_and_init_dwp_file): Fix typo in comment.
1239
52834460
MM
12402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1241
1242 * btrace.h (btrace_thread_flag): New.
1243 (struct btrace_thread_info) <flags>: New.
1244 * record-btrace.c (record_btrace_resume_thread)
1245 (record_btrace_find_thread_to_move, btrace_step_no_history)
1246 (btrace_step_stopped, record_btrace_start_replaying)
1247 (record_btrace_step_thread, record_btrace_decr_pc_after_break)
1248 (record_btrace_find_resume_thread): New.
1249 (record_btrace_resume, record_btrace_wait): Extend.
1250 (record_btrace_can_execute_reverse): New.
1251 (record_btrace_open): Fail in non-stop mode.
1252 (record_btrace_set_replay): Split into this, ...
1253 (record_btrace_stop_replaying): ... this, ...
1254 (record_btrace_clear_histories): ... and this.
1255 (init_record_btrace_ops): Init to_can_execute_reverse.
1256 * NEWS: Announce it.
1257
118e6252
MM
12582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1259
1260 * target.h (struct target_ops) <to_decr_pc_after_break>: New.
1261 (forward_target_decr_pc_after_break)
1262 (target_decr_pc_after_break): New.
1263 * target.c (forward_target_decr_pc_after_break)
1264 (target_decr_pc_after_break): New.
1265 * aix-thread.c (aix_thread_wait): Call target_decr_pc_after_break
1266 instead of gdbarch_decr_pc_after_break.
1267 * darwin-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
1268 instead of gdbarch_decr_pc_after_break.
1269 * infrun.c (adjust_pc_after_break): Call target_decr_pc_after_break
1270 instead of gdbarch_decr_pc_after_break.
1271 * linux-nat.c (cancel_breakpoint): Call target_decr_pc_after_break
1272 instead of gdbarch_decr_pc_after_break.
1273 * linux-thread-db.c (check_event): Call target_decr_pc_after_break
1274 instead of gdbarch_decr_pc_after_break.
1275 * record-full.c (record_full_wait_1): Call target_decr_pc_after_break
1276 instead of gdbarch_decr_pc_after_break.
1277
6e07b1d2
MM
12782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1279
1280 * btrace.c: Include regcache.h.
1281 (btrace_add_pc): New.
1282 (btrace_enable): Call btrace_add_pc.
1283 (btrace_is_empty): New.
1284 * btrace.h (btrace_is_empty): New.
1285 * record-btrace.c (require_btrace, record_btrace_info): Call
1286 btrace_is_empty.
1287
969c39fb
MM
12882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1289
1290 * common/linux-btrace.c (perf_event_read_bts, linux_read_btrace):
1291 Support delta reads.
1292 (linux_disable_btrace): Change return type.
1293 * common/linux-btrace.h (linux_read_btrace): Change parameters
1294 and return type to allow error reporting. Update users.
1295 (linux_disable_btrace): Change return type. Update users.
1296 * common/btrace-common.h (btrace_read_type) <BTRACE_READ_DELTA>:
1297 New.
1298 (btrace_error): New.
1299 (btrace_block) <begin>: Comment on BEGIN == 0.
1300 * btrace.c (btrace_compute_ftrace): Start from the end of
1301 the current trace.
1302 (btrace_stitch_trace, btrace_clear_history): New.
1303 (btrace_fetch): Read delta trace, return if replaying.
1304 (btrace_clear): Move clear history code to btrace_clear_history.
1305 (parse_xml_btrace): Throw an error if parsing failed.
1306 * target.h (struct target_ops) <to_read_btrace>: Change parameters
1307 and return type to allow error reporting.
1308 (target_read_btrace): Change parameters and return type to allow
1309 error reporting.
1310 * target.c (target_read_btrace): Update.
1311 * remote.c (remote_read_btrace): Support delta reads. Pass
1312 errors on.
1313 * NEWS: Announce it.
1314
0b722aec
MM
13152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1316
1317 * record.h (record_btrace_frame_unwind)
1318 (record_btrace_tailcall_frame_unwind): New declarations.
1319 * dwarf2-frame: Include record.h
1320 (dwarf2_frame_cfa): Throw an error for btrace frames.
1321 * record-btrace.c: Include hashtab.h.
1322 (btrace_get_bfun_name): New.
1323 (btrace_call_history): Call btrace_get_bfun_name.
1324 (struct btrace_frame_cache): New.
1325 (bfcache): New.
1326 (bfcache_hash, bfcache_eq, bfcache_new): New.
1327 (btrace_get_frame_function): New.
1328 (record_btrace_frame_unwind_stop_reason): Allow unwinding.
1329 (record_btrace_frame_this_id): Compute own id.
1330 (record_btrace_frame_prev_register): Provide PC, throw_error
1331 for all other registers.
1332 (record_btrace_frame_sniffer): Detect btrace frames.
1333 (record_btrace_tailcall_frame_sniffer): New.
1334 (record_btrace_frame_dealloc_cache): New.
1335 (record_btrace_frame_unwind): Add new functions.
1336 (record_btrace_tailcall_frame_unwind): New.
1337 (_initialize_record_btrace): Allocate cache.
1338 * btrace.c (btrace_clear): Call reinit_frame_cache.
1339 * NEWS: Announce it.
1340
066ce621
MM
13412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1342
1343 * record-btrace.c (record_btrace_set_replay)
1344 (record_btrace_goto_begin, record_btrace_goto_end)
1345 (record_btrace_goto): New.
1346 (init_record_btrace_ops): Initialize them.
1347 * NEWS: Announce it.
1348
e2887aa3
MM
13492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1350
1351 * record-btrace.c (record_btrace_find_new_threads)
1352 (record_btrace_thread_alive): New.
1353 (init_record_btrace_ops): Initialize to_find_new_threads and
1354 to_thread_alive.
1355
b2f4cfde
MM
13562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1357
1358 * record-btrace.c (record_btrace_resume): New.
1359 (record_btrace_wait): New.
1360 (init_record_btrace_ops): Initialize to_wait and to_resume.
1361
633785ff
MM
13622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1363
1364 * record-btrace.c (record_btrace_xfer_partial)
1365 (record_btrace_insert_breakpoint, record_btrace_remove_breakpoint)
1366 (record_btrace_allow_memory_access): New.
1367 (init_record_btrace_ops): Initialize new methods.
1368 * target.c (raw_memory_xfer_partial): Bail out if target reports
1369 that this memory is not available.
1370
3db08215
MM
13712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1372
1373 * target.h (target_ops) <to_insert_breakpoint>
1374 <to_remove_breakpoint>: Add target_ops parameter.
1375 (forward_target_insert_breakpoint): New.
1376 (forward_target_remove_breakpoint): New.
1377 (memory_remove_breakpoint, memory_insert_breakpoint):
1378 Add target_ops parameter.
1379 * target.c (target_insert_breakpoint): Split into this and ...
1380 (forward_target_insert_breakpoint): ... this.
1381 (target_remove_breakpoint): Split into this and ...
1382 (forward_target_remove_breakpoint): ... this.
1383 (debug_to_insert_breakpoint): Add target_ops parameter.
1384 Call forward_target_insert_breakpoint.
1385 (debug_to_remove_breakpoint): Add target_ops parameter.
1386 Call forward_target_remove_breakpoint.
1387 (update_current_target): Do not inherit or default to_insert_breakpoint
1388 and to_remove_breakpoint.
1389 * corelow.c (ignore): Add target_ops parameter.
1390 * exec.c (ignore): Add target_ops parameter.
1391 * mem-break.c (memory_insert_breakpoint, memory_remove_breakpoint):
1392 Add target_ops parameter.
1393 * monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
1394 Add target_ops parameter.
1395 * nto-procfs.c (procfs_insert_breakpoint, procfs_remove_breakpoint):
1396 Add target_ops parameter.
1397 * record-full.c (record_full_beneath_to_insert_breakpoint)
1398 (record_full_beneath_to_remove_breakpoint, tmp_to_insert_breakpoint)
1399 (tmp_to_remove_breakpoint, record_full_insert_breakpoint)
1400 (record_full_remove_breakpoint, record_full_core_insert_breakpoint)
1401 (record_full_core_remove_breakpoint): Add target_ops parameter.
1402 Update users.
1403 (record_full_beneath_to_insert_breakpoint_ops)
1404 (record_full_beneath_to_remove_breakpoint_ops)
1405 (tmp_to_insert_breakpoint_ops, tmp_to_remove_breakpoint_ops): New.
1406 (record_full_open): Initialize tmp_to_insert_breakpoint_ops,
1407 tmp_to_remove_breakpoint_ops,
1408 record_full_beneath_to_insert_breakpoint_ops, and
1409 record_full_beneath_to_remove_breakpoint_ops.
1410 * remote-m32r-sdi.c (m32r_insert_breakpoint)
1411 (m32r_remove_breakpoint): Add target_ops parameter.
1412 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
1413 Add target_ops parameter.
1414 * remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
1415 Add target_ops parameter.
1416
cecac1ab
MM
14172014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1418 Markus Metzger <markus.t.metzger@intel.com>
1419
1420 * record-btrace.c: Include frame-unwind.h.
1421 (record_btrace_frame_unwind_stop_reason)
1422 (record_btrace_frame_this_id, record_btrace_frame_prev_register)
1423 (record_btrace_frame_sniffer, record_btrace_frame_unwind):
1424 New.
1425 (init_record_btrace_ops): Install it.
1426
824344ca
MM
14272014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1428
1429 * frame.c (get_frame_unwind_stop_reason): Unconditionally call
1430 get_prev_frame_1.
1431
32261e52
MM
14322014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1433
1434 * dwarf2-frame.c (dwarf2_frame_cfa): Move UNWIND_UNAVAILABLE check
1435 earlier.
1436
ea001bdc
MM
14372014-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
1438
1439 * frame-unwind.c: Include target.h.
1440 (frame_unwind_try_unwinder): New function with code from ...
1441 (frame_unwind_find_by_frame): ... here. New variable
1442 unwinder_from_target, call also target_get_unwinder)
1443 (target_get_tailcall_unwinder, and frame_unwind_try_unwinder for it.
1444 * target.c (target_get_unwinder, target_get_tailcall_unwinder): New.
1445 * target.h (struct target_ops): New fields to_get_unwinder and
1446 to_get_tailcall_unwinder.
1447 (target_get_unwinder, target_get_tailcall_unwinder): New declarations.
1448
1f3ef581
MM
14492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1450
1451 * record-btrace.c (record_btrace_fetch_registers)
1452 (record_btrace_store_registers)
1453 (record_btrace_to_prepare_to_store): New.
1454 (init_record_btrace_ops): Add the above.
1455
f32dbf8c
MM
14562014-01-16 Tom Tromey <tromey@redhat.com>
1457
1458 * windows-nat.c (windows_prepare_to_store): Add 'self' argument.
1459 * target.h (struct target_ops) <to_prepare_to_store>: Add
1460 argument.
1461 (target_prepare_to_store): Add argument.
1462 * target.c (debug_to_prepare_to_store): Add argument.
1463 (update_current_target): Update.
1464 * remote.c (remote_prepare_to_store): Add 'self' argument.
1465 * remote-sim.c (gdbsim_prepare_to_store): Add 'self' argument.
1466 * remote-mips.c (mips_prepare_to_store): Add 'self' argument.
1467 * remote-m32r-sdi.c (m32r_prepare_to_store): Add 'self' argument.
1468 * record-full.c (record_full_core_prepare_to_store): Add 'self'
1469 argument.
1470 * ravenscar-thread.c (ravenscar_prepare_to_store): Add argument.
1471 * nto-procfs.c (procfs_prepare_to_store): Add 'self' argument.
1472 * monitor.c (monitor_prepare_to_store): Add 'self' argument.
1473 * inf-child.c (inf_child_prepare_to_store): Add 'self' argument.
1474 * go32-nat.c (go32_prepare_to_store): Add 'self' argument.
1475
07bbe694
MM
14762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1477
1478 * btrace.h (replay) <replay>: New.
1479 (btrace_is_replaying): New.
1480 * btrace.c (btrace_clear): Free replay iterator.
1481 (btrace_is_replaying): New.
1482 * record-btrace.c (record_btrace_is_replaying): New.
1483 (record_btrace_info): Print insn number if replaying.
1484 (record_btrace_insn_history): Start at replay position.
1485 (record_btrace_call_history): Start at replay position.
1486 (init_record_btrace_ops): Init to_record_is_replaying.
1487
0688d04e
MM
14882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1489
1490 * record-btrace.c (record_btrace_insn_history_range): Include
1491 end.
1492 (record_btrace_insn_history_from): Adjust range.
1493 (record_btrace_call_history_range): Include
1494 end.
1495 (record_btrace_call_history_from): Adjust range.
1496 * NEWS: Announce changes.
1497
8710b709
MM
14982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1499
1500 * record.h (enum record_print_flag)
1501 <record_print_indent_calls>: New.
1502 * record.c (get_call_history_modifiers): Recognize /c modifier.
1503 (_initialize_record): Document /c modifier.
1504 * record-btrace.c (btrace_call_history): Add btinfo parameter.
1505 Reorder fields. Optionally indent the function name. Update
1506 all users.
1507 * NEWS: Announce changes.
1508
d0fa7535
MM
15092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1510
1511 * common/linux-btrace.c (linux_enable_btrace): Enlarge buffer.
1512
5de9129b
MM
15132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1514
1515 * btrace.c (ftrace_new_function): Start counting at one.
1516 * record-btrace.c (record_btrace_info): Adjust number of calls
1517 and insns.
1518 * NEWS: Announce it.
1519
7acbe133
MM
15202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1521
1522 * record-btrace.c (btrace_call_history_insn_range): Print
1523 insn range as [begin, end].
1524
23a7fe75
MM
15252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1526
1527 * btrace.h (struct btrace_func_link): New.
1528 (enum btrace_function_flag): New.
1529 (struct btrace_inst): Rename to ...
1530 (struct btrace_insn): ...this. Update all users.
1531 (struct btrace_func) <ibegin, iend>: Remove.
1532 (struct btrace_func_link): New.
1533 (struct btrace_func): Rename to ...
1534 (struct btrace_function): ...this. Update all users.
1535 (struct btrace_function) <segment, flow, up, insn, insn_offset)
1536 (number, level, flags>: New.
1537 (struct btrace_insn_iterator): Rename to ...
1538 (struct btrace_insn_history): ...this.
1539 Update all users.
1540 (struct btrace_insn_iterator, btrace_call_iterator): New.
1541 (struct btrace_target_info) <btrace, itrace, ftrace>: Remove.
1542 (struct btrace_target_info) <begin, end, level>
1543 <insn_history, call_history>: New.
1544 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1545 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1546 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1547 (btrace_call_number, btrace_call_begin, btrace_call_end)
1548 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1549 (btrace_find_function_by_number, btrace_set_insn_history)
1550 (btrace_set_call_history): New.
1551 * btrace.c (btrace_init_insn_iterator)
1552 (btrace_init_func_iterator, compute_itrace): Remove.
1553 (ftrace_print_function_name, ftrace_print_filename)
1554 (ftrace_skip_file): Change
1555 parameter to const.
1556 (ftrace_init_func): Remove.
1557 (ftrace_debug): Use new btrace_function fields.
1558 (ftrace_function_switched): Also consider gaining and
1559 losing symbol information).
1560 (ftrace_print_insn_addr, ftrace_new_call, ftrace_new_return)
1561 (ftrace_new_switch, ftrace_find_caller, ftrace_new_function)
1562 (ftrace_update_caller, ftrace_fixup_caller, ftrace_new_tailcall):
1563 New.
1564 (ftrace_new_function): Move. Remove debug print.
1565 (ftrace_update_lines, ftrace_update_insns): New.
1566 (ftrace_update_function): Check for call, ret, and jump.
1567 (compute_ftrace): Renamed to ...
1568 (btrace_compute_ftrace): ...this. Rewritten to compute call
1569 stack.
1570 (btrace_fetch, btrace_clear): Updated.
1571 (btrace_insn_get, btrace_insn_number, btrace_insn_begin)
1572 (btrace_insn_end, btrace_insn_prev, btrace_insn_next)
1573 (btrace_insn_cmp, btrace_find_insn_by_number, btrace_call_get)
1574 (btrace_call_number, btrace_call_begin, btrace_call_end)
1575 (btrace_call_prev, btrace_call_next, btrace_call_cmp)
1576 (btrace_find_function_by_number, btrace_set_insn_history)
1577 (btrace_set_call_history): New.
1578 * record-btrace.c (require_btrace): Use new btrace thread
1579 info fields.
1580 (record_btrace_info, btrace_insn_history)
1581 (record_btrace_insn_history, record_btrace_insn_history_range):
1582 Use new btrace thread info fields and new iterator.
1583 (btrace_func_history_src_line): Rename to ...
1584 (btrace_call_history_src_line): ...this. Use new btrace
1585 thread info fields.
1586 (btrace_func_history): Rename to ...
1587 (btrace_call_history): ...this. Use new btrace thread info
1588 fields and new iterator.
1589 (record_btrace_call_history, record_btrace_call_history_range):
1590 Use new btrace thread info fields and new iterator.
1591
8372a7cb
MM
15922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1593
1594 * frame.h (frame_id_build_unavailable_stack_special): New.
1595 * frame.c (frame_id_build_unavailable_stack_special): New.
1596
c2170eef
MM
15972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1598
1599 * amd64-tdep.c (amd64_classify_insn_at, amd64_insn_is_call)
1600 (amd64_insn_is_ret, amd64_insn_is_jump, amd64_jmp_p): New.
1601 (amd64_init_abi): Add insn_is_call, insn_is_ret, and insn_is_jump
1602 to gdbarch.
1603 * i386-tdep.c (i386_insn_is_call, i386_insn_is_ret)
1604 (i386_insn_is_jump, i386_jmp_p): New.
1605 (i386_gdbarch_init): Add insn_is_call, insn_is_ret, and
1606 insn_is_jump to gdbarch.
1607 * gdbarch.sh (insn_is_call, insn_is_ret, insn_is_jump): New.
1608 * gdbarch.h: Regenerated.
1609 * gdbarch.c: Regenerated.
1610 * arch-utils.h (default_insn_is_call, default_insn_is_ret)
1611 (default_insn_is_jump): New.
1612 * arch-utils.c (default_insn_is_call, default_insn_is_ret)
1613 (default_insn_is_jump): New.
1614
864089d2
MM
16152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1616
1617 * common/btrace-common.h (btrace_read_type) <btrace_read_all>:
1618 Change to ...
1619 (btrace_read_type) <BTRACE_READ_ALL>: ... this. Update users.
1620 (btrace_read_type) <btrace_read_new>: Change to ...
1621 (btrace_read_type) <BTRACE_READ_NEW>: ... this. Update users.
1622
ed9edfb5
MM
16232014-01-16 Markus Metzger <markus.t.metzger@intel.com>
1624
1625 * common/linux-btrace.c (linux_read_btrace): Free trace from
1626 previous iteration.
1627
fbcbc3fd
DE
16282014-01-15 Doug Evans <dje@google.com>
1629
1630 * dwarf2read.c (open_and_init_dwp_file): Use pulongest to print
1631 uint32_t.
1632
3d548a53
TT
16332014-01-15 Tom Tromey <tromey@redhat.com>
1634
1635 * dbxread.c (process_one_symbol): Use set_objfile_main_name.
1636 * dwarf2read.c (read_partial_die): Use set_objfile_main_name.
1637 * objfiles.c (get_objfile_bfd_data): Initialize language_of_main.
1638 (set_objfile_main_name): New function.
1639 * objfiles.h (struct objfile_per_bfd_storage) <name_of_main,
1640 language_of_main>: New fields.
1641 (set_objfile_main_name): Declare.
1642 * symtab.c (find_main_name): Loop over objfiles to find the main
1643 name and language.
1644 (set_main_name): Now static.
1645 (get_main_info): Add comment.
1646 * symtab.h (set_main_name): Don't declare.
1647
32ac0d11
TT
16482014-01-15 Tom Tromey <tromey@redhat.com>
1649
1650 * symtab.c (main_progspace_key): New global.
1651 (struct main_info): New.
1652 (name_of_main, language_of_main): Remove.
1653 (get_main_info, main_info_cleanup): New function.
1654 (set_main_name, main_name, main_language): Use get_main_info.
1655 (_initialize_symtab): Initialize main_progspace_key.
1656
9e6c82ad
TT
16572014-01-15 Tom Tromey <tromey@redhat.com>
1658
1659 * dbxread.c (process_one_symbol): Update.
1660 * dwarf2read.c (read_partial_die): Update.
1661 * symfile.c (set_initial_language): Call main_language.
1662 * symtab.c (language_of_main): Now static.
1663 (set_main_name): Add 'lang' parameter.
1664 (find_main_name): Update.
1665 (main_language): New function.
1666 (symtab_observer_executable_changed): Update.
1667 * symtab.h (set_main_name): Update.
1668 (language_of_main): Remove.
1669 (main_language): Declare.
1670
6ef55de7
TT
16712014-01-15 Tom Tromey <tromey@redhat.com>
1672
1673 * symfile.c (init_entry_point_info): Use new "initialized" field.
1674 Update.
1675 * objfiles.h (struct entry_point) <initialized>: New field.
1676 (struct objfile_per_bfd_storage) <ei>: New field, moved from...
1677 (struct objfile) <ei>: ...here. Remove.
1678 * objfiles.c (entry_point_address_query): Update.
1679
53eddfa6
TT
16802014-01-15 Tom Tromey <tromey@redhat.com>
1681
1682 * objfiles.c (entry_point_address_query): Relocate entry point
1683 address.
1684 (objfile_relocate1): Do not relocate entry point address.
1685 * objfiles.h (struct entry_info) <entry_point>: Update comment.
1686 <the_bfd_section_index>: New field.
1687 * symfile.c (init_entry_point_info): Find the entry point's
1688 section.
1689
d56e56aa
TT
16902014-01-15 Tom Tromey <tromey@redhat.com>
1691
1692 * solib-frv.c (enable_break): Use entry_point_address_query.
1693
33a97bbe
OJ
16942014-01-15 Omair Javaid <omair.javaid@linaro.org>
1695
1696 * NEWS: Add note on improved process record-replay on
1697 arm*-linux* targets.
1698
c6ec2b30
OJ
16992014-01-15 Omair Javaid <omair.javaid@linaro.org>
1700
1701 * arm-tdep.c (enum arm_record_result): New enum.
1702 (arm_record_unsupported_insn): New function.
1703 (arm_record_coproc_data_proc): Removed.
1704 (thumb2_record_ld_st_multiple): New function.
1705 (thumb2_record_ld_st_dual_ex_tbb): New function.
1706 (thumb2_record_data_proc_sreg_mimm): New function.
1707 (thumb2_record_ps_dest_generic): New function.
1708 (thumb2_record_branch_misc_cntrl): New function.
1709 (thumb2_record_str_single_data): New function.
1710 (thumb2_record_ld_mem_hints): New function.
1711 (thumb2_record_ld_word): New function.
1712 (thumb2_record_lmul_lmla_div): New function.
1713 (thumb2_record_decode_insn_handler): New function.
1714 (decode_insn): Add thumb32 instruction handlers.
1715
97dfe206
OJ
17162014-01-15 Omair Javaid <omair.javaid@linaro.org>
1717
1718 * arm-linux-tdep.c: Include "record-full.h" and "linux-record.h".
1719 (struct arm_linux_record_tdep): Declare.
1720 (arm_canonicalize_syscall): New function.
1721 (arm_all_but_pc_registers_record): New function.
1722 (arm_linux_syscall_record): New function.
1723 (arm_linux_init_abi): Add syscall recording constructs.
1724 * arm-tdep.c (thumb_record_ldm_stm_swi): Update thumb syscall
1725 decoding. (arm_record_coproc_data_proc): Update arm syscall
1726 decoding.
1727 * arm-tdep.h (struct gdbarch_tdep) <arm_swi_record>: Remove.
1728 <arm_syscall_record>: New field.
1729 * configure.tgt (arm*-*-linux*): Add linux-record.o to
1730 gdb_target_obs.
1731
9904a494
OJ
17322014-01-15 Omair Javaid <omair.javaid@linaro.org>
1733
1734 * arm-tdep.c (thumb_record_misc): Update to use sp as base
1735 register for push instruction recording.
1736
f969241e
OJ
17372014-01-15 Omair Javaid <omair.javaid@linaro.org>
1738
1739 * arm-tdep.c (thumb_record_misc): Update to correct logical
1740 error while recording ldm, ldmia and pop instructions.
1741
bfbbec00
OJ
17422014-01-15 Omair Javaid <omair.javaid@linaro.org>
1743
1744 * arm-tdep.c (struct arm_mem_r) <addr>: Change type to uint32_t.
1745
e40adcc9
PA
17462014-01-15 Pedro Alves <palves@redhat.com>
1747
1748 * go32-nat.c (go32_open, go32_close, go32_attach, go32_detach)
1749 (go32_resume, go32_fetch_registers, store_register)
1750 (go32_store_registers, go32_prepare_to_store)
1751 (go32_xfer_memory, go32_files_info, go32_kill_inferior)
1752 (go32_create_inferior, go32_can_run, go32_terminal_init)
1753 (go32_terminal_inferior, go32_terminal_ours): Delete forward
1754 declarations.
1755
b0a16e66
TT
17562014-01-15 Tom Tromey <tromey@redhat.com>
1757
1758 * target.h (async_callback_ftype): New typedef.
1759 (struct target_ops) <to_async>: Use it.
1760
bf7105a4
JB
17612014-01-15 Joel Brobecker <brobecker@adacore.com>
1762
1763 * python/py-value.c (get_field_type): Remove unnecessary curly
1764 braces for single-statement if block.
1765
a8f35c2e
JB
17662014-01-15 Joel Brobecker <brobecker@adacore.com>
1767
1768 * python/py-type.c (convert_field): Add missing empty line
1769 after declarations.
1770
bb4142cf
DE
17712014-01-14 Doug Evans <dje@google.com>
1772
1773 * symfile.h (expand_symtabs_matching): Renamed from
1774 expand_partial_symbol_names. Update prototype.
1775 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1776 * symfile.c (expand_symtabs_matching): Renamed from
1777 expand_partial_symbol_names. New args file_matcher, kind.
1778 Rename arg fun to symbol_matcher.
1779 (map_symbol_filenames): Renamed from map_partial_symbol_filenames.
1780 * ada-lang.c (ada_complete_symbol_matcher): Renamed from
1781 ada_expand_partial_symbol_name.
1782 (ada_make_symbol_completion_list): Update to call
1783 expand_symtabs_matching.
1784 (ada_add_global_exceptions): Call expand_symtabs_matching.
1785 * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_files): Update to
1786 call map_symbol_filenames.
1787 * symtab.c (sources_info): Update to call map_symbol_filenames.
1788 (search_symbols): Call expand_symtabs_matching.
1789 (symbol_completion_matcher): Renamed from expand_partial_symbol_name.
1790 (default_make_symbol_completion_list_break_on): Update to call
1791 expand_symtabs_matching.
1792 (make_source_files_completion_list): Update to call
1793 map_symbol_filenames.
1794
206f2a57
DE
17952014-01-14 Doug Evans <dje@google.com>
1796
1797 * symfile.h (expand_symtabs_file_matcher_ftype): New typedef.
1798 (expand_symtabs_symbol_matcher_ftype): New typedef.
1799 (quick_symbol_functions.expand_symtabs_matching): Update to use.
1800 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1801 * symfile.c (expand_partial_symbol_names): Update to use
1802 expand_symtabs_symbol_matcher_ftype.
1803 * dwarf2read.c (dw2_expand_symtabs_matching): Update to use
1804 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1805 Arg name_matcher renamed to symbol_matcher.
1806 * psymtab.c (recursively_search_psymtabs): Update to use
1807 expand_symtabs_symbol_matcher_ftype. Arg name_matcher renamed to
1808 sym_matcher.
1809 (expand_symtabs_matching_via_partial): Update to use
1810 expand_symtabs_file_matcher_ftype, expand_symtabs_symbol_matcher_ftype.
1811 Arg name_matcher renamed to symbol_matcher.
1812
540c2971
DE
18132014-01-14 Doug Evans <dje@google.com>
1814
1815 * psymtab.c (expand_partial_symbol_names): Delete, moved to symfile.c.
1816 (map_partial_symbol_filenames): Ditto.
1817 * psymtab.h (expand_partial_symbol_names): Delete, moved to symfile.h.
1818 (map_partial_symbol_filenames): Ditto.
1819 * symfile.c (expand_partial_symbol_names): Moved here from psymtab.c.
1820 (map_partial_symbol_filenames): Ditto.
1821 * symfile.h (expand_partial_symbol_names): Moved here from psymtab.h.
1822 (map_partial_symbol_filenames): Ditto.
1823 * symtab.c: Delete #include "psymtab.h".
1824
8213266a
PA
18252014-01-14 Pedro Alves <palves@redhat.com>
1826 Tom Tromey <tromey@redhat.com>
1827
1828 * infrun.c (use_displaced_stepping): Use find_record_target
1829 instead of RECORD_IS_USED.
1830 (adjust_pc_after_break): Use record_full_is_used instead of
1831 RECORD_IS_USED.
1832 * record-btrace.c (record_btrace_open): Call record_preopen
1833 instead of checking RECORD_IS_USED.
1834 * record-full.c (record_full_shortname)
1835 (record_full_core_shortname): New globals.
1836 (record_full_is_used): New function.
1837 (find_full_open): Call record_preopen instead of checking
1838 RECORD_IS_USED.
1839 (init_record_full_ops): Set the target's shortname to
1840 record_full_shortname.
1841 (init_record_full_core_ops): Set the target's shortname to
1842 record_full_core_shortname.
1843 * record-full.h (record_full_is_used): Declare.
1844 * record.c (find_record_target): Make extern.
1845 (record_preopen): New function.
1846 * record.h (RECORD_IS_USED): Delete macro.
1847 (find_record_target, record_preopen): Declare functions.
1848
7ec1862d
YQ
18492014-01-14 Yao Qi <yao@codesourcery.com>
1850
1851 * gdbarch.sh (core_xfer_shared_libraries): Change its argument
1852 'len''s type to ULONGEST.
1853 (core_xfer_shared_libraries_aix): Likewise.
1854 * gdbarch.c, gdbarch.h: Regenerated.
1855 * i386-cygwin-tdep.c (windows_core_xfer_shared_libraries):
1856 Change type of 'len' to ULONGEST.
1857 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1858 (rs6000_aix_core_xfer_shared_libraries_aix): Likewise.
1859
dea80a27
YQ
18602014-01-14 Yao Qi <yao@codesourcery.com>
1861
1862 * common/linux-osdata.c (linux_xfer_osdata_processes): Change
1863 type of 'len' to ULONGEST.
1864 (linux_xfer_osdata_processgroups): Likewise.
1865 (linux_xfer_osdata_threads): Likewise.
1866 (linux_xfer_osdata_fds): Likewise.
1867 (linux_xfer_osdata_isockets): Likewise.
1868 (linux_xfer_osdata_shm): Likewise.
1869 (linux_xfer_osdata_sem): Likewise.
1870 (linux_xfer_osdata_msg): Likewise.
1871 (linux_common_xfer_osdata): Likewise.
1872 (struct osdata_type) <getter>: Likewise.
1873 * common/linux-osdata.h (linux_common_xfer_osdata): Update
1874 the declaration.
1875
b55e14c7
YQ
18762014-01-14 Yao Qi <yao@codesourcery.com>
1877
1878 * target.h (target_xfer_partial_ftype): Update.
1879 (struct target_ops) <to_xfer_partial>: Change 'len' type to
1880 ULONGEST.
1881 * aix-thread.c (aix_thread_xfer_partial): Change type of
1882 argument 'len' to ULONGEST.
1883 * auxv.c (procfs_xfer_auxv): Likewise.
1884 (ld_so_xfer_auxv): Likewise.
1885 (memory_xfer_auxv): Likewise.
1886 * bfd-target.c (target_bfd_xfer_partial): Likewise.
1887 * bsd-kvm.c (bsd_kvm_xfer_partial): Likewise.
1888 * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise.
1889 * corelow.c (core_xfer_partial): Likewise.
1890 * ctf.c (ctf_xfer_partial): Likewise.
1891 * darwin-nat.c (darwin_read_write_inferior): Likewise. Use
1892 '%u'.
1893 (darwin_read_dyld_info): Likewise.
1894 (darwin_xfer_partial): Likewise.
1895 * exec.c (section_table_xfer_memory_partial): Likewise.
1896 (exec_xfer_partial): Likewise.
1897 * exec.h (section_table_xfer_memory_partial): Update
1898 declaration.
1899 * gnu-nat.c (gnu_xfer_memory): Likewise. Call pulongest
1900 instead of plongest.
1901 (gnu_xfer_partial): Likewise.
1902 * ia64-hpux-nat.c (ia64_hpux_xfer_memory): Likewise.
1903 (ia64_hpux_xfer_solib_got): Likewise.
1904 (ia64_hpux_xfer_partial): Likewise.
1905 * ia64-linux-nat.c (ia64_linux_xfer_partial):
1906 * inf-ptrace.c (inf_ptrace_xfer_partial):
1907 * inf-ttrace.c (inf_ttrace_xfer_partial):
1908 * linux-nat.c (linux_xfer_siginfo): Likewise.
1909 (linux_nat_xfer_partial): Likewise.
1910 (spu_enumerate_spu_ids, linux_proc_xfer_spu): Likewise.
1911 (linux_nat_xfer_osdata, linux_xfer_partial): Likewise.
1912 * monitor.c (monitor_xfer_memory): Likewise.
1913 (monitor_xfer_partial): Likewise.
1914 * procfs.c (procfs_xfer_partial): Likewise.
1915 * record-full.c (record_full_xfer_partial): Likewise.
1916 (record_full_core_xfer_partial): Likewise.
1917 * remote-sim.c (gdbsim_xfer_memory): Likewise. Call pulongest
1918 instead of plongest.
1919 (gdbsim_xfer_partial): Likewise.
1920 * remote.c (remote_xfer_partial): Likewise.
1921 * rs6000-aix-tdep.c (rs6000_aix_ld_info_to_xml): Likewise.
1922 * rs6000-aix-tdep.h (rs6000_aix_ld_info_to_xml): Update
1923 declaration.
1924 * rs6000-nat.c (rs6000_xfer_partial): Likewise.
1925 (rs6000_xfer_shared_libraries): Likewise.
1926 * sol-thread.c (sol_thread_xfer_partial): Likewise.
1927 * sparc-nat.c (sparc_xfer_wcookie): Likewise.
1928 (sparc_xfer_partial): Likewise.
1929 * spu-linux-nat.c (spu_proc_xfer_spu): Likewise.
1930 (spu_xfer_partial): Likewise.
1931 * spu-multiarch.c (spu_xfer_partial): Likewise.
1932 * target.c (target_read_live_memory): Likewise.
1933 (memory_xfer_live_readonly_partial): Likewise.
1934 (memory_xfer_partial, memory_xfer_partial_1): Likewise.
1935 (target_xfer_partial, default_xfer_partial): Likewise.
1936 (current_xfer_partial): Likewise.
1937 * tracepoint.c (tfile_xfer_partial): Likewise.
1938 * windows-nat.c (windows_xfer_memory): Likewise. Call
1939 pulongest instead of plongest.
1940 (windows_xfer_partial): Likewise.
1941 (windows_xfer_shared_libraries): Likewise.
1942
05804640
YQ
19432014-01-14 Yao Qi <yao@codesourcery.com>
1944
1945 * rs6000-nat.c (rs6000_xfer_shared_libraries): Use
1946 target_xfer_partial_ftype.
1947
b5b08fb4
SC
19482014-01-13 Siva Chandra Reddy <sivachandra@google.com>
1949
1950 PR python/15464
1951 PR python/16113
1952 * valops.c (value_struct_elt_bitpos): New function
1953 * py-type.c (convert_field): Set 'name' attribute of a gdb.Field
1954 object to 'None' if the field name is an empty string ("").
1955 * python/py-value.c (valpy_getitem): Use 'bitpos' and 'type'
1956 attribute to look for a field when 'name' is 'None'.
1957 (get_field_type): New function
1958
13aaf454
DE
19592014-01-13 Doug Evans <dje@google.com>
1960
1961 PR symtab/16426
1962 * dwarf2read.c (dwarf2_get_dwz_file): Call gdb_bfd_record_inclusion.
1963 (try_open_dwop_file): Ditto.
1964 * gdb_bfd.c: #include "vec.h".
1965 (bfdp): New typedef.
1966 (struct gdb_bfd_data): New member included_bfds.
1967 (gdb_bfd_unref): Unref all included bfds.
1968 (gdb_bfd_record_inclusion): New function.
1969 * gdb_bfd.h (gdb_bfd_record_inclusion): Declare.
1970
c2cec97c
TT
19712014-01-13 Tom Tromey <tromey@redhat.com>
1972
1973 * gdbcore.h (deprecated_core_resize_section_table): Remove.
1974
78e5999d
TT
19752014-01-13 Tom Tromey <tromey@redhat.com>
1976
1977 * defs.h (use_windows): Remove.
1978 * gdb.c (main): Update.
1979 * main.c (captured_main, gdb_main): Update.
1980 * main.h (struct captured_main_args) <use_windows>: Remove.
1981 * top.c (use_windows): Remove.
1982
f2052bbe
TT
19832014-01-13 Tom Tromey <tromey@redhat.com>
1984
1985 * defs.h (deprecated_flush_hook): Remove.
1986
fde4f8ed
JK
19872014-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1988
1989 PR threads/16216
1990 * linux-thread-db.c (try_thread_db_load): Add parameter
1991 check_auto_load_safe. Move here the file_is_auto_load_safe call.
1992 (try_thread_db_load_from_pdir_1): Move it there from here.
1993 (try_thread_db_load_from_sdir): Update caller.
1994 (try_thread_db_load_from_dir): Move it there from here.
1995
bdf61915
PP
19962014-01-13 Patrick Palka <patrick@parcs.ath.cx>
1997
1998 * regformats/regdat.sh: Always rewrite the register file.
1999
f71e1a8d
PA
20002014-01-13 Pedro Alves <palves@redhat.com>
2001
2002 * Makefile.in (CHECK_HEADERS): New variable.
2003 (check-headers:): New rule.
2004
42c85435
TT
20052014-01-13 Tom Tromey <tromey@redhat.com>
2006
2007 * cli/cli-setshow.c (do_set_command): Update.
2008 * defs.h (deprecated_set_hook): Remove.
2009 * top.c (deprecated_set_hook): Remove.
2010
f8de5129
PA
20112014-01-13 Pedro Alves <palves@redhat.com>
2012
2013 * tracepoint.c (tfile_fetch_registers): Don't infer the PC from
2014 the tracepoint if the PC is a pseudo-register.
2015
fc270c35
TT
20162014-01-13 Tom Tromey <tromey@redhat.com>
2017
2018 * defs.h (XCALLOC): Remove.
2019 * bcache.c (bcache_xmalloc): Use XCNEW, not XCALLOC.
2020 (print_bcache_statistics): Use XCNEWVEC, not XCALLOC.
2021 * dwarf2loc.c (allocate_piece_closure): Likewise.
2022 * elfread.c (elf_symfile_segments): Likewise.
2023 (elf_symfile_segments): Likewise.
2024 * gdbtypes.c (copy_type_recursive): Likewise.
2025 * i386-tdep.c (i386_gdbarch_init): Use XCNEW, not XCALLOC.
2026 * jit.c (jit_frame_sniffer): Use XCNEWVEC, not XCALLOC.
2027 * minsyms.c (prim_record_minimal_symbol_full): Use XCNEW, not
2028 XCALLOC.
2029 * mt-tdep.c (mt_gdbarch_init): Likewise.
2030 * opencl-lang.c (allocate_lval_closure): Use XCNEWVEC, not
2031 XCALLOC.
2032 * psymtab.c (psymbol_compare): Use XCNEW, not XCALLOC.
2033 * regcache.c (regcache_xmalloc_1): Use XCNEWVEC, not XCALLOC.
2034 * registry.c (registry_alloc_data): Likewise.
2035 * rs6000-tdep.c (rs6000_gdbarch_init): Use XCNEW, not XCALLOC.
2036 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
2037 * serial.c (serial_fdopen_ops): Likewise.
2038 * solib-aix.c (solib_aix_get_section_offsets): Use XCNEWVEC, not
2039 XCALLOC.
2040 * spu-tdep.c (spu_gdbarch_init): Use XCNEW, not XCALLOC.
2041 * symfile.c (default_symfile_segments): Use XCNEW and XCNEWVEC,
2042 not XCALLOC.
2043
70ba0933
TT
20442014-01-13 Tom Tromey <tromey@redhat.com>
2045
2046 * defs.h (XMALLOC): Remove.
2047 * avr-tdep.c (avr_gdbarch_init): Use XNEW, not XMALLOC.
2048 * bfin-tdep.c (bfin_gdbarch_init): Likewise.
2049 * cli-out.c (struct ui_out *): Likewise.
2050 * cli/cli-dump.c (add_dump_command): Likewise.
2051 (add_dump_command): Likewise.
2052 * complaints.c (get_complaints): Likewise.
2053 (find_complaint): Likewise.
2054 * dwarf2-frame.c (execute_cfa_program): Likewise.
2055 * dwarf2read.c (abbrev_table_read_table): Likewise.
2056 * gdbarch.sh: Likewise.
2057 * gdbarch.c: Rebuild.
2058 * inf-ttrace.c (inf_ttrace_add_page): Likewise.
2059 * interps.c (interp_new): Likewise.
2060 * lm32-tdep.c (lm32_gdbarch_init): Likewise.
2061 * m32r-tdep.c (m32r_gdbarch_init): Likewise.
2062 * mi/mi-console.c (mi_console_file_new): Likewise.
2063 * mi/mi-interp.c (mi_interpreter_init): Likewise.
2064 * mi/mi-out.c (mi_out_new): Likewise.
2065 * mi/mi-parse.c (mi_parse): Likewise.
2066 * microblaze-tdep.c (microblaze_gdbarch_init): Likewise.
2067 * moxie-tdep.c (moxie_gdbarch_init): Likewise.
2068 * observer.c (xalloc_observer_list_node): Likewise.
2069 * regcache.c (regcache_xmalloc_1): Likewise.
2070 * reggroups.c (reggroup_new): Likewise.
2071 (_initialize_reggroup): Likewise.
2072 * registry.c (register_data_with_cleanup): Likewise.
2073 * remote.c (remote_notif_stop_alloc_reply): Likewise.
2074 * ser-base.c (serial_ttystate): Likewise.
2075 * ser-mingw.c (make_pipe_state): Likewise.
2076 * ser-pipe.c (pipe_open): Likewise.
2077 * serial.c (serial_open): Likewise.
2078 * sh64-tdep.c (sh64_gdbarch_init): Likewise.
2079 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
2080 (tui_alloc_win_info): Likewise.
2081 (tui_add_content_elements): Likewise.
2082 * tui/tui-file.c (tui_file_new): Likewise.
2083 * tui/tui-out.c (tui_out_new): Likewise.
2084 * ui-file.c (mem_file_new): Likewise.
2085 * ui-out.c (push_level): Likewise.
2086 (make_cleanup_ui_out_end): Likewise.
2087 (append_header_to_list): Likewise.
2088 (ui_out_new): Likewise.
2089 * user-regs.c (user_reg_add_builtin): Likewise.
2090
41bf6aca
TT
20912014-01-13 Tom Tromey <tromey@redhat.com>
2092
2093 * defs.h (XZALLOC): Remove.
2094 * ada-lang.c (get_ada_inferior_data): Use XCNEW, not XZALLOC.
2095 * ada-tasks.c (get_ada_tasks_pspace_data): Likewise.
2096 (get_ada_tasks_inferior_data): Likewise.
2097 * auto-load.c (get_auto_load_pspace_data): Likewise.
2098 * auxv.c (get_auxv_inferior_data): Likewise.
2099 * bfd-target.c (target_bfd_reopen): Likewise.
2100 * breakpoint.c (get_catch_syscall_inferior_data): Likewise.
2101 (deprecated_insert_raw_breakpoint): Likewise.
2102 * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
2103 * corelow.c (core_open): Likewise.
2104 * darwin-nat.c (darwin_check_new_threads): Likewise.
2105 (darwin_attach_pid): Likewise.
2106 * dummy-frame.c (dummy_frame_push): Likewise.
2107 * dwarf2-frame.c (dwarf2_frame_cache): Likewise.
2108 * dwarf2loc.c (allocate_piece_closure): Likewise.
2109 * elfread.c (elf_symfile_segments): Likewise.
2110 * eval.c (ptrmath_type_p): Likewise.
2111 * exceptions.c (EXCEPTIONS_SIGJMP_BUF): Likewise.
2112 * gdbtypes.c (alloc_type_arch): Likewise.
2113 (alloc_type_instance): Likewise.
2114 * hppa-tdep.c (hppa_gdbarch_init): Likewise.
2115 * inf-child.c (inf_child_can_use_agent): Likewise.
2116 * inflow.c (get_inflow_inferior_data): Likewise.
2117 * infrun.c (save_infcall_suspend_state): Likewise.
2118 * jit.c (jit_reader_load): Likewise.
2119 (get_jit_objfile_data): Likewise.
2120 (get_jit_program_space_data): Likewise.
2121 (jit_object_open_impl): Likewise.
2122 (jit_symtab_open_impl): Likewise.
2123 (jit_block_open_impl): Likewise.
2124 (jit_frame_sniffer): Likewise.
2125 * linux-fork.c (add_fork): Likewise.
2126 * maint.c (make_command_stats_cleanup): Likewise.
2127 * objfiles.c (get_objfile_pspace_data): Likewise.
2128 * opencl-lang.c (struct lval_closure): Likewise.
2129 * osdata.c (osdata_start_osdata): Likewise.
2130 * progspace.c (new_address_space): Likewise.
2131 (add_program_space): Likewise.
2132 * remote-sim.c (get_sim_inferior_data): Likewise.
2133 * sh-tdep.c (sh_gdbarch_init): Likewise.
2134 * skip.c (Ignore): Likewise.
2135 (skip_delete_command): Likewise.
2136 * solib-aix.c (get_solib_aix_inferior_data): Likewise.
2137 (library_list_start_library): Likewise.
2138 (solib_aix_current_sos): Likewise.
2139 * solib-darwin.c (get_darwin_info): Likewise.
2140 (darwin_current_sos): Likewise.
2141 * solib-dsbt.c (get_dsbt_info): Likewise.
2142 * solib-ia64-hpux.c (new_so_list): Likewise.
2143 (ia64_hpux_get_solib_linkage_addr): Likewise.
2144 * solib-spu.c (append_ocl_sos): Likewise.
2145 (spu_current_sos): Likewise.
2146 * solib-svr4.c (get_svr4_info): Likewise.
2147 (svr4_keep_data_in_core): Likewise.
2148 (library_list_start_library): Likewise.
2149 (svr4_default_sos): Likewise.
2150 (svr4_read_so_list): Likewise.
2151 * solib-target.c (library_list_start_library): Likewise.
2152 (solib_target_current_sos): Likewise.
2153 * sparc-tdep.c (sparc32_gdbarch_init): Likewise.
2154 * symfile-debug.c (install_symfile_debug_logging): Likewise.
2155 * symfile.c (default_symfile_segments): Likewise.
2156 * target-descriptions.c (tdesc_data_init): Likewise.
2157 (tdesc_create_reg): Likewise.
2158 (struct tdesc_type *): Likewise.
2159 (tdesc_create_vector): Likewise.
2160 (tdesc_set_struct_size): Likewise.
2161 (struct tdesc_type *): Likewise.
2162 (tdesc_free_feature): Likewise.
2163 (tdesc_create_feature): Likewise.
2164 * windows-nat.c (windows_add_thread): Likewise.
2165 (windows_make_so): Likewise.
2166 * xml-support.c (gdb_xml_body_text): Likewise.
2167 (gdb_xml_create_parser_and_cleanup): Likewise.
2168 (xml_process_xincludes): Likewise.
2169 * xml-syscall.c (allocate_syscalls_info): Likewise.
2170 (syscall_create_syscall_desc): Likewise.
2171
5acfdbae
SDJ
21722014-01-12 Sergio Durigan Junior <sergiodj@redhat.com>
2173
2174 * i386-tdep.c (i386_stap_parse_special_token_triplet): New
2175 function, with code from i386_stap_parse_special_token.
2176 (i386_stap_parse_special_token_three_arg_disp): Likewise.
2177 (i386_stap_parse_special_token): Move code to the two functions
2178 above; simplify it.
2179
0000e5cc
PA
21802014-01-09 Pedro Alves <palves@redhat.com>
2181 Hui Zhu <hui@codesourcery.com>
2182
2183 PR gdb/16101
2184 * breakpoint.c (insert_bp_location): Rename hw_bp_err_string to
2185 bp_err_string. Don't mark the location shlib_disabled if the
2186 error thrown wasn't a generic or memory error. Catch errors
2187 thrown while inserting breakpoints in overlayed code. Output
2188 error message of software breakpoints.
2189 * remote.c (remote_insert_breakpoint): If this breakpoint has
2190 target-side commands but this stub doesn't support Z0 packets,
2191 throw NOT_SUPPORTED_ERROR error.
2192 * exceptions.h (enum errors) <NOT_SUPPORTED_ERROR>: New error.
2193 * target.h (target_insert_breakpoint): Extend comment.
2194 (target_insert_hw_breakpoint): Add comment.
2195
b7ea362b
PA
21962014-01-08 Pedro Alves <palves@redhat.com>
2197
2198 * remote.c (remote_add_thread): Add threads silently if starting
2199 up.
2200 (remote_notice_new_inferior): If in all-stop, and starting up,
2201 don't call notice_new_inferior.
2202 (get_current_thread): New function, factored out from ...
2203 (add_current_inferior_and_thread): ... this. Adjust.
2204 (remote_start_remote) <all-stop>: Fetch the thread list. If we
2205 found any thread, then select the remote's current thread as GDB's
2206 current thread too.
2207
b7bba001
JB
22082014-01-08 Joel Brobecker <brobecker@adacore.com>
2209
2210 * NEWS: Create a new section for the next release branch.
2211 Rename the section of the current branch, now that it has
2212 been cut.
2213
16dfbded
JB
22142014-01-08 Joel Brobecker <brobecker@adacore.com>
2215
2216 GDB 7.7 branch created (79301218fa0f074c5656db0ec8972a5ddcf91fb5):
2217 * version.in: Bump version to 7.7.50.DATE-cvs.
2218
22c90ac1
YQ
22192014-01-08 Yao Qi <yao@codesourcery.com>
2220
2221 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Change
2222 type of 'id' to gdb_byte. Cast 'id' to 'const char *'.
2223 (spu_xfer_partial): Cast 'buf' to 'const char *'.
2224
d64ad97c
YQ
22252014-01-08 Yao Qi <yao@codesourcery.com>
2226
2227 * spu-linux-nat.c (spu_symbol_file_add_from_memory): Pass
2228 return value of bfd_get_filename to symbol_file_add_from_bfd.
2229
f93ba80c
PM
22302014-01-08 Pierre Muller <muller@sourceware.org>
2231
2232 Fix PR16201.
2233 * coff-pe-read.c (struct read_pe_section_data): Add index field.
2234 (add_pe_exported_sym): Use SECTION_DATA->INDEX for call
2235 to prim_record_mininal_symbol_and_info.
2236 (add_pe_forwarded_sym): Use known section number of forwarded symbol
2237 in call to prim_record_minimal_symbol_and_info.
2238 (read_pe_exported_syms): Set index field of section_data.
2239
a4d9ba85
AP
22402014-01-07 Andrew Pinski <apinski@cavium.com>
2241
2242 * features/aarch64-core.xml (cpsr): Change to be 64bit.
2243 * features/aarch64.c: Regenerate.
2244
1b67eb02
AS
22452014-01-07 Andreas Schwab <schwab@linux-m68k.org>
2246
2247 * target.c (return_null): Define.
2248 (update_current_target): Use it instead of return_zero for
2249 functions that return a pointer.
2250
5e3f4fab
EBM
22512014-01-07 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
2252
2253 * source.c (add_path): Fix check for duplicated paths in the previously
2254 included paths.
2255
e2616788
HK
22562014-01-07 Honggyu Kim <hong.gyu.kim@lge.com>
2257
2258 * ada-lang.c: Remove duplicated include statements.
2259 * alphabsd-nat.c: Ditto.
2260 * amd64-darwin-tdep.c: Ditto.
2261 * amd64fbsd-nat.c: Ditto.
2262 * auto-load.c: Ditto.
2263 * ax-gdb.c: Ditto.
2264 * breakpoint.c: Ditto.
2265 * dbxread.c: Ditto.
2266 * fork-child.c: Ditto.
2267 * gdb_usleep.c: Ditto.
2268 * i386-darwin-tdep.c: Ditto.
2269 * i386fbsd-nat.c: Ditto.
2270 * infcmd.c: Ditto.
2271 * inferior.c: Ditto.
2272 * jv-lang.c: Ditto.
2273 * linux-nat.c: Ditto.
2274 * linux-tdep.c: Ditto.
2275 * m68kbsd-nat.c: Ditto.
2276 * m68klinux-nat.c: Ditto.
2277 * microblaze-tdep.c: Ditto.
2278 * mips-linux-tdep.c: Ditto.
2279 * mn10300-tdep.c: Ditto.
2280 * nto-tdep.c: Ditto.
2281 * opencl-lang.c: Ditto.
2282 * osdata.c: Ditto.
2283 * printcmd.c: Ditto.
2284 * regcache.c: Ditto.
2285 * remote-m32r-sdi.c: Ditto.
2286 * remote.c: Ditto.
2287 * symfile.c: Ditto.
2288 * symtab.c: Ditto.
2289 * tilegx-linux-nat.c: Ditto.
2290 * tilegx-tdep.c: Ditto.
2291 * tracepoint.c: Ditto.
2292 * valops.c: Ditto.
2293 * vaxbsd-nat.c: Ditto.
2294 * windows-nat.c: Ditto.
2295 * xtensa-tdep.c: Ditto.
2296
bd1f7788
YQ
22972014-01-07 Yao Qi <yao@codesourcery.com>
2298
2299 * spu-linux-nat.c (_initialize_spu_nat): Declare.
2300
79301218
JB
23012014-01-07 Yao Qi <yao@codesourcery.com>
2302 Joel Brobecker <brobecker@adacore.com>
2303
2304 * aix-thread.c (pdc_read_regs): Cast parameter to uintptr_t.
2305 (pdc_write_regs): Likewise.
2306 (fetch_regs_kernel_thread): Likewise.
2307 (store_regs_kernel_thread): Likewise.
2308
23092014-01-07 Joel Brobecker <brobecker@adacore.com>
2310
2311 * ada-varobj.c (ada_varobj_adjust_for_child_access): Convert
2312 tagged type objects to their actual type.
2313
8e355c5d
JB
23142014-01-07 Joel Brobecker <brobecker@adacore.com>
2315
2316 * ada-valprint.c (print_field_values): Add "language" parameter.
2317 Update calls to print_field_values and print_variant_part.
2318 Pass new parameter "language" in call to val_print instead
2319 of "current_language". Replace call to ada_val_print by call
2320 to val_print.
2321 (print_variant_part): Add "language" parameter.
2322 (ada_val_print_struct_union): Update call to print_field_values.
2323
4fbf5aa5
JB
23242014-01-07 Joel Brobecker <brobecker@adacore.com>
2325
2326 * ada-valprint.c (ui_memcpy): Delete.
2327 (ada_print_floating): Update documentation. Add empty line
2328 between between function documentation and implementation.
2329 Delete variable "buffer". Use ui_file_xstrdup in place of
2330 ui_file_put. Minor adjustments following this change.
2331
71855601
JB
23322014-01-07 Joel Brobecker <brobecker@adacore.com>
2333
2334 * ada-valprint.c (ada_val_print_string): New function,
2335 extracted from ada_val_print_array.
2336 (ada_val_print_array): Replace extracted code by call
2337 to ada_val_print_string followed by a return. Move
2338 "else" branch to the function's top block.
2339
4eb27a30
JB
23402014-01-07 Joel Brobecker <brobecker@adacore.com>
2341
2342 * ada-valprint.c (ada_val_print_array): Move implementation
2343 down. Rename parameter "offset" and "val" into "offset_aligned"
2344 and "original_value" respectively. Add parameter "offset".
2345
34b27950
JB
23462014-01-07 Joel Brobecker <brobecker@adacore.com>
2347
2348 * ada-valprint.c (ada_val_print_ref): Rewrite by mostly
2349 re-organizing the code. Change the "???" message printed
2350 when target type is a TYPE_CODE_UNDEF into
2351 "<ref to undefined type>".
2352
079e4591
JB
23532014-01-07 Joel Brobecker <brobecker@adacore.com>
2354
2355 * ada-valprint.c (print_record): Delete, implementation inlined...
2356 (ada_val_print_struct_union): ... here. Remove call to
2357 ada_check_typedef in inlined implementation.
2358
8004dfd1
JB
23592014-01-07 Joel Brobecker <brobecker@adacore.com>
2360
2361 * ada-valprint.c (ada_val_print_gnat_array): New function,
2362 extracted from ada_val_print_1;
2363 (ada_val_print_ptr, ada_val_print_num, ada_val_print_enum)
2364 (ada_val_print_flt, ada_val_print_struct_union)
2365 (ada_val_print_ref): Likewise.
2366 (ada_val_print_1): Delete variables i and elttype.
2367 Replace extracted-out code by call to corresponding
2368 new functions.
2369
760a2db0
JB
23702014-01-07 Joel Brobecker <brobecker@adacore.com>
2371
2372 * ada-valprint.c (ada_val_print_1): Remove call to gdb_flush.
2373
3a92c861
JB
23742014-01-07 Joel Brobecker <brobecker@adacore.com>
2375
2376 * ada-valprint.c (ada_val_print_1): Replace calls to
2377 ada_val_print_1 by calls to val_print.
2378
cd1630f9
JB
23792014-01-07 Joel Brobecker <brobecker@adacore.com>
2380
2381 * ada-valprint.c (ada_val_print_1): Add parameter "language".
2382 Update calls to self accordingly. Replace calls to c_val_print
2383 by calls to val_print.
2384
bdf779a0
JB
23852014-01-07 Joel Brobecker <brobecker@adacore.com>
2386
2387 * ada-valprint.c (print_record): Delete declaration.
2388 (adjust_type_signedness, ada_val_print_1): Likewise.
2389 (ada_val_print): Move function implementation down.
2390 (print_variant_part, print_field_values, print_record):
2391 Move function implementation up.
2392
c0d48811
JB
23932014-01-07 Joel Brobecker <brobecker@adacore.com>
2394
2395 * python/py-type.c (typy_get_name): New function.
2396 (type_object_getset): Add entry for attribute "name".
2397 * NEWS: Add entry mentioning this new attribute.
2398
c26e9cbb
YQ
23992014-01-07 Yao Qi <yao@codesourcery.com>
2400
2401 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
2402 statement.
2403
0cc6f43d
YQ
24042014-01-07 Yao Qi <yao@codesourcery.com>
2405
2406 * gnu-nat.c (info_port_rights): Add qualifier const to
2407 argument args.
2408
eec03155
YQ
24092014-01-07 Yao Qi <yao@codesourcery.com>
2410
2411 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
2412
f04a82ef
YQ
24132014-01-07 Yao Qi <yao@codesourcery.com>
2414
2415 * gnu-nat.c (make_inf) Update declaration.
2416 (make_inf): Make it static.
2417 (inf_set_traced): Likewise.
2418 (inf_port_to_thread, inf_task_died_status): Likewise.
2419
d57dda0a
YQ
24202014-01-07 Yao Qi <yao@codesourcery.com>
2421
2422 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
2423
3aa8c969
YQ
24242014-01-07 Yao Qi <yao@codesourcery.com>
2425
2426 * gnu-nat.c (_initialize_gnu_nat): Declare.
2427
94123b4f
YQ
24282014-01-07 Yao Qi <yao@codesourcery.com>
2429
2430 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
2431 'enum bfd_endian'.
2432 (struct gdbarch_info) <byte_order>: Change type to
2433 'enum bfd_endian'.
2434 <byte_order_for_code>: Likewise.
2435 * gdbarch.c, gdbarch.h: Regenerated.
2436
dc81d70a
TT
24372014-01-06 Sasha Smundak <asmundak@google.com>
2438
2439 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
2440
cc2f3c35
TT
24412014-01-06 Tom Tromey <tromey@redhat.com>
2442
2443 * doublest.c (convert_doublest_to_floatformat): Use const, not
2444 CONST.
2445 * somread.c (som_symtab_read): Likewise.
2446
adcf2eed
HZ
24472014-01-07 Hui Zhu <hui@codesourcery.com>
2448
2449 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
2450 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
2451 (gdb_bfd_fopen): Ditto.
2452 (gdb_bfd_openr): Ditto.
2453 (gdb_bfd_openw): Ditto.
2454 (gdb_bfd_openr_iovec): Ditto.
2455 (gdb_bfd_fdopenr): Ditto.
2456 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
2457 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
2458 with xstrdup.
2459 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
2460 with xstrdup.
2461 * symfile-mem.c (symbol_file_add_from_memory): Removed
2462 gdb_bfd_stash_filename.
2463
50722198
DE
24642014-01-03 Doug Evans <dje@google.com>
2465
2466 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
2467 output.
2468
2fa4b862
JB
24692014-01-01 Joel Brobecker <brobecker@adacore.com>
2470
2471 Update year range in copyright notice of all files.
2472
28498c42
JB
24732014-01-01 Joel Brobecker <brobecker@adacore.com>
2474
2475 * top.c (print_gdb_version): Set copyright year to 2014.
2476
7b6e1046
JB
24772014-01-01 Joel Brobecker <brobecker@adacore.com>
2478
2479 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
2480
df96af55 2481For older changes see ChangeLog-2013.
c906108c
SS
2482\f
2483Local Variables:
2484mode: change-log
2485left-margin: 8
2486fill-column: 74
2487version-control: never
57da7796 2488coding: utf-8
c906108c 2489End: