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
*
Fix NetBSD build for r343409
Pavel Labath
2018-09-30
1
-1
/
+0
*
Pull GetSoftwareBreakpointPCOffset into base class
Pavel Labath
2018-09-30
5
-65
/
+34
*
[SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().
Davide Italiano
2018-09-28
4
-0
/
+53
*
[Driver] Remove unused declarations and "include" directives
Tatyana Krasnukha
2018-09-28
2
-9
/
+1
*
Clean-up usage of OptionDefinition arrays
Tatyana Krasnukha
2018-09-28
5
-103
/
+61
*
Revert r343318 together with llvm commit r343317
Luke Cheeseman
2018-09-28
2
-3
/
+3
*
Reapply the changes reverted by r343236
Luke Cheeseman
2018-09-28
2
-3
/
+3
*
[PDB] Handle `char` as a builtin type
Aleksandr Urakov
2018-09-28
5
-4
/
+10
*
[lldb] Remove an assertion in RichManglingContext::GetBufferRef() hit when de...
Aaron Smith
2018-09-28
2
-1
/
+23
*
Fixes for GDB remote packet disassembler:
Greg Clayton
2018-09-27
1
-59
/
+131
*
Add an interactive mode to BSD archive parser.
Greg Clayton
2018-09-27
1
-11
/
+94
*
Revert r343193 together with r343192
Luke Cheeseman
2018-09-27
2
-3
/
+3
*
Update CallFrameString API to account for r343114
Luke Cheeseman
2018-09-27
2
-3
/
+3
*
Refactor ClangUserExpression::GetLanguageForExpr
Raphael Isemann
2018-09-27
2
-20
/
+17
*
Replace pointer to C-array of PropertyDefinition with llvm::ArrayRef
Tatyana Krasnukha
2018-09-27
18
-40
/
+24
*
[target] Fix typo and give bool a default value
Jonas Devlieghere
2018-09-27
1
-5
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Fix ProcessKDP after r343130
Tatyana Krasnukha
2018-09-26
1
-2
/
+2
*
Fix OSX build after r343130
Tatyana Krasnukha
2018-09-26
1
-3
/
+3
*
Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...
Tatyana Krasnukha
2018-09-26
54
-781
/
+782
*
[unittest] Fix NativeProcessProtocolTest.cpp (NFC)
Jonas Devlieghere
2018-09-26
1
-2
/
+2
*
[PDB] Restore the calling convention from PDB
Aleksandr Urakov
2018-09-26
6
-4
/
+77
*
Fix a memory read bug in lldb-server
Pavel Labath
2018-09-26
2
-7
/
+85
*
[lldb-mi] Fix bugs in target-select-so-path.test
Alexander Polyakov
2018-09-25
2
-6
/
+9
*
Change the unwinder to not use a hard-coded limit on the
Jason Molenda
2018-09-25
6
-2
/
+65
*
[lldbinline] Set directory attribute on test-specific classes
Vedant Kumar
2018-09-25
1
-1
/
+1
*
XFAIL some tests in TestTargetCreateDeps on linux
Pavel Labath
2018-09-25
1
-0
/
+4
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-25
1
-2
/
+2
*
[Swig] Merge typemaps with same bodies
Tatyana Krasnukha
2018-09-25
1
-196
/
+53
*
[lldb-mi] Fix hanging of target-select-so-path.test
Alexander Polyakov
2018-09-24
1
-13
/
+21
*
Add NativeProcessProtocol unit tests
Pavel Labath
2018-09-24
2
-0
/
+156
*
Change type of m_user_expression_start_pos to size_t
Raphael Isemann
2018-09-22
2
-2
/
+2
*
Move architecture-specific address adjustment to architecture plugins
Tatyana Krasnukha
2018-09-21
8
-236
/
+393
*
build: add libedit to include paths
Tatyana Krasnukha
2018-09-21
3
-0
/
+12
*
Add dependency on llc required by find-variable-dwo test
Tatyana Krasnukha
2018-09-21
1
-0
/
+1
*
Skip test if gcc version is less than 7.1 since it doesn't support -gcolumn-i...
Tatyana Krasnukha
2018-09-21
1
-0
/
+4
*
[lldbtest] Fix self.filecheck check file lookup
Vedant Kumar
2018-09-20
1
-10
/
+11
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-20
1
-1
/
+1
*
Refactor FindVariable() core functionality into StackFrame out of SBFrame
Shafik Yaghmour
2018-09-20
3
-20
/
+52
*
[target] Change target create's behavior wrt loading dependent files.
Jonas Devlieghere
2018-09-20
6
-12
/
+224
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
25
-64
/
+88
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-19
9
-0
/
+458
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
9
-70
/
+137
*
Revert "[DataFormatters] Add formatter for C++17 std::variant"
Shafik Yaghmour
2018-09-17
9
-475
/
+0
*
[DataFormatters] Add formatter for C++17 std::variant
Shafik Yaghmour
2018-09-17
9
-0
/
+475
*
Add docs for scripted breakpoint resolvers
Jim Ingham
2018-09-17
1
-0
/
+189
*
Revert "[IRInterpreter] Minor cleanups, add comments. NFCI."
Davide Italiano
2018-09-17
1
-3
/
+7
*
Add descriptions to completed expressions
Raphael Isemann
2018-09-17
2
-8
/
+65
*
[lldb-mi] Correct regex in the symbol-list-lines test
Alexander Polyakov
2018-09-15
1
-2
/
+2
*
[IRInterpreter] Minor cleanups, add comments. NFCI.
Davide Italiano
2018-09-14
1
-7
/
+3
[next]