1. dc303c2 Bumped Xcode project versions for lldb-90 and debugserver-154 by Greg Clayton · 13 years ago
  2. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  3. 02dfe4a Add processing of '-help' option. by Johnny Chen · 13 years ago
  4. e957039 Make sure that we print out function or symbol information. If we disassembled by Greg Clayton · 13 years ago
  5. 6c7c390 I broke the test suite (4 failures) with r145459 check-in. by Johnny Chen · 13 years ago
  6. d2a1143 Turn off the resolver detection till we find a better method to do so. by Jim Ingham · 13 years ago
  7. d37ffd9 Add a work around to deal with incorrect forward class definitions in by Greg Clayton · 13 years ago
  8. dd54979 rdar://problem/9211445 by Johnny Chen · 13 years ago
  9. 9fc1692 Remove possible cut-and-paste code which doesn't belong. by Johnny Chen · 13 years ago
  10. f332c53 <rdar://problem/10500242> by Greg Clayton · 13 years ago
  11. ed5a4b1 Added #ifdef wrappers around the contents of ASTDumper.h. by Sean Callanan · 13 years ago
  12. 89e7df3 Modified ClangExpressionDeclMap to use existing by Sean Callanan · 13 years ago
  13. 26e089b Missing return in error handling for "source list". by Jim Ingham · 13 years ago
  14. d8ff835 Typo in error string. by Jim Ingham · 13 years ago
  15. 48a202d Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 13 years ago
  16. da44411 Add bench entries. by Johnny Chen · 13 years ago
  17. 1d1f39e <rdar://problem/10429064> by Greg Clayton · 13 years ago
  18. 9a181f4 I added more complete documentation on all of the new packets we use in LLDB by Greg Clayton · 13 years ago
  19. c23d842 Patch from Daniel Dunbar for future-proof against http://llvm.org/viewvc/llvm-project?view=rev&revision=145331. by Johnny Chen · 13 years ago
  20. a3d0447 Changed ClangASTImporter to allow finer-grained by Sean Callanan · 13 years ago
  21. 8e276bd Added some documentation on the new GDB remote packets we have added and use by Greg Clayton · 13 years ago
  22. 23038b6 SBProcess.PutSTDIN() needs to be properly typemapped when swigging, by Johnny Chen · 13 years ago
  23. 609b9ce Clarify the SBProcess Python API GetSTDOUT()/GetSTDERR(). They look different from by Johnny Chen · 13 years ago
  24. da52c49 <rdar://problem/10413589> by Greg Clayton · 13 years ago
  25. 0e6df36 Fixed an issue where we might cause our test suite to exit if we end up by Greg Clayton · 13 years ago
  26. df2ac38 Now the linux platform lets it be known that it can't launch processes for by Greg Clayton · 13 years ago
  27. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  28. 48f4798 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 13 years ago
  29. ce04560 Remove incorrect return type from SetHeaderDataByteSize accessor (partial by Greg Clayton · 13 years ago
  30. c5b3f50 Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20% by Greg Clayton · 13 years ago
  31. 2eb5122 Got the sizeof(lldb_private::Symbol) down to 64 bytes (from 72 bytes) by not by Greg Clayton · 13 years ago
  32. 0c496cd 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 13 years ago
  33. 31feaa8 <rdar://problem/10033754> by Greg Clayton · 13 years ago
  34. 3e6f2cc Save the arguments for a process launch in the target.run-args so they can by Greg Clayton · 13 years ago
  35. be9875d Many GDB users always want to display disassembly when they stop by using by Greg Clayton · 13 years ago
  36. 8391530 Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 13 years ago
  37. 0a66c05 Update PlatformLinux::Attach signature. by Peter Collingbourne · 13 years ago
  38. fecc09c Pulled in a new revision of LLVM/Clang and added by Sean Callanan · 13 years ago
  39. 489575c Further performance improvements in the DWARF parser: by Greg Clayton · 13 years ago
  40. d9b7985 Ensure that the empty RecordDecl generated for by Sean Callanan · 13 years ago
  41. 323ce42 Handle stepping through a trampoline where the jump target is calculated a runtime - and so doesn't match by Jim Ingham · 13 years ago
  42. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  43. 0963fdd Looking at our memory usage with Instruments when debugging a large application by Greg Clayton · 13 years ago
  44. 5a55c7a This commit completes the rearchitecting of ClangASTSource by Sean Callanan · 13 years ago
  45. 4c6a752 Redirect the stderr output into a file so as to not pollute the terminal. by Johnny Chen · 13 years ago
  46. 1941fda Do not print debug messages if self.TraceON() is False. by Johnny Chen · 13 years ago
  47. 0896719 Add a simple progress bar when neither '-v' nor '-t' is specified. by Johnny Chen · 13 years ago
  48. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  49. 028d8eb Add an option '-S' to skip the build and cleanup while running the test. by Johnny Chen · 13 years ago
  50. c518fe7 Now that I fixed the uninitialized callback problem, I can enable GCD pid by Greg Clayton · 13 years ago
  51. 6cfd267 Rename test class appropriately. by Johnny Chen · 13 years ago
  52. 1628317 Bumped Xcode project versions for lldb-89 and debugserver-153. by Greg Clayton · 13 years ago
  53. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  54. 2020608 Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out by Greg Clayton · 13 years ago
  55. 2618380 by Jim Ingham · 13 years ago
  56. 22ca65d Docstring clarification. by Johnny Chen · 13 years ago
  57. 30b30cb Also dump the pid of the process launching through the lldbtest.system(*popenargs, **kwargs) API. by Johnny Chen · 13 years ago
  58. 595553a Added support to the ASTImporter for passing by Sean Callanan · 13 years ago
  59. d01bf88 Changed the ClangASTImporter to store metadata by Sean Callanan · 13 years ago
  60. cf3c7bd Added a CopyType method to the ASTImporter that handles opaque QualTypes. by Sean Callanan · 13 years ago
  61. 1da1f2e Remove invalid docstring (due to cut-and-paste error). by Johnny Chen · 13 years ago
  62. 4938bd6 I made the ClangASTImporter owned by the target by Sean Callanan · 13 years ago
  63. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  64. e0b7f94 Fixed a problem where the target didn't use a by Sean Callanan · 13 years ago
  65. 1608954 Fixed a crash when we merrily went on to try to log by Sean Callanan · 13 years ago
  66. 7befa30 Two fixes for Objetive-C methods that return struct by Sean Callanan · 13 years ago
  67. ab881d8 While we are at it, verify that 'my_int_ptr' points to 'g_my_int', using the SBTarget.ResolveLoadAddress() to get its SBAddress, by Johnny Chen · 13 years ago
  68. e15cf29 Fix objc runtime warnings from the inferior program. by Johnny Chen · 13 years ago
  69. dcf03f8 Made Target own a ClangASTSource that will be used by Sean Callanan · 13 years ago
  70. d3812fa Eliminated a compile warning by removing dyn_cast where isa is good enough. by Sean Callanan · 13 years ago
  71. e9cd03a Removed the ClangASTImporter pointer from by Sean Callanan · 13 years ago
  72. f24f1cd Add test scenario for value.GetChildAtIndex(0) where value is a pointer to a simple type. by Johnny Chen · 13 years ago
  73. a54e439 File renaming. by Johnny Chen · 13 years ago
  74. c41606f Fixed a bug where the variable-resolution code by Sean Callanan · 13 years ago
  75. 934fc6b Bumped Xcode project version for lldb-88 and debugserver-152. by Greg Clayton · 13 years ago
  76. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  77. e6ea5fe Pulled in a new version of LLVM/Clang to solve a variety by Sean Callanan · 13 years ago
  78. f48acd4 Add bench entries. by Johnny Chen · 13 years ago
  79. 36deaee Speed improvements for ULEB128 reading from James McIlree. by Greg Clayton · 13 years ago
  80. 36fe991 Confirm should accept both "Y" and "y" in case somebody confuses the "default answer" indicator for a by Jim Ingham · 13 years ago
  81. 4474729 Dependency file for dylib source was not being cleaned up. by Johnny Chen · 13 years ago
  82. dba0f7f Add more info on the failure. by Johnny Chen · 13 years ago
  83. 1d9ffe2 Fixed Objective-C method lookup for methods with by Sean Callanan · 13 years ago
  84. c536ba7 Don't build optimized unless we are trying to test inlining. by Greg Clayton · 13 years ago
  85. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  86. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  87. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  88. d14d518 Make the test case more robust by using line number to break, instead. by Johnny Chen · 13 years ago
  89. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  90. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  91. d882da2 build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead of by Daniel Dunbar · 13 years ago
  92. f2a0a5c Updated LLVM/Clang to pull in a fix for Objective-C by Sean Callanan · 13 years ago
  93. 70d7092 Fixed a bug that inhibited symbol lookup. The by Sean Callanan · 13 years ago
  94. bc50070 Added report errors for when the .apple_XXXX hashed name table lookups contain by Greg Clayton · 13 years ago
  95. 22a3afd Allow the Apple hash tables to be emtpy. by Greg Clayton · 13 years ago
  96. 3fccc90 Fix order of arguments for target stop-hook list/delete. Having by Jason Molenda · 13 years ago
  97. 4049bc3 Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 13 years ago
  98. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  99. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  100. 0943687 Fixed the eFormatChar, eFormatCharPrintable and eFormatCharArray to print by Greg Clayton · 13 years ago