Debugger: Combine some gdb startup code paths

After splitting out terminal and core handling they are
essentially the same.

Change-Id: I603cea74186eada5728295b430c9385812dcc4cd
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2017-09-27 16:48:32 +02:00
parent 62d971b30b
commit f5ac79a20f
2 changed files with 17 additions and 50 deletions

View File

@@ -96,7 +96,6 @@ private: ////////// General Interface //////////
////////// Gdb Process Management //////////
void startGdb(const QStringList &args = QStringList());
void handleInferiorShutdown(const DebuggerResponse &response);
void handleGdbExit(const DebuggerResponse &response);
void setLinuxOsAbi();