summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [test] Convert CommandScriptImmediateOutput from pexpect to litJonas Devlieghere2019-04-114-101/+62
* [lldb] [Process/NetBSD] Fix wrongly mapping mm* registersMichal Gorny2019-04-113-2/+79
* Minidump: extend UUID byte-swapping to windows platformPavel Labath2019-04-113-40/+28
* Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()Adrian Prantl2019-04-102-3/+5
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-10889-10287/+0
* [testsuite] Split Obj-C foundation testJonas Devlieghere2019-04-104-142/+154
* Minidump: Use llvm parser for reading the ModuleList streamPavel Labath2019-04-106-133/+58
* Docstringify some comments in the swig interface filesPavel Labath2019-04-103-4/+8
* [lldb-server] Introduce Socket::Initialize and Terminate to simply WSASocket ...Aaron Smith2019-04-108-50/+55
* Remove unneeded #ifdef SWIGsPavel Labath2019-04-099-58/+11
* Fix doxygen warning about function argumentJonas Devlieghere2019-04-091-6/+6
* Add missing space between \btrueJonas Devlieghere2019-04-091-1/+1
* Minidump: use string parsing functionality from llvmPavel Labath2019-04-096-151/+104
* Breakpad: Parse Stack CFI recordsPavel Labath2019-04-095-10/+91
* Get the run locker before you ask if your thread is valid.Jim Ingham2019-04-091-3/+3
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-0819-68/+305
* Experiment with a larger packet timeout.Adrian Prantl2019-04-081-2/+2
* Fix a stack buffer overflow found by ASAN.Adrian Prantl2019-04-081-5/+6
* MinidumpParser: parse SystemInfo stream via llvmPavel Labath2019-04-083-21/+63
* PDBFPO: add dyn_cast supportPavel Labath2019-04-081-7/+25
* Fix signed-unsigned comparison warning in Driver.cppPavel Labath2019-04-081-1/+1
* modify-python-lldb.py: Remove ifdef SWIG-removing codePavel Labath2019-04-081-13/+4
* Unify random timeouts throughout LLDB and make them configurable.Adrian Prantl2019-04-0516-49/+43
* [testsuite] Split Objective-C new syntax testJonas Devlieghere2019-04-055-204/+225
* [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone buildsAlex Langford2019-04-051-3/+0
* [Test] Remove no_debug_info_test decorator from Obj-C data formatters.Jonas Devlieghere2019-04-0511-11/+0
* Add .noindex to the gitignoreJonas Devlieghere2019-04-051-0/+1
* [testsuite] Split Objective-C data formatterJonas Devlieghere2019-04-0514-530/+584
* modify-python-lldb.py: Insert initialization code with swig insteadPavel Labath2019-04-052-7/+10
* MinidumpParser: use minidump parser in llvm/ObjectPavel Labath2019-04-0510-154/+59
* TestVCCode_step: replace assertTrue with more specific assertionsPavel Labath2019-04-051-10/+10
* PDBFPO: Use references instead of pointers, where possiblePavel Labath2019-04-051-65/+63
* Breakpad: Refine record classification codePavel Labath2019-04-047-38/+76
* modify-python-lldb.py: (Re)move __len__ and __iter__ supportPavel Labath2019-04-044-106/+27
* Add dropped ManualDWARFIndex assert()Jan Kratochvil2019-04-041-0/+3
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-1/+1
* Un-xfail one of the TestMiniDumpUUID tests on WindowsStella Stamenova2019-04-031-1/+0
* [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
OpenPOWER on IntegriCloud