summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Thread] Update the correct variableJonas Devlieghere2019-02-121-4/+2
* Define _ENABLE_EXTENDED_ALIGNED_STORAGE on Windows.Jonas Devlieghere2019-02-122-8/+18
* [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-1198-443/+645
* Fixed function name in log statementRaphael Isemann2019-02-111-2/+2
* Use of `@return` is not appropriate for a function with a void return type.Jonas Devlieghere2019-02-111-2/+0
* Update SymbolVendorMacOSX for new GetUUID interfaceJonas Devlieghere2019-02-111-5/+4
* Simplify ObjectFile::GetUUIDPavel Labath2019-02-1113-71/+55
* [build.py] Add `-fms-compatibility-version=19` to `build.py`Aleksandr Urakov2019-02-111-0/+1
* Breakpad: auto-detect path style of file entriesPavel Labath2019-02-1111-19/+57
* [lldb] [lit] Fix finding lld-link when it is not in 'compiler dir'Michal Gorny2019-02-111-7/+5
* [lldb] [test] Skip lldb-mi test if LLDB_DISABLE_PYTHON is usedMichal Gorny2019-02-113-1/+5
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-115-116/+51
* [lldb] [lldb-instr] Add missing linkage to clang librariesMichal Gorny2019-02-111-0/+3
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-115-51/+116
* [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-102-2/+172
* 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
* [lldb] [unittests] Disable MainLoopTest::DetectsEOF on NetBSDMichal Gorny2019-02-081-0/+5
* [NFC] Fix license headers after r352845Aleksandr Urakov2019-02-085-20/+15
* Removing some unimplemented methods from the SB headersJim Ingham2019-02-085-13/+0
* [CommandInterpreter] Early return on error (NFC)Jonas Devlieghere2019-02-071-125/+121
* Silence fallthrough warnings in debugserver.Adrian Prantl2019-02-072-2/+5
* Add missing overridesAaron Smith2019-02-071-2/+2
* [lldb-server] Improve support on WindowsAaron Smith2019-02-075-37/+38
* [lldb-instr] Make lldb-instr a test dependencyJonas Devlieghere2019-02-071-0/+4
* [gdb-remote] Use lldb's portable Host::GetEnvironment() instead of getenvAaron Smith2019-02-074-46/+53
* Fix headers for files added in r353047Pavel Labath2019-02-073-12/+9
* Fix signed/unsigned mismatches in ProcessInfoTest.cppPavel Labath2019-02-071-1/+1
* Fix incorrect log messages in NativeProcessLinux (pr40588)Pavel Labath2019-02-071-4/+4
* Breakpad: temporarily XFAIL line-table testsPavel Labath2019-02-074-0/+8
* use_lldb_suite.py: Fix potential infinite loopPavel Labath2019-02-071-3/+4
* Fix some warnings introduced in r353324 (ReproducerInstrumentation patch)Pavel Labath2019-02-073-8/+4
* SymbolFileBreakpad: Add line table supportPavel Labath2019-02-0713-55/+504
* Fix documentation formatting for ShellExpandArgumentsRaphael Isemann2019-02-072-6/+6
* [lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument valuesKuba Mracek2019-02-075-1/+49
* [Driver] Don't try to replay reproducer in the driver.Jonas Devlieghere2019-02-071-9/+0
* Fix my mistake adding SBReproducer the Xcode projectJonas Devlieghere2019-02-071-4/+8
* [testsuite] Convert a pexpect test to lit.Davide Italiano2019-02-064-64/+25
* Add SBReproducer to Xcode projectJonas Devlieghere2019-02-061-0/+6
* [Reproducers] SBReproducer framework: Capture & ReplayJonas Devlieghere2019-02-068-10/+830
* [x64] Process the B field of the REX prefix correctly for the PUSH and POPAleksandr Urakov2019-02-062-4/+58
* Fix strlen() of unbound array undefined behaviorJan Kratochvil2019-02-062-5/+3
* [Reproducers] lldb-instr: tool to generate instrumentation macros.Jonas Devlieghere2019-02-067-1/+337
* 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
OpenPOWER on IntegriCloud