aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility
AgeCommit message (Expand)AuthorFilesLines
2013-04-25More CMake fixes for OS X.Filipe Cabecinhas1-1/+0
2013-04-18Make KQueue import the header in the correct path.Filipe Cabecinhas1-1/+1
2013-04-17Fix build on LinuxDaniel Malea1-0/+18
2013-03-13Various fixes for armv7 floating point/vector register support.Jason Molenda2-14/+58
2013-02-21Update CMake lists of sources to include files added in r175787 and r175323Daniel Malea1-0/+3
2013-02-21Adding CMake build system to LLDB. Some known issues remain:Daniel Malea1-0/+10
2013-02-16Added a kqueue class which isn't being used yet, but was part of trying to wo...Greg Clayton4-0/+297
2013-02-15Only enable RTTI for cxa_demangle.cppFilipe Cabecinhas1-7/+0
2013-01-25<rdar://problem/13069948>Greg Clayton2-15/+15
2012-12-10Enable RTTI for liblldbCore.a when GCC is the compilerDaniel Malea1-0/+7
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea2-2/+3
2012-09-28<rdar://problem/12398225>Greg Clayton2-42/+46
2012-04-07Removed redundant isxdigit checks and added the ability to GetHexU8() so it c...Greg Clayton2-19/+12
2012-02-29rdar://problem/10652076Johnny Chen1-1/+19
2012-01-27Added a ModuleList::Destroy() method which will reclaim the std::vectorGreg Clayton1-5/+10
2012-01-19Allow a way to track all allocations for our intrusive ref counted pointers.Greg Clayton1-0/+111
2011-09-17Adopt the intrusive pointers in:Greg Clayton1-13/+0
2011-09-17Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton1-27/+29
2011-07-19Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton1-0/+111
2011-07-13fixing missing RefCounter classEnrico Granata1-0/+25
2011-05-19API fix and missing headers.Johnny Chen1-0/+2
2011-05-19#include <string.h> for memsetPeter Collingbourne1-0/+1
2011-04-26Got the EmulateInstruction CFI code a lot closer to producing CFI data.Greg Clayton3-191/+394
2011-04-26Changed the emulate instruction function to take emulate options whichGreg Clayton2-0/+194
2011-04-25Put plug-ins into the correct directories as they were incorrectly locatedGreg Clayton3-134/+0
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton2-25/+77
2011-04-07Add a missing headerStephen Wilson1-0/+2
2011-04-04Added a speed test to the GDBRemoteCommunicationClient and Greg Clayton2-1/+4
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton4-1/+39
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton2-1/+7
2011-03-23Add a missing include needed on Linux and remove a trailing comma.Stephen Wilson2-3/+4
2011-03-23Added new platform commands:Greg Clayton2-0/+6
2011-03-22Split the GDBRemoteCommunication class into three classes:Greg Clayton2-19/+59
2011-02-24Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton1-2/+2
2011-02-15All UnwindPlan objects are now passed around as shared pointers.Greg Clayton1-6/+20
2011-02-09Patch from Kirk Beitz to make things compile on MinGW minus the putenv part.Greg Clayton1-1/+3
2011-01-18Thread safety changes in debugserver and also in the process GDB remote plugin.Greg Clayton1-0/+8
2011-01-08Modified the stop reply packet to be able to send the thread name using theGreg Clayton2-0/+13
2010-12-20Patch from Stephen Wilson:Johnny Chen3-3/+3
2010-09-24Cleaned a few build related things up:Greg Clayton1-1/+1
2010-09-22Add a new ArchVolatileRegs plugin class to identifyJason Molenda1-0/+40
2010-09-10The first part of an lldb native stack unwinder.Jason Molenda2-0/+80
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton4-3/+17
2010-07-07Fixed "#endif"s followed by non comments, patch from Jean-Daniel Dupas.Greg Clayton2-2/+2
2010-06-22Avoid tolower, it's slow and unnecessary.Benjamin Kramer1-2/+4
2010-06-12Move SharingPtr.h into include/.Eli Friedman2-253/+1
2010-06-12Switched over to using the new lldb::SharingPtr from Howard Hinnant. Greg Clayton2-0/+305
2010-06-09Move source/Utility/PseudoTerminal.h into include/lldb/Utility.Jason Molenda2-268/+1
2010-06-09Add a couple missing includes.Eli Friedman2-0/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner8-0/+1476