1. e5cadba Make include paths work on Linux. ifdef out stuff that isn't relevant to by Eli Friedman · 14 years ago
  2. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  3. f05633b Add missing stdio.h include; fix include path for ClangASTContext.h. by Eli Friedman · 14 years ago
  4. e41c4b2 Updated LLVM/Clang to revision from 2010-06-13T06:00. by Greg Clayton · 14 years ago
  5. ccdb9ec Fix include paths; please check that this works on Mac. by Eli Friedman · 14 years ago
  6. c3d2139 Remove Mac-specific includes. by Eli Friedman · 14 years ago
  7. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  8. 382eb3a Add missing include. by Eli Friedman · 14 years ago
  9. 7884ab8 Add missing includes. by Eli Friedman · 14 years ago
  10. 17b7136 Move SharingPtr.h into include/. by Eli Friedman · 14 years ago
  11. e49f79d Switched over to using the new lldb::SharingPtr from Howard Hinnant. by Greg Clayton · 14 years ago
  12. 546618c Reverted changes for eByteOrderHost detection, but added linux support for using <endian.h>. No files in "API" can include any LLVM header files. We must keep LLVM behind our API. by Greg Clayton · 14 years ago
  13. bfe9bb9 Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 14 years ago
  14. 461a437 Patched in Pawel Wodnicki's lldb.swig changes for linux compatability. by Greg Clayton · 14 years ago
  15. f6e509a Fixed an issue with the new DW_TAG_ptr_to_member_type changes where the clang type that was being created was using the pointee_type for both the class and the member pointer. by Greg Clayton · 14 years ago
  16. 236d842 Fix utilities text by Christopher Friesen · 14 years ago
  17. fa97069 Anders Carlsson patch for member pointers. Thanks Anders. by Greg Clayton · 14 years ago
  18. 011cb18 Fixed the build after recent header changes. by Greg Clayton · 14 years ago
  19. 2519d99 Avoid calls to memcpy. by Greg Clayton · 14 years ago
  20. 6d8fe90 Include mach/mach_types.h in two files to adjust for their by Jason Molenda · 14 years ago
  21. 08be180 Update USER_HEADER_SEARCH_PATHS settings to all be the same. by Jason Molenda · 14 years ago
  22. 05faf67 Remove platform-specific includes from platform-independent code. Mac users, by Eli Friedman · 14 years ago
  23. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  24. 8536ac5 ssi is annoying to test :) by Chris Lattner · 14 years ago
  25. adaeb9a rearrange the sidebar a little bit to separate the high level status by Chris Lattner · 14 years ago
  26. ad05849 missed a chunk by Chris Lattner · 14 years ago
  27. 3cc7b7f that seemed to work, switch the rest of the files to use the shared sidebar.incl file. by Chris Lattner · 14 years ago
  28. 1c3318a split the sidebar out to an SSI file so it isn't duplicated everywhere. by Chris Lattner · 14 years ago
  29. ba6d3bb fix a few typos. by Chris Lattner · 14 years ago
  30. 7dbd6da Revert my previous patch. Apparently the code-size impact of std::sort isn't acceptable. by Owen Anderson · 14 years ago
  31. c0b52f4 Replace qsort_r with std::sort. This gets rid of a lot of portability by Owen Anderson · 14 years ago
  32. 151a331 Fix includes. by Eli Friedman · 14 years ago
  33. b586901 Use st_mtime instead of st_mtimespec for portability. by Eli Friedman · 14 years ago
  34. 5b5985d Fix TimeValue::Offset* to take uint64_t by Eli Friedman · 14 years ago
  35. 18cba0c Use Host::GetCurrentThreadID() instead of mach_thread_self(). by Eli Friedman · 14 years ago
  36. 224c4cc Add missing include; fix missed constant to use llvm::MachO. by Eli Friedman · 14 years ago
  37. fec663f Fix warning. by Eli Friedman · 14 years ago
  38. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  39. beb7742 Fixed an issue where a return value wasn't being returned from Symtab::CompareSymbolValueByIndexLinux. by Greg Clayton · 14 years ago
  40. 5eeb2d3 Remove dependency on Mac-specific libkern/OSByteOrder.h. by Eli Friedman · 14 years ago
  41. 6206317 Make Error.h and Error.cpp compile on Linux. by Eli Friedman · 14 years ago
  42. 020f353 Make qsort_r usage "portable". Why does a function which seems so simple by Eli Friedman · 14 years ago
  43. 40cb2cd Remove global init constructor from r105746. by Eli Friedman · 14 years ago
  44. 602ce7e Spelling fix from Sebastian Redl. by Jason Molenda · 14 years ago
  45. 46a8cf3 Add some missing close tags. by Benjamin Kramer · 14 years ago
  46. b7eb709 Fix paragraph tag. Patch by Mike Miller. by Eric Christopher · 14 years ago
  47. 67ee10b Expand AR_EFMT1 because the define is not present on Linux (and possibly by Eli Friedman · 14 years ago
  48. ce6fe88 Add missing include. by Eli Friedman · 14 years ago
  49. e02154d Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 14 years ago
  50. e4f90cd Fixed an error in the architecture page. by Greg Clayton · 14 years ago
  51. 854bb53 Updated the web pages with new navigable web pages. by Greg Clayton · 14 years ago
  52. 1fb8a87 Removing www files, will replace them with new ones after this commit. by Greg Clayton · 14 years ago
  53. 4bd81b8 Don't use std::tr1::shared_ptr directly. by Eli Friedman · 14 years ago
  54. 1f3af54 Correctly handle the case where dyld has slid. by Jason Molenda · 14 years ago
  55. b34d2a2 Fix include path. by Eli Friedman · 14 years ago
  56. a8a5e56 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 14 years ago
  57. e8448c6 SymbolVendor.mm doesn't seem to have any Objective-C in it; by Jason Molenda · 14 years ago
  58. 96f5ac6 Warning fix. by Eli Friedman · 14 years ago
  59. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  60. 1936546 For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 14 years ago
  61. 8cd4a94 Use portable endianness routine from LLVM. by Eli Friedman · 14 years ago
  62. d6e167d Add a few more missing includes. by Eli Friedman · 14 years ago
  63. 3c90d99 Don't include Python.h in the shared header. by Eli Friedman · 14 years ago
  64. 057ef85 Add necessary includes. Remove unnecessary assignments to sin_len. by Eli Friedman · 14 years ago
  65. 9948838 Revert this fix for now, since it breaks the build. by Eli Friedman · 14 years ago
  66. 27cd889 Remove unused class. by Eli Friedman · 14 years ago
  67. 9cb59a1 A few more warning/error fixes. by Eli Friedman · 14 years ago
  68. ced18cd A few more minor fixes. by Eli Friedman · 14 years ago
  69. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  70. f553b51 Add a couple missing includes. by Eli Friedman · 14 years ago
  71. b1ed516 Minor warning/error fixes. by Eli Friedman · 14 years ago
  72. 34e1618 I declare "x86-64" to be the official formatting for this page. by Jason Molenda · 14 years ago
  73. 656a30e A couple more minor error/warning fixes. by Eli Friedman · 14 years ago
  74. 9dd6edd More warning/error fixes. by Eli Friedman · 14 years ago
  75. 87c8718 Misc warning/error fixes. by Eli Friedman · 14 years ago
  76. a408326 Add missing includes. by Eli Friedman · 14 years ago
  77. 1501a96 Per surrounding style, use stdarg.h instead of cstdio, etc. by Eli Friedman · 14 years ago
  78. 4cba613 OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers. by Christopher Friesen · 14 years ago
  79. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  80. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  81. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  82. 038979e update the USER_HEADER_SEARCH_PATHS for one of the variants. by Jason Molenda · 14 years ago
  83. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  84. 25f92c9 Use correct name for the OS here too. by Eric Christopher · 14 years ago
  85. d254440 You'll need to be running Mac OS X to get lldb to build right now. by Jason Molenda · 14 years ago
  86. e28824e And a few more warning/error fixes. by Eli Friedman · 14 years ago
  87. 66cb9f2 Add a quick readme on building lldb. This points to the code signing by Eric Christopher · 14 years ago
  88. 5de8a44 typeo fix. by Jason Molenda · 14 years ago
  89. b6773a7 More random error/warning fixes. by Eli Friedman · 14 years ago
  90. 2651e61 Narrow down the header search path to the public API by Christopher Friesen · 14 years ago
  91. 643449a Remove underscore named version of this file. by Jason Molenda · 14 years ago
  92. fa765c4 fixing headers search paths so lldb-tool will build with these new changes by Christopher Friesen · 14 years ago
  93. d762e68 Minor warning fixes. by Eli Friedman · 14 years ago
  94. 74089e1 missed a greater than to quote conversion by Christopher Friesen · 14 years ago
  95. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  96. 5f81547 Fix include lines to use more conventional paths, part 1. by Eli Friedman · 14 years ago
  97. dbd1407 Revert previous commit; apparently, the zip file is actually necessary for the build. I'll continue the discussion on lldb-dev. by Eli Friedman · 14 years ago
  98. 2e56cd8 Remove a 41MB file from the repository; if anyone really wants this, they can by Eli Friedman · 14 years ago
  99. 2714c1a test commit by Chris Lattner · 14 years ago
  100. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago