1. cb0f245 Bumped Xcode project version to lldb-95 and debugserver-155. by Greg Clayton · 12 years ago
  2. c548687 <rdar://problem/10584789> by Greg Clayton · 12 years ago
  3. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 12 years ago
  4. 943485c http://llvm.org/bugs/show_bug.cgi?id=11579 by Johnny Chen · 12 years ago
  5. ef1f690 I have added a function to SBTarget that allows by Sean Callanan · 12 years ago
  6. a0d06cd Add more robustness - use PyString_CheckExact(pvalue) to check whether pvalue is a Python string before by Johnny Chen · 12 years ago
  7. 2fcf412 http://llvm.org/bugs/show_bug.cgi?id=11569 by Johnny Chen · 12 years ago
  8. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 12 years ago
  9. cd186e5 http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType crashes when passed None by Johnny Chen · 12 years ago
  10. b91423b Print out the breakpoint description only if self.TraceOn() is True. by Johnny Chen · 12 years ago
  11. 21f2e19 This commit is the result of a general audit of by Sean Callanan · 12 years ago
  12. 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 12 years ago
  13. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 12 years ago
  14. 1cb04d7 Try to add a svn:ignore property to ignore the testsuite run directories. by Jason Molenda · 12 years ago
  15. e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 12 years ago
  16. 33bc865 Add a pthreads testcase to make sure the two-step of running and expression, by Jim Ingham · 12 years ago
  17. 5ed59a7 I have modified the part of the code that finds and by Sean Callanan · 12 years ago
  18. 9f97e62 Fixed the Xcode project to correctly not strip anything for Debug and Release builds. by Greg Clayton · 12 years ago
  19. d0f67e2 Rename some test methods, with no functionality change. by Johnny Chen · 12 years ago
  20. d538f13 Commenting out the two @expectedFailureClang decorators as the tests have been passing for a while by Johnny Chen · 12 years ago
  21. 931449e rdar://problem/10227672 by Johnny Chen · 12 years ago
  22. bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 12 years ago
  23. 1308a95 Always return a valid answer for qMemoryRegionInfo if the packet is supported. by Greg Clayton · 12 years ago
  24. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 12 years ago
  25. c6e328a Move some print stmts to the test method, where they get printed only if the test is qualified to run by Johnny Chen · 12 years ago
  26. 1c22627 Fixed a problem where if a frame was present the by Sean Callanan · 12 years ago
  27. f48de6d Two fixes for file variables: by Sean Callanan · 12 years ago
  28. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 12 years ago
  29. 7c53768 Don't try to cache the ExecutionContextScope in the ValueObject::EvaluationPoint, it is too by Jim Ingham · 12 years ago
  30. da81dae Fixed a problem with properties where LLDB was not by Sean Callanan · 12 years ago
  31. d906b1b Don't spam warnings about not being able to read memory at 0x0. by Jim Ingham · 12 years ago
  32. b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 12 years ago
  33. 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 12 years ago
  34. 982a6ca Rework how the breakpoint conditions & callbacks are handled. We now iterate over all the locations at the site by Jim Ingham · 12 years ago
  35. 9a530a6 We now have a test case for stopping within a module in a place where the by Greg Clayton · 12 years ago
  36. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 12 years ago
  37. a9091cc Move CPUHasAVX() prototype out of an #ifdef block of code. by Jason Molenda · 12 years ago
  38. 1b42575 Add SBValue::GetDynamicValue and SBValue::GetStaticValue API's. by Jim Ingham · 12 years ago
  39. 4fdf795 Added the ability to dereference an Objective-C object by Sean Callanan · 12 years ago
  40. d2cb132 libEnhancedDisassembly.a is gone from recent LLVM. by Peter Collingbourne · 12 years ago
  41. d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 12 years ago
  42. f4933ed <rdar://problem/10544202> by Greg Clayton · 12 years ago
  43. 514970a Get the bit-field offset & size for ObjC ivars that are bitfields. by Jim Ingham · 12 years ago
  44. 434b7dd Tightened up the variable list to deal with by Sean Callanan · 12 years ago
  45. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 12 years ago
  46. e2c8a07 Removed function information from the symbol table by Sean Callanan · 12 years ago
  47. 1f5c0c3 Expose the DNBArchMachARM::DBG typedef, specify the type with the by Jason Molenda · 12 years ago
  48. 2e87f6a Don't crash due to not checking log shared pointer. by Greg Clayton · 12 years ago
  49. 3d8540a Fixed a few details of method lookup in Objective-C by Sean Callanan · 12 years ago
  50. e31493a Fix <title> on webpage. by Eli Friedman · 12 years ago
  51. cb2c77e Fixed a potential crasher if the frame is not by Sean Callanan · 12 years ago
  52. 9f5c614 Fix assert string to be more informative. by Jim Ingham · 12 years ago
  53. 64b4f19 Modified the script to have the flexibility of specifying the gdb executable path by Johnny Chen · 12 years ago
  54. 5b27612 Use the shorter form of the LLDB framework binary path. by Jason Molenda · 12 years ago
  55. 46b27f2 Add a typedef for arm_debug_state_t as DBG. Plus some minor comment changes. by Johnny Chen · 12 years ago
  56. 0670900 <rdar://problem/10487848> by Greg Clayton · 12 years ago
  57. 2c0d16c Skip over lldb-93. by Jason Molenda · 12 years ago
  58. e1301a6 As part of the work to make Objective-C type information by Sean Callanan · 12 years ago
  59. 009a430 Set a flag on the AST type dump to see Objective-C by Sean Callanan · 12 years ago
  60. 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 12 years ago
  61. 3cbf848 Sanity check the inputs to SBCommandInterpreter::HandleCompletion by Jim Ingham · 12 years ago
  62. f8e0461 Because we now call StartTagDeclarationDefinition() by Sean Callanan · 12 years ago
  63. 84278fd Bumped Xcode project version for lldb-92. by Greg Clayton · 12 years ago
  64. 249f4c4 Fixed the remaining test suite failures after the recent objective C cleanup by Greg Clayton · 12 years ago
  65. 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 12 years ago
  66. 7791722 Added code to make sure we don't recursively try to find an objective C by Greg Clayton · 12 years ago
  67. d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 12 years ago
  68. de32b45 Added a code for a test to find the real Objective C class definition. I by Greg Clayton · 12 years ago
  69. 2fc7e8d Added ClangExternalASTSourceCommon, a local superclass by Sean Callanan · 12 years ago
  70. 038f1c0 Remove accidental "else" that was left in in prior checking. by Greg Clayton · 12 years ago
  71. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 12 years ago
  72. ad382c5 Make the ThreadPlanStepThrough set a backstop breakpoint on the return address from by Jim Ingham · 12 years ago
  73. bae39c5 Fixed some extra warnings that show up with the new clang. by Greg Clayton · 12 years ago
  74. a32dc70 <rdar://problem/10522194> by Greg Clayton · 12 years ago
  75. dfa0cdb Let's also record the compiler version used for compiling the inferior into the session info by Johnny Chen · 12 years ago
  76. dd6698d <rdar://problem/10410131> by Greg Clayton · 12 years ago
  77. 99e2c55 Modified the Objective-C type map in SymbolFileSymtab by Sean Callanan · 12 years ago
  78. eac5b9b Added support for extracting method information from by Sean Callanan · 12 years ago
  79. d5b0b44 After moving lldb::pid_t to 64 bits, keep a deprecated version around for by Greg Clayton · 12 years ago
  80. 4b9cf3d <rdar://problem/10394517> by Greg Clayton · 12 years ago
  81. 5935525 "f" should be an alias for "frame select" not "finish" to match the gdb usage. by Jim Ingham · 12 years ago
  82. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 12 years ago
  83. dc5fce1 Modified clients of ClangASTImporter to be more robust by Sean Callanan · 12 years ago
  84. 60526c4 Protect a few log->Printf calls with "if (log)"... by Jim Ingham · 12 years ago
  85. 0523083 Picked up a new revision of Clang to pull in Objective-C by Sean Callanan · 13 years ago
  86. c6c3756 <rdar://problem/10507811> by Greg Clayton · 13 years ago
  87. 84ac509 Bumping Xcode project version for lldb-91. by Greg Clayton · 13 years ago
  88. 8521b84 If we are going to assert due to an unhanded opcode, stuff the opcode value into the CrashReporter string first. by Jim Ingham · 13 years ago
  89. 21ef5bb Made symbol lookup in the expression parser more robust: by Sean Callanan · 13 years ago
  90. fa21ffd rdar://problem/10501020 by Johnny Chen · 13 years ago
  91. dc303c2 Bumped Xcode project versions for lldb-90 and debugserver-154 by Greg Clayton · 13 years ago
  92. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  93. 02dfe4a Add processing of '-help' option. by Johnny Chen · 13 years ago
  94. e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
  95. 6c7c390 I broke the test suite (4 failures) with r145459 check-in. by Johnny Chen · 13 years ago
  96. d2a1143 Turn off the resolver detection till we find a better method to do so. by Jim Ingham · 13 years ago
  97. d37ffd9 Add a work around to deal with incorrect forward class definitions in by Greg Clayton · 13 years ago
  98. dd54979 rdar://problem/9211445 by Johnny Chen · 13 years ago
  99. 9fc1692 Remove possible cut-and-paste code which doesn't belong. by Johnny Chen · 13 years ago
  100. f332c53 <rdar://problem/10500242> by Greg Clayton · 13 years ago