[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

[Lldb-commits] [PATCH] D137284: Override CalculateFrameVariableError in SymbolFileOnDemand

2022-11-03 Thread Yubo Hu via Phabricator via lldb-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. GeorgeHuyubo marked 2 inline comments as done. Closed by commit rG0309081e1f4b: Override CalculateFrameVariableError in SymbolFileOnDemand (a

[Lldb-commits] [PATCH] D137284: Override CalculateFrameVariableError in SymbolFileOnDemand

2022-11-03 Thread Yubo Hu via Phabricator via lldb-commits
GeorgeHuyubo updated this revision to Diff 472998. GeorgeHuyubo added a comment. Addressed comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137284/new/ https://reviews.llvm.org/D137284 Files: lldb/include/lldb/Symbol/SymbolFileOnDemand.h

[Lldb-commits] [PATCH] D137284: Override CalculateFrameVariableError in SymbolFileOnDemand

2022-11-02 Thread Yubo Hu via Phabricator via lldb-commits
GeorgeHuyubo updated this revision to Diff 472810. GeorgeHuyubo marked 2 inline comments as done. GeorgeHuyubo added a comment. Address comments. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D137284/new/ https://reviews.llvm.org/D137284 Files: l

[Lldb-commits] [PATCH] D137284: Override CalculateFrameVariableError in SymbolFileOnDemand

2022-11-02 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/D137284 Files: lldb/include/lldb/Symbol/SymbolF

[Lldb-commits] [PATCH] D134252: Track .dwo/.dwp loading errors and notify user when viewing variables.

2022-09-20 Thread Yubo Hu via Phabricator via lldb-commits
GeorgeHuyubo added inline comments. Comment at: lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp:82 if (!m_dwo_id) return; // No DWO file. Do we want to SetDwoError here? Since there is no DWO file. Repository: rG LLVM Github Monorepo CHANGES SIN

[Lldb-commits] [PATCH] D134293: [LLDB]Initialize accept_socket with nullptr

2022-09-20 Thread Yubo Hu via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG3ae633766b57: [LLDB]Initialize accept_socket with nullptr (authored by GeorgeHuyubo). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134293/new/ https://revi

[Lldb-commits] [PATCH] D134293: [LLDB]Initialize accept_socket with nullptr

2022-09-20 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. Fix high impact issue of illegal access of memory. Initialize accept_socket with nullptr. Repository: rG LLVM