forked from qt-creator/qt-creator
Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}
The scope is a bit broader nowadays. Change-Id: I9578da94f06df199be5668c1751fd7bfb37f1c5b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -28,13 +28,14 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "cdbparsehelpers.h"
|
||||
|
||||
#include "breakpoint.h"
|
||||
#include "threadshandler.h"
|
||||
#include "registerhandler.h"
|
||||
#include "bytearrayinputstream.h"
|
||||
#include "gdb/gdbmi.h"
|
||||
#include "debuggerprotocol.h"
|
||||
#include "disassemblerlines.h"
|
||||
#include "registerhandler.h"
|
||||
#include "shared/hostutils.h"
|
||||
#include "threadshandler.h"
|
||||
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user