DescriptionThe inverse of what the existing code allows (skipping CFI), we'd like to be able to skip everything *but* CFI. We're using this code for in-process unwinding, and we don't need function or line info, so skipping it saves us time. I've changed the 'bool cfi' parameter into an enum for more flexibility so you can specify ALL_SYMBOL_DATA, NO_CFI or ONLY_CFI. Patch Set 1 #
Total comments: 9
Patch Set 2 : Updated patch #
MessagesTotal messages: 4
|