clayborg added a comment.
Yeah, sending this data at the entry point is not a good way to tell anything
about the debug session having debug info. Some shared libraries might be
loaded on macOS, but not on linux or android.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
htt
labath added a comment.
It fails on all linux bots, so I've reverted it for now.
From what I can tell, the problem is that linux does not immediately (before
running the process) load the shared library, and so the overall startup debug
info size is reported as zero (because the main executable
omjavaid added a comment.
This test fails on Arm/AArch64 Linux. I have marked it as an XFAIL.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138077/new/
https://reviews.llvm.org/D138077
___
lldb-commits m
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7fe3586cda5b: Send statistics in initialized event (authored
by GeorgeHuyubo).
Changed prior to commit:
https://reviews.llvm.org/D138077?vs=475624&id=475662#toc
Repository:
rG LLVM Github Monorepo
C
GeorgeHuyubo created this revision.
Herald added a project: All.
GeorgeHuyubo requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D138077
Files:
lldb/packages/Python/lldbsuite/t