Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@redhat.com>
To: Elena Zannoni <ezannoni@redhat.com>
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH/OB] breakpoint.c: include cli files
Date: Tue, 27 Aug 2002 13:13:00 -0000	[thread overview]
Message-ID: <3D6BDAE5.34E42341@redhat.com> (raw)
In-Reply-To: <15723.52606.387906.577919@localhost.redhat.com>

Elena Zannoni wrote:
> 
> To avoid a warning.

Ah, sorry.  Forgot to check in defs.h, which was where Joel put it.
Yours is actually more appropriate though, so let's leave it in.

> 
> Elena
> 
> 2002-08-27  Elena Zannoni  <ezannoni@redhat.com>
> 
>         * cli/cli-script.h (copy_command_lines): Export.
>         * breakpoint.c: Include cli/cli-script.h.
>         * Makefile.in (breakpoint.o): Update dependencies.
> 
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/uberbaum/gdb/Makefile.in,v
> retrieving revision 1.249
> diff -u -p -r1.249 Makefile.in
> --- Makefile.in 25 Aug 2002 21:43:05 -0000      1.249
> +++ Makefile.in 27 Aug 2002 19:01:49 -0000
> @@ -1537,7 +1537,7 @@ blockframe.o: blockframe.c $(defs_h) $(g
>  breakpoint.o: breakpoint.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \
>         $(inferior_h) $(language_h) $(target_h) $(gdbthread_h) \
>         $(gdb_string_h) $(gdb_events_h) $(linespec_h) $(ui_out_h) \
> -       $(completer_h) $(gdb_h)
> +       $(completer_h) $(gdb_h) $(cli_script_h)
> 
>  buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \
>         $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(complaints_h) \
> Index: cli-script.h
> ===================================================================
> RCS file: /cvs/uberbaum/gdb/cli/cli-script.h,v
> retrieving revision 1.3
> diff -u -p -r1.3 cli-script.h
> --- cli-script.h        17 Jan 2002 22:15:18 -0000      1.3
> +++ cli-script.h        27 Aug 2002 19:02:07 -0000
> @@ -41,6 +41,8 @@ extern enum command_control_type
>  extern void print_command_lines (struct ui_out *,
>                                  struct command_line *, unsigned int);
> 
> +extern struct command_line * copy_command_lines (struct command_line *cmds);
> +
>  /* Exported to gdb/infrun.c */
> 
>  extern void execute_user_command (struct cmd_list_element *c, char *args);
> Index: breakpoint.c
> ===================================================================
> RCS file: /cvs/uberbaum/gdb/breakpoint.c,v
> retrieving revision 1.83
> diff -u -p -r1.83 breakpoint.c
> --- breakpoint.c        27 Aug 2002 01:09:08 -0000      1.83
> +++ breakpoint.c        27 Aug 2002 19:01:34 -0000
> @@ -45,6 +45,7 @@
>  #include "completer.h"
>  #include "gdb.h"
>  #include "ui-out.h"
> +#include "cli/cli-script.h"
> 
>  #include "gdb-events.h"


      reply	other threads:[~2002-08-27 20:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-27 12:27 Elena Zannoni
2002-08-27 13:13 ` Michael Snyder [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D6BDAE5.34E42341@redhat.com \
    --to=msnyder@redhat.com \
    --cc=ezannoni@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox