commit | 17f5afe9ed10bda3efbce0f26cf0c030331f8b15 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Sat Feb 05 02:56:16 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Sat Feb 05 02:56:16 2011 +0000 |
tree | a68d8bbde00246483146d75f8013f0a44505812e | |
parent | 1a2f311a2880e1e5c7dc7d62d541021f3eec31d4 [diff] [blame] |
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124931 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectBreakpoint.h b/source/Commands/CommandObjectBreakpoint.h index c2d9e3e..6f31a5f 100644 --- a/source/Commands/CommandObjectBreakpoint.h +++ b/source/Commands/CommandObjectBreakpoint.h
@@ -284,7 +284,7 @@ typedef enum BreakpointClearType { eClearTypeInvalid, - eClearTypeFileAndLine, + eClearTypeFileAndLine } BreakpointClearType; CommandObjectBreakpointClear (CommandInterpreter &interpreter);