1. e4e3e2c when typing a summary string you can use the %S symbol to explicitly indicate that you want the summary to be used to print the target object by Enrico Granata · 13 years ago
  2. 1e3a522 Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  3. 7b13922 More KDP fixes and logging cleanup. by Greg Clayton · 13 years ago
  4. 234981a Added KDP resume, suspend, set/remove breakpoint, and kernel version support. by Greg Clayton · 13 years ago
  5. ec15f50 Added register reading support for ARM, i386 and x86_64. by Greg Clayton · 13 years ago
  6. 1e620f0 type category list now supports a regular expression argument that filters categories to only include the ones matching the regex by Enrico Granata · 13 years ago
  7. 23ba377 Applied Matt Johnson patch to ValueObject and FormatManager by Enrico Granata · 13 years ago
  8. e1cffb1 Avoid calling accessor function more than once when result is already in by Greg Clayton · 13 years ago
  9. d5b3e3c Added some more functionality to SocketAddress and modified by Greg Clayton · 13 years ago
  10. 2bc9eb3 Patch by Matt Johnson to silence G++ warnings! by Johnny Chen · 13 years ago
  11. 4c3fb4b The implementation of categories is now synchronization safe by Enrico Granata · 13 years ago
  12. ac304e4 Abstract "struct sockaddr", "struct sockaddr_in", "struct sockaddr_in6" and by Greg Clayton · 13 years ago
  13. 0fa5124 Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 13 years ago
  14. 8a717e5 Fixed a bug where deleting a regex summary would not immediately reflect in the variables display by Enrico Granata · 13 years ago
  15. 72fa64b Initialize the all important automatic variable 'lldb::ConnectionStatus status' before by Johnny Chen · 13 years ago
  16. 8cd8670 Removed a redundant dyn_cast. Thanks to Felipe Cabecinhas. by Sean Callanan · 13 years ago
  17. 8d2ea28 Added a boolean to the pure virtual lldb_private::Process::CanDebug(...) by Greg Clayton · 13 years ago
  18. d52d00f Completed more work on the KDP darwin kernel debugging Process plug-in. by Greg Clayton · 13 years ago
  19. 7f163b3 Some descriptive text for the Python script feature: by Enrico Granata · 13 years ago
  20. 90d207e System-wide summaries: by Enrico Granata · 13 years ago
  21. 8f64c47 Added the ability to get synthetic child values from SBValue objects that by Greg Clayton · 13 years ago
  22. 269f91e Fixed the comment lines in the file comment headers. by Greg Clayton · 13 years ago
  23. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  24. 363be3f Hollowed out process plug-in to do KDP darwin kernel debugging. by Greg Clayton · 13 years ago
  25. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  26. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  27. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  28. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  29. 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 13 years ago
  30. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  31. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  32. 1a10208 named summaries: by Enrico Granata · 13 years ago
  33. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  34. fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 13 years ago
  35. 5638d2c Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 13 years ago
  36. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  37. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  38. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  39. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  40. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  41. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  42. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  43. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  44. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  45. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  46. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  47. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  48. 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
  49. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  50. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  51. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  52. f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
  53. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  54. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  55. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  56. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  57. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  58. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  59. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  60. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  61. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  62. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  63. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  64. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  65. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  66. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  67. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  68. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  69. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  70. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  71. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  72. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  73. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  74. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  75. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  76. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  77. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  78. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  79. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  80. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  81. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  82. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  83. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  84. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  85. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  86. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  87. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  88. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  89. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  90. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  91. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  92. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  93. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  94. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  95. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  96. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  97. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  98. 41ae812 Reverting switch to the AsyncOutputStream for the Thread Trace Logger. This change caused the logger to crash. Presumably we're printing at a time the debugger isn't ready to print. by Jim Ingham · 13 years ago
  99. 4985959 Add a 10 second timeout to ensure that we don't lock up if we never get to the by Greg Clayton · 13 years ago
  100. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago