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
/
tools
/
driver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Invert dependency between lldb-framework and lldb-suite
Alex Langford
2018-07-17
1
-1
/
+1
*
Move pretty stack trace printer into driver.
Jonas Devlieghere
2018-07-17
1
-0
/
+7
*
Allow specifying an exit code for the 'quit' command
Raphael Isemann
2018-07-11
2
-4
/
+15
*
Introduce lldb-framework CMake target and centralize its logic
Alex Langford
2018-06-18
1
-9
/
+1
*
Delete some dead code
Alex Langford
2018-06-08
1
-1
/
+0
*
Fix LLVM_LINK_LLVM_DYLIB build (pr35053)
Pavel Labath
2017-10-31
1
-2
/
+0
*
Fix the SIGINT handlers
Adrian McCarthy
2017-09-20
1
-5
/
+5
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
1
-0
/
+1
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
1
-1
/
+0
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
[cmake] Remove VERSION property from executable targets
Pavel Labath
2017-02-01
1
-3
/
+0
*
[CMake] Add accurate dependency specifications
Chris Bieneman
2017-01-31
1
-11
/
+17
*
Another windows build fix
Pavel Labath
2017-01-06
1
-0
/
+1
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-6
/
+3
*
[CMake] Refactor LLDB libraries and tools to be components
Chris Bieneman
2016-12-15
1
-3
/
+1
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
1
-2
/
+2
*
Replace __ANDROID_NDK__ with __ANDROID__
Pavel Labath
2016-12-02
1
-2
/
+0
*
Fixup r284466 - try to unbreak NetBSD
Pavel Labath
2016-10-18
1
-3
/
+4
*
[cmake] Make dependencies of lldb libraries private, take 2
Pavel Labath
2016-10-18
1
-3
/
+10
*
Fix typo in lldb --help
Ed Maste
2016-09-21
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
4
-1396
/
+1257
*
Don't disable stdin buffering on Windows
Adrian McCarthy
2016-04-14
1
-6
/
+5
*
[Driver] Fix a segfault in signal handlers
Pavel Labath
2016-04-11
1
-2
/
+6
*
Update the INFOPLIST_FILE setting in the xcode project file
Jason Molenda
2016-03-24
1
-1
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
1
-30
/
+47
*
Delete the custom implementation of signal() on Windows.
Zachary Turner
2016-03-18
3
-55
/
+4
*
This patch stops lldb from loading a .lldbinit file from the current
Jason Molenda
2016-02-19
2
-10
/
+48
*
Silence some clang warnings
Saleem Abdulrasool
2016-02-15
1
-1
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-36
/
+0
*
Wrap Notes in --help output to 80 columns
Ed Maste
2015-12-16
1
-7
/
+13
*
Add more autotools/gmake NetBSD glue
Bruce Mitchener
2015-11-15
1
-2
/
+1
*
Added support for the "--repl" argument to LLDB.
Sean Callanan
2015-10-20
2
-77
/
+123
*
cmake fixes for lldb target.
Todd Fiala
2015-09-16
1
-0
/
+10
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-1
/
+0
*
Make command files specified to the driver actually print their
Jim Ingham
2015-07-08
2
-11
/
+11
*
Remove unused editline includes
Pavel Labath
2015-06-05
1
-10
/
+0
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-4
/
+0
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
1
-2
/
+2
*
Removed an unused global variable.
Hafiz Abid Qadeer
2015-03-12
1
-5
/
+0
*
Correctly quote arguments in LLDB driver
Pavel Labath
2015-03-05
1
-12
/
+18
*
Resubmit "[CMake] Change lldbAPI to be a CMake OBJECT library."
Zachary Turner
2015-02-24
1
-1
/
+1
*
Revert "[CMake] Change lldbAPI to be a CMake OBJECT library."
Zachary Turner
2015-02-24
1
-1
/
+1
*
[CMake] Change lldbAPI to be a CMake OBJECT library.
Zachary Turner
2015-02-24
1
-1
/
+1
*
Fix some warnings in MSVC build.
Hafiz Abid Qadeer
2015-02-18
1
-3
/
+2
*
Make the sourcing of the local .lldbinit file quiet.
Jim Ingham
2014-11-22
2
-22
/
+38
*
Make the option parsing of -k & -K match the help strings.
Jim Ingham
2014-11-20
1
-2
/
+2
*
Add "-k" and "-K" options to the driver, that allow you to register
Jim Ingham
2014-11-19
2
-98
/
+193
*
LLGS Android target support - for Andy Chien : http://reviews.llvm.org/D6166
Shawn Best
2014-11-08
2
-6
/
+10
*
This adds a "batch mode" to lldb kinda like the gdb batch mode. It will quit...
Jim Ingham
2014-10-14
2
-4
/
+28
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-3
/
+21
[next]