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
/
Core
/
Error.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-7
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-263
/
+185
*
Delete Host/windows/win32.h
Zachary Turner
2016-08-09
1
-0
/
+1
*
Typo corrections identified by codespell
Ed Maste
2016-07-19
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-10
1
-40
/
+25
*
Remove unneeded include.
Jason Molenda
2015-04-14
1
-4
/
+0
*
Error::Clear() should reset the type to invalid instead of generic.
Zachary Turner
2015-01-22
1
-1
/
+1
*
__arm64__ and __aarch64__ #ifdef adjustments
Todd Fiala
2014-07-09
1
-1
/
+1
*
Make the Expression Execution result enum available to the SB API layer.
Jim Ingham
2014-05-05
1
-0
/
+29
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-1
/
+1
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-2
/
+6
*
Core: Fix non-Darwin build.
Charles Davis
2013-08-27
1
-0
/
+2
*
Fix some names in the wake of my Mach-O changes to LLVM.
Charles Davis
2013-08-27
1
-3
/
+2
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-1
/
+1
*
Don't retry the Connect when starting up debugserver if the reason for the pr...
Jim Ingham
2013-06-07
1
-0
/
+10
*
Only include under arm and an Apple system. Otherwise, it will fail under a G...
Sylvestre Ledru
2013-05-15
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
Python summary strings:
Enrico Granata
2011-07-15
1
-0
/
+8
*
lldb-59.
Greg Clayton
2011-05-30
1
-1
/
+0
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
1
-1
/
+1
*
Added a file abtraction layer into the Host section of LLDB.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
Greg Clayton
2011-02-05
1
-1
/
+1
*
Fixed an error in the type map for "char **" that was a bad memory smasher.
Greg Clayton
2011-01-14
1
-0
/
+15
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+1
*
Don't snprintf directly into a std::string, it's undefined behavior per C++03.
Benjamin Kramer
2010-06-21
1
-12
/
+9
*
Make Error.h and Error.cpp compile on Linux.
Eli Friedman
2010-06-10
1
-2
/
+7
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+365