summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [CMake] Pass full libedit path to linkerTatyana Krasnukha2018-11-272-2/+2
* Catch up with EvaluateAsInt() clang API change.Davide Italiano2018-11-271-6/+5
* Move time cast to SymbolFileDWARFDebugMapJonas Devlieghere2018-11-273-23/+12
* Add support for the Dylan language to ClangASTContextBruce Mitchener2018-11-271-1/+3
* Revert "[CMake] Streamline code signing for debugserver and pass entitlements...Davide Italiano2018-11-276-122/+74
* [FileSystem] Ignore nanoseconds when comparing oso_mod_timeJonas Devlieghere2018-11-263-7/+19
* [lit] Fully qualify lit_config to avoid runtime crashes.Davide Italiano2018-11-261-1/+1
* [Cmake] Add missing dependency to `count`.Davide Italiano2018-11-261-0/+1
* [ASTImporter] Set MustBuildLookupTable on PrimaryContextGabor Marton2018-11-261-1/+1
* Revert r347491 as it's llvm counterpart breaks buildbotsLuke Cheeseman2018-11-232-3/+3
* Revert r343342 together with LLVM commit 347490.Luke Cheeseman2018-11-232-3/+3
* Update call to EvaluateAsInt() to the new syntax.Bill Wendling2018-11-211-5/+6
* [lit] Add pthread to the compilation of the tests on LinuxStella Stamenova2018-11-211-1/+1
* Revert 347365, its prerequisite 347364 got reverted.Nico Weber2018-11-211-6/+5
* Update call to EvaluateAsInt() to the new syntax.Bill Wendling2018-11-201-5/+6
* [lit] Build and link TestIRMemoryMapWindows explicitlyStella Stamenova2018-11-201-1/+2
* [lit] Disable the stop hook tests on WindowsStella Stamenova2018-11-202-0/+2
* [CMake] Streamline code signing for debugserver and pass entitlements to exte...Stefan Granitz2018-11-206-74/+122
* Skip TestTargetCreateDepsJonas Devlieghere2018-11-201-1/+1
OpenPOWER on IntegriCloud