[Lldb-commits] [lldb] [lldb] Add SBProcess methods for get/set/use address masks (PR #83095)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 29 14:07:27 PST 2024
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 86f6caa562255f81b93e72a501a926b17f5ad244 dceaef27675b724309f353aa22999563cf036cd3 -- lldb/test/API/python_api/process/address-masks/main.c lldb/include/lldb/API/SBProcess.h lldb/include/lldb/Utility/AddressableBits.h lldb/include/lldb/lldb-enumerations.h lldb/source/API/SBProcess.cpp lldb/source/Utility/AddressableBits.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/lldb/include/lldb/API/SBProcess.h b/lldb/include/lldb/API/SBProcess.h
index e2a6922724..b60a0c3591 100644
--- a/lldb/include/lldb/API/SBProcess.h
+++ b/lldb/include/lldb/API/SBProcess.h
@@ -488,8 +488,8 @@ public:
///
/// \param[in] num_bits
/// Number of bits that are used for addressing.
- /// For example, a value of 42 indicates that the low 42 bits are relevant for
- /// addressing, and that higher-order bits may be used for various
+ /// For example, a value of 42 indicates that the low 42 bits are relevant
+ /// for addressing, and that higher-order bits may be used for various
/// metadata like pointer authentication, Type Byte Ignore, etc.
///
/// \param[in] addr_range
``````````
</details>
https://github.com/llvm/llvm-project/pull/83095
More information about the lldb-commits
mailing list