summaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)Author
2019-01-15Add Doxygen comments.Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
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-11[SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner
2019-01-10Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner
2019-01-10[NativePDB] Add support for parsing typedef records.Zachary Turner
2019-01-10Fix compilation error on 32-bit architectures introduced in r350511Pavel Labath
2019-01-10[lldb-server] Add unnamed pipe support to PipeWindowsAaron Smith
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
2019-01-08[BreakpointList] Simplify/modernize BreakpointList (NFC)Jonas Devlieghere
2019-01-08ProcessLaunchInfo: Remove Target referencePavel Labath
2019-01-08[SymbolContext] Remove dead codeJonas Devlieghere
2019-01-07ObjectFileBreakpad: Implement sectionsPavel Labath
2019-01-07ProcessLaunchInfo: remove Debugger referencePavel Labath
2019-01-04RangeMap.h: merge RangeDataArray and RangeDataVectorPavel Labath
2019-01-03Fix some -Wreorder warnings introduced in r350274Pavel Labath
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2019-01-02Rearrange bitfield to allow for more space in file_idx.Adrian Prantl
2018-12-27Delete lldb_utility::RangePavel Labath
2018-12-20[lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek
2018-12-20Replace MemoryRegionInfoSP with values and cleanup related codeTatyana Krasnukha
2018-12-20[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek
2018-12-17[Clang AST Context] Add a few helper functions.Zachary Turner
2018-12-15Update the vFile:open: description to note that the flagsJason Molenda
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-12-14Cache memory regions in ProcessMinidump and use the linux maps as the source ...Greg Clayton
2018-12-14Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath
2018-12-14Fix build with older (<3.0) swigsPavel Labath
2018-12-14Mark Permissions as a bitmask enumPavel Labath
2018-12-12[ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath
2018-12-10Re-commit "Introduce ObjectFileBreakpad"Pavel Labath
2018-12-07Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour
2018-12-07Introduce ObjectFileBreakpadPavel Labath
2018-12-07Host: remove Yield on WindowsSaleem Abdulrasool
2018-12-04[FileSystem] Migrate CommandCompletionsJonas Devlieghere
2018-12-03[Reproducers] Change how reproducers are initialized.Jonas Devlieghere
2018-11-30[Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov
2018-11-30[Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov
2018-11-28[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek
2018-11-27[Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere
2018-11-27Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere
2018-11-26[FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere
2018-11-15Add setting to require hardware breakpoints.Jonas Devlieghere
2018-11-15[reproducer] Post-commit cleanupJonas Devlieghere
2018-11-14[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar
2018-11-14Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar