public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFAv2 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
@ 2019-07-05 19:58 Philippe Waroquiers
  2019-07-05 19:58 ` [RFAv2 1/3] Implement convenience functions to examine GDB settings Philippe Waroquiers
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Waroquiers @ 2019-07-05 19:58 UTC (permalink / raw)
  To: gdb-patches

As part of the discussion of 'show | set may-call-functions [on|off]',
Eli suggested to have a way to access the GDB settings from
user defined commands.

So, this patch series implements this.

2 functions are provided:
  * $_gdb_setting that gives access to all settings, giving back a string value.
  * $_gdb_int_setting, giving access to boolean, auto-boolean and integers.
    This is easier to use for such types than the string version.

This is a v2 that just rebase to a recent master, as the code has
to be updated due to the 'cli option' framework.


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

end of thread, other threads:[~2019-07-06 11:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-05 19:58 [RFAv2 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting Philippe Waroquiers
2019-07-05 19:58 ` [RFAv2 1/3] Implement convenience functions to examine GDB settings Philippe Waroquiers
2019-07-05 19:58 ` [RFAv2 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting Philippe Waroquiers
2019-07-06  6:23   ` Eli Zaretskii
2019-07-06 10:54     ` Philippe Waroquiers
2019-07-06 11:21       ` Eli Zaretskii
2019-07-05 19:58 ` [RFAv2 2/3] Test the convenience functions " Philippe Waroquiers

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).