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
*
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
*
Very large changes that were needed in order to allow multiple connections
Greg Clayton
2010-06-23
1
-13
/
+3
*
Use Host::GetCurrentThreadID() instead of mach_thread_self().
Eli Friedman
2010-06-11
1
-3
/
+2
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+590