summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins
AgeCommit message (Expand)Author
2019-01-15Silence compiler warningsAdrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-15[LLDB] Remove the unused variable oso_dwarf.David L. Jones
2019-01-14[SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner
2019-01-14[SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner
2019-01-14[SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner
2019-01-11Fix build breaks after the ParseCompileUnit changes.Zachary Turner
2019-01-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-11Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath
2019-01-11ELF: Fix base address computation code for files generated by yaml2objPavel Labath
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-10PECOFF: Fix section name computationPavel Labath
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath
2019-01-10A little cleanup / commenting on locating kernel binaries while IJason Molenda
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2019-01-09Change lldb-test to use ParseAllDebugSymbols.Zachary Turner
2019-01-09ELF: create "container" sections from PT_LOAD segmentsPavel Labath
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2019-01-08Fix unused private field warning.Raphael Isemann
2019-01-08[PdbAstBuilder] Remove unused functionsJonas Devlieghere
2019-01-08Convert to LLDB coding style (NFC)Adrian Prantl
2019-01-08ProcessLaunchInfo: Remove Target referencePavel Labath
2019-01-07Simplify code.Adrian Prantl
2019-01-07Clarify comment and variable names. (NFC)Adrian Prantl
2019-01-07Rename DWARFDIE::GetDWOContext() -> GetDeclContext() (NFC)Adrian Prantl
2019-01-07[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya
2019-01-07Use the minidump exception record if presentLeonard Mosescu
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2019-01-04RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath
2019-01-04[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...Kuba Mracek
2019-01-04[lldb] Check SafeToCallFunctions before calling functions in GetExceptionObje...Kuba Mracek
2019-01-03PECOFF: Remove tabs introduced accidentally in r350094Pavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2019-01-03Check that a pointer is valid and fix a log message on WindowsAaron Smith
2019-01-02Try to fix Green Dragon bot.Zachary Turner
2019-01-02Use map::insert instead of try_emplace.Zachary Turner
2019-01-02[NativePDB] Implement ParseDeclsForContext.Zachary Turner
2019-01-02[NativePDB] Fix setting breakpoint by file and line.Zachary Turner
2018-12-31[DWARFUnit] Remove commented out code. NFCI.Davide Italiano
2018-12-27Reduce indentation in ObjectFilePECOFF::CreateSections via an early returnPavel Labath
2018-12-27Fix "default argument for lambda parameter" (-Wpedantic) warningPavel Labath
2018-12-27DWARF: Fix a bug in array size computationPavel Labath
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-12-21[ExpressionParser] Reserve size before copying over argsJonas Devlieghere
2018-12-21Don't duplicate the logic that detects if a section can/should be loaded (NFC)Greg Clayton
2018-12-20[NativePDB] Create VarDecls for global variables.Zachary Turner
2018-12-20Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek