summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Symbol: fix -Wcovered-switch warningSaleem Abdulrasool2016-05-151-101/+107
* Fix a few -Wformat-pedantic warningsSaleem Abdulrasool2016-05-152-3/+3
* [LLDB] Adding lldb_private namespace to DiagnosticSeverity. NFC.Renato Golin2016-05-141-1/+1
* surface build error content through test event systemTodd Fiala2016-05-148-21/+147
* test infra: catch bad decorators and import-time errorsTodd Fiala2016-05-1311-67/+307
* Clean up test results on Windows.Zachary Turner2016-05-1312-9/+19
* Disable HostThread::Cancel assertion on FreeBSDEd Maste2016-05-131-0/+2
* Remove unused variableEd Maste2016-05-131-2/+1
* Remove ASTContexts from SystemInitializerCommonPavel Labath2016-05-131-8/+0
* [LLDB][MIPS] Provide ABI string to compiler for appropriate code generation f...Sagar Thakur2016-05-132-2/+43
* Add a check for version 15 of the shared cache formatEnrico Granata2016-05-121-1/+1
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-1210-216/+323
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-123-6/+10
* Added missing makefile from patch D19124 (should fix the corresponding commit...Cameron Desrochers2016-05-121-0/+5
* [LLDB] Added support for PHI nodes to IR interpreterMarianne Mailhot-Sarrasin2016-05-125-2/+122
* Add CMake bits necessary for standalone buildKamil Rytarowski2016-05-122-49/+66
* Turn on LLDB_EDITLINE_USE_WCHAR on NetBSDKamil Rytarowski2016-05-121-2/+3
* Fix a race in ProcessGDBRemote::MonitorDebugServerProcessPavel Labath2016-05-122-69/+42
* Keep original source path and mapped path in LineEntryTed Woodward2016-05-1110-33/+57
* Generalize child process monitoring functionsPavel Labath2016-05-1123-165/+95
* Xfail failing watchpoint tests on aarch64-linuxOmair Javaid2016-05-115-0/+6
* [LLDB][MIPS] Setting appropriate ArchSpec::m_flags based on ABISagar Thakur2016-05-113-8/+44
* Rewriting TestMultithreaded.py to solve flakyness on LinuxRavitheja Addepally2016-05-112-29/+18
* Corrected aarch64 register no in TestBreakpointConditions.pyOmair Javaid2016-05-111-1/+1
* In some cases, type lookup has to deal with situations where it cannot recons...Enrico Granata2016-05-101-1/+23
* Fix logging in Listener.cppPavel Labath2016-05-101-4/+6
* Fix SymbolFilePDBTests.cppPavel Labath2016-05-101-14/+15
* Fix race in TestExitDuringStep and unify pseudo_barrier handlingPavel Labath2016-05-109-105/+36
* Add a testcase for "BreakpointSetBySourceRegex" Jim Ingham2016-05-105-0/+139
* Added a testcase that verifies that multiline expressions work.Sean Callanan2016-05-093-0/+68
* Fixed multiline expressions, and removed some dead code.Sean Callanan2016-05-092-24/+16
* Mark TestPrintStackTraces as flaky on linuxPavel Labath2016-05-091-0/+1
* Enable NamespaceLookupTestCase.test_scope_lookup_before_using_with_run_comman...Pavel Labath2016-05-091-1/+1
* Fix assertion in SymbolFilePDBPavel Labath2016-05-091-0/+4
* Take the API lock in SBThread::IsValid & SBFrame::IsValid.Jim Ingham2016-05-072-2/+27
* Remove some lldbassert's from the packet checking code.Jim Ingham2016-05-071-5/+0
* Fix the way the ShouldStopHere checker handles the general case of "stepping ...Jim Ingham2016-05-061-6/+33
* Fix LLDB after removal of PDB_ErrorCodeZachary Turner2016-05-061-1/+1
* debugserver; fix -Wunused-local-typedef, -Wunused-variable warningsSaleem Abdulrasool2016-05-061-7/+0
* debugserver: fix a couple of -Wmissing-field-initializers warningsSaleem Abdulrasool2016-05-061-1/+3
* debugserver: fix some -Wpessimizing-move warningsSaleem Abdulrasool2016-05-061-3/+3
* debugserver: fix a few -Wcovered-swift-default warningsSaleem Abdulrasool2016-05-062-2/+0
* debugserver: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-05-061-16/+7
* Fix standalone build on RHEL6.Eugene Zelenko2016-05-061-0/+1
* Revert r268591Enrico Granata2016-05-0516-98/+38
* Fix TestEvents.py on OS XTodd Fiala2016-05-051-3/+6
* fix argument usage for '-#' command line optionTodd Fiala2016-05-051-1/+1
* Guard AddCXXSynthetic with LLDB_DISABLE_PYTHONTamas Berghammer2016-05-051-0/+2
* Bump up timeout in AdbClientPavel Labath2016-05-051-1/+1
OpenPOWER on IntegriCloud