1. 5a8ad459 Make lldb -Werror clean on Windows. by Zachary Turner · 9 years ago
  2. 5908249 Add namespace qualifiers for UTF functions that just moved. by Adrian McCarthy · 9 years ago
  3. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  4. 97be487 Implement GetMemoryRegions() for Windows Minidumps and live processes. by Howard Hellyer · 9 years ago
  5. 68374d1 Set the architecture type from minidump more precisely. Differentiate i686 v i386 when possible. by Adrian McCarthy · 10 years ago
  6. 190fadc Unicode support on Win32. by Zachary Turner · 10 years ago
  7. 65fa0b5 Try to fix windows build after rL262863 by Tamas Berghammer · 10 years ago
  8. 583bbb1 Change over the broadcaster/listener process to hold shared or weak pointers by Jim Ingham · 10 years ago
  9. a7ad58b NFC: Refactor ProcessWinMiniDump to use a more traditional pimpl idiom. by Adrian McCarthy · 10 years ago
  10. 0a75082 Get register context for the 32-bit process in a WoW64 process minidump by Adrian McCarthy · 10 years ago
  11. 278a6c9 Fix DoReadMemory for Windows mini dumps. by Adrian McCarthy · 10 years ago
  12. 0c35cde Implement GetMemoryRegionInfo for mini dumps. by Adrian McCarthy · 10 years ago
  13. d9fa2b5 Implement RegisterContext for Mini Dumps. by Adrian McCarthy · 10 years ago
  14. 18a9135d Refactor Windows process plugin to allow code sharing between live and mini dump debugging. by Adrian McCarthy · 10 years ago
  15. ab59a0f Get the process ID from a minidump. by Adrian McCarthy · 10 years ago
  16. 7529df9 Have the Process hold a weak_ptr to the Target. by Zachary Turner · 10 years ago
  17. 6c3d03c Implement DoReadMemory for Windows mini dumps. by Adrian McCarthy · 10 years ago
  18. 23d14b6 Differential Review: http://reviews.llvm.org/D12363 by Adrian McCarthy · 10 years ago
  19. 27785dd Reorg code to allow Windows Process Plugins to share some common code. by Adrian McCarthy · 10 years ago[Renamed (98%) from lldb/source/Plugins/Process/win-minidump/ProcessWinMiniDump.cpp]
  20. 61ede15 Read exception records from Windows mini dump by Adrian McCarthy · 10 years ago
  21. c96516f Create a Windows mini-dump target Differential Revision: http://reviews.llvm.org/D11611 by Adrian McCarthy · 10 years ago