summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-2112-345/+325
* Made the REPL choose a default language if only one REPL can be chosen.Sean Callanan2015-10-214-7/+28
* [RenderScript] Fix out of bounds warning.Ewan Crawford2015-10-211-3/+3
* [DataFormatters] Make libc++ list loop detection linearPavel Labath2015-10-211-88/+113
* [RenderScript] New commands to save/load RS allocations to file.Ewan Crawford2015-10-212-40/+410
* Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures.Eugene Zelenko2015-10-212-45/+53
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-2116-348/+342
* When a REPL creates a new target for itself, it is that target's REPL.Sean Callanan2015-10-211-0/+9
* When target is NULL, provide a debugger so that REPLs can use that to createSean Callanan2015-10-213-4/+5
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-204-37/+50
* Revert "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-203-71/+23
* Make dwarf parsing multi-threadedTamas Berghammer2015-10-203-23/+71
* Add a new task pool class to LLDBTamas Berghammer2015-10-202-0/+89
* Increase default memory cache line size for androidPavel Labath2015-10-203-0/+17
* Fix build and some warnings after r250798Tamas Berghammer2015-10-201-2/+2
* [LLDB] Insert names with same signo as alias instead of a new entryMohit K. Bhakkad2015-10-205-250/+251
* Rationalization of includes in the data formatters codeEnrico Granata2015-10-2014-27/+22
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...Eugene Zelenko2015-10-2014-468/+480
* Added support to the expression command for dropping into the REPL at will.Sean Callanan2015-10-202-1/+68
* Added support for the "--repl" argument to LLDB. Sean Callanan2015-10-204-5/+56
* Fixed PlatformDarwin to locate Xcode by using HostInfo::GetProgramFileSpec()....Greg Clayton2015-10-201-48/+55
* When calling FileSpec::AppendPathComponent() we don't need to include "." in ...Greg Clayton2015-10-201-1/+1
* Make sure we restore the process events so they aren't hijacked when using th...Greg Clayton2015-10-201-11/+18
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-203-18/+26
* Added REPL.cpp to the relevant CMakeLists.txtSean Callanan2015-10-191-0/+1
* Added the concept of a Read-Eval-Print-Loop to LLDB.Sean Callanan2015-10-197-2/+885
* Let Language plugins vend a default DeclPrintingHelper in case a custom one i...Enrico Granata2015-10-194-11/+259
* [PlatformDarwin.cpp] Include <mutex> for std::once_flag.Siva Chandra2015-10-191-0/+2
* Allow LLDB.framework to locate debugserver even when it doesn't exist in the ...Greg Clayton2015-10-196-42/+116
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-1917-295/+314
* Fix for random watchpoint testsuite failures on AArch64 targets.Omair Javaid2015-10-191-1/+4
* [LLDB][MIPS] Use the correct ptrace buffer for writing register value for o32...Sagar Thakur2015-10-191-8/+9
* Silence -Wreturn-type with gcc 5.2Saleem Abdulrasool2015-10-181-0/+1
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-1812-25/+30
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-183-20/+4
* Teach an old pony a few new tricks.Enrico Granata2015-10-171-25/+81
* [LLDB] Fix Clang-tidy modernize-use-override warnings in some headers in sour...Eugene Zelenko2015-10-1717-367/+375
* Handle eFormatVectorOfFloat16Enrico Granata2015-10-161-0/+1
* Move TypeSummaryImpl over to LLVM-style RTTI for subclassingEnrico Granata2015-10-162-62/+50
* [LLDB] Fix Clang-tidy modernize-use-override warnings in source/Plugins/ABI; ...Eugene Zelenko2015-10-1612-420/+435
* Make some more of the LLDB/SWIG/Python glue Python 3 aware.Zachary Turner2015-10-161-6/+9
* Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner2015-10-162-2/+16
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-162-5/+44
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-162-1/+26
* Fix temporary directory computation on linux (pr25147)Pavel Labath2015-10-162-19/+13
* Resubmit: RenderScript command for printing allocation contents Ewan Crawford2015-10-165-0/+472
* Fix build with python disabled after r249597Keno Fischer2015-10-163-13/+0
* Add a missing Mutex Locker in ResetCurrentInlinedDepthKeno Fischer2015-10-161-0/+2
* Split Socket class into Tcp/Udp/DomainSocket subclasses.Oleksiy Vyalov2015-10-158-485/+662
* Factor the execution of the test method into a separate function to ensure th...Adrian McCarthy2015-10-151-1/+1
OpenPOWER on IntegriCloud