diff options
Diffstat (limited to 'lldb/tools/driver/Driver.h')
-rw-r--r-- | lldb/tools/driver/Driver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/tools/driver/Driver.h b/lldb/tools/driver/Driver.h index eb43513b1fa..29fadfc9d66 100644 --- a/lldb/tools/driver/Driver.h +++ b/lldb/tools/driver/Driver.h @@ -62,6 +62,9 @@ public: void HandleProcessEvent (const lldb::SBEvent &event); + void + HandleBreakpointEvent (const lldb::SBEvent &event); + lldb::SBError ParseArgs (int argc, const char *argv[], FILE *out_fh, bool &do_exit); |