summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add CxxModuleHandler to Xcode projectJonas Devlieghere2019-04-301-0/+6
* Sort Symbol/CMakeLists.txtJonas Devlieghere2019-04-301-5/+5
* XFAIL x86-64-zmm-read on DarwinJonas Devlieghere2019-04-301-0/+1
* Un-xfail the TestMiniDump tests on WindowsStella Stamenova2019-04-301-2/+0
* [lldb] [Process/NetBSD] Fix handling piod_len from PT_IO callsMichal Gorny2019-04-301-4/+4
* PostfixExpression: Introduce InitialValueNodePavel Labath2019-04-303-3/+61
* Sort containers alphabetically in CxxModuleHandler [NFC]Raphael Isemann2019-04-301-3/+3
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-3058-1/+1244
* [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()Aaron Smith2019-04-304-32/+194
* [lit] Check for the psutil module when setting a timeoutJonas Devlieghere2019-04-291-2/+8
* [lit] Fix the timeout.Jonas Devlieghere2019-04-292-1/+3
* [CMake] Fix subtle CMake bugAlex Langford2019-04-294-6/+6
* [test] Disable x86-64-gp-write on DarwinJonas Devlieghere2019-04-291-0/+1
* Fix a stack-smasher in PlatformMacOSX::GetSDKDirectory()Adrian Prantl2019-04-291-1/+1
* [Docs] Generate the python reference without building all of LLDBJonas Devlieghere2019-04-292-22/+37
* Remove XFAIL: windows from x86-64-gp-write.testPavel Labath2019-04-291-1/+0
* @skipIfLinux another batch of flaky lldb-mi testsPavel Labath2019-04-292-1/+3
* Fix a typo in x86-64-gp-write.testPavel Labath2019-04-291-1/+1
* Remove obsoleted NativePDB testsPavel Labath2019-04-291-26/+0
* Editline: Fix an msan errorPavel Labath2019-04-291-3/+7
* [lldb] [lit] Introduce tests for writing x86 general-purpose registersMichal Gorny2019-04-294-0/+168
* [lldb] [test] Remove duplicate YMM/ZMM dotest testsMichal Gorny2019-04-294-354/+0
* [lldb] [lit] Add tests for reading ZMM registers (AVX512)Michal Gorny2019-04-294-0/+344
* [lldb] [lit] Introduce tests for reading x86 general purpose registersMichal Gorny2019-04-294-0/+156
* DWARFExpression: Fix implementation of DW_OP_pickPavel Labath2019-04-295-1/+54
* [Windows] Dump more information about access violation exceptionAleksandr Urakov2019-04-294-1/+110
* Fix UNPREDICTABLE check in EmulateInstructionARM::EmulateADDRegShiftRaphael Isemann2019-04-271-1/+1
* [lldb] [lit] Cleanly terminate Register testsMichal Gorny2019-04-274-0/+12
* [CommandObject] Use GetDebugger() helper method (NFC)Jonas Devlieghere2019-04-2718-131/+116
* [FormatEntity] Remove unused format type (NFC)Jonas Devlieghere2019-04-272-102/+84
* [Driver] Remove unused functions (NFC)Jonas Devlieghere2019-04-262-53/+27
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-2629-104/+76
* Pass explicit C++ version to testFrederic Riss2019-04-261-1/+1
* TestZMMRegister: use an integer division as intendedFrederic Riss2019-04-261-2/+2
* [CommandInterpreter] Remove scripting language argument. (NFC)Jonas Devlieghere2019-04-263-8/+3
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-2611-64/+50
* Replace local utility class OnExit with llvm::scope_exit (NFC)Tatyana Krasnukha2019-04-261-17/+4
* [lldb] [lit] Add register read tests for YMM registers (AVX)Michal Gorny2019-04-264-0/+145
* [lldb] [lit] Add feature flags for native CPU featuresMichal Gorny2019-04-266-1/+55
* PostfixExpression: move DWARF generator out of NativePDB internalsPavel Labath2019-04-264-183/+209
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-2616-32/+115
* [TestTemplateFunction] Add a missing debug info variant.Davide Italiano2019-04-251-1/+1
* Another use of the interactive lldb.debugger.Jason Molenda2019-04-251-1/+1
* Two tests were using the interactive convenience variableJason Molenda2019-04-252-3/+3
* [lldb] [lit] Use constexpr and better constraints in Register testsMichal Gorny2019-04-252-37/+37
* [lldb] [lit] Un-XFAIL Register/x86-64-read.test for DarwinMichal Gorny2019-04-251-1/+0
* [lldb] [lit] Add tests for reading new x86_64 registersMichal Gorny2019-04-252-0/+103
* [lldb] [lit] Remove unnecessary array use in XMM reading testMichal Gorny2019-04-251-8/+8
* Fixed typo in CompileUnit::GetImportedModules documentation [NFC]Raphael Isemann2019-04-251-1/+1
* Hide stderr output from lldb-argdumperAdrian Prantl2019-04-243-31/+46
OpenPOWER on IntegriCloud