[all-commits] [llvm/llvm-project] 8ed3e7: [LLDB] Handle possible resume thread error
Emmmer via All-commits
all-commits at lists.llvm.org
Tue Aug 16 08:44:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8ed3e75c96d987e294067e2fe0ab5b02a5bcc89d
https://github.com/llvm/llvm-project/commit/8ed3e75c96d987e294067e2fe0ab5b02a5bcc89d
Author: Emmmer <yjhdandan at 163.com>
Date: 2022-08-16 (Tue, 16 Aug 2022)
Changed paths:
M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
Log Message:
-----------
[LLDB] Handle possible resume thread error
In this switch case we didn't handle possible errors in `ResumeThread()`, it's hard to get helpful information when it goes wrong.
Reviewed By: DavidSpickett
Differential Revision: https://reviews.llvm.org/D131946
More information about the All-commits
mailing list