diff options
author | Greg Clayton <gclayton@apple.com> | 2011-02-05 02:56:16 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-02-05 02:56:16 +0000 |
commit | 95e314260e7ae45fb099dc37cfaeeaddda676911 (patch) | |
tree | e50998d5ef52f031d98b0d98089696d09b026d32 /lldb/source/Commands/CommandObjectBreakpoint.h | |
parent | ceb4671ddde9a670dfc43b900937223a3386a493 (diff) | |
download | bcm5719-llvm-95e314260e7ae45fb099dc37cfaeeaddda676911.tar.gz bcm5719-llvm-95e314260e7ae45fb099dc37cfaeeaddda676911.zip |
Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz.
llvm-svn: 124931
Diffstat (limited to 'lldb/source/Commands/CommandObjectBreakpoint.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectBreakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectBreakpoint.h b/lldb/source/Commands/CommandObjectBreakpoint.h index c2d9e3efa9a..6f31a5ffc29 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.h +++ b/lldb/source/Commands/CommandObjectBreakpoint.h @@ -284,7 +284,7 @@ public: typedef enum BreakpointClearType { eClearTypeInvalid, - eClearTypeFileAndLine, + eClearTypeFileAndLine } BreakpointClearType; CommandObjectBreakpointClear (CommandInterpreter &interpreter); |