summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
AgeCommit message (Expand)Author
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda
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
2018-11-11Remove header grouping comments.Jonas Devlieghere
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-19Fix 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
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-10Fixed incorrect #include directives.Greg Clayton
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton