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
/
Log.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Add a more succinct logging syntax
Pavel Labath
2017-01-18
1
-49
/
+75
*
Remove a couple of Stream flags
Pavel Labath
2017-01-13
1
-17
/
+2
*
Add methods to enable using formatv syntax in LLDB.
Zachary Turner
2016-12-16
1
-53
/
+0
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-0
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-3
/
+3
*
Remove TimeValue usage from two files
Pavel Labath
2016-11-02
1
-17
/
+18
*
Fix about a dozen compile warnings
Ilia K
2016-09-12
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-427
/
+321
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-4
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-10
1
-33
/
+16
*
Fixup log enable --stack so it works on Linux.
Todd Fiala
2015-10-10
1
-0
/
+1
*
[LLGS] Avoid misrepresenting log lines as inferior output
Pavel Labath
2015-08-18
1
-1
/
+1
*
Make sure we print timestamps correctly to 9 places since we are printing nan...
Greg Clayton
2015-05-27
1
-1
/
+1
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
1
-0
/
+34
*
Enable thread-safe logging.
Zachary Turner
2015-05-08
1
-8
/
+16
*
Add logging to ProcessWindows.
Zachary Turner
2015-05-07
1
-2
/
+10
*
Fix typo in Core/Log
Pavel Labath
2015-04-30
1
-1
/
+1
*
Fix build broken by r236174.
Zachary Turner
2015-04-29
1
-4
/
+4
*
Introduce a NullLog class, which ignores all messages.
Zachary Turner
2015-04-29
1
-115
/
+93
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()
Zachary Turner
2015-03-06
1
-2
/
+9
*
minor refactoring to remove unneeded/unspecific header files
Vince Harron
2015-01-16
1
-4
/
+0
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-2
/
+6
*
Correct comment for thread name log option
Ed Maste
2014-05-21
1
-1
/
+1
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-8
/
+17
*
Change a printf() formatter to use %d for a uint32_t.
Jason Molenda
2013-09-11
1
-1
/
+1
*
Remove <windows.h> from lldb-types.h.
Virgile Bello
2013-09-04
1
-2
/
+2
*
Cleanup/rearrange includes:
Virgile Bello
2013-08-28
1
-1
/
+0
*
MingW compilation (windows). Includes various refactoring to improve portabil...
Virgile Bello
2013-08-23
1
-1
/
+0
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-6
/
+7
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+2
*
Fixed a case where the result of std::string's c_str() method was being calle...
Greg Clayton
2013-02-27
1
-4
/
+3
*
Fix a few more clang (3.2) warnings on Linux:
Daniel Malea
2012-12-07
1
-1
/
+1
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-0
/
+3
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-6
/
+7
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added auto completion for architecture names and for platforms.
Greg Clayton
2011-04-13
1
-6
/
+21
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-7
/
+4
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Make "log enable -v" work. We were only checking the log's stream's verbosit...
Jim Ingham
2011-01-22
1
-0
/
+4
*
Cleaned up code that wasn't using the Initialize and Terminate paradigm by
Greg Clayton
2010-11-18
1
-1
/
+14
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-0
/
+1
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-4
/
+5
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-12
/
+10
*
Fixed the log streams for logs that output to
Sean Callanan
2010-06-23
1
-85
/
+0
[next]