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
/
lldb-log.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-275
/
+0
*
Make sure to #include <atomic> when using std::atomic.
Zachary Turner
2014-09-19
1
-0
/
+1
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
Put "jit" in alpha order in log category list
Ed Maste
2014-03-05
1
-2
/
+2
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-1
/
+4
*
Fixed deadlocks that could occur when using python for breakpoints, operating...
Greg Clayton
2014-02-13
1
-0
/
+3
*
Change the Mac OS X SystemRuntime plugin from using the placeholder
Jason Molenda
2014-02-05
1
-0
/
+3
*
The output of 'log list' was missing a few of the lldb channels:
Jason Molenda
2013-09-12
1
-14
/
+19
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-0
/
+3
*
Don't compare 4 characters on a 2 character string.
Greg Clayton
2013-05-22
1
-2
/
+2
*
Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to...
Greg Clayton
2013-05-22
1
-0
/
+2
*
Fixing lldb log list text for commands category
Andrew Kaylor
2013-04-26
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-27
/
+32
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-0
/
+2
*
Add an LLDB_LOG_TARGET logging channel (log eanble lldb target).
Jason Molenda
2012-12-05
1
-0
/
+3
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-19
/
+22
*
Patch from Filipe Cabecinhas.
Greg Clayton
2012-04-26
1
-7
/
+2
*
Add a logging mode that takes a callback and flush'es to that callback.
Jim Ingham
2012-02-21
1
-9
/
+7
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
Fixed an issue where a lexical block or inlined function might have bad debug
Greg Clayton
2011-09-29
1
-0
/
+3
*
Fixed the logging output to be done consistently across all plug-ins.
Greg Clayton
2011-09-12
1
-18
/
+18
*
Include lldb/commands as a valid logging type in the
Jason Molenda
2011-08-25
1
-0
/
+1
*
some editing of data visualization error messages to make them more meaningful
Enrico Granata
2011-07-22
1
-1
/
+4
*
Deleted one too many characters...
Jim Ingham
2011-05-07
1
-1
/
+1
*
Make the log message & setter match for "dyld/shlib". The "ListLogCategories...
Jim Ingham
2011-05-06
1
-1
/
+1
*
Patch to remove uses of non-standard strcasestr and replace then with
Greg Clayton
2011-02-04
1
-42
/
+42
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
- Fix alias-building & resolving to properly handle optional arguments for co...
Caroline Tice
2010-12-07
1
-0
/
+2
*
Cleaned up code that wasn't using the Initialize and Terminate paradigm by
Greg Clayton
2010-11-18
1
-30
/
+33
*
Move the embedded Python interpreter onto a separate thread, to prevent
Caroline Tice
2010-11-10
1
-0
/
+3
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-32
/
+28
*
Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with th...
Jim Ingham
2010-11-05
1
-2
/
+0
*
Fixed shared library unloads when the unloaded library doesn't come off
Greg Clayton
2010-11-03
1
-0
/
+2
*
Add the ability to disable individual log categories, rather
Caroline Tice
2010-10-29
1
-3
/
+46
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-6
/
+6
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-0
/
+2
*
Check in the native lldb unwinder.
Jason Molenda
2010-10-25
1
-0
/
+2
*
Add a "lldb host" logging channel, and put logging in the Host::OpenInExterna...
Jim Ingham
2010-08-31
1
-0
/
+1
*
Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.
Jim Ingham
2010-06-15
1
-1
/
+1
*
Add missing include.
Eli Friedman
2010-06-10
1
-1
/
+1
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+190