Go to the documentation of this file. 1 #define source_HELP_TEXT \ 2 "Read debugger commands from the glob expansion of FILE-GLOB.\n" \ 7 " source /home/rocky/remake-dbgr.cmds # absolute path\n" \ 8 " source ./remake-dbgr.cmds # relative path\n" \ 9 " source remake-dbgr.cmds # relative path - same as above\n" \ 10 " source ~/remake-dbgr.cmds # \"~\" is glob expanded\n" \ 11 " source ~/[r]emake-dbgr.cmds # Same as above\n" \ 12 " source ~/remake-dbgr.* # Includes the above, but is an error if not unique\n"