1. 5b616ec The final batch of adding @dsym_test/@dwarf_test decorators. by Johnny Chen · 12 years ago
  2. 61d39dd Removed a call to truncate() which slowed down the stress test by a LOT. by Sean Callanan · 12 years ago
  3. 364b48e Updated the disassembler stress tester with two new features: by Sean Callanan · 12 years ago
  4. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  5. 72c17bf Fixed ModuleList::FindTypes() so that when a symbol context is supplied that contains a valid module, it will search that module first, then if we are still looking for matches (we have found less that "max_matches"), search in all of the other modules as well. by Greg Clayton · 12 years ago
  6. eec2f08 Fixed a leak in the LLVM disassembler where we by Sean Callanan · 12 years ago
  7. 9f95fb6 In a prior commit, I changed the parameters around on a ModuleList::FindTypes where the old parameters that existing clients were using would have been compatible, so I renamed ModuleList::FindTypes to ModuleList::FindTypes2. Then I made fixes and verified I updated and fixed all client code, but I forgot to rename the function back to ModuleList::FindTypes(). I am doing that now and also cleaning up the C++ dynamic type code a bit. by Greg Clayton · 12 years ago
  8. e2f71a3 Check if the two clang opaque type pointers are equal before doing anything more exhaustive comparison. by Greg Clayton · 12 years ago
  9. 9f3c98e Added logging when API calls try to do something that shouldn't be done when the process is stopped by having logging calls that end with "error: process is running". by Greg Clayton · 12 years ago
  10. a3ed7d8 Add a new option to the test driver, -N dsym or -N dwarf, in order to exclude tests decorated with by Johnny Chen · 12 years ago
  11. 5345c1c Add flag to warn about ivar initialization reordering. by Bill Wendling · 12 years ago
  12. a0f8b09 explicitly cast the value. by Bill Wendling · 12 years ago
  13. ce96dad Order ivar initializers to how they're declared in the class. by Bill Wendling · 12 years ago
  14. 432fe10 Order ivar initializers to how they're declared in the class. by Bill Wendling · 12 years ago
  15. 048a0bd Silence unused warning. by Bill Wendling · 12 years ago
  16. ac32617 Added a stress-tester for LLDB's disassembler. by Sean Callanan · 12 years ago
  17. 9f969bc Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. by Greg Clayton · 12 years ago
  18. 0fd911c Revert r154086. It may be needed for Darwin. But the symbols are still missing in the dylib. by Bill Wendling · 12 years ago
  19. a894fe7 Added a new Host class: ReadWriteLock by Greg Clayton · 12 years ago
  20. b730b9d The DynamicLoaderPOSIXDYLD calls aren't available on Apple systems. by Bill Wendling · 12 years ago
  21. 5a45f24 Add Security framework to the list of frameworks needed for linking. by Bill Wendling · 12 years ago
  22. 74f81ff Tolerate decimal points in the LLDB version number. by Sean Callanan · 12 years ago
  23. 8d61156 Fixed a problem where we did not read properties by Sean Callanan · 12 years ago
  24. 8705876 Order the initializations so that they reflect how they're declared in the class. by Bill Wendling · 12 years ago
  25. 3feafab <rdar://problem/11184458> by Greg Clayton · 12 years ago
  26. 69c540d Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as the lldb_private::Address has a weak pointer to the section which has a weak pointer back to the module, so it is safe to have just a lldb_private::Address object now. by Greg Clayton · 12 years ago
  27. 6eea722 Use LLDB as the default debugger for launcherXPCService. by Greg Clayton · 12 years ago
  28. cfd89c4 Fixed the C++11 #defines that wrap std::weak_ptr to actually use std::weak_ptr. by Greg Clayton · 12 years ago
  29. 63aa634 Attempt at fixing a crasher where summary strings where looping endlessly. by Enrico Granata · 12 years ago
  30. 7aa754c Fixing a potential crasher where Python would assume we have no thread state while clearing out an SBDebugger which was acquiring input from the interactive interpreter by Enrico Granata · 12 years ago
  31. 8ad21a8 Adding a new --python-function (-F) option to breakpoint command add. The option allows the user to specify a Python function name instead of a Python oneliner or interactive script input as a breakpoint command by Enrico Granata · 12 years ago
  32. 3d39f83 Added a platform agnostic symbolication python module that can be used by any targets. Then modified the darwin "crashlog.py" to use this agnostic info and the new functionality and classes. by Greg Clayton · 12 years ago
  33. d787da4 Initialize ivars in the correct order. by Bill Wendling · 12 years ago
  34. b20eb3c Possibly too soon for this commit. by Bill Wendling · 12 years ago
  35. 63a424f Revert accidental checkin. by Bill Wendling · 12 years ago
  36. ab6e67a Possibly too soon for this change. by Bill Wendling · 12 years ago
  37. d6de950 Use the path to the header file. Use an integer instead of NULL. And get rid of a superfluous 'default' label. by Bill Wendling · 12 years ago
  38. 36b6b4c The option is 'NoInlineDefine.' by Bill Wendling · 12 years ago
  39. 8c1b382 Use integers instead of NULL. by Bill Wendling · 12 years ago
  40. 2e91696 Spell 'DW_TAG_APPLE_property' with the correct capitalization. by Bill Wendling · 12 years ago
  41. c7a4537 Use the correct class/struct keyword so that they match the declarations. by Bill Wendling · 12 years ago
  42. c9fda2d Initialize ivars in the order they are defined in the class. by Bill Wendling · 12 years ago
  43. a9fe7e7 Return 0 for the size_t return type. by Bill Wendling · 12 years ago
  44. ff7df6d Use 0 instead of NULL for the integral value. by Bill Wendling · 12 years ago
  45. e4b3d63 Fixed ClangASTContext to correctly recognize wchar_t as distinct from int. by Sean Callanan · 12 years ago
  46. 0cef6ba Add a Test case to make sure that __apple_types section does get produced by dsymutil. by Johnny Chen · 12 years ago
  47. 4eb1453 Add some more debug prints and retrieve the debug subsections from the DWARF section. by Johnny Chen · 12 years ago
  48. 35eac9d One last syntax error fix by Enrico Granata · 12 years ago
  49. 6805e3f Fixing syntax typos in Python formatters by Enrico Granata · 12 years ago
  50. 0be1edd <rdar://problem/11160171> by Greg Clayton · 12 years ago
  51. eb80b40 Remove unused file as this file is deprecated (use ./crashlog.py instead). by Greg Clayton · 12 years ago
  52. 9b86085 Removing some instances of str(SBValue) by Enrico Granata · 12 years ago
  53. 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 · 12 years ago
  54. a96b789 Add testcase that verifies that __apple_types is a valid section in a .o file generated by clang. by Johnny Chen · 12 years ago
  55. c47ab2c Create a directory to host debug info specific test(s) for darwins. by Johnny Chen · 12 years ago
  56. 8f18240 Logging for data formatters. by Enrico Granata · 12 years ago
  57. daaa9d1 Building llvm for multiple arches could cause problems by Jason Molenda · 12 years ago
  58. 51f1d21 Updating Xcode project version numbers for lldb-137 and debugserver-186 by Sean Callanan · 12 years ago
  59. e43333a Updated LLVM to take a comprehensive fix to the by Sean Callanan · 12 years ago
  60. 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 · 12 years ago
  61. 0cbb93b Patch from Viktor Kutuzov: delete the temporary process we created when "process connect" fails. by Greg Clayton · 12 years ago
  62. 86b391b Added the ability to log when things get completed in DWARF. This can be enabled using: by Greg Clayton · 12 years ago
  63. c17d2ed Remove unused code. by Greg Clayton · 12 years ago
  64. 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 · 12 years ago
  65. f9de192 <rdar://problem/11148044> by Greg Clayton · 12 years ago
  66. 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 · 12 years ago
  67. 3418bfe Disabling blocks support because of rdar://problem/11024417 - This is hopefully just a temporary countermeasure by Enrico Granata · 12 years ago
  68. 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 · 12 years ago
  69. 940dd18 Be more careful when overriding the type for a by Sean Callanan · 12 years ago
  70. 3356d4f <rdar://problem/11082392> by Greg Clayton · 12 years ago
  71. 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 · 12 years ago
  72. c84623f Added a "add-dsym" alias to "target symbols add" to keep gdb converts happy. by Greg Clayton · 12 years ago
  73. d4f16c8 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  74. 23fdf4b <rdar://problem/11149427> by Greg Clayton · 12 years ago
  75. b6641ba Add log entries for HijackBroadcaster() as well as RestoreBroadcaster(). by Johnny Chen · 12 years ago
  76. 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 · 12 years ago
  77. 1ec8f8f Added support for the DW_AT_APPLE_Property tag by Sean Callanan · 12 years ago
  78. 48f9c71 Missed a file in the last FreeBSD patch. by Greg Clayton · 12 years ago
  79. 27cf232 FreeBSD patch that enabled the lldb-platform to be built from Viktor Kutuzov. by Greg Clayton · 12 years ago
  80. 1ea7838 Updating Xcode project version numbers for lldb-136 and debugserver-185 by Sean Callanan · 12 years ago
  81. 05e4d97 <rdar://problem/11052174> <rdar://problem/11051056> by Greg Clayton · 12 years ago
  82. 2450cb1 <rdar://problem/11035349> by Greg Clayton · 12 years ago
  83. 9cd6c01 When running this from the command line, don't pass the python script file itself to be disassembled. by Greg Clayton · 12 years ago
  84. 2a508dd Removed unused variable. by Greg Clayton · 12 years ago
  85. 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 · 12 years ago
  86. 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 · 12 years ago
  87. 3a253e8 Converted commented out printf statements for dynamic type logging to use the log for "log enabe lldb types". by Greg Clayton · 12 years ago
  88. 9af596d Fixed some space formatting. by Greg Clayton · 12 years ago
  89. 2fccde4 Updated LLVM and LLDB to fix compilation errors by Sean Callanan · 12 years ago
  90. 9d4b6e5 Adding missing file by Enrico Granata · 12 years ago
  91. 6781217 adding a summary for Objective-C type 'Class' by Enrico Granata · 12 years ago
  92. f836941 Commented out printf's for the time being. by Johnny Chen · 12 years ago
  93. 9ab696e lldb_private::Section objects have a boolean flag that can be set that by Greg Clayton · 12 years ago
  94. 23d90ae Fixed a few things in the ELF object file: by Greg Clayton · 12 years ago
  95. 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
  96. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  97. 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
  98. 77867c6 <rdar://problem/11022964> by Sean Callanan · 12 years ago
  99. 9ff3428 Use GetClangDeclContextForDIE, it'll find the cached one by Eric Christopher · 12 years ago
  100. 60c1006 Fix method name for output. by Eric Christopher · 12 years ago