]> git.cworth.org Git - apitrace/blob - dispatch/README.markdown
Add per-directory synopsis.
[apitrace] / dispatch / README.markdown
1 The dispatch layer objecting is to get public or private symbols from DLLs /
2 shared objects and dispatch calls to them.
3
4 It used both by the tracing wrappers (to dispatch the intercepted calls to
5 their true counterparts) and when replaying traces (to dispatch the calls
6 recorded on the file)
7
8 All code is generated from dispatch.py Python script, which is then used in
9 several places.