This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [rfc target-side break conditions 3/5 v2] GDB-side changes


On 02/24/2012 12:19 PM, Luis Gustavo wrote:
> @@ -14459,8 +15148,8 @@ The \"Type\" column indicates one of:\n\
>  \twatchpoint     - watchpoint\n\
>  The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>  the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
> -address and file/line number respectively.\n\
> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
> +the address and file/line number respectively.\n\
>  \n\
>  Convenience variable \"$_\" and default examine address for \"x\"\n\
>  are set to the address of the last breakpoint listed unless the command\n\
> @@ -14476,8 +15165,8 @@ The \"Type\" column indicates one of:\n\
>  \twatchpoint     - watchpoint\n\
>  The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>  the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
> -address and file/line number respectively.\n\
> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
> +the address and file/line number respectively.\n\
>  \n\
>  Convenience variable \"$_\" and default examine address for \"x\"\n\
>  are set to the address of the last breakpoint listed unless the command\n\
> @@ -14495,8 +15184,8 @@ The \"Type\" column indicates one of:\n\
>  \twatchpoint     - watchpoint\n\
>  The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>  the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
> -address and file/line number respectively.\n\
> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
> +the address and file/line number respectively.\n\
>  \n\
>  Convenience variable \"$_\" and default examine address for \"x\"\n\
>  are set to the address of the last breakpoint listed unless the command\n\
> @@ -14515,8 +15204,8 @@ The \"Type\" column indicates one of:\n\
>  \tfinish         - internal breakpoint used by the \"finish\" command\n\
>  The \"Disp\" column contains one of \"keep\", \"del\", or \"dis\" to indicate\n\
>  the disposition of the breakpoint after it gets hit.  \"dis\" means that the\n\
> -breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate the\n\
> -address and file/line number respectively.\n\
> +breakpoint will be disabled.  The \"Address\" and \"What\" columns indicate\n\
> +the address and file/line number respectively.\n\
>  \n\

All these look like unintended changes now.  Otherwise looks very good.  Thanks.

-- 
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]