1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  3. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  4. 8e38c66 Implement ObjectFilePECOFF::GetEntryPointAddress. by Stephane Sezer · 10 years ago
  5. c35b91c Set symbol types for function symbols loaded from PE/COFF by Adrian McCarthy · 10 years ago
  6. 225d3ea Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearly) all the symbols have sizes. by Adrian McCarthy · 10 years ago
  7. f7d1893 Enable saving of mini dumps with lldb process save-core. by Adrian McCarthy · 10 years ago
  8. f9a2697 Revert "FOO" by Adrian McCarthy · 10 years ago
  9. af75dab FOO by Adrian McCarthy · 10 years ago
  10. 65d4d5c Add an OperatingSystem plugin to support goroutines by Ryan Brown · 10 years ago
  11. 358cf1e Resubmitting 240466 after fixing the linux test suite failures. by Greg Clayton · 10 years ago
  12. 736888c Avoid crashing by not mmap'ing files on network mounted file systems. by Greg Clayton · 11 years ago
  13. 5e6f452 Don't stomp the triple when loading a PECOFF target. by Zachary Turner · 11 years ago
  14. 2be78ba Remove unused variable that was causing a warning. by Greg Clayton · 11 years ago
  15. ad587ae4 Fix supported architectures on PlatformWindows. by Zachary Turner · 11 years ago
  16. aaa0ba3 Fix typos. by Bruce Mitchener · 11 years ago
  17. 48672af Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support. by Greg Clayton · 11 years ago
  18. 324a103 sweep up -Wformat warnings from gcc by Saleem Abdulrasool · 12 years ago
  19. 62e5f4d Cleanup some dead assignements reported by scan-build by Arnaud A. de Grandmaison · 12 years ago
  20. 1108cb3 update for renaming in LLVM by Saleem Abdulrasool · 12 years ago
  21. 89eb1ba Implement ObjectFilePECOFF::GetModuleSpecifications(). by Virgile Bello · 12 years ago
  22. 2756adf Implement ObjectFilePECOFF::SetLoadAddress(). by Virgile Bello · 12 years ago
  23. ffeba25 Remove %zx in printf (only GCC supports it, not MSVC). by Virgile Bello · 12 years ago
  24. 6c97042 Fix for PECOFF GetArchitecture by Colin Riley · 12 years ago
  25. 237ad97 Plugins/ObjectFile/PECOFF: Use enums from LLVM, and don't use Mach-O definitions. by Charles Davis · 12 years ago
  26. a4fe3a1 PECOFF: Add support for export table. by Virgile Bello · 12 years ago
  27. 3046e66 Cleanup on the unified section list changes. Main changes are: by Greg Clayton · 12 years ago
  28. a7499c9 Split symbol support for ELF and Linux. by Michael Sartain · 12 years ago
  29. 0076e71 A collection of 3 patches to the COFF file ObjectFile parser from Virgile Bello: by Greg Clayton · 12 years ago
  30. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  31. f4d6de6 Added the ability to extract a ModuleSpecList (a new class) from an ObjectFile. This is designed to be used when you have an object file that contains one or more architectures (MacOSX universal (fat) files) and/or one or more objects (BSD archive (.a files)). by Greg Clayton · 13 years ago
  32. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 13 years ago
  33. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 13 years ago
  34. 5ce9c56 <rdar://problem/13159777> by Greg Clayton · 13 years ago
  35. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  36. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  37. 89870ce Changed the V1 and V2 runtimes to be able to detect when the ISA hash table has changed, and auto update as needed. by Greg Clayton · 13 years ago
  38. 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
  39. 5677536 Committed a change to the SectionList that introduces by Sean Callanan · 13 years ago
  40. a174349 <rdar://problem/11034170> by Greg Clayton · 14 years ago
  41. e761213 <rdar://problem/10997402> by Greg Clayton · 14 years ago
  42. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  43. c966054 <rdar://problem/10560053> by Greg Clayton · 14 years ago
  44. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  45. 28469ca Quick fixes to the PE COFF file loader. by Greg Clayton · 14 years ago
  46. f754f88 Added first pass at PE COFF file reading support. It parses the sections by Greg Clayton · 14 years ago