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
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Bindings] Move bindings into their own subdirectory
Jonas Devlieghere
2020-01-09
66
-10918
/
+0
*
[lldb/SWIG] Refactor extensions to be non Python-specific (3/3)
Jonas Devlieghere
2020-01-08
17
-0
/
+55
*
[lldb/SWIG] Refactor extensions to be non Python-specific (2/2)
Jonas Devlieghere
2020-01-08
21
-15
/
+39
*
[lldb/SWIG] Refactor extensions to be non Python-specific
Jonas Devlieghere
2020-01-08
1
-1
/
+16
*
Remove TypeValidators (NFC in terms of the testsuite)
Adrian Prantl
2019-12-11
1
-3
/
+0
*
[lldb/SWIG] Guard Python type map in SWIG interface by SWIGPYTHON
Jonas Devlieghere
2019-12-09
1
-5
/
+2
*
[lldb/SWIG] Guard embedded Python code in SWIG interfaces by SWIGPYTHON
Jonas Devlieghere
2019-12-08
36
-0
/
+82
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
3
-1
/
+22
*
remove FILE* usage from SBStream.i
Lawrence D'Anna
2019-10-15
1
-1
/
+12
*
convert SBDebugger::***FileHandle() wrappers to native files.
Lawrence D'Anna
2019-10-15
1
-18
/
+33
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
1
-0
/
+17
*
remove FILE* bindings from SBInstruction.
Lawrence D'Anna
2019-10-14
2
-2
/
+8
*
remove FILE* usage from ReportEventState() and HandleProcessEvent()
Lawrence D'Anna
2019-10-14
2
-3
/
+12
*
update SBDebugger::SetInputFile() etc to work on native Files
Lawrence D'Anna
2019-10-10
1
-0
/
+15
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-8
/
+19
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-0
/
+44
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
2
-0
/
+13
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
1
-0
/
+18
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
1
-0
/
+38
*
Fix some swig warnings
Pavel Labath
2019-09-27
5
-21
/
+3
*
Revert "[swig] Add workaround for old swig"
Jonas Devlieghere
2019-07-16
1
-5
/
+0
*
[swig] Add workaround for old swig
Jonas Devlieghere
2019-07-11
1
-0
/
+5
*
[swig] Don't mess with swig internals.
Jonas Devlieghere
2019-07-02
31
-842
/
+287
*
Revert "[swig] Define attribute(ref) instead of accessing swig internals."
Jonas Devlieghere
2019-07-02
10
-114
/
+289
*
[swig] Define attribute(ref) instead of accessing swig internals.
Jonas Devlieghere
2019-07-02
10
-289
/
+114
*
Make SBDebugger.RunCommandInterpreter callable from Python.
Jim Ingham
2019-05-15
1
-0
/
+26
*
modify-python-lldb: Remove \a-removing code
Pavel Labath
2019-04-23
4
-19
/
+19
*
modify-python-lldb.py: Remove docstring formatting code
Pavel Labath
2019-04-21
2
-64
/
+59
*
Clean up docstrings in swig interface files
Pavel Labath
2019-04-18
55
-1824
/
+1563
*
Docstringify some comments in the swig interface files
Pavel Labath
2019-04-10
3
-4
/
+8
*
Remove unneeded #ifdef SWIGs
Pavel Labath
2019-04-09
1
-3
/
+0
*
modify-python-lldb.py: (Re)move __len__ and __iter__ support
Pavel Labath
2019-04-04
1
-0
/
+23
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
13
-1
/
+113
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
5
-0
/
+25
*
Fix/unify SBType comparison
Pavel Labath
2019-03-13
1
-0
/
+4
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
55
-0
/
+122
*
Insert blocks of python code with swig instead of modify-python-lldb.py
Pavel Labath
2019-02-27
2
-0
/
+78
*
[Reproducers] Initialize reproducers before initializing the debugger.
Jonas Devlieghere
2019-02-21
2
-25
/
+2
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-1
/
+13
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
66
-264
/
+198
*
[lldb] Add a "display-recognized-arguments" target setting to show recognized...
Kuba Mracek
2018-12-20
1
-1
/
+1
*
Overload GetMemoryRegions for the ProcessMinidump
Tatyana Krasnukha
2018-12-20
1
-0
/
+3
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
1
-0
/
+18
*
[Reproducers] Change how reproducers are initialized.
Jonas Devlieghere
2018-12-03
2
-3
/
+27
*
[Target] Do not skip a stop on a breakpoint if a plan was completed
Aleksandr Urakov
2018-11-30
1
-0
/
+3
*
[Reproducers] Improve reproducer API and add unit tests.
Jonas Devlieghere
2018-11-27
1
-2
/
+2
*
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
*
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
1
-1
/
+7
[next]