summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* Process: fix the build with certain kernel versionsSaleem Abdulrasool2016-04-121-0/+2
* Restore the lazy initialization of ScriptInterpreterPython, which was lost as...Enrico Granata2016-04-122-8/+8
* Add support for resolving dynamic types of extended ObjC tagged pointersEnrico Granata2016-04-112-0/+188
* Add support for additional NSArray formattersEnrico Granata2016-04-112-2/+41
* Add a formatter for zero-sized NSDataEnrico Granata2016-04-111-0/+4
* Provide more information in ThreadSanitizer's JSON data. Move remaining TSan...Kuba Brecka2016-04-102-19/+275
* Remove what I believe are the last known instances of formatters that run codeEnrico Granata2016-04-082-44/+22
* Remove even more of the data formatters that silently run codeEnrico Granata2016-04-083-20/+0
* Reset continue_after_async only if neither SIGINIT nor SIGSTOP received.Oleksiy Vyalov2016-04-081-4/+5
* Fix TestImport for Windows by ensuring backslashes in the directory paths are...Adrian McCarthy2016-04-071-7/+8
* In GDBRemoteCommunicationClient::GetHostInfo, don't set theJason Molenda2016-04-074-38/+0
* Simplify the ASan expression (follow-up for the previous commit, r265651).Kuba Brecka2016-04-071-2/+2
* Tentative fix (add `extern "C"` declarations to expression prefix) and printi...Kuba Brecka2016-04-072-40/+70
* Revert "Reduce code duplication in ProcessGDBRemote"Pavel Labath2016-04-072-20/+39
* Reduce code duplication in ProcessGDBRemotePavel Labath2016-04-062-39/+20
* Fix a cornercase in breakpoint reportingPavel Labath2016-04-061-0/+17
* The FixItList typedef should have been inside "class ClangDiagnostic".Jim Ingham2016-04-061-1/+2
* Fix a crasher that could happen if ClangASTSource::CompleteType() found a typ...Greg Clayton2016-04-051-3/+3
* Allow gdbremote process to read modules from memoryStephane Sezer2016-04-054-55/+14
* Fix a bug in linux core file handlingPavel Labath2016-04-053-1/+19
* Consolidate the knowledge of what arm cores are always executingJason Molenda2016-04-052-22/+12
* Implement `target modules dump objfile`Adrian McCarthy2016-04-041-0/+16
* Set the architecture type from minidump more precisely. Differentiate i686 v...Adrian McCarthy2016-04-041-2/+10
* Fixed an issue where if we have DWARF in an executable that has multiple lang...Greg Clayton2016-04-013-3/+27
* Remove more of the code-running ObjC data formatter supportEnrico Granata2016-04-013-139/+40
* Change a recently added assert into lldbassertPavel Labath2016-04-011-1/+2
* Fixed an issue that could cause debugserver to return two stop reply packets ...Greg Clayton2016-04-012-4/+36
* Fix DWO breakage in r264909Pavel Labath2016-03-314-3/+13
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-3018-333/+360
* Fix header name.Jim Ingham2016-03-301-1/+1
* Fix the ThreadSanitizer support to avoid creating empty SBThreads and to not ...Kuba Brecka2016-03-301-1/+1
* Fix warning in ThreadSanitizerRuntimePavel Labath2016-03-301-1/+1
* Fix warning in ClangExpressionParserPavel Labath2016-03-301-1/+1
* LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...Greg Clayton2016-03-291-2/+2
* Figure out what the fixed expression is, and print it. Added another target ...Jim Ingham2016-03-292-34/+27
* Fix infinite recursion in DWO file parsingPavel Labath2016-03-294-37/+45
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-289-213/+98
* Removed an override of LookupSymbol that mistakenly disabled it for Clang.Sean Callanan2016-03-281-3/+0
* Record all translation units with more than one function in them (e.g., blocks).Sean Callanan2016-03-261-3/+9
* Removed LoggingDiagnosticConsumer, an unused class.Sean Callanan2016-03-251-50/+0
* Add a 'language cplusplus demangle' command. This can be useful to provide a ...Enrico Granata2016-03-251-1/+89
* Fix now-ambiguous references to Error.Lang Hames2016-03-251-5/+5
* Add the same host logging that I added to PlatformRemoteiOS a fewJason Molenda2016-03-252-1/+154
* Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...Jim Ingham2016-03-254-12/+215
* Ignore global constructor warning in clang.Greg Clayton2016-03-241-0/+4
* Make File option flags consistent for Python APIStephane Sezer2016-03-241-2/+2
* Get rid of two global constructors by making things static variables in the o...Greg Clayton2016-03-242-9/+8
* [JITLoaderGDB] Read jit entry struct manually.Siva Chandra2016-03-232-51/+63
* Implement ObjectFilePECOFF::GetEntryPointAddress.Stephane Sezer2016-03-232-3/+24
* Add ThreadSanitizer debugging support.Kuba Brecka2016-03-234-0/+646
OpenPOWER on IntegriCloud