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]

[PATCH 0/3] Basic ITSET


Hi,
This patch introduces the basic functionality of ITSET, including
define/undefine itset and check itset, etc.  This piece of work
is quite isolated from the rest of GDB.  With this patch, user can
define itset in GDB, and check various inferior/thread/core are
contained in itset or not.

I don't think this bit should go to 7.5.  Is it OK for mainline
after branch 7.5 is created?

Note that even ITSET is not associated with other execution commands,
with this patch, users can start to play with ITSET and understand
its syntax.  When we add command 'itfoucs', add itset into breakpoint,
and execution commands, it will be easier for users to understand
and accept this concept.


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