summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch ProcessKDPLog to the new channel registration mechanismPavel Labath2017-02-171-6/+4
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-153/+115
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-1/+1
* lldb arm64 import.Jason Molenda2014-03-291-0/+4
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-3/+3
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-13/+10
* <rdar://problem/13700260>Greg Clayton2013-05-011-27/+0
* <rdar://problem/13491977>Greg Clayton2013-04-121-2/+6
* <rdar://problem/13516463>Greg Clayton2013-04-021-1/+3
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-1/+1
* Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...Jim Ingham2012-10-161-0/+3
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-2/+2
* <rdar://problem/9959501>Greg Clayton2012-09-251-32/+44
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-35/+43
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-39/+0
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-0/+247
OpenPOWER on IntegriCloud