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
*
[lldb] Add expect_expr function for testing expression evaluation in dotests.
Raphael Isemann
2020-01-15
3
-5
/
+45
*
[lldb/test] Add test for CMTime data formatter
Jonas Devlieghere
2020-01-14
3
-0
/
+67
*
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
Jonas Devlieghere
2020-01-14
8
-31
/
+13
*
dotest.py: Add option to pass extra lldb settings to dotest
Adrian Prantl
2020-01-14
3
-9
/
+28
*
[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...
Stella Stamenova
2020-01-14
1
-1
/
+0
*
[lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssert
Jonas Devlieghere
2020-01-14
1
-3
/
+3
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
12
-19
/
+70
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
4
-16
/
+17
*
[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef
Raphael Isemann
2020-01-14
2
-14
/
+11
*
[lldb/Expression] Improve interpreter error message with a non-running target
Med Ismail Bennani
2020-01-14
2
-6
/
+7
*
[lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinition
Raphael Isemann
2020-01-14
1
-57
/
+52
*
[lldb][NFC] Rewrite python_api/rdar-12481949 test
Raphael Isemann
2020-01-14
5
-82
/
+24
*
[lldb] Don't defend against internal LLVM errors in IRInterpreter
Raphael Isemann
2020-01-14
1
-125
/
+13
*
[lldb] Fix that SBThread.GetStopDescription is returning strings with uniniti...
Raphael Isemann
2020-01-14
3
-11
/
+37
*
[lldb/Utility] Add std::move to make placate clang 3.8
Jonas Devlieghere
2020-01-13
1
-2
/
+2
*
[LanguageRuntime] Retire an unused member function. NFCI.
Davide Italiano
2020-01-13
4
-42
/
+0
*
[lldb-server] Prefer target_include_directories
Alex Langford
2020-01-13
1
-2
/
+1
*
[lldb] Revert ddf044290ede for TestProcessAPI.py
Raphael Isemann
2020-01-13
1
-1
/
+0
*
[lldb-server] Remove dead CMake code
Alex Langford
2020-01-13
1
-24
/
+0
*
[lldb/Docs] Extend description section of the main page
Jonas Devlieghere
2020-01-13
1
-2
/
+9
*
[lldb/Scripts] Remove SWIG bot
Jonas Devlieghere
2020-01-13
5
-621
/
+0
*
[lldb][NFC] Remove debug print statement from TestExprDiagnostics.py
Raphael Isemann
2020-01-13
1
-1
/
+0
*
[lldb] Fix lookup of symbols with the same address range but different binding
Jan Kratochvil
2020-01-13
5
-2
/
+70
*
[lldb][NFC] Use range-based for loops in IRInterpreter
Raphael Isemann
2020-01-13
1
-16
/
+12
*
[lldb] Fix eh-frame-small-fde test for changes in lld
Pavel Labath
2020-01-13
1
-8
/
+3
*
[lldb] Mark several tests as not dependent on debug info
Raphael Isemann
2020-01-13
40
-39
/
+42
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
3
-13
/
+11
*
[lldb/Reproducer] Add SBReproducer::Replay overload (again)
Jonas Devlieghere
2020-01-10
2
-1
/
+6
*
lldbutil: Forward ASan launch info to test inferiors
Vedant Kumar
2020-01-10
2
-1
/
+14
*
[lldb/Utils] Remove vim-lldb
Jonas Devlieghere
2020-01-10
9
-1834
/
+0
*
[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)
Jonas Devlieghere
2020-01-10
4
-15
/
+39
*
[lldb/Scripts] Move android script from underneath Python dir
Jonas Devlieghere
2020-01-10
2
-26
/
+0
*
[lldb/Scripts] Remove remote-build.py
Jonas Devlieghere
2020-01-10
1
-312
/
+0
*
[lldb/Scripts] Remove buildbot.py
Jonas Devlieghere
2020-01-10
1
-196
/
+0
*
[lldb] Fix TestClangASTContext.TestFunctionTemplateInRecordConstruction in De...
Raphael Isemann
2020-01-10
1
-1
/
+5
*
[lldb] Make CompleteTagDeclsScope completion order deterministic
Raphael Isemann
2020-01-10
1
-5
/
+3
*
[lldb/Lua] Support loading Lua modules
Jonas Devlieghere
2020-01-10
6
-0
/
+69
*
[lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...
Raphael Isemann
2020-01-10
2
-14
/
+33
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
8
-29
/
+42
*
[lldb][tests] Make it possible to expect failure for a whole category
Tatyana Krasnukha
2020-01-10
4
-4
/
+24
*
[lldb][tests][NFC] Unify variable naming convention
Tatyana Krasnukha
2020-01-10
5
-45
/
+45
*
RangeDataVector: Support custom sorting for D63540
Jan Kratochvil
2020-01-10
2
-23
/
+54
*
[lldb][tests] Cleanup '.categories'
Tatyana Krasnukha
2020-01-10
6
-5
/
+1
*
[lldb][test] NFC, re-use _getTestPath() function
Tatyana Krasnukha
2020-01-10
1
-21
/
+14
*
[lldb][tests] Take into account all parent's categories when traverse folders...
Tatyana Krasnukha
2020-01-10
2
-12
/
+13
*
[lldb] Surpress "bitfield too small" gcc warning
Pavel Labath
2020-01-10
1
-3
/
+3
*
[lldb/DWARF] Don't automatically search dwo unit attributes
Pavel Labath
2020-01-10
4
-23
/
+7
*
[lldb/lua] Make convenience_variables.test compatible with lua-5.1
Pavel Labath
2020-01-10
1
-5
/
+5
*
Data formatters: Look through array element typedefs
Jaroslav Sevcik
2020-01-10
6
-6
/
+54
*
When reading Aux file in chunks, read consecutive byte ranges
Jason Molenda
2020-01-09
2
-1
/
+161
[next]