Delay setting breakpoints

Eric Pouech pouech-eric at wanadoo.fr
Tue Nov 18 15:25:31 CST 2003


Shachar Shemesh wrote:
> Hi list,
> 
> Does anyone remeber how to delay setting a breakpoint in GDB? Due to 
> human-machine incompatibilities, I am using GDB rather than winedbg, and 
> setting breakpoints inside the actual program would be greatly 
> simplified if I could ask for the breakpoint before starting Wine.
AFAIK there is no delayed breakpoint in gdb. The only thing you can do 
is break on shared lib loading (set stop-on-solib-events 1), and then 
set the bp when the correct lib is loaded.

> Can anyone point me again to the doc describing running winedbg as a gdb 
> backend?
it's on winehq (and in the documentation folder...)
winegdb -- --gdb

A+

-- 
Eric Pouech




More information about the wine-devel mailing list