| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[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/aarch64] Add STR/LDR instructions for FP registers to Emulator (#168187) A function prologue can begin with a pre-index STR instruction for a floating-point register. To construct an unwind plan from assembly correctly, the instruction emulator must support such instructions. | 8 个月前 | |
[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 年前 | ||
| 8 个月前 | ||
| 3 年前 |