summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix TestEnumTypes.py for 32 bit platforms.Chaoren Lin2016-04-291-2/+2
* Watch out for compilers that generate bad bitfield info. If the bit size of a...Greg Clayton2016-04-292-2/+18
* Fix TestGetVariables.py so it works correctly. We had duplicate static values...Greg Clayton2016-04-291-1/+9
* Make sure LLDB can deal with forward declarations to enums without crashing o...Greg Clayton2016-04-294-19/+50
* [fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-298-10/+52
* Used llvm_unreached to quite a VC++ compiler warning.Adrian McCarthy2016-04-281-0/+4
* XFail TestBitfields.py Python API tests.Chaoren Lin2016-04-281-0/+1
* Provide location information (file name, line number) in TSan reports about g...Kuba Brecka2016-04-285-3/+143
* Remote flaky decorator from TestSignalsAPI on linuxPavel Labath2016-04-281-1/+0
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-288-120/+9
* Fix an inefficiency in the handling of $__lldb_local_vars in expressions.Jim Ingham2016-04-282-1/+3
* Add the ability to limit "source regexp" breakpoints to a particular functionJim Ingham2016-04-2810-34/+118
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-288-9/+120
* 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
OpenPOWER on IntegriCloud