This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFC 2nd ver] New info command for win32 native target


> Date: Mon, 18 Feb 2002 14:59:37 +0100
> From: Pierre Muller <muller@cerbere.u-strasbg.fr>
> 
> After the remarks from Eli and Christopher, I 
> change my patch to try to complete their requests.

Thanks!

> +@node Win32 Native

I suggest "Windows" instead of "Win32".  Some people, including some
that belong to The Powers That Be, don't like calling Windows ``a
win'', and we don't want to rewrite large portions of the manual
every time they look at our documentation ;-)

> +@cindex @sc{Win32} debugging

It's not recommended to use @sc on a string that involves both lower-
and upper-case letters.

> +@item info w32 selector
> +This command displays information returned by
> +the Win32 API GetThreadSelectorEntry function.

The string "GetThreadSelectorEntry" is a name of a function, so it
should be in @code.

> +@item new-group
> +This boolean value controls whether the debuggee should
> +start a new group or stay in the same group as the debugger.
> +This affects the handling of certain Win32 exceptions.

I think this description should be expanded a bit (what exceptions?
affects how?).


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