summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix logging test on windowsPavel Labath2018-01-181-2/+2
* [CMake] Make check-lldb work with LLDB_CODESIGN_IDENTITY=''Vedant Kumar2018-01-182-5/+23
* A third attempt to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-1/+3
* Try again to mark TestRdar12408181.py as skippedVedant Kumar2018-01-171-3/+7
* Skip a flaky test (TestRdar12408181.py)Vedant Kumar2018-01-171-1/+3
* [lldb][PPC64] Fixed long double variables dumpPavel Labath2018-01-171-2/+4
* Fix assertion in ObjectFileELFPavel Labath2018-01-171-0/+2
* Simplify some LogTest testsPavel Labath2018-01-171-78/+90
* Remove the hardcoded macos deployment targets altogetherJason Molenda2018-01-172-25/+0
* One more attempt to fix NetBSD buildPavel Labath2018-01-151-1/+1
* Fix NetBSD build for llvm r322475Pavel Labath2018-01-151-3/+3
* Fix HostInfoBase::ComputeSharedLibraryDirectory commentPavel Labath2018-01-151-4/+2
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-136-72/+227
* We have two sources for path remapping information that we get outJason Molenda2018-01-122-37/+47
* Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.Jim Ingham2018-01-124-11/+40
* Fix the Makefile - this version should work on the botJim Ingham2018-01-121-4/+3
* Skip TestFunctionTemplateParameterPack.py, which unexpectedly asserts (PR35920)Vedant Kumar2018-01-121-1/+7
* When parsing the target.xml register file, if no architecture hasJason Molenda2018-01-122-0/+20
* Print the SBDebugger.CreateTarget error message.Jim Ingham2018-01-121-1/+3
* Fix the same thinko in another place...Jim Ingham2018-01-111-1/+1
* Fix a tiny thinko in this test and re-add.Jim Ingham2018-01-114-0/+120
* [testsuite] Remove a broken test which tried to find App in bundles.Davide Italiano2018-01-115-119/+0
* Make the bundle folders in the find-app-in-bundle test non-emptyPavel Labath2018-01-112-0/+0
* Check existence of each required component during construction of LLVMCDisass...Tatyana Krasnukha2018-01-112-166/+174
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-114-82/+146
* Running this on other systems won't work because I don'tJim Ingham2018-01-101-0/+1
* Remove Environment.h, test-dwarf.cpp, test-dwarf.exeJason Molenda2018-01-101-10/+4
* Runs the part of the test that just finds the binary on all systems.Jim Ingham2018-01-101-13/+14
* Add a test for finding a binary in an app package.Jim Ingham2018-01-105-0/+117
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-104-140/+57
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-104-57/+140
* [XCodebuild] Catch up with recent changes (Environment.cpp).Davide Italiano2018-01-101-2/+6
* Handle O reply packets during qRcmdPavel Labath2018-01-106-3/+75
* Add empty() function to the Environment classPavel Labath2018-01-101-0/+1
* Another attempt to fix FreeBsd buildPavel Labath2018-01-103-18/+13
* Fix Xcode build for r322174Tim Northover2018-01-101-0/+4
* Fix windows and freebsd builds for r322174 (Environment)Pavel Labath2018-01-102-9/+8
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-1046-459/+429
* [dotest] Remove crashinfo hookPavel Labath2018-01-105-108/+0
* This change updates the deployment target for lldb and debugserverJason Molenda2018-01-092-68/+318
* [test] Fix tests to use more portable LLVM_ENABLE_ZLIBMichal Gorny2018-01-092-1/+5
* TestConflictingSymbols: simplify test by using run_break_set_by_source_regexpPavel Labath2018-01-091-14/+8
* Cut and paste error - I wasn't actually running both tests...Jim Ingham2018-01-091-1/+1
* [test] Use full PATH lookup for toolsMichal Gorny2018-01-061-2/+2
* [ArchSpec] Add a unittest to complement the change in r321856.Davide Italiano2018-01-051-0/+19
* [ArchSpec] Don't consider Unknown MachO64 as invalid.Davide Italiano2018-01-051-1/+6
* [IRExecutionUnit] Remove broken/dead code.Davide Italiano2018-01-041-26/+2
* Look for external types in all clang modules imported by the current symbol f...Adrian Prantl2018-01-0410-51/+137
* [Core/Debugger] Remove some code that doesn't compile anymore.Davide Italiano2018-01-021-69/+0
* [MacOSX-Kernel] Remove broken KDP_IMAGEPATH support.Davide Italiano2018-01-021-37/+0
OpenPOWER on IntegriCloud