summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Set the default language to use when evaluating to that of the frame's CU.Dawn Perchik2015-09-043-6/+39
* Nuke CXXFormatterFunctions.cpp - split the contents of it across different fi...Enrico Granata2015-09-0421-300/+331
* Only export public symbols with the cmake build.Bruce Mitchener2015-09-043-0/+10
* SystemRuntime/MacOSX no longer need ObjCRuntime header.Bruce Mitchener2015-09-033-6/+2
* Lookup function using full name if one with mangled name is not found.Siva Chandra2015-09-031-5/+32
* NetBSD ships with paccept(2), a superset of accept4(2)Stephane Sezer2015-09-031-2/+4
* Fix logging messagePavel Labath2015-09-031-1/+1
* Fix deadlock while attaching to inferiorsPavel Labath2015-09-032-148/+159
* Fix rare failure in TestProcessIOPavel Labath2015-09-031-6/+5
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-0374-149/+1
* Fix cmake build.Bruce Mitchener2015-09-035-1/+9
* [MIPS64] Emulate MSA branch instructionsSagar Thakur2015-09-032-36/+314
* Purge a few places where *LanguageRuntime.h was being used when it Jim Ingham2015-09-0310-11/+2
* CXXFormatterFunctions.{h|cpp} is not a good thing to have around, so start sp...Enrico Granata2015-09-035-988/+1033
* Remove the list of all languages in the help for "help language" sinceJim Ingham2015-09-031-4/+0
* Jim told me about a cleaner way to include headers from plug-ins.Sean Callanan2015-09-036-6/+6
* In preparation for factoring persistent variables into a generic part and aSean Callanan2015-09-039-7/+477
* Fix ObjCLanguage::MethodName::GetCategory after r246616; I was just moving th...Jim Ingham2015-09-031-1/+1
* When redirecting stdio, use FILE_SHARE_DELETE.Zachary Turner2015-09-021-1/+1
* Try to fix FreeBSD build.Zachary Turner2015-09-022-15/+15
* Removed comments that suggested that asserts in the ClangASTImporter should beSean Callanan2015-09-021-2/+2
* Improved logging for deported types in the ClangASTImporter.Sean Callanan2015-09-021-2/+10
* Only create alternative thumb disassembler if the main one is armTamas Berghammer2015-09-021-2/+2
* Fix arm disassambler with specifying armv8.1a architectureTamas Berghammer2015-09-021-10/+18
* Fix tab completion for command arguments containing spacesTamas Berghammer2015-09-022-3/+33
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-0228-194/+130
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-0213-676/+889
* Add a Language::ForAllLanguages helper functionEnrico Granata2015-09-021-0/+10
* Use Language::LanguageIsCPlusPlus instead of doing the same switch over languageEnrico Granata2015-09-021-10/+3
* Move the functions that FormatManager uses to actually load formatters into t...Enrico Granata2015-09-023-99/+123
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-0215-166/+176
* Simplify find_first_of & find_last_of on single char.Bruce Mitchener2015-09-016-8/+8
* Remove ABIMacOSX_i386::PrepareNormalCall().Bruce Mitchener2015-09-012-185/+0
* Fix ProcessKDP.cpp for the change in r246578.Jim Ingham2015-09-012-16/+18
* std::initializer_list is not safe to return from a function, as copies are no...Enrico Granata2015-09-011-1/+1
* Add logging to a couple of regions of codeEnrico Granata2015-09-012-2/+74
* Make ProcessWindows not create a strong reference to itself.Zachary Turner2015-09-014-12/+55
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-0112-142/+146
* Make remote-android platform to use dynamic local tcp ports when forwarding d...Oleksiy Vyalov2015-09-016-42/+98
* Add support for language plugins to provide data formatters (second attempt)Enrico Granata2015-09-017-24/+303
* When looking up types, find the first type we can import rather than just takingSean Callanan2015-09-011-26/+33
* Implement DoReadMemory for Windows mini dumps.Adrian McCarthy2015-09-012-5/+93
* Make ProcessGDBRemote get a //copy// of platform Unix signals.Chaoren Lin2015-09-014-3/+11
* [NativeProcessLinux] Fix detach of multithreaded inferiorsPavel Labath2015-09-011-5/+11
* [NativeProcessLinux] Fix assertion failure when killing a processPavel Labath2015-09-011-1/+10
* Revert "Add support for language plugins to provide data formatters"Pavel Labath2015-09-017-294/+28
* A few small comment fixups with terminology "gcc" -> "eh_frame", "gdb" -> "st...Jason Molenda2015-09-011-6/+6
* And of course, typosEnrico Granata2015-09-011-1/+1
* Attempt at fixing the CMake buildEnrico Granata2015-09-011-0/+1
* Add support for language plugins to provide data formattersEnrico Granata2015-09-016-28/+293
OpenPOWER on IntegriCloud