summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
AgeCommit message (Expand)Author
2025-07-02[lldb][NFC][MachO] Clean up LC_THREAD reading code, remove i386 corefile (#14...Jason Molenda
2022-01-31[lldb] Convert Process KDP Log to the new APIPavel Labath
2020-03-09[lldb/Process] Update ThreadKDP for API changeJonas Devlieghere
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-02-11Use std::make_shared in LLDB (NFC)Jonas 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-17Switch ProcessKDPLog to the new channel registration mechanismPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
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
2014-03-29lldb arm64 import.Jason Molenda
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-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis
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
2013-04-02<rdar://problem/13516463>Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
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-09-25<rdar://problem/9959501>Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen
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