Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <rdar://problem/13521159> | Greg Clayton | 2013-03-27 | 1 | -2/+2 |
| | | | | | | | | LLDB is crashing when logging is enabled from lldb-perf-clang. This has to do with the global destructor chain as the process and its threads are being torn down. All logging channels now make one and only one instance that is kept in a global pointer which is never freed. This guarantees that logging can correctly continue as the process tears itself down. llvm-svn: 178191 | ||||
* | Add a logging mode that takes a callback and flush'es to that callback. | Jim Ingham | 2012-02-21 | 1 | -2/+2 |
| | | | | | | Also add SB API's to set this callback, and to enable the log channels. llvm-svn: 151018 | ||||
* | Fixed the comment lines in the file comment headers. | Greg Clayton | 2011-07-15 | 1 | -1/+1 |
| | | | | llvm-svn: 135284 | ||||
* | Hollowed out process plug-in to do KDP darwin kernel debugging. | Greg Clayton | 2011-07-15 | 1 | -0/+54 |
llvm-svn: 135240 |