Sindbad~EG File Manager
�
��g� � �T � d Z ddlZddlZ G d� dej � � Z e� � dS )z.GDB command for working with extended prompts.� Nc �z � � e Zd ZdZedz ej � � � z ZdZdZ� fd�Z d� Z
d� Zd� Z� xZ
S ) �_ExtendedPromptz�Set the extended prompt.
Usage: set extended-prompt VALUE
Substitutions are applied to VALUE to compute the real prompt.
The currently defined substitutions are:�
zSet the extended prompt.zShow the extended prompt.c � �� t t | � � � dt j t j � � d| _ d| _ d S )Nzextended-prompt� F)�superr �__init__�gdb�COMMAND_SUPPORT�PARAM_STRING_NOESCAPE�value�hook_set)�self� __class__s ��./gdb/command/prompt.pyr z_ExtendedPrompt.__init__'