1. 1e5b021 Added the ability to connect using "tcp://<host>:<port>" which is the by Greg Clayton · 13 years ago
  2. 363be3f Hollowed out process plug-in to do KDP darwin kernel debugging. by Greg Clayton · 13 years ago
  3. f7a9b14 Python summary strings: by Enrico Granata · 13 years ago
  4. 309c89d Fixed a crasher where entering 'help disasm' on the command line would crash lldb. by Johnny Chen · 13 years ago
  5. ede7bdf fixing missing RefCounter class by Enrico Granata · 13 years ago
  6. 86e7c3e smarter summary strings: by Enrico Granata · 13 years ago
  7. 34bfa4f Fix short description of 'target variable' command. by Johnny Chen · 13 years ago
  8. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  9. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  10. 1a10208 named summaries: by Enrico Granata · 13 years ago
  11. 9b82f86 Added the ability to see block variables when looking up addresses by Greg Clayton · 13 years ago
  12. fb81642 Allow the built in ValueObject summary providers for C strings by Greg Clayton · 13 years ago
  13. 5638d2c Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 13 years ago
  14. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  15. 9f6c6e9 Limit the character array summary to 512 bytes. by Greg Clayton · 13 years ago
  16. f9ce9b8 Fixed some const issues with args to some lldb_private::Target functions. by Greg Clayton · 13 years ago
  17. 645faca More cleanup on the this plug-in and tried to set the notification by Greg Clayton · 13 years ago
  18. 6fe03ce Fixed an issue where we weren't zeroing out the type fully by Greg Clayton · 13 years ago
  19. 59e093d Fixed an issue with getting the size of an array from an opaque clang_type_t by Greg Clayton · 13 years ago
  20. 8cc3f69 Allow reading memory from files before the target has been run. by Jim Ingham · 13 years ago
  21. ca31997 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 13 years ago
  22. 5d81f49 Added the ability to see global variables with a variable expression path so by Greg Clayton · 13 years ago
  23. 27a3ad1 remove errant parenthesis. by Jim Ingham · 13 years ago
  24. 19c0d58 Fixed a few issues where typedefs weren't passing through to the correct by Greg Clayton · 13 years ago
  25. 40f7917 LLDB now has a Kernel dynamic linker that can detect where kexts are by Greg Clayton · 13 years ago
  26. 8c547d4 Make the kernel able to do its initial load from target memory with the by Greg Clayton · 13 years ago
  27. ff78238 final fix for the global constructors issue by Enrico Granata · 13 years ago
  28. bbea133 Added the start of the darwin dynamic loader plug-in. It isn't hooked up to by Greg Clayton · 13 years ago
  29. 58baaad Audited the expression parser to find uninitialized by Sean Callanan · 13 years ago
  30. f38b76b Switch to using the S_ISDIR and S_ISREG sys/stat.h macros in by Jason Molenda · 13 years ago
  31. ae9f748 Added checks to the expresssion parser which make by Sean Callanan · 13 years ago
  32. 968958c Add SBValue::GetID() member method call API. by Johnny Chen · 13 years ago
  33. 9ae9fd3 Fixed a warning where initializing CommandObject::g_arguments_data[] required global constructors by Enrico Granata · 13 years ago
  34. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  35. 368f822 Centralize the variable display prefs into a new option by Greg Clayton · 13 years ago
  36. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  37. 1bba6e5 new detailed descriptions for type summary add and type format add by Enrico Granata · 13 years ago
  38. 13cb540 bug fix in summary strings: by Enrico Granata · 13 years ago
  39. 75a4012 Fixed an issue that was causing us to crash when evaluating expressions for by Greg Clayton · 13 years ago
  40. 9163509 Set the EvaluationPoint's m_thread_id to the RIGHT invalid define... by Jim Ingham · 13 years ago
  41. bafc86e Made the string representation for a SBValue return what "frame variable" by Greg Clayton · 13 years ago
  42. 54890a3 Fixed some format names by Enrico Granata · 13 years ago
  43. 107e53d Fixed some issues with ARM backtraces by not processing any push/pop by Greg Clayton · 13 years ago
  44. 9762e10 new syntax for summary strings: by Enrico Granata · 13 years ago
  45. d0691fe When we use the "fd://%u" for file descriptors, we need to detect if this is by Greg Clayton · 13 years ago
  46. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 13 years ago
  47. 3e1c95a Fix Linux build errors by Peter Collingbourne · 13 years ago
  48. 886bc3e several improvements to "type summary": by Enrico Granata · 13 years ago
  49. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  50. 1391a39 This commit adds a new top subcommand "summary" to command type named "type". Currently this command by Enrico Granata · 13 years ago
  51. 917c000 Added support for finding and global variables in the SBTarget and SBModule by Greg Clayton · 13 years ago
  52. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  53. 82820f9 Remove a few more places where we were iterating linearly over the Breakpoint Site's rather than by Jim Ingham · 13 years ago
  54. b9dcc51 Fixed an issue that was checked in with the dynamic types and update point by Greg Clayton · 13 years ago
  55. e657fbc Add fuzz calls for SBTarget and SBThread. by Johnny Chen · 13 years ago
  56. b7a9d64 Add fuzz calls for SBModule and SBProcess. by Johnny Chen · 13 years ago
  57. 6377f5c Remove the disassembly option: "eOptionShowCurrentLine" and replaced it with by Greg Clayton · 13 years ago
  58. 87ac902 Bumped Xcode project versions to lldb-65 and debugserver-140. by Greg Clayton · 13 years ago
  59. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  60. b474782 Removed an member variable "m_local_debugserver" that is no longer needed. by Greg Clayton · 13 years ago
  61. fe1b47d Cleanup error output on expressions. by Greg Clayton · 13 years ago
  62. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  63. b27e74b Remove an assertion and replace with safe code that emits a warning. by Greg Clayton · 13 years ago
  64. de1dd81 Fixed SBTarget attach calls to properly deal with being connected to a remotely by Greg Clayton · 13 years ago
  65. f4d4fcc ++ cannot be used to increment an enum, so do it another way by Peter Collingbourne · 13 years ago
  66. fcfc118 Add an initial test file for the newly added data formatter command. by Johnny Chen · 13 years ago
  67. 3182eff Centralized all of the format to c-string and to format character code inside by Greg Clayton · 13 years ago
  68. 921fac0 Fix header paths by Peter Collingbourne · 13 years ago
  69. de7f47d Fix typo spotted by Elias Pipping. by Charles Davis · 13 years ago
  70. ff0c5df Another patch from Enrico Granata. by Greg Clayton · 13 years ago
  71. 5c28dd1 Committing type format code for Enrico Granata. by Greg Clayton · 13 years ago
  72. 0664a57 When installing the Python modules: by Charles Davis · 13 years ago
  73. cbc07cf Fixed an issue for ARM where data symbols would alway return invalid addresses. by Greg Clayton · 13 years ago
  74. cad757c Remove -MT options from SWIG invocation by Peter Collingbourne · 13 years ago
  75. b586767 Trivial fix - insert a space between the frame name and the instruction output. by Jim Ingham · 13 years ago
  76. 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
  77. 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
  78. 4bb0f19 Fixed an issue where SBFrame::GetDisassembly() was returning disassembly that by Greg Clayton · 13 years ago
  79. 785e3e7 Don't print out the baton pointer value for simple Baton classes. by Greg Clayton · 13 years ago
  80. 4ed315f Added the ability to find functions from either a SBModule (find functions by Greg Clayton · 13 years ago
  81. dfbfa9c Remove duplicate m_monitor field from LaunchArgs by Peter Collingbourne · 13 years ago
  82. e7a91c1 The "-r" option should work for both "-n" and "-s", but it was only set to work for "-s". by Jim Ingham · 13 years ago
  83. d2554b5 Test lldb Python API object's default constructor and make sure it is invalid by Johnny Chen · 13 years ago
  84. eca14c7 Add dependency tracking/clean rule to interpreter makefile by Peter Collingbourne · 13 years ago
  85. 14ecb06 Create a _lldb.so symlink in the bin directory by Peter Collingbourne · 13 years ago
  86. 7aecabb Revert r133358 which forgoes printing of breakpoint command when doing a breakpoint list where the description by Johnny Chen · 13 years ago
  87. e6bd142 Use the dyld_mode, image_infos & image_infos_count passed into the shared library notification function by Jim Ingham · 13 years ago
  88. dab471f Fixed a crasher where we were accessing a symbol with a bad index. by Greg Clayton · 13 years ago
  89. 887f45f Make sure we have a valid object file before we try getting the symbol table by Greg Clayton · 13 years ago
  90. 8c6907c Fixed a case where LLDB would crash if we get C++ operators with invalid by Greg Clayton · 13 years ago
  91. 20fe30c Switch from USEC_PER_SEC/NSEC_PER_SEC/NSEC_PER_USEC to TimeValue constants by Peter Collingbourne · 13 years ago
  92. 49da2f3 Don't print the baton when a breakpoint has a callback since it is pretty by Greg Clayton · 13 years ago
  93. 582ed0e Added two new API functions to SBFrame: by Greg Clayton · 13 years ago
  94. 307fa07 Added a new format for displaying an array of characters: eFormatCharArray by Greg Clayton · 13 years ago
  95. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  96. 58d02ff Add a bunch of test cases to TestHelloWorld.py to exercise combinations of dwarf/dsym debug setup. by Johnny Chen · 13 years ago
  97. 604f0d3 Added the notion of an system root for SDKs. This is a directory where all by Greg Clayton · 13 years ago
  98. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  99. 535960e o TestHelloWorld.py: by Johnny Chen · 13 years ago
  100. 892fadd by Caroline Tice · 13 years ago