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 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
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
88
-163
/
+486
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
8
-22
/
+121
*
Fix warning caused by new clang::BuiltinType::Float16 added in r312794
Ted Woodward
2017-09-20
1
-0
/
+1
*
Fix the SIGINT handlers
Adrian McCarthy
2017-09-20
2
-9
/
+9
*
Signal polling is supported with pselect (re-land r313704 without a Windows b...
Eugene Zemtsov
2017-09-20
2
-5
/
+5
*
Rollback r313704 because of the Windows build break
Eugene Zemtsov
2017-09-20
2
-6
/
+5
*
Signal polling is supported with pselect
Eugene Zemtsov
2017-09-20
2
-5
/
+6
*
Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...
Adrian McCarthy
2017-09-19
6
-5
/
+100
*
Fix build of TaskPoolTest with xcodebuild
Francis Ricci
2017-09-19
1
-1
/
+1
*
Use ThreadLauncher to launch TaskPool threads
Francis Ricci
2017-09-19
9
-10
/
+21
*
Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...
Adrian McCarthy
2017-09-18
6
-91
/
+6
*
Revert "Use ThreadLauncher to launch TaskPool threads"
Francis Ricci
2017-09-18
1
-12
/
+1
*
Use ThreadLauncher to launch TaskPool threads
Francis Ricci
2017-09-18
1
-1
/
+12
*
Fix Linux remote debugging after r313442
Tamas Berghammer
2017-09-18
1
-1
/
+2
*
Fix compatibility with OpenOCD debug stub.
Vadim Chugunov
2017-09-16
2
-7
/
+5
*
Check availability of accept4 in C++ instad of C code.
Eugene Zemtsov
2017-09-16
1
-1
/
+1
*
More precise c library feature detection for Android.
Eugene Zemtsov
2017-09-16
3
-2
/
+3
*
Resubmit "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
2
-101
/
+16
*
Remove a couple of warnings pointed out by Ted Woodward.
Jim Ingham
2017-09-15
1
-5
/
+11
*
Revert "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
2
-16
/
+101
*
Fix syntax in lldb lit.cfg
Reid Kleckner
2017-09-15
1
-1
/
+1
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
7
-12
/
+69
*
Mention breakpoint names in the tutorial.
Jim Ingham
2017-09-14
1
-3
/
+64
*
Remove BreakpointName.h from all targets so it doesn't
Jim Ingham
2017-09-14
1
-2
/
+0
*
Add new files to the cmake lists.
Jim Ingham
2017-09-14
2
-0
/
+3
[next]