summaryrefslogtreecommitdiff
path: root/lldb/source/Target/ThreadSpec.cpp
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-22Serilize the thread options within the breakpoint options.Jim Ingham
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-03-07When comparing a Thread against a ThreadSpec, don't fetch the Thread's Name o...Jim Ingham
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda
2010-12-15Fixed an error where the thread index was being returned as zero in "uint32_t...Greg Clayton
2010-06-18Change the Breakpoint & BreakpointLocation GetDescription methods so they cal...Jim Ingham
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham