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
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
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
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
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
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
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
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