winedbg: Fix manpage formatting.
This commit is contained in:
parent
2584e49bf6
commit
7a12ebca0e
|
@ -2,32 +2,18 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
winedbg \- Wine debugger
|
winedbg \- Wine debugger
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR "winedbg "
|
.B winedbg
|
||||||
.RI "[" " options " "] ["
|
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
|
||||||
.BI "program name"
|
|
||||||
.RI "[ program arguments ] |"
|
|
||||||
.BI "pid"
|
|
||||||
.RI "]"
|
|
||||||
.PP
|
.PP
|
||||||
.BR "winedbg "
|
.B winedbg --gdb
|
||||||
.BI "--gdb"
|
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
|
||||||
.RI "[" " options " "] ["
|
|
||||||
.BI "program name"
|
|
||||||
.RI "[ program arguments ] |"
|
|
||||||
.BI "pid"
|
|
||||||
.RI "]"
|
|
||||||
.PP
|
.PP
|
||||||
.BR "winedbg "
|
.BI "winedbg --auto " pid
|
||||||
.BI "--auto "
|
|
||||||
.BI "pid"
|
|
||||||
.PP
|
.PP
|
||||||
.BR "winedbg "
|
.B winedbg --minidump
|
||||||
.BI "--minidump "
|
.RI "[ " file.mdmp " ] " pid
|
||||||
.RI "[ file.mdmp ]"
|
|
||||||
.BI "pid"
|
|
||||||
.PP
|
.PP
|
||||||
.BR "winedbg"
|
.BI "winedbg " file.mdmp
|
||||||
.BI "file.mdmp"
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B winedbg
|
.B winedbg
|
||||||
is a debugger for Wine. It allows:
|
is a debugger for Wine. It allows:
|
||||||
|
@ -93,15 +79,15 @@ Unix console for textual display.
|
||||||
.PP
|
.PP
|
||||||
In all modes, the rest of the command line, when passed, is used to
|
In all modes, the rest of the command line, when passed, is used to
|
||||||
identify which programs, if any, has to debugged:
|
identify which programs, if any, has to debugged:
|
||||||
.IP \fBprogram\ name\fR
|
.IP \fIprogram_name\fR
|
||||||
This is the name of an executable to start for a debugging
|
This is the name of an executable to start for a debugging
|
||||||
session. \fBwinedbg\fR will actually create a process with this
|
session. \fBwinedbg\fR will actually create a process with this
|
||||||
executable. If \fBprograms arguments\fR are also given, they will be
|
executable. If \fIprograms_arguments\fR are also given, they will be
|
||||||
used as arguments for creating the process to be debugged.
|
used as arguments for creating the process to be debugged.
|
||||||
.IP \fBpid\fR
|
.IP \fIpid\fR
|
||||||
\fBwinedbg\fR will attach to the process which pid is \fBpid\fR (pids
|
\fBwinedbg\fR will attach to the process which pid is \fIpid\fR (pids
|
||||||
refer to Win32 pids, not Unix pids). Use the \fIinfo proc\fR
|
refer to Win32 pids, not Unix pids). Use the \fBinfo proc\fR command
|
||||||
\fBwinedbg\fR command to list running processes and their Win32 pids.
|
within \fBwinedbg\fR to list running processes and their Win32 pids.
|
||||||
.IP \fBdefault\fR
|
.IP \fBdefault\fR
|
||||||
If nothing is specified, you will enter the debugger without any run
|
If nothing is specified, you will enter the debugger without any run
|
||||||
nor attached process. You'll have to do the job yourself.
|
nor attached process. You'll have to do the job yourself.
|
||||||
|
@ -333,9 +319,9 @@ use. Pick up the one you want from its number.
|
||||||
.PP
|
.PP
|
||||||
\fIMisc.\fR
|
\fIMisc.\fR
|
||||||
.PP
|
.PP
|
||||||
.IP \fBminidump\ file.mdmp\fR
|
.BI "minidump " file.mdmp
|
||||||
saves the debugging context of the debuggee into a minidump file called
|
saves the debugging context of the debuggee into a minidump file called
|
||||||
file.mdmp
|
\fIfile.mdmp\fR.
|
||||||
.PP
|
.PP
|
||||||
\fIInformation on Wine internals\fR
|
\fIInformation on Wine internals\fR
|
||||||
.IP \fBinfo\ class\fR
|
.IP \fBinfo\ class\fR
|
||||||
|
@ -406,7 +392,7 @@ Since no user input is possible, no commands are available.
|
||||||
.SH ENVIRONMENT
|
.SH ENVIRONMENT
|
||||||
.IP \fBWINE_GDB\fR
|
.IP \fBWINE_GDB\fR
|
||||||
When used in \fBgdb\fR proxy mode, \fBWINE_GDB\fR specifies the name
|
When used in \fBgdb\fR proxy mode, \fBWINE_GDB\fR specifies the name
|
||||||
(and the path) of the executable to be used for \fBgdb\fR. \fB"gdb"\fR
|
(and the path) of the executable to be used for \fBgdb\fR. "gdb"
|
||||||
is used by default.
|
is used by default.
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
The first version was written by Eric Youngdale.
|
The first version was written by Eric Youngdale.
|
||||||
|
|
Loading…
Reference in New Issue