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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
2
-0
/
+33
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
1
-9
/
+11
*
[lldb] Fix lookup of symbols with the same address range but different binding
Jan Kratochvil
2020-01-13
2
-0
/
+44
*
[lldb] Fix eh-frame-small-fde test for changes in lld
Pavel Labath
2020-01-13
1
-8
/
+3
*
lldbutil: Forward ASan launch info to test inferiors
Vedant Kumar
2020-01-10
1
-0
/
+6
*
[lldb/Test] Bypass LLDB_TEST_COMMON_ARGS for certain dotest args (NFC)
Jonas Devlieghere
2020-01-10
3
-15
/
+29
*
[lldb/Lua] Support loading Lua modules
Jonas Devlieghere
2020-01-10
2
-0
/
+20
*
[lldb/lua] Make convenience_variables.test compatible with lua-5.1
Pavel Labath
2020-01-10
1
-5
/
+5
*
[lldb/Lua] Make lldb.debugger et al available to Lua
Jonas Devlieghere
2020-01-09
6
-0
/
+49
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-0
/
+154
*
[lldb/Test] Try to appease the Windows bot
Jonas Devlieghere
2020-01-07
1
-1
/
+0
*
[lldb/Test] Remove old binary created by TestConvenienceVariables
Jonas Devlieghere
2020-01-07
1
-0
/
+1
*
[lldb/Test] Make TestConvenienceVariables more strict
Jonas Devlieghere
2020-01-07
1
-14
/
+11
*
[lldb/Test] Disable TestSynchronous.test on Windows.
Jonas Devlieghere
2019-12-23
1
-0
/
+1
*
[lldb/DWARF] Fix hostname-stripping logic
Pavel Labath
2019-12-23
1
-0
/
+49
*
[lldb/lua] Fix bindings.test for lua-5.1
Pavel Labath
2019-12-23
1
-1
/
+1
*
[lldb/ScriptInterpreter] Unify error message for command script import
Jonas Devlieghere
2019-12-22
1
-0
/
+2
*
[lldb/ScriptInterpreter] Fix stale/bogus error messages
Jonas Devlieghere
2019-12-21
2
-0
/
+13
*
[lldb/Commands] Honor the scripting language passed
Jonas Devlieghere
2019-12-21
1
-0
/
+11
*
[Lldb/Lua] Persist Lua state across script interpreter calls.
Jonas Devlieghere
2019-12-21
1
-0
/
+3
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
1
-0
/
+6
*
[lldb] disable thread-step-out-ret-addr-check on windows
Pavel Labath
2019-12-21
1
-0
/
+1
*
[lldb] One more attempt to fix thread-step-out-ret-addr-check on windows
Pavel Labath
2019-12-21
1
-0
/
+1
*
[lldb] Force the preprocessor to run in thread-step-out-ret-addr-check.test
Pavel Labath
2019-12-21
1
-1
/
+1
*
[lldb] [testsuite] Fix Linux fail: Unwind/thread-step-out-ret-addr-check.test
Jan Kratochvil
2019-12-21
2
-3
/
+7
*
[lldb/test] Update !DIModule for isysroot rename
Jonas Devlieghere
2019-12-20
1
-2
/
+2
*
Re-land "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
1
-0
/
+1
*
Revert "[lldb/CMake] Change how we deal with optional dependencies"
Jonas Devlieghere
2019-12-20
1
-1
/
+0
*
Temporarily restrict the test for D71372 to darwin till we fix it on other sy...
Jim Ingham
2019-12-20
1
-1
/
+1
*
[lldb/CMake] Change how we deal with optional dependencies
Jonas Devlieghere
2019-12-20
1
-0
/
+1
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
4
-0
/
+8
*
In 'thread step-out' command, only insert a breakpoint in executable memory.
Jim Ingham
2019-12-20
2
-0
/
+37
*
[lldb] Fix test using lld on non-linux systems
Johannes Altmanninger
2019-12-20
2
-4
/
+4
*
[LLDB] Fix address computation for inline function
Johannes Altmanninger
2019-12-20
2
-0
/
+34
*
[lldb/test] Move script interpreter tests
Jonas Devlieghere
2019-12-18
2
-2
/
+4
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
5
-5
/
+5
*
[FormatEntity] Add mangled function name support
Med Ismail Bennani
2019-12-12
2
-0
/
+27
*
[lldb/DWARF] Fix v5 location lists for dwo files
Pavel Labath
2019-12-12
1
-0
/
+190
*
[lldb] "See through" atomic types in ClangASTContext
Pavel Labath
2019-12-12
1
-4
/
+20
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
1
-0
/
+132
*
Revert "Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multip...
Eric Christopher
2019-12-10
2
-0
/
+35
*
Temporarily revert [lldb] e81268d - [lldb/Reproducers] Support multiple GDB r...
Eric Christopher
2019-12-10
2
-35
/
+0
*
[lldb/Reproducers] Support multiple GDB remotes
Jonas Devlieghere
2019-12-10
2
-0
/
+35
*
[lldb/DWARF] Switch to llvm location list parser
Pavel Labath
2019-12-09
1
-24
/
+111
*
[lldb] Improve/fix base address selection in location lists
Pavel Labath
2019-12-09
2
-0
/
+159
*
[lldb] Support for DWARF-5 atomic types
Raphael Isemann
2019-12-09
1
-0
/
+104
*
[lldb/Reproducer] Disable test on Windows to unblock the bot.
Jonas Devlieghere
2019-12-06
1
-0
/
+1
*
[lldb/DWARF] Fix DW_AT_addr_base & DW_AT_low_pc interaction
Pavel Labath
2019-12-06
1
-0
/
+106
*
[lldb/DWARF] Fix DW_AT_rnglists_base handling for dwo files
Pavel Labath
2019-12-06
1
-0
/
+156
*
[lldb/DWARF] Switch to llvm debug_rnglists parser
Pavel Labath
2019-12-05
1
-1
/
+54
[next]