summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Tablegenify expr/frame/log/register/memoryRaphael Isemann2019-07-256-70/+161
* [lldb][CMake] Fix framework-enabled build detail for XcodeStefan Granitz2019-07-251-1/+1
* SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...Fangrui Song2019-07-251-0/+1
* SymbolVendor: Remove the type list memberPavel Labath2019-07-2515-65/+23
* LLGS: fix tracking execve on linuxPavel Labath2019-07-253-79/+16
* cli-wrapper-mpxtable.cpp: fix file headerFangrui Song2019-07-251-2/+1
* [TableGen] Fix comments/headers referencing clang (NFC)Jonas Devlieghere2019-07-253-6/+7
* [FileCollector] Remove LLDB shim around llvm::FileCollector (NFC)Jonas Devlieghere2019-07-255-56/+15
* [FileSystem] Fix ambiguous symbol on Windows.Jonas Devlieghere2019-07-251-1/+1
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-254-11/+11
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-245-447/+13
* [Symbol] Fix some botched logic in Variable::GetLanguageAlex Langford2019-07-241-5/+5
* [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
OpenPOWER on IntegriCloud