diff options
author | Jim Ingham <jingham@apple.com> | 2021-02-09 16:06:47 -0800 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2021-02-09 16:06:47 -0800 |
commit | ffd7be65d0efbe8448b8fa051ad213be51e8c367 (patch) | |
tree | d70ebcb759d65c86d1386d77fd64e742d281fdc3 /lldb/source/Commands/CommandObjectBreakpointCommand.cpp | |
parent | 365b186c242b0c3516d7dbb174f3a258c1c8361c (diff) | |
download | llvm-ffd7be65d0efbe8448b8fa051ad213be51e8c367.zip llvm-ffd7be65d0efbe8448b8fa051ad213be51e8c367.tar.gz llvm-ffd7be65d0efbe8448b8fa051ad213be51e8c367.tar.bz2 |
Remove trailing spaces after \ in comments.
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpointCommand.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpointCommand.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp index 241a75e..1b21495 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.cpp @@ -129,9 +129,9 @@ def breakpoint_callback(frame, bp_loc, extra_args, dict): )" "The arguments are the same as the arguments passed to generated functions as \ -described above. In the second form, any -k and -v pairs provided to the command will \ +described above. In the second form, any -k and -v pairs provided to the command will \ be packaged into a SBDictionary in an SBStructuredData and passed as the extra_args parameter. \ -\n\n\ +\n\n\ Note that the global variable 'lldb.frame' will NOT be updated when \ this function is called, so be sure to use the 'frame' argument. The 'frame' argument \ can get you to the thread via frame.GetThread(), the thread can get you to the \ |