public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA_v2 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND'
@ 2018-06-05 20:49 Philippe Waroquiers
  2018-06-05 20:49 ` [RFA_v2 1/8] Add helper functions check_for_flags and check_for_flags_vqcs Philippe Waroquiers
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Philippe Waroquiers @ 2018-06-05 20:49 UTC (permalink / raw)
  To: gdb-patches

This is the third iteration of the patch series that:
 * implements a new command
     'frame apply [all | COUNT | -COUNT] [FLAGS...] COMMAND'.
 * enhance 'thread apply COMMAND' by adding FLAGS arguments.
 * adds some shortcuts commands
 * documents the above in gdb.texinfo and NEWS.
 * adds a unit test for cli-utils.c
 * adds test for 'frame apply'
 * modify gdb.threads/pthreads.exp to test 'thread apply' -FLAGS argument

The first version was an RFC
  * Code and doc was complete, but was lacking ChangeLog and tests.
  * Comments received from Eli and Simon.

The second version was RFA v1:
  * Replied to all comments of Eli and Simon.
  * Tests and ChangeLog entries added.
  * Comments received from Pedro

This version handles the comments of Pedro about giving the flags
individually.

The changes compared to RFA v1 is:
  * The flags must be given individually, such as -v -v -c.
  * The documentation and on-line help was updated accordingly.
  * ChangeLog information is distributed in each commit log message.



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-06-24 18:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-05 20:49 [RFA_v2 0/8] Implement 'frame apply COMMAND', enhance 'thread apply COMMAND' Philippe Waroquiers
2018-06-05 20:49 ` [RFA_v2 1/8] Add helper functions check_for_flags and check_for_flags_vqcs Philippe Waroquiers
2018-06-13 19:52   ` Pedro Alves
2018-06-14 21:40     ` Philippe Waroquiers
2018-06-15 16:25       ` Pedro Alves
2018-06-24 18:43         ` Philippe Waroquiers
2018-06-05 20:49 ` [RFA_v2 4/8] Documentation changes for 'frame apply' and 'thread apply' Philippe Waroquiers
2018-06-06 14:57   ` Eli Zaretskii
2018-06-05 20:49 ` [RFA_v2 5/8] Announce in NEWS 'frame apply', faas, taas, tfaas commands and FLAGS... arg for thread apply Philippe Waroquiers
2018-06-06 14:57   ` Eli Zaretskii
2018-06-05 20:49 ` [RFA_v2 6/8] Add a test for 'frame apply' Philippe Waroquiers
2018-06-05 20:49 ` [RFA_v2 8/8] Add a self-test for cli-utils.c Philippe Waroquiers
2018-06-05 20:49 ` [RFA_v2 7/8] Modify gdb.threads/threads.exp to test FLAGS vqcs for thread apply Philippe Waroquiers
2018-06-05 20:49 ` [RFA_v2 2/8] Implement frame apply [all | COUNT | -COUNT] [FLAGS...] COMMAND Philippe Waroquiers
2018-06-13 19:53   ` Pedro Alves
2018-06-14 23:01     ` Philippe Waroquiers
2018-06-15 17:35       ` Pedro Alves
2018-06-05 20:49 ` [RFA_v2 3/8] Add FLAGS... arguments to 'thread apply' Philippe Waroquiers
2018-06-13 19:53   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).