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:
This effectively REQUIRES WinDbg Preview from the Microsoft Store: version 1.2210.3001.0 or later. While the sample will function on previous versions of the debugger, dynamic manipulation of types will require frequent .reloads.
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: