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/SWIG] Undo incorrect substitution
Jonas Devlieghere
2020-01-09
1
-1
/
+1
*
[lldb/SWIG] Fix capitalization for case sensitive file systems.
Jonas Devlieghere
2020-01-09
1
-4
/
+4
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
80
-18
/
+17
*
[lldb/Lua] Make lldb.debugger et al available to Lua
Jonas Devlieghere
2020-01-09
10
-3
/
+89
*
[lldb/SWIG] Add missing '\' in macros again
Jonas Devlieghere
2020-01-09
1
-2
/
+2
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
10
-132
/
+70
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
10
-75
/
+184
*
[lldb/DWARF] Add is_dwo member to DWARFUnit
Pavel Labath
2020-01-09
7
-20
/
+19
*
[lldb] Fix that TestNoSuchArch.py was passing for the wrong reason
Raphael Isemann
2020-01-09
1
-2
/
+2
*
[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)
Jonas Devlieghere
2020-01-08
18
-253
/
+59
*
Save more descriptive error msg from FBS/BKS, relay it up to lldb.
Jason Molenda
2020-01-08
1
-20
/
+26
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
4
-139
/
+0
*
[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)
Jonas Devlieghere
2020-01-08
25
-287
/
+95
*
Delete dead code.
Adrian Prantl
2020-01-08
1
-48
/
+0
*
[lldb/CMake] Only auto-enable Lua when SWIG is found
Jonas Devlieghere
2020-01-08
2
-1
/
+32
*
[lldb/SWIG] Refactor extensions to be non Python-specific
Jonas Devlieghere
2020-01-08
4
-14
/
+18
*
[lldb/CMake] Use LLDB's autodetection logic for libxml2
Jonas Devlieghere
2020-01-08
2
-12
/
+17
*
[lldb] Remove default llvm::Triple argument from ClangASTContext constructor
Raphael Isemann
2020-01-08
2
-3
/
+4
*
[lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpec
Raphael Isemann
2020-01-08
2
-30
/
+23
*
[lldb/CMake] Only auto-enable Python when SWIG is found
Jonas Devlieghere
2020-01-07
2
-36
/
+37
*
[lldb/Test] Try to appease the Windows bot
Jonas Devlieghere
2020-01-07
1
-1
/
+0
*
Revert "Re-land "[lldb/Lua] Add string conversion operator for SBTarget.""
Jonas Devlieghere
2020-01-07
4
-12
/
+12
*
Rewrite comment about what watchpoints Aarch64 supports.
Jason Molenda
2020-01-07
1
-21
/
+29
*
Re-land "[lldb/Lua] Add string conversion operator for SBTarget."
Jonas Devlieghere
2020-01-07
4
-12
/
+12
*
[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
*
Revert "[lldb/Lua] Add string conversion operator for SBTarget."
Jonas Devlieghere
2020-01-07
4
-12
/
+12
*
[lldb/Lua] Add string conversion operator for SBTarget.
Jonas Devlieghere
2020-01-07
4
-12
/
+12
*
[lldb] Initialize some bitfields in FuncUnwinders.cpp
Pavel Labath
2020-01-07
1
-0
/
+2
*
Remove extraneous spaces
Med Ismail Bennani
2020-01-07
1
-1
/
+1
*
[lldb][NFC] Use static_cast instead of reinterpret_cast where possible
Raphael Isemann
2020-01-07
16
-69
/
+67
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
7
-18
/
+13
*
[lldb] Fix LLDB build after API change to printInst (D72172)
Raphael Isemann
2020-01-07
1
-2
/
+2
*
Change the patterns to include the prefix '= ' so we don't pass errantly.
Jason Molenda
2020-01-06
1
-5
/
+5
*
[NSArray] Remove a very old and deprecated formatter.
Davide Italiano
2020-01-06
1
-27
/
+0
*
[lldb/Docs] Describe optional dependencies on build page.
Jonas Devlieghere
2020-01-06
1
-5
/
+31
*
[lldb/Docs] Fix capitalization typo.
Jonas Devlieghere
2020-01-06
1
-1
/
+1
*
[lldb/CMake] Only set PYTHON_HOME on Windows
Jonas Devlieghere
2020-01-06
1
-1
/
+1
*
[CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...
Fangrui Song
2020-01-06
1
-0
/
+8
*
[lldb/Test] Move @skipIfAsan from test class to test methods.
Jonas Devlieghere
2020-01-06
1
-1
/
+2
*
[lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.
Jonas Devlieghere
2020-01-06
1
-0
/
+1
*
[lldb/CMake] Autodetect Python dependency
Jonas Devlieghere
2020-01-06
3
-48
/
+107
*
[lldb] [Process/NetBSD] Remove unused orig_*ax use
Michał Górny
2020-01-06
1
-5
/
+0
*
[lldb/Command] Add --force option for `watchpoint delete` command
Med Ismail Bennani
2020-01-04
3
-39
/
+94
*
[UserExpression] Clean up `return` after `else`.
Davide Italiano
2020-01-03
1
-4
/
+3
*
[lldb/Utility] YAML validation should be orthogonal to packet semantics.
Jonas Devlieghere
2020-01-03
1
-3
/
+0
*
[lldb/Docs] Include the man page on the website
Jonas Devlieghere
2020-01-03
1
-4
/
+5
*
[lldb/Docs] Include how to generate the man page
Jonas Devlieghere
2020-01-03
1
-0
/
+1
*
[lldb][NFC] Remove forward declaration for non-existent type clang::Action an...
Raphael Isemann
2020-01-03
3
-7
/
+2
*
[lldb][NFC] Document TypeSystem and related Compiler* classes
Raphael Isemann
2020-01-03
4
-12
/
+64
[next]