aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2014-08-17Fix the build. Match the declaration in trunk. Use clang::diag::Flavor::Warni...Sylvestre Ledru1-6/+6
2014-08-12Fix lldb build for 3.5 release. Patcy by Sylvestre Ladru.Bill Wendling1-2/+4
2014-08-07Fixed the build broken by the r215046 (same patch as abidh in trunk)Sylvestre Ledru1-2/+2
2014-08-04Merging r214291:Bill Wendling3-5/+5
2014-07-22Improve LLDB's embedded C++ demangler by addressing the following two issues:Kate Stone1-4/+5
2014-07-21build: silence GCC warning on LinuxSaleem Abdulrasool1-1/+7
2014-07-21Update CMakeLists.txt and Makefiles for building/linking the Hexagon ABI and ...Deepak Panickal2-0/+4
2014-07-21Add the Hexagon DSP breakpoint opcode to PlatformWindows and PlatformLinuxDeepak Panickal2-2/+12
2014-07-21ABI for the Hexagon DSPDeepak Panickal7-10/+821
2014-07-21Dynamic loader for the Hexagon DSPDeepak Panickal9-1/+1619
2014-07-21Rename dosep.ty to dosep.pyZachary Turner3-2/+2
2014-07-21Remove spurious debugging message from CMake.Zachary Turner1-1/+0
2014-07-20linux process: silence GCC switch coverage warningSaleem Abdulrasool1-0/+2
2014-07-20build: fix cmake warning with newer CMakeSaleem Abdulrasool2-11/+11
2014-07-19Add the ability to suppress the creation of a persistentJim Ingham3-0/+21
2014-07-19In Process::LoadImage, use the same function call both to call dlopen and to ...Jim Ingham1-16/+25
2014-07-19LLDB now correctly handles virtual inheritance.Greg Clayton8-23/+283
2014-07-18Allow the user to override the LLDB_TEST_COMPILER at CMake level.Zachary Turner1-1/+3
2014-07-18Test commit. Having trouble committing from one machine but notZachary Turner1-1/+1
2014-07-18Fix a bug with order of operations.Zachary Turner1-1/+1
2014-07-18Make lldb -P work on Windows.Zachary Turner3-6/+24
2014-07-18Fixing warnings shouldn't introduce a crasher.Greg Clayton1-1/+3
2014-07-18Use PRIx64.Joerg Sonnenberger1-1/+1
2014-07-18Use the designated PYTHON_EXECUTABLE during build.Zachary Turner2-2/+2
2014-07-18Fixes a number of issue related to test portability on Windows.Zachary Turner27-30/+27
2014-07-17Fixed the objective C symbol parsing in ObjectFileMachO.Greg Clayton4-14/+0
2014-07-17ReadPointedString takes a Stream not a DataBuffer.Jim Ingham1-3/+3
2014-07-17Create an _d suffixed symlink when doing a debug Windows build.Zachary Turner4-11/+11
2014-07-17In Process::LoadImage, if dlopen returns 0x0 fetch the error with dlerror and...Jim Ingham1-0/+25
2014-07-17Fixed our install-headers script to set versionSean Callanan1-3/+3
2014-07-17Two fixes in the Objective-C language runtime:Sean Callanan1-3/+20
2014-07-16Modify the EFI KDP debugging to not use any dynamic loader since it does manu...Greg Clayton1-1/+35
2014-07-16^C wasn't interrupting an expression during a long evaluation or deadlock.Greg Clayton1-2/+22
2014-07-16Fix some warnings in the Windows build.Zachary Turner3-6/+6
2014-07-16Add Host::MAX_THREAD_NAME_LENGTH constant.Todd Fiala3-4/+29
2014-07-16Fix build broken as a result of r213171.Zachary Turner2-2/+2
2014-07-16gdb-remote test noise suppression on MacOSX.Todd Fiala3-34/+53
2014-07-16Add kalimba as a platform.Todd Fiala12-3/+517
2014-07-16Fixed the an objective C test case so it passes correctly.Greg Clayton1-4/+4
2014-07-16TestObjCMethods.FoundationTestCase was failing due to an error, fixed now.Greg Clayton1-13/+16
2014-07-15Fix compile warning.Greg Clayton1-1/+1
2014-07-15The following files:Jim Ingham1-14/+0
2014-07-15Any commands that are executed through the public interface using SBCommandIn...Greg Clayton4-5/+31
2014-07-14If Process::Finalize() has been called, don't track process state changes.Greg Clayton1-0/+3
2014-07-14lldb.LLDB_ARCH_DEFAULT now works correctly on Macs with haswell enabled kernels.Greg Clayton2-9/+24
2014-07-14Modified gdb-remote tests to run with automatically-chosen ports.Todd Fiala4-99/+131
2014-07-12Fix lldb-gdbserver build Ed Maste1-1/+1
2014-07-12llgs: modify to accept --native-regs flag.Todd Fiala1-10/+13
2014-07-12Add FreeBSD failure decorator for TestCallStopAndContinueEd Maste1-0/+1
2014-07-12Add FreeBSD decorator for TestMultipleDebuggersEd Maste1-0/+1