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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Jim Ingham
2019-09-28
1
-5
/
+8
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-13
/
+12
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-7
/
+15
*
remove unused method ResetOutputFileHandle()
Jonas Devlieghere
2019-09-25
1
-2
/
+0
*
[ScriptInterpreter] Limit LLDB's globals to interactive mode.
Jonas Devlieghere
2019-09-18
1
-6
/
+10
*
[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)
Jonas Devlieghere
2019-09-18
1
-12
/
+0
*
[ScriptInterpreter] Initialize globals when loading a scripting module.
Jonas Devlieghere
2019-09-17
1
-6
/
+6
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-4
/
+4
*
[Gardening] Remove dead code from ScriptInterpreterPython (NFC)
Jonas Devlieghere
2019-08-06
1
-19
/
+3
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-18
/
+16
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-1
/
+1
*
[ScriptInterpreter] Move ownership into debugger (NFC)
Jonas Devlieghere
2019-04-26
1
-13
/
+7
*
[ScriptInterpreter] Pass the debugger instead of the command interpreter
Jonas Devlieghere
2019-04-26
1
-30
/
+25
*
[ScriptInterpreterPython] find_first_of -> find (NFC)
Jonas Devlieghere
2019-04-24
1
-1
/
+2
*
[Python] Remove Python include from ScriptInterpreterPython.h
Jonas Devlieghere
2019-03-29
1
-370
/
+282
*
[ScriptInterpreterPython] Remove unused field (NFC)
Jonas Devlieghere
2019-03-29
1
-1
/
+1
*
[Python] Remove unused includes
Jonas Devlieghere
2019-03-27
1
-8
/
+6
*
[Python] Remove dynamic indirection
Jonas Devlieghere
2019-03-26
1
-272
/
+69
*
[ScriptInterpreterPython] Try to make the sanitizer bot green again.
Davide Italiano
2019-03-26
1
-1
/
+1
*
[ScriptInterpreterPython] Make SWIG callback private (NFC)
Jonas Devlieghere
2019-03-25
1
-60
/
+62
*
[ScriptInterpreterPython] Move SWIG initialization into the Python plugin (NFC)
Jonas Devlieghere
2019-03-25
1
-2
/
+165
*
[ScriptInterpreter] Remove a warning and reformat comments.
Davide Italiano
2019-03-22
1
-6
/
+6
*
[ScriptInterpreter] Make sure that PYTHONHOME is right.
Davide Italiano
2019-03-22
1
-0
/
+10
*
Quiet command regex instructions during batch execution
Dave Lee
2019-03-10
1
-2
/
+2
*
Re-apply "Fix embedded Python initialization according to changes in version ...
Tatyana Krasnukha
2019-03-06
1
-1
/
+13
*
Revert "Fix embedded Python initialization according to changes in version 3.7"
Tatyana Krasnukha
2019-03-05
1
-13
/
+1
*
Fix embedded Python initialization according to changes in version 3.7
Tatyana Krasnukha
2019-03-05
1
-1
/
+13
*
Fix potential UB when target_file directory is null
Stefan Granitz
2019-02-15
1
-0
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-26
/
+26
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-5
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-2
/
+2
*
[FileSystem] Open File instances through the FileSystem.
Jonas Devlieghere
2018-11-02
1
-4
/
+8
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
[FileSystem] Remove Exists() from FileSpec
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[NFC] Fixed -Wsign-compare warning
David Bolvansky
2018-10-31
1
-1
/
+1
*
[lldb] Introduce StackFrameRecognizer [take 3]
Kuba Mracek
2018-10-31
1
-0
/
+65
*
Revert r345686 due to build failures
Kuba Mracek
2018-10-31
1
-64
/
+0
*
[lldb] Introduce StackFrameRecognizer [take 2]
Kuba Mracek
2018-10-31
1
-0
/
+64
*
Revert r345678 (build failure on Linux machines).
Kuba Mracek
2018-10-31
1
-64
/
+0
*
[lldb] Introduce StackFrameRecognizer
Kuba Mracek
2018-10-31
1
-0
/
+64
*
Fix double import of _lldb module.
Vadim Chugunov
2018-10-14
1
-0
/
+3
*
Add a "scripted" breakpoint type to lldb.
Jim Ingham
2018-09-13
1
-1
/
+87
*
[NFC] Minor code refactoring.
Raphael Isemann
2018-07-23
1
-4
/
+1
*
No longer pass a StringRef to the Python API
Raphael Isemann
2018-07-13
1
-2
/
+3
*
Get rid of the C-string parameter in DoExecute
Raphael Isemann
2018-07-12
1
-118
/
+121
*
Partially revert r335236
Pavel Labath
2018-06-21
1
-0
/
+8
*
ScriptInterpreterPython cleanup
Pavel Labath
2018-06-21
1
-33
/
+15
*
Remove dependency from Host to python
Pavel Labath
2018-06-20
1
-1
/
+66
*
Replace HostInfo::GetLLDBPath with specific functions
Pavel Labath
2018-06-19
1
-3
/
+2
[next]