X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcommon%2Fcommon-exceptions.h;h=e349ed087f5d7dd92282eefa6f8c86fe4ab35c51;hb=ef0b411a110cd2602cb89c3fb237baf8beb28545;hp=4f60ad817cb8515409a3f960d6660e01dfcd053f;hpb=e11c72c7e4879894b9711b5c0b8247c20c6050f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/common/common-exceptions.h b/gdb/common/common-exceptions.h index 4f60ad817c..e349ed087f 100644 --- a/gdb/common/common-exceptions.h +++ b/gdb/common/common-exceptions.h @@ -99,6 +99,12 @@ enum errors { /* Requested feature, method, mechanism, etc. is not supported. */ NOT_SUPPORTED_ERROR, + /* The number of candidates generated during line completion has + reached the user's specified limit. This isn't an error, this exception + is used to halt searching for more completions, but for consistency + "_ERROR" is appended to the name. */ + MAX_COMPLETIONS_REACHED_ERROR, + /* Add more errors here. */ NR_ERRORS };