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
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Look for CMake.app when searching for cmake
Todd Fiala
2016-05-16
1
-0
/
+18
*
Add CMake bits necessary for standalone build
Kamil Rytarowski
2016-05-12
1
-0
/
+2
*
Add the ability to limit "source regexp" breakpoints to a particular function
Jim Ingham
2016-04-28
1
-0
/
+6
*
Create _lldb python symlink correctly when LLVM_LIBDIR_SUFFIX is used
Francis Ricci
2016-04-25
2
-9
/
+44
*
Fix a build-llvm.py crasher when we can't find cmake. Now it exits with a val...
Greg Clayton
2016-04-22
1
-1
/
+1
*
Fix #ifdef __APPLE__ code is the swig Python bindings
Todd Fiala
2016-04-08
1
-2
/
+2
*
Add missing swig wrappers for r264662
Pavel Labath
2016-03-29
1
-0
/
+5
*
Fix FILE * leak in Python API
Stephane Sezer
2016-03-25
1
-5
/
+11
*
Use Clang's FixItHints to correct expressions with "trivial" mistakes (e.g. "...
Jim Ingham
2016-03-25
1
-0
/
+9
*
Add ThreadSanitizer debugging support.
Kuba Brecka
2016-03-23
1
-0
/
+9
*
Fix a build issue where the python module could become stale.
Zachary Turner
2016-03-18
1
-4
/
+17
*
Check for a NULL input filehandle before referencing it.
Jim Ingham
2016-03-11
1
-8
/
+11
*
Fix SBDebugger.GetOutputFileHandle() on OS X.
Jim Ingham
2016-03-11
3
-2
/
+9
*
Add an "offset" option to "break set -n" and "break set -f -l".
Jim Ingham
2016-03-09
1
-2
/
+46
*
Use shallow clones in build-llvm.py.
Stephane Sezer
2016-03-02
1
-1
/
+1
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
2
-1
/
+7
*
Adding an SBThread::StepInto that takes an end-line, also moved the code that...
Jim Ingham
2016-02-13
1
-0
/
+11
*
Adjust for Python-3.
Siva Chandra
2016-02-12
1
-5
/
+29
*
Change lldb.value.__int__() so that it takes into account the signedness of t...
Enrico Granata
2016-02-10
1
-3
/
+48
*
Add a note on how to create an empty target and use it to attach to
Jim Ingham
2016-02-01
1
-0
/
+10
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
4
-152
/
+0
*
modify Xcode build to use cmake/ninja for internal llvm/clang
Todd Fiala
2016-01-28
4
-408
/
+481
*
[LLDB][MIPS] A small fix in GetBreakableLoadAddress() for MIPS
Bhushan D. Attarde
2016-01-27
1
-0
/
+3
*
Fix some issues with bytes and strings in Python 3.
Zachary Turner
2016-01-25
2
-4
/
+9
*
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
1
-6
/
+14
*
Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.
Zachary Turner
2016-01-15
2
-6
/
+12
*
Get rid of const char** typemaps.
Zachary Turner
2016-01-13
1
-70
/
+7
*
Fix TestProcessLaunch for Python 3.
Zachary Turner
2016-01-13
1
-21
/
+29
*
Fix an issue where scripted commands would not actually print any of their ou...
Enrico Granata
2016-01-13
1
-1
/
+3
*
Fix Python 3 issues related to OS plugins.
Zachary Turner
2016-01-11
1
-9
/
+11
*
__ne__ is the actual Python operator; __neq__ is a typo
Enrico Granata
2015-12-18
1
-1
/
+1
*
Add API to support retrieving the formatters category for a specific language
Enrico Granata
2015-12-18
1
-0
/
+3
*
Change finishSwigPythonLLDB.py to copy six.py instead of simlink it
Ted Woodward
2015-12-11
1
-11
/
+26
*
Make it clear how you would get the pointee out of an SBValue with
Jim Ingham
2015-12-04
1
-0
/
+5
*
Add documentation for SBTarget::CreateValueFromAddress.
Jim Ingham
2015-12-04
1
-0
/
+18
*
Use sub-commands instead of --mode={client,server}.
Zachary Turner
2015-12-02
3
-37
/
+40
*
Unpack the output on the client, completing the cycle.
Zachary Turner
2015-11-30
4
-39
/
+89
*
Have swig_bot actually run swig, and send back the output.
Zachary Turner
2015-11-30
4
-36
/
+74
*
Be *stupider* about what constitutes a supported language binding.
Zachary Turner
2015-11-25
2
-29
/
+2
*
Another hack to fix the build bot.
Zachary Turner
2015-11-24
1
-1
/
+1
*
Fix build after swig_bot_lib changes.
Zachary Turner
2015-11-24
1
-1
/
+1
*
swig-bot - Close the socket when shutting down.
Zachary Turner
2015-11-24
1
-5
/
+10
*
Include config settings in the archive, and extract on the remote.
Zachary Turner
2015-11-24
4
-6
/
+81
*
Make swig_bot server support Ctrl+C
Zachary Turner
2015-11-24
2
-10
/
+21
*
swig_bot remote path connection / preliminary implementation.
Zachary Turner
2015-11-24
4
-24
/
+253
*
First implementation of swig_bot.py
Zachary Turner
2015-11-24
5
-0
/
+183
*
Create `lldbsuite.support.fs` and move `find_executable` there.
Zachary Turner
2015-11-21
1
-58
/
+9
*
Enable saving of mini dumps with lldb process save-core.
Adrian McCarthy
2015-11-20
1
-0
/
+3
*
Revert "FOO"
Adrian McCarthy
2015-11-20
1
-3
/
+0
[prev]
[next]