1. 838c27d <rdar://problem/10711649> by Greg Clayton · 13 years ago
  2. 64f8cab Our Read functions were taking a timeout of UINT32_MAX to mean wait forever, but then by Jim Ingham · 13 years ago
  3. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 13 years ago
  4. 9a8e584 Bumped Xcode project versions for lldb-108 and debugserver-166. by Greg Clayton · 13 years ago
  5. a3698c6 Fixed it so the "--help" option works for the crashlog command. Corrected and by Greg Clayton · 13 years ago
  6. 47397c7 Add comment. by Johnny Chen · 13 years ago
  7. 5b6e565 A little bit of cleanup to make the code more understandable. by Johnny Chen · 13 years ago
  8. 45c8714 This file is no longer needed since the command: by Greg Clayton · 13 years ago
  9. 182be6a <rdar://problem/10732738> by Greg Clayton · 13 years ago
  10. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  11. f7fb733 Fixed a global reference that should have been a reference to a class variable. by Sean Callanan · 13 years ago
  12. e9ee550 Make the script work again from the command line as long as the PYTHONPATH by Greg Clayton · 13 years ago
  13. cd79312 More fixed to verify if a file in the crash log is installed in the current by Greg Clayton · 13 years ago
  14. 8077a53 Improved the regular expressions to handle "+" characters being at the front by Greg Clayton · 13 years ago
  15. 01f7c96 Modified the symbolicate-crash.py so it can be imported into python as a by Greg Clayton · 13 years ago
  16. 8f83b75 Add some usage documentation to the top of the source file. by Greg Clayton · 13 years ago
  17. 824da9b Added a new tool that can be loaded into a user space darwin application and allows you by Greg Clayton · 13 years ago
  18. 8042eed Add comment describing the interaction of WantsRawCommandString()/WantsCompletion() with the completion mechanism. by Johnny Chen · 13 years ago
  19. ebad95d Made IsArrayOfScalarType handle typedefs correctly. by Sean Callanan · 13 years ago
  20. adc6c38 Integrated a patch for the MCJIT that inhibits a memory leak. by Sean Callanan · 13 years ago
  21. 120d94d rdar://problem/10724187 by Johnny Chen · 13 years ago
  22. 7f86483 ValueObjectRegister type value objects should obey the format in ValueAsCString. by Jim Ingham · 13 years ago
  23. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 13 years ago
  24. 39c42c5 Fixed a problem where Objective-C classes that were by Sean Callanan · 13 years ago
  25. 666c553 Allow a way to track all allocations for our intrusive ref counted pointers. by Greg Clayton · 13 years ago
  26. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  27. e0028b8 Fixed a problem where maintaining the ObjCInterfaceMap by Sean Callanan · 13 years ago
  28. c1cd379 Fix to ensure that methods aren't called on NULL objects. by Sean Callanan · 13 years ago
  29. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  30. 445c086 Be sure to use the one and only trusted source for chopping up by Greg Clayton · 13 years ago
  31. c43e7b8 Fixed an issue in the debugger format strings that include "${function.name-with-args}" by Greg Clayton · 13 years ago
  32. b46346b Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. by Johnny Chen · 13 years ago
  33. 5034a14 Modify the test cases so that each uses a unique executable name for the debugger to attach/launch. by Johnny Chen · 13 years ago
  34. cc63936 Fixed an issue where we might not find the one true ObjC definition. Now we do things by Greg Clayton · 13 years ago
  35. 781452a Add a test case where 'settings set frame-format' supplies a format string containing, among other things, a single backtick character. by Johnny Chen · 13 years ago
  36. 8e16745 Bump version number past lldb-107. by Jason Molenda · 13 years ago
  37. 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 · 13 years ago
  38. 3cab941 Fix the test properly now that SBValue::GetValueAsUnsigned works for bitfields. by Jim Ingham · 13 years ago
  39. 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 · 13 years ago
  40. a2a9f79 Add usage example from test/functionalities/archives/Makefile. by Johnny Chen · 13 years ago
  41. ad639b6 More improvements to not follow child processes and improved logging that always shows the process info. by Greg Clayton · 13 years ago
  42. 70bc536 Bumped xcode project versions for lldb-106 and debugserver-165 by Greg Clayton · 13 years ago
  43. bba4836 <rdar://problem/9731573> by Greg Clayton · 13 years ago
  44. a58a788 I forgot to import a header file change. This should fix builds. by Sean Callanan · 13 years ago
  45. 06a3058 Added some fixes for the fd interposing dylib: by Greg Clayton · 13 years ago
  46. 2fc9b6f <rdar://problem/10684141> by Greg Clayton · 13 years ago
  47. a981a64 I made two major improvements to the way the master AST importer imports types. by Sean Callanan · 13 years ago
  48. 4e4805b Only create new ASTImporters on demand, not proactively. by Sean Callanan · 13 years ago
  49. d0d7372 If the name of a struct or union is NULL in the by Sean Callanan · 13 years ago
  50. 6e22e8b Fixed some logging in the AST source and added more information. by Sean Callanan · 13 years ago
  51. 688082e Updated HTML with info for ${function.name-with-args} by Greg Clayton · 13 years ago
  52. f9971c4 Added a new thread and frame format that can be used to display a function by Greg Clayton · 13 years ago
  53. f771915 Bumped Xcode project version for lldb-105 and debugserver-164. by Greg Clayton · 13 years ago
  54. 3d7b6fb <rdar://problem/10688864> by Greg Clayton · 13 years ago
  55. a44297a Don't set breakpoints independently comp unit by comp unit, but look over all the file & line matches by Jim Ingham · 13 years ago
  56. 5d235d5 Add some description for this test directory. by Johnny Chen · 13 years ago
  57. f70160e rdar://problem/10684459 by Johnny Chen · 13 years ago
  58. 111e18b Modify a couple of Makefiles to use clang instead of gcc, since gcc is being deprecated. by Johnny Chen · 13 years ago
  59. 62f0b37 rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files by Johnny Chen · 13 years ago
  60. f03d97e Discriminate between the lldb_private::Type's for ObjC Classes that come from debug info, and those that by Jim Ingham · 13 years ago
  61. 9175f66 Fix a comment typo. by Jim Ingham · 13 years ago
  62. a334c9d Let the Module FindType do the stripping of namespace components, that's not expensive by Jim Ingham · 13 years ago
  63. ef8fef6 Bumped Xcode project versions for lldb-104 and debugserver-163. by Greg Clayton · 13 years ago
  64. db2dc2b Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 13 years ago
  65. e6b976d <rdar://problem/10681814> by Greg Clayton · 13 years ago
  66. 281700b Don't dereference the oso_dwarf without checking for NULL. by Jim Ingham · 13 years ago
  67. 33a89b2 Revert some changes I did for logging that affected the ability to by Greg Clayton · 13 years ago
  68. 7c20b0a rdar://problem/10492827 by Johnny Chen · 13 years ago
  69. 740b3b7 After thinking about it, it doesn't seem right by Sean Callanan · 13 years ago
  70. 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 · 13 years ago
  71. 26697b8 Add more usage examples. by Johnny Chen · 13 years ago
  72. 7129913 Fixed a missing space when reporting errors and warning through the module by Greg Clayton · 13 years ago
  73. 157fd95 Add usage examples of recently added functionality. by Johnny Chen · 13 years ago
  74. 883fdbe If the size of a type can't be determined, default by Sean Callanan · 13 years ago
  75. 305f385 Snapshot of initial work for ARM watchpoint support on the debugserver. by Johnny Chen · 13 years ago
  76. c21e523 Add comment for build_and_run_with_source_atoms_expr() and remove redundant #include from basic_type.cpp. by Johnny Chen · 13 years ago
  77. 649383a Add documentation for the generic functions build_and_run() and build_and_run_expr() called from by Johnny Chen · 13 years ago
  78. 6c7559a Disable ARMDisassembler.framework support which was used for software single stepping. by Greg Clayton · 13 years ago
  79. ca28cc3 Check the return value of GetBasicInfo before dereferencing it. <rdar://problem/10568492> by Jim Ingham · 13 years ago
  80. 48f1bfe Updating Xcode project version numbers for lldb-103 and debugserver-162 by Sean Callanan · 13 years ago
  81. 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 · 13 years ago
  82. b01327f Since clang modifies .o files in place, use MAP_PRIVATE as it seems by Greg Clayton · 13 years ago
  83. 0b862e4 Fix for linux build. by Greg Clayton · 13 years ago
  84. 55cbdad Don't call lldb_private::Process::GetLoadAddressPermissions to sanity check the unwind addresses by Jim Ingham · 13 years ago
  85. 8563081 Refactor the test/types directory to reduce some stupid reduant code. by Johnny Chen · 13 years ago
  86. 1af0a74 Fix make errors (define the DYLIB_ONLY make variable). by Johnny Chen · 13 years ago
  87. 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 · 13 years ago
  88. cb5ad0b Added a file descriptor interposing library for darwin. This can catch all by Greg Clayton · 13 years ago
  89. 00b11c3 When doing a "target modules lookup --address <addr>", show the file address by Greg Clayton · 13 years ago
  90. fcf74f1 Update makefile rules to support C++ files in shared libraries and fix how by Greg Clayton · 13 years ago
  91. 8c5c296 Make a log timer for the BSD archive creation so we can track the time it by Greg Clayton · 13 years ago
  92. 97f3a27 Updating Xcode project version numbers for lldb-102 and debugserver-161 by Sean Callanan · 13 years ago
  93. 22834be Fixed a return value problem with the new ABI::FixCodeAddress () function: by Greg Clayton · 13 years ago
  94. 99323d8 Fix comment. by Johnny Chen · 13 years ago
  95. fc984a0 <rdar://problem/10645694> by Greg Clayton · 13 years ago
  96. 43f280c <rdar://problem/10660369> by Greg Clayton · 13 years ago
  97. ae4ca1b Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes. by Greg Clayton · 13 years ago
  98. 4e86fc4 <rdar://problem/10658091> by Greg Clayton · 13 years ago
  99. a6b7e32 Patch from Enrico Granata that moves SBData related functions into the SBData by Greg Clayton · 13 years ago
  100. 6fc5c71 Fixed a bug where the DWARF location expression by Sean Callanan · 13 years ago