Next: Hurd Native, Previous: DJGPP Native, Up: Native
gdb supports native debugging of MS Windows programs, including DLLs with and without symbolic debugging information.
MS-Windows programs that call SetConsoleMode
to switch off the
special meaning of the `Ctrl-C' keystroke cannot be interrupted
by typing C-c. For this reason, gdb on MS-Windows
supports C-<BREAK> as an alternative interrupt key
sequence, which can be used to interrupt the debuggee even if it
ignores C-c.
There are various additional Cygwin-specific commands, described in this section. Working with DLLs that have no debugging symbols is described in Non-debug DLL Symbols.
info w32
info w32 selector
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 six segment registers.
info w32 thread-information-block
$fs
selector for 32-bit programs and $gs
for 64-bit programs).
info dll
info shared
.
dll-symbols
set cygwin-exceptions
modeon
, gdb will break on exceptions that
happen inside the Cygwin DLL. If mode is off
,
gdb will delay recognition of exceptions, and may ignore some
exceptions which seem to be caused by internal Cygwin DLL
“bookkeeping”. This option is meant primarily for debugging the
Cygwin DLL itself; the default value is off
to avoid annoying
gdb users with false SIGSEGV
signals.
show cygwin-exceptions
set new-console
modeon
the debuggee will
be started in a new console on next start.
If mode is off
, the debuggee will
be started in the same console as the debugger.
show new-console
set new-group
modeshow new-group
set debugevents
OutputDebugString
API call.
set debugexec
set debugexceptions
set debugmemory
set shell
show shell