Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7a12ebca
Commit
7a12ebca
authored
Sep 02, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Sep 02, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Fix manpage formatting.
parent
2584e49b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
35 deletions
+21
-35
winedbg.man.in
programs/winedbg/winedbg.man.in
+21
-35
No files found.
programs/winedbg/winedbg.man.in
View file @
7a12ebca
...
...
@@ -2,32 +2,18 @@
.SH NAME
winedbg \- Wine debugger
.SH SYNOPSIS
.BR "winedbg "
.RI "[" " options " "] ["
.BI "program name"
.RI "[ program arguments ] |"
.BI "pid"
.RI "]"
.PP
.BR "winedbg "
.BI "--gdb"
.RI "[" " options " "] ["
.BI "program name"
.RI "[ program arguments ] |"
.BI "pid"
.RI "]"
.PP
.BR "winedbg "
.BI "--auto "
.BI "pid"
.PP
.BR "winedbg "
.BI "--minidump "
.RI "[ file.mdmp ]"
.BI "pid"
.PP
.BR "winedbg"
.BI "file.mdmp"
.B winedbg
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
.PP
.B winedbg --gdb
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
.PP
.BI "winedbg --auto " pid
.PP
.B winedbg --minidump
.RI "[ " file.mdmp " ] " pid
.PP
.BI "winedbg " file.mdmp
.SH DESCRIPTION
.B winedbg
is a debugger for Wine. It allows:
...
...
@@ -93,15 +79,15 @@ Unix console for textual display.
.PP
In all modes, the rest of the command line, when passed, is used to
identify which programs, if any, has to debugged:
.IP \f
Bprogram\
name\fR
.IP \f
Iprogram_
name\fR
This is the name of an executable to start for a debugging
session. \fBwinedbg\fR will actually create a process with this
executable. If \f
Bprograms
arguments\fR are also given, they will be
executable. If \f
Iprograms_
arguments\fR are also given, they will be
used as arguments for creating the process to be debugged.
.IP \f
B
pid\fR
\fBwinedbg\fR will attach to the process which pid is \f
B
pid\fR (pids
refer to Win32 pids, not Unix pids). Use the \f
Iinfo proc\fR
\fBwinedbg\fR command
to list running processes and their Win32 pids.
.IP \f
I
pid\fR
\fBwinedbg\fR will attach to the process which pid is \f
I
pid\fR (pids
refer to Win32 pids, not Unix pids). Use the \f
Binfo proc\fR command
within \fBwinedbg\fR
to list running processes and their Win32 pids.
.IP \fBdefault\fR
If nothing is specified, you will enter the debugger without any run
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
\fIMisc.\fR
.PP
.
IP \fBminidump\ file.mdmp\fR
.
BI "minidump " file.mdmp
saves the debugging context of the debuggee into a minidump file called
file.mdmp
\fIfile.mdmp\fR.
.PP
\fIInformation on Wine internals\fR
.IP \fBinfo\ class\fR
...
...
@@ -406,7 +392,7 @@ Since no user input is possible, no commands are available.
.SH ENVIRONMENT
.IP \fBWINE_GDB\fR
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.
.SH AUTHORS
The first version was written by Eric Youngdale.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment