// Prepare GDB
m_gdb = new Gdb(m_configuration.GDB_PATH, m_configuration.workingDir, this);
// Create the GDB console
m_gdbConsole = new GdbConsoleView(m_gdb, session.getProject());
m_gdbRawConsole = new ConsoleViewImpl(session.getProject(), true);
m_gdbConsole.getConsole().print(m_timeFormat.format(new Date()) + " 0> " +
m_configuration.GDB_PATH + " --interpreter=mi2\n", ConsoleViewContentType.USER_INPUT);
// Create the breakpoint handler