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