================
@@ -282,6 +282,14 @@ let Definition = "process", Path = "target.process" in {
Global,
DefaultTrue,
Desc<"If true, stop when the inferior exec's.">;
+ def StopOnFork: Property<"stop-on-fork", "Boolean">,
+ Global,
+ DefaultFalse,
+ Desc<"If true, stop when the inferior forks.">;
----------------
jimingham wrote:
Can we make clear somewhere (maybe in this help string): If I have
`follow-child` set to `true`, will this stop before we detach from the parent
and reattach to the child or after?
https://github.com/llvm/llvm-project/pull/188710
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits