1. 18cba0c Use Host::GetCurrentThreadID() instead of mach_thread_self(). by Eli Friedman · 14 years ago
  2. 224c4cc Add missing include; fix missed constant to use llvm::MachO. by Eli Friedman · 14 years ago
  3. fec663f Fix warning. by Eli Friedman · 14 years ago
  4. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  5. beb7742 Fixed an issue where a return value wasn't being returned from Symtab::CompareSymbolValueByIndexLinux. by Greg Clayton · 14 years ago
  6. 5eeb2d3 Remove dependency on Mac-specific libkern/OSByteOrder.h. by Eli Friedman · 14 years ago
  7. 6206317 Make Error.h and Error.cpp compile on Linux. by Eli Friedman · 14 years ago
  8. 020f353 Make qsort_r usage "portable". Why does a function which seems so simple by Eli Friedman · 14 years ago
  9. 40cb2cd Remove global init constructor from r105746. by Eli Friedman · 14 years ago
  10. 602ce7e Spelling fix from Sebastian Redl. by Jason Molenda · 14 years ago
  11. 46a8cf3 Add some missing close tags. by Benjamin Kramer · 14 years ago
  12. b7eb709 Fix paragraph tag. Patch by Mike Miller. by Eric Christopher · 14 years ago
  13. 67ee10b Expand AR_EFMT1 because the define is not present on Linux (and possibly by Eli Friedman · 14 years ago
  14. ce6fe88 Add missing include. by Eli Friedman · 14 years ago
  15. e02154d Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 14 years ago
  16. e4f90cd Fixed an error in the architecture page. by Greg Clayton · 14 years ago
  17. 854bb53 Updated the web pages with new navigable web pages. by Greg Clayton · 14 years ago
  18. 1fb8a87 Removing www files, will replace them with new ones after this commit. by Greg Clayton · 14 years ago
  19. 4bd81b8 Don't use std::tr1::shared_ptr directly. by Eli Friedman · 14 years ago
  20. 1f3af54 Correctly handle the case where dyld has slid. by Jason Molenda · 14 years ago
  21. b34d2a2 Fix include path. by Eli Friedman · 14 years ago
  22. a8a5e56 Committing patch from Joseph Ranieri to handle 'exit()' the same by Jason Molenda · 14 years ago
  23. e8448c6 SymbolVendor.mm doesn't seem to have any Objective-C in it; by Jason Molenda · 14 years ago
  24. 96f5ac6 Warning fix. by Eli Friedman · 14 years ago
  25. dea5ea7 Move source/Utility/PseudoTerminal.h into include/lldb/Utility. by Jason Molenda · 14 years ago
  26. 1936546 For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 14 years ago
  27. 8cd4a94 Use portable endianness routine from LLVM. by Eli Friedman · 14 years ago
  28. d6e167d Add a few more missing includes. by Eli Friedman · 14 years ago
  29. 3c90d99 Don't include Python.h in the shared header. by Eli Friedman · 14 years ago
  30. 057ef85 Add necessary includes. Remove unnecessary assignments to sin_len. by Eli Friedman · 14 years ago
  31. 9948838 Revert this fix for now, since it breaks the build. by Eli Friedman · 14 years ago
  32. 27cd889 Remove unused class. by Eli Friedman · 14 years ago
  33. 9cb59a1 A few more warning/error fixes. by Eli Friedman · 14 years ago
  34. ced18cd A few more minor fixes. by Eli Friedman · 14 years ago
  35. f2f321d Misc minor warning/error fixes. by Eli Friedman · 14 years ago
  36. f553b51 Add a couple missing includes. by Eli Friedman · 14 years ago
  37. b1ed516 Minor warning/error fixes. by Eli Friedman · 14 years ago
  38. 34e1618 I declare "x86-64" to be the official formatting for this page. by Jason Molenda · 14 years ago
  39. 656a30e A couple more minor error/warning fixes. by Eli Friedman · 14 years ago
  40. 9dd6edd More warning/error fixes. by Eli Friedman · 14 years ago
  41. 87c8718 Misc warning/error fixes. by Eli Friedman · 14 years ago
  42. a408326 Add missing includes. by Eli Friedman · 14 years ago
  43. 1501a96 Per surrounding style, use stdarg.h instead of cstdio, etc. by Eli Friedman · 14 years ago
  44. 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
  45. b4a4728 More minor build fixes. by Eli Friedman · 14 years ago
  46. 10ff00e Add missing include. by Eli Friedman · 14 years ago
  47. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  48. 038979e update the USER_HEADER_SEARCH_PATHS for one of the variants. by Jason Molenda · 14 years ago
  49. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  50. 25f92c9 Use correct name for the OS here too. by Eric Christopher · 14 years ago
  51. d254440 You'll need to be running Mac OS X to get lldb to build right now. by Jason Molenda · 14 years ago
  52. e28824e And a few more warning/error fixes. by Eli Friedman · 14 years ago
  53. 66cb9f2 Add a quick readme on building lldb. This points to the code signing by Eric Christopher · 14 years ago
  54. 5de8a44 typeo fix. by Jason Molenda · 14 years ago
  55. b6773a7 More random error/warning fixes. by Eli Friedman · 14 years ago
  56. 2651e61 Narrow down the header search path to the public API by Christopher Friesen · 14 years ago
  57. 643449a Remove underscore named version of this file. by Jason Molenda · 14 years ago
  58. fa765c4 fixing headers search paths so lldb-tool will build with these new changes by Christopher Friesen · 14 years ago
  59. d762e68 Minor warning fixes. by Eli Friedman · 14 years ago
  60. 74089e1 missed a greater than to quote conversion by Christopher Friesen · 14 years ago
  61. fdd10d6 And part two of two of fixing includes; somehow I thought the problem was more by Eli Friedman · 14 years ago
  62. 5f81547 Fix include lines to use more conventional paths, part 1. by Eli Friedman · 14 years ago
  63. 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
  64. 2e56cd8 Remove a 41MB file from the repository; if anyone really wants this, they can by Eli Friedman · 14 years ago
  65. 2714c1a test commit by Chris Lattner · 14 years ago
  66. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago
  67. bc2e491 test commit by Chris Lattner · 14 years ago
  68. 98b9379 new trunk dir by Chris Lattner · 14 years ago