forked from qt-creator/qt-creator
debugger: use the bineditor to show memory dumps
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QActionGroup;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
@@ -80,6 +81,12 @@ enum DebuggerActionCode
|
||||
LockView,
|
||||
LogTimeStamps,
|
||||
|
||||
RecheckDebuggingHelpers,
|
||||
UseDebuggingHelpers,
|
||||
UseCustomDebuggingHelperLocation,
|
||||
CustomDebuggingHelperLocation,
|
||||
DebugDebuggingHelpers,
|
||||
|
||||
// Gdb
|
||||
GdbLocation,
|
||||
GdbEnvironment,
|
||||
@@ -99,12 +106,6 @@ enum DebuggerActionCode
|
||||
AssignValue,
|
||||
AssignType,
|
||||
|
||||
RecheckDebuggingHelpers,
|
||||
UseDebuggingHelpers,
|
||||
UseCustomDebuggingHelperLocation,
|
||||
CustomDebuggingHelperLocation,
|
||||
DebugDebuggingHelpers,
|
||||
|
||||
// Source List
|
||||
ListSourceFiles,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user