The help string for stop-on-shared-library-load was copied to stop-on-exec.
authorJim Ingham <jingham@apple.com>
Thu, 23 Jun 2022 20:53:59 +0000 (13:53 -0700)
committerJim Ingham <jingham@apple.com>
Thu, 23 Jun 2022 20:54:50 +0000 (13:54 -0700)
Fix it so it says it does what it does.

lldb/source/Target/TargetProperties.td

index 02d82fb..acee09c 100644 (file)
@@ -230,7 +230,7 @@ let Definition = "process" in {
   def StopOnExec: Property<"stop-on-exec", "Boolean">,
     Global,
     DefaultTrue,
-    Desc<"If true, stop when a shared library is loaded or unloaded.">;
+    Desc<"If true, stop when the inferior exec's.">;
   def UtilityExpressionTimeout: Property<"utility-expression-timeout", "UInt64">,
     DefaultUnsignedValue<15>,
     Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;