1. 35eac9d One last syntax error fix by Enrico Granata · 13 years ago
  2. 6805e3f Fixing syntax typos in Python formatters by Enrico Granata · 13 years ago
  3. 0be1edd <rdar://problem/11160171> by Greg Clayton · 13 years ago
  4. eb80b40 Remove unused file as this file is deprecated (use ./crashlog.py instead). by Greg Clayton · 13 years ago
  5. 9b86085 Removing some instances of str(SBValue) by Enrico Granata · 13 years ago
  6. 3be42fb Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). by Greg Clayton · 13 years ago
  7. a96b789 Add testcase that verifies that __apple_types is a valid section in a .o file generated by clang. by Johnny Chen · 13 years ago
  8. c47ab2c Create a directory to host debug info specific test(s) for darwins. by Johnny Chen · 13 years ago
  9. 8f18240 Logging for data formatters. by Enrico Granata · 13 years ago
  10. daaa9d1 Building llvm for multiple arches could cause problems by Jason Molenda · 13 years ago
  11. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 13 years ago
  12. e43333a Updated LLVM to take a comprehensive fix to the by Sean Callanan · 13 years ago
  13. a57f3c6 Making sure the count on synthetic providers is always setup - This should prevent errors about count being undefined from showing up by Enrico Granata · 13 years ago
  14. 0cbb93b Patch from Viktor Kutuzov: delete the temporary process we created when "process connect" fails. by Greg Clayton · 13 years ago
  15. 86b391b Added the ability to log when things get completed in DWARF. This can be enabled using: by Greg Clayton · 13 years ago
  16. c17d2ed Remove unused code. by Greg Clayton · 13 years ago
  17. 101c1c1 Don't log to a temp file and delete it, just use the API that gives us a malloc'ed string array. by Greg Clayton · 13 years ago
  18. f9de192 <rdar://problem/11148044> by Greg Clayton · 13 years ago
  19. 972c438 Patch from Viktor Kutuzov: fixes a segmentation fault crash in lldb in the ProcessPOSIX class when the object gets destroyed. I can reproduce this problem on the FreeBSD platform and it should be reproducable for the other platforms also. by Greg Clayton · 13 years ago
  20. 3418bfe Disabling blocks support because of rdar://problem/11024417 - This is hopefully just a temporary countermeasure by Enrico Granata · 13 years ago
  21. 3ce15b0 Added some logging to STL synthetic children providers - this should help us catch problems; more logging might/will be added as needed by Enrico Granata · 13 years ago
  22. 940dd18 Be more careful when overriding the type for a by Sean Callanan · 13 years ago
  23. 3356d4f <rdar://problem/11082392> by Greg Clayton · 13 years ago
  24. 805f79b Fixing a whole class of crashers and potential crashers related to data formatters eating up all the stack when an unknown class has to be summarized ; this should make the whole Objective-C summaries more stable by Enrico Granata · 13 years ago
  25. c84623f Added a "add-dsym" alias to "target symbols add" to keep gdb converts happy. by Greg Clayton · 13 years ago
  26. d4f16c8 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  27. 23fdf4b <rdar://problem/11149427> by Greg Clayton · 13 years ago
  28. b6641ba Add log entries for HijackBroadcaster() as well as RestoreBroadcaster(). by Johnny Chen · 13 years ago
  29. 7e20226 Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues. by Enrico Granata · 13 years ago
  30. 1ec8f8f Added support for the DW_AT_APPLE_Property tag by Sean Callanan · 13 years ago
  31. 48f9c71 Missed a file in the last FreeBSD patch. by Greg Clayton · 13 years ago
  32. 27cf232 FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. by Greg Clayton · 13 years ago
  33. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 13 years ago
  34. 05e4d97 <rdar://problem/11052174> <rdar://problem/11051056> by Greg Clayton · 13 years ago
  35. 2450cb1 <rdar://problem/11035349> by Greg Clayton · 13 years ago
  36. 9cd6c01 When running this from the command line, don't pass the python script file itself to be disassembled. by Greg Clayton · 13 years ago
  37. 2a508dd Removed unused variable. by Greg Clayton · 13 years ago
  38. 80731ec Fixing an issue where Unicode characters in an NSString were printed as escape sequences by the summary provider shipping with LLDB - Added relevant test case code. Bonus points for identifying the source of the quotes :-) by Enrico Granata · 13 years ago
  39. bd58715 Fixing an issue where saying 'po foo' made both the summary and the description for foo come out. If one is po'ing something they most probably only care about the description - We will not omit the summary by Enrico Granata · 13 years ago
  40. 3a253e8 Converted commented out printf statements for dynamic type logging to use the log for "log enabe lldb types". by Greg Clayton · 13 years ago
  41. 9af596d Fixed some space formatting. by Greg Clayton · 13 years ago
  42. 2fccde4 Updated LLVM and LLDB to fix compilation errors by Sean Callanan · 13 years ago
  43. 9d4b6e5 Adding missing file by Enrico Granata · 13 years ago
  44. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 13 years ago
  45. f836941 Commented out printf's for the time being. by Johnny Chen · 13 years ago
  46. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 13 years ago
  47. 23d90ae Fixed a few things in the ELF object file: by Greg Clayton · 13 years ago
  48. 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 · 13 years ago
  49. dc0a38c <rdar://problem/11113279> by Greg Clayton · 13 years ago
  50. 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 · 13 years ago
  51. 77867c6 <rdar://problem/11022964> by Sean Callanan · 13 years ago
  52. 9ff3428 Use GetClangDeclContextForDIE, it'll find the cached one by Eric Christopher · 13 years ago
  53. 60c1006 Fix method name for output. by Eric Christopher · 13 years ago
  54. b6cad8c Bump version to debugserver-184, lldb-135. by Jason Molenda · 13 years ago
  55. a3f3819 Small tweak to list of arches to build debugserver for on arm. by Jason Molenda · 13 years ago
  56. 074d0ff Explicit casts to remove two compile-time warnings. by Johnny Chen · 13 years ago
  57. 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 · 13 years ago
  58. b4a2c82 <rdar://problem/11101372> by Sean Callanan · 13 years ago
  59. 0d4453c Fix a typo. by Johnny Chen · 13 years ago
  60. 9a725f0 Make arm debugserver handle setting a watchpoint on, for example, (uint64_t)variable. by Johnny Chen · 13 years ago
  61. b4a8ac1 Bumped Xcode project versions for lldb-134 and debugserver-183. by Greg Clayton · 13 years ago
  62. 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 · 13 years ago
  63. fed5267 Added python script that implements a "parse_log_file" command in LLDB which can by Greg Clayton · 13 years ago
  64. 74e422d <rdar://problem/11095005> by Greg Clayton · 13 years ago
  65. f5dc0fc SBTypeCategory::GetName returns const char* so return by Jason Molenda · 13 years ago
  66. 685099b Resolved two problems in the disassembler: by Sean Callanan · 13 years ago
  67. cf88842 Previous check-ins allow to hit the arm hardware watchpoint, with a workaound to handle the issue by Johnny Chen · 13 years ago
  68. f2cb7f2 Removing cascading through inheritance chains for data formatters by Enrico Granata · 13 years ago
  69. c811f9f Check in main.c modified for testing hardware watchpoints on arm architectures. by Johnny Chen · 13 years ago
  70. 2aaf59d Added the ability to log a value object just as a value would be display by Greg Clayton · 13 years ago
  71. b208860 Integrated LLVM revision 153218, which fixes a by Sean Callanan · 13 years ago
  72. 7d0356f Fixed a bug with the r153228 check-in earlier today in that the cached watchpoint by Johnny Chen · 13 years ago
  73. 501e77a Fixed a bug in the disassembler where we did by Sean Callanan · 13 years ago
  74. 34814d6 Since we are having issues with the new LLVM MC disassembler, we can have by Greg Clayton · 13 years ago
  75. 33de038 WIP snapshot of hardware watchpoints for arm. A simple watchpoint has triggered. by Johnny Chen · 13 years ago
  76. ce389be Commit missing function prototype. by Greg Clayton · 13 years ago
  77. e401f95 Add missing watchpoint stop info creation logic for arm on the debugger side. by Johnny Chen · 13 years ago
  78. 2c2d573 Add "frame info" command to the "Examining Thread State" section, as suggested by Andrew Trick. by Johnny Chen · 13 years ago
  79. 30a5dd5 Added some hardening to make sure that we don't use QualType contents unchecked. by Sean Callanan · 13 years ago
  80. ea58028 Added a local patch to reflect an LLVM fix for by Sean Callanan · 13 years ago
  81. aa20630 Fixed the ability to load a module from a path by using just a UUID. After by Greg Clayton · 13 years ago
  82. ddb5933 Fixed some potential null-pointer bugs in the expression parser code. by Sean Callanan · 13 years ago
  83. f0c372a Headers cleanup by Enrico Granata · 13 years ago
  84. 85534d9 More #includes removed by Enrico Granata · 13 years ago
  85. 57011ac Removing spurious <locale> include by Enrico Granata · 13 years ago
  86. 2b7fd6f Removing spurious <ostream> include by Enrico Granata · 13 years ago
  87. b1db658 Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. by Greg Clayton · 13 years ago
  88. f55919b Fixing a bug where child names in filters were not matched properly by Enrico Granata · 13 years ago
  89. b28dae3 <rdar://problem/11078937> by Greg Clayton · 13 years ago
  90. 12f588a Make sure that if a UUID was passed in, and we found a match, that should be enough for us. by Greg Clayton · 13 years ago
  91. 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 · 13 years ago
  92. 1abe4c0 Add a '-E' option to the test driver for the purpose of specifying some extra CFLAGS by Johnny Chen · 13 years ago
  93. 1d56498 Editing documentation to reflect recent changes in the formatters support by Enrico Granata · 13 years ago
  94. cf09f88 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 13 years ago
  95. 2418fdd <rdar://problem/11072382> by Greg Clayton · 13 years ago
  96. 35a45ad Include limits.h for PATH_MAX. by Benjamin Kramer · 13 years ago
  97. 72a06db Bump to lldb-133. by Jason Molenda · 13 years ago
  98. b62598b Changed the URL to the CFString summary provider; slightly reworded the relevant piece of content by Enrico Granata · 13 years ago
  99. 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 · 13 years ago
  100. 7e04238 Adding a new example of synthetic children provider by Enrico Granata · 13 years ago