summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Extract common PlatformPOSIX/Windows code into a separate classPavel Labath2019-02-126-359/+150
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-122-11/+28
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-1251-190/+186
* [Thread] Update the correct variableJonas Devlieghere2019-02-121-4/+2
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-121-8/+14
* [ObjectFileMachO] Revert std::make_sharedJonas Devlieghere2019-02-111-14/+8
* Some cleanup after moving to std::make_sharedJonas Devlieghere2019-02-112-21/+13
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-1191-428/+621
* 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-1112-68/+52
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-113-11/+21
* 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
* [lldb] [MainLoop] Initialize empty sigset_t correctlyMichal Gorny2019-02-111-4/+6
* Update files to the new header that were incorrectly landed with the oldChandler Carruth2019-02-112-8/+6
* Fix x86 return pattern detectionRaphael Isemann2019-02-101-2/+2
* lldb: Fix compilation on OpenBSDRaphael Isemann2019-02-101-2/+1
* Tiny fix spotted by static analyzer; GetPath() returns a std::string,Jason Molenda2019-02-081-2/+2
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-084-29/+29
* [NFC] Fix license headers after r352845Aleksandr Urakov2019-02-084-16/+12
* [CommandInterpreter] Early return on error (NFC)Jonas Devlieghere2019-02-071-125/+121
* [lldb-server] Improve support on WindowsAaron Smith2019-02-073-36/+34
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-072-40/+52
* Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath2019-02-071-4/+4
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-071-1/+1
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-073-46/+357
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-072-1/+9
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-064-1/+176
* [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-062-5/+3
* Add a warning to GDBRemoteRegisterContext (if packet logging enabled)Jason Molenda2019-02-061-0/+8
* [CMake] Unify scripts for generating VCS headersPetr Hosek2019-02-062-22/+22
* Little more cleanup on https://reviews.llvm.org/D57552Jim Ingham2019-02-061-25/+24
* Fix PathMappingList::FindFile to handle relative incoming FileSpecs.Jim Ingham2019-02-051-17/+37
* [Reproducers] Instrumentation Framework: SerializationJonas Devlieghere2019-02-052-0/+45
* [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-0513-37/+227
* Fixes for the ProcessLaunchInfo movePavel Labath2019-02-042-2/+2
* Move FileAction, ProcessInfo and ProcessLaunchInfo from Target to HostPavel Labath2019-02-0417-21/+20
* [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-0116-929/+1308
* [LLDB] FreeBSD suppress compilation warningDavid Carlier2019-01-311-1/+1
* Revert "[CMake] Unify scripts for generating VCS headers"Petr Hosek2019-01-312-18/+24
* [CMake] Migrate lldb to the new VCS scriptPetr Hosek2019-01-312-24/+18
* Fix handling of CreateTemplateParameterList when there is an empty packShafik Yaghmour2019-01-301-10/+9
* [Scalar] Remove partially wrong and unused functions.Davide Italiano2019-01-301-50/+0
* [Scalar] Hoist a duplicated (and sometimes wrong) comment.Davide Italiano2019-01-301-9/+3
OpenPOWER on IntegriCloud