1. 9422dd6 <rdar://problem/13338643> by Greg Clayton · 13 years ago
  2. 059f724 Added eSymbolTypeResolver to a few switch statements that needed it. by Greg Clayton · 13 years ago
  3. 5ce9c56 <rdar://problem/13159777> by Greg Clayton · 13 years ago
  4. d34e652 Change ObjectFileMachO::ParseSymtab to read the external by Jason Molenda · 13 years ago
  5. ec2546a One more change of a uint32_t variable to offset_t by Jason Molenda · 13 years ago
  6. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  7. bf4b7be Removed the == and != operators from ArchSpec, since by Sean Callanan · 13 years ago
  8. 4fa896d Remove insufficient linkedit address check; the problem by Jason Molenda · 13 years ago
  9. 641de41 <rdar://problem/12831670> by Jason Molenda · 13 years ago
  10. 3d51b9f <rdar://problem/12106825> by Greg Clayton · 13 years ago
  11. d97ec1c <rdar://problem/12238339> by Greg Clayton · 13 years ago
  12. c280746 <rdar://problem/12602978> by Greg Clayton · 13 years ago
  13. 28eb571 Bunch of cleanups for warnings found by the llvm static analyzer. by Jim Ingham · 13 years ago
  14. 0662d96 Train LLDB to deal with bad linker N_SO entries that point to our source files for debug map + DWARF in .o file debugging. by Greg Clayton · 13 years ago
  15. 946f890 <rdar://problem/12237556> by Greg Clayton · 13 years ago
  16. 3f839a3 <rdar://problem/12100588> by Greg Clayton · 13 years ago
  17. 9a02851 Removed explicit NULL checks for shared pointers by Sean Callanan · 13 years ago
  18. d9d5cf5 Change the things we pass to Mangled::SetValue to be ConstStrings instead of by Jason Molenda · 13 years ago
  19. 037520e Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code that has bit rotted and isn't being used. Also cleaned up the API to the "lldb_private::Mangled" to always take "const ConstString &" arguments instead of both "const ConstString &" and "const char *". by Greg Clayton · 13 years ago
  20. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  21. 41f88aa Blacklisted a UUID that is generated by OpenCL on by Sean Callanan · 13 years ago
  22. f813086 Additional comment in ObjectFileMachO::ParseSymtab to explain by Jason Molenda · 13 years ago
  23. a5609c8 Preliminary set of changes to ObjectFileMachO::ParseSymtab when lldb by Jason Molenda · 13 years ago
  24. 5677536 Committed a change to the SectionList that introduces by Sean Callanan · 13 years ago
  25. 177b855 <rdar://problem/11537498> by Greg Clayton · 14 years ago
  26. 4d78c40 <rdar://problem/11535465> by Greg Clayton · 14 years ago
  27. debb881 Fixed an issue where we might have easy access to the string table data for a mach file from memory even though we have a process. So now we don't read the string table strings from memory when we don't have to. by Greg Clayton · 14 years ago
  28. 4c82d42 Found a quick way to improve the speed with which we can read object files from memory when they are in the shared cache: always read the symbol table strings from memory and let the process' memory cache do the work. by Greg Clayton · 14 years ago
  29. 1eac0c7 Added support for the LC_ENCRYPTION_INFO load command. by Greg Clayton · 14 years ago
  30. 0a287e0 A small fix for ObjectFileMachO::ParseSymtab() where a pointer by Jason Molenda · 14 years ago
  31. 26b47e2 Added an iOS local debugging optimization when reading the __LINKEDIT section data for files in the dyld shared cache. by Greg Clayton · 14 years ago
  32. 29e08cb <rdar://problem/11042408> by Greg Clayton · 14 years ago
  33. a174349 <rdar://problem/11034170> by Greg Clayton · 14 years ago
  34. f3bb3e4 <rdar://problem/11016907> by Greg Clayton · 14 years ago
  35. 226b70c Updated the revision of LLVM/Clang used by LLDB. by Sean Callanan · 14 years ago
  36. e761213 <rdar://problem/10997402> by Greg Clayton · 14 years ago
  37. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  38. c2ff931 Added the ability to get a ObjectFile versions from the ObjectFile by Greg Clayton · 14 years ago
  39. c859e2d Full core file support has been added for mach-o core files. by Greg Clayton · 14 years ago
  40. 49bce8e Improved detection of object file types, moving by Sean Callanan · 14 years ago
  41. c3776bf First pass at mach-o core file support is in. It currently works for x86_64 by Greg Clayton · 14 years ago
  42. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  43. 44435ed Big change in the way ObjectFile file contents are managed. We now by Greg Clayton · 14 years ago
  44. e38a5ed Added code in the Host layer that can report system log messages by Greg Clayton · 14 years ago
  45. 77ccca7 <rdar://problem/10368163> by Greg Clayton · 14 years ago
  46. 918533b 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 · 14 years ago
  47. bfaf54d Testcase fixes with the new symbol lookup code for by Sean Callanan · 14 years ago
  48. ef3ad87 Remove accidental "else" that was left in in prior checking. by Greg Clayton · 14 years ago
  49. 456809c Added new symbol types for Objective C classes, metaclasses, and ivars. Each by Greg Clayton · 14 years ago
  50. ddfda81 12% allocated memory savings when debugging clang with DWARF in .o files by by Greg Clayton · 14 years ago
  51. 2fc93ea <rdar://problem/10338439> by Greg Clayton · 14 years ago
  52. 4f8e869 <rdar://problem/10368163> by Greg Clayton · 14 years ago
  53. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  54. b96ff33 Removed namespace qualification from symbol queries. by Sean Callanan · 14 years ago
  55. b6d70eb Added ClangNamespaceDecl * parameters to several by Sean Callanan · 14 years ago
  56. 7f99513 Enable all the new accelerator tables if they are present and don't manually by Greg Clayton · 14 years ago
  57. 1767440 Convert over to the latest and greatest on disc accelerator by Greg Clayton · 14 years ago
  58. 593577a The first part of a fix for being able to select an architecture slice from by Greg Clayton · 14 years ago
  59. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  60. f9eec20 Added support for accessing and loading our new .debug_names and .debug_types by Greg Clayton · 14 years ago
  61. 8f25851 Fixed an assertion that could happen if we happened to parse a mach-o object by Greg Clayton · 14 years ago
  62. a63d08c Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 14 years ago
  63. dda0d12 Fixed an assertion crasher. We now handle things correclty and by Greg Clayton · 14 years ago
  64. 9e00b6a65 Added the ability to get an abstract file type (executable, object file, by Greg Clayton · 14 years ago
  65. 5cf21f5 Fixed a crasher where we were accessing a symbol with a bad index. by Greg Clayton · 14 years ago
  66. 9b72eb7 ABI plug-ins must implement the following pure virtual functions: by Greg Clayton · 15 years ago
  67. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  68. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  69. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  70. 672e6f5 Add a method "GetEntryPoint" to the ObjectFile class, and implement it on MachO & ELF - though the ELF implementation is probably a little weak. Then use this method in place of directly looking for "start" in the ThreadPlanCallFunction constructor to find the stopping point for our function evaluation. by Jim Ingham · 15 years ago
  71. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  72. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  73. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 15 years ago
  74. 72b77eb Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 15 years ago
  75. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 15 years ago
  76. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  77. 1a65ae1 Enabled extra warnings and fixed a bunch of small issues. by Greg Clayton · 15 years ago
  78. 414f5d3 Fixed ProcessGDBRemote to kill the process correctly when it is either running by Greg Clayton · 15 years ago
  79. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 15 years ago
  80. 73b472d Updated the lldb_private::Flags class to have better method names and made by Greg Clayton · 15 years ago
  81. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  82. 74f6e9f Fixed a typo from my previous "Added support for LC_LOAD_UPWARD_DYLIB in mach-o files". by Greg Clayton · 15 years ago
  83. f9f78e3 Added support for LC_LOAD_UPWARD_DYLIB in mach-o files. by Greg Clayton · 15 years ago
  84. 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  85. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  86. f4abd0d Fixed an issue with the mach-o file parser when parsing indirect symbol stubs by Greg Clayton · 15 years ago
  87. 0c38b0d Fixed an issue I found in the mach-o symbol table parsing where by Greg Clayton · 15 years ago
  88. bcf2cfb Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 15 years ago
  89. 39bbba4 Always look up the symbols with FindSymbolByID since we are minimizing the symbol list. by Jim Ingham · 15 years ago
  90. c78e9a2 Disable minimized symbol tables for now as this was causing test suite failures. by Greg Clayton · 15 years ago
  91. 928d829 Enable minimized symbol tables when parsing mach-o files. This by Greg Clayton · 15 years ago
  92. 49bd1c8 Added Symtab::FindSymbolByID() in preparation for enabling the minimal by Greg Clayton · 15 years ago
  93. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  94. 4ceb998 Modified both the ObjectFileMachO and ObjectFileELF to correctly set the by Greg Clayton · 15 years ago
  95. e1a916a Change over to using the definitions for mach-o types and defines to the by Greg Clayton · 15 years ago
  96. ea84e76 Switch over to using llvm's dwarf constants file. by Jason Molenda · 15 years ago
  97. 8d38ac4 Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 15 years ago
  98. 41f9232 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 15 years ago
  99. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago