summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Darwin-Kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove unused OperatingSystem plugin.Greg Clayton2013-05-034-412/+0
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Adding CMake build system to LLDB. Some known issues remain:Daniel Malea2013-02-211-0/+5
* Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton2012-10-252-2/+3
* Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton2012-10-251-4/+0
* <rdar://problem/12491387>Greg Clayton2012-10-191-1/+1
* Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...Greg Clayton2012-10-191-1/+1
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Fix comment typeo.Jason Molenda2012-05-161-1/+1
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+1
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-102-3/+3
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* Improved detection of object file types, movingSean Callanan2012-02-101-7/+2
* build: Add the Darwin-Kernel Makefile.Daniel Dunbar2011-10-311-0/+14
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-1/+3
* Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton2011-10-121-1/+1
* Redesign of the interaction between Python and frozen objects:Enrico Granata2011-09-061-5/+5
* Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton2011-08-222-27/+27
* Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton2011-08-222-0/+399
OpenPOWER on IntegriCloud