microsoft / WinDbg-Samples

Sample extensions, scripts, and API uses for WinDbg.
MIT License
701 stars 118 forks source link

Merge new Symbol Builder sample into master. #64

Closed wmessmer-msft closed 1 year ago

wmessmer-msft commented 1 year ago

Adds a new sample of the debugger's target composition APIs. The sample allows for the creation and manipulation of synthetic symbols which appear to the debugger largely the same as any other PDB or DWARF symbols. In the initial version of this sample, UDTs can be created and manipulated as can global data. Future revisions will add increasing levels of capability to the sample.

There is a detailed readme with the sample which walks through the APIs exposed to the data model as well as the overall structure and architecture of the sample.

NOTES: