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-server tests: Propagate environment variables (pr34192)
Pavel Labath
2017-10-20
1
-0
/
+8
*
Revert "Logging: Make sure logging machinery is in a consistent state after f...
Pavel Labath
2017-10-20
5
-27
/
+3
*
Logging: Make sure logging machinery is in a consistent state after forking
Pavel Labath
2017-10-19
5
-3
/
+27
*
lldb-server tests: Fix undefined behavior
Pavel Labath
2017-10-18
1
-2
/
+2
*
Silence some "implicit conversion of string literal" warnings
Pavel Labath
2017-10-17
2
-7
/
+7
*
lldb-server tests: Add support for testing debugserver
Pavel Labath
2017-10-17
6
-30
/
+83
*
Remove shared_pointer from NativeThreadProtocol
Pavel Labath
2017-10-17
11
-293
/
+217
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
10
-302
/
+21
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
10
-21
/
+302
*
The save_crashlog command was still looking at lldb.target and
Jim Ingham
2017-10-12
1
-6
/
+7
*
Add cases for new type DependentAddressSpace, added in r314649
Ted Woodward
2017-10-11
1
-0
/
+9
*
Remove default case from switch.
Ted Woodward
2017-10-11
1
-2
/
+4
*
Fix dumping of characters with non-standard sizes
Petr Pavlu
2017-10-11
4
-93
/
+176
*
[lldb] Enable using out-of-tree dwps
Alexander Shaposhnikov
2017-10-10
2
-2
/
+12
*
Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...
Peter Collingbourne
2017-10-10
2
-10
/
+10
*
Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with r
Stephane Sezer
2017-10-09
1
-1
/
+1
*
[DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.
Davide Italiano
2017-10-09
1
-1
/
+1
*
[SymbolFile/DWARF] Simplify two functions. NFCI.
Davide Italiano
2017-10-09
1
-8
/
+2
*
Remove the input file specification from the
Jason Molenda
2017-10-07
1
-1
/
+0
*
Specify the input & output results of the "Prepare Swig Bindings"
Jason Molenda
2017-10-06
1
-0
/
+2
*
[CMake] Add LLDB_INCLUDE_TESTS variable
Chris Bieneman
2017-10-06
1
-3
/
+8
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
10
-24
/
+139
*
Enable breakpoints and read/write GPRs for ppc64le
Eugene Zemtsov
2017-10-05
13
-2
/
+766
*
Work around a bug in the C++ expression parser.
Jim Ingham
2017-10-05
1
-47
/
+47
*
Another silly little thing you can do with Python commands.
Jim Ingham
2017-10-05
1
-0
/
+24
*
LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build type
Leonard Mosescu
2017-10-04
2
-9
/
+7
*
cmake + xcode: prevent gtests from using includes from project root
Tim Hammerquist
2017-10-03
17
-37
/
+36
*
[lldb] Fix initialization of m_debug_cu_index_map
Alexander Shaposhnikov
2017-10-03
2
-5
/
+11
*
Move install_name_tool to a separate make target.
Jason Molenda
2017-10-02
1
-1
/
+3
*
Improve FreeBSD kernel debugging
Ed Maste
2017-10-02
11
-60
/
+126
*
[lldb-mi] Fix a thinko in my previous commit.
Davide Italiano
2017-09-30
1
-1
/
+1
*
[lldb-mi] Add a default case to placate GCC with -Werror.
Davide Italiano
2017-09-30
1
-0
/
+2
*
[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.
Davide Italiano
2017-09-30
1
-2
/
+1
*
Fix Android remote debugging tests running on Windows
Eugene Zemtsov
2017-09-29
1
-1
/
+4
*
Fix compilation error
Eugene Zemtsov
2017-09-29
2
-15
/
+15
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
13
-116
/
+588
*
Add a few missing newlines in lldb-server messages
Stephane Sezer
2017-09-28
1
-8
/
+8
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
8
-121
/
+22
*
Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to
Jason Molenda
2017-09-27
2
-3
/
+3
*
Add support for running the lldb testsuite against an apple watch
Jason Molenda
2017-09-27
9
-9
/
+16
*
Update the Objective-C runtime interface code to handle objc objects
Jason Molenda
2017-09-27
4
-12
/
+180
*
Update ABIMacOSX_arm::PrepareTrivialCall to correctly align the
Jason Molenda
2017-09-27
1
-4
/
+5
*
[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks
Sean Callanan
2017-09-26
4
-105
/
+76
*
Remove the details of the libstdc++ implementation that were
Jason Molenda
2017-09-25
2
-17
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
98
-165
/
+517
*
Use socketpair on all Unix platforms
Eugene Zemtsov
2017-09-25
2
-16
/
+46
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
88
-486
/
+163
*
Implement trampoline step-through for Windows-x86.
Stephane Sezer
2017-09-22
1
-1
/
+43
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
88
-163
/
+486
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
88
-486
/
+163
[next]