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
449aacc1
Commit
449aacc1
authored
Apr 08, 2007
by
Chris Robinson
Committed by
Alexandre Julliard
Apr 09, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winedbg: Align module addresses to 8 characters.
parent
e600f7d0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
info.c
programs/winedbg/info.c
+1
-1
No files found.
programs/winedbg/info.c
View file @
449aacc1
...
@@ -153,7 +153,7 @@ struct info_module
...
@@ -153,7 +153,7 @@ struct info_module
static
void
module_print_info
(
const
IMAGEHLP_MODULE64
*
mi
,
BOOL
is_embedded
)
static
void
module_print_info
(
const
IMAGEHLP_MODULE64
*
mi
,
BOOL
is_embedded
)
{
{
dbg_printf
(
"%
s-%
s
\t
%-16s%s
\n
"
,
dbg_printf
(
"%
8s-%8
s
\t
%-16s%s
\n
"
,
wine_dbgstr_longlong
(
mi
->
BaseOfImage
),
wine_dbgstr_longlong
(
mi
->
BaseOfImage
),
wine_dbgstr_longlong
(
mi
->
BaseOfImage
+
mi
->
ImageSize
),
wine_dbgstr_longlong
(
mi
->
BaseOfImage
+
mi
->
ImageSize
),
is_embedded
?
"
\\
"
:
get_symtype_str
(
mi
),
mi
->
ModuleName
);
is_embedded
?
"
\\
"
:
get_symtype_str
(
mi
),
mi
->
ModuleName
);
...
...
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