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
/
source
/
Plugins
/
ScriptInterpreter
/
Python
/
ScriptInterpreterPython.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
1
-0
/
+8
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
1
-2
/
+1
*
[ScriptInterpreter] Pass the debugger instead of the command interpreter
Jonas Devlieghere
2019-04-26
1
-2
/
+2
*
[Python] Remove Python include from ScriptInterpreterPython.h
Jonas Devlieghere
2019-03-29
1
-397
/
+7
*
[ScriptInterpreterPython] Remove unused field (NFC)
Jonas Devlieghere
2019-03-29
1
-1
/
+0
*
[Python] Remove dynamic indirection
Jonas Devlieghere
2019-03-26
1
-180
/
+0
*
[ScriptInterpreterPython] Make SWIG callback private (NFC)
Jonas Devlieghere
2019-03-25
1
-112
/
+146
*
[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)
Jonas Devlieghere
2019-03-25
1
-36
/
+37
*
[ScriptInterpreterPython] Remove dead code.
Davide Italiano
2019-03-19
1
-16
/
+0
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-0
/
+15
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-15
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-0
/
+15
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-15
/
+0
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-0
/
+15
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
1
-1
/
+25
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-10
/
+9
*
Partially revert r335236
Pavel Labath
2018-06-21
1
-0
/
+8
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-8
/
+0
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
1
-0
/
+6
*
Revert r317182 for https://reviews.llvm.org/D39128
Jason Molenda
2017-11-02
1
-4
/
+4
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-4
/
+4
*
Ahhhh roll back that commit, I didn't see that Lawrence had filed
Jason Molenda
2017-11-02
1
-4
/
+4
*
Commit Lawrence D'Anna's patch to change
Jason Molenda
2017-11-02
1
-4
/
+4
*
Reverting r315966 - it caused a build failure on an ubuntu x android bot.
Jason Molenda
2017-10-17
1
-4
/
+4
*
Committing this for Larry D'Anna:
Jason Molenda
2017-10-17
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-19
/
+19
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-0
/
+13
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-562
/
+505
*
Add a few more needed bits to the scripted thread plans.
Jim Ingham
2016-08-05
1
-0
/
+2
*
Add support for synthetic child providers to optionally return a customized t...
Enrico Granata
2016-05-02
1
-0
/
+2
*
Revert "Restore the lazy initialization of ScriptInterpreterPython, which was...
Pavel Labath
2016-04-12
1
-3
/
+3
*
Restore the lazy initialization of ScriptInterpreterPython, which was lost as...
Enrico Granata
2016-04-12
1
-3
/
+3
*
Fixed the python interpreter so that it correctly inherits the top IOHandler'...
Greg Clayton
2016-03-10
1
-0
/
+3
*
Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...
Eugene Zelenko
2015-10-24
1
-51
/
+63
*
[SBValue] Add a method GetNumChildren(uint32_t max)
Siva Chandra
2015-10-21
1
-2
/
+2
*
Fix potential file i/o problem with python handles.
Zachary Turner
2015-10-20
1
-3
/
+3
*
Fix linkage of `init_lldb` SWIG method in Python 3.
Zachary Turner
2015-10-16
1
-1
/
+5
*
Introduce a `PythonFile` object, and use it everywhere.
Zachary Turner
2015-10-15
1
-0
/
+1
*
Fix ref counting of Python objects.
Zachary Turner
2015-10-13
1
-4
/
+4
*
Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...
Pavel Labath
2015-08-18
1
-4
/
+4
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-2
/
+2
*
Convert the ScriptInterpreter system to a plugin-based one.
Zachary Turner
2015-07-30
1
-0
/
+590