This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] ep_is_catchpoint -> is_catchpoint
- From: Tom Tromey <tromey at redhat dot com>
- To: Yao Qi <yao at codesourcery dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Mon, 23 Apr 2012 07:34:33 -0600
- Subject: Re: [PATCH] ep_is_catchpoint -> is_catchpoint
- References: <1335162987-2234-1-git-send-email-yao@codesourcery.com>
>>>>> "Yao" == Yao Qi <yao@codesourcery.com> writes:
Yao> This patch is to rename ep_is_catchpoint to is_catchpoint, like its
Yao> friends, is_watchpoint and is_tracepoint.
I always wondered what those "ep_" prefixes meant.
Tom