aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-05Fixes for LLDB build to work around host 4.6.2+ compiler issues.android-wear-5.0.0_r1android-cts-5.1_r9android-cts-5.1_r8android-cts-5.1_r7android-cts-5.1_r6android-cts-5.1_r5android-cts-5.1_r4android-cts-5.1_r3android-cts-5.1_r28android-cts-5.1_r27android-cts-5.1_r26android-cts-5.1_r25android-cts-5.1_r24android-cts-5.1_r23android-cts-5.1_r22android-cts-5.1_r21android-cts-5.1_r20android-cts-5.1_r2android-cts-5.1_r19android-cts-5.1_r18android-cts-5.1_r17android-cts-5.1_r16android-cts-5.1_r15android-cts-5.1_r14android-cts-5.1_r13android-cts-5.1_r10android-cts-5.1_r1android-cts-5.0_r9android-cts-5.0_r8android-cts-5.0_r7android-cts-5.0_r6android-cts-5.0_r5android-cts-5.0_r4android-cts-5.0_r3android-5.1.1_r9android-5.1.1_r8android-5.1.1_r7android-5.1.1_r6android-5.1.1_r5android-5.1.1_r4android-5.1.1_r38android-5.1.1_r37android-5.1.1_r36android-5.1.1_r35android-5.1.1_r34android-5.1.1_r33android-5.1.1_r30android-5.1.1_r3android-5.1.1_r29android-5.1.1_r28android-5.1.1_r26android-5.1.1_r25android-5.1.1_r24android-5.1.1_r23android-5.1.1_r22android-5.1.1_r20android-5.1.1_r2android-5.1.1_r19android-5.1.1_r18android-5.1.1_r17android-5.1.1_r16android-5.1.1_r15android-5.1.1_r14android-5.1.1_r13android-5.1.1_r12android-5.1.1_r10android-5.1.1_r1android-5.1.0_r5android-5.1.0_r4android-5.1.0_r3android-5.1.0_r1android-5.0.2_r3android-5.0.2_r1android-5.0.1_r1android-5.0.0_r7android-5.0.0_r6android-5.0.0_r5.1android-5.0.0_r5android-5.0.0_r4android-5.0.0_r3android-5.0.0_r2android-5.0.0_r1lollipop-wear-releaselollipop-releaselollipop-mr1-wfc-releaselollipop-mr1-releaselollipop-mr1-fi-releaselollipop-mr1-devlollipop-mr1-cts-releaselollipop-devlollipop-cts-releaseTodd Fiala
2013-11-05Add Android.mk support for building LLDB on Linux host.Todd Fiala
2013-10-14Merge commit 'c590c679663f093bc74355572ccfa8d40284d065' into initial-pull-201...Todd Fiala
2013-10-03Initial empty repositorydevGeoff Mendal
2013-08-07New settings: target.use-hex-immediates and target.hex-immediates-styleDaniel Malea
2013-08-07clean up about 22 warnings messagesMichael Sartain
2013-08-07Re-enable check previously disabled due to llvm.org/pr16603Daniel Malea
2013-08-06Test to see if logging is enabled before printingJason Molenda
2013-08-06Initialize m_leak member variable.Michael Sartain
2013-08-06Fix bug in Host::getLLDBPath() due to misusing TwineDaniel Malea
2013-08-06Centralizing Intel compiler detection logic in lldbtest.py to avoid duplicati...Daniel Malea
2013-08-06Support one more flavour of Intel compiler in TestThreadStepOutDaniel Malea
2013-08-06Mark remaining failing test on icc as expected fail..Matt Kopec
2013-08-06Allow building test suite with non-default libc++Daniel Malea
2013-08-06Test compatibility improvements for ICCDaniel Malea
2013-08-05Additional fixes/xfails for icc testsAndrew Kaylor
2013-08-02Mark additional icc test failures as expected fail.Matt Kopec
2013-08-01Re-enable fast stepping for arm targets. The issue being workedJason Molenda
2013-08-01Disable test on Mac OS X due to llvm.org/pr16769Daniel Malea
2013-08-01Updates TestLongjump to ensure that compiler optimizations don't affect theAshok Thirumurthi
2013-08-01Fix Linux Host::GetCurrentThreadID() to return real tid (not pthread_t).Michael Sartain
2013-08-01Allow test categories to be skipped.Stefanus Du Toit
2013-08-01Update failing tests on Linux for clang and gcc to only fail on Linux instead...Matt Kopec
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-31Optimize Host::GetThreadName() to read from /proc/$TID per Matt's suggestion.Michael Sartain
2013-07-31Mark some tests as explicitly failing on clang/gcc as they pass on icc.Matt Kopec
2013-07-31Fix lock hierarchy violation in Process (lock ordering of ThreadList mutex an...Daniel Malea
2013-07-31Add the LD_LIBRARY_PATH to target.env-vars for tests expecting libimf.so when...Matt Kopec
2013-07-31Adds a test for 'target module dump symfile' to the LLDB suite.Ashok Thirumurthi
2013-07-31Mark additional ICC failing tests as expected fail.Matt Kopec
2013-07-31Update break conditions test to have consistent behaviour on all test suite c...Matt Kopec
2013-07-31Set an extra debug flag when testing with ICC so that it generates the correc...Matt Kopec
2013-07-31Updated the LLDB rvalue reference test to cross-reference with a bugzilla rep...Ashok Thirumurthi
2013-07-31Reverts r187449 (report_fatal_error) in favor of a log message sinceAshok Thirumurthi
2013-07-31The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained i...Jim Ingham
2013-07-30Assorted test suite fixes as a result of GCC 4.8 validation effortsDaniel Malea
2013-07-30Fix problematic override _exc_info_to_stringDaniel Malea
2013-07-30Add a default case to the LLVM expression opcode switch statementDaniel Malea
2013-07-30Send a stop event when an expression stops at a breakpointSean Callanan
2013-07-30Add missing -Xlinker to order test.Stefanus Du Toit
2013-07-30Use -Wl to specify -rpath correctly.Stefanus Du Toit
2013-07-30Use the correct compiler to compute dependencies.Stefanus Du Toit
2013-07-30Add format specifiers to various format ids so we can print thread ids in dec...Michael Sartain
2013-07-30Updates the DW_AT_data_member_location handlers for the LLDB DWARF pluginAshok Thirumurthi
2013-07-30Run-time reg context selection for POSIX targetsEd Maste
2013-07-30tests: process connect needs "-p gdb-remote" on FreeBSD as on LinuxEd Maste
2013-07-30tests: Mark expected FreeBSD failures due to pr14424Ed Maste
2013-07-30tests: Mark expected FreeBSD failures due to pr16697Ed Maste
2013-07-30<rdar://problem/14526890>Greg Clayton
2013-07-29Fix TestConcurrentEvents to behave nicely with GCC 4.8Daniel Malea