summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fixed a couple of places where we were getting the module from aJim Ingham2016-01-292-5/+21
* Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....Jim Ingham2016-01-291-1/+6
* Revert "fix up missing header from change r259084."Todd Fiala2016-01-291-1/+0
* Fix crash in lldb-mi when stack variable name is nullptr. This always happens...Eugene Leviant2016-01-293-1/+34
* Fix linking of lldb-server with BUILD_SHARED_LIBSPavel Labath2016-01-291-16/+11
* Ignore breakpoints by default in SBFrame::EvaluateExpressionEugene Leviant2016-01-291-0/+3
* [RenderScript] Remove unused RS commandEwan Crawford2016-01-292-55/+2
* Fix TestDataFormatterScript for Linux.Chaoren Lin2016-01-291-5/+4
* Fix a bug where type <formatter> list would ignore the -w argumentEnrico Granata2016-01-292-0/+7
* Fix a bug where LLDB would not print the name of the function that a scripted...Enrico Granata2016-01-297-3/+109
* fix up missing header from change r259084.Todd Fiala2016-01-281-0/+1
* add back an Xcode-specific Makefile for header installationTodd Fiala2016-01-281-0/+23
* Remove autoconf support from source directories.Eugene Zelenko2016-01-28104-2252/+0
* Fix build after rL259070.Chaoren Lin2016-01-281-1/+1
* Update lldb for API change in clang r259070.Manman Ren2016-01-281-1/+1
* Fix an issue where the type <formatter> list command would not accept a valid...Enrico Granata2016-01-282-1/+27
* [Renderscript] Clang-format the renderscript plugin.Aidan Dodds2016-01-282-754/+819
* Fix const cast error for MSVC2015 build.Aidan Dodds2016-01-281-1/+1
* fixed Xcode gtest build failureTodd Fiala2016-01-281-4/+4
* modify Xcode build to use cmake/ninja for internal llvm/clangTodd Fiala2016-01-286-420/+495
* A while back in revison 244716 we added support for getting the host OS versi...Greg Clayton2016-01-282-9/+4
* Revert "Resubmit r258759 with proper unicode handling."Zachary Turner2016-01-272-2/+3
* Resubmit r258759 with proper unicode handling.Zachary Turner2016-01-272-3/+2
* Fix some python 3 incompatibilities that went in overnight.Zachary Turner2016-01-272-2/+4
* Refactor some of the xfail / skip decorators to share logic.Zachary Turner2016-01-274-74/+122
* Don't automtically try to import pexpect in lldbpexpect.Zachary Turner2016-01-271-45/+51
* XFail TestCPPAuto on Windows until we can find the root problem.Adrian McCarthy2016-01-271-0/+1
* Decorarte TestInferiorAssert xfails on AArch64 LinuxOmair Javaid2016-01-271-3/+3
* Fix linking with LLVM_LINK_LLVM_DYLIB=ONPavel Labath2016-01-271-2/+2
* [LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPSBhushan D. Attarde2016-01-278-13/+143
* Revert r258546.Saleem Abdulrasool2016-01-262-2/+0
* Update for LLVM changeBenjamin Kramer2016-01-263-6/+6
* [RenderScript] Provide option to specify a single allocation to printEwan Crawford2016-01-262-22/+23
* Reverting r258759 as it is breaking the OSX buildEnrico Granata2016-01-262-1/+2
* Fix TestRerun.py on Windows.Zachary Turner2016-01-261-25/+6
* Fix the lldbinline tests so they make well-formed Makefiles.Sean Callanan2016-01-261-1/+1
* Remove XFAIL Windows from a test that was fixed by r258758.Zachary Turner2016-01-261-1/+0
* Write the session log file in UTF-8.Zachary Turner2016-01-262-2/+1
* Set symbol types for function symbols loaded from PE/COFFAdrian McCarthy2016-01-266-22/+40
* Fix TestSyntheticCapping for Python 3.Zachary Turner2016-01-261-19/+19
* Fix some issues with bytes and strings in Python 3.Zachary Turner2016-01-254-14/+15
* Fix more occurrences of string/bytes/bytearray in swig typemaps.Zachary Turner2016-01-251-20/+44
* Fix swig typemap for SBEvent.Zachary Turner2016-01-254-6/+147
* Fix TestSourceManager.py on Windows.Adrian McCarthy2016-01-251-7/+6
* [LLDB][MIPS] Fix TestPrintStackTraces.pySagar Thakur2016-01-251-0/+4
* [LLDB][MIPS] Fix TestExprsChar.pySagar Thakur2016-01-251-0/+1
* [LLDB] Consider only valid symbols while resolving by addressMohit K. Bhakkad2016-01-234-1/+50
* Skipped IncompleteModulesTestCase on OS XTodd Fiala2016-01-231-2/+1
* fixed TestConsecutiveBreakpoints test on OS XTodd Fiala2016-01-233-6/+6
* Fix missing function argument passthrough.Zachary Turner2016-01-231-1/+1
OpenPOWER on IntegriCloud