Is there a function to list all the symbols in winedbg

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fpemud
Newbie
Newbie
Posts: 2
Joined: Thu Jul 19, 2012 11:20 am

Is there a function to list all the symbols in winedbg

Post by fpemud »

I want to set breakpoint on some windows syscalls.
I can use like "break WSASocketA".
But there's some syscals I'm not sure what the name is.

Is there a command to list all the symbols?
fpemud
Newbie
Newbie
Posts: 2
Joined: Thu Jul 19, 2012 11:20 am

Post by fpemud »

And is there a function to set breakpoint on every windows syscal?
or set breakpoint on every windows syscal a specified dll?

so it can break when whatever function in a dll be called by a windows app.
Locked