You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently backlight only supports tracing processes that it spawns. It should be expanded to support attaching to existing processes. I think this should mostly "just work", with the main new function being reading the existing mmap'd libraries and resolving symbols from them. As of now, since backlight is tracing a process from the very start, it assumes it will see the mmap system call for each library as it is loaded.
The text was updated successfully, but these errors were encountered:
Currently backlight only supports tracing processes that it spawns. It should be expanded to support attaching to existing processes. I think this should mostly "just work", with the main new function being reading the existing mmap'd libraries and resolving symbols from them. As of now, since backlight is tracing a process from the very start, it assumes it will see the mmap system call for each library as it is loaded.
The text was updated successfully, but these errors were encountered: