This file is indexed.

/usr/share/roslaunch/resources/example-gdb.launch is in python-roslaunch 1.11.16-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!-- NOTE: this requires that you 'rosmake roscpp_tutorials' -->
<launch>
  <node name="talker" pkg="roscpp_tutorials" type="talker" launch-prefix="xterm -e gdb --args"/>
</launch>