1. 3ca24b4 <rdar://problem/12817233> by Enrico Granata · 12 years ago
  2. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 12 years ago
  3. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 12 years ago
  4. 14e71ec Separate initing the stdout/stderr for running the Python Script interpreter from initing the lldb.target/frame/etc globals, by Jim Ingham · 12 years ago
  5. 81b78ca Merge rename fix from libcxxabi (r169402: rename class with name that clashes with GCC 4.6/4.7) by Daniel Malea · 12 years ago
  6. b912457 <rdar://problem/12560257> by Greg Clayton · 12 years ago
  7. 0b93a75 <rdar://problem/12749733> by Greg Clayton · 12 years ago
  8. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  9. 99611fe In the data formatters, if we know the result by Sean Callanan · 12 years ago
  10. 6475c42 <rdar://problem/12798131> by Greg Clayton · 12 years ago
  11. 5292b44 <rdar://problem/12742973> by Greg Clayton · 12 years ago
  12. b1087a2 Save and restore terminal state when lldb is suspended with SIGTSTP and resumed with SIGCONT. by Jim Ingham · 12 years ago
  13. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  14. db23fc2 Rename __lambda to __lambda_node (apply r164404 from libcxxabi) by Daniel Malea · 12 years ago
  15. c62ef46 Fixing a silly typo in the previous patch by Enrico Granata · 12 years ago
  16. 341c311 <rdar://problem/12754509> by Enrico Granata · 12 years ago
  17. 9e3193a Revision of the patch from Andrew Kaylor <andrew.kaylor@intel.com> to prevent missing an event added in WaitForEventsInternal, narrowing the time in which we are not accepting new events. Also, made everything that was protected private, since there really isn't any good reason why subclasses would have to muck with the listener internals. by Jim Ingham · 12 years ago
  18. 15b3c94 Patch from Andrew Kaylor that fixes a race condition in the Listener.cpp. by Greg Clayton · 12 years ago
  19. 0b2f5cc Minor cleanups to the new ModuleList notification APIs: passing in the ModuleList as part of the callbacks, and not copying the notifier as part of copy constructing and assigning by Enrico Granata · 12 years ago
  20. 146d952 <rdar://problem/12586350> by Enrico Granata · 12 years ago
  21. 6e3f97b Add new ArchSpec methods, IsCompatibleMatch() and IsExactMatch(). by Jason Molenda · 12 years ago
  22. fb2d05b Caught two cases where we were passing a Stream* without checking for NULL by Enrico Granata · 12 years ago
  23. da53089 Change DataExtractor::Dump() to use a series of if..else if by Jason Molenda · 12 years ago
  24. 36d507f More fixes from MSVC warnings found by Carlo Kok. by Greg Clayton · 12 years ago
  25. f0fab4f Fixed build warnings. by Greg Clayton · 12 years ago
  26. 7c5e22f Path from Ashok Thirumurthi: by Greg Clayton · 12 years ago
  27. db05491 <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it by Enrico Granata · 12 years ago
  28. a955275 Improve the broadcast event dumping. by Greg Clayton · 12 years ago
  29. 89fda00 Moving ValueObjectCast over to its own .h/.cpp files instead of sharing ValueObjectDynamic.h/.cpp by Enrico Granata · 12 years ago
  30. 671dd55 Reverting the changes to Scalar since this class needs to follow C rules for type promotion by Enrico Granata · 12 years ago
  31. 4a0a125 Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropriate calls in Scalar - Making sure Scalar does the right thing when casting signed values to unsigned ones. by Enrico Granata · 12 years ago
  32. c01344c <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 12 years ago
  33. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  34. b8080cb Fixing a compiler warning about has_children being used before being initialized by Enrico Granata · 12 years ago
  35. 54037b1 <rdar://problem/12493007> by Greg Clayton · 12 years ago
  36. 3d656c7 <rdar://problem/12437442> by Enrico Granata · 12 years ago
  37. b9bd4ee <rdar://problem/12473003> by Greg Clayton · 12 years ago
  38. 509c728 Fixed a bug that caused floating-point values to be printed truncated. by Sean Callanan · 12 years ago
  39. 87e9d32 Added the infrastructure necessary for plug-ins to be able to add their own settings instead of having settings added to existing ones. In particular "target.disable-kext-loading" was added to "target" where it should actually be specific to the the dynamic loader plugin. Now the plug-in manager has the ability to create settings at the root level starting with "plugin". Each plug-in type can add new sub dictionaries, and then each plug-in can register a setting dictionary under its own short name. For example the DynamicLoaderDarwinKernel plug-in now registers a setting dictionary at: by Greg Clayton · 12 years ago
  40. 7b69503 Improvements to the data formatters logging - plus, new log messages when our dynamic type changes by Enrico Granata · 12 years ago
  41. 0b2be9d <rdar://problem/12503640> Fixing an issue where the dynamic type of an Objective-C pointer changed but we still reported the one-true-definition for the previous type. This was causing issues where a variable could be reported as being of an entirely different type after an assignment by Enrico Granata · 12 years ago
  42. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  43. 1b97a65 llvm needs the OS to be set to either iOS or Mac OS X by Jason Molenda · 12 years ago
  44. 6bc24c1 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 12 years ago
  45. 3a98c89 Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map). by Greg Clayton · 12 years ago
  46. a510437 <rdar://problem/12331741> by Greg Clayton · 12 years ago
  47. b9bd5d1 <rdar://problem/12462575> Refactoring a block of shared code in the NSString data formatter by Enrico Granata · 12 years ago
  48. f737d37 Added a new "module" log channel which covers module creation, deletion, and common module list actions. by Greg Clayton · 12 years ago
  49. bf41e19 Ran the sources through the compiler with -Wshadow warnings by Jason Molenda · 12 years ago
  50. a787c1a <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSDictionary - providing better support for dynamic types by letting the filter recalculate itself when the type of the object changes by Enrico Granata · 12 years ago
  51. 247da33 <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSArray - the same work will need to be done for NSDictionary by Enrico Granata · 12 years ago
  52. 9abbfba <rdar://problem/12099592> Adding back a bunch of code-running summaries by Enrico Granata · 12 years ago
  53. d9c3769 <rdar://problem/12408181> Fixing a bug where we would try to look for types in a module, and then fail to look for them anywhere else because the same SymbolContext was being passed everywhere by Enrico Granata · 12 years ago
  54. 58aa715 <rdar://problem/11791234> by Greg Clayton · 12 years ago
  55. fd3d28d <rdar://problem/12349509> Renaming the structure that we use for NSDictionary children by Enrico Granata · 12 years ago
  56. 7685a56 <rdar://problem/12378910> Fix a bunch of other places where similar problems could happen by Enrico Granata · 12 years ago
  57. 25c9ade <rdar://problem/12378910> Fixing a potential crasher in the data formatters where we fail to check for NULL or empty class name by Enrico Granata · 12 years ago
  58. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  59. 437b5bc Wrapped up the work I am going to do for now for the "add-dsym" or "target symfile add" command. by Greg Clayton · 12 years ago
  60. b924eb6 Added the ability to download a symboled executable and symbol file given a UUID. by Greg Clayton · 12 years ago
  61. f54d145 Update the LLDB_DISABLE_PYTHON ifdef in FormatManager::LoadObjCFormatters to by Jason Molenda · 12 years ago
  62. a53324d A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them. by Greg Clayton · 12 years ago
  63. af05972 <rdar://problem/12125274> by Greg Clayton · 12 years ago
  64. 3b6bd69 Allow for numeric cputype-cpusubtype specifications where the subtype is 0. Use errno to by Jason Molenda · 12 years ago
  65. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  66. 3a08fd1 <rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes by Enrico Granata · 12 years ago
  67. 3314d6c Update LLDB_DISABLE_PYTHON #ifdefs in FormatManager.cpp to get it by Jason Molenda · 12 years ago
  68. 458c552 Fixing a potential crasher where the new C++ synthetic children can return a NULL FrontEnd and cause LLDB to crash. This patch introduces a dummy front-end which the ValueObjectSynthetic can use lacking a real FrontEnd by Enrico Granata · 12 years ago
  69. 3ba0e14 Updated the demangler to take the fix for a crasher. by Sean Callanan · 12 years ago
  70. 3d35b21 Fixing a typo by Enrico Granata · 12 years ago
  71. 44ac98c Fixed an error with a static enum definition where it wasn't NULL terminate and could crash. by Greg Clayton · 12 years ago
  72. f91e78f <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray by Enrico Granata · 12 years ago
  73. 319af1c Make lldb play nicer with C++11 and fix a (maybe impossible to come by) bug. by Filipe Cabecinhas · 12 years ago
  74. 4e17f30 Make size_t known before including cxxabi.h (FreeBSD fix) by Filipe Cabecinhas · 12 years ago
  75. e6595ea Fixed some logging messages. by Greg Clayton · 12 years ago
  76. 69fdfc9 For the eEncodingIEEE754 registers in RegisterValue::SetType, by Jason Molenda · 12 years ago
  77. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  78. 12ea8fb Making the right thing with regards to disabling summaries on LLDB_DISABLE_PYTHON builds by Enrico Granata · 12 years ago
  79. caaf010 Adding to files that were missing in the previous commit by Enrico Granata · 12 years ago
  80. ae2ae94 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 12 years ago
  81. 3b1afc6 Made it so changes to the prompt via "settings set prompt" get noticed by the command line. by Greg Clayton · 12 years ago
  82. 9b90e87 <rdar://problem/12202862> by Greg Clayton · 12 years ago
  83. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  84. 6a99403 rdar://problem/11374963 by Johnny Chen · 12 years ago
  85. 5b8bfab Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb by Enrico Granata · 12 years ago
  86. 3e8388c Changed register ValueObjects to report their by Sean Callanan · 12 years ago
  87. 9f28285 <rdar://problem/12022079> by Greg Clayton · 12 years ago
  88. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  89. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  90. 2299466 Turn on function args by default in thread & frame formats. by Jim Ingham · 12 years ago
  91. 535543d <rdar://problem/10449092> Adding a new uppercase hex format specifier. This commit also changes the short names for formats so that uppercase hex can be 'X', which was previously assigned to hex float. hex float now has no short name. by Enrico Granata · 12 years ago
  92. 1e1e6cb LLDB no longer prints <no result> by default if by Sean Callanan · 12 years ago
  93. 1221358 <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command by Enrico Granata · 12 years ago
  94. b386d82 Removed explicit NULL checks for shared pointers by Sean Callanan · 12 years ago
  95. f466956 Fixed the delay that was happening when quitting lldb from the command line. We weren't initializing the command pipes when constructing a ConnectionFileDescriptor with a file descriptor. by Greg Clayton · 12 years ago
  96. 96abc62 Added a 'void' format so that the user can manually by Sean Callanan · 12 years ago
  97. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  98. 5741df7 Added the ability to set the architecture from two numbers that represent the mach-o CPU type and subtype in the format "%u-%u" or "%u.%u". This can of course be followed by vendor and OS. by Greg Clayton · 12 years ago
  99. fd953a2 Added fix from Pawel Worach. by Filipe Cabecinhas · 12 years ago
  100. f4b54c8 Fixing an issue where ValueObject::GetPointeeData() would not work correctly for file addresses when fetching items other than the 0-th by Enrico Granata · 12 years ago