mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
gdb/
* symmisc.c (maintenance_print_msymbols): Check also ST_DEV.
This commit is contained in:
@ -675,6 +675,7 @@ maintenance_print_msymbols (char *args, int from_tty)
|
||||
{
|
||||
QUIT;
|
||||
if (symname == NULL || (!stat (objfile->name, &obj_st)
|
||||
&& sym_st.st_dev == obj_st.st_dev
|
||||
&& sym_st.st_ino == obj_st.st_ino))
|
||||
dump_msymbols (objfile, outfile);
|
||||
}
|
||||
|
Reference in New Issue
Block a user