summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Split emitting and parsing in LLDBOptionDefEmitterRaphael Isemann2019-07-291-42/+80
* [lldb][NFC] Remove DiagnosticManager::CopyDiagnosticsRaphael Isemann2019-07-292-11/+0
* [lldb] Also include the array definition in CommandOptions.incRaphael Isemann2019-07-2820-196/+26
* [CMake] Print the correct variablesJonas Devlieghere2019-07-261-1/+1
* [TableGen] Fix stale include pathsJonas Devlieghere2019-07-262-8/+8
* [TableGen] Move core properties into a separate file (NFC)Jonas Devlieghere2019-07-264-10/+12
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-267-246/+257
* [TableGen] Move interpreter properties into a separate file (NFC)Jonas Devlieghere2019-07-265-34/+44
* Document that LLDB_LOG macros use the format_providers.Jim Ingham2019-07-261-0/+20
* [CMake] Fix find_python_libs_windowsJonas Devlieghere2019-07-261-0/+1
* [CMake] Print Python version on WindowsJonas Devlieghere2019-07-261-2/+2
* [CMake] Loosen Python version check and ignore patch versionJonas Devlieghere2019-07-261-10/+36
* [lldb][NFC] Remove eDiagnosticOriginGoRaphael Isemann2019-07-261-2/+0
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-265-16/+10
* [lldb] Don't dynamically allocate the posix option validator.Raphael Isemann2019-07-264-24/+21
* Fix some "control reaches end of non-void function" warningsPavel Labath2019-07-261-0/+2
* ObjectFileELF: Use llvm::JamCRC to refactor CRC32 computationFangrui Song2019-07-261-67/+9
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-2612-43/+38
* [dotest] Remove dead codeJonas Devlieghere2019-07-265-51/+3
* [Tests] Split inferior crashing testsJonas Devlieghere2019-07-264-196/+359
* [CMake] Add TableGen dependency to lldbInterpreter.Jonas Devlieghere2019-07-251-0/+2
* [Docs] Remove reproducers from the project page.Jonas Devlieghere2019-07-251-22/+7
* [Tablegen] Fix issues caused by incorrect escaping.Jonas Devlieghere2019-07-252-8/+8
* Mention adding predicates to settings in the projects page.Jim Ingham2019-07-251-0/+14
* Let tablegen generate property definitionsJonas Devlieghere2019-07-2538-569/+906
* Remove a project that was completed.Jim Ingham2019-07-251-6/+0
* [dotest] Set environment variables after potentialy clearing others.Jonas Devlieghere2019-07-251-3/+4
* [LLDB] Find debugserver in Command Line Tools as wellAntonio Afonso2019-07-251-50/+71
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-256-6/+1
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-257-89/+169
* [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
OpenPOWER on IntegriCloud