[Lldb-commits] [lldb] [lldb][gdb-remote] Plumb interrupt_timeout through SendStdinNotification (PR #201884)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 5 09:28:30 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions h,cpp -- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 66d21969f..9468ad428 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -129,7 +129,8 @@ public:
///
/// \param[in] interrupt_timeout
/// If the inferior is running, how long to wait for a `\x03` BREAK
- /// to interrupt it before giving up. Pass zero only when the caller knows the inferior is stopped.
+ /// to interrupt it before giving up. Pass zero only when the caller knows
+ /// the inferior is stopped.
///
/// \return
/// Zero if the attach was successful, or an error indicating
``````````
</details>
https://github.com/llvm/llvm-project/pull/201884
More information about the lldb-commits
mailing list