summaryrefslogtreecommitdiff
path: root/generateredefinesfile.awk
AgeCommit message (Collapse)AuthorFilesLines
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-0/+22
Added some cmake logic to create assembly include mapping files. One that maps the prefixed name (DAC_foo) to the actual name (foo) which is included in the DAC module and another that maps the actual name to the prefixed name that is included in the SOS, DBI and createdump modules. The data exports like IID_IUnknown are not prefixed and don't need to be (immutable static data). There were some C++ exports functions exported with their decorated names in the CatchHardwareExceptionHolder and NativeExceptionHolderBase classes. Created PAL_* style export functions that implements the code. Fix lldb plugin cmake file to use LLDB_H/LLDB_LIB env vars to build it.