summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][Python] fix another fflush issue on NetBSDLawrence D'Anna2019-10-294-16/+26
* build: make standalone builds work againSaleem Abdulrasool2019-10-291-0/+4
* build: workaround stale caches (NFC)Saleem Abdulrasool2019-10-291-1/+1
* [lldb][NFC] Make LLVMUserExpression::DoExecute return earlyRaphael Isemann2019-10-291-144/+142
* [LLDB] [PECOFF] Use FindSectionByID to associate symbols to sectionsMartin Storsjö2019-10-292-1/+117
* [lldb] move package generation from python to cmakeHaibo Huang2019-10-287-1124/+61
* Modernize TestThreadStepOut.pyJim Ingham2019-10-282-51/+37
* [debugserver] Detect arch from LLVM_DEFAULT_TARGET_TRIPLEVedant Kumar2019-10-281-3/+17
* [Docs] Repurpose 'sources' page as 'contributing'.Jonas Devlieghere2019-10-284-21/+36
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-288-14/+122
* [LLDB] Remove incorrect dotest.py invocationJonas Devlieghere2019-10-281-16/+0
* [Docs] Update source code link to GithubJonas Devlieghere2019-10-281-1/+1
* [Docs] Disable Python docs when LLDB_DISABLE_PYTHON is setJonas Devlieghere2019-10-281-34/+36
* [LLDB][formatters] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-271-5/+11
* fix lldb build with -DLLVM_ENABLE_MODULES=On (missing #include)Luboš Luňák2019-10-261-0/+1
* Correct size_t format specifierShu-Chun Weng2019-10-261-1/+1
* Fix after 738af7a6241c98164625b9cd1ba9f8af4e36f197Adrian McCarthy2019-10-251-1/+5
* [LLDB] Fix inline variable only used in assertion. (NFC)Jonas Devlieghere2019-10-251-2/+1
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-259-187/+202
* lldb/COFF: Create a separate "section" for the file headerPavel Labath2019-10-253-38/+45
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-2526-137/+467
* [Driver] Force llvm to install its handlers before lldb'sVedant Kumar2019-10-251-0/+19
* Fix compilation error in ObjectFileMachO::ParseSymtabVedant Kumar2019-10-251-2/+5
* ValueObject: Fix a crash related to children address type computationPavel Labath2019-10-254-45/+167
* [TableGen] Add asserts to make sure default values match property typeJonas Devlieghere2019-10-252-0/+18
* [lldb] [Host/netbsd] Set Arg0 for 'platform process list -v'Michał Górny2019-10-251-0/+1
* [CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txtJonas Devlieghere2019-10-242-2/+3
* [CMake] Move test dependency tracking into test/CMakeLists.txtJonas Devlieghere2019-10-243-91/+88
* [CMake] Don't set LLDB_TEST_* in the top-level CMakeListsJonas Devlieghere2019-10-242-23/+23
* [CMake] Remove unused variable LLDB_TEST_CXX_COMPILERJonas Devlieghere2019-10-244-15/+9
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-10/+0
* [lldb] [Python] Do not attempt to flush() a read-only fdMichal Gorny2019-10-241-5/+7
* [CMake] Split logic across test suite subdirectories (NFC)Jonas Devlieghere2019-10-244-79/+67
* [lldb] Add nodebug attribute to import-std-module/sysroot testRaphael Isemann2019-10-231-0/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-233-6/+14
* [lldb] Adjust for the new class_rw_t layout.Jonas Devlieghere2019-10-221-0/+12
* fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna2019-10-221-7/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-2215-868/+453
* whitespace cleanupAdrian Prantl2019-10-211-1/+1
* Factor out common test functionality into a helper class. (NFC)Adrian Prantl2019-10-211-81/+91
* XFAIL TestLocalVariables.py on WindowsJonas Devlieghere2019-10-211-0/+1
* Found more timeouts to unify.Adrian Prantl2019-10-213-5/+7
* Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.Adrian Prantl2019-10-215-8/+10
* [lldb] Add test for executing static initializers in expression commandRaphael Isemann2019-10-213-0/+45
* [lldb] drop .symtab removal in minidebuginfo testsKonrad Kleine2019-10-213-15/+0
* [LLDB] [Windows] Initial support for ARM register contextsMartin Storsjo2019-10-2110-3/+1316
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-194-46/+78
* convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_argsLawrence D'Anna2019-10-193-5/+32
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-197-19/+167
* Move endian constant from Host.h to SwapByteOrder.h, prune includeReid Kleckner2019-10-191-5/+2
OpenPOWER on IntegriCloud