| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583) If we're not touching them, we don't need to do anything special to pass them along -- with one important caveat: due to how cmake arguments work, the implicitly passed arguments need to be specified before arguments that we handle. This isn't particularly nice, but the alternative is enumerating all arguments that can be used by llvm_add_library and the macros it calls (it also relies on implicit passing of some arguments to llvm_process_sources). | 1 年前 | |
[lldb] Fix undefined behavior (#158119) https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake-sanitized/2178/consoleText [2025-09-11T13:10:53.352Z] /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp:14138:35: runtime error: signed integer overflow: 2147483624 + 608 cannot be represented in type 'int32_t' (aka 'int') [2025-09-11T13:10:53.352Z] SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /Users/ec2-user/jenkins/workspace/llvm.org/lldb-cmake-sanitized/llvm-project/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp:14138:35 in | 10 个月前 | |
[lldb][RISCV] fix LR/SC atomic sequence handling in lldb-server (#146072) lldb-server had limited support for single-stepping through the lr/sc atomic sequence. This patch enhances that support for all possible atomic sequences. The previous version contained an incorrect regex pattern in the test, causing the riscv-specific test to run on other platforms. This reland fixes the regex (see lldb/test/API/riscv/step/TestSoftwareStep.py) | 1 年前 | |
[lldb][NFCI] TestEmulation should take a Stream ref Instruction::TestEmulation takes a Stream * and checks it for validity. However, this is unnecessary as we can always ensure that we never pass nullptr for the Stream argument. The only use of Instruction::TestEmulation currently is SBInstruction::TestEmulation which gets the Stream from an SBStream, and SBStream::ref can return a Stream & guaranteed. Differential Revision: https://reviews.llvm.org/D154757 | 3 年前 | |
[lldb][NFCI] TestEmulation should take a Stream ref Instruction::TestEmulation takes a Stream * and checks it for validity. However, this is unnecessary as we can always ensure that we never pass nullptr for the Stream argument. The only use of Instruction::TestEmulation currently is SBInstruction::TestEmulation which gets the Stream from an SBStream, and SBStream::ref can return a Stream & guaranteed. Differential Revision: https://reviews.llvm.org/D154757 | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 3 年前 | ||
| 3 年前 |