User Details
- User Since
- Jun 9 2022, 10:32 AM (68 w, 6 d)
Tue, Sep 12
Also, I assume the extra changes to make the PointerIntPair formatter work will be in a follow-up patch?
Aug 31 2023
We worked around this in xcode
Aug 23 2023
I attached the module it's blowing up on
Aug 22 2023
Aug 21 2023
FYI, looks like debug-info tests started failing on the public x86_64 bot after this patch: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/59089/console
Aug 20 2023
Aug 17 2023
- Reword commit message
Aug 15 2023
- Reword commit message
- Remove drive-by change
Aug 10 2023
Aug 9 2023
Are you still planning on moving this forward? Otherwise I could commandeer the revision to get this in. I do think it's a useful bug to address
Hi, this is failing on swift-ci (runs on x86 bots) with the following error:
Aug 4 2023
Could you please elaborate in the commit message what exactly the issue currently is and how the patch addresses it?
Aug 2 2023
Could you update the commit message with a description of the failure and summary of the fix? And change the title to something like [lldb][DWARFASTParserClang] Resolve nested types when parsing structures
Aug 1 2023
LGTM
- Amend commit message
LGTM
Thanks for addressing this.
Jul 31 2023
LGTM
Jul 28 2023
Generally LGTM, just some clarifications questions
Jul 27 2023
Jul 26 2023
- EXPECT -> ASSERT
- Fix test
- Parameterize tests
- Return bool to indicate SDK mismatch
Jul 25 2023
Generally LGTM, just left some minor comments
- Update unit-tests
- Expand function docs
- Remove more headers
- Remove redundant header
- Move into PlatformDarwin
- Return XcodeSDK from GetSDKPathFromDebugInfo so it's easier to re-use from Swift plugin
- Introduce ResolveSDKPathFromDebugInfo to be used from PlatformDarwin
- Adjust tests
Jul 24 2023
Jul 22 2023
- Remove redundant headers
Jul 13 2023
Jul 12 2023
Jul 11 2023
All my comments seem to have been submitted on a stale revision. So they shifted up a couple of lines. But looks like Phabricator doesn't allow me to delete/move them
Jul 10 2023
Jul 7 2023
LGTM, thanks!
- Fix commit message
Didn't add tests for this since checking the contents of the error message didn't seem worth testing.
But don't mind adding tests if reviewers feel more comfortable
- Remove redundant header additions
Jun 20 2023
- clang-format
- remove redundant includes
Jun 19 2023
This is now failing with:
clang: warning: argument unused during compilation: '-fmodules-cache-path=/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument] Undefined symbols for architecture x86_64: "abort", referenced from: asm_main in eh-frame-dwarf-unwind-abort-edbc93.o (maybe you meant: g_hard_abort) ld: symbol(s) not found for architecture x86_64
- fix test comment
Jun 16 2023
Looks like this is failing on the Darwin x86_64 buildbots: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/56510/execution/node/74/log/
@MaskRay Looks like this broke the x86_64 LLDB buildbots: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/56511/execution/node/43/log/
Jun 14 2023
Looks like this broke the lldb matrix bots for DWARFv2: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/6580/execution/node/54/log/
******************** Failed Tests (2): lldb-api :: lang/c/tls_globals/TestTlsGlobals.py lldb-api :: lang/cpp/thread_local/TestThreadLocal.py