public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [RFA 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting
@ 2019-04-28 15:18 Philippe Waroquiers
  2019-04-28 15:18 ` [RFA 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting Philippe Waroquiers
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Waroquiers @ 2019-04-28 15:18 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.


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

end of thread, other threads:[~2019-04-28 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28 15:18 [RFA 0/3] Convenience functions $_gdb_setting/$_gdb_int_setting Philippe Waroquiers
2019-04-28 15:18 ` [RFA 3/3] NEWS and documentation for $_gdb_setting and $_gdb_int_setting Philippe Waroquiers
2019-04-28 16:17   ` Eli Zaretskii
2019-04-28 15:18 ` [RFA 2/3] Test the convenience functions " Philippe Waroquiers
2019-04-28 15:18 ` [RFA 1/3] Implement convenience functions to examine GDB settings 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).