aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-153/+115
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham1-1/+1
2014-03-29lldb arm64 import.Jason Molenda1-0/+4
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda1-1/+1
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda1-1/+1
2013-08-27Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis1-3/+3
2013-05-09Changed the formerly pure virtual function:Greg Clayton1-13/+10
2013-05-01<rdar://problem/13700260>Greg Clayton1-27/+0
2013-04-12<rdar://problem/13491977>Greg Clayton1-2/+6
2013-04-02<rdar://problem/13516463>Greg Clayton1-1/+3
2013-03-27<rdar://problem/13521159>Greg Clayton1-1/+1
2013-01-25<rdar://problem/13069948>Greg Clayton1-1/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-10-16Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham1-0/+3
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham1-2/+2
2012-09-25<rdar://problem/9959501>Greg Clayton1-32/+44
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton1-35/+43
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-1/+1
2011-10-14SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen1-1/+1
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton1-39/+0
2011-07-19Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton1-0/+247