diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 825f691..18eacf1 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1190,7 +1190,7 @@ _initialize_sol_thread () _("Show info on Solaris user threads."), &maintenanceinfolist); /* Hook into new_objfile notification. */ - gdb::observers::new_objfile.attach (sol_thread_new_objfile); + gdb::observers::new_objfile.attach (sol_thread_new_objfile, "sol-thread"); return; die: |