summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)Author
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-06-11[lldb] Fix declaration of thread argument in CommandObjectThreadStepWithTypeA...Dave Lee
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere
2024-03-01[lldb] Fix -Wformat after #83602Fangrui Song
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-14Add option to pass thread ID to thread select command (#73596)Michael Christensen
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2023-05-06[lldb] Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-03[lldb/Commands] Add newline for extended backtrace thread (NFCI)Med Ismail Bennani
2022-10-19[lldb][trace] Fix some minor bugs in the call treeWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [3] - Add a JSON dumperWalter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo
2022-10-18[lldb][trace] Add a basic function call dumpdump [1] - Add the command scaffo...Walter Erquinigo
2022-10-15[lldb] Fix a warningKazu Hirata
2022-08-17[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich
2022-08-16Revert "[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObject...Stella Stamenova
2022-08-16[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich
2022-08-12[trace][intel pt] Fix per-psb packet decodingWalter Erquinigo
2022-08-02[trace] Add SBTraceCursor bindingsJakob Johnson
2022-08-01[trace] Replace TraceCursorUP with TraceCursorSPJakob Johnson
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo
2022-07-11[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo
2022-06-28[trace] Fix errors when handling command argumentsWalter Erquinigo
2022-06-28[trace] Improve the TraceCursor iteration APIWalter Erquinigo
2022-06-27Revert "[lldb] Fix thread step until to not set breakpoint(s) on incorrect li...Mikhail Goncharov
2022-06-25[lldb] Fix thread step until to not set breakpoint(s) on incorrect line numbersVenkata Ramanaiah Nalamothu