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
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
1
-2
/
+97
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-37
/
+53
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-43
/
+1
*
In cases where you'd use an expression to get a value to insert in a command,...
Enrico Granata
2014-10-09
2
-7
/
+12
*
Fix deadlock in Python one-line execution.
Zachary Turner
2014-10-08
1
-0
/
+15
*
Extend synthetic children to produce synthetic values (as in, those that GetV...
Enrico Granata
2014-10-08
2
-0
/
+41
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-1
/
+43
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-1
/
+1
*
Allow Python commands to optionally take an SBExecutionContext argument in ca...
Enrico Granata
2014-10-01
1
-2
/
+5
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
2
-3
/
+95
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
1
-0
/
+2
*
Have CommandObject::CheckRequirements() report the largest missing
Jason Molenda
2014-09-20
1
-3
/
+18
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
1
-1
/
+1
*
Continuation broken for Python scripts when using non-interactive input (Xcod...
Greg Clayton
2014-09-15
1
-1
/
+1
*
Add a --help (-h) option to "command script add" that enables users to define...
Enrico Granata
2014-09-15
1
-0
/
+1
*
Add a comment explaining why we're casting the local
Eric Christopher
2014-09-09
1
-0
/
+1
*
Quiet unused variable warning that only occurs
Eric Christopher
2014-09-09
1
-0
/
+1
*
Fix configure & make build with python disabled
Keno Fischer
2014-09-09
1
-0
/
+5
*
Add a -V <bool> flag to frame variable/expression that enables execution of t...
Enrico Granata
2014-09-06
1
-0
/
+11
*
Allow "breakpoint command add" to add commands to more than one breakpoint at...
Jim Ingham
2014-08-29
2
-20
/
+48
*
A quoted - is not the beginning of an option, and should not be completed as ...
Jim Ingham
2014-08-27
1
-0
/
+2
*
Move the rest of the HostInfo functions over.
Zachary Turner
2014-08-21
1
-2
/
+7
*
Move Host::GetLLDBPath to HostInfo.
Zachary Turner
2014-08-21
1
-4
/
+4
*
Remove another of the llvm given warnings from the list of
Eric Christopher
2014-08-15
1
-3
/
+4
*
fix the _regexp-break command to allow quotes around the name:
Greg Clayton
2014-08-14
1
-1
/
+1
*
Don't enable STDIN for cases where we are supplying lines to be run in the em...
Greg Clayton
2014-08-14
1
-2
/
+2
*
Fix some python shutdown / ordering issues.
Zachary Turner
2014-08-08
1
-1
/
+5
*
Probably should initialize that new ivar while I'm at it...
Jim Ingham
2014-08-06
1
-0
/
+1
*
Add a variant of the CommandOverrideCallback that takes a
Jim Ingham
2014-08-06
1
-6
/
+4
*
Fixed an issue where the LLDB command prompt isn't interactive if you use -o ...
Greg Clayton
2014-07-31
1
-22
/
+16
*
(no commit message)
Greg Clayton
2014-07-30
1
-1
/
+12
*
Use llvm Support functions to get the user's home directory.
Zachary Turner
2014-07-28
1
-3
/
+5
*
ScriptInterpreterPython: %p should be used with void-pointer
David Majnemer
2014-07-22
1
-1
/
+1
*
Test commit. Having trouble committing from one machine but not
Zachary Turner
2014-07-18
1
-1
/
+1
*
Fix a bug with order of operations.
Zachary Turner
2014-07-18
1
-1
/
+1
*
Any commands that are executed through the public interface using SBCommandIn...
Greg Clayton
2014-07-15
2
-3
/
+19
*
Get the python scripting interface working on Windows.
Zachary Turner
2014-07-10
1
-1
/
+1
*
Fix tests broken by the OptionValidator changes.
Zachary Turner
2014-07-09
4
-0
/
+5
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
12
-68
/
+132
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
12
-132
/
+68
*
Fix a compilation failure caused by a non-const reference.
Zachary Turner
2014-07-08
1
-1
/
+1
*
Invalidate process UID/GID-related command options on Windows.
Zachary Turner
2014-07-07
4
-33
/
+97
*
Windows build fixes and removal of endlessly recursive termination function.
Todd Fiala
2014-07-04
1
-9
/
+0
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
9
-35
/
+35
*
Add host layer support for pipes.
Greg Clayton
2014-07-02
1
-12
/
+8
*
This creates a valid Python API for Windows, pending some issues. The changes...
Deepak Panickal
2014-07-01
1
-0
/
+5
*
lldb: remove adhoc implementation of array_sizeof
Saleem Abdulrasool
2014-06-27
2
-2
/
+5
*
Fix a few typos.
Bruce Mitchener
2014-06-27
1
-2
/
+2
*
Interpreter: kill some dead code
Saleem Abdulrasool
2014-06-13
1
-4
/
+1
[next]