mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
gbacktrace: g_get_prgname () isn't called for a NULL argument
https://bugzilla.gnome.org/show_bug.cgi?id=658871
This commit is contained in:
parent
a44404f4ec
commit
021e116f05
@ -214,13 +214,13 @@ g_on_error_query (const gchar *prg_name)
|
||||
/**
|
||||
* g_on_error_stack_trace:
|
||||
* @prg_name: the program name, needed by <command>gdb</command>
|
||||
* for the [S]tack trace option. If @prg_name is %NULL, g_get_prgname()
|
||||
* is called to get the program name (which will work correctly if
|
||||
* gdk_init() or gtk_init() has been called)
|
||||
* for the [S]tack trace option.
|
||||
*
|
||||
* Invokes <command>gdb</command>, which attaches to the current
|
||||
* process and shows a stack trace. Called by g_on_error_query()
|
||||
* when the [S]tack trace option is selected.
|
||||
* when the [S]tack trace option is selected. You can get the current
|
||||
* process's "program name" with g_get_prgname(), assuming that you
|
||||
* have called gtk_init() or gdk_init().
|
||||
*
|
||||
* This function may cause different actions on non-UNIX platforms.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user