- Added a common completion StopHookIDs to provide completion with a list of stop hook ids;
- Applied the common completion to commands: `target stop-hook delete/enable/disable';
- Added an related test case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lldb/source/Commands/CommandCompletions.cpp | ||
---|---|---|
672 | Where is that '11' coming from? That seems like it would deserve a comment how that got calculated. |
lldb/source/Commands/CommandCompletions.cpp | ||
---|---|---|
672 | That's the offset to make the descriptions of the completion result look better. The value was got after tests. |
Where is that '11' coming from? That seems like it would deserve a comment how that got calculated.