博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年11月4日

摘要: Preface First, let’s recap, there are 2 kinds of objects in .NET: value types and reference types that are created on the stack and in the heap (manag 阅读全文

posted @ 2020-11-04 00:16 linFen 阅读(191) 评论(0) 推荐(0) 编辑

摘要: 非托管命令lldbwindbg 列出当前模块 image list lmf 当前线程 thread list ~ 当前线程栈回溯 thread backtrace kp 所有线程栈回溯 thread backtrace all ~* kp 切换线程 thread select 2 ~2s kp 查看 阅读全文

posted @ 2020-11-04 00:14 linFen 阅读(293) 评论(0) 推荐(0) 编辑