2011/9/9 Eric Pouech eric.pouech@orange.fr:
WineDbg> set ! symbol_picker scoped will do what you want unfortunately, there's no way to store it as a default command (you can always use --command or --file on command line to help)
Thanks for that quick response!
Is there some doc on the internal commands, besides the code?
http://www.winehq.org/docs/winedev-guide/dbg-config may be a bit out of date
Frédéric
Le 09/09/2011 13:02, Frédéric Delanoy a écrit :
2011/9/9 Eric Pouecheric.pouech@orange.fr:
WineDbg> set ! symbol_picker scoped will do what you want unfortunately, there's no way to store it as a default command (you can always use --command or --file on command line to help)
Thanks for that quick response!
Is there some doc on the internal commands, besides the code?
http://www.winehq.org/docs/winedev-guide/dbg-config may be a bit out of date
Frédéric
not for that part... feel free to bring to the doc up to date
set ! symbol_picker interactive being the other setting (which is the default : if several symbols found, ask the user for which one to pick) scoped meaning give precedence to local symbols over global symbols
A+