forked from qt-creator/qt-creator
debugger: give access to the section names in a shared object
Via context menu in the modules view, gdb-only for now. Change-Id: I1163540cd9894c52243bb1bf0c2afc881e793863 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -167,7 +167,8 @@ enum DebuggerCapabilities
|
||||
CatchCapability = 0x200000, //!< fork, vfork, syscall
|
||||
OperateByInstructionCapability = 0x400000,
|
||||
RunToLineCapability = 0x800000,
|
||||
MemoryAddressCapability = 0x1000000
|
||||
MemoryAddressCapability = 0x1000000,
|
||||
ShowModuleSectionsCapability = 0x200000
|
||||
};
|
||||
|
||||
enum LogChannel
|
||||
|
||||
Reference in New Issue
Block a user