Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
I think it would help readability if you put the thread ID for the signinfo before printing the siginfo value, otherwise if I list multiple threads (or use "all") I have to count instances to figure out which thread goes with which siginfo.
Otherwise this looks fine.
lldb/source/Commands/CommandObjectThread.cpp | ||
---|---|---|
1355 | The CommandObjectIterateOverThreads class doesn't itself print which thread the output of each HandleOneThread is for, so if I did: (lldb) thread siginfo all Then I would just get a bunch of undifferentiated siginfo's and wouldn't have a way to figure out which thread went with which output. I think it would help to repeat the thread name before the siginfo output. |
lldb/source/Commands/CommandObjectThread.cpp | ||
---|---|---|
1323 | I know you're just being consistent with the rest of this file, but we've been slowly phasing out these kind of comments. |
lldb/source/Commands/CommandObjectThread.cpp | ||
---|---|---|
1323 | I'm all for it ;-). |
I know you're just being consistent with the rest of this file, but we've been slowly phasing out these kind of comments.