forked from qt-creator/qt-creator
DAP: Add attach function to gdb dap engine
Change-Id: Id1c886cf3bbdbf85d4eed39f288107fc71317496 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -85,7 +85,8 @@ protected:
|
||||
|
||||
void handleDapStarted();
|
||||
virtual void handleDapInitialize();
|
||||
void handleDapConfigurationDone();
|
||||
void handleDapEventInitialized();
|
||||
virtual void handleDapConfigurationDone();
|
||||
|
||||
void dapRemoveBreakpoint(const Breakpoint &bp);
|
||||
void dapInsertBreakpoint(const Breakpoint &bp);
|
||||
|
||||
Reference in New Issue
Block a user