1. e9dcd8b [lldb] [Host/Terminal] Fix warnings with termios disabled by Michał Górny · 3 years, 7 months ago
  2. e50f02b [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse by Michał Górny · 3 years, 7 months ago
  3. 073c5d0 [lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated struct by Michał Górny · 3 years, 7 months ago
  4. 8dbbe33 Revert "[lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse" by Med Ismail Bennani · 3 years, 7 months ago
  5. e1acadb [lldb] [Host/ConnectionFileDescriptor] Refactor to improve code reuse by Michał Górny · 3 years, 7 months ago
  6. 4373f35 [lldb] [Host] Move port predicate-related logic to gdb-remote by Michał Górny · 3 years, 8 months ago
  7. 58d28b9 [lldb] [lldb-gdbserver] Unify listen/connect code to use ConnectionFileDescriptor by Michał Górny · 3 years, 8 months ago
  8. 0a39a9c Modernize and simplify HostInfo::GetOSKernelDescription by Pavel Labath · 3 years, 7 months ago
  9. a53978c [lldb] Remove a trailing \0 from the result of HostInfoMacOSX::GetOSBuildString by Pavel Labath · 3 years, 7 months ago
  10. 9d63b90 [lldb] [Host/ConnectionFileDescriptor] Do not use non-blocking mode by Michał Górny · 3 years, 7 months ago
  11. 21bb808 [lldb] Support serial port parity checking by Michał Górny · 3 years, 8 months ago
  12. ea9e9d6 [lldb] [Host/SerialPort] Fix build with GCC 7 by Martin Storsjö · 3 years, 8 months ago
  13. ff56d80 [lldb] [Host/FreeBSD] Remove unused variable (NFC) by Michał Górny · 3 years, 8 months ago
  14. 43f8845 [lldb] Fix build errors from 8b8070e23 by Pavel Labath · 3 years, 8 months ago
  15. 8b8070e Host::GetOSBuildString by Pavel Labath · 3 years, 8 months ago
  16. 66e06cc [llvm] [ADT] Update llvm::Split() per Pavel Labath's suggestions by Michał Górny · 3 years, 8 months ago
  17. b8c3683 [lldb] [Host/SerialPort] Add std::moves for better compatibility by Michał Górny · 3 years, 8 months ago
  18. cbe78984 [lldb] [Host/Terminal] Add missing #ifdef for baudRateToConst() by Michał Górny · 3 years, 8 months ago
  19. 4a7b4be [lldb] Add serial:// protocol for connecting to serial port by Michał Górny · 3 years, 8 months ago
  20. 92fb574 [lldb] [Host] Add setters for common teletype properties to Terminal by Michał Górny · 3 years, 8 months ago
  21. 39f2b05 [lldb] [Host] Make Terminal methods return llvm::Error by Michał Górny · 3 years, 8 months ago
  22. fee461b [lldb] [ConnectionFileDescriptorPosix] Combine m_read_sp & m_write_sp by Michał Górny · 3 years, 8 months ago
  23. 4b46a41 [lldb] [ConnectionFileDescriptorPosix] Refactor scheme matching by Michał Górny · 3 years, 8 months ago
  24. dcb0e68 [lldb] [ConnectionFileDescriptorPosix] Use a single NativeFile by Michał Górny · 3 years, 8 months ago
  25. 93c1b3c [lldb] Remove some anonymous namespaces by Pavel Labath · 3 years, 8 months ago
  26. fd9bc13 [lldb] Fix a stray array access in Editline by Pavel Labath · 3 years, 8 months ago
  27. bd21257 [lldb] [Host] Fix flipped logic in TerminalState::Save() by Michał Górny · 3 years, 8 months ago
  28. 58b4501 [lldb] [Host] Refactor TerminalState by Michał Górny · 3 years, 8 months ago
  29. 52b04ef [lldb] [Host] Remove TerminalStateSwitcher by Michał Górny · 3 years, 8 months ago
  30. 3dbf27e [lldb] A different fix for Domain Socket tests by Pavel Labath · 3 years, 8 months ago
  31. be2a421 [lldb] Fix SocketTest.DomainGetConnectURI on macOS by stripping more zeroes from getpeername result by Raphael Isemann · 3 years, 8 months ago
  32. 9da2fa2 [lldb] Move StringConvert inside debugserver by Michał Górny · 3 years, 8 months ago
  33. 93b82f4 [lldb] [Host] Refactor XML converting getters by Michał Górny · 3 years, 9 months ago
  34. 0b61f43 [CMake] Consistently use the LibXml2::LibXml2 target instead of LIBXML2_LIBRARIES by Markus Böck · 3 years, 8 months ago
  35. 5f1c8d8 [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API by Michał Górny · 3 years, 9 months ago
  36. c1af84c Revert "[lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API" by Michał Górny · 3 years, 9 months ago
  37. a6daf99 [lldb] [Host] Refactor Socket::DecodeHostAndPort() to use LLVM API by Michał Górny · 3 years, 9 months ago
  38. 5685eb9 [lldb] Fix DomainSocket::GetSocketName for unnamed sockets by Pavel Labath · 3 years, 9 months ago
  39. 8567f4d [lldb] Support querying registers via generic names without alt_names by Michał Górny · 3 years, 10 months ago
  40. 4b2e38d [lldb][NFC] Cleanup EditlineHistory by Raphael Isemann · 3 years, 9 months ago
  41. 4f7fb13 [lldb] Don't save empty expressions in the multiline editor history by Raphael Isemann · 3 years, 9 months ago
  42. ffcf571 [LLDB] Fix 'std::out_of_range' crashing bug when file name completion using file path. by Hiroki · 3 years, 9 months ago
  43. d9c5613 Update logic to close inherited file descriptors. by Rumeet Dhindsa · 3 years, 10 months ago
  44. 8bbef4f [lldb] [gdb-remote] Sync vFile:open mode constants with GDB by Michał Górny · 3 years, 10 months ago
  45. 14735ca [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat by Michał Górny · 3 years, 10 months ago
  46. 55fd6f2 Revert "D106035: Remove conditional compilation for WCHAR support in libedit" by Neal Sidhwaney · 3 years, 10 months ago
  47. 7529f0e D106035: Remove conditional compilation for WCHAR support in libedit by Neal Sidhwaney · 4 years, 1 month ago
  48. 72a8367 Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]]. NFC by Fangrui Song · 3 years, 10 months ago
  49. 7d27230 [lldb][AArch64] Add memory tag writing to lldb-server by David Spickett · 4 years, 2 months ago
  50. fd2433e [lldb] Replace default bodies of special member functions with = default; by Jonas Devlieghere · 4 years ago
  51. 355541a [lldb] Avoid using any shell when calling xcrun. by Raphael Isemann · 4 years ago
  52. e50f9c4 [lldb] Rename StringRef _lower() method calls to _insensitive() by Martin Storsjö · 4 years ago
  53. da2e614 [lldb][AArch64] Add memory tag reading to lldb-server by David Spickett · 4 years, 4 months ago
  54. 8a5165b [lldb][NFC] Remove some redundant semicolons on HostInfoMacOSX by Raphael Isemann · 4 years ago
  55. 48e2d3a [lldb][NFC] Remove an outdated comment in HostInfoBase by Raphael Isemann · 4 years ago
  56. f3f9045 [lldb] Fix leak in test by Vitaly Buka · 4 years ago
  57. 632cbca [lldb] Move once_flags in HostInfoLinux so the internal state struct by Raphael Isemann · 4 years ago
  58. 9494c51 [lldb] Use C++11 default member initializers by Jonas Devlieghere · 4 years ago
  59. 76e47d4 [lldb][NFC] Use C++ versions of the deprecated C standard library headers by Raphael Isemann · 4 years ago
  60. 5af3a66 Remove Windows editline from LLDB by Neal (nealsid) · 4 years, 1 month ago
  61. fd89af6 Wrap edit line configuration calls into helper functions by Neal (nealsid) · 4 years, 1 month ago
  62. 08ce2ba [lldb] [MainLoop] Support multiple callbacks per signal by Michał Górny · 4 years, 2 months ago
  63. 479b672 [lldb] Pretend host architecture is arm64 on AS by Jonas Devlieghere · 4 years, 2 months ago
  64. c8d18cb Reland "[lldb] [Process] Watch for fork/vfork notifications" for Linux by Michał Górny · 4 years, 2 months ago
  65. 121cff7 Revert "[lldb] [Process] Watch for fork/vfork notifications" and associated followups by Pavel Labath · 4 years, 2 months ago
  66. c9cf394 [lldb] Replace NativeProcess delegate list with a single delegate by Pavel Labath · 4 years, 2 months ago
  67. a345419 [lldb] [Process] Watch for fork/vfork notifications by Michał Górny · 4 years, 3 months ago
  68. f49a444 [lldb][Editline] Fix crash when navigating through empty command history. by Jordan Rupprecht · 4 years, 2 months ago
  69. c83cd8f [NFC] Reordering parameters in getFile and getFileOrSTDIN by Abhina Sreeskantharajan · 4 years, 2 months ago
  70. 3e0ad11 [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch by Med Ismail Bennani · 4 years, 3 months ago
  71. 5826aa4 Migrate to llvm::unique_function instead of static member functions for callbacks by Neal (nealsid) · 4 years, 3 months ago
  72. 36254f1 [lldb] Revert ScriptedProcess patches by Med Ismail Bennani · 4 years, 3 months ago
  73. 6dbea3e [lldb] Add scoped timer to HostInfoMacOSX::GetXcodeSDKPath by Jonas Devlieghere · 4 years, 3 months ago
  74. d62a53a [lldb/Commands] Add command options for ScriptedProcess to ProcessLaunch by Med Ismail Bennani · 4 years, 4 months ago
  75. 004a264 [lldb] Fix shared library directory computation on windows by Pavel Labath · 4 years, 4 months ago
  76. 1db2888 [lldb] Remove some nanosleep preprocessor magic by Pavel Labath · 4 years, 4 months ago
  77. 732534e [lldb] s/TARGET_OS_EMBEDDED/TARGET_OS_IPHONE/ by Jonas Devlieghere · 4 years, 4 months ago
  78. bd03f6d [lldb] [Process/FreeBSDRemote] Introduce powerpc support by Michał Górny · 4 years, 4 months ago
  79. 98e50a7 [lldb] Honor the CPU type & subtype when launching on macOS by Jonas Devlieghere · 4 years, 4 months ago
  80. ecb00a7 [VFS] Add support to RedirectingFileSystem for mapping a virtual directory to one in the external FS. by Nathan Hawes · 4 years, 5 months ago
  81. 719f7784 [VFS] Combine VFSFromYamlDirIterImpl and OverlayFSDirIterImpl into a single implementation (NFC) by Nathan Hawes · 4 years, 5 months ago
  82. 3a50ed8 [lldb] FixFileSystem::GetExternalPath for VFS API change by Jonas Devlieghere · 4 years, 5 months ago
  83. 13dea03 [lldb] Fix some bugs in the Pipe class and add tests by Pavel Labath · 4 years, 5 months ago
  84. b69c09b Support custom expedited register set in gdb-remote by Muhammad Omair Javaid · 4 years, 6 months ago
  85. b4b8365 [lldb][NFC] Move OptionDefinition from lldb-private-types.h to its own Utility header by Raphael Isemann · 4 years, 7 months ago
  86. bc12566 [lldb] [Host/freebsd] Set Arg0 for 'platform process list -v' by Michał Górny · 4 years, 7 months ago
  87. 2384c4f Revert "[lldb] [Host/freebsd] Set Arg0 for 'platform process list -v'" by Michał Górny · 4 years, 7 months ago
  88. fce8e75 [lldb] [Host/freebsd] Set Arg0 for 'platform process list -v' by Michał Górny · 4 years, 7 months ago
  89. f893b29 [lldb] [Host/{free,net}bsd] Fix process matching by name by Michał Górny · 4 years, 7 months ago
  90. ba447f3 [NFC][lldb] Silence unused variable warning by Nathan James · 4 years, 7 months ago
  91. 45c3fc9 [lldb][NFC] Make GetResumeCountForLaunchInfo return an unsigned. by Raphael Isemann · 4 years, 7 months ago
  92. e4cc6e9 [lldb] Modernize PseudoTerminal::Fork by Pavel Labath · 4 years, 8 months ago
  93. 73811d3 [lldb] Move copying of files into reproducer out of process by Jonas Devlieghere · 4 years, 8 months ago
  94. dae7b10 [lldb] Split out NetBSD/x86 watchpoint impl for unification by Michał Górny · 4 years, 8 months ago
  95. bb1d702 [lldb][NFC] Make GetShellSafeArgument return std::string and unittest it. by Raphael Isemann · 4 years, 8 months ago
  96. daae4a8 [lldb] Modernize PseudoTerminal::OpenSecondary by Pavel Labath · 4 years, 8 months ago
  97. 6bb123b [lldb] Modernize PseudoTerminal::OpenFirstAvailablePrimary by Pavel Labath · 4 years, 8 months ago
  98. 5d330f4 [lldb] [Windows] Remove unused functions. NFC. by Martin Storsjö · 4 years, 8 months ago
  99. 3dfb949 [lldb] Check for and use ptsname_r if available by Pavel Labath · 4 years, 8 months ago
  100. e3b0414 [lldb] Change the xcrun (fallback) logic in GetXcodeSDK by Jonas Devlieghere · 4 years, 8 months ago