[Lldb-commits] [PATCH] D138077: Send statistics in initialized event

2022-11-16 Thread Greg Clayton via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D138077: Send statistics in initialized event

2022-11-16 Thread Pavel Labath via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D138077: Send statistics in initialized event

2022-11-15 Thread Muhammad Omair Javaid via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D138077: Send statistics in initialized event

2022-11-15 Thread Yubo Hu via Phabricator via lldb-commits
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

[Lldb-commits] [PATCH] D138077: Send statistics in initialized event

2022-11-15 Thread Yubo Hu via Phabricator via lldb-commits
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