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] Adapt for NetBSD-9.99.30 ptrace(2) API changes
Kamil Rytarowski
2019-12-24
2
-2
/
+21
*
test: ensure that we dead-strip in the linker
Saleem Abdulrasool
2019-12-24
1
-0
/
+1
*
[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...
Raphael Isemann
2019-12-24
2
-11
/
+17
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
9
-142
/
+33
*
test: correct flags for Windows
Saleem Abdulrasool
2019-12-23
1
-0
/
+2
*
Revert "[lldb] Don't process symlinks deep inside DWARFUnit"
Jonas Devlieghere
2019-12-23
2
-12
/
+20
*
[lldb/CMake] Always set a value for find_package when finding optional depend...
Alex Langford
2019-12-23
1
-0
/
+1
*
[lldb/Test] Disable TestSynchronous.test on Windows.
Jonas Devlieghere
2019-12-23
1
-0
/
+1
*
[lldb] Remove DWARFUnit::AppendDIEsWithTag
Pavel Labath
2019-12-23
3
-24
/
+6
*
[lldb/DWARF] Fix hostname-stripping logic
Pavel Labath
2019-12-23
2
-0
/
+51
*
[lldb][NFC] Remove unused callback functionality from ClangASTContext
Raphael Isemann
2019-12-23
2
-8
/
+0
*
[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
Raphael Isemann
2019-12-23
4
-182
/
+27
*
[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...
Raphael Isemann
2019-12-23
2
-23
/
+6
*
[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl method
Raphael Isemann
2019-12-23
2
-20
/
+0
*
[lldb][NFC] Delete all 'else return ...' in CompilerDeclContext.cpp
Raphael Isemann
2019-12-23
1
-8
/
+4
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
3
-2
/
+6
*
[lldb] Don't process symlinks deep inside DWARFUnit
Pavel Labath
2019-12-23
2
-20
/
+12
*
[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp
Pavel Labath
2019-12-23
1
-0
/
+1
*
[lldb/lua] Fix bindings.test for lua-5.1
Pavel Labath
2019-12-23
1
-1
/
+1
*
[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDecl
Raphael Isemann
2019-12-23
2
-11
/
+3
*
[lldb] Add a SubsystemRAII that takes care of calling Initialize and Terminat...
Raphael Isemann
2019-12-23
27
-231
/
+261
*
[lldb][NFC] Document CompilerDeclContext constructors
Raphael Isemann
2019-12-23
1
-1
/
+7
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
9
-21
/
+25
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
7
-26
/
+12
*
build: use `find_package(Python3)` rather than `PYTHON_HOME`
Saleem Abdulrasool
2019-12-22
1
-0
/
+1
*
[lldb/ScriptInterpreter] Unify error message for command script import
Jonas Devlieghere
2019-12-22
4
-11
/
+11
*
build: improve python checks for Windows
Saleem Abdulrasool
2019-12-22
2
-167
/
+25
*
[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClass
Raphael Isemann
2019-12-22
5
-20
/
+0
*
[LLDB] Fix building without SWIG
Martin Storsjö
2019-12-22
1
-1
/
+3
*
[lldb/ScriptInterpreter] Fix stale/bogus error messages
Jonas Devlieghere
2019-12-21
3
-2
/
+15
*
[lldb/Commands] Honor the scripting language passed (2/2)
Jonas Devlieghere
2019-12-21
1
-14
/
+26
*
[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
Jonas Devlieghere
2019-12-21
3
-17
/
+14
*
[lldb/Commands] Use the default scripting langauge for BP functions
Jonas Devlieghere
2019-12-21
1
-1
/
+4
*
[lldb/Commands] Honor the scripting language passed
Jonas Devlieghere
2019-12-21
2
-2
/
+13
*
[lldb/Commands] Fix bogus enum entry and add Lua (NFC)
Jonas Devlieghere
2019-12-21
1
-5
/
+12
*
[lldb/Core] Support asking the debugger for a specific script interpreter
Jonas Devlieghere
2019-12-21
2
-9
/
+16
*
[Lldb/Lua] Persist Lua state across script interpreter calls.
Jonas Devlieghere
2019-12-21
5
-9
/
+24
*
[lldb] Fix windows build after getASTContext() change
Raphael Isemann
2019-12-21
1
-3
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
18
-735
/
+682
*
[Lldb/Lua] Generate Lua Bindings
Jonas Devlieghere
2019-12-21
8
-28
/
+107
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
7
-120
/
+59
*
[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] Fix -Wstringop-truncation in PythonReadline.cpp
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] Fix ARM32 inferior calls
Jan Kratochvil
2019-12-21
6
-15
/
+15
*
[lldb/test] Update !DIModule for isysroot rename
Jonas Devlieghere
2019-12-20
1
-2
/
+2
*
[lldb/test] Skip editline tests when LLDB_ENABLE_LIBEDIT is off.
Jonas Devlieghere
2019-12-20
5
-0
/
+8
*
[lldb] Expose more optional dependencies through GetBuildConfiguration()
Jonas Devlieghere
2019-12-20
1
-0
/
+12
[next]