summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Skip TestBitfileds on linuxPavel Labath2016-04-251-0/+1
* Handle invalid values of PLT entry size generated by linkerOmair Javaid2016-04-251-1/+4
* Remove flaky decorator from two tests on linuxPavel Labath2016-04-252-4/+0
* Add a --element-count option to the expression commandEnrico Granata2016-04-2514-13/+294
* Fix unwind failures when PC points beyond the end of a functionUlrich Weigand2016-04-242-6/+8
* ObjectFile: parse EABI AttributesSaleem Abdulrasool2016-04-232-0/+104
* DWARF layout for bitfields is wrong when the bit offset is negative. Greg Clayton2016-04-223-3/+25
* Source: fix another -Wunused-variable warningSaleem Abdulrasool2016-04-221-0/+2
* Fixed in issue with ObjectFileMachO where it would add empty sections to the ...Greg Clayton2016-04-223-8/+22
* Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...Greg Clayton2016-04-221-1/+1
* Renumber ThreadSanitizer-provided thread IDs to match LLDB thread numbers.Kuba Brecka2016-04-224-17/+178
* Update comment in lldb-enumerations.hPavel Labath2016-04-221-1/+1
* Update Go OS Plugin for newer runtimes.Ryan Brown2016-04-211-2/+13
* API: fix a -Wunused-variable warningSaleem Abdulrasool2016-04-211-0/+2
* Host: fix some -Wformat-pedantic warningsSaleem Abdulrasool2016-04-211-6/+6
* Expressions can run without a process.Jim Ingham2016-04-211-17/+30
* Corrected wording of REPL not available messaging (contained a repeated word ...Kate Stone2016-04-212-2/+2
* Added command prefix to new help messages to ensure that they're correctly wo...Kate Stone2016-04-211-11/+5
* Removed extraneous print() in decorator for enabling module debuggingKate Stone2016-04-201-1/+0
* When making an array or stuct/union/class elements, make sure the type is com...Greg Clayton2016-04-201-1/+28
* update Jenkins Xcode buildbot target for r266885Todd Fiala2016-04-201-1/+1
* Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata2016-04-208-1/+87
* Add missing file needed for PDB unittests.Zachary Turner2016-04-201-0/+0
* test infra: move test event-related handling into its own packageTodd Fiala2016-04-2014-674/+734
* Fix xfail for test_tilde_home_directory on windowsTamas Berghammer2016-04-201-1/+1
* llvm::sys::path::home_directory() relies on having "HOME" set in the environm...Greg Clayton2016-04-192-1/+75
* Eliminate circular dependency introduced between lldbtest.py and decorators.pyKate Stone2016-04-191-3/+2
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-196-0/+118
* Revert "LLDB: Fixed two race conditions when stopping private state thread"Pavel Labath2016-04-192-8/+9
* LLDB: Fixed two race conditions when stopping private state threadMarianne Mailhot-Sarrasin2016-04-192-9/+8
* Fix typo in TestSourceManager.pyPavel Labath2016-04-191-1/+1
* test infra cleanup: convert test_runner lib into packageTodd Fiala2016-04-196-30/+19
* Fix Windows build.Chaoren Lin2016-04-191-0/+1
* ensure lldbinline remembers .py extensionTodd Fiala2016-04-182-6/+20
* fix a race is the LLDB test suite results collectionTodd Fiala2016-04-184-6/+32
* Attempt to fix darwin build after header refactor in llvm (r266595)Pavel Labath2016-04-181-1/+1
* Fixup r266327Pavel Labath2016-04-181-2/+2
* [LLDB][MIPS] Fix TestConcurrentEventsMohit K. Bhakkad2016-04-181-35/+35
* Fix cmake build after r266524.Oleksiy Vyalov2016-04-161-0/+1
* Replace hardcoded comment at 'lit.site.cfg.in'Alex Denisov2016-04-162-4/+4
* Work around a linux libc bug causing a crash in TaskPoolPavel Labath2016-04-151-2/+3
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-157-290/+266
* Make Scalar::SChar return an explicit signed typeUlrich Weigand2016-04-152-2/+2
* Fix Scalar::MakeSigned for 128- and 256-bit types.Ulrich Weigand2016-04-151-2/+2
* Fix Scalar::SetValueFromData for 128- and 256-bit typesUlrich Weigand2016-04-151-16/+16
* Fix ABISysV_s390x::GetArgumentValuesUlrich Weigand2016-04-151-2/+1
* Make destructor breakpoint location test more resilientPavel Labath2016-04-152-8/+43
* Add the PDBParser.{cpp,h} files to the Xcode project.Jim Ingham2016-04-151-0/+6
* Rename out->std_out in AppleObjCRuntimeV2.cpp.Oleksiy Vyalov2016-04-151-17/+17
* Blocks are only reliably supported on Darwin. Disable the test otherwise.Sean Callanan2016-04-151-0/+3
OpenPOWER on IntegriCloud