Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5
# 81a76902 10-Nov-2023 Haojian Wu <hokein.wu@gmail.com>

[lldb] Only run ignored_artificial_fields.test when gcc is available.


# d96ea279 10-Nov-2023 David Spickett <david.spickett@linaro.org>

Revert "[lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d30d6577f04"

This reverts commit 343eb4b4253fea31767f6a98e1cf77a7d69c856a.

This test should work now that the build script

Revert "[lldb] Remove the newly-added test in 66acd1e4dc1080015fe6b234226f1d30d6577f04"

This reverts commit 343eb4b4253fea31767f6a98e1cf77a7d69c856a.

This test should work now that the build script doesn't add -m(32|64) on Arm/AArch64
builders.

show more ...


# 66acd1e4 10-Nov-2023 Haojian Wu <hokein.wu@gmail.com>

[LLDB] Ignore actual-needed artificial members in DWARFASTParserClang::ParseSingleMember (#70779)

Address the FIXME, this will allow lldb to print all fields of the
generated coroutine frame struct

[LLDB] Ignore actual-needed artificial members in DWARFASTParserClang::ParseSingleMember (#70779)

Address the FIXME, this will allow lldb to print all fields of the
generated coroutine frame structure.

Fixes #69309.

show more ...