summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Integrate FileProvider with clangJonas Devlieghere2019-02-133-3/+69
* Have Stream::PutCStringAsRawHex8 take llvm::StringRefPavel Labath2019-02-126-42/+42
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-124-359/+7
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-122-11/+28
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-1226-63/+61
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-121-8/+14
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-1153-223/+333
* Fixed function name in log statementRaphael Isemann2019-02-111-2/+2
* Update SymbolVendorMacOSX for new GetUUID interfaceJonas Devlieghere2019-02-111-5/+4
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-1111-67/+51
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-112-11/+10
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-111-75/+43
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-111-43/+75
* Fix x86 return pattern detectionRaphael Isemann2019-02-101-2/+2
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-083-23/+23
* [NFC] Fix license headers after r352845Aleksandr Urakov2019-02-084-16/+12
* [lldb-server] Improve support on WindowsAaron Smith2019-02-071-33/+28
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-071-39/+38
* Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath2019-02-071-4/+4
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-072-35/+357
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-071-0/+2
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-061-4/+4
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-061-4/+2
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* [Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano2019-02-051-28/+24
* [Expressions] Fix -Wreorder warning from r353149Krasimir Georgiev2019-02-051-4/+3
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-055-18/+105
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-042-2/+2
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-046-7/+6
* [lldb] Relax libc++ ABI version checkingThomas Anderson2019-02-011-95/+88
* [PDB] Fix build after r352845Aleksandr Urakov2019-02-011-1/+1
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-0115-927/+1306
* [LLDB] FreeBSD suppress compilation warningDavid Carlier2019-01-311-1/+1
* Fix some warnings in building LLDB.Zachary Turner2019-01-296-56/+25
* Make a blind attempt at fixing PDBASTParser nullability issuesAdrian Prantl2019-01-291-2/+6
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-293-31/+36
* BreakpadRecords: Add parsing code for FILE and LINE recordsPavel Labath2019-01-292-0/+91
* [NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov2019-01-294-7/+52
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-282-26/+25
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-282-25/+26
* Simplify LangOpts initalization in ClangExpressionParser [NFC]Raphael Isemann2019-01-251-31/+28
* Fix typo in ClangModulesDeclVendor [NFC]Raphael Isemann2019-01-251-1/+1
* Refactor HAVE_LIBCOMPRESSION and related code in GDBRemoteCommunicationRaphael Isemann2019-01-252-8/+9
* Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddressJason Molenda2019-01-251-9/+1
* Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwinJim Ingham2019-01-241-1/+1
* [Process/NetBSD] Add missing linkage to -lutilMichal Gorny2019-01-241-0/+1
* Fix potential ODR vialation.Haojian Wu2019-01-241-1/+1
* BreakpadRecords: Address post-commit feedbackPavel Labath2019-01-244-69/+55
* breakpad: Add FUNC records to the symtabPavel Labath2019-01-223-36/+112
OpenPOWER on IntegriCloud