1. 07db3f7 Resubmit r298334 after fixing OSX build errors. by Zachary Turner · 9 years ago
  2. 2eb3227 Revert r298334 until Zachary has a chance to fix the buildbot failure on macosx. by Jason Molenda · 9 years ago
  3. bfe8bcb Delete various lldb FileSystem functions. by Zachary Turner · 9 years ago
  4. 076a259 Delete LLDB's MD5 code. Use LLVM instead. by Zachary Turner · 9 years ago
  5. 6934e0a Remove FileSystem::Get/SetFilePermissions by Zachary Turner · 9 years ago
  6. d3d95fd Remove FileSystem::MakeDirectory. by Zachary Turner · 9 years ago
  7. fb1a0a0 Move many other files from Core -> Utility. by Zachary Turner · 9 years ago
  8. 6f9e690 Move Log from Core -> Utility. by Zachary Turner · 9 years ago
  9. 4a705e7 Implement QPassSignals GDB package in lldb-server by Pavel Labath · 9 years ago
  10. c4a3395 Fix a couple of corner cases in NameMatches by Pavel Labath · 9 years ago
  11. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
  12. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  13. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  14. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  15. 8999edf [LLDB][MIPS] Fix qProcessInfo to return correct pointer size based on ELF ABI by Nitesh Jain · 9 years ago
  16. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  17. 2f1fbae gdb-remote: Add jModulesInfo packet by Pavel Labath · 9 years ago
  18. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  19. e77fce0 [NFC] Darwin llgs support from Week of Code by Todd Fiala · 9 years ago
  20. b9739d4 Revert r280137 and 280139 and subsequent build fixes by Pavel Labath · 9 years ago
  21. 2d240d0 A few minor stylistic cleanups in StringExtractor. by Zachary Turner · 9 years ago
  22. 54695a3 Convert GetNameColonValue to return StringRefs. by Zachary Turner · 9 years ago
  23. 70a5ef1 Fix some build bot breakages. by Zachary Turner · 9 years ago
  24. 26709df Convert some functions to use StringRef instead of c_str, len by Zachary Turner · 9 years ago
  25. 5ad891f Unify process launching code on linux by Pavel Labath · 9 years ago
  26. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  27. 5380a8b [LLDB] Adding mips32 in the list of archs with watchpoint_exceptions_received=before by Mohit K. Bhakkad · 10 years ago
  28. 2441aec Adds support for hardware watchpoints on Arm targets. by Omair Javaid · 10 years ago
  29. 6d9fe8c The llvm Triple for an armv6m now comes back as llvm::Triple::thumb. by Jason Molenda · 10 years ago
  30. e68ee7f Fix AArch64 watchpoint exception handling http://reviews.llvm.org/D11987 by Omair Javaid · 10 years ago
  31. 6e4f19d [LLGS] Spawned process handling cleanup by Pavel Labath · 10 years ago
  32. 3579996 [LLDB][MIPS] Hardware Watchpoints for MIPS by Mohit K. Bhakkad · 10 years ago
  33. d3173f3 Refactor many file functions to use FileSpec over strings. by Chaoren Lin · 10 years ago
  34. 5340683 Add '+' sign at the end of echo package by Ying Chen · 10 years ago
  35. 420562a Add support for the qEcho command to lldb-server in the common packets. by Greg Clayton · 10 years ago
  36. 8b33567 Get lldb-server building on android-9 by Vince Harron · 10 years ago
  37. 7d9d941 Pass normalized target file paths via GDB-remote to a target and denormalize them on the target. by Oleksiy Vyalov · 11 years ago
  38. 0ddb722 Implement Handle_QEnvironmentHexEncoded. by Chaoren Lin · 11 years ago
  39. db264a6 Move several plugin to its own namespace by Tamas Berghammer · 11 years ago
  40. 7cb18bf Fetch module specification from remote process also by Tamas Berghammer · 11 years ago
  41. ebc5609 Convert open options for POSIX open on target platform. by Robert Flack · 11 years ago
  42. dad4db7 Add filepath to qModuleInfo packet by Tamas Berghammer · 11 years ago
  43. bac7569 Pass a process full executable path within "name" response field. by Oleksiy Vyalov · 11 years ago
  44. 63acdfd Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. by Oleksiy Vyalov · 11 years ago
  45. 2d52afd Increase default packet timeout for android to 20s by Tamas Berghammer · 11 years ago
  46. 6801be3 Add qModuleInfo request in order to get module information (uuid, triple,..) by module path from remote platform. by Oleksiy Vyalov · 11 years ago
  47. 0f86b74 Fix the communication in qPlatform_[mkdir,chmod] by Tamas Berghammer · 11 years ago
  48. e13c273 Separate monolithic GDBRemoteCommunicationServer class into 4 part by Tamas Berghammer · 11 years ago