summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/Utility/ThreadMemory.h
AgeCommit message (Expand)Author
2025-03-25[lldb] Implement missing queue overloads from ThreadMemory (#132906)Felipe de Azevedo Piovezan
2025-03-25[lldb][NFC] Break ThreadMemory into smaller abstractions (#132905)Felipe de Azevedo Piovezan
2025-02-06[lldb] Add missing return statements in ThreadMemory (#126128)Felipe de Azevedo Piovezan
2025-02-03[lldb] Implement bidirectional access for backing<->backed thread relationshi...Felipe de Azevedo Piovezan
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
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-05-12Update StructuredData::String to return StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-30Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Process/Utili...Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-05-09Changed the formerly pure virtual function:Greg Clayton
2013-05-01<rdar://problem/13700260>Greg Clayton
2013-04-20<rdar://problem/13697881>Greg Clayton
2013-04-12<rdar://problem/13491977>Greg Clayton
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-08-24The OS plug-in can now get data from a python script that implements the prot...Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton