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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
Jonas Devlieghere
2020-01-14
1
-2
/
+2
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
1
-2
/
+2
*
[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARY
Jonas Devlieghere
2020-01-02
1
-1
/
+1
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
2
-10
/
+4
*
[lldb] Fix -Wstringop-truncation in PythonReadline.cpp
Pavel Labath
2019-12-21
1
-1
/
+1
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
6
-15
/
+9
*
[lldb/Core] Add missing include (2/2)
Jonas Devlieghere
2019-12-12
1
-0
/
+2
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
2
-3
/
+3
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
6
-12
/
+12
*
[lldb][CMake] Fix build for the case of custom libedit installation
Tatyana Krasnukha
2019-12-09
1
-0
/
+11
*
[LLDB] Disable MSVC warning C4190: 'LLDBSwigPythonBreakpointCallbackFunction'...
Alexandre Ganea
2019-12-03
1
-0
/
+12
*
[lldb] Fix some warnings in the python plugin
Pavel Labath
2019-11-12
2
-2
/
+3
*
Silence warning, PyMODINIT_FUNC already contains extern "C"
Benjamin Kramer
2019-11-06
1
-1
/
+1
*
[lldb] [Python] Build readline override module only on Linux
Michał Górny
2019-11-05
1
-1
/
+1
*
[lldb] Fix readline/libedit compat patch for py2
serge-sans-paille
2019-11-05
1
-1
/
+9
*
Revert and patch "[Python] Remove readline module"
serge-sans-paille
2019-11-05
4
-0
/
+124
*
[LLDB][Python] remove ArgInfo::count
Lawrence D'Anna
2019-11-04
3
-65
/
+28
*
[LLDB][PythonFile] fix dangerous borrow semantics on python2
Lawrence D'Anna
2019-10-30
1
-13
/
+15
*
[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args
Lawrence D'Anna
2019-10-29
2
-41
/
+56
*
[LLDB][Python] fix another fflush issue on NetBSD
Lawrence D'Anna
2019-10-29
2
-15
/
+20
*
Correct size_t format specifier
Shu-Chun Weng
2019-10-26
1
-1
/
+1
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
3
-19
/
+116
*
[lldb] [Python] Do not attempt to flush() a read-only fd
Michal Gorny
2019-10-24
1
-5
/
+7
*
remove multi-argument form of PythonObject::Reset()
Lawrence D'Anna
2019-10-22
7
-479
/
+316
*
eliminate nontrivial Reset(...) from TypedPythonObject
Lawrence D'Anna
2019-10-19
3
-39
/
+75
*
[LLDB] bugfix: command script add -f doesn't work for some callables
Lawrence D'Anna
2019-10-19
2
-8
/
+19
*
eliminate one form of PythonObject::Reset()
Lawrence D'Anna
2019-10-17
2
-27
/
+5
*
clean up the implementation of PythonCallable::GetNumArguments
Lawrence D'Anna
2019-10-17
2
-35
/
+215
*
delete SWIG typemaps for FILE*
Lawrence D'Anna
2019-10-17
3
-35
/
+7
*
update ScriptInterpreterPython to use File, not FILE*
Lawrence D'Anna
2019-10-16
2
-55
/
+52
*
eliminate virtual methods from PythonDataObjects
Lawrence D'Anna
2019-10-15
2
-380
/
+121
*
SBFile::GetFile: convert SBFile back into python native files.
Lawrence D'Anna
2019-10-15
2
-24
/
+80
*
uint32_t options -> File::OpenOptions options
Lawrence D'Anna
2019-10-14
1
-7
/
+12
*
SBFile support in SBCommandReturnObject
Lawrence D'Anna
2019-10-09
1
-2
/
+3
*
allow arbitrary python streams to be converted to SBFile
Lawrence D'Anna
2019-10-09
1
-14
/
+401
*
exception handling in PythonDataObjects.
Lawrence D'Anna
2019-10-08
2
-36
/
+392
*
[lldb] Reverts part of 61f471a
Haibo Huang
2019-10-08
1
-1
/
+6
*
[lldb] Unifying lldb python path
Haibo Huang
2019-10-07
3
-40
/
+11
*
[Python] Remove unused variable
Jonas Devlieghere
2019-10-04
1
-1
/
+0
*
Python3 doesn't seem to allow you to tell whether an object is a class
Jim Ingham
2019-10-03
1
-2
/
+0
*
Pass an SBStructuredData to scripted ThreadPlans on use.
Jim Ingham
2019-10-03
4
-2
/
+26
*
factor out an abstract base class for File
Lawrence D'Anna
2019-10-03
2
-5
/
+5
*
SBDebugger::SetInputFile, SetOutputFile, etc.
Lawrence D'Anna
2019-10-03
1
-0
/
+2
*
new api class: SBFile
Lawrence D'Anna
2019-10-03
2
-20
/
+1
*
[JSON] Use LLVM's library for encoding JSON in StructuredData
Jonas Devlieghere
2019-10-01
2
-3
/
+3
*
Give an error when StepUsingScriptedThreadPlan is passed a bad classname.
Jim Ingham
2019-09-28
2
-5
/
+9
*
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
3
-19
/
+23
*
remove unused method ResetOutputFileHandle()
Jonas Devlieghere
2019-09-25
2
-4
/
+0
*
File::SetDescriptor() should require options
Jonas Devlieghere
2019-09-23
1
-2
/
+2
[next]