1. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 12 years ago
  2. f836941 Commented out printf's for the time being. by Johnny Chen · 12 years ago
  3. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 12 years ago
  4. 23d90ae Fixed a few things in the ELF object file: by Greg Clayton · 12 years ago
  5. dba1de8 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 12 years ago
  6. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  7. 155599b If creation of watchpoint failed on the device, make sure the list maintained by the target reflects that by cleaning it up. by Johnny Chen · 12 years ago
  8. 77867c6 <rdar://problem/11022964> by Sean Callanan · 12 years ago
  9. 9ff3428 Use GetClangDeclContextForDIE, it'll find the cached one by Eric Christopher · 12 years ago
  10. 60c1006 Fix method name for output. by Eric Christopher · 12 years ago
  11. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 12 years ago
  12. a3f3819 Small tweak to list of arches to build debugserver for on arm. by Jason Molenda · 12 years ago
  13. 074d0ff Explicit casts to remove two compile-time warnings. by Johnny Chen · 12 years ago
  14. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 12 years ago
  15. b4a2c82 <rdar://problem/11101372> by Sean Callanan · 12 years ago
  16. 0d4453c Fix a typo. by Johnny Chen · 12 years ago
  17. 9a725f0 Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)variable. by Johnny Chen · 12 years ago
  18. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 12 years ago
  19. ee5daf3 Fixed up the command so that it doesn't dump the first arguments when run from the command line which was causing this script to dump the script itself. by Greg Clayton · 12 years ago
  20. fed5267 Added python script that implements a "parse_log_file" command in LLDB which can by Greg Clayton · 12 years ago
  21. 74e422d <rdar://problem/11095005> by Greg Clayton · 12 years ago
  22. f5dc0fc SBTypeCategory::GetName returns const char* so return by Jason Molenda · 12 years ago
  23. 685099b Resolved two problems in the disassembler: by Sean Callanan · 12 years ago
  24. cf88842 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue by Johnny Chen · 12 years ago
  25. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 12 years ago
  26. c811f9f Check in main.c modified for testing hardware watchpoints on arm architectures. by Johnny Chen · 12 years ago
  27. 2aaf59d Added the ability to log a value object just as a value would be display by Greg Clayton · 12 years ago
  28. b208860 Integrated LLVM revision 153218, which fixes a by Sean Callanan · 12 years ago
  29. 7d0356f Fixed a bug with the r153228 check-in earlier today in that the cached watchpoint by Johnny Chen · 12 years ago
  30. 501e77a Fixed a bug in the disassembler where we did by Sean Callanan · 12 years ago
  31. 34814d6 Since we are having issues with the new LLVM MC disassembler, we can have by Greg Clayton · 12 years ago
  32. 33de038 WIP snapshot of hardware watchpoints for arm. A simple watchpoint has triggered. by Johnny Chen · 12 years ago
  33. ce389be Commit missing function prototype. by Greg Clayton · 12 years ago
  34. e401f95 Add missing watchpoint stop info creation logic for arm on the debugger side. by Johnny Chen · 12 years ago
  35. 2c2d573 Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. by Johnny Chen · 12 years ago
  36. 30a5dd5 Added some hardening to make sure that we don't use QualType contents unchecked. by Sean Callanan · 12 years ago
  37. ea58028 Added a local patch to reflect an LLVM fix for by Sean Callanan · 12 years ago
  38. aa20630 Fixed the ability to load a module from a path by using just a UUID. After by Greg Clayton · 12 years ago
  39. ddb5933 Fixed some potential null-pointer bugs in the expression parser code. by Sean Callanan · 12 years ago
  40. f0c372a Headers cleanup by Enrico Granata · 12 years ago
  41. 85534d9 More #includes removed by Enrico Granata · 12 years ago
  42. 57011ac Removing spurious <locale> include by Enrico Granata · 12 years ago
  43. 2b7fd6f Removing spurious <ostream> include by Enrico Granata · 12 years ago
  44. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 12 years ago
  45. f55919b Fixing a bug where child names in filters were not matched properly by Enrico Granata · 12 years ago
  46. b28dae3 <rdar://problem/11078937> by Greg Clayton · 12 years ago
  47. 12f588a Make sure that if a UUID was passed in, and we found a match, that should be enough for us. by Greg Clayton · 12 years ago
  48. 002945c Added a fix to the crash log script that allows you to locate and load a binary from any location and _then_ do the symbolication. Something like: by Greg Clayton · 12 years ago
  49. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 12 years ago
  50. 1d56498 Editing documentation to reflect recent changes in the formatters support by Enrico Granata · 12 years ago
  51. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 12 years ago
  52. 2418fdd <rdar://problem/11072382> by Greg Clayton · 12 years ago
  53. 35a45ad Include limits.h for PATH_MAX. by Benjamin Kramer · 12 years ago
  54. 72a06db Bump to lldb-133. by Jason Molenda · 12 years ago
  55. b62598b Changed the URL to the CFString summary provider; slightly reworded the relevant piece of content by Enrico Granata · 12 years ago
  56. 415bb57 Pointing users to a new example of synthetic children provider en lieu of the old StdVector example which was removed earlier today by Enrico Granata · 12 years ago
  57. 7e04238 Adding a new example of synthetic children provider by Enrico Granata · 12 years ago
  58. 4c128d5 Updated LLVM/Clang to take a patch that fixes some by Sean Callanan · 12 years ago
  59. 1dbf2a8 Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. by Johnny Chen · 12 years ago
  60. 13555cc Fix FRAMEWORK_SEARCH_PATHS for iOS builds. by Johnny Chen · 12 years ago
  61. b451f5f Patch from dawn@burble.org: by Johnny Chen · 12 years ago
  62. e1219bf Fix a bug in getRunOptions() where there was no space between the arch spec and the compiler spec. by Johnny Chen · 12 years ago
  63. 63e9d4f Updating Xcode project version numbers for lldb-132 and debugserver-182 by Sean Callanan · 12 years ago
  64. 7e5bfda Integrated two high-value Clang fixes: by Sean Callanan · 12 years ago
  65. 4a4d658 Warn about an example script being obsoleted by new native features and just an example by Enrico Granata · 12 years ago
  66. a95dc6f Deleting obsolete files by Enrico Granata · 12 years ago
  67. 48e8dde rdar://problem/11057400 by Johnny Chen · 12 years ago
  68. 964deba <rdar://problem/8196933> by Greg Clayton · 12 years ago
  69. dbe2c82 Add a test case to go with <rdar://problem/11052829> and svn check-in r152809. by Johnny Chen · 12 years ago
  70. c8dc8db Add test case associated with: by Johnny Chen · 12 years ago
  71. 03e498e <rdar://problem/11052829> by Greg Clayton · 12 years ago
  72. 3b4d7ff <rdar://11033946> by Han Ming Ong · 12 years ago
  73. e947839 Strengthened LLDB's completion of object types. by Sean Callanan · 12 years ago
  74. 39994c6 <rdar://problem/11049371> http://llvm.org/bugs/show_bug.cgi?id=12232 by Greg Clayton · 12 years ago
  75. 22f44d5 Committing a patch from Filipe Cabecinhas by Enrico Granata · 12 years ago
  76. 76fa7cf Remove a debug statement. by Johnny Chen · 12 years ago
  77. f29cd7f Updating Xcode project version numbers for lldb-131 and debugserver-181 by Sean Callanan · 12 years ago
  78. 9930b33 Makefile build: clang now depends on libclangEdit. by Benjamin Kramer · 12 years ago
  79. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  80. d2653c2 <rdar://problem/11042408> by Greg Clayton · 12 years ago
  81. ad6d0f0 bump to lldb-130 by Jason Molenda · 12 years ago
  82. 599c084 bump to debugserver-180 by Jason Molenda · 12 years ago
  83. abd9d7a On iOS builds, install debugserver in /Developer/usr/bin. by Jason Molenda · 12 years ago
  84. 9482f05 <rdar://problem/11034170> by Greg Clayton · 12 years ago
  85. 579a296 The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console by Enrico Granata · 12 years ago
  86. 1ffff0f Send an "OK" response to the "D" (detach) packet. by Jason Molenda · 12 years ago
  87. c9c364f rdar://problem/11031743 by Johnny Chen · 12 years ago
  88. cebfad1 Hardened the step-out plan in case it receives bad stack IDs. by Sean Callanan · 13 years ago
  89. b22013e Bumped Xcode project versions for lldb-129 and debugserver-179. by Greg Clayton · 13 years ago
  90. d101111 version bump to lldb-128 by Jason Molenda · 13 years ago
  91. f46c5ef version bump to 178 by Jason Molenda · 13 years ago
  92. 3a245a5 Don't SKIP_INSTALL for sdk==iOS, install in to /usr/local/bin for now. by Jason Molenda · 13 years ago
  93. bc41ff7 Pull in another plist from the old debugserver project. by Jason Molenda · 13 years ago
  94. 5ae31e2 Mark newly added synthesizer calls as being #ifndef LLDB_DISABLE_PYTHON by Jason Molenda · 13 years ago
  95. 7b9aacf Changed several of the Cocoa formatters to match the output style that Xcode uses internally to provide summaries by Enrico Granata · 13 years ago
  96. 66205ce Added formatters for libc++ (http://libcxx.llvm.org): by Enrico Granata · 13 years ago
  97. 053a922 <rdar://problem/11030692> by Greg Clayton · 13 years ago
  98. ab33808 Disabled the i386 tests pending fixes in the JIT. by Sean Callanan · 13 years ago
  99. 8610681 Hardened the process of reading the program counter by Sean Callanan · 13 years ago
  100. 30dad10 Meta classes can't have dynamic types... <rdar://problem/11021925> by Jim Ingham · 13 years ago