This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Macos notarization and "Unkown signal" on macos


> From: Felix Willgerodt <felix.willgerodt@intel.com>
> 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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]