Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] doc,mi: example refers to -list-features instead of -list-target-features
@ 2013-09-10  8:00 Sanimir Agovic
  2013-09-10  9:59 ` Yao Qi
  2013-09-10 15:32 ` Eli Zaretskii
  0 siblings, 2 replies; 5+ messages in thread
From: Sanimir Agovic @ 2013-09-10  8:00 UTC (permalink / raw)
  To: gdb-patches

Hello,

patch fixes mi documentation about -list-target-features, example now refers to the
correct mi command:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The -list-target-features Command

[...] Example output:

     (gdb) -list-target-features
     ^done,result=["async"]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2013-09-10  Sanimir Agovic  <sanimir.agovic@intel.com>

doc/
	* gdb.texinfo: Use -list-target-features in the example.

 -Sanimir
---
 gdb/doc/gdb.texinfo |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 21250fe..d8460cf 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -34562,7 +34562,7 @@ may change, and the frontend should obtain it again.
 Example output:
 
 @smallexample
-(gdb) -list-features
+(gdb) -list-target-features
 ^done,result=["async"]
 @end smallexample
 
-- 
1.7.1.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc,mi: example refers to -list-features instead of -list-target-features
  2013-09-10  8:00 [PATCH] doc,mi: example refers to -list-features instead of -list-target-features Sanimir Agovic
@ 2013-09-10  9:59 ` Yao Qi
  2013-09-10 10:01   ` Agovic, Sanimir
  2013-09-10 15:32 ` Eli Zaretskii
  1 sibling, 1 reply; 5+ messages in thread
From: Yao Qi @ 2013-09-10  9:59 UTC (permalink / raw)
  To: Sanimir Agovic; +Cc: gdb-patches

On 09/10/2013 04:00 PM, Sanimir Agovic wrote:
> 2013-09-10  Sanimir Agovic<sanimir.agovic@intel.com>
>
> doc/
> 	* gdb.texinfo: Use -list-target-features in the example.

Sanimir,
The node name should be mentioned in the changelog entry, like this:

	* gdb.texinfo (GDB/MI Miscellaneous Commands): Use
	-list-target-features in the example.

-- 
Yao (齐尧)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] doc,mi: example refers to -list-features instead of -list-target-features
  2013-09-10  9:59 ` Yao Qi
@ 2013-09-10 10:01   ` Agovic, Sanimir
  0 siblings, 0 replies; 5+ messages in thread
From: Agovic, Sanimir @ 2013-09-10 10:01 UTC (permalink / raw)
  To: 'Yao Qi'; +Cc: gdb-patches

Thanks Yao.

Once the patch is approved I will commit with the change below.

 -Sanimir

> -----Original Message-----
> From: Yao Qi [mailto:yao@codesourcery.com]
> Sent: Tuesday, September 10, 2013 11:58 AM
> To: Agovic, Sanimir
> Cc: gdb-patches@sourceware.org
> Subject: Re: [PATCH] doc,mi: example refers to -list-features instead of -list-target-
> features
> 
> On 09/10/2013 04:00 PM, Sanimir Agovic wrote:
> > 2013-09-10  Sanimir Agovic<sanimir.agovic@intel.com>
> >
> > doc/
> > 	* gdb.texinfo: Use -list-target-features in the example.
> 
> Sanimir,
> The node name should be mentioned in the changelog entry, like this:
> 
> 	* gdb.texinfo (GDB/MI Miscellaneous Commands): Use
> 	-list-target-features in the example.
> 
> --
> Yao (齐尧)
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] doc,mi: example refers to -list-features instead of -list-target-features
  2013-09-10  8:00 [PATCH] doc,mi: example refers to -list-features instead of -list-target-features Sanimir Agovic
  2013-09-10  9:59 ` Yao Qi
@ 2013-09-10 15:32 ` Eli Zaretskii
  2013-09-13  8:07   ` Agovic, Sanimir
  1 sibling, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2013-09-10 15:32 UTC (permalink / raw)
  To: Sanimir Agovic; +Cc: gdb-patches

> From: Sanimir Agovic <sanimir.agovic@intel.com>
> Date: Tue, 10 Sep 2013 10:00:25 +0200
> 
> patch fixes mi documentation about -list-target-features, example now refers to the
> correct mi command:

Thanks, please commit (with the change suggested by Yao).


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [PATCH] doc,mi: example refers to -list-features instead of -list-target-features
  2013-09-10 15:32 ` Eli Zaretskii
@ 2013-09-13  8:07   ` Agovic, Sanimir
  0 siblings, 0 replies; 5+ messages in thread
From: Agovic, Sanimir @ 2013-09-13  8:07 UTC (permalink / raw)
  To: 'Eli Zaretskii', 'Yao Qi'; +Cc: gdb-patches

Thanks Yao and Eli. This is what I committed.

  https://sourceware.org/ml/gdb-cvs/2013-09/msg00080.html

 -Sanimir

> -----Original Message-----
> From: gdb-patches-owner@sourceware.org [mailto:gdb-patches-owner@sourceware.org] On Behalf
> Of Eli Zaretskii
> Sent: Tuesday, September 10, 2013 05:32 PM
> To: Agovic, Sanimir
> Cc: gdb-patches@sourceware.org
> Subject: Re: [PATCH] doc,mi: example refers to -list-features instead of -list-target-
> features
> 
> > From: Sanimir Agovic <sanimir.agovic@intel.com>
> > Date: Tue, 10 Sep 2013 10:00:25 +0200
> >
> > patch fixes mi documentation about -list-target-features, example now refers to the
> > correct mi command:
> 
> Thanks, please commit (with the change suggested by Yao).
Intel GmbH
Dornacher Strasse 1
85622 Feldkirchen/Muenchen, Deutschland
Sitz der Gesellschaft: Feldkirchen bei Muenchen
Geschaeftsfuehrer: Christian Lamprechter, Hannes Schwaderer, Douglas Lusk
Registergericht: Muenchen HRB 47456
Ust.-IdNr./VAT Registration No.: DE129385895
Citibank Frankfurt a.M. (BLZ 502 109 00) 600119052


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-13  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-10  8:00 [PATCH] doc,mi: example refers to -list-features instead of -list-target-features Sanimir Agovic
2013-09-10  9:59 ` Yao Qi
2013-09-10 10:01   ` Agovic, Sanimir
2013-09-10 15:32 ` Eli Zaretskii
2013-09-13  8:07   ` Agovic, Sanimir

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox