We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f6caec commit a27f9f4Copy full SHA for a27f9f4
lldb/include/lldb/Target/Target.h
@@ -1519,7 +1519,7 @@ class Target : public std::enable_shared_from_this<Target>,
1519
typedef std::shared_ptr<StopHook> StopHookSP;
1520
1521
/// Add an empty stop hook to the Target's stop hook list, and returns a
1522
- /// shared pointer to it in new_hook.
+ /// shared pointer to the new hook.
1523
StopHookSP CreateStopHook(StopHook::StopHookKind kind, bool internal = false);
1524
1525
/// If you tried to create a stop hook, and that failed, call this to
0 commit comments