This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Macos notarization and "Unkown signal" on macos
- From: Eli Zaretskii <eliz at gnu dot org>
- To: Felix Willgerodt <felix dot willgerodt at intel dot com>
- Cc: gdb at sourceware dot org
- Date: Wed, 04 Sep 2019 18:01:38 +0300
- Subject: Re: Macos notarization and "Unkown signal" on macos
- References: <49b5919f-6871-d147-4aa9-5f93bedbe571@intel.com>
> 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?