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
*
Add a note on how to create an empty target and use it to attach to
Jim Ingham
2016-02-01
1
-0
/
+10
*
Always write the session file in UTF-8.
Zachary Turner
2016-02-01
4
-3
/
+53
*
Fix misnamed variable in TestProcessAPI.py
Zachary Turner
2016-02-01
1
-2
/
+2
*
Remove flaky annotation for TestCallWithTimeout on linux
Pavel Labath
2016-02-01
1
-1
/
+0
*
Remove Timer::Initialize routine
Pavel Labath
2016-02-01
3
-28
/
+12
*
Set correct ThreadStopInfo in case of trace event
Abhishek Aggarwal
2016-02-01
4
-15
/
+58
*
Fixed a couple of places where we were getting the module from a
Jim Ingham
2016-01-29
2
-5
/
+21
*
Fix this test for the the switch in default for IgnoreBreakpoints in SBFrame....
Jim Ingham
2016-01-29
1
-1
/
+6
*
Revert "fix up missing header from change r259084."
Todd Fiala
2016-01-29
1
-1
/
+0
*
Fix crash in lldb-mi when stack variable name is nullptr. This always happens...
Eugene Leviant
2016-01-29
3
-1
/
+34
*
Fix linking of lldb-server with BUILD_SHARED_LIBS
Pavel Labath
2016-01-29
1
-16
/
+11
*
Ignore breakpoints by default in SBFrame::EvaluateExpression
Eugene Leviant
2016-01-29
1
-0
/
+3
*
[RenderScript] Remove unused RS command
Ewan Crawford
2016-01-29
2
-55
/
+2
*
Fix TestDataFormatterScript for Linux.
Chaoren Lin
2016-01-29
1
-5
/
+4
*
Fix a bug where type <formatter> list would ignore the -w argument
Enrico Granata
2016-01-29
2
-0
/
+7
*
Fix a bug where LLDB would not print the name of the function that a scripted...
Enrico Granata
2016-01-29
7
-3
/
+109
*
fix up missing header from change r259084.
Todd Fiala
2016-01-28
1
-0
/
+1
*
add back an Xcode-specific Makefile for header installation
Todd Fiala
2016-01-28
1
-0
/
+23
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
104
-2252
/
+0
*
Fix build after rL259070.
Chaoren Lin
2016-01-28
1
-1
/
+1
*
Update lldb for API change in clang r259070.
Manman Ren
2016-01-28
1
-1
/
+1
*
Fix an issue where the type <formatter> list command would not accept a valid...
Enrico Granata
2016-01-28
2
-1
/
+27
*
[Renderscript] Clang-format the renderscript plugin.
Aidan Dodds
2016-01-28
2
-754
/
+819
*
Fix const cast error for MSVC2015 build.
Aidan Dodds
2016-01-28
1
-1
/
+1
*
fixed Xcode gtest build failure
Todd Fiala
2016-01-28
1
-4
/
+4
*
modify Xcode build to use cmake/ninja for internal llvm/clang
Todd Fiala
2016-01-28
6
-420
/
+495
*
A while back in revison 244716 we added support for getting the host OS versi...
Greg Clayton
2016-01-28
2
-9
/
+4
*
Revert "Resubmit r258759 with proper unicode handling."
Zachary Turner
2016-01-27
2
-2
/
+3
*
Resubmit r258759 with proper unicode handling.
Zachary Turner
2016-01-27
2
-3
/
+2
*
Fix some python 3 incompatibilities that went in overnight.
Zachary Turner
2016-01-27
2
-2
/
+4
*
Refactor some of the xfail / skip decorators to share logic.
Zachary Turner
2016-01-27
4
-74
/
+122
*
Don't automtically try to import pexpect in lldbpexpect.
Zachary Turner
2016-01-27
1
-45
/
+51
*
XFail TestCPPAuto on Windows until we can find the root problem.
Adrian McCarthy
2016-01-27
1
-0
/
+1
*
Decorarte TestInferiorAssert xfails on AArch64 Linux
Omair Javaid
2016-01-27
1
-3
/
+3
*
Fix linking with LLVM_LINK_LLVM_DYLIB=ON
Pavel Labath
2016-01-27
1
-2
/
+2
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
8
-13
/
+143
*
Revert r258546.
Saleem Abdulrasool
2016-01-26
2
-2
/
+0
*
Update for LLVM change
Benjamin Kramer
2016-01-26
3
-6
/
+6
*
[RenderScript] Provide option to specify a single allocation to print
Ewan Crawford
2016-01-26
2
-22
/
+23
*
Reverting r258759 as it is breaking the OSX build
Enrico Granata
2016-01-26
2
-1
/
+2
*
Fix TestRerun.py on Windows.
Zachary Turner
2016-01-26
1
-25
/
+6
*
Fix the lldbinline tests so they make well-formed Makefiles.
Sean Callanan
2016-01-26
1
-1
/
+1
*
Remove XFAIL Windows from a test that was fixed by r258758.
Zachary Turner
2016-01-26
1
-1
/
+0
*
Write the session log file in UTF-8.
Zachary Turner
2016-01-26
2
-2
/
+1
*
Set symbol types for function symbols loaded from PE/COFF
Adrian McCarthy
2016-01-26
6
-22
/
+40
*
Fix TestSyntheticCapping for Python 3.
Zachary Turner
2016-01-26
1
-19
/
+19
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
4
-14
/
+15
*
Fix more occurrences of string/bytes/bytearray in swig typemaps.
Zachary Turner
2016-01-25
1
-20
/
+44
*
Fix swig typemap for SBEvent.
Zachary Turner
2016-01-25
4
-6
/
+147
*
Fix TestSourceManager.py on Windows.
Adrian McCarthy
2016-01-25
1
-7
/
+6
[next]