1. a5fd176 Handle all of the "thumb" target triple architecture variants that llvm handles. by Greg Clayton · 13 years ago
  2. df19270 When we're unwinding out of frame 0 and we end up with a bogus frame by Jason Molenda · 13 years ago
  3. 1d8b089 Remove unnecessary #include. by Jim Ingham · 13 years ago
  4. 115213c Fix a bug where when debugging with .o files, we end up with two symbols for each real OBJC_CLASS_$_whatever, one of which is correctly classified as an ObjCClass symbol, and the other is just a data symbol. This was messing up the ObjC dynamic type detection. by Jim Ingham · 13 years ago
  5. 4a2e337 Expose new read memory fucntion through python in SBProcess: by Greg Clayton · 13 years ago
  6. 8498517 On Mac OS X the Objective-C runtime (libobjc) has many critical by Jason Molenda · 13 years ago
  7. 9a1f001 Add two new memory region based checks to the Unwinder: by Jason Molenda · 13 years ago
  8. 1f9c39c When unwinding from the first frame, try to ask the remote debugserver by Jason Molenda · 13 years ago
  9. e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 13 years ago
  10. bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 13 years ago
  11. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  12. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 13 years ago
  13. b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 13 years ago
  14. 9d3c618 Move the ARM specific arch picker from PlatformRemoteiOS.cpp to by Jason Molenda · 13 years ago
  15. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  16. d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 13 years ago
  17. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  18. e2c8a07 Removed function information from the symbol table by Sean Callanan · 13 years ago
  19. 0670900 <rdar://problem/10487848> by Greg Clayton · 13 years ago
  20. 31ad9cc Correct typo in method name (AddSymbolFileRepresendation...) by Jim Ingham · 13 years ago
  21. f8e0461 Because we now call StartTagDeclarationDefinition() by Sean Callanan · 13 years ago
  22. 249f4c4 Fixed the remaining test suite failures after the recent objective C cleanup by Greg Clayton · 13 years ago
  23. 16d2187 Added the ability for clients to grab a set of symbol table indexes and then by Greg Clayton · 13 years ago
  24. 7791722 Added code to make sure we don't recursively try to find an objective C by Greg Clayton · 13 years ago
  25. d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
  26. 038f1c0 Remove accidental "else" that was left in in prior checking. by Greg Clayton · 13 years ago
  27. 3f69eac Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 13 years ago
  28. a32dc70 <rdar://problem/10522194> by Greg Clayton · 13 years ago
  29. 99e2c55 Modified the Objective-C type map in SymbolFileSymtab by Sean Callanan · 13 years ago
  30. eac5b9b Added support for extracting method information from by Sean Callanan · 13 years ago
  31. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  32. 673f3db Added support to the Objective-C language runtime by Sean Callanan · 13 years ago
  33. d2a1143 Turn off the resolver detection till we find a better method to do so. by Jim Ingham · 13 years ago
  34. d37ffd9 Add a work around to deal with incorrect forward class definitions in by Greg Clayton · 13 years ago
  35. f332c53 <rdar://problem/10500242> by Greg Clayton · 13 years ago
  36. d8ff835 Typo in error string. by Jim Ingham · 13 years ago
  37. 48a202d Patch from Dawn that fixes up linux debugging and a first passs at an by Greg Clayton · 13 years ago
  38. 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
  39. da52c49 <rdar://problem/10413589> by Greg Clayton · 13 years ago
  40. df2ac38 Now the linux platform lets it be known that it can't launch processes for by Greg Clayton · 13 years ago
  41. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  42. 48f4798 Fixed an issue in the DWARFLocationList::Dump() function where default by Greg Clayton · 13 years ago
  43. c5b3f50 Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20% by Greg Clayton · 13 years ago
  44. 0c496cd 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 13 years ago
  45. 8391530 Update ProcessMonitor::MonitorCallback signature. by Peter Collingbourne · 13 years ago
  46. 0a66c05 Update PlatformLinux::Attach signature. by Peter Collingbourne · 13 years ago
  47. 489575c Further performance improvements in the DWARF parser: by Greg Clayton · 13 years ago
  48. 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
  49. a938553 Added optional calls to lldb_private::Process for getting memory region info by Greg Clayton · 13 years ago
  50. 0963fdd Looking at our memory usage with Instruments when debugging a large application by Greg Clayton · 13 years ago
  51. 464c616 Use a pseudoterminal for local processes if no STDIO redirection or other by Greg Clayton · 13 years ago
  52. ffa43a6 Fixed the issue that was causing our monitor process threads to crash, it by Greg Clayton · 13 years ago
  53. 1c4642c Made the darwin host layer properly reap any child processes that it spawns. by Greg Clayton · 13 years ago
  54. 527154d Added a new class to Process.h: ProcessAttachInfo. This class contains enough by Greg Clayton · 13 years ago
  55. bd06ff4 <rdar://problem/10103980> by Greg Clayton · 13 years ago
  56. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  57. 2d9adb7 Added the ability to run a process in a shell on MacOSX currently when using by Greg Clayton · 13 years ago
  58. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  59. bc50070 Added report errors for when the .apple_XXXX hashed name table lookups contain by Greg Clayton · 13 years ago
  60. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  61. 8688673 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  62. ce65d2f Patch from Dragos Tatulea which was a modified version of a patch from by Greg Clayton · 13 years ago
  63. 3e4238d Fixed the Xcode project building of LLVM to be a bit more user friendly: by Greg Clayton · 13 years ago
  64. 36bc5ea Modified all Process::Launch() calls to use a ProcessLaunchInfo structure by Greg Clayton · 13 years ago
  65. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  66. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  67. abe2d36 Restructure the relationship between UnwindLLDB and the by Jason Molenda · 13 years ago
  68. ba560cc Enhanced the ObjC DynamicCheckerFunction to test for "object responds to selector" as well as by Jim Ingham · 13 years ago
  69. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  70. 8006735 build: Add the Darwin-Kernel Makefile. by Daniel Dunbar · 13 years ago
  71. c2ff189 warnings: Fix another place with extension warnings I somehow missed. by Daniel Dunbar · 13 years ago
  72. 8f4cdb4 build: Build in the Darwin-Kernel OperatingSystem plugin. by Daniel Dunbar · 13 years ago
  73. 8e584ec build: Fix Makefiles on Darwin to link proper dynamic loader plugin. by Daniel Dunbar · 13 years ago
  74. 37fdc1c warnings: Use LLVM_EXTENSION to suppress a bunch of pedantic warnings. by Daniel Dunbar · 13 years ago
  75. 97c8957 warnings: Fix a bunch of -Wreorder problems. by Daniel Dunbar · 13 years ago
  76. f09a857 warnings: Fix several uses of trailing comma on enumeration extensions. by Daniel Dunbar · 13 years ago
  77. b1668c9 build: Fixup Darwin process plugin build for Makefiles. by Daniel Dunbar · 13 years ago
  78. ce05757 AppleObjCTrampolineHandler: Use array_lengthof instead of unnecessary sentinel. by Daniel Dunbar · 13 years ago
  79. a9c4f31 <rdar://problem/10368163> by Greg Clayton · 13 years ago
  80. 7089d8a Added the ability for the target to specify Modules that will not be searched by Jim Ingham · 13 years ago
  81. 18fedd7 Added support for the C++Ox "nullptr_t" type. by Greg Clayton · 13 years ago
  82. 8226e94 Fix up how we shut down the communication with debugserver so we don't rely on by Jim Ingham · 13 years ago
  83. 0881869 Fixed a leak in the LLVM disassembler where the by Sean Callanan · 13 years ago
  84. b7669b3 <rdar://problem/10357230> by Greg Clayton · 13 years ago
  85. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  86. 20b8a96 Added an extra parameter to the object-checker by Sean Callanan · 13 years ago
  87. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  88. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  89. 66756c2 <rdar://problem/10335756> by Greg Clayton · 13 years ago
  90. f6a5bd7 Added template support when parsing DWARF into types. We can now use STL by Greg Clayton · 13 years ago
  91. 61ddf56 If a process plug-in was specified by name, always let the plug-in get used. by Greg Clayton · 13 years ago
  92. 591cf15 Lock the Unwinder before accessing it. by Jim Ingham · 13 years ago
  93. bbe3916 Fixed some issues where we might not have one of the new apple accelerator by Greg Clayton · 13 years ago
  94. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  95. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  96. 3bf3a9d This patch fixes debugging of single threaded apps on Linux. by Johnny Chen · 13 years ago
  97. 5ce0e2b Add code to RegisterContextLLDB::InitializeNonZerothFrame to detect a multiple stack frames by Jason Molenda · 13 years ago
  98. 6bb7337 Quiet the default "log enable lldb step" output down a little bit. by Jim Ingham · 13 years ago
  99. 5f24c50 Add function decls to their parent decl context. by Greg Clayton · 13 years ago
  100. 6364304 Make sure we create only unique one namespace per AST when parsing the DWARF. by Greg Clayton · 13 years ago