summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
AgeCommit message (Expand)Author
2022-06-17[lldb] Fix modernize-use-override warnings (NFC)Jonas Devlieghere
2020-07-15[lldb][NFC] Add 'override' where missing in source/ and tools/Logan Smith
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
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
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-09-25<rdar://problem/9959501>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
2011-07-19Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton