In this switch case we didn't handle possible errors in ResumeThread(), it's hard to get helpful information when it goes wrong.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | ||
---|---|---|
943 | Nit: remove the {} to fit with the lldb style of not using them for single statement if body. |
Nit: remove the {} to fit with the lldb style of not using them for single statement if body.