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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
Jonas Devlieghere
2020-01-14
1
-2
/
+3
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
1
-0
/
+2
*
[lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRef
Raphael Isemann
2020-01-14
1
-7
/
+5
*
[lldb] Fix lookup of symbols with the same address range but different binding
Jan Kratochvil
2020-01-13
1
-1
/
+23
*
[lldb/Reproducer] Add SBReproducer::Replay overload (again)
Jonas Devlieghere
2020-01-10
1
-1
/
+2
*
RangeDataVector: Support custom sorting for D63540
Jan Kratochvil
2020-01-10
1
-23
/
+12
*
[lldb] Surpress "bitfield too small" gcc warning
Pavel Labath
2020-01-10
1
-3
/
+3
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
6
-39
/
+17
*
[lldb/DWARF] Fix mixed v4+v5 location lists
Pavel Labath
2020-01-09
1
-9
/
+0
*
[lldb] Remove default llvm::Triple argument from ClangASTContext constructor
Raphael Isemann
2020-01-08
1
-1
/
+1
*
[lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpec
Raphael Isemann
2020-01-08
1
-3
/
+7
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
2
-4
/
+4
*
[lldb][NFC] Remove forward declaration for non-existent type clang::Action an...
Raphael Isemann
2020-01-03
1
-1
/
+0
*
[lldb][NFC] Document TypeSystem and related Compiler* classes
Raphael Isemann
2020-01-03
4
-12
/
+64
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-0
/
+16
*
[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...
Raphael Isemann
2020-01-01
1
-6
/
+5
*
[lldb][NFC] Simplify ClangASTContext::GetTypeForDecl
Raphael Isemann
2019-12-30
1
-3
/
+3
*
[lldb][NFC] Make integer types functions in ClangASTContext not static
Raphael Isemann
2019-12-29
1
-8
/
+2
*
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
Raphael Isemann
2019-12-29
1
-25
/
+5
*
[lldb][NFC] Remove most GetASTContext calls in AST metadata code
Raphael Isemann
2019-12-29
1
-13
/
+3
*
[lldb] Specify unsigned underlying type for an enumeration explicitly
Tatyana Krasnukha
2019-12-26
1
-1
/
+3
*
[lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...
Raphael Isemann
2019-12-25
1
-3
/
+3
*
[lldb][NFC] Move ClangASTContext::m_scratch_ast_source_up to the appropriate ...
Raphael Isemann
2019-12-24
1
-3
/
+4
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
3
-84
/
+12
*
[lldb][NFC] Remove unused callback functionality from ClangASTContext
Raphael Isemann
2019-12-23
1
-3
/
+0
*
[lldb][NFC] Simplify ClangExternalASTSourceCallbacks
Raphael Isemann
2019-12-23
2
-104
/
+9
*
[lldb][NFC] Remove wrong and unused ClangASTContext::CopyDecl method
Raphael Isemann
2019-12-23
1
-4
/
+0
*
[lldb][NFC] Simplify ClangASTContext::GetTranslationUnitDecl
Raphael Isemann
2019-12-23
1
-4
/
+2
*
[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
1
-0
/
+6
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
1
-1
/
+1
*
[lldb/ScriptInterpreter] Unify error message for command script import
Jonas Devlieghere
2019-12-22
1
-4
/
+1
*
[lldb] Remove unused CompilerDeclContext::IsStructUnionOrClass
Raphael Isemann
2019-12-22
3
-6
/
+0
*
[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
Jonas Devlieghere
2019-12-21
1
-3
/
+3
*
[lldb/Core] Support asking the debugger for a specific script interpreter
Jonas Devlieghere
2019-12-21
1
-2
/
+5
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-29
/
+25
*
[lldb][NFC] Remove all ASTContext getter wrappers from ClangASTContext
Raphael Isemann
2019-12-21
1
-16
/
+0
*
[lldb/Lua] Implement a Simple Lua Script Interpreter Prototype
Jonas Devlieghere
2019-12-20
1
-0
/
+1
*
In 'thread step-out' command, only insert a breakpoint in executable memory.
Jim Ingham
2019-12-20
1
-0
/
+1
*
[lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDecl
Raphael Isemann
2019-12-20
1
-4
/
+2
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
2
-0
/
+3
*
[lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code style
Raphael Isemann
2019-12-19
1
-6
/
+3
*
[lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClass
Raphael Isemann
2019-12-17
1
-4
/
+6
*
[lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...
Raphael Isemann
2019-12-17
1
-1
/
+8
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
2
-14
/
+1
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
1
-1
/
+1
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
2
-1
/
+12
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
1
-10
/
+1
*
[lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...
Raphael Isemann
2019-12-16
2
-80
/
+101
*
[lldb][NFC] Remove ClangASTImporter::ResolveDeclOrigin
Raphael Isemann
2019-12-16
1
-13
/
+0
[next]