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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
2
-15
/
+14
*
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
*
[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
2
-14
/
+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
2
-24
/
+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
*
Delete unnecessary copy ctors
Fangrui Song
2019-05-22
2
-31
/
+0
*
[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
5
-45
/
+37
*
[ScriptInterpreterPython] find_first_of -> find (NFC)
Jonas Devlieghere
2019-04-24
1
-1
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
3
-24
/
+0
*
[Python] Remove Python include from ScriptInterpreterPython.h
Jonas Devlieghere
2019-03-29
4
-767
/
+773
*
[ScriptInterpreterPython] Remove unused field (NFC)
Jonas Devlieghere
2019-03-29
2
-2
/
+1
*
[CMake] Move link dependencies where they are used.
Jonas Devlieghere
2019-03-29
1
-0
/
+2
*
[NFC] find_first_of/find_last_of -> find/rfind for single char.
Jonas Devlieghere
2019-03-28
1
-2
/
+2
*
[Python] Remove unused includes
Jonas Devlieghere
2019-03-27
3
-15
/
+7
*
[Python] Remove dynamic indirection
Jonas Devlieghere
2019-03-26
2
-452
/
+69
[next]