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
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-0
/
+3
*
Add GDB remote packet reproducer.
Jonas Devlieghere
2018-11-13
1
-24
/
+30
*
Remove the last CURRENT_ARCH reference in Xcode's build scripts.
Frederic Riss
2018-11-12
1
-1
/
+1
*
Update framework-header-fix to force system sed
Dave Lee
2018-11-04
1
-5
/
+8
*
Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.
Jim Ingham
2018-11-02
1
-0
/
+8
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
2
-1
/
+53
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
2
-53
/
+1
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
2
-1
/
+53
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
2
-53
/
+1
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
2
-1
/
+53
*
[API] Extend the `SBThreadPlan` interface
Aleksandr Urakov
2018-10-25
1
-0
/
+3
*
Fix double import of _lldb module.
Vadim Chugunov
2018-10-14
1
-5
/
+5
*
Upstreaming the BridgeOS device support and the
Jason Molenda
2018-10-11
1
-0
/
+3
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-0
/
+11
*
The Python 3 part of the script was missed when adding OpenBSD support.
Brad Smith
2018-10-04
1
-2
/
+3
*
[SBAPI/Target] Expose SetStatistics(bool enable)/GetStatistics().
Davide Italiano
2018-09-28
1
-0
/
+4
*
[Swig] Merge typemaps with same bodies
Tatyana Krasnukha
2018-09-25
1
-196
/
+53
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
5
-0
/
+183
*
Add support for descriptions with command completions.
Raphael Isemann
2018-09-13
1
-0
/
+7
*
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
[next]