This is the mail archive of the gdb-prs@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]

[Bug breakpoints/20322] gdb misses breakpoints after call to clone()


https://sourceware.org/bugzilla/show_bug.cgi?id=20322

--- Comment #1 from Daniel Kondor <dkondor at mit dot edu> ---
Workaround: specifying CLONE_UNTRACED or CLONE_VFORK in the flags to the
clone() works around the problem; I'm not sure about the original behavior
though

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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