1. b5a8f14 <rdar://problem/10560053> by Greg Clayton · 13 years ago
  2. 8f2e392 I have brought LLDB up-to-date with top of tree by Sean Callanan · 13 years ago
  3. efa4e22 Fixed a build breakage when trying to assign a shared pointer using a raw pointer. by Greg Clayton · 13 years ago
  4. b88575e Fixed an issue where we might accept the wrong type when completing by Greg Clayton · 13 years ago
  5. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  6. a792abe Added logging so we can see the field names and offsets of any structures by Greg Clayton · 13 years ago
  7. 3fc0c4f Adding the DWARF parser side for assited layout where the AST context by Greg Clayton · 13 years ago
  8. 662e567 Fixed an issue with the Instruction subclasses where the strings might by Greg Clayton · 13 years ago
  9. e0028b8 Fixed a problem where maintaining the ObjCInterfaceMap by Sean Callanan · 13 years ago
  10. e14d3d3 Added an extra way to chop up an objective C prototype and use it where necessary. by Greg Clayton · 13 years ago
  11. 445c086 Be sure to use the one and only trusted source for chopping up by Greg Clayton · 13 years ago
  12. cc63936 Fixed an issue where we might not find the one true ObjC definition. Now we do things by Greg Clayton · 13 years ago
  13. e6b976d <rdar://problem/10681814> by Greg Clayton · 13 years ago
  14. 1c6b461 Don't assert but report & return a NULL type if we end up parsing a type we are in the middle of parsing. by Jim Ingham · 13 years ago
  15. c80dca7 We finalized on the new .apple_types accelerator table format where we don't by Greg Clayton · 13 years ago
  16. df6dc88 Added code in the Host layer that can report system log messages by Greg Clayton · 13 years ago
  17. 2f28ece <rdar://problem/10507811> by Greg Clayton · 13 years ago
  18. e367aa8 Use forward declarations more of the time to save on things that we need to by Greg Clayton · 13 years ago
  19. bcb0adc Use forward types where possible to avoid having to parse extra DWARF when by Greg Clayton · 13 years ago
  20. c5d14e6 <rdar://problem/9958446> <rdar://problem/10561406> by Greg Clayton · 13 years ago
  21. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 13 years ago
  22. b5c023a Tested a theory on the where when we lookup things in the accelerator tables by Greg Clayton · 13 years ago
  23. b2027ec If the expression parser is unable to complete a TagDecl by Sean Callanan · 13 years ago
  24. d7088cf Fixed an issue where we are asking to get the decl context for a function by Greg Clayton · 13 years ago
  25. 37bb8dd Added a new class called lldb_private::SymbolFileType which is designed to by Greg Clayton · 13 years ago
  26. 7791722 Added code to make sure we don't recursively try to find an objective C by Greg Clayton · 13 years ago
  27. d0b7cfa Testcase fixes with the new symbol lookup code for by Sean Callanan · 13 years ago
  28. a32dc70 <rdar://problem/10522194> by Greg Clayton · 13 years ago
  29. d37ffd9 Add a work around to deal with incorrect forward class definitions in by Greg Clayton · 13 years ago
  30. f332c53 <rdar://problem/10500242> by Greg Clayton · 13 years ago
  31. da52c49 <rdar://problem/10413589> by Greg Clayton · 13 years ago
  32. 75d8c25 CommandObjectProcess was recently changed to automatically use the platform by Greg Clayton · 13 years ago
  33. a1b9a90 <rdar://problem/10338439> by Greg Clayton · 13 years ago
  34. 2546fd2 Add code that reads the APPLE_property debug info, and makes up properties from them. by Jim Ingham · 13 years ago
  35. bc50070 Added report errors for when the .apple_XXXX hashed name table lookups contain by Greg Clayton · 13 years ago
  36. 668a6c7 Made the Host::SetCrashDescription(const char *) function copy the incoming by Greg Clayton · 13 years ago
  37. 2581dbf Sometimes the debug information includes artifically- by Sean Callanan · 13 years ago
  38. 716e3f0 Added the capability (turned off for now) to mark a by Sean Callanan · 13 years ago
  39. b516939 Fixed some warnings after enabling some stricter warnings in the Xcode project by Greg Clayton · 13 years ago
  40. 18fedd7 Added support for the C++Ox "nullptr_t" type. by Greg Clayton · 13 years ago
  41. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  42. 5e8eb5c Fixed an issue where a class that resides inside another class wasn't getting by Greg Clayton · 13 years ago
  43. 66756c2 <rdar://problem/10335756> by Greg Clayton · 13 years ago
  44. f6a5bd7 Added template support when parsing DWARF into types. We can now use STL by Greg Clayton · 13 years ago
  45. bbe3916 Fixed some issues where we might not have one of the new apple accelerator by Greg Clayton · 13 years ago
  46. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  47. 4c8353b Changed lldb_private::Type over to use the intrusive ref counted pointers by Greg Clayton · 13 years ago
  48. 5f24c50 Add function decls to their parent decl context. by Greg Clayton · 13 years ago
  49. 6364304 Make sure we create only unique one namespace per AST when parsing the DWARF. by Greg Clayton · 13 years ago
  50. 03fd0d0 Modified the DWARF parser to take care of a 1 clang::DeclContext to many by Greg Clayton · 13 years ago
  51. 9f54ab7 Fixed a case where we might end up trying to parse a type in the DWARF parser for a method whose class isn't currently in the process of completing itself. Currently, methods of a class, must be parsed when the class type that contains the method is asked to complete itself through the clang::ExternalASTSource virtual functions. Now we "do the right thing" by checking if the class is being defined, and if so we parse it, else we tell the class to complete itself so everything happens correctly. by Greg Clayton · 13 years ago
  52. c839adc Enabled the namespace-specific search functionality, by Sean Callanan · 13 years ago
  53. a759706 Moved the list of found namespaces into the search by Sean Callanan · 13 years ago
  54. 0fcec13 Completed the glue that passes a ClangNamespaceDecl * by Sean Callanan · 13 years ago
  55. 7a1e5da Add a version of ResolveFunction that takes a "const DWARFDebugInfoEntry *" by Greg Clayton · 13 years ago
  56. db29bba Added a function to test if a ClangNamespaceDecl matches the current symbol by Greg Clayton · 13 years ago
  57. 82770e0 Added the ability to see if a DIE is contained in a namespace. by Greg Clayton · 13 years ago
  58. 7340919 Remove a debugging printf... by Jim Ingham · 13 years ago
  59. 52f794a Fix a couple of places in FindFunctions where I was using the passed in name_type_mask by Jim Ingham · 13 years ago
  60. bc36a86 Added more functionality to Range template classes in RangeMap.h and converted remaining DWARF areas that were using ranges over to this class. Also converted lldb_private::Block to use it. by Greg Clayton · 13 years ago
  61. 8b7b227 Move the responsibility for translating the various eFunctionNameType lookups to the by Jim Ingham · 13 years ago
  62. c7bbd27 Added a new logging channel to the DWARF called "lookups": by Greg Clayton · 13 years ago
  63. b523031 Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were due to not parsing the function types when the function blocks are made and parsed. by Greg Clayton · 13 years ago
  64. 00db215 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 13 years ago
  65. 1913306 Print object names in case we have a .o file in a static archive when logging by Greg Clayton · 13 years ago
  66. f92d0dd Removed some commented out code from the DWARF parser. by Greg Clayton · 13 years ago
  67. 6c19c8a <rdar://problem/10212450> by Greg Clayton · 13 years ago
  68. ed11c1e Fixed an issue where a lexical block or inlined function might have bad debug by Greg Clayton · 13 years ago
  69. 90b2079 Centralize the warning reporting and use ReportWarning & ReportError everywhere we were using fprintf(stderr directly. by Jim Ingham · 13 years ago
  70. 9a93fcd If the new .apple_names and .apple_types DWARF accelerator tables by Greg Clayton · 13 years ago
  71. f6e3de2 Convert over to the latest and greatest on disc accelerator by Greg Clayton · 13 years ago
  72. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  73. 02e210c Removed the function: by Greg Clayton · 13 years ago
  74. 144188b Huge memory and performance improvements in the DWARF parser. by Greg Clayton · 13 years ago
  75. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  76. d74270e Added alpha .debug_names and .debug_types support in the DWARF parser. by Greg Clayton · 13 years ago
  77. c8cf5e2 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 13 years ago
  78. 169c5fb Fix a bunch of places where we were passing Stream *'s but were by Jim Ingham · 13 years ago
  79. 5454892 Move DIE location reporting into the DWARFDebugInfo class, use it from there in SymbolFileDWARF::ParseType (and eventually in other interesting places as well.) by Jim Ingham · 13 years ago
  80. 9ecdaac Add logging to SymbolFileDWARF::ParseType so that we can tell the type/comp_unit/obj_file were being processed when something goes wrong... by Jim Ingham · 13 years ago
  81. 24429c0 The Compilation Unit language was being stored in a variable called "class_language"... Changed that to "cu_language". by Jim Ingham · 13 years ago
  82. 6c3e4af Fixed an issue where we could end up creating multiple by Greg Clayton · 13 years ago
  83. 35bcafb Taking care of an issue relating to mapping DeclContext's to DIE's by Enrico Granata · 13 years ago
  84. 2e45b0c Fixed the issue of a DW_TAG_subprogram in a DW_TAG_subprogram correctly this by Greg Clayton · 13 years ago
  85. 11afe6a Backout previous fix that was designed to allow functions within functions by Greg Clayton · 13 years ago
  86. 690f5e3 Fixed an assertion issue that can arise when a function by Greg Clayton · 13 years ago
  87. c5dca6c Fixed some issues with parsing C++ methods where our detection by Greg Clayton · 13 years ago
  88. c617a4c This is an overhaul of the expression parser code by Sean Callanan · 13 years ago
  89. a83f877 Make sure we track CXX and objc method decls. by Greg Clayton · 13 years ago
  90. 9930990 Fixed a bug in which the DWARF reader did not distinguish by Sean Callanan · 13 years ago
  91. 9b6898f This change brings in the latest LLVM/Clang, and by Sean Callanan · 13 years ago
  92. 7dd98df Added the ability to _not_ skip the prologue when settings breakpoints by Greg Clayton · 13 years ago
  93. 3f2e1b9 Stop the lldb_private::RegularExpression class from implicitly by Greg Clayton · 13 years ago
  94. 801417e Added "target variable" command that allows introspection of global by Greg Clayton · 13 years ago
  95. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  96. e6d72ca This commit adds broad architectural support for hierarchical by Greg Clayton · 13 years ago
  97. 1bd2b2f Fixed variable parsing to not parse block variables over and over due to an by Greg Clayton · 13 years ago
  98. 63afdb0 Improved the packet throughput when debugging with GDB remote by over 3x on by Greg Clayton · 13 years ago
  99. 82f0746 lldb-59. by Greg Clayton · 13 years ago
  100. 87a58ce Work around a llvm gcc bug where the name of a reference doesn't include the "&". by Jim Ingham · 13 years ago