/usr/share/kde4/apps/kdevgdb/kdevgdbui.rc is in kdevelop-data 4:4.6.0-0ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <!DOCTYPE kpartgui>
<kpartgui name="kdevdgdb" library="kdevgdb" version="54">
<MenuBar>
<Menu name="run">
<text context="@title:menu">Run</text>
<Action name="debug_attach" group="run_operations"/>
<Action name="debug_core" group="run_operations"/>
<Separator group="debug"/>
<Action name="debug_memview" group="debug"/>
</Menu>
</MenuBar>
<ToolBar name="debugToolBar">
<text>Debugger Toolbar</text>
<Separator/>
<Action name="debug_memview"/>
<WeakSeparator/>
</ToolBar>
</kpartgui>
|