public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Introduce gdb::make_function_view
@ 2022-07-22 11:02 Pedro Alves
  2022-07-22 11:02 ` [PATCH 1/1] " Pedro Alves
  0 siblings, 1 reply; 2+ messages in thread
From: Pedro Alves @ 2022-07-22 11:02 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom de Vries, Tom Tromey

This adds gdb::make_function_view, which let's you create a function
view from a callable without specifying the function_view's template
parameter type.  The need for this came up in this thread:

  https://sourceware.org/pipermail/gdb-patches/2022-July/190985.html

Pedro Alves (1):
  Introduce gdb::make_function_view

 gdb/unittests/function-view-selftests.c |  82 ++++++++++++++-
 gdbsupport/function-view.h              | 127 ++++++++++++++++++++++++
 2 files changed, 208 insertions(+), 1 deletion(-)


base-commit: 6577f365ebdee7dda71cb996efa29d3714cbccd0
-- 
2.36.0


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

end of thread, other threads:[~2022-07-22 11:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22 11:02 [PATCH 0/1] Introduce gdb::make_function_view Pedro Alves
2022-07-22 11:02 ` [PATCH 1/1] " 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).