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