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
*
Per off-list feedback, this API returns the *first* value with a given name, ...
Enrico Granata
2014-11-21
1
-1
/
+1
*
Add an API on SBValueList to find the first value with a given name stored in...
Enrico Granata
2014-11-21
1
-0
/
+4
*
Shuffle APIs around a little bit, so that if you pass custom summary options,...
Enrico Granata
2014-11-18
1
-1
/
+2
*
Find SWIG with CMake
Ismail Pazarbasi
2014-11-18
3
-17
/
+20
*
Add documentation for the SBTarget::ReadInstructions and
Jason Molenda
2014-11-18
1
-2
/
+27
*
Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...
Enrico Granata
2014-11-17
2
-0
/
+6
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
1
-0
/
+12
*
Fix buildSwigWrapperClasses.py after recent break.
Zachary Turner
2014-11-17
1
-7
/
+28
*
Fix Darwin and FreeBSD OS type detection
Ed Maste
2014-11-17
1
-8
/
+11
*
Whitespace cleanup and remove non-canonical headers
Ed Maste
2014-11-17
1
-51
/
+43
*
Do not override the existing definition of addr_size when adding new properti...
Enrico Granata
2014-11-13
1
-2
/
+2
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
1
-1
/
+1
*
Introduce the notion of "type summary options" as flags that can be passed do...
Enrico Granata
2014-11-06
2
-1
/
+28
*
Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126...
Enrico Granata
2014-10-28
1
-0
/
+9
*
Add a feature where a string data formatter can now be partially composed of ...
Enrico Granata
2014-10-28
1
-0
/
+38
*
Added functions to the C++ API, for the benefit of non-8-bit byte architectures.
Matthew Gardiner
2014-10-22
2
-0
/
+105
*
Expose the type-info flags at the public API layer. These flags provide much ...
Enrico Granata
2014-10-21
1
-0
/
+3
*
Add typemaps to handle the transformation of Python list of strings into a 'c...
Enrico Granata
2014-10-21
1
-0
/
+74
*
Remove unnecessary update of 'name' local.
Jason Molenda
2014-10-16
1
-1
/
+0
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
2
-1
/
+11
*
Add a IsInstrumentationRuntimePresent SB API
Kuba Brecka
2014-10-11
1
-0
/
+3
*
include compiler-rt in build-llvm.pl
Kuba Brecka
2014-10-11
1
-3
/
+13
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
2
-3
/
+70
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
1
-0
/
+8
*
Add a (Python only) lldb.SBSyntheticValueProvider class to our API surface
Enrico Granata
2014-10-08
1
-0
/
+24
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
1
-0
/
+28
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
2
-2
/
+16
*
Add an accessor to PyCallable that allows one to determine the count of argum...
Enrico Granata
2014-10-01
1
-1
/
+26
*
Add a new SBExecutionContext class that wraps an ExecutionContextRef. This cl...
Enrico Granata
2014-10-01
3
-0
/
+46
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
6
-0
/
+256
*
android: add a command script to help display mixed Java/native backtraces.
Todd Fiala
2014-09-23
1
-0
/
+192
*
Fix for 218140 for SBTarget.i, the added functions were in the wrong class de...
Carlo Kok
2014-09-19
1
-10
/
+11
*
Adds two new functions to SBTarget FindGlobalVariables and FindGlobalFunction...
Carlo Kok
2014-09-19
1
-0
/
+9
*
Extend the member function discovery APIs to also support Objective-C as well...
Enrico Granata
2014-09-19
1
-0
/
+9
*
Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...
Enrico Granata
2014-09-15
1
-1
/
+30
*
Add logic to LLDB to figure out the types of member functions of C++ classes....
Enrico Granata
2014-09-12
1
-0
/
+6
*
Fix configure & make build with python disabled
Keno Fischer
2014-09-09
1
-0
/
+2
*
Implement ASan history threads in SB API
Kuba Brecka
2014-09-06
1
-0
/
+3
*
Expose the ability to retrieve the result of a type validator via the SB API....
Enrico Granata
2014-09-06
1
-0
/
+3
*
Expose ThreadCollection in SB API
Kuba Brecka
2014-09-06
4
-0
/
+44
*
Make it clear that the load_addr property on SBAddress relies on lldb.target,
Jim Ingham
2014-08-27
1
-1
/
+1
*
Fix the Windows build by removing the unused lldb_python_module.cmake inclusi...
Deepak Panickal
2014-08-25
1
-3
/
+6
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Add an option to suppress the persistent result variable when running Evaluat...
Jim Ingham
2014-08-08
1
-0
/
+9
*
Make the swig generation script use the correct python executable.
Zachary Turner
2014-08-02
1
-1
/
+2
*
(no commit message)
Greg Clayton
2014-07-30
1
-0
/
+6
*
Use the designated PYTHON_EXECUTABLE during build.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Create an _d suffixed symlink when doing a debug Windows build.
Zachary Turner
2014-07-17
3
-10
/
+10
*
Enable the ability to enable debug info generation when evaluating expressions.
Greg Clayton
2014-07-11
1
-1
/
+8
*
Get the python scripting interface working on Windows.
Zachary Turner
2014-07-10
1
-7
/
+4
[next]