summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* TestMinidumpNew.py: Use yaml2obj where possiblePavel Labath2019-05-1410-79/+147
* typedef enum -> enumFangrui Song2019-05-1448-202/+172
* [CMake] Correctly reinstate LLDB_CAN_USE_LLDB_SERVERPavel Labath2019-05-141-2/+2
* ARMDefines.h: fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=OFF buildsFangrui Song2019-05-141-2/+3
* LLDB website: Change the title back to "The LLDB Debugger"Adrian Prantl2019-05-142-4/+9
* [Docs] Differentiate between public and private APIJonas Devlieghere2019-05-141-2/+3
* [Docs] Fix code formattign in variable.rstJonas Devlieghere2019-05-131-0/+1
* [CMake] Reinstate LLDB_CAN_USE_LLDB_SERVERJonas Devlieghere2019-05-132-3/+8
* Disable TestEnvironment on WindowsJonas Devlieghere2019-05-131-0/+2
* [CMake] Simplify lldb-server handlingJonas Devlieghere2019-05-133-18/+8
* Merge target and launch info environmentsJonas Devlieghere2019-05-133-1/+18
* Remove commented-out codeJonas Devlieghere2019-05-131-43/+0
* [DataFormatters] FindLibCppStdFunctionCallableInfo() currently uses FindFunct...Shafik Yaghmour2019-05-131-2/+2
* [NativePDB] Fix tests after r360569Aleksandr Urakov2019-05-131-6/+0
* DWARF/DIERef: remove non-const operator<Pavel Labath2019-05-131-2/+0
* Add REQUIRES: windows to NativePDB/stack_unwinding01.cppPavel Labath2019-05-131-2/+2
* Breakpad: Generate unwind plans from STACK CFI recordsPavel Labath2019-05-135-2/+298
* Fix flakiness in lldb lit testStefan Granitz2019-05-131-1/+0
* [NativePDB] Support member function types in PdbAstBuilderAleksandr Urakov2019-05-134-0/+75
* minidump: Use yaml instead of checked-in binaries for ThreadList testsPavel Labath2019-05-135-30/+41
* [DWARF] Use sequential integers for the IDs of the SymbolFileDWOsPavel Labath2019-05-132-3/+17
* @skipIfLinux flaky lldb-mi testsPavel Labath2019-05-134-1/+5
* Remove declaratons of deleted structs/classesFangrui Song2019-05-131-11/+0
* [CMake] Add lli to LLDB_TEST_DEPSFangrui Song2019-05-131-0/+1
* Fix file names in file headers. NFCFangrui Song2019-05-1341-43/+43
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-115-59/+76
* Change the disabling of packet logging to be in TearDownHook lambdas.Jason Molenda2019-05-104-12/+9
* Ted pointed out that some of test tests that are enabling packetJason Molenda2019-05-104-7/+17
* Finish renaming CompileUnit -> UnitJan Kratochvil2019-05-1012-93/+85
* minidump: Don't eagerly resolve module paths read from the minidumpPavel Labath2019-05-103-2/+29
* [lldb] [lit] Fix clobbers in x86_64 register testMichal Gorny2019-05-101-2/+2
* Minidump: use ThreadList parsing code from llvm/ObjectPavel Labath2019-05-109-105/+50
* FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath2019-05-107-3/+71
* Revert "Disable the step over skipping calls feature since buildbots are not ...Pavel Labath2019-05-103-4/+2
* [Docs] Fix table formatting in Pytho referenceJonas Devlieghere2019-05-101-98/+98
* Disable the step over skipping calls feature since buildbots are not happy.Greg Clayton2019-05-101-2/+2
* [Docs] Port python reference pageJonas Devlieghere2019-05-092-0/+823
* Improve step over performance by not stopping at branches that are function c...Greg Clayton2019-05-095-10/+38
* Fix TestVSCode_attach on LinuxStella Stamenova2019-05-091-4/+7
* Use UNSUPPORTED: system-windows instead of REQUIRES: nowindows or UNSUPPORTED...Stella Stamenova2019-05-091-1/+1
* [lldb] build.py: fix behavior when passing --compiler=/path/to/compilerJorge Gorbe Moya2019-05-092-6/+16
* [JITLoaderGDB] Set eTypeJIT for objects read from JIT descriptorsStefan Granitz2019-05-095-2/+20
* Fix up lldb after clang r360311.Richard Smith2019-05-091-2/+6
* Fix the output file dependency for Options.inc.Jim Ingham2019-05-091-1/+1
* [Reproducers] Fix reproducer unittestJonas Devlieghere2019-05-081-1/+3
* Fix bug in ArchSpec::MergeFromGreg Clayton2019-05-082-1/+27
* [Reproducers] Flush files to disk periodicallyJonas Devlieghere2019-05-082-1/+4
* [Reproducers] Fix unitialized pointerJonas Devlieghere2019-05-081-1/+1
* [Docs] list command: lldb run <args>Jonas Devlieghere2019-05-081-0/+2
* [DWARF] Centralize user_id <-> DWARFDIE conversionsPavel Labath2019-05-086-114/+55
OpenPOWER on IntegriCloud