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
903562e1
Commit
903562e1
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: Use consistently wpid in documentation.
parent
7a12ebca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
12 deletions
+13
-12
info.c
programs/winedbg/info.c
+1
-0
winedbg.c
programs/winedbg/winedbg.c
+2
-2
winedbg.man.in
programs/winedbg/winedbg.man.in
+10
-10
No files found.
programs/winedbg/info.c
View file @
903562e1
...
...
@@ -49,6 +49,7 @@ void print_help(void)
"subset of the commands that gdb accepts."
,
"The commands currently are:"
,
" help quit"
,
" attach <wpid> detach"
,
" break [*<addr>] watch | rwatch *<addr>"
,
" delete break bpnum disable bpnum"
,
" enable bpnum condition <bpnum> [<expr>]"
,
...
...
programs/winedbg/winedbg.c
View file @
903562e1
...
...
@@ -568,11 +568,11 @@ static int dbg_winedbg_usage(BOOL advanced)
dbg_printf
(
"Usage:
\n
"
" winedbg cmdline launch process 'cmdline' (as if you were starting
\n
"
" it with wine) and run WineDbg on it
\n
"
" winedbg <num> attach to running process of pid <num> and run
\n
"
" winedbg <num> attach to running process of
w
pid <num> and run
\n
"
" WineDbg on it
\n
"
" winedbg --gdb cmdline launch process 'cmdline' (as if you were starting
\n
"
" wine) and run gdb (proxied) on it
\n
"
" winedbg --gdb <num> attach to running process of pid <num> and run
\n
"
" winedbg --gdb <num> attach to running process of
w
pid <num> and run
\n
"
" gdb (proxied) on it
\n
"
" winedbg file.mdmp reload the minidump file.mdmp into memory and run
\n
"
" WineDbg on it
\n
"
...
...
programs/winedbg/winedbg.man.in
View file @
903562e1
...
...
@@ -3,15 +3,15 @@
winedbg \- Wine debugger
.SH SYNOPSIS
.B winedbg
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | "
w
pid " ]"
.PP
.B winedbg --gdb
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | " pid " ]"
.RI "[ " options " ] [ " program_name " [ " program_arguments " ] | "
w
pid " ]"
.PP
.BI "winedbg --auto " pid
.BI "winedbg --auto "
w
pid
.PP
.B winedbg --minidump
.RI "[ " file.mdmp " ] " pid
.RI "[ " file.mdmp " ] "
w
pid
.PP
.BI "winedbg " file.mdmp
.SH DESCRIPTION
...
...
@@ -84,10 +84,10 @@ This is the name of an executable to start for a debugging
session. \fBwinedbg\fR will actually create a process with this
executable. If \fIprograms_arguments\fR are also given, they will be
used as arguments for creating the process to be debugged.
.IP \fIpid\fR
\fBwinedbg\fR will attach to the process which
pid is \fIpid\fR (pids
refer to Win32 pids, not Unix pids). Use the \fBinfo proc\fR command
within \fBwinedbg\fR to list running processes and their Win32
pids.
.IP \fI
w
pid\fR
\fBwinedbg\fR will attach to the process which
Windows pid is \fIwpid\fR.
Use the \fBinfo proc\fR command within \fBwinedbg\fR to list running processes
and their Windows
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.
...
...
@@ -106,7 +106,7 @@ Aborts the debugger.
.IP \fBquit\fR
Exits the debugger.
.IP \fBattach\ \fIN\fR
Attach to a Wine process (\fIN\fR is its ID, numeric or hexadecimal).
Attach to a Wine process (\fIN\fR is its
Windows
ID, numeric or hexadecimal).
IDs can be obtained using the \fBinfo\ process\fR command. Note the
\fBinfo\ process\fR command returns hexadecimal values
.IP
...
...
@@ -346,7 +346,7 @@ Prints the values on top of the stack
.IP \fBinfo\ map\fR
Lists all virtual mappings used by the debugged program
.IP \fBinfo\ map\ \fIN\fR
Lists all virtual mappings used by the program of pid \fIN\fR
Lists all virtual mappings used by the program of
Windows
pid \fIN\fR
.IP \fBinfo\ wnd\fR
Displays the window hierarchy starting from the desktop window
.IP \fBinfo\ wnd\ \fIN\fR
...
...
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