1. e1db7c7 Bumped Xcode project versions for lldb-72 and debugserver-143. by Greg Clayton · 13 years ago
  2. 7bbebaf Remember to restore the frame in the exe_ctx passed in to RunThreadPlan. by Jim Ingham · 13 years ago
  3. be85f0b Add a simple test case to exercise the SBDebugger.CreateTargetWithFileAndTargetTriple() API. by Johnny Chen · 13 years ago
  4. e36a35c Test case for changing ValueObjects with SBValue::SetValueFromCString. by Jim Ingham · 13 years ago
  5. 4386675 Modify the skipUnless() logic to work for OSX Lion. by Johnny Chen · 13 years ago
  6. 558dd5b Add a version of SBDebugger::Create which allows us to specify whether to source by Jim Ingham · 13 years ago
  7. db4be60 Fix a test driver bug where multiple filter specs (through the -f TestClassName.test_method_name by Johnny Chen · 13 years ago
  8. 574c3d6 Make ValueObject::SetValueFromCString work correctly. by Jim Ingham · 13 years ago
  9. e020716 Fixed an incorrect static analyzer fix. by Greg Clayton · 13 years ago
  10. 7aa04f6 Removed an initialization that wasn't needed. by Greg Clayton · 13 years ago
  11. e4fd440 Update the SBAddress.i Python interface file to the latest SBAddress.h, by Johnny Chen · 13 years ago
  12. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  13. a61c839 Add radar info for self.skipTest(). by Johnny Chen · 13 years ago
  14. 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
  15. 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
  16. 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
  17. 4d162e5 When running dotest.py under pdb (the python debugger), define DOTEST_PDB=YES and by Johnny Chen · 13 years ago
  18. 35bcafb Taking care of an issue relating to mapping DeclContext's to DIE's by Enrico Granata · 13 years ago
  19. a1c7e46 Fix a logic error (Division by zero) uncovered by the static analyzer. by Johnny Chen · 13 years ago
  20. 2e45b0c Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this by Greg Clayton · 13 years ago
  21. db64d95 Giving a warning to the user the first time children are truncated by the new cap setting by Enrico Granata · 13 years ago
  22. 11afe6a Backout previous fix that was designed to allow functions within functions by Greg Clayton · 13 years ago
  23. 690f5e3 Fixed an assertion issue that can arise when a function by Greg Clayton · 13 years ago
  24. c5dca6c Fixed some issues with parsing C++ methods where our detection by Greg Clayton · 13 years ago
  25. bedc667 Fixes the occasional crash on exit when quitting lldb with control-D. by Jason Molenda · 13 years ago
  26. 018921d *Some more optimizations in usage of ConstString by Enrico Granata · 13 years ago
  27. b6f99aa Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  28. 65f39ed Fix some warnings from static analyzer. by Johnny Chen · 13 years ago
  29. 4617fcd Silence the static analyzer. by Johnny Chen · 13 years ago
  30. a65ac25 Fix two 'dereference of a null pointer' detected by the static analyzer. by Johnny Chen · 13 years ago
  31. c613971 Fixed LLDB's handling of ElaboratedTypes, which was by Sean Callanan · 13 years ago
  32. cebe965 Silence the static analyzer. by Johnny Chen · 13 years ago
  33. 20e663f Fix 'Undefined or garbage value returned to caller' (static analyzer). by Johnny Chen · 13 years ago
  34. 87ff150 Silence the static analyzer. by Johnny Chen · 13 years ago
  35. 7114831 changed some variables from char* to std::string by Enrico Granata · 13 years ago
  36. dfe2761 To silence the static analyzer. by Johnny Chen · 13 years ago
  37. 0811370 Fix the expect patterns to work for both OSX SnowLeopard and Lion. by Johnny Chen · 13 years ago
  38. 1ae0e69 Patch by Matt Johnson to build on his Linux machine with recent versions of libstdc++ and glibc! by Johnny Chen · 13 years ago
  39. 6c98ba7 Updated LLVM/Clang to to pick up fixes for a by Sean Callanan · 13 years ago
  40. c168065 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  41. 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
  42. 60a7df5 To silence the static analyzer. by Johnny Chen · 13 years ago
  43. b822658 Fix a logic error caught by the static analyzer. by Johnny Chen · 13 years ago
  44. 1e1460b To silence the static analyzer. by Johnny Chen · 13 years ago
  45. 7559f33 To silence the static analyzer. by Johnny Chen · 13 years ago
  46. 9c57fc0 Fixed an issue where a pointer's address was being logged instead of its value by Enrico Granata · 13 years ago
  47. f2bf870 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 13 years ago
  48. b01760c Fix the broken build that happened with my last checkin. by Greg Clayton · 13 years ago
  49. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  50. 758db96 Add logic to SBValue.linked_list_iter() to detect infinite loop and to bail out early. by Johnny Chen · 13 years ago
  51. 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
  52. 178e101 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  53. 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
  54. 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
  55. 0734eb0 Ignore the static analyzer, instead; and add comment why. by Johnny Chen · 13 years ago
  56. 9a7749c Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  57. ee6e790 Incremental fixes of issues found by Xcode static analyzer. by Johnny Chen · 13 years ago
  58. 7c4fc6e Include the qLaunchSuccess and qC packets in the by Greg Clayton · 13 years ago
  59. 1b3d1df Fixed a problem that prevented access to members by Sean Callanan · 13 years ago
  60. 9d56ba9 Check log shared pointer before using it. by Johnny Chen · 13 years ago
  61. a7e1b6d renaming command "type synth" to "type synthetic" for added readability by Enrico Granata · 13 years ago
  62. 79d9136 Remove extra newline from end of 'frame info' command output. by Jason Molenda · 13 years ago
  63. 153ccd7 While tracking down memory consumption issue a few things were needed: the by Greg Clayton · 13 years ago
  64. 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
  65. 0f3cf06 Fix indentation for a log statement. by Johnny Chen · 13 years ago
  66. 58021cc Check log shared pointer before using it. by Johnny Chen · 13 years ago
  67. 122204d Check log shared pointer before using it. by Johnny Chen · 13 years ago
  68. 8818ae7 Fixed the type code to print "<invalid>" for NULL by Sean Callanan · 13 years ago
  69. a713b86 Fix indentation. by Johnny Chen · 13 years ago
  70. f6d3d79 Fix a bunch of places where we were calling log->Printf to put CStrings. by Jim Ingham · 13 years ago
  71. ed3f86b Fixed a potential crash in Process.cpp when we used a log unchecked. by Sean Callanan · 13 years ago
  72. a796e0e Typo in the test case for i386. by Jim Ingham · 13 years ago
  73. eaaa8fd When unloading a library, pass the old complete version of the library to UnloadImageLoadAddress, since that by Jim Ingham · 13 years ago
  74. 5c82286 Fixed the Objective-C "self" test case, which by Sean Callanan · 13 years ago
  75. e789613 Silence clang warning. by Johnny Chen · 13 years ago
  76. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  77. 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
  78. c0c397f Fixed a problem where the HasAVX() code in by Sean Callanan · 13 years ago
  79. 1a78f6a Add a negative self.expect() to verify that the bug has been fixed. by Johnny Chen · 13 years ago
  80. 153191e The "bool HasAVX()" function doesn't backup and restore the by Greg Clayton · 13 years ago
  81. 716cefb Added some logging and did some member renaming. by Greg Clayton · 13 years ago
  82. 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
  83. f669850 Basic support for reading synthetic children by index: by Enrico Granata · 13 years ago
  84. 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
  85. 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
  86. 0eeaa98 Remove some commented out code that doesn't connect to anything yet... by Jim Ingham · 13 years ago
  87. 899025f Added a "--global" option to the "target modules list" by Greg Clayton · 13 years ago
  88. ec07c0d Add EvaluateWithError static method. Fix a bug in handling constant expressions - we weren't setting the result even though the expression evaluation succeeded... by Jim Ingham · 13 years ago
  89. 28c83e9 Fixed a loop that I was testing changes with and forgot to revert to zero. by Greg Clayton · 13 years ago
  90. f8b468e Made the expression parser use the StackFrame's by Sean Callanan · 13 years ago
  91. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  92. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  93. 94c7c1d Fixed test suite failure of test_SBTypeList(). by Johnny Chen · 13 years ago
  94. 5cdaac5 Add SBType.GetBasicType() to the test scenario. by Johnny Chen · 13 years ago
  95. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  96. 5307575 Add docstring & example usage for SBTypeList. by Johnny Chen · 13 years ago
  97. f1e7a30 Fix indentation and remove the private section of SBTypeList. by Johnny Chen · 13 years ago
  98. d7e04d9 o modify-python-lldb.py: by Johnny Chen · 13 years ago
  99. 3ee8520 The recently introduced SBTypeList is also iterable. by Johnny Chen · 13 years ago
  100. a54ad99 Option --regex (-x) now also works for synthetic children: by Enrico Granata · 13 years ago