Home
last modified time | relevance | path

Searched refs:dll_pathname (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.c173 char *dll_pathname,
2658 || ((b->dll_pathname != NULL) in bpstat_stop_status()
2659 && (strcmp (b->dll_pathname, in bpstat_stop_status()
2670 || ((b->dll_pathname != NULL) in bpstat_stop_status()
2671 && (strcmp (b->dll_pathname, in bpstat_stop_status()
3232 char *dll_pathname; in bpstat_get_triggered_catchpoints() local
3265 dll_pathname = SOLIB_LOADED_LIBRARY_PATHNAME ( in bpstat_get_triggered_catchpoints()
3268 dll_pathname = SOLIB_UNLOADED_LIBRARY_PATHNAME ( in bpstat_get_triggered_catchpoints()
3271 dll_pathname = NULL; in bpstat_get_triggered_catchpoints()
3273 if (dll_pathname) in bpstat_get_triggered_catchpoints()
[all …]
Dbreakpoint.h370 char *dll_pathname; member
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo1330 if (b->dll_pathname == NULL)
1333 printf_filtered ("library \"%s\" ", b->dll_pathname);
1340 if (b->dll_pathname == NULL)
1348 ui_out_field_string (uiout, "what", b->dll_pathname);