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
0eb40cdb
Commit
0eb40cdb
authored
Oct 20, 2022
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 20, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dbghelp: Fix the spelling of a couple of comments.
parent
5f0b7390
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
dbghelp_private.h
dlls/dbghelp/dbghelp_private.h
+2
-2
dwarf.c
dlls/dbghelp/dwarf.c
+2
-2
No files found.
dlls/dbghelp/dbghelp_private.h
View file @
0eb40cdb
...
...
@@ -271,11 +271,11 @@ struct symt_data
* address in one of its ranges
*
* Notes:
* (A): shall evolve but storage i
s
native is awkward: from PGO testing, the
* (A): shall evolve but storage i
n
native is awkward: from PGO testing, the
* top function is stored with its first range of address; all the others
* are stored as blocks, children of compiland, but which lexical parent
* is the top function. This breaks the natural assumption that
* children <> lexical parent is symetrical.
* children <> lexical parent is sym
m
etrical.
* (B): see dwarf.c for some gory discrepancies between native & builtin
* DbgHelp.
*/
...
...
dlls/dbghelp/dwarf.c
View file @
0eb40cdb
...
...
@@ -2201,7 +2201,7 @@ static void dwarf2_parse_subprogram_block(dwarf2_subprogram_t* subpgm,
}
/* Dwarf tends to keep the structure of the C/C++ program, and emits DW_TAG_lexical_block
* for every block in source program.
* for every block
the
in source program.
* With inlining and other optimizations, code for a block no longer lies in a contiguous
* chunk of memory. It's hence described with (potentially) multiple chunks of memory.
* Then each variable of each block is attached to its block. (A)
...
...
@@ -2217,7 +2217,7 @@ static void dwarf2_parse_subprogram_block(dwarf2_subprogram_t* subpgm,
*
* DbgHelp only exposes a contiguous chunk of memory for a block.
*
* => Store internaly all the ranges of addresses in a block, but only expose the size
* => Store internal
l
y all the ranges of addresses in a block, but only expose the size
* of the first chunk of memory.
* Otherwise, it would break the rule: blocks' chunks don't overlap.
* Note: This could mislead some programs using the blocks' address and size information.
...
...
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