| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
GDB supports native debugging of MS Windows programs, and defines a few commands specific to the Cygwin port. This subsection describes those commands.
info w32This is a prefix of MS Windows specific commands which print information about the target system and important OS structures.
info w32 selectorThis command displays information returned by
the Win32 API GetThreadSelectorEntry function.
It takes an optional argument that is evaluated to
a long value to give the information about this given selector.
Without argument, this command displays information
about the the six segment registers.
info dllThis is a Cygwin specific alias of info shared.
dll-symbolsThis command loads symbols from a dll similarly to add-sym command but without the need to specify a base address.
set new-console modeIf mode is on the debuggee will
be started in a new console on next start.
If mode is offi, the debuggee will
be started in the same console as the debugger.
show new-consoleDisplays whether a new console is used when the debuggee is started.
set new-group modeThis boolean value controls whether the debuggee should start a new group or stay in the same group as the debugger. This affects the way the Windows OS handles Ctrl-C.
show new-groupDisplays current value of new-group boolean.
set debugeventsThis boolean value adds debug output concerning events seen by the debugger.
set debugexecThis boolean value adds debug output concerning execute events seen by the debugger.
set debugexceptionsThis boolean value adds debug ouptut concerning exception events seen by the debugger.
set debugmemoryThis boolean value adds debug ouptut concerning memory events seen by the debugger.
set shellThis boolean values specifies whether the debuggee is called via a shell or directly (default value is on).
show shellDisplays if the debuggee will be started with a shell.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Build Daemon user on October, 25 2005 using texi2html 1.76.