| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb][llvm][AIX] Added support for getProcFile with TID (#142586) This PR is in reference to porting LLDB on AIX. Link to discussions on llvm discourse and github: 1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640 2. https://github.com/llvm/llvm-project/issues/101657 The complete changes for porting are present in this draft PR: https://github.com/llvm/llvm-project/pull/102601 - Added changes to getProcFile() with threadID, including testcase for AIX. - Added support for AIX to get_threadid() from llvm. | 1 年前 | |
[lldb] Remove support and workarounds for Android 4 and older (#124047) | 1 年前 | |
[NFC][lldb] move DiagnosticsRendering to Host (#168696) NFC patch which moves DiagnosticsRendering from Utility to Host. This refactoring is needed for https://github.com/llvm/llvm-project/pull/168603. It adds a method to check whether the current terminal supports Unicode or not. This will be OS dependent and a better fit for Host. Since Utility cannot depend on Host, DiagnosticsRendering must live in Host instead. | 8 个月前 | |
[LLDB][FreeBSD] Reorder header for Host.cpp (#163359) As per requirement in https://github.com/llvm/llvm-project/pull/162811. | 9 个月前 | |
[LLDB] Add IsCoreDumping to ProcessInstanceInfo (#138580) This is the first useful patch in the series related to enabling PTRACE_SEIZE for processes Coredumping. In order to make the decision if we want to seize or attach, we need to expose that in processinfo. Which we acquire by reading it from /proc/pid/status Note that in status it is CoreDumping not Coredumping, so I kept with that, even if I prefer Coredumping | 1 年前 | |
[LLDB][Darwin] Clarify which API call enables memory tagging | 9 个月前 | |
[lldb] Move GetEnvironment function into common code (#122173) | 1 年前 | |
[lldb] Move GetEnvironment function into common code (#122173) | 1 年前 | |
[ADT] Prepare to deprecate variadic StringSwitch::Cases. NFC. (#166020) Update all uses of variadic .Cases to use the initializer list overload instead. I plan to mark variadic .Cases as deprecated in a followup PR. For more context, see https://github.com/llvm/llvm-project/pull/163117. | 9 个月前 | |
Revert "[LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess" (#165717) Reverts llvm/llvm-project#165281 Because our Windows on Arm buildbot is red all over: https://lab.llvm.org/buildbot/#/builders/141/builds/12624 | 9 个月前 | |
[NFC][lldb] move DiagnosticsRendering to Host (#168696) NFC patch which moves DiagnosticsRendering from Utility to Host. This refactoring is needed for https://github.com/llvm/llvm-project/pull/168603. It adds a method to check whether the current terminal supports Unicode or not. This will be OS dependent and a better fit for Host. Since Utility cannot depend on Host, DiagnosticsRendering must live in Host instead. | 8 个月前 |