Home | History | Annotate | Download | only in gdb

Lines Matching refs:solib

24 struct solib;
33 /* Value of the 'set debug solib' configuration variable. */
37 /* Print an "solib" debug statement. */
40 debug_prefixed_printf_cond (debug_solib, "solib", fmt, ##__VA_ARGS__)
43 scoped_debug_start_end (debug_solib, "solib", fmt, ##__VA_ARGS__)
53 extern bool solib_read_symbols (solib &, symfile_add_flags);
66 /* Return true if ADDR lies within SOLIB. */
68 extern bool solib_contains_address_p (const solib &, CORE_ADDR);
131 /* Enable or disable optional solib event breakpoints as appropriate. */
135 /* Handle an solib event by calling solib_add. */