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
*
Remove undefined behavior around the use of StateType
Shafik Yaghmour
2018-09-11
1
-0
/
+20
*
Hold GIL while allocating memory for PythonString.
Tatyana Krasnukha
2018-09-05
1
-0
/
+82
*
Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.
Adrian Prantl
2018-08-30
1
-0
/
+5
*
[LLDB] Fix script to work with GNU sed
Shoaib Meenai
2018-08-28
1
-5
/
+6
*
Add documentation for SBTarget::AppendImageSearchPath
Alexander Polyakov
2018-08-07
1
-0
/
+3
*
Add new API to SBTarget class
Alexander Polyakov
2018-08-07
1
-0
/
+5
*
Revert "Stop building liblldb with CMake's framework functionality"
Alex Langford
2018-07-27
1
-3
/
+3
*
Stop building liblldb with CMake's framework functionality
Alex Langford
2018-07-27
1
-3
/
+3
*
Change sort-pbxproj.rb to find the project.pbxproj in the
Jason Molenda
2018-07-23
1
-8
/
+18
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
1
-0
/
+9
*
Fix and simplify lldb.command decorator
Dave Lee
2018-07-04
1
-19
/
+8
*
Add new API to SBTarget and SBModule classes.
Alexander Polyakov
2018-07-03
2
-0
/
+34
*
Re-sort the lldb.xcodeproj project file and commit the script
Jason Molenda
2018-07-03
1
-0
/
+241
*
Add a way to load an image using a library name and list of paths.
Jim Ingham
2018-06-28
1
-0
/
+13
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
2
-7
/
+1
*
Fix a single typo in SBSymbolContext
Dave Lee
2018-06-27
1
-1
/
+1
*
Improve SBThread's stepping API using SBError parameter.
Alexander Polyakov
2018-06-20
1
-2
/
+32
*
Add a script to setup codesigning on macOS.
Frederic Riss
2018-06-14
1
-0
/
+57
*
Add a new SBTarget::LoadCore() overload which surfaces errors if the load fails
Leonard Mosescu
2018-06-11
1
-63
/
+69
*
Change SWIG output directory when building LLDB.framework with CMake
Alex Langford
2018-06-04
1
-1
/
+1
*
Python: adjust the include directories
Saleem Abdulrasool
2018-06-04
1
-6
/
+5
*
build: use cmake to find the libedit content
Saleem Abdulrasool
2018-05-22
1
-1
/
+4
*
Enable Python API for OpenBSD.
Zachary Turner
2018-05-21
1
-0
/
+3
*
Add children and child[N] properties to SBValue.i.
Jim Ingham
2018-05-04
1
-16
/
+50
*
[Commands] Expose statistics through the SBAPI.
Davide Italiano
2018-04-16
1
-0
/
+2
*
Fix the install location of LLDBWrapPython.cpp when building
Adrian Prantl
2018-03-05
1
-1
/
+3
*
Add SBDebugger::GetBuildConfiguration and use it to skip an XML test
Pavel Labath
2018-02-19
1
-0
/
+2
*
Remove an errant ^S
Jim Ingham
2018-02-07
1
-1
/
+1
*
Change SBProcess::ReadCStringFromMemory() back to returning
Jason Molenda
2017-12-22
1
-1
/
+2
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-8
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+8
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-8
/
+0
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-0
/
+8
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
1
-2
/
+2
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-3
/
+0
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-0
/
+3
*
Implement interactive command interruption
Leonard Mosescu
2017-10-05
1
-6
/
+8
*
Revert patch r313904, as it breaks "command source" and in
Jim Ingham
2017-09-28
1
-8
/
+6
*
Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to
Jason Molenda
2017-09-27
2
-3
/
+3
*
[LLDB] Implement interactive command interruption
Adrian McCarthy
2017-09-21
1
-6
/
+8
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
1
-0
/
+3
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
7
-6
/
+141
*
Fixed a typo in the example (getName -> GetName)
Jim Ingham
2017-08-24
1
-4
/
+4
*
Expose active and available platform lists via SBDebugger API
Vadim Macagon
2017-08-09
1
-0
/
+28
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
2
-0
/
+8
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
2
-0
/
+37
*
Expose process instance info via SB API
Vadim Macagon
2017-08-01
3
-0
/
+80
*
[build-script] Bring in modernizations from downstream:
Sean Callanan
2017-07-31
2
-8
/
+32
*
[CMake] Rework construction of framework bundle
Chris Bieneman
2017-07-25
1
-0
/
+13
*
Expose hit count via SBBreakpointLocation.
Bruce Mitchener
2017-07-19
1
-0
/
+3
[next]