1. 7991225 A few more misc warning fixes. by Eli Friedman · 14 years ago
  2. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  3. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  4. ccfba72 Switch over to using llvm's dwarf constants file. by Jason Molenda · 14 years ago
  5. 90bc5c6 Remove extraneous semicolon after if condition (from Jean-Daniel Dupas). by Greg Clayton · 14 years ago
  6. 9c3cfe3 Add const qualification; fixes error on gcc 4.4. by Eli Friedman · 14 years ago
  7. b352ebd Added a method to get a stream's byte order. by Sean Callanan · 14 years ago
  8. 99e79df Removed the thread specific data that was being used for demangling since by Greg Clayton · 14 years ago
  9. b1a9862 Added a missing static function prototype to FileSpec.h for ResolveUsername. by Greg Clayton · 14 years ago
  10. a30baf5 Moved the User Name expansion over to FileSpec, and converted it to use getpwname directly. by Jim Ingham · 14 years ago
  11. cf7f1ad Fixed up disassembly to not emit the module name before all function names by Greg Clayton · 14 years ago
  12. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  13. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  14. 661825b Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 14 years ago
  15. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  16. 705d678 Fixed the log streams for logs that output to by Sean Callanan · 14 years ago
  17. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  18. 86c73c1 Turns out __cxa_demangle returns the size of the buffer instead of the size of by Benjamin Kramer · 14 years ago
  19. 8e10cf9 Reduce code duplication. by Benjamin Kramer · 14 years ago
  20. 7d25348 Ensure GetDemangledName's thread safety by making the demangle buffer thread specific. by Benjamin Kramer · 14 years ago
  21. 726cccb Move trivial parts of UserID into the header. by Benjamin Kramer · 14 years ago
  22. f9a232b Move a bunch of trivial methods into the header. These compile down to 1-2 by Benjamin Kramer · 14 years ago
  23. dfe3df9 Return false from FileSpec::GetPath early instead of making the return value by Benjamin Kramer · 14 years ago
  24. 5d2832c Don't snprintf directly into a std::string, it's undefined behavior per C++03. by Benjamin Kramer · 14 years ago
  25. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  26. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  27. ef2bc87 Make getopt() use portable to Linux. by Eli Friedman · 14 years ago
  28. 2519d99 Avoid calls to memcpy. by Greg Clayton · 14 years ago
  29. 53d9686 Applied PluginManager.cpp patch from Jean-Daniel Dupas. by Jason Molenda · 14 years ago
  30. b586901 Use st_mtime instead of st_mtimespec for portability. by Eli Friedman · 14 years ago
  31. 18cba0c Use Host::GetCurrentThreadID() instead of mach_thread_self(). by Eli Friedman · 14 years ago
  32. 224c4cc Add missing include; fix missed constant to use llvm::MachO. by Eli Friedman · 14 years ago
  33. cf01505 Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu by Greg Clayton · 14 years ago
  34. 5eeb2d3 Remove dependency on Mac-specific libkern/OSByteOrder.h. by Eli Friedman · 14 years ago
  35. 6206317 Make Error.h and Error.cpp compile on Linux. by Eli Friedman · 14 years ago
  36. e02154d Remove unused uuid_t constructor for lldb_private::UUID. by Eli Friedman · 14 years ago
  37. 1936546 For header includes we are currently trying to adopt some aspects of the by Greg Clayton · 14 years ago
  38. 057ef85 Add necessary includes. Remove unnecessary assignments to sin_len. by Eli Friedman · 14 years ago
  39. 27cd889 Remove unused class. by Eli Friedman · 14 years ago
  40. 9cb59a1 A few more warning/error fixes. by Eli Friedman · 14 years ago
  41. ced18cd A few more minor fixes. by Eli Friedman · 14 years ago
  42. a408326 Add missing includes. by Eli Friedman · 14 years ago
  43. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago