summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Docs] Fix incorrect heading and update titles.Jonas Devlieghere2019-05-083-9/+9
* [Docs] Re-order homepage: Download -> Build -> TestJonas Devlieghere2019-05-082-14/+17
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-0811-8/+48
* [Docs] Add timestampJonas Devlieghere2019-05-071-1/+1
* [Expression] Remove unused dependencyAlex Langford2019-05-073-4/+1
* [Core] Remove unused dependenciesAlex Langford2019-05-071-2/+0
* Disable eh-frame-dwarf-unwind.test on windowsPavel Labath2019-05-071-0/+1
* [Host] Clean up dependencies of HostMacOSXObjCXXAlex Langford2019-05-071-4/+0
* [Driver] Add command line option to allow loading local lldbinit file.Jonas Devlieghere2019-05-073-2/+13
* Fixup r360161Pavel Labath2019-05-072-3/+1
* Make eh-frame-dwarf-unwind.test run on non-linux platformsPavel Labath2019-05-073-17/+10
* PostfixExpression: Use signed integers in IntegerNodePavel Labath2019-05-074-16/+17
* Added missing files from 360071.Greg Clayton2019-05-073-0/+1179
* RegisterContextLLDB: Push CFA value on DWARF stack when evaluating register e...Pavel Labath2019-05-073-1/+74
* [lldb] [lit] Update constants in write Register testsMichal Gorny2019-05-078-256/+256
* [lldb] [lit] Fix Register tests to reference arrays via %0 and %1Michal Gorny2019-05-078-189/+180
* [lldb] Add MacroQualified switch cases for r360109Krasimir Georgiev2019-05-071-0/+6
* [Breakpoint] Remove unused dependencyAlex Langford2019-05-072-2/+0
* [Docs] Add remote.html redirectJonas Devlieghere2019-05-061-7/+8
* [CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake buildJonas Devlieghere2019-05-061-1/+0
* [CMake] Remove inlined-functions.yamlJonas Devlieghere2019-05-061-1/+0
* [Driver] Change the way we deal with local lldbinit files.Jonas Devlieghere2019-05-066-65/+30
* Fix the cmake build by removing non-existant source fileReid Kleckner2019-05-061-1/+0
OpenPOWER on IntegriCloud