index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove REQUIRES: darwin from a couple of MachO tests
Pavel Labath
2018-12-06
2
-2
/
+0
*
disable toolchain-clang-cl.test on non-windows
Pavel Labath
2018-12-06
1
-1
/
+1
*
Add a unit test for ArchSpec matching to document how it behaves (and test it).
Adrian Prantl
2018-12-06
2
-2
/
+52
*
[lldbsuite] Disable TestStopPCs when there's no XML support
Stella Stamenova
2018-12-06
1
-0
/
+2
*
[PDB] Make PDB lit tests use the new builder
Aleksandr Urakov
2018-12-05
15
-44
/
+33
*
[CMake] Fix side-effect from LLDB_VERSION change in r346668 for framework-ena...
Stefan Granitz
2018-12-05
2
-2
/
+2
*
gdb-remote: use elaborated type specifier for `Module`
Saleem Abdulrasool
2018-12-05
1
-2
/
+2
*
[build.py] Disable tests on non-Windows.
Zachary Turner
2018-12-04
2
-0
/
+4
*
Fix LLDB build script.
Zachary Turner
2018-12-04
1
-3
/
+4
*
[build.py] A few general improvements.
Zachary Turner
2018-12-04
8
-37
/
+302
*
Add SBInitializerOptions.cpp.
Jason Molenda
2018-12-04
1
-0
/
+4
*
[Reproducers] Only creaate the bottom-most dir
Jonas Devlieghere
2018-12-04
2
-6
/
+3
*
[FileSystem] Migrate CommandCompletions
Jonas Devlieghere
2018-12-04
4
-17
/
+62
*
Fix lldb-server unit tests for the MonitoringProcessLauncher refactor
Pavel Labath
2018-12-04
1
-1
/
+5
*
[Expr] Fix `TestExprOptions` after r348240 on MacOS X
Aleksandr Urakov
2018-12-04
1
-0
/
+15
*
[Expr] Check the language before ignoring Objective C keywords
Aleksandr Urakov
2018-12-04
4
-7
/
+22
*
[PlatformDarwin] Simplify logic and use FileSystem
Jonas Devlieghere
2018-12-04
1
-17
/
+4
*
[FileSystem] Migrate MonitoringProcessLauncher
Jonas Devlieghere
2018-12-03
1
-10
/
+5
*
Skip TestDriverOptions on Windows
Jonas Devlieghere
2018-12-03
1
-0
/
+3
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
40
-311
/
+402
*
[PDB] Support PDB-backed expressions evaluation (+ fix stuck test)
Aleksandr Urakov
2018-12-03
12
-33
/
+136
*
[lit] Add a generic build script with a lit substitution.
Zachary Turner
2018-12-01
16
-56
/
+700
*
[windows] Fix two minor bugs on Windows
Stella Stamenova
2018-12-01
2
-5
/
+6
*
Add a test to verify that lldb can load a kext binary.
Jason Molenda
2018-11-30
2
-0
/
+260
*
Skip TestRequireHWBreakpoints on Windows
Jonas Devlieghere
2018-11-30
1
-0
/
+4
*
Revert "[PDB] Support PDB-backed expressions evaluation"
Stella Stamenova
2018-11-30
12
-135
/
+34
*
[NativePDB] Fix ast-reconstruction test on x86
Aleksandr Urakov
2018-11-30
1
-3
/
+3
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
7
-0
/
+77
*
[PDB] Support PDB-backed expressions evaluation
Aleksandr Urakov
2018-11-30
12
-34
/
+135
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
7
-11
/
+97
*
Fix the Xcode project (pt. 2)
Jonas Devlieghere
2018-11-30
1
-0
/
+4
*
Fix the Xcode project
Jonas Devlieghere
2018-11-30
1
-10
/
+54
*
[lldbsuite] Build with -gdwarf on Windows
Stella Stamenova
2018-11-29
1
-0
/
+6
*
[CMake] Fix standalone build for debugserver on macOS
Stefan Granitz
2018-11-29
1
-1
/
+6
*
[LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo
George Rimar
2018-11-29
7
-20
/
+280
*
Fix windows build broken by r347846
Pavel Labath
2018-11-29
1
-1
/
+0
*
Remove getopt includes from the driver
Pavel Labath
2018-11-29
2
-13
/
+0
*
[LLDB] - Fix setting the breakpoints when -gsplit-dwarf and DWARF 5 were used...
George Rimar
2018-11-29
4
-4
/
+140
*
[driver] Fix --core/-c and add test
Jonas Devlieghere
2018-11-29
4
-50
/
+52
*
[driver] Some NFC cleanup
Jonas Devlieghere
2018-11-28
2
-30
/
+33
*
Make standalone build find tabelgen
Jonas Devlieghere
2018-11-28
1
-0
/
+1
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
12
-10
/
+187
*
[unittests] Fix the File System Test on Windows
Stella Stamenova
2018-11-28
1
-8
/
+0
*
Revert r347673 "Catch up with EvaluateAsInt() clang API change."
Hans Wennborg
2018-11-28
1
-5
/
+6
*
[unittest] Fix the FileSystem test on Windows. (Attempt #2)
Jonas Devlieghere
2018-11-28
1
-5
/
+5
*
Remove dead code from IOHandler
Alex Langford
2018-11-27
1
-4
/
+0
*
[lldbsuite] Each lldb suite test must have a unique class name
Stella Stamenova
2018-11-27
2
-2
/
+2
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
12
-137
/
+283
*
[unittest] Fix the FileSystem test on Windows.
Jonas Devlieghere
2018-11-27
1
-0
/
+8
*
[Driver] Use libOption with tablegen.
Jonas Devlieghere
2018-11-27
11
-648
/
+661
[next]