Re: Macos notarization and "Unkown signal" on macos
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> From: Felix Willgerodt <[email protected]> > Date: Wed, 4 Sep 2019 16:32:12 +0200 > > * darwin_attach_pid(): Added a loop that tries task_for_pid() 10 times, > sleeping 10000 usec inbetween. This change was inspired by LLDB and > seems to be necessary for the hardened runtime. > * darwin_ptrace_me(): Changed the process group setting to occour after > the ptrace calls (inspired by LLDB) > * darwin_ptrace_him(): Set the child process group to match its pid > (inspired by LLDB) Bother: could "inspired by LLDB" mean that the code was copied from there? This could mean legal problems if we accept such code. IOW, how much of the code is actually your own original code?