This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 2/3] MI: document the -catch-load/-unload commands


> From: Mircea Gherzan <mircea.gherzan@intel.com>
> Cc: keven.boell@intel.com, mircea.gherzan@intel.com, marc.khouzam@ericsson.com,        tromey@redhat.com
> Date: Mon, 19 Nov 2012 15:49:54 +0100
> 
> 2012-11-16 Mircea Gherzan <mircea.gherzan@intel.com>
> 
> gdb/doc:
> 	* gdb.texinfo: add a section for catchpoints.

Thanks.

> +Add a catchpoint for library load events. If the @samp{-t} option is used,
> +the catchpoint is a temporary one. If the @samp{-d} option is used, the
> +catchpoint is created in a disabled state.

Two spaces between sentences, please (here and elsewhere in your
patch).

Also, will it be clear to the reader what does "temporary" mean?
Maybe you should add here a cross-reference to where catchpoints are
described, to cover that.

OK with these changes.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]