summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBreakpoint.h
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-02-05 02:56:16 +0000
committerGreg Clayton <gclayton@apple.com>2011-02-05 02:56:16 +0000
commit95e314260e7ae45fb099dc37cfaeeaddda676911 (patch)
treee50998d5ef52f031d98b0d98089696d09b026d32 /lldb/source/Commands/CommandObjectBreakpoint.h
parentceb4671ddde9a670dfc43b900937223a3386a493 (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud