Post

Replies

Boosts

Views

Activity

Comment on Lost connection to the debugger
The main reason for the problem is that dyld has modified the _dyld_process_info_create function implementation, which has increased the function's time consumption significantly and caused a huge delay in attaching the program. All I can do is add a cache for the use of this interface in the debugserver.
Aug ’21
Comment on Lost connection to the debugger
The main reason for the problem is that dyld has modified the _dyld_process_info_create function implementation, which has increased the function's time consumption significantly and caused a huge delay in attaching the program. All I can do is add a cache for the use of this interface in the debugserver.
Replies
Boosts
Views
Activity
Aug ’21