summaryrefslogtreecommitdiff
path: root/lldb/source
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-14[Core] Use the implementation method GetAddressOf in ValueObjectConstResultChildAleksandr Urakov
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-10[opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight
2019-01-10Revert "Add a verbose mode to "image dump line-table" and use it to write a ....Pavel Labath
2019-01-10PECOFF: Fix section name computationPavel Labath
2019-01-10Implement ObjectFileELF::GetBaseAddressPavel Labath
2019-01-10Add a verbose mode to "image dump line-table" and use it to write a .debug_li...Pavel 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[BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere
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-08[SymbolContext] Remove dead codeJonas Devlieghere
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-05Fix symbols.enable-external-lookup description wordingJan Kratochvil
2019-01-04[Scalar] Simplify comparison operators and add coverage.Davide Italiano
2019-01-04[CMake] Python bindings generation polishingStefan Granitz
2019-01-04[CMake] Revised LLDB.framework buildsStefan Granitz
2019-01-04Symtab: Remove one copy of symbol size computation codePavel 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-03symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil
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