summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-0364-93/+203
* Re-enable most lldb-vscode tests on Linux.Jorge Gorbe Moya2019-04-034-20/+5
* Fix and simplify PrepareCommandsForSourcingAdrian McCarthy2019-04-031-75/+44
* Attempt #2 to get this patch working. I will watch the build bots carefully t...Greg Clayton2019-04-036-7/+116
* [LLDB] - Update the test cases after yaml2obj change.George Rimar2019-04-039-176/+184
* modify-python-lldb.py: clean up __iter__ and __len__ supportPavel Labath2019-04-0320-36/+130
* [lit] Use 10 minute timeout by default.Jonas Devlieghere2019-04-031-0/+1
* [lldb-dotest] Print dotest.py invocation.Jonas Devlieghere2019-04-031-0/+1
* Avoid macro redefinition error if HAVE_LIBCOMPRESSIONJason Molenda2019-04-031-0/+2
* Revert r357504, r357491, r357482 because of bot breakage.Adrian Prantl2019-04-026-121/+8
* [NativePDB] Don't fail on import modules.Zachary Turner2019-04-021-2/+11
* [Reproducers] Print warning when generating the reproducer.Jonas Devlieghere2019-04-021-0/+3
* Clean up windows build bot. Greg Clayton2019-04-021-0/+2
* [lldb-server] Use llgs namespace to avoid conflicts with Win32 APIAaron Smith2019-04-021-4/+6
* Fix typo; NFCAaron Smith2019-04-021-1/+1
* Fix buildbot where paths were not matching up.Greg Clayton2019-04-021-1/+4
* Allow partial UUID matching in Minidump core file plug-inGreg Clayton2019-04-026-7/+115
* Make operator==s consistent between c++ and python APIsPavel Labath2019-04-0213-45/+91
* Fix flakyness in TestCommandScriptImmediateOutputPavel Labath2019-04-022-5/+7
* Fix llvm_unreachable in TestWriteMemoryPavel Labath2019-04-021-1/+1
* PDBFPO: Refactor register reference resolutionPavel Labath2019-04-021-60/+80
* Simplify TestGdbRemoteRegisterStatePavel Labath2019-04-021-9/+0
* [CMake] Only the Python scirpt interpreter should link against Python.Jonas Devlieghere2019-04-012-8/+1
* [Process] Use early returns in Process::WriteMemory (NFC)Jonas Devlieghere2019-04-011-55/+51
* [lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.Jorge Gorbe Moya2019-04-011-31/+45
* [API] Add SBReproducer to LLDB.hJonas Devlieghere2019-04-011-0/+1
* [Process] Fix WriteMemory return valueMed Ismail Bennani2019-04-012-2/+32
* [lldb] [Process/elf-core] Support aarch64 NetBSD core dumpsMichal Gorny2019-04-0110-0/+49
* [Linux/x86] Fix writing of non-gpr registers on newer processorsPavel Labath2019-04-012-51/+71
* [CMake] Add missing test depDavid Zarzycki2019-03-301-0/+1
* [ScriptInterpreterPython] Fix the unit test after refactorJonas Devlieghere2019-03-291-3/+4
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-296-775/+773
* [ScriptInterpreterPython] Remove unused field (NFC)Jonas Devlieghere2019-03-292-2/+1
* [CMake] Move link dependencies where they are used.Jonas Devlieghere2019-03-294-36/+19
* [Cmake] Unify python variablesJonas Devlieghere2019-03-293-14/+14
* [Python] Remove readline moduleJonas Devlieghere2019-03-294-128/+0
* Use the multi-lockable form of std::lock for operator=Jim Ingham2019-03-296-36/+25
* Don't abort() in lldb_assert and document why.Adrian Prantl2019-03-294-6/+162
* Fix for regression test, since we rely on the formatter for std::vector in th...Shafik Yaghmour2019-03-281-0/+1
* Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".Jim Ingham2019-03-283-10/+272
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-284-6/+5
* Regression test to ensure that we handling importing of std::vector of enums ...Shafik Yaghmour2019-03-283-0/+47
* Copy the breakpoint site owner's collection so we can dropJim Ingham2019-03-283-2/+29
* [Process] Reorder declarations and document ReadMemoryFromInferior.Davide Italiano2019-03-281-3/+33
* [ObjectFileMachO] Remove another debugging aid.Davide Italiano2019-03-281-7/+0
* [ObjectFileMachO] Disable memory caching for savecore.Davide Italiano2019-03-281-13/+6
* Teach TypeSystem about PDBASTParserNathan Lanza2019-03-272-1/+3
* [Python] Remove unused includesJonas Devlieghere2019-03-273-15/+7
* Add LLDB_LIBDIR_SUFFIX to Config.h to unbreak the Xcode projectAdrian Prantl2019-03-271-0/+2
* Kill unused variable m_tu_decl_up in SymbolFilePDBNathan Lanza2019-03-272-10/+1
OpenPOWER on IntegriCloud