1. 8e16745 Bump version number past lldb-107. by Jason Molenda · 12 years ago
  2. e9eae81 Add a '-X excluded-dir' option to the test driver to exclude a directory from consideration during test discovery. For example: by Johnny Chen · 12 years ago
  3. 3cab941 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. by Jim Ingham · 12 years ago
  4. ce9cf4e Add usage example of specifying the full path to the compiler used while building the debuggees for running the test suite. by Johnny Chen · 12 years ago
  5. a2a9f79 Add usage example from test/functionalities/archives/Makefile. by Johnny Chen · 12 years ago
  6. ad639b6 More improvements to not follow child processes and improved logging that always shows the process info. by Greg Clayton · 12 years ago
  7. 70bc536 Bumped xcode project versions for lldb-106 and debugserver-165 by Greg Clayton · 12 years ago
  8. bba4836 <rdar://problem/9731573> by Greg Clayton · 12 years ago
  9. a58a788 I forgot to import a header file change. This should fix builds. by Sean Callanan · 12 years ago
  10. 06a3058 Added some fixes for the fd interposing dylib: by Greg Clayton · 12 years ago
  11. 2fc9b6f <rdar://problem/10684141> by Greg Clayton · 12 years ago
  12. a981a64 I made two major improvements to the way the master AST importer imports types. by Sean Callanan · 12 years ago
  13. 4e4805b Only create new ASTImporters on demand, not proactively. by Sean Callanan · 12 years ago
  14. d0d7372 If the name of a struct or union is NULL in the by Sean Callanan · 12 years ago
  15. 6e22e8b Fixed some logging in the AST source and added more information. by Sean Callanan · 12 years ago
  16. 688082e Updated HTML with info for ${function.name-with-args} by Greg Clayton · 12 years ago
  17. f9971c4 Added a new thread and frame format that can be used to display a function by Greg Clayton · 12 years ago
  18. f771915 Bumped Xcode project version for lldb-105 and debugserver-164. by Greg Clayton · 12 years ago
  19. 3d7b6fb <rdar://problem/10688864> by Greg Clayton · 12 years ago
  20. a44297a Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches by Jim Ingham · 12 years ago
  21. 5d235d5 Add some description for this test directory. by Johnny Chen · 12 years ago
  22. f70160e rdar://problem/10684459 by Johnny Chen · 12 years ago
  23. 111e18b Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated. by Johnny Chen · 12 years ago
  24. 62f0b37 rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files by Johnny Chen · 12 years ago
  25. f03d97e Discriminate between the lldb_private::Type's for ObjC Classes that come from debug info, and those that by Jim Ingham · 12 years ago
  26. 9175f66 Fix a comment typo. by Jim Ingham · 12 years ago
  27. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 12 years ago
  28. ef8fef6 Bumped Xcode project versions for lldb-104 and debugserver-163. by Greg Clayton · 12 years ago
  29. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 12 years ago
  30. e6b976d <rdar://problem/10681814> by Greg Clayton · 12 years ago
  31. 281700b Don't dereference the oso_dwarf without checking for NULL. by Jim Ingham · 12 years ago
  32. 33a89b2 Revert some changes I did for logging that affected the ability to by Greg Clayton · 12 years ago
  33. 7c20b0a rdar://problem/10492827 by Johnny Chen · 12 years ago
  34. 740b3b7 After thinking about it, it doesn't seem right by Sean Callanan · 12 years ago
  35. 1c6b461 Don't assert but report & return a NULL type if we end up parsing a type we are in the middle of parsing. by Jim Ingham · 12 years ago
  36. 26697b8 Add more usage examples. by Johnny Chen · 12 years ago
  37. 7129913 Fixed a missing space when reporting errors and warning through the module by Greg Clayton · 12 years ago
  38. 157fd95 Add usage examples of recently added functionality. by Johnny Chen · 12 years ago
  39. 883fdbe If the size of a type can't be determined, default by Sean Callanan · 12 years ago
  40. 305f385 Snapshot of initial work for ARM watchpoint support on the debugserver. by Johnny Chen · 12 years ago
  41. c21e523 Add comment for build_and_run_with_source_atoms_expr() and remove redundant #include from basic_type.cpp. by Johnny Chen · 12 years ago
  42. 649383a Add documentation for the generic functions build_and_run() and build_and_run_expr() called from by Johnny Chen · 12 years ago
  43. 6c7559a Disable ARMDisassembler.framework support which was used for software single stepping. by Greg Clayton · 12 years ago
  44. ca28cc3 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 12 years ago
  45. 48f1bfe Updating Xcode project version numbers for lldb-103 and debugserver-162 by Sean Callanan · 12 years ago
  46. 66a16ee As we are grubbing through memory chasing down the hierarchy of an ObjC object, protect against the possibility that that object might be just random memory with loops. by Jim Ingham · 12 years ago
  47. b01327f Since clang modifies .o files in place, use MAP_PRIVATE as it seems by Greg Clayton · 12 years ago
  48. 0b862e4 Fix for linux build. by Greg Clayton · 12 years ago
  49. 55cbdad Don't call lldb_private::Process::GetLoadAddressPermissions to sanity check the unwind addresses by Jim Ingham · 12 years ago
  50. 8563081 Refactor the test/types directory to reduce some stupid reduant code. by Johnny Chen · 12 years ago
  51. 1af0a74 Fix make errors (define the DYLIB_ONLY make variable). by Johnny Chen · 12 years ago
  52. 159c7cc Add a CFLAGS_EXTRAS make variable to be able to pass things (like '-DTEST_BLOCK_CAPTURED_VARS') to the compile phase. by Johnny Chen · 12 years ago
  53. cb5ad0b Added a file descriptor interposing library for darwin. This can catch all by Greg Clayton · 12 years ago
  54. 00b11c3 When doing a "target modules lookup --address <addr>", show the file address by Greg Clayton · 12 years ago
  55. fcf74f1 Update makefile rules to support C++ files in shared libraries and fix how by Greg Clayton · 12 years ago
  56. 8c5c296 Make a log timer for the BSD archive creation so we can track the time it by Greg Clayton · 12 years ago
  57. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 12 years ago
  58. 22834be Fixed a return value problem with the new ABI::FixCodeAddress () function: by Greg Clayton · 12 years ago
  59. 99323d8 Fix comment. by Johnny Chen · 12 years ago
  60. fc984a0 <rdar://problem/10645694> by Greg Clayton · 12 years ago
  61. 43f280c <rdar://problem/10660369> by Greg Clayton · 12 years ago
  62. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 12 years ago
  63. 4e86fc4 <rdar://problem/10658091> by Greg Clayton · 12 years ago
  64. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 12 years ago
  65. 6fc5c71 Fixed a bug where the DWARF location expression by Sean Callanan · 12 years ago
  66. 4b23ab3 <rdar://problem/10652336> by Greg Clayton · 12 years ago
  67. a1cec24 <rdar://problem/10649734> by Greg Clayton · 12 years ago
  68. 9f074f0 http://llvm.org/bugs/show_bug.cgi?id=11619 by Johnny Chen · 12 years ago
  69. b42c2ad <rdar://problem/10647191> by Greg Clayton · 12 years ago
  70. c613496 http://llvm.org/bugs/show_bug.cgi?id=11618 by Johnny Chen · 12 years ago
  71. c80dca7 We finalized on the new .apple_types accelerator table format where we don't by Greg Clayton · 12 years ago
  72. cc152b2 http://llvm.org/bugs/show_bug.cgi?id=11715 comma at end of enumerator list by Johnny Chen · 12 years ago
  73. a41bf81 Fix indentation. by Johnny Chen · 12 years ago
  74. 0821a65 Add back the file I wrongly deleted in r147613. by Johnny Chen · 12 years ago
  75. aa9d267 Fixed a problem in our local Clang's method for by Sean Callanan · 12 years ago
  76. 2341d35 Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=rev: by Johnny Chen · 12 years ago
  77. 7e99647 This patch combines common code from Linux and FreeBSD into by Johnny Chen · 12 years ago
  78. 429c6d8 Bumped Xcode project versions for lldb-101 and debugserver-160. by Greg Clayton · 12 years ago
  79. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 12 years ago
  80. faf0478 Fixed a potential hang while trying to execute a function in the inferior. by Sean Callanan · 12 years ago
  81. 94113c4 Add comment explaining the default constructor (ArchSpec) used in CreateTarget(). by Johnny Chen · 12 years ago
  82. 9ac3d8b Fixed a dangling pointer bug associated with the by Sean Callanan · 12 years ago
  83. 2f28ece <rdar://problem/10507811> by Greg Clayton · 12 years ago
  84. 4237e1e Added logging to track when the IR interpreter resolves values in registers. by Sean Callanan · 12 years ago
  85. caf4da9 Added examples of commands that list and delete breakpoints. by Sean Callanan · 12 years ago
  86. 9798d7b Fixed the help text for raw commands like "expr" by Sean Callanan · 12 years ago
  87. ccdaf23 Instead of blindly printing a string when by Sean Callanan · 12 years ago
  88. 0fea051 <rdar://problem/10368163> by Greg Clayton · 12 years ago
  89. 5985732 <rdar://problem/10551280> by Greg Clayton · 12 years ago
  90. e10ddb0 <rdar://problem/10568905> by Greg Clayton · 12 years ago
  91. 1716ad7 <rdar://problem/10546739> by Greg Clayton · 12 years ago
  92. d2909b4 Centralize the code the reads the CFI so that we always log. by Greg Clayton · 12 years ago
  93. 2757c34 Cleaned up the usage to show the BuildAndIntegration configuration. by Greg Clayton · 12 years ago
  94. d3850ab Save a little bit of memory that was being reserved in a UniqueCStringMap by Greg Clayton · 12 years ago
  95. ae00d56 Sanity check the data I am going to read from the extractor to avoid asserting. by Jim Ingham · 12 years ago
  96. a4b43ab rdar://problem/10216227 by Johnny Chen · 12 years ago
  97. 43504ce Added a bunch more structure return tests. by Jim Ingham · 12 years ago
  98. 8806edb Fixed a thinko when returning a struct like {short a; short b; short c; float d}. by Jim Ingham · 12 years ago
  99. f09ca66 Updating Xcode project version numbers for lldb-100 and debugserver-159 by Sean Callanan · 12 years ago
  100. 1c17a7e Added checking to prevent a rare crash when getting by Sean Callanan · 12 years ago