Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
77462fc6
Commit
77462fc6
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 winedbg --help message formatting.
parent
903562e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
winedbg.c
programs/winedbg/winedbg.c
+4
-4
No files found.
programs/winedbg/winedbg.c
View file @
77462fc6
...
...
@@ -566,20 +566,20 @@ static int dbg_winedbg_usage(BOOL advanced)
if
(
advanced
)
{
dbg_printf
(
"Usage:
\n
"
" winedbg
cmdline launch process 'cmdline'
(as if you were starting
\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 wpid <num> and run
\n
"
" WineDbg on it
\n
"
" winedbg --gdb
cmdline launch process 'cmdline'
(as if you were starting
\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 wpid <num> and run
\n
"
" gdb (proxied) on it
\n
"
" winedbg
file.mdmp reload the minidump file.mdmp
into memory and run
\n
"
" winedbg
<file.mdmp> reload the minidump <file.mdmp>
into memory and run
\n
"
" WineDbg on it
\n
"
" winedbg --help prints advanced options
\n
"
);
}
else
dbg_printf
(
"Usage:
\n\t
winedbg [ [ --gdb ] [
prog-name [ prog-args ] | <num> | file.mdmp
| --help ]
\n
"
);
dbg_printf
(
"Usage:
\n\t
winedbg [ [ --gdb ] [
<prog-name> [ <prog-args> ] | <num> | <file.mdmp>
| --help ]
\n
"
);
return
0
;
}
...
...
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