summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThreadUtil.cpp
AgeCommit message (Expand)Author
2025-05-22Fix a bug where using "thread backtrace unique" would switch you to (#140993)jimingham
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2022-06-28[trace] Fix errors when handling command argumentsWalter Erquinigo
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo