summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
AgeCommit message (Expand)Author
2025-06-27[lldb][Mach-O] Allow "process metadata" LC_NOTE to supply registers (#144627)Jason Molenda
2023-09-11Add "process metadata" Mach-O LC_NOTE for corefilesJason Molenda
2021-09-17[MachCore] Report arm64 thread exception stateVedant Kumar
2021-09-16Revert "[MachCore] Report arm64 thread exception state"Vedant Kumar
2021-09-16[MachCore] Report arm64 thread exception stateVedant Kumar
2020-03-09[lldb] Return Unwinder& from Thread::GetUnwinderPavel Labath
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
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-09-12Move SafeMachO from Utility to HostPavel Labath
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-10[windows] LLDB shows the wrong values when register read is executed at a fra...Stella Stamenova
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-13Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
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-12<rdar://problem/13491977>Greg Clayton
2012-10-16Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton