summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-24190-5934/+5364
* [lldb] Configure debugserver_vers.c from CMakeStefan Granitz2019-07-242-0/+4
* [AIX][lit] Don't depend on psutil on AIXDavid Tenty2019-07-241-6/+8
* Fix @skipIfSanitized decoratorPavel Labath2019-07-241-2/+4
* [lldb] Fix build errors from tablegenify platform commitRaphael Isemann2019-07-242-9/+9
* [lldb][NFC] Tablegenify platformRaphael Isemann2019-07-242-46/+112
* Revert "Revert "[lldb] [Process/NetBSD] Fix constructor after r363707""Michal Gorny2019-07-241-1/+1
* [lldb] Remove Xcode project legacyStefan Granitz2019-07-2414-1775/+0
* [lldb] Fix enum value descriptionJonas Devlieghere2019-07-231-1/+1
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-2314-18/+37
* [ExpressionParser] Handle llvm::Expected resultJonas Devlieghere2019-07-231-2/+10
* [ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-231-32/+32
* [lldb] Fix occasional hangs of VSCode testcasesJan Kratochvil2019-07-231-7/+1
* Revert "Revert "Add ReadCStringFromMemory for faster string reads""Antonio Afonso2019-07-235-7/+136
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-2316-5/+366
* [utils] Remove sync-source (with SVN)Jonas Devlieghere2019-07-237-646/+0
* [Utils] Add back utils directoryJonas Devlieghere2019-07-2345-0/+6808
* [Utils] Remove legacy scriptsJonas Devlieghere2019-07-2347-6978/+0
* [Logging] Fix format stringsJonas Devlieghere2019-07-232-18/+16
* [lldb][NFC] Tablegenify processRaphael Isemann2019-07-232-25/+62
* ProcessMachCore: Fix a -Wmisleading-indentation warningPavel Labath2019-07-231-36/+35
* Fix windows build after r366791Pavel Labath2019-07-231-1/+3
* [lldb][NFC] Tablegenify sourceRaphael Isemann2019-07-232-19/+46
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-2317-143/+127
* [lldb][NFC] Tablegenify disassembleRaphael Isemann2019-07-232-24/+41
* [lldb][test_suite] Fix skipIfTargetAndroid decoratorAlex Langford2019-07-231-7/+3
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-232-19/+15
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-226-67/+35
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2263-0/+10564
* Remove Xcode project remnantsJonas Devlieghere2019-07-222-64/+0
* Remove INSTALL.txt fileJonas Devlieghere2019-07-221-18/+0
* [Docs] Remove stale documentationJonas Devlieghere2019-07-221-21/+2
* [LLDB] Remove the Xcode projectJonas Devlieghere2019-07-2213-12765/+0
* [Symbol] Improve Variable::GetLanguageAlex Langford2019-07-222-14/+14
* [Windows] Fix race condition between state changesAdrian McCarthy2019-07-221-11/+10
* ELF: Fix a "memset clearing object of non-trivial type" warningPavel Labath2019-07-222-16/+3
* [lldb][NFC] Tablegenify breakpointRaphael Isemann2019-07-224-139/+270
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-212-1/+15
* [NativePDB] Make GetOrCreateDeclForUid return an lldb CompilerDeclNathan Lanza2019-07-213-12/+16
* [lldb] Fix buildbot build fail caused by r366645Yuanfang Chen2019-07-211-2/+2
* build: allow the user to specify `llvm-tblgen`Saleem Abdulrasool2019-07-201-23/+27
* [CMake] Align debugserver with lldb-server on DarwinStefan Granitz2019-07-205-10/+17
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-19117-15114/+1
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-1928-12/+169
* [lldb][NFC] Tablegenify targetRaphael Isemann2019-07-193-66/+168
* [NFC] Remove indent after r366433Stefan Granitz2019-07-191-120/+118
* [Target] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-192-204/+191
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-193-36/+33
* check for interrupt from fgets on WindowsNathan Lanza2019-07-191-0/+3
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-193-3/+2
OpenPOWER on IntegriCloud