summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/OperatingSystem/Darwin-Kernel
AgeCommit message (Expand)Author
2013-05-03Remove unused OperatingSystem plugin.Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea
2012-10-25Allow operating system plug-ins to specify the address for registers so we do...Greg Clayton
2012-10-25Changed the V1 and V2 runtimes to be able to detect when the ISA hash table h...Greg Clayton
2012-10-19<rdar://problem/12491387>Greg Clayton
2012-10-19Rename "macosx-kernel" to "darwin-kernel" to match the filenames before anyon...Greg Clayton
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-05-16Fix comment typeo.Jason Molenda
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-10Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton
2012-02-21Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton
2012-02-10Improved detection of object file types, movingSean Callanan
2011-10-31build: Add the Darwin-Kernel Makefile.Daniel Dunbar
2011-10-12Added ClangNamespaceDecl * parameters to severalSean Callanan
2011-10-12Fix preprocessor warnings for no newline at the end of the source files.Greg Clayton
2011-09-06Redesign of the interaction between Python and frozen objects:Enrico Granata
2011-08-22Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton
2011-08-22Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton