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
/
Interpreter
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLDB] Fix compilation with GCC 5
Martin Storsjö
2020-02-06
2
-3
/
+4
*
[lldb/CommandInterpreter] Remove flag that's always true (NFC)
Jonas Devlieghere
2020-01-14
1
-12
/
+4
*
[lldb] Modernize OptionValue::SetValueChangedCallback
Pavel Labath
2020-01-09
2
-5
/
+4
*
[lldb/CMake] Fix variable naming in FindLibEdit
Jonas Devlieghere
2020-01-02
1
-1
/
+1
*
[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp
Pavel Labath
2019-12-23
1
-0
/
+1
*
[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)
Jonas Devlieghere
2019-12-22
1
-2
/
+2
*
[lldb/ScriptInterpreter] Unify error message for command script import
Jonas Devlieghere
2019-12-22
1
-0
/
+8
*
[lldb/ScriptInterpreter] Fix stale/bogus error messages
Jonas Devlieghere
2019-12-21
1
-2
/
+2
*
[lldb/Lua] Add missing boiler plate to ScriptInterpreter.
Jonas Devlieghere
2019-12-21
1
-14
/
+10
*
[lldb/Lua] Add Boilerplate for a Lua Script Interpreter
Jonas Devlieghere
2019-12-19
1
-0
/
+2
*
[lldb/Scripting] Simplify code by removing the #if.
Jonas Devlieghere
2019-12-18
1
-11
/
+3
*
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
Jonas Devlieghere
2019-12-13
1
-7
/
+7
*
[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDIT
Jonas Devlieghere
2019-12-12
2
-2
/
+2
*
[lldb/Host] Use Host/Config.h entries instead of a global define.
Jonas Devlieghere
2019-12-10
2
-6
/
+4
*
[lldb][NFC] Migrate FileSpec::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
Clear out the python class name in OptionParsingStarted for the OptionGroupPy...
Jim Ingham
2019-12-04
1
-0
/
+1
*
Add help text for parray and poarray aliases.
Jason Molenda
2019-12-04
1
-4
/
+17
*
[lldb][NFC] Give some parameters in CommandInterpreter more descriptive names
Raphael Isemann
2019-11-05
1
-6
/
+6
*
[ValueObjectDisplay] Generalize the description of an option.
Davide Italiano
2019-10-29
1
-1
/
+1
*
Add the ability to pass extra args to a Python breakpoint callback.
Jim Ingham
2019-10-25
2
-24
/
+49
*
Replace static const StringRef with StringRef (NFC)
Adrian Prantl
2019-10-08
1
-3
/
+3
*
Python3 doesn't seem to allow you to tell whether an object is a class
Jim Ingham
2019-10-03
1
-2
/
+1
*
Forgot to change the header guards on OptionGroupPythonClassWithDict.
Jim Ingham
2019-10-03
1
-1
/
+1
*
Break out the Python class & key/value options into a separate OptionGroup.
Jim Ingham
2019-10-03
3
-0
/
+129
*
remove File::SetStream(), make new files instead.
Lawrence D'Anna
2019-09-27
1
-13
/
+14
*
Convert FileSystem::Open() to return Expected<FileUP>
Lawrence D'Anna
2019-09-26
1
-7
/
+7
*
Don't stop execution in batch mode when process stops with SIGINT or SIGSTOP
Tatyana Krasnukha
2019-09-26
2
-53
/
+60
*
[lldb][NFC] Remove CompletionRequest::GetCursorArgument and GetRawLineUntilCu...
Raphael Isemann
2019-09-25
1
-1
/
+1
*
[lldb][NFC] Add CompletionRequest::AppendEmptyArgument
Raphael Isemann
2019-09-25
1
-3
/
+1
*
[lldb][NFC] Remove useless cursor shifting in Options::HandleOptionCompletion
Raphael Isemann
2019-09-25
1
-4
/
+1
*
[lldb] Remove redundant argument lists in CompletionRequest
Raphael Isemann
2019-09-24
1
-1
/
+1
*
[lldb][NFC] Remove unused variable in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-1
/
+0
*
[lldb][NFC] Remove dead code in Options::HandleOptionArgumentCompletion
Raphael Isemann
2019-09-23
1
-9
/
+2
*
[lldb] Make cursor index in CompletionRequest unsigned
Raphael Isemann
2019-09-23
2
-4
/
+4
*
[lldb][NFC] Remove argument prefix checking boilerplate when adding completions
Raphael Isemann
2019-09-23
4
-15
/
+5
*
[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments
Raphael Isemann
2019-09-23
1
-2
/
+1
*
[lldb][NFC] Remove ArgEntry::ref member
Raphael Isemann
2019-09-13
5
-14
/
+14
*
[lldb][NFC] Make ArgEntry::quote private and provide a getter
Raphael Isemann
2019-09-13
1
-1
/
+1
*
Remove `bugreport` command
Jonas Devlieghere
2019-09-05
1
-3
/
+0
*
[lldb] Add description to option completions.
Raphael Isemann
2019-09-02
1
-5
/
+6
*
[lldb] Unify target checking in CommandObject
Raphael Isemann
2019-08-31
1
-0
/
+9
*
[lldb] Fix and test completion for ambiguous long options
Raphael Isemann
2019-08-28
1
-10
/
+4
*
[lldb][NFC] Get rid of C-strings in HandleOptionCompletion
Raphael Isemann
2019-08-28
1
-17
/
+11
*
[lldb][NFC] Remove dead code that handles situations where LLDB has no dummy ...
Raphael Isemann
2019-08-26
1
-4
/
+4
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-9
/
+7
*
Revert Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-7
/
+9
*
Rename lldb/source/Interpreter/OptionValueFileSpecListTmp.cpp to
Adrian Prantl
2019-08-22
2
-1
/
+1
*
Rename lldb/source/Interpreter/OptionValueFileSpecLIst.cpp to
Adrian Prantl
2019-08-22
2
-2
/
+2
*
Extend FindTypes with CompilerContext to allow filtering by language.
Adrian Prantl
2019-08-22
1
-9
/
+7
*
[lldb][NFC] Remove unused return value from HandleOptionArgumentCompletion
Raphael Isemann
2019-08-22
1
-5
/
+2
[next]