| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb][windows] print an error if python.dll is not in the DLL search path (#164893) This is a follow up to https://github.com/llvm/llvm-project/pull/162509. Using the SearchPathW API, we can ensure that the correct version of Python is installed before liblldb is loaded (and python.dll subsequently). If it's not, we try to add it to the search path with the methods introduced in https://github.com/llvm/llvm-project/pull/162509. If that fails or if that method is #ifdef'd out, we print an error which will appear before lldb crashes due to the missing dll. Before https://github.com/llvm/llvm-project/pull/162509, when invoked from Powershell, lldb would silently crash (no error message/crash report). After https://github.com/llvm/llvm-project/pull/162509, it crashes without any indications that the root cause is the missing python.dll. With this patch, we print the error before crashing. | 8 个月前 | |
[windows] improve python3.dll load check (#168864) | 8 个月前 | |
[lldb] Unify window resizing logic in command line driver Unify the logic for window resizing in the command line driver. This was prompted by the Windows bot not knowing about the ws_col field. | 1 年前 | |
[lldb] Fix typo in the description of the -X alias (#156119) | 11 个月前 | |
[lldb][NFC] Use C++ versions of the deprecated C standard library headers The C headers are deprecated so as requested in D102845, this is replacing them all with their (not deprecated) C++ equivalent. Reviewed By: shafik Differential Revision: https://reviews.llvm.org/D103084 | 5 年前 | |
[lldb] Get rid of HAVE_SYS_TYPES_H LLVM includes this header unconditionally on all platforms (including Windows), so this define should no longer be necessary. No behavior change. Differential Revision: https://reviews.llvm.org/D107338 | 4 年前 | |
[CMake] Configure the Info.plist so it contains a real version number. Use CMake to configure the Info.plist file so that we have a real version number in things like crash reporter. | 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 个月前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 6 年前 |