| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
[lldb][AArch64] Add Scalable Matrix Extension option to QEMU launch script The Scalable Matrix Extension (SME) does not require extra options beyond setting the cpu to "max". https://qemu-project.gitlab.io/qemu/system/arm/cpu-features.html#sme-cpu-property-examples SME depends on SVE, so that will be enabled too even if you don't ask for it by name. --sve --sme -> SVE and SME --sme -> SVE and SME --sve -> Only SVE Reviewed By: omjavaid Differential Revision: https://reviews.llvm.org/D152519 | 3 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
[lldb][rpc] Fix bug in convert script for RPC (#145419) In the script that's used by RPC to convert LLDB headers to LLDB RPC headers, there's a bug with how it converts namespace usage. An overeager regex pattern caused *all* text before any lldb:: namespace usage to get replaced with lldb_rpc:: instead of just the namespace itself. This commit changes that regex pattern to be less overeager and modifies one of the shell tests for this script to actually check that the namespace usage replacement is working correctly. rdar://154126268 | 1 年前 | |
Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk Allow users to use a non-system version of perl, python and awk, which is useful in certain package managers. Reviewed By: JDevlieghere, MaskRay Differential Revision: https://reviews.llvm.org/D95119 | 5 年前 | |
[lldb] Change directory creation logic in framework-header-fix (#158355) It's possible for this logic to fail if the build system runs this script in parallel. One instance could create the directory in between another instance's checking of its existence and attempt at creation. Instead, always try to create it and ignore any FileExistsErrors. rdar://160120161 | 10 个月前 | |
[lldb] Add missing include to SBLanguages.h (#111763) SBLanguages.h uses a uint16_t but is missing the include for <cstdint>, if any file includes this without including that it will cause a build error so this commit adds this include. | 1 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
Add a script to setup codesigning on macOS. I've been using this script on a couple machines and it seems to work so I'm putting it out there, maybe other people will find it useful. It is strongly inspired from a similar script in the delve project. llvm-svn: 334743 | 7 年前 | |
[lldb][windows] Cover more symbols in LLDB_EXPORT_ALL_SYMBOLS Followup to #67628 that relaxes the symbol regex a bit to cover more lldb_private symbols. | 2 年前 | |
[lldb] Replace the usage of module imp with module importlib (#70443) imp got removed in Python 3.12 [1] and the community recommends using importlib in newer Python versions. [1] https://docs.python.org/3.12/whatsnew/3.12.html#imp | 2 年前 | |
[lldb] Format Python files in scripts and utils (#66053) Using: black --exclude "third_party/" ./lldb/ | 2 年前 | |
[lldb][framework] Glob headers from source for framework (#148736) When gathering the headers to fix up and place in LLDB.framework, we were previously globbing the header files from a location in the build directory. This commit changes this to glob from the source directory instead, as we were globbing from the build directory without ensuring that the necessary files were actually in that location before globbing. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 3 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 5 年前 | ||
| 10 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 7 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 |