1. 6ac9e54 Fix two logic errors uncovered by the static analyzer. by Johnny Chen · 13 years ago
  2. baafee2 Modify the expected substrings to accomodate clang, now that rdar://problem/8516141 has been fixed. by Johnny Chen · 13 years ago
  3. cd1df5a Forgot to initialize the self.__skipped__ attribute lldbtest.Base. by Johnny Chen · 13 years ago
  4. b2fbdad Fixed an issue where a variable that was a pointer whose by Greg Clayton · 13 years ago
  5. c2da8eb Add missing check for non-NULL frame_sp. by Jim Ingham · 13 years ago
  6. f5b8909 Test driver should also report skipped tests because there were cases when tests were skipped by Johnny Chen · 13 years ago
  7. 293a7b3 One-line fix for a possible spurious truncation warning by Enrico Granata · 13 years ago
  8. 772c529 Removed debug printf that was left in. by Greg Clayton · 13 years ago
  9. 161cdf6 Add new SBAddress APIs to the fuzz tests. by Johnny Chen · 13 years ago
  10. 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
  11. a2275b3 Objective-C runtime now caches resolved ISA information for increased efficiency by Enrico Granata · 13 years ago
  12. 39f54e5 Patch from Matt Johnson that cleans up usage of APInt by Greg Clayton · 13 years ago
  13. a4e0dad Added the ability to use llvm::APInt class to view by Greg Clayton · 13 years ago
  14. 3ad4da0 Factor out the code that parses ObjC Method names into a static method by Jim Ingham · 13 years ago
  15. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  16. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  17. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  18. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  19. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  20. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  21. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  22. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  23. e020716 Fixed an incorrect static analyzer fix. by Greg Clayton · 13 years ago
  24. 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
  25. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  26. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  27. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  28. 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
  29. 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
  30. 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
  31. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  32. 35bcafb Taking care of an issue relating to mapping DeclContext's to DIE's by Enrico Granata · 13 years ago
  33. a1c7e46 Fix a logic error (Division by zero) uncovered by the static analyzer. by Johnny Chen · 13 years ago
  34. 2e45b0c Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this by Greg Clayton · 13 years ago
  35. db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 13 years ago
  36. 11afe6a Backout previous fix that was designed to allow functions within functions by Greg Clayton · 13 years ago
  37. 690f5e3 Fixed an assertion issue that can arise when a function by Greg Clayton · 13 years ago
  38. c5dca6c Fixed some issues with parsing C++ methods where our detection by Greg Clayton · 13 years ago
  39. bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
  40. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  41. b6f99aa Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  42. 65f39ed Fix some warnings from static analyzer. by Johnny Chen · 13 years ago
  43. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  44. a65ac25 Fix two 'dereference of a null pointer' detected by the static analyzer. by Johnny Chen · 13 years ago
  45. c613971 Fixed LLDB's handling of ElaboratedTypes, which was by Sean Callanan · 13 years ago
  46. cebe965 Silence the static analyzer. by Johnny Chen · 13 years ago
  47. 20e663f Fix 'Undefined or garbage value returned to caller' (static analyzer). by Johnny Chen · 13 years ago
  48. 87ff150 Silence the static analyzer. by Johnny Chen · 13 years ago
  49. 7114831 changed some variables from char* to std::string by Enrico Granata · 13 years ago
  50. dfe2761 To silence the static analyzer. by Johnny Chen · 13 years ago
  51. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  52. 1ae0e69 Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! by Johnny Chen · 13 years ago
  53. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  54. c168065 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  55. 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
  56. 60a7df5 To silence the static analyzer. by Johnny Chen · 13 years ago
  57. b822658 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  58. 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
  59. 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
  60. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  61. f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
  62. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  63. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  64. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  65. 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
  66. 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  67. 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
  68. 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
  69. 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
  70. 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  71. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  72. 7c4fc6e Include the qLaunchSuccess and qC packets in the by Greg Clayton · 13 years ago
  73. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  74. 9d56ba9 Check log shared pointer before using it. by Johnny Chen · 13 years ago
  75. a7e1b6d renaming command "type synth" to "type synthetic" for added readability by Enrico Granata · 13 years ago
  76. 79d9136 Remove extra newline from end of 'frame info' command output. by Jason Molenda · 13 years ago
  77. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  78. 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
  79. 0f3cf06 Fix indentation for a log statement. by Johnny Chen · 13 years ago
  80. 58021cc Check log shared pointer before using it. by Johnny Chen · 13 years ago
  81. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  82. 8818ae7 Fixed the type code to print "<invalid>" for NULL by Sean Callanan · 13 years ago
  83. a713b86 Fix indentation. by Johnny Chen · 13 years ago
  84. f6d3d79 Fix a bunch of places where we were calling log->Printf to put CStrings. by Jim Ingham · 13 years ago
  85. ed3f86b Fixed a potential crash in Process.cpp when we used a log unchecked. by Sean Callanan · 13 years ago
  86. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  87. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  88. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  89. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  90. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  91. c143d62 Fix a crash while running the test suite. Need to check the (LogSP)log shared pointer before using it. by Johnny Chen · 13 years ago
  92. c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
  93. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  94. 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
  95. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  96. 21f37ad Move the handling of breakpoint conditions from the Private event loop to the StopInfoBreakpoint::DoActions, which happens as the by Jim Ingham · 13 years ago
  97. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  98. 082a3d0 Check in a customized benchmark which compares the Xcode 4.1 vs. Xcode 4.2's gdb disassembly speed by Johnny Chen · 13 years ago
  99. 24e0d61 Don't create a new stop info if we've already calculated one and it is still valid. by Jim Ingham · 13 years ago
  100. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago