- 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
- d813309 Logging: Disable logging after fork() by Pavel Labath · 8 years ago
- 6858988 Revert "Logging: Make sure logging machinery is in a consistent state after forking" by Pavel Labath · 8 years ago
- 6c3c02a Logging: Make sure logging machinery is in a consistent state after forking by Pavel Labath · 8 years ago
- 4479ac1 iwyu fixes on lldbUtility. by Zachary Turner · 8 years ago
- a4039a0 The LIBLLDB_LOG_TEMPORARY channel got lost at some point where by Jason Molenda · 8 years ago
- 775588c Remove lldb streams from the Log class completely by Pavel Labath · 9 years ago
- 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago[Renamed (96%) from lldb/source/Core/Logging.cpp]
- a2fc1e0 Switch "lldb" log channel to the new registration mechanism by Pavel Labath · 9 years ago
- 5fae71c Convert Log class to llvm streams by Pavel Labath · 9 years ago
- 3b7e198 Remove LIBLLDB_LOG_VERBOSE category by Pavel Labath · 9 years ago
- 696bd63 [lldb] Fix typos in file headers by Alexander Shaposhnikov · 9 years ago
- 691405b Refactor the Args class. by Zachary Turner · 9 years ago
- b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
- 4141c7a Add a new "lldb" log channel named "demangle". If we have crashes that are related to demangling, we now can enable this logging and we will be able to reproduce demangler crashes (usually due to overflowing the stack) without needing someone's project. by Greg Clayton · 9 years ago
- 8918372 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
- 4edfef4 Create a logging category that is specific to data formatters activity by Enrico Granata · 10 years ago
- d6aa9ba Add a language log category. by Colin Riley · 10 years ago
- 3294de2 Move lldb-log.cpp to core/Logging.cpp by Zachary Turner · 11 years ago[Renamed (98%) from lldb/source/lldb-log.cpp]
- 4171da5 Make sure to #include <atomic> when using std::atomic. by Zachary Turner · 11 years ago
- 7b0917a use std::atomic<> to protect variables being accessed by multiple threads by Todd Fiala · 11 years ago
- d93c4a3 Fix typos. by Bruce Mitchener · 11 years ago
- 29150c1 Put "jit" in alpha order in log category list by Ed Maste · 12 years ago
- 17220c1 Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. by Andrew MacPherson · 12 years ago
- e98008c Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. by Greg Clayton · 12 years ago
- 2fd8335 Change the Mac OS X SystemRuntime plugin from using the placeholder by Jason Molenda · 12 years ago
- 475e872 The output of 'log list' was missing a few of the lldb channels: by Jason Molenda · 12 years ago
- e0f8f57 merge lldb-platform-work branch (and assorted fixes) into trunk by Daniel Malea · 12 years ago
- d389cc3 Don't compare 4 characters on a 2 character string. by Greg Clayton · 12 years ago
- 62f8003 Added a new "lldb" log channel named "os" for the OperatingSystem plug-ins to use. by Greg Clayton · 12 years ago
- 5916d45 Fixing lldb log list text for commands category by Andrew Kaylor · 12 years ago
- 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
- 5ce9c56 <rdar://problem/13159777> by Greg Clayton · 13 years ago
- e1b68ad Add an LLDB_LOG_TARGET logging channel (log eanble lldb target). by Jason Molenda · 13 years ago
- 3a18e31 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 13 years ago
- f22f6ff Patch from Filipe Cabecinhas. by Greg Clayton · 13 years ago
- 228063c Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 14 years ago
- e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
- 6c7f561 Fixed an issue where a lexical block or inlined function might have bad debug by Greg Clayton · 14 years ago
- b14eedd Fixed the logging output to be done consistently across all plug-ins. by Greg Clayton · 14 years ago
- bfb36ff Include lldb/commands as a valid logging type in the 'log list' output. by Jason Molenda · 14 years ago
- e992a08 some editing of data visualization error messages to make them more meaningful by Enrico Granata · 14 years ago
- 95496b1 Deleted one too many characters... by Jim Ingham · 14 years ago
- dc3d8ff Make the log message & setter match for "dyld/shlib". The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake... by Jim Ingham · 14 years ago
- 05c32e2 Patch to remove uses of non-standard strcasestr and replace then with by Greg Clayton · 15 years ago
- 710dd5a Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 15 years ago
- d9d6336 by Caroline Tice · 15 years ago
- 99d0faf Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 15 years ago
- 5c2816d Move the embedded Python interpreter onto a separate thread, to prevent by Caroline Tice · 15 years ago
- 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
- d403f26 Don't need both LIBLLDB_LOG_DYNAMIC_LOADER and LIBLLDB_LOG_SHLIB. Go with the former. by Jim Ingham · 15 years ago
- 6ba5085 Fixed shared library unloads when the unloaded library doesn't come off by Greg Clayton · 15 years ago
- 20ad3c4 Add the ability to disable individual log categories, rather by Caroline Tice · 15 years ago
- 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
- ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
- ab4f192 Check in the native lldb unwinder. by Jason Molenda · 15 years ago
- b4dcbae Add a "lldb host" logging channel, and put logging in the Host::OpenInExternalEditor code. by Jim Ingham · 15 years ago
- 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
- 048ceec Add missing include. by Eli Friedman · 15 years ago
- 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago