* Re: Machine interface
[not found] ` <20050318161126.GA27141@nevyn.them.org>
@ 2005-03-19 3:56 ` Nick Roberts
2005-03-19 10:34 ` Eli Zaretskii
0 siblings, 1 reply; 3+ messages in thread
From: Nick Roberts @ 2005-03-19 3:56 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Greg Law, gdb-patches
> More specifically, Greg, I think you're missing the "-i=mi" option.
Thats because its not mentioned in the GDB/MI section. How about the patch
below (includes typo correction)?
Nick
diff -c /home/nick/src/gdb/doc/gdb.texinfo.\~1.233.\~ /home/nick/src/gdb/doc/gdb.texinfo
*** /home/nick/src/gdb/doc/gdb.texinfo.~1.233.~ 2005-03-19 16:27:06.000000000 +1300
--- /home/nick/src/gdb/doc/gdb.texinfo 2005-03-19 15:39:02.000000000 +1300
***************
*** 1119,1125 ****
@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
! The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
selected with @samp{--interpreter=mi1}, is deprecated. Earlier
@sc{gdb/mi} interfaces are no longer supported.
--- 1119,1125 ----
@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
! The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
selected with @samp{--interpreter=mi1}, is deprecated. Earlier
@sc{gdb/mi} interfaces are no longer supported.
***************
*** 14977,14985 ****
@unnumberedsec Function and Purpose
@cindex @sc{gdb/mi}, its purpose
! @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
! specifically intended to support the development of systems which use
! the debugger as just one small component of a larger system.
This chapter is a specification of the @sc{gdb/mi} interface. It is written
in the form of a reference manual.
--- 14977,14987 ----
@unnumberedsec Function and Purpose
@cindex @sc{gdb/mi}, its purpose
! @sc{gdb/mi} is a line based machine oriented text interface to
! @value{GDBN} and is specified using the @option{--interpreter} command
! line option (@pxref{Mode Options}). It is specifically intended to
! support the development of systems which use the debugger as just one
! small component of a larger system.
This chapter is a specification of the @sc{gdb/mi} interface. It is written
in the form of a reference manual.
Diff finished. Sat Mar 19 16:29:45 2005
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Machine interface
2005-03-19 3:56 ` Machine interface Nick Roberts
@ 2005-03-19 10:34 ` Eli Zaretskii
2005-04-16 21:04 ` Nick Roberts
0 siblings, 1 reply; 3+ messages in thread
From: Eli Zaretskii @ 2005-03-19 10:34 UTC (permalink / raw)
To: Nick Roberts; +Cc: drow, glaw, gdb-patches
> From: Nick Roberts <nickrob@snap.net.nz>
> Date: Sat, 19 Mar 2005 16:35:39 +1300
> Cc: Greg Law <glaw@level5networks.com>,
> gdb-patches@sources.redhat.com
>
> > More specifically, Greg, I think you're missing the "-i=mi" option.
>
> Thats because its not mentioned in the GDB/MI section. How about the patch
> below (includes typo correction)?
Approved, with one correction:
> ! @sc{gdb/mi} is a line based machine oriented text interface to
> ! @value{GDBN} and is specified using the @option{--interpreter} command
^^^^^^^^^^^^^^^^^^
Please say "is activated by specifying the @option{--interpreter} command"
instead.
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Machine interface
2005-03-19 10:34 ` Eli Zaretskii
@ 2005-04-16 21:04 ` Nick Roberts
0 siblings, 0 replies; 3+ messages in thread
From: Nick Roberts @ 2005-04-16 21:04 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: drow, glaw, gdb-patches
> > From: Nick Roberts <nickrob@snap.net.nz>
> > Date: Sat, 19 Mar 2005 16:35:39 +1300
> > Cc: Greg Law <glaw@level5networks.com>,
> > gdb-patches@sources.redhat.com
> >
> > > More specifically, Greg, I think you're missing the "-i=mi" option.
> >
> > Thats because its not mentioned in the GDB/MI section. How about the patch
> > below (includes typo correction)?
>
> Approved, with one correction:
>
> > ! @sc{gdb/mi} is a line based machine oriented text interface to
> > ! @value{GDBN} and is specified using the @option{--interpreter} command
> ^^^^^^^^^^^^^^^^^^
> Please say "is activated by specifying the @option{--interpreter} command"
> instead.
>
> Thanks.
Comitted.
2005-04-17 Nick Roberts <nickrob@snap.net.nz>
* gdb.texinfo (Mode Options): Fix typo.
(GDB/MI): Describe how to invoke GDB/MI.
diff -c /home/nick/src/gdb/doc/gdb.texinfo.\~1.244.\~ /home/nick/src/gdb/doc/gdb.texinfo
*** /home/nick/src/gdb/doc/gdb.texinfo.~1.244.~ 2005-04-17 09:01:31.000000000 +1200
--- /home/nick/src/gdb/doc/gdb.texinfo 2005-04-17 08:46:47.000000000 +1200
***************
*** 1119,1125 ****
@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
! The @sc{gdb/mi} Interface}) included since @var{GDBN} version 6.0. The
previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
selected with @samp{--interpreter=mi1}, is deprecated. Earlier
@sc{gdb/mi} interfaces are no longer supported.
--- 1119,1125 ----
@samp{--interpreter=mi} (or @samp{--interpreter=mi2}) causes
@value{GDBN} to use the @dfn{@sc{gdb/mi} interface} (@pxref{GDB/MI, ,
! The @sc{gdb/mi} Interface}) included since @value{GDBN} version 6.0. The
previous @sc{gdb/mi} interface, included in @value{GDBN} version 5.3 and
selected with @samp{--interpreter=mi1}, is deprecated. Earlier
@sc{gdb/mi} interfaces are no longer supported.
***************
*** 16457,16465 ****
@unnumberedsec Function and Purpose
@cindex @sc{gdb/mi}, its purpose
! @sc{gdb/mi} is a line based machine oriented text interface to @value{GDBN}. It is
! specifically intended to support the development of systems which use
! the debugger as just one small component of a larger system.
This chapter is a specification of the @sc{gdb/mi} interface. It is written
in the form of a reference manual.
--- 16457,16467 ----
@unnumberedsec Function and Purpose
@cindex @sc{gdb/mi}, its purpose
! @sc{gdb/mi} is a line based machine oriented text interface to
! @value{GDBN} and is activated by specifying using the
! @option{--interpreter} command line option (@pxref{Mode Options}). It
! is specifically intended to support the development of systems which
! use the debugger as just one small component of a larger system.
This chapter is a specification of the @sc{gdb/mi} interface. It is written
in the form of a reference manual.
Diff finished. Sun Apr 17 09:04:25 2005
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-04-16 21:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <423AFB39.6050705@level5networks.com>
[not found] ` <20050318160536.GA31080@white>
[not found] ` <20050318161126.GA27141@nevyn.them.org>
2005-03-19 3:56 ` Machine interface Nick Roberts
2005-03-19 10:34 ` Eli Zaretskii
2005-04-16 21:04 ` Nick Roberts
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox