forked from apitrace/apitrace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
The dispatch layer objecting is to get public or private symbols from DLLs / | ||
shared objects and dispatch calls to them. | ||
The dispatch layer objective is to resolve the addresses of public and private | ||
symbols from DLLs / shared objects and dispatch calls to them. | ||
|
||
It used both by the tracing wrappers (to dispatch the intercepted calls to | ||
their true counterparts) and when replaying traces (to dispatch the calls | ||
recorded on the file) | ||
recorded on the file). | ||
|
||
All code is generated from dispatch.py Python script, which is then used in | ||
several places. | ||
Most of the code is generated from dispatch.py script, which is then derived | ||
for particular APIs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
This directory contains several headers with inline functions that are referred | ||
in the specs for determining array/sizes. | ||
by the specs for determining sizes to array, blobs, etc. | ||
|
||
These are used both when tracing and replaying so care must be taken not to | ||
make any assumptions. | ||
These are relied upon both when tracing and replaying so care must be taken to | ||
not make any assumptions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
This directory contains class to represent and manipulate images, in memory or | ||
disk. | ||
This directory contains a class to represent and manipulate images, in memory | ||
or disk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters