1. e90a10e Comment change. by Johnny Chen · 13 years ago
  2. 9e643db Add comment on known restrictions of the current implementation. by Johnny Chen · 13 years ago
  3. 13fb657 The redo script did not take into account the compiler and architecture configuration of the failed tests. by Johnny Chen · 13 years ago
  4. d6c7e5c Take clang output into account. by Johnny Chen · 13 years ago
  5. 4d30840 Re-enable the test for ValueAsUnsigned on a register Value. by Jim Ingham · 13 years ago
  6. 6c3e4af Fixed an issue where we could end up creating multiple by Greg Clayton · 13 years ago
  7. 3b276da Fixed the logging output that appears when doing a: by Greg Clayton · 13 years ago
  8. ca2516d Fixed a performance problem where functions were by Sean Callanan · 13 years ago
  9. 8339f98 Fix the test suite error of: by Johnny Chen · 13 years ago
  10. c2a2825 Python commands: by Enrico Granata · 13 years ago
  11. d6bcc0d Fixed register value objects to be able to return their values as unsigned by Greg Clayton · 13 years ago
  12. f733b93 Allow for a cpu subtype of 4 to still be recognized as an x86_64 by Jason Molenda · 13 years ago
  13. 6ac9e54 Fix two logic errors uncovered by the static analyzer. by Johnny Chen · 13 years ago
  14. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  15. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  16. b2fbdad Fixed an issue where a variable that was a pointer whose by Greg Clayton · 13 years ago
  17. c2da8eb Add missing check for non-NULL frame_sp. by Jim Ingham · 13 years ago
  18. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  19. 293a7b3 One-line fix for a possible spurious truncation warning by Enrico Granata · 13 years ago
  20. 772c529 Removed debug printf that was left in. by Greg Clayton · 13 years ago
  21. 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
  22. 19030d8 Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target variable' commands to use an Options object instead of passing an ever-increasing number of arguments to the DumpValueObject() method, with the ultimate aim of making that call private implementation by Enrico Granata · 13 years ago
  23. a2275b3 Objective-C runtime now caches resolved ISA information for increased efficiency by Enrico Granata · 13 years ago
  24. 39f54e5 Patch from Matt Johnson that cleans up usage of APInt by Greg Clayton · 13 years ago
  25. a4e0dad Added the ability to use llvm::APInt class to view by Greg Clayton · 13 years ago
  26. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  27. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  28. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  29. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  30. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  31. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  32. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  33. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  34. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  35. e020716 Fixed an incorrect static analyzer fix. by Greg Clayton · 13 years ago
  36. 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
  37. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  38. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  39. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  40. 422f116 Skip the TestObjCDymaicValue.py tests for i386 due to dynamic types for ObjC V1 runtime not implemented yet. by Johnny Chen · 13 years ago
  41. 7f9985a Add TestInferiorChanged.py to test that lldb reloads the inferior after it was changed during the debug session. by Johnny Chen · 13 years ago
  42. 06f0db6 Added an error message when the user tries to add a filter when a synthetic provider for the same type is already defined in the same category by Enrico Granata · 13 years ago
  43. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  44. 35bcafb Taking care of an issue relating to mapping DeclContext's to DIE's by Enrico Granata · 13 years ago
  45. a1c7e46 Fix a logic error (Division by zero) uncovered by the static analyzer. by Johnny Chen · 13 years ago
  46. 2e45b0c Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this by Greg Clayton · 13 years ago
  47. db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 13 years ago
  48. 11afe6a Backout previous fix that was designed to allow functions within functions by Greg Clayton · 13 years ago
  49. 690f5e3 Fixed an assertion issue that can arise when a function by Greg Clayton · 13 years ago
  50. c5dca6c Fixed some issues with parsing C++ methods where our detection by Greg Clayton · 13 years ago
  51. bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
  52. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  53. b6f99aa Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  54. 65f39ed Fix some warnings from static analyzer. by Johnny Chen · 13 years ago
  55. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  56. a65ac25 Fix two 'dereference of a null pointer' detected by the static analyzer. by Johnny Chen · 13 years ago
  57. c613971 Fixed LLDB's handling of ElaboratedTypes, which was by Sean Callanan · 13 years ago
  58. cebe965 Silence the static analyzer. by Johnny Chen · 13 years ago
  59. 20e663f Fix 'Undefined or garbage value returned to caller' (static analyzer). by Johnny Chen · 13 years ago
  60. 87ff150 Silence the static analyzer. by Johnny Chen · 13 years ago
  61. 7114831 changed some variables from char* to std::string by Enrico Granata · 13 years ago
  62. dfe2761 To silence the static analyzer. by Johnny Chen · 13 years ago
  63. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  64. 1ae0e69 Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! by Johnny Chen · 13 years ago
  65. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  66. c168065 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  67. 1239c1a Fixed an issue where LLDB was complaining about the lack of 'update' in a synthetic provider, despite it being optional by Enrico Granata · 13 years ago
  68. 60a7df5 To silence the static analyzer. by Johnny Chen · 13 years ago
  69. b822658 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  70. 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
  71. 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
  72. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  73. f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
  74. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  75. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  76. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  77. d96c9e8 Change the SBValue.linked_list_iter() to treat the value object as a homogeneous linked list data structure by Johnny Chen · 13 years ago
  78. 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  79. 8bc9af1 In the case where we are trying to resume a thread all the way to 0, if we get by Jim Ingham · 13 years ago
  80. 6fd55f1 When a benchmarks test fails, the re-run command should include the '+b' option instead of the '-t' option. by Johnny Chen · 13 years ago
  81. 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
  82. 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  83. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  84. 7c4fc6e Include the qLaunchSuccess and qC packets in the by Greg Clayton · 13 years ago
  85. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  86. 9d56ba9 Check log shared pointer before using it. by Johnny Chen · 13 years ago
  87. a7e1b6d renaming command "type synth" to "type synthetic" for added readability by Enrico Granata · 13 years ago
  88. 79d9136 Remove extra newline from end of 'frame info' command output. by Jason Molenda · 13 years ago
  89. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  90. 840eb26 CFString.py now shows contents in a more NSString-like way (e.g. you get @"Hello" instead of "Hello") by Enrico Granata · 13 years ago
  91. 0f3cf06 Fix indentation for a log statement. by Johnny Chen · 13 years ago
  92. 58021cc Check log shared pointer before using it. by Johnny Chen · 13 years ago
  93. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  94. 8818ae7 Fixed the type code to print "<invalid>" for NULL by Sean Callanan · 13 years ago
  95. a713b86 Fix indentation. by Johnny Chen · 13 years ago
  96. f6d3d79 Fix a bunch of places where we were calling log->Printf to put CStrings. by Jim Ingham · 13 years ago
  97. ed3f86b Fixed a potential crash in Process.cpp when we used a log unchecked. by Sean Callanan · 13 years ago
  98. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  99. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  100. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago