[BOLT] Rewrite of .debug_info section
Summary: Changed the behavior of how we handle .debug_info section. Instead of patching it will now rewrite it. With this approach we are no longer constrained to having new values of the same size. It handles re-writing by treating .debug_info as raw data. It copies chunks of data between patches, with new data written in between. (cherry picked from FBD32519952)
Loading
Please sign in to comment