llvm-project/lldb
Walter Erquinigo ddd576ab87 [lldb] Prevent race condition when fetching /proc/cpuinfo
@clayborg found a potential race condition when setting a static
variable. The fix seems simply to use call_once.

All relevant tests pass.

Differential Revision: https://reviews.llvm.org/D131081
2022-08-08 12:31:42 -07:00
..
bindings [trace] Add SBTraceCursor bindings 2022-08-02 16:55:33 -07:00
cmake
docs [lldb] Fix formatting in python-reference.rst 2022-08-07 12:17:36 -06:00
examples
include/lldb [lldb] Remove include/lldb/lldb-private.h 2022-08-08 12:03:53 -07:00
packages/Python/lldbsuite [lldb] Dynamically generate enum names in lldbutil 2022-08-07 12:15:51 -06:00
resources
scripts
source [lldb] Prevent race condition when fetching /proc/cpuinfo 2022-08-08 12:31:42 -07:00
test [lldb] Pass TestExternCSymbols.py on Windows 2022-08-08 11:01:16 -07:00
third_party/Python/module
tools [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:31:49 -07:00
unittests [lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:31:49 -07:00
utils [lldb] Refactor command option enum values (NFC) 2022-07-14 21:18:07 -07:00
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt [LLVM] Update C++ standard to 17 2022-08-06 09:42:10 +02:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py