summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove Go debugger pluginJonas Devlieghere2018-11-051-772/+0
* General cleanup to minimize the .debug_types patchGreg Clayton2018-05-091-2/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-24/+24
* Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matchedJan Kratochvil2018-04-301-1/+2
* Clean up #include "DWARFCompileUnit.h"Jan Kratochvil2018-01-211-1/+0
* Remove the DWARFExpression -> Clang ExpressionParser dependencyTamas Berghammer2017-08-161-2/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-723/+668
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-19/+21
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-1/+1
* Silence some -Wunused-but-set-variable with gcc 5.2.0Saleem Abdulrasool2015-10-181-4/+2
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-30/+30
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-0/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+1
* Add a TypeSystem for GoRyan Brown2015-09-141-0/+828
OpenPOWER on IntegriCloud