summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2025-05-28[Support] [lldb] Fix thread jump #45326 (#135778)Ebuka Ezike
2025-02-28[lldb] Add ability to inspect backing threads with `thread info` (#129275)Felipe de Azevedo Piovezan
2025-02-21[lldb] Fix "in function" detection in "thread until" (#123622)Pavel Labath
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-10-08[lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expec...AbdAlRahman Gad
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-08-05[lldb] Delete StepScope enum whose values are ignored. (#101981)sedymrak
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
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