[Lldb-commits] [lldb] [lldb] Fix "in function" detection in "thread until" (PR #123622)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 20 06:35:54 PST 2025


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 71d6287f5b1e65466de5fe5c093852fa7903cdbe 0a80b7a54b49de65758ab48acdb6d92f9b674d71 --extensions cpp -- lldb/source/Commands/CommandObjectThread.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/lldb/source/Commands/CommandObjectThread.cpp b/lldb/source/Commands/CommandObjectThread.cpp
index 829abb8c58..e472359a31 100644
--- a/lldb/source/Commands/CommandObjectThread.cpp
+++ b/lldb/source/Commands/CommandObjectThread.cpp
@@ -969,7 +969,6 @@ protected:
           return;
         }
 
-
         uint32_t lowest_func_idx = UINT32_MAX;
         uint32_t highest_func_idx = 0;
         for (AddressRange range : sc.function->GetAddressRanges()) {

``````````

</details>


https://github.com/llvm/llvm-project/pull/123622


More information about the lldb-commits mailing list