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
/
lldb-mi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove default case from switch.
Ted Woodward
2017-10-11
1
-2
/
+4
*
[lldb-mi] Fix a thinko in my previous commit.
Davide Italiano
2017-09-30
1
-1
/
+1
*
[lldb-mi] Add a default case to placate GCC with -Werror.
Davide Italiano
2017-09-30
1
-0
/
+2
*
Fix the SIGINT handlers
Adrian McCarthy
2017-09-20
1
-4
/
+4
*
lldb-mi: -var-update can hang when traversing complex types with pointers
Ted Woodward
2017-08-31
1
-7
/
+7
*
Clean up lldb-types.h
Pavel Labath
2017-07-18
3
-0
/
+4
*
Fix a small issue with -var-update.
Hafiz Abid Qadeer
2017-06-01
1
-15
/
+13
*
Rename Error -> Status.
Zachary Turner
2017-05-12
4
-4
/
+4
*
iwyu fixes on lldbUtility.
Zachary Turner
2017-04-06
3
-0
/
+6
*
Enable lldm-mi commands -stack-list-locals -stack-list-variables and -var-cre...
Ilia K
2017-04-04
2
-3
/
+5
*
[Windows] Remove the #include <eh.h> hack.
Zachary Turner
2017-03-03
2
-4
/
+0
*
[cmake] Remove VERSION property from executable targets
Pavel Labath
2017-02-01
1
-2
/
+0
*
Do not pass non-POD type variables through variadic function
Kamil Rytarowski
2017-02-01
5
-5
/
+5
*
[CMake] Add accurate dependency specifications
Chris Bieneman
2017-01-31
1
-17
/
+20
*
[lldb-mi] Fix implementation for a few mi commands
Hafiz Abid Qadeer
2017-01-05
9
-7
/
+91
*
Remove an unused type declaration.
Hafiz Abid Qadeer
2016-12-16
1
-6
/
+0
*
[CMake] Refactor LLDB libraries and tools to be components
Chris Bieneman
2016-12-15
1
-4
/
+1
*
Fix build for mingw.
Hafiz Abid Qadeer
2016-12-15
2
-2
/
+2
*
Clean up some use of __ANDROID_NDK__ in the cmake files
Pavel Labath
2016-12-05
2
-1
/
+2
*
Link lldb-mi only to the llvm components it uses
Pavel Labath
2016-11-03
1
-4
/
+3
*
[cmake] Make dependencies of lldb libraries private, take 2
Pavel Labath
2016-10-18
1
-0
/
+2
*
[LLDB-MI] Minor cleanup of CMICmnLLDBUtilSBValue class
Vadim Macagon
2016-10-14
2
-16
/
+17
*
Make lldb -Werror clean on Windows.
Zachary Turner
2016-10-05
2
-5
/
+5
*
Fix parsing expressions to evaluate with spaces and optional args (MI)
Ilia K
2016-09-22
1
-10
/
+2
*
Remove MIUtilParse (no longer used)
Pavel Labath
2016-09-13
3
-152
/
+0
*
Add MiSyntaxTestCase.test_lldbmi_output_grammar test (MI)
Ilia K
2016-09-12
1
-3
/
+0
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
151
-21113
/
+22082
*
Replace uses of MIUtilParse::CRegexParser with llvm::Regex
Pavel Labath
2016-09-05
2
-31
/
+35
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
2
-1
/
+5
*
Revert "Add StructuredData plugin type; showcase with new DarwinLog feature"
Todd Fiala
2016-08-19
2
-5
/
+1
*
Add StructuredData plugin type; showcase with new DarwinLog feature
Todd Fiala
2016-08-19
2
-1
/
+5
*
Fix -break-insert not working when using absolute paths (MI)
Ilia K
2016-07-29
3
-1
/
+27
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Fix -break-enable/-break-disable commands (MI)
Ilia K
2016-07-14
1
-23
/
+3
*
-thread-info in lldbmi does not conform to protocol. Should end with current ...
Chuck Ries
2016-04-08
2
-4
/
+23
*
Revert the "build fix" in r264104
Pavel Labath
2016-03-29
1
-4
/
+0
*
Reverted a change in r264074 that made lldb-mi use lldb_private APIs.
Sean Callanan
2016-03-22
1
-1
/
+2
*
[lldb-mi] Uncomment a line in CMakeLists.txt to make linux build happy.
Siva Chandra
2016-03-22
1
-1
/
+1
*
Unicode support on Win32.
Zachary Turner
2016-03-22
3
-9
/
+19
*
Add a DiagnosticManager replace error streams in the expression parser.
Sean Callanan
2016-03-19
1
-3
/
+1
*
Delete the custom implementation of signal() on Windows.
Zachary Turner
2016-03-18
3
-58
/
+1
*
Added a break statement that was needed. Caught by clang's unannotated case f...
Greg Clayton
2016-03-18
1
-1
/
+2
*
Show real error message in -data-evaluate-expression
Eugene Leviant
2016-02-08
2
-3
/
+8
*
Fix crash in lldb-mi when stack variable name is nullptr. This always happens...
Eugene Leviant
2016-01-29
1
-1
/
+6
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-32
/
+0
*
Apply missed changes from svn r256863 "Add support for "source info" and use ...
Dawn Perchik
2016-01-06
1
-2
/
+2
*
Add support for "source info" and use it to fix MI's -symbol-list-lines.
Dawn Perchik
2016-01-05
1
-18
/
+10
*
Allow variable names to be quoted with -var-list-children
Chuck Ries
2015-12-07
1
-1
/
+1
*
test commit.
Chuck Ries
2015-12-07
1
-1
/
+1
*
Add more autotools/gmake NetBSD glue
Bruce Mitchener
2015-11-15
1
-2
/
+1
[next]