guile: Fix typos in the manual.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7611dbb68f541cb5a29949813e1be8f078ef967a..a9767e7470f48fac1e331c400506250689fc9f0d 100644 (file)
@@ -1,3 +1,80 @@
+2014-02-17  Ludovic Courtès  <ludo@gnu.org>
+
+       * doc/guile.texi (Writing a Guile Pretty-Printer) <example>:
+       Remove 'string-begins-with' procedure.  Add 'pretty-printer'
+       parameter to 'str-lookup-function' procedure.  Look for
+       the "std::string<" prefix.
+       (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
+       Adjust description.
+
+2014-02-17  Doug Evans  <xdje42@gmail.com>
+
+       * Makefile.in (SUBDIR_GUILE_OBS): Resort alphabetically.
+       (SUBDIR_GUILE_SRCS): Ditto.
+       (scm-gsmob.o): Ditto.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (ILL_RPC): Declare defined function.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (gnu_read_inferior): Change 'copy_count' type to
+       mach_msg_type_number_t.
+       (gnu_write_inferior): Likewise.
+
+2014-02-17  Yao Qi  <yao@codesourcery.com>
+
+       * gnu-nat.c (proc_get_exception_port): Use 'lu' insetad of 'd'
+       in format string.
+       (proc_steal_exc_port, make_proc, inf_set_pid): Likewise.
+       (inf_validate_procs, inf_signal): Likewise.
+       (S_exception_raise_request): Likewise.
+       (do_mach_notify_dead_name): Likewise.
+       (steal_exc_port): Likewise.
+       (gnu_read_inferior): Change 'copy_count''s type to
+       mach_msg_type_number_t.
+       (gnu_write_inferior): Likewise.  Use 'lx' instead of 'x' in
+       format string.
+
+2014-02-16  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * gnu-nat.c (struct inf): Change pending_execs member to a 1-bit
+       flag.  Adjust all users; in particular...
+       (gnu_wait): ..., don't decrement its value in here...
+       (gnu_create_inferior): ..., and instead set the flag in here,
+       around the startup_inferior call, and call that one with
+       START_INFERIOR_TRAPS_EXPECTED.
+
+       * gnu-nat.c (ill_rpc): Remove function; replaced with this...
+       (ILL_RPC): ... new macro.
+       (do_mach_notify_no_senders, do_mach_notify_port_deleted)
+       (do_mach_notify_msg_accepted, do_mach_notify_port_destroyed)
+       (do_mach_notify_send_once, S_proc_setmsgport_reply)
+       (S_proc_getmsgport_reply, S_msg_sig_post_reply): Generate stub
+       functions with ILL_RPC macro.
+       (S_proc_pid2task_reply, S_proc_task2pid_reply)
+       (S_proc_task2proc_reply, S_proc_proc2task_reply)
+       (S_proc_pid2proc_reply, S_proc_getprocinfo_reply)
+       (S_proc_getprocargs_reply, S_proc_getprocenv_reply)
+       (S_proc_getloginid_reply, S_proc_getloginpids_reply)
+       (S_proc_getlogin_reply, S_proc_getsid_reply)
+       (S_proc_getsessionpgids_reply, S_proc_getsessionpids_reply)
+       (S_proc_getsidport_reply, S_proc_getpgrp_reply)
+       (S_proc_getpgrppids_reply, S_proc_get_tty_reply)
+       (S_proc_getnports_reply, S_proc_is_important_reply)
+       (S_proc_get_code_reply): New stub functions, generated with
+       ILL_RPC macro.
+
+       * reply_mig_hack.awk: In phase 5, keep going if we have not yet
+       collected the type check structures.
+
+       * reply_mig_hack.awk: Don't expect to see the auto keyword.
+
+2014-02-14  Doug Evans  <dje@google.com>
+
+       * target.c (target_write_partial): Fix result type.
+
 2014-02-14  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        * sparc64-linux-nat.c (_initialize_sparc64_linux_nat): Register
This page took 0.024441 seconds and 4 git commands to generate.