================
@@ -311,37 +343,59 @@ enum SearchDepth {
/// Connection Status Types.
enum ConnectionStatus {
- eConnectionStatusSuccess, ///< Success
- eConnectionStatusEndOfFile, ///< End-of-file encountered
- eConnectionStatusError, ///< Check GetError() for details
- eConnectionStatusTimedOut, ///< Request timed out
- eConnectionStatusNoConnection, ///< No connection
- eConnectionStatusLostConnection, ///< Lost connection while connected to a
- ///< valid connection
- eConnectionStatusInterrupted ///< Interrupted read
+ /// Success
+ eConnectionStatusSuccess,
+ /// End-of-file encountered
+ eConnectionStatusEndOfFile,
+ /// Check GetError() for details
+ eConnectionStatusError,
+ /// Request timed out
+ eConnectionStatusTimedOut,
+ /// No connection
+ eConnectionStatusNoConnection,
+ /// Lost connection while connected to a
+ /// valid connection
----------------
JDevlieghere wrote:
This can/should be reflowed.
https://github.com/llvm/llvm-project/pull/203079
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits