Star
81
Fork
27
代码
介绍
代码
Issues
9
Pull Requests
9
流水线
Actions
讨论
Wiki
项目成员
44
分析
项目设置
Star
81
Fork
27
master
msdebug
/
lldb
/
test
/
API
/
commands
/
gui
/
spawn-threads
下载当前目录
D
David Spickett
[lldb][Tests] Reformat API tests with black
6bf923d5
创建于
2023年9月12日
历史提交
文件
最后提交记录
最后更新时间
Makefile
[lldb][gui] Update TreeItem children's m_parent on move Before this patch, any time TreeItem is copied in Resize method, its parent is not updated, which can cause crashes when, for example, thread window with multiple hierarchy levels is updated. Makes TreeItem move-only, removes TreeItem's m_delegate extra self-assignment by making it a pointer, adds code to fix up children's parent on move constructor and operator= Patch prepared by NH5pml30 ~~~ Huawei RRI, OS Lab Reviewed By: clayborg Differential Revision:
https://reviews.llvm.org/D157960
2 年前
TestGuiSpawnThreads.py
[lldb][Tests] Reformat API tests with black These are all recent additions I think, including a few of mine for AArch64. Going forward the CI checks should help us fix these earlier.
2 年前
main.cpp
[lldb][gui] Update TreeItem children's m_parent on move Before this patch, any time TreeItem is copied in Resize method, its parent is not updated, which can cause crashes when, for example, thread window with multiple hierarchy levels is updated. Makes TreeItem move-only, removes TreeItem's m_delegate extra self-assignment by making it a pointer, adds code to fix up children's parent on move constructor and operator= Patch prepared by NH5pml30 ~~~ Huawei RRI, OS Lab Reviewed By: clayborg Differential Revision:
https://reviews.llvm.org/D157960
2 年前