summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* XFail TestIRInterpreter on WindowsAdrian McCarthy2016-04-271-0/+1
* Added a testcase for the IR interpreter, ensuring that it behaves like the JIT.Sean Callanan2016-04-273-0/+84
* Renamed system plugin directory to address https://bugs.swift.org/browse/SR-1093Kate Stone2016-04-271-1/+1
* Use absolute module path when possible if sent in svr4 packetsFrancis Ricci2016-04-271-8/+1
* Decorate TSan tests with "@skipUnlessThreadSanitizer" which skips the tests i...Kuba Brecka2016-04-275-0/+22
* Remove flaky decorator from three tests on linuxPavel Labath2016-04-273-3/+0
* Fix compiler warnings in SymbolFilePDBTestsPavel Labath2016-04-271-20/+20
* Committing patch from <Michael Woerister <michaelwoerister@posteo.net>Jason Molenda2016-04-271-0/+2
* Fix TestRegisterVariables.py on WindowsAdrian McCarthy2016-04-261-3/+3
* UtilityFunction::MakeFunctionCaller uses the Error to report failure,Jim Ingham2016-04-261-0/+3
* Fix send and receive of ACK byte in test infrastructure for Python 3.5Adrian McCarthy2016-04-262-6/+2
* Bump up timeout in TestCallWithTimeoutPavel Labath2016-04-261-2/+2
* rL267291: Architecture change to thumb on parsing arm.attributes causes regre...Omair Javaid2016-04-261-13/+0
* Fix arm-linux-gnueabi regression due to rL267291Omair Javaid2016-04-261-1/+5
* When building the list of variables we're going to write "using $_lldb_local_...Jim Ingham2016-04-263-4/+7
* Make sure that the following SymbolFileDWARF functions can handle getting a l...Greg Clayton2016-04-252-9/+57
* Fix TestGetVariables.py.Chaoren Lin2016-04-252-2/+3
* Fix StackFrame::GetVariables(...) function that was broken by 261858 when lam...Greg Clayton2016-04-254-1/+224
* Maintain register numbering across xml include featuresFrancis Ricci2016-04-251-6/+7
* Properly unload modules from target image list when using svr4 packetsFrancis Ricci2016-04-251-2/+24
* Use Process Plugin register indices when communicating with remoteFrancis Ricci2016-04-252-8/+9
* Store absolute path for lldb executable in dotest.pyFrancis Ricci2016-04-251-1/+1
* Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is usedFrancis Ricci2016-04-253-10/+45
* Add missing qRegisterInfo option to gdbremote testcaseFrancis Ricci2016-04-251-0/+1
* test commitFrancis Ricci2016-04-251-1/+1
* Fix ARM attribute parsing for Android after rL267291Tamas Berghammer2016-04-252-14/+26
* skip TestBitfields.py on OS XTodd Fiala2016-04-251-0/+1
* 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
OpenPOWER on IntegriCloud