aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere1-1/+1
2025-05-28[Support] [lldb] Fix thread jump #45326 (#135778)Ebuka Ezike1-1/+4
2025-02-28[lldb] Add ability to inspect backing threads with `thread info` (#129275)Felipe de Azevedo Piovezan1-0/+8
2025-02-21[lldb] Fix "in function" detection in "thread until" (#123622)Pavel Labath1-38/+30
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere1-1/+1
2024-10-08[lldb] Change SymbolContext::GetAddressRangeFromHereToEndLine to return Expec...AbdAlRahman Gad1-5/+5
2024-10-02[lldb] Unify implementation of CommandReturnObject::SetError(NFC) (#110707)Adrian Prantl1-3/+3
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-21/+25
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-4/+15
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-15/+4
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-4/+15
2024-08-05[lldb] Delete StepScope enum whose values are ignored. (#101981)sedymrak1-13/+8
2024-07-31[lldb] Unify the way we get the Target in CommandObject (#101208)Jonas Devlieghere1-1/+1
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-1/+1
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-4/+10
2024-06-11[lldb] Fix declaration of thread argument in CommandObjectThreadStepWithTypeA...Dave Lee1-1/+1
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee1-2/+2
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata1-2/+2
2024-03-21[lldb] Reland: Store SupportFile in FileEntry (NFC) (#85892)Jonas Devlieghere1-1/+1
2024-03-19Revert "[lldb] Store SupportFile in FileEntry (NFC)" (#85885)Jonas Devlieghere1-1/+1
2024-03-15[lldb] Store SupportFile in FileEntry (NFC) (#85468)Jonas Devlieghere1-1/+1
2024-03-01[lldb] Fix -Wformat after #83602Fangrui Song1-2/+2
2024-03-01[lldb] Fix `thread backtrace --count` (#83602)Jonas Devlieghere1-12/+21
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-82/+8
2024-02-20Add the RegisterCompleter to eArgTypeRegisterName in g_argument_table (#82428)jimingham1-12/+1
2024-02-19Revert "Centralize the handling of completion for simple argument lists. (#82...Shubham Sandeep Rastogi1-1/+12
2024-02-19Centralize the handling of completion for simple argument lists. (#82085)jimingham1-12/+1
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-3/+3
2023-12-14Add option to pass thread ID to thread select command (#73596)Michael Christensen1-15/+81
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-77/+63
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham1-2/+5
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani1-18/+18
2023-05-06[lldb] Replace None with std::nullopt in comments (NFC)Kazu Hirata1-1/+1
2023-04-21Make sure SelectMostRelevantFrame happens only when returning to the user.Jim Ingham1-3/+5
2023-03-15Add a Debugger interruption mechanism in conjunction with theJim Ingham1-1/+1
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-10/+10
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-9/+9
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-8/+8
2022-11-03[lldb/Commands] Add newline for extended backtrace thread (NFCI)Med Ismail Bennani1-0/+1
2022-10-19[lldb][trace] Fix some minor bugs in the call treeWalter Erquinigo1-2/+4
2022-10-18[lldb][trace] Add a basic function call dump [3] - Add a JSON dumperWalter Erquinigo1-4/+3
2022-10-18[lldb][trace] Add a basic function call dump [2] - Implement the reconstructi...Walter Erquinigo1-10/+28
2022-10-18[lldb][trace] Add a basic function call dumpdump [1] - Add the command scaffo...Walter Erquinigo1-21/+111
2022-10-15[lldb] Fix a warningKazu Hirata1-1/+1
2022-08-17[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich1-7/+5
2022-08-16Revert "[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObject...Stella Stamenova1-21/+10
2022-08-16[LLDB][NFC] Fix optons parsing and misc. reliability in CommandObjectThreadSlava Gurevich1-10/+21