summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove REQUIRES: darwin from a couple of MachO testsPavel Labath2018-12-062-2/+0
* disable toolchain-clang-cl.test on non-windowsPavel Labath2018-12-061-1/+1
* Add a unit test for ArchSpec matching to document how it behaves (and test it).Adrian Prantl2018-12-062-2/+52
* [lldbsuite] Disable TestStopPCs when there's no XML supportStella Stamenova2018-12-061-0/+2
* [PDB] Make PDB lit tests use the new builderAleksandr Urakov2018-12-0515-44/+33
* [CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-ena...Stefan Granitz2018-12-052-2/+2
* gdb-remote: use elaborated type specifier for `Module`Saleem Abdulrasool2018-12-051-2/+2
* [build.py] Disable tests on non-Windows.Zachary Turner2018-12-042-0/+4
* Fix LLDB build script.Zachary Turner2018-12-041-3/+4
* [build.py] A few general improvements.Zachary Turner2018-12-048-37/+302
* Add SBInitializerOptions.cpp.Jason Molenda2018-12-041-0/+4
* [Reproducers] Only creaate the bottom-most dirJonas Devlieghere2018-12-042-6/+3
* [FileSystem] Migrate CommandCompletionsJonas Devlieghere2018-12-044-17/+62
* Fix lldb-server unit tests for the MonitoringProcessLauncher refactorPavel Labath2018-12-041-1/+5
* [Expr] Fix `TestExprOptions` after r348240 on MacOS XAleksandr Urakov2018-12-041-0/+15
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-044-7/+22
* [PlatformDarwin] Simplify logic and use FileSystemJonas Devlieghere2018-12-041-17/+4
* [FileSystem] Migrate MonitoringProcessLauncherJonas Devlieghere2018-12-031-10/+5
* Skip TestDriverOptions on WindowsJonas Devlieghere2018-12-031-0/+3
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-0340-311/+402
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-0312-33/+136
* [lit] Add a generic build script with a lit substitution.Zachary Turner2018-12-0116-56/+700
* [windows] Fix two minor bugs on WindowsStella Stamenova2018-12-012-5/+6
* Add a test to verify that lldb can load a kext binary.Jason Molenda2018-11-302-0/+260
* Skip TestRequireHWBreakpoints on WindowsJonas Devlieghere2018-11-301-0/+4
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-3012-135/+34
* [NativePDB] Fix ast-reconstruction test on x86Aleksandr Urakov2018-11-301-3/+3
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-307-0/+77
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-3012-34/+135
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-307-11/+97
* Fix the Xcode project (pt. 2)Jonas Devlieghere2018-11-301-0/+4
* Fix the Xcode projectJonas Devlieghere2018-11-301-10/+54
* [lldbsuite] Build with -gdwarf on WindowsStella Stamenova2018-11-291-0/+6
* [CMake] Fix standalone build for debugserver on macOSStefan Granitz2018-11-291-1/+6
* [LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwoGeorge Rimar2018-11-297-20/+280
* Fix windows build broken by r347846Pavel Labath2018-11-291-1/+0
* Remove getopt includes from the driverPavel Labath2018-11-292-13/+0
* [LLDB] - Fix setting the breakpoints when -gsplit-dwarf and DWARF 5 were used...George Rimar2018-11-294-4/+140
* [driver] Fix --core/-c and add testJonas Devlieghere2018-11-294-50/+52
* [driver] Some NFC cleanupJonas Devlieghere2018-11-282-30/+33
* Make standalone build find tabelgenJonas Devlieghere2018-11-281-0/+1
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-2812-10/+187
* [unittests] Fix the File System Test on WindowsStella Stamenova2018-11-281-8/+0
* Revert r347673 "Catch up with EvaluateAsInt() clang API change."Hans Wennborg2018-11-281-5/+6
* [unittest] Fix the FileSystem test on Windows. (Attempt #2)Jonas Devlieghere2018-11-281-5/+5
* Remove dead code from IOHandlerAlex Langford2018-11-271-4/+0
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-272-2/+2
* [Reproducers] Improve reproducer API and add unit tests.Jonas Devlieghere2018-11-2712-137/+283
* [unittest] Fix the FileSystem test on Windows.Jonas Devlieghere2018-11-271-0/+8
* [Driver] Use libOption with tablegen.Jonas Devlieghere2018-11-2711-648/+661
OpenPOWER on IntegriCloud